.red {
  color: #C30D23; }

.blue {
  color: #036EB8; }

/*============================
#bigTtl
============================*/
#bigTtl {
  background-image: url("img/01/mainvisual.jpg"); }

/*============================
#sec01
============================*/
section#sec01 {
  margin-bottom: 40px; }
  section#sec01 div.clm2 {
    max-width: 1000px;
    margin: 0 auto 65px;
    text-align: left;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      section#sec01 div.clm2 {
        display: block;
        margin: 0 auto 30px; } }
    section#sec01 div.clm2 figure {
      flex: 0 0 60%; }
    section#sec01 div.clm2 div {
      flex: 0 0 35.3%; }
      section#sec01 div.clm2 div p {
        font-size: 16px;
        line-height: 1.6875; }
        @media screen and (max-width: 767px) {
          section#sec01 div.clm2 div p {
            padding-top: 1em; } }
    section#sec01 div.clm2:nth-of-type(1) {
      flex-direction: row-reverse; }
    section#sec01 div.clm2:last-child {
      margin-bottom: 0; }

/*============================
.banner
============================*/
.banner {
  max-width: 690px;
  margin: 50px auto 100px; }
  @media screen and (max-width: 767px) {
    .banner {
      margin: 50px 20px; } }

/*============================
#profile
============================*/
section#profile {
  padding: 0 20px 100px; }
  section#profile h2 {
    background: #005BA0 url("../common/img/ttl-bg.svg") no-repeat right bottom;
    background-size: auto 70%;
    color: #fff;
    padding: 0.7em;
    max-width: 1000px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      section#profile h2 {
        background: #005BA0; } }
  section#profile .profile-item {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0; }
    @media screen and (max-width: 767px) {
      section#profile .profile-item {
        flex-direction: column-reverse;
        padding: 20px 0; } }
    section#profile .profile-item div {
      flex: 0 0 72.4%; }
      section#profile .profile-item div h3 {
        font-size: 30px;
        font-family: "Noto Serif JP", serif !important;
        font-weight: 400 !important; }
        @media screen and (max-width: 767px) {
          section#profile .profile-item div h3 {
            text-align: center; } }
        section#profile .profile-item div h3 small {
          font-size: 50%;
          display: inline-block;
          padding-left: 1em;
          font-family: "Noto Sans JP", sans-serif !important;
          font-weight: 400 !important; }
          @media screen and (max-width: 767px) {
            section#profile .profile-item div h3 small {
              display: block;
              padding-left: 0; } }
      section#profile .profile-item div ul {
        border: 1px solid #4C84BE;
        border-left: none;
        border-right: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0.5em 0;
        margin: 0.5em 0; }
        section#profile .profile-item div ul li {
          padding-right: 2em;
          white-space: nowrap;
          line-height: 1.5; }
    section#profile .profile-item figure {
      flex: 0 0 19%;
      margin-top: 3.8em; }
      @media screen and (max-width: 767px) {
        section#profile .profile-item figure {
          margin-bottom: 1em;
          text-align: center; } }
      @media screen and (max-width: 767px) {
        section#profile .profile-item figure img {
          width: 70%; } }
  section#profile .profile-item + p {
    max-width: 1000px;
    margin: auto; }
