@charset "utf-8";


/* 共通使用
---------------------------------------------------------------------------------*/
#gd2022-osaka {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#gd2022-osaka p {
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    text-align: left;
}
#gd2022-osaka img {
    width: 100%;
    height: auto;
}

#gd2022-osaka h2 {
    font-size: 3.0rem;
    line-height: 1.7;
    text-align: left !important;
}
#gd2022-osaka h2.midashi::after {
  content: "";
  margin: 0 0 30px;
  display: block;
  width: 50px;
  height: 1px;
    background-color: #cc0600;
}
#gd2022-osaka h2.midashi span {
    display: block;
    color: #d7d7d7;
    font-weight: lighter !important;
    font-size: 2.0rem;
    padding-bottom: 20px;
    line-height: 1;
}

.w950center {
    max-width: 950px;
    margin: 0 auto !important;
    text-align: left;
}

#gd2022-osaka .first {
    order: 1;
}
#gd2022-osaka .second {
    order: 2;
}

@media screen and (max-width: 750px) {
#gd2022-osaka p {
    font-size: 3.6rem;
}

#gd2022-osaka h2 {
    font-size: 4.5rem;
    width: 92%;
    margin: 0 auto 30px;
}
#gd2022-osaka h2.midashi::after {
  width: 100px;
}
#gd2022-osaka h2.midashi span {
    font-size: 2.5rem;
    padding-bottom: 30px;
}

.w950center {
    width: 100%;
}
}






/* メインビジュアル
---------------------------------------------------------------------------------*/
.gd2022-osaka_mv {
    position: relative;
    width: 100%;
}
.gd2022-osaka_mv h1#title {
    position: absolute;
    left: 5.2%;
    top: 4%;
    font-size: 5.0rem;
    color: #fff;
    z-index: 10;
    line-height: 1.4;
    text-align: left !important;
    display: block;
}
.gd2022-osaka_mv h1#title span {
    font-size: 3.6rem;
    display: block;
}
.gd2022-osaka_mv h1#title_sp {
    display: none;
}

@media screen and (max-width: 750px) {
.gd2022-osaka_mv h1#title, .gd2022-osaka_mv h1#title span {
    display: none;
}
.gd2022-osaka_mv h1#title_sp {
    display: block;
    line-height: 1.5;
    font-size: 4.5rem;
}
.gd2022-osaka_mv h1#title_sp span {
    display: block;
}
}




/* ページ内ナビゲーション
---------------------------------------------------------------------------------*/
#pageNav {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 30px 0 100px;
}
#pageNav li {
    margin: 0;
    padding: 8px 30px;
    border-left: 1px solid #000;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
}
#pageNav li:last-child {
    border-right: 1px solid #000;
}
#pageNav li a {
    color: #000;
    text-decoration: none;
}
#pageNav li a:hover {
    color: #999;
    text-decoration: underline;
}
.downArrow {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin: -5px 0 0 15px;
}
.downArrow_sp {
    display: none;
}

@media screen and (max-width: 750px) {
#pageNav {
    display: block;
    width: 80%;
    margin: 0 auto 100px;
    padding: 0;
}
#pageNav li {
    margin: 0;
    padding: 20px 0;
    border-left: none;
    border-bottom: 1px solid #000;
    text-align: left;
    font-size: 3.0rem;
}
#pageNav li:last-child {
    border-right: none;
}
#pageNav li a {
    color: #000;
    text-decoration: none;
    display: block;
}
#pageNav li a:hover {
    color: #999;
    text-decoration: underline;
}
.downArrow {
    display: none;
}
.downArrow_sp {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin: -5px 15px 0 10px;
}
}




/* グッドデザイン賞リード
---------------------------------------------------------------------------------*/
#gdLogo {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}
#gdLogo img {
    max-width: 454px;
    height: auto;
}
#gdLogo #lead {
    text-align: left;
    font-size: 2.0rem;
    line-height: 2.0;
    margin-top: 30px;
    margin-bottom: 100px;
}
#gdLogo #lead .hosoku {
    display: block;
    line-height: 1;
    margin-top: 15px;
    font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
#gdLogo {
    max-width: 92%;
}
#gdLogo #lead {
    font-size: 3.6rem;
}
#gdLogo #lead .hosoku {
    display: block;
    line-height: 1;
    font-size: 2.8rem;
}
}





