@charset 'utf-8';

/* ブレイクポイント */
/* 1000 */

.anchor {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 100px auto;
}

.anchor ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.anchor ul li {
  border: 1px solid #E1E4E8;
  width: 100%;
  height: 106px;
}

.anchor ul li + li {
  border-left: none;
}

.anchor ul li a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  line-height: 1.7;
  text-decoration: none;
  text-align: center;
}

.anchor ul li a:hover {
  opacity: 100%;
}

.anchor ul li a:after {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  background: url(../../shared/images/anchor.svg);
  bottom: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: transform .3s ease-in-out;
}

.anchor ul li a:hover:after {
  transform: translate(-50%, 5px);
}

.anchor ul li a span {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  display: block;
  width: 100%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #111;
}

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

  .anchor {
    width: 100%;
    padding: 0 24px;
    margin: 0 0 40px;
  }

  .anchor ul {
    flex-direction: column;
  }

  .anchor ul li:first-child {
    border-top: 1px solid #E1E4E8;
    height: 64px;
  }

  .anchor ul li {
    border-left: 1px solid #E1E4E8 !important;
    border-top: none;
    height: 90px;
  }

  .anchor ul li a {
    text-align: left;
  }

  .anchor ul li a:after {
    top: 50%;
    right: 19px;
    left: initial;
    transform: translate(0, -50%);
  }

  .anchor ul li a span {
    display: inline-block;
    width: auto;
    left: 14px;
    top: 50%;
    transform: translate(0, -50%);
  }

}

#common-section .wrap .content {
  display: flex;
  margin: 0 40px;
}

#common-section .wrap .content div.text {
  margin-top: -8px;
  width: 50%;
}

#common-section .wrap .content div p {
  width: auto;
  margin: 0;
  line-height: 2.125;
}

#common-section .wrap .content div.image {
  margin: 0 0 0 40px;
  width: 50%;
}

#common-section .wrap .content .image img {
  width: 100%;
  height: auto;
}

#common-section .wrap .content div p + p {
  margin: 25px 0 0;
}

#common-section .wrap p {
  margin: 28px 40px 0 40px;
}

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

  #common-section .wrap .content {
    flex-direction: column;
  }

  #common-section .wrap .content div.text {
    width: 100%;
    margin-top: 0;
  }

  #common-section .wrap .content div.image {
    margin: 22px auto 0 auto;
    width: 100%;
  }

  #common-section .wrap p {
    margin: 18px 9px 0 9px;
  }

}

.strategy-chart {
  display: block;
  margin: 0 auto;
}

#common-section.strategy .content {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}

#common-section.strategy .content div.text {
  width: 100%;
}

#common-section.strategy .content > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: initial;
  margin: 20px 0 0;
  padding: 0;
}

#common-section.strategy .content ul li {
  text-align: left;
  background-color: #F3F5F8;
  padding: 40px 40px 45px 40px;
  box-shadow: none;
  border-radius: 9px;
}

#common-section.strategy .content ul li p {
  font-size: 1rem;
  margin: -7px 0 0 0;
}

#common-section.strategy .content ul li {
  width: 100%;
  position: relative;
}

#common-section.strategy .content ul li.half {
  width: 48%;
  padding: 50px 40px 60px 40px;
}

#common-section.strategy .content ul li.half .wrapper {
  margin-top: 22px;
}

#common-section.strategy .content ul li {
  margin-top: 40px;
}

#common-section.strategy .content ul li h3 {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  position: relative;
  padding-left: 22px;
  font-size: 1.3125rem;
  line-height: 1.5;
}

#common-section.strategy .content ul li h3 span {
  font-size: 18px;
}

#common-section.strategy .content ul li h3:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 22px;
  background: #179F5B;
  top: 5px;
  left: 0;
}

#common-section.strategy .content .wrapper {
  display: flex;
  margin-top: 28px;
}

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

  .strategy-chart {
    width: 100%;
    padding: 0 9px;
  }

  #common-section.strategy .content {
    width: 100%;
    padding: 0 9px;
  }

  #common-section.strategy .content ul li.half {
    width: 100%;
    padding: 25px 20px;
    margin: 10px 0 0;
  }

  #common-section.strategy .content ul li.half + li.half {
    margin-top: 25px;
  }

  #common-section.strategy .content ul li.half .wrapper {
    margin-top: 20px;
  }

  #common-section.strategy .content ul li h3 {
    font-size: 1.125em;
  }

  #common-section.strategy .content ul li h3 span {
    font-size: 15px;
  }

  #common-section.strategy .content ul li h3:before {
    width: 5px;
    height: 18px;
  }

  #common-section.strategy .content ul li p {
    font-size: 0.875rem;
  }

}

#common-section .wrap ol.reason {
  padding: 22px 40px;
  margin: 30px 40px 0 40px;
  border: 1px solid #179F5B;
}

#common-section .wrap ol.reason li {
  display: block;
  border-radius: 0;
  background: #fff;
  padding: 0;
}

