@charset "UTF-8";
/*##################################################################/*
/* --------------------------------
* Keyvisual
* -------------------------------- */
.child_key_v {
  background-image: url(../images/sub-key.jpg);
  min-height: 92px;
  height: 134px;
}
.child_key_v .copy_area h2 {
  font-size: 2.4rem;
}

.pankuzu_area {
  overflow-x: auto;
}

.subnav_area {
  display: none !important;
}

.wrapper {
  max-width: 1200px;
}

picture {
  display: block;
}

/* main Visual setting
------------------------------------*/
#mainVisual {
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  #mainVisual {
    margin-bottom: 34px;
  }
}
#mainVisual .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 0 0 35px;
  width: 100%;
  min-width: 910px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(240, 240, 240)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
  height: 666px;
}
@media (max-width: 768px) {
  #mainVisual .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    min-width: 0;
    padding: 0;
  }
}
#mainVisual .inner:has(span.error) {
  height: auto;
  min-height: 666px;
}
#mainVisual .inner #mainCopy {
  width: 60.75%;
  max-width: 720px;
  position: relative;
  aspect-ratio: 720/666;
}
@media (max-width: 768px) {
  #mainVisual .inner #mainCopy {
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(240, 240, 240)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    aspect-ratio: 92/100;
  }
}
#mainVisual .inner #mainCopy picture {
  z-index: 0;
  width: 100%;
  position: absolute;
}
#mainVisual .inner #mainCopy picture img {
  display: block;
}
#mainVisual .inner #mainCopy picture.icon1 {
  width: 15.6944444444%;
  aspect-ratio: 113/111;
  left: 5.8333333333%;
  top: 5.8558558559%;
}
@media (max-width: 768px) {
  #mainVisual .inner #mainCopy picture.icon1 {
    width: 21.2%;
    aspect-ratio: 319/293;
    left: 3.2%;
    top: 1.1111111111%;
  }
}
#mainVisual .inner #mainCopy picture.txt1 {
  width: 68.1944444444%;
  aspect-ratio: 491/45;
  left: 20.6944444444%;
  top: 14.5645645646%;
}
@media (max-width: 768px) {
  #mainVisual .inner #mainCopy picture.txt1 {
    width: 72.5333333333%;
    aspect-ratio: 1088/100;
    left: 15.4666666667%;
    top: 16%;
  }
}
#mainVisual .inner #mainCopy picture.txt2 {
  width: 88.0555555556%;
  aspect-ratio: 634/54;
  left: 0.8333333333%;
  top: 24.024024024%;
}
@media (max-width: 768px) {
  #mainVisual .inner #mainCopy picture.txt2 {
    width: 85.6%;
    aspect-ratio: 642/159;
    left: 8.2666666667%;
    top: 24%;
  }
}
#mainVisual .inner #mainCopy picture.txt3 {
  width: 100%;
  aspect-ratio: 720/116;
  left: 0;
  top: 31.3813813814%;
}
@media (max-width: 768px) {
  #mainVisual .inner #mainCopy picture.txt3 {
    display: none;
  }
}
#mainVisual .inner #mainCopy picture.img1 {
  width: 100%;
  aspect-ratio: 720/346;
  left: 0;
  top: 48.048048048%;
}
@media (max-width: 768px) {
  #mainVisual .inner #mainCopy picture.img1 {
    width: 100%;
    aspect-ratio: 1500/751;
    left: 0%;
    top: 41%;
  }
}
#mainVisual .inner #mainCopy ul {
  padding: 0 20px 0 11px;
  line-height: 1.2;
  font-weight: 300;
  font-size: 1.1rem;
  color: #666666;
  position: absolute;
  z-index: 1;
  left: 16px;
  top: 88%;
}
@media (max-width: 768px) {
  #mainVisual .inner #mainCopy ul {
    top: 80%;
    right: 5px;
    padding: 0;
    text-align: right;
    text-shadow: 0 0 4px rgb(255, 255, 255), 0 0 4px rgba(255, 255, 255, 0.5);
  }
}
#mainVisual .inner #mainCopy ul li:first-letter {
  margin: 0 0 0 -11px;
}
#mainVisual .inner #freeEvaluation {
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  background: #00817a;
  margin: 32px 0 0 0;
  padding: 10px;
  width: 40%;
  max-width: 480px;
}
#mainVisual .inner #mainCopy .reserveArea {
  position: absolute;
  top: calc(770 / 832 * 100%);
  left: calc(24 / 680 * 100%);
  width: calc(620 / 680 * 100%);
  height: calc(132 / 832 * 100%);
  background: #f1fbf8;
  border: 4px solid #0f5435;
  border-radius: 12px;
}
#mainVisual .inner #mainCopy .reserveArea .asg1,
#mainVisual .inner #mainCopy .reserveArea .asg2  {
  position: absolute;
  padding: 0 0 0 6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #008e4c;
  z-index: 1;
}
#mainVisual .inner #mainCopy .reserveArea .asg1 {
  top: calc(17 / 132 * 100%);
  left: calc(23 / 620 * 100%);
  width: 139px;
  height: 41px;
  background: url(../images/proposal/frm_asg1.webp) no-repeat;
  background-size: 139px;
}
#mainVisual .inner #mainCopy .reserveArea .asg2  {
  top: calc(17 / 132 * 100%);
  left: calc(165 / 620 * 100%);
  width: 161px;
  height: 41px;
  background: url(../images/proposal/frm_asg2.webp) no-repeat;
  background-size: 161px;
}
#mainVisual .inner #mainCopy .reserveArea .asg1::before,
#mainVisual .inner #mainCopy .reserveArea .asg2::before {
  content: "";
  position: absolute;
  background-color: #fffd66;
  height: 10px;
  bottom: 10px;
  left: 6px;
  z-index: -1;
}
#mainVisual .inner #mainCopy .reserveArea .asg1::before {
    width: 128px;
}
#mainVisual .inner #mainCopy .reserveArea .asg2::before {
    width: 148px;
}
#mainVisual .inner #mainCopy .reserveArea .copy {
  position: absolute;
  top: calc(60 / 132 * 100%);
  left: calc(23 / 620 * 100%);
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}
#mainVisual .inner #mainCopy .reserveArea .reserve_btn {
  display: flex;
  position: absolute;
  top: calc(24 / 132 * 100%);
  left: calc(386 / 620 * 100%);
  width: calc(220 / 620 * 100%);
  height: calc(80 / 132 * 100%);
  background-color: rgb(230, 45, 68);
  border-radius: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  align-items: center;
  align-content: center;
  justify-content: center;    
  z-index: 10; 
}
#mainVisual .inner #mainCopy .reserveArea .reserve_btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px; 
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  translate: 0 -50%;
}

