@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes translateY {
  0% {
    transform: translateY(300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.home_page .key {
  --height: 56vw;
  --min-height: 820px;
  --max-height: 990px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
}
.home_page .key .inner {
  position: relative;
  width: 100%;
}
.home_page .key .mv_slider {
  width: 100%;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  position: relative;
  z-index: 0;
  position: relative;
  opacity: 1;
}
.home_page .key .key_text .item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_page .key .key_text .item.s1::before {
  background-image: url(../images/idx_mv01.jpg);
}
.home_page .key .key_text .item.s2::before {
  background-image: url(../images/idx_mv02.jpg);
}
.home_page .key .key_text .item.s3::before {
  background-image: url(../images/idx_mv03.jpg);
}
.home_page .key .slick-current.item::before {
  animation: scale 6s linear forwards;
}
.home_page .key .catch {
  max-width: 60em;
  padding-top: 46px;
  padding-bottom: 90px;
  font-size: 10px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
}
.home_page .key .catch h2,
.home_page .key .catch p {
  color: #fff;
  height: fit-content;
}
.home_page .key .catch h2 {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 3.2em;
  margin-left: 0.28125em;
  margin-bottom: 0;
}
.home_page .key .catch h2 span {
  display: block;
  height: fit-content;
  margin-left: 0.28125em;
  padding: 0.3125em 0 0.625em;
  background-color: #173265;
  /* animation: translateY 0.4s linear forwards; */
  /* opacity: 0; */
  /* animation-delay: var(--data-delay); */
}
.home_page .key .catch h2 span:last-child {
  margin-left: 0;
}
.home_page .key .catch h2 span:nth-child(1) {
  animation-delay: 0;
}
.home_page .key .imvs-desc p {
  /* background-color: #173265; */
  font-size: 2.4em;
  margin-left: 0.1666666667em;
  padding: 0.4166666667em 0 0.5833333333em;
  line-height: 2;
  margin-bottom: 0;
  color: var(--clr1);
  --opa:1;
  text-shadow:
    0 0 4px rgba(255, 255, 255, var(--opa)),
    0 0 6px rgba(255, 255, 255, var(--opa)),
    0 0 8px rgba(255, 255, 255, var(--opa)),
    0 0 10px rgba(255, 255, 255, var(--opa)),
    0 0 4px rgba(255, 255, 255, var(--opa)),
    0 0 6px rgba(255, 255, 255, var(--opa)),
    0 0 8px rgba(255, 255, 255, var(--opa)),
    0 0 10px rgba(255, 255, 255, var(--opa));
  /* opacity: 0; */
  /* animation: translateY 0.4s linear forwards; */
  /* animation-delay: var(--data-delay); */
}
.home_page .key .imvs-desc p:last-child {
  margin-left: 0;
}
.home_page .key .imvs-desc p:nth-child(1) {
  animation-delay: 0;
}
.home_page .topic_path {
  display: none;
}

@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - var(--wrapper));
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ihead {
  text-align: center;
}

.ien {
  font-family: var(--f-en);
  color: var(--main-color);
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.053em;
  margin-bottom: 0;
}

.ijp {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: var(--main-color);
  padding-bottom: 23px;
  position: relative;
}
.ijp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 1px;
  background-color: var(--main-color);
}

.ibtn {
  --w: 300px;
  width: min(100%, var(--w));
  margin: 0 auto;
  line-height: 1.5;
}
.ibtn.ibtn-w a {
  color: var(--main-color);
}
.ibtn.ibtn-w a::before {
  background: #fff;
}
.ibtn.ibtn-w a::after {
  filter: none;
}
.ibtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 0;
  background-color: var(--main-color);
  transition: all 0.3s ease;
  padding: 10px 30px;
}
.ibtn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/ibtn-bg.jpg") center/cover no-repeat;
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 1;
}
.ibtn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 14px;
  height: 8px;
  background: url("../images/ibtn-ic.png") center/contain no-repeat;
  filter: brightness(0) invert(1);
}

