@charset "UTF-8";
/*
Theme Name: kitakaido
Description: 北加伊道
*/


/*///////////////////////////////
	共通パーツ
///////////////////////////////*/

html{
    scroll-padding-top: 150px;
    overflow-x: hidden; /* 横スクロールを防止 */
}

body {
    margin:0px;
	padding:0px;
	color:#000;
    font-family:  "Noto Sans JP",  Meiryo, sans-serif;
    background-color: #fff;
    text-align: left;
    position:relative;
    overflow-x: hidden; /* 横スクロールを隠す */
    font-weight:  normal;
    letter-spacing: 0.15em;
}

.inner { 
    display:block; 
    max-width: 1280px;
    margin: auto;
}
@media (max-width: 760px) {
    .inner{
        padding:0 30px; 
        max-width: 370px;
    }    
}

img{
    width: 100%;
    pointer-events: none; 
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}

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

.a_click{
    display: block;
}


p{
    font-size: 15px; 
    line-height: 33px;
    letter-spacing: 0.15em;
    font-weight:  normal;
}
@media (max-width: 760px) {
    p{
        font-size: 11px; 
        line-height: 22px;
        letter-spacing: 0.12em;
    }    
}


.pc_vis{
    display:block ;
}
@media (max-width: 760px) {
    .pc_vis{
        display: none;
    } 
    
}

.sp_vis{
    display: none ;
}
@media (max-width: 760px) {
    .sp_vis{
        display: block;
    } 

}

ul{
    list-style: none;
    padding-inline-start: 0px;
}




/*///////////////////////////////
	header
///////////////////////////////*/

/*** mv ***/
.mv{
    width: 100%; /* 横幅を親要素に合わせる */
    height: auto; /* 縦横比を維持 */
    display: block; /* 余計な隙間をなくす */
    max-width: 1780px;
    margin: auto;
}




/*///////////////////////////////
	main
///////////////////////////////*/


/* news */

.news_in{

}

.post-list{
    max-width: 1000px;
    margin: 270px auto 380px;
}

.post-list h2{
    width: 240px;
    margin:0 auto 45px;
}

.post-item{
    padding:0 ;
}

.post-title{
    display: flex;
    align-items: baseline;
    margin-top: -1px;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px;
}

.post-title a{
    font-size: 18px;
}

.post-date{
    width: 22%;
    font-size: 16px;
    color: #A5A5A5;
    font-weight: bold;
}

.let_news{
    text-align: center;
    padding-top: 20px;
}

.post-title:not(:first-child) {
    border-bottom: 1px solid #707070;
    padding: 8px 0;
}

.let_news a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin: 50px auto;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-decoration: none;
  position: relative;
    border-radius: 5px;
}

.let_news a::before,
.let_news a::after {
  position: absolute;
  top: 50%;
  right: 22px;
  height: 2px;
  background: #fff;
  content: '';
}

.let_news a::before {
  width: 40px;
  transform: translateY(-50%);
}

