﻿@charset "UTF-8";
/* PC */
@media screen and (min-width: 769px) {
.pc {
    display: block;
}
.sp {
    display: none;
}
.slicknav_menu {
    display: none;
}
/*-------------
base
-------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    vertical-align: top;
}
body {
    background-color: #fff;
}
a {
    color: black;
    outline: none;
    text-decoration: none;
    font-size: 12px;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
.fLeft {
    float: left;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
html {scroll-behavior: smooth;}
/*-------------
firefox fade対策
-------------*/
img {
    box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
    box-shadow: #000 0 0 0;
}
/*-------------
fontstyle
-------------*/
body {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 2.2;
    color: #3b3b3b;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}
  /*-------------
container
-------------*/
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.topslider {
  width: 800px;
  padding: 120px 0 50px 0;
  margin: 0 auto 0 auto;
}
.topslider h3 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    color: #cecece;
}
/*-------------
memu
-------------*/
#menu2 {
    width: 100%;
    height: 67px;
    margin: 0;
    padding: 0 0 0 0;
    background-color: #fff;
    border-bottom: solid 3px #d5d6d6;
    outline: solid 1px #000;
    outline-offset: 2px;
    position: fixed;
    z-index: 100;
}
#menu2_inner {
    max-width: 900px;
    margin: 0 auto;
}
div#menu2 h1 {
    float: left;
    margin: 3px 0 0 0;
}
/*nav*/
div#menu-nav {
    width: 550px;
    height: auto;
    margin: 5px 0 0 auto;
    padding: 0 0 0 0;
}
#menu-nav li {
    float: left;
    margin: 15px 0 0 5px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 2px;
}
#menu-nav li:nth-child(2) {
    width: 130px;
}
#menu-nav li:nth-child(3) {
    width: 105px;
}
#menu-nav li:nth-child(4) {
    width: 85px;
}
#menu-nav li a {
    font-size: 16px;
    display: block;
    padding: 0 11px;
    font-weight: 600;
    color: #000;
}
.underline {
  background: 
      linear-gradient(currentColor 0 0) 
      bottom /var(--d, 0) 3px 
      no-repeat;
  transition:0.5s;
    color: #a1be5d;
}
.underline:hover {
  --d: 100%;
}

/*-------------
main
-------------*/
.main {
    width: 100%;
    background-color: #fff;
    margin: 0 0 0 0;
}
.main_inner {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 70px 0;
}
div#about {
    padding: 100px 0 30px 0;
}
div#work {
    padding: 100px 0 30px 0;
}
h2.topbanner {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: solid 2px #232323;
}
.news.clearfix {
    width: 100%;
    margin: 20px auto 0 auto;
}
ul.topnewslist.clearfix {
    width: 500px;
    height: 110px;
    padding: 10px;
    overflow-y: scroll;
    margin: 10px auto 0 auto;
    color: #3b3b3b;
    background-color: #fff;
}
ul.topnewslist.clearfix li {
    font-size: 12px;
    line-height: 18px;
    border-bottom: dashed 1px #b0b0b0;
}
.about.clearfix {
    width: 100%;
    margin: 0 auto;
}
.about.clearfix ul {
    float:left;
    width: 45%;
    line-height: 24px;
}
ul.about_list1 {
    margin: 0 60px 0 15px;
}
.about.clearfix ul li:nth-child(1) {
    font-weight: 600;
    font-family: 'Righteous', cursive;
    font-size: 13px;
}
.about.clearfix ul li:nth-child(2) {
    font-weight: 600;
    margin: 5px 0 20px 0;
    font-size: 13px;
}
.about.clearfix ul li:nth-child(3) {
    height: 220px;
}
.about.clearfix ul li:nth-child(5) {
    height: 150px;
}
.about.clearfix ul li:nth-child(4), .about.clearfix ul li:nth-child(6) {
    font-weight: 600;
    margin: 15px 0 0 0;
}
.works.clearfix {
    width: 100%;
    margin: 0 auto;
}
.works.clearfix ul {
    float: left;
    line-height: 24px;
    width: 45%;
}
.works.clearfix ul li:nth-child(1) {
    font-weight: 600;
    font-family: 'Righteous', cursive;
}
.works.clearfix ul li a {
    text-decoration: underline;
}
.works.clearfix ul li a:hover {
    text-decoration: none;
}
ul.works_list1 {
    margin: 0 60px 0 15px;
}
/*-------------
footer
-------------*/
#footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #d5d6d6;
}
  footer .ft_middle {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
    text-align: center;
}
.ft_bottom {
    width: 100%;
}
.ft_bottom p {
    text-align: center;
    clear: both;
}
/*-------------
blog
-------------*/
.underlayer_main {
    width: 100%;
    background-color: #fff;
    margin: 120px 0 0 0;
}
.underlayer_main_inner {
    width: 800px;
    min-height: 500px;
    margin: 0 auto;
    padding: 0 0 70px 0;
}
.blog.clearfix {
    width: 80%;
    margin: 0 auto;
}
.blog.clearfix ul {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.blog.clearfix ul li {
    width: 150px;
    background: linear-gradient(transparent 50%, #B6D2BD 80%);
    margin: 40px 0 0 0;
    border-radius: 3px;
}
/*-------------
contact
-------------*/
.contact.clearfix p {
    font-size: 15px;
    margin: 20px 0 0 0;
}
#contact .form {
  clear: both;
}
#contact .form table {
  width: 70%;
  margin: 15px auto 20px auto;
  font-size: 13px;
}
#contact .form th, #contact .form td {
    text-align: justify;
    padding: 10px;
    border-bottom: dotted 1px #b5b5b5;
}
#contact .form th {
    width: 30%;
    vertical-align: top;
    font-weight: 500;
}
#contact .form td {}
#contact .form td input#name {
  width: 100%;
  height: 20px;
  font-size: 13px;
  padding: 0 0 0 5px;
  background-color: #eee;
  border: none;
}
#contact .form td input#mail {
  width: 100%;
  height: 20px;
  font-size: 12px;
  padding: 0 0 0 5px;
  background-color: #eee;
  border: none;
}
#contact .form td textarea#comment {
  margin-top: 10px;
  width: 100%;
  height: 200px;
  font-size: 12px;
  background-color: #eee;
  border: none;
  padding: 10px 0 0 5px;
}
#contact .form #formEnd {
  text-align: center;
  margin: 0 0 0 0;
}
#contact .form #formEnd button {
  margin: 10px 5px 0;
  border: 0;
  background-color: #fff;
}
}


