@charset "UTF-8";
/*------------------------------------------------------------
    全体のフォント調整
------------------------------------------------------------*/
/*main.content {font-family: "Noto Sans JP", sans-serif;}*/

/*------------------------------------------------------------
  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;}
}

/*------------------------------------------------------------
  アニメーション関連
------------------------------------------------------------*/
.fade-in-up{transform: translateY(30px);opacity: 0;transition: all ease-in-out 0.8s;display: block;}
.fade-in-up.is-anim{transform: translateY(0);opacity: 1;}


/*------------------------------------------------------------
    mv
------------------------------------------------------------*/
.mv{position: relative;margin-bottom: 32px;height: auto;aspect-ratio: 375 / 400;}
.mv .mv__img{position: static;transform: none;}
.mv__link {width: 100%;font-size: 1.3rem;display: flex;justify-content: flex-start;color: #FFF;width:fit-content;max-width: 100%;position: absolute;bottom: 140px;left: 20px;}
.mv__link a {color: #FFF;display: flex;align-items: center;background-color: #ED6D20;border-radius: 27px;padding: 12px 13px 13px 40px;line-height: 1;font-size: 1.4rem;font-weight: 700;}
.mv__link a::after{content:"";background: url(../images/img_tokushima/mv_btn_ico.svg) no-repeat center/contain;aspect-ratio: 1/1;width: 26px;margin-left: 14px;}
.mv__link a:hover{opacity: 0.8;}
.mv .mv__item {display: flex;gap: 4px;position: absolute;bottom: 15px;left: 20px;}
.mv .mv__item .items {flex-shrink: 0;aspect-ratio: 1/1;border-radius: 50%;overflow: hidden;text-align: center;color: #fff;font-size: 1.2rem;font-weight: 700;line-height: 1.42;background: #5AC080;width: 108px;display: flex;justify-content: center;align-items: center;}

@media screen and (max-width: 374px) {
  .mv__link {bottom: 120px;left: 16px;font-size: 1.2rem;}
  .mv__link a{padding: 10px 11px 11px 34px;font-size: 1.2rem;border-radius: 23px;}
  .mv__link a::after {width: 22px;margin-left: 10px;}
  .mv .mv__item {gap: 4px;left: 16px;}
  .mv .mv__item .items {width: 92px;font-size: 1.2rem;}
}

@media screen and (min-width: 520px){
  .mv__link{bottom: 15px;left: 16px;font-size: 1.2rem;}
  .mv .mv__item {left: auto;right: 15px;}
}

@media screen and (min-width: 768px) {
  .mv {aspect-ratio: 1440 / 400;margin-bottom: 72px;}
  .mv__link {left: 15%; bottom: 24.5%;}
  .mv__link a {border-radius: 1.875vw;padding: 0.833vw 0.903vw 0.903vw 2.778vw;font-size: calc(100vw * (14 / 1440));}
  .mv__link a::after {width: 1.806vw;margin-left: 0.972vw;}
  .mv .mv__item { right: 18.88%; bottom: 10%; gap: 0.278vw; }
  .mv .mv__item .items {width: 8.056vw;font-size: calc(100vw * (14 / 1440));}
}
@media screen and (min-width: 992px) {

}

/*------------------------------------------------------------
    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 {
  color: #2F64E1;
  text-decoration: underline;
}
.newarrival__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: #ED6D20;
  margin-right: 4px;
  font-size: 1.2rem;
}

@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 {
    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: #ED6D20;
  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 ----- */

/*------------------------------------------------------------
  reason
------------------------------------------------------------*/
#reason{padding:80px 0;margin: 64px 0 72px 0;position: relative;background:url(../images/img_tokushima/bg_dot.png) repeat,#FFFAEC;}
#reason *{box-sizing: border-box;letter-spacing: 0;}
#reason .divider{position: absolute;aspect-ratio: 1/1;width: 80px;}
#reason .divider:nth-of-type(1){top:-26px;left: 0;}
#reason .divider:nth-of-type(2){top:-26px;right: 0;transform:scale(-1, 1);}
#reason .divider:nth-of-type(3){bottom:-26px;left: 0;transform: scale(1, -1);}
#reason .divider:nth-of-type(4){bottom:-26px;right: 0;transform: scale(-1, -1);}

#reason .title{text-align: center;font-size: 2rem;line-height: 1.6;margin-bottom: 24px;position: relative;z-index: 1;}
#reason .title.m24{margin-top: 24px;}
#reason .title.m48{margin-top: 48px;}
#reason .title.taLsp{text-align: left;}
#reason .title span.orange{color: #ED6D20;position: relative;z-index: -1;font-weight: 700;}

#reason .title span.lens::before{content:"";display: block;aspect-ratio: 1/1;width: 102px;background: url(../images/img_tokushima/lens.svg)no-repeat center/contain;position: absolute;top:0;left: 0;z-index: -1;opacity: 0;transition: all ease-in-out 0.8s;}
#reason .title span.lens.is-anim::before{top: -28px;opacity:1;}

#reason .text{font-size: 1.4rem;line-height: 1.75;font-weight: 400;}
#reason .text span.orange{color: #ED6D20;font-weight: 700;}

#reason .box1{margin:48px 0 200px 0;background: #fff;border-radius: 8px;padding:32px 20px 200px;position: relative;z-index: 1;}
#reason .box1 h3{font-size: 1.6rem;margin-bottom: 13px;}
#reason .box1 .inner{}
#reason .box1 .inner .item{margin-bottom: 16px;}
#reason .box1 .inner .item:last-of-type{margin-bottom:0;}
#reason .box1 .inner .item .hukidashi{text-align: center;font-size: 1.6rem;font-weight: 700;background: #F1F1F1;border-radius: 999px;padding:8px 16px;position: relative;margin-bottom: 16px;}
#reason .box1 .inner .item .hukidashi::after{content:"";height: 8px;width: 16px;position: absolute;clip-path: polygon(0 0, 50% 100%, 100% 0);background: #F1F1F1;left: 50%;bottom: -8px;transform: translateX(-50%);}
#reason .box1 .inner .item p{font-size: 1.4rem;font-weight: 400;}
#reason .box1 .circle{border-radius: 50%;background: #e0e0e04d;color: #CD5811;line-height: 1.6;letter-spacing: 0.04em;font-size: 1.3rem;font-weight: 700;text-align: center;aspect-ratio: 1/1;width: 112px;display: flex;justify-content: center;align-items: center;position: absolute;bottom: 60px;z-index: 4;}
#reason .box1 .circle:nth-of-type(1){left: 16%;}
#reason .box1 .circle:nth-of-type(2){right: 16%;}
#reason .box1 .question{position: absolute;z-index: 2;left: 50%;transform: translateX(-50%);bottom: -120px;}
#reason .box1 .lines{position: absolute;z-index: 3;width: 100%;left: 0;height: auto;bottom: -125px;}
#reason .box1 .triangle{position: absolute;z-index: 5;left: 50%;transform: translateX(-50%);bottom: -165px;}

#reason .box1.type2{margin-top: 48px;margin-bottom: 96px;padding-bottom: 80px;box-shadow:0 0 32px #cd591124;}
#reason .box1.type2 h3{color: #ED6D20;}
#reason .box1.type2 .inner .item .hukidashi{background: #FFF1D5;}
#reason .box1.type2 .inner .item .hukidashi::after{background: #FFF1D5;}
#reason .box1.type2 .inner .item ul{padding-left: 18px;}
#reason .box1.type2 .inner .item ul li{list-style: disc;font-weight: 400;font-size: 1.4rem;margin-bottom: 8px;}
#reason .box1.type2 .inner .item ul li::marker{color: #E0E0E0;}
#reason .box1.type2 .inner .item ul li:empty::marker{color: transparent;}
#reason .box1.type2 .inner .item .plus_ico{margin: 30px auto 8px auto;display: block;opacity:0;transform: translateY(30px);transition: all ease-in-out 0.8s;}
#reason .box1.type2 .inner .item .plus_ico.is-anim{transform: translateY(0);opacity: 1;}
#reason .box1.type2 .inner .item .hukidashi_box{background: #FFA800;border-radius: 4px;padding: 24px 16px 32px;margin-bottom: 32px;position: relative;opacity:0;transform: translateY(30px);transition: all ease-in-out 0.8s;}
#reason .box1.type2 .inner .item .hukidashi_box.is-anim{transform: translateY(0);opacity: 1;}

#reason .box1.type2 .inner .item:nth-of-type(2) .hukidashi_box::after{content:"";width:35px;aspect-ratio: 35/24;background: url(../images/img_tokushima/hukidashi_box.svg)no-repeat center/contain;position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);}
#reason .box1.type2 .inner .item:last-of-type .hukidashi_box{margin-bottom: 0;}

#reason .box1.type2 .inner .item .hukidashi_box h5{color: #fff;font-size: 1.6rem;font-weight: 700;text-align: center;border-bottom: 1px solid #fff;padding-bottom: 8px;margin-bottom: 16px;}
#reason .box1.type2 .inner .item .hukidashi_box ul{}
#reason .box1.type2 .inner .item .hukidashi_box ul li{color: #fff;font-weight: 700;}
#reason .box1.type2 .inner .item .hukidashi_box ul li::marker{color: #fff;}

#reason .box1.type2.soudan{padding: 18px 16px;margin-bottom: 24px;text-align: left;}
#reason .box1.type2.soudan h2{text-align: left;margin: 0;}
#reason .box1.type2.soudan .soudan_img{position: absolute;top:-153px;left: 50%;transform: translateX(-50%);aspect-ratio: 280/168;width: 280px;}

#reason .cta__btn{margin-top: 64px;}
#reason .cta__btn.is-anim{animation: poyopoyo 2s ease-out 1;}
#reason .cta__btn .cta__reserve{width: 100%;}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {transform: scale(1.0);}
  50%, 70% {transform: scale(0.95);}
}

@media screen and (min-width: 768px){
  #reason{margin: 100px 0 72px 0;}
  #reason .divider{width: 156px;}
  #reason .divider:nth-of-type(1){top:-52px;}
  #reason .divider:nth-of-type(2){top:-52px;}
  #reason .divider:nth-of-type(3){bottom:-52px;}
  #reason .divider:nth-of-type(4){bottom:-52px;}

  #reason .title{font-size: 2.2rem;}
  #reason .title .reason__title{width:522px;max-width: 100%;display: block;margin: 0 auto 48px auto;}
  #reason .title.taLsp{text-align:center;}

  #reason .text{font-size: 1.6rem;text-align: center;}

  #reason .box1{margin:48px 0 205px 0;padding:32px 32px 80px;}
  #reason .box1 h3{font-size: 1.6rem;margin-bottom: 16px;}

  #reason .box1 .inner{display: flex;gap: 16px;}

  #reason .box1 .inner .item{margin-bottom:0;width: calc((100%/2) - (16px/2));}
  #reason .box1 .inner .item .hukidashi{margin-bottom: 16px;line-height: 1.6;}
  #reason .box1 .inner .item p{font-size: 1.6rem;}

  #reason .box1 .circle{bottom: -80px;}
  #reason .box1 .circle:nth-of-type(1){left: 29%;}
  #reason .box1 .circle:nth-of-type(2){right: 29%;}

  #reason .box1.type2 .inner .item ul{min-height: 116px;}
  #reason .box1.type2 .inner .item ul li{font-size: 1.6rem;line-height: 1.6;margin-bottom: 4px;}
  #reason .box1.type2 .inner .item ul li:last-of-type{margin-bottom: 0;}
  #reason .box1.type2 .inner .item .hukidashi_box{margin-bottom:0;min-height: 349px;}

  #reason .box1.type2 .inner .item:nth-of-type(1) .hukidashi_box::after{content:"";width:35px;aspect-ratio: 35/24;background: url(../images/img_tokushima/hukidashi_box.svg)no-repeat center/contain;position: absolute;bottom: -20px;left: 61%;}
  #reason .box1.type2 .inner .item:nth-of-type(2) .hukidashi_box::after{content:"";width:35px;aspect-ratio: 35/24;background: url(../images/img_tokushima/hukidashi_box.svg)no-repeat center/contain;position: absolute;bottom: -20px;left: 32%;transform:scale(-1, 1)}

  #reason .box1.type2 .inner .item .hukidashi_box ul li{color: #fff;}
  #reason .box1.type2 .inner .item .hukidashi_box ul li::marker{color: #fff;}

  #reason .box1.type2.soudan{margin-bottom: 24px;max-width: 750px;margin-left: auto;margin-right: auto;}
  #reason .box1.type2.soudan h2{text-align: center;margin: 0;}
  #reason .box1.type2.soudan .soudan_img{top:-198px;width: 349px;}

  #reason .text.pc75{max-width: 750px;margin-left: auto;margin-right: auto;text-align: left;}
  #reason .cta__btn .cta__reserve{margin: auto;}
}



/*------------------------------------------------------------
    works
------------------------------------------------------------*/
.works {margin-top: 64px;margin-bottom: 60px;}
.works .contentarea__inner {padding: 0;}
.works__service {color: #CD5811;display: flex;justify-content: center;align-items: center;border: 1px solid #CD5811;border-radius: 4px;max-width: 534px;height: 42px;margin: 0 auto 20px;font-size: 1.5rem;width: calc(100% - 32px);}
.works__service_content {display: flex;flex-direction: column;justify-content: center;gap: 24px;width: calc(100% - 32px);margin: auto;}
.works__service_content > div {max-width: 400px;}
.works__service_txt {font-size: 1.3rem;font-weight: 600;text-align: center;margin-bottom: 8px;}

@media screen and (min-width: 768px) {
  .works {margin-top: 100px;margin-bottom: 100px;}
  .works .contentarea__inner {max-width: 1080px;}
  .works__service {height: 54px;margin: 0 auto 48px;width: auto;font-size: 2.2rem;border-radius: 8px;line-height: 1.54;}
  .works__service_content {flex-direction: row;width: auto;}
  .works__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: #CD5811;
  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 #ED6D20;
  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: #ED6D20;
  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_tokushima/open.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: #F0935B;
  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: #ED6D20;
  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;
  }
}