@charset "UTF-8";
/*===========================================================
# 404
============================================================*/
.boxBase40401Wrap {
  padding: 4.5em 0 0 0;
}

@media screen and (max-width: 767px) {
  .boxBase40401Wrap {
    padding: 2.5em 0 0 0;
  }
}

.boxBase40401 .ttl01 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxBase40401 .ttl01 {
    font-size: 1.2rem;
  }
}


/*##### bizmo #####*/
body.pageBizmo .boxPageContents {
  /*min-height: 15000px;*/
  font-family: "Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
}

.boxBizmoTopWrap {
  position: relative;
  height: 460px;
  margin-top: -1.4em;
  padding-top: 4.05em;
  background-image: url('./../images/bizmo/bizmo-top-mv01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 767px){
  .boxBizmoTopWrap {
    height: 132vw;
    margin-top: 0;
    padding-top: 9.3vw;
    background-image: url('./../images/bizmo/bizmo-top-mv01-sp202603.jpg');
    background-size: cover;
  }
}

.boxBizmoTop .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  color: #ff0000;
}

.boxBizmoTop .boxCont01 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2.08em;
}
@media all and (max-width: 767px){
  .boxBizmoTop .boxCont01 .ttl01 {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4.0vw;
    padding-top: 3vw;
    padding-bottom: 2.2vw;
  }
}

@media all and (max-width: 767px){
  .boxBizmoTop .boxCont01 .ttl01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 87%;
    height: 100%;
    margin: auto;
    background-color: #fff;
    transform: skew(-25deg);
  }
}

.boxBizmoTop .boxCont01 .ttl01 .ttlImg {
  margin-bottom: 2.0em;
}
@media all and (max-width: 767px){
  .boxBizmoTop .boxCont01 .ttl01 .ttlImg {
    position: relative;
    left: 0.5em;
    width: 62vw;
    margin-bottom: 2.5vw;
    text-align: center;
  }
}

.boxBizmoTop .boxCont01 .ttl01 .ttlStr {
  position: relative;
  left: 0.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 26.2em;
  height: 1.9em;
  padding-right: 0.45em;
  letter-spacing: 0.073em;
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
}
@media all and (max-width: 767px){
  .boxBizmoTop .boxCont01 .ttl01 .ttlStr {
    left: 1.1em;
    width: auto;
    height: auto;
    padding-right: 0;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-size: 0.83rem;
    color: #3ab6b9;
  }
}

.boxBizmoTop .boxCont01 .ttl01 .ttlStr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01a6a8;
  transform: skew(-24deg);
}
@media all and (max-width: 767px){
  .boxBizmoTop .boxCont01 .ttl01 .ttlStr:after {
    content: none;
  }
}

.boxBizmoTop .boxCont01 .ttl01 .ttlStr > span {
  position: relative;
  z-index: 2;
}

.boxBizmoTop .boxCont01 .p01 {
  line-height: 1.39;
  letter-spacing: normal;
  font-size: 3.95rem;
  font-weight: 800;
  color: #01aba2;
}
@media all and (max-width: 767px){
  .boxBizmoTop .boxCont01 .p01 {
    width: 100%;
    padding-left: 0.24em;
    text-align: center;
    line-height: 1.35;
    letter-spacing: -0.04em;
    font-size: 1.92rem;
    color: #fff;
    text-shadow: 0.3vw 0.3vw 0 #3c889a;
  }
}

.boxBizmo01Wrap {
  position: relative;
  padding-top: 5.8em;
  padding-bottom: 5.3em;
  background-color: #3FBAB9;
}
@media all and (max-width: 767px){
  .boxBizmo01Wrap {
    padding-top: 1.45em;
    padding-bottom: 3.1em;
    background-image: url('./../images/bizmo/bizmo01-bg01-sp.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}

.boxBizmo01Wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('./../images/bizmo/bizmo01-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0.3;
}
@media all and (max-width: 767px){
  .boxBizmo01Wrap:before {
    content: none;
  }
}

.boxBizmo01 {
  position: relative;
  z-index: 2;
}

.boxBizmo01 .boxCont01 {
  text-align: center;
  color: #fff;
}

.boxBizmo01 .boxCont01 .ttl01 {
  margin-bottom: 0.7em;
  letter-spacing: 0.114em;
  font-size: 2.7rem;
  font-weight: 700;
}
@media all and (max-width: 767px){
  .boxBizmo01 .boxCont01 .ttl01 {
    margin-bottom: 0.6em;
    /*padding-right: 0.5em;*/
    line-height: 1.42;
    letter-spacing: 0.06em;
    font-size: 1.25rem;
  }
}

.boxBizmo01 .boxCont01 .ttl01 .txt01 {
  color: #fff600;
}

.boxBizmo01 .boxCont01 .p01 {
  margin-bottom: 0.35em;
  line-height: 1.38;
  letter-spacing: 0.04em;
  font-size: 3.65rem;
  font-weight: 700;
}
@media all and (max-width: 767px){
  .boxBizmo01 .boxCont01 .p01 {
    margin-bottom: 0.53em;
    font-size: 1.65rem;
  }
}

.boxBizmo01 .boxCont01 .p01 .txt01 {
  color: #fff600;
}

.boxBizmo01 .boxCont01 .p01 .txtLarge {
  font-size: 7.0rem;
  line-height: 1.0;
}
@media all and (max-width: 767px){
  .boxBizmo01 .boxCont01 .p01 .txtLarge {
    font-size: 3.17rem;
  }
}

.boxBizmo01 .boxCont01 .p01 .txtSmall {
  font-size: 1.35rem;
}
@media all and (max-width: 767px){
  .boxBizmo01 .boxCont01 .p01 .txtSmall {
    font-size: 0.7rem;
  }
}

.boxBizmo01 .boxCont01 .pCaution01 {
  margin-bottom: 2.5em;
  letter-spacing: 0.2em;
}
@media all and (max-width: 767px){
  .boxBizmo01 .boxCont01 .pCaution01 {
    margin-bottom: 2.75em;
    line-height: 1.5;
    letter-spacing: 0.14em;
    font-size: 0.6rem;
  }
}

.boxBizmo01 .boxCont02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxBizmo01 .boxCont02 .boxImg {
  position: relative;
  text-align: center;
}

.boxBizmo01 .boxCont02 .boxImg .icn01BizmoDeco01 {
  position: absolute;
  bottom: 0;
  right: -8.7em;
}
@media all and (max-width: 767px){
  .boxBizmo01 .boxCont02 .boxImg .icn01BizmoDeco01 {
    bottom: calc(100% + 0.4em);
    right: -0.4vw;
    width: 23.1vw;
  }
}

.boxBizmo02Wrap {
  padding-top: 5.0em;
  padding-bottom: 11.5em;
  background-color: #ede8ed;
}
@media all and (max-width: 767px){
  .boxBizmo02Wrap {
    padding-top: 2.6em;
    padding-bottom: 4.5em;
  }
}

.boxBizmo02 .boxCont01 {
  text-align: center;
}

.boxBizmo02 .boxCont01 .ttl01 {
  margin-bottom: 1.7em;
}
@media all and (max-width: 767px){
  .boxBizmo02 .boxCont01 .ttl01 {
    margin-bottom: 0.75em;
  }
}

.boxBizmo03Wrap {
  position: relative;
  padding-top: 1.2em;
  padding-bottom: 11.0em;
  background-color: #EBF6F6;
}
@media all and (max-width: 767px){
  .boxBizmo03Wrap {
    padding-top: 2.43em;
    padding-bottom: 4.5em;
  }
}

.boxBizmo03Wrap:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 81px;
  background-image: url('./../images/bizmo/bizmo03-border01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 767px){
  .boxBizmo03Wrap:before {
    height: auto;
    background-image: url('./../images/bizmo/bizmo03-border01-sp.png');
    background-size: cover;
    aspect-ratio: 742 / 53;
  }
}

.boxBizmo03 .boxCont01 {
  text-align: center;
}

.boxBizmo03 .boxCont01 .ttl01 {
  margin-bottom: 1.7em;
}
@media all and (max-width: 767px){
  .boxBizmo03 .boxCont01 .ttl01 {
    margin-bottom: 0.7em;
  }
}

.boxBizmo04Wrap {
  position: relative;
  margin-top: -5.7em;
  padding-top: 7.0em;
  padding-bottom: 15.0em;
  background-image: url('./../images/bizmo/bizmo04-bg01.webp');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
/*
  background-image: url('./../images/design/design-bizmo04.png');
  background-repeat: no-repeat;
  background-position: center 45px;
  background-size: auto auto;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
  color: #ff0000;
*/
}
@media all and (max-width: 767px){
  .boxBizmo04Wrap {
    margin-top: -2.0em;
    padding-top: 3.97em;
    padding-bottom: 7.0em;
    background-image: url('./../images/bizmo/bizmo04-bg01-sp.webp');
    background-size: cover;
  }
}

.boxBizmo04 .boxCont01 {
  margin-bottom: 3.8em;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01 {
    margin-bottom: 2.21em;
  }
}

.boxBizmo04 .boxCont01 .ttl01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 6.1em;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01 .ttl01 {
    margin-bottom: 2.23em;
  }
}

.boxBizmo04 .boxCont01 .ttl01:before {
  content: '';
  position: absolute;
  top: -3.8em;
  left: 1.4em;
  width: 240px;
  background-image: url('./../images/bizmo/bizmo04-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  aspect-ratio: 240 / 265;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01 .ttl01:before {
    top: 2.95em;
    left: 0.1em;
    width: 24.0vw;
  }
}

.boxBizmo04 .boxCont01 .ttl01 .ttlSub {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.61em;
  margin-bottom: 1.05em;
  padding: 0.2em 1.24em;
  border-radius: 1.61em;
  background-color: #2DA8AA;
  letter-spacing: 0.13em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01 .ttl01 .ttlSub {
    margin-bottom: 1.57em;
    font-size: 1.0rem;
  }
}

.boxBizmo04 .boxCont01 .ttl01 .ttlMain {
  position: relative;
  left: -0.17em;
  letter-spacing: 0.08em;
  font-size: 4.3rem;
  font-weight: 800;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01 .ttl01 .ttlMain {
    left: 0;
    padding-left: 22.2vw;
    text-align: center;
    line-height: 1.15;
    letter-spacing: 0.09em;
    font-size: 1.92rem;
  }
}

.boxBizmo04 .boxCont01 .ttl01 .ttlMain .txtSmall {
  font-size: 2.85rem;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01 .ttl01 .ttlMain .txtSmall {
    font-size: 1.3rem;
  }
}

@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01 .ttl01 .ttlMain .txtSmallSp {
    font-size: 1.3rem;
  }
}

.boxBizmo04 .boxCont01 .ttl01 .ttlMain .txt01 {
  color: #F06C02;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01 .ttl01 .ttlMain .txt01 {
    position: relative;
    left: -0.08em;
    font-size: 3.1rem;
  }
}

@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01 .ttl01 .ttlMain .txt01 .txtSmallSp {
    margin-left: 0.18em;
    font-size: 2.0rem;
  }
}

.boxBizmo04 .boxCont01F {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01F {
    display: block;
    max-width: 84.4%;
    margin-left: auto;
    margin-right: auto;
  }
}

.boxBizmo04 .boxCont01FOne {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 47.3%;
  min-height: 10.0em;
  margin-right: calc(100% - 47.3% * 2);
  margin-bottom: 1.95em;
  border: 3px #40b6bf solid;
  border-radius: 0.3em;
  background-color: #fff;
  box-shadow: 3px 3px 0 0 #cdcdcd;
}
.boxBizmo04 .boxCont01FOne:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01FOne {
    width: 100%;
    min-height: 32.7vw;
    margin-right: 0;
    margin-bottom: 0.63em;
  }
}

.boxBizmo04 .boxCont01FOne .boxImg {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 27.5%;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01FOne .boxImg {
    width: 40.5%;
  }
}

@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01FOne.no01 .boxImg img {
    width: 22vw;
  }
  .boxBizmo04 .boxCont01FOne.no02 .boxImg img {
    width: 20.5vw;
  }
  .boxBizmo04 .boxCont01FOne.no03 .boxImg img {
    width: 19.5vw;
  }
  .boxBizmo04 .boxCont01FOne.no04 .boxImg img {
    width: 19.4vw;
  }
}

.boxBizmo04 .boxCont01FOne .boxTxt {
  width: calc(100% - 27.5%);
  padding: 1.8em 5% 1.0em 0;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01FOne .boxTxt {
    width: calc(100% - 40.5%);
    padding: 0.72em 6% 1.0em 0;
  }
}

.boxBizmo04 .boxCont01FOne .boxTxt .ttl02 {
  margin-bottom: 0.41em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #F06C02;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01FOne .boxTxt .ttl02 {
    margin-bottom: 0.37em;
    line-height: 1.24;
    letter-spacing: 0.06em;
    font-size: 1.05rem;
  }
}

.boxBizmo04 .boxCont01FOne .boxTxt .p01 {
  line-height: 1.65;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont01FOne .boxTxt .p01 {
    line-height: 1.43;
    letter-spacing: 0.12em;
    font-size: 0.77rem;
  }
}

.boxBizmo04 .boxCont02 {
  position: relative;
  margin-bottom: 3.97em;
  text-align: center;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont02 {
    margin-bottom: 3.3em;
  }
}

.boxBizmo04 .boxCont02:after {
  content: '';
  position: absolute;
  top: -1.2em;
  left: calc(50% + 20.8em);
  width: 206px;
  background-image: url('./../images/bizmo/bizmo04-icn-deco03.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 206 / 194;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont02:after {
    top: 4.15em;
    left: 60vw;
    width: 26.7vw;
  }
}

.boxBizmo04 .boxCont02 .p01 {
  line-height: 1.3;
  letter-spacing: 0.14em;
  font-size: 1.7rem;
  font-weight: 700;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont02 .p01 {
    line-height: 1.59;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
  }
  .boxBizmo04 .boxCont02 .p01.no02 {
    padding-right: 28%;
    line-height: 1.4;
    letter-spacing: 0.18em;
    font-size: 1.01rem;
  }
}

.boxBizmo04 .boxCont02 .p01 + .p01 {
  margin-top: 1.4em;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont02 .p01 + .p01 {
    margin-top: 2.58em;
  }
}