.ipost {
  padding: 86px 0px 96px;
  background: url("../images/ipost-bg.jpg") center/cover no-repeat;
  position: relative;
  z-index: 0;
}
.ipost::after {
  content: "";
  position: absolute;
  top: 60px;
  right: 23px;
  background: url("../images/ipost-eff01.png") center/contain no-repeat;
  width: 245px;
  aspect-ratio: 245/194;
  z-index: -1;
}
.ipost .ipost-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  gap: 30px;
}
.ipost .ipost-wrapper::before {
  content: "";
  position: absolute;
  inset: -12px 0 -20px 1px;
  margin: 0 auto;
  width: 1px;
  background-color: #e5e5e5;
}
.ipost .ihead {
  text-align: left;
}
.ipost .ipost-head {
  padding: 0 16px 11px 7px;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--main-color);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ipost .ijp {
  padding-bottom: 0;
}
.ipost .ijp::before {
  display: none;
}
.ipost .ipost-btn {
  line-height: 1.4;
}
.ipost .ipost-btn a {
  text-decoration: none;
  color: var(--main-color);
  padding-right: 43px;
  position: relative;
}
.ipost .ipost-btn a::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 14px;
  height: 8px;
  background: url("../images/ipost-ic.png") center/contain no-repeat;
}
.ipost .ipost-box {
  position: relative;
  width: min((100% - 30px) / 2, 580px);
}
.ipost li {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.ipost li a {
  display: block;
  text-decoration: none;
  padding: 19px 7px 21px;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
}
.ipost li a span {
  display: block;
}
.ipost li a .date {
  font-weight: 300;
  transition: all 0.3s;
  color: var(--main-color);
  letter-spacing: 0.0875em;
  margin-bottom: 10px;
}
.ipost li a .title {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.itrouble {
  padding: 68px 0 90px;
  background: url("../images/itrouble-bg.jpg") center/cover no-repeat;
}
.itrouble .itrouble-wrapper {
  position: relative;
  z-index: 0;
}
.itrouble .ihead {
  text-align: center;
  margin-bottom: 63px;
}
.itrouble .itrouble-eff {
  position: absolute;
  inset: 0;
  z-index: -1;
  font-size: 16px;
}
.itrouble .itrouble-eff picture {
  position: absolute;
  height: fit-content;
}
.itrouble .itb-ig1 {
  --kc: var(--sidebar);
  top: 3.0625em;
  bottom: 0;
  left: max((100vw - 100%) / -2 + var(--kc), -120px);
  margin: auto 0;
  width: 18.25em;
  height: 12.125em;
}
.itrouble .itb-ig2 {
  --kc: 7.75em;
  top: 6.1875em;
  right: max((100vw - 100%) / -2 + var(--kc), -196px);
  width: 21.25em;
  height: 14.1875em;
}
.itrouble .itb-ig3 {
  top: 22.9375em;
  right: max((100vw - 100%) / -2, -320px);
  width: 18.75em;
  height: 12.5em;
}
.itrouble .itrouble-ig {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding-top: 7.1875em;
  font-size: 16px;
}
.itrouble .itrouble-img {
  width: 27.625em;
  height: 21.875em;
}
.itrouble .itrouble-say li {
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0.1em;
  line-height: 1.35;
  font-weight: 600;
  font-size: 1.125em;
}
.itrouble .itrouble-say span {
  color: #2f5cb2;
}
.itrouble .itrouble-s1 {
  top: 10.6111111111em;
  left: -11.1666666667em;
  width: 12.4444444444em;
  height: 8.5555555556em;
  padding: 0 0 0.6111111111em 0.2777777778em;
  background-image: url("../images/itrouble-eff01.png");
}
.itrouble .itrouble-s2 {
  top: 0;
  left: -1.6111111111em;
  width: 12.5555555556em;
  height: 8.6111111111em;
  padding: 0 0.1666666667em 1.4444444444em 0;
  background-image: url("../images/itrouble-eff02.png");
}
.itrouble .itrouble-s3 {
  top: 0.5em;
  left: 21.3333333333em;
  width: 12.4444444444em;
  height: 8.5555555556em;
  padding: 0 0 0.6111111111em 0.5em;
  background-image: url("../images/itrouble-eff03.png");
}
.itrouble .itrouble-s4 {
  top: 10.5555555556em;
  left: 25.1666666667em;
  width: 12.5555555556em;
  height: 8.6111111111em;
  padding: 0 0 1.3333333333em 0.8333333333em;
  background-image: url("../images/itrouble-eff04.png");
}
.itrouble .itrouble-btn {
  width: min(100%, 90em);
  height: 20em;
  background: url("../images/itrouble-eff05.jpg") center/contain no-repeat;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 3.6em;
  font-size: 10px;
}
.itrouble .itrouble-btn::before {
  content: "";
  position: absolute;
  inset: 1em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
  pointer-events: none;
}
.itrouble .itrouble-tt {
  color: #fff;
  font-size: 4.2em;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-left: 0.7857142857em;
}
.itrouble .itrouble-t2 {
  font-size: 2.4em;
  color: var(--main-color);
  width: fit-content;
  margin: 0 auto;
  line-height: 1.5;
  padding: 0.2083333333em 0.5833333333em 0.2083333333em 1.375em;
  background-color: #fff;
  font-weight: 600;
}

.ilawyer {
  padding: 104px 0 89px;
  background: url("../images/ilawyer-bg.jpg") center/cover no-repeat;
}
.ilawyer .inner {
  max-width: 1240px;
}
.ilawyer .ilaywer-cnt {
  --ml: 17em;
  --wImg: 46.8em;
  --fz: 10px;
}
.ilawyer .ihead {
  font-size: var(--fz);
  margin-bottom: 38px;
  display: inline-block;
  width: calc(100% - var(--ml) - var(--wImg));
}
.ilawyer .ilawyer-desc p {
  letter-spacing: -0.9px;
  font-weight: 500;
}
.ilawyer .ilawyer-user {
  float: right;
  margin-left: var(--ml);
  margin-top: -5.8em;
  margin-right: -1px;
  position: relative;
  font-size: var(--fz);
  width: var(--wImg);
}
.ilawyer .ilawyer-img {
  position: relative;
  z-index: 0;
}
.ilawyer .ilawyer-img::before {
  content: "";
  position: absolute;
  top: 5.7em;
  right: -10.7em;
  width: 24.5em;
  aspect-ratio: 245/194;
  background: url("../images/ilawyer-eff01.png") center/contain no-repeat;
  z-index: -1;
}
.ilawyer .ilawyer-if {
  position: absolute;
  bottom: 7.3em;
  left: -8em;
  z-index: 1;
}
.ilawyer .ilawyer-lb {
  font-size: 1.8em;
  color: var(--main-color);
  line-height: 1.5;
  margin-bottom: 0.6666666667em;
  margin-left: 0.1666666667em;
  letter-spacing: 0.1277777778em;
}
.ilawyer .ilawyer-n-jp {
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.15;
  color: var(--main-color);
  margin-bottom: 0.4166666667em;
}
.ilawyer .ilawyer-n-en {
  line-height: 1.2;
  font-size: 1.2em;
  color: var(--main-color2);
  padding-left: 0.3333333333em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.ilawyer .ilawyer-btn {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  margin-left: -16px;
  margin-right: -16px;
}
.ilawyer .ibtn {
  --w: 400px;
}

.iconsul {
  padding: 104px 0 110px;
  background: url("../images/iconsul-bg.jpg") center/cover no-repeat;
  color: #fff;
}
.iconsul .inner {
  max-width: 1240px;
}
.iconsul .ien {
  color: #fff;
}
.iconsul .ijp {
  color: #fff;
}
.iconsul .ijp::before {
  background-color: #fff;
}
.iconsul .ihead {
  margin-bottom: 36px;
}
.iconsul .iconsul-des {
  width: min(100%, 990px);
  margin: 0 auto 49px;
}
.iconsul .iconsul-des p {
  line-height: 2.35;
  font-size: 18px;
  letter-spacing: -0.0555555556em;
}
.iconsul .iconsul-gr {
  display: flex;
  justify-content: center;
  gap: 3em;
  font-size: 10px;
}
.iconsul .iconsul-btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 0;
  width: 58.5em;
  height: 12em;
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1);
}
.iconsul .iconsul-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.3em;
  margin: auto 0;
  width: 3.2em;
  height: 3.2em;
  background: url("../images/iconsul-ic.png") center/contain no-repeat;
}
.iconsul .iconsul-btn a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.iconsul .iconsul-btn picture {
  clip-path: polygon(0 0, 100% 0, 85.7% 101%, 0% 101%);
  margin-right: 2.6em;
  width: 17.8em;
  height: 12em;
}
.iconsul .iconsul-btn-tt {
  margin-bottom: 0;
  color: var(--main-color);
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.5;
}
.iconsul .iconsul-btn2 picture {
  margin-right: 1.2em;
}

