@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
}

html{
    font-size: 62.5%;
}

body{
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    /* font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif; */
    font-size:1.6rem;/* 16px*/
    line-height: 2;
    position: relative;
}

h1 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
    font-weight: 100;
}

h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}

a{
    text-decoration: none;
    color: #000;
}


/* ヘッダー */
header{
    width: 100%;
    background-color: #fbe2de;
    border-top:  solid 15px #bc085e;
}


header .logo{ 
    margin-top: 2%;
    margin-left: 20vw;
    width: 20vw;
}


.header_contents nav ul{
    text-align: center;
}


header nav ul li{
    padding: 2% 2%;
    display: inline-block;
    
}

header .header_contents nav ul li a{
    color: #000;
    text-decoration: none;
    position: relative;
}


.nav{
    display: inline-block;
    padding: .4em;
  }
  a.nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #eb6d92;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2.5px;
  }
  .nav:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }



/* ヒーローイメージ */
.hero_h1{
    position: relative;
}
.hero{
    clear: both;
    text-align: center;
}

.hero img{
    width: 75%;
    margin-top: 2vh;
}


/* h1 */
.h1{
    position: absolute;
    left: 35%;
    top: 70%;
    
}


/* ニュース・サイドバー */
.news_area{
    width: 100%;
    height: 550px;
    border: none;
    margin-bottom: 2.5vh;
}


.article_aside{
    display: flex;
    justify-content: center;
}


article{
    width: 40vw;
    margin-bottom: 10vh;
    
}

.article_h2{
    border-bottom: solid 0.7rem #00913a;
    padding: 0.8vh 0;
    margin-top: 5vh;
}

article h2{
    color: #e7317b;
    display: inline-block;
    
}

article .shinchaku{
    float: right;
}

article ul{
    list-style-type: none;
    padding: 0.2vw 0.2vw 0.2vw 175px;
    text-indent: -175px;
    margin: 1.5vh 0;
}

article ul li{
    padding: 2% 0;
}

article li time{
    width: 175px;
    display: inline-block;
    text-indent: 0;
}


.button{
    width:280px;
    border: solid 3px #000;
    text-align:center;
    position:relative;
    overflow:hidden;
    margin: auto;
}
.button a{
    color: #e7317b;
    text-decoration:none;
    font-weight: 1000 ;
    font-size: 2rem;
    line-height:4.5rem;
    transition:all .5s ease;
    z-index:2;
    position:relative;
    padding-left: 50px;
}
.eff{
  width:280px;
  height:50px;
  left:-280px;
  background-color: #e7317b;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button:hover .eff{
  left:0;
}
.button:hover a{
  color:#fff;
}


/* サイドバー */

aside{
    z-index: 1;
    margin-top: -3vh;
    margin-left: 3vw;

   position: sticky;
   align-self: baseline;
   top:0;
   height: 0px;
}

aside .box01{
    width: 300px;
    background-color: #c9caca;
    text-align: center;
    font-size: 11pt;
    padding: 10px;
    
}

aside .box01_inner{
    width: 280px;
    background-color: #fff;
    padding: 20px;
}

address{
    font-style:normal;
}

address p:nth-child(1){
    margin: 10px 0;
    line-height: 2rem;
}

address p:nth-child(2){
    line-height: 2rem;
}

address p:nth-child(3){
    line-height: 2rem;
}

/* メールアドレスの幅 */
address p:nth-child(6){
    margin-top: 10px;
}

.tel{
    font-size: 3rem;
}

.fax{
    font-size: 2rem;
    line-height: 2rem;
}

aside .box02{
    width: 300px;
    background-color: #c9caca;
}

aside .box02_inner{
    width: 280px;   
    background-color: #c9caca;
    margin: 10px 0;
    padding: 20px 20px 10px 20px;
    
}


.otoiawase_banner img{
    width: 260px;
}

.map_banner img{
    width: 260px;
    padding-top: 8px;
}

aside .box03{
    
    width: 300px;
    background-color: #c9caca;
    text-align: center;
    font-size: 10pt;
    padding: 10px;
}

aside .box03_inner{
    width: 280px;   
    background-color: #fff;
    padding: 20px 10px 10px 10px;
}

aside .box03_inner p{
    text-align: start;
    padding-left: 30px;
}

.box03_inner img{
    width: 220px;
}


/* スタッフ紹介・採用情報 */
.staff{
    
    text-align: center;
    margin: 5vh 0 10vh 0;
    margin-left: -15vw;
    
}

.staff div{
    display: inline-block;
    
}

.staff div img{
    width: 300px;
    
    border: 0.5vw solid #c9caca;
}

.staff p{
    text-align: start;
    font-size: 1.4rem;
    margin-top: 1vh;
}

.green{
    color: #6bbc6e;
    font-size: 16px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
    font-weight: 700;
}


footer{
    background-color: #fbe2de;
    text-align: center;
    line-height: 200%;
    padding: 30px 0;
}