/* 大阪DLセンター
---------------------------------------------------------------------------------*/
.wrap01 {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}
.wrap01::before {
    content: "";
    position: absolute;
    background-color: #f7f7f7 !important;
    left: 0;
    top: 5%;
    height: calc(100% - 480px);
    width: 92%;
    z-index: -1;
}
.ml120 {
    margin-left: 120px !important;
}
.wrap01 .box01 {
    display: flex;
    align-items: center;
    margin: 0 80px 0 40px;
}
.wrap01 .box01 .left {
    max-width: 800px;
    margin-right: 50px !important;
}
.wrap01 .box01 .right {
    max-width: 400px;
}
@media screen and (max-width: 750px) {
.wrap01 {
    position: relative;
    width: 92%;
    margin: 0 auto 100px;
}
.wrap01::before {
    display: none;
}
.ml120 {
    margin-left: 0 !important;
}
.wrap01 .box01 {
    display: block;
    margin: 0;
}
.wrap01 .box01 .left {
    max-width: 100%;
    width: 100%;
    margin-right: 0 !important;
}
.wrap01 .box01 .right {
    max-width: 100%;
    width: 100% !important;
}
}


/* 外観
---------------------------------------------------------------------------------*/
.wrap02 {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.wrap02::before {
    content: "";
    position: absolute;
    background-color: #f7f7f7 !important;
    left: 5%;
    top: 15%;
    height: calc(100% + 200px);
    width: 45%;
    z-index: -1;
}
.wrap02 .box01 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 90px;
}
.wrap02 .box01 .left {
    max-width: 800px;
}
.wrap02 .box01 .right {
    max-width: 325px;
    margin-right: 50px !important;
}

@media screen and (max-width: 750px) {
.wrap02 {
    position: relative;
    width: 92%;
    margin: 0 auto 50px;
}
.wrap02::before {
    display: none;
}
.wrap02 .box01 {
    display: block;
    margin: 0;
}
.wrap02 .box01 .left {
    max-width: 100%;
}
.wrap02 .box01 .right {
    max-width: 100%;
    margin-right: 0 !important;
}
}


.wrap03 {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}
.wrap03::before {
    content: "";
    position: absolute;
    background-color: #b80503 !important;
    right: 5%;
    top: -50%;
    height: calc(100% + 100px);
    width: 50%;
    z-index: -2;
}
.wrap03 .box01 {
    display: flex;
    align-items: center;
    margin: 0;
}
.wrap03 .box01 .left {
    max-width: 800px;
    margin-right: 50px !important;
}
.wrap03 .box01 .right {
    max-width: 400px;
    color: #fff;
}
@media screen and (max-width: 750px) {
.wrap03 {
    position: relative;
    width: 92%;
    margin: 0 auto 100px;
}
.wrap03::before {
    display: none;
}
.wrap03 .box01 {
    display: block;
    margin: 0;
}
.wrap03 .box01 .left {
    max-width: 100%;
    margin-right: 0 !important;
}
.wrap03 .box01 .right {
    max-width: 100%;
    color: #000;
}
}



/* 計画
---------------------------------------------------------------------------------*/
.heimenPJ {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
}
.keikaku {
    border: 1px solid #000;
    padding: 10px 15px;
    line-height: 1;
    font-size: 2.4rem;
    display: inline-block;
    margin: 0 auto 20px;
}
@media screen and (max-width: 750px) {
.heimenPJ {
    max-width: 92%;
}
.keikaku {
    font-size: 3.4rem;
}
}

.speedPJ {
    display: flex;
    justify-content: space-between;
    padding: 0 7%;
    margin: 0 auto 60px;
}
.speedPJ p {
    max-width: 556px;
    font-weight: bold;
}
.speedPJ p span {
    font-weight: normal;
    display: block;
    font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
.speedPJ {
    display: block;
    width: 92%;
    padding: 0;
    margin: 0 auto 60px;
}
.speedPJ p {
    max-width: 100%;
}
.speedPJ p span {
    font-weight: normal;
    display: block;
    font-size: 2.8rem;
}
}


.kankyoPJ {
    max-width: 950px;
    margin: 0 auto 100px;
}
@media screen and (max-width: 750px) {
.kankyoPJ {
    max-width: 92%;
    margin: 0 auto 100px;
}
}



/* オフィスエリア
---------------------------------------------------------------------------------*/
.wrap04 {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}
.wrap04::before {
    content: "";
    position: absolute;
    background-color: #b80503 !important;
    right: 5%;
    top: 25%;
    height: calc(100% - 500px);
    width: 50%;
    z-index: -2;
}
.wrap04 .box01 {
    display: flex;
    align-items: center;
    margin: 0 0 0 30px;
}
.wrap04 .box01 .left {
    max-width: 800px;
    margin-left: 50px !important;
}
.wrap04 .box01 .right {
    max-width: 400px;
}