.iflow {
  padding: 79px 0 91px;
  background: url("../images/iflow-bg.jpg") center/cover no-repeat;
}
.iflow .ihead {
  margin-bottom: 38px;
}
.iflow .iflow-slider {
  margin-bottom: 102px;
  width: 40em;
  margin: 0 auto 3.25em;
  font-size: 16px;
}
.iflow .slick-list {
  padding: 1.25em 0 2.3125em;
  overflow: visible;
}
.iflow .slick-slide {
  transition: all 0.3s ease;
  --scale: scale(0.8);
  --sideX: var(--scale) translateX(-130px);
}
.iflow .slick-slide:not(.slick-current) {
  transform: var(--scale);
}
.iflow .slick-current + .slick-slide + .slick-slide {
  transform: var(--sideX);
}
.iflow .slick-arrow {
  z-index: 1;
  top: 46%;
  width: 3.75em;
  height: 3.75em;
  border-radius: 100%;
  background-color: rgba(80, 167, 228, 0.8);
  transition: all 0.3s ease;
}
.iflow .slick-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.8125em;
  height: 0.8125em;
}
.iflow .slick-next {
  right: -2em;
}
.iflow .slick-next::before {
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: 0.5em;
}
.iflow .slick-prev {
  left: -1.8125em;
}
.iflow .slick-prev::before {
  transform: rotate(45deg);
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  left: 0.625em;
}
.iflow .iflow-item {
  background-color: #fff;
  box-shadow: 3px 0px 20px rgba(0, 0, 0, 0.1);
  min-height: 25em;
  margin: 0 auto;
  padding: 2.6875em 4.875em 1.9375em;
  position: relative;
  z-index: 0;
  display: flex;
  width: 40em;
}
.iflow .iflow-num {
  width: 2.7916666667em;
  margin-bottom: 0;
  flex-shrink: 0;
  font-size: 1.5em;
  font-family: var(--f-en);
  text-transform: uppercase;
  color: var(--main-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 0;
  font-weight: 300;
  font-style: italic;
}
.iflow .iflow-num::before {
  content: "";
  display: inline-block;
  margin: 0 auto;
  height: 1.4166666667em;
  width: 1px;
  background-color: var(--main-color);
  margin-bottom: 0.5416666667em;
}
.iflow .iflow-num span {
  font-size: 2.5em;
  font-family: var(--f-serif);
  font-style: normal;
  font-weight: 200;
  margin-top: -0.05em;
  margin-left: -0.15em;
  white-space: nowrap;
  letter-spacing: 0;
}
.iflow .iflow-cnt {
  margin-left: 3.5625em;
}
.iflow .iflow-cnt picture {
  margin-bottom: 1.125em;
}
.iflow .iflow-desc {
  letter-spacing: -0.0625em;
  font-weight: 500;
}
.iflow .slick-dots {
  display: flex !important;
  justify-content: center;
  font-size: 0;
  gap: 13px;
}
.iflow .slick-dots li {
  width: 13px;
  height: 13px;
  border: 1px solid var(--main-color);
  border-radius: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.iflow .slick-dots li.slick-active {
  background-color: var(--main-color);
  cursor: default;
}
.iflow .slick-dots button {
  display: none;
}

.icommon {
  --pY: 81px;
  padding: var(--pY) 0 0;
  background: url("../images/icommon-bg.jpg") center/cover no-repeat;
  color: #fff;
}
.icommon.active {
  padding-bottom: var(--pY);
}
.icommon.active .icommon-wp {
  padding-bottom: var(--pd);
}
.icommon.active .icommon-wp::before {
  opacity: 0;
  visibility: hidden;
}
.icommon.active .icommon-arrow {
  opacity: 0;
  visibility: hidden;
}
.icommon .ihead {
  margin-bottom: 50px;
}
.icommon .ien {
  color: #fff;
}
.icommon .ijp {
  color: #fff;
}
.icommon .ijp::before {
  background-color: #fff;
}
.icommon .icommon-content {
  position: relative;
  z-index: 0;
}
.icommon .icommon-ipost {
  width: 639px;
  margin-left: auto;
  padding-top: 78px;
}
.icommon .icommon-ipost picture {
  position: absolute;
  top: -1px;
  --kc: 49px;
  left: max((100vw - 100%) / -2 + var(--sidebar) + var(--kc), -71px);
  z-index: -1;
}
.icommon .icommon-tt {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 22px;
}
.icommon .icommon-desc {
  letter-spacing: -0.05625em;
  margin-bottom: 34px;
}
.icommon .icommon-box {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 85px;
  transition: all 0.3s ease;
}
.icommon .icommon-wp {
  --col: 4;
  --gap: 12px;
  --pd: 102px;
  background-color: #fff;
  padding: var(--pd) var(--pd) 11px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  position: relative;
  z-index: 0;
  transition: all 0.3s ease;
}
.icommon .icommon-wp::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: all 0.3s ease;
  background: url("../images/icommon-eff.png") center bottom/cover no-repeat;
  z-index: 1;
}
.icommon .icommon-btn {
  width: calc((100% - var(--gap) * (var(--col) - 1)) / var(--col));
  margin: 0;
}
.icommon .icommon-btn a {
  padding: 0.5555555556em 1.0555555556em;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--main-color);
  font-size: 18px;
  color: var(--main-color);
  position: relative;
  min-height: 4.4444444444em;
  text-decoration: none;
  position: relative;
  z-index: 0;
  font-weight: 500;
}
.icommon .icommon-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5555555556em;
  margin: auto 0;
  width: 1.1666666667em;
  height: 1.1666666667em;
  background: url("../images/icommon-ic.png") center/contain no-repeat;
  z-index: -2;
  transition: all 0.3s ease;
}
.icommon .icommon-btn a::after {
  content: "";
  position: absolute;
  top: 0.1111111111em;
  bottom: 0;
  margin: auto 0;
  right: 0.7777777778em;
  width: 0.7777777778em;
  height: 0.4444444444em;
  background: url("../images/ibtn-ic.png") center/contain no-repeat;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
  z-index: -1;
}
.icommon .icommon-arrow {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: var(--main-color2);
  border-radius: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
.icommon .icommon-arrow::before,
.icommon .icommon-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  margin: auto;
  width: 14px;
  height: 2px;
  z-index: 1;
  transition: all 0.3s ease;
}
.icommon .icommon-arrow::after {
  transform: rotate(90deg);
}

