@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}

body {
    background-color: #FFF;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    /*border-top: 6px solid #1E8CAD;*/
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.img-responsive100 {
    width: 100%;
}

.sidepaddingoff {
    padding-left: 0px;
    padding-right: 0px;
}

.wrap {
    width: 1170px;
    margin: 50px auto 0;

}


.pc {
    display: block;
}

.sp {
    display: none;
}

#maincatch-title-top{
    border-bottom: none;
    padding: 0 0 5px;
    margin: 50px auto 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

#maincatch-title-top-p {
    border-bottom: none;
    padding-top: 20px;
    font-family: "新ゴ R","Shin Go Regular";
    text-align: center;
    font-size: 16px;
}

#page-sub-title {
    border-bottom: 1px solid #000;
    padding: 0 5px 10px;
    margin: 30px 10px 50px;
    font-size: 1.5rem;
}

#page-sub-title2 {
    border-bottom: 1px solid #000;
    padding: 0 0 20px;
    margin: 0 0 40px;
    font-size: 2rem;
}

/*header*/
.header {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    width: 100%;
    padding-top: 50px;
}

.header-top {
    padding-top: 0;
}

.header_left img {
    display: inline-block;
    margin: 0 0px 0 0;
}

.header_right ul {
    display: flex;
    align-items: center;
}

.header_right ul li {
    font-size: 13px;
    margin: 0 0 0 10px;
}

.header_right ul li span {
    font-size: 26px;
    font-family: "Arial Black", Gadget, "sans-serif";
}

.header_tel_tex {
    vertical-align: -20px;
}

.header_tel_tex a {
    text-decoration: none;
    color: #000;
}

/*navi*/
nav.gnav {
 	width: 100%;
    margin: 0 auto 30px;
    box-sizing: border-box;
}

nav.gnav p {
    font-weight: bold;
    font-family:"新ゴ M","Shin Go Medium";
    width: 100%;
    margin: 0 auto;
    padding:10px;
    font-size: 20px;
}

.dropmenu_container {
    width: 100%;
}

.dropmenu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    *zoom: 1;
    list-style-type: none;
    margin: 5px auto;
    padding: 10px 0;
    box-sizing: border-box;
}

.dropmenu li {
    position: relative;
    width: calc(99%/5);
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.dropmenu li a {
    display: block;
    margin: 0;
    padding: 10px 0 10px;
  	color: #333333;
    /* background-color: #51A888; */
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 1px 0 0 0;
    padding: 0;
	width: 100%;
}

.dropmenu li ul li {
    border-right: none;
	width: 100%;
}

.dropmenu li ul li a {
    display: block;
    width: 100%;
    padding: 13px 15px;
    border-top: 1px solid #eee;
    background: #08314F;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

.dropmenu li ul li:first-child a {
    border-top: none;
}

.dropmenu li:hover > a {
}

.dropmenu li a:hover {
}

/*フェードイン*/

#fade-in li ul {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
}

#fade-in li:hover ul {
    visibility: visible;
    opacity: 1;
}

#fade-in li ul li a {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

#fade-in li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

.dropmenu li > a::before,
.dropmenu li > a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.dropmenu li > a,
.dropmenu li > a::before,
.dropmenu li > a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.dropmenu li > a:hover,
.dropmenu li.this a {
    /*
      border-bottom: #004699 3px solid;
      */
   /* background: #FFF;
    color: #333;
    border-radius: 0px;
}

.dropmenu li ul li > a:hover {
    border-bottom: none;
    background: #EEE;
    color: #333;*/
}

.drawer-brand {
    width: 50%;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: #cdcdcd;
}
.drawer-brand img {
    width: 100%;
    height: auto;
}
.drawer-nav{
    color: #0b2e13;
}
.drawer-menu-item{
    color: #0b2e13;
    transition: all .3s;
}
.dropdown-item{
    color: #0b2e13;
}

/*top contents*/
#main {
    margin-right: auto;
    margin-left: auto;
}

.content {
    /*display: flex;*/
    /* justify-content: space-between; */
    /* background: #51A888; */
    padding: 30px;
    margin: 20px 0;
}

.displayflex{
    display: flex;
}
.topmarnews{
    margin-top: 60px;
}
.colorwhite {
    color: white;
}

.textbold {
    font-weight: 600;
}

.content1, .content2, .content3 {

    background-color: white;
    padding: 15px;
    text-align: center;
}

.bgwhite {
    background-color: white;
}

.content1 .content-subtitle, .content2 .content-subtitle, .content3 .content-subtitle{
    margin: 20px 0;
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
    
}

.content1 p, .content2 p, .content3 p {
    text-align: center;
}

