@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600&family=Mochiy+Pop+One&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600;700&family=Dancing+Script:wght@400;500;600&family=Mochiy+Pop+One&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');
/*===============================================
●PCレイアウト設定 
===============================================*/
@media print, screen and  (min-width: 651px){
/*メイン画像ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.index{
position: relative;
font-family: 'Noto Sans JP';
}

.index .main{
position: relative;
height: 98vh
}
.index .main img{
width: 100%
}
.index .main .box_catch{
line-height: 1.8;
width: 100%;
position: absolute;
top: 50%;
left:50%;
width: 10vw;
transform: translateY(-40%) translateX(-50%);
}
.index .main .text_catch1{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: clamp(2.5rem, 28vw, 4.0rem);
color: #FFF;
font-weight: 600;
  text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  0-2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
padding-top: 1vw;
font-family: 'Noto Serif JP';
}
.index .lead{
background-color: #FFF;
padding: 100px 0;
text-align: center;
line-height: 200%;
letter-spacing: 0.2rem;
font-size: clamp(1.6rem, 20vw, 2.5rem);
font-weight: 600;
font-family: 'Noto Serif JP';
}
.index .news{
background-color: #f4f4f4;
padding: 100px 0
}
.index .news .box_news{
width: 1000px;
max-width: 90%;
margin: 0 auto;
}
.index .news .box_news .subtitle{
font-size: 2.0rem;
color: #000;
font-weight: 600;
text-align: center;
margin-bottom: 50px;
}
.index .news .box_news li{
display: block;
padding-bottom: 3px;
border-bottom: #333 1px dotted;
margin-bottom: 20px;
}
.index .news .box_news li .newstitle{
font-size: 1.6rem;
color: #666;
font-weight: 600;
margin-bottom: 15px
}
.index .box1{
background-color: #f4f4f4;
position: relative
}
.index .box1 img{
width: 100%
}
.index .box1 .com{
position: absolute;
width: 50%;
top: 50%;
left: 10%;
 transform: translateY(-50%);
 line-height: 200%;
 font-size: 1.8rem
}
.index .box1 .com .catch2{
font-size: clamp(2.0rem, 22vw, 3.0rem);
font-weight: 600;
padding-bottom: 40px
}

.index .box2{
background-color: #FFF;
padding: 100px 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.index .box2 .left{
width: 20%;
position: relative;
}
.index .box2 .left .subtitle2{
color: #000;
font-size: clamp(1.8rem,2.5vw,4.5rem);
font-weight: 500;
width: 100%;
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%)
}
.index .box2 .right{
padding: 0 10%;
width: 60%
}
.index .box2 .right .flex_right{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.index .box2 .right .flex_right a{
display: block;
width: 44%;
padding: 2%;
font-size:1.3rem;
transition: 0.8s
}
.index .box2 .right .flex_right a:hover{
background-color: #f4f4f4
}
.index .box2 .right .flex_right a .subtitle2{
font-size: clamp(1.3rem,1.5vw,2.2rem);
text-align: center;
color: #000;
font-weight: 500;
padding-bottom: 5px;
}
.index .box2 .right .flex_right a .photo{
margin: 5px 0;
border-radius: 5px;
overflow: hidden
}
.index .box2 .right .flex_right a .photo img{
width: 100%
}
.index .box2 .right .flex_right a .com{
padding: 2%;
line-height: 180%
}
.index .box2 .right .flex_right a .bt{
width: 70%;
font-size: 1.4rem;
color: #069;
padding-bottom: 2px;
border-bottom: #069 1px solid;
margin: 10px 0 0 auto;
text-align: right
}
.index .box3{

}
.index .box3 img{
width: 100%
}
.index .box3 .box_support{

width: 100%
}

.index .box4{
background-color: #f4f4f4;
padding: 100px 0;
background-image:url("../images/index/bg_box4.jpg")
}
.index .box4 .flex_box4{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1300px;
max-width: 90%;
margin: 0 auto
}
.index .box4 .flex_box4 .photo{
width: 30%;
border-radius: 10px;
overflow: hidden
}
.index .box4 .flex_box4 .photo img{
width: 100%;
}
.index .box4 .com{
width: 68%;
}
.index .box4 .com .subtitle2{
color: #000;
font-size: clamp(1.6rem,2.0vw,2.8rem);
font-weight: 500;
text-align: center;
padding-bottom: 30px;
}
.index .box4 .com .bt{
padding-top: 20px;
}
.index .box4 .com .bt .tel{
font-size: 4.0rem;
font-weight: 600;
color: #069;
padding-bottom: 30px;
text-align: center
}
.index .box4 .com .bt a{
display: block;
border:#069 1px solid;
color: #069;
text-align: center;
font-weight: 500;
font-size: 2.0rem;
padding: 10px 0;
width: 70%;
transition: 0.5s;
margin: 0 auto
}
.index .box4 .com .bt a:hover{
background-color: #069;
color: #FFF
}
.index .box4 .box_add{
width: 70%;
margin: 0 auto;
font-size: 2.0rem;
font-weight: 500;
padding-top: 20px
}
/*サービス内容ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.service{
padding: 100px 0;
font-family: 'Noto Serif JP';
}
.service .box1{
width: 1200px;
max-width: 90%;
margin: 0 auto 100px auto
}
.service .subtitle {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 50px
  }
.service .subtitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
.service .box1 .flex_service{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.service .box1 .flex_service .com{
width: 60%;
line-height: 180%;
}
.service .box1 .flex_service .photo{
width: 38%;
border-radius: 10px;
overflow: hidden;
}
.service .box1 .flex_service .photo img{
width: 100%
}
.service .box1 .lead{
font-size: 1.8rem;
font-weight: 500;
line-height: 180%;
padding: 20px 0;
border-bottom: #5472cd 2px solid;
border-top: #5472cd 2px solid;
}
.service .box2{
width: 1200px;
max-width: 90%;
margin: 0 auto 100px auto
}
.service .box2 dl{
margin-bottom: 50px;
}
.service .box2 dt {
  position: relative;
  padding: 5px 5px 5px 65px;
  background: #FFF;
  font-size: 20px;
  color: #666;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
  margin-bottom: 50px;
  font-weight: 600
}

.service .box2 dt:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px #EEE;
  border-bottom: solid 79px transparent;
  z-index:-2
}
.service .box2 dd{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-left: 0;

}
.service .box2 dd .com{
width: 40%;
word-break: break-all;
padding-top: 20px;
line-height: 200%
}
.service .box2 dd .photo{
width: 58%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.service .box2 dd .photo .inner{
width: 49%;
text-align: center;
font-size: 1.8rem;
font-weight: 600;
color: #5472cd
}
.service .box2 dd .photo img{
width: 100%;
display: block;
padding-top: 10px
}
/*施工事例ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.work{
padding: 100px 0;
font-family: 'Noto Serif JP';
}
.work .box1{
width: 1100px;
max-width: 90%;
margin: 0 auto 150px auto;
padding-bottom: 40px;
border-bottom: #5472cd 2px solid;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.work .box1::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.work .box1::after{
  content:"";
  display: block;
  width:22%;
}
.work .box1 a{
display: block;
width: 22%;
padding: 1%;
margin-bottom: 30px;
}
.work .box1 a img{
width: 100%;
height: 150px;
object-fit: cover
}

/*会社案内ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.company{
padding: 100px 0;
font-family: 'Noto Serif JP';
}
.company .catch{
text-align: center;
font-size: 2.5rem;
color:#75198c ;
font-weight: 600;
line-height: 180%;
margin-bottom: 100px
}
.company .greeting{
width: 850px;
max-width: 90%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 100px
}
.company .greeting .com{

}
.company .greeting .com .chomei{
font-weight: 600;
text-align: right
}
.company .greeting .photo{
width: 25%;
}
.company .greeting .photo img{
width: 100%
}
.company .gaiyo{
width: 1100px;
max-width: 90%;
margin: 0 auto 100px auto
}
.company .subtitle {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 50px
  }
.company .subtitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
.company .gaiyo table{
width: 100%;
border-collapse: collapse
}
.company .gaiyo table td{
padding: 1%;
border: #999 1px solid;
font-size: 1.5rem
}
.company .gaiyo table td:nth-child(1){
width: 25%
}
.company .gaiyo table td a{
padding-top: 20px;
font-size: 1.8rem;
font-weight: 500;
color: #00C;
}
.company .gaiyo table td a img{
width: 400px;
max-width: 100%;
padding: 5px 0
}
.company .history{
width: 90%;
margin: 0 auto
}
.company .history table{
width: 100%;
border-collapse: collapse
}
.company .history table td{
padding: 1%;
border:none;
border-bottom: #666 1px dotted;
font-size: 1.5rem;
margin-bottom: 20px
}
.company .history table td:nth-child(1){
width: 25%
}
/*アクセスーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.access{
padding: 100px 0;
font-family: 'Noto Serif JP';
}
.access .box1{
width: 1100px;
max-width: 90%;
margin: 0 auto 100px auto
}
.access .add{
font-size: 2.5rem;
font-weight: bold;
padding-bottom: 20px;
}
.access .map{
border: #999 1px solid;
padding: 2%;
}
.access .guide{
border-bottom: 2px solid #5472cd;
border-top: 2px solid #5472cd;
padding: 30px 0;
margin: 50px 0
}
.access .guide li{
font-weight: 600;
margin-bottom: 30px;
display: block
}
.access .guide li i{
font-size: 3.0rem
}
.access .photo{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px 0
}
.access .photo img{
display: block;
padding: 1%;
background-color: #FFF;
border-radius: 10px;
border: #999 1px solid;
width: 31%
}
.access .box2{
text-align: center;
padding: 4%;
background-color: #FFF;
margin-top: 30px;
font-size: 2.0rem;
font-weight: 600;
color: #000
}
.access .box2 .tel{
font-size: 3.5rem;
color: #5472cd;
font-weight: 600;
padding-top: 20px
}
/*お問い合わせ-----------------------------------------*/
.contact{
padding: 100px 0;
font-family: 'Noto Serif JP';
}
.contact .box1{
	width:800px;
	max-width: 90%;
	margin-left:auto;
	margin-right:auto;
	font-size:2.0rem; 
    font-weight: 600;
	padding:20px 0 100px 0; 
	line-height:160%;
	text-align: center;
    line-height: 180%
}
.contact .tel{
text-align: center;
color: #069;
font-size: 4.5rem;
font-weight: 600;
font-family: 'Noto Sans JP';
padding-bottom: 100px
}

/*個人情報-----------------------------------------*/
.privacy{
padding: 100px 0 0 0;
font-family: 'Noto Serif JP';
width: 1000px;
max-width: 90%;
margin: 0 auto
}

.privacy dl{
margin-bottom: 100px;
border: #666 1px solid;
padding: 2%
}
.privacy dt{
font-size: 1.8rem;
font-weight: 600;
margin: 30px 0;
position: relative;
}
.privacy dd{
margin-left: 0;
font-size: 1.6rem;
margin-bottom: 50px;
padding-bottom: 2px;
border-bottom: #666 1px dashed
}


}
/*===============================================
●スマホれいあうと設定 画面の横幅が650px以下
===============================================*/
@media screen and  (max-width: 650px){
/*メイン画像ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.index{
position: relative;
font-family: 'Noto Sans JP';
}

.index .main{
position: relative;
height: 98vh
}
.index .main .box_catch{

position: absolute;
top: 17%;
left: 28%;
}
.index .main .text_catch1{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-size: 2.5rem;
color: #FFF;
font-weight: 600;
  text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  0-2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
padding-top: 1vw;
font-family: 'Noto Serif JP';
line-height: 200%
}
.index .lead{
background-color: #FFF;
padding: 50px 10%;
margin: 0 auto;
line-height: 200%;
font-size: 1.6rem;
font-weight: 600;
font-family: 'Noto Serif JP';
}
.index .news{
background-color: #f4f4f4;
padding: 50px 0
}
.index .news .box_news{
width: 90%;
margin: 0 auto;
}
.index .news .box_news .subtitle{
font-size: 2.0rem;
color: #000;
font-weight: 600;
text-align: center;
margin-bottom: 50px;
}
.index .news .box_news li{
display: block;
padding-bottom: 3px;
border-bottom: #333 1px dotted;
margin-bottom: 20px;
}
.index .news .box_news li .newstitle{
font-size: 1.6rem;
color: #666;
font-weight: 600;
margin-bottom: 15px
}
.index .box1{
background-color: #f4f4f4;
position: relative;
padding-bottom: 50px;
}
.index .box1 img{
width: 100%
}
.index .box1 .com{
padding-left: 5%;
padding-right: 5%;
 line-height: 180%;
 font-size: 1.6rem
}
.index .box1 .com .catch2{
font-size: 2.0rem;
font-weight: 600;
padding-bottom: 40px;
padding-top: 30px
}

.index .box2{
background-color: #FFF;
padding: 50px 0;
}
.index .box2 .left{
padding: 0
}
.index .box2 .left .subtitle2{
color: #000;
font-size: 2.5em;
font-weight: 500;
width: 100%;
text-align: center;
}
.index .box2 .right{
padding: 50px 5%;
}
.index .box2 .right .flex_right{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.index .box2 .right .flex_right a{
display: block;
padding: 2%;
font-size:1.3rem;
transition: 0.8s;
margin-bottom: 25px
}
.index .box2 .right .flex_right a:hover{
background-color: #f4f4f4
}
.index .box2 .right .flex_right a .subtitle2{
font-size:1.8rem;
text-align: center;
color: #000;
font-weight: 500;
padding-bottom: 5px;
}
.index .box2 .right .flex_right a .photo{
margin: 5px 0;
border-radius: 5px;
overflow: hidden
}
.index .box2 .right .flex_right a .photo img{
width: 100%
}
.index .box2 .right .flex_right a .com{
padding: 2%;
line-height: 180%
}
.index .box2 .right .flex_right a .bt{
width: 70%;
font-size: 1.4rem;
color: #069;
padding-bottom: 2px;
border-bottom: #069 1px solid;
margin: 10px 0 0 auto;
text-align: right
}
.index .box3{

}
.index .box3 img{
width: 100%
}
.index .box3 .box_support{

width: 100%
}

.index .box4{
background-color: #f4f4f4;
padding: 100px 0;
background-image:url("../images/index/bg_box4.jpg")
}
.index .box4 .flex_box4{
width: 90%;
margin: 0 auto
}
.index .box4 .flex_box4 .photo{
display: none
}
.index .box4 .com{

}
.index .box4 .com .subtitle2{
color: #000;
font-size: 2.0rem;
font-weight: 500;
text-align: center;
padding-bottom: 30px;
}
.index .box4 .com .bt{
padding-top: 20px;
}
.index .box4 .com .bt .tel{
font-size: 3.5rem;
font-weight: 600;
color: #069;
padding-bottom: 30px;
text-align: center
}
.index .box4 .com .bt a{
display: block;
border:#069 1px solid;
color: #069;
text-align: center;
font-weight: 500;
font-size: 2.0rem;
padding: 10px 0;
width: 90%;
transition: 0.5s;
margin: 0 auto
}
.index .box4 .com .bt a:hover{
background-color: #069;
color: #FFF
}
.index .box4 .box_add{
width: 90%;
margin: 0 auto;
font-size: 1.8rem;
font-weight: 500;
padding-top: 20px
}
/*サービス内容ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.service{
padding: 50px 0;
font-family: 'Noto Serif JP';
}
.service .box1{
width: 1200px;
max-width: 90%;
margin: 0 auto 100px auto
}
.service .subtitle {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 50px
  }
.service .subtitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
.service .box1 .flex_service{

}
.service .box1 .flex_service .com{
line-height: 180%;
margin-bottom: 30px
}
.service .box1 .flex_service .photo{
width: 80%;
border-radius: 10px;
overflow: hidden;
margin: 0 auto 
}
.service .box1 .flex_service .photo img{
width: 100%
}
.service .box1 .lead{
font-size: 1.8rem;
font-weight: 500;
line-height: 180%;
padding: 20px 0;
border-bottom: #5472cd 2px solid;
border-top: #5472cd 2px solid;
}
.service .box2{
width: 1200px;
max-width: 90%;
margin: 0 auto 100px auto
}
.service .box2 dl{
margin-bottom: 50px;
}
.service .box2 dt {
  position: relative;
  padding: 5px 5px 5px 65px;
  background: #FFF;
  font-size: 20px;
  color: #666;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
  margin-bottom: 50px;
  font-weight: 600
}

.service .box2 dt:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px #EEE;
  border-bottom: solid 79px transparent;
  z-index:-2
}
.service .box2 dd{
margin-left: 0;
margin-bottom: 30px
}
.service .box2 dd .com{
word-break: break-all;
margin-bottom: 20px;
line-height: 200%
}

.service .box2 dd .photo{
width: 80%;
margin: 0 auto;
}
.service .box2 dd .photo .inner{
background-color: #FFF;
padding: 0.8%;
text-align: center;
font-size: 1.6rem;
font-weight: 600;
color: #5472cd;
margin-bottom: 15px
}
.service .box2 dd .photo img{
width: 100%;
display: block;
padding-top: 10px
}
/*施工事例ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.work{
padding: 50px 0;
font-family: 'Noto Serif JP';
}
.work .box1{
width: 90%;
margin: 0 auto 50px auto;
padding-bottom: 40px;
border-bottom: #5472cd 2px solid;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.work .box1 a{
display: block;
width: 47%;
padding: 1%;
margin-bottom: 30px;
}
.work .box1 a img{
width: 100%;
height: 150px;
object-fit: cover
}

/*会社案内ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.company{
padding: 50px 0;
font-family: 'Noto Serif JP';
}
.company .catch{
text-align: center;
font-size: 2.5rem;
color:#75198c ;
font-weight: 600;
line-height: 180%;
margin-bottom: 100px
}
.company .greeting{
width: 90%;
margin: 0 auto;
margin-bottom: 50px
}
.company .greeting .com{
margin-bottom: 20px
}
.company .greeting .com .chomei{
font-weight: 600;
text-align: right
}
.company .gaiyo{
width: 90%;
margin: 0 auto 50px auto
}
.company .subtitle {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 30px
  }
.company .subtitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}
.company .gaiyo table{
width: 100%;
border-collapse: collapse
}
.company .gaiyo table td{
display: block;
padding: 1%;
font-size: 1.5rem
}
.company .gaiyo table td:nth-child(1){
font-weight: 600
}
.company .gaiyo table td:nth-child(2){
border-bottom: #999 1px solid;
margin-bottom: 20px
}
.company .gaiyo table td a{
padding-top: 20px;
font-size: 1.8rem;
font-weight: 500;
color: #00C;
}
.company .gaiyo table td a img{
width: 400px;
max-width: 100%;
padding: 5px 0
}
.company .history{
width: 90%;
margin: 0 auto
}
.company .history table{
width: 100%;
border-collapse: collapse
}
.company .history table td{
padding: 1%;
font-size: 1.4rem;
margin-bottom: 20px;
border: none
}
.company .history table td:nth-child(2){
border-bottom: #666 1px dotted;
}
/*アクセスーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.access{
padding: 50px 0;
font-family: 'Noto Serif JP';
}
.access .box1{
width: 90%;
margin: 0 auto 50px auto
}
.access .add{
font-size: 2.0rem;
font-weight: bold;
padding-bottom: 20px;
}
.access .map{
border: #999 1px solid;
padding: 2%;
}
.access .guide{
border-bottom: 2px solid #5472cd;
border-top: 2px solid #5472cd;
padding: 30px 0;
margin: 50px 0
}
.access .guide li{
font-weight: 600;
margin-bottom: 30px;
display: block
}
.access .guide li i{
font-size: 3.0rem
}
.access .photo{
width: 80%;
margin: 0 auto;
padding: 20px 0
}
.access .photo img{
display: block;
padding: 1%;
background-color: #FFF;
border-radius: 10px;
border: #999 1px solid;
width: 100%;
margin-bottom: 20px
}
.access .box2{
text-align: center;
padding: 4%;
background-color: #FFF;
margin-top: 30px;
font-size: 2.0rem;
font-weight: 600;
color: #000
}
.access .box2 .tel{
font-size: 3.0rem;
color: #5472cd;
font-weight: 600;
padding-top: 20px;
font-family: 'Noto Sans JP';
}
/*お問い合わせ-----------------------------------------*/
.contact{
padding: 50px 0;
font-family: 'Noto Serif JP';
}
.contact .box1{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	font-size:1.8rem; 
    font-weight: 600;
	padding:20px 0 100px 0; 
	line-height:160%;
}
.contact .tel{
text-align: center;
color: #069;
font-size: 4.0rem;
font-weight: 600;
font-family: 'Noto Sans JP';
padding-bottom: 100px;
line-height: 160%
}

/*個人情報-----------------------------------------*/
.privacy{
padding: 100px 0 0 0;
font-family: 'Noto Serif JP';
width: 1000px;
max-width: 90%;
margin: 0 auto
}

.privacy dl{
margin-bottom: 100px;
border: #666 1px solid;
padding: 2%
}
.privacy dt{
font-size: 1.8rem;
font-weight: 600;
margin: 30px 0;
position: relative;
}
.privacy dd{
margin-left: 0;
font-size: 1.6rem;
margin-bottom: 50px;
padding-bottom: 2px;
border-bottom: #666 1px dashed
}

}
/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}
