@media screen and (min-width: 768px) {
  .s22-gnav-hamicon {
    top: 20px;
  }
}

.s24-c-content {
  padding-bottom: 80px;
}
.s24-c-content-heading {
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  margin: 30px 0;
  font-size: 24px;
  font-size: 1.71428571rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s24-c-content-heading {
    margin: 60px 0;
    font-size: 25px;
    font-size: 1.78571428rem;
  }
}
.s24-c-content-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  width: calc(100% + 20px);
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .s24-c-content-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
.s24-c-content-menu li {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .s24-c-content-menu li {
    margin-right: 60px;
  }
}
.s24-c-content-menu li:last-of-type {
  margin-right: 0;
}
.s24-c-content-menu a {
  position: relative;
  padding-left: 30px;
  margin: 10px !important;
  display: block;
  color: #00439c;
  font-size: 15px;
  font-size: 1.07142857rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .s24-c-content-menu a {
    margin: 0 !important;
  }
}
.s24-c-content-menu a:hover, .s24-c-content-menu a:focus {
  color: #00439c;
  text-decoration: underline;
}
.s24-c-content-menu a::before {
  content: "";
  background-image: url("../images/icon-link-arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .s24-c-content {
    padding-bottom: 180px;
  }
}
.s24-c-content.s24-module-content h2,
.s24-c-content.s24-module-content h3,
.s24-c-content.s24-module-content .s24-c-h2,
.s24-c-content.s24-module-content .s24-c-h3 {
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  text-align: center;
}
.s24-c-content.s24-module-content h2,
.s24-c-content.s24-module-content .s24-c-h2 {
  margin: 30px 0;
  font-size: 24px;
  font-size: 1.71428571rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content h2,
.s24-c-content.s24-module-content .s24-c-h2 {
    margin: 60px 0;
    font-size: 25px;
    font-size: 1.78571428rem;
  }
}
.s24-c-content.s24-module-content h3,
.s24-c-content.s24-module-content .s24-c-h3 {
  font-size: 18px;
  font-size: 1.28571428rem;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content h3,
.s24-c-content.s24-module-content .s24-c-h3 {
    font-size: 20px;
    font-size: 1.42857142rem;
  }
}
.s24-c-content.s24-module-content h4,
.s24-c-content.s24-module-content .s24-c-h4 {
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.21428571rem;
  line-height: 1.18;
  letter-spacing: 0.025em;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #00439c;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content h4,
.s24-c-content.s24-module-content .s24-c-h4 {
    font-size: 18px;
    font-size: 1.28571428rem;
  }
}
.s24-c-content.s24-module-content p,
.s24-c-content.s24-module-content a {
  margin: 0;
  font-size: 15px;
  font-size: 1.07142857rem;
  line-height: 1.6;
}
.s24-c-content.s24-module-content table {
  margin: 0 0 20px;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content table tr {
    border-top: 3px solid #fff;
  }
}
.s24-c-content.s24-module-content table tr:first-of-type th {
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content table tr:first-of-type th {
    border-radius: 15px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content table tr:first-of-type td {
    border-radius: 0 15px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content table tr:last-of-type th {
    border-radius: 0 0 0 15px;
  }
}
.s24-c-content.s24-module-content table tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content table tr:last-of-type td {
    border-radius: 0 0 15px 0;
  }
}
.s24-c-content.s24-module-content table th,
.s24-c-content.s24-module-content table td {
  text-align: left;
  border: 0;
  padding: 12px 12px;
  word-wrap: break-word;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content table th,
.s24-c-content.s24-module-content table td {
    font-size: 15px;
    font-size: 1.07142857rem;
    padding: 20px;
    display: table-cell;
  }
}
.s24-c-content.s24-module-content table th {
  font-size: 15px;
  font-size: 1.07142857rem;
  line-height: 1.33;
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  background: #eeeeee;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content table th {
    text-align: left;
    width: 34%;
    max-width: 253px;
  }
}
.s24-c-content.s24-module-content table td {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.71;
  background: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content table td {
    font-size: 15px;
    font-size: 1.07142857rem;
    width: 66%;
  }
}
.s24-c-content.s24-module-content .section-title {
  margin-top: 96px;
}
.s24-c-content.s24-module-content .step {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  width: 46.9333333333vw;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    max-width: 755px;
    width: 100%;
  }
}
.s24-c-content.s24-module-content .step li {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.s24-c-content.s24-module-content .step li:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .s24-c-content.s24-module-content .step li:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: -8px;
  }
}
.s24-c-content.s24-module-content .step li img {
  width: 100%;
}
.s24-c-header-inner {
  padding: 35px 25px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(65, 222, 223)), to(rgb(52, 165, 241)));
  background: linear-gradient(90deg, rgb(65, 222, 223) 0%, rgb(52, 165, 241) 100%);
}
.s24-c-header-textbox {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 1.07142857rem;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #00439c;
}
@media screen and (min-width: 768px) {
  .s24-c-header-textbox {
    font-size: 20px;
    font-size: 1.42857142rem;
  }
}
.s24-c-header-heading-1 {
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
}
.s24-c-header-heading-2 {
  font-family: 'SSTJapanese W55 Regular', sans-serif;
  font-weight: 400;
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}
.s24-c-header-heading-2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background: #00439c;
}
@media screen and (min-width: 768px) {
  .s24-c-header-heading-2::before {
    height: 20px;
  }
}
.s24-c-header-mv {
  height: 100vw;
}
@media screen and (min-width: 768px) {
  .s24-c-header-mv {
    height: 32.9428989751vw;
  }
}
.s24-c-header-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.s24-c-header.has-mv {
  position: relative;
}
.s24-c-header.has-mv .s24-c-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
}
.s24-c-menu {
  margin: 0 auto;
  padding: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .s24-c-menu {
    max-width: 1135px;
    padding: 30px 20px;
  }
}
.s24-c-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .s24-c-menu-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.s24-c-menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 9px) / 2);
}
.s24-c-menu-item:nth-of-type(even) {
  margin-left: 9px;
}
.s24-c-menu-item:nth-of-type(n + 3) {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .s24-c-menu-item {
    width: calc((100% - 75px) / 6);
    margin: 0 !important;
  }
  .s24-c-menu-item:nth-of-type(n + 2) {
    margin-left: 15px !important;
  }
}
.s24-c-menu-link {
  display: block;
  height: 50px;
  background: #f5f5f5;
  color: #00439c !important;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s24-c-menu-link:visited {
  color: #00439c !important;
  text-decoration: none !important;
}
.s24-c-menu-link:hover, .s24-c-menu-link:focus, .s24-c-menu-link[aria-current=page] {
  color: #fff !important;
  background: #00439c;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .s24-c-menu-link {
    height: 64px;
  }
}
.s24-c-menu-text-jp {
  font-size: 12px;
  font-size: 0.85714285rem;
}
@media screen and (min-width: 768px) {
  .s24-c-menu-text-jp {
    font-size: 11px;
    font-size: 0.78571428rem;
  }
}
@media screen and (min-width: 960px) {
  .s24-c-menu-text-jp {
    font-size: 13px;
    font-size: 0.92857142rem;
  }
}
.s24-c-menu-text-en {
  font-size: 10px;
  font-size: 0.71428571rem;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .s24-c-menu-text-en {
    font-size: 9px;
    font-size: 0.64285714rem;
  }
}
@media screen and (min-width: 960px) {
  .s24-c-menu-text-en {
    font-size: 11px;
    font-size: 0.78571428rem;
    margin-top: 4px;
  }
}
.s24-c-blocklinks {
  list-style: none;
  margin: 30px auto 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .s24-c-blocklinks {
    margin-top: 40px;
  }
}
.s24-c-blocklinks li:nth-of-type(n + 2) {
  margin-top: 15px;
}
.s24-c-blocklinks a {
  display: block;
  background: #f2f2f2;
  color: #00439c;
  border-radius: 10px;
  position: relative;
  padding: 16px 80px 16px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .s24-c-blocklinks a {
    padding: 16px 80px 16px 38px;
  }
}
.s24-c-blocklinks a::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/icon-blocklinks-arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s24-c-blocklinks a:hover, .s24-c-blocklinks a:focus {
  background: #00439c;
  color: #fff;
  text-decoration: none;
}
.s24-c-blocklinks a:hover::after, .s24-c-blocklinks a:focus::after {
  background-image: url("../images/icon-blocklinks-arrow-left-w.svg");
}
.s24-c-bnr {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .s24-c-bnr {
    margin-top: 40px;
  }
}
.s24-c-bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00439c;
  color: #fff;
  padding: 0 20px;
  border-radius: 10px;
  border: thin solid #00439c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
  font-size: 0.92857142rem;
}
@media screen and (min-width: 768px) {
  .s24-c-bnr a {
    padding: 0 24px;
    font-size: 14px;
    font-size: 1rem;
  }
}
.s24-c-bnr a:hover, .s24-c-bnr a:focus {
  background: #fff;
  color: #00439c;
  text-decoration: none;
}
.s24-c-people-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .s24-c-people-sort {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s24-c-people-sort-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .s24-c-people-sort-item:nth-of-type(n + 2) {
    margin-left: 15px;
  }
}
.s24-c-people-sort-item:nth-of-type(1) .s24-c-people-sort-btn::before {
  background: #bcbfc1;
}
.s24-c-people-sort-item:nth-of-type(2) .s24-c-people-sort-btn::before {
  background: #4977bb;
}
.s24-c-people-sort-item:nth-of-type(3) .s24-c-people-sort-btn::before {
  background: #00857a;
}
.s24-c-people-sort-item:nth-of-type(4) .s24-c-people-sort-btn::before {
  background: #ab5997;
}
.s24-c-people-sort-btn {
  width: 100%;
  display: block;
  text-align: center;
  color: #3d3d3d;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 40px;
  cursor: pointer;
  font-size: 8px;
  font-size: 0.57142857rem;
  letter-spacing: 0.025em;
  line-height: 1.2;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 6px;
}
@media screen and (min-width: 361px) {
  .s24-c-people-sort-btn {
    font-size: 10px;
    font-size: 0.71428571rem;
    padding: 6px 8px;
  }
}
@media screen and (min-width: 768px) {
  .s24-c-people-sort-btn {
    font-size: 16px;
    font-size: 1.14285714rem;
    padding: 6px 12px;
  }
}
.s24-c-people-sort-btn::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .s24-c-people-sort-btn::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}
.s24-c-people-sort-btn:hover, .s24-c-people-sort-btn:focus, .s24-c-people-sort-btn[aria-pressed=true] {
  background: #f5f5f5;
  outline: 0;
}
.s24-c-people-list {
  padding: 45px 0 0;
  margin: 0 auto;
  max-width: 940px;
}
@media screen and (min-width: 768px) {
  .s24-c-people-list {
    padding-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.s24-c-people-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .s24-c-people-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 46.6%;
  }
}
@media screen and (min-width: 1200px) {
  .s24-c-people-item {
    width: 440px;
  }
}
.s24-c-people-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .s24-c-people-item:nth-of-type(even) {
    margin-left: 6.8%;
  }
}
@media screen and (min-width: 1200px) {
  .s24-c-people-item:nth-of-type(even) {
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .s24-c-people-item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .s24-c-people-item:nth-of-type(n + 3) {
    margin-top: 6.8%;
  }
}
@media screen and (min-width: 1200px) {
  .s24-c-people-item:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
.s24-c-people-item[data-occupation="1"] .s24-c-people-item-occupation {
  background: #4977bb;
}
.s24-c-people-item[data-occupation="2"] .s24-c-people-item-occupation {
  background: #00857a;
}
.s24-c-people-item[data-occupation="3"] .s24-c-people-item-occupation {
  background: #ab5997;
}
.s24-c-people-item-imgbox {
  position: relative;
}
.s24-c-people-item-imgbox-inner {
  border-radius: 12px;
  overflow: hidden;
}
.s24-c-people-item-imgbox img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.s24-c-people-item-occupation {
  z-index: 1;
  position: absolute;
  top: -3.2vw;
  left: -3.2vw;
  width: 19.2vw;
  height: 19.2vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .s24-c-people-item-occupation {
    top: -1.25vw;
    left: -1.25vw;
    width: 7.3333333333vw;
    height: 7.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .s24-c-people-item-occupation {
    top: -15px;
    left: -15px;
    width: 88px;
    height: 88px;
  }
}
.s24-c-people-item-occupation-text {
  display: block;
  color: #fff;
  font-size: 12px;
  font-size: 0.85714285rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .s24-c-people-item-occupation-text {
    font-size: 16px;
    font-size: 1.14285714rem;
  }
}
.s24-c-people-item-textbox {
  padding-top: 20px;
  font-size: 13px;
  font-size: 0.92857142rem;
}
.s24-c-people-item-textbox p {
  margin-bottom: 0;
}
.s24-c-people-item-name {
  font-size: 18px;
  font-size: 1.28571428rem;
  font-family: 'SST W55 Bold', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
.s24-c-people-item-division {
  margin-top: 10px;
}
.s24-c-people-link {
  color: #575757 !important;
  text-decoration: none !important;
}
.s24-c-people-link:hover, .s24-c-people-link:focus {
  outline: none;
  text-decoration: none !important;
}
.s24-c-people-link:hover .s24-c-people-item-imgbox img, .s24-c-people-link:focus .s24-c-people-item-imgbox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}