/*引数：初期値はすべて_variables.scssで設定
$pcsize：PCデザイン文字サイズ
$pcspacing：PCデザイン文字間
$spsize：SPデザイン文字サイズ
$spspacing：SPデザイン文字間
$pccontainer：PCデザインコンテンツ幅
$spcontainer：SPデザインコンテンツ幅
*/
/*引数
$property：cssのプロパティ
$pcsize：PCデザインpx
$spsize：SPデザインpx
$pccontainer：PCデザインコンテンツ幅：初期値は_variables.scssで設定
$spcontainer：SPデザインコンテンツ幅：初期値は_variables.scssで設定
*/
/*引数
$vertical：横比率
$horizontal：縦比率
*/
/*引数
$col：PCカラム数
$margin_h：PC横マージンpx
$margin_v：PC縦マージンpx
$spcol：SPカラム数
$spmargin_h：SP横マージンpx
$spmargin_v：SP縦マージンpx
$pccontainer：PCデザインコンテンツ幅：初期値は_variables.scssで設定
$spcontainer：SPデザインコンテンツ幅：初期値は_variables.scssで設定
*/
/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}



.c-h4leadAndTxt h4 {
  text-align: center;
  font-size: 3.6rem;
  color: #57CF74;
  font-weight: 700;
  margin: 0;
}
.c-h4leadAndTxt p {
  text-align: center;
  margin: 34px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-h4leadAndTxt h4 {
    font-size: 2.7rem;
  }
  .c-h4leadAndTxt p {
    text-align: center;
    margin: 15px auto 0;
  }
}
.c-shadowbox {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  padding: 70px 50px 98px;
}
@media screen and (max-width: 768px) {
  .c-shadowbox {
    padding: 35px 5% 50px;
  }
}



