@charset "utf-8";
/* CSS Document */

/* ================= */
/*   プレスリリース   */
/* ================= */
.w900 {
  width: 900px;
  margin: 150px auto 0;
  padding-bottom: 150px;
}

.sec-container {
  margin-top: 100px;
  width: 100%;
}

.press-ttl-box {
  margin-bottom: 60px;
  /* word-break: keep-all;
  overflow-wrap: anywhere; */
}

.press-sub-head-h3 {
  font-size: 2.6rem;
  font-weight: 700;
}

.day {
  font-size: 1.4rem;
  color: #aaabab;
}

.press-txt {
  padding-left: -1em;
  text-indent: 1em;
  text-align: justify;
}

.press-pdf {
  position: relative;
  margin-top: 20px;
  color: #888;
  text-align: right;
}

.hover:hover {
  color: #008db7;
  transition: 0.3s;
}

.press-pdf img {
  vertical-align: top;
  margin-right: 3px;
  width: 20px;
  height: auto;
}

.slider-container {
  margin-top: 80px;
  width: 100%;
  height: auto;
}

.slider-container .notes {
  text-align: right;
  color: #888;
}

.slider-container img {
  width: 100%;
}

/* slick変更 ----------------------------------------------*/
.re-slide {
  position: relative;
  width: 100%;
}

.prev,
.next {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
}

.prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: rotate(180deg);
  margin-right: 20px;
}

.next {
  position: absolute;
  top: 50%;
  right: 20px;
}

.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
}

.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: translate(-50%, -50%) rotate(45deg);
}

.prev:hover,
.next:hover {
  background-color: #fff;
}

.prev:hover::before,
.next:hover::before {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
}

