@charset "utf-8";

/* お問い合わせ */
.ms-contact { 
    background-color: transparent;
    }
.ms-policy a{
text-decoration: none;
color: blue;
}

.ms-policy  a:hover{
text-decoration: none;
opacity: 0.5;
color: blue;
}

.ms-policy{
    width:600px;
    height: 50px;
     margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    font-family: "メイリオ";
    text-align: left;
    padding: 10px;
    border: 1.5px dotted #f08080;
    border-radius: 15px;
   }

.ms-submit{
        width:600px;
    height: 50px;
     margin-left: auto;
    margin-right: auto;
    font-family: "メイリオ";
    text-align: center;
    background-color:transparent;
    padding-top: 20px;
}
textarea{
    margin-top: 0.5em;
    border:2px dotted #f08080;
    padding: 10px;
    width:500px;
    height: 160px;
    font-family: "メイリオ";
    font-size: 16px;
}

.textfield_label{
    width: 11em;
    display: inline-block;
}
.user{
    width: 550px;
    height: 250px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    border: 1px dotted #f08080;
    text-align: left;
    margin-bottom: 0px;
    font-size: 14px;
}
input[type="text"],input[type="email"],input[type="tel"]{
    margin-top: 0.5em;
    padding: 10px;
    width: 250px;
    height: 40px;
    font-family: "メイリオ";
    font-size: 14px;
    margin-left: 100px;
    }
.str2 {
  display       : inline-block;        /* ブロック化              */
  font-weight: bold;                /* 太字                    */
  font-size     : 80%;                /* 文字を大きくする        */
  color         : red;             /* 文字色                  */
}

form{
    width:100%;
    height: 700px;
    background-color:transparent;
}
.ib-02{
    background-color: transparent;
    width: 100%;
    height: 150px;
}
.status1{
    width: 600px;
    height: 120px;
    background-color:transparent;
    margin-left: auto;
    margin-right: auto;
    border: 0px dotted #000000;
    padding: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
 }
.status1 h3{
    font-size: 18px;
    padding-top: 30px;
    line-height: 0.2em;
}
.status1 p{
    font-size: 20px;
}
.status1 label{
    font-size: 14px;
}
.messagebox{
    width: 600px;
    height: 200px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    border: 0px dotted #000000;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 25px;
    text-align: left;
}

.ms-privacypolicy{
    width: 600px;
    height: 100px;
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
    border: 0px dotted #000000;
    font-size: 14px;
}

@media (max-width: 768px){
.ms-contact { 
    background-color: transparent;
    }
.ms-policy a{
text-decoration: none;
color: blue;
}

.ms-policy  a:hover{
text-decoration: none;
opacity: 0.5;
color: blue;
}

.ms-policy{
    width:90%;
    height: 70px;
     margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    font-family: "メイリオ";
    text-align: left;
    padding: 2px;
    border: 1.5px dotted #f08080;
    border-radius: 15px;
   }

.ms-submit{
        width:100%;
    height: 50px;
     margin-left: auto;
    margin-right: auto;
    font-family: "メイリオ";
    text-align: center;
    background-color:transparent;
    padding-top: 20px;
}
textarea{
    margin-top: 0.5em;
    border:2px dotted #f08080;
    padding: 10px;
    width:90%;
    height: 160px;
    font-family: "メイリオ";
    font-size: 16px;
}

.textfield_label{
    width: 11em;
    display: inline-block;
}
.user{
    width: 90%;
    height: 350px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    border: 1px dotted #f08080;
    text-align: left;
    margin-bottom: 0px;
    font-size: 14px;
}
input[type="text"],input[type="email"],input[type="tel"]{
    margin-top: 0.5em;
    padding: 5px;
    width: 250px;
    height: 40px;
    font-family: "メイリオ";
    font-size: 14px;
    margin-left: 30px;
    }
.str2 {
  display       : inline-block;        /* ブロック化              */
  font-weight: bold;                /* 太字                    */
  font-size     : 80%;                /* 文字を大きくする        */
  color         : red;             /* 文字色                  */
}

form{
    width:100%;
    height: 700px;
    background-color:transparent;
}
.ib-02{
    background-color: transparent;
    width: 100%;
    height: 150px;
}
.status1{
    width: 100%;
    height: 100px;
    background-color:transparent;
    margin-left: auto;
    margin-right: auto;
    border: 0px dotted #000000;
    padding: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    font-size: 12px;
 }
.status1 h3{
    font-size: 18px;
    padding-top: 30px;
    line-height: 0.2em;
}
.status1 p{
    font-size: 14px;
}
.status1 label{
    font-size: 14px;
}
.messagebox{
    width: 100%;
    height: 200px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    border: 0px dotted #000000;
    font-size: 14px;
    padding: 0px;
    margin-bottom: 25px;
    text-align: left;
}

.ms-privacypolicy{
    width: 100%;
    height: 100px;
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
    border: 0px dotted #000000;
    font-size: 14px;
}
}

