@charset "UTF-8";
@media screen and (min-width:769px) {
  #company .mtxcont {
    padding: 110px 0 170px 0;
    background: #fafafa;
  }
  #company .mtxcont .innerbox {
    width: 1000px;
    margin: 0 auto;
  }
  #company .mtxcont .innerbox .tl {
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin: 0 0 40px 0;
    font-weight: 600;
  }
  #company .mtxcont .innerbox .tx {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  #company .profilecont {
    padding: 0 0 160px 0;
    background: #fafafa;
  }
  #company .profilecont .innerbox {
    width: 1000px;
    margin: 0 auto;
  }
  #company .profilecont .innerbox .tlcont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #company .profilecont .innerbox .tl {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4rem;
    margin: 0 0 20px 0;
    text-align: left;
  }
  #company .profilecont .innerbox .sub {
    font-size: 2rem;
    line-height: 2.9rem;
    margin: 0 0 0 0;
    text-align: left;
  }
  #company .profilecont .tablebox {
    padding: 60px 0 0 0;
  }
  #company .profilecont .tablebox table {
    width: 100%;
    border-collapse: collapse;
  }
  #company .profilecont .tablebox table tr th {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-align: left;
    padding: 20px 0;
    width: 125px;
    border-right: 1px solid #A3A3A3;
    vertical-align: top;
  }
  #company .profilecont .tablebox table tr td {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: left;
    padding: 20px 0 20px 50px;
    vertical-align: top;
  }
  #company .accesscont {
    padding: 0 0 210px 0;
    background: #fafafa;
  }
  #company .accesscont .innerbox {
    width: calc(100% - 240px);
    margin: 0 auto;
    background: #fff;
  }
  #company .accesscont .innerbox .inbox {
    width: 1000px;
    margin: 0 auto;
    padding: 120px 0 60px 0;
  }
  #company .accesscont .innerbox .tlcont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #company .accesscont .innerbox .tl {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.4rem;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #company .accesscont .innerbox .sub {
    font-size: 2rem;
    line-height: 2.9rem;
    margin: 0 0 0 0;
    text-align: center;
  }
  #company .accesscont .innerbox .map {
    padding: 50px 0 70px 0;
    width: 755px;
    margin: 0 auto;
  }
  #company .accesscont .innerbox .tlbox {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(163, 163, 163, 0.26);
    position: relative;
    color: #275797;
  }
  #company .accesscont .innerbox .tlbox.box2 {
    color: #3E79FF;
  }
  #company .accesscont .innerbox .tlbox.box3 {
    color: #F8712A;
  }
  #company .accesscont .innerbox .tlbox::after {
    content: "";
    width: 140px;
    border-bottom: 1px solid #275797;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #company .accesscont .innerbox .tlbox.box2::after {
    border-bottom: 1px solid #3E79FF;
  }
  #company .accesscont .innerbox .tlbox.box3::after {
    border-bottom: 1px solid #F8712A;
  }
  #company .accesscont .innerbox .flexbox {
    padding: 0 0 0 0;
  }
  #company .accesscont .innerbox ul.flexbox {
    padding: 0 0 50px 0;
  }
  #company .accesscont .innerbox .flexbox .box {
    display: flex;
    justify-content: space-between;
    line-height: 2.1rem;
    margin: 0 0 15px 0;
  }
  #company .accesscont .innerbox .flexbox .box .atl {
    width: 290px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  #company .accesscont .innerbox .flexbox .box .atx {
    width: calc(100% - 160px - 290px);
    font-size: 1.4rem;
  }
  #company .accesscont .innerbox .flexbox .box a {
    font-size: 1.3rem;
    transition: all 0.2s;
    text-decoration: underline;
  }
  #company .accesscont .innerbox .flexbox .box a:hover {
    opacity: 0.7;
  }
  #company .accesscont .innerbox .flexbox .box a span {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 1px;
    border-radius: 0px;
    background-color: #222;
    vertical-align: middle;
    margin: 0 0 0 5px;
  }
  #company .accesscont .innerbox .flexbox .box a span::before {
    content: "";
    position: absolute;
    top: 2px;
    right: -1px;
    display: block;
    width: 6px;
    height: 1px;
    border-radius: 0px;
    background-color: #222;
    transform: rotate(-45deg);
  }
  #company .accesscont .innerbox .flexbox .box a span::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: -1px;
    display: block;
    width: 6px;
    height: 1px;
    border-radius: 0px;
    background-color: #222;
    transform: rotate(45deg);
  }
  #company .discovercont {
    background: #fafafa;
    position: relative;
  }
  #company .discovercont #pagetop {
    bottom: 60px;
  }
  #company .discovercont #pagetop span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4.5px);
    left: calc(50% - 5px);
  }
  #company .discovercont #pagetop span::after {
    content: "";
    display: inline-block;
    height: 10px;
    border-right: 1px solid #222;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
  }
}
@media screen and (max-width:768px) {
  #company .mtxcont {
    padding: 60px 0 110px 0;
    background: #fafafa;
  }
  #company .mtxcont .innerbox {
    width: 90%;
    margin: 0 auto;
  }
  #company .mtxcont .innerbox .tl {
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin: 0 0 40px 0;
    font-weight: 600;
  }
  #company .mtxcont .innerbox .tx {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  #company .profilecont {
    padding: 0 0 160px 0;
    background: #fafafa;
  }
  #company .profilecont .innerbox {
    width: 90%;
    margin: 0 auto;
  }
  #company .profilecont .innerbox .tlcont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #company .profilecont .innerbox .tl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.2rem;
    margin: 0 0 10px 0;
    text-align: left;
  }
  #company .profilecont .innerbox .sub {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 0 0;
    text-align: left;
  }
  #company .profilecont .tablebox {
    padding: 40px 0 0 0;
  }
  #company .profilecont .tablebox table {
    width: 100%;
    border-collapse: collapse;
  }
  #company .profilecont .tablebox table tr th {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: left;
    padding: 10px 0;
    width: 100px;
    border-right: 1px solid #A3A3A3;
    vertical-align: top;
  }
  #company .profilecont .tablebox table tr td {
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: left;
    padding: 10px 0 10px 20px;
    vertical-align: top;
  }
  #company .accesscont {
    padding: 0 0 0 0;
    background: #fafafa;
  }
  #company .accesscont .innerbox {
    width: 100%;
    margin: 0 auto;
    background: #fff;
  }
  #company .accesscont .innerbox .inbox {
    width: 90%;
    margin: 0 auto;
    padding: 120px 0 60px 0;
  }
  #company .accesscont .innerbox .tlcont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #company .accesscont .innerbox .tl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.2rem;
    margin: 0 0 10px 0;
    text-align: center;
  }
  #company .accesscont .innerbox .sub {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 0 0;
    text-align: center;
  }
  #company .accesscont .innerbox .map {
    padding: 20px 0 40px 0;
    width: 100%;
    margin: 0 auto;
  }
  #company .accesscont .innerbox .tlbox {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(163, 163, 163, 0.26);
    position: relative;
    color: #275797;
  }
  #company .accesscont .innerbox .tlbox.box2 {
    color: #3E79FF;
  }
  #company .accesscont .innerbox .tlbox.box3 {
    color: #F8712A;
  }
  #company .accesscont .innerbox .tlbox::after {
    content: "";
    width: 140px;
    border-bottom: 1px solid #275797;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #company .accesscont .innerbox .tlbox.box2::after {
    border-bottom: 1px solid #3E79FF;
  }
  #company .accesscont .innerbox .tlbox.box3::after {
    border-bottom: 1px solid #F8712A;
  }
  #company .accesscont .innerbox .flexbox {
    padding: 0 0 0 0;
  }
  #company .accesscont .innerbox ul.flexbox {
    padding: 0 0 50px 0;
  }
  #company .accesscont .innerbox .flexbox .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 2.1rem;
    margin: 0 0 20px 0;
  }
  #company .accesscont .innerbox .flexbox .box .atl {
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #company .accesscont .innerbox .flexbox .box .atx {
    width: 100%;
    font-size: 1.3rem;
    margin: 1.2rem 0;
  }
  #company .accesscont .innerbox .flexbox .box a {
    font-size: 1.2rem;
    transition: all 0.2s;
    text-decoration: underline;
  }
  #company .accesscont .innerbox .flexbox .box a:hover {
    opacity: 0.7;
  }
  #company .accesscont .innerbox .flexbox .box a span {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 1px;
    border-radius: 0px;
    background-color: #222;
    vertical-align: middle;
    margin: 0 0 0 5px;
  }
  #company .accesscont .innerbox .flexbox .box a span::before {
    content: "";
    position: absolute;
    top: 2px;
    right: -1px;
    display: block;
    width: 6px;
    height: 1px;
    border-radius: 0px;
    background-color: #222;
    transform: rotate(-45deg);
  }
  #company .accesscont .innerbox .flexbox .box a span::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: -1px;
    display: block;
    width: 6px;
    height: 1px;
    border-radius: 0px;
    background-color: #222;
    transform: rotate(45deg);
  }
  #company .discovercont {
    background: #fafafa;
    position: relative;
  }
  #company .discovercont #pagetop {
    bottom: 60px;
  }
  #company .discovercont #pagetop span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4.5px);
    left: calc(50% - 5px);
  }
  #company .discovercont #pagetop span::after {
    content: "";
    display: inline-block;
    height: 10px;
    border-right: 1px solid #222;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
  }
}