@charset "UTF-8";
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #444;
  font-size: 0;
  font-family: "BIZ UDPGothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.sec_inner {
  width: 100%;
  max-width: 1335px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec_inner {
    padding: 0 20px;
  }
}

a {
  color: #444;
  text-decoration: none;
}

.page_path {
  background: #F8F8F8;
  padding: 10px 0;
}
.page_path .inner {
  width: 100%;
  max-width: 1275px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.page_path ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 31px;
}
.page_path ul li {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}
.page_path ul li:not(:last-child) {
  position: relative;
}
.page_path ul li:not(:last-child)::before {
  content: "";
  width: 4px;
  height: 8px;
  background-image: url(/assets/images/inv/common/icon_breadcrumbs.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_path ul li:not(:last-child) a {
  color: #000;
  text-decoration: underline;
}

#page .container main {
  max-width: none;
}

#contents {
  line-height: 1.5;
  max-width: none;
}

.hdg2 {
  color: #2E8208;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .hdg2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

/* ---------------------------

中期経営計画

--------------------------- */
.plan .hdg1 {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
@media (max-width: 767px) {
  .plan .hdg1 {
    font-size: 1.6rem;
  }
}
.plan .hdg1_wrap {
  background: #2E8208;
  padding: 53px 0;
}
@media (max-width: 767px) {
  .plan .hdg1_wrap {
    padding: 26px 0;
  }
}
.plan section#anc01::before, .plan section#anc02::before, .plan section#anc03::before, .plan section#anc04::before {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .plan section#anc01::before, .plan section#anc02::before, .plan section#anc03::before, .plan section#anc04::before {
    height: 80px;
    margin-top: -80px;
  }
}
.plan section + section {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .plan section + section {
    margin-top: 40px;
  }
}
.plan section .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.plan section .btn a {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  border: 1px solid #2E8208;
  border-radius: 50px;
  padding: 5px 30px 5px 15px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .plan section .btn a {
    font-size: 1.2rem;
  }
}
.plan section .btn a::before {
  content: "";
  background-image: url(/assets/images/inv/common/icon_arrow_link.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.plan section.sec01 {
  margin-top: 63px;
}
@media (max-width: 767px) {
  .plan section.sec01 {
    margin-top: 32px;
  }
}
.plan section.sec01 .box {
  background: #FBF7EF;
  border-radius: 10px;
  max-width: 840px;
  width: 100%;
  padding: 50px 70px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .plan section.sec01 .box {
    padding: 10px;
  }
}
.plan section.sec01 .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item {
    gap: 5px;
    margin-bottom: 5px;
    padding-left: calc((100% - 320px) / 2);
  }
}
.plan section.sec01 .list_item:first-child {
  gap: 13px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item:first-child {
    gap: 7px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item:first-child .list_item_left {
    min-width: 105px;
  }
}
.plan section.sec01 .list_item:first-child .list_item_right {
  gap: 96px;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item:first-child .list_item_right {
    gap: 20px;
  }
}
.plan section.sec01 .list_item:not(:first-child) {
  border-bottom: 1px dashed #D6D6D6;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item:nth-child(5) {
    margin-bottom: 3px;
  }
}
.plan section.sec01 .list_item:nth-child(6) .list_item_left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item:nth-child(6) .list_item_left .cashflow {
    padding: 2px 10px;
  }
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item:nth-child(6) .list_item_left .text {
    line-height: 1.2;
  }
}
.plan section.sec01 .list_item:last-child {
  margin-bottom: 0;
}
.plan section.sec01 .list_item_left {
  min-width: 200px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item_left {
    min-width: 113px;
  }
}
.plan section.sec01 .list_item_left_wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item_left_wrap {
    gap: 0;
  }
}
.plan section.sec01 .list_item_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 90px;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item_right {
    gap: 0 10px;
  }
}
.plan section.sec01 .list_item_title {
  font-size: 2.4rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item_title {
    font-size: 1.2rem;
  }
}
.plan section.sec01 .list_item_result {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  min-width: 150px;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item_result {
    font-size: 1rem;
    min-width: 85px;
  }
}
@media screen and (max-width: 365px) {
  .plan section.sec01 .list_item_result {
    min-width: 60px;
  }
}
.plan section.sec01 .list_item_result.red {
  position: relative;
}
.plan section.sec01 .list_item_result.red::before {
  content: "";
  width: 12px;
  height: 21px;
  background-image: url(/assets/images/inv/common/icon_arrow_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 18px;
  left: -57px;
}
@media (max-width: 767px) {
  .plan section.sec01 .list_item_result.red::before {
    width: 10px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -15px;
  }
}
@media screen and (max-width: 365px) {
  .plan section.sec01 .list_item_result.red::before {
    left: -10px;
  }
}
.plan section.sec01 .green {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: #2E8208;
  border-radius: 50px;
  padding: 2px 20px;
  text-align: center;
  width: 190px;
}
@media (max-width: 767px) {
  .plan section.sec01 .green {
    font-size: 1.2rem;
    padding: 0 10px;
    width: 110px;
  }
}
.plan section.sec01 .green.cashflow {
  font-size: 1.3rem;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .plan section.sec01 .green.cashflow {
    font-size: 1rem;
    height: auto;
    line-height: 1.05;
  }
}
.plan section.sec01 .num {
  font-size: 4.8rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .plan section.sec01 .num {
    font-size: 2.4rem;
    margin-right: 0;
    word-break: break-all;
  }
}
.plan section.sec01 .red {
  color: #CD3819;
  font-weight: 700;
}
.plan section.sec01 .text {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .plan section.sec01 .text {
    font-size: 1rem;
    bottom: 0;
    left: 16px;
  }
}
.plan section.sec02 a {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .plan section.sec02 a {
    width: 100%;
    max-width: 405px;
  }
}
.plan section.sec02 .box {
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  padding: 29px 30px 55px;
  text-align: center;
  height: 100%;
}
@media (max-width: 767px) {
  .plan section.sec02 .box {
    padding: 15px 15px 28px;
  }
}
.plan section.sec02 .box_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .plan section.sec02 .box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.plan section.sec02 .box .point {
  color: #CD3819;
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .plan section.sec02 .box .point {
    font-size: 2rem;
  }
}
.plan section.sec02 .box .point_text01 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .plan section.sec02 .box .point_text01 {
    font-size: 2rem;
  }
}
.plan section.sec02 .box .point_text02 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .plan section.sec02 .box .point_text02 {
    font-size: 1.4rem;
  }
}
.plan section.sec02 .box:nth-child(2) .point, .plan section.sec02 .box:nth-child(4) .point {
  margin-left: 15px;
}
.plan section.sec03 img {
  display: block;
  max-width: 1243px;
  width: 100%;
  margin: 0 auto;
}
.plan section.sec03 .box_wrap {
  margin-top: 34px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_wrap {
    margin-top: 17px;
  }
}
.plan section.sec03 .box_top {
  color: #FFF;
  background: #D61F29;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 42px 0 36px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_top {
    padding: 21px 0 18px;
  }
}
.plan section.sec03 .box_top_title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_top_title {
    font-size: 1.8rem;
  }
}
.plan section.sec03 .box_top_text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_top_text {
    font-size: 1.4rem;
  }
}
.plan section.sec03 .box_bottom {
  background: #FBF7EF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 31px 40px 41px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom {
    padding: 11px 20px 25px;
  }
}
.plan section.sec03 .box_bottom_bg {
  background: #FFF;
  border-radius: 8px;
  padding: 52px 38px 59px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_bg {
    padding: 26px 19px 29px;
  }
}
.plan section.sec03 .box_bottom_bg.green {
  padding: 45px 38px 60px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_bg.green {
    padding: 26px 19px 29px;
  }
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_title {
  color: #2E8208;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_bg.green .box_bottom_title {
    margin-bottom: 24px;
  }
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item {
  border: 1px solid #2E8208;
  max-width: 642px;
  width: 100%;
  max-height: 501px;
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item_title {
  background: rgba(46, 130, 8, 0.13);
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item_list {
  max-width: 367px;
  width: 100%;
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item_list li::before {
  background: #2E8208;
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item_list li:not(:first-child) {
  font-size: 1.2rem;
  padding-left: 16px;
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item_list li:not(:first-child)::before {
  background: #444;
  width: 10px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item_list li:not(:first-child) + li {
  margin-top: 5px;
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item_gray_flex {
  gap: 30px !important;
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item_gray_left::before {
  background-image: url(/assets/images/inv/common/icon_arrow_green.svg);
  right: -36px !important;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_bg.green .box_bottom_item_gray_left::before {
    right: -28px !important;
  }
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item_gray_right .box_bottom_item_gray_text {
  background: #128020;
}
.plan section.sec03 .box_bottom_bg.green .box_bottom_item_gray_right .box_bottom_item_gray_result {
  color: #128020;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_bg.green .box_bottom_item_gray_right .box_bottom_item_gray_result {
    padding-left: 0;
  }
}
.plan section.sec03 .box_bottom_bg + .box_bottom_bg {
  margin-top: 28px;
}
.plan section.sec03 .box_bottom_title {
  color: #CD3819;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.plan section.sec03 .box_bottom_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 23px 20px;
}
@media screen and (max-width: 1125px) {
  .plan section.sec03 .box_bottom_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.plan section.sec03 .box_bottom_item {
  border: 1px solid #D61F29;
  border-radius: 8px;
  width: calc((100% - 20px) / 2);
  max-width: 530px;
  min-height: 468px;
  overflow: hidden;
}
@media screen and (max-width: 1125px) {
  .plan section.sec03 .box_bottom_item {
    width: 100%;
    max-width: 642px;
    min-height: auto;
  }
}
.plan section.sec03 .box_bottom_item_title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: rgba(205, 56, 25, 0.13);
  text-align: center;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_title {
    font-size: 1.6rem;
    padding: 12px;
  }
}
.plan section.sec03 .box_bottom_item_bg {
  background: #FFF;
  padding: 26px 25px 35px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_bg {
    padding: 13px 12px 17px;
  }
}
.plan section.sec03 .box_bottom_item_text {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_text {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
}
.plan section.sec03 .box_bottom_item_list {
  max-width: 409px;
  width: 100%;
  margin: 0 auto;
}
.plan section.sec03 .box_bottom_item_list li {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  padding-left: 13px;
  position: relative;
}
.plan section.sec03 .box_bottom_item_list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #D61F29;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.plan section.sec03 .box_bottom_item_list li + li {
  margin-top: 10px;
}
.plan section.sec03 .box_bottom_item_gray {
  background: #F8F8F8;
  border-radius: 85px;
  padding: 20px 10px 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_gray {
    padding: 10px 5px;
  }
}
.plan section.sec03 .box_bottom_item_gray_title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 11px;
  text-align: center;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_gray_title {
    font-size: 1.2rem;
  }
}
.plan section.sec03 .box_bottom_item_gray_title span {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_gray_title span {
    font-size: 0.8rem;
  }
}
.plan section.sec03 .box_bottom_item_gray_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_gray_flex {
    gap: 20px;
  }
}
.plan section.sec03 .box_bottom_item_gray_left, .plan section.sec03 .box_bottom_item_gray_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.plan section.sec03 .box_bottom_item_gray_left {
  position: relative;
}
.plan section.sec03 .box_bottom_item_gray_left::before {
  content: "";
  width: 13px;
  height: 22px;
  background-image: url(/assets/images/inv/common/icon_arrow_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_gray_left::before {
    height: 10px;
    right: -20px;
  }
}
.plan section.sec03 .box_bottom_item_gray_right {
  margin: 0 6px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_gray_right {
    margin: 0;
  }
}
.plan section.sec03 .box_bottom_item_gray_text {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: #444;
  border-radius: 50px;
  padding: 2px 15px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_gray_text {
    font-size: 1rem;
    padding: 2px 10px;
  }
}
.plan section.sec03 .box_bottom_item_gray_text.red {
  background: #D61F29;
}
.plan section.sec03 .box_bottom_item_gray_result {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_gray_result {
    font-size: 1.2rem;
  }
}
.plan section.sec03 .box_bottom_item_gray_result.red {
  color: #D61F29;
}
.plan section.sec03 .box_bottom_item_gray_result .num {
  font-size: 4.4rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item_gray_result .num {
    font-size: 1.6rem;
  }
}
.plan section.sec03 .box_bottom_item:last-child .box_bottom_item_gray_flex {
  gap: 65px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item:last-child .box_bottom_item_gray_flex {
    gap: 20px;
  }
}
.plan section.sec03 .box_bottom_item:last-child .box_bottom_item_gray_left::before {
  right: -45px;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item:last-child .box_bottom_item_gray_left::before {
    right: -20px;
  }
}
.plan section.sec03 .box_bottom_item:last-child .box_bottom_item_gray_right {
  margin: 0;
}
.plan section.sec03 .box_bottom_item:last-child .box_bottom_item_gray_right .box_bottom_item_gray_result {
  translate: 0.75em;
}
@media (max-width: 767px) {
  .plan section.sec03 .box_bottom_item:last-child .box_bottom_item_gray_right .box_bottom_item_gray_result {
    translate: 0em;
  }
}
.plan section.sec03 .box_bottom_item .underline {
  text-decoration: underline;
  -webkit-text-decoration-color: #D61F29;
          text-decoration-color: #D61F29;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.plan section.sec04 .text {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  padding-right: 27px;
}
@media (max-width: 767px) {
  .plan section.sec04 .text {
    font-size: 1.2rem;
  }
}
.plan section.sec04 img {
  display: block;
  max-width: 1161px;
  width: 100%;
  margin: -15px auto 0;
}
@media (max-width: 767px) {
  .plan section.sec04 img {
    margin-top: 0;
  }
}
.plan section.sec05 .function_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 41px 20px;
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .plan section.sec05 .function_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.plan section.sec05 .function_wrap {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .plan section.sec05 .function_wrap {
    width: 100%;
  }
}
.plan section.sec05 .function_title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  border-radius: 50px;
  padding: 2px 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .plan section.sec05 .function_title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.plan section.sec05 .function_title.color01 {
  background: rgba(117, 191, 212, 0.6);
}
.plan section.sec05 .function_title.color01 + .function_list li:first-child::before {
  background: #75BFD4;
}
.plan section.sec05 .function_title.color02 {
  background: rgba(226, 160, 157, 0.6);
}
.plan section.sec05 .function_title.color02 + .function_list li:first-child::before {
  background: #E2A09D;
}
.plan section.sec05 .function_title.color03 {
  background: rgba(243, 185, 135, 0.6);
}
.plan section.sec05 .function_title.color03 + .function_list li:first-child::before {
  background: #F3B987;
}
.plan section.sec05 .function_title.color04 {
  background: rgba(175, 220, 125, 0.6);
}
.plan section.sec05 .function_title.color04 + .function_list li:first-child::before {
  background: #AFDC7D;
}
.plan section.sec05 .function_list li {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .plan section.sec05 .function_list li {
    font-size: 1.4rem;
  }
}
.plan section.sec05 .function_list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 767px) {
  .plan section.sec05 .function_list li::before {
    top: 0.4em;
  }
}
.plan section.sec05 .function_list li:not(:first-child) {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .plan section.sec05 .function_list li:not(:first-child) {
    font-size: 1.2rem;
  }
}
.plan section.sec05 .function_list li:not(:first-child)::before {
  background: #444;
  width: 8px;
  height: 1px;
  top: 10px;
}
@media (max-width: 767px) {
  .plan section.sec05 .function_list li:not(:first-child)::before {
    top: 7px;
  }
}
.plan section.sec05 .function_list li + li {
  margin-top: 10px;
}
.plan section.sec06 .list li {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .plan section.sec06 .list li {
    font-size: 1.4rem;
  }
}
.plan section.sec06 .list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #2E8208;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 767px) {
  .plan section.sec06 .list li::before {
    top: 0.4em;
  }
}
.plan section.sec06 .list li:not(:first-child) {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .plan section.sec06 .list li:not(:first-child) {
    font-size: 1.2rem;
  }
}
.plan section.sec06 .list li:not(:first-child)::before {
  background: #444;
  width: 8px;
  height: 1px;
  top: 10px;
}
@media (max-width: 767px) {
  .plan section.sec06 .list li:not(:first-child)::before {
    top: 7px;
  }
}
.plan section.sec06 .list li + li {
  margin-top: 10px;
}
.plan section.sec06 .link_wrap {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .plan section.sec06 .link_wrap {
    margin-top: 80px;
  }
}
.plan section.sec06 .link_text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .plan section.sec06 .link_text {
    font-size: 1.6rem;
  }
}
.plan section.sec06 .link_text::before, .plan section.sec06 .link_text::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: #F6F0F0;
}
.plan section.sec06 .link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.plan section.sec06 .link_list a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  max-width: 300px;
  width: 100%;
  border: 1px solid #2E8208;
  border-radius: 50px;
  padding: 15px 25px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .plan section.sec06 .link_list a {
    font-size: 1.4rem;
    padding: 10px 25px;
  }
}
.plan section.sec06 .link_list a::before {
  content: "";
  background-image: url(/assets/images/inv/common/icon_arrow_link.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}

.gfooter {
  margin-top: 46px;
}