/* Tablet */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  * {
    margin: 0;
    padding: 0;
  }
  *::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #282828;
  }
  a {
    color: #000;
  }
  img {
    width: 100%;
  }
  ul, ol {
    list-style: none;
  }
  footer {
    height: 100%;
    padding: 10px 0 0 0;
    text-align: center;
  }
  footer a {
    text-decoration: none;
  }
  footer p {
    margin: 5px auto 0 auto;
  }
  /* inner */
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
/* header */
.header {
    width: 100%;
    height: 50px;
    padding: 5px 0 0 0;
}
.header h1 {
    width: 80%;
}
.header h1 img {
    max-width: 70px;
    margin: 1px 0 0 5px;
}
.header h1 a {
    display: block;
}
/*-------------
menu_hum
-------------*/
#nav-tgl {
    display: none;
}
.nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 1%;
}
.open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #1262aa;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 25px 0 0 5px;
}
.open::before, .open::after {
    content: "";
}
.open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(70% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #282828;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
    transform: translateY(-12px);
}
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(-200px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #282828;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
.drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 14px;
}
.drower-menu a:hover {
    background: #828282;
}
#nav-tgl:checked ~ .drower-menu {
    transform: none;
}
/*-------------
container
-------------*/
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.topmain {
    margin: 3px 0 0 0;
}
.topslider {
  width: 100%;
  margin: 0 auto 0 auto;
}
.bx-wrapper .bx-pager {
    display: none;
}
.topslider h3 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    color: #cecece;
    margin: 20px 0 0 0;
}
/*-------------
main
-------------*/
.main {
    width: 100%;
    background-color: #fff;
    margin: 0 0 0 0;
}
.main_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
div#about {
    padding: 50px 0 30px 0;
}
div#work {
    padding: 50px 0 30px 0;
}
h2.topbanner {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: solid 2px #232323;
    clear: both;
}
.news.clearfix {
    width: 100%;
    margin: 20px auto 0 auto;
}
ul.topnewslist.clearfix {
    width: 95%;
    height: 110px;
    padding: 10px;
    overflow-y: scroll;
    margin: 10px auto 0 auto;
    color: #3b3b3b;
    background-color: #fff;
}
ul.topnewslist.clearfix li {
    font-size: 12px;
    line-height: 18px;
    border-bottom: dashed 1px #b0b0b0;
}
.about.clearfix {
    width: 100%;
    margin: 0 auto;
}
.about.clearfix ul {
    float:none;
    width: 100%;
    line-height: 24px;
}
ul.about_list1 {
    margin: 0 0 30px 0;
}
.about.clearfix ul li:nth-child(1) {
    font-weight: 600;
    font-family: 'Righteous', cursive;
    font-size: 13px;
}
.about.clearfix ul li:nth-child(2) {
    font-weight: 600;
    margin: 0 0 20px 0;
    font-size: 14px;
}
.about.clearfix ul li:nth-child(4), .about.clearfix ul li:nth-child(6) {
    font-weight: 600;
    margin: 15px 0 0 0;
}
.works.clearfix {
    width: 100%;
    margin: 0 auto;
}
.works.clearfix ul {
    float: none;
    line-height: 24px;
    width: 100%;
}
.works.clearfix ul li {
    text-indent: -1em;
    margin: 0 0 0 15px;
}
.works.clearfix ul li:nth-child(1) {
    font-weight: 600;
    font-family: 'Righteous', cursive;
}
.works.clearfix ul li a {
    text-decoration: underline;
}
.works.clearfix ul li a:hover {
    text-decoration: none;
}
ul.works_list1 {
    margin: 0 30px 0 0;
}
/*-------------
footer
-------------*/
#footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #d5d6d6;
}
  footer .ft_middle {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
    text-align: center;
}
.ft_bottom {
    width: 100%;
}
.ft_bottom p {
    text-align: center;
    clear: both;
}
img.footerlogo.clearfix {
    width: 70px;
}
/*-------------
blog
-------------*/
.underlayer_main {
    width: 100%;
    background-color: #fff;
    margin: 15px 0 0 0;
}
.underlayer_main_inner {
    width: 95%;
    min-height: 300px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
.blog.clearfix {
    width: 80%;
    margin: 0 auto;
}
.blog.clearfix ul {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}
.blog.clearfix ul li {
    width: 120px;
    background: linear-gradient(transparent 50%, #B6D2BD 80%);
    margin: 20px 0 0 0;
    border-radius: 3px;
}












}


/* SP */
@media screen and (max-width: 480px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
  * {
    margin: 0;
    padding: 0;
  }
  *::after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #282828;
  }
  a {
    color: #000;
  }
  img {
    width: 100%;
  }
  ul, ol {
    list-style: none;
  }
  footer {
    height: 100%;
    padding: 10px 0 0 0;
    text-align: center;
  }
  footer a {
    text-decoration: none;
  }
  footer p {
    margin: 5px auto 0 auto;
  }
  /* inner */
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
/* header */
.header {
    width: 100%;
    height: 50px;
    padding: 5px 0 0 0;
}
.header h1 {
    width: 80%;
}
.header h1 img {
    max-width: 70px;
    margin: 1px 0 0 5px;
}
.header h1 a {
    display: block;
}
/*-------------
menu_hum
-------------*/
#nav-tgl {
    display: none;
}
.nav-tgl-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 1%;
}
.open {
    z-index: 200;
    width: 45px;
    height: auto;
    color: #1262aa;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 25px 0 0 5px;
}
.open::before, .open::after {
    content: "";
}
.open span, .open::before, .open::after {
    content: "";
    position: absolute;
    top: calc(70% - 1px);
    right: 25%;
    width: 70%;
    border-bottom: 5px solid #282828;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
    transform: translateY(-12px);
}
  .open::after {
    transform: translateY(12px);
  }
  .close {
    z-index: 11;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }
  #nav-tgl:checked + .open {
    /*background: #02071d;*/
    transform: translateX(-200px);
  }
  #nav-tgl:checked + .open span {
    transform: scaleX(0);
  }
  #nav-tgl:checked + .open::before {
    transform: rotate(45deg);
  }
  #nav-tgl:checked + .open::after {
    transform: rotate(-45deg);
  }
  #nav-tgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
  }
  .content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
  }
  .drower-menu {
    z-index: 999;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    background: #282828;
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
.drower-menu a {
    display: block;
    color: white;
    padding: 5px 10px;
    text-decoration: inherit;
    transition: background .6s;
    font-size: 14px;
}
.drower-menu a:hover {
    background: #828282;
}
#nav-tgl:checked ~ .drower-menu {
    transform: none;
}
/*-------------
container
-------------*/
#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.topmain {
    margin: 3px 0 0 0;
}
.topslider {
  width: 100%;
  margin: 0 auto 0 auto;
}
.bx-wrapper .bx-pager {
    display: none;
}
.topslider h3 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    color: #cecece;
    margin: 20px 0 0 0;
}
/*-------------
main
-------------*/
.main {
    width: 100%;
    background-color: #fff;
    margin: 0 0 0 0;
}
.main_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
div#about {
    padding: 50px 0 30px 0;
}
div#work {
    padding: 50px 0 30px 0;
}
h2.topbanner {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: solid 2px #232323;
    clear: both;
}
.news.clearfix {
    width: 100%;
    margin: 20px auto 0 auto;
}
ul.topnewslist.clearfix {
    width: 95%;
    height: 110px;
    padding: 10px;
    overflow-y: scroll;
    margin: 10px auto 0 auto;
    color: #3b3b3b;
    background-color: #fff;
}
ul.topnewslist.clearfix li {
    font-size: 12px;
    line-height: 18px;
    border-bottom: dashed 1px #b0b0b0;
}
.about.clearfix {
    width: 100%;
    margin: 0 auto;
}
.about.clearfix ul {
    float:none;
    width: 100%;
    line-height: 24px;
}
ul.about_list1 {
    margin: 0 0 30px 0;
}
.about.clearfix ul li:nth-child(1) {
    font-weight: 600;
    font-family: 'Righteous', cursive;
    font-size: 13px;
}
.about.clearfix ul li:nth-child(2) {
    font-weight: 600;
    margin: 0 0 20px 0;
    font-size: 14px;
}
.about.clearfix ul li:nth-child(4), .about.clearfix ul li:nth-child(6) {
    font-weight: 600;
    margin: 15px 0 0 0;
}
.works.clearfix {
    width: 100%;
    margin: 0 auto;
}
.works.clearfix ul {
    float: none;
    line-height: 24px;
    width: 100%;
}
.works.clearfix ul li {
    text-indent: -1em;
    margin: 0 0 0 15px;
}
.works.clearfix ul li:nth-child(1) {
    font-weight: 600;
    font-family: 'Righteous', cursive;
}
.works.clearfix ul li a {
    text-decoration: underline;
}
.works.clearfix ul li a:hover {
    text-decoration: none;
}
ul.works_list1 {
    margin: 0 30px 0 0;
}
/*-------------
footer
-------------*/
#footer {
    clear: both;
    overflow: hidden;
    width: 100%;
    background-color: #d5d6d6;
}
  footer .ft_middle {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
    text-align: center;
}
.ft_bottom {
    width: 100%;
}
.ft_bottom p {
    text-align: center;
    clear: both;
}
img.footerlogo.clearfix {
    width: 70px;
}
/*-------------
blog
-------------*/
.underlayer_main {
    width: 100%;
    background-color: #fff;
    margin: 15px 0 0 0;
}
.underlayer_main_inner {
    width: 95%;
    min-height: 300px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}
