@charset "UTF-8";
.main-visual {
  background-image: url(../img/office/office-1.jpg); }

.content-1 {
  width: 890px;
  margin: 0 auto; }
  .content-1 p {
    margin: 0 0 35px 0;
    text-align: center; }
  .content-1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 65px 0; }
    .content-1 ul li {
      position: relative;
      width: 280px;
      height: 120px;
      margin: 0 0 25px 0;
      text-align: center;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      .content-1 ul li:nth-of-type(1) {
        background-image: url(../img/office/office-2.jpg); }
      .content-1 ul li:nth-of-type(2) {
        background-image: url(../img/office/office-3.jpg); }
      .content-1 ul li:nth-of-type(3) {
        background-image: url(../img/office/office-4.jpg); }
      .content-1 ul li:nth-of-type(4) {
        background-image: url(../img/office/office-5.jpg); }
      .content-1 ul li:nth-of-type(5) {
        background-image: url(../img/office/office-6.jpg); }
      .content-1 ul li:nth-of-type(6) {
        background-image: url(../img/office/office-7.jpg); }
      .content-1 ul li a {
        position: relative;
        display: block;
        height: 120px;
        color: white;
        font-size: 24px;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: bold;
        white-space: nowrap; }
        .content-1 ul li a .span-1 {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -24px);
          font-size: 24px; }
        .content-1 ul li a .span-2 {
          font-size: 18px; }
      .content-1 ul li .box-1 {
        line-height: 120px; }
      .content-1 ul li .box-2 {
        line-height: 120px; }
      .content-1 ul li .box-3 {
        line-height: 120px; }
      .content-1 ul li .box-5 {
        line-height: 120px; }

@media screen and (max-width: 767px) {
  .content-1 {
    width: 90%; }
    .content-1 p {
      margin: 0 0 30px;
      text-align: left; }
    .content-1 ul {
      margin: 0 0 45px 0; }
      .content-1 ul li {
        width: 49%;
        margin: 0 0 20px; }
        .content-1 ul li a {
          font-size: 20px; }
          .content-1 ul li a .span-1 {
            font-size: 20px; }
          .content-1 ul li a .span-2 {
            font-size: 15px; } }
@media screen and (max-width: 414px) {
  .content-1 p {
    margin: 0 0 25px 0; }
  .content-1 ul {
    margin: 0 0 30px 0; }
    .content-1 ul li {
      width: 100%;
      height: 100px;
      margin: 0 0 15px; }
      .content-1 ul li a {
        height: 100px;
        font-size: 16px; }
        .content-1 ul li a .span-1 {
          transform: translate(-50%, -14px);
          font-size: 16px; }
        .content-1 ul li a .span-2 {
          font-size: 13px; }
      .content-1 ul li .box-1 {
        line-height: 100px; }
      .content-1 ul li .box-2 {
        line-height: 100px; }
      .content-1 ul li .box-3 {
        line-height: 100px; }
      .content-1 ul li .box-5 {
        line-height: 100px; } }
