@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');
html{
    font-size: 62.5%;
}
body {
    font-size:1.6rem;
    font-feature-settings: 'palt';
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: 'Noto Sans Japanese';
    line-height: 1.8;
    color: #111111;
    box-sizing: border-box;
    text-align: left;
    text-align: justify;
}
img{
    display: block;
    max-width: 100%;
    margin: auto;
}
a{
	color: #000;
}
.color_w{
    color: #fff !important;
}
.bg_gray{
    background: #f4f7f9;
}
.bb_blue{
    border-bottom: 4px solid #1c4381;
}
.bb_gray{
    border-bottom: 4px solid #dfdfdf;
}
.bb_no{
    border-bottom:  none !important;
}
.mb2{
    margin-bottom: 2rem;
}
.pb10{
    padding-bottom: 10rem;
}
@media screen and (max-width:890px) {
.pb10{
    padding-bottom: 7rem;
}

}
.ttl_01{
    font-size: 3.6rem;
}
.ttl_02{
    font-size: 2.6rem;
}
.ttl_span01{
    display: block;
    margin: 5rem 0;
    font-size: 2.8rem;
    color: #919191;
}
.ttl_span01.m0{
    margin: 0;
}

.ttl_span02{
    display: block;
    margin-bottom: 5rem;
    font-size: 2.1rem;
    color: #919191;
}
.header_ttl{
    background: #1c4381;
    color: #fff;
    padding: 3rem 3rem 3.5rem;
    text-align: center;
}
.header_ttl span{
    display: block;
    line-height: 1;
}
.lower_ttl01{
    font-size: 3.6rem;
    text-align: center;
    padding: 10rem 3rem 5rem;
}
.lower_ttl02{
    font-size: 2.8rem;
}
.lower_ttl01 .lower_ttl01_span{
    display: block;
    font-size: 2.8rem;
    color: #919191;
}
@media screen and (max-width:890px) {
.header_ttl{
    padding: 2rem 3rem 2.5rem;
    font-size: 2.8rem;
}
.header_ttl span{
font-size: 2.2rem;
}
.lower_ttl01{
    font-size: 2.4rem;
    padding: 3rem;
}
.lower_ttl02{
    font-size: 2.2rem;
}
.lower_ttl01 .lower_ttl01_span{
    font-size: 1.8rem;
}
}
@media screen and (max-width:680px) {
.ttl_01{
    font-size: 2.2rem;
}
.ttl_02{
    font-size: 2.2rem;
}
.ttl_span01{
    margin: 2rem 0;
    font-size: 2.2rem;
}
.ttl_span02{
    margin-bottom: 2rem;
    font-size: 1.8rem;
}
}
.w1375,
.w1200,
.w600{
    display: block;
    width: 100%;
    margin: auto;
}
.w1375{
    max-width: 1375px;
}
.w1200{
    max-width: 1200px;
}
.w600{
    max-width: 600px;
}
.inner{
    padding: 8rem 0;
}
@media screen and (max-width:1375px) {
.w1375,
.w1200,
.w600{
    max-width: 95%;
}
}
.flex_set{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pc{
    display: block;
}
@media screen and (max-width:650px) {
.pc{
    display: none !important;
}
}
.header_wrap{
    padding: 1rem 5rem;
    background: #fff;
    align-items: center;
}
.logo,
.logo img{
    max-width: 300px;
}
.g_nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu__button{
    display: none;
}
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}
@media screen and (max-width:1375px) {
.logo,
.logo img{
    max-width: 250px;
    margin: 0 auto 10px;
}
.menu{
    width: 100%;
}
.g_nav{
    width: 100%;
    justify-content: center;
}
}
.header_nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header_nav li a{
    display: block;
    padding-left: 2rem;
}
.header_nav li a:after{
    content: "|";
    padding-left: 2rem;
}
.header_nav li:last-child a:after{
    content: "";
}
.header_contact_btn{
    display: block;
    padding: 0.2rem 2rem;
    background: #1c4380;
    border: 1px solid #1c4380;
    color: #fff;
    transition: .5s;
}
.header_contact_btn:hover{
    background: #fff;
    color: #1c4380;
}
@media screen and (max-width:890px) {
.logo{
    margin: 0 auto;
}
.header_nav,
.g_nav{
    flex-wrap: wrap;
    text-align: center;
}
.g_nav{
    margin-top: 100px;
}
.header_nav li {
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #000;
}
.header_nav li a:after,
.header_nav li:last-child a:after{
    display: none;
}
.header_contact_btn{
    width: 82%;
    padding: 1rem;
    margin: 3rem auto;
}
.menu {
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(255,255,255,1);
    transition: width .2s;
    overflow: hidden;
    z-index: 1000;
}
.menu--isOpen {
    width: 350px;
}
.menu__button {
    display: block;
    position: fixed;
    right: 10px;
    top: 5px;
    width: 46px;
    height: 46px;
    border-radius: 5px;
    z-index: 10000;
}
.menu__button span {
    display: block;
    width: 80%;
    margin: auto;
    height: 4px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100% - 4px)/2);
    border-radius: 3px;
    transition: .2s;
}
.menu__lineTop {
      transform: translateY(-10px);
}
.menu__lineBottom {
    transform: translateY(10px);
}
.menu--isOpen .menu__lineTop {
    transform: rotate(45deg);  
}
.menu--isOpen .menu__lineMiddle {
    opacity: 0;
}
.menu--isOpen .menu__lineBottom {
    transform: rotate(-45deg);  
}
}
.main_img img{
    width: 100%;
}
.footer_bg{
    background: url(../img/com/bg_footer.jpg) no-repeat center center;
    background-size: cover;
    padding: 10rem 0 1rem;
    color: #fff;
}
.footer_bg .w1200{
    position: relative;
}
.footer_bg a{
    color: #fff;
}
.footer_logo{
    width: 390px;
    max-width: 90%;
    margin: auto;
}
.footer_cont_wrap{
    max-width: 900px;
    padding: 5rem 0 10rem 10rem;
}
.footer_cont{
    width: 30%;
}
.footer_cont ul{
    margin-bottom: 3rem;
}
.footer_cont ul li:before{
    content: "－";
    margin-right: 1rem;
}
.footer_cont .line{
    border-bottom: 0.5px solid #fff;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.tel_top{
    margin-top: 5rem;
}
.footer_tel{
    font-size: 3.5rem;
    font-weight: bold;
}
.footer_contact_btn{
    border:1px solid #fff;
    padding: 1rem;
    text-align: center;
    margin-top: 1rem;
    transition: .5s;
}
.footer_contact_btn:hover{
    background: #052b63;
}
.footer_contact_btn img{
    display: inline;
    margin: -5px 10px 0 -10px;
}
.footer_bg .to_top_btn{
    width: 65px;
    position: absolute;
    bottom: 15rem;
    right: 0;
    transition: .5s;
}
.footer_bg .to_top_btn:hover{
    bottom: 16rem;
}
.copy{
    text-align: center;
}
@media screen and (max-width:1375px) {
.footer_cont_wrap{
    padding: 5rem 0 10rem 0;
}
.footer_bg .to_top_btn{
    bottom: 5rem;
}
.footer_bg .to_top_btn:hover{
    bottom: 6rem;

}
}
@media screen and (max-width: 890px) {
.footer_bg{
    padding: 5rem 0 1rem;
}
.footer_cont{
    display: none;
}
.footer_cont.cont03{
    display: block;
    width: 100%;
}
}
@media screen and (max-width:680px) {
.footer_bg{
    padding: 3rem 0 1rem;
}
    .tel_top{
        margin-top: 2rem;
    }
    .footer_cont_wrap{
        padding: 2rem 0 10rem 0;
    }
}
.news_ico {
    padding: 2.5rem 0 .5rem;
}
.news_ico:after{
    display: inline-block;
    width: 100px;
    font-size: 1.3rem;
    text-align: center;
    border: 1px solid #fff;
    margin-top: -2px;
    margin-left: 2rem;
    padding: 0.2rem 0;
}
.news_article .news_ico:after{
    border: 1px solid #1c4381;
}

