@charset "UTF-8";
#about dl {
  border-top: 1px solid #dcdcdc;
  margin-top: 2rem; }
  @media only screen and (max-width: 767px) {
    #about dl {
      margin-top: 1rem; } }
  #about dl div {
    padding: 2.5rem 5rem 2.5rem 2rem;
    border-bottom: 1px solid #dcdcdc;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #about dl div {
        padding: 1.5rem 3rem 1.5rem 0; } }
    #about dl div:hover {
      background: rgba(2, 110, 183, 0.05); }
    #about dl div.soon > a {
      opacity: 0.2;
      pointer-events: none; }
    #about dl div.soon:hover {
      background: none; }
    #about dl div > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      color: #026eb7;
      padding-right: 1.5rem; }
      @media only screen and (max-width: 767px) {
        #about dl div > a {
          font-size: 1.7rem;
          padding-right: .5rem; } }
    #about dl div dt {
      font-size: 2.2rem;
      padding-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        #about dl div dt {
          font-size: 1.6rem; } }
      #about dl div dt em {
        background: #eee;
        color: #bbb;
        width: 10rem;
        font-size: 1.6rem;
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        padding: .1rem 1rem;
        text-align: center;
        margin-left: 1rem; }
        @media only screen and (max-width: 767px) {
          #about dl div dt em {
            width: 5rem;
            font-size: 1.1rem;
            padding: .1rem 0; } }
      #about dl div dt span {
        color: #026eb7;
        font-size: 1.4rem;
        display: block; }
        @media only screen and (max-width: 767px) {
          #about dl div dt span {
            width: 7rem;
            font-size: 1.2rem;
            text-align: left; } }
    #about dl div dd p {
      padding-bottom: 0; }

#step .dl-step {
  border-top: 1px solid #dcdcdc;
  margin-top: 3rem;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 767px) {
    #step .dl-step {
      margin-top: 1.5rem;
      margin-bottom: 3rem; } }
  #step .dl-step > div {
    padding: 2.5rem 0;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #step .dl-step > div {
        padding: 1.5rem 0;
        flex-direction: column; } }
    #step .dl-step > div:nth-last-of-type(1):after {
      display: none; }
    #step .dl-step > div:after {
      content: "\f1e3";
      position: absolute;
      width: 14rem;
      font-family: "material symbols Outlined", cursive;
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 1;
      bottom: -.5em;
      left: 0;
      text-align: center;
      color: #666; }
      @media only screen and (max-width: 767px) {
        #step .dl-step > div:after {
          width: 100%;
          font-size: 2rem; } }
    #step .dl-step > div dt {
      width: 14rem;
      font-size: 1.6rem;
      font-weight: 700;
      flex-shrink: 0;
      text-align: center;
      color: #026eb7; }
      @media only screen and (max-width: 767px) {
        #step .dl-step > div dt {
          width: 100%;
          font-size: 1.2rem;
          margin-bottom: .5rem; } }
      #step .dl-step > div dt b {
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          #step .dl-step > div dt b {
            font-size: 1.4rem; } }
    #step .dl-step > div dd {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
  #step .dl-step-icon {
    width: 8rem;
    flex-shrink: 0;
    margin-right: 2.5rem; }
    @media only screen and (max-width: 767px) {
      #step .dl-step-icon {
        width: 6.4rem;
        margin-right: 1rem; } }
  #step .dl-step-inner {
    width: 100%; }
    #step .dl-step-inner p {
      font-size: 1.6rem;
      line-height: 1.3;
      padding-bottom: 0; }
      @media only screen and (max-width: 767px) {
        #step .dl-step-inner p {
          font-size: 1.2rem; } }
  #step .dl-step-ttl {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      #step .dl-step-ttl {
        font-size: 1.6rem; } }