.let_news a::after {
  width: 10px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

.news_page .post-list{
    margin: 92px auto 343px;
}

.news_page .post-list h2 {
    margin: 0 auto 91px;
}

footer.news_page {
    padding: 27px 0 0px;
}

.pagenation {
    position: relative;
}

.pagenation .all_news a {
    
}

.page_back,
.page_next{
    color: #000;
    display: inline-block;
    line-height: 1;
    position: absolute;
    font-size:16px;
    bottom: 0;
}

.page_back{
    left: 0; 
}

.page_next{
    right: 0; 
}

@media (max-width: 760px) {
    .post-list h2 {
        width: 126px;
        margin: 0 auto 20px;
    }
    .post-title {
        display: block;
        padding: 10px 0 10px;
    }
    
    .post-date {
        width: auto;
        font-size: 11px;
    }
    
    .post-title a{
        font-size: 13px;
        padding-top: 5px;
    }
    
    .let_news a {
        width: 156px;
        height: 25px;
        margin: 40px auto 0;
        font-size: 11px;
    }

    .let_news a::before {
        width: 20px;
    }
    .let_news a::before, .let_news a::after {
        right: 12px;
        height: 1px;
    }
    
    .let_news a::after {
        width: 8px;
    }
    
    .post-list {
        max-width: none;
        margin: 125px auto 175px;
    }
    
    .news_page .post-list h2 {
        margin: 0px auto 59px;
    }
    
    .news_page .post-list {
        margin: 62px auto 256px;
    }
    
    .page_back, .page_next {
        font-size: 11px;
        bottom: -47px;
    }
    
    .post-title time,
    .post-title a {
      display: block;
    }



}



/* ホバーで白背景＋黒文字に反転 */
.let_news a:hover {
  background: #fff;
  color: #000;
}

.let_news a:hover::before,
.let_news a:hover::after {
  background: #000;
}


.content{
    max-width: 1280px;
    margin:380px auto 365px;
}
@media (max-width: 760px) {
    .content{
        max-width:none;
        margin:175px auto 175px;
        position:relative;
    }
}

.title_sub{
    font-size: 40px; 
    font-weight: 600;
    letter-spacing: 0.18em;
    margin: 64px auto;
    line-height: 1.5em;
}
@media (max-width: 760px) {
    .title_sub{
        font-size: 21px;
        letter-spacing: 0.15em;
        margin: 0px auto;
    }
}

.title_sub_sub{
    font-size: 20px; 
    font-weight: 600;
    letter-spacing: 0.17em;
    margin: 44px 0;
    line-height: 1.5em;
}
@media (max-width: 760px) {
    .title_sub_sub{
        font-size: 14px;
        margin: 30px 0 40px;
    }
    
    .sp_contemt_top{
        margin: 0 auto 16px;
        font-weight: 600;
    }
}

.text_non{
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px;
}

/*** vision ***/
#vision{
    text-align: left;
    margin-left: 50px;
}
@media (max-width: 760px) {
    #vision{
        margin-left: 0px;
    }
}

#vision h2{
    width: 800px;
}
@media (max-width: 760px) {
    #vision h2{
        position: absolute;
        right: -30px;
        top: 0;
        max-width: 80px;
        margin: 0;
    }
}

#vision .content_in{
    padding-left: 110px;
}
@media (max-width: 760px) {
    #vision .content_in{
        padding-left: 0;
    }
    .indent {
        text-indent: -1em;   /* 1文字分逆インデント */
        padding-left: 1em !important;   /* 全体を押し戻す */
        margin: 0;
    }

}

/*** role ***/
#role{
    text-align: right;
    margin-right: 50px;
    margin-top: 250px;
}
@media (max-width: 760px) {
    #role{
        text-align: left;
        margin-right: 0px;
        margin-top: 195px;
    }
}

#role h2{
    width: 500px;
    display: block;
    margin-left: auto;
}
@media (max-width: 760px) {
    #role h2{
        position: absolute;
        right: -30px;
        top: 0;
        max-width: 90px;
        margin: 0;
    }
}

#role .content_in{
    padding-right: 60px;
}
@media (max-width: 760px) {
    #role .content_in{
        padding-right: 0;
    }
}


/*** greeting ***/
#greeting{
    position: relative;
    max-width: 1000px;
    margin:330px auto;
}
@media (max-width: 760px) {
    #greeting{
        padding:0 30px; 
        position: relative;
        margin:180px auto;
        max-width: 370px;
    }
}

#greeting h3{
    width: 630px;
}
@media (max-width: 760px) {
    #greeting h3{
        width: 280px;
    }
}

.title_in{
    margin-top: 30px;  
}
@media (max-width: 760px) {
    .title_in{
        margin-top: 190px;  
        text-align: right;
    }
}

.title_in p{
    margin:0;  
}

.title_in_top{
    font-size: 20px;
}

.greeting_img{
    width: 580px;
    position: absolute;
    z-index: -1;
    right: -20px;
    top: 20px;
}
@media (max-width: 760px) {
    .greeting_img{
        width: auto;
        padding:0 30px; 
        right: 0px;
        top: 60px;
        max-width: 370px;
    }
}

