* {
  box-sizing: border-box;
}

body {
  margin: 0;
   font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
  background-color: #FFFFFF;
}

header {
  height: 100px;
  width: 100%;
  padding: 10px 15px;
  background-color:#FFF;
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
}


nav {
  margin: 0 0 0 auto;
}

ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
    line-height: 60px;
   font-size: 14px;
}


.sm {
  display: none;
}
.apng-image {
margin-top: 80px;
}
.story-img {
  padding: 0px;
}
.smf {
  display: none;
}
.slideshow-fade{
    position: relative;
    width: auto;
    height: auto;
    li
        list-style: none;
        width: auto;
        height: auto;
    img
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
}

.button_solid004 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
.button_solid004 a {
    position: relative;
    text-align: center!important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin:5px 25px;
    max-width: 240px;
    padding: 10px 60px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
      font-size: 20px!important;
    background: #ff0000;
    border-radius: 8px;
    border-bottom: solid 5px #dc143c;
}
.button_solid004 a:hover {
    border-bottom: solid 2px #dc143c;
    transform: translateY(3px);
}

.top-entry {
 display: flex;
  justify-content: center;
  align-items: center;
}

.attention {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 10px;
}
       
.attention:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.attention p {
  font-size: 30px!important;
  font-weight: 600;
}
.work-sm {
  display: none;
}
.header-entry {
      font-weight: bold;
  color: #ff0000!important;
}
.talk-hover {
  text-align: center;
  display: block;
}
.smicon3 {
  padding-top: 1%;
}
#icon3 {
  margin-bottom: 10%;
}
-------------------------------

----------------------------------

.header-entry {
    height: 60%;
}
/**********************************　
以下、ハンバーガーメニューの設定　
************************************/

@media (max-width: 900px) {

  .pc {
    display: none;
     background-color:rgba(249, 249, 249, 0.7);
     margin-right: 50px;

  }
  .pcf {
    display: none;
  }
  .smf {
    display: block;
  }
  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }
  .logo-a {
    padding: 0px 0px;
  }

  .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #000000;
    border-radius: 8px;
    transition: ease 0.75s;
  }

  .icon span:nth-of-type(1) {
    top: 16px;
  }
  .icon span:nth-of-type(2) {
    top: 28px;
  }
  .icon span:nth-of-type(3) {
    bottom: 16px;
  }

  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }

  .close span:nth-of-type(2) {
    opacity: 0;
  }

  .close span:nth-of-type(3) {
      transform: rotate(-45deg);
      top: 28px;
  }

  .sm {
      top: 100px;
      left: 0px;
      position: absolute;
      z-index: 10;
      width: 100%;
      background-color:rgba(255, 0, 0, 0.4);
  }

  ul {
    flex-direction: column;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  a {
    text-align: center;
  }

  .box3 {
    padding: 0px 0px;
    margin:  8px 80px;
    color: #FFFFFF;
    background-color:rgba(255, 255, 255, 10);
}

.logo {
  width: 200px;
}

.apng-image {
  margin-top: 60px;
}
.button_solid004 {
  flex-direction: column;
}

.btn-work {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: solid 2px #ff0000;
  background-color: #ff0000;
  border-radius: 3px;
  transition: .4s;
  line-height:2;
  font-size: 12px;
  padding: 0px 15px;
}

.btn-work:hover {
  background: #67c5ff;
  color: white;
}

.slideshow-fade {
  display: none;
}
.work-sm {
  display: block;
}
.smimg-d {
  display: block;
  text-align: center;
}
  .work-sm-title {
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
      font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
    font-weight: 600;
  }
  .work-sm-content {
    margin-right: 6%;
    margin-left: 6%;
    font-size: 12px;
      font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
  }
    .work-btn-box {
    text-align: center;
    margin-bottom: 10%;
  }
  header {
    height: 70px!important;
  }
  .button_solid004 a { 
    width: 200px;
     padding: 5px 50px;
   }
   .attention p {
    font-size: 20px!important;
   }
   .smicon3 {
    margin-right: 0px;
    margin-left: 0px;
      line-height: 0px;
    padding: 0px;
   }
   .talk-hover {
    margin: 0px;
    }
    
    #icon3 {
      margin-bottom: 14%;
    }
  }

@media (min-width: 1921px) {
  a {
   font-size: 30px;
}
.logo {
  width: 600px!important;
}
header {
  height: 180px;
}
.gnavi {
  margin-top: 40px!important;
  margin-right: 20px!important;
}
.button_solid004 a {
      font-size: 42px!important;
      max-width: 550px;
      padding: 30px 100px;
}
.attention p {
  font-size: 50px!important;
}
.button_solid004 {
  margin-bottom: 200px;
}
}