/* CSS Document */
a.training {
  color: #005cb8; }

p {
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    p {
      list-style-image: 1.8; } }

.m-lead {
  background: url(../img/training/main_bg.jpg) no-repeat center/cover; }
  @media only screen and (min-width: 769px) {
    .m-lead {
      height: 470px; } }

.summary {
  padding-bottom: 90px; }
  @media only screen and (max-width: 768px) {
    .summary {
      padding-bottom: 40px; } }
  .summary-row {
    justify-content: space-between; }
  .summary-unit {
    width: 540px; }
  .summary-sub-ttl {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .1em; }
    @media only screen and (max-width: 768px) {
      .summary-sub-ttl {
        font-size: 16px;
        line-height: 1.5; } }
  .summary-dl-wrap {
    background: #e8f8fd;
    padding: 0 25px 5px;
    max-width: 530px;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .summary-dl-wrap {
        margin: 30px 0;
        padding: 0 4%; } }
    .summary-dl-wrap dl {
      position: relative;
      top: -10px; }

.about {
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .about {
      padding-bottom: 10px; } }
  .about-ttl {
    color: #FFF;
    font-size: 24px;
    background: #005cb8;
    width: 134px;
    line-height: 1.4;
    font-weight: 400; }
    @media only screen and (min-width: 769px) {
      .about-ttl {
        display: flex;
        justify-content: center;
        padding: 60px 0; }
        .about-ttl span {
          width: 1em;
          display: inline-block; } }
    @media only screen and (max-width: 768px) {
      .about-ttl {
        font-size: 18px;
        width: 100%;
        padding: 14px 4%; } }
  .about-sub-ttl {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 15px;
    position: relative;
    line-height: 1.5;
    margin: 0 0 20px;
    letter-spacing: .15em; }
    .about-sub-ttl::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11px 5px 0px 5px;
      border-color: #005cb8 transparent transparent transparent;
      position: absolute;
      left: 0;
      top: 9px; }
    @media only screen and (max-width: 768px) {
      .about-sub-ttl {
        font-size: 16px; } }
  .about-box {
    display: flex;
    margin-bottom: 45px;
    flex-wrap: wrap; }
    .about-box .about-block {
      border-bottom: solid 1px #8298b3;
      border-right: solid 1px #8298b3;
      width: 864px;
      padding: 30px; }
      @media only screen and (max-width: 768px) {
        .about-box .about-block {
          width: 100%;
          padding: 20px 4%;
          border-left: solid 1px #8298b3; } }
      .about-box .about-block:nth-of-type(1) {
        border-top: solid 1px #8298b3; }
  .about-box01 {
    position: relative; }
    .about-box01::before, .about-box01::after {
      content: '';
      position: absolute;
      width: 18px;
      height: 18px;
      border-bottom: #274c7c 2px solid;
      border-left: #274c7c 2px solid;
      transform: rotate(-45deg);
      margin: -1px 0 0 60px;
      transition: all .2s ease;
      bottom: -22px;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .about-box01::before, .about-box01::after {
          left: calc(50% - 70px); } }
    .about-box01::after {
      border-color: #2876c3;
      bottom: -30px; }
    .about-box01 .about-ttl {
      background: #002c64; }
  .about-dl {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500; }
    @media only screen and (min-width: 769px) {
      .about-dl dt {
        margin-right: 20px; } }
    .about-dl dd {
      width: 625px; }
      @media only screen and (max-width: 768px) {
        .about-dl dd {
          width: 100%;
          margin-top: 20px; } }
  .about-ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .about-ul li {
      text-align: center;
      background: #e8f8fd;
      color: #005cb8;
      padding: 9px 10px;
      margin: 0 8px 8px 0;
      border-radius: 5px;
      width: 150px; }
      @media only screen and (min-width: 769px) {
        .about-ul li:nth-of-type(4) {
          margin-right: 0; } }
      @media only screen and (max-width: 768px) {
        .about-ul li {
          width: 48%;
          margin: 0 2% 2% 0;
          font-size: 13px;
          padding: 9px 0; }
          .about-ul li:nth-of-type(2n) {
            margin-right: 0; } }
    .about-ul:nth-of-type(2) li {
      color: #e5bd00;
      background: #fcf7e0; }

.evaluation {
  background: url(../img/training/training_image03.jpg) no-repeat center/cover;
  color: #FFF;
  padding: 50px 0;
  position: relative; }
  .evaluation::before {
    content: '';
    width: 100%;
    height: 95%;
    background-color: #00317d;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 2.5%; }
  .evaluation .m-container {
    position: relative; }
  .evaluation-row {
    align-items: center;
    justify-content: space-between; }
  .evaluation-unit {
    width: 470px; }
    @media only screen and (max-width: 768px) {
      .evaluation-unit {
        width: 100%;
        margin-bottom: 30px; } }
  .evaluation-ttl {
    text-align: left;
    line-height: 1.8; }
  .evaluation-txt {
    line-height: 2; }

.evaluation-img.elem {
  opacity: 0; }

.evaluation-img.elem.isAnimate {
  animation: fadeInblur 1.0s 0s ease-in-out;
  animation-fill-mode: both; }

@keyframes fadeInblur {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: scale(1.05); }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1); } }
.case {
  padding: 70px 0 90px; }
  @media only screen and (max-width: 768px) {
    .case {
      padding: 40px 0; } }
  .case-row {
    justify-content: space-between; }
  .case-ttl {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .case-ttl {
        margin-bottom: 40px; } }
  .case-box {
    width: 475px;
    background: #e8f8fd;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .case-box {
        width: 100%;
        margin-bottom: 50px; }
        .case-box:last-of-type {
          margin-bottom: 0; } }
    .case-box-ttl {
      color: #005cb8;
      font-size: 18px;
      font-weight: 400;
      border-bottom: solid 4px #FFF;
      padding: 10px 20px 0;
      line-height: 1.6;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (min-width: 769px) {
        .case-box-ttl {
          height: 110px; } }
      @media only screen and (max-width: 768px) {
        .case-box-ttl {
          font-size: 15px;
          padding: 25px 0; } }
      .case-box-ttl span {
        display: inline-block;
        background: #e5bd00;
        color: #FFF;
        position: absolute;
        top: -23px;
        left: 10px;
        padding: 8px 18px;
        border-radius: 7px;
        font-size: 16px; }
        .case-box-ttl span::after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 12px 0;
          border-color: transparent #e5bd00 transparent transparent;
          position: absolute;
          bottom: -10px;
          left: 15px; }
        @media only screen and (max-width: 768px) {
          .case-box-ttl span {
            font-size: 14px;
            padding: 2px 10px;
            top: -15px; } }
  .case-item-wrap {
    padding: 20px; }
    @media only screen and (max-width: 768px) {
      .case-item-wrap {
        padding: 20px 4%;
        font-size: 13px; } }
  .case-item {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start; }
    .case-item dt {
      margin-bottom: 0;
      margin-right: 2%;
      width: 19%;
      min-width: 80px; }
    .case-item dd {
      line-height: 1.6;
      width: 79%; }

.flow {
  background: #e8f8fd;
  padding: 80px 0; }
  @media only screen and (max-width: 768px) {
    .flow {
      padding: 40px 0; } }
  .flow-list {
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .flow-list {
        margin-bottom: 0; } }
    .flow-list li {
      background: #FFF;
      color: #005cb8;
      border: solid 1px #c9e9f3;
      font-weight: 400;
      line-height: 1.6;
      width: 310px;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      position: relative;
      padding: 15px 10px;
      margin: 0 20px 20px 0; }
      @media only screen and (max-width: 768px) {
        .flow-list li {
          width: 90%;
          margin: 0 auto 30px;
          font-size: 14px; } }
      .flow-list li::after {
        content: '';
        width: 11px;
        height: 11px;
        border-top: #0a63bb 1px solid;
        border-left: #0a63bb 1px solid;
        transform: rotate(135deg);
        position: absolute;
        bottom: calc(50% - 5px);
        right: -13px; }
        @media only screen and (max-width: 768px) {
          .flow-list li::after {
            left: 50%;
            bottom: -20px;
            transform: rotate(-135deg); } }
      .flow-list li:last-of-type::after {
        display: none; }
      @media only screen and (min-width: 769px) {
        .flow-list li:nth-of-type(n+4) {
          margin: 0 0 0 20px; } }
    .flow-list-small {
      width: 100%;
      font-size: 14px; }
      @media only screen and (max-width: 768px) {
        .flow-list-small {
          font-size: 12px; } }
    .flow-list-number {
      position: absolute;
      background: #e5bd00;
      color: #FFF;
      border-radius: 50%;
      top: -10px;
      left: 15px;
      line-height: 1;
      width: 28px;
      height: 28px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .flow-unit li {
    line-height: 2; }

.flow li.elem {
  opacity: 0; }

.flow li:nth-of-type(1).elem.isAnimate {
  animation: fadeInup 1.0s 0s ease-in-out;
  animation-fill-mode: both; }

.flow li:nth-of-type(2).elem.isAnimate {
  animation: fadeInup 1.0s 0.2s ease-in-out;
  animation-fill-mode: both; }

.flow li:nth-of-type(3).elem.isAnimate {
  animation: fadeInup 1.0s 0.4s ease-in-out;
  animation-fill-mode: both; }

.flow li:nth-of-type(4).elem.isAnimate {
  animation: fadeInup 1.0s 0.6s ease-in-out;
  animation-fill-mode: both; }

.flow li:nth-of-type(5).elem.isAnimate {
  animation: fadeInup 1.0s 0.8s ease-in-out;
  animation-fill-mode: both; }

.flow li:nth-of-type(6).elem.isAnimate {
  animation: fadeInup 1.0s 1.0s ease-in-out;
  animation-fill-mode: both; }

@keyframes fadeInup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
footer .contact_area {
  border-top: none; }
