@charset "utf-8";


/* 共通使用
---------------------------------------------------------------------------------*/
#gd2024-chitose {
    width: 100%;
    margin: 0 auto 100px;
    padding: 0;
}
#gd2024-chitose p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}
#gd2024-chitose img {
    width: 100%;
    height: auto;
}
#gd2024-chitose .pc_only {
    display: block;
}
#gd2024-chitose .sp_only {
    display: none;
}

@media screen and (max-width: 750px) {
    #gd2024-chitose p {
        font-size: 2.8rem;
    }
    #gd2024-chitose .pc_only {
    display: none;
}
#gd2024-chitose .sp_only {
    display: block;
}
}





/* メインビジュアル
---------------------------------------------------------------------------------*/
.mv {
    position: relative;
    width: 100%;
    margin: 0;
}
.mv h1#title {
    position: absolute;
    left: 5.2%;
    top: 3.5%;
    font-size: 50px;
    color: #fff;
    z-index: 10;
    line-height: 1.4;
    text-align: left !important;
    display: block;
}
.mv h1#title span {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
}

@media screen and (max-width: 1440px) {
.mv h1#title {
    top: 1.0%;
}
}

@media screen and (max-width: 1024px) {
.mv h1#title {
    top: 1.3%;
    font-size: 35px;
}
.mv h1#title span {
    font-size: 20px;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 768px) {
.mv h1#title {
    top: 1.8%;
    font-size: 28px;
}
.mv h1#title span {
    font-size: 15px;
    margin-bottom: 5px;
}
}

@media screen and (max-width: 750px) {
.mv {
    margin: 0 0 40px;
}
.mv h1#title {
    top: 5%;
    font-size: 4.5rem;
}
.mv h1#title span {
    font-size: 3.0rem;
    margin-bottom: 10px;
}
}





/* ページ内ナビゲーション
---------------------------------------------------------------------------------*/
#pageNav {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 30px 0 100px;
    padding: 0;
}
#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: 1024px) {
#pageNav li {
    padding: 8px 20px;
    font-size: 16px;
}
}

@media screen and (max-width: 768px) {
#pageNav li {
    padding: 8px 10px;
    font-size: 14px;
}
}
    
@media screen and (max-width: 750px) {
#pageNav {
    display: block;
    width: 80%;
    margin: 0 auto 100px;
    padding: 0;
}
#pageNav li {
    margin: 0;
    padding: 30px 0;
    border-left: none;
    border-bottom: 1px solid #000;
    text-align: left;
    font-size: 2.4rem;
}
#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;
}
}






/* 共通見出し
---------------------------------------------------------------------------------*/
#gd2024-chitose h2 {
    font-size: 35px;
    position: relative;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 60px;
}
#gd2024-chitose h2::before {
  background-color: #002dab;
  border-radius: 5px;
  bottom: -25px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 150px;
}






/* ロゴ＆リード
---------------------------------------------------------------------------------*/
.logo__area {
    width: 50%;
    margin: 60px auto;
}

/*2個並列*/
.logo__area ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}
.logo__area ul li {
    width: 45%;
    margin: 0;
    padding: 0;
}
/*1個表示
.logo__area ul {
    display: block;
    margin: 0 0 50px;
    padding: 0;
}
.logo__area ul li {
    width: 45%;
    margin: 0 auto;
    padding: 0;
}*/

@media screen and (max-width: 1440px) {
.logo__area {
    width: 60%;
}
}

@media screen and (max-width: 1024px) {
.logo__area {
    width: 80%;
}
}







/* セクション1
---------------------------------------------------------------------------------*/
.section01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 85%;
    margin: 0 auto 70px;
}
.section01 .imgs {
    width: 70%;
}
.section01 .txt {
    width: 25%;
}

@media screen and (max-width: 1440px) {
.section01 {
    max-width: 95%;
    padding: 0 5% 0 0;
}
.section01 .imgs {
    width: 65%;
}
.section01 .txt {
    width: 30%;
}
}

@media screen and (max-width: 1024px) {
.section01 {
    display: block;
    max-width: 100%;
    padding-right: 0;
}
.section01 .imgs {
    width: 100%;
}
.section01 .txt {
    width: 90%;
    margin: 0 auto !important;
    font-size: 16px !important;
    padding-top: 20px !important;
}
}

@media screen and (max-width: 750px) {
.section01 .txt {
    font-size: 2.8rem !important;
}
}





/* セクション2
---------------------------------------------------------------------------------*/
.section02 {
    display: block;
    max-width: 64.15%;
    margin: 0 auto 70px;
}
.section02 .imgs {
    width: 100%;
}
.section02 .txt {
    width: 100%;
    margin-top: 10px !important;
}

@media screen and (max-width: 1024px) {
.section02 .txt {
    font-size: 16px !important;
}
}