.ml170 {
    margin-left: 170px !important;
}
.mr170 {
    margin-right: 170px !important;
}
.rgtText {
    display: block;
    text-align: right !important;
}
@media screen and (max-width: 750px) {
.wrap04 {
    position: relative;
    width: 92%;
    margin: 0 auto 100px;
}
.wrap04::before {
    display: none;
}
.wrap04 .box01 {
    display: block;
    margin: 0;
}
.wrap04 .box01 .left {
    max-width: 100%;
    margin-left: 0 !important;
}
.wrap04 .box01 .right {
    max-width: 100%;
}

.ml170 {
    margin-left: 0 !important;
}
.mr170 {
    margin-right: 0 !important;
}
.rgtText {
    text-align: left !important;
}
}



/* 物流エリア
---------------------------------------------------------------------------------*/
.wrap05 {
    position: relative;
    margin: 0 auto 100px;
    padding: 0 100px;
}
.wrap05::before {
    content: "";
    position: absolute;
    background-color: #f7f7f7 !important;
    left: 0;
    top: 5%;
    height: calc(100% - 200px);
    width: 60%;
    z-index: -1;
}
.w900 {
    display: block;
    max-width: 900px;
}
.w900center {
    display: block;
    max-width: 900px;
    margin: 0 auto !important;
}

.w900 span, .w900center span {
    display: block;
    margin-top: 10px;
}
@media screen and (max-width: 750px) {
.wrap05 {
    position: relative;
    margin: 0 auto 100px;
    padding: 0;
    width: 92%;
}
.wrap05::before {
    display: none;
}
.w900 {
    display: block;
    max-width: 100%;
}
.w900center {
    max-width: 100%;
    margin: 0 auto !important;
}

.w900 span, .w900center span {
    display: block;
    margin-top: 10px;
}
}



/* グッドデザイン賞とは
---------------------------------------------------------------------------------*/
.wrap06 {
    position: relative;
    margin-bottom: 0;
    display: flex;
    max-width: 660px;
    justify-content: space-between;
    align-items: center;
}
.wrap06 .left {
    width: 148px;
    border: 1px solid #000;
}
.wrap06 .left img {
    width: 116px !important;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 16px;
}
.wrap06 .right {
    width: 490px;
    font-size: 1.5rem !important;
    line-height: 1.5;
}
@media screen and (max-width: 750px) {
.wrap06 {
    position: relative;
    display: block;
    max-width: 92%;
    margin: 0 auto 60px;
}
.wrap06 .left {
    width: 296px;
    border: 1px solid #000;
    text-align: center;
    margin: 0 auto 30px !important;
}
.wrap06 .left img {
    width: 232px !important;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 16px;
}
.wrap06 .right {
    width: 100%;
    font-size: 2.4rem !important;
    line-height: 1.5;
}
}




/* 受賞コメント
---------------------------------------------------------------------------------*/
.wrap07 {
    position: relative;
    margin-bottom: 50px;
    display: block;
    width: 100%;
}
.wrap07 .comment {
    position: absolute;
    top: -7%;
    left: 30%;
    z-index: 1;
    background: #fff;
    padding: 30px 20px 30px 30px !important;
    display: block;
    max-width: 860px;
}
@media screen and (max-width: 750px) {
.wrap07 {
    position: relative;
    margin: 0 auto 50px;
    display: block;
    width: 92%;
}
.wrap07 .comment {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 !important;
    display: block;
    max-width: 100%;
    font-size: 2.6rem;
}
}




/* 大阪DLセンター概要
---------------------------------------------------------------------------------*/
.wrap08 {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto 40px;
}
.wrap08 .gaiyou {
    font-size: 2.0rem !important;
    text-align: left !important;
    margin-bottom: 5px;
}
.wrap08 .osakaDL {
    text-align: left !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.wrap08 .osakaDL dt {
    font-size: 1.6rem !important;
    width: 5em;
    line-height: 1.8;
}
.wrap08 .osakaDL dd {
    font-size: 1.6rem !important;
    width: 17em;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
}
.wrap08 .osakaDL dd::before {
    content: "：";
}
@media screen and (max-width: 750px) {
.wrap08 {
    position: relative;
    display: block;
    max-width: 92%;
    margin: 0 auto 40px;
}
.wrap08 .gaiyou {
    font-size: 3.6rem !important;
}
.wrap08 .osakaDL {
    text-align: left !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.wrap08 .osakaDL dt {
    font-size: 2.8rem !important;
    width: 5em;
    line-height: 1.8;
}
.wrap08 .osakaDL dd {
    font-size: 2.8rem !important;
    width: 17em;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
}
.wrap08 .osakaDL dd::before {
    content: "：";
}
}


/* リンクボタン
---------------------------------------------------------------------------------*/
.technopark_list a {
    display: block;
    max-width: 500px;
    margin: 0 auto 100px;
    padding: 15px;
    background: #cc0600;
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
    text-decoration: none;
}
.technopark_list a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 750px) {
.technopark_list a {
    max-width: 80%;
    padding: 30px;
    border-radius: 80px;
    font-size: 3.0rem;
}
}





