@charset "UTF-8";

/* ------- common ------------------------- */

*,*:before,*:after {
    box-sizing: border-box;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style-type: none;
}

.flex {
    display: flex;
}

.for_spn {
    display: none;
}

.for_spn_spn {
    display: none;
}

.for_pc {
    display: inline;
}

.for_pc_pc {
    display: inline;
}

.main_menu nav ul li a:hover,
.footer_right a:hover,
.footer_left p a:hover {
    opacity: 0.7;
}

/* --------- ハンバーガー ------------------------------- */

header {
    position: absolute;
    z-index: 1;
}

.logo_menu {
    position: fixed;
    z-index: 100;
    align-items: center;
    padding: 15px 0 0 15px;
}

.logo_menu h1 img {
    width: 200px;
    margin: 0 0 0 13px;
}

.open {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 25px;
    margin: 0 0 3px 0;
}

.open:hover {
    cursor : pointer;
}

.open span {
    position: absolute;
    width: 16px;
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #002f6c;
    z-index: 5;
}

.open span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    top: 5px;
    background-color: #002f6c;
}

.open span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    bottom: 5px;
    background-color: #002f6c;
}

.main_menu {
    position: absolute;
    transition: all 0.3s;
    background-color: #fff;
    opacity: 0.8;
    left: -100vw;
    top: 0;
    width: 270px;
    height: 430px;
}

.main_menu div {
    align-items: center;
    padding: 15px 0 0 15px;
}

.main_menu img {
    width: 200px;
    margin: 0 0 0 12px;
}

.main_menu .close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.main_menu .close span {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
    top: 50%;
    background-color: #002f6c;
    transform: rotate(45deg);
}

.main_menu .close:hover {
    cursor : pointer;
}

.main_menu .close span:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #002f6c;
    transform: rotate(90deg);
}

.main_menu nav ul {
    flex-direction: column;
    height: 300px;
    margin: 20px 0 0 0;
}

.main_menu nav ul li  {
    height: 60px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}

.main_menu nav ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #002f6c;
}

input[type="checkbox"] {
    position: absolute;
    left: -50vw;
}

input[type=checkbox]:checked ~ .main_menu {
    left: 0;
    top: 0;
}




/* ーーーーー トップイメージ ------------------------ */

.hidden {
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100vh;
}

.slider li .trans {
    position: absolute;
    align-items: center;
    justify-content: space-around;
    top: 33%;
    width: 100%;
    height: 15vh;
    background-color: rgba(0,47,108,0.6);
}

.slider li .catchcopy {
    /* position: absolute; */
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    color: #fff;
}

.slider li .catchcopy h2 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
     "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
      "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2em;
    padding: 0 0 10px 0;
    letter-spacing: 1px;
}

.slider li .catchcopy p {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
     "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
      "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1em;
    line-height: 1.7em;
    letter-spacing: 1px;
}

.slider li {
    text-align: center;
}

.slider li img {
    width: 101%;
}


/* ーーーーー scroll ーーーーーーーーーーーーーーーーーーーーーーーー */

.scroll {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 5vh;
}

.scroll p {
    font-weight: bold;
    color: #fff;
}

.scroll div {
    position: absolute;
    width: 0;
    height: 0;
    top: 25px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}


/* ーーーーー page top ーーーーーーーーーーーーーーーーーー */

.page-top {
    display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p {
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 20px ;
	bottom: 20px ;
}
 
.move-page-top {
	display: block ;
	background: #002f6c;
	width: 40px ;
	height: 40px ;

	color: #fff ;
	line-height: 40px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

.move-page-top:hover {
    opacity: 0.85 ;
    cursor: pointer;
}

/* ーーーーーーー ニュース ーーーーーーーーーーーーーーーーーーーーー */

#news {
    width: 1000px;
    margin: 0 auto;
    padding: 1vh 0 3vh 0;
}

#news h3 {
    text-align: center;
    font-size: 1.7em;
    padding: 1vh 0 2vh 0;
    color: #002f6c;
}

.news_inner {
    width: 100%;
    justify-content: space-around;
}

.topic {
    width: 30%;
    text-align: center;
}

.topic:hover {
    opacity: 0.8;
}

.topic img {
    width: 100%;
}

.topic a {
    display: block;
}

.topic p {
    padding: 0.8vh 0 0 0;
}




/* ーーーーーーー プロダクト ーーーーーーーーーーーーーーーーーーーーー */


.pro_text,
.pro_text2 {
    position: relative;
    width: 50%;
}

.pro_text a {
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #002f6c;
}

.pro_text2 a {
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f5fbfe;
}

