@charset "utf-8";


@media (min-width: 1200px) {
    .siteblock-main > .lay-container-xl,
    .siteblock-bottom > .lay-container-xl,
    .siteblock-opt1 > .lay-container-xl{
        max-width: 1500px !important;
    }
}
/*h1*/
.siteblock-main h1 {
    background-color: #f0f5ff;
    font-size: 2.5rem;
}

/*h2*/
.parts_h_type16_en {
    color: #0064cf;
}
/*h3*/
.cparts-id619.cparts-underLineAnimation-active::after {
    color: #0064cf;
}
/*h4*/
.siteblock-main h4 {
    background-color: #e2f0ff;
    color: #0064cf;
    padding: 5px 20px 6px;
    font-weight: bold;
}


/*クリックして展開*/
.cparts-id170--01, .cparts-id170--02 {
    margin-bottom: -5px !important;
    margin-top: 1.5rem;
}
.siteblock-main .cparts-click-block {
    background-color: #F1F5FF !important;
}
.cparts-id170__body-block {
    background-color: #F1F5FF;
    padding: 15px 3vw;
    border-radius: 0px 0px 5px 5px;
}
/*表*/
.siteblock-main table th {
    background-color: #e8f3ff;
}

/*YouTube埋め込み*/
.youtube {
    aspect-ratio: 16 / 9;
    margin-bottom: 3rem;
    width: 100%;
    max-width: 700px;
}


/*================ヘッダー====================*/

.siteblock-header::before {
    background-color: rgba(0, 100, 207, .7);
}
.pagetemp-column1 .siteblock-header,
.pagetemp-column2 .siteblock-header {
    background-color: #0064cf !important;
}
.gd-logo .lay-row {
    align-items: center;
}
.gd-logo .lay-col12-lg-6:nth-of-type(1) {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 0px;
}
.gd-logo .lay-col12-lg-6:nth-of-type(2) {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin-top: 0px !important;
}
.siteblock-header .box {
    margin-bottom: 0px;
}
.sitedesign-headernav-group li.menu-level-0 > a span, .sitedesign-headernav-group li.menu-level-0 > div span {
    font-size: 0.7rem;
}


@media (min-width:1200px) {
.siteblock-header {
    padding: 5px 15px;
}
.sitedesign-headernav-group {
    height: auto !important;
}
.siteblock-header > div > *.sitedesign-headerparts__nofull {
    width: 40%;
}
.siteblock-header > div > *.sitedesign-headerparts__nofull + .sitedesign-headernav, .siteblock-header > div > *.sitedesign-headerparts__nofull + [id*="EDIT-navigation"] {
    width: 60%;
}
}
@media (min-width: 768px) {
    .sitedesign-headernav-group li.menu-level-0 > ul.sitedesign-imgNavi-block > li {
        width: 50%;
    }
    .sitedesign-headernav-group li.menu-level-0 > ul {
    width: 700px;
    justify-content: center;
}
}

/*電話番号と検索*/
.header_tel-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
    margin-bottom: 3px;
}
/*電話番号*/
.header-tel {
    padding: 0px 16px;
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
}
.siteblock-header .freeParts:nth-of-type(2) {
    text-align: right;
}
.siteblock-header .freeParts:nth-of-type(2) .box {
    margin-bottom: 5px;
}
.header-tel .material-icons {
    margin-right: 5px;
    vertical-align: -3px;
    font-size: 1.2rem;
}
/*ページ検索*/
.siteSearch {
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
}
.siteSearch p {
    margin-bottom: 0px;
}
.siteSearch .material-icons {
    color: #fff;
    font-size: 2rem;
    margin-right: 3px;
}
.siteSearch form {
    display: flex;
    align-items: center;
}

.siteSearch input#search-word {
    border-radius: 100px;
    background-color: #ffffff40 !important;
    border-color: #fff !important;
    padding: 8px 15px;
    color: #fff !important;
    font-size: 0.7rem;
}
.siteSearch input#search-button {
    border-radius: 100px;
    padding: 7px;
    width: 65px;
    margin: 0px 10px;
    border: 1px solid #fff;
    font-size: 0.8rem;
}
.siteSearch input#search-button:hover {
    color: #fff;
    background-color: #0064cf;
}