.category_title {
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.2;
    display: flex;
    flex-direction: row; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center; /* 子要素をflexboxにより中央に配置する */
}

.category_title_tex {
    font-size: 2.5em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.category_title_tex:before, .category_title_tex:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
  
  .category_title_tex:before {
    left:0;
  }
  .category_title_tex:after {
    right: 0;
  }



/*news*/
.topics {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}

.news .area-title, .sns .area-title {
    padding: 5px 20px;
    font-size: 14px;
    color: #FFF;
    /* width: 10%; */
    text-align: center;
    display: inline-block;
}

.news .area-title, .sns .area-title, ::after, ::before {

    box-sizing: content-box
}

.news dl {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px dotted #CCC;
    padding: 0 0 20px;
}

.news dt {
    margin: 20px 30px 0 0;

}

.news dd {
    padding: 0 0 0;
    line-height: 1.8;
    margin-bottom: 0px;
}

.newslist {
    margin: 20px 0 0;
    text-align: right;
}

.news_img img {
    width: 100%;
    height: auto;
}

.news_date {
    margin-bottom: 0px;
}
.underline{
    border-bottom: 1px dotted #CCC;
}
.newsboxall{
    padding-top: 30px;
    padding-bottom: 30px;
}
.topnewsbox{
    padding-top: 30px;
    padding-bottom: 20px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important;
}

.autobox {
    max-width: 500px;
    margin: 0 auto;
}
.newstitle{
    text-align: center;
    padding: 30px;
}

.newstitle-tex {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.newsheadtitle-tex {
    font-size: 2rem;
}

.underpad{
    padding-bottom: 50px;
}
.newsimgsaiz img{
    width: 100%;
    height: auto;
}

.newscontentimg{
    text-align: center;
}

.news_tit {
    font-size: 24px;
}

.ttl02{
    text-align: center;
    margin-bottom: 30px;
}

.ttl03{
    text-align: center;
    margin-bottom: 50px;
}

.centerbox{
text-align: center;
    margin-bottom: 15px;
}

.news_txt_honbun{
    margin: 30px;
    padding:40px;
    font-size: 20px;
    background-color: ghostwhite;
}

.top_news_title{
    font-weight: 600;
    font-size: 20px;
}
.newsheadtitle{
    text-align: center;
}
.ichiranmar{
    margin-top: 30px;
}
/*　事業概要　*/
.cat_title {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin: 50px auto;
    align-items: center;

}

.cat_title h2 {
    font-size: 24px;
    text-align: center;
}

.cat_title svg {
    display: block;
    width: 70px;
}

.about_content_wrap, .about_content_wrap2 {
    display: flex;
    justify-content: space-around;
    margin: 50px 0 0;
}

.catch_img, .catch_txt {
    width: 500px;
}

.catch_txt h4 {
    font-size: 16px;
}

.catch_txt p {
    font-size: 14px;
    margin: 20px 0 0;
}

/* 会社概要 */

.company_wrap {
    display: flex;
    justify-content: space-between;
}

.greeting, .aboutus {

}

.greeting h3, .aboutus h3 {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 0 0 40px;
}

.greeting h4 {
    margin: 20px 0;
}

.greeting p {
    margin: 10px 0;
}

.greeting_bottom {
    text-align: right;
}

.greeting img {
    width: 100%;
    height: auto;
}

table.aboutus_table01 {
    margin-bottom: 50px;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

table.aboutus_table01 th,
table.aboutus_table01 td {
    padding: 10px 20px;
}

table.aboutus_table01 th {
    font-size: 13px;
    width: 160px;
    font-weight: normal;
    background-color: #D9E3E8;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 0.2em;
    overflow: visible;
    position: relative;
}

table.aboutus_table01 th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 113, 186, 0);
    border-left-color: #D9E3E8;
    border-width: 10px;
    margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #D9E3E8 10px solid;
        margin-top: -10px;
    }
}

table.aboutus_table01 td {
    width: 600px;
    background: #f7f7f7;
    font-size: 14px;
    padding-left: 30px;
}

.compnany_access h3 {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 30px 0;
}

.access_googlemap {
    width: 98%;
    margin: 0 auto;
}

.access_googlemap iframe {
    width: 100%;
    height: 400px;

}


/*ドロワー*/
.drawer-nav {
    background-color: white;
}




.iconsidemar {
    margin-left: 30px;
}

/*about*/

.abouthead {
    width: 1000px;
    margin: 0 auto;
}

.abouthead h3 {
    border-bottom: 1px solid #000;
    padding: 0 5px 10px;
    margin: 30px 10px 50px;
}


.abouthead_main_text p {
    padding: 0 30px;
}

