html {
  font-size: 62.5%; }

body,
p {
  margin: 0; }

a {
  color: inherit;
  text-decoration: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
div {
  margin: 0;
  line-height: 1.5; }

@media (max-width: 768px) {
  .show-pc {
    display: none; } }

@media (min-width: 769px) {
  .show-sp {
    display: none; } }

.btn {
  background-color: white;
  border: 2px solid #6e071a;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  max-width: 296px;
  transition: all 0.2s ease; }
  .btn-txt {
    color: #6e071a;
    font-size: 2rem;
    font-weight: bold;
    transition: all 0.2s ease; }
  .btn.blue {
    background-color: #DBDBDB;
    border: 2px solid #000000; }
    .btn.blue .btn-txt {
      color: #000000; }
  .btn:hover {
    background-color: #6e071a; }
    .btn:hover .btn-txt {
      color: white; }
    .btn:hover.blue {
      background-color: white;
      border: 2px solid #1f4f9b; }
      .btn:hover.blue .btn-txt {
        color: #1f4f9b; }

.hero {
  background-color: #c13f3f; }
  .hero-cntr {
    max-width: 928px;
    margin: 0 auto;
    padding: 60px 12px 80px 12px; }
    @media (max-width: 768px) {
      .hero-cntr {
        padding: 60px 0px 4px 0px; } }
  .hero-hdg {
    color: #000000;
    text-align: center; }
    .hero-hdg .lg {
      font-size: 5.2rem; }
    .hero-hdg .sm {
      font-size: 3.6rem; }
    @media (max-width: 768px) {
      .hero-hdg .lg {
        font-size: 3.6rem; }
      .hero-hdg .sm {
        font-size: 2.6rem; } }
  .hero-lnks {
    margin-top: 22px; }
    @media (max-width: 768px) {
      .hero-lnks {
        margin-top: 60px; } }
    .hero-lnks .lst {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
      @media (max-width: 768px) {
        .hero-lnks .lst {
          margin: 0 -4px; } }
      .hero-lnks .lst .itm {
        padding: 0 10px;
        width: 50%;
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          .hero-lnks .lst .itm {
            padding: 0 4px;
            margin-bottom: 8px; } }
        .hero-lnks .lst .itm a {
          background: white;
          border-radius: 8px;
          box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.16);
          display: flex;
          align-items: center;
          height: 100%;
          padding: 20px 52px 20px 20px;
          position: relative;
          transition: all 0.2s ease; }
          @media (max-width: 768px) {
            .hero-lnks .lst .itm a {
              display: block;
              padding: 12px 20px 28px; } }
          .hero-lnks .lst .itm a:after {
            background-image: url("../images/icn-arrow-bottom.png");
            background-position: center;
            background-size: 18px 10px;
            content: "";
            position: absolute;
            top: 50%;
            right: 24px;
            height: 10px;
            width: 18px;
            transition: all 0.2s ease; }
            @media (max-width: 768px) {
              .hero-lnks .lst .itm a:after {
                bottom: 10px;
                top: auto;
                right: 50%;
                -webkit-transform: translate3d(50%, 0, 0);
                        transform: translate3d(50%, 0, 0); } }
          .hero-lnks .lst .itm a .img {
            padding-right: 28px;
            width: 100px; }
            @media (max-width: 768px) {
              .hero-lnks .lst .itm a .img {
                margin: 0 auto;
                padding: 0; } }
            .hero-lnks .lst .itm a .img img {
              height: 100px;
              display: block;
              object-fit: contain;
              object-position: center;
              width: 100%;
              font-family: "object-fit: contain;object-position: center;"; }
              @media (max-width: 768px) {
                .hero-lnks .lst .itm a .img img {
                  height: 70px; } }
          .hero-lnks .lst .itm a .txt {
            color: black;
            font-size: 2rem;
            font-weight: bold;
            width: calc(100% - 128px); }
            @media (max-width: 768px) {
              .hero-lnks .lst .itm a .txt {
                font-size: 1.4rem;
                margin: 20px auto 0;
                text-align: center;
                width: 100%; } }
          .hero-lnks .lst .itm a:hover {
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
            opacity: 0.88; }
            .hero-lnks .lst .itm a:hover:after {
              -webkit-transform: translate3d(0, 5px, 0);
                      transform: translate3d(0, 5px, 0); }
              @media (max-width: 768px) {
                .hero-lnks .lst .itm a:hover:after {
                  -webkit-transform: translate3d(50%, 5px, 0);
                          transform: translate3d(50%, 5px, 0); } }

.section-cntr {
  max-width: 935px;
  margin: 0 auto;
  padding: 0 0 48px; }
  .section-cntr-nrw {
    max-width: 812px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .section-cntr-nrw {
        padding: 0; } }

.section-hdg {
  font-size: 3.6rem;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .section-hdg {
      font-size: 2.2rem;
      margin-bottom: 24px;
      padding-top: 24px; } }

.section-hdg-02 {
  position: relative;
  margin: 40px 20px 0px 15px;
  text-align: center; }
  @media (max-width: 768px) {
    .section-hdg-02 {
      border-top: 2px solid #000000;
      border-bottom: 2px solid #000000;
      padding: 28px 0; } }
  .section-hdg-02 span {
    display: inline-block;
    font-size: 2.2rem;
    padding: 0 20px;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .section-hdg-02 span {
        font-size: 2rem; } }
  .section-hdg-02:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    width: 100%;
    z-index: 1; }
    @media (max-width: 768px) {
      .section-hdg-02:before {
        display: none; } }

.section01 {
  background-color: #f4f2ea;
  padding: 0 12px 24px; }
  @media (max-width: 768px) {
    .section01 {
      padding: 0 12px 0; } }
  .section01 .section-hdg {
    color: #6e071a; }
  .section01 .section-cntr {
    border-bottom: 1px solid #c1c1c1; }
    .section01 .section-cntr:last-child {
      border-bottom: 0; }
  .section01 .box-img img {
    width: 100%; }
  .section01 .box-lst {
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px; }
    @media (max-width: 768px) {
      .section01 .box-lst {
        display: block;
        margin-top: 0; } }
    .section01 .box-lst-itm {
      width: calc(50% - 30px);
      margin-top: 60px; }
      @media (max-width: 768px) {
        .section01 .box-lst-itm {
          margin-top: 0;
          width: 100%; }
          .section01 .box-lst-itm + .box-lst-itm {
            margin-top: 32px; } }
      .section01 .box-lst-itm:nth-child(even) {
        margin-left: 60px; }
        @media (max-width: 768px) {
          .section01 .box-lst-itm:nth-child(even) {
            margin-left: 0; } }
      .section01 .box-lst-itm-img {
        margin-top: 16px; }
        .section01 .box-lst-itm-img img {
          display: block;
          width: 100%; }
      .section01 .box-lst-itm-dsc {
        font-size: 1.6rem;
        margin-top: 32px;
        min-height: 13rem; }
        @media (max-width: 768px) {
          .section01 .box-lst-itm-dsc {
            font-size: 1.4rem;
            margin-top: 20px;
            min-height: auto; } }
      .section01 .box-lst-itm-hdg {
        display: flex;
        align-items: center; }
        @media (max-width: 768px) {
          .section01 .box-lst-itm-hdg {
            display: block;
            text-align: center; } }
        .section01 .box-lst-itm-hdg-icn {
          padding-right: 16px;
          width: 76px; }
          @media (max-width: 768px) {
            .section01 .box-lst-itm-hdg-icn {
              padding-right: 0;
              margin: 0 auto;
              width: 56px; } }
          .section01 .box-lst-itm-hdg-icn img {
            display: block;
            width: 100%; }
        .section01 .box-lst-itm-hdg-ttl {
          font-size: 2.4rem;
          font-weight: bold; }
          @media (max-width: 768px) {
            .section01 .box-lst-itm-hdg-ttl {
              font-size: 2rem;
              margin-top: 8px; } }
  .section01 .box01-txt {
    font-size: 1.6rem; }
    @media (max-width: 768px) {
      .section01 .box01-txt {
        font-size: 1.4rem; } }
    .section01 .box01-txt p {
      margin-top: 32px; }
      .section01 .box01-txt p strong {
        display: block;
        margin-top: 12px; }
  .section01 .box01-btn {
    width: 100%;
    max-width: 300px;
    margin: 28px auto 0; }
  .section01 .flow-itm-hdg {
    display: flex;
    align-items: center; }
    .section01 .flow-itm-hdg-icn {
      width: 62px; }
      @media (max-width: 768px) {
        .section01 .flow-itm-hdg-icn {
          width: 40px; } }
    .section01 .flow-itm-hdg-ttl {
      width: calc(100% - 62px);
      margin-left: 32px;
      font-size: 2.4rem;
      font-weight: bold; }
      @media (max-width: 768px) {
        .section01 .flow-itm-hdg-ttl {
          width: calc(100% - 40px);
          margin-left: 16px;
          font-size: 1.8rem; } }
  .section01 .flow-itm-bdy {
    font-size: 1.6rem;
    padding-left: 100px;
    margin-top: 10px;
    min-height: 60px;
    position: relative; }
    @media (max-width: 768px) {
      .section01 .flow-itm-bdy {
        font-size: 1.4rem;
        margin-top: 4px;
        min-height: 32px;
        padding-left: 56px; } }
    .section01 .flow-itm-bdy:before {
      background-color: #6e071a;
      border-radius: 3px;
      content: "";
      display: block;
      position: absolute;
      left: 28px;
      top: 10px;
      width: 6px;
      height: calc(100% - 10px); }
      @media (max-width: 768px) {
        .section01 .flow-itm-bdy:before {
          border-radius: 2px;
          top: 5px;
          left: 17.5px;
          height: 100%;
          width: 3px; } }
  .section01 .flow-itm:nth-child(n + 2) {
    margin-top: 20px; }
  .section01 .flow-itm:last-child .flow-itm-bdy:before {
    display: none; }
  .section01 ._02 .btn-wrp,
  .section01 ._03 .btn-wrp {
    margin-top: 60px; }
    .section01 ._02 .btn-wrp .btn,
    .section01 ._03 .btn-wrp .btn {
      margin: 0 auto; }
    @media (max-width: 768px) {
      .section01 ._02 .btn-wrp,
      .section01 ._03 .btn-wrp {
        margin-top: 32px; } }

.section02 {
  background-color: #DBDBDB;
  color: black;
  padding: 0 12px 52px; }
  @media (max-width: 768px) {
    .section02 {
      padding: 0 12px 24px; } }
  .section02 .btn-wrp {
    margin-top: 40px; }
    .section02 .btn-wrp .btn {
      margin: 0 auto; }
  .section02 .seminar-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;}
    @media (max-width: 768px) {
      .section02 .seminar-lst {
        display: block; } }
    .section02 .seminar-lst-itm {
      padding: 0 15px;
      margin-bottom: 48px;
      width: calc(33.333% - 20px); }
      @media (max-width: 768px) {
        .section02 .seminar-lst-itm {
          margin-bottom: 0;
          padding: 0;
          width: 100%; }
          .section02 .seminar-lst-itm + .seminar-lst-itm {
            margin-top: 40px; } }
      .section02 .seminar-lst-itm.lg {
        width: calc(50% - 20px); }
        @media (max-width: 768px) {
          .section02 .seminar-lst-itm.lg {
            width: 100%; } }
      .section02 .seminar-lst-itm .img {
        display: block;
        width: 100%; }
      .section02 .seminar-lst-itm .btn {
        margin: 36px auto 0; }
        @media (max-width: 768px) {
          .section02 .seminar-lst-itm .btn {
            margin: 20px auto 0; } }
  .section02 .speaker-lst {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 48px auto 0; }
    @media (max-width: 768px) {
      .section02 .speaker-lst {
        display: block; } }
    .section02 .speaker-lst-itm {
      text-align: center;
      padding: 0 10px;
      width: 100%;
      max-width: 330px; }
      @media (max-width: 768px) {
        .section02 .speaker-lst-itm {
          width: 100%;
          max-width: none; }
          .section02 .speaker-lst-itm + .speaker-lst-itm {
            margin-top: 28px; } }
      .section02 .speaker-lst-itm .img {
        border-radius: 50%;
        margin: 0 auto;
        overflow: hidden;
        width: 165px;
        height: 165px; }
        .section02 .speaker-lst-itm .img img {
          display: block;
          width: 100%; }
      .section02 .speaker-lst-itm .name {
        font-size: 2.4rem;
        font-weight: bold;
        margin-top: 32px; }
        @media (max-width: 768px) {
          .section02 .speaker-lst-itm .name {
            font-size: 2rem; } }
      .section02 .speaker-lst-itm .pst {
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 4px; }
      .section02 .speaker-lst-itm .dsc {
        font-size: 1.4rem;
        margin-top: 12px;
        text-align: left; }
  .section02 .section-hdg-02 span {
    color: #000000;
    background-color: #DBDBDB; }
  .section02 .section-hdg-02:before {
    background-color: #000000; }

.section03 {
  background-color: #E8D383;
  color: #000000;
  padding: 0 12px 52px; }
  @media (max-width: 768px) {
    .section03 {
      padding: 0 12px 60px; } }
  .section03 .section-hdg {
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 768px) {
      .section03 .section-hdg {
        display: flex;
        align-items: center;
        justify-content: center; }
        .section03 .section-hdg img {
          width: 120px;
          padding-right: 20px; } }
  .section03 .box {
    display: flex;
    align-items: center;
    max-width: 940px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .section03 .box {
        display: block;
        margin-top: 28px; } }
    .section03 .box .img {
      width: 242px;
      padding-right: 60px; }
      .section03 .box .img img {
        display: block;
        width: 100%; }
    .section03 .box .txt {
      width: calc(100% - 242px);
      font-size: 1.6rem;
      max-width: 479px;
      font-weight: bold;}
      @media (max-width: 768px) {
        .section03 .box .txt {
          font-size: 1.4rem;
          width: 100%;
          max-width: 648px;
          margin: 0 auto; }
       }
  @media (max-width: 768px) {
    .section03 .btn-wrp {
      margin-top: 40px; } }
  .section03 .btn-wrp .btn {
    margin: 0 auto; }
    .section03 .btn-wrp .btn:hover {
      border-color: white; }

.fixed-lnk {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 99;
  height: 92px;
  width: 320px; }
  @media (max-width: 768px) {
    .fixed-lnk {
      height: 60px;
      width: calc(100% - 24px); } }
  .fixed-lnk .lnk {
    background-color: #6e071a;
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: relative;
    transition: all 0.2s ease;
    width: 100%; }
    .fixed-lnk .lnk:before {
      content: "";
      background-image: url("../images/img-contact-fix.png");
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0;
      left: 16px;
      height: 98px;
      width: 120px; }
      @media (max-width: 768px) {
        .fixed-lnk .lnk:before {
          left: 10px;
          height: 66px;
          width: 81px; } }
    .fixed-lnk .lnk .txt {
      color: white;
      font-size: 2rem;
      position: absolute;
      top: 50%;
      left: 45%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
      @media (max-width: 768px) {
        .fixed-lnk .lnk .txt {
          font-size: 1.8rem;
          left: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
                  transform: translate3d(-50%, -50%, 0); } }
      .fixed-lnk .lnk .txt:before {
        content: "";
        display: block;
        background-image: url("../images/icn-arrow-right-white.png");
        background-size: 10px 17px;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: -20px;
        width: 10px;
        height: 17px;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
        transition: all 0.2s; }
        @media (max-width: 768px) {
          .fixed-lnk .lnk .txt:before {
            right: -30px; } }
    .fixed-lnk .lnk:hover {
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
      opacity: 0.88; }
      .fixed-lnk .lnk:hover .txt:before {
        -webkit-transform: translate3d(5px, -50%, 0);
                transform: translate3d(5px, -50%, 0); }
@media screen and (min-width:0\0) {
  .hero-cntr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-lnks {
    width: 100%;
  }
}
