#service ul {
  border-top: 1px solid #dcdcdc;
  margin: 2rem 0; }
  @media only screen and (max-width: 767px) {
    #service ul {
      margin: 1rem 0; } }
  #service ul li a {
    border-bottom: 1px solid #dcdcdc;
    padding: 2rem 1rem;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative; }
    #service ul li a:hover {
      background: rgba(2, 110, 183, 0.05); }
    #service ul li a span {
      font-size: 1.4rem;
      font-weight: 500;
      color: #026eb7; }
      @media only screen and (max-width: 767px) {
        #service ul li a span {
          font-size: 1.2rem; } }
      #service ul li a span strong {
        font-size: 1.6rem;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          #service ul li a span strong {
            font-size: 1.4rem; } }
    @media only screen and (max-width: 767px) {
      #service ul li a {
        font-size: 1.4rem;
        padding: 1.5rem 3.5rem 1.5rem 0; }
        #service ul li a br {
          display: none; } }
    #service ul li a:after {
      content: "\e5c8";
      font-family: "material symbols Outlined", cursive;
      color: #026eb7;
      font-size: 2.4rem;
      position: absolute;
      right: 1rem;
      top: 50%;
      font-weight: 400;
      margin-top: -.5em;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        #service ul li a:after {
          font-size: 2rem; } }

#advisor {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 1024px) {
    #advisor {
      padding-left: 0;
      padding-right: 0; }
      #advisor .section-box-header {
        padding-left: 5vw;
        padding-right: 5vw; } }
  #advisor .article-advisor {
    width: 24rem;
    margin: 0 2.5rem 3rem;
    text-align: center;
    position: relative;
    transition: all .5s; }
    #advisor .article-advisor > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    #advisor .article-advisor:hover {
      opacity: 0.8; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #advisor .article-advisor {
    width: 20rem;
    margin: 0 1.5rem 2rem; } }

    #advisor .article-advisor-fig {
      width: 24rem;
      height: 24rem;
      overflow: hidden;
      border-radius: 50%;
      margin-bottom: 2rem; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #advisor .article-advisor-fig {
    width: 20rem;
    height: 20rem; } }

    #advisor .article-advisor-ttl {
      font-size: 2rem;
      line-height: 1.3;
      padding-bottom: 1rem; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  #advisor .article-advisor-ttl {
    font-size: 1.6rem;
    padding-bottom: .5rem; } }

    #advisor .article-advisor p {
      font-size: 1.3rem;
      padding-bottom: 0; }
      @media only screen and (max-width: 767px) {
        #advisor .article-advisor p {
          font-size: 1.1rem; } }

#overview .dl-overview {
  border-top: 1px solid #dcdcdc; }
  #overview .dl-overview > div {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dcdcdc; }
    @media only screen and (max-width: 767px) {
      #overview .dl-overview > div {
        flex-direction: column;
        padding: 1.5rem 0; } }
  #overview .dl-overview dt {
    width: 25%;
    flex-shrink: 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #overview .dl-overview dt {
        width: 100%;
        font-size: 1.4rem;
        padding-bottom: .8rem;
        text-align: left; } }
  #overview .dl-overview dd {
    width: 100%;
    padding: 1rem 2.5rem;
    border-left: 1px solid #dcdcdc; }
    @media only screen and (max-width: 767px) {
      #overview .dl-overview dd {
        border: none;
        padding: 0; } }
    #overview .dl-overview dd iframe {
      width: 100% !important;
      height: 30rem !important; }
      @media only screen and (max-width: 767px) {
        #overview .dl-overview dd iframe {
          height: 14rem !important; } }

