@charset "UTF-8";


/* work1Wrap
***************************************************************/
.work1Wrap {
  padding: 90px 0 90px;
}
.flow_list1 {
  width: 1150px;
  margin: 60px auto 0;
}
.flow_list1_item {
  position: relative;
}
.flow_list1 .flow_list1_item:nth-of-type(n + 2) {
  margin-top: 40px;
}
.flow_list1 .flow_list1_item:nth-of-type(n + 2)::before {
  content: "";
  width: 4px;
  height: 40px;
  background-color: #8EBA5E;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_list1_dl1 {
  width: 100%;
  border-radius: 10px;
  padding: 50px 30px 50px 100px;
  background: #fff url(../img/common/circle1.svg) no-repeat left -76px center / 152px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.flow_list1_dt1 {
  width: 140px;
  font-size: 27px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  top: -12px;
}
.flow_list1_dt1 .bold {
  font-size: 50px;
  position: relative;
  top: 5px;
  padding-right: 2px;
  display: inline-block;
}
.flow_list1_dd1 {
  width: calc(100% - 140px);
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-left: 54px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .work1Wrap {
    padding: 30px 0 75px;
  }
  .flow_list1 {
    width: 100%;
    padding: 0 30px;
    margin-top: 30px;
  }
  .flow_list1 .flow_list1_item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .flow_list1 .flow_list1_item:nth-of-type(n + 2)::before {
    height: 30px;
    top: -30px;
  }
  .flow_list1_dl1 {
    padding: 15px 18px 25px;
    background-size: 83.76px;
    background-position: right -26px top -26px;
    display: block;
  }
  .flow_list1_dt1 {
    width: auto;
    font-size: 18px;
    text-align: left;
    top: auto;
  }
  .flow_list1_dt1 .bold {
    font-size: 33px;
    top: 3px;
    padding-right: 3px;
  }
  .flow_list1_dd1 {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.71;
    padding-left: 0;
    padding-top: 5px;
  }
}
@media all and (max-width: 370px) {
}


/* carrierWrap
***************************************************************/
.carrierWrap {
  padding-top: 120px;
}
.carrier_titBox1 {
  display: flex;
  justify-content: center;
}
.carrier_tit1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
.carrier_tit1::before {
  content: "";
  width: 2px;
  height: 36px;
  background-color: #325310;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: -30px;
  margin: auto;
  transform: rotate(-30deg);
}
.carrier_tit1::after {
  content: "";
  width: 2px;
  height: 36px;
  background-color: #325310;
  position: absolute;
  top: 6px;
  bottom: 0;
  right: -30px;
  margin: auto;
  transform: rotate(30deg);
}
.carrier_list1 {
  width: 1150px;
  margin: 40px auto 0;
  display: flex;
  flex-flow: wrap;
  gap: 40px;
}
.carrier_list1 .li1 {
  width: calc((100% - 40px) / 2);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
}
.carrier_img {
  width: 230px;
  background: no-repeat center / cover;
}
.carrier_txtBox1 {
  width: calc(100% - 230px);
  padding: 46px 44px 50px 36px;
  background: #fff url(../img/common/circle1_g.svg) no-repeat right -120px top -104px / 266.56px;
}
.carrier_name {
  display: flex;
  align-items: center;
}
.carrier_name_t1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 10px;
}
.carrier_name_t2 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  top: -2px;
}
.carrier_txt1 {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media all and (min-width: 681px) {
  .carrier_img {
    min-height: 264px;
  }
  .carrier_img.type1 {
    background-image: url(../img/work/work4/carrier1.jpg);
  }
  .carrier_img.type2 {
    background-image: url(../img/work/work4/carrier2.jpg);
  }
}
@media all and (max-width: 680px) {
  .carrierWrap {
    padding-top: 60px;
  }
  .carrier_tit1 {
    font-size: 23px;
    line-height: 1.39;
  }
  .carrier_tit1::before {
    left: -20px;
  }
  .carrier_tit1::after {
    right: -20px;
  }
  .carrier_list1 {
    width: 100%;
    margin-top: 30px;
    padding: 0 30px;
    display: block;
  }
  .carrier_list1 .li1 {
    width: 100%;
    display: block;
  }
  .carrier_list1 .li1:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .carrier_img {
    width: 100%;
    height: calc((157 / 375) * 100vw);
  }
  .carrier_img.type1 {
    background-image: url(../img/work/work4/carrier1_sp.jpg);
  }
  .carrier_img.type2 {
    background-image: url(../img/work/work4/carrier2_sp.jpg);
  }
  .carrier_txtBox1 {
    width: 100%;
    padding: 28px 22px;

    background-size: 227.61px;
    background-position: right -102px top -88px;
  }
  .carrier_name {
    display: flex;
    align-items: center;
  }
  .carrier_name_t1 {
    font-size: 14px;
    margin-right: 8px;
  }
  .carrier_name_t2 {
    font-size: 18px;
  }
  .carrier_txt1 {
    margin-top: 14px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.69;
  }
}
@media all and (max-width: 370px) {
}


/* work2Wrap
***************************************************************/
.work2Wrap {
  padding: 90px 0 90px;
}
.support_img1 {
  width: 1096.5px;
  margin: 66px auto 0;
}
.conversation_bnr1 {
  width: 1000px;
  margin: 120px auto 0;
  display: flex;
  flex-flow: row-reverse;
  background: #fff url(../img/work/work4/circle1.svg) no-repeat left bottom / 209px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.conversation_bnr1_img {
  width: 546px;
}
.conversation_bnr1_box1 {
  width: 454px;
  padding-top: 103px;
  position: relative;
}
.conversation_bnr1_label {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background-color: #325310;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: absolute;
  top: 30px;
  left: 0;
}
.conversation_bnr1_txt1 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.7;
}
.conversation_bnr1_btn {
  width: 207px;
  height: 44px;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 100px;
  border: 1px solid #707070;
  background-color: #fff;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: background 0.3s ease;
}
.conversation_bnr1_btn::after {
  content: "";
  width: 14.91px;
  height: 11.49px;
  background: url(../img/common/blank1.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19.5px;
  margin: auto;
}
.conversation_bnr1_sml1 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 7px;
}
@media all and (min-width: 681px) {
  /* a.conversation_bnr1:hover {
    background-color: #76FF02;
    background-image: url(../img/work/work4/circle1_o.svg);
  } */
  a:hover .conversation_bnr1_btn {
    background-color: #a7ff80;
    background-color: #76FF02;
  }
}
@media all and (max-width: 680px) {
  .work2Wrap {
    padding: 30px 0 60px;
  }
  .support_img1 {
    width: 347.5px;
    margin-top: 30px;
  }
  .conversation_bnr1 {
    width: 315px;
    margin-top: 40px;
    display: block;
    background-image: url(../img/work/work4/circle1_sp.svg);
    background-size: 173px;
  }
  .conversation_bnr1_img {
    width: 100%;
  }
  .conversation_bnr1_box1 {
    width: 100%;
    padding: 18px 0;
    text-align: center;
  }
  .conversation_bnr1_label {
    padding: 2px 8px;
    font-size: 13px;
    position: static;
  }
  .conversation_bnr1_txt1 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 8px;
  }
  .conversation_bnr1_btn {
    width: 190px;
    height: 40px;
    margin-top: 10px;
    padding-right: 7px;
    font-size: 14px;
  }
  .conversation_bnr1_btn::after {
    right: 14.5px;
  }
  .conversation_bnr1_sml1 {
    letter-spacing: 0;
    margin-top: 4px;
  }
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}


/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
