@charset "UTF-8";
/* ======================================================================

 component.css

====================================================================== */
/* =================================
 title
================================= */
.c_ttl_1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  color: var(--color-navy);
  overflow: hidden;
}
.c_ttl_1 .sub {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.48, -0.02, 0, 0.85);
}
.c_ttl_1 .sub::before {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  margin-right: 15px;
  background-color: var(--color-navy);
}
.c_ttl_1 .main {
  font-family: var(--font-en);
  font-weight: var(--font-light);
  font-size: 64px;
  letter-spacing: var(--ls-wide);
  line-height: 1.25;
}
.c_ttl_1.c_ttl_1--white {
  color: #fff;
}
.c_ttl_1.c_ttl_1--white .sub::before {
  background-color: #fff;
}
.c_ttl_1.c_ttl_1--center {
  align-items: center;
}
.c_ttl_1._show .sub {
  clip-path: inset(0 0 0 0);
}

@media screen and (max-width: 767px) {
  .c_ttl_1 {
    margin-bottom: 64px;
  }
  .c_ttl_1 .main {
    font-size: 36px;
    font-size: 34px;
  }
}
@media screen and (max-width: 374px) {
  .c_ttl_1 .main {
    font-size: 32px;
  }
}
.c_ttl_2 {
  display: flex;
  flex-direction: column;
  font-weight: var(--font-light);
  margin-bottom: 55px;
  color: var(--color-navy);
  overflow: hidden;
}
.c_ttl_2 .sub {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.48, -0.02, 0, 0.85);
}
.c_ttl_2 .main {
  font-family: var(--font-en);
  font-size: 36px;
  line-height: 1.25;
}
.c_ttl_2.c_ttl_2--white {
  color: #fff;
}
.c_ttl_2._show .sub {
  clip-path: inset(0 0 0 0);
}

@media screen and (max-width: 767px) {
  .c_ttl_2 {
    margin-bottom: 20px;
  }
  .c_ttl_2 .sub {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .c_ttl_2 .main {
    font-size: 24px;
  }
}
.c_ttl_3 {
  display: flex;
  flex-direction: column;
  color: var(--color-navy);
  overflow: hidden;
}
.c_ttl_3 .sub {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.48, -0.02, 0, 0.85);
}
.c_ttl_3 .sub::before {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  margin-right: 10px;
  background-color: var(--color-navy);
}
.c_ttl_3 .main {
  font-family: var(--font-en);
  font-size: 52px;
  line-height: 1.25;
}
.c_ttl_3._show .sub {
  clip-path: inset(0 0 0 0);
}

@media screen and (max-width: 767px) {
  .c_ttl_3 {
    margin-bottom: 30px;
  }
  .c_ttl_3 .sub::before {
    width: 30px;
    margin-right: 10px;
  }
  .c_ttl_3 .main {
    font-size: 32px;
  }
}
.c_ttl_4 {
  display: inline-flex;
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1.7;
}
.c_ttl_4::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  margin: 9px 12px 0 0;
  background-color: var(--color-navy);
}

@media screen and (max-width: 767px) {
  .c_ttl_4 {
    font-size: 22px;
  }
  .c_ttl_4::before {
    width: 2px;
    margin: 10px 10px 0 0;
  }
}
.c_ttl_5 {
  display: flex;
  flex-direction: column;
  color: var(--color-navy);
}
.c_ttl_5 .sub {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(0.48, -0.02, 0, 0.85);
}
.c_ttl_5 .sub::before {
  content: "";
  display: block;
  height: 1px;
  width: 40px;
  margin-right: 12px;
  background-color: var(--color-navy);
}
.c_ttl_5 .main {
  font-size: 40px;
  line-height: 1.7;
}
.c_ttl_5._show .sub {
  clip-path: inset(0 0 0 0);
}