.boxBizmo04 .boxCont02 .p01 .txt01 {
  position: relative;
  margin-left: 0.05em;
  font-size: 3.6rem;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont02 .p01 .txt01 {
    font-size: 1.6rem;
  }
}

.boxBizmo04 .boxCont02 .p01 .txt01:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -0.15em;
  width: 100%;
  height: 0.74em;
  background-color: #fff73a;
}

.boxBizmo04 .boxCont03 {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.0em;
  background-color: #3fbab8;
  color: #fff;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont03 {
    max-width: none;
    border-radius: 0.4em;
  }
}

.boxBizmo04 .boxCont03:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 1.5em);
  height: calc(100% - 1.5em);
  margin: auto;
  border: 1px #fff solid;
  border-radius: 1.0em;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont03:before {
    width: calc(100% - 0.8em);
    height: calc(100% - 0.8em);
    border: 2px #fff solid;
    border-radius: 0.4em;
  }
}

.boxBizmo04 .boxCont03In {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 201px;
  padding: 1.85em 3%;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont03In {
    min-height: auto;
    padding: 0 3% 2.1em 3%;
  }
}

.boxBizmo04 .boxCont03In .ttl02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.3em;
  margin-bottom: 0.85em;
  padding: 0.1em 1.45em 0.2em 1.25em;
  border-radius: 2.3em;
  background-color: #fff;
  font-size: 1.35rem;
  color: #171958;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont03In .ttl02 {
    height: 2.8em;
    margin-top: -1.47em;
    margin-bottom: 1.06em;
    padding: 0.1em 1.2em 0.2em 1.0em;
    border-radius: 0.8em;
    letter-spacing: 0.09em;
    font-size: 0.8rem;
  }
}

.boxBizmo04 .boxCont03In .boxCont03LR {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont03In .boxCont03LR {
    display: block;
    width: 100%;
  }
}

.boxBizmo04 .boxCont03In .boxCont03L,
.boxBizmo04 .boxCont03In .boxCont03R {
  margin: 0 1.08em;
  width: 310px;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont03In .boxCont03L,
  .boxBizmo04 .boxCont03In .boxCont03R {
    margin: 0 auto;
    width: 92%;
  }
  .boxBizmo04 .boxCont03In .boxCont03L {
    margin-bottom: 1.34em;
  }
}

.boxBizmo04 .boxCont03In .boxCont03L .p01,
.boxBizmo04 .boxCont03In .boxCont03R .p01 {
  margin-bottom: 0.79em;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 1.1rem;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont03In .boxCont03L .p01,
  .boxBizmo04 .boxCont03In .boxCont03R .p01 {
    margin-bottom: 0.85em;
    letter-spacing: 0.04em;
    font-size: 0.79rem;
  }
}

.boxBizmo04 .boxCont03In .boxCont03L a,
.boxBizmo04 .boxCont03In .boxCont03R a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 53px;
  border-radius: 0.35em;
  letter-spacing: normal;
  font-size: 1.6rem;
  box-shadow: 4px 4px 0 0 #fff;
}
.boxBizmo04 .boxCont03In .boxCont03L a {
  padding-right: 0.1em;
  background-color: #fd5950;
  letter-spacing: 0.1em;
  font-size: 2.05rem;
  color: #fff;
}
.boxBizmo04 .boxCont03In .boxCont03R a {
  position: relative;
  background-color: #ffe85e;
  background-image: url('./../images/bizmo/bizmo04-icn-mail01.png');
  background-repeat: no-repeat;
  background-position: 0.65em center;
  background-size: 0.65em auto;
  font-size: 1.6rem;
  color: #171958;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont03In .boxCont03L a,
  .boxBizmo04 .boxCont03In .boxCont03R a {
    min-height: 12.3vw;
    border-radius: 0.2em;
  }
  .boxBizmo04 .boxCont03In .boxCont03L a {
    padding-right: 0;
    letter-spacing: 0.047em;
  }
  .boxBizmo04 .boxCont03In .boxCont03R a {
    padding-left: 0.65em;
    background-position: 1.4em center;
    background-size: 1.1em auto;
    letter-spacing: 0.035em;
    font-size: 1.2rem;
  }
}

.boxBizmo04 .boxCont03In .boxCont03R a:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.35em;
  width: 0.25em;
  height: 0.25em;
  margin: auto;
  border: 0.25em rgba(255,255,255,0) solid;
  border-left: 0.3em #171958 solid;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont03In .boxCont03R a:after {
    top: 0.2em;
    right: 0.28em;
    border-left: 0.4em #171958 solid;
  }
}

.boxBizmo04 .boxCont03In .boxCont03L a .txtSmall {
  position: relative;
  top: 0.2em;
  margin-right: 0.4em;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
}
@media all and (max-width: 767px){
  .boxBizmo04 .boxCont03In .boxCont03L a .txtSmall {
    top: 0.7em;
    margin-right: 0.3em;
    letter-spacing: 0.04em;
    font-size: 0.8rem;
  }
}

.boxBizmo05AWrap {
  position: relative;
  min-height: 3107px;
  margin-top: -7.0em;
  background-image: url('./../images/bizmo/bizmo05-bg01a202603.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 767px){
  .boxBizmo05AWrap {
    min-height: 710vw;
    margin-top: 0;
    background-image: url('./../images/bizmo/bizmo05-bg01a-sp202603.jpg');
    background-size: 100% auto;
  }
}

@media all and (max-width: 767px){
  .boxBizmo05AWrap:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background-image: url('./../images/bizmo/bizmo05-border01-sp.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    aspect-ratio: 742 / 53;
  }
}

.boxBizmoFormWrap {
  padding-top: 8.0em;
  padding-bottom: 8.0em;
  background-color: #fff;
}
@media all and (max-width: 767px){
  .boxBizmoFormWrap {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

.boxBizmoForm .boxIndexContact {
  margin-top: 0;
  margin-bottom: 0;
}

.boxBizmoForm .sub {
	text-align: center;
	color: #011B6A;
	font-size: 1.14rem;
	margin-bottom: 2.5em;
}
@media all and (max-width: 767px){
	.boxBizmoForm .sub {
		font-size: 0.85rem;
		margin-bottom: 1.5em;
	}
}

.boxBizmoForm .n01 {
	line-height: 1.5;
	font-size: 1.64rem;
	font-weight: bold;
	margin-bottom: 0.3em;
	text-align: center;
	margin-top: 2.5em;
}
@media all and (max-width: 767px){
	.boxBizmoForm .n01 {
		font-size: 0.9rem;
		margin-bottom: 1.2em;
	}
}

.boxBizmoForm .n02 {
	font-size: 1.64rem;
	line-height: 1.5;
	color: #B72222;
	margin-bottom: 2em;
	text-align: center;
}
@media all and (max-width: 767px){
	.boxBizmoForm .n02 {
		font-size: 0.9rem;
	}
}

.boxBizmoForm .n03 {
  margin-top: 2.0em;
	font-size: 1.14rem;
	line-height: 1.8;
	text-align: center;
}
@media all and (max-width: 767px){
  .boxBizmoForm .n03 {
		font-size: 0.9rem;
	}
}


@media all and (max-width: 767px){
  .boxBizmoForm .boxFormSubmit {
    margin-top: 2.0em;
  }
}

@media all and (max-width: 767px){
  .boxBizmoForm .boxFormSubmit .btnSubmit {
    height: 14vw;
  }
}

/*===================
========================================
# News (Archive)
============================================================*/
.boxNewsArch {
  margin-top: 3.5em;
}

@media screen and (max-width: 767px) {
  .boxNewsArch {
    margin-top: 1.7em;
  }
}

.boxNewsArch .boxListOneIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListOneIn {
    display: block;
  }
}

.boxNewsArch .boxListOneIn .boxListImg {
  width: 255px;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListOneIn .boxListImg {
    width: 100%;
    margin-bottom: 1.0em;
    text-align: center;
  }
}

.boxNewsArch .boxListOneIn .boxListImg .boxImg {
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

.boxNewsArch .boxListOneIn .boxListImg .boxImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxNewsArch .boxListTxt {
  width: calc(100% - 255px);
  padding-left: 2.3%;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt {
    width: 100%;
    padding-left: 0;
  }
}

.boxNewsArch .boxListTxt .ttlList {
  margin-bottom: 0.8em;
  letter-spacing: 0.15em;
  font-size: 1.38rem;
  font-weight: 700;
  color: #13463d;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .ttlList {
    margin-bottom: 0.8em;
    line-height: 1.9;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxNewsArch .boxListTxt .ttlList .ttlNum {
  margin-right: 1.0em;
  padding: 0.35em 0.76em 0.4em 0.76em;
  background-color: #13463d;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  color: #67918f;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .ttlList .ttlNum {
    margin-right: 1.0em;
    padding: 0.15em 0.5em 0.25em 0.5em;
    font-size: 0.9rem;
  }
}

.boxNewsArch .boxListTxt .ttlList .ttlStr {
  position: relative;
  top: 0.1em;
}

.boxNewsArch .boxListTxt .boxBaseCom {
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .boxBaseCom {
    margin-bottom: 0.8em;
  }
}

.boxNewsArch .boxListTxt .boxBaseCom > p {
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .boxBaseCom > p {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxNewsArch .boxListTxt .dlList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .dlList {
    margin-bottom: 0.8em;
  }
  .boxNewsArch .boxListTxt .dlList:last-child {
    margin-bottom: 0;
  }
}

.boxNewsArch .boxListTxt .dlList > dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 102px;
  min-height: 2.2em;
  padding-left: 1.6em;
  background-color: #d7d7d7;
  letter-spacing: 0.06em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .dlList > dt {
    width: 20vw;
    padding-left: 0.7em;
    font-size: 0.9rem;
  }
}

.boxNewsArch .boxListTxt .dlList > dt::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1.55em;
  border: 1.1em transparent solid;
  border-left: 0.5em #d7d7d7 solid;
}

.boxNewsArch .boxListTxt .dlList > dd {
  width: calc(100% - 102px);
  padding-left: 1.4em;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .boxNewsArch .boxListTxt .dlList > dd {
    width: calc(100% - 20vw);
    line-height: 1.7;
    font-size: 0.9rem;
  }
}

/*===========================================================
# News (Single)
============================================================*/
/*===========================================================
# Topページ
============================================================*/
/* top
------------------------------------------------------------*/
.boxIndexTopWrap {
  margin-top: 74px;
}

@media screen and (max-width: 767px) {
  .boxIndexTopWrap {
    margin-top: 0;
  }
}

.boxIndexTop {
  position: relative;
}

.boxIndexTop .img01 {
  width: 100%;
}

.boxIndexTop .img02 {
  position: absolute;
  top: 12%;
  left: 13.5%;
  width: 24%;
}

.boxIndexTop .boxTxt {
  position: absolute;
  top: 32%;
  left: 13.5%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .boxIndexTop .boxTxt {
    top: 68.5%;
    left: 4.5%;
  }
}

.boxIndexTop .boxTxt p {
  margin-top: 4em;
  font-size: 0.9vw;
  font-weight: 600;
  line-height: 2.7;
  /* 3 */
}

@media screen and (max-width: 767px) {
  .boxIndexTop .boxTxt p {
    font-size: 0.857rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
}

/* News
------------------------------------------------------------*/
.boxIndexNewsWrap {
  padding-top: 74px;
  margin-top: -74px;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsWrap {
    padding-top: 0;
    margin-top: 0;
  }
}

.boxIndexNews {
  position: relative;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}

.boxIndexNewsLR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boxIndexNewsL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22.8%;
  background: #b7b7b7;
  color: #fff;
}

.boxIndexNewsL h2 {
  width: 100%;
  margin-right: 4em;
  text-align: right;
  font-size: 1.1rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsL h2 {
    font-size: 0.6rem;
    padding-left: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexNewsL {
    width: 14.8%;
    background: #00348c;
  }
}

.boxIndexNewsR {
  width: 46%;
  padding: 1em 4em;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsR {
    width: 64%;
    padding: 0.7em 1em;
  }
}

.boxIndexNewsR dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boxIndexNewsR dl:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsR dl {
    font-size: 0.7rem;
    font-weight: 600;
  }
}

.boxIndexNewsR dl dt {
  margin-right: 1em;
  color: #8e8e8e;
}

.boxIndexNewsR dl dd {
  letter-spacing: .15em;
  font-weight: 600;
}

.boxIndexNewsR .noNews {
  padding: 1em 4em;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsR .noNews {
    padding: 0.7em 1em;
    font-size: 0.7rem;
    font-weight: 600;
  }
}

.boxIndexNewsMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1em;
  color: #011b6a;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsMore {
    margin-bottom: 0.7em;
  }
}

.boxIndexNewsMore a {
  position: relative;
}

.boxIndexNewsMore a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #011b6a;
}

@media screen and (max-width: 767px) {
  .boxIndexNewsMore a::after {
    border-width: 3.5px 0 3.5px 6.1px;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexNewsMore a {
    font-size: 0.7rem;
  }
}

/* お問い合せボタン */
#contactBtn {
  position: absolute;
  top: 0;
  right: 11%;
}

.boxBtnContact {
  text-align: right;
}

.boxBtnContact img {
  width: 14vw;
}

#contactBtn.fixed {
  position: fixed;
  padding: 0;
  z-index: 1000;
}

/* About
------------------------------------------------------------*/
.boxIndexAboutWrap {
  padding-top: 4.3em;
  padding-bottom: 3.3em;
  background: url(../images/index/index-About-bg01.jpg) no-repeat 26.5% center/cover;
}

@media screen and (max-width: 767px) {
  .boxIndexAboutWrap {
    padding-top: 1.8em;
    padding-bottom: 2.4em;
    background: none;
  }
}

.boxIndexAbout h2 {
  margin-bottom: 1em;
  color: #011b6a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexAbout h2 {
    margin-bottom: 1.7em;
    font-size: 0.929rem;
    line-height: 1.9;
    letter-spacing: 0.08em;
  }
}

.boxIndexAbout img {
  display: block;
  margin: 0 auto;
}

/* Business
------------------------------------------------------------*/
.boxIndexBusinessWrap {
  padding-top: 6.4em;
  padding-bottom: 8.5em;
  background: #e6f0e5;
}

