@charset "UTF-8";

.sectionBody {
  width: auto;
  max-width: 1280px;
  padding: 0 20px;
  margin-bottom: 0;
}
.media.-imgL .media__text {
  margin-left: 40px;
}
.-w920 {
  max-width: 920px;
  margin: 60px auto;
}
em.line {
  font-weight: bold;
  color: #0A68C2;
}


/*kv*/
.sectionHeader.-cases {
  margin: 0 auto !important;
  background: transparent;
  position: relative;
  padding: 0 !important;
}
.sectionHeader__bg::before {
  content: "";
  position: absolute;
  display: block;
  width: 1700px;
  height: 1700px;
  background-image: url(/asset/img/cases/2512-smm/img_2512-smm_section_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  bottom: -1000px;
  right: -500px;
  transform: rotate(-25deg);
  opacity: .5;
  z-index: -100;
}
.sectionHeader__bg::after {
  content: "";
  position: absolute;
  bottom: -900px;
  left: 0;
  width: 100vw;
  height: 1000px;

  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
  z-index: -100;
}
.sectionHeader, .sectionHeader__inner {
  box-sizing: border-box;
  max-width: 1280px;
  width: 100% !important;
  padding: 80px 20px !important;
}
.sectionHeader__title {
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #013A63;
  margin-bottom: .75em;
}
.sectionHeader .box.-col2 .box__item {
  overflow: initial;
}
.sectionHeader .box.-col2 .box__item:nth-child(odd) {
  width: calc(35% - 14px);
}
.sectionHeader .box.-col2 .box__item:nth-child(even) {
  width: calc(65% - 14px);
}
.sectionHeader__campany {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: .75em;
}
.sectionHeader__lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: .75em;
}
.sectionHeader__logo {
  margin-top: 30px;
  width: 240px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      transition: opacity .3s, box-shadow 
  ease-in-out 0.3s;
}


/*summary*/
.summary {
  margin-bottom: 120px;
}
.summary__item {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 60px;
}
.summary__item .summary__issue,
.summary__item .summary__effect {
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 30px 40px;
  position: relative;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
      transition: opacity .3s, box-shadow 
  ease-in-out 0.3s;
}
.summary__item .title {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: .75em;
  font-weight: bold;
  text-align: center;
}
.summary__item .summary__effect .title {
  color: #0A68C2;
}
.summary__item .summary__issue::after {
  border-style: solid;
  border-width: 15px 0 15px 18px;
  border-color: transparent transparent transparent #333;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
}
.summary__point {
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
      transition: opacity .3s, box-shadow 
  ease-in-out 0.3s;
}
.summary__point .title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  background: #0A68C2;
  color: #fff;
  width: 18%;
  min-height: 120px;
  padding: .75em;
}
.summary__point .list {
  box-sizing: border-box;
  width: 82%;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}


/**/
.profile {
  font-size: 1.8rem;
}
.profile span {
  font-size: 2rem;
  font-weight: bold;
}


/*anchor*/
.anchor {
  background: #F2F2F2;
  width: 100vw;
  margin: 120px calc(50% - 50vw) 60px;
}
.anchor__inner {
  max-width: 1280px;
  padding: 40px 20px;
  margin: 0 auto;
}
.anchor__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
  margin: 0 auto;
}
.anchor__link a {
  padding-left: 10px;
  color: #333;
  font-weight: bold;
  font-size: 1.8rem;
}
.anchor__link a::before {
  content: "";
  position: relative;
  left: -10px;
  top: -4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0A68C2;
  border-right: 2px solid #0A68C2;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*main*/
.tagText {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #0A68C2;
  border: 1px solid #0A68C2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-bottom: 1em;
}
.title.-style06 {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  color: #0A68C2;
  margin-bottom: 40px;
}
.comment {
  position: relative;
  padding: 60px;
  margin: 60px auto;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*outline*/
.sectionBody .outline {
  background: #FAFAFA;
  width: 100vw;
  margin: 60px calc(50% - 50vw);
}
.outline__inner {
  max-width: 1280px;
  padding: 60px 20px;
  margin: 0 auto;
}
.sectionBody .outline__title {
  margin-bottom: 23px;
  padding-bottom: 10px;
  font-size: 2.4rem;
}


@media screen and (max-width: 768px) {
.sectionHeader__bg::before {
  width: 1200px;
  height: 1200px;
  bottom: -700px;
}
.sectionHeader, .sectionHeader__inner {
  padding: 40px 20px !important;
}
.sectionHeader .box.-col2 {
  flex-direction: column;
}
.sectionHeader .box.-col2 .box__item:nth-child(odd),
.sectionHeader .box.-col2 .box__item:nth-child(even) {
  width: 100%;
}
.sectionHeader__title {
  font-size: 2.6rem;
  margin-bottom: .5em;
}
.sectionHeader__campany {
  font-size: 1.6rem;
  margin-bottom: .5em;
}
.sectionHeader__lead {
  font-size: 1.4rem;
  margin-bottom: .5em;
}
.sectionHeader__logo {
  margin-top: 10px;
  width: 150px;
}

.summary {
  margin-bottom: 60px;
}
.summary__item {
  gap: 40px;
  flex-direction: column;
  margin-bottom: 40px;
}
.summary__item .summary__issue,
.summary__item .summary__effect {
  width: 100%;
  padding: 25px;
}
.summary__item .title {
  font-size: 1.8rem;
}
.summary__item .summary__issue::after {
  border-width: 12px 0 12px 14px;
  top: initial;
  bottom: -34px;
  right: 0;
  left: 0;
  transform: rotate(90deg);
}
.summary__point {
  padding: 25px;
  flex-direction: column;
}
.summary__point .title {
  font-size: 1.6rem;
  width: 100%;
  min-height: initial;
  margin-bottom: 1em;
}
.summary__point .list {
  width: 100%;
  padding-left: 0;
  font-size: 1.4rem;
}

.media.-imgL .media__text {
  margin-left: 0;
}
.profile {
  font-size: 1.4rem;
}
.profile span {
  font-size: 1.6rem;
}

.anchor {
  margin: 60px calc(50% - 50vw) 60px;
}
.anchor__inner {
  padding: 30px 20px;
}
.anchor__link {
  gap: 20px 20px;
}
.anchor__link a {
  font-size: 1.4rem;
}

.tagText {
  font-size: 1.4rem;
}
.title.-style06 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.title.-style03 {
  font-size: 1.8rem;
  margin-top: 30px;
}
.-w920 {
  margin: 40px auto;
}

.comment {
  margin: 40px auto;
  padding: 30px 20px;
}

}