#common-section .wrap ol.reason li + li {
  margin-top: 15px;
}

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

  #common-section .wrap ol.reason {
    margin: 20px 9px 0 9px;
    padding: 18px 20px;
  }

  #common-section .wrap ol.reason li {
    font-size: 0.875em;
    padding: 0;
  }

}

#common-section.tackle {
  margin-bottom: 93px;
}

#common-section.tackle h3 {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  position: relative;
  font-size: 1.375em;
  margin-left: 40px;
  margin-bottom: 25px;
  padding-left: 20px;
}

#common-section.tackle h3:not(:first-of-type) {
  margin-top: 70px;
}

#common-section.tackle h3:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #179F5B;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

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

  #common-section.tackle {
    margin-bottom: 60px;
  }

  #common-section.tackle h3 {
    font-size: 1.125em;
    margin: 0 9px;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  #common-section.tackle h3:not(:first-of-type) {
    margin-top: 40px;
  }
}

.service-link {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 121px auto;
}

.service-link .wrap {
  border: 2px solid #179F5B;
  text-align: center;
  padding: 52px 0 60px 0;
}

.service-link p:first-child {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  font-size: 1.375em;
  margin: 0;
}

.service-link p {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  font-size: 2em;
  margin: 13px 0 0;
}

.service-link p span {
  color: #179F5B;
}

.service-link a {
  display: inline-block;
  font-size: 1.125em;
  width: 380px;
  height: 64px;
  margin-top: 32px;
  background: #179F5B;
  color: #fff;
  line-height: 64px;
  border-radius: 32px;
  text-decoration: none;
}

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

  .service-link {
    width: 100%;
    margin: 0 0 70px;
  }

  .service-link .wrap {
    padding: 33px 10px 40px 10px;
    margin: 0 24px;
  }

  .service-link p:first-child {
    font-size: 1.125em;
    margin: 0;
  }

  .service-link p {
    font-size: 1.5em;
    margin: 7px 0 0;
  }

  .service-link a {
    margin-top: 23px;
    width: 280px;
    height: 60px;
    line-height: 60px;
  }

  .service-link a span {
    display: none;
  }
}

#common-section ul li:before {
  display: none;
}

#common-section ul.modal {
  margin: 70px auto 0 auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#common-section ul.modal li {
  font-size: 1.125em;
  width: 49%;
  margin-top: 20px;
  padding-left: 0;
}

#common-section ul.modal li a {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  position: relative;
  display: block;
  line-height: 28px;
  color: #111;
  text-decoration: none;
  padding: 22px 60px 22px 25px;
  width: 100%;
  border: 1px solid #E1E4E8;
  transition: color .3s;
}

#common-section ul.modal li a:hover {
  color: #179F5B;
}

#common-section ul.modal li a:before,
#common-section ul.modal li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #179F5B;
  top: 50%;
  right: 25px;
}

#common-section ul.modal li a:before {
  transform: translate(0, -50%) rotate(90deg);
}

#common-section ul.modal li a:after {
  transform: translate(0, -50%);
}

.modal-content a {
  color: #179F5B;
}

/* sdgsリンク一覧 */

 .sdg-lists {
  width: 100%;
  padding: 66px 0;
  position: relative;
  background: #F0FCF6;
}

.sdg-lists > p  {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  font-size: 1.625em;
}

.sdg-lists ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sdg-lists ul li {
  margin-top: 6px;
  width:  32.9%;
  padding: 0;
}

.sdg-lists ul li a {
  text-decoration: none;
  display: inline-block;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #111;
  position: relative;
  transition: all .3s ease;
}

.sdg-lists ul li a:hover {
  position: relative;
  z-index: 200;
  transform: scale(1.04, 1.07);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 15%);
}

.sdg-lists ul li a:after {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 11px;
  background: no-repeat center center;
  background-size: cover;
  right: 8px;
  bottom: 11px;
}

.sdg-lists ul li a:hover:after {
  animation-name: horizontal-fixed-slide;
  animation-duration: .4s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

.sdg-lists ul li a > p {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  margin: 16px 0 0 0;
  font-size: 1.25em;
}

.sdg-lists ul li a > p span {
  font-family: "FOT-UD角ゴ_スモール Pr6N M";
}

.sdg-lists ul li.building a:after {
  background-image: url(../../shared/images/blue-arrow.svg);
}

.sdg-lists ul li.eat a:after {
  background-image: url(../../shared/images/orange-arrow.svg);
}

.sdg-lists ul li.educate a:after {
  background-image: url(../../shared/images/green-arrow.svg);
}

.sdg-lists ul li.cloth a:after {
  background-image: url(../../shared/images/pink-arrow.svg);
}

.sdg-lists ul li.product a:after {
  background-image: url(../../shared/images/yellow-arrow.svg);
}

.sdg-lists ul li.service a:after {
  background-image: url(../../shared/images/red-arrow.svg);
}

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

  .sdg-lists {
    padding: 33px 24px 30px;
  }

  .sdg-lists ul {
    width: 100%;
    flex-wrap: wrap;
  }

  .sdg-lists ul li {
    width: 50%;
    padding: 2px;
    margin-top: 0;
  }

  .sdg-lists ul li a {
    width: 100%;
    height: 89px;
  }

  .sdg-lists ul li a img {
    width: 36px;
    height: 36px;
  }

  .sdg-lists ul li a > p {
    margin: 3px 0 0;
    font-size: 1em;
  }

  .sdg-lists ul li a:after {
    display: none;
  }

}

