@charset "UTF-8";
/*------------------------------------------------------------
    全体のフォント調整
------------------------------------------------------------*/
/*------------------------------------------------------------
  PCSP調整
------------------------------------------------------------*/
.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.pc-block {
  display: none;
}

.sp-block {
  display: block;
}

.pc-inline {
  display: none;
}

.sp-inline {
  display: inline;
}

.pc-hidden {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
  .pc-block {
    display: block;
  }
  .sp-block {
    display: none !important;
  }
  .pc-inline {
    display: inline;
  }
  .sp-inline {
    display: none !important;
  }
}
/*------------------------------------------------------------
    mv
------------------------------------------------------------*/
.mv {
  position: relative;
  margin-bottom: 32px;
  padding-top: 32px;
  overflow: hidden;
  background: url("../images/img_kagawa/img_mv_kagawa_sp.webp") no-repeat bottom right/200px 388px, url("../images/img_kagawa/img_mv_kagawa_bg_sp.webp") no-repeat center/cover;
}
.mv .mv__minitit {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 700;
}
.mv .mv__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.4;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke;
}
.mv .mv__item {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}
.mv .mv__item .items {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42;
  /* text-shadow: 0 0 3px rgba(0, 0, 0, 0.3019607843); */
  background: rgba(158, 200, 21, 0.9019607843);
  width: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv__link_wrap {
  width: 100%;
  margin: 0 auto;
}

.mv__link {
  width: 100%;
  padding: 0 0 20px 0;
  font-size: 1.3rem;
  display: flex;
  color: #000;
}
.mv__link a {
  color: #000;
  display: flex;
}
.mv__link a span {
  text-decoration: underline;
  text-decoration-color: #000;
  line-height: 1.46;
  /* -webkit-text-stroke: 2px #fff; */
  text-shadow: 0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff;
  paint-order: stroke;
}
.mv__link a::before {
  font-family: abi !important;
  content: "\e907";
  transform: rotate(90deg);
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9DC815;
  margin-right: 4px;
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (min-width: 520px) {
  .mv {
    /* height: auto; */
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .mv {
    background:  url("../images/img_kagawa/img_mv_kagawa_bg_pc.webp") no-repeat center/cover;
    margin-bottom: 72px;
    padding-top: 0;
    overflow: hidden;
  }
  .mv .mv__wrap{
    background: url("../images/img_kagawa/img_mv_kagawa_pc.webp") no-repeat bottom right 15%/376px 370px;
  }
  .mv .mv__wrap {
    position: relative;
    padding-bottom: 22px;
    padding-top: 22px;
    height: 100%;
  }
  .mv .mv__minitit {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 9px;
  }
  .mv .mv__title {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.4;
    white-space: nowrap;
    margin-bottom: 16px;
    -webkit-text-stroke: 0;
  }
  .mv .mv__item {
    gap: 10px;
    margin-bottom: 29px;
  }
  .mv .mv__item .items {
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.42;
    /* text-shadow: 0 0 3px rgba(0, 0, 0, 0.3019607843); */
    background: rgba(158, 200, 21, 0.9019607843);
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv .mv__link_wrap {
    width: fit-content;
    margin: 0;
  }
  .mv .mv__link_wrap .mv__link {
    padding: 0;
    font-size: 1.5rem;
  }
  .mv__link {
    padding: 0 20px 10px 0;
    max-width: 1080px;
    margin: 0 auto;
  }
  .mv__link a span {
    line-height: 1.6;
  }
  .mv__link a::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    line-height: 1;
  }
}
@media screen and (min-width: 992px) {
  .mv {
    height: 400px;
    /* background: url("../images/img_kagawa/img_mv_kagawa_pc.webp") no-repeat bottom right 10%/376px 370px, url("../images/img_kagawa/img_mv_kagawa_bg_pc.webp") no-repeat center/cover; */
  }
  .mv .mv__wrap {
    padding-bottom: 33px;
    padding-top: 54px;
    padding-left: 154px;
    padding-right: 154px;
  }
}

@media screen and (min-width: 1035px){
  .mv{
    /* background: url("../images/img_kagawa/img_mv_kagawa_pc.webp") no-repeat bottom right 24%/376px 370px, url("../images/img_kagawa/img_mv_kagawa_bg_pc.webp") no-repeat center/cover; */
  }
  .mv .mv__wrap{
    background: url("../images/img_kagawa/img_mv_kagawa_pc.webp") no-repeat bottom right 19%/376px 370px;
  }
}
/*------------------------------------------------------------
    newarrival
------------------------------------------------------------*/
.newarrival {
  margin-bottom: 45px;
}

.newarrival__ttl {
  margin-bottom: 16px;
}

.newarrival__txt {
  margin-bottom: 32px;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.newarrival__list {
  margin-bottom: 20px;
}

.newarrival__list_item + .newarrival__list_item {
  margin-top: 10px;
}

.newarrival__list_link {
  display: flex;
  padding: 10px;
  border: 1px solid #e7e8e7;
}

.newarrival__list_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 0 20px 0 0;
}

.newarrival__list_genre {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.newarrival__list_new {
  background: #00AEFF;
  color: #FFF;
  line-height: 1;
  padding: 4px 6px;
}

.newarrival__list_pickup {
  background: #F84F14;
  color: #FFF;
  line-height: 1;
  padding: 4px 6px;
}

.newarrival__list_haken {
  background: #FFF;
  border: 1px solid #5AC080;
  color: #5AC080;
  line-height: 1;
  padding: 4px 6px;
}

.newarrival__list_syoukai {
  background: #FFF;
  border: 1px solid #78B70A;
  color: #78B70A;
  line-height: 1;
  padding: 4px 6px;
}

.newarrival__list_type {
  margin-bottom: 10px;
}

.newarrival__list_title {
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  .newarrival__list_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.newarrival__list_detail {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
}

.newarrival__list_city {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.newarrival__list_city::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_svg/icon_category_01.svg") center/cover no-repeat;
}

.newarrival__list_industry {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.newarrival__list_industry::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_svg/icon_category_02.svg") center/cover no-repeat;
}

.newarrival__list_wage {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.newarrival__list_wage::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_svg/icon_category_03.svg") center/cover no-repeat;
}

.newarrival__list_icon {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  color: #9dd335;
  font-size: 12px;
  transition: 0.2s;
}

.newarrival__more {
  text-align: right;
  font-size: 1.3rem;
}
.newarrival__more a input[type=submit], .newarrival__more label.submit input[type=submit] {
  color: #2F64E1;
  text-decoration: underline;
}
.newarrival__more a::before, .newarrival__more label.submit::before {
  font-family: abi !important;
  content: "\e907";
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9DC815;
  margin-right: 4px;
  font-size: 1.2rem;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .newarrival__txt {
    font-size: 18px;
  }
  .newarrival__list_link {
    padding: 16px;
  }
  .newarrival__list_title {
    margin-bottom: 14px;
  }
  .newarrival__list_link:hover {
    border-color: #009b46;
    color: #009b46;
  }
  .newarrival__list_link:hover .newarrival__list_icon {
    color: #009b46;
  }
  .newarrival__more {
    font-size: 1.6rem;
  }
  .newarrival__more a::before, .newarrival__more label.submit::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .newarrival {
    margin-bottom: 24px;
  }
  .newarrival__list {
    margin-bottom: 24px;
  }
  .newarrival__list_detail {
    font-size: 1.4rem;
    flex-direction: row;
    gap: 16px;
  }
  .newarrival__list_icon {
    right: 15px;
    font-size: 16px;
  }
  .newarrival__more a {
    text-decoration: underline;
  }
} /* ----- media END ----- */
/*------------------------------------------------------------
    cta
------------------------------------------------------------*/
.cta {
  margin-bottom: 24px;
}

.cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cta__btn {
  text-align: center;
}

.cta__btn_txt {
  margin-bottom: 4px;
  font-weight: 600;
}

.cta__reserve {
  width: 307px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}

.cta__line {
  border: 1px solid #009B46;
  border-radius: 4px;
  padding: 10px 20px;
  color: #009B46;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.375;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  text-align: center;
  width: 302px;
  max-width: 100%;
}
.cta__line img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.cta__line .in_txt {
  margin: auto;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .cta {
    margin-bottom: 48px;
  }
  .cta__content {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
  }
  .cta__btn_txt {
    font-size: 1.5rem;
  }
  .cta__reserve {
    width: 335px;
    height: 64px;
  }
  .cta__line {
    width: 335px;
  }
  .cta__line img {
    width: 40px;
    height: 40px;
  }
}
/*------------------------------------------------------------
    bnr
------------------------------------------------------------*/
.bnr {
  margin-bottom: 64px;
}

.bnr__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px 0 0 -20px;
}

.bnr__list_item {
  width: 100%;
  padding: 20px 0 0 20px;
}

@media screen and (min-width: 768px) {
  .bnr {
    margin-bottom: 100px;
  }
  .bnr__list_item {
    width: 50%;
  }
} /* ----- media END ----- */
@media screen and (min-width: 992px) {
  .bnr__list {
    margin: -30px 0 0 -30px;
  }
  .bnr__list_item {
    padding: 30px 0 0 30px;
  }
} /* ----- media END ----- */
/*------------------------------------------------------------
    event
------------------------------------------------------------*/
.event {
  margin-bottom: 48px;
}

.event__ttl {
  margin-bottom: 16px;
}

.event__txt {
  margin-bottom: 32px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.event__area {
  margin-bottom: 10px;
  font-weight: bold;
}

.event__contents {
  position: relative;
  padding-bottom: 1px;
}

.event__list {
  margin-bottom: 20px;
}

.event__list_item + .event__list_item {
  margin-top: 10px;
}

.event__list_link {
  display: flex;
  padding: 10px;
  border: 1px solid #e7e8e7;
}

.event__list_image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.event__list_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: calc(100% - 80px);
  padding: 0 20px 0 10px;
}

.event__list_type {
  margin-bottom: 10px;
}

.event__list_area {
  font-size: 11px;
  transition: 0.2s;
}

.site_2 .event__list_area {
  color: #e50020;
}

.site_3 .event__list_area {
  color: #f03f49;
}

.site_4 .event__list_area {
  color: #8bb504;
}

.site_5 .event__list_area {
  color: #2fa8e1;
}

.site_6 .event__list_area {
  color: #ed6d20;
}

.event__list_date {
  color: #7d7d7d;
  font-size: 11px;
  transition: 0.2s;
  word-break: break-word;
}

.event__list_icon {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  color: #9dd335;
  font-size: 12px;
  transition: 0.2s;
}

.event__more {
  text-align: right;
  font-size: 1.3rem;
}
.event__more a {
  color: #2F64E1;
  text-decoration: underline;
}
.event__more a::before {
  font-family: abi !important;
  content: "\e907";
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9DC815;
  margin-right: 4px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .event__txt {
    font-size: 18px;
  }
  .event__list_link:hover {
    border-color: #009b46;
    color: #009b46;
  }
  .event__list_link:hover .event__list_area,
  .event__list_link:hover .event__list_date {
    color: #009b46;
  }
  .event__list_link:hover .event__list_icon {
    color: #009b46;
  }
  .event__more {
    font-size: 1.6rem;
  }
  .event__more a::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .event {
    margin-bottom: 24px;
  }
  .event__list {
    margin-bottom: 16px;
  }
  .event__list_image {
    width: 160px;
    height: 100px;
  }
  .event__list_content {
    width: calc(100% - 160px);
    padding: 0 50px 0 30px;
  }
  .event__list_area {
    margin-top: 15px;
    font-size: 14px;
  }
  .event__list_date {
    margin-top: 10px;
    font-size: 14px;
  }
  .event__list_icon {
    right: 15px;
    font-size: 16px;
  }
} /* ----- media END ----- */
/*------------------------------------------------------------
    change
------------------------------------------------------------*/
#change{margin-top: 64px;}
#change .worry {
  background: #F6F7F2;
  padding: 48px 40px 20px;
  margin-top: 64px;
}
#change .worry .tit {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.63;
  text-align: center;
  margin-bottom: 24px;
}
#change .worry .problems {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
#change .worry .problems .item {
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.625;
  text-align: center;
}
#change .worry .problems .item span {
  color: #81A70B;
}
#change .worry .dots {
  display: block;
  margin: auto;
  aspect-ratio: 8/40;
  width: 8px;
  height: 40px;
}
#change .features-tit {
  padding: 32px 21px;
  text-align: center;
  color: #81A70B;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
}
#change .features {
  background: #B3E319;
  position: relative;
  padding: 48px 20px;
  margin-bottom: 48px;
}
#change .features::before {
  content: "";
  width: 40px;
  height: 24px;
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#change .features .wrap {
  background: #fff;
  border-radius: 20px;
  padding: 48px 14px;
}
#change .features .wrap .tit {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#change .features .wrap .box {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 48px;
}
#change .features .wrap .box .item .image {
  position: relative;
  margin-bottom: 40px;
}
#change .features .wrap .box .item .image img {
  width: 100%;
  max-width: 100%;
}
#change .features .wrap .box .item .image .num {
  font-size: 5rem;
  line-height: 1;
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke;
  color: #C3E94A;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  font-weight: 700;
  transform: translateX(-50%);
}
#change .features .wrap .box .item .title {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.52;
  margin-bottom: 20px;
}
#change .features .wrap .box .item .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
}
#change .service {
  color: #81A70B;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #81A70B;
  border-radius: 4px;
  max-width: 534px;
  height: 42px;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  width: calc(100% - 32px);
}
#change .service_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  width: calc(100% - 32px);
  margin: 0 auto 64px;
}
#change .service_content > div {
  max-width: 400px;
}
#change .service_txt {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  #change{margin-top: 100px;}
  #change .worry {
    padding: 64px 20px 24px;
  }
  #change .worry .tit {
    font-size: 3rem;
    margin-bottom: 48px;
  }
  #change .worry .problems {
    width: 952px;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
  #change .worry .problems .item {
    width: calc(50% - 16px);
    padding: 38px 20px;
    font-size: 18px;
  }
  #change .features-tit {
    padding: 40px 20px;
    font-size: 2.4rem;
  }
  #change .features {
    padding: 72px 20px;
    margin-bottom: 72px;
  }
  #change .features::before {
    width: 60px;
    height: 32px;
  }
  #change .features .wrap {
    width: 1080px;
    max-width: 100%;
    margin: auto;
    border-radius: 30px;
    padding: 64px 94px;
  }
  #change .features .wrap .tit {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
  #change .features .wrap .box {
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 64px;
  }
  #change .features .wrap .box .item {
    width: calc(50% - 24px);
  }
  #change .features .wrap .box .item .image {
    position: relative;
    margin-bottom: 40px;
  }
  #change .features .wrap .box .item .image img {
    width: 100%;
    max-width: 100%;
  }
  #change .features .wrap .box .item .title {
    font-size: 1.8rem;
  }
  #change .features .wrap .box .item .text {
    font-size: 1.6rem;
  }
  #change .features .wrap .cta__btn .cta__reserve {
    margin: auto;
  }
  #change .service {
    height: 54px;
    margin: 0 auto 48px;
    width: auto;
    font-size: 2.2rem;
    border-radius: 8px;
    line-height: 1.54;
  }
  #change .service_content {
    flex-direction: row;
    width: auto;
    margin-bottom: 100px;
  }
  #change .service_txt {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
