@charset "UTF-8";

.kv.layerFourth {
  width: calc(100% - 266px);
  height: 28vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .kv.layerFourth {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .kv.layerFourth {
    width: calc(100% - 40px);
    height: 48vw;
  }
}
.kv.kvFuture {
  background: url("/management/future_challenges/img/kv_future.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .kv.kvFuture {
    background: url("/management/future_challenges/img/kv_future_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.kv.kvGeneration {
  background: url("/management/future_challenges/img/kv_next_generation.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .kv.kvGeneration {
    background: url("/management/future_challenges/img/kv_next_generation_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
.kv.kvPicture {
  background: url("/management/future_challenges/img/kv_picture_the_future.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .kv.kvPicture {
    background: url("/management/future_challenges/img/kv_picture_the_future_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.pockethome {
  padding: 60px 0 110px;
}
@media screen and (max-width: 959px) {
  .pockethome {
    padding: 50px 0 70px;
  }
}
.pockethome .thumbnail {
  width: 737px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .pockethome .thumbnail {
    width: 100%;
    max-width: 335px;
  }
}
.pockethomePict:nth-of-type(2) {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .pockethomePict:nth-of-type(2) {
    margin-top: 70px;
  }
}
.pockethomePictContent {
  margin-top: 70px;
}
.pockethomePictContent h2 {
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #0aaadc;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .pockethomePictContent h2.square img {
    margin-top: 17px;
    width: 245px;
  }
}
.pockethomePictContent h2 img {
  margin: 9px auto 0;
}
@media screen and (max-width: 959px) {
  .pockethomePictContent h2 img {
    width: 259px;
  }
}
.pockethomePictContent h2 .text {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
  display: block;
}
@media screen and (max-width: 959px) {
  .pockethomePictContent h2 .text {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
    font-size: 14px;
    line-height: 20px;
  }
}
.pockethomePictContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  .pockethomePictContent ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 5px;
    margin-top: 13px;
  }
}
.pockethomePictContent ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  aspect-ratio: 1/1;
  padding: 55px 16px 18px;
  border: 2px solid #0aaadc;
  border-radius: 55px;
}
@media screen and (max-width: 959px) {
  .pockethomePictContent ul li {
    width: calc((100% - 10px) / 3);
    max-width: 110px;
  }
}
.pockethomePictContent ul li picture {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 45px;
  aspect-ratio: 1/1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pockethomePictContent ul li picture img {
  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: 0 auto;
}
.pockethomePictContent ul li span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #0aaadc;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
}
.pockethomeBlock {
  margin-top: 90px;
}
.pockethomeBlock.square {
  margin-top: 39px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlock.square {
    margin-top: 79px;
  }
}
.pockethomeBlockInner.normal {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockInner.normal {
    margin-top: -48px;
  }
}
.pockethomeBlockInner.normal .comment {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockInner.normal .comment {
    margin-top: 20px;
  }
}
.pockethomeBlockInner.normal .comment span {
  display: block;
  padding-left: 1rem;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-indent: -1rem;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockInner.normal .comment span {
    font-size: 13px;
    line-height: 23px;
  }
}
.pockethomeBlockInner.normal .comment span:not(:first-child) {
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockInner.normal .comment span:not(:first-child) {
    margin-top: 8px;
  }
}
.pockethomeBlockHead {
  position: relative;
  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;
  min-height: 118px;
  padding: 28px 32px;
  background-color: #0aaadc;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockHead {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 959px) {
  .pockethomeBlockHead.cnt01 {
    margin-top: 86px;
    padding-top: 78px;
  }
}
@media screen and (max-width: 768px) {
  .pockethomeBlockHead.cnt01 {
    padding-top: 108px;
  }
}
.pockethomeBlockHead.cnt01 figure {
  bottom: 3px;
  right: 18px;
  width: 127px;
  height: 194px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockHead.cnt01 figure {
    bottom: inherit;
    top: -58px;
    right: 50%;
    width: 85px;
    height: 157px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 959px) {
  .pockethomeBlockHead.cnt02 {
    margin-top: 128px;
    padding-top: 76px;
  }
}
@media screen and (max-width: 768px) {
  .pockethomeBlockHead.cnt02 {
    padding-top: 183px;
  }
}
.pockethomeBlockHead.cnt02 figure {
  right: 9px;
  width: 198px;
  height: 214px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockHead.cnt02 figure {
    bottom: inherit;
    top: -58px;
    right: 50%;
    width: 121px;
    height: 221px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 959px) {
  .pockethomeBlockHead.cnt03 {
    margin-top: 70px;
    padding-top: 76px;
  }
}
.pockethomeBlockHead.cnt03 figure {
  bottom: 6px;
  width: 219px;
  height: 157px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockHead.cnt03 figure {
    bottom: inherit;
    top: -62px;
    right: 50%;
    width: 201px;
    height: 125px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.pockethomeBlockHead .head {
  font-family: "Noto Sans JP";
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockHead .head {
    font-size: 18px;
    line-height: 30px;
  }
}
.pockethomeBlockHead figure {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pockethomeBlockData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 25px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockData {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}
.pockethomeBlockData .column {
  width: calc((100% - 24px) / 2);
  border: 1px solid #0aaadc;
  padding: 35px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockData .column {
    width: 100%;
    padding: 27px 20px 20px;
  }
}
.pockethomeBlockData .column .head {
  text-align: center;
}
.pockethomeBlockData .column .head picture {
  width: 48px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockData .column .head picture {
    width: 44px;
  }
}
.pockethomeBlockData .column .head span.text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #0aaadc;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockData .column .head span.text {
    display: block;
    margin-top: 4px;
    font-size: 16px;
  }
}
.pockethomeBlockData .column ul {
  margin-top: 24px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockData .column ul {
    margin-top: 27px;
  }
}
.pockethomeBlockData .column ul li {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockData .column ul li {
    padding-left: 17px;
    font-size: 14px;
    line-height: 26px;
  }
}
.pockethomeBlockData .column ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url("/management/future_challenges/img/ico_pockethome_data_fukidashi.svg");
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockData .column ul li::before {
    top: 6px;
    width: 14px;
    height: 14px;
  }
}
.pockethomeBlockData .column ul li:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlockData .column ul li:not(:first-child) {
    margin-top: 12px;
  }
}
.pockethomeBlockData .column ul li mark {
  color: #e21616;
}
.pockethomeBlock .button-set {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlock .button-set {
    margin-top: 30px;
  }
}
.pockethomeBlock .button-set .button {
  max-width: 488px;
  height: 60px;
}
@media screen and (max-width: 959px) {
  .pockethomeBlock .button-set .button {
    height: 66px;
  }
}

.contract {
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  .contract {
    padding: 70px 0 80px;
  }
}
.contract .underHead .sub {
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .contract .underHead .sub {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.06em;
  }
}
.contract .underHead .ja {
  margin-top: 9px;
  font-size: 32px;
  line-height: 46px;
}
@media screen and (max-width: 768px) {
  .contract .underHead .ja {
    margin-top: 5px;
    font-size: 27px;
    line-height: 39px;
  }
}
.contractBlock {
  margin-top: 71px;
}
@media screen and (max-width: 768px) {
  .contractBlock {
    margin-top: 50px;
  }
}
.contractBlockInner.normal {
  margin-top: 168px;
}
.contractBlockInner.normal .comment {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .contractBlockInner.normal .comment {
    margin-top: 20px;
  }
}
.contractBlockInner.normal .comment span {
  display: block;
  padding-left: 1rem;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-indent: -1rem;
}
@media screen and (max-width: 959px) {
  .contractBlockInner.normal .comment span {
    font-size: 13px;
    line-height: 23px;
  }
}
.contractBlockInner.normal .comment span:not(:first-child) {
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .contractBlockInner.normal .comment span:not(:first-child) {
    margin-top: 8px;
  }
}
.contractBlockHead {
  position: relative;
  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;
  min-height: 86px;
  padding: 42px 32px;
  background-color: #0aaadc;
}
@media screen and (max-width: 768px) {
  .contractBlockHead {
    padding: 12px 32px;
  }
}
.contractBlockHead .head {
  font-family: "Noto Sans JP";
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .contractBlockHead .head {
    font-size: 18px;
  }
}
.contractBlockHead figure {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contractBlockHead figure.cnt01 {
  bottom: 3px;
  right: 18px;
  width: 127px;
  height: 194px;
}
.contractBlockHead figure.cnt02 {
  right: 9px;
  width: 198px;
  height: 214px;
}
.contractBlockHead figure.cnt03 {
  bottom: 6px;
  width: 219px;
  height: 157px;
}
.contractBlockData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .contractBlockData {
    margin-top: 22px;
  }
}
.contractBlockData .column {
  width: 100%;
  border: 1px solid #0aaadc;
  background-color: #fff;
  padding: 37px 66px 82px;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column {
    padding: 35px 20px 58px;
  }
}
.contractBlockData .column .head {
  text-align: center;
}
.contractBlockData .column .head picture {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  display: block;
}
.contractBlockData .column .head span.text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #0aaadc;
  font-weight: 400;
}
.contractBlockData .column .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .circle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 13px;
  }
}
.contractBlockData .column .circle li {
  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;
  width: calc((100% - 72px) / 4);
  aspect-ratio: 1/1;
  border: 4px solid #0aaadc;
  border-radius: 300px;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .circle li {
    width: calc((100% - 13px) / 2);
    max-width: 140px;
  }
}
.contractBlockData .column .circle li span.text {
  color: #0aaadc;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .circle li span.text {
    font-size: 15px;
    line-height: 20px;
  }
}
.contractBlockData .column .merit {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .merit {
    margin-top: 45px;
  }
}
.contractBlockData .column .merit h4 {
  text-align: center;
}
.contractBlockData .column .merit h4 span {
  line-height: 48px;
  font-size: 22px;
  display: inline;
  border-bottom: 1px solid #0aaadc;
  color: #0aaadc;
  padding-bottom: 4px;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .merit h4 span {
    font-size: 19px;
    line-height: 38px;
  }
}
.contractBlockData .column .merit ul {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .merit ul {
    margin-top: 26px;
  }
}
.contractBlockData .column .merit ul li {
  position: relative;
  padding-left: 20px;
  line-height: 30px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .merit ul li {
    padding-left: 17px;
    font-size: 14px;
    line-height: 26px;
  }
}
.contractBlockData .column .merit ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url("/management/future_challenges/img/ico_pockethome_data_fukidashi.svg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .merit ul li::before {
    top: 6px;
    width: 14px;
    height: 14px;
  }
}
.contractBlockData .column .merit ul li:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .merit ul li:not(:first-child) {
    margin-top: 12px;
  }
}
.contractBlockData .column .merit ul li mark {
  color: #e21616;
}
.contractBlockData .column .pict p.text {
  margin-top: 61px;
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .pict p.text {
    margin-top: 50px;
    font-size: 18px;
  }
}
.contractBlockData .column .pict p.text:first-child {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .pict p.text:first-child {
    margin-top: 30px;
  }
}
.contractBlockData .column .pict figure {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .pict figure {
    margin-top: 12px;
    padding: 0 4px;
  }
}
.contractBlockData .column .pict figure img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contractBlockData .column .pict figure img {
    max-width: 285px;
    width: 100%;
  }
}
.contractBlockInHead {
  margin-top: 98px;
  font-size: 28px;
  color: #0aaadc;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contractBlockInHead {
    margin-top: 58px;
    font-size: 23px;
  }
}
.contractBlock .button-set {
  margin-top: 40px;
}
.contractBlock .button-set .button {
  max-width: 488px;
  height: 60px;
}