.about_content_box {
    margin-top: 30px;
    margin-bottom: 80px;
}

.pic-title {
    font-size: 19px;
    font-weight: 700;
}

.kadoari {
    border-radius: 0px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
}

.mar10 {
    margin-top: 40px;
}
.contacthead {
    width: 1000px;
    margin: 0 auto;
}

.contacthead h3 {
    border-bottom: 1px solid #000;
    padding: 0 5px 10px;
    margin: 30px 10px 50px;
}
.contactbodymar{
    margin-top: 50px;
}



/*footer*/
.footer {
    border-top: 6px solid #1E8CAD;
    margin: 60px 0 50px;
}

.footer_inner {
    width: 90%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_company {
    width: 30%;
}

.footer_social {
    max-width: 150px;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

.footer_social, ::after, ::before {

    box-sizing: content-box;

}

.footer_googlemap {
    width: 50%;
}

.footer_company p {
    margin: 40px 0 30px;
}

.footer_contact {
    padding-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_company a {
    display: block;
    padding: 5px;
    border-radius: 4px;
    text-decoration: none;
    color: #FFF;
    box-sizing: border-box;
}



.companynamebox a{
    display: inline;
    color: #007bff;
    padding: 0;
}

.mail {
    display: block;
    width: 60px;
    height: 50px;
}

.footer_social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_social ul li {
    margin: 10px;
    box-sizing: border-box;
}

.formlink {
    margin-left: 10px;
}

.footer_googlemap iframe {
    width: 100%;
    height: 300px;
}

.iconsize {
    width: 100px;
}

.footer_nav {
    display: none;
}

.footertopmer {
    margin-top: 50px;
}

.boxwidth100 {
    width: 100%;
}
@media screen and (min-width: 991px){
    .brbrbr br {
        display: none;
    }
}
/* @media screen and (max-width: 992px){
    .contentmar{
        margin-bottom: 20px;
    }
} */
@media screen and (min-width: 769px) and ( max-width: 992px){
.news dl{
    display: block;
}
    .footer_social{
        width: 10%;
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    /*共通*/
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }
    /*news一覧*/
    
    .newstitle-tex {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    .newsheadtitle {
        text-align: left;
    }
    
    .newsheadtitle-tex {
        margin: 0 0 0 30px;
        font-size: 2rem;
    }
    
    .ttl03{
        text-align: left;
        margin: 0 30px 0 30px;
        font-size: 20px
    }
    
    .news_txt_honbun{
        margin: 10px;
        padding: 20px;
        font-size: 18px;
        background-color: ghostwhite;
    }
    .smpad{
        padding-top: 60px;
    }
    .brbrbr br {
        display: none;
    }
    .footer_social{
        margin-top: 1rem;
    ;
        max-width: 100%;
    }
    .facebook-wrapper {
        max-width: 98%;
        margin: 20px auto 0;
    }

    .footer_nav {
        display: block;
    }

    .wrap {
        width: 98%;
        margin: 30px auto 0;
    }

    .header {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .header_left {
        width: 100%;
        margin: 20px auto 10px;
    }

    .header_left img {
        display: inline-block;
        margin: 0 10px 10px;
    }

    .header_right {
        margin: 0 auto;
        text-align: center;
    }

    .gnav {
        display: none;
    }

    /*contents*/


    /*news*/
    .topics {
        flex-direction: column;
    }

    .newslist {
        margin: 30px 0;
    }

    .fbwrap {
        width: 100%;
    }

    /*footer*/
    .footer {
        margin: 60px 0 50px;
    }

    .footer_inner {
        width: 98%;
        flex-direction: column;
    }

    .footer_company {
        width: 100%;
    }

    .footer_social {
        width: 100%;
    }

    .footer_googlemap {
        width: 90%;
    }

    .footer_company p {
        margin: 40px 0 30px;
    }

    .footer_contact {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_company a {
        display: block;
        padding: 5px;
        border-radius: 4px;
        text-decoration: none;
        color: #FFF;
        box-sizing: border-box;
    }

    .companynamebox a{
        display: inline;
        color: #007bff;
        padding: 0;
    }

    .footer_nav {
        width: 98%;
        margin: 0 auto 20px;
    }

    .footer_nav li {
        width: 100%;
        margin: 0 0 1px 0;

    }

    .footer_nav li a {
        width: 100%;
        display: block;
        padding: 10px;
        text-align: left;
        text-decoration: none;
        box-sizing: border-box;
        background:#51A888;
        color: #FFF;
        position: relative;
    }

    .footer_nav li a:after {
        position: absolute;
        display: block;
        content: "≫";
        top: 8px;
        right: 10px;
        font-size: 26px;

    }
    .companynamebox{
        padding-left: 30px;
    }


    /*　事業概要　*/
    .cat_title {
        display: flex;
        justify-content: space-between;
        width: 150px;;
        margin: 50px auto;
        align-items: center;

    }

    .cat_title h2 {
        font-size: 24px;
        text-align: center;
    }

    .cat_title svg {
        display: block;
        width: 50px;
    }

    .about h3 {
        font-size: 20px;
        width: 98%;
        text-align: center;
        margin: 30px auto 20px;
    }

    .about_content_wrap, .about_content_wrap2 {
        flex-direction: column;
    }

    .about_content_wrap2 {
        flex-direction: column-reverse;
    }

    .catch_img, .catch_txt {
        width: 98%;
        margin: 0 auto;
        text-align: center;
    }

    .catch_txt h4 {
        font-size: 16px;
        margin: 30px 0 0;
    }

    .catch_txt p {
        font-size: 14px;
        margin: 20px 0 0;
        text-align: left;
    }

    /* 会社概要 */
    .company_wrap {
        flex-direction: column;
    }

    .greeting, .aboutus {
        width: 98%;
        margin: 10px auto;
    }

    table.aboutus_table01 {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        border-collapse: separate;
        border-spacing: 0px 10px;
    }

    table.aboutus_table01 th,
    table.aboutus_table01 td {
        padding: 10px 20px;
    }

    table.aboutus_table01 th {
        font-size: 13px;
        width: 120px;
        font-weight: normal;
        background-color: #D9E3E8;
        vertical-align: middle;
        text-align: left;
        letter-spacing: 0.2em;
        overflow: visible;
        position: relative;
    }

    table.aboutus_table01 th:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 113, 186, 0);
        border-left-color: #D9E3E8;
        border-width: 10px;
        margin-top: -10px;
    }

    .compnany_access h3 {
        border-bottom: 1px solid #000;
        padding: 0 0 10px;
    }

    .access_googlemap iframe {
        width: 100%;
    }

}
@media screen and (max-width: 576px) {
/* .xs-pad{
    padding-top: 30px;
    padding-bottom: 40px;
} */
}

.bottombtn{
    text-align: center;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
color: white;
    position: fixed;            /* フッターの固定 */
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;                /* 横幅100%　*/
}

.error{
    color: red;
    font-size: 20px;
}



.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}



/* TOPページ追加CSS */
.contentmar{
    margin-bottom: 20px;
}

.content__title {
    font-size: 19px;
    position: relative;
    font-weight: 500;
    padding-left: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #51A888;
}

.content__title::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background: #51A888;
}

/* TOPページの3つのコンテンツを横から表示 */
.scrollL {
    opacity: 0;
    transform: translateX(-10%);
    transition: all 2s ;
}

.scrollR {
    opacity: 0;
    transform: translateX(10%);
    transition: all 2s;
    /* -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s; */
}

.scrollL.content3{
    /* -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s; */
}
  
.scrollShow {
    opacity: 1;
    transform: translateX(0);
}

/* aboutページのフォントサイズを調整 */
#maincatch-title{
    font-size: 18px;
    text-align: center;
}

#subcatch-title{
    font-size: 14px;
    text-align: center;
}