.content-2 .container-1 {
  position: relative;
  padding: 60px 0 90px 0;
  text-align: center; }
  .content-2 .container-1:nth-of-type(odd) {
    background-color: #f7f7f7; }
  .content-2 .container-1 .link {
    position: absolute;
    width: 0;
    height: 0;
    top: -105px;
    left: 0; }
  .content-2 .container-1 .container-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1120px;
    margin: 0 auto; }
    .content-2 .container-1 .container-2 .box {
      width: 540px;
      margin: 0 0 50px 0; }
      .content-2 .container-1 .container-2 .box h2 {
        margin: 0 0 10px 0;
        font-size: 36px;
        text-align: left; }
        .content-2 .container-1 .container-2 .box h2:after {
          content: none; }
      .content-2 .container-1 .container-2 .box table {
        width: 540px;
        border-collapse: collapse; }
        .content-2 .container-1 .container-2 .box table th, .content-2 .container-1 .container-2 .box table td {
          font-size: 15px;
          text-align: left; }
        .content-2 .container-1 .container-2 .box table th {
          color: #20b378; }
        .content-2 .container-1 .container-2 .box table td a {
          font-size: 15px; }
        .content-2 .container-1 .container-2 .box table .adj-1 {
          line-height: 1.5; }
        .content-2 .container-1 .container-2 .box table:nth-of-type(1) {
          margin: 0 0 25px 0; }
          .content-2 .container-1 .container-2 .box table:nth-of-type(1) th, .content-2 .container-1 .container-2 .box table:nth-of-type(1) td {
            padding: 15px 0;
            border-bottom: 1px solid #d0d0d0; }
        .content-2 .container-1 .container-2 .box table:nth-of-type(2) th {
          padding: 15px 0 0 0; }
        .content-2 .container-1 .container-2 .box table:nth-of-type(2) td {
          padding: 15px 0;
          border-bottom: 1px solid #d0d0d0; }
.content-2 .box-4 .container-2 .box table .adj-1 {
  line-height: 1.5; }
.content-2 .box-5 .container-2 .box h2 span {
  font-size: 24px; }
.content-2 .box-5 .container-2 .adj-2 {
  width: 540px;
  height: 330px; }
.content-2 .box-6 .container-2 .box h2 {
  font-size: 33px;
  line-height: 1.2; }

@media screen and (max-width: 1399px) {
  .content-2 .container-1 .link {
    top: -95px; } }
@media screen and (max-width: 767px) {
  .content-2 .container-1 {
    padding: 45px 0 60px; }
    .content-2 .container-1 .container-2 {
      display: block;
      width: 90%; }
      .content-2 .container-1 .container-2 .box {
        width: 100%;
        margin: 0 0 40px; }
        .content-2 .container-1 .container-2 .box h2 {
          font-size: 26px; }
        .content-2 .container-1 .container-2 .box table {
          width: 100%; }
          .content-2 .container-1 .container-2 .box table th, .content-2 .container-1 .container-2 .box table td {
            font-size: 14px; }
          .content-2 .container-1 .container-2 .box table td a {
            font-size: 14px; }
          .content-2 .container-1 .container-2 .box table:nth-of-type(1) {
            margin: 0 0 20px; }
      .content-2 .container-1 .container-2 iframe {
        width: 100%; }
      .content-2 .container-1 .container-2 img {
        display: none; }
  .content-2 .box-5 .container-2 .box h2 span {
    font-size: 20px; }
  .content-2 .box-5 .container-2 .adj-2 {
    display: none; }
  .content-2 .box-6 .container-2 .box h2 {
    font-size: 23px; } }
@media screen and (max-width: 499px) {
  .content-2 .container-1 .link {
    top: -85px; } }
@media screen and (max-width: 414px) {
  .content-2 .container-1 {
    padding: 30px 0 45px; }
    .content-2 .container-1 .link {
      top: -60px; }
    .content-2 .container-1 .container-2 .box {
      margin: 0 0 30px; }
      .content-2 .container-1 .container-2 .box h2 {
        font-size: 16px; }
      .content-2 .container-1 .container-2 .box table th, .content-2 .container-1 .container-2 .box table td {
        font-size: 13px; }
      .content-2 .container-1 .container-2 .box table td a {
        font-size: 13px; }
      .content-2 .container-1 .container-2 .box table:nth-of-type(1) {
        margin: 0 0 15px; }
        .content-2 .container-1 .container-2 .box table:nth-of-type(1) th, .content-2 .container-1 .container-2 .box table:nth-of-type(1) td {
          padding: 10px 0; }
      .content-2 .container-1 .container-2 .box table:nth-of-type(2) th {
        padding: 10px 0 0; }
      .content-2 .container-1 .container-2 .box table:nth-of-type(2) td {
        padding: 10px 0; }
  .content-2 .box-5 .container-2 .box h2 span {
    font-size: 16px; }
  .content-2 .box-6 .container-2 .box h2 {
    font-size: 13px; } }