/*吹き出しバナー*/
.fukidashi_banner {
    position: fixed;
    top: 130px;
    left: 15px;
    width: 25vw;
    max-width: 300px;
    transition: 0.3s;
}
.fukidashi_banner:hover {
    scale: 1.05;
    transition: 0.3s;
}
.fukidashi_banner a:hover {
    opacity: 1;
}


/*================アッパー====================*/

.cparts-mainvisual--lg .cparts-img-block {
    height: calc(100vh - 100px) !important;
    opacity: 0.85;
}
.gd_main-slider .slick.box, .gd_main-slider ul#slick-1 {
    margin: 0px;
    height: calc(100vh - 100px) !important;
}
.gd_main-slider .slick-list.draggable, .gd_main-slider .slick-track, .gd_main-slider .slick-track img {
    height: 100% !important;
}
.gd_main-slider .cparts-txt-block {
    font-weight: bold;
}

/*メインビジュアル スライド画像拡大*/
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1); 
  }
}
.add-animation .slick-active img {
  animation: zoomUp 3.5s linear 0s normal both;
}


/*メインビジュアル上テキスト*/
.cparts-id321 .cparts-txt-block {
    text-align: center;
    top: 40vh;
    padding: 0 50px;
}
.cparts-id321 .cparts-id321__ttl {
    text-align: center;
    font-size: min(4vw,65px);
}

/*「試作1点から量産まで対応します」*/
.appeal-text {
    display: inline;
    padding: 5px 20px 7px;
    font-size: min(4.5vw,25px);
    background-color: #0065d199;
}

.siteblock-upper {
    background-color: #e8f3ff;
    padding-bottom: 0px;
}

/*ニュース最新記事*/
.topicsDigest .boxBottom {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: space-around;
}
.topicsDigestBox {
    width: 65%;
}
.topicsDigest {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    max-width: 1700px;
    margin: -32px auto 0;
}
.topicsDigest .box {
    margin-bottom: 0px;
}
.topicsDigest .topicDigestPhoto {
    display: none;
}
.topicsDigest h2 {
    width: 200px;
    margin-bottom: 0px;
    color: #0064cf;
    padding-right: 0px;
    font-size: 1.6rem;
}
.topicsDigest h2::after {
    width: calc(100% - 130px);
    background-color: #0064cf;
    right: 5px;
}
.topicDigestText .topicDate {
    order: 1;
    margin-top: 0;
}
.topicDigestText .topicLink {
    order: 2;
}

