.content .ttlArea {
  display: flex;
  flex-wrap: wrap;
  min-width: 1120px; }
  @media screen and (max-width: 768px) {
    .content .ttlArea {
      min-width: 100%;
      flex-direction: column; } }
  .content .ttlArea .img {
    width: 50%;
    height: 300px; }
    @media screen and (max-width: 768px) {
      .content .ttlArea .img {
        order: 2;
        width: 100%;
        height: auto;
        padding-top: 33%; } }
  .content .ttlArea .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 270px; }
    @media screen and (max-width: 768px) {
      .content .ttlArea .ttl {
        order: 1;
        width: 100%;
        height: auto;
        padding: 10% 0; } }
    .content .ttlArea .ttl h2 {
      font-size: 50px;
      color: #ffffff;
      text-align: center;
      letter-spacing: 10px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .content .ttlArea .ttl h2 {
          font-size: 35px; } }
      .content .ttlArea .ttl h2 span {
        font-family: 'Noto Sans JP', sans-serif;
        display: block;
        font-size: 22px;
        letter-spacing: 5px;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .content .ttlArea .ttl h2 span {
            font-size: 18px;
            margin-top: 10px; } }
  .content .ttlArea.fieldTtl .img {
    background: url(../img/field/img_field01.jpg) no-repeat right center;
    background-size: cover; }
  .content .ttlArea.fieldTtl .ttl {
    background: url(/common/img/bg_brown.gif) repeat left top; }
.content .field {
  margin: 60px auto 120px; }
  @media screen and (max-width: 768px) {
    .content .field {
      margin: 30px auto 60px; } }
  .content .field ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .content .field ul {
        display: block; } }
    .content .field ul li {
      width: 50%;
      background: url(/common/img/icn_tri.png) no-repeat right bottom; }
      @media screen and (max-width: 768px) {
        .content .field ul li {
          width: 100%;
          background-size: 40px;
          margin-bottom: 30px; } }
      .content .field ul li:nth-child(1) {
        background-color: #e6e3de; }
      .content .field ul li:nth-child(2) {
        background-color: #f5f3f0; }
      .content .field ul li:nth-child(3) {
        background-color: #f5f3f0; }
        @media screen and (max-width: 768px) {
          .content .field ul li:nth-child(3) {
            background-color: #e6e3de; } }
      .content .field ul li:nth-child(4) {
        background-color: #e6e3de; }
        @media screen and (max-width: 768px) {
          .content .field ul li:nth-child(4) {
            background-color: #f5f3f0; } }
      .content .field ul li .ttl {
        font-size: 22px;
        font-weight: bold;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .content .field ul li .ttl {
            font-size: 18px; } }
      .content .field ul li .txt {
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          .content .field ul li .txt {
            font-size: 14px; } }
      .content .field ul li a {
        display: block;
        padding: 30px; }
        @media screen and (max-width: 768px) {
          .content .field ul li a {
            padding: 15px 5% 25px; } }