#guideline .dl-guideline {
  border-top: 1px solid #dcdcdc; }
  #guideline .dl-guideline > div {
    padding: 3.5rem 0;
    border-bottom: 1px solid #dcdcdc; }
    @media only screen and (max-width: 767px) {
      #guideline .dl-guideline > div {
        padding: 1.5rem 0;
        flex-direction: column; } }
    #guideline .dl-guideline > div dt {
      font-size: 2.4rem;
      line-height: 1.3;
      font-weight: 700;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 1024px) {
        #guideline .dl-guideline > div dt br {
          display: none; } }
      @media only screen and (max-width: 767px) {
        #guideline .dl-guideline > div dt {
          font-size: 1.6rem;
          margin-bottom: 1rem; } }
      #guideline .dl-guideline > div dt b {
        width: 2em;
        flex-shrink: 0;
        color: #026eb7;
        font-size: 2.4rem; }
        @media only screen and (max-width: 767px) {
          #guideline .dl-guideline > div dt b {
            font-size: 1.8rem; } }
    #guideline .dl-guideline > div dd {
      width: 100%;
      padding-left: 4.8rem;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        #guideline .dl-guideline > div dd {
          font-size: 1.3rem;
          padding-left: 0; } }

.container-curriculum {
  max-width: 128rem;
  margin: 0 auto;
  padding: 5rem 3vw 10rem; }
  @media only screen and (max-width: 767px) {
    .container-curriculum {
      padding: 2rem 0 0;
      margin: 0 5vw 3rem;
      overflow: auto;
      position: relative; }
      .container-curriculum:before {
        content: "▼ 横にスクロールできます ▼";
        font-size: 1rem;
        position: sticky;
        top: -1.5em;
        left: calc(50% - 7em); } }
  .container-curriculum .table-curriculum {
    width: 100%;
    font-size: 1.6rem;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
    @media only screen and (max-width: 767px) {
      .container-curriculum .table-curriculum {
        font-size: 1.2rem;
        width: 200%; } }
    .container-curriculum .table-curriculum tr td:nth-of-type(2), .container-curriculum .table-curriculum tr th:nth-of-type(2) {
      border-left: 1px solid #dcdcdc;
      border-right: 1px solid #dcdcdc; }
    .container-curriculum .table-curriculum tr th {
      width: calc(100% / 3);
      text-align: center;
      line-height: 1.3;
      padding: 2rem 0; }
      .container-curriculum .table-curriculum tr th small {
        font-size: 1.4rem;
        display: block;
        color: #026eb7;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .container-curriculum .table-curriculum tr th small {
            font-size: 1rem; } }
    .container-curriculum .table-curriculum tr td {
      padding: 1.2rem;
      text-align: left; }
      .container-curriculum .table-curriculum tr td.name {
        background: #026eb7;
        color: #fff;
        text-align: center;
        padding: 0.5rem; }
      .container-curriculum .table-curriculum tr td ul li {
        display: flex;
        justify-content: flex-start;
        margin-bottom: .5rem; }
        .container-curriculum .table-curriculum tr td ul li:nth-last-of-type(1) {
          margin-bottom: 0; }
        .container-curriculum .table-curriculum tr td ul li:before {
          content: "●";
          color: #026eb7;
          flex-shrink: 0;
          margin-right: .5em; }

#list .table-list {
  width: 100%;
  font-size: 1.6rem;
  border-top: 1px solid #dcdcdc; }
  @media only screen and (max-width: 767px) {
    #list .table-list {
      font-size: 1.2rem; } }
  #list .table-list th {
    text-align: center;
    line-height: 1.3;
    padding: 2rem 0;
    border-bottom: 1px solid #dcdcdc; }
    @media only screen and (max-width: 767px) {
      #list .table-list th {
        padding: 1rem 0; } }
  #list .table-list td {
    padding: 2rem 5rem;
    text-align: center;
    vertical-align: middle;
    font-size: 2rem;
    border-bottom: 1px solid #dcdcdc; }
    @media only screen and (max-width: 767px) {
      #list .table-list td {
        padding: 1rem;
        font-size: 1.2rem; } }
    #list .table-list td a {
      color: #888;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        #list .table-list td a span {
          font-size: 1.6rem; } }
      #list .table-list td a:hover {
        color: #026eb7; }
    #list .table-list td:nth-of-type(1) {
      font-family: "Barlow", serif;
      font-weight: 300;
      font-size: 2.4rem; }
      @media only screen and (max-width: 767px) {
        #list .table-list td:nth-of-type(1) {
          font-size: 1.4rem; } }
  #list .table-list td:nth-of-type(2) {
    position: relative; }
    #list .table-list td:nth-of-type(2):before, #list .table-list td:nth-of-type(2):after {
      content: "";
      width: 1px;
      height: calc(100% - 3rem);
      position: absolute;
      top: 1.5rem;
      background: #dcdcdc; }
      @media only screen and (max-width: 767px) {
        #list .table-list td:nth-of-type(2):before, #list .table-list td:nth-of-type(2):after {
          height: calc(100% - 2rem);
          top: 1rem; } }
    #list .table-list td:nth-of-type(2):before {
      left: 0; }
    #list .table-list td:nth-of-type(2):after {
      right: 0; }