@media screen and (max-width: 767px) {
  .boxIndexBusinessWrap {
    padding-top: 2.4em;
    padding-bottom: 1.4em;
  }
}

.boxIndexBusiness .p01 {
  color: #011b6a;
  font-size: 1.1429rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .p01 {
    font-size: 0.857rem;
    line-height: 1.5;
  }
}

.boxIndexBusiness .lead {
  margin-top: 1.5em;
  color: #011b6a;
  font-size: 2.143rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .lead {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.boxIndexBusiness .emphasis {
  color: #1aa93a;
  font-size: 3rem;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .emphasis {
    font-size: 1.4rem;
  }
}

.boxIndexBusiness h2 {
  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;
  margin-top: 1.4em;
  margin-bottom: 1em;
  color: #011b6a;
  font-size: 3.247rem;
  font-weight: 600;
  letter-spacing: .13em;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness h2 {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
  }
}

.boxIndexBusiness h2 span {
  color: #ff8003;
  font-size: 6.927rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness h2 span {
    font-size: 3.2rem;
  }
}

.boxIndexBusiness .cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .cardUnit {
    display: block;
  }
}

.boxIndexBusiness .cardUnit a {
  width: 320px;
  max-width: 33%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .cardUnit a {
    width: 100%;
    max-width: none;
  }
}

.boxIndexBusiness .cardUnit a:hover .card {
  background-color: #086d00;
  border: 1px solid #086d00;
}

.boxIndexBusiness .cardUnit a:hover .card .p1 {
  color: #fff;
}

.boxIndexBusiness .cardUnit a:hover .card .p1::after {
  background: #fff;
}

.boxIndexBusiness .cardUnit a:hover .card .num {
  color: #fff;
}

.boxIndexBusiness .cardUnit a:hover .card .num::before {
  color: #fff;
}

.boxIndexBusiness .cardUnit a:hover .card h3 {
  color: #fff;
}

.boxIndexBusiness .cardUnit a:hover .card .p2 {
  color: #fff;
}

.boxIndexBusiness .card {
  padding-top: 2.2em;
  padding-bottom: 2.2em;
  background-color: #d1e9d0;
  border: 1px solid #7db47a;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5em;
    padding: 0 0.7em 0.6em;
    position: relative;
  }
  .boxIndexBusiness .card::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 21px;
    height: 22px;
    background: url(../images/common/arrow-right02.png) no-repeat center center/contain;
  }
}

.boxIndexBusiness .card::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 24px;
  background: url(../images/common/arrow-bottom.png) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .box01 {
    position: relative;
    width: 41%;
  }
  .boxIndexBusiness .card .box01::before {
    content: "";
    position: absolute;
    top: -2vw;
    left: 0;
    width: 100%;
    height: 46vw;
    background: url(../images_sp/index/sp-index-Bus-bg01.png) no-repeat center center/cover;
  }

    .boxIndexBusiness .card .box01.add202604::before {
    content: "";
    position: absolute;
    top: -5vw;
    left: 0;
    width: 100%;
    height: 52vw;
    background: url(../images_sp/index/sp-index-Bus-bg01.png) no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .box02 {
    position: relative;
    width: 58%;
  }
}

.boxIndexBusiness .card .p1 {
  padding-bottom: 1em;
  text-align: center;
  color: #057000;
  font-size: 1.1429rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .p1 {
    padding-top: 1.7em;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
  }
}

.boxIndexBusiness .card .p1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 74%;
  height: 1px;
  background: #057000;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .p1::after {
    width: 69%;
    height: 2px;
    background: #fff;
  }
}

.boxIndexBusiness .card .num {
  display: block;
  margin-top: 0.2em;
  text-align: center;
  color: #ff8003;
  font-size: 5rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .num {
    padding-top: 0.5em;
    font-size: 2.5rem;
    color: #fff;
  }
}

.boxIndexBusiness .card .num::before {
  content: "support";
  position: absolute;
  top: 50%;
  left: 22%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #011b6a;
  font-size: 1.1429rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .num::before {
    top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.8rem;
    letter-spacing: 0;
    color: #fff;
  }
}

.boxIndexBusiness .card h3 {
  margin-top: 0.7em;
  margin-bottom: 0.8em;
  text-align: center;
  color: #011b6a;
  font-size: 2.143rem;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card h3 {
    margin-top: 0.85em;
    margin-bottom: 0.4em;
    font-size: 1.6rem;
    color: #057000;
  }
}

.boxIndexBusiness .card .p2 {
  padding: 0 2em;
  color: #000000;
  font-size: 1.1429rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .boxIndexBusiness .card .p2 {
    padding: 0;
    text-align: center;
    font-size: 0.85rem;
  }
}

/* Subsidy
------------------------------------------------------------*/
.boxIndexSubsidyWrap {
  background: url(../images/index/index-subsidy-bg01.jpg) no-repeat center center/cover;
}

.boxIndexSubsidy {
  padding-top: 8.5em;
  padding-bottom: 7em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy {
    padding-top: 3em;
    padding-bottom: 2.3em;
  }
}

.boxIndexSubsidy h2,
.boxIndexSubsidy h3 {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.boxIndexSubsidy h2 {
  font-size: 2.857rem;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy h2 {
    font-size: 2.1rem;
    letter-spacing: 0.07em;
    line-height: 1.2;
  }
}

.boxIndexSubsidy h3 {
  margin-top: 1.5em;
  font-size: 1.4375rem;
  letter-spacing: 0.35em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy h3 {
    margin-top: 0.7em;
    font-size: 1rem;
    letter-spacing: 0.24em;
  }
}

.boxIndexSubsidy .cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .cardUnit {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 2.6em;
  }
}

.boxIndexSubsidy .card {
  width: 644px;
  min-width: 45%;
  padding: 3em 4.5em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card {
    width: 100%;
    min-width: none;
    padding: 1.2em 2em;
  }
}

.boxIndexSubsidy .card h4 {
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: .2em;
  color: #011b6a;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card h4 {
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
}

.boxIndexSubsidy .card h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -63px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 12px;
  background: url(../images/common/deco-ttl01.png) no-repeat center center/contain;
}

.boxIndexSubsidy .card h4 .emphasis {
  color: #057000;
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card h4 .emphasis {
    font-size: 1.1rem;
  }
}

.boxIndexSubsidy .card01 {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 {
    margin-bottom: 2.4em;
  }
}

.boxIndexSubsidy .card01 .cont01,
.boxIndexSubsidy .card01 .cont02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont01,
  .boxIndexSubsidy .card01 .cont02 {
    display: block;
  }
}

.boxIndexSubsidy .card01 .cont01 .boxTxt01,
.boxIndexSubsidy .card01 .cont02 .boxTxt01 {
  width: 295px;
  padding: 1.5em 0;
  text-align: center;
  background-color: #057000;
  color: #fff;
  font-size: 1.286rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont01 .boxTxt01,
  .boxIndexSubsidy .card01 .cont02 .boxTxt01 {
    width: 100%;
    padding: 0.6em 0;
    font-size: 0.85rem;
  }
}

.boxIndexSubsidy .card01 .cont01 img,
.boxIndexSubsidy .card01 .cont02 img {
  width: 24px;
  height: 28px;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont01 img,
  .boxIndexSubsidy .card01 .cont02 img {
    width: 26px;
    height: 24px;
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
  }
}

.boxIndexSubsidy .card01 .cont01 .boxTxt02,
.boxIndexSubsidy .card01 .cont02 .boxTxt02 {
  width: 160px;
  text-align: center;
  color: #057000;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont01 .boxTxt02,
  .boxIndexSubsidy .card01 .cont02 .boxTxt02 {
    width: 100%;
    margin-top: 0.4em;
    font-size: 1.4rem;
  }
}

.boxIndexSubsidy .card01 .cont01 {
  margin-top: 2.2em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont01 {
    margin-top: 1em;
    margin-bottom: 2.2em;
  }
}

.boxIndexSubsidy .card01 .cont02 .boxTxt01 span {
  font-size: 1.143rem;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont02 .boxTxt01 span {
    font-size: 0.7rem;
  }
}

.boxIndexSubsidy .card01 .cont02 .boxTxt02 {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card01 .cont02 .boxTxt02 {
    font-size: 1.2rem;
  }
}

.boxIndexSubsidy .card02 {
  color: #011b6a;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card02 {
    padding-bottom: 1.6em;
  }
}

.boxIndexSubsidy .card02 h4 {
  letter-spacing: .17em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card02 h4 {
    letter-spacing: .1em;
  }
}

.boxIndexSubsidy .card02 .box01 {
  margin-top: 3.6em;
  margin-left: 2.2em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card02 .box01 {
    margin-top: 1.7em;
    margin-left: 1.6em;
  }
}

.boxIndexSubsidy .card02 ol li {
  list-style-type: decimal;
  font-size: 1.286rem;
  font-weight: 600;
  color: #011b6a;
  line-height: 2;
}