/* ドット */
.slick-dots {
  /* position: absolute; */
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 15px;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: auto;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li:last-child {
  margin-right: 0;
}

/*数字カウント削除*/
.slick-dots li button {
  font-size: 0px;
  color: transparent;
}

/*--------------------*/

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  /*  cursor: none;*/
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  color: #7b7b7b;
  /*  cursor: none;*/
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 10px;
  /*ドットの大きさ*/
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: right;
  content: "●";
  color: #cbcbcb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*選択中の色*/
.slick-dots li.slick-active button:before {
  color: #313131;
}
/* slick終わり ----------------------------------------------*/

.gaiyou-cont {
  margin-top: 40px;
}

.press-sub-ttl {
  margin-bottom: 18px;
  font-size: 1.6rem;
  font-weight: 600;
}

.press-table th,
.press-table td {
  padding-bottom: 12px;
}

.press-table th {
  width: 160px;
}

.press-table dl {
  display: flex;
  flex-wrap: wrap;
}

.press-head-h4 {
  position: relative;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-indent: -2em;
  padding-left: 2em;
}

.press-head-h4 img {
  vertical-align: top;
  margin-right: 8px;
  width: 20px;
  height: auto;
}

.indent {
  padding-left: 32px;
}

.link {
  vertical-align: baseline;
  margin-left: 8px;
  margin-right: 8px;
}

/* [追記] PPA */
.kome {
  color: #008db7;
}

.ppa-scheme {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.ppa-scheme figcaption {
  margin-bottom: 30px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
}

.base-list {
  display: flex;
  align-items: end;
  margin-bottom: 40px;
}

.base-list img {
  width: 45%;
}

.base-name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.base-memo {
  margin-top: 20px;
}

.base-memo th {
  border-bottom: solid 1px #333;
}

.base-memo th span {
  font-size: 1.2rem;
}

.base-memo td {
  padding-left: 30px;
  text-align: right;
  border-bottom: solid 1px #b4b4b4;
}

.ppa-memo caption {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.ppa-memo th {
  padding: 10px;
  border-bottom: solid 1px #333;
}

.ppa-memo td {
  padding: 10px 20px;
  border-bottom: solid 1px #b4b4b4;
}

.related-company {
  display: flex;
}

.related-company img,
.chart-img {
  width: 100%;
}

.related-company a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.ppa-sec-cont {
  margin-top: 0;
  margin-bottom: 120px;
}

.ppa-sec-cont h4 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
}

.ppa-sec-cont .press-txt {
  text-indent: 0;
}

.ppa-merit {
  padding-left: 20px;
  list-style: disc;
  list-style-position: outside;
}

.ppa-merit li {
  margin-bottom: 20px;
}

.merit-ttl {
  font-weight: 600;
}

.ppa-link {
  position: relative;
  width: 250px;
  margin-top: 40px;
  padding-left: 3px;
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
}

.ppa-link a {
  display: inline-block;
  width: 100%;
}

.ppa-link .link-btn {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 3rem;
  height: 3rem;
  border: solid 1.5px #333;
}

.ppa-link .link-btn::before {
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}

.ppa-link:hover {
  border-bottom: solid 1px #008db7;
  transition: 0.3s;
}

.ppa-link:hover .link-btn {
  background-color: #333;
  transition: 0.3s;
}

.ppa-link:hover .link-btn::before {
  border-color: #fff;
  transition: 0.3s;
}

/* [追記] 杓子山 */
.intro-img-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
}

.intro-img-box figure {
  width: 50%;
}

.intro-img-box img {
  display: block;
  width: 100%;
}

.intro-img-box figcaption {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
}

.part-table-cont {
  margin-top: 40px;
}

.part-table-head th {
  padding: 5px;
  font-weight: 600;
}

.part-table-head th:last-child {
  padding-left: 20px;
}

.part-table-th {
  padding: 5px 15px 5px 5px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

.part-table-cont td {
  padding: 5px 20px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}

.contact-cont {
  margin-bottom: 30px;
}

/* [追記] DX */
.num-list {
  margin-top: 20px;
}

.num-list li {
  counter-increment: cnt;
  text-indent: -1.6em;
  padding-left: 1.6em;
  margin-bottom: 15px;
}

.num-list li::before {
  content: "(" counter(cnt) ") ";
}

.contact-table th,
.contact-table td {
  display: block;
  width: 100%;
}

.contact-table td {
  margin-bottom: 10%;
  padding-left: 1.4rem;
}

/* [追記] 久留米移転 */
.office-intro {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 5%;
}

.sec-container ul li:last-child .office-intro {
  margin-bottom: 0;
}

.office-intro figcaption {
  padding-right: 24px;
  width: 50%;
}

.office-intro figcaption p {
  text-align: justify;
}

.office-intro img {
  display: inline-block;
  width: 50%;
  height: auto;
}

/* [追記] AG SAKAE2 */
.kigansai .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.kigansai .flex li {
  width: 49.5%;
}

.kigansai .flex li img {
  width: 100%;
}

/* ------------------------------------------------
   responsive 
------------------------------------------------- */

/* 1439～960px ---------------------------------- */
@media screen and (max-width: 1439px) {
}

@media screen and (max-width: 1199px) {
  .w900 {
    width: 80%;
    margin: 100px auto 0;
    padding-bottom: 100px;
  }

  /* PPA */
  .ppa-sec-cont {
    margin-bottom: 100px;
  }
}

/* 959～560px tab -------------------------------- */
@media screen and (max-width: 959px) {
  /* PPA */
  .base-list {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 80px;
  }

  .base-list img {
    width: 100%;
    margin-bottom: 4%;
  }

  .base-list .indent {
    padding: 0;
    width: 100%;
  }

  .base-memo {
    width: 100%;
    margin-top: 10px;
  }

  .base-memo th,
  .base-memo td {
    width: 50%;
    padding: 5px;
  }

  .ppa-memo {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .ppa-memo th {
    width: 25%;
  }

  .ppa-memo td {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .w900 {
    width: 90%;
    margin: 20% auto 0;
    padding-bottom: 18%;
  }

  .press-sub-ttl {
    margin-bottom: 5px;
  }

  .press-head-h4 {
    margin-bottom: 12px;
  }

  .press-table {
    width: 100%;
  }

  .press-table tr {
    display: flex;
    flex-direction: column;
  }

  .press-table th,
  .press-table td {
    width: 100%;
    padding: 5px 8px;
  }

  .press-table th {
    background-color: #f7f7f7;
    border-top: solid 1px #c1c0c0;
  }

  .press-table td {
    padding-bottom: 15px;
  }

  .contact-cont:last-child {
    margin-bottom: 0;
  }

  /* 久留米移転 */
  .office-intro {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 30px;
    margin-bottom: 10%;
  }

  .office-intro img {
    width: 100%;
    margin-top: 10px;
    padding-left: 32px;
  }

  .office-intro figcaption {
    width: 100%;
    padding-right: 0;
  }

  .kh-gaiyou {
    margin-top: 0;
  }

  /* 杓子 */
  table {
    width: 100%;
  }

  .part-table-cont tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .part-table-cont tr.part-table-head {
    display: none;
  }

  .part-table-th,
  .part-table-cont td {
    width: 100%;
    padding: 10px;
    border: none;
  }

  .part-table-th {
    background-color: #f7f7f7;
    border-top: solid 1px #c1c0c0;
  }
}

/* 559px～ SP -------------------------------- */
@media screen and (max-width: 559px) {
  .press-sub-head-h3 {
    font-size: 2.2rem;
  }

  .press-head-h4 {
    text-indent: -23px;
    padding-left: 23px;
    font-size: 1.9rem;
  }

  .press-head-h4 img {
    width: 18px;
    margin-right: 5px;
  }

  .indent {
    padding-left: 0;
  }

  .sec-container {
    margin-top: 20%;
  }

  .slider-container {
    margin-top: 20%;
  }

  .contact-cont {
    margin-bottom: 15px;
  }

  /* 長いURL折れるようにする */
  .brake {
    overflow-wrap: anywhere;
  }

  /* 杓子 */
  .intro-img-box {
    flex-direction: column;
    gap: 20px 0;
  }

  .intro-img-box figure {
    width: 100%;
  }

  /* PPA */
  .base-list {
    margin-bottom: 60px;
  }

  .ppa-sec-cont {
    margin-bottom: 0;
  }

  .press-container section:first-child .sec-container.ppa-sec-cont {
    margin-top: 0;
  }

  /* 久留米移転 */
  .office-intro {
    margin-bottom: 15%;
  }

  .office-intro img {
    padding-left: 0;
  }

  /* AG SAKAE */
  .press-sub-ttl {
    padding-left: 1em;
    text-indent: -1em;
  }

  .kigansai .flex {
    flex-direction: column;
    margin-bottom: 3%;
  }

  .kigansai .flex li {
    width: 100%;
  }
}