.pro_text a:hover {
    box-shadow: 0 12px 12px gray;
    transform: translateY(-8px);
    opacity: 0.9;
}

.pro_text2 a:hover {
    box-shadow: 0 12px 12px gray;
    transform: translateY(-8px);
    opacity: 0.7;
}

.pro_text div,
.pro_text2 div {
    padding: 0 0 0 3vw;
}

.pro_text h3 {
    font-size: 1.7em;
    font-weight: normal;
    color: #fff;
}

.pro_text2 h3 {
    font-size: 1.7em;
    font-weight: normal;
    color: #002f6c;
}

.pro_text div h3 span,
.pro_text2 div h3 span {
    font-size: 0.6em;
    font-weight: normal;
}

.pro_text p {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
    margin: 1.5vh 0 0 0;
}

.pro_text2 p {
    font-size: 1em;
    line-height: 1.5em;
    color: #002f6c;
    margin: 1vh 0 0 0;
}

.pro_img {
    width: 50%;
}

.pro_img img {
    width: 100%;
/*    vertical-align: ;*/
}

/* .click_here {
    display: none;
} */

/* ーーーー コンタクト　ーーーーーーーーーーーーーーーーーーーーーーー */

.create_image {
    background-image: url(../img/top/create_image.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 5vh 0;
}

.contact_now {
    background-color: #002f6c;
    opacity: 0.8;
    width: 1000px;
    margin: 0 auto;
    padding: 4vh 0;
}

.contact_now h3 {
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 0 2vh 0;
}

.contact_now > div {
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

.telephone,
.to_mail {
    border: 1px solid #fff;
    width: 48%;
    align-items: center;
}

.telephone a,
.to_mail a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2vh 0;
}

.telephone a {
    pointer-events: none;
}

.telephone a:hover,
.to_mail a:hover {
    opacity: 0.5;
}

.telephone a div,
.to_mail a div {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
    color: #fff;
}

.contact_now div img {
    width: 40px;
}

.contact_now div p {
    font-size: 1.1em;
    padding: 0 0 0 0.5vw;
}

.contact_now .telephone p {
    font-size: 1.6em;
    line-height: 0.8em;
    letter-spacing: 0.1em;
}

.contact_now div p span {
    font-size: 0.6em;
    letter-spacing: 0.07em;
}




/* ーーーーーーー フッター ーーーーーーーーーーーーーーーーーーーーー */

footer {
    background-color: #002f6c;
    padding: 100px 0 60px;
}

.footer_inner {
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
}

.footer_left img {
/*    width: 250px;*/
    padding: 0 0 0.6vh 0;
}

.footer_left address p {
    font-size: 0.7em;
    font-style: normal;
    line-height: 1.5em;
    padding: 1vh 0;
    color: #fff;
}

.footer_left address:last-of-type {
    padding: 0 0 1vh 0;
}

.footer_left p a {
    font-size: 0.8em;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.15em;
}

.footer_right  {
    color: #fff;
    padding: 3.2vh 0 0 2.5vw;
}

.footer_right h4 {
    font-size: 0.9em;
    color: #fff;
    padding: 0 0 0.6vh 0;
}

.footer_right p {
    font-size: 0.8em;
    color: #fff;
    padding: 0 0 0.6vh 0.7vw;
    border-left: 1px solid #fff;
    line-height: 2em;
}

.footer_right h4 {
    font-size: 0.9em;
    color: #fff;
    padding: 0 0 0.6vh 0;
}

.footer_right div {
    width: 100%;
    justify-content: space-between;
}

.footer_right div h4 {
    padding: 1.5vh 0 0 0;
}


.other_logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    width: 1000px;
    padding: 2vh 0;
    margin: 3vh auto 0 auto;
    border-radius: 10px;
}

.other_logos_inner {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
}

.other_logos_inner li {
    padding: 0.5vh;
}

.other_logos p {
    font-size: 0.8em;
    text-align: center;
    padding: 0.5vh 0;
}

.other_logos_inner .flex {
    align-items: center;
}

.other_logos_inner li a:hover{
    opacity: 0.7;
}

.other_logos_inner li p {
    font-size: 0.6em;
    line-height: 1.2em;
    text-align: left;
    padding: 0 0 0 0.3vw;
}

footer .privacy {
    font-size: 1em;
    color: #fff;
    text-align: center;
    padding: 50px 0 0 0;
}

footer .privacy a:hover {
    opacity: 0.7;
}

footer .copyright {
    font-size: 0.8em;
    color: #fff;
    text-align: center;
    padding: 50px 0 0 0;
}