@media (max-width: 1100px) {
  #mainVisual .inner #mainCopy .reserveArea .asg1, #mainVisual .inner #mainCopy .reserveArea .asg2 {
    padding: 0 0 0 0;
    font-size: 1.4rem;
  }
  #mainVisual .inner #mainCopy .reserveArea .asg1::before, #mainVisual .inner #mainCopy .reserveArea .asg2::before {
    height: 6px;
    bottom: 16px;
    left: 6px;
  }
  #mainVisual .inner #mainCopy .reserveArea .asg1 {
    width: 118.15px;
    background-size: 118.15px;
  }
  #mainVisual .inner #mainCopy .reserveArea .asg2 {
    width: 136.85px;
    background-size: 136.85px;
  }
  #mainVisual .inner #mainCopy .reserveArea .asg1::before {
      width: 108px;
  }
  #mainVisual .inner #mainCopy .reserveArea .asg2::before {
      width: 120px;
  }
  #mainVisual .inner #mainCopy .reserveArea .copy {
    font-size: 2.0rem;
  }
  #mainVisual .inner #mainCopy .reserveArea .reserve_btn {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  #mainVisual .inner #mainCopy .reserveArea {
    position: absolute;
    top: 84%;
    left: 2vw;
    width: calc(718 / 750 * 100%);
    height: calc(160 / 1050 * 100%);
  }
  #mainVisual .inner #mainCopy .reserveArea .asg1, #mainVisual .inner #mainCopy .reserveArea .asg2 {
    padding: 0 0 0 1.2vw;
    font-size: 2.6vw;
  }
  #mainVisual .inner #mainCopy .reserveArea .asg1::before, #mainVisual .inner #mainCopy .reserveArea .asg2::before {
    height: 1vw;
    top: 4vw;
    left: 2vw;
  }
  #mainVisual .inner #mainCopy .reserveArea .asg1 {
    top: 2vw;
    left: 2vw;
    width: 22vw;
    background-size: 22vw;
  }
  #mainVisual .inner #mainCopy .reserveArea .asg2 {
    top: 2vw;
    left: 25vw;
    width: 25vw;
    background-size: 25vw;
  }
  #mainVisual .inner #mainCopy .reserveArea .asg1::before {
      width: 18vw;
  }
  #mainVisual .inner #mainCopy .reserveArea .asg2::before {
      width: 20vw;
  }
  #mainVisual .inner #mainCopy .reserveArea .copy {
    top: 7vw;
    font-size: 3.75vw;
  }
  #mainVisual .inner #mainCopy .reserveArea .reserve_btn {
    top: 1.6vw;
    left: 60vw;
    width: 32vw;
    height: 12vw;
    border-radius: 6px;
    font-size: 3vw;
  }
  #mainVisual .inner #mainCopy .reserveArea .reserve_btn::after {
    top: 50%;
    right: 1.5vw;
    width: 2vw;
    height: 2vw; 
  }
}
@media (max-width: 768px) {
  #mainVisual .inner #freeEvaluation {
    height: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 24px 5px 10px;
  }
}
#mainVisual .inner #freeEvaluation h2 {
  margin: 0 auto 10px;
  max-width: 368px;
}
@media (max-width: 768px) {
  #mainVisual .inner #freeEvaluation h2 {
    margin: 0 auto;
    max-width: 84%;
  }
}
#mainVisual .inner #freeEvaluation h2 picture {
  display: block;
}
#mainVisual .inner #freeEvaluation h2 picture img {
  display: block;
}