.ilegal {
  padding: 78px 0 80px;
  background: url("../images/ilegal-bg.jpg") center/cover no-repeat;
}
.ilegal .ihead {
  margin-bottom: 50px;
}
.ilegal .ilegal-thead {
  display: flex;
  gap: 5px;
  padding: 0 36px;
}
.ilegal .ilegal-thead li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc((100% - 10px) / 3);
  height: 80px;
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 0;
}
.ilegal .ilegal-thead li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/ilegal-head-bg.jpg") center/cover no-repeat;
  transition: all 0.3s ease;
  z-index: -1;
}
.ilegal .ilegal-thead li::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 2px;
  right: 0;
  margin: 0 auto;
  width: 10.60875px;
  height: 10.60875px;
  transform: rotate(45deg);
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.ilegal .ilegal-thead li.active::before {
  background-image: url("../images/ilegal-head-bg-active.jpg");
}
.ilegal .ilegal-thead li.active::after {
  opacity: 1;
  visibility: visible;
}
.ilegal .ilegal-tbody {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.ilegal .ilegal-cnt {
  display: none;
  padding: 80px 77px 90px;
}
.ilegal .ilegal-cnt.active {
  display: block;
}
.ilegal .ilegal-ipost {
  padding-left: 3px;
}
.ilegal .ilegal-tt {
  display: inline-block;
  font-size: 30px;
  color: var(--main-color);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 47px;
  margin-bottom: 23px;
}
.ilegal .ilegal-img {
  float: right;
  margin-left: 45px;
}
.ilegal .ilegal-desc {
  margin-bottom: 33px;
}
.ilegal .ilegal-desc p {
  font-weight: 500;
  letter-spacing: -0.05625em;
}
.ilegal .ibtn {
  margin-left: 0;
}
.ilegal .ilegal-gr {
  gap: 1.1818181818em;
  margin-top: 2.0454545455em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 22px;
}
.ilegal .ilegal-btn {
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1);
}
.ilegal .ilegal-btn a {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 0;
  opacity: 1;
}
.ilegal .ilegal-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--main-color2);
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}
.ilegal .ilegal-btn a::after {
  content: "";
  position: absolute;
  bottom: 0.6363636364em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1.4545454545em;
  height: 1.4545454545em;
  background: url("../images/ilegal-ic.png") center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}