footer .copyright small,
footer .privacy small {
    color: #fff;
}






@media screen and (max-width: 2200px) {

    .slider li .trans {
        position: absolute;
        top: 35%;
        width: 100%;
        height: 15vh;
        background-color: rgba(0,47,108,0.6);
    }
    
}




@media screen and (max-width: 1900px) { 

    .slider {
        width: 100%;
        height: 85vh;
    }
    
    .slider li .trans {
        position: absolute;
        top: 37%;
        width: 100%;
        height: 15vh;
        background-color: rgba(0,47,108,0.6);
    }

    .scroll {
        visibility: hidden;
    }
    
}



@media screen and (max-width: 1500px) { 

    .slider {
        width: 100%;
        height: 65vh;
    }
    
    .slider li .trans {
        position: absolute;
        top: 35%;
        width: 100%;
        height: 15vh;
        background-color: rgba(0,47,108,0.6);
    }

    .scroll {
        visibility: hidden;
    }

}



@media screen and (max-width: 1200px) { 

    .slider {
        width: 100%;
        height: 50vh;
    }
    
    .slider li .trans {
        position: absolute;
        top: 35%;
        width: 100%;
        height: 15vh;
        background-color: rgba(0,47,108,0.6);
    }

    .scroll {
        visibility: hidden;
    }

    /* ーーーーーーー ニュース ーーーーーーーーーーーーーーーーーーーーー */

    #news {
        width: 80%;
    }

    #news h3 {
        font-size: 1.5em;
    }

    .topic p {
        font-size: 0.9em;
    }


    /* ーーーーーーー プロダクト ーーーーーーーーーーーーーーーーーーーーー */

    .pro_text div h3,
    .pro_text2 div h3 {
        font-size: 1.4em;
    }

    .pro_text div h3 span,
    .pro_text2 div h3 span {
        font-size: 0.6em;
    }

    .pro_text div p,
    .pro_text2 div p,
    .click_here {
        font-size: 0.8em;
    }

    .click_here {
        display: block;
        text-align: left;
        padding: 0.5vh 0;
    }

    .pro_text:after {
        display: none;
    }
    
    .pro_text2:after {
        display: none;
    }
    
}



@media screen and (max-width: 1000px) { 

    .slider {
        width: 100%;
        height: 45vh;
    }
    
    .slider li .trans {
        position: absolute;
        top: 37%;
        width: 100%;
        height: 15vh;
        background-color: rgba(0,47,108,0.6);
    }

    .slider li .catchcopy {
        position: absolute;
        top: 16%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        z-index: 10;
        color: #fff;
    }
    
    .slider li .catchcopy h2 {
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
         "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
          "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 40px;
        padding: 0 0 10px 0;
        letter-spacing: 1px;
    }
    
    .slider li .catchcopy p {
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
         "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
          "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 0.9em;
        line-height: 1.7em;
        letter-spacing: 1px;
    }

    #news {
        padding: 1vh 0;
        margin: 0 auto 20px;
    }
    
    .scroll {
        visibility: hidden;
    }

    .other_logos {
        width: 100%;
    }

    .other_logos_inner {
        width: 90%;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .other_logos p {
        font-size: 0.7em;
    }


    /* ーーーー コンタクト　ーーーーーーーーーーーーーーーーーーーーーーー */

    .contact_now {
        width: 100%;
    }

    .contact_now > div {
        width: 90%;
    }
    
}