.blog.clearfix {
    width: 80%;
    margin: 0 auto;
}
.blog.clearfix ul {
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}
.blog.clearfix ul li {
    width: 120px;
    background: linear-gradient(transparent 50%, #B6D2BD 80%);
    margin: 20px 0 0 0;
    border-radius: 3px;
}
/*-------------
contact
-------------*/
.contact.clearfix p {
    font-size: 13px;
    margin: 10px 0 0 0;
}
#contact .form {
  clear: both;
}
#contact .form table {
  width: 100%;
  margin: 15px auto 0 auto;
  font-size: 12px;
}
#contact .form th, #contact .form td {
    text-align: justify;
    padding: 10px;
    border-bottom: dotted 1px #b5b5b5;
}
#contact .form th {
    width: 30%;
    vertical-align: top;
    font-weight: 500;
}
#contact .form td {}
#contact .form td input#name {
  width: 100%;
  height: 20px;
  font-size: 13px;
  padding: 0 0 0 5px;
  background-color: #eee;
  border: none;
}
#contact .form td input#mail {
  width: 100%;
  height: 20px;
  font-size: 12px;
  padding: 0 0 0 5px;
  background-color: #eee;
  border: none;
}
#contact .form td textarea#comment {
  margin-top: 10px;
  width: 100%;
  height: 200px;
  font-size: 12px;
  background-color: #eee;
  border: none;
  padding: 10px 0 0 5px;
}
#contact .form #formEnd {
  text-align: center;
  margin: 0 0 0 0;
}
#contact .form #formEnd button {
  width: 130px;
  margin: 10px 5px 0;
  border: 0;
  background-color: #fff;
}
}

