@charset "utf-8";

.strength_box .strength_headbox {
  padding: 100px 0 50px;
}

.strength_box .strength_headbox .strength_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}

.strength_box .strength_headbox p {
  text-align: center;
}

.strength_box .strength_pagelink {
  background: #F5F7F7;
  padding: 50px 0;
  margin-bottom: 50px;
}

.strength_box .strength_pagelink .inner strong.reform_title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.strength_box .strength_pagelink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
}

.strength_box .strength_pagelink ul li {
  width: 24%;
}

.strength_box .strength_pagelink ul li a {
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  padding: 20px 20px 40px;
  position: relative;
}

/* .strength_box .strength_pagelink ul li a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #1EA68E;
  border-bottom: 2px solid #1EA68E;
  transform: rotate(45deg);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
} */

.strength_box .strength_pagelink ul li a strong {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #1EA68E;
  height: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.strength_box .strength_pagelink ul li a img {
  max-width: 150px;
  height: 80px;
  margin: 0 auto 10px;
  display: block;
}

.strength_box .strength_pagelink ul li a p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.strength_box .strength_proposal {
  background: #F8F8F8;
  padding: 50px 0;
}

.strength_box .strength_proposal strong {
  font-size: 26px;
  font-weight: bold;
  color: #15A188;
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.strength_box .strength_proposal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 915px;
  width: 100%;
  margin: auto;
}

.strength_box .strength_proposal ul li {
  width: 19%;
  background: #fff;
  padding: 20px;
  margin-bottom: 1%;
}

.strength_box .strength_proposal ul li img {
  height: 80px;
  max-width: 110px;
  display: block;
  margin: 0 auto 10px;
}

.strength_box .strength_proposal ul li.asset img {
  max-width: 80px
}

.strength_box .strength_proposal ul li span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #239174;
  text-align: center;
}

.strength_box .strength_data {
  background: url(../img/strength/strength_bg02.jpg) no-repeat center/cover;
  padding: 30px 0;
}

.strength_box .strength_data .inbox {
  max-width: 900px;
  width: 100%;
  margin: auto;
  background: #239174;
  padding: 30px 50px;
  color: #fff;
}

.strength_box .strength_data .inbox ul {
  column-count: 2;
  position: relative;
}

.strength_box .strength_data .inbox ul::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

.strength_box .strength_data .inbox ul li {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.strength_box .strength_data .inbox ul li:nth-child(2n) {
  margin-bottom: 0;
}

.strength_box .strength_data .inbox ul li>span {
  display: block;
  color: #239174;
  background: #fff;
  padding: 0 10px;
  border-radius: 100px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.strength_box .strength_data .inbox ul li div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  font-weight: bold;
}

.strength_box .strength_data .inbox ul li div strong {
  font-size: 80px;
  margin: 0 5px;
}

_:-ms-lang(x)::-ms-backdrop, .strength_box .strength_data .inbox ul li div strong {
  margin-top: 15px;
  line-height: .8;
}

.strength_box .strength_data .inbox ul li div span {
  font-size: 20px;
  width: 1em;
  margin-bottom: 10px;
}

.strength_box .strength_data .inbox ul li:last-child div span {
  width: auto;
  font-size: 50px;
  margin-bottom: 5px;
}

.strength_box .strength_data .inbox ul li p {
  font-size: 16px;
}

.strength_box .strength_data .inbox>span {
  font-size: 12px;
  display: block;
  text-align: right;
  margin-top: 10px;
}

.strength_box .inner .strength_linklist {
  padding: 30px 0 50px;
}

.strength_box .inner .strength_linklist ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  border: 1px solid #239174;
}

.strength_box .inner .strength_linklist ul li {
  width: 100%;
  height: 60px;
  border-right: 1px solid #239174;
}

.strength_box .inner .strength_linklist ul li:last-child {
  border: none;
}

.strength_box .inner .strength_linklist ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #239174;
  position: relative;
  transition: .3s;
  background: #fff;
}

.strength_box .inner .strength_linklist ul li a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #239174;
  border-right: 1px solid #239174;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: .3s;
}

.strength_box .inner .strength_flow {
  padding: 50px 0;
}

.strength_box .inner .strength_flow strong {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #15A188;
  margin-bottom: 30px;
}

.renaiss_box {
  padding: 0 0 50px;
}

.renaiss_box .inner .renaiss_img {
  display: block;
  margin-bottom: 30px;
}

.renaiss_box .inner .renaiss_inbox01 .inbox_heading {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.renaiss_box .inner .renaiss_inbox01 .inbox_heading+strong {
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  background: #F0F0F0;
  color: #13A087;
  display: block;
  margin-bottom: 20px;
}

.renaiss_box .inner .renaiss_inbox01 p {
  font-size: 16px;
  margin-bottom: 30px;
}

.renaiss_box .inner .renaiss_inbox01 div {
  margin-bottom: 50px;
}

.renaiss_box .inner .renaiss_inbox01 div span {
  display: block;
}

.renaiss_box .inner .renaiss_inbox01 div strong {
  font-size: 26px;
  font-weight: bold;
  color: #20A58E;
  line-height: 1.5;
}

.renaiss_box .inner .renaiss_inbox01 div strong span {
  font-size: 45px;
  font-weight: normal;
  color: #EA7A14;
  display: inline-block;
}

.renaiss_box .inner .renaiss_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}

.renaiss_box .inner .renaiss_list::before {
  content: '';
  width: 90%;
  height: 2px;
  background: #13937C;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.renaiss_box .inner .renaiss_list::after {
  content: '';
  width: 20px;
  height: 20px;
  border-right: 2px solid #13937C;
  border-bottom: 2px solid #13937C;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  transform: rotate(45deg);
}

