/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
#about {
  background: url(../images/company/about_bg.jpg) no-repeat;
  padding: 130px 0;
  background-size: cover;
  background-position: center center; }
  #about .box_in {
    position: relative;
    color: #fff;
    text-align: left; }
    #about .box_in .about_item1 {
      position: absolute;
      top: 2%;
      right: 0; }
    #about .box_in .about_item2 {
      position: absolute;
      top: 60%;
      right: 230px; }
    #about .box_in .inner {
      position: relative;
      width: 500px; }
      #about .box_in .inner .ttl {
        position: relative; }
        #about .box_in .inner .ttl .item {
          width: 363px;
          top: -103px; }

@media screen and (max-width: 1200px) {
  #about {
    padding: 10.8333333333vw 0; }
    #about .box_in {
      padding-top: 11.6666666667vw; }
      #about .box_in .about_item1 {
        width: 34vw;
        right: 2vw;
        z-index: 1; }
      #about .box_in .about_item2 {
        width: 29.3333333333vw;
        right: 22.166667vw;
        z-index: 1; }
      #about .box_in .inner {
        width: 41.6666666667vw; } }
@media screen and (max-width: 750px) {
  #about .box_in {
    padding-top: 39.666667vw; }
    #about .box_in .about_item1 {
      width: 48.4vw;
      top: -7%;
      right: 17vw; }
    #about .box_in .about_item2 {
      width: 40.933333vw;
      right: 4vw;
      top: 22%; }
    #about .box_in .inner {
      width: 100%; } }
@media screen and (max-width: 480px) {
  #about .box_in .about_item2 {
    top: 11%; }
  #about .box_in .inner .more {
    text-align: center; } }
#company {
  padding: 140px 0 100px;
  text-align: left; }
  #company .box_in .ttl .item {
    top: -88px;
    left: -8px;
    width: 363px; }
  #company .box_in .ttl:after {
    background: #000; }
  #company .box_in ul li {
    display: flex; }
    #company .box_in ul li:not(:first-child) {
      margin-top: 60px; }
  #company .box_in ul .left {
    width: 240px; }
  #company .box_in ul .right a {
    text-decoration: underline; }

@media screen and (max-width: 750px) {
  #company {
    padding: 18.6666666667vw 0 13.3333333333vw; }
    #company .box_in .ttl .item {
      left: -1.0666666667vw; }
    #company .box_in ul li {
      display: block; }
      #company .box_in ul li:not(:first-child) {
        margin-top: 5.3333333333vw; }
    #company .box_in ul .left {
      width: 100%;
      font-weight: bold; }
    #company .box_in ul .right {
      width: 100%; } }
#access {
  padding: 140px 0 100px;
  text-align: left;
  background: #000;
  color: #fff; }
  #access .box_in .ttl .item {
    top: -88px;
    left: -8px;
    width: 250px; }
  #access .box_in ul {
    display: flex;
    align-items: center; }
    #access .box_in ul .left {
      width: 50%; }
      #access .box_in ul .left .adress {
        margin-top: 10px; }
      #access .box_in ul .left a {
        text-decoration: underline;
        color: #fff; }
    #access .box_in ul .right {
      width: 50%;
      line-height: 2.5; }

@media screen and (max-width: 750px) {
  #access {
    padding: 24vw 0 13.3333333333vw; }
    #access .box_in .ttl .item {
      left: -1.0666666667vw; }
    #access .box_in ul {
      display: block; }
      #access .box_in ul .left {
        width: 100%; }
        #access .box_in ul .left .adress {
          margin-top: 1.3333333333vw; }
      #access .box_in ul .right {
        margin-top: 2.6666666667vw;
        width: 100%;
        border: 1px solid;
        padding: 2vw; } }
.map {
  height: 450px; }
  .map iframe {
    height: 100%; }
  @media screen and (max-width: 750px) {
    .map {
      height: 60vw; } }