.boxIndexSubsidy .card02 ol li .emphasis {
  color: #057000;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .card02 ol li {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

.boxIndexSubsidy .p01 {
  margin-top: 2.6em;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .boxIndexSubsidy .p01 {
    margin-top: 1.8em;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

/* Company
------------------------------------------------------------*/
.boxIndexCompanyWrap {
  background-color: #f2f2f6;
}

.boxIndexCompany {
  padding-top: 8.4em;
  padding-bottom: 8.2em;
}

@media screen and (max-width: 767px) {
  .boxIndexCompany {
    padding-top: 3.3em;
    padding-bottom: 2.7em;
    letter-spacing: 0.1em;
  }
}

.boxIndexCompany .p01 {
  margin-top: 5.4em;
  text-align: center;
  color: #011b6a;
  font-size: 1.1428rem;
}

@media screen and (max-width: 767px) {
  .boxIndexCompany .p01 {
    margin-top: 2.5em;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.boxIndexCompany .p02 {
  margin-top: 1em;
  text-align: center;
  color: #011b6a;
  font-size: 1.429rem;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .boxIndexCompany .p02 {
    margin-top: 1.7em;
    font-size: 0.86rem;
    line-height: 1.6;
  }
}

.boxIndexCompanyInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.7em;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfo {
    display: block;
    margin-top: 2.8em;
  }
}

.boxIndexCompanyInfoL {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoL {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5em;
  }
}

.boxIndexCompanyInfoL dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #011b6a;
  font-size: 1.1428rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoL dl {
    font-size: 0.85rem;
    line-height: 1.1;
  }
}

.boxIndexCompanyInfoL dl:last-of-type dt,
.boxIndexCompanyInfoL dl:last-of-type dd {
  border-bottom: 1px solid #d2d5e3;
  line-height: 1.4;
}

.boxIndexCompanyInfoL dl dt {
  width: 137px;
  margin-right: 1.8em;
  padding-left: 3px;
  padding: 1em 0;
  border-top: 1px solid #d2d5e3;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoL dl dt {
    width: 30%;
    margin-right: 0.8em;
    padding: 0.6em 0;
    letter-spacing: 0;
  }
}

.boxIndexCompanyInfoL dl dd {
  width: calc(100% - 137px);
  padding: 1em 0;
  border-top: 1px solid #d2d5e3;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoL dl dd {
    padding: 0.6em 0;
    letter-spacing: 0;
  }
}

.boxIndexCompanyInfoR {
  width: 41%;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoR {
    width: 100%;
  }
}

.boxIndexCompanyInfoR .boxMap {
  position: relative;
  padding-top: 57.9%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .boxIndexCompanyInfoR .boxMap {
    padding-top: 45.9%;
  }
}

.boxIndexCompanyInfoR .boxMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Contact
------------------------------------------------------------*/
.boxIndexContactWrap {
  padding-top: 74px;
  margin-top: -74px;
}

@media screen and (max-width: 767px) {
  .boxIndexContactWrap {
    margin-top: 2.5em;
    padding-top: 2.5em;
  }
}

.boxIndexContact {
  margin-top: 8.5em;
  margin-bottom: 8.6em;
}

@media screen and (max-width: 767px) {
  .boxIndexContact {
    margin-top: 0;
  }
}

.boxIndexContact p {
  margin-top: 3.1em;
  text-align: center;
  font-size: 1.1428rem;
  letter-spacing: 0.08em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .boxIndexContact p {
    margin-top: 1.5em;
    font-size: 0.85em;
    line-height: 1.4;
  }
}

/* Ev Charge RE100 共通
------------------------------------------------------------*/
.boxIndexEv .boxMv .box01,
.boxIndexCharge .boxMv .box01,
.boxIndexRe .boxMv .box01 {
  padding-top: 3.5em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01,
  .boxIndexCharge .boxMv .box01,
  .boxIndexRe .boxMv .box01 {
    padding-top: 20.2em;
    padding-bottom: 2.5em;
  }
}

.boxIndexEv .boxMv .box01 .lead,
.boxIndexCharge .boxMv .box01 .lead,
.boxIndexRe .boxMv .box01 .lead {
  padding-bottom: 1.8em;
  font-size: 1.143rem;
  font-weight: 600;
  letter-spacing: .02em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .lead,
  .boxIndexCharge .boxMv .box01 .lead,
  .boxIndexRe .boxMv .box01 .lead {
    padding-bottom: 1em;
    font-size: 0.857rem;
    text-align: center;
  }
}

.boxIndexEv .boxMv .box01 .lead::after,
.boxIndexCharge .boxMv .box01 .lead::after,
.boxIndexRe .boxMv .box01 .lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .lead::after,
  .boxIndexCharge .boxMv .box01 .lead::after,
  .boxIndexRe .boxMv .box01 .lead::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.boxIndexEv .boxMv .box01 .ttl,
.boxIndexCharge .boxMv .box01 .ttl,
.boxIndexRe .boxMv .box01 .ttl {
  margin-top: 0.8em;
  margin-bottom: 0.6em;
  padding-left: 6px;
  font-size: 2.7rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .ttl,
  .boxIndexCharge .boxMv .box01 .ttl,
  .boxIndexRe .boxMv .box01 .ttl {
    margin-bottom: 0.7em;
    text-align: center;
    font-size: 1.7rem;
  }
}

.boxIndexEv .boxMv .box01 .txt,
.boxIndexCharge .boxMv .box01 .txt,
.boxIndexRe .boxMv .box01 .txt {
  padding-left: 6px;
  font-size: 1.286rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .txt,
  .boxIndexCharge .boxMv .box01 .txt,
  .boxIndexRe .boxMv .box01 .txt {
    text-align: center;
    font-size: 0.857rem;
    line-height: 1.4;
  }
}

.boxIndexEv .boxMv .box01 .txt02,
.boxIndexCharge .boxMv .box01 .txt02,
.boxIndexRe .boxMv .box01 .txt02 {
  margin-top: 3.4em;
  margin-bottom: 1.3em;
  font-size: 1.286rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .txt02,
  .boxIndexCharge .boxMv .box01 .txt02,
  .boxIndexRe .boxMv .box01 .txt02 {
    margin-top: 2em;
    text-align: center;
    font-size: 0.857rem;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv .box01 .boxBtn,
  .boxIndexCharge .boxMv .box01 .boxBtn {
    text-align: center;
  }
}

.boxIndexEv .boxMv .box02,
.boxIndexCharge .boxMv .box02 {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
}

.boxIndexEvCont .boxList,
.boxIndexChargeCont .boxList,
.boxIndexRvCont .boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList,
  .boxIndexChargeCont .boxList,
  .boxIndexRvCont .boxList {
    display: block;
    position: relative;
  }
  .boxIndexEvCont .boxList::after,
  .boxIndexChargeCont .boxList::after,
  .boxIndexRvCont .boxList::after {
    content: "";
    position: absolute;
    top: -14%;
    left: 0;
    width: 100%;
    height: 36vw;
    background: url(../images_sp/index/sp-index-boxlist-bg01.png) no-repeat center center/cover;
    z-index: -2;
  }
}

.boxIndexEvCont .boxList .boxListL,
.boxIndexChargeCont .boxList .boxListL,
.boxIndexRvCont .boxList .boxListL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 33%;
  margin-right: 5.3%;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList .boxListL,
  .boxIndexChargeCont .boxList .boxListL,
  .boxIndexRvCont .boxList .boxListL {
    width: 40%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListL,
  .boxIndexChargeCont .boxList .boxListL,
  .boxIndexRvCont .boxList .boxListL {
    display: block;
    width: 100%;
  }
}

.boxIndexEvCont .boxList .boxListNum,
.boxIndexChargeCont .boxList .boxListNum,
.boxIndexRvCont .boxList .boxListNum {
  width: 148px;
  margin-right: 1.5em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListNum,
  .boxIndexChargeCont .boxList .boxListNum,
  .boxIndexRvCont .boxList .boxListNum {
    width: 100%;
    text-align: left;
  }
}

.boxIndexEvCont .boxList .boxListTxt,
.boxIndexChargeCont .boxList .boxListTxt,
.boxIndexRvCont .boxList .boxListTxt {
  width: calc(100% - 148px);
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListTxt,
  .boxIndexChargeCont .boxList .boxListTxt,
  .boxIndexRvCont .boxList .boxListTxt {
    width: 100%;
  }
}

.boxIndexEvCont .boxList .boxListR,
.boxIndexChargeCont .boxList .boxListR,
.boxIndexRvCont .boxList .boxListR {
  width: 52.2%;
  background: #efefef;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList .boxListR,
  .boxIndexChargeCont .boxList .boxListR,
  .boxIndexRvCont .boxList .boxListR {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListR,
  .boxIndexChargeCont .boxList .boxListR,
  .boxIndexRvCont .boxList .boxListR {
    width: 100%;
    margin-top: 1.8em;
  }
}

.boxIndexEvCont .boxList .boxListCont,
.boxIndexChargeCont .boxList .boxListCont,
.boxIndexRvCont .boxList .boxListCont {
  width: 100%;
}

.boxIndexEvCont .boxList .boxListNum span,
.boxIndexChargeCont .boxList .boxListNum span,
.boxIndexRvCont .boxList .boxListNum span {
  display: block;
  padding-right: 0.9em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #011b6a;
  text-align: right;
  color: #011b6a;
  font-size: 1.143rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListNum span,
  .boxIndexChargeCont .boxList .boxListNum span,
  .boxIndexRvCont .boxList .boxListNum span {
    display: inline-block;
    font-size: 0.7rem;
    padding-left: 1.7em;
    padding-right: 0;
  }
}

.boxIndexEvCont .boxList .boxListTxt h4,
.boxIndexChargeCont .boxList .boxListTxt h4,
.boxIndexRvCont .boxList .boxListTxt h4 {
  margin-top: 0.2em;
  color: #011b6a;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .01em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListTxt h4,
  .boxIndexChargeCont .boxList .boxListTxt h4,
  .boxIndexRvCont .boxList .boxListTxt h4 {
    width: 83%;
    margin-top: 0.6em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.65rem;
  }
}

.boxIndexEvCont .boxList .boxListTxt .p01,
.boxIndexChargeCont .boxList .boxListTxt .p01,
.boxIndexRvCont .boxList .boxListTxt .p01 {
  margin-top: 1.5em;
  margin-left: 4px;
  color: #252525;
  font-size: 1.786rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList .boxListTxt .p01,
  .boxIndexChargeCont .boxList .boxListTxt .p01,
  .boxIndexRvCont .boxList .boxListTxt .p01 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListTxt .p01,
  .boxIndexChargeCont .boxList .boxListTxt .p01,
  .boxIndexRvCont .boxList .boxListTxt .p01 {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
    margin-top: 0.8em;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.boxIndexEvCont .boxList .boxListTxt .p02,
.boxIndexChargeCont .boxList .boxListTxt .p02,
.boxIndexRvCont .boxList .boxListTxt .p02 {
  margin-top: 1.6em;
  color: #252525;
  font-size: 1.143rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList .boxListTxt .p02,
  .boxIndexChargeCont .boxList .boxListTxt .p02,
  .boxIndexRvCont .boxList .boxListTxt .p02 {
    width: 83%;
    margin-top: 0.3em;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    line-height: 1.45;
  }
}

/* Ev
------------------------------------------------------------*/
.boxIndexEvWrap {
  padding-top: 74px;
  margin-top: -74px;
}

@media screen and (max-width: 767px) {
  .boxIndexEvWrap {
    padding-top: 0;
    margin-top: 0;
  }
}

.boxIndexEv .boxMv {
  width: 100%;
  height: 551px;
  background: url(../images/index/index-Ev-img01.jpg) no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexEv .boxMv {
    width: 100%;
    height: auto;
    background: url(../images_sp/index/sp-index-Ev-img01.jpg) no-repeat center center/cover;
  }
}

.boxIndexEvCont {
  padding-top: 4.5em;
  padding-bottom: 12.3em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont {
    padding-top: 0.6em;
    padding-bottom: 4.2em;
  }
}

.boxIndexEvCont h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont h3 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }
}

.boxIndexEvCont h3 .emphasis {
  color: #1aa93a;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont h3 .emphasis {
    font-size: 2.2rem;
  }
}

.boxIndexEvCont h3 .fukidashi {
  position: relative;
  margin: 0 10px;
  color: #fff;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont h3 .fukidashi {
    font-size: 2.2rem;
  }
}

.boxIndexEvCont h3 .fukidashi::before {
  content: "";
  position: absolute;
  top: -16%;
  left: -13%;
  width: 81px;
  height: 92px;
  background: url(../images/common/fukidashi.png) no-repeat center center/contain;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont h3 .fukidashi::before {
    top: -16%;
    left: -13%;
    width: 1.7em;
    height: 1.9em;
  }
}

.boxIndexEvCont .boxList01 {
  margin-top: 6.3em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 {
    margin-top: 2.3em;
  }
}

.boxIndexEvCont .boxList01 .box01 .span01,
.boxIndexEvCont .boxList01 .box01 .span02,
.boxIndexEvCont .boxList01 .box01 .span03 {
  display: block;
  color: #011b6a;
}

.boxIndexEvCont .boxList01 .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  background-color: #dceec5;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01 {
    margin-top: 1.8em;
  }
}

.boxIndexEvCont .boxList01 .box01L {
  width: 50%;
  padding-top: 2.2em;
  padding-bottom: 1.7em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01L {
    padding-top: 1.1em;
    padding-bottom: 1.2em;
  }
}

.boxIndexEvCont .boxList01 .box01L .span01 {
  font-size: 1.143rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01L .span01 {
    font-size: 1.05rem;
  }
}

.boxIndexEvCont .boxList01 .box01L .span02 {
  margin-top: 0.6em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01L .span02 {
    margin-top: 0.4em;
    font-size: 1.7rem;
    line-height: 1.1;
  }
}

.boxIndexEvCont .boxList01 .box01L .span03 {
  margin-top: 0.6em;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01L .span03 {
    margin-top: 1em;
    font-size: 0.6rem;
  }
}

.boxIndexEvCont .boxList01 .box01R {
  width: 50%;
  padding-top: 1.6em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01R {
    padding-top: 1.2em;
  }
}

.boxIndexEvCont .boxList01 .box01R .span01 {
  display: block;
  color: #011b6a;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01R .span01 {
    font-size: 0.8rem;
  }
}

.boxIndexEvCont .boxList01 .box01R .span02,
.boxIndexEvCont .boxList01 .box01R .span03 {
  margin-left: 0.8em;
  margin-right: 1.5em;
  padding: 0.5em 0;
  background-color: #011b6a;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .box01R .span02,
  .boxIndexEvCont .boxList01 .box01R .span03 {
    margin-left: 0.5em;
    font-size: 0.68rem;
  }
}

.boxIndexEvCont .boxList01 .box01R .span02 {
  margin-top: 1em;
}

.boxIndexEvCont .boxList01 .box01R .span03 {
  margin-top: 0.6em;
}

.boxIndexEvCont .boxList01 .boxListR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}