/* フワッと表示させる動き */

.load{
    opacity: 0;
    transform: translateY(10px);
    transition: all 2s;
}

.load.show{
    opacity: 1;
    transform: translateY(0);
}


.fadeIn{
    opacity: 0;
    transform: translateY(10px);
    transition: all 2s;
}

.fadeIn.show{
    opacity: 1;
    transform: translateY(0);
}

.header-link{
    transition: opacity .3s;
}

.header-link:hover{
    opacity: 0.6;
}

.sns-link{
    transition: opacity .3s;
}

.sns-link:hover{
    opacity: 0.7;
}

.contact-button{
    transition: opacity .3s;
}

.contact-button:hover{
    opacity: 0.7;
}

/* TOPページのスライダー */

.sliders__item img{
    width: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #51A888;
    margin-right: 1.25em;
    position: relative;
    opacity: 0.9;
  }
  
  .swiper-pagination-bullet:focus {
    outline: none;
  }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
  }
  
  .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #51A888;
    border-radius: 50%;
  }

  /* コンタクトフォームの必須or任意マーク */
.th__header::after{
    display: inline-block;
    color: #fff;
    padding: 3px 5px;
    margin-left: 5px;
}

.th--required::after{
    content: "必須";
    background: #ff0000;
}

.th--notrequired::after{
    content: "任意";
    background: #c0c0c0;
}

/* =====================
SNS
=========================*/

.instagram-media{
    max-width: 100% !important;
    min-width: initial !important;
    width: 100%!important;
  }
