@charset "utf-8";

.strength_box .strength_headbox {
  padding: 10% 5%;
}

.strength_box .strength_headbox .strength_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.strength_box .strength_headbox p {
  font-size: 13.5px;
  letter-spacing: -0.05em;
}

.strength_box .strength_pagelink {
  background: #F5F7F7;
  padding: 8% 5%;
  margin-bottom: 3%;
}

.strength_box .strength_pagelink .inner strong.reform_title {
  font-size: 4.5vw;
  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: 10%;
}

.strength_box .strength_pagelink ul li {
  width: 49%;
  margin-bottom: 2%;
}

.strength_box .strength_pagelink ul li a {
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  padding: 10px 10px 30px;
  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-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 {
  text-align: center;
  font-weight: bold;
}

.strength_box .strength_pagelink ul li a p br {
  display: none;
}

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

.strength_box .strength_proposal strong {
  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: 49%;
  background: #fff;
  padding: 20px;
  margin-bottom: 2%;
}

.strength_box .strength_proposal ul li img {
  height: 80px;
  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-weight: bold;
  color: #239174;
  text-align: center;
}

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

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

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

.strength_box .strength_data .inbox ul li:last-child {
  margin-bottom: 0;
}

.strength_box .strength_data .inbox ul li>span {
  display: block;
  color: #239174;
  background: #fff;
  padding: 0 10px;
  border-radius: 100px;
  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: 20vw;
  margin: 0 5px;
}

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

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

.strength_box .strength_data .inbox>span {
  font-size: 11px;
  display: block;
  text-align: left;
}

.strength_box .inner .strength_linklist {
  padding: 10% 5%;
}

.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: 50px;
  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: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #239174;
  position: relative;
  padding: 10px 20px;
  line-height: 1.2;
}

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

.strength_box .inner .strength_flow {
  padding: 10% 5%;
}

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

.renaiss_box {
  padding: 0 0 50px;
}

.renaiss_box .inner>.renaiss_img {
  padding: 0 5%;
}

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

.renaiss_box .inner .renaiss_inbox01 {
  padding: 0 5%;
}

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

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

.renaiss_box .inner .renaiss_inbox01 p {
  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: 18px;
  font-weight: bold;
  color: #20A58E;
  line-height: 1.5;
}

.renaiss_box .inner .renaiss_inbox01 div strong span {
  font-size: 26px;
  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: 10%;
  padding: 0 5% 10%;
  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: 100%;
}

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

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

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

.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: 10px;
}

.renaiss_box .inner .renaiss_list div ol li strong {
  color: #13A087;
  margin-bottom: 0;
  width: calc(100% - 50px);
  font-size: 16px;
}

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

.renaiss_box .inner .renaiss_list span {
  display: none;
}

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

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

.proposal_box .anchor_btn {
  margin-bottom: 50px;
  width: 95%;
  margin: 0 auto 20px;
}

.proposal_box .anchor_btn div.inner ul {
  font-weight: bold;
  font-size: 14px;
  color: #239174;
  border: 1px solid #239174;
}

.proposal_box .anchor_btn div.inner ul li {
  border: solid 1px #239174;
  position: relative;
}

.proposal_box .anchor_btn div.inner ul li::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%;
}

.proposal_box .anchor_btn div.inner ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 70px 15px 35px;
}

.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: 10px;
}

.proposal_box div.txt h3 strong {
  color: #13A087;
  margin-bottom: 0;
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.proposal_box div.txt p {}

.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-weight: bold;
  padding: 10px;
  background: #F0F0F0;
  color: #13A087;
  display: block;
  margin-bottom: 20px;
}

.proposal_box .sec03 div.txt.flex_wrap {
}

.proposal_box .sec03 div.txt.flex_wrap div.left_bx {margin-bottom: 20px;}

.proposal_box .sec03 div.txt.flex_wrap div.right_bx {
}

.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;
}

/*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: 70%;
  margin: 15px auto;
}

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

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

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

.symptoms-container .symptom strong {
  display: block;
  margin: 5px 0;
  font-weight: bold;
  font-size: 4.0vw;
}

.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: 90%;
  max-width: 100%;
  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;
  text-align: center;
}

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

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

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

.img_flex img {
  width: 48%;
}

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

.reform_flex div {
  max-width: 100%;
  width: 48%;
  margin-bottom: 25px;
}

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