.boxIndexEvCont .boxList01 .boxListCont {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .boxListCont {
    padding-bottom: 6em;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .boxListCont .box01Wrap {
    position: absolute;
    bottom: -4.4em;
    left: 50%;
    width: 84%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.boxIndexEvCont .boxList01 .boxListCont img {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList01 .boxListCont img {
    margin-top: 1.3em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.boxIndexEvCont .boxList02 {
  margin-top: 8.4em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 {
    margin-top: 6.8em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02.boxList::after {
    top: -3.5%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02.boxList .boxListR {
    background: transparent;
    position: relative;
  }
  .boxIndexEvCont .boxList02.boxList .boxListR::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 69%;
    background: #f1efed;
    z-index: -1;
  }
}

.boxIndexEvCont .boxList02 .boxListTxt h4 {
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListTxt h4 {
    line-height: 1.2;
  }
}

.boxIndexEvCont .boxList02 .boxListCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 3em;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListCont {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListCont {
    display: block;
    padding-top: 1.4em;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.boxIndexEvCont .boxList02 .boxListContL {
  width: 46%;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListContL {
    width: 43%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .boxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.2em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .boxWrap {
    display: block;
    margin-left: 0;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .box01 {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box01 {
    width: 50%;
    margin-top: 0;
    text-align: center;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .box01 img {
  width: 30.2%;
  margin-right: 2.4em;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListContL .box01 img {
    margin-right: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box01 img {
    margin-right: 0;
    width: 53%;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .box02 {
  margin-top: 4.6em;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box02 {
    margin-top: 0;
    width: 50%;
    text-align: center;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .box02 img {
  margin-right: 3.1em;
  width: 30.2%;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListContL .box02 img {
    margin-right: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box02 img {
    margin-right: 0;
    width: 53%;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .boxWrap p {
  color: #011b6a;
  font-size: 1.286rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .boxWrap p {
    font-size: 0.85rem;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .boxWrap p span {
  color: #252525;
  font-size: 1.143rem;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .boxWrap p span {
    font-size: 0.7rem;
  }
}

.boxIndexEvCont .boxList02 .boxListContL .box01 p {
  margin-top: 1.5em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box01 p {
    margin-top: 0.4em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContL .box02 p {
    margin-top: 1em;
  }
}

.boxIndexEvCont .boxList02 .boxListContR {
  width: 54%;
  background-color: #ccdd9f;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListContR {
    width: 57%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContR {
    width: 100%;
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContR img {
    width: 90%;
  }
}

.boxIndexEvCont .boxList02 .boxListContR p {
  margin: 1.6em 1.6em 2.8em 1.6em;
  padding: 1.1em 0em;
  border: 1px solid #b4d26c;
  background-color: #fff;
  color: #011b6a;
  text-align: center;
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 1500px) {
  .boxIndexEvCont .boxList02 .boxListContR p {
    margin: 1.6em 1em 2.8em 1em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList02 .boxListContR p {
    margin: 0 1em 1.8em;
    padding: 0.6em 0.4em;
    font-size: 0.85rem;
    line-height: 1.6;
  }
}

.boxIndexEvCont .boxList03 {
  margin-top: 10.5em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 {
    margin-top: 0.7em;
  }
}

.boxIndexEvCont .boxList03.boxList {
  display: block;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03.boxList::after {
    top: -5%;
  }
}

.boxIndexEvCont .boxList03.boxList .boxListL {
  width: 100%;
}

.boxIndexEvCont .boxList03 h4 {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 h4 {
    line-height: 1.2;
  }
}

.boxIndexEvCont .boxList03 .boxListCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.2em;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListCont {
    display: block;
    margin-top: 1em;
  }
}

.boxIndexEvCont .boxList03 .boxListCont ul li {
  padding-left: 1em;
  color: #011b6a;
  font-size: 1.143rem;
  font-weight: bold;
  text-indent: -1em;
  line-height: 1.5;
  letter-spacing: .1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListCont ul li {
    font-size: 0.85rem;
    letter-spacing: 0.06em;
  }
}

.boxIndexEvCont .boxList03 .boxListCont ul li::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 1px;
  left: -2px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #011b6a;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListCont ul li::before {
    width: 0.85rem;
    height: 0.85rem;
  }
}

.boxIndexEvCont .boxList03 .boxListContL {
  width: 42%;
  margin-right: 6em;
  padding-left: 5em;
  padding-right: 4em;
  padding-bottom: 2.4em;
  background-color: #f1efed;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListContL {
    width: 100%;
    margin-bottom: 1.8em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
  }
}

.boxIndexEvCont .boxList03 .boxListContL .boxImg {
  margin-top: 1.5em;
  text-align: center;
}

.boxIndexEvCont .boxList03 h5 {
  display: inline-block;
  margin-bottom: 1.1em;
  padding: 0.8em 1.8em;
  background: #011b6a;
  color: #fff;
  font-size: 1.428rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 h5 {
    margin-bottom: 0.7em;
    font-size: 0.85rem;
  }
}

.boxIndexEvCont .boxList03 .boxListContR {
  width: 42%;
  padding-left: 5em;
  padding-right: 4em;
  padding-bottom: 2.4em;
  background-color: #f1efed;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListContR {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
  }
}

.boxIndexEvCont .boxList03 .boxListContR .boxImg {
  margin-top: 5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexEvCont .boxList03 .boxListContR .boxImg {
    margin-top: 0;
  }
}

.boxIndexEvCont .boxList03 .boxListContR .boxImg img {
  margin: 0 auto;
}

/* Charge
------------------------------------------------------------*/
.boxIndexChargeWrap {
  padding-top: 74px;
  margin-top: -74px;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeWrap {
    padding-top: 0;
    margin-top: 0;
  }
}

.boxIndexCharge .boxMv {
  width: 100%;
  height: 550px;
  background: url(../images/index/index-Charge-img01.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .boxIndexCharge .boxMv {
    width: 100%;
    height: auto;
    background: url(../images_sp/index/sp-index-Charge-img01.jpg) no-repeat center center/cover;
  }
}

.boxIndexCharge .boxMv .box01 {
  padding-top: 5em;
}

@media screen and (max-width: 767px) {
  .boxIndexCharge .boxMv .box01 {
    padding-top: 12.4em;
    padding-bottom: 1em;
  }
}

.boxIndexCharge .boxMv .box01 .txt02 {
  margin-top: 2.4em;
}

.boxIndexChargeCont {
  position: relative;
}

.boxIndexChargeCont .boxList01 {
  margin-top: 7em;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 {
    margin-top: 3.0em;
  }
  .boxIndexChargeCont .boxList01.boxList::after {
    top: -7%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListTxt .p01 {
    font-size: 0.9em;
  }
}

.boxIndexChargeCont .boxList01 .box01 {
  margin-top: 3em;
  border: 1px solid #25294b;
}

.boxIndexChargeCont .boxList01 .boxListTxt .p1 {
  padding: 0.5em 1em;
  background-color: #021960;
  color: #fff;
  font-size: 1.286rem;
  font-weight: 600;
}

.boxIndexChargeCont .boxList01 .boxListTxt .boxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  padding-left: 1.5em;
}

.boxIndexChargeCont .boxList01 .boxListTxt ul li {
  font-size: 1.149rem;
  font-weight: 600;
  line-height: 1.5;
}

.boxIndexChargeCont .boxList01 .boxListTxt .p2 {
  margin-top: 2em;
  margin-bottom: 1.4em;
  padding-left: 1em;
  color: #252525;
  font-size: 1.071rem;
}

.boxIndexChargeCont .boxList01 .boxListTxt img {
  width: 76px;
  height: 76px;
  margin-top: 3%;
  margin-left: 8%;
}

.boxIndexChargeCont .boxList01 .boxListCont {
  padding-left: 3.4em;
  padding-right: 3em;
  padding-bottom: 2.4em;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
  }
}

.boxIndexChargeCont .boxList01 .boxListCont .p1 {
  margin-top: 1em;
  color: #011b6a;
  font-size: 1.143rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .p1 {
    font-size: 0.85rem;
  }
}

.boxIndexChargeCont .boxList01 .boxListCont .boxItemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.4em;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItemWrap {
    display: block;
  }
}

.boxIndexChargeCont .boxList01 .boxListCont .boxItem {
  width: 33%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 1em;
  }
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem .boxTxt {
    width: 50%;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem img {
    width: 16%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem .boxTxt {
    width: 50%;
    text-align: left;
  }
}

.boxIndexChargeCont .boxList01 .boxListCont .boxItem .p1 {
  margin-top: 1.4em;
}

.boxIndexChargeCont .boxList01 .boxListCont .boxItem .p2 {
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 70%;
  font-size: 1.149rem;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem .p2 {
    font-size: 0.85rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem01 img,
  .boxIndexChargeCont .boxList01 .boxListCont .boxItem03 img {
    padding: 0 12px;
  }
}

.boxIndexChargeCont .boxList01 h5 {
  display: inline-block;
  padding: 0.8em 1em;
  background: #011b6a;
  color: #fff;
  font-size: 1.428rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 h5 {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList01 .box02 {
    margin-top: 2em;
    border: 1px solid #1c2b55;
  }
  .boxIndexChargeCont .boxList01 .box02 .boxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em;
  }
  .boxIndexChargeCont .boxList01 .box02 .boxWrap img {
    width: 75px;
    height: 75px;
  }
  .boxIndexChargeCont .boxList01 .box02 .p1 {
    background: #011b6a;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.5em;
  }
  .boxIndexChargeCont .boxList01 .box02 ul li {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.3;
  }
  .boxIndexChargeCont .boxList01 .box02 .p2 {
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 1em;
  }
}

.boxIndexChargeCont .boxList02 {
  display: block;
  margin-top: 11.2em;
}

@media screen and (max-width: 767px) {
  .boxIndexChargeCont .boxList02 {
    margin-top: 3.8em;
  }
}

.boxIndexCharge img.bg {
  margin-top: -150px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .boxIndexCharge img.bg {
    margin-top: 14px;
  }
}

/* Re100
------------------------------------------------------------*/
.boxIndexReWrap {
  padding-top: 74px;
  margin-top: -74px;
}

@media screen and (max-width: 767px) {
  .boxIndexReWrap {
    padding-top: 0;
    margin-top: 0;
  }
}

.boxIndexRe .boxMv {
  width: 100%;
  height: 550px;
  background: url(../images/index/index-Re-img01.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .boxIndexRe .boxMv {
    width: 100%;
    height: auto;
    background: url(../images_sp/index/sp-index-Re-img01.jpg) no-repeat center center/cover;
  }
}

.boxIndexRe .boxMv .box01 {
  padding-top: 5em;
}

@media screen and (max-width: 767px) {
  .boxIndexRe .boxMv .box01 {
    padding-top: 12em;
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexRe .boxMv .box01 .txt {
    font-size: 0.657rem;
    line-height: 1.6;
  }
}

.boxIndexRe .boxMv .box01 .txt:not(:last-child) {
  margin-bottom: 2em;
}

.boxIndexRvCont {
  padding-top: 5.4em;
  padding-bottom: 6.7em;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont {
    padding-top: 3em;
    padding-bottom: 0.7em;
  }
}

.boxIndexRvCont h3 {
  text-align: center;
  color: #011b6a;
  font-size: 2.5rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont h3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.boxIndexRvCont h3 .emphasis {
  font-size: 3rem;
  color: #057000;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont h3 .emphasis {
    font-size: 1.4rem;
  }
}

.boxIndexRvCont .boxList01 {
  margin-top: 7.5em;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList01 {
    margin-top: 3.9em;
  }
  .boxIndexRvCont .boxList01.boxList::after {
    top: -6%;
  }
}

.boxIndexRvCont .boxList01 .boxListTxt h4 {
  margin-top: 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList01 .boxListTxt h4 {
    margin-top: 0.5em;
  }
}

.boxIndexRvCont .boxList01 .boxListTxt .p01 {
  margin-top: 0.9em;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.boxIndexRvCont .boxList01 .boxListCont p {
  margin-top: 1.5em;
  margin-bottom: 1.8em;
  color: #011b6a;
  font-size: 1.143rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList01 .boxListCont p {
    font-size: 0.85rem;
  }
}

.boxIndexRvCont .boxList01 .boxListCont img {
  margin-left: 6px;
}

.boxIndexRvCont .boxList .boxListCont {
  padding-left: 3.4em;
  padding-right: 3em;
}

@media screen and (max-width: 1500px) {
  .boxIndexRvCont .boxList .boxListCont {
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList .boxListCont {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
  }
}

.boxIndexRvCont .boxList h5 {
  display: inline-block;
  padding: 0.8em 1em;
  background: #011b6a;
  color: #fff;
  font-size: 1.428rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList h5 {
    font-size: 0.85rem;
  }
}

.boxIndexRvCont .boxList02 {
  margin-top: 6.8em;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02.boxList::after {
    top: -4%;
  }
}

.boxIndexRvCont .boxList02 .boxListTxt h4 {
  margin-top: 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02 .boxListTxt h4 {
    margin-top: 0.5em;
  }
}

.boxIndexRvCont .boxList02 .boxListTxt .p01 {
  margin-top: 1.2em;
  line-height: 0.7;
  letter-spacing: 0.12em;
}

.boxIndexRvCont .boxList02 .boxListTxt .p02 {
  margin-top: 2em;
  line-height: 1.56;
}

.boxIndexRvCont .boxList02 .boxListCont {
  padding-bottom: 2em;
}

.boxIndexRvCont .boxList02 .boxListCont .box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1500px) {
  .boxIndexRvCont .boxList02 .boxListCont .box01 {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02 .boxListCont .box01 {
    display: block;
    margin-top: 1em;
  }
}

.boxIndexRvCont .boxList02 .boxListCont .box01 .box01R {
  width: 65%;
  margin-top: 12px;
}

@media screen and (max-width: 1500px) {
  .boxIndexRvCont .boxList02 .boxListCont .box01 .box01R {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02 .boxListCont .box01 .box01R {
    width: 100%;
  }
}

.boxIndexRvCont .boxList02 .boxListCont p {
  width: 35%;
  margin-top: 0;
  color: #011b6a;
  font-size: 1.214rem;
  font-weight: 600;
  line-height: 1.8;
}

@media screen and (max-width: 1500px) {
  .boxIndexRvCont .boxList02 .boxListCont p {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02 .boxListCont p {
    width: 100%;
    margin-bottom: 1.5em;
    font-size: 0.85em;
    text-align: center;
  }
}

.boxIndexRvCont .boxList02 .boxListCont p .emphasis {
  color: #057000;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList02 .boxListCont p .emphasis {
    font-size: 1.1em;
  }
}

.boxIndexRvCont .boxList02 .boxListCont .boxImg {
  padding-top: 56.17%;
  position: relative;
}

.boxIndexRvCont .boxList02 .boxListCont .boxImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxIndexRvCont .boxList03 {
  margin-top: 7em;
}

.boxIndexRvCont .boxList03 h4 {
  letter-spacing: 0.07em;
}

.boxIndexRvCont .boxList03 .boxListCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList03 .boxListCont {
    display: block;
  }
}

.boxIndexRvCont .boxList03 .box {
  width: 32%;
  background-color: #efefef;
  color: #011b6a;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList03 .box {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.boxIndexRvCont .boxList03 .box .boxTtl {
  text-align: center;
}

.boxIndexRvCont .boxList03 .box h5 {
  width: 89%;
}

.boxIndexRvCont .boxList03 .box p {
  padding: 2em 1.95em;
  font-size: 1.143rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .boxIndexRvCont .boxList03 .box p {
    padding: 1em 1.95em;
    font-size: 0.85rem;
  }
}


.boxIndexCompanyInfoL .sns div {
	
}
.boxIndexCompanyInfoL .sns div span {
	display: block;
}
.boxIndexCompanyInfoL .sns div span:nth-of-type(1) {
	background: url("../images/common/icn-instagram.png") no-repeat left center;
	background-size: 23px;
	padding: 7px 0 5px 30px;
}
.boxIndexSlide .item .btnLp01 {
	position: absolute;
	right: 12%;
	bottom: 80px;
	z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
	.boxIndexSlide .item .btnLp01 {
		width: 30vw;
	}
}
@media screen and (max-width: 767px) {
	.boxIndexSlide .item .btnLp01 {
		left: 0;
		right: 0;
		margin: auto;
		width: 90%;
	}
}

.boxIndexSlide .item .linkMv {
  display: block;
  height: 100%;
}

.boxPageContents {
	padding: 120px 0;
}
body.pageBizmo .boxPageContents,
#LedPage.boxPageContents{
  overflow: hidden;
  padding: 120px 0 0 0;
}
@media all and (max-width: 767px){
  body.pageBizmo .boxPageContents,
  #LedPage.boxPageContents{
    padding: 0;
  }
}
.boxThanks01 p {
	font-size: 1.14rem;
	text-align: center;
	line-height: 1.8;
}
.boxThanks01 .tel {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 3em;
}

/** TOPページインスタ設置 **/
.boxIndexInstaWrap {
	 background-image: linear-gradient(90deg, rgba(145, 225, 188, 1), rgba(169, 234, 160, 1) 17%, rgba(200, 237, 221, 1) 37%, rgba(206, 243, 221, 1) 59%, rgba(163, 225, 215, 1) 80%, rgba(102, 167, 214, 1));
	padding: 32px 0;
}
.boxInstaNewsLR {
	display: -webkit-flex;
    display: flex;
}
.boxInstaNewsL {
	text-align: center;
}
.boxInstaNewsL h2 img {
	display: block;
} 
.boxInstaNewsL h2 {
	background: url(../images/index/ico-insta.png) no-repeat center top;
	font-size:1.4rem;
	font-weight: bold;
	color:#fff;
	padding-top:60px;
	margin-bottom:10px;
}
.boxInstaNewsL p {
	color:#fff;
	font-weight: bold;
	margin-bottom:10px;
}
.boxInstaNewsL a {
	display: inline-block;
	width:155px;
	color:#fff;
	background: #001935;
	padding:8px;
	border-radius: 50em;
	position:relative;
}
.boxInstaNewsL a:after {
	content:"";
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	position:absolute;
	right:13px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);	
}
.boxInstaNewsR {
	margin:0 130px 0 50px;
}

@media screen and (max-width: 767px) {
	.boxIndexInstaWrap {
		background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 0) 50%),linear-gradient(90deg, rgba(170, 233, 198, 1), rgba(100, 165, 211, 1));
	}
	.boxInstaNewsLR {
		display: block;
	}
	.boxInstaNewsR {
		margin:20px 0 0;
	}
	.tit_wrap {
		width: 250px;
    	margin: 0 auto 12px;
		display: -webkit-flex;
    	display: flex;
		border-bottom:solid 1px #fff;
		padding-bottom:12px;
	}
	.tit_wrap .box_img {
		width:70px;
		text-align: left;
	}
	.tit_wrap h2 {
		background: none;
		padding:0;
		margin-bottom: 10px;
	}
	.boxInstaNewsL a {
		padding: 5px 0 6px;
	}
	
}

.home .slick-initialized .slick-slide {
  opacity: 0;
}

.boxIndeBn01Wrap {
  padding: 4.0em 0;
  background-color: #E6F0E5;
}
@media all and (max-width: 767px){
  .boxIndeBn01Wrap {
    padding: 2.0em 5% 2.0em 5%;
  }
}

.boxIndeBn01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 767px){
  .boxIndeBn01 {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
}

.boxIndeBn01 .link01 {
  margin-right: 4.3%;
}
@media all and (max-width: 767px){
  .boxIndeBn01 .link01 {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}


/* LED LP */




#LedPage {
  font-family: "Noto Sans JP", sans-serif;
}

#LedPage .baseW02 {
  width: 1224px;
}
#LedPage .boxLedTopWrap {
  height: 460px;
  margin-top: -1.4em;
  padding-top: 4.05em;
  background-image: url('./../images/led/led_mv.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (min-width: 1921px) {
#LedPage .boxLedTopWrap {
  background-size: cover;
  height: 700px;
}
}
@media screen and (max-width: 767px) {
#LedPage .boxLedTopWrap {
    height: 129vw;
    margin-top: 0;
    padding-top: 9.3vw;
    background-image: url('./../images_sp/led/led_mv_sp.png');
    background-size: cover;
  }
}

#LedPage h1 {
  /* display: flex; */
  align-items: center;
  /* width: 1224px; */
  margin:0 auto;
  position: relative;
}

#LedPage h1 .ttlStr {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  text-shadow: 0px 4px 0px #00571f;
  letter-spacing:0.12rem;
}
#LedPage h1 .ttlStr span span {
  font-size: 4rem;
  color: #f0e900;
  letter-spacing:0.15rem;
  padding:0 0.3rem;
}
#LedPage .title_obi {
  background: linear-gradient(90deg, #21ab38 0%, #006e36 100%);
  padding: 15px 0px 25px;
}
#LedPage .title_obi .baseW02{
  position:relative;
}

@media screen and (max-width: 767px) {
#LedPage .title_obi {
  
}

  #LedPage h1 {
    padding-left:1.8em;
  }
  #LedPage h1 .ttlStr {
  font-size: 1.6rem;
    
}

#LedPage h1 .ttlStr span span {
  font-size: 2rem;
  letter-spacing:0.1rem;
}

#LedPage h1 .ttlStr span span.sp_Ltxt {
 color:#fff;
  font-size: 2rem;
  letter-spacing:0.27rem;
}
#LedPage h1 .ttlStr span span.sp_Ltxt:nth-of-type(2) {
 letter-spacing: 0;
}
}

#LedPage .contact_btn {
  position: absolute;
  right: 0px;
  bottom: -80%;
  display: block;
  transition: transform 0.2s ease;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .head-r-led:hover {
    transform: translateY(15px);
  }
}

@media all and (max-width: 1790px) {


}
@media screen and (max-width: 767px) {

#LedPage .contact_btn {
  position: absolute;
  width: 42%;
  right: -48px;
  bottom: -130px;
}
}

#LedPage .boxLed01Wrap .boxCont01 {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 113px 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
#LedPage .boxLed01Wrap .boxCont01 {
  padding:120px 0px 30px;
}
}
#LedPage .boxLed01Wrap .boxCont01>img {
  max-width: 354px;
}
#LedPage .boxLed01Wrap .boxCont01 .ttl01 {
  font-size: 4rem;
  padding-top: 2rem;
  margin-left: 12rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed01Wrap .boxCont01>img {
  width: 75%;
}
#LedPage .boxLed01Wrap .boxCont01 .ttl01 {
  font-size: 2.5rem;
  margin-left: 0rem;
  line-height:1.3em;
  padding-top:20px;
}
}
#LedPage .boxLed01Wrap .boxCont01 .ttl01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0em;
  width: 91%;
  height: 0.4em;
  background: #ffff00;
  z-index: -1;
}
#LedPage .boxLed01Wrap .boxCont01 .ttl01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -72%;
  transform: translateY(-50%);
  margin-left: 1rem;
  width: 100%;
  height: 321px;
  background: url('./../images/led/led_sec01_01.png') no-repeat center / contain;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #LedPage .boxLed01Wrap .boxCont01 .ttl01::before {
  bottom: 1.5em;
}
#LedPage .boxLed01Wrap .boxCont01 .ttl01::after {
  content: "";
  position: absolute;
  top: -125px;
  left: -30%;
  transform: translateY(-50%);
  margin-left: 1rem;
  width: 80%;
  height: 321px;
  background: url('./../images_sp/led/led_sec01_01_sp.png') no-repeat center / contain;
  z-index: -1;
}
}