.ilegal .ilegal-btn picture {
  width: 14.5454545455em;
  height: 9.0909090909em;
}
.ilegal .ilegal-btn span {
  position: absolute;
  inset: 0px 0 1.8181818182em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 3;
  font-weight: 500;
  font-size: 1em;
  color: #fff;
}
.ilegal .ilegal-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--main-color);
  z-index: 2;
  pointer-events: none;
}
.ilegal .ilegal2 .ilegal-gr {
  gap: 1.5454545455em;
}
.ilegal .ilegal2 .ilegal-btn {
  width: calc((100% - 1.5454545455em) / 2);
}
.ilegal .ilegal2 .ilegal-btn picture {
  width: 100%;
  height: 9.0909090909em;
}
.ilegal .ilegal2 .ilegal-btn img {
  height: 100%;
  width: 100%;
}

.icolumn {
  background-color: #fff;
  padding-bottom: 1px;
  max-width: 1920px;
  margin: 0 auto;
}
.icolumn .inner {
  padding: 0;
  max-width: 100%;
  margin-left: var(--sidebar);
}
.icolumn .icol-wrapper {
  display: flex;
  gap: 1px;
}
.icolumn .icol-item {
  color: #fff;
  width: calc((100% - 2px) / 3);
  background-color: var(--main-color);
  padding: 2em 4.25em;
  min-height: 25em;
  position: relative;
  z-index: 0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.icolumn .icol-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: center/cover no-repeat;
}
.icolumn .icol-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.7;
}
.icolumn .icol-item1::before {
  background-image: url("../images/icolumn-img01.jpg");
}
.icolumn .icol-item1::after {
  background-color: #173265;
}
.icolumn .icol-item2::before {
  background-image: url("../images/icolumn-img02.jpg");
}
.icolumn .icol-item2::after {
  background-color: #0e4870;
}
.icolumn .icol-item2 .icol-arrow {
  background-color: #0e4870;
}
.icolumn .icol-item3::before {
  background-image: url("../images/icolumn-img03.jpg");
}
.icolumn .icol-item3::after {
  background-color: #093d42;
}
.icolumn .icol-item3 .icol-arrow {
  background-color: #093d42;
}
.icolumn .icol-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.125em;
  height: 3.125em;
  background-color: var(--main-color);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icolumn .icol-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.icolumn .icol-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.icolumn .icol-en {
  font-size: max(0.75em, 10px);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.056em;
  line-height: 1.6;
  margin-bottom: 0.25em;
}
.icolumn .icol-jp {
  font-size: 1.625em;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.6153846154em;
  margin-bottom: 1.3846153846em;
}
.icolumn .icol-jp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.0384615385em;
  height: 1px;
  background-color: #fff;
}
.icolumn .icol-list li {
  position: relative;
  /* padding-left: 6px; */
  letter-spacing: -0.05625em;
  line-height: 1.8;
  margin-bottom: 1.0625em;
}
.icolumn .icol-list li:last-child {
  margin-bottom: 0;
}
/* .icolumn .icol-list li::before {
  content: "";
  position: absolute;
  top: 0.6875em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #fff;
} */

.ifeature {
  padding: 78px 0 90px;
  color: #fff;
  background: url("../images/ifeature-bg.jpg") center/cover no-repeat;
}
.ifeature .ihead {
  margin-bottom: 64px;
}
.ifeature .ien {
  color: #fff;
}
.ifeature .ijp {
  color: #fff;
}
.ifeature .ijp::before {
  background-color: #fff;
}
.ifeature .ifeature-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 43.75em;
  font-size: var(--fz);
  --whead: 36.25em;
  --fz: min(calc(16 / 1574 * 100vw), 16px);
}
.ifeature .ifeature-thead {
  width: var(--whead);
  font-size: var(--fz);
}
.ifeature .ifeature-thead li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 1.875em 3em 1.6875em 2em;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ifeature .ifeature-thead li:first-child {
  border-top: 1px solid #fff;
}
.ifeature .ifeature-thead li.active {
  background-color: var(--main-color2);
  cursor: default;
}
.ifeature .ifeature-num {
  width: 1.5666666667em;
  height: 1.1666666667em;
  line-height: 1;
  font-size: 3.75em;
  letter-spacing: 0;
  font-weight: 200;
  margin: 0 0.5333333333em 0 0;
  padding-right: 0.3333333333em;
  border-right: 1px solid #fff;
  flex-shrink: 0;
}
.ifeature .ifeature-tt {
  font-size: 1.625em;
  line-height: 1.4;
  font-weight: 300;
}
.ifeature .ifeature-tbody {
  position: absolute;
  top: 0;
  right: max((100vw - 100%) / -2, -320px);
  font-size: min(0.8333333333vw, 16px);
}
.ifeature .ifeature-cnt {
  display: none;
}
.ifeature .ifeature-cnt.active {
  display: block;
}
.ifeature .ifeature-cnt img {
  width: 60em;
}
.ifeature .ibtn {
  margin: 3.8125em 0 0;
  width: var(--whead);
  --w: 18.75em;
}
.ifeature .ibtn a {
  width: min(100%, var(--w));
  margin: 0 auto;
  font-size: max(100%, 14px);
}

