
@charset "UTF-8";
/* ---------- ---------- ---------- ---------- ---------- */
html {
  scroll-behavior: smooth; }
  @media print, screen and (min-width: 769px) {
    html {
      scroll-padding-top: 170px; } }
  @media only screen and (max-width: 768px) {
    html {
      scroll-padding-top: 16.9082125604vw; } }

.site-nav {
  background: #fff;
  position: relative; }
  @media screen and (min-width: 1025px) {
    .site-nav__icon {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .site-nav__icon {
      position: relative;
      height: 50px;
      width: 50px;
      background: #005EB8; }
      .site-nav__icon span {
        display: block;
        width: 70%;
        height: 3px;
        position: absolute;
        left: 15%;
        background: #fff;
        transition: transform .4s;
        transform: translateY(-50%);
        border-radius: 1.5px; }
        .site-nav__icon span:nth-child(1) {
          top: 13.5px; }
        .site-nav__icon span:nth-child(2) {
          top: 23.5px; }
        .site-nav__icon span:nth-child(3) {
          top: 33.5px; }
      .site-nav__icon.is--open span:nth-child(1) {
        transform: translateY(10px) rotate(45deg); }
      .site-nav__icon.is--open span:nth-child(2) {
        opacity: 0; }
      .site-nav__icon.is--open span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg); } }
  @media only screen and (max-width: 768px) {
    .site-nav__icon {
      height: 12.077294686vw;
      width: 12.077294686vw; } }
  @media print, screen and (min-width: 769px) {
    .site-nav {
      height: 65px; } }
  @media screen and (max-width: 1024px) {
    .site-nav {
      position: fixed;
      background: #f4f6fa;
      height: calc(100% - 49px);
      top: 49px;
      right: -100%;
      transition: transform .4s;
      width: 100%;
      transform: translateX(0%);
      overflow-y: scroll;
      border-top: 1px solid #DBE0E8; }
      .site-nav.is--open {
        transform: translateX(-100%); } }
  @media only screen and (max-width: 768px) {
    .site-nav {
      top: 11.8357487923vw;
      height: calc(100% - 11.8357487923vw); } }
  .site-nav__inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 1025px) {
      .site-nav__inner {
        height: 100%;
        align-items: center; } }
    @media screen and (max-width: 1024px) {
      .site-nav__inner {
        flex-direction: column; } }
  .site-nav__name {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #fff; }
    @media print, screen and (min-width: 769px) {
      .site-nav__name {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: 20px; } }
    @media screen and (max-width: 1200px) {
      .site-nav__name {
        font-size: 15px;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px; } }
    @media screen and (max-width: 1024px) {
      .site-nav__name {
        font-size: 18px;
        padding: 5px 15px; } }
    @media only screen and (max-width: 768px) {
      .site-nav__name {
        font-size: 3.8647342995vw;
        width: 100%;
        padding: 1.2077294686vw 3.6231884058vw 1.2077294686vw 3.6231884058vw; } }
    .site-nav__name::after {
      content: "";
      position: absolute; }
      @media screen and (min-width: 1025px) {
        .site-nav__name::after {
          border-right: 2px solid #DBE0E8;
          height: 22px;
          width: 2px;
          right: 0;
          top: 50%;
          transform: translateY(-50%); } }
    .site-nav__name a {
      text-decoration: none;
      color: #39424B; }
  .site-nav__wrap {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media print, screen and (min-width: 769px) {
      .site-nav__wrap {
        height: 100%; } }
    @media screen and (max-width: 1024px) {
      .site-nav__wrap {
        flex-direction: column;
        background: #fff;
        width: 100%;
        padding: 0vw 0vw 0vw 0vw; } }
  .site-nav__list {
    display: flex;
    list-style: none;
    column-gap: 5px; }
    @media print, screen and (min-width: 769px) {
      .site-nav__list {
        height: 100%; } }
    @media screen and (max-width: 1024px) {
      .site-nav__list {
        flex-direction: column;
        width: 100%; } }
    .site-nav__list li {
      height: 100%; }
      @media screen and (min-width: 1025px) {
        .site-nav__list li:hover .nav-child {
          display: block;
          top: 109px; }
          .is--scroll .site-nav__list li:hover .nav-child, .is--scroll--rev .site-nav__list li:hover .nav-child {
            top: 106px; } }
      @media screen and (max-width: 1024px) {
        .site-nav__list li:first-child .site-nav__link {
          border-top: 1px solid #DBE0E8; } }
  .site-nav__link {
    display: flex;
    align-items: center;
    padding: 10px 15px 20px;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #39424B;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .site-nav__link {
        font-size: 12px;
        padding: 13px 9px 20px; } }
    @media screen and (max-width: 1024px) {
      .site-nav__link {
        font-size: 16px;
        border-bottom: 1px solid #DBE0E8;
        background: right 12px center no-repeat;
        padding: 12px 25px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23bac4d1'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.01 11H4v2h12.01v3L20 12l-3.99-4z'/%3E%3C/svg%3E");
        background-repeat: no-repeat; }
        .site-nav__link br {
          display: none; } }
    @media only screen and (max-width: 768px) {
      .site-nav__link {
        font-size: 3.8647342995vw;
        border-bottom: 1px solid #DBE0E8;
        padding: 2.8985507246vw 3.6231884058vw 2.8985507246vw 3.6231884058vw;
        background: right 12px center no-repeat; } }
    .site-nav__link:visited {
      color: #39424B; }
    @media screen and (min-width: 1025px) {
      .site-nav__link:hover {
        color: #366AB3; }
        .site-nav__link:hover::after {
          content: "";
          position: absolute;
          bottom: 0;
          height: 40px;
          width: 100%;
          bottom: 0;
          left: 0;
          border-bottom: 4px solid #366AB3; } }
    @media screen and (min-width: 1025px) {
      .site-nav__link.is--current::after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 40px;
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 4px solid #366AB3; } }
    @media screen and (min-width: 1025px) {
      .site-nav__link.arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23bac4d1'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: bottom 2px center; } }
    @media screen and (max-width: 1024px) {
      .site-nav__link.arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23bac4d1'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M12 7c-.55 0-1 .45-1 1v3H8c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V8c0-.55-.45-1-1-1zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E");
        transition: background .4s; } }
    @media screen and (max-width: 1024px) {
      .site-nav__link.arrow.is--active {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23bac4d1'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M7 12c0 .55.45 1 1 1h8c.55 0 1-.45 1-1s-.45-1-1-1H8c-.55 0-1 .45-1 1zm5-10C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z'/%3E%3C/svg%3E"); } }
  .site-nav__cv {
    display: flex; }
    @media print, screen and (min-width: 769px) {
      .site-nav__cv {
        height: 100%; } }
    @media screen and (max-width: 1024px) {
      .site-nav__cv {
        padding: 30px 20px;
        width: 100%;
        justify-content: space-between; } }
    @media only screen and (max-width: 768px) {
      .site-nav__cv {
        flex-direction: column;
        padding: 7.2463768116vw 6.038647343vw 7.2463768116vw 6.038647343vw; } }
    @media screen and (max-width: 1024px) {
      .site-nav__cv-item {
        width: 32.5%; } }
    @media only screen and (max-width: 768px) {
      .site-nav__cv-item {
        width: 100%; }
        .site-nav__cv-item:not(:first-child) {
          margin-top: 2.8985507246vw; } }
    .site-nav__cv-item a {
      background-color: #297EF8;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 1px;
      font-weight: bold;
      line-height: 1.6;
      font-size: 14px;
      color: #fff !important;
      text-align: center;
      padding: 10px 2px;
      text-decoration: none;
      transition: background .4s; }
      @media print, screen and (min-width: 769px) {
        .site-nav__cv-item a {
          width: 115px;
          height: 100%; } }
      @media screen and (max-width: 1200px) {
        .site-nav__cv-item a {
          font-size: 13px;
          width: 95px; } }
      @media screen and (max-width: 1024px) {
        .site-nav__cv-item a {
          font-size: 18px;
          padding: 15px 5px;
          width: 100%;
          border-radius: 10px; } }
      @media only screen and (max-width: 768px) {
        .site-nav__cv-item a {
          width: 100%;
          font-size: 4.1062801932vw;
          padding: 3.6231884058vw 1.2077294686vw 3.6231884058vw 1.2077294686vw; } }
      .site-nav__cv-item a:hover {
        background-color: #5a9cfa; }
      .site-nav__cv-item a.inquiry {
        background-color: #F95672; }
        .site-nav__cv-item a.inquiry:hover {
          background-color: #fb879b; }
      @media screen and (max-width: 1024px) {
        .site-nav__cv-item a br {
          display: none; } }

.nav-child {
  display: none;
  position: fixed;
  z-index: 11;
  width: 100%;
  left: 0;
  top: 109px;
  background: #fff;
  border-top: #E8E8E8 1px solid; }
  @media print, screen and (min-width: 769px) {
    .nav-child {
      box-shadow: 0px 880px 500px 700px rgba(0, 0, 0, 0.4);
      overflow-y: scroll;
      max-height: calc(100vh - 104px); } }
  @media screen and (max-width: 1024px) {
    .nav-child {
      position: static;
      border-top: #E8E8E8 1px dotted;
      border-bottom: #E8E8E8 1px solid; } }
  @media screen and (max-width: 1024px) {
    .nav-child.is--active {
      display: block; } }
  .nav-child__inner {
    width: min(950px, 92vw);
    margin: 0 auto;
    padding: 30px 0; }
    @media screen and (max-width: 1024px) {
      .nav-child__inner {
        padding: 15px 0; } }
    @media only screen and (max-width: 768px) {
      .nav-child__inner {
        padding: 3.6231884058vw 0vw 3.6231884058vw 0vw; } }
  .nav-child__tit {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 11px; }
    @media print, screen and (min-width: 769px) {
      .nav-child__tit {
        padding-bottom: 5px;
        border-bottom: 1px solid #39424B; } }
    @media screen and (max-width: 1024px) {
      .nav-child__tit {
        font-size: 18px;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 768px) {
      .nav-child__tit {
        margin-bottom: 1.2077294686vw; } }
    .nav-child__tit a {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23bac4d1'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E") right center no-repeat;
      text-decoration: none;
      color: #39424B; }
      @media print, screen and (min-width: 769px) {
        .nav-child__tit a {
          padding-right: 30px; } }
      @media only screen and (max-width: 768px) {
        .nav-child__tit a {
          padding-right: 7.2463768116vw; } }
  .nav-child__txt {
    color: #a2aebd;
    font-size: 13px;
    margin-bottom: 12px; }
    @media screen and (max-width: 1024px) {
      .nav-child__txt {
        font-size: 15px;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 768px) {
      .nav-child__txt {
        font-size: 3.3816425121vw;
        margin-bottom: 1.9323671498vw; } }
  .nav-child__list {
    display: grid;
    column-gap: 15px;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 769px) {
      .nav-child__list {
        grid-template-columns: repeat(auto-fill, var(--nav-size)); } }
    @media screen and (max-width: 1024px) {
      .nav-child__list {
        margin-bottom: 15px;
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 768px) {
      .nav-child__list {
        margin-bottom: 3.6231884058vw; } }
    @media print, screen and (min-width: 769px) {
      .nav-child__list.col--4 {
        grid-template-columns: repeat(4, auto); } }
    @media only screen and (max-width: 768px) {
      .nav-child__list.col--4 {
        column-gap: 2.4154589372vw; } }
    .nav-child__list > li {
      font-weight: 500;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.586' height='11' viewBox='0 0 8.586 11'%3E%3Cpath id='パス_710' data-name='パス 710' d='M5.407,1.414,11,10H0Z' transform='translate(10) rotate(90)' fill='%233e6398'/%3E%3C/svg%3E%0A") no-repeat left top 6px;
      padding-left: 20px;
      margin-bottom: 12px;
      display: flex;
      flex-direction: column;
      line-height: 1.4; }
      @media screen and (max-width: 1024px) {
        .nav-child__list > li {
          padding-left: 12px;
          margin-bottom: 10px;
          font-size: 14px; } }
      @media only screen and (max-width: 768px) {
        .nav-child__list > li {
          padding-left: 2.8985507246vw;
          margin-bottom: 2.4154589372vw;
          background-size: 1.2077294686vw 1.9323671498vw;
          font-size: 3.6231884058vw; } }
      .nav-child__list > li a {
        text-decoration: none;
        color: #39424B; }
      .nav-child__list > li .sub-name {
        color: #3E6398;
        font-size: 14px;
        display: block; }
        @media only screen and (max-width: 768px) {
          .nav-child__list > li .sub-name {
            font-size: 2.6570048309vw;
            margin-right: 2.4154589372vw; } }
      .nav-child__list > li .sys-name {
        display: block; }
        @media only screen and (max-width: 768px) {
          .nav-child__list > li .sys-name {
            font-size: 3.3816425121vw; } }
  .nav-child__aside {
    background: #F3F8FF;
    display: flex;
    padding: 10px;
    align-items: center;
    list-style: none; }
    @media screen and (max-width: 1024px) {
      .nav-child__aside {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px; } }
    @media only screen and (max-width: 768px) {
      .nav-child__aside {
        padding: 2.4154589372vw 2.4154589372vw 2.4154589372vw 2.4154589372vw; } }
    .nav-child__aside h3 {
      color: #3E6398;
      padding: 0 40px;
      font-weight: bold;
      white-space: nowrap; }
      @media screen and (max-width: 1024px) {
        .nav-child__aside h3 {
          padding: 0 0 5px 0;
          text-align: center; } }
      @media only screen and (max-width: 768px) {
        .nav-child__aside h3 {
          padding: 0vw 0vw 1.2077294686vw 0vw; } }
    .nav-child__aside-list {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      list-style: none; }
      @media print, screen and (min-width: 769px) {
        .nav-child__aside-list li {
          width: 32%; } }
      @media screen and (max-width: 1024px) {
        .nav-child__aside-list li {
          width: 49%; } }
      @media print, screen and (min-width: 769px) {
        .nav-child__aside-list li:nth-child(n + 4) {
          margin-top: 10px; } }
      @media screen and (max-width: 1024px) {
        .nav-child__aside-list li:nth-child(n+3) {
          margin-top: 1.4492753623vw; } }
      .nav-child__aside-list li img {
        width: 100%; }

.sp-common-nav {
  background: #f4f6fa;
  width: 100%;
  padding: 6.038647343vw 4.8309178744vw 9.6618357488vw 4.8309178744vw; }
  @media screen and (min-width: 1025px) {
    .sp-common-nav {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .sp-common-nav {
      padding: 20px 20px 40px; } }
  .sp-common-nav__def {
    margin-bottom: 6.038647343vw; }
    @media screen and (max-width: 1024px) {
      .sp-common-nav__def {
        margin-bottom: 25px; } }
    .sp-common-nav__def dt {
      font-weight: bold;
      font-size: 3.6231884058vw;
      margin-bottom: 3.6231884058vw; }
      @media screen and (max-width: 1024px) {
        .sp-common-nav__def dt {
          font-size: 16px;
          margin-bottom: 15px; } }
    .sp-common-nav__def dd {
      font-weight: 500;
      font-size: 3.3816425121vw;
      margin-bottom: 2.4154589372vw; }
      @media screen and (max-width: 1024px) {
        .sp-common-nav__def dd {
          font-size: 15px;
          margin-bottom: 10px; } }
    .sp-common-nav__def a {
      text-decoration: none; }
  .sp-common-nav__sub-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .sp-common-nav__sub-list li {
      margin-right: 1em;
      font-size: 3.1400966184vw; }
      @media screen and (max-width: 1024px) {
        .sp-common-nav__sub-list li {
          font-size: 13px; } }
    .sp-common-nav__sub-list a {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='2' viewBox='0 0 13 2'%3E%3Crect id='spmenuline' data-name='spmenuline' width='13' height='2' fill='%2332363b'/%3E%3C/svg%3E%0A") left center/1.690821256vw 0.4830917874vw no-repeat;
      padding-left: 2.4154589372vw;
      text-decoration: underline; }
      @media screen and (max-width: 1024px) {
        .sp-common-nav__sub-list a {
          padding-left: 10px;
          background-size: 7px 1px; } }

.breadcrumb {
  background: #fff;
  padding: 5px 20px; }
  @media only screen and (max-width: 768px) {
    .breadcrumb {
      padding: 0vw 2.4154589372vw 1.2077294686vw 2.4154589372vw; } }
  .breadcrumb__list {
    font-size: 12px;
    display: flex;
    list-style: none;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .breadcrumb__list {
        font-size: 2.8985507246vw; } }
    .breadcrumb__list li::after {
      content: ">";
      padding: 0 5px;
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .breadcrumb__list li::after {
          padding: 0vw 1.2077294686vw 0vw 1.2077294686vw; } }
    .breadcrumb__list li:last-child {
      font-weight: bold;
      text-decoration: none; }
      .breadcrumb__list li:last-child::after {
        content: none; }
      .breadcrumb__list li:last-child a {
        text-decoration: none; }

.widePageTitle {
  background: #366AB3; }
  .widePageTitle p {
    color: #fff; }
  .widePageTitle h1 {
    color: #fff; }

.ft-wrap {
  background: #F3F8FF !important;
  text-align: left; }
  .ft-wrap * {
    box-sizing: border-box; }
  .ft-wrap a {
    text-decoration: none; }
  .ft-wrap ul {
    list-style: none; }
  .ft-wrap .ta__r {
    text-align: right; }

.ft-cv {
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    .ft-cv {
      padding: 2.4154589372vw 0vw 14.4927536232vw 0vw; } }
  .ft-cv__inner {
    width: min(950px, 92vw);
    background-color: #FFF;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px;
    text-align: center; }
  .ft-cv__list {
    display: flex;
    justify-content: space-between;
    list-style: none; }
    @media only screen and (max-width: 768px) {
      .ft-cv__list {
        flex-direction: column; } }
    @media print, screen and (min-width: 769px) {
      .ft-cv__list li {
        width: calc((100% - 40px)/3); } }
  .ft-cv__link {
    background-color: #F3F8FF;
    padding: 20px 40px;
    display: block;
    text-decoration: none;
    border-radius: 8px;
    transition: background .4s; }
    @media screen and (max-width: 1024px) {
      .ft-cv__link {
        padding: 20px 15px; } }
    .ft-cv__link:hover {
      background-color: #366AB3;
      color: #fff; }
  .ft-cv__txt {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.4; }
  .ft-cv__btn {
    margin-top: 5px;
    text-align: center;
    background: #366AB3;
    display: inline-block;
    padding: 6px 10px 6px 15px;
    border-radius: 20px;
    width: min(220px, 100%);
    color: #fff;
    position: relative;
    font-weight: 600;
    transition: background .4s,color .4s; }
    @media only screen and (max-width: 768px) {
      .ft-cv__btn {
        font-size: 14px; } }
    .ft-cv__link:hover .ft-cv__btn {
      background-color: #fff;
      color: #3E6398; }
  .ft-cv__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    left: 15px; }
    .ft-cv__icon::before {
      content: "";
      margin: auto;
      height: 100%;
      width: 100%;
      border-radius: 13px;
      display: inline-block;
      transition: background .4s; }
    .ft-cv__icon--dl::before {
      background-image: url(/media_library/consolidate/images/dl_icon.svg);
      background-repeat: no-repeat;
      background-size: 13px 11px;
      background-position: left center; }
      .ft-cv__link:hover .ft-cv__icon--dl::before {
        background-image: url(/media_library/consolidate/images/dl_icon_on2.svg); }
    .ft-cv__icon--mail::before {
      background-image: url(/media_library/consolidate/images/mail_icon.svg);
      background-repeat: no-repeat;
      background-size: 12.5px 9px;
      background-position: left center; }
      .ft-cv__link:hover .ft-cv__icon--mail::before {
        background-image: url(/media_library/consolidate/images/mail_icon_on2.svg); }
    .ft-cv__icon--contact::before {
      background-image: url(/media_library/consolidate/images/contact_icon.svg);
      background-repeat: no-repeat;
      background-size: 10px 13.4px;
      background-position: left center; }
      .ft-cv__link:hover .ft-cv__icon--contact::before {
        background-image: url(/media_library/consolidate/images/contact_icon_on2.svg); }

.ft-certification {
  background: #DDE7F5; }
  .ft-certification__inner {
    width: min(860px, 96vw);
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .ft-certification__img {
    width: 100px; }
    @media only screen and (max-width: 768px) {
      .ft-certification__img {
        width: 15%; } }
  .ft-certification__txt {
    width: calc(100% - 130px);
    color: #202020;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .ft-certification__txt {
        width: 80%;
        font-size: 3.1400966184vw; } }
    .ft-certification__txt .txt {
      margin-bottom: 10px; }
    .ft-certification__txt .note {
      font-size: 0.9em;
      text-indent: -1.5em;
      padding-left: 1.5em; }
      .ft-certification__txt .note::before {
        content: "※";
        margin-right: .5em; }
      .ft-certification__txt .note span {
        text-indent: 0; }

.ft-sitemap {
  background: #3E6398;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .ft-sitemap {
      padding: 0vw 0vw 0vw 0vw; } }
  .ft-sitemap__inner {
    width: min(950px, 92vw);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    column-gap: 45px; }
    @media only screen and (max-width: 768px) {
      .ft-sitemap__inner {
        width: 100%;
        flex-direction: column; } }
  .ft-sitemap__item {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .ft-sitemap__item .more-link {
      margin-top: auto; }
  .ft-sitemap__list dt a {
    font-weight: 400;
    display: block;
    color: #fff;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath id='パス_591' data-name='パス 591' d='M16.01,11H4v2H16.01v3L20,12,16.01,8Z' transform='translate(-4 -8)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat right 5px center;
    border-bottom: 1px solid #fff;
    transition: background .4s;
    font-size: 15px;
    padding-right: 20px; }
    @media only screen and (max-width: 768px) {
      .ft-sitemap__list dt a {
        padding: 2.4154589372vw 3.6231884058vw 2.4154589372vw 3.6231884058vw;
        background-position: right 2.4154589372vw center;
        font-size: 3.3816425121vw; } }
    .ft-sitemap__list dt a:hover {
      background-position: right 0 center; }
  .ft-sitemap__list dt + dt {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .ft-sitemap__list dt + dt {
        margin-top: 0; } }
  .ft-sitemap__list dd {
    margin-top: 10px;
    font-size: 15px; }
    @media only screen and (max-width: 768px) {
      .ft-sitemap__list dd {
        display: none;
        font-size: 3.3816425121vw; } }
    .ft-sitemap__list dd > a {
      margin-bottom: 20px;
      color: #fff; }
  .ft-sitemap__sub-list {
    line-height: 1.4; }
    .ft-sitemap__sub-list--col2 {
      column-count: 2; }
    .ft-sitemap__sub-list li {
      margin-bottom: 10px; }
    .ft-sitemap__sub-list a {
      break-inside: avoid;
      display: inline-block; }
    .ft-sitemap__sub-list .sub-tit {
      color: #A0C7FC;
      font-size: 12px; }
    .ft-sitemap__sub-list .tit {
      color: #fff; }
  .ft-sitemap__link {
    font-size: 13px;
    border-bottom: 1px dashed #fff;
    color: #fff;
    display: inline-block;
    padding-right: 25px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath id='パス_591' data-name='パス 591' d='M16.01,11H4v2H16.01v3L20,12,16.01,8Z' transform='translate(-4 -8)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat right 2px center/14px 7px;
    transition: background .4s; }
    .ft-sitemap__link:hover {
      color: #fff;
      background-position: right 0 center; }
    .ft-sitemap__link:visited {
      color: #fff; }