.renaiss_box .inner .renaiss_list div {
  width: 70%;
}

.renaiss_box .inner .renaiss_list div strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}

.renaiss_box .inner .renaiss_list div ol {
  counter-reset: number;
}

.renaiss_box .inner .renaiss_list div ol li {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.renaiss_box .inner .renaiss_list div ol li:last-child {
  margin-bottom: 0;
}

.renaiss_box .inner .renaiss_list div ol li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #13A087;
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.renaiss_box .inner .renaiss_list div ol li strong {
  font-size: 20px;
  color: #13A087;
  margin-bottom: 0;
}

.renaiss_box .inner .renaiss_list div ol li span {
  width: 100%;
  display: block;
  padding-left: 55px;
  margin-top: 10px;
}

.renaiss_box .inner .renaiss_list span {
  display: block;
  width: 20%;
}

.renaiss_box .inner .renaiss_list+strong {
  font-size: 30px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #EA7A14;
  margin-bottom: 50px;
}

/*企画提案事例*/
.proposal_box .headline {
  margin-bottom: 50px;
}
.proposal_box .anchor_btn {
  margin-bottom: 50px;
}

.proposal_box .anchor_btn div.inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  font-size: 14px;
  color: #239174;
  border: 1px solid #239174;
}

.proposal_box .anchor_btn div.inner ul li {
  border: solid 1px #239174;
  width: 33.3%;
  position: relative;
}
.proposal_box .anchor_btn div.inner ul li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #13A087;
  border-right: 3px solid #13A087;
  transform: rotate(135deg);
  position: absolute;
  right: 20px;
  top: 30%;
  transition: .3s;
}

.proposal_box .anchor_btn div.inner ul li a {
  width: 100%;
  height: 100%;
  padding: 15px 70px 15px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: .3s;
  background: #fff;
  color: #239174;
}

.proposal_box div.txt h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
}

.proposal_box div.txt h3 span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #13A087;
    width: 35px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.proposal_box div.txt h3 strong {
  color: #13A087;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.proposal_box div.txt p {
    width: 98%;
    margin: auto;
}

.proposal_box div.txt p span.yellow_marker {
    background-color: #FFEE53;
}

.proposal_box div.txt img {
    margin: auto;
    display: block;
}

.proposal_box .sec02 div.txt div.block {
    margin-bottom: 30px;
}

.proposal_box .sec02 div.txt div.block strong {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    background: #F0F0F0;
    color: #13A087;
    display: block;
    margin-bottom: 20px;
}

.proposal_box .sec03 div.txt.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proposal_box .sec03 div.txt.flex_wrap div.left_bx {
    width: 50%;
}

.proposal_box .sec03 div.txt.flex_wrap div.right_bx {
    width: 50%;
}
.proposal_box .sec04 {
  margin-bottom: 70px;
}
.proposal_box .sec04 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proposal_box .sec04 ul li {
    width: 32%;
}

.proposal_box .sec04 ul li p {
  text-align: center;font-weight: bold;
}

.strength_bg {
  padding: 150px 0;
  background: url(../img/strength/strength_bg01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 100px;
}

/*241022*/
.from-gr_btn {
  display: block;
  margin: 20px auto;
  background: #239174;
  border: 1px solid #239174;
  color: #fff;
  text-align: center;
  padding: 15px;
  width: 80%;
}

.from-gr_btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 2px;
  transition: .3s;
  position: relative;
  left: 15px;
}

/* 241024 */
.green_color {
  color: #1EA68E;
}

.strength_box .strength_pagelink.no_bg {
background: none;
}

.strength_box .strength_pagelink .inner .sub_title {
  display: block;
  text-align: center;
  margin: 15px auto;
}

.strength_box .strength_pagelink .inner .sub_title small {
  font-size: 16px;
}

.strength_box .strength_pagelink .inner .sub_title.ba_title {
  font-size: 18px;
}

.strength_box .strength_pagelink p {
  text-align: center;
}

.strength_box .strength_pagelink .setsumei {
  width: 40%;
  margin: 15px auto;
}

.strength_box .strength_pagelink .setsumei img {
  width: 100%;
}

.symptoms-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 40px auto 0;
}

.symptoms-container .symptom {
  max-width: 300px;
  width: 31%;
  margin-bottom: 15px;
}

.symptoms-container .symptom strong {
  display: block;
  margin: 10px 0;
  font-weight: bold;
  font-size: 18px;
}

.symptoms-container .symptom p {
  text-align: left;
}

.strength_box .strength_pagelink .inner strong.bg_red {
  background-color: #009778;
  color: #fff;
  margin-top: 30px;
  padding: 10px 0;
}

.shindan {
  border: 3px solid #b3b7b7;
  padding: 20px;
  width: 70%;
  max-width: 550px;
  margin: 30px auto 0;
}

.strength_box .strength_pagelink .shindan p {
  text-align: left;
}

.shindan strong {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}

.ba_flex,
.img_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.img_flex {
  width: 60%;
  margin: 30px auto;
}

.ba_flex div,
.img_flex img {
  width: 49%;
  max-width: 500px;
  margin-bottom: 20px;
}

.reform_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 0;
}

.reform_flex div {
  max-width: 300px;
  width: 31%;
  margin-bottom: 25px;
  margin-right: 15px;
}

.reform_flex div:nth-child(3) {
  margin-right: 0;
}

.strength_box .strength_pagelink ul li:hover a {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.btn {
  margin: 40px auto;
}