@media screen and (max-width: 767px) {
  .c_ttl_5 {
    margin-bottom: 30px;
  }
  .c_ttl_5 .main {
    font-size: 26px;
  }
}
.c_ttl_6 {
  margin-bottom: 104px;
  font-size: 28px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .c_ttl_6 {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
.c_ttl_7 {
  font-weight: var(--font-medium);
  font-size: 24px;
  line-height: 1.7;
}
.c_ttl_7 .sub {
  font-size: 20px;
}

.c_ttl_8 {
  display: flex;
  margin-bottom: 20px;
}
.c_ttl_8 .num {
  display: block;
  min-width: 29px;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1;
  color: var(--color-navy);
  font-family: var(--font-en);
  font-weight: var(--font-light);
}
.c_ttl_8 .main {
  display: block;
  margin-left: 16px;
  font-size: 24px;
  font-weight: var(--font-medium);
  line-height: 1.7;
}
.c_ttl_8.c_ttl_8--small {
  margin-bottom: 16px;
}
.c_ttl_8.c_ttl_8--small .num {
  margin-top: 8px;
  font-size: 20px;
}
.c_ttl_8.c_ttl_8--small .main {
  font-size: 20px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .c_ttl_8 {
    margin-bottom: 12px;
  }
  .c_ttl_8 .num {
    min-width: 22px;
    margin-top: 8px;
    font-size: 18px;
  }
  .c_ttl_8 .main {
    margin-left: 12px;
    font-size: 18px;
  }
  .c_ttl_8.c_ttl_8--small {
    margin-bottom: 12px;
  }
  .c_ttl_8.c_ttl_8--small .num {
    min-width: 24px;
    margin-top: 7px;
    font-size: 18px;
  }
  .c_ttl_8.c_ttl_8--small .main {
    font-size: 18px;
    margin-left: 12px;
  }
}
.c_ttl_9 {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.c_ttl_9 .sub {
  margin-bottom: 40px;
  display: flex;
  font-size: 16px;
  line-height: 1;
  color: var(--color-navy);
  font-weight: var(--font-medium);
}
.c_ttl_9 .sub::before {
  content: "";
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  margin: 4px 10px 0 0;
  border-radius: 9999px;
  border: 2px solid var(--color-accounting-sub);
}
.c_ttl_9 .sub .en {
  font-family: var(--font-en);
}
.c_ttl_9 .sub .jp {
  display: flex;
  position: relative;
  margin-left: 12px;
}
.c_ttl_9 .sub .jp::before {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 16px;
  margin: 0 12px 0 0;
  background-color: var(--color-mvv-gray);
}
.c_ttl_9 .main {
  font-size: 24px;
  line-height: 1.7;
  font-weight: var(--font-medium);
}

@media screen and (max-width: 767px) {
  .c_ttl_9 {
    margin-bottom: 12px;
  }
  .c_ttl_9 .sub {
    margin-bottom: 18px;
  }
  .c_ttl_9 .sub::before {
    margin: 3px 10px 0 0;
  }
  .c_ttl_9 .main {
    font-size: 18px;
  }
}
.c_ttl_10 {
  margin-bottom: 62px;
  font-size: 32px;
  line-height: 1.7;
  color: var(--color-navy);
  font-weight: var(--font-medium);
}

@media screen and (max-width: 767px) {
  .c_ttl_10 {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.c_ttl_11 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  color: var(--color-navy);
}
.c_ttl_11 .sub {
  margin-bottom: 20px;
  font-weight: var(--font-medium);
  font-size: 13px;
  line-height: 1;
}
.c_ttl_11 .main {
  font-size: 28px;
  font-family: var(--font-en);
  font-weight: var(--font-light);
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .c_ttl_11 {
    margin-bottom: 20px;
  }
  .c_ttl_11 .sub {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .c_ttl_11 .main {
    font-size: 24px;
  }
}
.c_ttl_12 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.25;
  color: var(--color-navy);
}

.c_ttl_13 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.7;
  color: var(--color-navy);
}
.c_ttl_13 .num {
  margin-right: 15px;
  font-family: var(--font-en);
  font-weight: var(--font-light);
}
@media screen and (max-width: 767px) {
  .c_ttl_13 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
/* =================================
 text
================================= */
.c_txt_1 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .c_txt_1 {
    font-size: 14px;
  }
}
/* =================================
 buttons
================================= */
.c_btn_1,
.c_btn_1:link,
.c_btn_1:active,
.c_btn_1:visited {
  position: relative;
  background-color: var(--color-navy);
  border-radius: 9999px;
  border: 2px solid transparent;
  height: 17px;
  width: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: background 0.3s;
}
.c_btn_1::after,
.c_btn_1:link::after,
.c_btn_1:active::after,
.c_btn_1:visited::after {
  content: "";
  display: block;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  background: transparent;
  width: 5px;
  height: 5px;
  position: absolute;
  right: 5px;
  top: 4px;
  transform: rotate(-45deg);
  transition: border 0.3s;
}
.c_btn_1.c_btn_1--blue,
.c_btn_1:link.c_btn_1--blue,
.c_btn_1:active.c_btn_1--blue,
.c_btn_1:visited.c_btn_1--blue {
  background: linear-gradient(to bottom, #3062b9 0%, #002464 100%);
}
.c_btn_1.c_btn_1--blue::before,
.c_btn_1:link.c_btn_1--blue::before,
.c_btn_1:active.c_btn_1--blue::before,
.c_btn_1:visited.c_btn_1--blue::before {
  background: linear-gradient(to bottom, #002464 0%, #3062b9 100%);
}
.c_btn_1:visited, .c_btn_1 .c_btn_1:active, .c_btn_1:link:visited, .c_btn_1:link:active,
.c_btn_1:link:visited,
.c_btn_1:link .c_btn_1:active,
.c_btn_1:link:link:visited,
.c_btn_1:link:link:active,
.c_btn_1:active:visited,
.c_btn_1:active .c_btn_1:active,
.c_btn_1:active:link:visited,
.c_btn_1:active:link:active,
.c_btn_1:visited:visited,
.c_btn_1:visited .c_btn_1:active,
.c_btn_1:visited:link:visited,
.c_btn_1:visited:link:active {
  color: #fff;
}

.c_btn_2,
.c_btn_2:link,
.c_btn_2:active,
.c_btn_2:visited {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
}
.c_btn_2 .circle,
.c_btn_2:link .circle,
.c_btn_2:active .circle,
.c_btn_2:visited .circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: 55px;
  margin-right: 15px;
  background-color: var(--color-navy);
  border-radius: 9999px;
  border: 2px solid var(--color-navy);
  overflow: hidden;
}
.c_btn_2 .circle::after.active,
.c_btn_2:link .circle::after.active,
.c_btn_2:active .circle::after.active,
.c_btn_2:visited .circle::after.active {
  opacity: 1;
}
.c_btn_2 .circle::after,
.c_btn_2:link .circle::after,
.c_btn_2:active .circle::after,
.c_btn_2:visited .circle::after {
  display: block;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  background: transparent;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 22px;
  top: 20px;
  transform: rotate(-45deg);
}
.c_btn_2 .circle .arrow,
.c_btn_2:link .circle .arrow,
.c_btn_2:active .circle .arrow,
.c_btn_2:visited .circle .arrow {
  display: block;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  background: transparent;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 22px;
  top: 20px;
  transform: rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0, 0, 0.17, 1);
}
.c_btn_2 .circle .arrow + .arrow,
.c_btn_2:link .circle .arrow + .arrow,
.c_btn_2:active .circle .arrow + .arrow,
.c_btn_2:visited .circle .arrow + .arrow {
  transform: rotate(-45deg) translate(-350%, -350%);
}
.c_btn_2 .circle.circle--reverse::after,
.c_btn_2:link .circle.circle--reverse::after,
.c_btn_2:active .circle.circle--reverse::after,
.c_btn_2:visited .circle.circle--reverse::after {
  right: 19px;
  transform: rotate(135deg);
}
.c_btn_2 .circle.circle--reverse .arrow,
.c_btn_2:link .circle.circle--reverse .arrow,
.c_btn_2:active .circle.circle--reverse .arrow,
.c_btn_2:visited .circle.circle--reverse .arrow {
  right: 19px;
  transform: rotate(135deg);
}
.c_btn_2 .circle.circle--reverse .arrow + .arrow,
.c_btn_2:link .circle.circle--reverse .arrow + .arrow,
.c_btn_2:active .circle.circle--reverse .arrow + .arrow,
.c_btn_2:visited .circle.circle--reverse .arrow + .arrow {
  transform: rotate(135deg) translate(-350%, -350%);
}
.c_btn_2 .txt,
.c_btn_2:link .txt,
.c_btn_2:active .txt,
.c_btn_2:visited .txt {
  position: relative;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.c_btn_2 .txt::after,
.c_btn_2:link .txt::after,
.c_btn_2:active .txt::after,
.c_btn_2:visited .txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-navy);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.c_btn_2.c_btn_2--white,
.c_btn_2:link.c_btn_2--white,
.c_btn_2:active.c_btn_2--white,
.c_btn_2:visited.c_btn_2--white {
  color: #fff;
}
.c_btn_2.c_btn_2--white .circle,
.c_btn_2:link.c_btn_2--white .circle,
.c_btn_2:active.c_btn_2--white .circle,
.c_btn_2:visited.c_btn_2--white .circle {
  background-color: #fff;
  border: 2px solid #fff;
}
.c_btn_2.c_btn_2--white .circle::after,
.c_btn_2:link.c_btn_2--white .circle::after,
.c_btn_2:active.c_btn_2--white .circle::after,
.c_btn_2:visited.c_btn_2--white .circle::after {
  border-bottom: solid 2px var(--color-navy);
  border-right: solid 2px var(--color-navy);
}
.c_btn_2.c_btn_2--white .circle .arrow,
.c_btn_2:link.c_btn_2--white .circle .arrow,
.c_btn_2:active.c_btn_2--white .circle .arrow,
.c_btn_2:visited.c_btn_2--white .circle .arrow {
  border-bottom: solid 2px var(--color-navy);
  border-right: solid 2px var(--color-navy);
}
.c_btn_2.c_btn_2--white .txt::after,
.c_btn_2:link.c_btn_2--white .txt::after,
.c_btn_2:active.c_btn_2--white .txt::after,
.c_btn_2:visited.c_btn_2--white .txt::after {
  background-color: #fff;
}
.c_btn_2.c_btn_2--small,
.c_btn_2:link.c_btn_2--small,
.c_btn_2:active.c_btn_2--small,
.c_btn_2:visited.c_btn_2--small {
  font-size: 14px;
}
.c_btn_2.c_btn_2--small .circle,
.c_btn_2:link.c_btn_2--small .circle,
.c_btn_2:active.c_btn_2--small .circle,
.c_btn_2:visited.c_btn_2--small .circle {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.c_btn_2.c_btn_2--small .circle::after,
.c_btn_2:link.c_btn_2--small .circle::after,
.c_btn_2:active.c_btn_2--small .circle::after,
.c_btn_2:visited.c_btn_2--small .circle::after {
  width: 8px;
  height: 8px;
  top: 9px;
  right: 10px;
}
.c_btn_2.c_btn_2--small .circle .arrow,
.c_btn_2:link.c_btn_2--small .circle .arrow,
.c_btn_2:active.c_btn_2--small .circle .arrow,
.c_btn_2:visited.c_btn_2--small .circle .arrow {
  width: 8px;
  height: 8px;
  top: 9px;
  right: 10px;
}
.c_btn_2.c_btn_2--small-min .circle,
.c_btn_2:link.c_btn_2--small-min .circle,
.c_btn_2:active.c_btn_2--small-min .circle,
.c_btn_2:visited.c_btn_2--small-min .circle {
  width: 20px;
  height: 20px;
}
.c_btn_2.c_btn_2--small-min .circle::after,
.c_btn_2:link.c_btn_2--small-min .circle::after,
.c_btn_2:active.c_btn_2--small-min .circle::after,
.c_btn_2:visited.c_btn_2--small-min .circle::after {
  width: 6px;
  height: 6px;
  top: 5px;
  right: 5px;
}
.c_btn_2.c_btn_2--small-min .circle .arrow,
.c_btn_2:link.c_btn_2--small-min .circle .arrow,
.c_btn_2:active.c_btn_2--small-min .circle .arrow,
.c_btn_2:visited.c_btn_2--small-min .circle .arrow {
  width: 6px;
  height: 6px;
  top: 5px;
  right: 5px;
}

@media screen and (min-width: 768px) {
  .c_btn_2:hover .circle .arrow {
    transform: rotate(-45deg) translate(350%, 350%);
  }
  .c_btn_2:hover .circle .arrow + .arrow {
    transform: rotate(-45deg) translate(0, 0);
  }
  .c_btn_2:hover .circle.circle--reverse .arrow {
    transform: rotate(135deg) translate(350%, 350%);
  }
  .c_btn_2:hover .circle.circle--reverse .arrow + .arrow {
    transform: rotate(135deg) translate(0, 0);
  }
  .c_btn_2:hover .txt {
    color: var(--color-navy);
  }
  .c_btn_2:hover .txt::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .c_btn_2:hover.c_btn_2--white .txt {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c_btn_2 .circle,
  .c_btn_2:link .circle,
  .c_btn_2:active .circle,
  .c_btn_2:visited .circle {
    height: 45px;
    width: 45px;
  }
  .c_btn_2 .circle::after,
  .c_btn_2:link .circle::after,
  .c_btn_2:active .circle::after,
  .c_btn_2:visited .circle::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 8px;
    height: 8px;
    right: 17px;
    top: 17px;
  }
  .c_btn_2 .circle .arrow,
  .c_btn_2:link .circle .arrow,
  .c_btn_2:active .circle .arrow,
  .c_btn_2:visited .circle .arrow {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 8px;
    height: 8px;
    right: 17px;
    top: 17px;
  }
  .c_btn_2 .circle.circle--reverse::after,
  .c_btn_2:link .circle.circle--reverse::after,
  .c_btn_2:active .circle.circle--reverse::after,
  .c_btn_2:visited .circle.circle--reverse::after {
    right: 15px;
  }
  .c_btn_2 .circle.circle--reverse .arrow,
  .c_btn_2:link .circle.circle--reverse .arrow,
  .c_btn_2:active .circle.circle--reverse .arrow,
  .c_btn_2:visited .circle.circle--reverse .arrow {
    right: 15px;
  }
  .c_btn_2.c_btn_2--small-min,
  .c_btn_2:link.c_btn_2--small-min,
  .c_btn_2:active.c_btn_2--small-min,
  .c_btn_2:visited.c_btn_2--small-min {
    font-size: 14px;
  }
  .c_btn_2.c_btn_2--small-min .circle,
  .c_btn_2:link.c_btn_2--small-min .circle,
  .c_btn_2:active.c_btn_2--small-min .circle,
  .c_btn_2:visited.c_btn_2--small-min .circle {
    margin-right: 8px;
  }
  .c_btn_2.c_btn_2--small-min .circle .arrow,
  .c_btn_2:link.c_btn_2--small-min .circle .arrow,
  .c_btn_2:active.c_btn_2--small-min .circle .arrow,
  .c_btn_2:visited.c_btn_2--small-min .circle .arrow {
    right: 6px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
@media screen and (max-width: 1100px) {
  .btn_list .item + .item {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c_btn_2:hover::before,
  .c_btn_2:link:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c_btn_2,
  .c_btn_2:link {
    width: 100%;
  }
}
.c_btn_3,
.c_btn_3:link,
.c_btn_3:active,
.c_btn_3:visited {
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: var(--ls-wide);
  line-height: 1;
  transition: 0.3s;
}
.c_btn_3 .arr,
.c_btn_3:link .arr,
.c_btn_3:active .arr,
.c_btn_3:visited .arr {
  content: "";
  display: block;
  margin: 2px 10px 0 0;
  border-bottom: solid 2px var(--color-black);
  border-right: solid 2px var(--color-black);
  background: transparent;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
}
.c_btn_3 .btn_txt,
.c_btn_3:link .btn_txt,
.c_btn_3:active .btn_txt,
.c_btn_3:visited .btn_txt {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c_btn_3,
  .c_btn_3:link,
  .c_btn_3:active,
  .c_btn_3:visited {
    font-size: 14px;
  }
  .c_btn_3 .arr,
  .c_btn_3:link .arr,
  .c_btn_3:active .arr,
  .c_btn_3:visited .arr {
    margin: 0px 10px 0 0;
    width: 6px;
    height: 6px;
  }
}
.c_btn_4 .circle,
.c_btn_4:link .circle,
.c_btn_4:active .circle,
.c_btn_4:visited .circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
  margin-left: 15px;
  background-color: var(--color-navy);
  border-radius: 9999px;
  border: 2px solid var(--color-navy);
}
.c_btn_4 .circle::after,
.c_btn_4:link .circle::after,
.c_btn_4:active .circle::after,
.c_btn_4:visited .circle::after {
  display: block;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  background: transparent;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 9px;
  left: 7px;
  transform: rotate(-45deg);
}
.c_btn_4 .circle .arrow,
.c_btn_4:link .circle .arrow,
.c_btn_4:active .circle .arrow,
.c_btn_4:visited .circle .arrow {
  display: block;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  background: transparent;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 9px;
  left: 7px;
  transform: rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0, 0, 0.17, 1);
}
.c_btn_4 .circle .arrow + .arrow,
.c_btn_4:link .circle .arrow + .arrow,
.c_btn_4:active .circle .arrow + .arrow,
.c_btn_4:visited .circle .arrow + .arrow {
  transform: rotate(-45deg) translate(-350%, -350%);
}

@media screen and (min-width: 768px) {
  .link:hover .c_btn_4 .circle .arrow {
    transform: rotate(-45deg) translate(350%, 350%);
  }
  .link:hover .c_btn_4 .circle .arrow + .arrow {
    transform: rotate(-45deg) translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  .c_btn_4 .circle,
  .c_btn_4:link .circle,
  .c_btn_4:active .circle,
  .c_btn_4:visited .circle {
    height: 25px;
    width: 25px;
  }
  .c_btn_4 .circle::after,
  .c_btn_4:link .circle::after,
  .c_btn_4:active .circle::after,
  .c_btn_4:visited .circle::after {
    top: 5px;
    left: 5px;
  }
  .c_btn_4 .circle .arrow,
  .c_btn_4:link .circle .arrow,
  .c_btn_4:active .circle .arrow,
  .c_btn_4:visited .circle .arrow {
    top: 5px;
    left: 5px;
  }
}
.c_btn_5,
.c_btn_5:link,
.c_btn_5:active,
.c_btn_5:visited {
  display: block;
  position: relative;
  background-color: var(--color-navy);
  border-radius: 9999px;
  width: 350px;
  height: 70px;
}
.c_btn_5::after,
.c_btn_5:link::after,
.c_btn_5:active::after,
.c_btn_5:visited::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 25px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 10px;
  height: 10px;
  margin-left: -4px;
  transform: rotate(-45deg);
  transition: border-color 0.3s;
}
.c_btn_5::before,
.c_btn_5:link::before,
.c_btn_5:active::before,
.c_btn_5:visited::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  transform-origin: center;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #003988;
  content: "";
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c_btn_5 .txt,
.c_btn_5:link .txt,
.c_btn_5:active .txt,
.c_btn_5:visited .txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: var(--font-bold);
  color: #fff;
  transition: opacity 0.3s;
}
.c_btn_5.c_btn_5--reverse::after,
.c_btn_5:link.c_btn_5--reverse::after,
.c_btn_5:active.c_btn_5--reverse::after,
.c_btn_5:visited.c_btn_5--reverse::after {
  right: auto;
  left: 25px;
  transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
  .c_btn_5:hover::before,
  .c_btn_5:link:hover::before,
  .c_btn_5:active:hover::before,
  .c_btn_5:visited:hover::before {
    transform: scale(1);
    transform-origin: center;
    opacity: 1;
  }
}
.c_btn_6,
.c_btn_6:link,
.c_btn_6:active,
.c_btn_6:visited {
  position: relative;
  border: 1px solid var(--color-navy);
  background-color: #fff;
  border-radius: 9999px;
  width: 160px;
  height: 70px;
}
.c_btn_6::after,
.c_btn_6:link::after,
.c_btn_6:active::after,
.c_btn_6:visited::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 25px;
  border-bottom: solid 2px var(--color-navy);
  border-right: solid 2px var(--color-navy);
  width: 10px;
  height: 10px;
  margin-right: -4px;
  transform: rotate(135deg);
  transition: border-color 0.3s;
}
.c_btn_6::before,
.c_btn_6:link::before,
.c_btn_6:active::before,
.c_btn_6:visited::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  transform-origin: center;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: var(--color-navy);
  content: "";
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c_btn_6 .txt,
.c_btn_6:link .txt,
.c_btn_6:active .txt,
.c_btn_6:visited .txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
  font-weight: var(--font-bold);
  color: var(--color-navy);
  transition: color 0.3s;
}

@media screen {
  .c_btn_6:hover::after,
  .c_btn_6:link:hover::after,
  .c_btn_6:active:hover::after,
  .c_btn_6:visited:hover::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .c_btn_6:hover::before,
  .c_btn_6:link:hover::before,
  .c_btn_6:active:hover::before,
  .c_btn_6:visited:hover::before {
    transform: scale(1);
    transform-origin: center;
    opacity: 1;
  }
  .c_btn_6:hover .txt,
  .c_btn_6:link:hover .txt,
  .c_btn_6:active:hover .txt,
  .c_btn_6:visited:hover .txt {
    color: #fff;
  }
}
.c_btn_list_1 {
  display: flex;
  justify-content: center;
}
.c_btn_list_1.c_btn_list_1--right {
  justify-content: flex-end;
}
.c_btn_list_1.c_btn_list_1--left {
  justify-content: flex-start;
}

/* =================================
 icon
================================= */
/* =================================
 table
================================= */
.c_table_1 {
  width: 100%;
  border-collapse: inherit;
}
.c_table_1 th,
.c_table_1 td {
  padding: 18px;
  text-align: center;
  vertical-align: middle;
}
.c_table_1 th {
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  background-color: #E9E7E4;
  font-size: 16px;
  font-weight: var(--font-semibold);
}
.c_table_1 tr td {
  border-left: 1px solid #707070;
  border-bottom: 1px solid #D8D8D8;
  font-size: 14px;
  line-height: 1.6;
  font-weight: var(--font-light);
  background-color: #fff;
}
.c_table_1 tr td:nth-child(2) {
  background-color: #F6F1E4;
}
.c_table_1 tr td:nth-child(3) {
  background-color: #E6EBF2;
}
.c_table_1 tr td:last-of-type {
  border-right: 1px solid #707070;
}
.c_table_1 tr td .pain {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.c_table_1 tr td .pain .img {
  display: block;
}
.c_table_1 tr td .pain .img + .img {
  margin-left: 5px;
}
.c_table_1 tr td .note {
  color: var(--color-pink);
  font-weight: var(--font-semibold);
}
.c_table_1 tr:nth-of-type(n+2) th {
  background-color: #fff;
  border-top: 1px solid #D8D8D8;
  white-space: nowrap;
}
.c_table_1 tr:first-of-type th {
  border-bottom: 1px solid #707070;
}
.c_table_1 tr:first-of-type th:nth-child(1) {
  border: none;
  background-color: transparent;
}
.c_table_1 tr:first-of-type th:nth-child(2) {
  background-color: #BFA14C;
  color: #fff;
}
.c_table_1 tr:first-of-type th:nth-child(3) {
  background-color: #123B84;
  color: #fff;
}
.c_table_1 tr:first-of-type th:last-of-type {
  border-right: 1px solid #707070;
}
.c_table_1 tr:nth-child(2) th {
  border-top: 1px solid #707070;
}
.c_table_1 tr:last-of-type th {
  border-bottom: 1px solid #707070;
}
.c_table_1 tr:last-of-type td {
  border-bottom: 1px solid #707070;
}
.c_table_1 + .c_table_3 {
  margin-top: 50px;
}

@media screen and (max-width: 1100px) {
  .c_table_1 {
    width: 100%;
    border-collapse: inherit;
  }
  .c_table_1 th,
  .c_table_1 td {
    padding: 18px;
    text-align: center;
    vertical-align: middle;
  }
  .c_table_1 th {
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    background-color: #E9E7E4;
    font-size: 16px;
    font-weight: var(--font-semibold);
  }
  .c_table_1 tr td {
    border-left: 1px solid #707070;
    border-bottom: 1px solid #D8D8D8;
    font-size: 14px;
    line-height: 1.6;
    font-weight: var(--font-light);
    background-color: #fff;
  }
  .c_table_1 tr td:nth-child(2) {
    background-color: #F6F1E4;
  }
  .c_table_1 tr td:nth-child(3) {
    background-color: #E6EBF2;
  }
  .c_table_1 tr td:last-of-type {
    border-right: 1px solid #707070;
  }
  .c_table_1 tr td .pain {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
  }
  .c_table_1 tr td .pain .img {
    display: block;
  }
  .c_table_1 tr td .pain .img + .img {
    margin-left: 20px;
  }
  .c_table_1 tr td .note {
    color: var(--color-pink);
    font-weight: var(--font-semibold);
  }
  .c_table_1 tr:nth-of-type(n+2) th {
    background-color: #fff;
    border-top: 1px solid #D8D8D8;
    white-space: nowrap;
  }
  .c_table_1 tr:first-of-type th {
    border-bottom: 1px solid #707070;
  }
  .c_table_1 tr:first-of-type th:nth-child(1) {
    border: none;
    background-color: transparent;
  }
  .c_table_1 tr:first-of-type th:nth-child(2) {
    background-color: #BFA14C;
    color: #fff;
  }
  .c_table_1 tr:first-of-type th:nth-child(3) {
    background-color: #123B84;
    color: #fff;
  }
  .c_table_1 tr:first-of-type th:last-of-type {
    border-right: 1px solid #707070;
  }
  .c_table_1 tr:nth-child(2) th {
    border-top: 1px solid #707070;
  }
  .c_table_1 tr:last-of-type th {
    border-bottom: 1px solid #707070;
  }
  .c_table_1 tr:last-of-type td {
    border-bottom: 1px solid #707070;
  }
  .c_table_1 + .c_table_3 {
    margin-top: 50px;
  }
}
.c_table_2 {
  width: 100%;
  border-collapse: inherit;
}
.c_table_2 th,
.c_table_2 td {
  padding: 13px;
  line-height: 1.75;
  vertical-align: middle;
  font-size: 16px;
}
.c_table_2 th {
  background-color: #DECCA2;
  text-align: center;
  font-weight: var(--font-semibold);
  white-space: nowrap;
}
.c_table_2 td {
  background-color: #fff;
}
.c_table_2 td.exposition {
  font-size: 14px;
}
.c_table_2 tr:nth-of-type(n+2) th,
.c_table_2 tr:nth-of-type(n+2) td {
  border-top: 1px solid #717171;
}

.in_cont .c_table_2 th {
  background-color: #BFCFE3;
}

@media screen and (max-width: 1100px) {
  .c_scroll_table {
    overflow-x: scroll;
  }
  .c_scroll_table .table {
    max-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .c_scroll_table__ {
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 20px;
  }
  .c_scroll_table__ .table {
    width: 880px;
  }
}

/* =================================
 list
================================= */
.c_list_1 {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 10px;
  margin-bottom: 16px;
}
.c_list_1 .list_item {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 16px;
  border-radius: 9999px;
  font-size: 14px;
  color: #fff;
}
.c_list_1 .list_item.list_item--accounting {
  background-color: var(--color-accounting);
}
.c_list_1 .list_item.list_item--advisory {
  background-color: var(--color-advisory);
}
.c_list_1 .list_item.list_item--personnel {
  background-color: var(--color-personnel);
}
.c_list_1 .list_item.list_item--legal {
  background-color: var(--color-legal);
}

@media screen and (max-width: 767px) {
  .c_list_1 {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 10px;
    margin-bottom: 16px;
  }
  .c_list_1 .list_item {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 16px;
    border-radius: 9999px;
    font-size: 14px;
    color: #fff;
  }
  .c_list_1 .list_item.list_item--accounting {
    background-color: var(--color-accounting);
  }
  .c_list_1 .list_item.list_item--advisory {
    background-color: var(--color-advisory);
  }
  .c_list_1 .list_item.list_item--personnel {
    background-color: var(--color-personnel);
  }
  .c_list_1 .list_item.list_item--legal {
    background-color: var(--color-legal);
  }
}
.c_list_2 .item {
  display: flex;
  gap: 8px;
  font-size: 16px;
}
.c_list_2 .item::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 13px;
  background: var(--color-navy);
  border-radius: 9999px;
}

@media screen and (max-width: 767px) {
  .c_list_2 {
    gap: 6px;
  }
  .c_list_2 .item {
    font-size: 14px;
  }
  .c_list_2 .item::before {
    margin-top: 11px;
  }
}
/* =================================
 sec/area
================================= */
/*============================
c_head_sec
============================*/
.c_head_sec {
  padding-bottom: 52px;
}
.c_head_sec .inner .top_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c_head_sec .inner .top_area .right_block .img {
  border-radius: 35px;
}
.c_head_sec .inner .breadcrumb_area {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.c_head_sec .inner .bottom_area {
  margin-top: 20px;
}
.c_head_sec .inner .bottom_area .anchor_list {
  display: flex;
  gap: 32px;
}
.c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 275px;
  height: 65px;
  padding: 24px;
  background-color: var(--color-gray);
  border-radius: 10px;
}
.c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  transform-origin: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--color-navy);
  content: "";
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link .sub,
.c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link .main {
  position: relative;
  display: block;
  color: var(--color-navy);
  line-height: 1;
  transition: color 0.3s;
}
.c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link .sub {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1;
}
.c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link .main {
  font-size: 20px;
  line-height: 1;
}
.c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-navy);
  border-right: 2px solid var(--color-navy);
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: border-color 0.3s;
}
.c_head_sec.c_head_sec--lower {
  padding-bottom: 28px;
}