#list .section-box-inner-btn {
  padding-top: 5rem; }
  @media only screen and (max-width: 767px) {
    #list .section-box-inner-btn {
      padding-top: 2rem; }
      #list .section-box-inner-btn a {
        width: 24rem; } }

.section-counselor {
  max-width: calc(90rem + 6vw);
  margin: 0 auto;
  padding: 5rem 3vw 10rem; }
  @media only screen and (max-width: 767px) {
    .section-counselor {
      padding: 3rem 5vw 5rem; } }
  .section-counselor-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 3rem; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-counselor-header {
    padding-bottom: 1.5rem; } }

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

  .section-counselor-inner {
    font-size: 1.6rem; }
    @media only screen and (max-width: 767px) {
      .section-counselor-inner {
        font-size: 1.3rem; } }
  .section-counselor-btn {
    padding-top: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-counselor-btn {
        padding-top: 2rem; } }
    .section-counselor-btn + .section-counselor-btn {
      padding-top: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-counselor-btn + .section-counselor-btn {
          padding-top: 1rem; } }
    .section-counselor-btn a.border-btn {
      width: 28rem;
      line-height: 1.2;
      text-align: center;
      flex-direction: column;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .section-counselor-btn a.border-btn {
          width: 20rem; } }
      .section-counselor-btn a.border-btn span {
        font-size: 80%; }
  .section-counselor table {
    width: 100%;
    font-size: 1.6rem;
    border-top: 1px solid #dcdcdc; }
    @media only screen and (max-width: 767px) {
      .section-counselor table {
        font-size: 1.2rem; } }
    .section-counselor table tr th, .section-counselor table tr td {
      border-bottom: 1px solid #dcdcdc;
      text-align: center;
      vertical-align: middle; }
    .section-counselor table tr th {
      padding: 1.5rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-counselor table tr th {
          line-height: 1.1;
          padding: 1rem 0; } }
    .section-counselor table tr td {
      padding: 2.5rem 1rem; }
      @media only screen and (max-width: 767px) {
        .section-counselor table tr td {
          line-height: 1.3;
          padding: 1.5rem .5rem; } }
  .section-counselor a.blue-btn {
    width: 32rem; }
    @media only screen and (max-width: 767px) {
      .section-counselor a.blue-btn {
        width: 24rem; } }
.section-group {
  max-width: calc(90rem + 6vw);
  margin: 0 auto;
  padding: 5rem 3vw 5rem; }
  @media only screen and (max-width: 1024px) {
    .section-group {
      padding-bottom: 3rem; } }
  @media only screen and (max-width: 767px) {
    .section-group {
      padding: 3rem 5vw 1.5rem; } }
  .section-group:nth-last-of-type(1) {
    padding-bottom: 10rem; }
    @media only screen and (max-width: 767px) {
      .section-group:nth-last-of-type(1) {
        padding-bottom: 4rem; } }
  .section-group-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dcdcdc; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-group-header {
    padding-bottom: 1.5rem; } }

    .section-group-header-en {
      font-size: 1.4rem;
      color: #026eb7;
      font-weight: 400;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .section-group-header-en {
          font-size: 1.2rem;
          margin-bottom: 0; } }
    .section-group-header-ttl {
      font-size: 2.8rem;
      line-height: 1.3; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-group-header-ttl {
    font-size: 1.8rem; } }

  .section-group-inner {
    padding-top: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-group-inner {
        padding-top: 1rem; } }
    .section-group-inner p {
      font-size: 1.6rem;
      line-height: 2;
      padding-bottom: 1em; }
      .section-group-inner p a {
        text-decoration: underline;
        word-break: break-all; }
      .section-group-inner p small {
        font-size: 1.4rem;
        display: inline-block; }
      @media only screen and (max-width: 767px) {
        .section-group-inner p {
          font-size: 1.3rem; }
          .section-group-inner p small {
            font-size: 1rem; } }
    .section-group-inner ul {
      border-top: 1px solid #dcdcdc;
      margin-top: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-group-inner ul {
          margin-top: 0; } }
      .section-group-inner ul li {
        padding: 2rem 5rem 2rem 2rem;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
        font-size: 2.2rem;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .section-group-inner ul li {
            font-size: 1.6rem;
            padding: 1rem 3rem 1rem 0; } }
        .section-group-inner ul li em {
          background: #eee;
          color: #bbb;
          width: 10rem;
          font-size: 1.6rem;
          font-weight: 400;
          font-style: normal;
          display: inline-block;
          padding: .1rem 1rem;
          text-align: center;
          margin-left: 1rem; }
          @media only screen and (max-width: 767px) {
            .section-group-inner ul li em {
              width: 5rem;
              font-size: 1.1rem;
              padding: .1rem 0; } }
        .section-group-inner ul li small {
          color: #026eb7;
          font-size: 1.4rem;
          display: block;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .section-group-inner ul li small {
              font-size: 1.2rem;
              text-align: left; } }
        .section-group-inner ul li:hover {
          background: rgba(2, 110, 183, 0.05); }
        .section-group-inner ul li.soon > a {
          opacity: 0.2;
          pointer-events: none; }
        .section-group-inner ul li.soon:hover {
          background: none; }
        .section-group-inner ul li > a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10;
          display: flex;
          justify-content: flex-end;
          align-items: center;
          color: #026eb7;
          padding-right: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .section-group-inner ul li > a {
              font-size: 1.5rem;
              padding-right: .5rem; } }
  .section-group-btn {
    display: flex;
    justify-content: space-between;
    padding: 3rem 0 5rem 0; }
    @media only screen and (max-width: 767px) {
      .section-group-btn {
        flex-direction: column;
        padding: 0; } }
    .section-group-btn div {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .section-group-btn div {
          padding-bottom: 2rem; } }
      .section-group-btn div dt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-group-btn div dt {
            font-size: 1.6rem;
            margin-bottom: 1rem; } }
        .section-group-btn div dt small {
          font-size: 1.4rem;
          color: #026eb7;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .section-group-btn div dt small {
              font-size: 1.1rem; } }
      .section-group-btn div dd a.blue-btn {
        width: 32rem; }
        @media only screen and (max-width: 767px) {
          .section-group-btn div dd a.blue-btn {
            width: 24rem; } }
    @media only screen and (max-width: 767px) {
      .section-group-btn {
        padding-top: 2rem; } }