.new-tilte-txt {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #0F0000;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .slide-img-last-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .slide-img-last-mb {
    display: none;
  }
  .new-tilte-txt {
    font-size: 20px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .new-tilte-txt {
    font-size: 25px;
  }
}
/* form setting
------------------------------------*/
.mw_wp_form form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  padding: 18px 12px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .mw_wp_form form {
    border-radius: 6px;
    padding: 30px 15px;
  }
}
.mw_wp_form form .alphabet-error,
.mw_wp_form form .error {
  display: block;
  padding: 0;
  font-size: 1.2rem;
  color: #e80c1e;
  margin-top: 3px;
  line-height: 1;
}
.mw_wp_form form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mw_wp_form form fieldset > p {
  line-height: 34px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
.mw_wp_form form fieldset > p:has(.btnSubmit) {
  width: 100%;
}
.mw_wp_form form h3 {
  padding: 5px 0 0;
  width: 25%;
  font-size: 1.2rem;
  color: #00817a;
}
.mw_wp_form form table {
  width: 100%;
}
@media (max-width: 768px) {
  .mw_wp_form form table tr {
    display: block;
    width: 100%;
  }
}
.mw_wp_form form table th, .mw_wp_form form table td {
  border: none;
  padding: 0 0 16px;
}
@media (max-width: 768px) {
  .mw_wp_form form table th, .mw_wp_form form table td {
    display: block;
    width: 100%;
    padding: 0 0 5px;
  }
}
.mw_wp_form form table th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: left;
  line-height: 34px;
  font-size: 1.5rem;
  vertical-align: top;
  font-weight: bold;
  width: 44.9541284404%;
}
@media (max-width: 768px) {
  .mw_wp_form form table th {
    width: 100%;
  }
}
.mw_wp_form form table th:has(span.fc_red) {
  padding-left: 44px;
}
.mw_wp_form form table th span.fc_red {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  border-radius: 3px;
  background: #e80c1e;
  width: 36px;
  line-height: 20px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mw_wp_form form table th span.fc_red::before {
  content: "必須";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  font-weight: 400;
  font-size: 1.1rem;
  color: #fff;
}
.mw_wp_form form table td > br {
  display: none;
}
.mw_wp_form form table td.hasSelect {
  position: relative;
}
.mw_wp_form form table td.hasSelect::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0a9b92;
  border-right: 2px solid #0a9b92;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mw_wp_form form table td .alphabet-error,
.mw_wp_form form table td .error {
  text-align: left;
  margin-top: 8px;
}
.mw_wp_form form table th + td {
  width: 55.0458715596%;
}
@media (max-width: 768px) {
  .mw_wp_form form table th + td {
    width: 100%;
  }
}
.mw_wp_form form p.comment {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
.mw_wp_form form input[type=text],
.mw_wp_form form input[type=email],
.mw_wp_form form select,
.mw_wp_form form textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 12px;
  width: 100%;
  height: 34px;
  margin: 0;
}
.mw_wp_form form textarea {
  height: 100px;
}
.mw_wp_form form select {
  padding: 3px 12px;
}
.mw_wp_form form input[type=submit] {
  position: relative;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  border: none;
  display: block;
  background: #ff7701;
  margin: 15px auto 0;
  padding: 0 10px 0 0;
  width: 100%;
  height: 50px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .mw_wp_form form input[type=submit] {
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
  }
}
.mw_wp_form form input[type=submit]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
.mw_wp_form form input[type=submit]:disabled {
  background: #ddd;
  cursor: default;
}
.mw_wp_form form input[type=submit]:disabled:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.mw_wp_form form .prplbtn {
  padding: 0 0 10px;
  width: 100%;
  text-align: center;
}
.mw_wp_form form .prplbtn input[type=checkbox] {
  position: relative;
  top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 0 3px -3px 0;
  padding: 3px;
  width: 16px;
  height: 16px;
}
.mw_wp_form form .prplbtn .mwform-checkbox-field-text {
  display: none;
}
.mw_wp_form form .prplbtn .privacy_policy_link {
  vertical-align: text-top;
  font-size: 1.2rem;
}
.mw_wp_form form .prplbtn .privacy_policy_link a {
  text-decoration: underline;
}
.mw_wp_form form .gglcptch {
  width: 100%;
}
.mw_wp_form form .gglcptch div {
  margin: 0 auto;
  width: 304px;
}
.mw_wp_form form .btnSubmit {
  position: relative;
  margin: 0 auto;
  width: 90%;
}
.mw_wp_form form .btnSubmit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .mw_wp_form form .btnSubmit::after {
    translate: 0 -50%;
  }
}