.topicDigestText p:not(.topicDate) {
    display: none;
}
h3.topicLink {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.topicDigestLink {
    margin-top: 0px;
    white-space: nowrap;
}
.topicDigestLink a {
    padding: 15px 22px;
    font-size: 0.8rem;
}


/*================メイン====================*/
/*画像スライダー*/
.gd-top_slider li {
    padding: 0px 5px !important;
}

@media (min-width:768px) {
.top_about .lay-row .lay-col12-lg-6:nth-of-type(1) {
    -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
}
.top_about .lay-row .lay-col12-lg-6:nth-of-type(2) {
    -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
}
}

/*================OPT====================*/
.opt2-opt3_flex {
    display: flex;
}
.opt2-opt3_flex .lay-container-xl {
    max-width: 800px;
}
.siteblock-opt2, .siteblock-opt3 {
    flex-basis: 50%;
    background-color: #f0f5ff;
}

@media (min-width:768px) {
.siteblock-opt2 {
    border-right: 2px solid #fff;
}
}


/*カレンダー*/
.businessCalendar h3 {
    display: none;
}
table.calendar {
    background: #fff;
}

/*================フッター====================*/
/*フローティングバナー*/
.contact-banner a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-banner .cparts-link-block {
    padding: 8px !important;
}

/*ページトップボタンが隠れてしまうため*/
.siteblock-footer {
    z-index: auto !important;
}


/*================会社概要ページ====================*/

/*番号リストパーツ*/
.cparts-no-block.dec-txt--primary {
    background-color: #0064cf;
    line-height: 1;
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 100px;
    color: #fff !important;
    font-size: 4rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
[class*="cparts-id542"] h3::after {
    display: none !important;
}
/*当社の取り組み アイコン*/
.initiatives_block .material-icons {
    font-size: 60px;
    margin-bottom: -10px;
}

/*表*/
.siteblock-main .company-info table th {
    background-color: transparent;
    border-bottom: 1px solid #0064cf;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    width: 200px;
}
.siteblock-main .company-info table td {
    border-bottom: 1px solid #ccc;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding: 25px 16px 25px 25px;
}
.company-info table {
    min-width: auto; /*横スクロールなし*/
}


/*================規格品情報ページ（旧：表あり）====================*/

@media (min-width:992px) {
.products-list .lay-col12-lg-5 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.products-list .lay-col12-lg-7 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
}

.products-list .cparts-img-block {
    margin-bottom: 1.5rem;
}
.products-list .cparts-click-block h4 {
    font-size: 1.2rem;
}
.products-list table th, .products-list table td {
    padding: 5px 10px;
    text-align: center;
    font-size: 0.8rem;
}
.products-list table {
    background-color: #fff;
}
.products-list table th {
    background-color: #0064cf;
    color: #fff;
}

/*================規格品情報ページ====================*/


.products_list .dec-btn--primary {
    border-radius: 50px;
    padding: 5px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    font-size: min(1.2vw,16px);
}
.products_list .dec-btn--primary::before {
    border-radius: 50px;
}
.products_list .cparts-id119--02 .lay-col12-xs-6:nth-of-type(1) {
    padding-right: 2px;
}
.products_list .cparts-id119--02 .lay-col12-xs-6:nth-of-type(2) {
    padding-left: 2px;
}
.products_list .material-icons {
    padding-left: 5px;
    font-size: 18px;
}
.products_list .cparts-id119--02 {
    margin-bottom: 1rem;
}

/*ボタンを下に揃える*/
.products_list {
    display: flex;
    flex-direction: column;
}
.products_list .cparts-id119,
.products_list .cparts-id119--02{
    margin-top: auto;
}
.products_list .cparts-id119 .lay-row,
.products_list .cparts-id119--02 .lay-row {
    margin: 0px;
}
.products_list.cparts-id616 .cparts-body-block {
    padding: 1rem 25px !important;
}


/*クリックして展開*/
.products_list .cparts-click-block {
    padding: 15px;
}
.products_list .cparts-click-block h4 {
    font-size: 1rem;
}
.products_list .cparts-id170--02 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.products_list .cparts-id119 {
    margin-bottom: 1rem;
}
.products_list .cparts-id170__body-block {
    margin: 0 15px;
}

/*================素材情報（A）ページ====================*/

/*旧デザイン
.materials-category {
    margin-bottom: 2rem;
}
.materials-category .cparts-body-block {
    background-color: transparent !important;
    border-radius: 20px;
    box-shadow: 3px 3px 10px #ccc;
}
.materials-category .cparts-body-block:hover {
    box-shadow: none;
    transition: 0.3s;
}
.materials-category .cparts-txt-block {
    background-color: #0064cf;
    color: #fff;
    font-weight: bold;
    border-radius: 0 0 20px 20px;
    padding: 5px 1rem;
}

.materials-category .cparts-img-block img {
    border-radius: 20px 20px 0 0;
}
*/

/*素材カテゴリー*/
.materials_category .cparts-img-block {
    box-shadow: 3px 3px 7px #0000002b;
}

.cparts-id552 h6 {
    font-weight: bold;
    padding-left: 25px;
}
.cparts-id552 h6::before {
    content: '⚫︎';
    color: #0064cf;
    position: absolute;
    left: 15px;
}


/*================ニュースページ・お問合せページ====================*/
.siteblock-main .topicsList h1,
.box.topicsArticle h1,
.siteblock-main .mailForm h1,
.box.formConfirm h1,
.box.formComplate h1{
    display: none;
}

/*================検索結果ページ====================*/
.searchResults, .blogSearchResults {
    background-color: #f0f5ff;
    border-radius: 3px;
    padding: 16px;
}

/*==================================================================================================================================


PCのみ


==================================================================================================================================*/

@media (min-width:768px) {
/*改行*/
.br-sp {
    display: none;
}
.topicDigestText {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    width: 100% !important;
}
.topicDigestText p.topicDate {
    width: 120px;
    margin-bottom: 0;
}
/*会社概要ページ ISO*/
.iso .lay-row .lay-col12-xs-12:nth-of-type(1),
.iso .lay-row .lay-col12-xs-12:nth-of-type(3) {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.iso .lay-row > .lay-col12-xs-12:nth-of-type(2),
.iso .lay-row > .lay-col12-xs-12:nth-of-type(4) {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

/*メールフォーム*/
input.checkbox {
    top: 3px;
}
}

@media (min-width:1025px) {
    .cparts-mainvisual--lg .cparts-img-block,
    .gd_main-slider .slick.box, .gd_main-slider ul#slick-1{
    height: calc(100vh - 65px) !important;
}
    .topicsDigest {
        height: 65px;
    }
    .topicDigestLink a {
    padding: 10px 13px;
}
}
 /*==================================================================================================================================


タブレット（大）


==================================================================================================================================*/


@media (max-width:1199px) {

.gd-logo .lay-col12-lg-6:nth-of-type(1) {
    max-width: 70px;
}
.gd-logo .lay-col12-lg-6:nth-of-type(2) {
    max-width: 13rem;
    text-align: left;
}
.gd-logo .lay-row {
    margin: 0 auto;
    max-width: 550px;
    justify-content: center;
}
.header_tel-search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 3px;
}

.fukidashi_banner {
    top: 210px;
}
}


/*==========タブレットのみ============*/

@media (min-width:768px) and (max-width:1199px) {
/*メイン 画像スライダー*/
.cparts-decoslider-block .cparts-txt-block ul {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0px !important;
}
.cparts-decoslider-block .cparts-txt-block ul li {
    width: 100% !important;
}
}


/*==================================================================================================================================


タブレット（小）


==================================================================================================================================*/


@media (max-width:1023px) {
    
/*================アッパー（ニュース）====================*/
    .topicsDigest .boxBottom {
    display: grid;
    grid-template-areas: "A C" "B C";
}
.topicsDigest h2 {
    grid-area: A;
    padding-bottom: 10px;
}
.topicsDigestBox {
    grid-area: B;
    width: auto;
    overflow: hidden;
}
.topicDigestLink {
    grid-area: C;
}


/*================OPT====================*/
.opt2-opt3_flex {
    display: block;
}

/*================規格品情報ページ====================*/
.products_list .dec-btn--primary {
    font-size: min(3vw,13px);
}
}

/*==================================================================================================================================


タブレットのみ


==================================================================================================================================*/

/*規格品情報ページ*/
@media (min-width:768px) and (max-width:991px) {
.products_list .cparts-id119--02 .lay-col12-xs-6 {
    padding: 0px;
}
.products_list .cparts-id119--02 .lay-col12-xs-6:nth-of-type(2) {
    margin-top: 10px !important;
}
}


/*==================================================================================================================================


スマートフォン


==================================================================================================================================*/

@media (max-width:767px) {
/*改行*/
.br-pc {
    display: none;
}
/*ボタン*/
a.dec-btn--size-md {
    padding-right: 3rem;
    padding-left: 3rem;
}
/*================ヘッダー====================*/
.gd-logo .lay-row {
    margin-right: -15px;
    margin-left: -15px;
    justify-content: left;
}
.gd-logo .lay-col12-lg-6:nth-of-type(1)  {
    text-align: center;
    padding-left: 0px;
}
.gd-logo .lay-col12-lg-6:nth-of-type(2) {
    padding-left: 0px;
}

.gd-logo .lay-col12-lg-6:nth-of-type(1) img {
    max-width: 40px;
}
    .cparts-header-block__description {
    font-size: 12px;
}
.sitedesign-headernav-group {
    overflow: scroll;
}
.menu-level-0 {
    border-bottom: 1px dotted #ffffff78;
}
.menu-level-1 {
    font-size: 0.9rem;
}
.menu-level-1:last-child {
    margin-bottom: 10px;
}
.header-tel {
    display: none;
}
    #sitedesign-headernav-input ~ .sitedesign-headernav-group > ul {
        height: auto;
    }
    .header_tel-search {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    flex-direction: column;
    row-gap: 15px;
}
#sitedesign-headernav-input ~ .sitedesign-headernav-group > ul {
    padding-bottom: 7rem;
}

/*================アッパー（メインビジュアル）====================*/

.cparts-id321.cparts-keyimg-block.box.lay-row.lay-no-gutters.dec-bg--primary.cparts-mainvisual--lg {
    height: calc(100vh - 165px) !important;
}
.cparts-mainvisual--lg .cparts-img-block {
    height: calc(100vh - 165px) !important;
}
.gd_main-slider .slick.box, .gd_main-slider ul#slick-1 {
    margin: 0px;
    height: calc(100vh - 165px) !important;
}
.cparts-id321.cparts-keyimg-block.box.lay-row.lay-no-gutters.dec-bg--primary.cparts-mainvisual--lg {
    height: 100vh;
}
.cparts-id321 .cparts-img-block {
    height: 100%;
}
/*メインスライダー上 テキスト*/
.cparts-id321 .cparts-txt-block {
    top: 30vh;
    padding: 0 3vw;
}
.cparts-id321 .cparts-id321__ttl {
    font-size: min(9vw,45px);
}
/*吹き出しバナー*/
.fukidashi_banner {
    top: 70px;
    left: 6px;
    min-width: 200px;
}