.section-change {
  max-width: calc(90rem + 6vw);
  margin: 0 auto;
  padding: 5rem 3vw 5rem; }
  @media only screen and (max-width: 1024px) {
    .section-change {
      padding-bottom: 3rem; } }
  @media only screen and (max-width: 767px) {
    .section-change {
      padding: 3rem 5vw 1.5rem; } }
  .section-change:nth-last-of-type(1) {
    padding-bottom: 10rem; }
    @media only screen and (max-width: 767px) {
      .section-change:nth-last-of-type(1) {
        padding-bottom: 4rem; } }
  .section-change-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dcdcdc; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-change-header {
    padding-bottom: 1.5rem; } }

    .section-change-header-en {
      font-size: 1.4rem;
      color: #026eb7;
      font-weight: 400;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .section-change-header-en {
          font-size: 1.2rem;
          margin-bottom: 0; } }
    .section-change-header-ttl {
      font-size: 2.8rem;
      line-height: 1.3; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-change-header-ttl {
    font-size: 1.8rem; } }

  .section-change-inner {
    padding-top: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-change-inner {
        padding-top: 1rem; } }
    .section-change-inner p {
      font-size: 1.6rem;
      line-height: 2;
      padding-bottom: 1em; }
      .section-change-inner p a {
        text-decoration: underline;
        word-break: break-all; }
      .section-change-inner p small {
        font-size: 1.4rem;
        display: inline-block; }
      @media only screen and (max-width: 767px) {
        .section-change-inner p {
          font-size: 1.3rem; }
          .section-change-inner p small {
            font-size: 1rem; } }
    .section-change-inner dl {
      border-top: 1px solid #dcdcdc;
      margin: 2rem 0; }
      @media only screen and (max-width: 767px) {
        .section-change-inner dl {
          margin-top: 0; } }
      .section-change-inner dl div {
        padding: 2rem 0;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .section-change-inner dl div {
            font-size: 1.3rem;
            padding: 1rem 0; } }
        .section-change-inner dl div:nth-last-of-type(1) dt span {
          color: #ec6941; }
        .section-change-inner dl div dt {
          width: 16rem;
          font-style: normal;
          text-align: center;
          flex-shrink: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          .section-change-inner dl div dt span {
            font-size: 2.4rem;
            color: #026eb7;
            flex-shrink: 0;
            margin-right: .5em; }
          @media only screen and (max-width: 767px) {
            .section-change-inner dl div dt {
              width: 8rem; } }
        .section-change-inner dl div dd {
          width: 100%;
          text-align: left; }
    .section-change-inner ul {
      font-size: 1.6rem;
      margin-bottom: 1em; }
      @media only screen and (max-width: 767px) {
        .section-change-inner ul {
          font-size: 1.3rem;
          margin-bottom: .7em; } }
      .section-change-inner ul li {
        display: flex;
        justify-content: flex-start;
        margin-bottom: .3em; }
        .section-change-inner ul li:before {
          content: "●";
          color: #ccc;
          flex-shrink: 0;
          margin-right: 1.2rem; }

#schedule p {
  padding-top: 2rem; }
  @media only screen and (max-width: 767px) {
    #schedule p {
      padding-top: 1rem;
      font-size: 1rem; } }