.ioffice {
  padding: 75px 0 91px;
  color: #fff;
  position: relative;
  z-index: 0;
  background-color: #051738;
}
.ioffice::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/ioffice-bg.jpg") center/cover no-repeat;
  opacity: 0.1;
}
.ioffice .ioffice-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.625em 1em;
  font-size: 16px;
}
.ioffice .ihead {
  margin-bottom: 44px;
}
.ioffice .ien {
  color: #fff;
}
.ioffice .ijp {
  color: #fff;
}
.ioffice .ijp::before {
  background-color: #fff;
}
.ioffice .ioffice-first {
  --wFirst: 40em;
  width: min(100%, var(--wFirst));
}
.ioffice .ioffice-tt {
  font-size: 2em;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 0.46875em;
  margin-bottom: 1.15625em;
  border-bottom: 1px solid #fff;
}
.ioffice .ioffice-tt a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.ioffice .ioffice-txt {
  --wTxt: 35.875em;
  width: min(100%, var(--wTxt));
  padding-top: 2em;
  padding-right: 1.875em;
}
.ioffice .ioffice-tbl {
  margin-bottom: 3em;
}
.ioffice .ioffice-tbl tr:nth-child(1) th,
.ioffice .ioffice-tbl tr:nth-child(1) td {
  padding-bottom: 1.125em;
}
.ioffice .ioffice-tbl th,
.ioffice .ioffice-tbl td {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
  padding: 1.25em 0.625em 1.375em;
  line-height: 1.9;
}
.ioffice .ioffice-tbl th {
  text-align: left;
  font-weight: 400;
  width: 7.4375em;
}
.ioffice .ioffice-map {
  height: 18.6875em;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ioffice .ibtn {
    --w: 18.75em;
  }
  .ioffice .ibtn a {
    min-height: 3.125em;
  }
}

.ibanner {
  padding: 50px 0;
  background: url("../images/ibanner-bg.jpg") center/cover no-repeat;
}
.ibanner .ibanner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 18px;
  width: min(100%, 690px);
  margin: 0 auto;
}

.idx_map {
  height: 450px;
}
.idx_map iframe {
  height: 100%;
}

