/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #company .pankuzu .pankuzu_inner {
    width: 87.5%;
  }
  #company #page-head-sub {
    position: relative;
    z-index: 0;
  }
  #company #page-head-sub .page_title .page_title_inner {
    padding-top: 105px;
  }
  #company #page-head-sub .page_title .page_title_inner .image {
    width: 284px;
    height: auto;
    bottom: -79px;
    right: 52px;
  }
  #company .company_sec {
    margin-bottom: 100px;
  }
  #company .company_sec:last-of-type {
    margin-bottom: 200px;
  }
  #company .company_sec h3 {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 2.08;
    padding-left: 30px;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e9e7e3;
  }
  #company .company_sec h3::before {
    content: "";
    width: 6px;
    height: 30px;
    background-color: #f39700;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 43%;
    border-radius: 2px;
  }
  #company .company_sec .company_text {
    font-size: 1.8rem;
    line-height: 1.88;
    letter-spacing: 0.05em;
  }
  #company #greet .greet_logo {
    display: block;
    width: 188px;
    height: auto;
    margin-left: auto;
    margin-top: 40px;
  }
  #company #overview .overview_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #company #overview .overview_img_wrap {
    width: 35.83%;
  }
  #company #overview .overview_img_wrap img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  #company #overview .overview_img_wrap img:last-of-type {
    margin-bottom: 0;
  }
  #company #overview .overview_list {
    width: 59.16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px 2%;
  }
  #company #overview .overview_list .overview_text {
    font-size: 1.6rem;
    line-height: 1.62;
  }
  #company #overview .overview_list dt {
    font-weight: bold;
    width: 10.5%;
  }
  #company #overview .overview_list dd {
    width: 87.5%;
  }
  #company #overview .overview_list dd .office_name {
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
  }
  #company #overview .overview_list dd .office_name:first-of-type {
    margin-top: 0;
  }
  #company #overview .overview_list dd a {
    color: #f39700;
  }
  #company #overview .overview_list dd a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  #company #access .access_office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 5.8%;
    margin-top: 60px;
  }
  #company #access .access_office:first-of-type {
    margin-top: 0;
  }
  #company #access .access_office .office_info {
    width: 45.8%;
  }
  #company #access .access_office .office_info h4 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.41;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company #access .access_office .office_info h4 .icon_tower {
    height: 55px;
    margin-right: 18px;
  }
  #company #access .access_office .office_info h4 .icon_tower img {
    height: 100%;
    width: auto;
  }
  #company #access .access_office .office_info .info_train_head {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.88;
    margin-bottom: 26px;
  }
  #company #access .access_office .office_info .info_train_head .icon_train {
    vertical-align: sub;
    display: inline-block;
    width: 20px;
    margin-right: 9px;
  }
  #company #access .access_office .office_info .info_train_head .icon_train img {
    width: 100%;
    height: auto;
  }
  #company #access .access_office .office_info .info_train_btm .train_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .station {
    font-size: 1.8rem;
    font-weight: bold;
    width: 22.7%;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .station::before {
    background-color: #f39700;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .route {
    font-size: 1.3rem;
    line-height: 1.5;
    width: 59.09%;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .time {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .time span {
    font-size: 2rem;
    font-weight: bold;
  }
  #company #access .access_office .office_map {
    width: 48.33%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #company #access .access_office .office_map iframe {
    width: 100%;
    aspect-ratio: 580/300;
  }
  #company #access .access_office .office_map p {
    font-size: 1.3rem;
    line-height: 1.69;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  #company #access .access_office .office_info .info_train_btm .train_item .station {
    width: 100%;
    margin-bottom: 10px;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .route {
    width: 80%;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #company .pankuzu {
    padding-left: 4vw;
  }
  #company #page-head-sub {
    position: relative;
    z-index: 0;
  }
  #company #page-head-sub .page_title .page_title_inner {
    padding-top: 13.33333vw;
  }
  #company #page-head-sub .page_title .page_title_inner .image {
    width: 34.66667vw;
    height: auto;
    bottom: -9.06667vw;
    right: 0;
  }
  #company .company_sec {
    margin-bottom: 12.26667vw;
  }
  #company .company_sec:last-of-type {
    margin-bottom: 29.33333vw;
  }
  #company .company_sec h3 {
    font-size: 5.86667vw;
    font-weight: bold;
    line-height: 1.8;
    padding-left: 3.2vw;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 1.33333vw;
    margin-bottom: 5.33333vw;
    border-bottom: 0.26667vw solid #e9e7e3;
  }
  #company .company_sec h3::before {
    content: "";
    width: 1.06667vw;
    height: 8vw;
    background-color: #f39700;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 47%;
  }
  #company .company_sec .company_text {
    font-size: 4vw;
    line-height: 1.85;
    letter-spacing: 0.05em;
  }
  #company #greet .greet_logo {
    display: block;
    width: 37.33333vw;
    height: auto;
    margin-left: auto;
    margin-top: 2.66667vw;
  }
  #company #overview .overview_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #company #overview .overview_img_wrap {
    margin-top: 10.66667vw;
  }
  #company #overview .overview_img_wrap img {
    width: 100%;
    height: auto;
    margin-bottom: 5.33333vw;
  }
  #company #overview .overview_img_wrap img:last-of-type {
    margin-bottom: 0;
  }
  #company #overview .overview_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5.33333vw 0;
  }
  #company #overview .overview_list .overview_text {
    font-size: 3.73333vw;
    line-height: 1.62;
  }
  #company #overview .overview_list dt {
    font-weight: bold;
    width: 16.66667vw;
  }
  #company #overview .overview_list dd {
    width: 72vw;
  }
  #company #overview .overview_list dd .office_name {
    display: inline-block;
    font-weight: bold;
    margin-top: 2.66667vw;
  }
  #company #overview .overview_list dd .office_name:first-of-type {
    margin-top: 0;
  }
  #company #overview .overview_list dd a {
    color: #f39700;
  }
  #company #overview .overview_list dd a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  #company #access .access_office {
    margin-top: 10.66667vw;
  }
  #company #access .access_office:first-of-type {
    margin-top: 0;
  }
  #company #access .access_office .office_info h4 {
    font-size: 5.33333vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 6.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #company #access .access_office .office_info h4 .icon_tower {
    height: 8.8vw;
    margin-right: 1.86667vw;
  }
  #company #access .access_office .office_info h4 .icon_tower img {
    height: 100%;
    width: auto;
  }
  #company #access .access_office .office_info .info_train_head {
    font-size: 4.26667vw;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.06;
    margin-bottom: 4.8vw;
  }
  #company #access .access_office .office_info .info_train_head .icon_train {
    vertical-align: middle;
    display: inline-block;
    width: 3.46667vw;
    margin-right: 2.4vw;
  }
  #company #access .access_office .office_info .info_train_head .icon_train img {
    width: 100%;
    height: auto;
  }
  #company #access .access_office .office_info .info_train_btm .train_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 4vw;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .station {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 4vw;
    font-weight: bold;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .station::before {
    background-color: #f39700;
    width: 2.4vw;
    height: 2.4vw;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .route {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 3.2vw;
    line-height: 1.5;
    width: 100%;
    margin-top: 0.66667vw;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .time {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3.46667vw;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #company #access .access_office .office_info .info_train_btm .train_item .time span {
    font-size: 4.26667vw;
    font-weight: bold;
  }
  #company #access .access_office .office_map {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #company #access .access_office .office_map iframe {
    width: 100%;
    aspect-ratio: 678/412;
  }
  #company #access .access_office .office_map p {
    font-size: 3.2vw;
    line-height: 1.33;
    letter-spacing: 0.05em;
    margin-top: 1.33333vw;
  }
}