.in_write{
    margin-top: 170px;
    font-size:30px; 
    font-weight: 600;
    letter-spacing: 0.17em;
    line-height: 1.7em;
}
@media (max-width: 760px) {
    .in_write{
        margin-top: 260px;
        font-size:17px; 
        font-weight: 600;
        letter-spacing: 0.15em;
        line-height: 1.5em;
    }
}

.greeting_write{
    margin-top: 30px;
}
@media (max-width: 760px) {
    .greeting_write{
        margin-top: 15px;
    }
}


/*** achievements ***/

#achievements{
    background: #D7D6D5; 
}

.achievements_in{
    max-width: 1000px;
    margin: auto;
    padding: 100px 0 140px;
}
@media (max-width: 760px) {
    .achievements_in{
        padding: 60px 30px 120px;
        max-width: 370px;
    }  
}

#achievements .title_sub_sub{
    margin: 0;
    padding-bottom: 25px;
}
@media (max-width: 760px) {
    #achievements .title_sub_sub{
        font-size: 12px;
        padding-bottom: 8px;
    }
}

#achievements .in_write{
    margin-top: 0;
    margin-bottom: 70px;
    position: relative;
}
@media (max-width: 760px) {
    #achievements .in_write{
        margin-bottom: 40px;
    }
}

.position_target{
    position: absolute;
    right: -20px;
    top: -28px;
    width: 630px;
}

#achievements ul li{
    font-size: 15px; 
    line-height: 33px;
    letter-spacing: 0.15em;
    font-weight:  normal;
}
@media (max-width: 760px) {
    #achievements ul li{
        font-size: 11px; 
        line-height: 23px;
    }    
}

#achievements ul li:not(:last-child) {
  border-bottom: 1px solid #707070; /* 下線 */
  padding: 8px 0; /* 線が重ならないように上下に余白 */
}

.achievements_img{
    padding: 25px 15px 0;
}



/*///////////////////////////////
	footer
///////////////////////////////*/

footer{
    background: #000;
    padding: 150px 0 0px;
    color: #fff;
}
@media (max-width: 760px) {
    footer{
        padding: 70px 0 0px;
    }    
}


/*** overview ***/
#overview{
    max-width: 1000px;
    margin: auto;
}
@media (max-width: 760px) {
    #overview{
        padding: 0px 30px 0px;
        max-width: 370px;
    }    
}


#overview h3{
    max-width: 800px;
}

#overview table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 60px;
    position: relative;
    font-size: 15px; 
    line-height: 25px;
    letter-spacing: 0.15em;
    font-weight:  normal;
}
@media (max-width: 760px) {
    #overview table {
        font-size: 11px; 
        line-height: 22px;
        letter-spacing: 0.12em;
        margin-top: 40px;
    }    
}

#overview th {
    text-align: left;
    padding-right: 20px; /* 項目名と値の間のスペース */
    vertical-align: top;
    font-weight: 400;
}

#overview td {
    text-align: left;
    vertical-align: top;
}
@media (max-width: 760px) {
    #overview table, 
    #overview tbody, 
    #overview tr, 
    #overview th, 
    #overview td {
        display: block;
        width: 100%;
    }

    #overview tr {
        margin-bottom: 0px; /* 各セットの間隔 */
    }

    #overview th {
        padding-right: 0; /* 横スペース不要に */
        font-weight: bold;
    }

    #overview td {
        padding-left: 0; /* インデント不要に */
    }
}

.absolute-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px; /* 必要に応じて */
  height: auto; /* 必要に応じて */
}


/*** contact ***/
#contact{
    max-width: 200px;
    margin: auto;
    margin-top: 200px;
    padding-bottom: 200px;
}
@media (max-width: 760px) {
    #contact{
        max-width: 120px;
        margin: auto;
        margin-top: 100px;
        padding-bottom:100px;
    }
}

#contact a img {
    display: block;
    width: 100%; /* 必要に応じて */
    height: auto; /* アスペクト比を保持 */
}
#contact a:hover {
  opacity: 0.6;
}

.copyright p{
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
}
@media (max-width: 760px) {
    .copyright p{
        font-size: 13px;
        
    }
}