@media screen and (max-width: 750px) {
.section02 {
    max-width: 90%;
}
.section02 .txt {
    font-size: 2.8rem !important;
}
}





/* セクション3
---------------------------------------------------------------------------------*/
.section03 {
    display: flex;
    justify-content: space-between;
    max-width: 85%;
    margin: 0 auto 70px;
}
.section03 .left {
    width: 48%;
}
.section03 .right {
    width: 48%;
}
.section03 .right img {
    margin-top: 70px;
}
.section03 span {
    margin-top: 10px;
    display: block;
}

@media screen and (max-width: 1440px) {
.section03 {
    max-width: 100%;
}
.section03 .left span {
    margin-left: 1em;
}
}

@media screen and (max-width: 1024px) {
.section03 .left, .section03 .right {
    font-size: 16px !important;
}
}
@media screen and (max-width: 750px) {
.section03 {
    display: block;
    max-width: 90%;
    margin: 0 auto 70px;
}
.section03 .left {
    width: 100%;
    font-size: 2.8rem !important;
}
.section03 .right {
    width: 100%;
    font-size: 2.8rem !important;
}
.section03 .left span {
    margin-left: 0;
}
}



/* セクション4
---------------------------------------------------------------------------------*/
.section04 {
    display: block;
    max-width: 64.15%;
    margin: 0 auto 70px 10%;
}
.section04 .imgs {
    width: 100%;
}
.section04 .txt {
    width: 100%;
    margin-top: 10px !important;
}

@media screen and (max-width: 1024px) {
.section04 .txt {
    font-size: 16px !important;
}
}

@media screen and (max-width: 750px) {
.section04 {
    max-width: 90%;
    margin: 0 auto 70px;
}
.section04 .txt {
    font-size: 2.8rem !important;
}
}





/* セクション5
---------------------------------------------------------------------------------*/
.section05 {
    display: block;
    max-width: 64.15%;
    margin: 0 10% 70px auto;
}
.section05 .imgs {
    width: 100%;
}
.section05 .txt {
    width: 100%;
    margin-top: 10px !important;
}

@media screen and (max-width: 1024px) {
.section05 .txt {
    font-size: 16px !important;
}
}

@media screen and (max-width: 750px) {
.section05 {
    max-width: 90%;
    margin: 0 auto 70px;
}
.section05 .txt {
    font-size: 2.8rem !important;
}
}





/* セクション6
---------------------------------------------------------------------------------*/
.section06 {
    display: block;
    max-width: 90%;
    margin: 0 0 70px 10%;
}
.section06 .imgs {
}
.section06 .txt {
    width: 100%;
    margin-top: 10px !important;
}

@media screen and (max-width: 1024px) {
.section06 .txt {
    font-size: 16px !important;
}
}

@media screen and (max-width: 750px) {
.section06 {
    max-width: 90%;
    margin: 0 auto 70px;
}
.section06 .txt {
    font-size: 2.8rem !important;
}
}






/* グッドデザイン賞受賞コメント
---------------------------------------------------------------------------------*/
.gooddesign {
    display: block;
    width: 90%;
    margin: 0;
    background: #f2f4fb url("/company/technopark/images/gd2024-chitose_gkg.gif") repeat-x left bottom;
    padding: 3% 5% 0;
}
.gooddesign h2.good {
    font-weight: 700;
    text-align: center;
    font-size: 30px;
}
.gooddesign h2.good::before {
    display: none;
}
.gooddesign h2.good span {
    font-weight: 700;
    display: block;
    color: #002dab;
    font-size: 20px;
    margin: 10px 0 0;
}

.gooddesign .imgs {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
}
.gooddesign .imgs p {
    width: 48%;
}

.gooddesign .txt {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
}
.gooddesign .txt p {
    margin-top: 30px !important;
    width: 67%;
}
.gooddesign .txt .logo {
    width: 25%;
    background: #fff;
    padding: 2%;
    margin-top: 40px;
}
.gooddesign .txt .logo .gdlogo {
    width: 50%;
    margin: 0 auto !important;
}
.gooddesign .txt .logo .detail {
    width: 100%;
    font-size: 14px !important;
}

@media screen and (max-width: 1440px) {
.gooddesign .imgs {
    max-width: 90%;
    margin: 0 auto;
}
.gooddesign .txt {
    max-width: 90%;
    margin: 0 auto;
}
}