.section_ttl {
  padding: 18px 0;
  border-top: 3px solid #00817a;
  border-bottom: 3px solid #00817a;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .section_ttl {
    padding: 16px 0;
    border-top: 1.5px solid #00817a;
    border-bottom: 1.5px solid #00817a;
  }
}
.section_ttl img {
  display: block;
  margin-inline: auto;
}

.section01_wrap {
  background: url(../images/proposal/sectio01_bg.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 46px 35px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .section01_wrap {
    background: none;
    padding: 0;
  }
}
.section01_wrap ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18.5840707965% 1.7699115044% 18.5840707965% 1.7699115044% 18.5840707965% 1.7699115044% 18.5840707965% 1.7699115044% 18.5840707965%;
  grid-template-columns: repeat(5, 18.5840707965%);
  gap: 0 1.7699115044%;
}
@media (max-width: 768px) {
  .section01_wrap ul {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 12px;
  }
}
.section01_wrap ul li {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  padding: 32px 15px 48px;
  position: relative;
}
@media (max-width: 768px) {
  .section01_wrap ul li {
    background-color: rgb(238, 238, 238);
    padding: 20px 20px 20px 90px;
  }
}
.section01_wrap ul li:nth-child(1) {
  --icon_url:url(../images/proposal/section01_icon01.svg);
}
.section01_wrap ul li:nth-child(2) {
  --icon_url:url(../images/proposal/section01_icon02.svg);
}
.section01_wrap ul li:nth-child(3) {
  --icon_url:url(../images/proposal/section01_icon03.svg);
}
.section01_wrap ul li:nth-child(4) {
  --icon_url:url(../images/proposal/section01_icon04.svg);
}
.section01_wrap ul li:nth-child(5) {
  --icon_url:url(../images/proposal/section01_icon05.svg);
}
.section01_wrap ul li::before {
  content: "";
  display: block;
  background: #fff var(--icon_url) no-repeat 50% 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 13px;
}
@media (max-width: 768px) {
  .section01_wrap ul li::before {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 20px;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    scale: 0.5;
  }
}
.section01_wrap ul li .txt1 {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
  color: #00817a;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section01_wrap ul li .txt1 {
    text-align: left;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .section01_wrap ul li .txt1 br {
    display: none;
  }
}
.section01_wrap ul li .txt2 {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  margin-bottom: 0;
}