.container .article-business {
  max-width: 90rem;
  margin: 0 auto 10rem;
  padding: 0 3vw; }
  @media only screen and (max-width: 767px) {
    .container .article-business {
      margin-bottom: 3.5rem;
      padding: 0 5vw; } }
  .container .article-business-header {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .container .article-business-header {
        padding-bottom: 1.5rem; } }
    .container .article-business-header-en {
      font-size: 1.4rem;
      color: #026eb7;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .container .article-business-header-en {
          font-size: 1.2rem;
          margin-bottom: .5rem; } }
      .container .article-business-header-en b {
        font-size: 1.6rem;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .container .article-business-header-en b {
            font-size: 1.4rem; } }
    .container .article-business-header-ttl {
      font-size: 2.8rem;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .container .article-business-header-ttl {
          font-size: 1.7rem; } }
  .container .article-business-inner {
    padding-top: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .container .article-business-inner {
        padding-top: 1.5rem; } }
    .container .article-business-inner h4 {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 2rem;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .container .article-business-inner h4 {
          font-size: 1.5rem; } }
      .container .article-business-inner h4:before {
        content: "";
        width: 2rem;
        height: 2rem;
        background: #026eb7;
        border-radius: 1rem 0;
        flex-shrink: 0;
        margin-right: .5rem; }
        @media only screen and (max-width: 767px) {
          .container .article-business-inner h4:before {
            width: 1.6rem;
            height: 1.6rem;
            border-radius: .8rem 0; } }
    .container .article-business-inner p {
      font-size: 1.6rem;
      text-align: left;
      padding-bottom: 1em; }
      @media only screen and (max-width: 767px) {
        .container .article-business-inner p {
          font-size: 1.3rem; } }
    .container .article-business-inner figure {
      padding: 1.5rem 0; }
      @media only screen and (max-width: 767px) {
        .container .article-business-inner figure {
          padding: 1rem 0; } }
      .container .article-business-inner figure ul {
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        .container .article-business-inner figure ul li {
          margin: 0 1rem; }
          @media only screen and (max-width: 767px) {
            .container .article-business-inner figure ul li {
              margin: 0 .5rem; } }
    .container .article-business-inner-btn {
      padding: 1.5rem 0 0; }
      @media only screen and (max-width: 767px) {
        .container .article-business-inner-btn {
          padding-top: 1rem; } }
      .container .article-business-inner-btn ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        @media only screen and (max-width: 767px) {
          .container .article-business-inner-btn ul {
            border-top: 1px solid #dcdcdc;
            flex-direction: column; } }
        .container .article-business-inner-btn ul li {
          width: 49%; }
          @media only screen and (max-width: 767px) {
            .container .article-business-inner-btn ul li {
              width: 100%; } }
          .container .article-business-inner-btn ul li:nth-of-type(1) a, .container .article-business-inner-btn ul li:nth-of-type(2) a {
            border-top: 1px solid #dcdcdc; }
            @media only screen and (max-width: 767px) {
              .container .article-business-inner-btn ul li:nth-of-type(1) a, .container .article-business-inner-btn ul li:nth-of-type(2) a {
                border-top: none; } }
          .container .article-business-inner-btn ul li a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem 1rem;
            font-size: 1.6rem;
            border-bottom: 1px solid #dcdcdc; }
            @media only screen and (max-width: 767px) {
              .container .article-business-inner-btn ul li a {
                font-size: 1.3rem; } }
            .container .article-business-inner-btn ul li a:hover {
              background: rgba(238, 238, 238, 0.5); }
            .container .article-business-inner-btn ul li a span {
              color: #026eb7;
              font-size: 2rem; }
              @media only screen and (max-width: 767px) {
                .container .article-business-inner-btn ul li a span {
                  font-size: 1.6rem; } }
.container .article-activity {
  border-top: 1px solid #dcdcdc;
  padding-bottom: 10rem; }
  .container .article-activity:nth-last-of-type(1) {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .container .article-activity:nth-last-of-type(1) {
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .container .article-activity {
      padding-bottom: 3rem; } }
  .container .article-activity-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .container .article-activity-wrap {
        padding: 1.5rem 0 0;
        flex-direction: column; } }
  .container .article-activity-fig {
    width: 45%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 3rem; }
    @media only screen and (max-width: 767px) {
      .container .article-activity-fig {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem; } }
  .container .article-activity-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .container .article-activity-inner {
        justify-content: flex-start; } }
    .container .article-activity-inner p {
      font-size: 1.6rem;
      line-height: 2;
      padding-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .container .article-activity-inner p {
          font-size: 1.3rem;
          padding-bottom: 1rem; } }
    .container .article-activity-inner-btn {
      margin-left: auto; }
      @media only screen and (max-width: 767px) {
        .container .article-activity-inner-btn {
          margin: 0 auto; } }
  .container .article-activity-header {
    border-bottom: 1px solid #dcdcdc;
    padding: 2.5rem 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .container .article-activity-header {
        padding: 1.5rem 0; } }
    .container .article-activity-header-time {
      width: 10rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 2.7rem;
      line-height: 1.2;
      color: #707070;
      font-weight: 500;
      letter-spacing: 0;
      flex-shrink: 0;
      border-right: 1px solid #dcdcdc;
      font-family: "Barlow", serif; }
      @media only screen and (max-width: 767px) {
        .container .article-activity-header-time {
          width: 5rem;
          font-size: 1.6rem; } }
      .container .article-activity-header-time span {
        font-size: 1.8rem; }
        @media only screen and (max-width: 767px) {
          .container .article-activity-header-time span {
            font-size: 1.2rem; } }
    .container .article-activity-header-ttl {
      width: 100%;
      font-size: 2.4rem;
      line-height: 1.3;
      text-align: left;
      padding-left: 2rem;
      margin: auto 0; }
      @media only screen and (max-width: 767px) {
        .container .article-activity-header-ttl {
          font-size: 1.6rem;
          padding-left: 1rem; } }
.container-activity {
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 3vw 10rem 3vw; }
  @media only screen and (max-width: 767px) {
    .container-activity {
      padding: 2rem 5vw 5rem; } }

.section-advisor-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-advisor-header {
    padding-bottom: 3rem; } }

  .section-advisor-header-en {
    font-size: 1.4rem;
    color: #026eb7;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .section-advisor-header-en {
        font-size: 1.2rem; } }
  .section-advisor-header-ttl {
    font-size: 4rem;
    line-height: 1.3; }
    @media only screen and (max-width: 1024px) {
      .section-advisor-header-ttl {
        font-size: 3.6rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-advisor-header-ttl {
      font-size: 2rem; } }

.section-advisor-inner {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .section-advisor-inner .article-advisor {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 7.5rem; }
    @media only screen and (max-width: 1024px) {
      .section-advisor-inner .article-advisor {
        width: 48%;
        flex-direction: column; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-advisor-inner .article-advisor {
      width: 100%;
      flex-direction: row;
      margin-bottom: 2.5rem; } }

    .section-advisor-inner .article-advisor-fig {
      width: 45%;
      flex-shrink: 0; }
      @media only screen and (max-width: 1024px) {
        .section-advisor-inner .article-advisor-fig {
          width: 100%;
          margin-bottom: .5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-advisor-inner .article-advisor-fig {
      width: 50%;
      margin: 0; } }

    .section-advisor-inner .article-advisor-inner {
      width: 100%; }
      .section-advisor-inner .article-advisor-inner p {
        font-size: 1.4rem;
        line-height: 1.6;
        padding: 1rem 1rem 1rem 2rem; }
        @media only screen and (max-width: 1024px) {
          .section-advisor-inner .article-advisor-inner p {
            padding: 1rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-advisor-inner .article-advisor-inner p {
      font-size: 1.1rem; } }

    .section-advisor-inner .article-advisor-header {
      line-height: 1.3;
      border-bottom: 1px solid #eee;
      padding: 1rem 1rem 1rem 2rem;
      flex-direction: column;
      display: flex;
      align-items: flex-start; }
      @media only screen and (max-width: 1024px) {
        .section-advisor-inner .article-advisor-header {
          padding: 1rem; } }
      .section-advisor-inner .article-advisor-header-en {
        font-size: 1.4rem;
        color: #026eb7;
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          .section-advisor-inner .article-advisor-header-en {
            font-size: 1.1rem; } }
      .section-advisor-inner .article-advisor-header-ttl {
        font-size: 2.8rem; }
        @media only screen and (max-width: 767px) {
          .section-advisor-inner .article-advisor-header-ttl {
            font-size: 1.8rem; } }