@media screen and (max-width: 800px) { 

    .for_spn {
        display: inline;
    }

    .for_pc {
        display: none;
    }

    .slider {
        width: 100%;
        height: 40vh;
    }
    
    .slider li .trans {
        position: absolute;
        top: 33%;
        width: 100%;
        height: 18vh;
        background-color: rgba(0,47,108,0.6);
    }

    .slider li .catchcopy {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        z-index: 10;
        color: #fff;
    }
    
    .slider li .catchcopy h2 {
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
         "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
          "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 30px;
        padding: 0 0 10px 0;
        letter-spacing: 1px;
    }
    
    .slider li .catchcopy p {
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
         "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
          "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 0.9em;
        line-height: 1.7em;
        letter-spacing: 1px;
    }
    
    .scroll {
        visibility: hidden;
    }


    /* ーーーーーーー プロダクト ーーーーーーーーーーーーーーーーーーーーー */

    .pro_text div h3,
    .pro_text2 div h3 {
        font-size: 1.1em;
    }

    .pro_text div h3 span,
    .pro_text2 div h3 span {
        font-size: 0.6em;
    }

    .pro_text div p,
    .pro_text2 div p {
        font-size: 0.8em;
    }


    /* ーーーーーーー ニュース ーーーーーーーーーーーーーーーーーーーーー */

    #news {
        width: 90%;
        margin: 10px auto;
    }

    #news h3 {
        font-size: 1.5em;
    }

    .topic p {
        font-size: 0.8em;
    }


    /* ーーーーーーー フッター ーーーーーーーーーーーーーーーーーーーーー */


    footer {
        background-color: #002f6c;
        padding: 0 0 40px 0;
        margin: 0;
    }

    .footer_inner {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .footer_left {
        order: 2;
        text-align: center;
        padding: 3vh 0 0 0;
    }

    .footer_left img {
        width: 250px;
        padding: 0 0 0 0;
    }

    .footer_left address {
        flex-direction: column;
        padding: 2vh 0 0 0;
    }

    .footer_left address p {
        font-size: 0.7em;
        font-style: normal;
        padding: 0 0 0.3vh;
        color: #fff;
    }

    .footer_left address:last-of-type {
        padding: 2vh 0 2vh 0;
    }

    .footer_left p a {
        font-size: 0.8em;
        font-style: normal;
        color: #fff;
        letter-spacing: 0.15em;
    }
    
    .footer_right {
        display: none;
    }

    footer .copyright {
        font-size: 0.8em;
        color: #fff;
        text-align: center;
        padding: 20px 0 0 0;
    }

}



@media screen and (max-width: 600px) { 

    .for_spn {
        display: inline;
    }

    .slider {
        width: 100%;
        height: 30vh;
    }
    
    .slider li .trans {
        position: absolute;
        top: 32%;
        width: 100%;
        height: 13vh;
        background-color: rgba(0,47,108,0.6);
    }

    .slider li .catchcopy {
        position: absolute;
        top: 18%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        z-index: 10;
        color: #fff;
    }
    
    .slider li .catchcopy h2 {
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
         "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
          "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 23px;
        padding: 0 0 7px 0;
        letter-spacing: 1px;
    }
    
    .slider li .catchcopy p {
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
         "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
          "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 0.8em;
        line-height: 1.7em;
        letter-spacing: 1px;
    }
    
    .scroll {
        visibility: hidden;
    }

   /* ーーーーーーー ニュース ーーーーーーーーーーーーーーーーーーーーー */

   #news {
        width: 95%;
        margin: 10px auto;
        padding: 0 0 2vh 0;
    }

    #news h3 {
        font-size: 1.5em;
        padding: 0 0 1vh 0;
    }

    .topic p {
        font-size: 0.7em;
    }


    /* ーーーーーーー プロダクト ーーーーーーーーーーーーーーーーーーーーー */

    .product_article {
        flex-direction: column;
    }

    .pro_text,
    .pro_text2 {
        width: 100%;
    }

    .pro_text {
        order: 1;
    }

    .pro_text a:hover,
    .pro_text2 a:hover {
        opacity: 1;
        box-shadow: 0 12px 12px gray;
        transform: translateY(-3px);
    }

    .pro_text div,
    .pro_text2 div {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 4vh 0;
        text-align: center;
    }

    .pro_img {
        width: 100%;
        height: 25vh;
    }

    .pro_img img {
        width: 100%;
    }

    .click_here {
        text-align: center;
    }

    /* ーーーー コンタクト　ーーーーーーーーーーーーーーーーーーーーーーー */

    .contact_now h3 {
        font-size: 1.2em;
    }

    .contact_now div img {
        width: 30px;
    }

    .contact_now div p {
        font-size: 0.9em;
        padding: 0 0 0 1.5vw;
    }

    .contact_now .telephone p {
        font-size: 1.3em;
    }

}



