/** -------------------------
  TOP
 ------------------------- **/
.kv {
  background: #fffdf0;
  padding: 120px 0 40px;
}

.campaign {
  background: url(../img/campaign_bg.jpg) repeat center/cover;
  padding: 30px 0;
}

.campaign .pr {
  margin-bottom: 15px;
}

.news {
  background: #FAF9F7;
  padding: 54px 0;
}

.news_ttl {
  text-align: center;
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
}

.news_box {
  max-width: 850px;
  margin: 30px auto;
  background: #fff;
  border: 2px solid #F56E00;
  border-radius: 10px;
  padding: 24px;
}

.news_list {
  max-width: 775px;
  margin: 0 auto;
}

.news_list_item + .news_list_item {
  margin-top: 16px;
}

.news_list a {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  display: grid;
  gap: 0 1em;
  grid-template-columns: minmax(auto, 180px) 1fr;
}

.lead_txt {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2;
  margin-bottom: 40px;
}

.lead_cont .txt {
  margin: 45px 0 40px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #f56e00;
  letter-spacing: 0.06em;
  position: relative;
}

.lead_list_wrap {
  width: 52.75%;
  margin: 0 auto;
  border: 3px solid #f56e00;
  padding: 0 50px;
  position: relative;
}

.lead_list_wrap:before {
  content: "";
  width: calc(100% + 200px);
  height: 242px;
  background: url(../img/lead_img1.png) no-repeat left bottom/contain, url(../img/lead_img2.png) no-repeat right bottom/contain;
  position: absolute;
  bottom: -30px;
  left: -100px;
}

.lead_list_wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 28px;
  border-color: #f56e00 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  right: 0;
  left: 0;
  margin: auto;
}

.lead_list li {
  border-bottom: 1px solid #f56e00;
  color: #f56e00;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.06em;
  padding: 25px 0 25px 50px;
  background: url(../img/ico_check.png) no-repeat left center/30px;
}

.lead_list li:last-child {
  border-bottom: 0;
}

.lead .pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lead .pr:before, .lead .pr:after {
  content: "";
  width: 5px;
  height: 112px;
  background: #f56e00;
}

.lead .pr:before {
  margin-right: 20px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.lead .pr:after {
  margin-left: 20px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.lead .pr p {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.lead .pr p span {
  color: #f56e00;
  font-weight: 700;
}

.lead .pr p strong {
  color: #f56e00;
  font-size: 170%;
  font-weight: 700;
}

.concept {
  background: url(../img/concept_bg.png) repeat-x top 45px center;
}

.concept .txt {
  max-width: 900px;
  margin: 45px auto 0;
}

.concept .txt p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2em;
  padding-bottom: 1em;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(179, 179, 179, 0)), color-stop(50%, rgba(179, 179, 179, 0)), color-stop(0%, #fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0)), color-stop(97.5%, rgba(100, 100, 100, 0)), to(#b3b3b3));
  background-image: linear-gradient(90deg, rgba(179, 179, 179, 0) 0%, rgba(179, 179, 179, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #b3b3b3 100%);
  background-size: 5px 100%, 100% 2.2em;
}

.point {
  background: #faf9f7;
}

.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: -100px;
}

.point_list li {
  width: 33.8%;
  margin-bottom: 100px;
}

.point_list li img {
  margin-bottom: 25px;
}

.point_list li .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .06em;
  margin: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point_list li p {
  margin-top: auto;
}

.point_list li p a {
  color: #f56e00;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  column-gap: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto 0;
}

.point_list li p a:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/ico_arrow_orange.png) no-repeat center /contain;
  flex-shrink: 0;
}

.function_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-column-gap: 4.1%;
     -moz-column-gap: 4.1%;
          column-gap: 4.1%;
}

.function_list li {
  width: 30.6%;
  border: 5px solid #f56e00;
  text-align: center;
  margin-bottom: 40px;
}

.function_list li .cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
}

.function_list li .ttl {
  color: #f56e00;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .06em;
  border-bottom: 2px solid currentColor;
  padding: 15px 0;
  margin-bottom: 20px;
}

.function_list li p {
  margin: auto;
  font-weight: 700;
}

.case {
  background: #FFFDF0;
}

.case_list {
  margin-bottom: 40px;
}

.case_list_item {
  border: 5px solid #F46E00;
  background: #fff;
  padding: 35px;
  display: grid;
  grid-template-columns: 55% 34.2%;
  justify-content: space-between;
  align-items: flex-start;
  grid-template-areas:
    'ttl img'
    'txt img'
    'txt img';
  gap: 0;
}

