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

.wf-sawarabimincho {
    font-family: "Noto Sans JP", sans-serif;
}

body {
    background-color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    color: #505050;
    overflow: hidden;
}

P{
    line-height: 1.8;
    letter-spacing: 0.07em;
}

a{
    text-decoration: none !important;
}

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

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

.img-responsive100 {
    width: 100%;
}

.sidepaddingoff {
    position: relative;
    z-index: -99;
}

.topimg-txt{
/*    position: relative;*/
    background: #828282;
}

.topimg-txt img{
    opacity: 0.5;
}

.topimg-txt2{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.3rem;
    font-weight: 800;
}

.topimg-txt2 span{
    font-size: 3.5rem;
}

.topimg-txt2{
    font-size: 1rem;
}

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

}


.abouthead_main_text-top{
    padding: 8rem 0 3rem;
/*    background: #e5e4d8;*/
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    gap:10px;
    
}

.abouthead_main_text-top>p{
    width: calc(100%/2);
/*    padding: 20px;*/
}
.pc {
    display: block;
}

.sp {
    display: none;
}

#maincatch-title-top{
    border-bottom: none;
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 700;
}

#maincatch-title-top-p {
    border-bottom: none;
    padding-top: 10px;
    font-size: 16px;
}


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

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

.header_left img {
    width: 145px;
    height: auto;
    display: inline-block;
    margin: 0 0px 0 20px;
}

.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;
}

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

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

/*navi*/
nav.gnav {
 	width: 100%;
    box-sizing: border-box;
}

nav.gnav p {
    font-family:"Noto Sans JP", sans-serif;
    width: 100%;
    margin: 0 auto;
    padding:10px 5px;
    font-size: 15px;
}

.dropmenu_container {
    width: 100%;
}

.dropmenu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    *zoom: 1;
    list-style-type: none;
    box-sizing: border-box;
    padding-right: 3rem;
}


.dropmenu li {
    position: relative;
    width: 150px;
    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: #1F83B8; */
    font-size: 13px;
    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: #fff;
    transition: all .3s;
        letter-spacing: 0.1em;
}
.dropdown-item{
    color: #0b2e13;
}

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


/*
.i-catch{
    position: absolute;
}
*/

.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;
}

.sub_ttl{
    font-size: 1rem;
    margin-top: -0.5em;
    letter-spacing: 0.2em;
}

.ttl__p{
    padding-left: 25px;
}


.white{
    color: #7C7C74;
    padding-left: 25px;
}

.content__title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 10px;
    padding-bottom: 4px;
}

.about__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
/*    padding-left: 10px;*/
    padding-bottom: 4px;
}




.line_icon{
    margin-top: 3px;
}

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

.area-title {
    padding: 5px 20px;
    font-size:4rem;
    color: #505050;
    line-height: 0.8;
    text-align: center;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0;
}

.contact .area-title{
    font-size:3rem;
    line-height: 1;
    color: #7c7c74;
    text-align: center;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0;
}

/*山岸*/

/*
.contact:first-child{
    border-right: 1px solid #666;
}
*/

.contact{
    width: calc(100%/2);
    padding: 5px 20px;
}

.news .area-title, .sns .area-title, ::after, ::before {
    box-sizing: content-box
}

.left-btn{
    margin: 0 0 0 auto;
}

.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_date {
    margin-bottom: 0px;
}
.underline{
    border-bottom: 1px dotted #fff;
}
.newsboxall{
    padding-top: 30px;
    padding-bottom: 30px;
}
.topnewsbox{
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
}

.news{
    margin: 0 auto;
    background: #f4f3e8;
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    padding: 3rem 2rem;
}

.sns__{
    display: flex;
    margin-top: 1.5rem;
}

.sns__ li{
    width: 60px;
    height: 60px;
    padding: 10px;
}

.contact{
    margin: 0 auto;
    width: calc(100%/2);
    padding: 3rem 2rem;
}

.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%;
    max-width: 800px;
    height: auto;
}

.news_tit {
    font-size: 1.5rem;
    padding: 15px 0;
}

.ttl02{
    margin-bottom: 15px;
        font-size: 2.5rem;
}

.ttl03{
    margin-bottom: 50px;
        font-size: 1rem;
}

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

.news_txt_honbun{
    margin-top: 15px;
    font-size: 1rem;
}

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

.active{
    background: #505050;
    text-align: center;
    padding: 10px 15px;
}

.active a{
    color: #fff;
}

.newsboxall{
    gap:10px;
}

.newsbtn{
    margin: 50px 0 0 auto;
}

.news_txt,
.news_date{
    font-size: 1rem;
}

.pagination{
    justify-content: center;
}

.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;
}

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

table.aboutus_table01 th,
table.aboutus_table01 td {
     padding:  10px 20px 20px;
            border-bottom: 1px dotted #ccc;
}

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


/* 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 {
    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: #505050;
}

.iconsidemar {
    margin-left: 30px;
}

/*about*/

.about{
    padding-top: 3rem;
}

.under__ttl{
    position: relative;
}

.under__ttl_child{
    position: absolute;
    bottom: 0;
    left: 2rem;
    background: #fff;
    border-radius: 50px 50px 0 0;
    padding: 20px;
    margin-bottom: 0;
}


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

.under__pic{
        width: 95%;
    height: 25vw;
    min-height: 210px;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
    margin: 3rem 0 0 0;
}


.abouthead_main_text p {
    padding: 0 30px;
}

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