/*------------------------------------------------------------
    office
------------------------------------------------------------*/
.office {
  margin-bottom: 40px;
}

.office__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
}
.office__wrap > ul {
  flex: 1;
  width: 100%;
}

.office__slider {
  margin-bottom: 0;
}

.office__content {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.office__title {
  color: #81A70B;
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.office__address {
  margin-bottom: 8px;
  line-height: 1.57;
}

.office__link {
  margin-bottom: 20px;
}
.office__link a {
  color: #2FA8E1;
}

.office__contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.office__contact_txt {
  flex: 1;
  line-height: 1.5;
}
.office__contact_txt a {
  color: #2F64E1;
  text-decoration: underline;
}
.office__contact_txt span {
  font-weight: bold;
}

.office__contact_map {
  flex: 1;
  aspect-ratio: 334/252;
}
.office__contact_map iframe {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .office {
    margin-bottom: 48px;
  }
  .office__wrap {
    flex-direction: row;
    gap: 24px;
    margin-top: 40px;
  }
  .office__wrap > ul {
    width: calc(50% - 15px);
  }
  .office__title {
    font-size: 2.2rem;
  }
  .office__address {
    line-height: 1.5;
  }
  .office__link {
    margin-bottom: 32px;
  }
  .office__contact {
    flex-direction: row;
    gap: 24px;
  }
  .office__contact_map {
    aspect-ratio: 252/154;
  }
}
/*------------------------------------------------------------
    flow
------------------------------------------------------------*/
.flow {
  margin-bottom: 64px;
}

.flow__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 31px;
}

.flow__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  padding-bottom: 24px;
}
.flow__item img {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.flow__item::before {
  content: "";
  background: #009B46;
  opacity: 0.5;
  width: 1px;
  height: 100%;
  left: 40px;
  top: auto;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.flow__item:nth-of-type(3) {
  padding-bottom: 28px;
}
.flow__item:last-of-type {
  padding-bottom: 0;
}
.flow__item:last-of-type::before {
  display: none;
}

.flow__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
}

.flow__title {
  color: #009B46;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.46;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.flow__title span {
  display: inline;
  font-size: 1.3rem;
}

.flow__txt {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.69;
}

@media screen and (min-width: 768px) {
  .flow {
    margin-bottom: 100px;
  }
  .flow__wrap {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 42px;
  }
  .flow__item {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 0;
    padding: 0 24px 0 24px;
    width: 25%;
  }
  .flow__item img {
    width: 140px;
    height: 140px;
    max-width: none;
  }
  .flow__item::before {
    width: 100%;
    height: 2px;
    left: 0;
    top: 70px;
    z-index: -1;
    position: absolute;
    pointer-events: none;
  }
  .flow__item:first-of-type {
    padding-left: 0;
  }
  .flow__item:first-of-type::before {
    right: 0;
    left: auto;
    width: 50%;
  }
  .flow__item:nth-of-type(3) {
    padding-bottom: 0;
  }
  .flow__item:last-of-type {
    padding-right: 0;
    padding-bottom: 0;
  }
  .flow__item:last-of-type::before {
    display: block;
    right: auto;
    left: 0;
    width: 50%;
  }
  .flow__content {
    gap: 16px;
  }
  .flow__title {
    text-align: center;
    font-size: 2rem;
  }
  .flow__title span {
    display: inline-block;
    font-size: 1.8rem;
  }
  .flow__txt {
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
    faq
------------------------------------------------------------*/
.faq {
  margin-bottom: 56px;
}

.faq__wrap {
  display: flex;
  flex-direction: column;
}

.faq__question {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #81A70B;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 12px;
  position: relative;
  padding: 16px 58px 16px 16px;
  margin-bottom: 12px;
  cursor: pointer;
}
.faq__question::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #9dc815;
  border-radius: 50%;
  color: #FFF;
  flex-shrink: 0;
  padding-bottom: 2px;
}
.faq__question::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 18px;
  background: url("../images/img_kagawa/icon_svg/icon_accordion.svg") center/cover no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.faq__question.is-active::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq__answer {
  display: none;
}
.faq__answer p {
  display: flex;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 1.625;
  gap: 12px;
  padding: 0 16px;
  margin-bottom: 20px;
}
.faq__answer p::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #C3E94A;
  border-radius: 50%;
  color: #FFF;
  flex-shrink: 0;
  padding-bottom: 2px;
}

.faq__answer:last-of-type p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .faq {
    margin-bottom: 48px;
  }
  .faq__question {
    font-size: 2rem;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
  }
  .faq__question::before {
    width: 48px;
    height: 48px;
    font-size: 2.4rem;
  }
  .faq__question::after {
    width: 20px;
    height: 20px;
    right: 28px;
  }
  .faq__answer p {
    font-size: 1.8rem;
    line-height: 1.77;
    margin-bottom: 32px;
  }
  .faq__answer p::before {
    width: 48px;
    height: 48px;
    font-size: 2.4rem;
  }
}
/*------------------------------------------------------------
   column 働く人に知って欲しい社会保険・労働法・税金+α
------------------------------------------------------------*/
.column {
  margin-bottom: 48px;
}

.column__summarytitle {
  margin: 29px 0 20px 0;
  color: #0A77AA;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 500;
  font-size: 1.5rem;
}

.column__more {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 12px;
}
.column__more a {
  color: #2F64E1;
  text-decoration: underline;
}
.column__more a::before {
  font-family: abi !important;
  content: "\e907";
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9dc815;
  margin-right: 4px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .column__summarytitle {
    margin: 40px 0 16px 0;
    font-size: 1.8rem;
  }
  .column {
    margin-bottom: 64px;
  }
  .column__more {
    font-size: 1.6rem;
    margin-top: 16px;
  }
  .column__more a::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 1.4rem;
  }
}
/* 固定ボタンの調整 */
@media screen and (max-width: 767px) {
  .fixed_footer__tel {
    display: none !important;
  }
  .fixed_footer a {
    width: 50% !important;
  }
}