@charset "UTF-8";
:root {
  --txtBase: #212029;
  --txtGray: #6c6971;
  --gray: #ccc;
  --lightGray: #f2f2f2;
  --purple: #b06bbe;
  --lightPurple: #f8eafa;
  --red: #e28477;
  --lightRed: #fdefed;
  --blue: #4c86c5;
  --lightBlue: #e7f4fa;
  --gold: #9d7900;
  --lightGold: #fcfcdd;
  --green: #5db15b;
  --lightGreen: #edfded;
  --orange: #e5821c;
  --lightOrange: #fcf5e7;
  --productBorderLightPurple: #eccef0;
  --productBgLightPurple: #fefaff;
  --productBlue: #4580C2;
  --productGray: #484848;
  --productLightGray: #fcfcfc;
  --productBorderGray: #d7d7d7;
}

.pageHeader {
  padding-bottom: 60px;
  border-bottom: 1px solid #6c6971;
  margin-bottom: 100px;
}

.singlePageSubTitle {
  font-size: 22px;
  letter-spacing: 1.03px;
  line-height: 33px;
  color: #5db15b;
  margin-bottom: 42px;
  padding: 13px 23px;
  background: #edfded;
  position: relative;
}

.singlePageSubTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 32px;
  background: #5db15b;
}

.commonTitleGreen {
  color: #5db15b;
}

.commonTitleGreen::before {
  border: 4px solid #5db15b;
}

.earthTitleArea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.earthTitleLeft {
  display: flex;
  align-items: center;
  margin-right: 108px;
}

.earthTitleLeft img {
  width: 350px;
}

.earthTitleRight {
  width: calc(100% - 458px);
}

.earthTitleSub {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.83px;
  color: #5db15b;
  padding-left: 23px;
  margin-bottom: 20px;
}

.earthTitleSub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid #5db15b;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
}

.earthTitle {
  font-size: 26px;
  line-height: 46px;
  letter-spacing: 1.22px;
  color: #5db15b;
  margin-bottom: 40px;
}

.earthTitleText {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.45px;
  line-height: 36px;
  margin-bottom: 60px;
}

.earthTitleLinkArea {
  display: flex;
  justify-content: start;
  margin-bottom: 50px;
}

/*------------------------------------------
  FCN-LPGバナー
------------------------------------------*/
.earthTitleLinkArea_fcn {
  display: block;
  max-width: 428px;
  width: 100%;
  position: relative;
}