.case_list_item + .case_list_item {
  margin-top: 40px;
}

.case_list_header {
  grid-area: ttl;
}

.case_list_name {
  color: #F56E00;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.case_list_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.06em;
  padding-bottom: 12px;
  border-bottom: 2px solid #F46E00;
  margin-bottom: 30px;
  padding-right: 1em;
}

.case_list_body {
  grid-area: txt;
}

.case_list_body dl {
  font-weight: 700;
}

.case_list_body dl dt {
  width: 177px;
  text-align: center;
  background: #4D4D4D;
  color: #fff;
  margin-bottom: 12px;
}

.case_list_body dl dt.orange {
  background: #F56E00;
}

.case_list_body dl dd {
  line-height: 1.7;
}

.case_list_body dl dd + dt {
  margin-top: 24px;
}

.case_list_body dl dd + dd {
  margin-top: 12px;
}

.case_list_body dl dd.check {
  padding-left: 28px;
  background: url(../img/ico_check02.png) no-repeat left top 4px /18px;
}

.case_list_img {
  grid-area: img;
}

.bnrArea {
  background: #FAF9F7;
  padding-top: 0;
}

.bnrArea_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 6%;
}

.bnrArea_list [class^="bnrArea_list_item"] {
  width: 47%;
  border-radius: 15px;
  border: 3px solid;
  padding: 30px 38px 20px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bnrArea_list [class^="bnrArea_list_item"] .bnr_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.bnrArea_list [class^="bnrArea_list_item"] .bnr_ttl strong {
  font-size: 7.1rem;
  font-weight: 700;
}

.bnrArea_list [class^="bnrArea_list_item"] .bnr_pic {
  position: absolute;
}

.bnrArea_list [class^="bnrArea_list_item"] .bnr_txt {
  margin-top: 15px;
}

.bnrArea_list [class^="bnrArea_list_item"] .bnr_txt li {
  color: #262626;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.875;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.bnrArea_list [class^="bnrArea_list_item"] .bnr_txt li:before {
  content: "";
  width: 1em;
  height: 1.875em;
  background: url(../img/bnr_icon01.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bnrArea_list [class^="bnrArea_list_item"] .bnr_btn {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  display: block;
  padding: 4px 0;
}

.bnrArea_list [class^="bnrArea_list_item"] .bnr_btn:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/bnr_icon02.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

.bnrArea_list [class^="bnrArea_list_item"] a:hover {
  opacity: 1.0;
}

.bnrArea_list [class^="bnrArea_list_item"]:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bnrArea_list .bnrArea_list_item01 {
  border-color: #00BC96;
  background: url(../img/bnr01_bg.png) no-repeat center/cover, #EDF4F2;
  -webkit-box-shadow: 0px 10px 0px 0px #00BC96;
          box-shadow: 0px 10px 0px 0px #00BC96;
}

.bnrArea_list .bnrArea_list_item01 .bnr_ttl {
  color: #00BC96;
}

.bnrArea_list .bnrArea_list_item01 .bnr_pic {
  top: 50px;
  right: 5px;
  width: 42.97872%;
}

.bnrArea_list .bnrArea_list_item01 .bnr_btn {
  background: #00BC96;
}

.bnrArea_list .bnrArea_list_item02 {
  border-color: #1B3985;
  background: url(../img/bnr02_bg.png) no-repeat center/cover, #D8ECFF;
  -webkit-box-shadow: 0px 10px 0px 0px #1B3985;
          box-shadow: 0px 10px 0px 0px #1B3985;
}

.bnrArea_list .bnrArea_list_item02 .bnr_ttl {
  color: #1B3985;
}

.bnrArea_list .bnrArea_list_item02 .bnr_pic {
  top: -16px;
  right: 15px;
  width: 40.42553%;
}

.bnrArea_list .bnrArea_list_item02 .bnr_btn {
  background: #1B3985;
}

@media (max-width: 1279px) {
  .kv {
    padding: 70px 0 20px;
  }
  .campaign {
    padding: 20px 0;
  }
  .news {
    padding: 32px 0;
  }
  .news_ttl {
    font-size: 2.2rem;
  }
  .news_box {
    margin: 20px auto;
    border-width: 1px;
    border-radius: 8px;
    padding: 16px;
  }
  .news_list a {
    font-size: 1.2rem;
    grid-template-columns: 100%;
    gap: 4px 0;
  }
  .lead_txt {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .lead_cont .txt {
    margin: 30px 0 20px;
    font-size: 1.8rem;
  }
  .lead_list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .lead_list_wrap {
    width: 100%;
    border-width: 2px;
    padding: 10px 30px;
  }
  .lead_list_wrap:before {
    width: calc(100% + 40px);
    height: 100px;
    left: -20px;
  }
  .lead_list_wrap:after {
    border-width: 14px 14px 0 14px;
    bottom: -14px;
  }
  .lead_list li {
    font-size: 1.6rem;
    padding: 15px 0 15px 25px;
    background-size: 18px;
  }
  .lead .pr {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lead .pr:before, .lead .pr:after {
    width: 3px;
    height: 100px;
  }
  .lead .pr:before {
    margin-right: 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .lead .pr:after {
    margin-left: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  .lead .pr p {
    font-size: 2.0rem;
  }
  .lead .pr p strong {
    font-size: 150%;
  }
  .concept {
    background-size: contain;
    background-position: top 15px center;
  }
  .concept .pic {
    width: 75%;
    margin: auto;
  }
  .concept .txt {
    max-width: 400px;
    margin-top: 20px;
  }
  .concept .txt p {
    font-size: 1.3rem;
  }
  .point_list {
    margin-bottom: 0;
  }
  .point_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .point_list li img {
    width: 45%;
    max-width: 150px;
    margin-bottom: 0;
  }
  .point_list li .ttl {
    font-size: 1.6rem;
    margin: 10px 0;
  }
  .point_list li p a {
    font-size: 1.4rem;
    margin-top: 1em;
  }
  .function_list {
    margin-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .function_list li {
    width: 48%;
    margin-bottom: 20px;
    border-width: 2px;
  }
  .function_list li .cont {
    padding: 10px;
  }
  .function_list li .cont img {
    width: 45%;
    max-width: 50px;
  }
  .function_list li .ttl {
    font-size: 1.4rem;
    padding: 5px 0;
    margin-bottom: 10px;
    border-width: 1px;
  }
  .function_list li p {
    font-size: 1.1rem;
  }
  .case_list {
    margin-bottom: 20px;
  }
  .case_list_item {
    border-width: 2px;
    padding: 16px;
    grid-template-columns: 100%;
    grid-template-areas:
      'ttl'
      'img'
      'txt';
    gap: 16px 0;
  }
  .case_list_item + .case_list_item {
    margin-top: 25px;
  }
  .case_list_name {
    margin-bottom: 6px;
  }
  .case_list_ttl {
    font-size: 1.5rem;
    padding-right: 0;
    padding-bottom: 6px;
    border-width: 1px;
    margin-bottom: 0;
  }
  .case_list_body dl dt {
    margin-bottom: 8px;
  }
  .case_list_body dl dd + dt {
    margin-top: 16px;
  }
  
  .case_list_body dl dd + dd {
    margin-top: 4px;
  }
  .case_list_body dl dd.check {
    padding-left: 20px;
    background-size: 14px;
    background-position: left top 3px;
  }
  .bnrArea_list [class^="bnrArea_list_item"] {
    width: 100%;
    max-width: 470px;
    padding: 15px 10px 10px;
  }
  .bnrArea_list [class^="bnrArea_list_item"] .bnr_ttl {
    font-size: 2.4rem;
  }
  .bnrArea_list [class^="bnrArea_list_item"] .bnr_ttl strong {
    font-size: 3.6rem;
  }
  .bnrArea_list [class^="bnrArea_list_item"] .bnr_txt li {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .bnrArea_list [class^="bnrArea_list_item"] .bnr_btn {
    font-size: 1.4rem;
  }
  .bnrArea_list [class^="bnrArea_list_item"]:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .bnrArea_list .bnrArea_list_item01 {
    -webkit-box-shadow: 0px 5px 0px 0px #00BC96;
            box-shadow: 0px 5px 0px 0px #00BC96;
  }
  .bnrArea_list .bnrArea_list_item01 .bnr_pic {
    top: 16px;
  }
  .bnrArea_list .bnrArea_list_item02 {
    -webkit-box-shadow: 0px 5px 0px 0px #1B3985;
            box-shadow: 0px 5px 0px 0px #1B3985;
  }
  .bnrArea_list .bnrArea_list_item02 .bnr_pic {
    right: 0;
  }
}

/** IE HACK **/
@media all and (-ms-high-contrast: none) {
  .function_list img {
    width: 96px;
  }
  .point_list li img {
    width: 270px;
  }
}