.contact-form {
width: 100%;
height: 1000px;
   background: url(../images-home/top-news.png)0/cover fixed;
 font-family:'Roboto','Noto Serif JP', serif, cursive;
border-radius: 20px;
}

@media (max-width: 768px){
.contact-form {
width: 100%;
height: 1000px;
   background: transparent;
 font-family:'Roboto','Noto Serif JP', serif, cursive;
border-radius: 20px;
border: 1px solid #0099cc;
}
}
/* お問い合わせ終わり */





.den2-privacy{
width: 100%;

}

.den2-privacy a{
text-decoration: none;
color: #333;
}

.den2-privacy  a:hover{
text-decoration: none;
opacity: 0.5;
}

.db2-2 { 
font-size: 14px;
font-family: "メイリオ";
background:transparent;
opacity: 1;
position: relative;
text-align: center;
color: #333;
padding: 50px;
padding-top: 120px;
border-radius: 20px;
margin:0px;
text-align: left;
}
.db2-2 p{
    text-align: left;
    padding: 30px;
    font-size: 14px;
    color: #333;
    font-family: "メイリオ";
}

.db2-2 h1{
    font-size: 18px;
    color: #333;
    padding-left:0px;
}

 .top-news002 {
    clear: both;
   opacity: 1;
   border-radius: 3px;
   overflow: auto;
   text-align: center;
   background-color: transparent;
    width: 100%; 
   height: 700px;
     margin-left: auto;
     margin-right: auto;
   border:0px solid #000000;
  
     margin-bottom: 0px;
     margin-top: 0px;
  }

.news02{
 }
.news02 th{
 padding-top: 0px;
  width:40%;
  background-color: transparent;
  color: #333333;
  font-size: 14px;
  text-align: center;
  border-bottom: 2px dotted #f08080;
 border-radius: 3px;
  height: 55px;
  font-family:'Roboto','Noto Serif JP', serif, cursive;
  }

.news02 td{
  width: 60%;
  font-size: 14px;
  color: #333333;
  text-align: left;
 background-color: transparent;
padding-top: 0px;
padding-left: 20px;
 border: 0px dotted #696969;
 border-radius: 3px;
height: 55px;
font-family:'Roboto','Noto Serif JP', serif, cursive;
}


.ms-about {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: repeat(8, 1fr);
grid-column-gap: 50px;
grid-row-gap: 0px;
width: 100%;
height: 800px;
background-color: transparent;
 font-family:'Roboto','Noto Serif JP', serif, cursive;
 background: url(../images-home/top-news.png)0/cover fixed;
border-radius: 20px;
}


.ms-about01 { grid-area: 3 / 2 / 7 / 5;
 background:transparent;
z-index: 1;
opacity: 1;
text-align: left;
padding: 20px;
color: #333333;
font-size: 12px;
 font-family:'Roboto','Noto Serif JP', serif, cursive;
border-radius: 20px;
}

.ms-about01 h2{
text-align: center;
padding-top: 20px;
color: #333333;
font-size: 24px;
}

.ms-about01 h3{
text-align: center;
padding-top: 20px;
color: #333333;
font-size: 20px;
}