/*引数：初期値はすべて_variables.scssで設定
$pcsize：PCデザイン文字サイズ
$pcspacing：PCデザイン文字間
$spsize：SPデザイン文字サイズ
$spspacing：SPデザイン文字間
$pccontainer：PCデザインコンテンツ幅
$spcontainer：SPデザインコンテンツ幅
*/
/*引数
$property：cssのプロパティ
$pcsize：PCデザインpx
$spsize：SPデザインpx
$pccontainer：PCデザインコンテンツ幅：初期値は_variables.scssで設定
$spcontainer：SPデザインコンテンツ幅：初期値は_variables.scssで設定
*/
/*引数
$vertical：横比率
$horizontal：縦比率
*/
/*引数
$col：PCカラム数
$margin_h：PC横マージンpx
$margin_v：PC縦マージンpx
$spcol：SPカラム数
$spmargin_h：SP横マージンpx
$spmargin_v：SP縦マージンpx
$pccontainer：PCデザインコンテンツ幅：初期値は_variables.scssで設定
$spcontainer：SPデザインコンテンツ幅：初期値は_variables.scssで設定
*/
.p-energyManagement__content {
  padding: 70px 0 125px;
}
.p-energyManagement__anchorWrap {
  margin: 30px auto 0;
}
.p-energyManagement__anchorBtn {
  margin: 0 24px 0 0;
}
.p-energyManagement__points {
  margin: 78px auto 0;
}
.p-energyManagement__point {
  margin: 40px auto 0;
  padding: 59px 43px 54px;
}
.p-energyManagement__point:first-child {
  margin: 0;
}
.p-energyManagement__point__u01__img01 {
  margin: 24px auto 0;
}
.p-energyManagement__point__u01__img02 {
  margin: 45px auto 0;
}
.p-energyManagement__point__u01__img03 {
  margin: 55px auto 0;
}
.p-energyManagement__point__cases {
  margin: 45px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto 27px auto;
  grid-template-rows: repeat(2, auto);
  gap: 27px 29px;
}
.p-energyManagement__point__cases > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-energyManagement__point__cases > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-energyManagement__point__cases > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.p-energyManagement__point__cases > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-energyManagement__point__cases > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-energyManagement__point__cases > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.p-energyManagement__point__recruitmentTxt {
  font-size: 2rem;
  font-weight: 700;
  margin: 55px auto 0;
}
.p-energyManagement__point__recruitmentCases {
  margin: 15px auto 0;
  -ms-grid-columns: 1fr 17px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 17px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-energyManagement__point__recruitmentCases li {
  font-size: 1.6rem;
  padding-left: 23px;
  position: relative;
}
.p-energyManagement__point__recruitmentCases li::before {
  display: block;
  content: "・";
  font-size: 1.6rem;
  color: #000;
  position: absolute;
  top: 1px;
  left: 5px;
}
@media screen and (min-width: 769px) {
  .p-energyManagement__point__recruitmentCases {
    display: -ms-grid;
    display: grid;
  }
  .p-energyManagement__point__recruitmentCases.u-sp {
    display: none;
  }
}
.p-energyManagement__point__recruitmentDetail {
  margin: 30px auto 0;
}
.p-energyManagement__point__tab {
  width: 100%;
}
.p-energyManagement__point__tabBtns {
  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;
}
.p-energyManagement__point__tabBtn {
  width: 428px;
  min-height: 120px;
  background: #E1E4E3;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}
.p-energyManagement__point__tabBtn.u-atenergy img {
  width: 232px;
  margin: 20px auto 0;
}
.p-energyManagement__point__tabBtn.u-atenergy img:first-child {
  display: none;
}
.p-energyManagement__point__tabBtn.u-atenergy img:last-child {
  display: block;
}
.p-energyManagement__point__tabBtn.u-show img:first-child {
  display: block;
}
.p-energyManagement__point__tabBtn.u-show img:last-child {
  display: none;
}
.p-energyManagement__point__tabBtn.u-show::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #555555;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.p-energyManagement__point__tabBtn.u-show.u-atenergy {
  background: #DDFFBC;
}
.p-energyManagement__point__tabBtn.u-show.u-atenergy::after {
  border-top: 25px solid #DDFFBC;
}
.p-energyManagement__point__tabWrap {
  margin: 36px auto 0;
}
.p-energyManagement__point__tabContents {
  display: none;
}
.p-energyManagement__point__tabContents.u-show {
  display: block;
}
.p-energyManagement__point__atenergy {
  background: #DDFFBC;
  border-radius: 20px;
  padding: 70px 40px 30px;
}
.p-energyManagement__point__atenergy__lead {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.p-energyManagement__point__atenergy__img {
  display: block;
  width: 614px;
  margin: 0 auto 35px;
}
.p-energyManagement__point__atenergy__service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
  gap: 20px;
  margin: 55px auto 45px;
}
.p-energyManagement__point__atenergy__service > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-energyManagement__point__atenergy__service > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-energyManagement__point__atenergy__service > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.p-energyManagement__point__atenergy__service > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.p-energyManagement__point__atenergy__serviceItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row-span: 1;
  grid-row: span 1;
  background: #fff;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.p-energyManagement__point__atenergy__serviceItem__inner {
  width: 300px;
  padding: 22px 17px 30px;
}
.p-energyManagement__point__atenergy__serviceItem figure {
  width: auto;
}
@media screen and (min-width: 769px) {
  .p-energyManagement__point__atenergy__serviceItem figure.u-ico01 {
    margin: 9px 0 0 0;
  }
  .p-energyManagement__point__atenergy__serviceItem figure.u-ico02 {
    margin: 9px 0 0 0;
  }
  .p-energyManagement__point__atenergy__serviceItem figure.u-ico03 {
    margin: 2px 0 0 0;
  }
  .p-energyManagement__point__atenergy__serviceItem figure.u-ico04 {
    margin: 9px 0 0 0;
  }
}
.p-energyManagement__point__atenergy__serviceItem__ttl {
  background: #00885A;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  padding: 2px 4px;
  margin: 0 0 10px;
}
.p-energyManagement__point__atenergy__serviceItem__txt {
  font-size: 1.4rem;
  font-weight: bold;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0;
}
.p-energyManagement__point__atenergy__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 24px 30px;
  margin: 0 0 45px;
  position: relative;
}
.p-energyManagement__point__atenergy__image__ttl {
  width: 232px;
  background: #00885A;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  padding: 2px 4px;
  margin: 0 auto 10px;
  position: absolute;
  top: -1.4rem;
  left: 0;
  right: 0;
}
.p-energyManagement__point__atenergy__intrust {
  background: #fff;
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 48px 30px 38px;
  margin: 0 0 45px;
  position: relative;
}
.p-energyManagement__point__atenergy__intrust__ttl {
  width: 464px;
  background: #00885A;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  padding: 2px 4px;
  margin: 0 auto 10px;
  position: absolute;
  top: -1.4rem;
  left: 0;
  right: 0;
}
.p-energyManagement__point__atenergy__intrust__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-energyManagement__point__atenergy__intrust__inner > div h5 {
  color: #00885A;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 12px;
}
.p-energyManagement__point__atenergy__intrust__inner > div p {
  font-weight: 600;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0 0 12px;
}
.p-energyManagement__point__atenergy__intrust__inner > div p span {
  color: #00885A;
}
.p-energyManagement__point__atenergy__intrust__inner > div.u-sec01 {
  width: 268px;
}
.p-energyManagement__point__atenergy__intrust__inner > div.u-sec01 img {
  display: block;
  padding: 8px 0 0;
}
.p-energyManagement__point__atenergy__intrust__inner > div.u-sec02 {
  width: 208px;
}
.p-energyManagement__point__atenergy__intrust__inner > div.u-sec02 img {
  display: block;
  padding: 8px 0 0;
}
.p-energyManagement__point__atenergy__intrust__inner > div.u-sec03 {
  width: 250px;
}
.p-energyManagement__point__atenergy__intrust__inner > div.u-sec03 h5 {
  margin: 0 0 12px 25px;
}
.p-energyManagement__point__atenergy__intrust__inner > div.u-sec03 p {
  margin: 0 0 12px 25px;
}
.p-energyManagement__point__atenergy__intrust__note {
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .p-energyManagement__content {
    background: url("../img/energyManagement/bg_curcle_pc.png") #fff top center/100% auto repeat-y;
  }
}
@media screen and (max-width: 768px) {
  .p-energyManagement__content {
    padding: 60px 0 85px;
    background: url("../img/energyManagement/bg_curcle_sp.png") #fff top center/100% auto repeat-y;
  }
  .p-energyManagement__anchorWrap {
    width: 100%;
    margin: 40px auto 0;
  }
  .p-energyManagement__anchorBtn {
    margin: 15px auto 0;
  }
  .p-energyManagement__anchorBtn:first-child {
    margin: 0 auto;
  }
  .p-energyManagement__anchorBtn.u-first.c-btn a {
    padding: 1px 56px 1px 46px;
  }
  .p-energyManagement__points {
    margin: 45px auto 0;
  }
  .p-energyManagement__point {
    margin: 40px auto 0;
    padding: 25px 5% 30px;
  }
  .p-energyManagement__point__u01__img01 {
    margin: 12px auto 0;
  }
  .p-energyManagement__point__u01__img02 {
    margin: 25px auto 0;
  }
  .p-energyManagement__point__u01__img03 {
    margin: 30px auto 0;
  }
  .p-energyManagement__point__cases {
    margin: 25px auto 0;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 8px auto;
    grid-template-rows: repeat(2, auto);
    gap: 8px;
  }
  .p-energyManagement__point__cases > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-energyManagement__point__cases > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-energyManagement__point__cases > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-energyManagement__point__cases > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-energyManagement__point__cases__item img {
    width: 100%;
    height: auto;
  }
  .p-energyManagement__point__recruitmentTxt {
    font-size: 1.7rem;
    margin: 30px auto 0;
  }
  .p-energyManagement__point__recruitmentCases {
    margin: 10px auto 0;
  }
  .p-energyManagement__point__recruitmentCases li {
    margin: 12px 0 0;
    font-size: 1.4rem;
  }
  .p-energyManagement__point__recruitmentCases li:first-child {
    margin: 0;
  }
  .p-energyManagement__point__recruitmentDetail {
    margin: 15px auto 0;
  }
  .p-energyManagement__point__tabBtn {
    width: 48%;
    min-height: 76px;
  }
  .p-energyManagement__point__tabBtn.u-atenergy img {
    width: 116px;
    margin: 14px auto 0;
  }
  .p-energyManagement__point__tabBtn.u-show::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }
  .p-energyManagement__point__tabBtn.u-show.u-atenergy::after {
    border-top: 14px solid #DDFFBC;
  }
  .p-energyManagement__point__tabWrap {
    margin: 26px auto 0;
  }
  .p-energyManagement__point__tabContents {
    display: none;
  }
  .p-energyManagement__point__tabContents.u-show {
    display: block;
  }
  .p-energyManagement__point__atenergy {
    padding: 35px 6% 20px;
  }
  .p-energyManagement__point__atenergy__lead {
    font-size: 1.6rem;
  }
  .p-energyManagement__point__atenergy__img {
    width: 100%;
    margin: 0 auto 15px;
  }
  .p-energyManagement__point__atenergy__service {
    display: block;
    margin: 44px auto 45px;
  }
  .p-energyManagement__point__atenergy__serviceItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-row-span: 1;
    grid-row: span 1;
    background: #fff;
    -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    margin: 0 0 20px;
  }
  .p-energyManagement__point__atenergy__serviceItem__inner {
    width: 100%;
    padding: 28px 15px 28px;
  }
  .p-energyManagement__point__atenergy__serviceItem figure {
    width: 113px;
    margin: 0 auto;
  }
  .p-energyManagement__point__atenergy__serviceItem__ttl {
    font-size: 1.4rem;
    padding: 5px 15px;
    margin: 0 0 8px;
  }
  .p-energyManagement__point__atenergy__serviceItem__txt {
    font-size: 1.4rem;
    margin: 0;
  }
  .p-energyManagement__point__atenergy__image {
    padding: 33px 5% 27px;
  }
  .p-energyManagement__point__atenergy__image__ttl {
    width: 80%;
    font-size: 1.4rem;
    top: -1.4rem;
    left: 0;
    right: 0;
  }
  .p-energyManagement__point__atenergy__image img.u-sp {
    width: 100%;
    margin: 0 auto;
  }
  .p-energyManagement__point__atenergy__intrust {
    padding: 56px 5% 15px;
    margin: 0 0 10px;
  }
  .p-energyManagement__point__atenergy__intrust__ttl {
    width: 80%;
    font-size: 1.4rem;
    top: -1.8rem;
    left: 0;
    right: 0;
    line-height: 1.1;
    padding: 10px 8px;
  }
  .p-energyManagement__point__atenergy__intrust__inner {
    display: block;
  }
  .p-energyManagement__point__atenergy__intrust__inner > div {
    margin: 0 0 20px;
  }
  .p-energyManagement__point__atenergy__intrust__inner > div h5 {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
  .p-energyManagement__point__atenergy__intrust__inner > div p {
    font-size: 1.3rem;
    margin: 0 0 5px;
  }
  .p-energyManagement__point__atenergy__intrust__inner > div.u-sec01 {
    width: 100%;
  }
  .p-energyManagement__point__atenergy__intrust__inner > div.u-sec01 img {
    padding: 0;
  }
  .p-energyManagement__point__atenergy__intrust__inner > div.u-sec02 {
    width: 100%;
  }
  .p-energyManagement__point__atenergy__intrust__inner > div.u-sec02 img {
    padding: 0;
  }
  .p-energyManagement__point__atenergy__intrust__inner > div.u-sec03 {
    width: 100%;
  }
  .p-energyManagement__point__atenergy__intrust__inner > div.u-sec03 h5 {
    margin: 0 0 5px;
  }
  .p-energyManagement__point__atenergy__intrust__inner > div.u-sec03 p {
    margin: 0;
  }
  .p-energyManagement__point__atenergy__intrust__note {
    font-size: 1.1rem;
  }
  .p-energyManagement__point__u02__leadAndTxt p {
    font-size: 1.4rem;
    text-align: left;
  }
}