#LedPage .txtBl {
  color: #0f97b3;
}

#LedPage .boxLed01Wrap .boxCont01 .p01 {
  font-size: 2rem;
  padding-top: 2rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed01Wrap .boxCont01 .p01 {
  font-size: 1.5rem;
  padding-top:20px;
  line-height:1.3em;
}
}
#LedPage .boxLed01Wrap .boxCont02 {
  position: relative;
  /* z-index: 1; */
  /* padding-bottom: 4rem; */
  width: 100%;
  overflow: hidden;
}

#LedPage .boxLed01Wrap .baseW02 {
  width: 100%;
}
#LedPage .boxLed01Wrap .boxCont02::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url('./../images/led/led_sec02_01.png') no-repeat left / cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed01Wrap {
  margin-top:10%;
}
#LedPage .boxLed01Wrap .boxCont02::before {
  top: 90px;
}
}

#LedPage .boxLed01Wrap .boxCont02 picture,
#LedPage .boxLed01Wrap .boxCont02 picture img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed01Wrap .boxCont02 picture img {
  width:90%;
}
}
#LedPage .boxCont02 h2.ttl01 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 4rem;
  color: rgb(252, 255, 0);
  text-align: center;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 40px;
  position: relative;
  letter-spacing:0.02em;
}
@media screen and (max-width: 767px) {
#LedPage .boxCont02 h2.ttl01 {
  font-size: 1.8rem;
  line-height: 1.4em;
  padding: 30px 0px 30px;
}
}
#LedPage .boxCont02 h2.ttl01 ::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 120px;
  height: 6px;
  background: #fff;
}


#LedPage .boxCont02 h2.ttl01 .txt01 {
  color: #fff;
}
#LedPage .FlexBox {
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 1224px;
  margin: 0 auto;
  gap: 20px;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
#LedPage .FlexBox {
  flex-direction:column;
  padding-top:30px;
}
#LedPage .FlexBox img{
  display:block;
  margin:auto;
}
}
#LedPage .boxLed01Wrap .FlexBox .left {
  flex: 1;
}

#LedPage .boxLed01Wrap .FlexBox .left .p01 {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {

#LedPage .boxLed01Wrap .FlexBox .left img{
width:90%;
}
#LedPage .boxLed01Wrap .FlexBox .left .p01 {
padding:0 1em;
  font-size:1rem;
  margin-bottom:15px;
}
#LedPage .boxLed01Wrap .FlexBox .right {
  width:90%;
  margin:0 auto;
}
#LedPage .boxLed01Wrap .FlexBox .right img {
 display: block;
 margin:0 auto;
 width: 90%;
}
}
#LedPage .yltxt{
  color:#ffff00;
}

#LedPage .boxLed02Wrap .boxCont01 {
  padding: 90px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {

#LedPage .boxLed02Wrap .boxCont01 {
  padding: 50px 0px;
}
#LedPage .boxLed02Wrap .boxCont01 > div{
  width:100%;
}
#LedPage .boxLed02Wrap .boxCont01 > div > img{
  width: 93.5%;
  display:block;
  margin:30px auto 0;
}

#LedPage .boxLed02Wrap.merit .boxCont01 > div > img{
  width: 96%;
   margin:30px auto 0 0;
}
}
#LedPage .boxLed02Wrap{
  border-top:5px solid #fff;
  background: linear-gradient(to bottom,
      #c4dade 0px,
      rgba(196, 218, 222, 0) 300px);
}
@media screen and (max-width: 767px) {
#LedPage .boxLed02Wrap .baseSpW{
  width:100%;
}
}
#LedPage .boxLed02Wrap.merit {
  background: linear-gradient(to bottom,
      #ffffa9 0px,
      rgba(196, 218, 222, 0) 300px);
  position:relative;
}

#LedPage .boxLed02Wrap .boxCont01 .ttl01 {
  font-size: 2.9rem;
  line-height: 4.5rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  padding-bottom: 3rem;
  display: inline-block;
  color:#231815;
  letter-spacing:0.02em;
  /* overflow:hidden; */
}



#LedPage .boxLed02Wrap .boxCont01 .ttl01::before,
#LedPage .boxLed02Wrap .boxCont01 .ttl01::after {
  content: "";
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
}

#LedPage .boxLed02Wrap .boxCont01 .ttl01::before {
  background: url('./../images/led/led_sec03_01.png') no-repeat center / contain;
  left: -170px;
  width: 159px;
  height: 149px;

}

#LedPage .boxLed02Wrap .boxCont01 .ttl01::after {
  background: url('./../images/led/led_sec03_02.png') no-repeat center / contain;
  width: 193px;
  height: 136px;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed02Wrap .boxCont01 .ttl01::before {
  background: url('./../images/led/led_sec03_01.png') no-repeat center / contain;
  left: 0px;
  top: 34px;
  width: 65px;
}

#LedPage .boxLed02Wrap .boxCont01 .ttl01::after {
  background: url('./../images/led/led_sec03_02.png') no-repeat center / contain;
  width: 77px;
  height: 134px;
  top: 32px;
  right: -5px;
}
}
#LedPage .boxLed02Wrap.merit .boxCont01 .ttl01::before {
  background: url('./../images/led/led_sec04_01.png') no-repeat center / contain;
  left: -230px;
  width: 159px;
  height: 149px;

}
@media screen and (max-width: 767px) {
#LedPage .boxLed02Wrap.merit .boxCont01 .ttl01::before {
  background: url('./../images/led/led_sec04_01.png') no-repeat center / contain;
  left: -4px;
  width: 70px;
  height: 149px;
}
}
#LedPage .boxLed02Wrap.merit .boxCont01 .ttl01::after {
  background: url('./../images/led/led_sec04_02.png') no-repeat center / contain;
  width: 171px;
  height: 158px;
  right: -220px;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed02Wrap.merit .boxCont01 .ttl01::after {
  width: 77px;
  height: 134px;
  top: 46px;
  right: -5px;
}
}
#LedPage .boxLed02Wrap .boxCont01 .ttl01 .txtBl,
#LedPage .boxLed02Wrap .boxCont01 .ttl01 .redtxt:not(:first-child) {
  position: relative;
  display: inline-block;
  font-size: 3.72rem;
  letter-spacing:0.02em;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed02Wrap .boxCont01 .ttl01 {
  font-size: 1.7rem;
  line-height:1.6em;
  width: 100%;
  overflow:hidden;
}
#LedPage .boxLed02Wrap .boxCont01 .ttl01 .txtBl,
#LedPage .boxLed02Wrap .boxCont01 .ttl01 .redtxt:not(:first-child) {
  font-size: 2.3rem;
  line-height:1em;
}
}
#LedPage .boxLed02Wrap .FlexBox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  width: 120px;
  height: 6px;
  background: #1f9db7;
}
#LedPage .boxLed02Wrap.merit .FlexBox::before {
  background: #e82736;
}
#LedPage .boxLed02Wrap .FlexBox {
  width: 100%;
  padding-top: 61px;
  gap: 45px;
  position: relative;
}

@media screen and (max-width: 767px) {
#LedPage .boxLed02Wrap .FlexBox {
  padding-top: 30px;
  gap: 30px;
}
}
#LedPage .boxLed02Wrap .FlexBox .left {
  flex: 1.25;
  padding-top: 10px;
}
#LedPage .boxLed02Wrap .FlexBox .left ul li {
  padding-bottom: 30px;
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed02Wrap .FlexBox .left ul li {
 padding-left: 4.5rem;
  width:100%;
}
#LedPage .boxLed02Wrap .FlexBox .left ul li:last-child {
 padding-bottom: 0px;
}
}
#LedPage .boxLed02Wrap .FlexBox .left ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -30px;
  width: 120px;
  height: 20px;
  background: url('./../images/led/led_sec03_04.svg') no-repeat center / contain;
}
#LedPage .boxLed02Wrap .FlexBox .left ul li:nth-child(2)::before {
  height: 25px;
  top: 0.2em;
  background: url('./../images/led/led_sec03_05.svg') no-repeat center / contain;
}
#LedPage .boxLed02Wrap .FlexBox .left ul li:nth-child(3)::before {
  height: 30px;
  top: 0em;
  background: url('./../images/led/led_sec03_06.svg') no-repeat center / contain;
}


#LedPage .boxLed02Wrap.merit .FlexBox .left ul li:nth-child(1)::before {
  height: 25px;
  top: 0.2em;
  background: url('./../images/led/led_sec04_03.svg') no-repeat center / contain;
}

#LedPage .boxLed02Wrap.merit .FlexBox .left ul li:nth-child(2)::before {
  height: 30px;
  top: em;
  background: url('./../images/led/led_sec04_04.svg') no-repeat center / contain;
}
#LedPage .boxLed02Wrap.merit .FlexBox .left ul li:nth-child(3)::before {
  height: 30px;
  top: 0em;
  background: url('./../images/led/led_sec04_05.svg') no-repeat center / contain;
}


#LedPage .boxLed02Wrap .FlexBox .left ul li:not(:last-child) {
  border-bottom: 1px solid #d7e3e9;
  margin-bottom: 30px;
}
#LedPage .boxLed02Wrap .FlexBox .left ul li span.title {
  font-size: 2rem;
  display: block;
  padding-bottom: 25px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed02Wrap .FlexBox .left ul li span.title {
  font-size: 1.4rem;
  padding-bottom: 15px;
}
}
#LedPage .boxLed02Wrap .FlexBox .left ul li span.txt {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed02Wrap .FlexBox .left ul li span.txt {
  width:95%;
  font-size: 1rem;
  display:inline-block;
}
}
#LedPage .redtxt {
  color: #e50e22;
  ;
}
#LedPage .boxLed02Wrap .FlexBox .right {
  flex: 1;
}

