.secIntro {
  padding: 53px 0 60px;
}
.secIntro::before {
  content: "";
  width: 44px;
  height: 44px;
  background-color: var(--sub);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .secIntro {
    padding: 92px 0 100px;
  }
  .secIntro::before {
    width: min(12.152vw, 175px);
    height: min(12.152vw, 175px);
  }
}
.secIntro__ttl {
  margin-bottom: 50px;
}
.secIntro__img {
  width: 100%;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .secIntro__img {
    margin-bottom: 24px;
  }
}
.secIntro__txtWrap {
  margin-bottom: 30px;
}
.secIntro__txtWrap p + p {
  margin-top: 1.7em;
}
@media screen and (min-width: 768px) {
  .secIntro__txtWrap {
    text-align: center;
  }
}
.secIntro__serviceBlk_ttl {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secIntro__serviceBlk_ttl > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 14px;
}
.secIntro__serviceBlk_ttl > span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--main);
  display: block;
}
@media screen and (min-width: 768px) {
  .secIntro__serviceBlk_ttl {
    margin-bottom: 32px;
  }
  .secIntro__serviceBlk_ttl > span {
    grid-gap: 20px;
  }
  .secIntro__serviceBlk_ttl > span::after {
    width: 26px;
  }
}
.secIntro__serviceBlk_list {
  width: 100%;
  display: grid;
  grid-gap: 20px;
}
.secIntro__serviceBlk_list .listItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 6px;
}
.secIntro__serviceBlk_list .listItem__wrapLink {
  border: 1px solid var(--main);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0;
}
.secIntro__serviceBlk_list .listItem__wrapLink .underline {
  text-decoration: underline;
}
.secIntro__serviceBlk_list .listItem__wrapLink:hover {
  text-decoration: none;
  opacity: 0.5;
}
.secIntro__serviceBlk_list .listItem__wrapLink:hover .underline {
  text-decoration: none;
}
.secIntro__serviceBlk_list .listItem__header {
  width: 100%;
  position: relative;
}
.secIntro__serviceBlk_list .listItem__header_img {
  width: 100%;
}
.secIntro__serviceBlk_list .listItem__header_ttl {
  width: 100%;
  padding: 5px;
  font-size: 18px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.secIntro__serviceBlk_list .listItem__body {
  width: 100%;
}
.secIntro__serviceBlk_list .listItem--2col {
  grid-gap: 0;
}
.secIntro__serviceBlk_list .listItem--2col .listItem__header_ttl {
  width: auto;
  padding: 5px 16px;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secIntro__serviceBlk_list .listItem--2col .listItem__body {
  padding: 12px 20px 20px;
  background-color: #F6F8FB;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 15px;
}
.secIntro__serviceBlk_list .listItem--2col .listItem__body p.serif {
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
}
.secIntro__serviceBlk_list .listItem--2col .listItem__body .underline {
  font-size: 14px;
  --lh: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 4px;
}
.secIntro__serviceBlk_list .listItem--2col .listItem__body .underline::after {
  content: "";
  width: 11px;
  height: 11px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23081F5C"/></svg>') center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .secIntro__serviceBlk_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
  }
  .secIntro__serviceBlk_list .listItem__wrapLink {
    flex-direction: row;
  }
  .secIntro__serviceBlk_list .listItem__header_ttl {
    padding: 12px;
  }
  .secIntro__serviceBlk_list .listItem--2col {
    grid-column: span 2;
  }
  .secIntro__serviceBlk_list .listItem--2col .listItem__header {
    width: 50%;
    flex-shrink: 0;
  }
  .secIntro__serviceBlk_list .listItem--2col .listItem__body {
    padding: 0 15px;
    text-align: center;
    align-self: stretch;
    justify-content: center;
  }
  .secIntro__serviceBlk_list .listItem--2col .listItem__body p.serif {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__serviceBlk_list {
    grid-gap: 40px 50px;
  }
  .secIntro__serviceBlk_list .listItem__body br.disp_pc--notlg {
    display: none;
  }
  .secIntro__serviceBlk_list .listItem--2col .listItem__header {
    width: 47.6236%;
  }
  .secIntro__serviceBlk_list .listItem--2col .listItem__header_ttl {
    padding: 10px 20px;
    font-size: 28px;
    --lh: 1.4;
  }
  .secIntro__serviceBlk_list .listItem--2col .listItem__body {
    padding: 0 20px;
    grid-gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .secIntro__serviceBlk_list .listItem__body br.disp_pc--notlg {
    display: block;
  }
  .secIntro__serviceBlk_list .listItem__body .discList li.mr {
    margin-right: -1em;
  }
  .secIntro__serviceBlk_list .listItem--2col .listItem__header_ttl {
    font-size: 28px;
  }
  .secIntro__serviceBlk_list .listItem--2col .listItem__body {
    padding: 0 20px 12px;
  }
  .secIntro__serviceBlk_list .listItem--2col .listItem__body p.serif {
    font-size: 18px;
  }
}
.secIntro__serviceBlk_btnWrap {
  width: 100%;
  margin-top: 48px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secIntro__serviceBlk_btnWrap {
    margin-top: 60px;
  }
}

.serviceNav {
  width: 100%;
  padding: 53px 0 60px;
  background-color: #FAFAFA;
  position: relative;
}
@media screen and (min-width: 768px) {
  .serviceNav {
    padding: 93px 0 100px;
  }
}
.serviceNav__ttl {
  margin-bottom: 40px;
}
.serviceNav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.serviceNav__list a {
  width: 100%;
  height: 60px;
  background-color: var(--main);
  color: #fff;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.serviceNav__list a::after {
  content: "";
  width: 9px;
  height: 5px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23fff"/></svg>') center/contain no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%) rotate(-90deg);
}
.serviceNav__list a[href*="#"]::after {
  transform: translateY(-50%);
}
.serviceNav__list a:hover, .serviceNav__list a.current {
  background-color: var(--sub);
  color: #000;
  text-decoration: none;
}
.serviceNav__list a:hover::after, .serviceNav__list a.current::after {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23000"/></svg>') center/contain no-repeat;
}
.serviceNav__list a small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .serviceNav__list li.sp2col {
    grid-column: span 2;
    order: 1;
  }
  .serviceNav__list li.sp2col a::after {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .serviceNav__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .serviceNav__list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .serviceNav__list a {
    height: 66px;
  }
}

.secService {
  padding: 56px 0 0;
}
@media screen and (min-width: 768px) {
  .secService {
    padding: 96px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .secService__inner--wide {
    --innerMax: 1100px;
  }
}
.secService__blkWrap {
  padding: 50px 0 60px;
  position: relative;
}
.secService__blkWrap::before {
  content: "";
  width: 90px;
  height: 45px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="92" height="46" viewBox="0 0 92 46" fill="none"><path d="M83.333 3.5L77.3584 9.47461L48.3662 38.4658L45.8916 40.9414L43.417 38.4658L14.4258 9.47461L8.4502 3.5H83.333Z" fill="%23081F5C" stroke="%23fff" stroke-width="7"/></svg>') center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .secService__blkWrap {
    padding: 65px 0 75px;
  }
}
.secService__ttl {
  margin-bottom: 40px;
  font-weight: 700;
  --lh: 1;
}
.secService__ttl small {
  --lh: 1.6;
  display: inline-block;
}
.secService__ttl--tab09 {
  margin-bottom: 30px;
  --lh: 1.2;
}
@media screen and (min-width: 768px) {
  .secService__ttl {
    margin-bottom: 80px;
    font-size: 40px;
  }
  .secService__ttl .jp small {
    font-size: 28px;
  }
  .secService__ttl--tab09 {
    margin-bottom: 30px;
    --lh: 1;
  }
}
.secService__introBlk {
  margin-bottom: 30px;
  --lh: 2;
}
.secService__introBlk .mb {
  margin-bottom: 10px;
}
.secService__introBlk_ttl {
  margin-bottom: 12px;
}
.secService__introBlk_ttl > span {
  padding: 12px 32px;
  border: 1px solid var(--main);
  font-size: 18px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1;
  display: inline-block;
}
.secService__introBlk_ttl > span.radius {
  border-radius: 30px;
}
.secService__introBlk p.txt--center {
  padding-bottom: 70px;
  margin-bottom: 20px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  position: relative;
}
.secService__introBlk p.txt--center::after {
  content: "";
  width: 12px;
  height: 56px;
  background: repeating-linear-gradient(90deg, #081f5c, #081f5c 1px, transparent 1px, transparent 5px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.secService__introBlk_maList {
  width: 100%;
  display: grid;
  grid-gap: 20px;
}
.secService__introBlk_maList .listItem {
  padding: 40px 20px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 15px;
  position: relative;
}
.secService__introBlk_maList .listItem::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #fff;
  display: block;
  flex-shrink: 0;
  order: 1;
}
.secService__introBlk_maList .listItem:not(:last-child)::after {
  content: "+";
  width: 39px;
  height: 39px;
  padding-bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--main);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.secService__introBlk_maList .listItem__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 2px;
}
.secService__introBlk_maList .listItem__header_icon {
  width: 40px;
}
.secService__introBlk_maList .listItem__header_ttl {
  color: #D7BF84;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
.secService__introBlk_maList .listItem__body {
  width: 100%;
  --lh: 1.7;
  order: 1;
}
@media screen and (min-width: 768px) {
  .secService__introBlk {
    margin-bottom: 50px;
  }
  .secService__introBlk_ttl {
    margin-bottom: 10px;
  }
  .secService__introBlk_ttl > span {
    padding: 12px 20px;
    font-size: 22px;
  }
  .secService__introBlk_ttl > span.radius {
    padding: 16px 40px;
    font-size: 24px;
  }
  .secService__introBlk p.txt--center {
    padding-top: 10px;
    padding-bottom: 80px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .secService__introBlk_maList {
    grid-template-columns: repeat(3, 1fr);
  }
  .secService__introBlk_maList .listItem {
    grid-gap: 15px;
  }
  .secService__introBlk_maList .listItem:not(:last-child)::after {
    bottom: 50%;
    left: auto;
    right: -30px;
    transform: translate(0, 50%);
  }
  .secService__introBlk_maList .listItem__header_ttl {
    min-height: 4.8em;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .secService__introBlk_maList .listItem__body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .secService__introBlk_maList .listItem {
    grid-gap: 20px;
  }
  .secService__introBlk_maList .listItem__header_ttl {
    min-height: 0;
    font-size: 18px;
    display: block;
  }
  .secService__introBlk_maList .listItem__body {
    padding: 0 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .secService__introBlk_maList .listItem__header_ttl {
    font-size: 20px;
  }
}
.secService__blk {
  margin-bottom: 50px;
  --lh: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.secService__blk .mb {
  margin-bottom: 10px;
}
.secService__blk_ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.secService__blk_ttl > span {
  color: var(--main);
  font-size: 20px;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1.6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 12px;
}
.secService__blk_ttl > span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--main);
  display: block;
}
.secService__blk_txtWrap {
  --lh: 1.6;
}
.secService__blk_txtWrap_ttl {
  margin-bottom: 6px;
  color: #AC8012;
  font-size: 18px;
  font-weight: 700;
  --ls: 0.04em;
}
.secService__blk_txtWrap_ttl:not(:first-child) {
  margin-top: 26px;
}
.secService__blk_txtWrap p + p {
  margin-top: 1.6em;
}
.secService__blk_row {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}
.secService__blk_row_img {
  width: 100%;
  max-width: 400px;
}
.secService__blk_row_txtWrap {
  width: 100%;
}
.secService__blk_detailList {
  width: 100%;
  margin-top: 10px;
  display: grid;
  grid-gap: 14px;
}
.secService__blk_detailList dt {
  padding: 8px 10px;
  background-color: var(--main);
  color: #fff;
  font-weight: 700;
  --lh: 2;
  text-align: center;
}
.secService__blk_detailList dt:has(br) {
  --lh: 1.5;
}
.secService__blk_detailList dd {
  --lh: 1.6;
}
.secService__blk_detailList dd:not(:last-child) {
  margin-bottom: 10px;
}
.secService__blk_detailList--pcCol3 dt {
  background-color: #EEE;
  color: #081F5C;
  font-size: 20px;
  --ls: 0.04em;
  --lh: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secService__blk_detailList--pcCol3 dd {
  --lh: 1.7;
}
.secService__blk_detailList--pcCol3 dd:not(:last-child) {
  margin-bottom: 20px;
}
.secService__blk_detailList--foreign2 {
  grid-gap: 15px;
}
.secService__blk_detailList--lc {
  grid-gap: 10px;
}
.secService__blk_detailList--lc dt {
  min-height: 80px;
  --lh: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.secService__blk_detailList--lc dt small {
  font-size: 16px;
}
.secService__blk_flowList {
  width: 100%;
  margin-top: 10px;
  display: grid;
  grid-gap: 50px;
  counter-reset: serive_flow_list 0;
}
.secService__blk_flowList .listItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  position: relative;
}
.secService__blk_flowList .listItem__ttl {
  width: 100%;
  padding: 14px 32px;
  background-color: #EEE;
  color: var(--main);
  font-size: 18px;
  font-weight: 500;
  --lh: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 13px;
}
.secService__blk_flowList .listItem__ttl::before {
  counter-increment: serive_flow_list 1;
  content: counter(serive_flow_list, decimal-leading-zero);
  font-size: 16px;
}
.secService__blk_flowList .listItem__txtWrap {
  width: 100%;
  --lh: 1.6;
}
.secService__blk_flowList .listItem:not(:last-child)::after {
  content: "";
  width: 15px;
  height: 8px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23000"/></svg>') center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.secService__blk_checkList--gap5 {
  grid-gap: 5px;
}
.secService__blk_countList {
  width: 100%;
  margin-top: 13px;
  display: grid;
  grid-gap: 23px;
  counter-reset: count_list 0;
}
.secService__blk_countList li {
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
.secService__blk_countList li::before {
  counter-increment: count_list 1;
  content: counter(count_list) ".";
  color: var(--main);
  font-size: 24px;
  font-weight: 500;
  font-family: var(--serif);
  letter-spacing: 0.04em;
  line-height: 1.2;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .secService__blk_row {
    flex-direction: row;
    align-items: flex-start;
  }
  .secService__blk_row_img {
    width: 42.3954%;
    max-width: 100%;
    flex-shrink: 0;
  }
  .secService__blk_detailList {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px 30px;
  }
  .secService__blk_detailList dt:nth-child(1), .secService__blk_detailList dt:nth-child(3) {
    grid-row: 1;
  }
  .secService__blk_detailList dt:nth-child(5), .secService__blk_detailList dt:nth-child(7) {
    grid-row: 3;
  }
  .secService__blk_detailList dd:nth-child(2), .secService__blk_detailList dd:nth-child(4) {
    grid-row: 2;
  }
  .secService__blk_detailList dd:nth-child(6), .secService__blk_detailList dd:nth-child(8) {
    grid-row: 4;
  }
  .secService__blk_detailList dd:nth-child(10), .secService__blk_detailList dd:nth-child(10) {
    grid-row: 6;
  }
  .secService__blk_detailList dd:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .secService__blk_flowList {
    grid-gap: 48px;
  }
  .secService__blk_flowList .listItem {
    flex-direction: row;
    align-items: center;
    grid-gap: 20px;
  }
  .secService__blk_flowList .listItem__ttl {
    width: 30%;
    max-width: 270px;
    padding: 14px;
    flex-shrink: 0;
  }
  .secService__blk_countList {
    margin-top: 8px;
    grid-gap: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .secService__blk_row {
    align-items: center;
    grid-gap: 30px;
  }
  .secService__blk_detailList dt:has(br.disp_sp), .secService__blk_detailList dt:has(br.disp_tab), .secService__blk_detailList dt:has(br.disp_notpc) {
    --lh: 2;
  }
  .secService__blk_detailList--pcCol3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 30px;
  }
  .secService__blk_detailList--pcCol3 dt {
    min-height: 84px;
  }
  .secService__blk_detailList--pcCol3 dt:nth-child(5) {
    grid-row: 1;
  }
  .secService__blk_detailList--pcCol3 dd:nth-child(6) {
    grid-row: 2;
  }
  .secService__blk_detailList--pcCol3 dd:nth-child(8), .secService__blk_detailList--pcCol3 dd:nth-child(10) {
    grid-row: 4;
  }
  .secService__blk_detailList--pcCol3 dd:not(:last-child) {
    margin-bottom: 25px;
  }
  .secService__blk_detailList--pcCol3 dd:nth-last-child(-n+6) {
    margin-bottom: 0;
  }
  .secService__blk_flowList .listItem__ttl {
    width: 25.5%;
  }
}
.secService__worryBlk {
  --lh: 1.6;
}
.secService__worryBlk_ttl {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  text-align: center;
}
.secService__worryBlk_listWrap {
  width: 100%;
  max-width: 900px;
  padding: 30px 20px;
  margin: 0 auto;
  border: 1px solid #fff;
}
.secService__worryBlk .checkList {
  grid-gap: 21px;
}
.secService__worryBlk .checkList li::before {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><path d="M22.4 22.4H0V0H22.4V22.4ZM15.425 5.95L9.455 14.16L6 10.705L4.305 12.4L8.75 16.845L9.74 17.84L10.565 16.705L17.36 7.36L18.065 6.39L16.125 4.975L15.42 5.945L15.425 5.95Z" fill="%23fff"/></svg>') center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .secService__worryBlk_ttl {
    font-size: 28px;
  }
  .secService__worryBlk_listWrap {
    padding: 36px 44px;
  }
}
.secService__solBlk {
  margin-top: 40px;
  margin-bottom: 50px;
  --lh: 1.6;
}
.secService__solBlk_ttl {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 8px;
}
.secService__solBlk_ttl strong {
  padding: 5px 14px;
  display: inline-block;
}
.secService__solBlk_listWrap {
  width: 100%;
  max-width: 900px;
  padding: 30px 20px;
  margin: 0 auto;
  border: 3px solid #C3A353;
  position: relative;
}
.secService__solBlk_listWrap::before {
  content: "";
  width: 90px;
  height: 45px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="92" height="46" viewBox="0 0 92 46" fill="none"><path d="M83.333 3.5L77.3584 9.47461L48.3662 38.4658L45.8916 40.9414L43.417 38.4658L14.4258 9.47461L8.4502 3.5H83.333Z" fill="%23C3A353" stroke="%23081F5C" stroke-width="7"/></svg>') center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.secService__solBlk .checkList {
  grid-gap: 18px;
}
@media screen and (min-width: 768px) {
  .secService__solBlk_ttl {
    font-size: 22px;
  }
  .secService__solBlk_listWrap {
    padding: 30px 42px;
  }
}
.secService__exampleBlk_ttl {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
}
.secService__exampleBlk_slideList .listItem {
  height: auto;
  padding: 30px 20px;
  background-color: #fff;
  color: #000;
}
.secService__exampleBlk_slideList .listItem__header {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 5px;
}
.secService__exampleBlk_slideList .listItem__header_number {
  font-size: 32px;
  line-height: 1;
  display: block;
}
.secService__exampleBlk_slideList .listItem__header_ttl {
  font-size: 20px;
}
.secService__exampleBlk_slideList .listItem__body {
  --ls: 0.04em;
  --lh: 1.6;
}
.secService__exampleBlk_slideList .listItem__body_ttl {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
.secService__exampleBlk_slideList .listItem__body_ttl--after {
  color: #AC8012;
}
.secService__exampleBlk_slideList .listItem__body_txtWrap {
  position: relative;
}
.secService__exampleBlk_slideList .listItem__body_txtWrap:not(:last-child) {
  margin-bottom: 54px;
}
.secService__exampleBlk_slideList .listItem__body_txtWrap:not(:last-child)::after {
  content: "";
  width: 15px;
  height: 8px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23000"/></svg>') center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: -27px;
  left: 0;
  transform: translateY(50%);
}
.secService__exampleBlk_dots {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secService__exampleBlk_dots .swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1;
}
.secService__exampleBlk_dots .swiper-pagination-bullet-active {
  background-color: #B18821;
}
@media screen and (min-width: 768px) {
  .secService__exampleBlk {
    padding: 15px 0 0;
  }
  .secService__exampleBlk_ttl {
    font-size: 28px;
  }
  .secService__exampleBlk_slideList .listItem {
    padding: 32px 40px;
  }
  .secService__exampleBlk_slideList .listItem__header {
    margin-bottom: 40px;
  }
  .secService__exampleBlk_slideList .listItem__header_number {
    font-size: 42px;
  }
  .secService__exampleBlk_slideList .listItem__header_ttl {
    font-size: 22px;
  }
}
.secService__maBlk {
  width: 100%;
  margin-top: -10px;
  margin-bottom: 30px;
}
.secService__maBlk_ttl {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
.secService__maBlk_txtWrap {
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
.secService__maBlk_txtWrap p + p {
  margin-top: 1.6em;
}
.secService__maBlk_list {
  width: 100%;
  display: grid;
  grid-gap: 40px;
}
.secService__maBlk_list .listItem {
  padding: 30px 20px 40px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
.secService__maBlk_list .listItem__ttl {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
.secService__maBlk_list .listItem__ttl small {
  padding: 6px 10px;
  font-size: 22px;
  font-weight: 400;
  --ls: 0.02em;
  --lh: 1;
  display: block;
}
.secService__maBlk_list .listItem__img {
  width: 100%;
}
.secService__maBlk_list .listItem__txtWrap {
  width: 100%;
  --lh: 1.8;
}
.secService__maBlk_list .listItem__btnWrap {
  width: 100%;
}
.secService__maBlk_list .listItem__btnWrap .btn {
  width: 100%;
  padding: 16px 30px;
  background-color: #fff;
  border: 1px solid var(--main);
  color: var(--main);
  font-size: 16px;
}
.secService__maBlk_list .listItem__btnWrap .btn::after {
  width: 15px;
}
.secService__maBlk_list .listItem__btnWrap .btn:hover {
  background-color: var(--main);
  color: #FFF;
}
.secService__maBlk_list .listItem__btnWrap .btn:hover::after {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23fff"/></svg>') center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .secService__maBlk {
    margin-top: -20px;
  }
  .secService__maBlk_ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .secService__maBlk_txtWrap {
    font-size: 18px;
  }
  .secService__maBlk_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .secService__maBlk_list .listItem {
    padding: 30px 0 40px;
    box-shadow: none;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    align-items: flex-start;
    grid-gap: 20px;
  }
  .secService__maBlk_list .listItem__ttl {
    margin-bottom: 10px;
    font-size: 24px;
    grid-gap: 8px;
  }
  .secService__maBlk_list .listItem__ttl small {
    font-size: 25px;
  }
  .secService__maBlk_list .listItem__txtWrap {
    --lh: 1.7;
  }
}
@media screen and (min-width: 1024px) {
  .secService__maBlk_list .listItem__btnWrap .btn {
    padding: 14px 30px;
    font-size: 20px;
  }
}
.secService__contactBlk {
  margin-bottom: 50px;
}
.secService__contactBlk_ttl {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
.secService__contactBlk_txtWrap {
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .secService__contactBlk_txtWrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .secService__contactBlk {
    margin-bottom: 75px;
  }
  .secService__contactBlk_ttl {
    margin-bottom: 58px;
    font-size: 28px;
  }
  .secService__contactBlk_txtWrap {
    font-size: 18px;
  }
}
.secService__btnWrap {
  margin-top: -8px;
  text-align: center;
}

.secFlow {
  padding: 60px 0;
  background: url(../img/service/flow_bg-sp.jpg) right top/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .secFlow {
    padding: 88px 0 100px;
    background-image: url(../img/service/flow_bg-pc.jpg);
  }
}
.secFlow__ttl {
  margin-bottom: 28px;
  grid-gap: 8px;
}
@media screen and (min-width: 768px) {
  .secFlow__ttl {
    margin-bottom: 64px;
    font-size: 40px;
    grid-gap: 18px;
  }
  .secFlow__ttl .en {
    font-size: 24px;
  }
}
.secFlow__txtWrap {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .secFlow__txtWrap {
    margin-bottom: 42px;
    font-size: 18px;
    font-family: var(--serif);
    --ls: 0.04em;
    --lh: 1.6;
  }
}
.secFlow__sliderWrap {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .secFlow__sliderWrap {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
@media screen and (min-width: 1092px) {
  .secFlow__sliderWrap {
    width: calc(100% - var(--innerOut) + 30px);
    margin-left: calc(var(--innerOut) - 30px);
  }
}
.secFlow__flowSlider {
  padding-left: 20px;
  position: relative;
}
.secFlow__flowSlider_arrow {
  width: 30px;
  height: 30px;
  background: var(--main) url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23fff"/></svg>') center/10px no-repeat;
  background-position: center top 55%;
  border: 1px solid #FFF;
  border-radius: 50%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.secFlow__flowSlider_arrow--prev {
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.35);
  left: 10px;
  transform: translate(0, -50%) rotate(90deg);
}
.secFlow__flowSlider_arrow--next {
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.35);
  right: 10px;
  transform: translate(0, -50%) rotate(-90deg);
}
.secFlow__flowSlider:has(.listItem:first-child.swiper-slide-active) .secFlow__flowSlider_arrow--prev {
  display: none;
}
.secFlow__flowSlider:has(.listItem:last-child.swiper-slide-active) .secFlow__flowSlider_arrow--next {
  display: none;
}
@media screen and (min-width: 576px) {
  .secFlow__flowSlider_arrow {
    width: 45px;
    height: 45px;
    background-size: 15px;
  }
  .secFlow__flowSlider_arrow--prev {
    left: auto;
    right: 75%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .secFlow__flowSlider_arrow--next {
    right: auto;
    left: 75%;
    transform: translate(100%, -50%) rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .secFlow__flowSlider {
    padding-left: 30px;
    padding-right: 350px;
  }
  .secFlow__flowSlider_arrow {
    width: 60px;
    height: 60px;
    background-size: 18px;
    border-width: 2px;
  }
  .secFlow__flowSlider_arrow--prev {
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.35);
    top: calc(50% + 16px);
    left: 0;
    transform: translate(0, -50%) rotate(90deg);
  }
  .secFlow__flowSlider_arrow--next {
    box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.35);
    top: calc(50% + 16px);
    left: 89.5%;
    transform: translate(0, -50%) rotate(-90deg);
  }
}
@media screen and (min-width: 1024px) {
  .secFlow__flowSlider:has(.listItem:nth-child(4).swiper-slide-active) .secFlow__flowSlider_arrow--next {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .secFlow__flowSlider_arrow--next {
    left: 71%;
  }
}
.secFlow__slideList {
  padding-top: 20px;
  transition: var(--speed);
}
.secFlow__slideList:has(.listItem:last-child.swiper-slide-active) {
  left: -20px;
}
.secFlow__slideList .listItem {
  padding: 20px;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 5px;
  position: relative;
}
.secFlow__slideList .listItem__number {
  padding: 10px 14px 12px;
  background-color: var(--main);
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secFlow__slideList .listItem__img {
  width: 100%;
  margin-bottom: 8px;
}
.secFlow__slideList .listItem__ttl {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.6;
}
.secFlow__slideList .listItem__txtWrap {
  width: 100%;
}
.secFlow__slideList .listItem__txtWrap p:has(.btn) {
  margin-top: 14px;
  text-align: center;
}
.secFlow__slideList .listItem__txtWrap p .btn {
  padding: 18px 40px;
  font-size: 18px;
}
.secFlow__slideList .listItem__txtWrap p .btn::after {
  width: 15px;
}
@media screen and (min-width: 768px) {
  .secFlow__slideList {
    padding-top: 30px;
  }
  .secFlow__slideList:has(.listItem:last-child.swiper-slide-active) {
    left: 0;
  }
  .secFlow__slideList .listItem {
    width: 428px;
    padding: 40px 40px 35px;
    grid-gap: 14px;
  }
  .secFlow__slideList .listItem__number {
    padding: 14px 20px 18px;
    font-size: 20px;
  }
  .secFlow__slideList .listItem__ttl {
    font-size: 22px;
  }
  .secFlow__slideList .listItem__txtWrap {
    --lh: 1.6;
  }
  .secFlow__slideList .listItem__txtWrap p:has(.btn) {
    margin-top: 34px;
  }
  .secFlow__slideList .listItem__txtWrap p .btn {
    width: 100%;
    padding: 15px 40px;
    font-size: 20px;
  }
}

.secCase {
  padding: 54px 0 60px;
  background: url(../img/service/case_bg.jpg) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .secCase {
    padding: 88px 0 100px;
  }
}
.secCase__ttl {
  margin-bottom: 30px;
  grid-gap: 8px;
}
@media screen and (min-width: 768px) {
  .secCase__ttl {
    margin-bottom: 40px;
    font-size: 40px;
    grid-gap: 18px;
  }
  .secCase__ttl .en {
    font-size: 24px;
  }
}
.secCase__sliderWrap {
  width: 100%;
  max-width: 100%;
}
.secCase__caseSlider {
  position: relative;
}
.secCase__caseSlider_arrow {
  width: 30px;
  height: 30px;
  background: var(--main) url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23fff"/></svg>') center/10px no-repeat;
  background-position: center top 55%;
  border: 1px solid #FFF;
  border-radius: 50%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.secCase__caseSlider_arrow--prev {
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.35);
  left: 10px;
  transform: translate(0, -50%) rotate(90deg);
}
.secCase__caseSlider_arrow--next {
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.35);
  right: 10px;
  transform: translate(0, -50%) rotate(-90deg);
}
.secCase__caseSlider_dots {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secCase__caseSlider_dots .swiper-pagination-bullet {
  background-color: #9EC5AB;
  opacity: 1;
}
.secCase__caseSlider_dots .swiper-pagination-bullet-active {
  background-color: #B18821;
}
.secCase__caseSlider_dots .swiper-pagination-bullet:nth-child(n+4) {
  display: none;
}
.secCase__caseSlider_dots:has(.swiper-pagination-bullet-active:nth-child(4)) .swiper-pagination-bullet:nth-child(1) {
  background-color: #B18821;
}
.secCase__caseSlider_dots:has(.swiper-pagination-bullet-active:nth-child(5)) .swiper-pagination-bullet:nth-child(2) {
  background-color: #B18821;
}
.secCase__caseSlider_dots:has(.swiper-pagination-bullet-active:nth-child(6)) .swiper-pagination-bullet:nth-child(3) {
  background-color: #B18821;
}
@media screen and (min-width: 576px) {
  .secCase__caseSlider_arrow {
    width: 45px;
    height: 45px;
    background-size: 15px;
  }
  .secCase__caseSlider_arrow--prev {
    left: 3%;
    transform: translate(0, -50%) rotate(90deg);
  }
  .secCase__caseSlider_arrow--next {
    right: 3%;
    transform: translate(0, -50%) rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .secCase__caseSlider_arrow {
    width: 60px;
    height: 60px;
    background-size: 18px;
    border-width: 2px;
  }
  .secCase__caseSlider_arrow--prev {
    box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.35);
    left: 4%;
  }
  .secCase__caseSlider_arrow--next {
    box-shadow: -4px 0px 4px rgba(0, 0, 0, 0.35);
    right: 4%;
  }
}
@media screen and (min-width: 1200px) {
  .secCase__caseSlider_arrow--prev {
    left: auto;
    right: calc(50% + 500px);
  }
  .secCase__caseSlider_arrow--next {
    right: auto;
    left: calc(50% + 500px);
  }
}
.secCase__slideList {
  padding-top: 25px;
}
.secCase__slideList .listItem {
  padding: 20px 20px 25px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.25);
  color: #3a3a3a;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 5px;
  position: relative;
}
.secCase__slideList .listItem__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 14px;
}
.secCase__slideList .listItem__leftCol {
  width: 100%;
}
.secCase__slideList .listItem__rightCol {
  width: 100%;
}
.secCase__slideList .listItem__number {
  padding: 15px;
  background-color: var(--main);
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.secCase__slideList .listItem__img {
  width: 100%;
  margin-bottom: 20px;
}
.secCase__slideList .listItem__detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 2px;
}
.secCase__slideList .listItem__detail dt {
  padding: 1px 10px;
  border: 1px solid var(--main);
  font-size: 18px;
  font-weight: 700;
  --ls: 0.04em;
  --lh: 1.6;
}
.secCase__slideList .listItem__body {
  width: 100%;
  --ls: 0.04em;
  --lh: 1.6;
}
.secCase__slideList .listItem__body_ttl {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}
.secCase__slideList .listItem__body_ttl--after {
  color: #AC8012;
}
.secCase__slideList .listItem__body_txtWrap {
  position: relative;
}
.secCase__slideList .listItem__body_txtWrap:not(:last-child) {
  margin-bottom: 34px;
}
.secCase__slideList .listItem__body_txtWrap:not(:last-child)::after {
  content: "";
  width: 18px;
  height: 10px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23000"/></svg>') center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 768px) {
  .secCase__slideList {
    padding-top: 30px;
  }
  .secCase__slideList .listItem {
    padding: 64px 40px 68px;
    grid-gap: 14px;
  }
  .secCase__slideList .listItem__row {
    flex-direction: row;
    grid-gap: 28px;
  }
  .secCase__slideList .listItem__leftCol {
    width: 35%;
    max-width: 315px;
    padding-top: 8px;
    flex-shrink: 0;
  }
  .secCase__slideList .listItem__number {
    padding: 14px 20px 18px;
    font-size: 20px;
  }
  .secCase__slideList .listItem__body_txtWrap:not(:last-child) {
    margin-bottom: 54px;
  }
  .secCase__slideList .listItem__body_txtWrap:not(:last-child)::after {
    bottom: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .secCase__slideList .listItem {
    width: 1052px;
  }
}

.secFaq {
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  .secFaq {
    padding: 90px 0 100px;
    --innerMax: 1000px;
  }
}
.secFaq__ttl {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .secFaq__ttl {
    margin-bottom: 82px;
  }
}
.secFaq__faqWrap {
  width: 100%;
  display: grid;
  grid-gap: 22px;
}
.secFaq__faqBlk {
  width: 100%;
  padding: 20px 10px 20px 20px;
  background-color: #F9F9F9;
  transition: var(--speed);
}
.secFaq__faqBlk:has(.secFaq__faqBlk_q:hover) {
  filter: brightness(1.0105);
}
.secFaq__faqBlk:has(.open) {
  padding-bottom: 10px;
}
.secFaq__faqBlk_q {
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.secFaq__faqBlk_q::before {
  content: "Q.";
  color: var(--main);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--serif);
  --ls: 0.04em;
  --lh: 1;
  flex-shrink: 0;
}
.secFaq__faqBlk_q_ttl {
  width: 100%;
  font-weight: 700;
  --lh: 1.5;
}
.secFaq__faqBlk_q_toggler {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  position: relative;
}
.secFaq__faqBlk_q_toggler::before, .secFaq__faqBlk_q_toggler::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: var(--main);
  display: block;
  position: absolute;
  top: 50%;
}
.secFaq__faqBlk_q_toggler::before {
  left: 0;
}
.secFaq__faqBlk_q_toggler::after {
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: var(--speed);
}
.secFaq__faqBlk_q.open .secFaq__faqBlk_q_toggler::after {
  left: 0;
  transform: translate(0, -50%) rotate(0deg);
}
.secFaq__faqBlk_a {
  width: 100%;
  max-height: 0;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: var(--speed);
}
.secFaq__faqBlk_a::before {
  content: "A.";
  color: #AC8012;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--serif);
  --ls: 0.04em;
  --lh: 1;
  flex-shrink: 0;
}
.secFaq__faqBlk_a_text {
  width: 100%;
}
.secFaq__faqBlk_a.open {
  max-height: 10000px;
  padding-top: 12px;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .secFaq__faqBlk {
    padding: 15px 26px 15px 24px;
  }
  .secFaq__faqBlk:has(.open) {
    padding-bottom: 18px;
  }
  .secFaq__faqBlk_q {
    grid-gap: 13px;
  }
  .secFaq__faqBlk_a {
    padding-right: 40px;
    grid-gap: 13px;
  }
  .secFaq__faqBlk_a.open {
    padding-top: 34px;
  }
}

#serviceChild {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  #serviceChild {
    padding: 100px 0;
  }
}
#serviceChild .secService__ttl--tab09 {
  margin-top: -7px;
  font-size: 28px;
  font-weight: 500;
  --ls: 0.04em;
  --lh: 1.3;
}
@media screen and (min-width: 768px) {
  #serviceChild .secService__ttl--tab09 {
    margin-top: -36px;
    margin-bottom: 27px;
    font-size: 40px;
    font-weight: 700;
    --lh: 1.6;
    grid-gap: 8px;
  }
}
#serviceChild .secService__introBlk {
  margin-bottom: 50px;
  --lh: 1.7;
}
#serviceChild .secService__introBlk_ttl > span {
  padding: 12px 20px;
  font-size: 22px;
}
#serviceChild .secService__introBlk_ttl > span.radius {
  padding: 12px 30px;
  font-size: 18px;
}
#serviceChild .secService__introBlk .mb {
  margin-bottom: 1.7em;
}
@media screen and (min-width: 768px) {
  #serviceChild .secService__introBlk {
    margin-bottom: 55px;
  }
}
#serviceChild .secService__blk {
  --lh: 1.7;
}
#serviceChild .secService__blk_ttl > span {
  font-size: 18px;
}
#serviceChild .secService__blk_txtWrap {
  --lh: 1.7;
}
#serviceChild .secService__blk_txtWrap_ttl {
  margin-bottom: 3px;
}
#serviceChild .secService__blk_txtWrap_ttl:not(:first-child) {
  margin-top: 22px;
}
#serviceChild .secService__blk_row {
  grid-gap: 23px;
}
#serviceChild .secService__blk_checkList {
  margin-top: 10px;
  grid-gap: 10px;
}
#serviceChild .secService__blk_discList {
  display: grid;
  grid-gap: 1px;
}
#serviceChild .secService__blk_detailList {
  grid-gap: 16px;
}
#serviceChild .secService__blk_detailList--foreign {
  margin-top: 20px;
  grid-gap: 12px;
}
#serviceChild .secService__blk_detailList--foreign dt {
  display: flex;
  align-items: center;
  justify-content: center;
}
#serviceChild .secService__blk_flowList .listItem__ttl {
  grid-gap: 10px;
}
#serviceChild .secService__blk_flowList .listItem__txtWrap {
  --lh: 1.7;
}
#serviceChild .secService__blk_flowList--gapNarrow {
  grid-gap: 40px;
}
#serviceChild .secService__blk_flowList--gapNarrow .listItem:not(:last-child)::after {
  bottom: -22px;
}
@media screen and (min-width: 768px) {
  #serviceChild .secService__blk {
    margin-bottom: 52px;
  }
  #serviceChild .secService__blk_ttl > span {
    font-size: 20px;
  }
  #serviceChild .secService__blk_row {
    flex-direction: row-reverse;
  }
  #serviceChild .secService__blk_checkList {
    grid-gap: 5px;
  }
  #serviceChild .secService__blk_detailList {
    grid-gap: 15px 30px;
  }
  #serviceChild .secService__blk_detailList--foreign {
    margin-bottom: 83px;
  }
  #serviceChild .secService__blk_flowList {
    grid-gap: 50px;
  }
  #serviceChild .secService__blk_flowList .listItem:not(:last-child)::after {
    width: 18px;
    height: 10px;
    bottom: -30px;
  }
  #serviceChild .secService__blk_flowList--gapNarrow {
    grid-gap: 40px;
  }
}
#serviceChild .secService__worryBlk_ttl {
  margin-bottom: 32px;
}
#serviceChild .secService__worryBlk_listWrap {
  padding: 32px 34px;
}
#serviceChild .secService__worryBlk .checkList {
  grid-gap: 11px;
}
#serviceChild .secService__worryBlk .checkList li {
  min-height: 48px;
}
@media screen and (min-width: 768px) {
  #serviceChild .secService__worryBlk_ttl {
    margin-bottom: 28px;
  }
  #serviceChild .secService__worryBlk_listWrap {
    padding: 31px 44px;
  }
}
#serviceChild .secService__solBlk {
  margin-bottom: 31px;
}
#serviceChild .secService__solBlk_listWrap {
  padding: 29px 22px;
}
#serviceChild .secService__solBlk .checkList {
  grid-gap: 11px;
}
#serviceChild .secService__solBlk .checkList li {
  min-height: 49px;
  padding-left: 37px;
}
@media screen and (min-width: 768px) {
  #serviceChild .secService__solBlk_listWrap {
    padding: 29px 42px;
  }
  #serviceChild .secService__solBlk .checkList {
    grid-gap: 10px;
  }
}
#serviceChild .secService__exampleBlk_ttl {
  margin-bottom: 23px;
  font-size: 20px;
}
#serviceChild .secService__exampleBlk_slideList .listItem {
  padding: 30px 20px 35px;
}
#serviceChild .secService__exampleBlk_slideList .listItem__header {
  margin-bottom: 24px;
}
#serviceChild .secService__exampleBlk_arrow {
  width: 30px;
  height: 30px;
  background: var(--main) url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.3555 0.355469L5.85547 5.85547L0.355469 0.355468" stroke="%23fff"/></svg>') center/10px no-repeat;
  background-position: center top 55%;
  border: 1px solid #FFF;
  border-radius: 50%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