.section02_wrap {
  margin-bottom: 53px;
}
.section02_wrap .support_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49.1666666667% 2.5% 49.1666666667%;
  grid-template-columns: repeat(2, 49.1666666667%);
  gap: 78px 2.5%;
}
@media (max-width: 768px) {
  .section02_wrap .support_list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 45px;
  }
}
.section02_wrap .support_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 0;
  gap: 4.0677966102%;
}
@media (max-width: 768px) {
  .section02_wrap .support_list > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 17px 0 0;
  }
}
.section02_wrap .support_list > li .img_wrap {
  position: relative;
  width: 33.2203389831%;
}
@media (max-width: 768px) {
  .section02_wrap .support_list > li .img_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section02_wrap .support_list > li .img_wrap .ico1 {
  width: 64px;
  height: auto;
  position: absolute;
  left: -10px;
  top: -32px;
}
@media (max-width: 768px) {
  .section02_wrap .support_list > li .img_wrap .ico1 {
    width: 59px;
    top: -17px;
    left: 4px;
  }
}
.section02_wrap .support_list > li .img_wrap .img1 {
  width: 100%;
  aspect-ratio: 196/195;
}
@media (max-width: 768px) {
  .section02_wrap .support_list > li .img_wrap .img1 {
    aspect-ratio: 686/400;
  }
}
.section02_wrap .support_list > li .img_wrap .img1 img {
  display: block;
}
.section02_wrap .support_list > li .txt_wrap {
  width: 62.7118644068%;
}
@media (max-width: 768px) {
  .section02_wrap .support_list > li .txt_wrap {
    width: 100%;
  }
}
.section02_wrap .support_list > li .txt_wrap .txt1 {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 600;
  color: #00817a;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .section02_wrap .support_list > li .txt_wrap .txt1 {
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.section02_wrap .support_list > li .txt_wrap .txt2 {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  margin-bottom: 0;
}
.section02_wrap .support_list > li .txt_wrap .list1 li {
  line-height: 2;
  font-size: 1.4rem;
  padding-left: 1em;
  position: relative;
}
.section02_wrap .support_list > li .txt_wrap .list1 li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
}

.cta_section {
  background: url(../images/proposal/cta_section_bg.png) no-repeat 50% 50%/cover;
  margin-bottom: 66px;
  padding: 0;
}
@media (max-width: 768px) {
  .cta_section {
    overflow: hidden;
    aspect-ratio: 750/460;
    margin-bottom: 34px;
  }
}
.cta_section .wrapper {
  height: 250px;
  position: relative;
}
@media (max-width: 768px) {
  .cta_section .wrapper {
    height: 100%;
    padding: 0;
  }
}
.cta_section .wrapper img {
  display: block;
}
.cta_section .wrapper .img1 {
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 339px;
  aspect-ratio: 678/558;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_section .wrapper .img1 {
    width: 43.7333333333%;
    aspect-ratio: 328/269;
    left: 5.6%;
    bottom: auto;
    top: 8.0434782609%;
  }
}
.cta_section .wrapper .img2 {
  position: absolute;
  right: 20px;
  bottom: -14px;
  width: 472px;
  aspect-ratio: 944/388;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_section .wrapper .img2 {
    width: 63.8666666667%;
    aspect-ratio: 479/164;
    left: auto;
    right: 0;
    bottom: auto;
    top: 30.2173913043%;
  }
}
.cta_section .wrapper .txt1 {
  position: absolute;
  left: 24.75%;
  top: 39px;
  width: 584px;
  aspect-ratio: 1168/72;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta_section .wrapper .txt1 {
    width: 58.9333333333%;
    aspect-ratio: 442/132;
    left: 21.4666666667%;
    top: 30.652173913%;
    z-index: 4;
  }
}
.cta_section .wrapper .ico1 {
  position: absolute;
  left: 26.9166666667%;
  top: 94px;
  width: 97px;
  aspect-ratio: 193/187;
  z-index: 4;
}
@media (max-width: 768px) {
  .cta_section .wrapper .ico1 {
    width: 18.6666666667%;
    aspect-ratio: 140/135;
    left: 69.6%;
    top: 9.5652173913%;
    z-index: 2;
  }
}
.cta_section .wrapper .cta_btn {
  position: absolute;
  left: 32.9166666667%;
  top: 132px;
  border-radius: 12px;
  width: 420px;
  height: 64px;
  z-index: 3;
  background: #fff;
}
@media (max-width: 768px) {
  .cta_section .wrapper .cta_btn {
    width: 89.3333333333%;
    aspect-ratio: 670/110;
    left: 5.3333333333%;
    top: 66.5217391304%;
  }
}
.cta_section .wrapper .cta_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgb(230, 45, 68);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .cta_section .wrapper .cta_btn a {
    font-size: 1.6rem;
  }
}
.cta_section .wrapper .cta_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  translate: 0 -50%;
}
@media (min-width: 769px) {
  .cta_section .wrapper .cta_btn a:hover {
    background-color: rgba(230, 45, 68, 0.8);
  }
}

