body{
    font-family: 'Noto Sans JP', sans-serif;
    color:#333;
    text-decoration: none;
}

a{
    text-decoration: none;
}

.blog-btn{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#wprmenu_bar .menu_title a {
    color: #fff;
}

html {
    /* font-size: calc(100vw / 32); */
    font-size: 62.5%;
    font-size: 16px;
  }

p{
    font-size: 62.5%;
    font-size: 16px;
}

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

  h1 {
    position: relative;
    display: inline-block;
    margin: 1em auto 3em auto;
    font-size: 2rem;
    letter-spacing: 0.2em;
    text-align: center;
  }
  h1:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
  }

.blog-title{
    font-size: 2rem;
    margin: 1em auto 2em auto;
    padding-left: 1rem;
}

  
h2{
      font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: 0.04em;
  }

.wp-block-button__link {
    line-height: 1.2;
    letter-spacing: 0.07em;
}

p{
    line-height: 1.6;
}

.menu a{
    display: block;
    padding: 10px 15px;
    color: #333;
}

.menu a:hover{
    font-weight: bold;
}

.menu{
    margin-bottom: 1rem;
}



.drawer{
    display: none;
}

.header-box{
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-single a{
    display: inline-block;
    background: #999;
     color:#fff;
    padding: 0.8rem 0.8rem;
    margin: 2rem 0.5rem 0;;
}

.fa{
    padding-right: 10px;
}
  
.topimg{
    width: 100%;
}

.center{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.indigo{
    width: 100%;
    height: 10px;
}

.ttlbox{
    display: block;
    margin: 0 auto;
    text-align: center;
}


img.ttl-img{
    width: auto;
    height: 70px;
    margin: 20px 0;
    display: block;
}

nav ul{
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    
}

nav li{
    letter-spacing: 0.3rem;
    font-size: 18px;
}

/*
nav li:hover{
    border-bottom: 3px solid #1285b0;
}
*/

.catch-txt{
    width: 70%;
    margin: 5% auto;
}

.catch-txt h2{
    text-align: center;
    margin-bottom: 15px;
}

.wrap{
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
}

.box1{
    display: flex;
}

.news{
    padding: 3% 2%;
    position: relative;
}

.news-box{
    position: absolute;
    top: -18px;
    left: 10px;
    padding: 10px 10px;
    color: #fff;
}

.new-entry-thumb img{
    width: 150px;
    height: auto;
}

.new-entry-content>span{
    line-height: 2em;
    font-size: 0.8em;
    color: #666;
}

.top-img100{
    width: 100%;
    height: auto;
}


.box1-img{
    max-width: 450px;
    width: 90%;
    margin-right: 2rem;
}

.box1-img2{
    max-width: 450px;
    width: 90%;
    margin-left: 2rem;
}

.box1-child{
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin: 2rem 0;
   -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bo1-txt{
    width: 100%;
}

.box1-child h3{
    position: relative;
    line-height: 1.4;
    padding: 0 15px 0px 45px ;
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  
  .box1-child h3:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    position: absolute;
    font-weight: 900;
    left : 0.5em; /*左端からのアイコンまでの距離*/
  }

  .footer_Logo{
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
  }

  footer{
      width: 100%;
  }

  .add{
      max-width: 400px;
      width: 50%;
  }

  .add-flex{
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      padding: 50px 30px;
  }


.btn{
    display: block;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    margin: 30px 0;
    width: 250px;
    text-align: center;
}

.sns{
    display: flex;
    justify-content: center;
}

.sns a{
    text-decoration: none;
}

.sns img{
    width: 30px;
    height: auto;
    margin: 10px 10px;
}


.icon {
    margin: 20px 10px;
}

.p-sm{
    font-size: 1rem;
    text-align: right;
}

.pagetop-txt{
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto 3em auto;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.index-new{
    display: flex;
    padding: 10px 10px;
    border-bottom: 1px dotted #ccc;
    align-items: center;
}

.index-ttl{
    padding: 10px 10px 0 15px;
    font-size: 1.2rem;
}

/* エフェクト */

.effect-fade {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 500ms;
    }
    
    .effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    }

.recruit-table th{
    background:#ddf6ff;
    width: 15%;
    text-align: center;
    font-weight: normal;
}
.recruit-table td{
    padding: 0rem 0.5rem;
    border: none;
}

.recruit-table th{
    border: none;
}

.recruit-table tr,.recruit-table th{
   border-bottom: 20px solid #fff;
}

.recruit-table{
    margin-bottom: 3rem;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/


/*見出し欄*/
.inquiry th{
text-align:left;
padding: 1rem 0.5rem;
font-size:14px;
color:#444;
padding-right:5px;
width:30%;
background:#f7f7f7;
border:solid 1px #d7d7d7;
vertical-align: middle;
}

input{
    border: 1px solid #ccc;
    width: 80%;
    padding: 0.5rem 0.5rem;
    font-size: 16px;
}

.inquiry{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.inquiry textarea{
     border: 1px solid #ccc;
    width: 80%;
    font-size: 16px;
}

.inquiry>p{
    font-size: 15px;
}


/*通常欄*/
.inquiry td{
border:solid 1px #d7d7d7;
padding: 1rem 0.5rem;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
border:solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto{
font-size:13px;
padding:5px;
background:#db5736;
color:#fff;
border-radius:5px;
margin-right:5px;
position:relative;
bottom:1px;
}
/*任意の調整*/
.any{
font-size:13px;
padding:5px;
background:#999;
color:#fff;
border-radius:5px;
margin-right:5px;
position:relative;
bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
display: block;
padding:15px;
width:350px;
color:#fff;
font-size:18px;
font-weight:bold;
border-radius:2px;
margin:25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
background:#fff;
}


.com-table th,.com-table td{
    padding: 1rem 0.5rem;
}


.pagination {
    margin: 40px 0 3rem;
}
.nav-links {
    display: flex;
}
.pagination .page-numbers {
    display: inline-block;
    margin-right: 20px;
    padding: 10px 15px;
    color: #333;
    border-radius: 3px;
    box-shadow: 0 3px 3px #999;
    background: #fff;
}
.pagination .current {
    padding: 10px 15px;
    background: #69a4db;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    background: transparent;
    box-shadow: none;
    color: #69a4db;
}
.pagination .dots {
    background: transparent;
    box-shadow: none;
}

.archivebtn {
text-align: center;
}
.archivebtn a{
    display: inline-block;
    margin: 2rem 0 3rem ;
    border: 1px solid #ccc;
    padding: 1rem 1rem;
    color: #333
}

.archivebtn a:hover{
    color: #fff;
    border: none;
}


.google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
    margin-bottom: 3rem;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}

.profile-fin{
    text-align: right;
    margin-bottom: 2rem;

}