@media screen and (min-width: 769px) {
  #main_visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 162px);
    max-height: 300px;
    margin: 132px 0 64px;
    background: url(../img/company/img_main.jpg) no-repeat right top;
    background-size: 1590px 300px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #main_visual #catchcopy {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 auto 0;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  #main_visual #catchcopy h1 {
    margin: 0 auto 32px;
    color: #fff;
    font-size: 50px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "Playfair Display";
    font-weight: normal;
    margin-top: 8px;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 120px;
    height: 1px;
    margin: 0 auto 26px;
    background-color: #fff;
  }
  #main_visual #top_copyright {
    position: absolute;
    top: 50%;
    left: 38px;
    width: 15px;
    height: 382px;
    background: url(../img/txt_copyright_head.png) no-repeat center;
    background-size: 15px 382px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateY(-50%);
  }
  #main_visual #top_copyright span {
    display: none;
  }
  #text_area {
    margin-bottom: 106px;
    box-sizing: border-box;
  }
  #text_area .message {
    width: 100%;
    background: url(../img/company/bg_main_area.png) no-repeat right bottom;
    background-size: 20%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #text_area .message .inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 30px;
    background-size: 537px 750px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #text_area .message .inner p {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 2.2;
  }
  #text_area .message .inner .ceo {
    color: #fff;
    font-size: 22px;
    font-family: "Yu Mincho", "YuMincho";
  }
  #text_area .message h2 {
    width: 96%;
    margin: 0 0 36px;
    color: #fff;
    font-size: 40px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: left;
    line-height: 1;
  }
  #text_area .message h2 span {
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: "Playfair Display";
    font-weight: normal;
  }
  #text_area .message h2::before {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    margin: 0 0 20px;
    background-color: #006d9d;
  }
  #text_area .profile {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 98px 0 132px;
    border-top: 8px solid #006d9d;
    background-color: #363636;
  }
  #text_area .profile h2 {
    width: 96%;
    margin: 0 0 58px;
    color: #fff;
    font-size: 40px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
  #text_area .profile h2 span {
    display: block;
    color: #fff;
    font-size: 13px;
    font-family: "Playfair Display";
    font-weight: normal;
  }
  #text_area .profile h2::before {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    margin: 0 auto 20px;
    background-color: #006d9d;
  }
  #text_area .profile table {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #text_area .profile table th {
    box-sizing: border-box;
    width: 160px;
    padding: 22px 0;
    border-bottom: 4px solid #006d9d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  #text_area .profile table td {
    box-sizing: border-box;
    width: calc(100% - 280px);
    padding: 22px 5px 22px 36px;
    border-bottom: 4px solid #4b4b4b;
    color: #fff;
    font-size: 16px;
    text-align: left;
  }
  #text_area .profile table td p {
    margin-top: 20px;
    font-size: 16px;
  }
  #text_area .profile table td p .ttl {
    font-size: 16px;
    font-weight: 600;
  }
  #text_area .profile table td p:first-child {
    margin-top: 0;
  }
  #text_area .profile table tr:nth-child(1) th {
    border-top: 4px solid #006d9d;
  }
  #text_area .profile table tr:nth-child(1) td {
    border-top: 4px solid #4b4b4b;
  }
  #text_area .profile .map {
    display: inline-block;
    padding-right: 20px;
    background: url(../img/icn_map.png) no-repeat right center;
    background-size: 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    line-height: 16px;
  }
  #text_area .profile .map:hover {
    text-decoration: none;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #main_visual {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 210px;
    margin: 0 auto 20px;
    background: url(../img/company/sp/img_main.jpg) no-repeat center top;
    background-size: cover;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #main_visual #catchcopy {
    width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
  }
  #main_visual #catchcopy h1 {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 24px;
    font-family: "Yu Mincho", "YuMincho";
    text-align: center;
    line-height: 1;
  }
  #main_visual #catchcopy h1 span {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-size: 9px;
    font-weight: normal;
    font-family: "Playfair Display";
    line-height: 1;
  }
  #main_visual #catchcopy h1::before {
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    margin: 0 auto 12px;
    background-color: #fff;
  }
  #main_visual #top_copyright {
    display: none;
  }
  #text_area {
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #text_area .message {
    width: 100%;
    background: url(../img/company/sp/bg_main_area.png) no-repeat right bottom;
    background-size: 184px 128px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #text_area .message .inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #text_area .message .inner p {
    margin-bottom: 13px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.642;
  }
  #text_area .message .inner .ceo {
    padding: 66px 0;
    color: #fff;
    font-size: 15px;
    font-family: "Yu Mincho", "YuMincho";
  }
  #text_area .message h2 {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 14px;
    color: #fff;
    font-size: 20px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: left;
    line-height: 1;
  }
  #text_area .message h2 span {
    display: block;
    padding-top: 2px;
    color: #fff;
    font-size: 10px;
    font-family: "Playfair Display";
    font-weight: normal;
  }
  #text_area .message h2::before {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    margin: 0 0 9px;
    background-color: #006d9d;
  }
  #text_area .profile {
    width: 90%;
    margin: 0 auto 20px;
    padding: 28px 0 34px;
    border-top: 4px solid #006d9d;
    background-color: #363636;
  }
  #text_area .profile h2 {
    width: 96%;
    max-width: 768px;
    margin: 0 auto 24px;
    color: #fff;
    font-size: 20px;
    font-family: "Yu Mincho", "YuMincho";
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
  #text_area .profile h2 span {
    display: block;
    padding-top: 2px;
    color: #fff;
    font-size: 10px;
    font-family: "Playfair Display";
    font-weight: normal;
  }
  #text_area .profile h2::before {
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    margin: 0 auto 9px;
    background-color: #006d9d;
  }
  #text_area .profile table {
    position: relative;
    width: 82%;
    margin: 0 auto;
    background: url(../img/company/sp/bg_border.png) no-repeat left top;
    background-size: 680px 4px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    vertical-align: middle;
    overflow-wrap: break-word;
    table-layout: fixed;
  }
  #text_area .profile table tr {
    position: relative;
    background: url(../img/company/sp/bg_border.png) no-repeat left bottom;
    background-size: 680px 4px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #text_area .profile table th {
    display: inline-block;
    padding-top: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
  }
  #text_area .profile table td {
    display: block;
    padding-bottom: 16px;
    color: #fff;
    font-size: 14px;
    text-align: left;
  }
  #text_area .profile table td span {
    display: block;
  }
  #text_area .profile table td p {
    margin-top: 10px;
    font-size: 14px;
  }
  #text_area .profile table td p .ttl {
    font-size: 14px;
  }
  #text_area .profile table td p:first-child {
    margin-top: 0;
  }
  #text_area .profile .map {
    display: inline-block;
    padding-right: 20px;
    background: url(../img/icn_map.png) no-repeat right center;
    background-size: 16px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    line-height: 16px;
  }
}