#LedPage .boxLed04Wrap {
  background: url('./../images/led/led_sec05_01.png') no-repeat center / cover;
  padding: 90px 0px;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed04Wrap {
  padding: 50px 0px;
}
}
.boxLed04 .boxCont02 {
  position: relative;
  margin-bottom: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont02 {
    margin-bottom: 3.3em;
  }
}

.boxLed04 .boxCont02:after {
  content: '';
  position: absolute;
  top: -1.2em;
  left: calc(50% + 20.8em);
  width: 206px;
  background-image: url('./../images/led/led04-icn-deco03.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  aspect-ratio: 206 / 194;
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont02:after {
    top: 4.15em;
    left: 60vw;
    width: 26.7vw;
  }
}

.boxLed04 .boxCont02 .p01,
#LedPage .note{
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: 2.1rem;
  font-weight: 900;
  color:#231815;
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont02 .p01 {
    line-height: 1.59;
    letter-spacing: 0.12em;
    font-size: 1.3rem;
  }
  .boxLed04 .boxCont02 .p01.no02,
  #LedPage .note{
    padding-right: 0;
    line-height: 1.4;
    letter-spacing: 0.18em;
    font-size: 1.3rem;
  }
}

.boxLed04 .boxCont02 .p01+.p01{
  margin-top: 40px;
}
#LedPage .note{
  margin: 58px 0 44px;
}
@media screen and (max-width: 767px) {
.boxLed04 .boxCont02 .p01+.p01{
  margin-top: 1em;
}
#LedPage .note{
  margin: 50px 0;
}
}

.boxLed04 .boxCont02 .p01 .txt01,
#LedPage .note span{
  position: relative;
  /* margin-left: 0.05em; */
  font-size: 3.9rem;
  left:-5px;
  color: #0f97b3;
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont02 .p01 .txt01 {
    font-size: 2.3rem;
  }
  #LedPage .note span{
  font-size: 2.3rem;
}
}

.boxLed04 .boxCont02 .p01 .txt01:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -0.15em;
  width: 100%;
  height: 0.74em;
  background-color: #fff73a;
}

.boxLed04 .boxCont03,
.boxLed07 .boxCont03{
  position: relative;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.0em;
  background-color: #44b4dc;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .boxLed04 .boxCont03,
  .boxLed07 .boxCont03{
    max-width: none;
    border-radius: 0.4em;
  }
}

.boxLed04 .boxCont03:before,
.boxLed07 .boxCont03:before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 1.5em);
  height: calc(100% - 1.5em);
  margin: auto;
  border: 1px #fff solid;
  border-radius: 1.0em;
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont03:before,
  .boxLed07 .boxCont03:before{
    width: calc(100% - 0.8em);
    height: calc(100% - 0.8em);
    border: 2px #fff solid;
    border-radius: 0.4em;
  }
}

.boxLed04 .boxCont03In,
.boxLed07 .boxCont03In{
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 250px;
  padding: 1.85em 3%;
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont03In,
  .boxLed07 .boxCont03In{
    min-height: auto;
    padding: 0 3% 2.1em 3%;
  }
}

.boxLed04 .boxCont03In .ttl02,
.boxLed07 .boxCont03In .ttl02{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.3em;
  margin-bottom: 0.85em;
  padding: 0.1em 1.45em 0.2em 1.25em;
  border-radius: 2.3em;
  background-color: #fff;
  font-size: 2rem;
  color: #171958;
  font-weight:700
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont03In .ttl02,
  .boxLed07 .boxCont03In .ttl02{
    height: 2.8em;
    margin-top: -1.47em;
    margin-bottom: 1.06em;
    padding: 0.1em 1.2em 0.2em 1.0em;
    border-radius: 0.8em;
    letter-spacing: 0.09em;
    font-size: 1rem;
  }
}

.boxLed04 .boxCont03In .boxCont03LR,
.boxLed07 .boxCont03In .boxCont03LR{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width:100%;
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont03In .boxCont03LR,
  .boxLed07 .boxCont03In .boxCont03LR{
    display: block;
    width: 100%;
  }
}

.boxLed04 .boxCont03In .boxCont03L,
.boxLed04 .boxCont03In .boxCont03R,
.boxLed07 .boxCont03In .boxCont03L,
.boxLed07 .boxCont03In .boxCont03R{
  margin: 0 1.08em;
  width: 50%;
}
@media screen and (max-width: 767px) {
.boxLed04 .boxCont03In .boxCont03L,
.boxLed04 .boxCont03In .boxCont03R,
.boxLed07 .boxCont03In .boxCont03L,
.boxLed07 .boxCont03In .boxCont03R{
  margin:1.34em auto ;
  width: 90%;
}
  .boxLed04 .boxCont03In .boxCont03L,
    .boxLed07 .boxCont03In .boxCont03L{
      margin:1.34em auto ;
  }
}

.boxLed04 .boxCont03In .boxCont03L .p01,
.boxLed04 .boxCont03In .boxCont03R .p01,
.boxLed07 .boxCont03In .boxCont03L .p01,
.boxLed07 .boxCont03In .boxCont03R .p01{
  margin-bottom: 0.79em;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont03In .boxCont03L .p01,
  .boxLed04 .boxCont03In .boxCont03R .p01,
  .boxLed07 .boxCont03In .boxCont03L .p01,
.boxLed07 .boxCont03In .boxCont03R .p01{
    margin-bottom: 0.85em;
    letter-spacing: 0.04em;
    font-size: 0.79rem;
  }
}

.boxLed04 .boxCont03In .boxCont03L a,
.boxLed04 .boxCont03In .boxCont03R a,
.boxLed07 .boxCont03In .boxCont03L a,
.boxLed07 .boxCont03In .boxCont03R a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 53px;
  border-radius: 0.35em;
  letter-spacing: normal;
  font-size: 1.6rem;
  box-shadow: 4px 4px 0 0 #fff;
}
.boxLed04 .boxCont03In .boxCont03L a,
.boxLed07 .boxCont03In .boxCont03L a{
  padding-right: 0.1em;
  background-color: #fd5950;
  letter-spacing: 0.1em;
  font-size: 2.3rem;
  color: #fff;
   font-weight:900
}
.boxLed04 .boxCont03In .boxCont03R a,
.boxLed07 .boxCont03In .boxCont03R a{
  position: relative;
  background-color: #ffe85e;
  background-image: url('./../images/led/led04-icn-mail01.png');
  background-repeat: no-repeat;
  background-position: 0.65em center;
  background-size: 0.9em auto;
  font-size: 2rem;
  color: #171958;
  font-weight:900
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont03In .boxCont03L a,
  .boxLed04 .boxCont03In .boxCont03R a,
    .boxLed07 .boxCont03In .boxCont03L a,
  .boxLed07 .boxCont03In .boxCont03R a{
    min-height: 12.3vw;
    border-radius: 0.2em;
  }
  .boxLed04 .boxCont03In .boxCont03L a,
  .boxLed07 .boxCont03In .boxCont03L a{
    padding-right: 0;
    letter-spacing: 0.047em;
    font-size:1.8rem;
    /* padding:0; */
    /* margin:0 auto; */
  }
  .boxLed04 .boxCont03In .boxCont03R a,
    .boxLed07 .boxCont03In .boxCont03R a{
    padding-left: 0.65em;
    background-position: 0.7em center;
    background-size: 1.3em auto;
    letter-spacing: 0.035em;
    font-size: 1.2rem;
  }
}

.boxLed04 .boxCont03In .boxCont03R a:after,
.boxLed07 .boxCont03In .boxCont03R a:after{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.35em;
  width: 0.25em;
  height: 0.25em;
  margin: auto;
  border: 0.25em rgba(255, 255, 255, 0) solid;
  border-left: 0.3em #171958 solid;
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont03In .boxCont03R a:after,
  .boxLed07 .boxCont03In .boxCont03R a:after{
    top: 0.2em;
    right: 0.28em;
    border-left: 0.4em #171958 solid;
  }
}

.boxLed04 .boxCont03In .boxCont03L a .txtSmall,
.boxLed07 .boxCont03In .boxCont03L a .txtSmall{
  position: relative;
  top: 0.2em;
  margin-right: 0.4em;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .boxLed04 .boxCont03In .boxCont03L a .txtSmall,
    .boxLed07 .boxCont03In .boxCont03L a .txtSmall{
    top: 0.7em;
    margin-right: 0.3em;
    letter-spacing: 0.04em;
    font-size: 0.8rem;
  }
}

#LedPage .boxLed05Wrap .boxCont01 {
  padding: 90px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
#LedPage .boxLed05Wrap .boxCont01 {
  padding: 30px 0px;
}
}
#LedPage .boxLed05Wrap .boxCont01 .ttl01 {
  background: url('./../images/led/led_sec06_01.png') no-repeat center / contain;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9rem;
  font-weight: 900;
  color: rgb(252, 255, 0);
  text-align: center;
  line-height: 78px;
  width: 100%;
  letter-spacing:0.02em;
}

@media screen and (max-width: 767px) {
#LedPage .boxLed05Wrap .boxCont01 .ttl01 {
  background: url('./../images_sp/led/led_sec06_01_sp.png') no-repeat center / contain;
  font-size: 1.7rem;
  padding:1rem;
  line-height: 2.3rem;
  letter-spacing:0.02em;
}
}
#LedPage .boxLed05Wrap .boxCont01 .p01 {
  font-size: 2.2rem;
  font-weight: 900;
  padding-top: 1rem;
  letter-spacing:0.02em;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed05Wrap .boxCont01 .p01 {
  font-size: 1.5rem;
  text-align:center;
  padding-top:0;
}
}
#LedPage .boxLed05Wrap .boxCont01 h3 {
  background: url('./../images/led/led_sec06_02.png') no-repeat left / contain;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  font-weight: 900;
  color: rgb(0 0 0);
  letter-spacing: 0.06rem;
  width: 100%;
  line-height: 74px;
  display: flex;
  gap: 2rem;
  padding-left: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed05Wrap .boxCont01 h3 {
  background-size:200%;
  font-size: 1.4rem;
  flex-direction:column;
    margin-bottom: 15px;
  line-height:1.5em;
  gap:0em;
  padding:0.5rem 1.5em;
}
}
#LedPage .boxLed05Wrap .boxCont01 h3 span {
  font-size: 1.3rem;
  color: #126a7c;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed05Wrap .boxCont01 h3 span {
  font-size: 1rem;
}
}
#LedPage .boxLed05Wrap .boxCont01 img {
  margin-bottom: 30px;

}
@media screen and (max-width: 767px) {
#LedPage .boxLed05Wrap .boxCont01 img {
  margin-bottom: 15px;

}
}
#LedPage .boxLed05Wrap .boxCont01 p,
#LedPage .boxLed06Wrap .boxCont01 p{
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {

#LedPage .boxLed05Wrap .boxCont01 p,
#LedPage .boxLed06Wrap .boxCont01 p{
  font-size: 1rem;
}
}
#LedPage .boxLed06Wrap .boxCont01 p{
	padding-top:32px;
}

#LedPage .boxLed06Wrap{
background: url('./../images/led/led_sec07_01.png') no-repeat center / cover;
  padding: 120px 0px 90px;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed06Wrap{
  padding: 65px 0px 50px;
}
}
#LedPage .boxLed06Wrap .boxCont01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
	background:#fff;
	border-radius:20px;
	padding:30px 60px 70px;
	max-width:1224px;
	margin:0 auto;
	position:relative;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed06Wrap .boxCont01 {
	padding:0px 30px 30px;
}
}
#LedPage .boxLed06Wrap .boxCont01 .ttl01 {
  background: url('./../images/led/led_sec07_02.png') no-repeat center / contain;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.9rem;
  font-weight: 900;
  color: #027237;
  letter-spacing:0.02em;
  text-align: center;
  line-height: 78px;
  width: 100%;
	position:absolute;
	top:-40px;
}
@media screen and (max-width: 767px) {
  #LedPage .boxLed06Wrap .boxCont01 .ttl01 {
  background: url('./../images_sp/led/led_sec07_02_sp.png') no-repeat center / contain;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  padding:1rem;
  line-height: 2.3rem;
  letter-spacing:0.02em;
}
}
#LedPage .boxLed06Wrap .boxCont01 .p01 {
  font-size: 2.2rem;
  font-weight: 900;
  padding-top: 1rem;
  letter-spacing:0.02em;
 color: #0e8021;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed06Wrap .boxCont01 .ttl01 {
  background-size:100%;
  font-size: 1.5rem;
  /* position: inherit; */
}
#LedPage .boxLed06Wrap .boxCont01 .p01 {
  font-size: 1rem;
  padding-top: 4.5rem;
  text-align: center;
}
}

#LedPage .boxLed07Wrap{
  padding: 69px 0px 102px;
  text-align:center;
  font-family:"Noto Sans JP", sans-serif;

  overflow:hidden;
}
#LedPage .boxLed07{
   position:relative;
}

#LedPage .boxLed07::before{
  content: "";
  position: absolute;
  bottom: -110px;
  left: -6%;
  background: url('./../images/led/led_sec08_08.png') no-repeat center / contain;
  width: 288px;
  height: 328px;
  z-index:3;
}

@media screen and (max-width: 767px) {
#LedPage .boxLed07::before{
  width: 121px;
  bottom: -195px;
  left:0;
  padding: 40px 0px 50px;
}
}
@media screen and (max-width: 767px) {
#LedPage .boxLed07Wrap{
  padding: 40px 0px 50px;
}
}
#LedPage .boxLed07::after{
  content: "";
  position: absolute;
  bottom: -160px;
  right:-6%;
  background: url('./../images/led/led_sec08_09.png') no-repeat center / contain;
  width: 281px;
  height: 400px;
  z-index:3;
}

@media screen and (max-width: 767px) {
#LedPage .boxLed07::after{
  width: 121px;
  bottom: -245px;
  right:0;
  padding: 40px 0px 50px;
}
}