.news:after{
    content: "お知らせ";
}
.new_product:after{
    content: "新商品";
    background: #fff;
    color: #1c4380;
}
.table_style01{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.table_style01 a{color: mediumblue;
font-weight: bold;
}
.table_style01 dt,
.table_style01 dd{
    padding: 0 1rem 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #707070;
}
.table_style01 dt{
    width: 20%;
}
.table_style01 dd{
    width: 80%;
}
@media screen and (max-width:890px) {
.table_style01 dt,
.table_style01 dd{
    width: 100%;
}
.table_style01 dt{
    padding: 0.5rem 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid #1c4381;
    border-left: 5px solid #1c4381;
    color: #1c4381;
}
.table_style01 dd{
    padding: 0 1rem 0;
    margin-bottom: 2rem;
    border-bottom: none;
}
}
.btn_blue{
    text-align: center;
}
.btn_blue a{
    display: inline-block;
    background: #1c4381;
    font-size: 1.5rem;
    color: #fff;
    padding: 1.5rem 7rem;
    border: 2px solid #1c4381;
    border-radius: 5px;
    transition: .5s;
}
.btn_blue a:hover{
    background: #fff;
    color: #1c4381;
}
.footer_btn a{
    display: block;
    width: 100%;
    background: #1c4380;
    color: #fff;
    border-top: 2px solid #1c4380;
    padding: 0.5rem 0;
    text-align: center;
}
.footer_btn a{
    display: block;
    width: 100%;
    background: #1c4380;
    color: #fff;
    border-top: 2px solid #1c4380;
    padding: 0.5rem 0;
    text-align: center;
    transition: .5s;
}
.footer_btn a:hover{
    opacity: .7;
}
.tel_banner a{
    display: block;
    background: #fff;
    padding: 4rem;
    text-align: center;
    font-weight: bold;
    border: 2px solid #e0e0e0;
    margin-bottom: 10rem;
    transition: .5s;
}
.fs17{
    font-size: 1.7rem;
    margin-top: -1.5rem;
}
.fs24{
    font-size: 2.4rem;
}
.fs20{
    font-size: 2rem;
}
.tel{
    font-size: 4.3rem;
    color: #1c4381;
    padding: 2rem;
    transition: .5s;
}
.sns_icon{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sns_icon img{
width:40px;	
	margin:20px;
}
@media screen and (max-width:890px) {
.tel_banner a{
    padding: 1rem;
    margin-bottom: 5rem;
}
.fs17{
    font-size: 1.4rem;
}
.fs24{
    font-size: 2rem;
}
.fs20{
    font-size: 1.6rem;
}
.tel{
    font-size: 2.8rem;
    padding: 2rem 1rem;
	}}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}