.ikey-banner {
  position: fixed;
  bottom: 90px;
  right: 30px;
  width: 30em;
  color: #fff;
  transition: all 0.3s ease;
  background-color: #2a4b83;
  font-size: 16px;
  z-index: 12;
}
.ikey-banner.active {
  opacity: 0;
  visibility: hidden;
}
.ikey-banner.actSmall {
  font-size: 12px;
}
.ikey-banner .ikb-head {
  display: flex;
  align-items: flex-end;
  background-color: #142f60;
}
.ikey-banner .ikb-head-en {
  font-family: var(--f-en);
  font-size: 1.625em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0.3461538462em;
  padding-left: 0.6153846154em;
  padding-right: 0.3846153846em;
  letter-spacing: 0.05em;
}
.ikey-banner .ikb-head-jp {
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0.9285714286em;
}
.ikey-banner .ikb-close {
  width: 3em;
  height: 3em;
  margin-left: auto;
  background: #0d1e3e url("../images/ic-close.png") center/0.9375em auto no-repeat;
  cursor: pointer;
}
.ikey-banner .ikb-body {
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
  z-index: 0;
  padding-top: 6px;
}
.ikey-banner .ikb-body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/ikb-bg01.jpg") center/cover no-repeat;
  opacity: 0.06;
}
.ikey-banner picture {
  flex-shrink: 0;
  width: 13.1875em;
  height: 12.25em;
}
.ikey-banner .ikb-txt {
  padding-bottom: 2.125em;
  margin-left: -1.1875em;
}
.ikey-banner .ikb-say {
  font-size: 1.25em;
  background: url("../images/ikb-eff01.png") center/contain no-repeat;
  letter-spacing: 0.2em;
  padding-right: 0.15em;
  text-align: center;
  margin-bottom: -0.25em;
  margin-left: -0.65em;
  width: 13.7em;
  height: 3.4em;
}
.ikey-banner .ikb-tel {
  color: #ffe033;
  font-size: 2em;
  letter-spacing: 0px;
  margin-bottom: 0.28125em;
  line-height: 1;
  letter-spacing: 0.038em;
}
.ikey-banner .ikb-tel span {
  font-size: 0.5625em;
  letter-spacing: 0.05em;
  margin-right: -0.2777777778em;
}
.ikey-banner .ikb-desc {
  font-size: 0.9375em;
  margin-bottom: 0;
  line-height: 1.6;
}
.ikey-banner .ikb-arrow a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5em;
  height: 2.0833333333em;
  font-size: 0.75em;
  background-color: var(--main-color2);
  text-decoration: none;
  opacity: 1;
  color: #fff;
}
.ikey-banner .ikb-arrow a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.5em;
  top: 0;
  margin: auto 0;
  width: 1.1666666667em;
  height: 0.6666666667em;
  background: url("../images/ibtn-ic-w.png") center/contain no-repeat;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 100vh;
  }
}
@media only screen and (min-width: 1920px) {
  .itrouble .ihead {
    padding-left: 2px;
  }
  .ilawyer .ijp {
    padding-left: 2px;
    padding-bottom: 24px;
  }
  .ilawyer .ibtn:nth-child(2) a {
    letter-spacing: -0.05625em;
  }
  .ilawyer .ibtn:nth-child(3) a {
    letter-spacing: 0.01875em;
  }
  .iconsul .iconsul-des {
    padding-left: 6px;
  }
  .icommon .ibtn {
    margin-left: 1px;
  }
  .ilegal .ibtn {
    margin-left: 1px;
  }
  .ifeature .ifeature-thead li:nth-child(2) {
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 769px) {
  .ibtn.ibtn-w a:hover::after {
    filter: brightness(0) invert(1);
  }
  .ibtn a:hover {
    color: #fff;
    opacity: 1;
    background-color: var(--main-color2);
  }
  .ibtn a:hover::before {
    opacity: 0;
  }
  .ipost li {
    transition: all 0.3s ease;
  }
  .ipost li:hover {
    background-color: #eee;
  }
  .ipost li a:hover {
    opacity: 1;
  }
  .ipost li a:hover .date {
    color: var(--main-color2);
  }
  .iconsul .iconsul-btn {
    transition: all 0.3s ease;
  }
  .iconsul .iconsul-btn:hover {
    transform: translateY(-6px);
    background-color: #e7f3ff;
  }
  .ilegal .ilegal-thead li {
    transition: all 0.3s ease;
  }
  .ilegal .ilegal-thead li:not(.active) {
    cursor: pointer;
  }
  .ilegal .ilegal-thead li:not(.active):hover {
    opacity: 0.6;
  }
  .ilegal .ilegal-btn a:hover::before {
    background-color: var(--main-color);
  }
  .ifeature .ifeature-thead li:not(.active):hover {
    opacity: 0.6;
  }
  .iflow .slick-dots li:hover {
    background-color: var(--main-color);
  }
  .icolumn .icol-item::after {
    transition: all 0.3s ease;
  }
  .icolumn .icol-item:hover::after {
    opacity: 0.9;
  }
  .ikey-banner .ikb-close {
    transition: all 0.3s ease;
  }
  .ikey-banner .ikb-close:hover {
    background-color: #3d527a;
  }
  .ikey-banner .ikb-arrow a {
    transition: all 0.3s ease;
  }
  .ikey-banner .ikb-arrow a:hover {
    background-color: var(--main-color);
  }
  .iflow .slick-arrow:hover {
    background-color: #50a7e4;
  }
  .icommon .icommon-arrow {
    transition: all 0.3s ease;
  }
  .icommon .icommon-arrow:hover {
    background-color: #7bc3f6;
  }
  .icommon .icommon-btn a {
    transition: all 0.3s ease;
  }
  .icommon .icommon-btn a:hover {
    background-color: var(--main-color);
    color: #fff;
    opacity: 1;
  }
  .icommon .icommon-btn a:hover::before {
    opacity: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1919px) {
  .home_page .key {
    --height: 50vw;
    --min-height: max(calc(100vh - var(--wrapper)), 650px);
  }
  .home_page .key .catch {
    padding-top: 60px;
    font-size: 8px;
  }
  .itrouble .itrouble-eff {
    font-size: 0.8333333333vw;
    top: 20px;
  }
  .icommon .icommon-ipost picture {
    --kc: 20px;
    width: 41.6666666667vw;
    height: 31.25vw;
  }
  .icolumn .icol-item {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1734px) {
  .ikey-banner {
    font-size: 12px;
  }
  .ikey-banner.actSmall {
    font-size: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1574px) {
  .ilegal .ilegal-thead {
    padding: 0 20px;
  }
  .ilegal .ilegal-thead li {
    font-size: 1.5247776366vw;
    height: 3.3333333333em;
  }
  .ilegal .ilegal-thead li::after {
    width: 0.4166666667em;
    height: 0.4166666667em;
  }
  .ilegal .ilegal-cnt {
    font-size: 1.0165184244vw;
  }
  .ilegal .ilegal-ipost {
    padding-left: 0;
  }
  .ilegal .ilegal-img {
    width: 37.5em;
    margin-left: 2.8125em;
  }
  .ilegal .ilegal-desc {
    margin-bottom: 2.0625em;
  }
  .ilegal .ibtn {
    --w: 18.75em;
  }
  .ilegal .ibtn a {
    min-height: 3.125em;
  }
  .ilegal .ilegal-tt {
    font-size: 1.875em;
    margin-top: 1.5666666667em;
    margin-bottom: 0.7666666667em;
  }
  .ioffice .ioffice-wrapper {
    font-size: calc(0.0108005083 * (100vw - 15px - var(--sidebar)));
  }
  .ioffice .ihead {
    margin-bottom: 2.9333333333em;
  }
  .itrouble .itrouble-eff {
    font-size: 0.7692307692vw;
    top: 20px;
  }
  .itrouble .itrouble-ig {
    font-size: 0.9615384615vw;
  }
  .ilawyer .ilawyer-btn {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .icommon .icommon-ipost {
    padding-top: 2.375em;
    width: 39.9375em;
    font-size: 1.1111111111vw;
  }
  .icommon .icommon-tt {
    font-size: 1.875em;
    margin-bottom: 0.6666666667em;
  }
  .icommon .icommon-desc {
    margin-bottom: 2.125em;
  }
  .icommon .icommon-btn a {
    font-size: 16px;
  }
  .icommon .icommon-box {
    margin-top: 50px;
    font-size: 1.1111111111vw;
  }
  .icommon .icommon-wp {
    --pd: 3.125em;
    --gap: 0.75em;
  }
  .icommon .icommon-btn a {
    font-size: 1.1111111111vw;
  }
  .icommon .ibtn {
    --w: 18.75em;
  }
  .icommon .ibtn a {
    min-height: 3.125em;
  }
  .icommon .icommon-arrow {
    width: max(3.75em, 40px);
    height: max(3.75em, 40px);
    bottom: 6.25em;
  }
  .icolumn .icol-list li {
    font-size: 1.1666666667em;
    margin-bottom: 0.5625em;
  }
  .icolumn .icol-jp {
    margin-bottom: 0.8em;
    font-size: 1.6666666667em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .itrouble .itrouble-btn {
    font-size: 0.7320644217vw;
  }
  .ilawyer .ihead {
    margin-bottom: 20px;
  }
  .ilawyer .ilaywer-cnt {
    --fz: calc(8 / 1366 * 100vw);
  }
  .ilawyer .ilawyer-btn {
    margin-left: auto;
    margin-right: auto;
  }
  .iconsul .iconsul-gr {
    font-size: 9px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .iconsul .iconsul-gr {
    font-size: 0.703125vw;
  }
  .ilegal {
    padding: 60px 0;
  }
  .ilegal .ihead {
    margin-bottom: 30px;
  }
  .ilegal .ilegal-img {
    width: 30em;
  }
  .ilegal .ilegal-cnt {
    padding: 50px;
  }
  .ilegal .ilegal-gr {
    font-size: 1.71875vw;
  }
  .iflow .iflow-slider {
    font-size: max(1.09375vw, 10px);
  }
  .iconsul .iconsul-des p {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .icommon .icommon-btn a::before {
    font-size: 14px;
  }
  .icommon .icommon-btn a::after {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .ibtn {
    --w: 260px;
  }
  .ibtn a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ibtn a::after {
    width: 10px;
    right: 7px;
  }
  .ien {
    font-size: 14px;
  }
  .ijp {
    font-size: 26px;
    padding-bottom: 16px;
  }
  .ikey-banner {
    right: 20px;
    bottom: 80px;
    font-size: 1.171875vw;
  }
  .ikey-banner.actSmall {
    font-size: 0.78125vw;
  }
  .ipost {
    padding: 50px 0;
  }
  .ipost::after {
    width: 150px;
    top: 40px;
  }
  .ipost .ipost-head {
    padding-right: 7px;
  }
  .ipost li a {
    padding: 10px 5px;
  }
  .itrouble {
    padding: 50px 0;
  }
  .ilawyer {
    padding: 60px 0;
  }
  .ilawyer .ilawyer-btn {
    gap: 10px;
  }
  .iconsul {
    padding: 6.8359375vw 0;
  }
  .iconsul .ihead {
    margin-bottom: 24px;
  }
  .iconsul .iconsul-des {
    margin-bottom: 30px;
  }
  .iconsul .iconsul-btn::before {
    right: 1em;
  }
  .icolumn .icol-item {
    padding: 2em 2.5em;
    font-size: max(0.9375vw, 9px);
    min-height: 21em;
  }
  .ibanner {
    padding: 40px 0;
  }
  .ibanner .ibanner-wrapper {
    gap: 8px;
    width: min(100%, 670px);
  }
  .iflow {
    padding: 50px 0;
  }
  .iflow .ihead {
    margin-bottom: 20px;
  }
  .iflow .slick-dots {
    gap: 10px;
  }
  .iflow .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .icommon {
    --pY: 60px;
  }
  .icommon .ihead {
    margin-bottom: 30px;
  }
  .iconsul .iconsul-des p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .home_page .key .inner {
    padding-right: 80px;
  }
  .itrouble .itb-ig1 {
    left: calc((100vw - var(--sidebar) - 100%) / -2);
  }
  .itrouble .itb-ig2 {
    right: calc((100vw - var(--sidebar) - 100%) / -2);
  }
  .itrouble .itb-ig3 {
    right: calc((100vw - var(--sidebar) - 100%) / -2);
  }
  .icolumn .inner {
    margin-left: 0;
  }
  .ifeature .ifeature-tbody {
    right: calc((100vw - var(--sidebar) - 100%) / -2);
  }
  .ioffice .ioffice-wrapper {
    font-size: 1.0887096774vw;
  }
  .home_page .key .inner {
    height: 100%;
  }
  .home_page .key .catch {
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
  }
  .ipost .ipost-btn a {
    padding-right: 23px;
  }
  .ilegal .ilegal-cnt {
    padding: 40px;
  }
  .ifeature {
    padding: 60px 0;
  }
  .ifeature .ihead {
    margin-bottom: 40px;
  }
  .ifeature .ifeature-tbody {
    font-size: 0.8266129032vw;
  }
  .ifeature .ifeature-cnt img {
    width: 59em;
  }
  .ifeature .ifeature-thead {
    font-size: 1.0383064516vw;
  }
  .ioffice {
    padding: 60px 0;
  }
  .icommon .icommon-btn a::before {
    font-size: 1.1088709677vw;
  }
  .icommon .icommon-btn a::after {
    font-size: 1.1088709677vw;
  }
  .ioffice .ioffice-txt {
    padding-right: 0;
  }
  .ioffice .ioffice-first {
    --wFirst: 38em;
  }
  .ilegal .ilegal-thead li::after {
    bottom: 6px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 860px) {
  .ifeature .ibtn a {
    font-size: max(100%, 11px);
  }
  .ifeature .ifeature-tbody {
    font-size: 0.8023255814vw;
  }
  .ifeature .ifeature-cnt img {
    width: 59em;
  }
  .ifeature .ifeature-thead {
    font-size: 1vw;
  }
  .itrouble .itrouble-eff {
    font-size: 0.6976744186vw;
    top: 20px;
  }
}

/*# sourceMappingURL=index_pc.css.map */