/* モーダルライブラリoverwrite部分 */

.modaal-wrapper {
  z-index: 20000;
}

.modaal-overlay {
  z-index: 10000;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: 0;
  right: 0;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #111;
}

.modaal-close:focus,
.modaal-close:hover {
  background: transparent;
}

.modaal-close:after,
.modaal-close:before {
  top: 30px;
  left: 0;
  right: 20px;
  background: #111;
  width: 26px;
  height: 2px;
}

.modaal-wrapper .modaal-content-container {
  position: relative;
  padding: 60px 50px 62px 60px;
}

.modaal-wrapper .modaal-container {
  width: 62%;
}

.modaal-wrapper .modaal-container img {
  display: block;
  margin: 30px auto 0;
}

.modaal-wrapper .modaal-container a {
  color: #179F5B;
}

.modaal-wrapper .modaal-container h3 {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  position: relative;
  padding-left: 22px;
}

.modaal-wrapper .modaal-container h3:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 23px;
  background: #179F5B;
  top: 4px;
  left: 0;
}

.modaal-wrapper .modaal-container p {
  margin: 22px 0 0 0;
  line-height: 2.125;
}

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

  /* モーダルオーバーライト */

  .modaal-wrapper .modaal-container {
    width: 100%;
  }

  .modaal-wrapper .modaal-container h3 {
    font-size: 1.125em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modaal-wrapper .modaal-container h3:before {
    height: 18px;
    top: 12px;
    width: 5px;
  }

  .modaal-wrapper .modaal-content-container {
    padding: 35px 20px;
  }

  .modaal-wrapper .modaal-container p {
    font-size: 0.9375em;
    margin: 25px 0 0 0;
  }

  .modaal-close:after,
  .modaal-close:before {
    right: 15px;
    left: initial;
    top: 22px;
  }

  .modaal-wrapper .modaal-container img {
    width: 100%;
    margin: 20px auto 0;
  }

}

#common-section .wrap ol li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #F3F5F8;
  border-radius: 10px;
  padding: 0px 20px 20px 30px;
}

#common-section .wrap ol li div:first-child {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#common-section .wrap ol li div:last-child img {
  width: 80px;
  height: 80px;
}


#common-section .wrap ol li > div:last-child {
  margin-top: 20px;
  display: flex;
}

#common-section .wrap ol li > div:last-child img + img {
  padding-left: 2px;
}

#common-section .wrap ol li div > div {
  margin-left: 20px;
}

#common-section .wrap ol li div p {
  position: relative;
  margin: 0;
}

#common-section .wrap ol li + li {
  margin-top: 20px;
}

#common-section .wrap ol li span {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  display: block;
  text-align: center;
  font-weight: bold;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #179F5B;
  border-radius: 50%;
  font-size: 1.25em;
}

#common-section .wrap ol li div:first-of-type p:first-child {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  font-size: 1.375em;
}

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

  #common-section .wrap ol li div > div {
    margin-left: 0;
  }

  #common-section .wrap ol li div > div p:last-child {
    margin-top: 12px;
    line-height: 2;
  }

  #common-section .wrap ol li span {
    position: absolute;
    font-size: 1rem;
    top: 26px;
    min-width: 32px;
    height: 32px;
    line-height: 33px;
  }

  #common-section .wrap ol li {
    flex-direction: column;
    align-items: flex-start;
    padding:  10px 20px 30px 20px;
  }

  #common-section .wrap ol li > div:last-child {
    margin-top: 12px;
  }

  #common-section .wrap ol li + li {
    margin-top: 25px;
  }

  #common-section .wrap ol li div:first-of-type  p:first-child {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-left: 44px;
  }

}

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

  #common-section .wrap .content {
    flex-direction: column;
    margin: 0 9px;
  }

  #common-section .wrap .content .image {
    margin: 30px auto 0 auto;
    width: 100%;
    max-width: 450px;
  }

  #common-section ul li {
    padding-left: 20px;
  }

  #common-section ul li + li {
    margin-top: 20px;
  }

  #common-section ul.modal {
    margin: 18px 0 0 0;
  }

  #common-section ul.modal li {
    width: 100%;
    padding: 0 9px;
    margin-top: 15px;
  }

  #common-section ul.modal li a {
    padding: 21px 50px 21px 15px;
    line-height: 1.5;
    font-size: 1rem;
  }

}






/*---- 資料ダウンロード　バナー ---*/
.shiryou_banner{
	padding: 0;
  text-align: center;
}
.shiryou_banner:hover {
  opacity: .8;
}
.shiryou_banner img{
	width: 80%;
	margin: -60px auto 60px;
}
@media screen and (max-width: 1000px) {
	.shiryou_banner{
	padding: 0px 0 40px;
}
	.shiryou_banner img{
	width: 100%;
	margin: 0 auto;
}
}
/*---- 資料ダウンロード　バナー ---*/