.section03_wrap {
  margin-bottom: 82px;
}
.section03_wrap ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 31.6666666667% 2.5% 31.6666666667% 2.5% 31.6666666667%;
  grid-template-columns: repeat(3, 31.6666666667%);
  gap: 0 2.5%;
}
@media (max-width: 768px) {
  .section03_wrap ul {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.section03_wrap ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 15px 1fr;
  grid-template-columns: 120px 1fr;
  gap: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px;
}
@media (max-width: 768px) {
  .section03_wrap ul li {
    -ms-grid-columns: 90px 10px 1fr;
    grid-template-columns: 90px 1fr;
    gap: 10px;
  }
}
.section03_wrap ul li p {
  margin-bottom: 0;
  line-height: 1;
}
.section03_wrap ul li .txt1 {
  padding-top: 7px;
  font-size: 1.2rem;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .section03_wrap ul li .txt1 {
    padding-top: 0;
    margin-bottom: 8px;
  }
}
.section03_wrap ul li .txt2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #00817a;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .section03_wrap ul li .txt2 {
    font-size: 1.6rem;
  }
}
.section03_wrap ul li .txt3 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section03_wrap ul li .txt3 {
    font-size: 1.4rem;
  }
}
.section03_wrap ul li .txt4 {
  grid-column: 1/-1;
  font-size: 1.4rem;
  line-height: 2;
}