#flow .dl-flow {
  border-top: 1px solid #dcdcdc; }
  #flow .dl-flow > div {
    padding: 2.5rem 0;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      #flow .dl-flow > div {
        padding: 1.5rem 0;
        flex-direction: column; } }
    #flow .dl-flow > div dt {
      width: 14rem;
      font-size: 1.6rem;
      font-weight: 700;
      flex-shrink: 0;
      text-align: center;
      color: #026eb7; }
      @media only screen and (max-width: 767px) {
        #flow .dl-flow > div dt {
          width: 100%;
          font-size: 1.2rem;
          margin-bottom: .5rem; } }
      #flow .dl-flow > div dt b {
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          #flow .dl-flow > div dt b {
            font-size: 1.4rem; } }
    #flow .dl-flow > div dd {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        #flow .dl-flow > div dd {
          flex-direction: column; } }
  #flow .dl-flow-icon {
    width: 8rem;
    flex-shrink: 0;
    margin-right: 2.5rem; }
    @media only screen and (max-width: 767px) {
      #flow .dl-flow-icon {
        width: 6.4rem;
        margin: 0 0 1rem; } }
  #flow .dl-flow-inner {
    width: 100%; }
    #flow .dl-flow-inner p {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        #flow .dl-flow-inner p {
          font-size: 1.3rem; } }
  #flow .dl-flow-ttl {
    font-size: 2rem;
    font-weight: 700;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      #flow .dl-flow-ttl {
        font-size: 1.6rem;
        text-align: center; } }