/*================アッパー（ニュース）====================*/
.topicsDigest {
    margin: -24px auto 0;
    padding: 0;
}
.topicsDigest .boxBottom {
    grid-template-areas: "A A" "B C";
}
.topicsDigest h2 {
    padding-bottom: 0px;
    font-size: 1.5rem;
}
.topicDigestText {
    flex-direction: column;
    align-items: flex-start;
}
h3.topicLink {
    font-size: 1rem;
}
.topicDigestLink a {
    padding: 10px;
    font-size: 0.7rem;
}


/*================フッター====================*/
.sitedesign-pagetopbtn a {
    padding: 5px;
    width: 40px;
    height: 40px;
}
.sitedesign-pagetopbtn a::before {
    height: 15px;
    width: 15px;
}

/*================会社概要ページ====================*/


/*会社情報*/
.siteblock-main .company-info table th {
    width: 95px;
    padding: 25px 10px;
}
.cparts-no-block.dec-txt--primary {
    width: 70px;
    height: 70px;
}
.initiatives_block .material-icons {
    font-size: 40px;
}

/*ISO*/
.iso .cparts-img-block {
    max-width: 250px;
    margin: 0 auto !important;
}

/*================素材情報ページ====================*/

/*
[class*="cparts-id170"] .cparts-click-block h3[class*="cparts-id170"][class*="__ttl"] {
    font-size: 1.2rem !important;
}
.cparts-id170__body-block .lay-row > .lay-col12-xs-12 {
    margin-top: 0px !important;
    margin-bottom: 1rem;
}
*/

.materials_category {
    margin-top: 0 !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 1rem !important;
}
.materials_category:nth-of-type(n) .lay-row {
    padding: 0 5px 0 15px;
}
.materials_category:nth-of-type(2n) .lay-row {
    padding: 0 15px 0 5px;
}
.materials_category.cparts-id618 > div .cparts-txt-block h4 {
    font-size: 3.3vw !important;
}
.materials_category.cparts-id618 > div .cparts-txt-block {
    padding: 5px 35px 5px 15px;
    max-width: 90%;
}
.materials_category.cparts-id618 > div .cparts-txt-block .cparts-icon-block {
    right: 0.5rem;
    width: 18px;
    height: 18px;
}
.materials_category.cparts-id618 > div .cparts-txt-block .cparts-icon-block::before {
    width: 6px;
    height: 6px;
    border-top: 1.5px solid;
    border-right: 1.5px solid;
}

/*余白*/
.cparts-id552 {
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}




/*================ニュースページ====================*/

.topicsArticle h2 {
    font-size: 20px;
}

/*================検索結果ページ====================*/
.search h1 {
    font-size: 1.5rem;
}
.searchResults {
    padding: 5px 16px;
    font-size: 0.9rem;
}

}