.ms-about02 { grid-area: 2 / 5 / 8 / 8;
 background:transparent;
 opacity: 1;
 z-index: 1;
     font-family:'Roboto','Noto Serif JP', serif, cursive;
border-radius: 20px;
}
.ms-about03 { grid-area: 1 / 1 / 2 / 9;
    z-index: 1;
}
.parallax {
    position: relative;
    background: transparent;
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.parallax h2 {
    color:#fff;
    font-size: 80px;
    text-align: center;
    position: fixed;
    width :100%;
    top: 20%;
    opacity: 0.5;
}
.parallax h3 {
    text-align: center;
    position: fixed;
    width :100%;
    top: 50%;
    opacity: 0.7;
    right: 20%;
    color: #ffffff;
    font-size: 45px;
    font-family:'Noto Serif JP', cursive;
}

.contents {
    position: relative;
    z-index: 1;
    height:800px;
    font-size:60px;
    padding: 20px 20px;
    text-align :center;
    border:0px solid #f08080;
    border-radius: 0px;
    }

.contents6 {
    position: relative;
    z-index: 1;
    height:1000px;
    font-size:60px;
    padding: 20px 20px;
    text-align :center;
    border:0px solid #f08080;
    border-radius: 0px;
    }


.contents2 {
    position: relative;
    z-index: 1;
    height:750px;
    font-size:60px;
    padding: 20px 20px;
    text-align :center;
    border:0px solid #f08080;
    border-radius: 0px;
    }

.contents3 {
    position: relative;
    z-index: 1;
    height:1000px;
    font-size:60px;
    padding: 20px 20px;
    text-align :center;
    border:0px solid #f08080;
    border-radius: 0px;
    }

.contents4 {
    position: relative;
    z-index: 1;
    height:750px;
    font-size:60px;
    padding: 20px 20px;
    text-align :center;
    border:0px solid #f08080;
    border-radius: 0px;
    }

.contents5 {
    position: relative;
    z-index: 1;
    height:700px;
    font-size:60px;
    padding: 20px 20px;
    text-align :center;
    border:0px solid #f08080;
    border-radius: 0px;
    }

/*スライダー003*/
.slider,
.slider > div {
  background-position: center center;
  display: block;
  width:100%;
  height: 400px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  overflow: hidden;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
 font-size: 20px;
    color: #ffffff;
}

.slider img{
    width: 500px;
    height: 300px;
}

.slider > div {
  position: absolute;
}

.slider > i {
  color: #f08080;
  position: absolute;
  font-size: 60px;
  margin: 20px;
  top: 40%;
  text-shadow: 0 10px 2px #223422;
  transition: 0.3s;
  width: 30px;
  padding: 10px 13px;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  line-height: 0;
  box-sizing: content-box;
  border-radius: 3px;
  z-index: 4;
}

.slider > i svg {
  margin-top: 3px;
}

.slider > .left {
  left: -100px;
}
.slider > .right {
  right: -100px;
}
.slider:hover > .left {
  left: 0;
}
.slider:hover > .right {
  right: 0;
}

.slider > i:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-2px);
}

.slider > i.right:hover {
  transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
  transform: translateY(1px);
}

.slider:hover > div {
  transform: scale(1.01);
}

.hoverZoomOff:hover > div {
  transform: scale(1);
}

.slider > ul {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 4;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
  border: none;
}

