@charset "utf-8";
.submv_txt02 {
  font-weight: bold;
  font-size: 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#fff799));
  background: -o-linear-gradient(transparent 50%, #fff799 100%);
  background: linear-gradient(transparent 50%, #fff799 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin: 0 auto 60px;
}
.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-left: 2px dashed #22ac80;
  border-right: 2px dashed #22ac80;
  margin-bottom: 120px;
  z-index: 1;
  position: relative;
}
.menu_list li {
  padding: 0 20px;
}
.menu_list li + li {
  border-left: 2px dashed #22ac80;
}
.menu_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 5px;
  text-decoration: none;
  color: #22ac80;
  font-size: 20px;
  font-weight: bold;
}
.menu_list li a::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #22ac80;
}
#program01,#program02 {
  padding-top: 120px;
  margin-top: -120px;
}
.program_box .program_box_img {
  position: relative;
}
.program_box_img img {
  border: 6px solid #fff;
}
.program_box_img h2 {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  color: #000;
  font-size: 42px;
  font-weight: bold;
  padding: 5px 30px;
  z-index: 10;
  background-color: #fff;
  letter-spacing: 0.3rem;
}
.program_box_img h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2em;
  height: 100%;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  margin-left: -1px;
}
.program_txt {
  background-color: #fff;
  padding-bottom: 120px;
}
.program_txt ul {
  padding: 0 2%;
}
.program_txt ul li {
  position: relative;
  padding-left: 1.2em; 
}
.program_txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;     
  height: 10px;     
  background-color: #22ac80; 
  border-radius: 50%; 
}
.program_txt p:first-child {
  padding: 40px 2%;
}
.change {
  background-color: #fff;
  padding-bottom: 120px;
}
.change_box {
  background-color: #f2f5f4;
  background-image: url(../img/business/bg_change.png);
  background-repeat: repeat;
  padding: 8% 5% 5%;
  position: relative;
  -webkit-box-shadow: 16px 14px 0 rgba(34, 172, 128);
          box-shadow: 16px 14px 0 rgba(34, 172, 128);
}
.change_box_ttl {
  position: absolute; 
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff; 
  font-size: 36px;
  font-weight: bold;
  z-index: 1;
  width: 90%;
  padding: 1%;
  background-color: #22ac80;
  text-align: center;
  line-height: 1.2;
}
.change_box_ttl span {
  color: #faee8d;
  font-size: 58px;
}
.change_box .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.change_box figure {
  width: 50%;
  position: relative;
}
.change_boxtxt {
  width: 42%;
}
.change_box figure img {
  border: 6px solid #fff;
}
.change_boxtxt p:first-child {
  font-size: 36px;
  color: #22ac80;
  font-weight: bold;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#fff799));
  background: -o-linear-gradient(transparent 60%, #fff799 100%);
  background: linear-gradient(transparent 60%, #fff799 100%);
  line-height: 1.5;
  margin-bottom: 10px;
}
.change_box ul li:not(:last-of-type) {
  margin-bottom: 60px;
}
.change_box ul li figure::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 160px;
  top: 0;
  left: -50px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.change_box ul li:nth-child(1) figure::after {
  background-image: url(../img/business/num01.png);
}
.change_box ul li:nth-child(2) figure::after {
  background-image: url(../img/business/num02.png);
}
.change_box ul li:nth-child(3) figure::after {
  background-image: url(../img/business/num03.png);
}
.change_box ul li:nth-child(4) figure::after {
  background-image: url(../img/business/num04.png);
}
.program02 {
  padding-top: 120px;
}
.program02 .program_txt {
  padding-bottom: 60px;
}
.program02_box {
  background: url(../common/img/point_left.png) no-repeat left 3% top, url(../common/img/point_right.png) no-repeat right 3% bottom 30px;
  background-size: 20%, 20%;
  padding: 80px 0;
  background-color: #fff;
  margin-bottom: 120px;
}
.program02_box .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.program02_box_txt {
  width: 72%;
}
.program02_box_txt p:first-child {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  color: #22ac80;
}
.program02_box figure  {
  width: 20%;
  margin: 0 auto;
}
.program02_box figure img {
  width: 80%;
  margin: 0 auto;
}
.program02_box ul li:not(:last-child) {
  margin-bottom: 40px;
}
.flow {
  margin-bottom: 120px;
}
.flow_step {
  width: 20%;
  background-color: #22ac80;
  color: #fff;
  font-size: 24px;
  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;      
}
.flow .inner {
  max-width: 900px;
}
.flow_txt {
  width: 80%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow_txt figure {
  width: 10%;
}
.flow_txt02 {
  padding-left: 10%;
}
.flow_txt02 p:first-child {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.flow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  margin-bottom: 100px;
}
.flow_box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 50px);
  left: 50%;
  width: 80px;
  height: 30px;
  background: url(../img/business/list_tri.png) no-repeat center / contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flow .btn a {
  width: 100%;
  display: block;
  background-color: #22ac80;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  line-height: 1.5;
  position: relative;
  text-align: center;
  border-radius: 30px;
}
.flow .btn {
  max-width: 400px;
  margin: 0 auto;
}
/* contact */
form > div {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
label {
  display: inline-block;
  width: 33%;
  margin-right: 2%;
  font-weight: bold;
}
label span {
  display: inline-block;
  padding: 1px 6px;
  background-color: red;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  margin: 0 5em 0 2em;
}
input {
  width: 55%;
  padding: 10px 2%;
  border-radius: 30px;
  border: solid 1px #ddd;
}
textarea {
  width: 55%;
  padding: 10px 2%;
  border-radius: 30px;
  border: solid 1px #ddd;
}
@media only screen and (max-width: 1024px) {
  .submv_txt02 {
    font-weight: bold;
    font-size: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#fff799));
    background: -o-linear-gradient(transparent 60%, #fff799 100%);
    background: linear-gradient(transparent 60%, #fff799 100%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    margin: 0 5% 30px;
  }
  .change_box_ttl {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    width: 95%;
    padding: 1%;
    line-height: 1.2;
  }
  .menu_list {
    margin-bottom: 40px;
  }
  .menu_list li a::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #22ac80;
  }
  .menu_list li {
    padding: 0 10px;
  }
  .menu_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
  }
  .change_box_ttl span {
    color: #faee8d;
    font-size: 24px;
  }
  .program_txt {
    background-color: #fff;
    padding-bottom: 80px;
  }
  .change_box {
    background-color: #f2f5f4;
    background-image: url(../img/business/bg_change.png);
    background-repeat: repeat;
    padding: 19% 5% 5%;
    position: relative;
    -webkit-box-shadow: 10px 10px 0 rgba(34, 172, 128);
            box-shadow: 10px 10px 0 rgba(34, 172, 128);
  }
  .change_box figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .change_boxtxt {
    width: 100%;
  }
  .change_boxtxt p:first-child {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .change_box ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .change {
    padding-bottom: 60px;
  }
  .change_box ul li figure::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 160px;
    top: 0;
    left: -15px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  .program_txt p:first-child {
    padding: 2% 0;
  }
  .program02 {
    padding-top: 40px;
  }
  .program_sp_ttl {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .program02_box {
    background: url(../common/img/point_left.png) no-repeat left 5% top, url(../common/img/point_right.png) no-repeat right 5% bottom 50px;
    background-size: 40%, 40%;
    padding: 80px 0;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .program02_box_txt {
    width: 100%;
  }
  .program02_box_txt p:first-child {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .program02_box figure {
    width: 40%;
    margin: 0 auto;
  }
  .program02_box figure img {
    width: 100%;
  }
  .program_txt ul {
    padding: 0;
  }
  #program01,#program02 {
    padding-top: 80px;
    margin-top: -80px;
  }
  .flow_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow_step {
    width: 100%;
    font-size: 24px;
    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;
  }
  .flow_txt {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow_txt figure {
    width: 20%;
  }
  .flow .btn {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .flow {
    margin-bottom: 100px;
  }
  .flow_txt02 p:first-child {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .flow_txt02 {
    padding-left: 7%;
  }
}