.earthTitleLinkArea_fcn::before {
  content: "";
  background-color: rgba(33, 32, 41, 0);
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.earthTitleLinkArea_fcn:hover::before {
  background-color: rgba(33, 32, 41, 0.05);
}

.earthTitleLinkArea_fcn img {
  width: 100%;
}

.earthTitleLinkArea_fcn {
  font-size: 10px;
}

@media screen and (max-width: 1024px) {
  .earthTitleArea {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 67px;
  }
  .earthTitleLeft {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .earthTitleRight {
    width: 100%;
  }
}
/* earthContent1 */
.earthContent1 {
  margin-bottom: 125px;
}

.earthContent1SubText {
  font-size: 15px;
  letter-spacing: 0.45px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 120px;
}

.earthContent1Wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 20px;
}

.earthContent1Wrap > div {
  width: calc(50% - 10px);
  background: #f2f2f2;
  position: relative;
  padding: 73px 40px 50px;
}

.earthContent1BlockIcon {
  display: flex;
  align-items: center;
  position: absolute;
  width: 90px;
  height: 90px;
  background: #5db15b;
  border-radius: 50%;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}

.earthContent1BlockTitle {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 1.2px;
  color: #5db15b;
  margin-bottom: 28px;
  text-align: center;
}

.lifelineContent1BlockList {
  padding-left: 16px;
  list-style-type: disc;
  list-style-position: outside;
  color: #5db15b;
}

.lifelineContent1BlockList li {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.9px;
  font-weight: 300;
}

.lifelineContent1BlockList li span {
  color: #212029;
}

.lifelineContent1BlockList li:not(:last-child) {
  margin-bottom: 15px;
}

.earthContent1SubContent {
  max-width: 940px;
  margin: auto;
  border-radius: 12px;
  border: 1px solid #5db15b;
  text-align: center;
  padding: 50px 25px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.2px;
  line-height: 36px;
}

.earthContent1SubContent > .bold {
  font-weight: 400;
}

.earthContent1SubContent > .green {
  color: #5db15b;
  font-weight: 400;
}

/* earthContent2 */
.earthContent2 {
  margin-bottom: 117px;
}

.earthContent5SubText {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.45px;
  line-height: 30px;
  margin-bottom: 42px;
}

.earthContent2LinkArea {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

/*------------------------------------------
  FCN-LPGバナー
------------------------------------------*/
.earthContent2LinkArea_fcn {
  display: block;
  max-width: 680px;
  width: 100%;
  position: relative;
}

.earthContent2LinkArea_fcn::before {
  content: "";
  background-color: rgba(33, 32, 41, 0);
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.earthContent2LinkArea_fcn:hover::before {
  background-color: rgba(33, 32, 41, 0.05);
}

.earthContent2LinkArea_fcn img {
  width: 100%;
}

.earthContent2LinkArea_fcn {
  font-size: 10px;
}

.bannerLinkText {
  margin-right: 15px;
}

.bannerLinkImg {
  margin-top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bannerLinkImg img {
  width: 14px;
}

.earthContent2Main {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.earthContent2MainBlock {
  flex: 1;
  border-radius: 12px;
  border: 1px solid #5db15b;
  padding: 30px;
}

.earthContent2MainIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  text-align: center;
}

.earthContent2MainIcon img {
  width: 120px;
}

.earthContent2MainTitle {
  font-size: 18px;
  letter-spacing: 1.08px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 17px;
}

.lifelineContent5MainRowRightText {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 26px;
}

@media screen and (max-width: 1024px) {
  .earthContent2MainBlock {
    flex-basis: calc(50% - 22.5px);
    max-width: calc(50% - 22.5px);
  }
}
/* case */
.caseTitle {
  margin-bottom: 33px;
}

.case {
  padding-bottom: 118px;
}

@media screen and (max-width: 768px) {
  .pageHeader {
    padding-bottom: 47px;
    margin-bottom: 73px;
  }
  .singlePageSubTitle {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.85px;
    padding: 8px 10px 8px 13px;
    margin-bottom: 40px;
  }
  .singlePageSubTitle::before {
    height: 73%;
  }
  .earthTitle {
    font-size: 24px;
    letter-spacing: 1.25px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .earthTitleText {
    font-size: 12px;
    letter-spacing: 0.29px;
    line-height: 26px;
  }
  .earthTitleLeft {
    margin-bottom: 30px;
  }
  .earthTitleLeft img {
    width: 100%;
  }
  .earthContent1 {
    margin-bottom: 70px;
  }
  .earthContent1SubText {
    font-size: 12px;
    letter-spacing: 0.29px;
    line-height: 26px;
    margin-bottom: 80px;
  }
  .earthContent1Wrap {
    flex-direction: column;
    gap: 75px;
  }
  .earthContent1Wrap > div {
    padding: 73px 20px 30px 20px;
    width: 100%;
  }
  .earthContent1BlockTitle {
    font-size: 17px;
    letter-spacing: 0.8px;
    line-height: 27px;
    margin-bottom: 18px;
  }
  .lifelineContent1BlockList li {
    font-size: 12px;
    letter-spacing: 0.2px;
  }
  .lifelineContent1BlockList li:not(:last-child) {
    font-size: 12px;
    letter-spacing: 0.29px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .earthContent1SubContent {
    padding: 32px 20px 32px 20px;
    font-size: 18px;
  }
  .earthContent2 {
    margin-bottom: 75px;
  }
  .earthContent5SubText {
    font-size: 12px;
    letter-spacing: 0.29px;
    line-height: 26px;
    margin-bottom: 22px;
  }
  .earthContent2LinkArea {
    margin-bottom: 60px;
  }
  .bannerLinkText {
    font-size: 10px;
  }
  .earthContent2Main {
    flex-direction: column;
    gap: 30px;
  }
  .lifelineContent5MainRowRightText {
    font-size: 12px;
    letter-spacing: 0.29px;
    line-height: 26px;
  }
  .earthContent2MainBlock {
    flex-basis: 100%;
    max-width: 100%;
    padding: 30px 20px 30px 20px;
  }
}