#overview .section-counselor-inner {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    #overview .section-counselor-inner {
      flex-direction: column; } }
  #overview .section-counselor-inner figure {
    width: 24rem;
    flex-shrink: 0;
    margin-right: 3rem; }
    @media only screen and (max-width: 767px) {
      #overview .section-counselor-inner figure {
        width: 18rem;
        margin: 0 auto 1.5rem; } }
  #overview .section-counselor-inner .dl-overview {
    border-top: 1px solid #dcdcdc; }
    #overview .section-counselor-inner .dl-overview > div {
      border-bottom: 1px solid #dcdcdc;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.6rem;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        #overview .section-counselor-inner .dl-overview > div {
          font-size: 1.3rem;
          flex-direction: column; } }
      #overview .section-counselor-inner .dl-overview > div > dt {
        width: 12rem;
        flex-shrink: 0;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          #overview .section-counselor-inner .dl-overview > div > dt {
            width: 100%;
            font-size: 1.4rem;
            padding: 1.5rem 0 .5rem; } }
      #overview .section-counselor-inner .dl-overview > div > dd {
        width: 100%; }
        @media only screen and (max-width: 767px) {
          #overview .section-counselor-inner .dl-overview > div > dd {
            padding: 0 1rem;
            text-align: center; } }
        #overview .section-counselor-inner .dl-overview > div > dd p {
          padding: 2rem 1.5rem; }
          @media only screen and (max-width: 767px) {
            #overview .section-counselor-inner .dl-overview > div > dd p {
              padding: 1rem 0; } }
          #overview .section-counselor-inner .dl-overview > div > dd p strong {
            font-size: 2rem; }
            @media only screen and (max-width: 767px) {
              #overview .section-counselor-inner .dl-overview > div > dd p strong {
                font-size: 1.4rem; } }
        #overview .section-counselor-inner .dl-overview > div > dd ul {
          padding: 0 1.5rem 2rem; }
          @media only screen and (max-width: 767px) {
            #overview .section-counselor-inner .dl-overview > div > dd ul {
              padding: 0 .5rem 1rem; } }
          #overview .section-counselor-inner .dl-overview > div > dd ul li {
            display: flex;
            justify-content: flex-start;
            margin-bottom: .5rem; }
            @media only screen and (max-width: 767px) {
              #overview .section-counselor-inner .dl-overview > div > dd ul li {
                text-align: left;
                margin-bottom: .3rem; } }
            #overview .section-counselor-inner .dl-overview > div > dd ul li:before {
              content: "●";
              flex-shrink: 0;
              color: #026eb7;
              margin-right: .5em; }
        #overview .section-counselor-inner .dl-overview > div > dd dl {
          display: flex;
          flex-direction: column;
          border-bottom: 1px solid #dcdcdc;
          padding: 2rem 1.5rem; }
          @media only screen and (max-width: 767px) {
            #overview .section-counselor-inner .dl-overview > div > dd dl {
              padding: 1rem 0; } }
          #overview .section-counselor-inner .dl-overview > div > dd dl:nth-last-of-type(1) {
            border-bottom: none; }
          #overview .section-counselor-inner .dl-overview > div > dd dl dt {
            color: #666;
            font-size: 1.4rem; }
            @media only screen and (max-width: 767px) {
              #overview .section-counselor-inner .dl-overview > div > dd dl dt {
                font-size: 1.1rem; } }

