@charset "UTF-8";
/*============================
#top
============================*/
#top {
}
/*============================
top-nav
============================*/
#header {
  text-align: center;
  display: block;
  background-color: #F7F7CB;
  position: absolute;
  width: 100%;
}
#header h1{
  margin: 10px 0 20px;
}
#header h1 a{
  display: inline-block;
}
#header .header-inner{
  display: block;
}
#header img {
  width: 280px;
}
#header nav ul {
  padding: 0;
  margin: 0 auto 0px;
}
#header nav ul li {
  display: inline-block;
  margin-right: 50px;
}
#header nav ul li:last-child {
  margin-right: 0;
}
#header nav ul li a {
  color: #000;
}
#header nav ul li a span.en {
  font-size: 1rem;
  font-weight: bold;
}
#header nav ul li a span.ja {
  font-size: 0.8rem;
  position: relative;
  top: -6px;
}

#header nav ul.dropdwn li ul.dropdwn_menu{
    width: auto;
    display: none;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0;
}

#header nav ul.dropdwn li ul.dropdwn_menu li{
    width: 100%;
}

#header nav ul.dropdwn li ul.dropdwn_menu li a{
    padding: 5px 0;
    margin: -5px 5px -5px 0px;
    display: block;
    color: #000;
    text-align: left;
    font-size: 0.8rem;
    font-weight: bold;
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:480px) {
  #header .header-inner {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header img {
    width: 100%;
  }
}


#header.fixed{
  position: fixed;
  top: 0;
  background-color: #F7F7CB;
  width: 100%;
  z-index: 7;
  padding: 0 20px;
}
#header.fixed h1{
  margin: 0;
}
#header.fixed .header-inner{
  max-width: 1200px;
  margin: 0 auto;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#header.fixed .logo {
}
#header.fixed .logo-link{
  display: inline-block;
}
#header.fixed .logo-link h1 {
  float: left;
}
#header.fixed img {
  width: 140px;
  margin-bottom: 3px;
  transition: none;
}
#header.fixed nav {

}
#header.fixed nav ul {
  display: block;
  width: auto;
  margin: 0;
}
#header.fixed nav ul li {
  display: inline-block;
  margin-right: 30px;
}
#header.fixed nav ul li:last-child {
  margin-right: 0;
}
#header.fixed nav ul li a {
  color: #000;
  position: relative;
  display: block;
}
#header.fixed nav ul li a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
#header.fixed li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:480px) {
  #header.fixed .header-inner {
    height: auto;
  }
  #header.fixed img {
    width: 90px;
    margin: 3px 0;
  }
}


/*============================
service
============================*/
#top .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#top .inner .mv {
  margin: 0;
  padding: 300px 0 0;
}
#top .inner .mv img {
  border-radius: 30px;
}
#top .inner h2 {
  padding: 50px 50px 60px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:1024px) {
  #top .inner .mv {
    text-align: center;
  }
  #top .inner .mv img {
    width: 90%;
  }
}
@media screen and (max-width:480px) {
  #top .inner .mv {
    margin: 0;
    padding: 100vh 0 0;
  }
  #top .inner h2 {
    padding: 50px 20px 60px;
    font-size: 1.6rem;
  }
}
/*============================
service
============================*/
#top .inner .service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
#top .inner .service figure {
}
#top .inner .service figure img {
  border-radius: 30px;
}
#top .inner .service .text-area {
  width: 50%;
  position: relative;
  padding: 0 10px;
}
#top .inner .service .text-area h3 {
  width: 100%;
  font-size: 1.2rem;
  padding: 20px 0;
  margin: 0 0 30px;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
}
#top .inner .service .text-area p {
}
#top .inner .service .text-area a {
  color: #EB6143;
  width: 250px;
  height: 50px;
  display:flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #EB6143;
  position: absolute;
  bottom: 0;
  right: 0;
}
#top .inner .service .text-area a:hover{
  background-color: #EB6143;
  color: #fff;
}
@media screen and (max-width:1024px) {
  #top .inner .service {
    display: block;
  }
  #top .inner .service figure img {
    width: 100%;
    border-radius: 0px;
  }
  #top .inner .service figure {
    text-align: center;
  }
  #top .inner .service .text-area {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
  }
  #top .inner .service .text-area a {
    position: static;
    margin: 20px auto 0;
    width: 250px;
    height: 50px;

  }
  #top .inner .service .text-area h3 {
    margin: 20px 0 30px;
    padding: 20px 10px;
  }
}
@media screen and (max-width:480px) {
}
/*============================
news
============================*/
#top .inner .news,#top .inner .blog {
  text-align: center;
  margin-bottom: 70px;
}
#top .inner h2.headline {
  font-size: 2.1rem;
  font-weight: bold;
  padding: 0;
}
#top .inner p.headline-lower {
  font-size: 1.2rem;
  margin-bottom: 55px;
}
#top .inner .news dl {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
#top .inner .news dl dt {
  float: left;
  clear: both;
  text-align: left;
  display: block;
  margin: 0 0 10px;
}
#top .inner .news dl dt time {
}
#top .inner .news dl dd {
  margin-left: 100px;
  position: relative;
  margin: 0 0 10px;
}
#top .inner .news dl dd::after {
  content: url(../img/arrow.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  top: calc(50% - 13px);
  right: -60px;
}
#top .inner .news a.link-botton,#top .inner .blog a.link-botton {
  color: #EB6143;
  width: 250px;
  height: 50px;
  display:flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #EB6143;
  margin: 0 auto;
}
#top .inner .news a.link-botton:hover,#top .inner .blog a.link-botton:hover{
  background-color: #EB6143;
  color: #fff;
}









@media screen and (max-width:1024px) {
  #top .inner .news dl dd::after {
    display: none;
  }
}
@media screen and (max-width:480px) {
}
/*============================
blog
============================*/
#top .inner .blog {
}
#top .inner .blog h2.headline {
}
#top .inner .blog p.headline-lower {
}
#top .inner .blog .blog-wrap {
  width: 100%;
  padding: 0 50px;
  display:flex;
  justify-content: space-between;
  align-items: left;
  margin-bottom: 50px;
}
#top .inner .blog .blog-wrap figure {
  width: 100%;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  font-size: 1.1rem;
  margin: 0 20px
}
#top .inner .blog .blog-wrap figure time {
  margin-bottom: 14px;
  display: block;
}
#top .inner .blog .blog-wrap figure img {
  margin-bottom: 10px;
  width: 100%;
}
#top .inner .blog .blog-wrap figure figcaption {
}
#top .inner .blog .blog-wrap figure figcaption h3 {
}
#top .inner .blog .blog-wrap figure figcaption h3 a{
  font-weight: normal;
}
@media screen and (max-width:1024px) {
  #top .inner .blog .blog-wrap figure:nth-child(3){
    display: none;
  }
  #top .inner .blog .blog-wrap figure{
    margin: 0 10px;
    padding: 10px;
  }
  #top .inner .blog .blog-wrap {
    padding: 0 10px;
  }
  #top .inner .blog .blog-wrap figure figcaption h3 a{
    font-size: 1rem;
  }
}
@media screen and (max-width:480px) {
  #top .inner .blog .blog-wrap figure:nth-child(2){
    display: none;
  }

}