@media screen and (max-width: 480px) { 

    .for_spn {
        display: inline;
    }

    .for_spn_spn {
        display: inline;
    }

    .for_pc {
        display: none;
    }

    .for_pc_pc {
        display: none;
    }

    /* --------- ハンバーガーの中 ------------------------------- */

    header {
        width: 100%;
    }

    header h2 {
        font-size: 1.2em;
    }

    .logo_menu {
        height: 6vh;
        justify-content: space-between;
        padding: 0 6vw 0 4vw;
        width: 100%;
    }

    .logo_menu h1 img {
        width: 120px;
        margin: 0 0 2px 0;
    }

    .open {
        width: 20px;
        height: 20px;
        margin: 0;
        order: 2;
    }

    .open span,
    .open span:before,
    .open span:after {
        width: 10px;
    }

    .open span:before {
        top: 3px;
    }
    
    .open span:after {
        bottom: 3px;
    }

    .main_menu {
        opacity: 1;
        width: 100vw;
        height: 100vh;
        padding: 0 6vw 0 4vw;
    }

    .main_menu div {
        justify-content: space-between;
        align-items: center;
        height: 8vh;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .main_menu img {
        width: 120px;
        margin: 0;
        padding: 0;
        margin-right: auto;
    }

    .main_menu .close {
        width: 20px;
        height: 20px;
        order: 1;
    }
    
    .main_menu .close span {
        width: 20px;
    }

    .main_menu .close span:after {
        width: 20px;
    }

    .main_menu nav ul {
        flex-direction: column;
        height: 30vh;
        margin: 3vh 0 0 0;
    }

    .main_menu nav ul li  {
        height: 8vh;
        line-height: 8vh;
    }

    .main_menu nav ul li a {
        width: 80%;
        margin: 0 auto;
        font-size: 0.8em;
    }

    /* ーーーー totop　ーーーーーーーーーーーーーーーーーーーーーーーー */

    .move-page-top {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }

    .page-top p {
        right: 20px ;
        bottom: 10px ;
        font-size: 0.7em;
    }

    /* ーーーーー トップイメージ ------------------------ */


    .slider li .trans {
        /* top: 30%;
        height: 35vh; */
        top: 0%;
        height: 100vh;
        background-color: rgba(0,47,108,0.6);
    }

    .slider li .catchcopy {
        top: 11%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        z-index: 10;
        color: #fff;
    }
    
    .slider li .catchcopy h2 {
        font-size: 0.9em;
        font-weight: bold;
        padding: 0 0 5px 0;
        letter-spacing: 1px;
    }
    
    .slider li .catchcopy p {
        font-size: 0.5em;
        font-weight: bold;
        line-height: 2em;
        letter-spacing: 1px;
    }
    
    .scroll {
        visibility: hidden;
    }
    
    /* ーーーーーーー ニュース ーーーーーーーーーーーーーーーーーーーーー */

    #news {
        width: 90%;
        margin: 10px auto;
        padding: 3vh 0;
    }

    #news h3 {
        font-size: 1.2em;
        padding: 0 0 1vh 0;
    }

    .topic p {
        font-size: 0.6em;
    }

    /* ーーーーーーー プロダクト ーーーーーーーーーーーーーーーーーーーーー */


    .pro_text div h3,
    .pro_text2 div h3 {
        font-size: 1em;
    }

    .pro_text div p,
    .pro_text2 div p,
    .click_here {
        font-size: 0.6em;
    }

    .pro_img {
        height: 30vh;
    }

    /* ーーーー コンタクト　ーーーーーーーーーーーーーーーーーーーーーーー */

    .contact_now {
        width: 90%;
    }

    .contact_now h3 {
        font-size: 1em;
        padding: 0 0 3vh 0;
    }

    .contact_now > div {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .telephone,
    .to_mail {
        width: 90%;
    }

    .to_mail {
        margin: 3vh 0 0 0;
    }

    .telephone a {
        pointer-events: auto;
    }

    .contact_now div img {
        width: 30px;
    }

    .contact_now div p {
        font-size: 0.8em;
        padding: 0 0 0 2vw;
    }

    .contact_now .telephone p {
        font-size: 1.1em;
        line-height: 0.8em;
        letter-spacing: 0.1em;
    }

    .contact_now div p span {
        font-size: 0.6em;
        letter-spacing: 0.07em;
    }


    /* ーーーーーーー フッター ーーーーーーーーーーーーーーーーーーーーー */

    footer {
        background-color: #002f6c;
        padding: 3vh 0;
    }

    .footer_inner {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .footer_left {
        order: 2;
        text-align: center;
        padding: 0;
    }

    .footer_left img {
        width: 180px;
        padding: 1vh 0 0 0;
    }

    .footer_left address {
        flex-direction: column;
        padding: 3vh 0 0 0;
    }

    .footer_left address p {
        font-size: 0.5em;
        font-style: normal;
        padding: 0 0 0.3vh;
        color: #fff;
    }

    .footer_left address:last-of-type {
        padding: 3vh 0;
    }

    .footer_left p a {
        font-size: 0.6em;
        font-style: normal;
        color: #fff;
        letter-spacing: 0.15em;
    }

    .footer_right  {
        display: none;
    }

    footer .privacy {
        font-size: 0.8em;
        padding: 2vh 0 0 0;
    }

    footer .copyright {
        font-size: 12px;
        padding: 2vh 0 0 0;
    }

}