.policy .button-set .button {
  max-width: 318px;
  height: 60px;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .policy .button-set .button {
    margin-top: 40px;
    width: calc(100% - 76px);
    height: 42px;
  }
}
.policy .button-set .button span.back {
  background-color: #fff;
  width: calc(100% - 2px);
  margin: 1px auto;
  height: calc(100% - 2px);
  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;
  border-radius: 42px;
  padding-right: 31px;
  padding-right: 51px;
  padding-left: 20px;
}

.policySection {
  margin-top: 110px;
  padding: 113px 0 110px;
}
@media screen and (max-width: 768px) {
  .policySection {
    margin-top: 70px;
    padding: 82px 0 44px;
  }
}
@media screen and (min-width: 769px) {
  .policySection .underHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.policySection .underHead span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .policySection .underHead span {
    font-size: 27px;
  }
}
.policySection .underHead .en img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.policySection .underHead .ja {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .policySection .underHead .ja {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.policy .underHead.side {
  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;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  .policy .underHead.side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px 15px;
  }
}
.policy .underHead.side .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9px;
}
.policy .underHead.side .ja {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .policy .underHead.side .ja {
    margin-top: 2px;
    font-size: 27px;
    letter-spacing: 0.07em;
  }
}
.policyMidd {
  margin-top: 66px;
}
@media screen and (max-width: 768px) {
  .policyMidd {
    margin-top: 37px;
  }
}
.policyMidd img {
  margin: 0 auto;
  width: 222px;
}
@media screen and (max-width: 768px) {
  .policyMidd img {
    width: 178px;
  }
}
.policyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .policyList {
    margin-top: 37px;
    gap: 33px;
  }
}
.policyList div {
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .policyList div {
    width: 100%;
  }
}
.policyList div dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 32px;
  background-color: #0aaadc;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .policyList div dt {
    padding: 11px 20px 11px 60px;
  }
}
.policyList div dt figure {
  width: 40px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .policyList div dt figure {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .policyList div dt span {
    display: block;
    width: 100%;
    padding-left: 6px;
  }
}
.policyList div dt span.en {
  margin-left: 10px;
  font-family: "Barlow Condensed";
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.07em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .policyList div dt span.en {
    margin: 4px 0 0 0;
    font-size: 13px;
  }
}
.policyList div dt span.ja {
  margin-left: 8px;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .policyList div dt span.ja {
    margin-left: 0;
    font-size: 18px;
    line-height: 23px;
  }
}
.policyList div dd {
  padding: 32px 28px 32px 40px;
}
@media screen and (max-width: 768px) {
  .policyList div dd {
    padding: 20px 24px;
  }
}
.policyList div dd h3 {
  font-family: "Noto Sans JP";
  color: #0aaadc;
  font-size: 20px;
  text-align: left;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .policyList div dd h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.policyList div dd ul {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .policyList div dd ul {
    margin-top: 9px;
  }
}
.policyList div dd ul li {
  position: relative;
  padding-left: 12px;
  line-height: 30px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .policyList div dd ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.policyList div dd ul li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .policyList div dd ul li:not(:first-child) {
    margin-top: 8px;
  }
}
.policyList div dd ul li::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #2e2e2e;
}
@media screen and (max-width: 768px) {
  .policyList div dd ul li::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
}

.serviceInfo {
  padding: 97px 0 110px;
}
@media screen and (max-width: 768px) {
  .serviceInfo {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .serviceInfo .underHead.isLeft {
    text-align: left;
  }
}
.serviceInfo .underHead span {
  font-size: 27px;
  line-height: 46px;
}
@media screen and (max-width: 768px) {
  .serviceInfo .underHead span {
    font-size: 23px;
    line-height: 40px;
  }
}
.serviceInfoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 20px;
  margin-top: 58px;
}
@media screen and (max-width: 1100px) {
  .serviceInfoList {
    gap: 41px 24px;
  }
}
.serviceInfoList li {
  position: relative;
  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;
  width: calc((100% - 60px) / 4);
  padding: 59px 12px 28px;
  background-color: #0aaadc;
  border-radius: 8px;
}
@media screen and (max-width: 1100px) {
  .serviceInfoList li {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .serviceInfoList li {
    width: calc((100% - 24px) / 2);
    min-height: 140px;
    padding: 48px 0 18px;
  }
}
.serviceInfoList li figure {
  position: absolute;
  top: -20px;
  left: 50%;
  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;
  width: 70px;
  aspect-ratio: 1/1;
  border: 4px solid #0aaadc;
  border-radius: 70px;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .serviceInfoList li figure {
    width: 64px;
  }
}
.serviceInfoList li figure img {
  width: 45px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .serviceInfoList li figure img {
    width: 40px;
    aspect-ratio: 1/1;
  }
}
.serviceInfoList li span {
  display: block;
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .serviceInfoList li span {
    font-size: 16px;
    line-height: 25px;
  }
}
.serviceInfo .button-set .button {
  max-width: 318px;
  height: 60px;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .serviceInfo .button-set .button {
    margin-top: 40px;
    width: calc(100% - 76px);
    height: 42px;
  }
}
.serviceInfo .button-set .button span.back {
  background-color: #fff;
  width: calc(100% - 2px);
  margin: 1px auto;
  height: calc(100% - 2px);
  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;
  border-radius: 42px;
  padding-right: 31px;
  padding-right: 31px;
  padding-left: 20px;
}

br.is--service {
  display: inline;
}
@media screen and (max-width: 1050px) {
  br.is--service {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.is--service {
    display: none;
  }
}

.future {
  margin-top: 117px;
  padding: 100px 0 110px;
}
@media screen and (max-width: 768px) {
  .future {
    margin-top: 70px;
    padding: 64px 0 70px;
  }
}
.future .underHead {
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .future .underHead {
    margin-top: 43px;
  }
}
.future .underHead.second {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .future .underHead.second {
    margin-top: 56px;
  }
}
.future .underHead.second span.ja {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .future .underHead.second span.ja {
    font-size: 24px;
    line-height: 40px;
  }
}
.future .underHead span.ja {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .future .underHead span.ja {
    margin-top: 2px;
  }
}
.future .underHead span img {
  margin: 0 auto;
}
.future .underComment {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .future .underComment {
    margin-top: 16px;
  }
}
.future .underComment li {
  padding-left: 1.8rem;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-indent: -1.8rem;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .future .underComment li {
    font-size: 13px;
    line-height: 23px;
    margin-top: 6px;
    text-indent: -1.6rem;
    padding-left: 1.6rem;
  }
}
.future .underComment li span {
  padding-right: 6px;
}
@media screen and (max-width: 768px) {
  .future .underComment li span {
    padding-right: 3px;
  }
}
.futureMidd img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .futureMidd img {
    width: 185px;
  }
}
.futureMovie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 44px;
  margin-top: 42px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .futureMovie {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 13px 0;
    margin-top: 25px;
  }
}
.futureMovieLeft {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .futureMovieLeft {
    width: 100%;
  }
}

.flexSection {
  padding: 104px 0 110px;
}
@media screen and (max-width: 768px) {
  .flexSection {
    padding: 70px 0 80px;
  }
}
.flexList {
  margin-top: 0;
}
.flexList.double li {
  width: calc((100% - 40px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .flexList.double li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .flexList.double li {
    width: 100%;
  }
}