@charset "UTF-8";
.div-mv {
  width: 100%;
  background-image: url("../../img/top/fig_main.jpg");
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 48 / 18; }
  @media only screen and (max-width: 767px) {
    .div-mv {
      height: 50vh; } }
  .div-mv-wrap {
    width: 102.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    @media only screen and (min-width: 1600px) {
      .div-mv-wrap {
        width: 100%;
        padding: 0 9vw; } }
    @media only screen and (max-width: 767px) {
      .div-mv-wrap {
        width: auto; } }
  .div-mv-catch {
    font-size: 2rem;
    color: #fff;
    background: url("../../img/common/bg_name_catch.svg") no-repeat;
    background-size: 100% 100%;
    height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 0 4rem 0 2rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .div-mv-catch {
        font-size: 1.2rem;
        height: 3rem;
        padding: 0 2.5rem 0 1.2rem; } }
    .div-mv-catch strong {
      font-size: 2.4rem;
      font-weight: 600;
      letter-spacing: .2rem; }
      @media only screen and (max-width: 767px) {
        .div-mv-catch strong {
          font-size: 1.5rem; } }
  .div-mv-des {
    font-size: 2rem;
    font-weight: 700;
    padding-left: .5rem; }
    @media only screen and (max-width: 767px) {
      .div-mv-des {
        font-size: 1.3rem; } }
  .div-mv-ttl {
    font-size: 9rem;
    line-height: 1;
    color: #E24822;
    position: relative;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .div-mv-ttl {
        font-size: 5.5rem; } }
    .div-mv-ttl img {
      max-width: 42rem;
      height: auto;
      border: none;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .div-mv-ttl img {
          max-width: 26rem; } }
    .div-mv-ttl:before {
      content: "シーサー";
      font-weight: 700;
      font-size: 1.4rem;
      position: absolute;
      left: 14rem;
      top: 3rem; }
      @media only screen and (max-width: 767px) {
        .div-mv-ttl:before {
          font-size: 1.1rem;
          left: 8rem;
          top: 2rem; } }

.section-problem-list {
  max-width: 102.4rem;
  margin: 3rem auto 0;
  padding: 1.8rem 0 4rem;
  border: 0.5rem solid #E24822;
  background: #F6F6F6;
  display: flex;
  justify-content: center;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .section-problem-list {
      margin: 2rem;
      display: block;
      padding: 2rem 0; } }
  .section-problem-list .article-problem {
    width: calc(100% / 3);
    padding: 0 2rem 0 3rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-problem-list .article-problem {
        width: 30rem;
        padding: 0 1.5rem; } }
    .section-problem-list .article-problem:nth-of-type(2):before, .section-problem-list .article-problem:nth-of-type(2):after {
      content: "";
      width: .3rem;
      height: 24.5rem;
      background: #eee;
      position: absolute;
      bottom: 0; }
      @media only screen and (max-width: 767px) {
        .section-problem-list .article-problem:nth-of-type(2):before, .section-problem-list .article-problem:nth-of-type(2):after {
          display: none; } }
    .section-problem-list .article-problem:nth-of-type(2):after {
      right: 0; }
    .section-problem-list .article-problem:nth-of-type(2):before {
      left: 0; }
    .section-problem-list .article-problem-num {
      width: 5rem;
      height: 5rem;
      border-radius: 50%;
      background: #E24822;
      color: #fff;
      font-size: 2.8rem;
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 1rem; }
      @media only screen and (max-width: 767px) {
        .section-problem-list .article-problem-num {
          width: 4.2rem;
          height: 4.2rem;
          font-size: 2.2rem; } }
    .section-problem-list .article-problem-ttl {
      font-size: 2.6rem;
      text-align: center;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-problem-list .article-problem-ttl {
          font-size: 2.2rem; } }
      .section-problem-list .article-problem-ttl strong {
        color: #E24822; }
    .section-problem-list .article-problem ul {
      padding-bottom: 3rem; }
      .section-problem-list .article-problem ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: -1rem; }
        .section-problem-list .article-problem ul li figure {
          width: 11rem;
          height: 11rem;
          border-radius: 50%;
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 1rem;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .section-problem-list .article-problem ul li figure {
              width: 9.6rem;
              height: 9.6rem; } }
          .section-problem-list .article-problem ul li figure img {
            width: 10rem; }
            @media only screen and (max-width: 767px) {
              .section-problem-list .article-problem ul li figure img {
                width: 8rem; } }
.section-problem-catch {
  width: 42rem;
  height: 6.5rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 3.2rem;
  line-height: 1.5;
  background: #E24822;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  top: -4rem; }
  @media only screen and (max-width: 767px) {
    .section-problem-catch {
      width: 30rem;
      height: 4rem;
      line-height: 1.2;
      top: -4rem;
      font-size: 2rem; } }
  .section-problem-catch strong {
    font-size: 4.5rem; }
    @media only screen and (max-width: 767px) {
      .section-problem-catch strong {
        font-size: 3.2rem; } }
  .section-problem-catch b {
    font-size: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-problem-catch b {
        font-size: 2.5rem; } }
.section-problem-about {
  background: url("../../img/top/bg_arrow.svg") no-repeat 0% 0% #F6F6F6;
  background-size: 100% 8.5rem;
  padding: 15rem 0 8rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .section-problem-about {
      background-size: 100% 5rem;
      padding: 10rem 0 5rem; } }
  .section-problem-about p {
    font-size: 3rem;
    font-weight: 700;
    color: #E24822;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .section-problem-about p {
        font-size: 1.8rem; } }
    .section-problem-about p strong {
      font-size: 3.6rem; }
      @media only screen and (max-width: 767px) {
        .section-problem-about p strong {
          font-size: 2.2rem; } }
  .section-problem-about:before, .section-problem-about:after {
    content: "";
    width: 50%;
    height: calc(100% - 8.5rem);
    position: absolute;
    top: 8.5rem;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .section-problem-about:before, .section-problem-about:after {
        top: 5rem;
        height: calc(100% - 5rem); } }
  .section-problem-about:before {
    right: calc(50% + 20rem);
    background: url("../../img/top/bg_left.png") no-repeat 100% 50%;
    background-size: 90rem auto; }
    @media only screen and (max-width: 767px) {
      .section-problem-about:before {
        width: 100%;
        right: 0;
        background-size: auto 80%;
        background-position: 0% 50%;
        opacity: 0.5; } }
  .section-problem-about:after {
    left: calc(50% + 20rem);
    background: url("../../img/top/bg_right.png") no-repeat 0% 50%;
    background-size: 90rem auto; }
    @media only screen and (max-width: 767px) {
      .section-problem-about:after {
        display: none; } }
.section-problem-ttl {
  font-size: 2.4rem;
  line-height: 1.2;
  border-bottom: 0.5rem solid #E24822;
  margin-bottom: 4rem;
  display: flex;
  align-items: flex-end;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-problem-ttl {
      font-size: 1.8rem;
      border-width: .4rem;
      margin-bottom: 2.5rem; } }
  .section-problem-ttl img {
    width: 28rem; }
    @media only screen and (max-width: 1080px) {
      .section-problem-ttl img {
        width: 24rem; } }
    @media only screen and (max-width: 767px) {
      .section-problem-ttl img {
        width: 18rem; } }
  .section-problem-ttl:before {
    content: "シーサー";
    font-weight: 700;
    font-size: 1.4rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.5rem;
    width: 28rem;
    text-align: center; }
    @media only screen and (max-width: 1080px) {
      .section-problem-ttl:before {
        width: 24rem; } }
    @media only screen and (max-width: 767px) {
      .section-problem-ttl:before {
        font-size: 1.1rem;
        width: 18rem;
        top: -1.2rem; } }
  .section-problem-ttl strong {
    font-size: 3.6rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-problem-ttl strong {
        font-size: 3.2rem; } }
    .section-problem-ttl strong span {
      font-size: 1.3rem;
      position: absolute;
      left: 2rem;
      top: -.8rem; }
      @media only screen and (max-width: 767px) {
        .section-problem-ttl strong span {
          font-size: 1.1rem; } }
.section-feature {
  padding: 10rem 3rem 5rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-feature {
      padding: 5rem 2rem 0; } }
  .section-feature-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10rem; }
    @media only screen and (max-width: 767px) {
      .section-feature-header {
        padding-bottom: 3rem; } }
    .section-feature-header-en {
      font-size: 14rem;
      line-height: 1;
      font-weight: 700;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      left: 1rem;
      top: 4rem;
      color: #eee;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .section-feature-header-en {
          font-size: 5.4rem; } }
    .section-feature-header-ttl {
      font-size: 5rem;
      line-height: 1.1;
      position: relative;
      width: 102.4rem;
      margin: 0 auto;
      text-align: left; }
      .section-feature-header-ttl strong {
        color: #E24822;
        font-size: 4.5rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-header-ttl strong {
            font-size: 3rem; } }
      .section-feature-header-ttl span {
        font-size: 3.5rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-header-ttl span {
            font-size: 2rem; } }
      @media only screen and (max-width: 767px) {
        .section-feature-header-ttl {
          font-size: 3rem;
          text-align: center; } }
  .section-feature-inner .article-feature {
    max-width: 102.4rem;
    position: relative;
    margin: 0 auto 15rem; }
    @media only screen and (max-width: 767px) {
      .section-feature-inner .article-feature {
        flex-direction: column;
        margin-bottom: 7rem; }
        .section-feature-inner .article-feature:nth-last-of-type(1) {
          margin-bottom: 5rem; } }
    .section-feature-inner .article-feature-wrap {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature-wrap {
          flex-direction: column-reverse; } }
    .section-feature-inner .article-feature:nth-of-type(2n) .article-feature-wrap {
      flex-direction: row-reverse; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature:nth-of-type(2n) .article-feature-wrap {
          flex-direction: column-reverse; } }
    .section-feature-inner .article-feature-header {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      margin-bottom: 6rem; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature-header {
          margin-bottom: 2rem;
          align-items: center; } }
      .section-feature-inner .article-feature-header-num {
        width: 14.5rem;
        height: 4.5rem;
        border-radius: 1rem;
        position: relative;
        background: #E24822;
        color: #fff;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.3;
        display: flex;
        justify-content: center;
        align-items: baseline;
        margin-right: 1.5rem;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature-header-num {
            font-size: 1.1rem;
            height: 2.6rem;
            width: 8rem;
            margin-top: 1.8rem; } }
        .section-feature-inner .article-feature-header-num strong {
          font-size: 3.6rem;
          font-weight: 600; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-header-num strong {
              font-size: 2rem; } }
        .section-feature-inner .article-feature-header-num:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 5.9rem;
          left: 0;
          top: -5.3rem;
          background: url("../../img/top/fig_point_cara.png") no-repeat 50% 100%;
          background-size: 6.5rem auto; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-header-num:before {
              height: 4rem;
              background-size: 4.5rem auto;
              top: -3.6rem; } }
      .section-feature-inner .article-feature-header-ttl {
        font-size: 3rem;
        border-bottom: 0.5rem solid #E24822; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature-header-ttl {
            text-align: left;
            font-size: 2rem;
            line-height: 1.3;
            border-bottom: none; } }
        .section-feature-inner .article-feature-header-ttl span {
          font-weight: 700;
          color: #E24822;
          font-size: 1.8rem;
          line-height: 1;
          display: block; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-header-ttl span {
              font-size: 1.4rem;
              margin-bottom: .2rem; } }
    .section-feature-inner .article-feature-fig {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature-fig {
          width: 100%; } }
      .section-feature-inner .article-feature-fig dl {
        background: rgba(238, 238, 238, 0.5);
        border-radius: .5rem;
        margin-bottom: 2rem;
        position: relative; }
        .section-feature-inner .article-feature-fig dl dt {
          position: absolute;
          left: 0;
          top: -.5em;
          font-size: 1.8rem;
          line-height: 1;
          width: 100%;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-fig dl dt {
              font-size: 1.6rem; } }
        .section-feature-inner .article-feature-fig dl dd {
          padding: 4rem 1.5rem 2rem; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-fig dl dd {
              padding: 2.5rem 1.5rem 1.5rem; } }
        .section-feature-inner .article-feature-fig dl.dl-voice dd dl {
          padding: .5rem 1rem;
          background: none;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
          .section-feature-inner .article-feature-fig dl.dl-voice dd dl dt {
            font-size: 1.4rem;
            text-align: left;
            background-color: #fff;
            background-repeat: no-repeat;
            background-size: 8rem auto;
            border-radius: 1rem;
            padding: 1.2rem 1.2rem 1.2rem 10rem;
            position: relative;
            margin-bottom: 3rem; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-voice dd dl dt {
                background-size: 7rem auto;
                padding: 1.2rem 1.2rem 1.2rem 9rem; }
                .section-feature-inner .article-feature-fig dl.dl-voice dd dl dt p {
                  line-height: 1.3; } }
            .section-feature-inner .article-feature-fig dl.dl-voice dd dl dt:after {
              content: "";
              background: url("../../img/top/ico_arrow.png") no-repeat 50% 70%;
              background-size: 1.7rem auto;
              width: 100%;
              height: 3rem;
              position: absolute;
              left: 0;
              bottom: -3rem; }
          .section-feature-inner .article-feature-fig dl.dl-voice dd dl:nth-of-type(1) dt {
            background-image: url("../../img/top/fig_point3_voice1.png");
            background-position: 1rem 100%; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-voice dd dl:nth-of-type(1) dt {
                background-position: 1rem 50%; } }
          .section-feature-inner .article-feature-fig dl.dl-voice dd dl:nth-of-type(2) dt {
            background-image: url("../../img/top/fig_point3_voice2.png");
            background-position: 1rem 100%; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-voice dd dl:nth-of-type(2) dt {
                background-position: 1rem 50%; } }
          .section-feature-inner .article-feature-fig dl.dl-voice dd dl dd {
            background: #E24822;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1.2rem;
            font-size: 1.4rem;
            text-align: left;
            border-radius: 1rem;
            color: #fff;
            max-width: 36rem; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-voice dd dl dd {
                flex-direction: column;
                font-size: 1.3rem; } }
            .section-feature-inner .article-feature-fig dl.dl-voice dd dl dd p {
              line-height: 1.3; }
            .section-feature-inner .article-feature-fig dl.dl-voice dd dl dd figure {
              width: 6rem;
              flex-shrink: 0;
              margin-right: 1.2rem; }
              @media only screen and (max-width: 767px) {
                .section-feature-inner .article-feature-fig dl.dl-voice dd dl dd figure {
                  width: 5rem;
                  margin: 0 auto 1rem; } }
        .section-feature-inner .article-feature-fig dl.dl-user, .section-feature-inner .article-feature-fig dl.dl-client {
          margin-bottom: 3.5rem; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-fig dl.dl-user, .section-feature-inner .article-feature-fig dl.dl-client {
              margin-bottom: 1.5rem; } }
          .section-feature-inner .article-feature-fig dl.dl-user dt, .section-feature-inner .article-feature-fig dl.dl-client dt {
            width: 10rem;
            height: 2rem;
            border-radius: 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 1.3rem;
            left: 50%;
            margin-left: -5rem;
            top: -1rem; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-user dt, .section-feature-inner .article-feature-fig dl.dl-client dt {
                width: 8rem;
                margin-left: -4rem;
                font-size: 1.1rem; } }
          .section-feature-inner .article-feature-fig dl.dl-user dd, .section-feature-inner .article-feature-fig dl.dl-client dd {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.8rem;
            font-weight: 700;
            padding: 2rem 0; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-user dd, .section-feature-inner .article-feature-fig dl.dl-client dd {
                font-size: 1.4rem; } }
            .section-feature-inner .article-feature-fig dl.dl-user dd figure, .section-feature-inner .article-feature-fig dl.dl-client dd figure {
              margin: 0 1.5rem; }
              @media only screen and (max-width: 767px) {
                .section-feature-inner .article-feature-fig dl.dl-user dd figure, .section-feature-inner .article-feature-fig dl.dl-client dd figure {
                  margin: 0 1rem; } }
              .section-feature-inner .article-feature-fig dl.dl-user dd figure img, .section-feature-inner .article-feature-fig dl.dl-client dd figure img {
                width: auto;
                height: 7rem; }
                @media only screen and (max-width: 767px) {
                  .section-feature-inner .article-feature-fig dl.dl-user dd figure img, .section-feature-inner .article-feature-fig dl.dl-client dd figure img {
                    height: 4rem; } }
        .section-feature-inner .article-feature-fig dl.dl-client dt {
          background: #666; }
        .section-feature-inner .article-feature-fig dl.dl-client dd {
          flex-direction: row-reverse; }
        .section-feature-inner .article-feature-fig dl.dl-user dt {
          background: #E24822; }
        .section-feature-inner .article-feature-fig dl.dl-service dd ul {
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-fig dl.dl-service dd ul {
              flex-wrap: wrap;
              justify-content: center; } }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-fig dl.dl-service dd ul li {
              margin: 0 .3rem; } }
          .section-feature-inner .article-feature-fig dl.dl-service dd ul li img {
            width: auto;
            height: 4rem; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-fig dl.dl-service dd ul li img {
                height: 2.8rem; } }
    .section-feature-inner .article-feature-inner {
      width: 50%;
      padding: 0 4rem; }
      @media only screen and (max-width: 767px) {
        .section-feature-inner .article-feature-inner {
          width: 100%;
          padding: 0 0 3.5rem; } }
      .section-feature-inner .article-feature-inner-ttl {
        font-size: 2.4rem;
        line-height: 1.3;
        color: #E24822;
        padding-bottom: 2.5rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature-inner-ttl {
            font-size: 2rem;
            padding-bottom: 1.5rem; } }
      .section-feature-inner .article-feature-inner p {
        font-size: 1.5rem;
        padding-bottom: .5em; }
      .section-feature-inner .article-feature-inner ul {
        display: flex;
        justify-content: space-around;
        padding-top: 2.5rem; }
        @media only screen and (max-width: 767px) {
          .section-feature-inner .article-feature-inner ul {
            padding-top: 1.5rem; } }
        .section-feature-inner .article-feature-inner ul li p {
          text-align: center;
          font-size: 1.4rem;
          font-weight: 700;
          line-height: 1.2; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-inner ul li p {
              font-size: 1.2rem; } }
        .section-feature-inner .article-feature-inner ul li figure {
          width: 11rem;
          height: 11rem;
          border-radius: 50%;
          background: rgba(226, 72, 34, 0.1);
          margin: 0 auto 1rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            .section-feature-inner .article-feature-inner ul li figure {
              width: 8.5rem;
              height: 8.5rem; } }
          .section-feature-inner .article-feature-inner ul li figure img {
            width: 10rem; }
            @media only screen and (max-width: 767px) {
              .section-feature-inner .article-feature-inner ul li figure img {
                width: 8rem; } }
.section-exam {
  padding: 10rem 3rem 5rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-exam {
      padding: 5rem 2rem 0; } }
  .section-exam-header {
    max-width: 102.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8rem; }
    @media only screen and (max-width: 767px) {
      .section-exam-header {
        padding-bottom: 3rem; } }
    .section-exam-header-en {
      font-size: 14rem;
      line-height: 1;
      font-weight: 700;
      position: absolute;
      right: 1rem;
      top: 4rem;
      color: #eee;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .section-exam-header-en {
          font-size: 5.4rem;
          top: 1rem; } }
    .section-exam-header-ttl {
      font-size: 5rem;
      line-height: 1.1;
      position: relative;
      flex-shrink: 0; }
      .section-exam-header-ttl strong {
        color: #E24822;
        font-size: 4.5rem; }
        @media only screen and (max-width: 767px) {
          .section-exam-header-ttl strong {
            font-size: 3rem; } }
      .section-exam-header-ttl span {
        font-size: 3.5rem; }
        @media only screen and (max-width: 767px) {
          .section-exam-header-ttl span {
            font-size: 2rem; } }
      @media only screen and (max-width: 767px) {
        .section-exam-header-ttl {
          font-size: 3rem;
          text-align: center; } }
    .section-exam-header-btn {
      margin-left: 1.5rem; }
      .section-exam-header-btn a {
        width: 15.5rem;
        height: 3.6rem;
        font-size: 1.4rem;
        border-radius: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: .3rem 1rem;
        background: #333;
        color: #fff;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .section-exam-header-btn a {
            font-size: 1rem;
            line-height: 1.1;
            width: 9rem;
            height: 3rem;
            padding: .2rem .8rem; } }
        .section-exam-header-btn a span {
          color: #E24822;
          font-size: 1.6rem; }
          @media only screen and (max-width: 767px) {
            .section-exam-header-btn a span {
              font-size: 1.3rem; } }
  .section-exam-inner {
    max-width: 114rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .section-exam-inner .article-case {
      width: 36rem;
      margin: 0 1rem 4rem;
      border: .5rem solid #eee;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-exam-inner .article-case {
          margin: 0 0 2.5rem; } }
      .section-exam-inner .article-case:hover {
        border-color: #000; }
        .section-exam-inner .article-case:hover .article-case-header-fig img {
          transform: scale(1.1); }
        .section-exam-inner .article-case:hover .article-case-btn {
          background: #000;
          color: #fff; }
      .section-exam-inner .article-case > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .section-exam-inner .article-case-tag {
        padding: 0 2.5rem 1.5rem;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: relative;
        z-index: 100; }
        @media only screen and (max-width: 767px) {
          .section-exam-inner .article-case-tag {
            padding: 0 1rem 1.5rem; } }
        .section-exam-inner .article-case-tag li {
          margin: 0 .5rem .5rem 0; }
          .section-exam-inner .article-case-tag li a {
            font-size: 1.2rem;
            border: 1px solid #ccc;
            padding: .2rem .6rem;
            border-radius: .2rem;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media only screen and (max-width: 767px) {
              .section-exam-inner .article-case-tag li a {
                font-size: 1rem; } }
            .section-exam-inner .article-case-tag li a:hover {
              border-color: #666; }
      .section-exam-inner .article-case-btn {
        width: 3.6rem;
        height: 3.6rem;
        background: #eee;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: -.4rem;
        bottom: -.4rem; }
        .section-exam-inner .article-case-btn span {
          font-size: 1.4rem; }
      .section-exam-inner .article-case-company {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem 2.5rem; }
        @media only screen and (max-width: 767px) {
          .section-exam-inner .article-case-company {
            padding: 1.5rem; } }
        .section-exam-inner .article-case-company p {
          font-size: 1.6rem;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .section-exam-inner .article-case-company p {
              font-size: 1.4rem; } }
        .section-exam-inner .article-case-company dl {
          display: flex;
          justify-content: flex-end;
          align-items: baseline; }
          .section-exam-inner .article-case-company dl dt {
            font-size: 1.1rem;
            margin-right: .3rem;
            font-weight: 400; }
          .section-exam-inner .article-case-company dl dd {
            font-size: 1.4rem; }
      .section-exam-inner .article-case-header {
        position: relative; }
        .section-exam-inner .article-case-header-fig {
          display: flex;
          justify-content: center;
          align-items: center;
          aspect-ratio: 3 / 2;
          overflow: hidden; }
          .section-exam-inner .article-case-header-fig img {
            transition: .5s all; }
        .section-exam-inner .article-case-header-meta {
          position: absolute;
          right: 1rem;
          top: -1.7rem;
          font-size: 1.3rem;
          color: #333;
          border: 1px solid #555;
          background: #fff;
          border-radius: 5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: .3rem 1rem;
          z-index: 5; }
          @media only screen and (max-width: 767px) {
            .section-exam-inner .article-case-header-meta {
              font-size: 1.1rem;
              padding: .2rem .6rem;
              top: -1.3rem; } }
          .section-exam-inner .article-case-header-meta li {
            margin-right: .3rem;
            font-weight: 700; }
            .section-exam-inner .article-case-header-meta li:after {
              content: "/";
              margin-left: .3rem;
              font-weight: 400; }
            .section-exam-inner .article-case-header-meta li:nth-last-of-type(1) {
              margin-right: 0; }
              .section-exam-inner .article-case-header-meta li:nth-last-of-type(1):after {
                display: none; }
        .section-exam-inner .article-case-header-ttl {
          font-size: 2rem;
          position: absolute;
          left: 1.2rem;
          bottom: 1.2rem;
          display: flex;
          flex-direction: column;
          justify-content: flex-start; }
          .section-exam-inner .article-case-header-ttl strong {
            background: #fff;
            padding: .2rem .5rem;
            margin-bottom: .4rem;
            margin-right: auto; }
          @media only screen and (max-width: 767px) {
            .section-exam-inner .article-case-header-ttl {
              font-size: 1.8rem; } }
.section-faq {
  padding: 10rem 3rem;
  position: relative;
  background: #eee; }
  @media only screen and (max-width: 767px) {
    .section-faq {
      padding: 5rem 2rem; } }
  .section-faq-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 7rem; }
    @media only screen and (max-width: 767px) {
      .section-faq-header {
        padding-bottom: 3.5rem; } }
    .section-faq-header-en {
      font-size: 14rem;
      line-height: 1;
      font-weight: 700;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      left: 1rem;
      top: 4rem;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .section-faq-header-en {
          font-size: 5.4rem;
          text-align: center; } }
    .section-faq-header-ttl {
      max-width: 102.4rem;
      margin: 0 auto;
      font-size: 2.4rem;
      line-height: 1.3;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-faq-header-ttl {
          font-size: 1.9rem; } }
      .section-faq-header-ttl strong {
        font-size: 4rem;
        display: block;
        color: #E24822; }
        @media only screen and (max-width: 767px) {
          .section-faq-header-ttl strong {
            font-size: 2.4rem; } }
  .section-faq-inner {
    max-width: 90rem;
    margin: 0 auto; }
    .section-faq-inner dl {
      background: #fff;
      border-radius: .5rem;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-faq-inner dl {
          margin-bottom: 1.5rem; } }
      .section-faq-inner dl dt {
        font-size: 1.8rem;
        padding: 1.8rem 4.5rem 1.8rem 1.8rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .section-faq-inner dl dt {
            font-size: 1.5rem;
            line-height: 1.3;
            align-items: flex-start;
            padding: 1.5rem 4rem 1.5rem 1.5rem; } }
        .section-faq-inner dl dt:after {
          content: "\e69b";
          font-family: "material symbols Outlined", cursive;
          position: absolute;
          right: 2rem;
          top: 50%;
          margin-top: -.5em;
          line-height: 1;
          font-size: 2.4rem;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .section-faq-inner dl dt:after {
              right: 1.5rem; } }
        .section-faq-inner dl dt:before {
          content: "Q";
          width: 3.6rem;
          height: 3.6rem;
          border-radius: .3rem;
          background: #E24822;
          color: #fff;
          font-size: 2.2rem;
          margin-right: 1.5rem;
          flex-shrink: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-shrink: 0; }
      .section-faq-inner dl dd {
        max-height: 0;
        border-top: 1px solid #eee;
        padding: 0 3rem;
        font-size: 1.5rem;
        transition: all .5s;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          .section-faq-inner dl dd {
            font-size: 1.3rem;
            padding: 0 2rem; } }
        .section-faq-inner dl dd p {
          padding-bottom: 1rem; }
        .section-faq-inner dl dd ul {
          padding-bottom: 1rem; }
          .section-faq-inner dl dd ul li {
            list-style: disc outside;
            margin-left: 2rem;
            overflow: visible;
            zoom: normal; }
        .section-faq-inner dl dd ol {
          padding-bottom: 1rem; }
          .section-faq-inner dl dd ol li {
            list-style: decimal outside;
            margin-left: 2rem;
            overflow: visible;
            zoom: normal; }
      .section-faq-inner dl.on {
        transition: all .5s; }
        .section-faq-inner dl.on dt:after {
          content: "\e698"; }
        .section-faq-inner dl.on dd {
          max-height: 9999rem;
          padding: 2rem 3rem 1rem; }
          @media only screen and (max-width: 767px) {
            .section-faq-inner dl.on dd {
              padding: 2rem 2rem 1rem; } }
.section-flow {
  padding: 10rem 3rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .section-flow {
      padding: 5rem 0; } }
  .section-flow-header {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-flow-header {
        flex-direction: column;
        margin-bottom: 2rem; } }
    .section-flow-header-en {
      font-size: 14rem;
      line-height: 1;
      font-weight: 700;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      left: 1rem;
      top: 4rem;
      color: #eee; }
      @media only screen and (max-width: 767px) {
        .section-flow-header-en {
          font-size: 5.4rem; } }
    .section-flow-header-ttl {
      max-width: 102.4rem;
      margin: 0 auto;
      font-size: 2.4rem;
      border-bottom: 0.5rem solid #E24822; }
      @media only screen and (max-width: 767px) {
        .section-flow-header-ttl {
          font-size: 1.9rem;
          border: none;
          text-align: center;
          line-height: 1.3;
          color: #E24822; } }
      .section-flow-header-ttl strong {
        font-size: 3rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-header-ttl strong {
            font-size: 2.4rem; } }
  .section-flow-inner {
    max-width: 102.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .section-flow-inner-ttl {
      width: 100%;
      margin-bottom: 4rem; }
      @media only screen and (max-width: 767px) {
        .section-flow-inner-ttl {
          margin-bottom: 2.5rem; } }
      .section-flow-inner-ttl strong {
        width: 30rem;
        height: 5rem;
        border: 0.3rem solid #E24822;
        border-radius: 5rem;
        margin: 0 auto;
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner-ttl strong {
            width: 24rem;
            font-size: 1.6rem;
            border-width: .2rem; } }
    .section-flow-inner .article-flow {
      width: 25%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 767px) {
        .section-flow-inner .article-flow {
          width: 30rem;
          margin: 0 1rem 1rem;
          background: rgba(238, 238, 238, 0.5);
          padding: 2rem 1.5rem;
          border-radius: 1rem; } }
      .section-flow-inner .article-flow-num {
        font-size: 2rem;
        color: #E24822;
        font-weight: 700; }
        .section-flow-inner .article-flow-num:after {
          content: "";
          width: .4rem;
          height: .4rem;
          border-radius: 50%;
          background: #E24822;
          display: block;
          margin: 0 auto .5rem; }
      .section-flow-inner .article-flow-ttl {
        font-size: 1.8rem;
        padding-bottom: 2rem; }
      .section-flow-inner .article-flow-wrap {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-wrap {
            flex-direction: column; } }
      .section-flow-inner .article-flow ul {
        padding: 0 2rem;
        display: flex;
        justify-content: flex-start;
        flex-direction: column; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow ul {
            padding: 0 .5rem; } }
        .section-flow-inner .article-flow ul li {
          display: flex;
          font-size: 1.5rem;
          line-height: 1.3;
          justify-content: flex-start;
          margin-bottom: .7rem; }
          .section-flow-inner .article-flow ul li:before {
            content: "";
            width: 1.5rem;
            height: 1.5rem;
            flex-shrink: 0;
            margin-right: .4rem;
            box-sizing: border-box;
            border: 0.3rem solid #E24822;
            border-radius: 50%;
            margin-top: .2rem; }
      .section-flow-inner .article-flow-fig {
        width: 16rem;
        height: 16rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(238, 238, 238, 0.5);
        border-radius: 50%;
        margin: 0 auto 2rem; }
        .section-flow-inner .article-flow-fig img {
          width: 10rem; }
        @media only screen and (max-width: 767px) {
          .section-flow-inner .article-flow-fig {
            width: 14rem;
            height: 14rem;
            background: #fff; }
            .section-flow-inner .article-flow-fig img {
              width: 9rem; } }
.section-column {
  padding: 10rem 3rem;
  position: relative;
  background: #eee; }
  @media only screen and (max-width: 767px) {
    .section-column {
      padding: 5rem 2rem; } }
  .section-column-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-column-header {
        padding-bottom: 3.5rem; } }
    .section-column-header-en {
      font-size: 1.8rem;
      line-height: 1;
      font-weight: 700;
      color: #E24822; }
      @media only screen and (max-width: 767px) {
        .section-column-header-en {
          font-size: 1.4rem; } }
    .section-column-header-ttl {
      font-size: 4rem;
      line-height: 1.3;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-column-header-ttl {
          font-size: 2.4rem; } }
  .section-column-btn {
    padding-top: 7rem; }
    @media only screen and (max-width: 767px) {
      .section-column-btn {
        padding-top: 3rem; } }
    .section-column-btn a {
      width: 30rem;
      height: 5rem;
      border-radius: 5rem;
      font-size: 1.6rem;
      font-weight: 700;
      background: #fff;
      border: .3rem solid #e5e5e5;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-column-btn a {
          font-size: 1.4rem;
          width: 24rem;
          height: 4.5rem; } }
      .section-column-btn a:hover {
        border-color: #E24822; }
      .section-column-btn a span {
        color: #E24822;
        margin-left: .3rem;
        font-size: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-column-btn a span {
            font-size: 1.6rem; } }
  .section-column-inner {
    max-width: 105rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 767px) {
      .section-column-inner {
        flex-direction: column;
        align-items: center; }
        .section-column-inner .slick-dots {
          margin-top: 3rem; } }
    .section-column-inner .article-column {
      width: 32rem;
      margin: 0 1.5rem;
      position: relative; }
      .section-column-inner .article-column > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .section-column-inner .article-column:hover .article-column-fig img {
        transform: scale(1.1); }
      .section-column-inner .article-column-fig {
        aspect-ratio: 4 / 3;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem; }
        .section-column-inner .article-column-fig img {
          max-width: none;
          height: 100%;
          transition: all .5s; }
      .section-column-inner .article-column-ttl {
        font-size: 1.8rem;
        line-height: 1.5;
        padding-bottom: .7em; }
        @media only screen and (max-width: 767px) {
          .section-column-inner .article-column-ttl {
            font-size: 1.6rem; } }
      .section-column-inner .article-column p {
        font-size: 1.5rem;
        line-height: 1.5;
        padding-bottom: .8em; }
        @media only screen and (max-width: 767px) {
          .section-column-inner .article-column p {
            font-size: 1.3rem; } }
      .section-column-inner .article-column-tag {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .section-column-inner .article-column-tag li {
          padding: .5rem; }
          .section-column-inner .article-column-tag li a {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #E24822;
            color: #fff;
            border-radius: .3rem;
            padding: .1rem .8rem;
            position: relative;
            z-index: 10; }
            @media only screen and (max-width: 767px) {
              .section-column-inner .article-column-tag li a {
                font-size: 1.2rem; } }
            .section-column-inner .article-column-tag li a:hover {
              background: #000; }
.section-message {
  background: #E24822;
  padding: 10rem 3rem 0; }
  @media only screen and (max-width: 767px) {
    .section-message {
      padding: 5rem 3rem 0; } }
  .section-message-header {
    padding-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-message-header {
        padding-bottom: 3rem; } }
    .section-message-header-ttl {
      text-align: center;
      font-size: 5rem;
      font-weight: 700;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .section-message-header-ttl {
          font-size: 4rem;
          line-height: 1.1; } }
  .section-message-inner {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .section-message-inner-ttl {
      background: #fff;
      font-size: 2.8rem;
      padding: 0 1.5rem;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .section-message-inner-ttl {
          width: 100%;
          font-size: 2.2rem;
          background: none;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          padding: 0;
          margin-bottom: 2rem; }
          .section-message-inner-ttl strong {
            padding: .4rem 1.2rem;
            background: #fff;
            margin-bottom: .5rem;
            margin-right: auto; } }
    .section-message-inner p {
      text-align: left;
      font-size: 1.5rem;
      line-height: 2;
      padding-bottom: 2rem;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .section-message-inner p {
          font-size: 1.4rem; } }
      .section-message-inner p strong {
        display: block;
        text-align: center;
        font-size: 1.8rem; }
        @media only screen and (max-width: 767px) {
          .section-message-inner p strong {
            font-size: 1.7rem; } }
    .section-message-inner figure {
      text-align: center;
      padding-top: 2rem;
      position: relative;
      bottom: -.8rem; }
      .section-message-inner figure img {
        width: 11.5rem; }
