@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
ol {
  margin: 0;
}
ol li {
  margin: 0;
  list-style-type: none;
}

main *,
main *::before,
main *::after {
  box-sizing: border-box;
}

:focus-visible {
  outline: 3px solid #333 !important;
}

.text-bold {
  font-weight: 600;
}

.bg-blue {
  background: #e3e8f0;
}

.bg-blue-about-l {
  background: #e3e8f0;
}

/*-----------------------------------------
  space
-----------------------------------------*/
/*-----------------------------------------
  margin
-----------------------------------------*/
.ma_0 {
  margin: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.mr_0 {
  margin-right: 0 !important;
}
.my_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx_0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ma_xs {
  margin: 5px !important;
}
.mb_xs {
  margin-bottom: 5px !important;
}
.mt_xs {
  margin-top: 5px !important;
}
.ml_xs {
  margin-left: 5px !important;
}
.mr_xs {
  margin-right: 5px !important;
}
.my_xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mx_xs {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.ma_s {
  margin: 10px !important;
}
.mb_s {
  margin-bottom: 10px !important;
}
.mt_s {
  margin-top: 10px !important;
}
.ml_s {
  margin-left: 10px !important;
}
.mr_s {
  margin-right: 10px !important;
}
.my_s {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mx_s {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.ma_sm {
  margin: 15px !important;
}
.mb_sm {
  margin-bottom: 15px !important;
}
.mt_sm {
  margin-top: 15px !important;
}
.ml_sm {
  margin-left: 15px !important;
}
.mr_sm {
  margin-right: 15px !important;
}
.my_sm {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mx_sm {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.ma_m {
  margin: 20px !important;
}
.mb_m {
  margin-bottom: 20px !important;
}
.mt_m {
  margin-top: 20px !important;
}
.ml_m {
  margin-left: 20px !important;
}
.mr_m {
  margin-right: 20px !important;
}
.my_m {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mx_m {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.ma_ml {
  margin: 25px !important;
}
.mb_ml {
  margin-bottom: 25px !important;
}
.mt_ml {
  margin-top: 25px !important;
}
.ml_ml {
  margin-left: 25px !important;
}
.mr_ml {
  margin-right: 25px !important;
}
.my_ml {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mx_ml {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.ma_l {
  margin: 30px !important;
}
.mb_l {
  margin-bottom: 30px !important;
}
.mt_l {
  margin-top: 30px !important;
}
.ml_l {
  margin-left: 30px !important;
}
.mr_l {
  margin-right: 30px !important;
}
.my_l {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mx_l {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.ma_xl {
  margin: 40px !important;
}
.mb_xl {
  margin-bottom: 40px !important;
}
.mt_xl {
  margin-top: 40px !important;
}
.ml_xl {
  margin-left: 40px !important;
}
.mr_xl {
  margin-right: 40px !important;
}
.my_xl {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mx_xl {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.ma_xxl {
  margin: 50px !important;
}
.mb_xxl {
  margin-bottom: 50px !important;
}
.mt_xxl {
  margin-top: 50px !important;
}
.ml_xxl {
  margin-left: 50px !important;
}
.mr_xxl {
  margin-right: 50px !important;
}
.my_xxl {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mx_xxl {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

@media only screen and (max-width: 1000px) {
  .sp_ma_0 {
    margin: 0 !important;
  }
  .sp_mb_0 {
    margin-bottom: 0 !important;
  }
  .sp_mt_0 {
    margin-top: 0 !important;
  }
  .sp_ml_0 {
    margin-left: 0 !important;
  }
  .sp_mr_0 {
    margin-right: 0 !important;
  }
  .sp_my_0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .sp_mx_0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1000px) {
  .sp_ma_xs {
    margin: 5px !important;
  }
  .sp_mb_xs {
    margin-bottom: 5px !important;
  }
  .sp_mt_xs {
    margin-top: 5px !important;
  }
  .sp_ml_xs {
    margin-left: 5px !important;
  }
  .sp_mr_xs {
    margin-right: 5px !important;
  }
  .sp_my_xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .sp_mx_xs {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .sp_ma_s {
    margin: 10px !important;
  }
  .sp_mb_s {
    margin-bottom: 10px !important;
  }
  .sp_mt_s {
    margin-top: 10px !important;
  }
  .sp_ml_s {
    margin-left: 10px !important;
  }
  .sp_mr_s {
    margin-right: 10px !important;
  }
  .sp_my_s {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .sp_mx_s {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .sp_ma_sm {
    margin: 15px !important;
  }
  .sp_mb_sm {
    margin-bottom: 15px !important;
  }
  .sp_mt_sm {
    margin-top: 15px !important;
  }
  .sp_ml_sm {
    margin-left: 15px !important;
  }
  .sp_mr_sm {
    margin-right: 15px !important;
  }
  .sp_my_sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .sp_mx_sm {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .sp_ma_m {
    margin: 20px !important;
  }
  .sp_mb_m {
    margin-bottom: 20px !important;
  }
  .sp_mt_m {
    margin-top: 20px !important;
  }
  .sp_ml_m {
    margin-left: 20px !important;
  }
  .sp_mr_m {
    margin-right: 20px !important;
  }
  .sp_my_m {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sp_mx_m {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .sp_ma_ml {
    margin: 25px !important;
  }
  .sp_mb_ml {
    margin-bottom: 25px !important;
  }
  .sp_mt_ml {
    margin-top: 25px !important;
  }
  .sp_ml_ml {
    margin-left: 25px !important;
  }
  .sp_mr_ml {
    margin-right: 25px !important;
  }
  .sp_my_ml {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .sp_mx_ml {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .sp_ma_l {
    margin: 30px !important;
  }
  .sp_mb_l {
    margin-bottom: 30px !important;
  }
  .sp_mt_l {
    margin-top: 30px !important;
  }
  .sp_ml_l {
    margin-left: 30px !important;
  }
  .sp_mr_l {
    margin-right: 30px !important;
  }
  .sp_my_l {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .sp_mx_l {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .sp_ma_xl {
    margin: 40px !important;
  }
  .sp_mb_xl {
    margin-bottom: 40px !important;
  }
  .sp_mt_xl {
    margin-top: 40px !important;
  }
  .sp_ml_xl {
    margin-left: 40px !important;
  }
  .sp_mr_xl {
    margin-right: 40px !important;
  }
  .sp_my_xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sp_mx_xl {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .sp_ma_xxl {
    margin: 50px !important;
  }
  .sp_mb_xxl {
    margin-bottom: 50px !important;
  }
  .sp_mt_xxl {
    margin-top: 50px !important;
  }
  .sp_ml_xxl {
    margin-left: 50px !important;
  }
  .sp_mr_xxl {
    margin-right: 50px !important;
  }
  .sp_my_xxl {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .sp_mx_xxl {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
}
/*-----------------------------------------
  padding
-----------------------------------------*/
.pa_0 {
  padding: 0 !important;
}
.pb_0 {
  padding-bottom: 0 !important;
}
.pt_0 {
  padding-top: 0 !important;
}
.pl_0 {
  padding-left: 0 !important;
}
.pr_0 {
  padding-right: 0 !important;
}
.py_0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px_0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pa_xs {
  padding: 5px !important;
}
.pb_xs {
  padding-bottom: 5px !important;
}
.pt_xs {
  padding-top: 5px !important;
}
.pl_xs {
  padding-left: 5px !important;
}
.pr_xs {
  padding-right: 5px !important;
}
.py_xs {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.px_xs {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pa_s {
  padding: 10px !important;
}
.pb_s {
  padding-bottom: 10px !important;
}
.pt_s {
  padding-top: 10px !important;
}
.pl_s {
  padding-left: 10px !important;
}
.pr_s {
  padding-right: 10px !important;
}
.py_s {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.px_s {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.pa_sm {
  padding: 15px !important;
}
.pb_sm {
  padding-bottom: 15px !important;
}
.pt_sm {
  padding-top: 15px !important;
}
.pl_sm {
  padding-left: 15px !important;
}
.pr_sm {
  padding-right: 15px !important;
}
.py_sm {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.px_sm {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.pa_m {
  padding: 20px !important;
}
.pb_m {
  padding-bottom: 20px !important;
}
.pt_m {
  padding-top: 20px !important;
}
.pl_m {
  padding-left: 20px !important;
}
.pr_m {
  padding-right: 20px !important;
}
.py_m {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.px_m {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pa_ml {
  padding: 25px !important;
}
.pb_ml {
  padding-bottom: 25px !important;
}
.pt_ml {
  padding-top: 25px !important;
}
.pl_ml {
  padding-left: 25px !important;
}
.pr_ml {
  padding-right: 25px !important;
}
.py_ml {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.px_ml {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.pa_l {
  padding: 30px !important;
}
.pb_l {
  padding-bottom: 30px !important;
}
.pt_l {
  padding-top: 30px !important;
}
.pl_l {
  padding-left: 30px !important;
}
.pr_l {
  padding-right: 30px !important;
}
.py_l {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.px_l {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.pa_xl {
  padding: 40px !important;
}
.pb_xl {
  padding-bottom: 40px !important;
}
.pt_xl {
  padding-top: 40px !important;
}
.pl_xl {
  padding-left: 40px !important;
}
.pr_xl {
  padding-right: 40px !important;
}
.py_xl {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.px_xl {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pa_xxl {
  padding: 50px !important;
}
.pb_xxl {
  padding-bottom: 50px !important;
}
.pt_xxl {
  padding-top: 50px !important;
}
.pl_xxl {
  padding-left: 50px !important;
}
.pr_xxl {
  padding-right: 50px !important;
}
.py_xxl {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.px_xxl {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

@media only screen and (max-width: 1000px) {
  .sp_pa_0 {
    padding: 0 !important;
  }
  .sp_pb_0 {
    padding-bottom: 0 !important;
  }
  .sp_pt_0 {
    padding-top: 0 !important;
  }
  .sp_pl_0 {
    padding-left: 0 !important;
  }
  .sp_pr_0 {
    padding-right: 0 !important;
  }
  .sp_py_0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sp_px_0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sp_pa_xs {
    padding: 5px !important;
  }
  .sp_pb_xs {
    padding-bottom: 5px !important;
  }
  .sp_pt_xs {
    padding-top: 5px !important;
  }
  .sp_pl_xs {
    padding-left: 5px !important;
  }
  .sp_pr_xs {
    padding-right: 5px !important;
  }
  .sp_py_xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sp_px_xs {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .sp_pa_s {
    padding: 10px !important;
  }
  .sp_pb_s {
    padding-bottom: 10px !important;
  }
  .sp_pt_s {
    padding-top: 10px !important;
  }
  .sp_pl_s {
    padding-left: 10px !important;
  }
  .sp_pr_s {
    padding-right: 10px !important;
  }
  .sp_py_s {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sp_px_s {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .sp_pa_sm {
    padding: 15px !important;
  }
  .sp_pb_sm {
    padding-bottom: 15px !important;
  }
  .sp_pt_sm {
    padding-top: 15px !important;
  }
  .sp_pl_sm {
    padding-left: 15px !important;
  }
  .sp_pr_sm {
    padding-right: 15px !important;
  }
  .sp_py_sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sp_px_sm {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .sp_pa_m {
    padding: 20px !important;
  }
  .sp_pb_m {
    padding-bottom: 20px !important;
  }
  .sp_pt_m {
    padding-top: 20px !important;
  }
  .sp_pl_m {
    padding-left: 20px !important;
  }
  .sp_pr_m {
    padding-right: 20px !important;
  }
  .sp_py_m {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sp_px_m {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .sp_pa_ml {
    padding: 25px !important;
  }
  .sp_pb_ml {
    padding-bottom: 25px !important;
  }
  .sp_pt_ml {
    padding-top: 25px !important;
  }
  .sp_pl_ml {
    padding-left: 25px !important;
  }
  .sp_pr_ml {
    padding-right: 25px !important;
  }
  .sp_py_ml {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .sp_px_ml {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .sp_pa_l {
    padding: 30px !important;
  }
  .sp_pb_l {
    padding-bottom: 30px !important;
  }
  .sp_pt_l {
    padding-top: 30px !important;
  }
  .sp_pl_l {
    padding-left: 30px !important;
  }
  .sp_pr_l {
    padding-right: 30px !important;
  }
  .sp_py_l {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sp_px_l {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .sp_pa_xl {
    padding: 40px !important;
  }
  .sp_pb_xl {
    padding-bottom: 40px !important;
  }
  .sp_pt_xl {
    padding-top: 40px !important;
  }
  .sp_pl_xl {
    padding-left: 40px !important;
  }
  .sp_pr_xl {
    padding-right: 40px !important;
  }
  .sp_py_xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sp_px_xl {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .sp_pa_xxl {
    padding: 50px !important;
  }
  .sp_pb_xxl {
    padding-bottom: 50px !important;
  }
  .sp_pt_xxl {
    padding-top: 50px !important;
  }
  .sp_pl_xxl {
    padding-left: 50px !important;
  }
  .sp_pr_xxl {
    padding-right: 50px !important;
  }
  .sp_py_xxl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sp_px_xxl {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v215/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format("woff2");
  display: swap;
}
.grid-col {
  display: grid;
  justify-content: center;
}
.grid-col.col_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1000px) {
  .grid-col.col_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col.col_3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1000px) {
  .grid-col.col_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-col.col_4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1000px) {
  .grid-col.col_4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.basic_ul li {
  padding-left: 1em;
  line-height: 2;
  text-indent: -1em;
}

.note_ol.ver-user {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
  .note_ol.ver-user {
    margin-bottom: 25px;
  }
}
.note_ol.ver-user li {
  padding-left: 3em;
  font-size: 1.6rem;
  text-indent: -3.5em;
}
.note_ol li {
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 2;
  text-indent: -1em;
}

.basic-table {
  margin: 0 0 0 30px;
  width: 100%;
}
.basic-table:has(+ *) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
  .basic-table:has(+ *) {
    margin-bottom: 25px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .basic-table {
    margin: 0;
  }
}
.basic-table.ver_number tr > * {
  border: 1px solid #E5E6E6;
}
.basic-table.ver_number th {
  background: #123c7e;
}
.basic-table.ver_number tbody th {
  background: #F6F7F7;
}
.basic-table.ver_number td {
  text-align: center;
}
.basic-table.ver_original-network {
  max-width: 886px;
  margin-inline: auto;
}
.basic-table.ver_original-network th:first-child {
  width: 28.6681715576%;
}
.basic-table thead th {
  font-weight: 500;
}
.basic-table thead th:first-child {
  border-right: 1px solid #fff;
}
.basic-table tr > * {
  width: 50%;
  padding: 24px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #123c7e;
}
@media only screen and (max-width: 1000px) {
  .basic-table tr > * {
    padding: 12px;
  }
}
.basic-table th {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 400;
}
.basic-table th:is(thead *) {
  background: #123c7e;
  color: #fff;
}
.basic-table td {
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .basic-table td {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}

body {
  opacity: 0;
}
body.top {
  opacity: 1;
}
body.is-visible {
  opacity: 1;
}
body.is-visible-fade-anim {
  opacity: 1;
  transition: opacity 1s;
}

.svg-set svg {
  display: none;
}

#wrap {
  padding-top: 8rem;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  #wrap {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 1000px) {
  #wrap {
    padding-top: 6.2rem;
  }
}

.heading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(3.6458333333vw, 70px);
  height: min(3.6458333333vw, 70px);
  background: #123c7e;
  border-radius: 100vmax;
}
@media only screen and (max-width: 1000px) {
  .heading-icon {
    width: 14vw;
    height: 14vw;
  }
}
.heading-icon.ver-white {
  background: #fff;
}
.heading-icon.ver-white svg {
  fill: #123c7e;
}
.heading-icon svg:has([href="#ver_company"]) {
  width: 40px;
}
.heading-icon svg:has([href="#ver_strength"]) {
  width: 31px;
}
.heading-icon svg:has([href="#ver_society"]) {
  width: 35px;
}
.heading-icon svg:has([href="#ver_future"]) {
  width: 26px;
}

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(1.2760416667vw, 24.5px) min(4.0625vw, 78px);
  font-size: min(1.25vw, 2.4rem);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  border-radius: 100vmax;
  color: #123c7e;
  background: #fff;
  position: relative;
}
.btn-about.ver-more {
  background: #123c7e;
  color: #fff;
}
.btn-about.ver-more .btn-about_icon::before {
  background: #fff;
}
.btn-about.ver-more .btn-about_icon::after {
  background: url(../images/common/icon_arrow_r_bl.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 1450px) {
  .btn-about {
    padding: min(1.3541666667vw, 26px) 34px;
  }
}
@media only screen and (max-width: 1000px) {
  .btn-about {
    padding: 12px 34px;
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}
@media only screen and (max-width: 1000px) {
  .btn-about {
    padding: 4.2vw 10.6666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.25;
  }
}

.btn-about_icon {
  display: inline-block;
  width: clamp(16px, 1.5625vw, 30px);
  height: clamp(16px, 1.5625vw, 30px);
  position: absolute;
  inset: 0 6% 0 auto;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  .btn-about_icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.btn-about_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #123c7e;
  border-radius: 100vmax;
  position: absolute;
  inset: 0;
  margin: auto;
}
.btn-about_icon::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  background: url(../images/common/icon_arrow_r_wh.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
}

.btn05 {
  padding: 11.5px 50px 11.5px 35px;
  line-height: 1.3;
}

.link-btn-list.ver-business {
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .link-btn-list.ver-business {
    gap: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link-btn-list.ver-business a:hover {
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .link-btn-list a:hover {
    background-color: #00afcc;
    border: solid 1px #00afcc;
  }
}
.link-btn-list .btn05 {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .link-btn-list .btn05 {
    padding: 16px 50px 16px 35px;
    font-size: 1.6rem;
    line-height: 1;
  }
}

.link-list {
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.link-list.ver-top {
  grid-template-columns: repeat(2, 1fr);
  width: min(82.2916666667vw, 1580px);
  gap: 2.0833333333vw;
}
.link-list.ver-top a {
  aspect-ratio: 1/0.4527813713;
}
@media only screen and (max-width: 1000px) {
  .link-list.ver-top a {
    aspect-ratio: 1/1.25;
  }
}
@media only screen and (max-width: 1000px) {
  .link-list.ver-top {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 4vw;
  }
}
.link-list.ver-top.ver-contact {
  grid-template-columns: 40.2604166667vw;
  width: auto;
}
@media only screen and (max-width: 1000px) {
  .link-list.ver-top.ver-contact {
    grid-template-columns: repeat(1, 1fr);
  }
}
.link-list.ver-top.ver-contact a {
  background-image: url(../images/top/link_contact_top.jpg);
  aspect-ratio: 1/0.4527813713;
}
@media only screen and (max-width: 1000px) {
  .link-list.ver-top.ver-contact .link-list_btn {
    min-height: auto;
  }
}
.link-list.ver-top .link-list_btn {
  padding: min(1.09375vw, 21px);
  min-height: min(4.1666666667vw, 80px);
  font-size: min(1.25vw, 2.4rem);
}
@media only screen and (max-width: 1000px) {
  .link-list.ver-top .link-list_btn {
    padding: min(3.0666666667vw, 23px) 0;
    min-height: 20vw;
    font-size: 4.9333333333vw;
    line-height: 127.027027027%;
  }
}
.link-list li {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .link-list li:hover img {
    opacity: 1;
  }
  .link-list li:hover .link-list_btn {
    min-height: 7.2916666667vw;
  }
}
.link-list a {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1.06/1;
  background: no-repeat center center/cover;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1700px) {
  .link-list a {
    border-radius: 1.1764705882vw;
  }
}
@media only screen and (max-width: 1000px) {
  .link-list a {
    aspect-ratio: 1/1.25;
    border-radius: 2.6666666667vw;
  }
}
.link-list a.ver-user {
  background-image: url(../images/common/link_current_pc.png);
}
@media only screen and (max-width: 1000px) {
  .link-list a.ver-user {
    background-image: url(../images/common/link_current_sp.png);
  }
}
.link-list a.ver-more {
  background-image: url(../images/common/link_more_pc.png);
}
.link-list a.ver-more:is(.ver-top *) {
  background: url(../images/top/link_more_top.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 1000px) {
  .link-list a.ver-more:is(.ver-top *) {
    background: url(../images/common/link_more_sp.png) no-repeat center center/cover;
  }
}
@media only screen and (max-width: 1000px) {
  .link-list a.ver-more {
    background-image: url(../images/common/link_more_pc.png);
  }
}
.link-list a.ver-contact {
  background-image: url(../images/common/link_contact_pc.png);
}
.link-list a.ver-contact:is(.ver-top *) {
  background: url(../images/top/link_contact_top.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 1000px) {
  .link-list a.ver-contact:is(.ver-top *) {
    background-image: url(../images/common/link_contact_sp.png);
  }
}
@media only screen and (max-width: 1000px) {
  .link-list a.ver-contact {
    background-image: url(../images/common/link_contact_sp.png);
  }
}
.link-list a.ver-strength {
  background-image: url(../images/common/link_strength_pc.png);
}
@media only screen and (max-width: 1000px) {
  .link-list a.ver-strength {
    background-image: url(../images/common/link_strength_sp.png);
  }
}
.link-list a.ver-society {
  background-image: url(../images/common/link_society_pc.png);
}
@media only screen and (max-width: 1000px) {
  .link-list a.ver-society {
    background-image: url(../images/common/link_society_sp.png);
  }
}
.link-list a.ver-future {
  background-image: url(../images/common/link_future_pc.png);
}
.link-list a.ver-future:is(.ver-top *) {
  background: url(../images/top/link_future_pc.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 1000px) {
  .link-list a.ver-future {
    background-image: url(../images/common/link_future_sp.png);
  }
}
.link-list a.ver-what {
  background-image: url(../images/common/link_what_pc.png);
}
@media only screen and (max-width: 1000px) {
  .link-list a.ver-what {
    background-image: url(../images/common/link_what_sp.png);
  }
}
@media only screen and (max-width: 1000px) {
  .link-list img {
    width: 100%;
  }
}

.link-list_btn_wrap {
  margin-top: auto;
}

.link-list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background: #123c7e;
  color: #fff;
  position: relative;
  transition: min-height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.link-list_btn .btn_text {
  line-height: 1.2;
}
.link-list_btn .btn-about_icon {
  position: relative;
  inset: auto;
  margin: 0 0 0 min(1.0416666667vw, 20px);
}
@media only screen and (max-width: 1000px) {
  .link-list_btn .btn-about_icon {
    margin: 0 0 0 2.6666666667vw;
  }
}
.link-list_btn .btn-about_icon::before {
  background: #fff;
}
.link-list_btn .btn-about_icon::after {
  background: url(../images/common/icon_arrow_r_bl.svg) no-repeat center center/contain;
}

@media screen and (max-width: 1250px) {
  #nav-pc__gnav li a {
    padding: 8px;
  }
}
@media screen and (max-width: 1060px) {
  #nav-pc__gnav li a {
    padding: 3px;
  }
}

footer {
  padding: 6.5rem 60px 5rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 58px 37px 100px;
  }
}
footer #footer-main {
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 767px) {
  footer #footer-main {
    padding: 0 0 3rem;
  }
}
footer .footer-main__inner {
  margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  footer .footer-main__inner {
    margin: 0;
  }
}
footer .footer-menu {
  padding: 6.5rem 0 5rem;
}
@media screen and (max-width: 767px) {
  footer .footer-menu {
    padding: 0;
  }
}

/*-----------------------------------------
  for accessibility
-----------------------------------------*/
#header #logo a,
#header nav a {
  display: block;
}/*# sourceMappingURL=common.css.map */