.nav-area {
  max-width: 90rem;
  margin: 0 auto 7rem;
  padding-top: 5rem; }
  @media only screen and (max-width: 767px) {
    .nav-area {
      margin: 0 3vw 3rem;
      padding-top: 2rem; } }
  .nav-area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .nav-area ul li {
      width: 15rem;
      margin: .5rem; }
      @media only screen and (max-width: 767px) {
        .nav-area ul li {
          width: auto; } }
      .nav-area ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: .5rem;
        border: 1px solid #dcdcdc;
        height: 4.8rem;
        font-size: 1.6rem;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .nav-area ul li a {
            font-size: 1.2rem;
            height: 3.6rem;
            padding: 0 1rem; } }
        .nav-area ul li a:hover {
          background: #eee; }

.section-list {
  border-top: 1px solid #dcdcdc;
  max-width: 90rem;
  margin: 0 auto; }
  .section-list:nth-last-of-type(1) {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10rem; }
    @media only screen and (max-width: 767px) {
      .section-list:nth-last-of-type(1) {
        margin-bottom: 4rem; } }
  .section-list-ttl {
    font-size: 2.8rem;
    padding: 2rem 1.5rem 2rem .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .section-list-ttl {
        font-size: 1.7rem; } }
    .section-list-ttl:after {
      content: "\e145";
      font-family: "material symbols Outlined", cursive;
      font-size: 2.4rem;
      font-weight: 400;
      color: #666; }
      @media only screen and (max-width: 767px) {
        .section-list-ttl:after {
          font-size: 1.6rem; } }
  .section-list-area-ttl {
    font-size: 2.4rem;
    padding: 1.5rem 1.5rem 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc; }
    @media only screen and (max-width: 767px) {
      .section-list-area-ttl {
        font-size: 1.5rem; } }
    .section-list-area-ttl:before {
      content: "";
      width: 1.5rem;
      height: 1px;
      background: #eee;
      flex-shrink: 0;
      margin-right: 1rem; }
      @media only screen and (max-width: 767px) {
        .section-list-area-ttl:before {
          width: 1rem; } }
    .section-list-area-ttl:after {
      content: "\e145";
      font-family: "material symbols Outlined", cursive;
      font-size: 2.4rem;
      font-weight: 400;
      color: #666;
      margin-left: auto; }
      @media only screen and (max-width: 767px) {
        .section-list-area-ttl:after {
          font-size: 1.6rem; } }
  .section-list-area-inner {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    transition: all .5s; }
    .section-list-area-inner:nth-last-of-type(1) {
      margin-bottom: 0; }
    .section-list-area-inner > p {
      padding: 2rem 1.5rem;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .section-list-area-inner > p {
          font-size: 1.3rem;
          padding: 1.5rem .5rem; } }
  .section-list-area.active .section-list-area-ttl:after {
    content: "\e15b"; }
  .section-list-area.active .section-list-area-inner {
    max-height: 99999rem;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-list-area.active .section-list-area-inner {
        margin-bottom: 1.5rem; } }
  .section-list-inner {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0; }
  .section-list.active {
    border-bottom: none; }
    .section-list.active .section-list-ttl {
      border-bottom: 1px solid #dcdcdc; }
      .section-list.active .section-list-ttl:after {
        content: "\e15b"; }
    .section-list.active .section-list-inner {
      max-height: 99999rem;
      margin-bottom: 6rem; }
      @media only screen and (max-width: 767px) {
        .section-list.active .section-list-inner {
          margin-bottom: 3rem; } }
.section-type {
  border-top: 1px solid #dcdcdc;
  max-width: 90rem;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .section-type {
      margin: 0 3vw; } }
  .section-type:nth-last-of-type(1) {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10rem; }
    @media only screen and (max-width: 767px) {
      .section-type:nth-last-of-type(1) {
        margin-bottom: 4rem; } }
  .section-type-ttl {
    font-size: 2.8rem;
    padding: 2rem 1.5rem 2rem .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .section-type-ttl {
        font-size: 1.7rem; } }
    .section-type-ttl:after {
      content: "\e145";
      font-family: "material symbols Outlined", cursive;
      font-size: 2.4rem;
      font-weight: 400;
      color: #666; }
      @media only screen and (max-width: 767px) {
        .section-type-ttl:after {
          font-size: 1.6rem; } }
  .section-type-inner {
    max-height: 0;
    overflow: hidden;
    margin-bottom: 0; }
  .section-type.active {
    border-bottom: none; }
    .section-type.active .section-type-ttl:after {
      content: "\e15b"; }
    .section-type.active .section-type-inner {
      max-height: 99999rem;
      margin-bottom: 6rem; }
      @media only screen and (max-width: 767px) {
        .section-type.active .section-type-inner {
          margin-bottom: 3rem; } }

.article-list {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0; }
  @media only screen and (max-width: 767px) {
    .article-list {
      min-height: 8.5rem;
      padding: 1.5rem 0;
      flex-direction: column;
      justify-content: center;
      position: relative;
      padding: 1.5rem 0 1.5rem 5rem; } }
  .article-list-type {
    width: 4.6rem;
    margin: 0 1.5rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .article-list-type {
        width: 4rem;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0; } }
  .article-list-meta {
    width: 12rem;
    flex-shrink: 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .article-list-meta {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .5rem;
        text-align: left; } }
  .article-list-num {
    font-size: 2rem;
    line-height: 1.1;
    font-family: "Barlow", serif; }
    @media only screen and (max-width: 767px) {
      .article-list-num {
        font-size: 1.5rem; } }
  .article-list-date {
    font-size: 1.2rem; }
    @media only screen and (max-width: 767px) {
      .article-list-date {
        font-size: 1rem; } }
  .article-list-name {
    font-size: 2rem;
    line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      .article-list-name {
        font-size: 1.5rem;
        margin-right: 1rem; } }
  .article-list-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 3rem; }
    @media only screen and (max-width: 767px) {
      .article-list-inner {
        padding-left: 0; } }
    .article-list-inner a {
      border: 1px solid #026eb7;
      border-radius: .3rem;
      padding: .3rem 1.2rem;
      font-size: 1.5rem;
      font-weight: 500;
      display: flex;
      color: #026eb7;
      letter-spacing: 0;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .article-list-inner a {
          font-size: 1rem;
          padding: .3rem .6rem;
          margin-top: .3rem; } }
      .article-list-inner a:hover {
        background: #026eb7;
        color: #fff; }