#serviceChild .secService__exampleBlk_arrow--prev {
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.35);
  left: 10px;
  transform: translate(0, -50%) rotate(90deg);
}
#serviceChild .secService__exampleBlk_arrow--next {
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.35);
  right: 10px;
  transform: translate(0, -50%) rotate(-90deg);
}
#serviceChild .secService__exampleBlk_dots {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #serviceChild .secService__exampleBlk {
    padding: 38px 0 0;
  }
  #serviceChild .secService__exampleBlk_inner {
    max-width: 1100px;
  }
  #serviceChild .secService__exampleBlk_ttl {
    margin-bottom: 28px;
    font-size: 28px;
  }
  #serviceChild .secService__exampleBlk_slideList .listItem {
    padding: 38px 44px 30px;
  }
  #serviceChild .secService__exampleBlk_slideList .listItem__header {
    margin-bottom: 40px;
  }
  #serviceChild .secService__exampleBlk_dots {
    margin-top: 30px;
  }
}
#serviceChild .secService__maBlk {
  margin-top: -30px;
}
#serviceChild .secService__maBlk_list .listItem__txtWrap {
  --lh: 1.7;
}
@media screen and (min-width: 768px) {
  #serviceChild .secService__maBlk {
    margin-top: -28px;
    margin-bottom: 26px;
  }
  #serviceChild .secService__maBlk_txtWrap {
    margin-bottom: 24px;
  }
}
#serviceChild .secService__contactBlk {
  margin-bottom: 58px;
}
#serviceChild .secService__btnWrap .btn {
  font-size: 18px;
}
#serviceChild .secService__btnWrap .btn::after {
  width: 15px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  #serviceChild .secService__btnWrap {
    margin-top: -2px;
  }
  #serviceChild .secService__btnWrap .btn {
    font-size: 20px;
  }
}

