@charset "UTF-8";
/*--------------------------------------------------- */
/* 共通 */
/*--------------------------------------------------- */
main h3 {
  font-weight: 700;
  line-height: 1.2em;
  font-size: 36px;
  font-size: 3.6rem;
  color: #3992C1;
  text-align: center; }

main p {
  line-height: 1.7em;
  font-size: 13px;
  font-size: 1.3rem; }

/*--------------------------------------------------- */
/* office */
/*--------------------------------------------------- */
.office {
  margin-top: 86px; }
  .office .flex {
    justify-content: space-between; }
  .office .flex2 {
    display: flex;
    align-content: space-between;
    flex-direction: column; }
    .office .flex2:first-child {
      width: calc(50%); }
    .office .flex2:last-child {
      width: calc(50% - 60px); }
  .office img {
    width: 100%;
    max-width: 480px;
    object-fit: cover;
    width: 100%;
    font-family: 'object-fit: cover;';
    height: 310px; }
  .office h3 {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: left;
    color: #333333; }
  .office p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7em;
    margin-top: 14px; }
    @media (min-width: 769px) {
      .office p {
        margin-bottom: 20px; } }
  .office .btn {
    position: relative;
    width: 100%;
    max-width: 340px;
    width: 100%;
    height: 64px;
    margin-top: auto; }
    .office .btn a {
      display: flex;
      justify-content: center;
      align-items: center;
      word-break: break-all;
      width: 100%;
      height: 100%;
      text-decoration: none;
      background: #FF7A33;
      text-align: center;
      transition: all 0.5s ease; }
    .office .btn a {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 700;
      color: #fff;
      background-color: #003B95; }
      @media (min-width: 769px) {
        .office .btn a {
          padding-top: 4px; } }
      .office .btn a:after {
        content: "＞";
        /* style */
        font-family: "Sawarabi Gothic", "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", roboto, sans-serif;
        position: relative;
        padding-left: 10px;
        left: 10px;
        font-size: 22px;
        font-size: 2.2rem; }
        @media (min-width: 769px) {
          .office .btn a:after {
            top: 1px; } }
  .office .hvr-sweep-to-right:before {
    background: #FFC926; }

/*--------------------------------------------------- */
/* soloel */
/*--------------------------------------------------- */
.soloel {
  border-top: 1px dotted #CCCCCC;
  margin-top: 70px;
  padding-top: 60px; }
  .soloel .flex:nth-of-type(1) {
    /* style */
    align-items: center;
    margin-top: 34px; }
    .soloel .flex:nth-of-type(1) p {
      font-size: 13px;
      font-size: 1.3rem;
      margin-top: 16px;
      margin-bottom: 50px;
      max-width: 465px; }
  .soloel .flex2 {
    width: 50%; }
    .soloel .flex2:last-child img {
      width: 100%;
      max-width: 440px;
      margin: 0 auto; }
  .soloel h4 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700; }

/*--------------------------------------------------- */
/* meritback */
/*--------------------------------------------------- */
.merit {
  background-color: #E6F8FF;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 60px; }
  .merit .flex {
    justify-content: center;
    margin-top: 30px; }
  .merit .flex3 {
    width: calc(33.3333% - 22px); }
  .merit img {
    width: 100%;
    max-width: 265px;
    margin: 0 auto; }

/*--------------------------------------------------- */
/* efficient */
/*--------------------------------------------------- */
.efficient {
  margin-top: 60px;
  margin-bottom: 50px; }
  .efficient p {
    max-width: 584px;
    margin: 30px auto 0; }

/*--------------------------------------------------- */
/* before */
/*--------------------------------------------------- */
.before, .after {
  text-align: center;
  padding: 30px 60px 60px; }
  .before .banda, .after .banda {
    font-weight: 700;
    font-family: Helvetica, serif;
    font-size: 36px;
    font-size: 3.6rem; }
  .before .ruby, .after .ruby {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7em;
    margin-top: 10px;
    margin-bottom: 40px; }

.before {
  position: relative;
  background-color: #EEEEEE; }
  .before:after {
    content: "";
    display: inline-block;
    width: 104px;
    height: 51px;
    background-image: url(img/tri.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    bottom: -60px;
    position: absolute;
    bottom: -51px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1; }
  .before .banda {
    color: #878787; }
  .before .flex {
    justify-content: space-between; }
  .before .flex2 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: calc(50% - 30px);
    padding: 16px 50px 50px; }
    .before .flex2 p {
      max-width: 240px;
      text-align: left;
      margin: 8px auto 16px; }
  .before img {
    width: 100%;
    max-width: 340px;
    margin-top: auto;
    object-fit: contain;
    font-family: 'object-fit: contain;'; }
  .before .eng {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #3992C0; }
  .before h4 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700; }

/*--------------------------------------------------- */
/* after */
/*--------------------------------------------------- */
.after {
  background-color: #38B4DD;
  padding: 70px 60px 60px;
  margin-bottom: 100px; }
  .after .banda {
    color: #fff; }
  .after .ruby {
    color: #fff; }
  .after p {
    margin-bottom: 30px; }
  .after img {
    width: 100%;
    max-width: 752px;
    margin: 0 auto; }
  .after .list {
    margin-top: 30px; }
    .after .list li {
      text-align: left;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.7em;
      position: relative;
      padding-left: 1em; }
      .after .list li:before {
        content: "▶";
        color: #3992BF;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        margin-right: 6px;
        position: absolute;
        left: -3px; }
  .after .afterBack {
    background-color: #fff;
    padding: 40px 90px 30px; }
    .after .afterBack:last-child {
      margin-top: 60px;
      padding: 40px 50px 50px; }
      .after .afterBack:last-child h3 {
        position: relative; }
        .after .afterBack:last-child h3:before {
          content: "";
          display: inline-block;
          width: 113px;
          height: 69px;
          background-image: url(img/etc.png);
          background-size: contain;
          vertical-align: middle;
          background-repeat: no-repeat;
          position: absolute;
          left: -500px;
          top: -20px;
          right: 0px;
          margin: 0 auto; }
      .after .afterBack:last-child .flex {
        margin-top: 30px;
        justify-content: space-between; }
      .after .afterBack:last-child .flex2 {
        width: calc(50% - 25px);
        text-align: left; }
      .after .afterBack:last-child img {
        height: 210px;
        object-fit: cover;
        width: 100%;
        font-family: 'object-fit: cover;'; }
        @media (max-width: 1060px) {
          .after .afterBack:last-child img {
            object-position: 100% 100%; } }

/*--------------------------------------------------- */
/* 変数 */
/*--------------------------------------------------- */
/*--------------------------------------------------- */
/* レスポンシブ */
/*--------------------------------------------------- */
@media (max-width: 768px) {
  /*--------------------------------------------------- */
  /* 共通 */
  /*--------------------------------------------------- */
  main h3 {
    font-size: 30px;
    font-size: 3rem; } }
  @media (max-width: 768px) and (max-width: 480px) {
    main h3 {
      font-size: 20px;
      font-size: 5.55556vw; } }

@media (max-width: 768px) {
  main p {
    font-size: 13px;
    font-size: 1.3rem; }
  /*--------------------------------------------------- */
  /* office */
  /*--------------------------------------------------- */
  .office .flex {
    flex-direction: column; }
  .office .flex2:first-child {
    width: calc(100%); }
  .office .flex2:last-child {
    width: calc(100%); }
  .office img {
    max-width: initial;
    max-height: 300px; }
  .office h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 50px; }
  .office p {
    font-size: 13px;
    font-size: 1.3rem; }
  .office .btn {
    margin-top: 50px; } }

@media (max-width: 768px) and (max-width: 480px) {
  .office {
    margin-top: 50px; }
    .office img {
      max-height: 200px; }
    .office h3 {
      font-size: 19px;
      font-size: 5.27778vw;
      margin-top: 50px; }
    .office p {
      font-size: 13px;
      font-size: 1.3rem; }
    .office .btn {
      max-width: initial;
      height: 58px; }
      .office .btn a {
        font-size: 18px;
        font-size: 1.8rem; }
        .office .btn a:after {
          font-size: 18px;
          font-size: 1.8rem; } }

@media (max-width: 768px) {
  /*--------------------------------------------------- */
  /* soloel */
  /*--------------------------------------------------- */
  .soloel {
    margin-top: 50px;
    padding-top: 50px; }
    .soloel .flex:nth-of-type(1) {
      /* style */
      flex-direction: column; }
      .soloel .flex:nth-of-type(1) p {
        max-width: initial;
        margin-bottom: 0; }
    .soloel .flex2 {
      width: 100%; }
      .soloel .flex2:last-child {
        order: -1; }
        .soloel .flex2:last-child img {
          max-width: 400px;
          margin: 30px auto 50px; } }
        @media (max-width: 768px) and (max-width: 480px) {
          .soloel .flex2:last-child img {
            margin: 0px auto 20px; } }

@media (max-width: 768px) {
    .soloel h4 {
      font-size: 28px;
      font-size: 2.8rem; } }
    @media (max-width: 768px) and (max-width: 480px) {
      .soloel h4 {
        font-size: 19px;
        font-size: 5.27778vw; } }

@media (max-width: 768px) {
  /*--------------------------------------------------- */
  /* meritback */
  /*--------------------------------------------------- */
  .meritback {
    background-color: #E6F8FF;
    width: 100%;
    padding: 0; }
    .meritback .merit {
      padding: 40px 20px 40px; }
      .meritback .merit .flex {
        justify-content: space-between; }
      .meritback .merit .flex3 {
        width: calc(33.3333% - 13px); } }
    @media (max-width: 768px) and (max-width: 480px) {
      .meritback .merit .flex {
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-between; }
      .meritback .merit .flex3 {
        width: calc(50% - 10px);
        margin-bottom: 20px; }
        .meritback .merit .flex3:last-child {
          margin: 0 auto;
          width: 50%; } }

@media (max-width: 768px) {
  /*--------------------------------------------------- */
  /* efficient */
  /*--------------------------------------------------- */
  .efficient {
    margin-top: 40px;
    margin-bottom: 40px; }
    .efficient p {
      max-width: initial;
      margin: 30px auto 0; }
  /*--------------------------------------------------- */
  /* before */
  /*--------------------------------------------------- */
  .before, .after {
    padding: 40px 20px 50px; }
    .before .banda, .after .banda {
      font-size: 36px;
      font-size: 3.6rem; }
    .before .ruby, .after .ruby {
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 6px;
      margin-bottom: 20px; }
  .before1 {
    width: 100%;
    background-color: #EEEEEE;
    padding: 0; }
  .before:after {
    width: 90px;
    /* style */ }
  .before .flex {
    justify-content: space-between; }
  .before .flex2 {
    width: calc(50% - 10px);
    padding: 16px 20px 20px; }
    .before .flex2 p {
      max-width: initial;
      margin: 8px auto 16px; }
  .before img {
    max-width: initial; }
  .before h4 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-top: 8px; } }

@media (max-width: 768px) and (max-width: 480px) {
  .before .banda, .after .banda {
    font-size: 26px;
    font-size: 2.6rem; }
  .before .ruby, .after .ruby {
    font-size: 14px;
    font-size: 1.4rem; }
  .before:after {
    width: 50px;
    /* style */ }
  .before .flex {
    flex-direction: column; }
  .before .flex2 {
    width: calc(100%);
    padding: 16px 20px 20px; }
    .before .flex2 p {
      margin: 8px auto 16px; }
    .before .flex2:last-child {
      margin-top: 20px; }
  .before img {
    max-width: initial; }
  .before .eng {
    font-size: 18px;
    font-size: 1.8rem; }
  .before h4 {
    font-size: 17px;
    font-size: 1.7rem; } }

@media (max-width: 768px) {
  /*--------------------------------------------------- */
  /* after */
  /*--------------------------------------------------- */
  .after1 {
    background-color: #38B4DD;
    padding: 0; }
  .after {
    padding: 60px 20px 50px;
    margin-bottom: 0; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .after {
      padding: 40px 20px 50px; } }

@media (max-width: 768px) {
    .after p {
      margin-top: 10px;
      margin-bottom: 30px; }
    .after img {
      max-width: initial; }
    .after .list {
      margin-top: 30px; }
      .after .list li {
        text-align: left;
        font-size: 15px;
        font-size: 1.5rem; }
        .after .list li:before {
          font-size: 15px;
          font-size: 1.5rem; }
    .after .afterBack {
      padding: 40px 20px 20px; }
      .after .afterBack:last-child {
        margin-top: 20px;
        padding: 40px 20px 20px; }
        .after .afterBack:last-child h3 {
          position: relative;
          word-break: keep-all; }
          .after .afterBack:last-child h3:before {
            width: 80px;
            height: 50px;
            left: -10px;
            top: 0px;
            position: relative; }
        .after .afterBack:last-child p {
          margin-bottom: 0; }
        .after .afterBack:last-child .flex {
          flex-direction: column; }
        .after .afterBack:last-child .flex2 {
          width: calc(100%); }
          .after .afterBack:last-child .flex2:last-child {
            order: -1;
            margin-bottom: 20px; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .after p {
      margin-bottom: 30px;
      text-align: left; }
    .after img {
      max-width: initial; }
    .after .list {
      margin-top: 30px; }
      .after .list li {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 6px; }
        .after .list li:last-child {
          margin-bottom: 0; }
        .after .list li:before {
          font-size: 14px;
          font-size: 1.4rem; }
    .after .afterBack {
      padding: 40px 20px 20px; }
      .after .afterBack span {
        margin-right: -15px; }
      .after .afterBack .nowrap {
        white-space: nowrap; }
      .after .afterBack:last-child {
        padding: 40px 20px 20px; }
        .after .afterBack:last-child h3:before {
          width: 50px;
          height: 30px;
          top: -6px; } }
