@charset "UTF-8";
/* ↓↓↓↓↓↓↓↓↓ flow↓↓↓↓↓↓↓↓↓ */
.title_bg.main_bg_4 {
  background: url("../img/company.jpg") no-repeat center/cover;
  opacity: 0.6; }
  .title_bg.main_bg_4::after {
    content: "COMPANY"; }

.about_us {
  padding-top: 200px;
  overflow: hidden; }
  .about_us .content_area {
    padding-top: 180px;
    padding-bottom: 160px; }
  .about_us .content_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px; }
  .about_us .content_text_box {
    width: 50%;
    align-self: flex-start; }
  .about_us h2 {
    margin-bottom: 40px; }
  .about_us .about_us_img {
    width: 44%; }
  .about_us .link_box {
    display: flex;
    justify-content: center; }
    .about_us .link_box a:first-child {
      margin-right: 30px; }
  .about_us .bg {
    width: 100%;
    height: calc(100% - 200px);
    border-radius: 0 200px 0 200px; }
  @media screen and (max-width: 1100px) {
    .about_us {
      padding-top: 0; }
      .about_us .content_area {
        padding: 160px 0 80px; }
      .about_us .content_box {
        flex-direction: column;
        margin-bottom: 60px; }
      .about_us .content_text_box {
        width: 100%;
        margin-bottom: 40px; }
      .about_us h2 {
        margin-bottom: 32px; }
      .about_us .about_us_img {
        width: 100%;
        max-width: 600px; }
      .about_us .link_box {
        flex-direction: column;
        align-items: center; }
        .about_us .link_box a:first-child {
          margin-right: 0;
          margin-bottom: 20px; }
      .about_us .bg {
        height: calc(100% - 80px);
        border-radius: 0 80px 0 80px; } }

.corner_2 {
  margin-left: auto; }

.company {
  padding-top: 200px; }
  .company .content_area {
    padding-top: 0; }
  .company h2 {
    margin-bottom: 60px; }
  @media screen and (max-width: 1100px) {
    .company {
      padding-top: 0; }
      .company .content_area {
        padding: 80px 0 0; }
      .company h2 {
        margin-bottom: 40px; } }

.company_list {
  border-bottom: 1px solid rgba(121, 127, 128, 0.3);
  margin-bottom: 160px; }
  .company_list .company_list_item {
    padding: 40px 30px;
    border-top: 1px solid rgba(121, 127, 128, 0.3); }
    .company_list .company_list_item dt {
      font-weight: bold;
      font-size: 2rem;
      display: flex;
      align-items: center;
      margin-bottom: 14px; }
      .company_list .company_list_item dt::before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 2px;
        background: #0099a9;
        margin-right: 8px; }
    .company_list .company_list_item dd {
      font-size: 1.6rem;
      color: #797f80;
      line-height: 1.75; }
  @media screen and (max-width: 1100px) {
    .company_list {
      margin-bottom: 80px; }
      .company_list .company_list_item {
        padding: 20px 12px; }
        .company_list .company_list_item dt {
          margin-bottom: 10px; } }

.access {
  margin-top: 10px; }
  .access > li {
    margin-bottom: 10px; }
    .access > li:last-child {
      margin-bottom: 0; }
  .access h3 {
    font-size: 1.5rem;
    font-weight: normal; }
    .access h3::before {
      content: "●";
      display: inline-block;
      margin-right: 4px; }
  .access .access_txt {
    font-size: 1.4rem;
    padding-left: 2rem; }