body.english .secIntro {
  padding: 53px 0 50px;
}
@media screen and (min-width: 768px) {
  body.english .secIntro {
    padding: 0;
    background-color: var(--main);
  }
  body.english .secIntro::before {
    display: none;
  }
}
body.english .secIntro__wrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  body.english .secIntro__wrap {
    width: var(--innerWidth);
    padding: 92px 0 90px;
    background-color: #fff;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  body.english .secIntro__wrap::before {
    content: "";
    width: min(12.152vw, 175px);
    height: min(12.152vw, 175px);
    background-color: var(--sub);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.english .secIntro__wrap {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 1200px) {
  body.english .secIntro__wrap {
    width: calc(100% - 148px);
  }
}
body.english .secIntro__txtWrap {
  --lh: 1.8;
}
body.english .secIntro__txtWrap p + p {
  margin-top: 1.8em;
}
@media screen and (min-width: 768px) {
  body.english .secIntro__txtWrap {
    margin-bottom: 38px;
    text-align: left;
    --lh: 2;
  }
  body.english .secIntro__txtWrap p + p {
    margin-top: 2em;
  }
}
body.english .secIntro__serviceBlk_list {
  grid-gap: 16px;
}
body.english .secIntro__serviceBlk_list .listItem__header_ttl {
  padding: 12px 5px;
  position: relative;
}
body.english .secIntro__serviceBlk_list .listItem__body {
  --lh: 1.8;
}
@media screen and (min-width: 768px) {
  body.english .secIntro__serviceBlk_list {
    grid-gap: 40px 20px;
  }
  body.english .secIntro__serviceBlk_list .listItem__body {
    --lh: 2;
  }
}
@media screen and (min-width: 1024px) {
  body.english .secIntro__serviceBlk_list {
    grid-gap: 40px 50px;
  }
}
body.english .secFlow {
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  body.english .secFlow {
    padding: 88px 0 100px;
  }
}
body.english .secFlow__ttl {
  margin-bottom: 21px;
}
@media screen and (min-width: 768px) {
  body.english .secFlow__ttl {
    margin-bottom: 46px;
  }
}
body.english .secFlow__slideList .listItem {
  padding: 20px 20px 16px;
}
body.english .secFlow__slideList .listItem__txtWrap p .btn {
  padding: 15px 94px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  body.english .secFlow__slideList .listItem {
    padding: 40px;
  }
  body.english .secFlow__slideList .listItem__txtWrap p:has(.btn) {
    margin-top: 24px;
  }
}
body.english .secCase {
  padding: 50px 0 60px;
}
@media screen and (min-width: 768px) {
  body.english .secCase {
    padding: 86px 0 100px;
  }
}
body.english .secCase__ttl {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  body.english .secCase__ttl {
    margin-bottom: 48px;
  }
}
body.english .secCase__slideList .listItem__detail dt {
  --lh: 1.8;
}
body.english .secCase__slideList .listItem__body_ttl {
  margin-bottom: 5px;
}
body.english .secCase__slideList .listItem__body_txtWrap {
  --lh: 1.8;
}
body.english .secCase__slideList .listItem__body_txtWrap:not(:last-child) {
  margin-bottom: 31px;
}
body.english .secCase__slideList .listItem__body_txtWrap:not(:last-child)::after {
  bottom: -17px;
}
@media screen and (min-width: 768px) {
  body.english .secCase__slideList .listItem__detail {
    grid-gap: 10px;
  }
  body.english .secCase__slideList .listItem__detail dt {
    --lh: 1.6;
  }
  body.english .secCase__slideList .listItem__detail dd {
    --lh: 1.5;
  }
  body.english .secCase__slideList .listItem__body_txtWrap {
    --lh: 1.5;
  }
  body.english .secCase__slideList .listItem__body_txtWrap:not(:last-child) {
    margin-bottom: 60px;
  }
  body.english .secCase__slideList .listItem__body_txtWrap:not(:last-child)::after {
    bottom: -34px;
  }
  body.english .secCase__slideList .listItem__body_ttl {
    margin-bottom: 12px;
  }
  body.english .secCase__slideList .listItem__body .discList {
    --ls: 0;
  }
}