@media screen and (max-width: 1024px) {
.gooddesign {
    background: #f2f4fb;
    padding: 3% 5% 5%;
}
.gooddesign .imgs {
    max-width: 100%;
}
.gooddesign .txt {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}
.gooddesign .txt p {
    margin-top: 20px !important;
    width: 100%;
    font-size: 16px !important;
}
.gooddesign .txt .logo {
    width: 90%;
    padding: 2% 5%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gooddesign .txt .logo .gdlogo {
    width: 15%;
    margin: 0 2% 0 0 !important;
}
.gooddesign .txt .logo .detail {
    width: 80%;
    font-size: 14px !important;
    margin: 0 !important;
}
}

@media screen and (max-width: 768px) {
.gooddesign .txt {
    max-width: 100%;
}
}

@media screen and (max-width: 750px) {
.gooddesign .imgs {
    max-width: 100%;
    display: block;
}
.gooddesign .imgs p {
    width: 100%;
}
.gooddesign .imgs p:first-child {
    margin-bottom: 30px !important;
}
.gooddesign .txt p {
    font-size: 2.8rem !important;
}
.gooddesign .txt .logo {
    width: 90%;
    padding: 5%;
}
.gooddesign .txt .logo .gdlogo {
    width: 30%;
}
.gooddesign .txt .logo .detail {
    width: 65%;
    font-size: 2.0rem !important;
}
h2.good {
    font-size: 2.8rem !important;
}
.gooddesign h2.good span {
    font-size: 2.4rem;
    margin: 20px 0 0;
}
}
    



/* SDAアワード
---------------------------------------------------------------------------------*/
.chitose_img {
    width: 90%;
    margin: 0 auto 70px;
}

.sda_award {
    width: 50%;
    margin: 60px auto;
}
.sda_award .logo {
    width: 25%;
    margin: 0 auto 50px !important;
}
.sda_award .txt {
    font-size: 14px !important;
}

@media screen and (max-width: 1440px) {
.chitose_img {
    width: 100%;
    margin: 0 auto 70px;
}
.sda_award {
    width: 60%;
}
.sda_award .logo {
    width: 50%;
}
}

@media screen and (max-width: 1024px) {
.sda_award {
    width: 60%;
}
}

@media screen and (max-width: 750px) {
.sda_award .logo {
    width: 70%;
}
.sda_award .txt {
    font-size: 2.0rem !important;
}
}


/* テクノパーク統括工場概要
---------------------------------------------------------------------------------*/
.chitose__detail {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chitose__detail p {
    width: 68%;
}
.chitose__detail .detail {
    width: 30%;
}
.chitose__detail .detail h3 {
    font-size: 20px;
}

.chitose__detail .detail .chitoseTP {
    text-align: left !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.chitose__detail .detail .chitoseTP dt {
    font-size: 18px !important;
    width: 5em;
    line-height: 1.8;
}
.chitose__detail .detail .chitoseTP dd {
    font-size: 18px !important;
    width: 70%;
    line-height: 1.8;
    margin-left: 1em;
    text-indent: -1em;
}
.chitose__detail .detail .chitoseTP dd::before {
    content: "：";
}

.chitose__detail a.btn {
    display: block;
    margin: 20px auto;
    padding: 15px;
    background: #cc0600;
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}
.chitose__detail a.btn:hover {
    opacity: 0.8;
}
.chitose__detail .hosoku {
    font-size: 14px !important;
    width: 100%;
}

@media screen and (max-width: 1440px) {
.chitose__detail {
    max-width: 90%;
}
.chitose__detail .detail .chitoseTP dt {
    font-size: 14px !important;
}
.chitose__detail .detail .chitoseTP dd {
    font-size: 14px !important;
}
}

@media screen and (max-width: 1024px) {
.chitose__detail {
    display: block;
}
.chitose__detail p {
    width: 100%;
}
.chitose__detail .detail {
    width: 40%;
    margin: 0 auto;
}
.chitose__detail .detail h3 {
    text-align: center;
}

.chitose__detail .detail .chitoseTP {
    flex-wrap: wrap;
}
.chitose__detail .detail .chitoseTP dt {
    font-size: 16px !important;
    width: 5em;
}
.chitose__detail .detail .chitoseTP dd {
    font-size: 16px !important;
    width: 70%;
}
.chitose__detail .detail .chitoseTP dd::before {
    content: "：";
}
}

@media screen and (max-width: 768px) {
.chitose__detail .detail {
    width: 70%;
    margin: 0 auto;
}

.chitose__detail .detail .chitoseTP {
    flex-wrap: wrap;
}
.chitose__detail .detail .chitoseTP dt {
    font-size: 16px !important;
    width: 5em;
}
.chitose__detail .detail .chitoseTP dd {
    font-size: 16px !important;
    width: 70%;
}
}

@media screen and (max-width: 750px) {
.chitose__detail .detail {
    width: 90%;
    margin: 0 auto;
}
.chitose__detail .detail h3 {
    font-size: 3.0rem !important;
}
.chitose__detail .detail .chitoseTP dt {
    font-size: 2.4rem !important;
    width: 5em;
}
.chitose__detail .detail .chitoseTP dd {
    font-size: 2.4rem !important;
    width: 70%;
}
.chitose__detail a.btn {
    font-size: 2.8rem !important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.chitose__detail .hosoku {
    font-size: 2.8rem !important;
    width: 100%;
}
}