#LedPage .ledFlow .ttl{
  font-size: 3.16rem;
  font-weight:900;
  margin:10px 0px 50px;
  color:#231815;
}

@media all and (max-width: 1440px) {
#LedPage .ledFlow .ttl{
  font-size: 3rem;
  font-weight:900;
  margin:10px 0px 50px;
  color:#231815;
}
}

@media screen and (max-width: 767px) {
#LedPage .ledFlow .ttl{
  font-size: 2rem;
  margin:10px 0px 20px;
  line-height:1.3
}
}
#LedPage .ledFlow .hl{
  color:#16abca;
  background: linear-gradient(transparent 60%, #fdff45 60%);
}

#LedPage .flow{
  display:flex;
  justify-content:center;
  gap:20px;
  /* flex-wrap:wrap; */
}


#LedPage .card{
  position:relative;
  max-width:180px;
  padding: 35px 0px 25px;
  background:#d1f3ff;
  border-radius:15px;
}
@media all and (max-width: 1440px) {
#LedPage .card{
  max-width:100%;
  width:330px;
}
}
#LedPage .card .num{
  font-size: 2.3rem;
  position:absolute;
  top:10px;
  left:15px;
  font-weight:bold;
  color:#0f97b3;
  font-family: din-2014, sans-serif;
}

#LedPage .card .title{
   font-size: 1.85rem;
   font-weight:900;
   margin-top:20px;
   margin-bottom: 20px;
   letter-spacing:0.1rem;
  line-height:1.1;
}
@media screen and (max-width: 767px) {
#LedPage .flow{
flex-wrap:wrap;
}
#LedPage .card .title{
   font-size: 1.4rem;
}
}
#LedPage .card .text{
  font-size: 1.15rem;
  line-height: 1.2;
  text-align:left;
  padding: 0 28px;
}
@media screen and (max-width: 767px) {
#LedPage .card .text{
  font-size: 1rem;
  text-align:center;
}
}
#LedPage .card:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-15px;
  top:50%;
  transform:translateY(-50%);
  border-left:15px solid #d1f3ff;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
}
@media screen and (max-width: 767px) {
#LedPage .card:not(:last-child)::after{
  content:"";
  position:absolute;
  right:auto;
  top:auto;
  left:50%;
  bottom:-15px;
  transform:translateX(-50%);
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:15px solid #d1f3ff;
  border-bottom:none;
}
}

#LedPage .boxLed02Wrap.merit .boxLed02{
  position:relative;
}

#LedPage .boxLed02Wrap.merit .boxLed02::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:0;
  height:0;
  border-left:40px solid transparent;
  border-right:40px solid transparent;
  border-top:45px solid #ffffff;
}

#LedPage .boxLed08Wrap{
  position: relative;
  padding: 64px 0px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #21ab38, #006e36);
  border-top:22px solid #025128;
}


@media screen and (max-width: 767px) {
#LedPage .boxLed08Wrap{
  padding: 50px 0px;
}
}
#LedPage .boxLed08Wrap::before{
  content:"";
  position:absolute;
  left:50%;
  top:-22px;
  transform:translateX(-50%);
  width:0;
  height:0;
  border-left:40px solid transparent;
  border-right:40px solid transparent;
  border-top:45px solid #ffffff;
  z-index:1;
}

#LedPage .evSection .sub{
  font-size: 2rem;
  margin-bottom:23px;
  letter-spacing:0.08em;
  display:inline-block;
  padding-bottom: 22px;
  position:relative;
}

@media screen and (max-width: 767px) {
#LedPage .evSection .sub{
  font-size: 1.2rem;
  line-height:1.3;
}
}

#LedPage .evSection .sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 328px;
  height: 5px;
  background: #ffffff30;
}
@media screen and (max-width: 767px) {
#LedPage .evSection .sub::after {
  width: 120px;
}
}
#LedPage .evSection .main{
  font-size: 3.15rem;
  font-weight:900;
  letter-spacing:0.02em;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}
#LedPage .evSection .main span{
  color:#ffe600;
  font-weight:900;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
#LedPage .evSection .main{
  font-size: 2rem;
  line-height:1.3;
}
#LedPage .evSection .main span{
  font-size: 2.5rem;
}
}

#LedPage .boxLed09Wrap{
  padding: 77px 0px 28px;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed09Wrap{
  padding: 50px 0px;
}
}
#LedPage .boxLed09Wrap .boxCont01 >img{
 display:block;
  margin:0 auto;
}

#LedPage .boxLed09Wrap .FlexBox {
  padding-top: 61px;
  gap:32px;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed09Wrap .FlexBox {
  padding-top: 30px;
  gap:30px;
}
}
#LedPage .boxLed09Wrap .FlexBox .right{
 position:relative;
 bottom: 46px;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed09Wrap .FlexBox .right{
 bottom: auto;
}
}
#LedPage .boxLed09Wrap .FlexBox .title{
  font-size: 2rem;
  font-weight:900;
  letter-spacing:0.1rem;
  display:block;
  padding-top: 40px;
  padding-left: 2.8rem;
  position:relative;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed09Wrap .FlexBox .title{
  font-size: 1.5rem;
  padding-top: 15px;
  padding-left: 2rem;
  line-height:1.3;
}
}
#LedPage .boxLed09Wrap .FlexBox .title::before {
  content: "";
  position: absolute;
  top: 1.6em;
  left: -45px;
  width: 120px;
  height: 20px;
  background: url('./../images/led/led_sec10_03.png') no-repeat center / contain;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed09Wrap .FlexBox .title::before {
  top: 1em;
}
}
#LedPage .boxLed09Wrap .FlexBox .txt{
  font-size: 1.3rem;
  line-height: 1.6;
  /* padding: 0 0.5rem; */
  display:block;
  padding-top: 30px;
  /* padding-left:1.6rem; */
}
@media screen and (max-width: 767px) {
#LedPage .boxLed09Wrap .FlexBox .txt{
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 15px;
}
}
#LedPage .boxLed10Wrap{
  padding: 82px 0;
  background-color:#e1f0f4;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed10Wrap{
  padding: 50px 0;
}
}
#LedPage .boxLed10Wrap h3{
   font-size: 2.72em;
   font-weight:900;
   line-height:1.4;
   letter-spacing:0.1rem;
   display:block;
   position:relative;
   color:#027237;
  bottom:10px;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed10Wrap h3{
   font-size: 1.5em;
}
}
#LedPage .boxLed10Wrap h3::before{
   content: "";
   position: absolute;
   left: 0%;
   bottom: -39px;
   width: 328px;
   height: 10px;
   background: #ffffff;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed10Wrap h3::before{
   bottom: -30px;
   width: 100%;
   height: 5px;
}
}
#LedPage .boxLed10Wrap .txt{
   font-size: 1.3rem;
   line-height: 1.6;
   padding: 0 0.5rem;
   display:block;
   padding-top: 58px;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed10Wrap .txt{
   font-size: 1rem;
   padding-top: 40px;
}
}
#LedPage .boxLed10Wrap .FlexBox{
  padding-top:0px;
  gap:30px;
}

#LedPage .boxLed10Wrap .FlexBox .left{
  flex:1;
  
}

#LedPage .boxLed10Wrap .FlexBox .right{
  flex:1.3;
  
}

@media all and (max-width: 1440px) {
#LedPage .boxLed10Wrap .FlexBox .right{
  flex:1;
  
}
}

#LedPage .boxLed11Wrap{
  padding: 67px 0px;
  text-align:center;
  font-size: 3em;
  font-weight:900;
  line-height: 1.5;
  letter-spacing:0.2rem;
  display:block;
  color:#231815;
  overflow:hidden;
}
@media all and (max-width: 1440px) {
#LedPage .boxLed11Wrap{
  padding: 50px 0px;
  font-size: 1.8rem;
}
}
#LedPage .boxLed11Wrap .txtGr{
  color:#027237;
}



#LedPage .boxLed11Wrap .boxCont02 {
  position: relative;
  text-align: center;
  padding: 47px 0px;
  color: #fff;
  z-index: 0;
  margin-top:55px;
  background: #1c8c3a;
}


#LedPage .boxLed11Wrap .boxCont02 p{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 4px 0px #00571f;
  position: relative;
}

@media all and (max-width: 1440px) {
#LedPage .boxLed11Wrap .boxCont02 p{
  flex-direction:column-reverse;
}
}
#LedPage .boxLed11Wrap .boxCont02 p::before{
  content: "";
  position: absolute;
  width: 45px;
  height: 52px;
  left: 0;
  top: 50%;
  transform: translate(-70px, -50%);
  background: url('./../images/led/led_sec12_02.png') no-repeat center / contain;
}
@media screen and (max-width: 767px) {
#LedPage .boxLed11Wrap .boxCont02 p::before{
  left: 59px;
  top: 0%;
}
}
#LedPage .boxLed11Wrap .boxCont02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #1c8c3a;
  z-index: -1;
}

#LedPage .boxLed11Wrap .boxCont02::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -43px;
  transform: translateX(-50%);
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 76px solid #1c8c3a;
}
#LedPage .boxCont02 .txtYl {
  font-size: 1.45em;
  font-weight:900;
  color: #ffff00;
  margin-right: 8px;
}




#LedPage .boxLedForm .sub {
	text-align: center;
	color: #011B6A;
	font-size: 1.14rem;
	margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
#LedPage .boxLedForm .sub {
		font-size: 0.85rem;
		margin-bottom: 1.5em;
	}
}


#LedPage .boxLedForm .n01 {
	line-height: 1.5;
	font-size: 1.64rem;
	font-weight: bold;
	margin-bottom: 0.3em;
	text-align: center;
	margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
#LedPage .boxLedForm .n01 {
		font-size: 0.9rem;
		margin-bottom: 1.2em;
	}
}

#LedPage .boxLedForm .n02 {
	font-size: 1.64rem;
	line-height: 1.5;
	color: #B72222;
	margin-bottom: 2em;
	text-align: center;
}
@media screen and (max-width: 767px) {
#LedPage .boxLedForm .n02 {
		font-size: 0.9rem;
	}
}

#LedPage .boxLedForm .n03 {
  margin-top: 2.0em;
	font-size: 1.14rem;
	line-height: 1.8;
	text-align: center;
}
@media screen and (max-width: 767px) {
#LedPage .boxLedForm .n03 {
		font-size: 0.9rem;
	}
}


@media screen and (max-width: 767px) {
#LedPage .boxLedForm .boxFormSubmit {
    margin-top: 2.0em;
  }
}

@media screen and (max-width: 767px) {
#LedPage .boxLedForm .boxFormSubmit .btnSubmit {
    height: 14vw;
  }
}

#LedPage .boxIndexContact {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
#LedPage .boxLedFormWrap{
  padding-top:50px;
  width:90%;
  margin:auto;
}
#LedPage .boxIndexContact {
    margin-top: 0;
  }
body.page-id-614 .boxHeader:before{
  display: none;
}
}

.head-r-led {
    position: fixed;
    right: 0;
    z-index: 3;
  display: block;
  transition: transform 0.2s ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .head-r-led:hover {
    transform: translateY(15px);
  }
}

.head-r-led:active {
  transform: translateY(8px);
}
@media screen and (max-width: 1610px) {
  .head-r-led {
width:150px;
}
}
@media screen and (max-width: 767px) {
.head-r-led {
width:30%;
}
}




.boxIndexBusiness h2.add202604 {
  margin-top: 0em;
}

@media screen and (max-width: 767px) {
.boxIndexBusiness h2.add202604  {
    margin-bottom: 1.5em;
  }
}

.boxIndexBusiness .p01.add202604{
 margin-top: 5em;
  
}
@media screen and (max-width: 767px) {
.boxIndexBusiness .p01.add202604{
 margin-top: 2.5em;
  
}
}

.home .boxLed10Wrap{
  padding: 6.7em 3em;
  margin-top:6.7em;
  background-color:#e1f0f4;
}
@media screen and (max-width: 767px) {
.home .boxLed10Wrap{
  padding: 50px 0;
  margin-top:1.5em;
}
}
.home .boxLed10Wrap h3{
   font-size: 2.72em;
   font-weight: bold;
   line-height:1.4;
   letter-spacing:0.1rem;
   display:block;
   position:relative;
   color:#027237;
   bottom:10px;
}
@media screen and (max-width: 767px) {
.home .boxLed10Wrap h3{
   font-size: 1.5em;
}
}
.home .boxLed10Wrap h3::before{
   content: "";
   position: absolute;
   left: 0%;
   bottom: -39px;
   max-width: 328px;
  width:100%;
   height: 10px;
   background: #ffffff;
}
@media screen and (max-width: 767px) {
.home .boxLed10Wrap h3::before{
   bottom: -30px;
   width: 100%;
   height: 5px;
}
}
.home .boxLed10Wrap .txt{
   font-size: 1.3rem;
   line-height: 1.6;
   padding: 0 0.5rem;
   display:block;
   padding-top: 58px;
}
@media screen and (max-width: 767px) {
.home .boxLed10Wrap .txt{
   font-size: 1rem;
   padding-top: 40px;
}
}
.home .boxLed10Wrap .FlexBox{
  padding-top:0px;
  gap:30px;
  display:flex;
  align-content:center;
  align-items:center;
  justify-content:space-between
}
@media screen and (max-width: 767px) {
.home .boxLed10Wrap .FlexBox{
  flex-direction:column;
}
}
.home .boxLed10Wrap .FlexBox .left{
  flex:1.5;
  max-width:750px;
  
}

.home .boxLed10Wrap .FlexBox .right{
  flex: 1;
  max-width:750px;
}


@media all and (max-width: 1440px) {
.home .boxLed10Wrap .FlexBox .right{
  flex:1;
}
}
@media screen and (min-width: 768px) {
.home .boxLed10Wrap .FlexBox .right img{
  min-width:630px;
}
}
@media screen and (max-width: 767px) {
.home .boxLed10Wrap .FlexBox .left{
  flex:1;
}
.home .boxLed10Wrap .FlexBox .right{
  flex:1;
  max-width:100%;
   width:100%;
}
.home .boxLed10Wrap .FlexBox .right img{
  /* min-width:100%; */
  width:100%;
}
}

.home .redtxt {
  color: #e50e22;
  font-weight:900;
}