.slider > ul > li {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  list-style: none;
  float: left;
  margin: 10px 10px 0;
  cursor: pointer;
  border: 0px solid #fff;
  background-color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider > ul > .showli {
  background-color: #f08080;
  -moz-animation: boing 0.5s forwards;
  -o-animation: boing 0.5s forwards;
  -webkit-animation: boing 0.5s forwards;
  animation: boing 0.5s forwards;
}

.slider > ul > li:hover {
  background-color: #f08080;
}

.slider > .show {
  z-index: 1;
}

.hideDots > ul {
  display: none;
}

.showArrows > .left {
  left: 0;
}

.showArrows > .right {
  right: 0;
}


@keyframes boing {
  0% {
    transform: scale(1.2);
  }
  40% {
    transform: scale(0.6);
  }
  60% {
    transform: scale(1.2);
  }
  80% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

/* -------------------------------------- */

#slider001 {
  min-width: 60%;
}

.index-slider {
  display: flex;
}



/*　売買物件情報*/
.baibai{
    width: 100%;
    height: 750px;
  background:transparent;
 border: 1px solid #fff;
 background-color:transparent;
 border-radius: 20px;
 opacity: 1;

}


.backStr2 {
  position      : absolute;            
  display       : inline-block;        
  white-space   : nowrap;             
  font-size     : 60pt;                
  font-weight   : bold;                
  color         : #fff;
  top           : 15%;
  left          : 50%;
  transform     : translate(-50%, -50%)
                  rotate(350deg);
font-family:'Roboto','Noto Serif JP', serif, cursive;
z-index: 20;
}

.backStr3 {
  position      : absolute;            
  display       : inline-block;        
  white-space   : nowrap;             
  font-size     : 40pt;                
  font-weight   : bold;                
  color         : #fff;
opacity: 1;
  top           : 10%;
  left          : 50%;
  transform     : translate(-50%, -50%)
                  rotate(350deg);
font-family:'Roboto','Noto Serif JP', serif, cursive;
z-index: 1;
}

.baibai2{
   font-family:'Roboto','Noto Serif JP', serif, cursive;
    color: #ffffff;
    line-height: 1em;
    padding-top: 30px;
    height: 150px;
    text-shadow:  15px  15px 15px #777777;　
    text-align: center;
    z-index: 10;
 }

@media (max-width: 768px){
.baibai{
    width: 100%;
    height: 700px;
  background: url(../images-home/bukken-bg.png)0/cover fixed;
 border-bottom: 1px solid #00bfff;
}

.baibai2{
   font-family:'Roboto','Noto Serif JP', serif, cursive;
    color: #ffffff;
    line-height: 1em;
    padding-top: 30px;
    height: 100px;
    text-shadow:  15px  15px 15px #777777;　
    text-align: center;
 }
}

/*　売買物件情報 */

/*　賃貸物件 */

.chintai{
    width: 100%;
    height: 1000px;
     background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
}
.chintai2{
    font-size: 30px;
   font-family:'Roboto','Noto Serif JP', serif, cursive;
    color: #ffffff;
    line-height: 1em;
    padding-top: 30px;
    height: 200px;
    text-shadow:  15px  15px 15px #777777;　
 }

.chintai6{
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
height: 100px;
}
.chintai7{
    grid-area: 1 / 1/ 2 / 7; 
    font-size: 16px;
   font-family:'Roboto','Noto Serif JP', serif, cursive;
    color: #333;
    padding-top: 0px;
    text-shadow:  15px  15px 15px #fff;　
    font-weight: bold;
 }
.chintai3{
    grid-area: 2 / 3 / 6 / 4; 
    font-size: 16px;
   font-family:'Roboto','Noto Serif JP', serif, cursive;
    color: #ffffff;
    padding-top: 0px;
    text-shadow:  15px  15px 15px #777777;　
   
 }
.chintai5{
    grid-area: 2 / 4 / 6 / 5; 
    font-size: 16px;
   font-family:'Roboto','Noto Serif JP', serif, cursive;
    color: #ffffff;
    padding-top: 0px;
    text-shadow:  15px  15px 15px #777777;　
 }
.chintai4{
    font-size: 24px;
   font-family:'Roboto','Noto Serif JP', serif, cursive;
    color: #f08080;
    line-height: 1em;
    padding-top: 30px;
    height: 50px;
    text-shadow:  15px  15px 15px #777777;　
    width: 100%;
    text-align: left;
    padding-left: 20%;
 }


.chintai a{
    text-decoration: none;
    color:blue;
}
.chintai a:hover{
    text-decoration: none;
    color:blue;
    opacity: 0.5;
}
 .top-news001 {
    clear: both;
   opacity: 1;
   border-radius: 3px;
   overflow: auto;
   text-align: center;
   background-color: #f5f5f5;
    opacity: 0.9;
    width: 800px; 
   height: 450px;
     margin-left: auto;
     margin-right: auto;
   border:1px solid transparent;
    color: #000000;
     margin-bottom: 0px;
     margin-top: 0px;
     box-shadow: 0px 0px 1px 1px #d3d3d3; 
  }

.news01{
 }
.news01 th{
 padding-top: 10px;
  width:35%;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  text-align: center;
  border-bottom: 2px dotted #d3d3d3;
 border-radius: 3px;
  height: 50px;
  font-family:'Roboto','Noto Serif JP', serif, cursive;
  }
.news01 td{
  width: 65%;
  font-size: 14px;
  color: #000000;
  text-align: left;
 background-color: transparent;
padding-top: 0px;
padding-left: 30px;
 border: 0px dotted #d3d3d3;
 border-radius: 3px;
height: 50px;
font-family:'Roboto','Noto Serif JP', serif, cursive;
}


ul.tab {
list-style: none;
margin-left: auto;
margin-right: auto;
width: 980px;
font-family:'Roboto','Noto Serif JP', serif, cursive;
font-size: 14px;
}
ul.tab li {
float: left;
margin-right: 10px;
padding: 10px;
background-color: #f08080;
border: 1px solid transparent;
color: #fff;
cursor: pointer;
border-radius: 10px;
}
ul.tab li:hover {
color: #ffffff;
opacity: 0.7;
}
ul.tab li.active {
background-color:#ffffff;
color: #f08080;
opacity: 0.9;
border-radius: 10px;
}
div.tabContent {
clear: both;
border: 2px solid transparent;
padding: 20px;
width: 980px;
height: 450px;
display: none;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
opacity: 0.9;
border-radius: 20px;
}
div.active {
display: block;
}


/*　賃貸物件 */

/* --- access ----- */
.top-access {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
height: 750px;
border: 0px solid #f08080;

}

.top-access a{
text-decoration: none;
color: #ffffff;
}

.top-access  a:hover{
text-decoration: none;
opacity: 0.5;
}

.top-access iframe{
    width: 80%;
    height: 300px;
   }
.den4-1 { grid-area: 1 / 1 / 6 / 6;
background: url(../images-home/top-news.png)0/cover fixed;
border-radius: 20px;
}
.den4-1,.den4-2::before { grid-area: 1 / 1 / 6 / 6;
background: url(../images-home/top-news.png)0/cover fixed;
z-index: -1;
}
.den4-6 { grid-area: 5 / 3 / 6 / 4; 
position: relative;
text-align: center;
z-index: 100;
}
.den4-2 { grid-area: 2 / 2 / 6 / 5; 
font-size: 14px;
font-family:'Roboto','Noto Serif JP', serif, cursive;
background:transparent;
position: relative;
overflow: hidden;
text-align: center;
color: #000000;
padding-top: 10px;
border-radius: 20px;
margin-bottom:50px;
}
.den4-2 p{
    text-align: left;
    padding: 30px;
}
.den4-2::before{
    content: '';
    position: absolute;
    top:0;bottom: 0;right: 0;left: 0;
    filter: blur(20px);
    margin: -30px;
}
.den4-3{ grid-area: 1 / 1 / 2 / 6;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    font-size: 45px;
   font-family:'Roboto','Noto Serif JP', serif, cursive;
    text-shadow:  15px  15px 15px #777777;　
    margin-bottom: 50px;
    line-height: 0.1;
     }
.den4-3 h5{
     font-size: 18px;
   font-family:'Roboto','Noto Serif JP', serif, cursive;
}

.den4-4{grid-area: 3 / 2 / 6 / 5;
    text-align: center;
    z-index: 100;
    font-family:'Roboto','Noto Serif JP', serif, cursive;
}
.den4-5{grid-area: 2 / 2 / 3 / 5;
    text-align: left;
    font-family:'Roboto','Noto Serif JP', serif, cursive;
    padding: 50px;
    color: #333333;
    z-index: 10;
    font-size: 14px;
}

/* --- access ----- */


/* --- トップ画面挨拶 ----- */

.btn-ib {
  display: inline-block;           /* 改行なしのブロック要素 */
     position: relative;              /* 相対位置指定 */
  width: 200px;                    /* 横幅 */
  height: 50px;                    /* 高さ */
  text-align: center;              /* 水平方向は中央揃え */
  line-height: 50px;               /* 行の高さ */
  font-size: 16px;
font-family:'Roboto','Noto Serif JP', serif, cursive;
 }
.btn-ib span {
  display: block;                  /* ブロック要素 */
  position: absolute;              /* 親要素の左上を基準位置 */
  width: 100%;                     /* 横幅 */
  height: 100%;                    /* 高さ */
  border: 1px solid #fff;          /* 罫線 */
  transform-style: preserve-3d;    /* 重なりを3Dで表示 */
  transition: 0.5s;   /* 変化時間 */
    opacity: 1;
    border-radius: 10px;
}
.btn-ib span:nth-child(1) {
  background-color:transparent;   /* Buttonボタンの色 */
  color:#ffffff ;          /* Buttonの文字の色 */
  transform: rotateX(0deg);        /* 横軸の回転なし */
  transform-origin: 0 50%  -30px;  /* transformの起点 */
}
.btn-ib span:nth-child(2) {
  background-color: transparent;   /* Clickボタンの色 */
  color: #ffffff;          /* Clickの文字の色 */
  transform: rotateX(90deg);       /* 横軸で90度回転 */
  transform-origin: 0 50%  -30px;  /* transformの起点 */
}
.btn-ib:hover span:nth-child(1) {
  transform: rotateX(-90deg);      /* 横軸で前方に90度回転 */
}
.btn-ib:hover span:nth-child(2) {
  transform: rotateX(0deg);        /* 横軸の回転なし */
}


.top-greeting {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
height: 600px;
border-bottom: 0px dotted #f08080;
z-index: 10;
}

.top-greeting a{
text-decoration: none;
color: #ffffff;
}

.top-greeting a:hover{
text-decoration: none;
opacity: 1;
}

.tg1 { grid-area: 1 / 1 / 6 / 6;
background: url(../images-home/top-news.png)0/cover fixed;
opacity: 1;
border-radius: 20px;

}
.tg1,.tg2::before { grid-area: 1 / 1 / 6 / 6;
background: url(../images-home/top-news.png)0/cover fixed;
z-index: -1;
}
.tg2 { grid-area: 2 / 2 / 5 / 5; 
font-size: 14px;
font-family: "メイリオ";
background:transparent;
position: relative;
overflow: hidden;
text-align: center;
color: #ffffff;
padding-top: 70px;
border-radius: 20px;
margin-top: -50px;
}
.tg2 p{
    text-align: left;
    padding: 20px;
}
.tg2::before{
    content: '';
    position: absolute;
    top:0;bottom: 0;right: 0;left: 0;
    filter: blur(20px);
    margin: -30px;
}
.tg3{ grid-area: 1 / 1 / 2 / 6;
    text-align: center;
    color: #ffffff;
     font-family:'Roboto','Noto Serif JP', serif, cursive;
    text-shadow:  15px  15px 15px #333;　
    margin-bottom: 0px;
    line-height: 0.1;
    }

.backStr {
  position      : absolute;            
  display       : inline-block;        
  white-space   : nowrap;             
  font-size     : 60pt;                
  font-weight   : bold;                
  color         : #fff;
  top           : 15%;
  left          : 50%;
  transform     : translate(-50%, -50%)
                  rotate(350deg);
font-family:'Roboto','Noto Serif JP', serif, cursive;
z-index: 20;
}

.tg4{grid-area: 5/3/6/4;
position: relative;
text-align: center;
}


@media (max-width: 768px){

    .top-greeting {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
height: 600px;
border-bottom: 0px dotted #f08080;
}

.top-greeting a{
text-decoration: none;
color: #ffffff;
}

.top-greeting a:hover{
text-decoration: none;
opacity: 1;
}

.tg1 { grid-area: 1 / 1 / 6 / 6;
background: url(../images-home/top-news.png)0/cover fixed;
}
.tg1,.tg2::before { grid-area: 1 / 1 / 6 / 6;
background: url(../images-home/top-news.png)0/cover fixed;
z-index: -1;
}
.tg2 { grid-area: 2 / 1 / 5 / 6; 
font-size: 14px;
 font-family:'Roboto','Noto Serif JP', serif, cursive;
background:transparent;
position: relative;
overflow: hidden;
text-align: center;
color: #ffffff;
padding-top: 20px;
border-radius: 20px;
margin-left: 10px;
margin-right: 10px;
}
.tg2 p{
    text-align: left;
    padding: 20px;
}
.tg2::before{
    content: '';
    position: absolute;
    top:0;bottom: 0;right: 0;left: 0;
    filter: blur(20px);
    margin: -30px;
}
.tg3{ grid-area: 1 / 1 / 2 / 6;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    font-size: 40px;
     font-family:'Roboto','Noto Serif JP', serif, cursive;
    text-shadow:  15px  15px 15px #777777;　
    margin-bottom: 50px;
    line-height: 0.1;
}
.tg4{grid-area: 5/3/6/4;
position: relative;
text-align: center;
}
.tg3 h5{
    font-size: 18px;
   font-family:'Roboto','Noto Serif JP', serif, cursive;
}
.tg2 h3{
    text-align: center;
    font-family: "HG行書体";
    padding-left: 120px;
    font-size: 30px;
}
}
/* --- トップ画面挨拶　終わり ----- */


/*　about */
.top-company {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
height: 750px;
}

.top-company a{
text-decoration: none;
color: #ffffff;
}

.top-company  a:hover{
text-decoration: none;
opacity: 0.5;
}

.den2-1 { grid-area: 1 / 1 / 7 / 6;
background: url(../images-home/index-company.png)0/cover fixed;
}
.den2-1,.den2-2::before { grid-area: 1 / 1 / 7 / 6;
background: url(../images-home/index-company.png)0/cover fixed;
z-index: -1;
}
.den2-2 { grid-area: 2 / 1 / 6 / 4; 
font-size: 16px;
font-family: "メイリオ";
background:hsla(0, 0%, 0%, .3 );
position: relative;
overflow: hidden;
text-align: center;
color: #ffffff;
padding-top: 50px;
border-radius: 20px;
margin-left: 50px;
margin-right: 50px;
}

.den2-4 { grid-area: 3 / 4 / 6 / 6; 
background:hsla(0, 0%, 0%, .3 );
opacity: 1;
font-size: 16px;
font-family: "メイリオ";
text-align: center;
color: #ffffff;
padding-top:30px;
border-radius: 20px;
margin-left: 0px;
margin-right: 20px;
}


.den2-2 p{
    text-align: left;
    padding: 20px;
}
.den2-2::before{
    content: '';
    position: absolute;
    top:0;bottom: 0;right: 0;left: 0;
    filter: blur(20px);
    margin: -30px;
}
.den2-3{ grid-area: 1 / 1 / 2 / 4;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    font-size: 45px;
    font-family: "Bauhaus 93";
    text-shadow:  15px  15px 15px #777777;　
    margin-bottom: 0px;
    line-height: 0.1;
     }
.den2-3 h5{
    font-size: 18px;
    font-family: "メイリオ"; 
}

.den2-6{ grid-area: 2 / 4 / 3 / 6;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    font-size: 45px;
    font-family: "Bauhaus 93";
    text-shadow:  15px  15px 15px #777777;　
    margin-bottom: 0px;
    line-height: 0.1;
     }
.den2-6 h5{
    font-size: 18px;
    font-family: "メイリオ"; 
}

.den2-7{grid-area: 6/3/7/4;
position: relative;
text-align: center;
}

.dendencom01{
width: 100%;
}
.dendencom01 th{
 width:30%;
 background-color: transparent;
 color:#ffffff;
 padding:;
 font-size: 16px;
 border-bottom: 1px solid #ffffff;
 }

.dendencom01 td{
  width: 70%;
  font-size: 14px;
  padding: 10px 10px 10px 20px;
  border: 0px dotted #ffffff;
  color: #ffffff;
  text-align: left;
　background-color: transparent;
  font-family: "メイリオ";
}

.dendencom02{
width: 100%;
}
.dendencom02 th{
 width:20%;
 background-color: transparent;
 color:#ffffff;
padding: ;
 font-size: 12px;
 border-bottom: 1px solid #ffffff;
 }

.dendencom02 td{
  width: 80%;
  font-size: 12px;
  padding: 10px 10px 10px 20px;
  border: 0px dotted #ffffff;
  color: #ffffff;
  text-align: left;
　background-color: transparent;
  font-family: "メイリオ";
}

@media (max-width: 768px){
.top-company {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 0.3fr 0.9fr 1fr 0.3fr 0.5fr 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
height: 1300px;
}

.top-company a{
text-decoration: none;
color: #ffffff;
}

.top-company  a:hover{
text-decoration: none;
opacity: 0.5;
}

.den2-1 { grid-area: 1 / 1 / 7 / 6;
background: url(../images-home/index-company.png)0/cover;
}
.den2-1,.den2-2::before { grid-area: 1 / 1 / 7 / 6;
background: url(../images-home/index-company.png)0/cover;
z-index: -1;
}
.den2-2 { grid-area: 2 / 1 / 4 / 6; 
font-size: 16px;
font-family: "メイリオ";
background:hsla(0, 0%, 0%, .3 );
position: relative;
overflow: hidden;
text-align: center;
color: #ffffff;
padding-top: 30px;
border-radius: 20px;
margin-left: 15px;
margin-right: 15px;
}

.den2-4 { grid-area: 5 / 1 / 7 / 6; 
background:hsla(0, 0%, 0%, .3 );
opacity: 1;
font-size: 16px;
font-family: "メイリオ";
text-align: center;
color: #ffffff;
padding-top:30px;
border-radius: 20px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 35px;
}


.den2-2 p{
    text-align: left;
    padding: 0px;
}
.den2-2::before{
    content: '';
    position: absolute;
    top:0;bottom: 0;right: 0;left: 0;
    filter: blur(20px);
    margin: -30px;
}
.den2-3{ grid-area: 1 / 1 / 2 / 6;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    font-size: 45px;
   font-family: 'Fredoka One', cursive;
    text-shadow:  15px  15px 15px #777777;　
    margin-bottom: 0px;
    line-height: 0.1;
     }
.den2-3 h5{
    font-size: 18px;
    font-family: "メイリオ"; 
}

.den2-6{ grid-area: 4 / 1 / 5 / 6;
    text-align: center;
    color: #ffffff;
    padding-top: 0px;
    font-size: 45px;
   font-family: 'Fredoka One', cursive;
    text-shadow:  15px  15px 15px #777777;　
    margin-bottom: 0px;
    line-height: 0.1;
    margin-top: 30px;
     }
.den2-6 h5{
    font-size: 18px;
    font-family: "メイリオ"; 
}

.den2-7{grid-area: 6/1/7/6;
position: relative;
text-align: center;
}

.dendencom01{
width: 100%;
}
.dendencom01 th{
 width:20%;
 background-color: transparent;
 color:#ffffff;
 padding:;
 font-size: 12px;
 border-bottom: 1px solid #ffffff;
 }

.dendencom01 td{
  width: 80%;
  font-size: 12px;
  padding: 10px 10px 10px 20px;
  border: 0px dotted #ffffff;
  color: #ffffff;
  text-align: left;
　background-color: transparent;
  font-family: "メイリオ";
}

.dendencom02{
width: 100%;
}
.dendencom02 th{
 width:20%;
 background-color: transparent;
 color:#ffffff;
padding: ;
 font-size: 12px;
 border-bottom: 1px solid #ffffff;
 }

.dendencom02 td{
  width: 80%;
  font-size: 12px;
  padding: 10px 10px 10px 20px;
  border: 0px dotted #ffffff;
  color: #ffffff;
  text-align: left;
　background-color: transparent;
  font-family: "メイリオ";
}
}
/*　about */

/*　ハンバーガーボタン */




body { 
  background: #ffffff;
    font-family: 'helvetica, arial', serif;
  font-size: 16px;
  text-align: center;
}
 
/* グローバルナビ */
.gnavi {
  display: inline-block;
  -webkit-box-shadow: 0 0 70px #fff;
  -moz-box-shadow: 0 0 70px #fff;
  box-shadow: 0 0 70px #fff;
  margin-top: 0px;
  margin-bottom: 0px;
 font-family:'Roboto','Noto Serif JP', serif, cursive;
    opacity: 1;
   }

@media (max-width: 768px){
.gnavi {
  display: none;
  -webkit-box-shadow: 0 0 70px #fff;
  -moz-box-shadow: 0 0 70px #fff;
  box-shadow: 0 0 70px #fff;
  margin-top: 0px;
  margin-bottom: 0px;
 font-family:'Roboto','Noto Serif JP', serif, cursive;
    opacity: 1;
    
   }
}

.decor {
  background: blue;
  background: -webkit-linear-gradient(left, #f08080 50%, white 50%);
  background: -moz-linear-gradient(left, #f08080 50%, white 50%);
  background: -o-linear-gradient(left, #f08080 50%, white 50%);
  background: linear-gradient(left, #f08080 50%, white 50%);
  background-size: 50px 25%;
  padding:5px;
  display: block;
}

.gnavi a {
  text-decoration: none;
  color: #333333;
  display: block;
}

.gnavi ul {
  list-style: none;
  position: relative;
  text-align: left;
}

.gnavi li {
  float: left;
}

/* clear'n floats */
.gnavi ul:after {
  clear: both;
}

.gnavi ul:before,
.gnavi ul:after {
    content: " ";
    display: table;
}

nav {
  position: relative;
  background: #ffffff;
  background-image: -webkit-linear-gradient(bottom, #ffffff 7%, #fafafa 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 7%, #fafafa 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 7%, #fafafa 100%);
  background-image: linear-gradient(bottom, #ffffff 7%, #fafafa 100%);
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0.5px 0.5px 0.5px #0E0E0E;
  -webkit-box-shadow: 2px 2px 3px #888;
  -moz-box-shadow: 2px 2px 3px #888;
  box-shadow: 2px 2px 3px #888;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* prime */
.gnavi ul.primary li a {
  display: block;
  padding: 20px 30px;
  border-right: 1px solid #3D3D3D;
}

.gnavi ul.primary li:last-child a {
  border-right: none;
}

ul.primary li a:hover {
  color: #333333;
    opacity: 0.5;
}

/* subs */
ul.sub {
  position: absolute;
  z-index: 200;
  box-shadow: 2px 2px 0 #BEBEBE;
  width: 35%;
  display:none;
}

ul.sub li {
  float: none;
  margin: 0;
}

ul.sub li a {
  border-bottom: 1px dotted #ccc;
  border-right: none;
  color: #000;
  padding: 15px 30px;
}

.gnavi ul.sub li:last-child a {
  border-bottom: none;
}

.gnavi ul.sub li a:hover {
  color: #000;
  background: transparent;
}

/* sub display*/
.gnavi ul.primary li:hover ul {
  display: block;
  background: #ffffff;
}

/* keeps the tab background white */
.gnavi ul.primary li:hover a {
  background: #fafafa;
  color: #666;
  text-shadow: none;
}

.gnavi ul.primary li:hover > a{
  color: #000;
} 




.hamburger-menu div {
  width: 35px;
  height: 5px;
  background-color: #f08080;
  margin: 6px 0;
  transition: .5s;
  transform:rotateY(0deg);
  }

.hamburger-menu:hover div {
  opacity:0.5;
    transform:rotateY(180deg);
 }

.hamburger-menu + .sidenavs:target {
  overflow-x: visible;
    width: 100%;
  display:block;
}
.sidenavs:target {
  overflow-x: hidden;
    width: 0;
}

/* ハンバーガーメニュー表示時 */
.sidenavs {
  height: 100%;
  width: 0;
  position: fixed;
  /* 画像の配置を指定 */
  z-index: 1;
  top: 0;
  left: 0;
  background-color:#00bfff;
  opacity: 0.9;
  font-family:'Roboto','Noto Serif JP', serif, cursive;
  overflow-x: hidden;
  /* 横スクロールを無効にする */
  padding-top: 60px;
  transition: 0.5s;
  /* アニメーションの時間を0.5秒に指定 */
}
/* ハンバーガーメニュー表示時のリンク */
.sidenavs a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  transition: 0.3s;
  /* アニメーションの時間を0.3秒に指定 */
  font-weight:bold;
  transform:rotate(0deg) translate(0px,0px);
  /* Z軸(平面)の回転角度とXY軸の移動距離を指定 */
}
/* マウスオーバー後のリンク */
.sidenavs a:hover {
  color: white;
  opacity: 0.5;
  transform:rotate(-1deg) translate(2px,2px);
  /* Z軸(平面)の回転角度とXY軸の移動距離を指定 */
}
/* クローズボタン */
.sidenavs .close-btn {
  position: absolute;
  /* 親要素との絶対位置を指定 */
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media (max-width: 768px){
.space001{
  display: none;
}
}

.keywords{
    position: relative;
    top;5px;
    left: 15px;
    width: 980px;
}


#wrap{
    width: 100%;
    height: ;
}