@media screen and (min-width: 768px) {
  .c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link:hover::before {
    transform: scale(1);
    transform-origin: center;
    opacity: 1;
  }
  .c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link:hover .sub,
  .c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link:hover .main {
    color: #fff;
  }
  .c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 1100px) {
  .c_head_sec .inner .top_area .ttl {
    width: 50%;
  }
  .c_head_sec .inner .top_area .right_block {
    width: 50%;
  }
  .c_head_sec .inner .top_area .right_block .img {
    width: 100%;
    height: auto;
  }
  .c_head_sec.c_head_sec--lower .top_area .ttl .main {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c_head_sec {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .c_head_sec .inner .top_area {
    flex-direction: column;
    align-items: flex-start;
  }
  .c_head_sec .inner .top_area .ttl {
    width: 100%;
  }
  .c_head_sec .inner .top_area .right_block {
    width: 100%;
  }
  .c_head_sec .inner .top_area .right_block .img {
    border-radius: 16px;
  }
  .c_head_sec .inner .bottom_area .anchor_list {
    gap: 16px;
  }
  .c_head_sec .inner .bottom_area .anchor_list .item.anchor_item {
    flex-grow: 1;
  }
  .c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link {
    width: auto;
    padding: 24px 12px;
    border-radius: 5px;
  }
  .c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link .sub {
    font-size: 11px;
  }
  .c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link .main {
    font-size: 16px;
  }
  .c_head_sec .inner .bottom_area .anchor_list .item.anchor_item .anchor_link::after {
    right: 12px;
  }
  .c_head_sec.c_head_sec--lower .top_area .ttl .main {
    font-size: 26px;
  }
}
/*============================
c_strength_sec
============================*/
.c_strength_sec {
  padding: 108px 0 100px;
  background-color: var(--color-gray);
}
.c_strength_sec .inner .ttl:has(+ .strength_intro) {
  margin-bottom: 32px;
}
.c_strength_sec .inner .ttl.c_ttl_6 {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  will-change: opacity, clip-path;
}
.c_strength_sec .inner .ttl.c_ttl_6._show {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.c_strength_sec .inner .strength_intro {
  margin-bottom: 76px;
  font-size: 16px;
  line-height: 2;
}
.c_strength_sec .inner .subttl {
  margin-bottom: 44px;
}
.c_strength_sec .inner .strength_area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 22px;
       column-gap: 22px;
  align-items: start;
}
.c_strength_sec .inner .strength_area .item_block {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
.c_strength_sec .inner .strength_area .item_block .subttl_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.c_strength_sec .inner .strength_area .item_block .subttl_box .strength_subttl {
  font-size: 22px;
  font-weight: var(--font-medium);
  line-height: 1.7;
  transition: opacity 0.3s ease;
}
.c_strength_sec .inner .strength_area .item_block .subttl_box .strength_subttl .highlight {
  color: var(--color-blue);
}
.c_strength_sec .inner .strength_area .item_block .subttl_box .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid var(--color-navy);
  height: 30px;
  width: 30px;
  transition: background 0.3s;
  flex-shrink: 0;
  margin-left: 20px;
  transition: transform 0.2s ease, background 0.3s ease;
}
.c_strength_sec .inner .strength_area .item_block .subttl_box .icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--color-navy);
}
.c_strength_sec .inner .strength_area .item_block .subttl_box .icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 9px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--color-navy);
  transition: display 0.2s ease, background 0.3s ease;
}
.c_strength_sec .inner .strength_area .item_block .subttl_box.selected .icon::before {
  display: none;
}
.c_strength_sec .inner .strength_area .item_block .txt_box {
  display: none;
  margin-top: 20px;
}
.c_strength_sec .inner .strength_area .item_block .txt_box .txt {
  font-size: 14px;
  line-height: 2;
}
.c_strength_sec .inner .strength_area .item_block .txt_box .txt .highlight {
  font-weight: var(--font-bold);
}
.c_strength_sec .inner .drawing_area {
  display: flex;
  justify-content: center;
  margin-top: 72px;
  gap: 10px;
}
.c_strength_sec .inner .drawing_area .team_box .team_name {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: var(--font-medium);
  line-height: 1.7;
}
.c_strength_sec .inner .drawing_area .team_box .service_list .service_list_item {
  display: flex;
  font-size: 14px;
  line-height: 1.7;
}
.c_strength_sec .inner .drawing_area .team_box .service_list .service_list_item + .service_list_item {
  margin-top: 0;
}
.c_strength_sec .inner .drawing_area .team_box.team_box--accounting .team_name {
  color: var(--color-accounting-sub);
}
.c_strength_sec .inner .drawing_area .team_box.team_box--accounting .service_list .service_list_item::after {
  background-image: url("../../assets/img/common/icon_check_accounting.svg");
}
.c_strength_sec .inner .drawing_area .team_box.team_box--personnel .team_name {
  color: var(--color-personnel-sub);
}
.c_strength_sec .inner .drawing_area .team_box.team_box--personnel .service_list .service_list_item::after {
  background-image: url("../../assets/img/common/icon_check_personnel.svg");
}
.c_strength_sec .inner .drawing_area .team_box.team_box--advisory .team_name {
  color: var(--color-advisory-sub);
}
.c_strength_sec .inner .drawing_area .team_box.team_box--advisory .service_list .service_list_item::before {
  background-image: url("../../assets/img/common/icon_check_advisory.svg");
}
.c_strength_sec .inner .drawing_area .team_box.team_box--legal .team_name {
  color: var(--color-legal-sub);
}
.c_strength_sec .inner .drawing_area .team_box.team_box--legal .service_list .service_list_item::before {
  background-image: url("../../assets/img/common/icon_check_legal.svg");
}
.c_strength_sec .inner .drawing_area .left_block,
.c_strength_sec .inner .drawing_area .right_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 0;
}
.c_strength_sec .inner .drawing_area .left_block {
  text-align: right;
}
.c_strength_sec .inner .drawing_area .left_block .service_list .service_list_item {
  justify-content: flex-end;
}
.c_strength_sec .inner .drawing_area .left_block .service_list .service_list_item::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: 6px 0 0 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c_strength_sec .inner .drawing_area .right_block .service_list .service_list_item {
  justify-content: flex-start;
}
.c_strength_sec .inner .drawing_area .right_block .service_list .service_list_item::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: 6px 4px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c_strength_sec .inner .drawing_area.drawing_area--restructuring .left_block .team_box + .team_box {
  margin-top: 40px;
}
.c_strength_sec .inner .drawing_area.drawing_area--startup .left_block .team_box + .team_box {
  margin-top: 36px;
}
.c_strength_sec .inner .drawing_area.drawing_area--startup .right_block {
  padding-bottom: 52px;
}
.c_strength_sec .inner .drawing_area.drawing_area--ipo .left_block {
  padding-bottom: 28px;
}
.c_strength_sec .inner .drawing_area.drawing_area--ipo .right_block {
  padding-bottom: 52px;
}
.c_strength_sec .inner .drawing_area.drawing_area--ipo .right_block .team_box + .team_box {
  margin-top: 48px;
}
.c_strength_sec .inner .drawing_area.drawing_area--inheritance .center_block {
  margin-bottom: 72px;
}
.c_strength_sec .inner .drawing_area.drawing_area--inheritance .right_block {
  align-self: flex-end;
  padding: 0;
}
.c_strength_sec .inner .drawing_area.drawing_area--bpo .left_block {
  padding-bottom: 28px;
}
.c_strength_sec .inner .drawing_area.drawing_area--bpo .center_block {
  margin-bottom: 72px;
}
.c_strength_sec .inner .drawing_area.drawing_area--bpo .right_block {
  align-self: flex-end;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .c_strength_sec .inner .strength_area .item_block .subttl_box:hover:not(.selected) .icon {
    transform: rotate(90deg);
  }
  .c_strength_sec .inner .strength_area .item_block .subttl_box:hover .strength_subttl {
    color: var(--color-navy);
  }
  .c_strength_sec .inner .strength_area .item_block .subttl_box:hover .icon {
    background-color: var(--color-navy);
  }
  .c_strength_sec .inner .strength_area .item_block .subttl_box:hover .icon::after {
    background-color: #fff;
  }
  .c_strength_sec .inner .strength_area .item_block .subttl_box:hover .icon::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 1100px) {
  .c_strength_sec .inner .strength_area {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .c_strength_sec .inner .strength_area .item_block {
    padding: 20px 15px 20px;
  }
  .c_strength_sec .inner .strength_area .item_block .subttl_box .strength_subttl {
    font-size: 18px;
  }
  .c_strength_sec .inner .strength_area .item_block .subttl_box .icon {
    margin-left: 12px;
  }
  .c_strength_sec .inner .drawing_area {
    margin: 72px -20px 0;
    gap: 0.91vw;
  }
  .c_strength_sec .inner .drawing_area .team_box .team_name {
    margin-bottom: 1.09vw;
    font-size: 1.636vw;
    font-size: 1.455vw;
  }
  .c_strength_sec .inner .drawing_area .team_box .service_list .service_list_item {
    font-size: 1.273vw;
    font-size: 1.182vw;
  }
  .c_strength_sec .inner .drawing_area .team_box .service_list .service_list_item + .service_list_item {
    margin-top: 0;
  }
  .c_strength_sec .inner .drawing_area .left_block,
  .c_strength_sec .inner .drawing_area .right_block {
    padding: 1.09vw 0;
  }
  .c_strength_sec .inner .drawing_area .left_block .service_list .service_list_item::after {
    width: 1.27vw;
    height: 1.27vw;
    margin: 0.55vw 0 0 0.36vw;
  }
  .c_strength_sec .inner .drawing_area .center_block {
    width: 46.18vw;
  }
  .c_strength_sec .inner .drawing_area .center_block .img {
    width: 100%;
    height: auto;
  }
  .c_strength_sec .inner .drawing_area .right_block .service_list .service_list_item::before {
    width: 1.27vw;
    height: 1.27vw;
    margin: 0.55vw 0.36vw 0 0;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--restructuring .left_block .team_box + .team_box {
    margin-top: 3.64vw;
    margin-top: 2.64vw;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--startup .left_block .team_box + .team_box {
    margin-top: 3.27vw;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--startup .right_block {
    padding-bottom: 4.73vw;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--ipo .left_block {
    padding-bottom: 2.55vw;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--ipo .right_block {
    padding-bottom: 4.73vw;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--ipo .right_block .team_box + .team_box {
    margin-top: 4.36vw;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--inheritance .center_block {
    margin-bottom: 6.55vw;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--bpo .left_block {
    padding-bottom: 2.55vw;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--bpo .center_block {
    margin-bottom: 6.55vw;
  }
}
@media screen and (max-width: 767px) {
  .c_strength_sec {
    padding: 76px 0 60px;
  }
  .c_strength_sec .inner .subttl {
    margin-bottom: 32px;
  }
  .c_strength_sec .inner .strength_area {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .c_strength_sec .inner .strength_area .item_block .subttl_box .strength_subttl {
    font-size: 16px;
  }
  .c_strength_sec .inner .strength_area .item_block .txt_box .txt {
    font-size: 12px;
  }
  .c_strength_sec .inner .drawing_area {
    margin: 40px -20px 0;
  }
  .c_strength_sec .inner .drawing_area .team_box .team_name {
    font-size: 1.8vw;
  }
  .c_strength_sec .inner .drawing_area .team_box .service_list {
    display: none;
  }
  .c_strength_sec .inner .drawing_area .left_block,
  .c_strength_sec .inner .drawing_area .right_block {
    padding: 1.09vw 0 0;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--restructuring .left_block .team_box + .team_box {
    margin-top: 2.64vw;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--startup .left_block .team_box + .team_box {
    margin-top: 2.64vw;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--startup .right_block {
    padding-bottom: 0;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--ipo .left_block {
    padding-bottom: 0;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--ipo .right_block {
    padding-bottom: 0;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--ipo .right_block .team_box + .team_box {
    margin-top: 0;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--inheritance .center_block {
    margin-bottom: 0;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--inheritance .right_block .team_box .team_name {
    margin-bottom: 0;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--bpo .left_block {
    padding-bottom: 0;
  }
  .c_strength_sec .inner .drawing_area.drawing_area--bpo .center_block {
    margin-bottom: 0;
  }
}
/*============================
c_outline_sec
============================*/
.c_outline_sec {
  padding: 128px 0 120px;
}
.c_outline_sec .inner .item_area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 36px 0;
  border-top: 1px solid var(--color-outline-gray);
}
.c_outline_sec .inner .item_area .category {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 150px;
  height: 30px;
  border-radius: 0 0 10px 10px;
  background-color: var(--color-accounting);
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: var(--font-bold);
}
.c_outline_sec .inner .item_area .left_block {
  padding-top: 8px;
}
.c_outline_sec .inner .item_area .right_block {
  width: 792px;
}
.c_outline_sec .inner .item_area .right_block .service_intro {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 2;
}
.c_outline_sec .inner .item_area .right_block .service_box {
  display: flex;
  background-color: var(--color-gray);
  padding: 28px 30px 30px;
  border-radius: 5px;
}
.c_outline_sec .inner .item_area .right_block .service_box .head {
  text-align: center;
  font-family: var(--font-en);
  font-weight: var(--font-light);
  line-height: 1;
}
.c_outline_sec .inner .item_area .right_block .service_box .head .en {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}
.c_outline_sec .inner .item_area .right_block .service_box .head .num {
  display: block;
  font-size: 24px;
}
.c_outline_sec .inner .item_area .right_block .service_box .txt_subbox {
  margin: 8px 0 0 30px;
}
.c_outline_sec .inner .item_area .right_block .service_box .txt_subbox .subhead {
  font-weight: var(--font-medium);
  font-size: 20px;
  line-height: 1.7;
}
.c_outline_sec .inner .item_area .right_block .service_box .txt_subbox .txt {
  margin-top: 12px;
  font-size: 14px;
  line-height: 2;
}
.c_outline_sec .inner .item_area .right_block .service_box + .service_box {
  margin-top: 20px;
}
.c_outline_sec .inner .item_area.item_area--accounting .category {
  background-color: var(--color-accounting);
}
.c_outline_sec .inner .item_area.item_area--accounting .right_block .service_box .head {
  color: var(--color-accounting-sub);
}
.c_outline_sec .inner .item_area.item_area--advisory .category {
  background-color: var(--color-advisory);
}
.c_outline_sec .inner .item_area.item_area--advisory .right_block .service_box .head {
  color: var(--color-advisory-sub);
}
.c_outline_sec .inner .item_area.item_area--personnel .category {
  background-color: var(--color-personnel);
}
.c_outline_sec .inner .item_area.item_area--personnel .right_block .service_box .head {
  color: var(--color-personnel-sub);
}
.c_outline_sec .inner .item_area.item_area--legal .category {
  background-color: var(--color-legal);
}
.c_outline_sec .inner .item_area.item_area--legal .right_block .service_box .head {
  color: var(--color-legal-sub);
}
.c_outline_sec .inner .item_area:last-of-type {
  border-bottom: 1px solid var(--color-outline-gray);
}

@media screen and (max-width: 1100px) {
  .c_outline_sec .inner .item_area {
    gap: 20px;
  }
  .c_outline_sec .inner .item_area .left_block {
    width: 36%;
  }
  .c_outline_sec .inner .item_area .left_block .ttl {
    font-size: 18px;
  }
  .c_outline_sec .inner .item_area .right_block {
    width: 64%;
  }
  .c_outline_sec .inner .item_area .right_block .service_box {
    padding: 20px 15px 20px;
  }
  .c_outline_sec .inner .item_area .right_block .service_box .txt_subbox {
    margin-left: 15px;
  }
  .c_outline_sec .inner .item_area .right_block .service_box .txt_subbox .subhead {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c_outline_sec {
    padding: 76px 0 60px;
  }
  .c_outline_sec .inner .item_area {
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }
  .c_outline_sec .inner .item_area .left_block {
    width: 100%;
  }
  .c_outline_sec .inner .item_area .right_block {
    width: 100%;
  }
}
/*============================
c_other_sec
============================*/
.c_other_sec {
  background-color: var(--color-gray);
  padding: 124px 0 120px;
}
.c_other_sec .inner .list_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 62px;
       column-gap: 62px;
  row-gap: 60px;
}
.c_other_sec .inner .list_area .item_block {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
.c_other_sec .inner .list_area .item_block .img_box {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.c_other_sec .inner .list_area .item_block .img_box .img {
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.c_other_sec .inner .list_area .item_block .txt_box {
  padding: 30px 36px 36px;
}
.c_other_sec .inner .list_area .item_block .txt_box .ttl {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: var(--font-medium);
  transition: color 0.3s;
}
.c_other_sec .inner .list_area .item_block .txt_box .txt {
  font-size: 14px;
  line-height: 2;
  transition: color 0.3s;
}
.c_other_sec .inner .list_area .item_block .item_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .c_other_sec .inner .list_area .item_block:has(.item_link:hover) .img_box .img {
    transform: scale(1.1);
  }
  .c_other_sec .inner .list_area .item_block:has(.item_link:hover) .txt_box .ttl {
    color: var(--color-navy);
  }
  .c_other_sec .inner .list_area .item_block:has(.item_link:hover) .txt_box .txt {
    color: var(--color-navy);
  }
}
@media screen and (max-width: 1100px) {
  .c_other_sec .inner .list_area {
    -moz-column-gap: 22px;
         column-gap: 22px;
    row-gap: 20px;
  }
  .c_other_sec .inner .list_area .item_block .img {
    width: 100%;
    height: auto;
  }
  .c_other_sec .inner .list_area .item_block .txt_box {
    padding: 20px 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  .c_other_sec {
    padding: 76px 0 60px;
  }
  .c_other_sec .inner .list_area {
    grid-template-columns: 1fr;
  }
  .c_other_sec .inner .list_area .item_block .txt_box .ttl {
    font-size: 18px;
  }
}
/*============================
c_back_sec
============================*/
.c_back_sec {
  padding: 40px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c_back_sec {
    padding: 20px 0;
  }
}
/*============================
c_sec_bg_1
============================*/
.c_sec_bg_1 {
  position: relative;
}
.c_sec_bg_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-230px - (100vw - 1200px) / 2);
  width: 100vw;
  height: 100%;
  background-color: var(--color-gray);
}
.c_sec_bg_1 .ttl,
.c_sec_bg_1 .inner {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .c_sec_bg_1::before {
    left: -250px;
  }
}
/*============================
c_member_sec
============================*/
.c_member_sec {
  position: relative;
  padding: 60px 0;
}
.c_member_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: var(--color-navy);
}
.c_member_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 15px);
  height: 1px;
  background-color: var(--color-menber-gray);
}
.c_member_sec .position_area {
  margin-top: 36px;
}
.c_member_sec .position_area .position_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  width: 142px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  border-radius: 5px;
  background-color: var(--color-position-blue);
}
.c_member_sec .position_area .position_list .item {
  font-size: 16px;
  line-height: 1.7;
}
.c_member_sec .position_area .position_list .item + .item {
  margin-top: 2px;
}
.c_member_sec .table_area .summary_block {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
.c_member_sec .table_area .summary_block .head {
  width: 64px;
}
.c_member_sec .table_area .summary_block + .summary_block {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .c_member_sec .lead_area .txt {
    font-size: 14px;
  }
  .c_member_sec .position_area .position_list .item {
    font-size: 14px;
  }
  .c_member_sec .position_area .position_list .item + .item {
    margin-top: 4px;
  }
  .c_member_sec .table_area {
    font-size: 14px;
  }
  .c_member_sec .table_area .summary_block {
    gap: 20px;
  }
  .c_member_sec .table_area .summary_block .head {
    width: 60px;
  }
  .c_member_sec .table_area .summary_block + .summary_block {
    margin-top: 8px;
  }
}
/*============================
c_img_1
============================*/
.c_img_1 {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.c_img_1 .img {
  filter: blur(1em) brightness(1.85);
  transition: filter 1.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c_img_1._show {
  opacity: 1;
}
.c_img_1._show .img {
  filter: blur(0) brightness(1);
}

/*============================
js_txt_item（1文字マスク）
============================*/
.js_txt_item {
  display: inline-block;
  overflow: hidden;
  height: 1em; /* fallback（1lh 非対応ブラウザ用） */
  height: 1lh; /* 親の line-height に合わせた1行分（実数不要で汎用） */
  vertical-align: bottom;
}

.js_txt_item_inner {
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 0.8s cubic-bezier(0.18, 0.06, 0.23, 1) 0.1s;
}

.js_txt_item.js-shown .js_txt_item_inner {
  opacity: 1;
  transform: translateY(0);
}

/*============================
js_fade_in
============================*/
.js_fade_in {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.js_fade_in._show {
  transform: translateY(0);
  opacity: 1;
}