.top__pd{
    padding: 5rem 0 5rem 0;
}


.content{
    padding: 6rem 0;
}


.top_con__{
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    color: #6f8abc;
    margin-bottom: 0;
/*    padding-left: 1rem;*/
}

.kadoari {
    border-radius: 0px 20px 20px 0;
/*    border-radius: 20px 20px;*/
}

.kadoari2 {
    border-radius: 20px 0px 0px 20px;
/*    border-radius: 20px 20px;*/
}



.con-wrap{
    width: 100%;
    margin: 0 auto;
    background: #2D2D2B;
}

.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: 35px;
}



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



.footer_social, ::after, ::before {

    box-sizing: content-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-bg{
    background: #2D2D2B;
    color: #fff;
    padding: 2rem 2rem 1rem;
}

.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) {
    
    .ttl02 {
    font-size: 1.5rem;
    }
    
    /*共通*/
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }
    /*news一覧*/
    
    .ttl__p {
    padding-left: 8px;
    }
    
    
    .content {
    padding: 3rem 0;
    }
    
    .topnewsbox {
    width: 100%;
    }

    .news{
    padding: 4rem 1rem;
    }
    
    .content__title {
    font-size: 2.2rem;
    padding-left: 0;
    }
    
    .newstitle-tex {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    .newsheadtitle {
        text-align: left;
    }
    
    .newsheadtitle-tex {
        margin: 0 0 0 30px;
        font-size: 2rem;
    }
    
    .ttl02{
        margin-bottom: 0;
    }
    
    .ttl03{
        text-align: left;
        margin: 0 30px 10px 0px;
        font-size: 1.1rem;
        font-weight: 300;
    }
    

    .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;
    }

    .abouthead_main_text-top {
    padding: 4rem 0.5rem 0;
    }
    
    .abouthead_main_text-top>p
    {
        width: 100%;
    }

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

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

    .header_left {
        width: 200px;
        margin: 10px auto 10px 0;
    }

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

    .header_right {
        margin: 0 auto;
        text-align: center;
    }
    
    .abouthead_main_text-top {
        flex-wrap: wrap;
    }

    .gnav {
        display: none;
    }

    .contact {
    margin: 0 auto;
    width:100%;
    padding: 2rem 1rem;
    }
    
    .contact .area-title {
    font-size: 2.3rem;
    }
    /*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;
    }

    .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_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: 15px;
        border-collapse: separate;
        border-spacing: 0px 10px;
    }

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

    .area-title {
    font-size: 2.5rem;
    padding: 5px 5px 0;
    }
    
    .under__pic {
    margin: 1rem 0 0 0;
    }
    
    #maincatch-title-top {
    font-size: 2rem;
    }
    
    .top_con__,
    .about__title {
    padding-left: 0 !important;
    }
    
    .top__pd {
    padding: 2rem 0 0rem 0;
    }
    
    .kadoari,
    .kadoari2 {
        border-radius: 20px;
    }
    
    .topimg-txt,
    .img-responsive100{
    height: 150vw;
    }
    
    .topimg-txt2 span{
    font-size: 2.2rem;
    }
    
    .topimg-txt2 {
    font-size:1.2rem;
    font-weight: 500;
}
    
    .img-responsive100{
        object-fit: cover;
    }
    
    .topimg-txt2 {
    position: absolute;
    top: 70%;
    left: 10px;
    letter-spacing: 0.2rem;
    }

        
    table.aboutus_table01 th {
        font-size: 14px;
        width: 100px;
        font-weight: normal;
        vertical-align: middle;
        text-align: left;
        letter-spacing: 0.2em;
        overflow: visible;
        position: relative;
    }


    .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;
    
}


.num{
    position: relative;
}

.num-1{
    position: absolute;
    top: -8rem;
    left: 1rem;
    font-size: 8rem;
    color: #6f8abc;
    opacity: 0.8
    
}


/*ボタン*/
.btn001-02 {
    width: 100%;
    max-width: 180px;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid #505050;
    color: #505050;
    background-color: #fff;
    transition: all 0.3s ease;
}
/* 矢印アイコン */
.btn001-02 span {
    position: relative;
    display: block;
    width: 20px;
    height: 1px;
    border-radius: 10px;
    background-color: #505050;
    transition: all 0.3s ease;
}
.btn001-02 span::before,
.btn001-02 span::after {
    content: "";
    position: absolute;
    right: -3px;
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #505050;
    transition: all 0.3s ease;
}
.btn001-02 span::before {
    top: 3px;
    transform: rotate(-45deg);
}
.btn001-02 span::after {
    bottom: 3px;
    transform: rotate(45deg);
}
/* ホバーアニメーション */
.btn001-02:hover {
    color: #fff;
    background-color: #505050;
}
.btn001-02:hover span {
    background-color: #fff;
}
.btn001-02:hover span::before,
.btn001-02:hover span::after {
    background-color: #fff;
}




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

.scrollR {
    opacity: 0;
    transform: translateX(10%);
    transition: all 2s;
}

.scrollL.content3{
}
  
.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;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #1F83B8;
    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 #1F83B8;
    border-radius: 50%;
  }

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

.th--required::after{
    content: "必須";
    background: #bc0000;
    font-size: 0.9em;
    border-radius: 5px;
}

.th--notrequired::after{
    content: "任意";
    background: #c0c0c0;
    font-size: 0.9em;
    border-radius: 5px;
}
