@charset "UTF-8";
@import "reset.css";
/*
 * ベース
 */
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.txtleft {
  text-align: left !important;
}

.txtright {
  text-align: right !important;
}

.txtcenter {
  text-align: center !important;
}

a, a:focus {
  outline: none;
}

a:hover {
  opacity: 0.7;
}

@media only screen and (max-width:768px) {
  .spnone {
    display: none !important;
  }
  .pcnone {
    display: inline-block !important;
  }
  .col2, .col3, .col4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .ml5 {
    margin-left: 5% !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt10 {
    margin-top: 5% !important;
  }
  .mt20 {
    margin-top: 5% !important;
  }
  .mt30 {
    margin-top: 5% !important;
  }
  .mt40 {
    margin-top: 5% !important;
  }
  .mt50 {
    margin-top: 5% !important;
  }
  .mt60 {
    margin-top: 8% !important;
  }
  .mt70 {
    margin-top: 9% !important;
  }
  .mt80 {
    margin-top: 10% !important;
  }
  .mt90 {
    margin-top: 12% !important;
  }
  .mt100 {
    margin-top: 15% !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb10 {
    margin-bottom: 5% !important;
  }
  .mb20 {
    margin-bottom: 5% !important;
  }
  .mb25 {
    margin-bottom: 5% !important;
  }
  .mb30 {
    margin-bottom: 5% !important;
  }
  .mb40 {
    margin-bottom: 5% !important;
  }
  .mb50 {
    margin-bottom: 5% !important;
  }
  .mb60 {
    margin-bottom: 8% !important;
  }
  .mb70 {
    margin-bottom: 9% !important;
  }
  .mb80 {
    margin-bottom: 10% !important;
  }
  .mb90 {
    margin-bottom: 12% !important;
  }
  .mb100 {
    margin-bottom: 15% !important;
  }
}
@media only screen and (min-width:769px) {
  .spnone {
    display: inline-block !important;
  }
  .pcnone {
    display: none !important;
  }
  .col2, .col3, .col4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mb35 {
    margin-bottom: 35px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .ml5 {
    margin-left: 5px !important;
  }
  .mt0 {
    margin-top: 0 !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mt70 {
    margin-top: 70px !important;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .mt90 {
    margin-top: 90px !important;
  }
  .mt100 {
    margin-top: 100px !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
}
/*
 * ヘッダー
 */
header {
  margin-bottom: 0;
  position: relative;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding: 25px 25px;
}
header .inner .leftBox {
  width: 30%;
}
header .inner .leftBox h1 {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.654rem + 0.59vw, 1.125rem);
  padding: 0;
  letter-spacing: 3px;
}
header .inner .rightBox {
  width: 70%;
}
header .inner a {
  color: #000;
}
@media only screen and (min-width:769px) {
  header .oooinfoWrap {
    display: none !important;
  }
  header .oooinfoWrap .oooinfo {
    display: none;
  }
}

.home header {
  margin-bottom: 15px;
}
.home header .inner {
  align-items: flex-start;
}
.home header .inner .leftBox {
  width: 60%;
}
.home header .inner .leftBox h1 {
  font-weight: 400;
  font-size: clamp(2rem, 1.118rem + 2.35vw, 3rem);
  padding: 20% 0px 0;
  letter-spacing: 3px;
}
.home header .inner .rightBox {
  width: 30%;
}
.home header .inner a {
  color: #000;
}
@media only screen and (min-width:769px) {
  .home header .oooinfoWrap {
    display: block !important;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    padding: 25px 25px;
  }
  .home header .oooinfoWrap .oooinfo {
    font-size: clamp(0.625rem, 0.46rem + 0.44vw, 0.813rem);
    letter-spacing: 1.3px;
    display: block;
  }
}

@media only screen and (max-width:768px) {
  .menu-toggle, .main-navigation.toggled ul {
    display: block;
  }
  .menu-toggle {
    width: 25px;
    height: 25px;
    top: 25px;
    right: 5%;
    margin: auto;
    padding: 0;
    cursor: pointer;
    position: absolute;
    z-index: 10;
  }
  .nav_line {
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    transition: 0.3s;
    margin: 0 auto;
  }
  .nav_line1 {
    transform: translateY(-10px);
  }
  .nav_line2 {
    transform: translateY(-3px);
  }
  .nav_line3 {
    transform: translateY(5px);
  }
  header {
    margin-bottom: 0;
  }
  header .inner {
    width: 90%;
    max-width: unset;
    padding: 2.5% 0;
    display: flex;
    height: 72px;
  }
  header .inner .leftBox {
    width: 100%;
  }
  header .inner .leftBox h1 {
    font-size: 4vw;
  }
  header .inner .rightBox {
    width: 100%;
  }
  header .inner a {
    color: #000;
  }
  header .oooinfoWrap {
    display: none;
  }
  .home header {
    margin-bottom: 5%;
  }
  .home header .inner {
    width: 90%;
    max-width: unset;
    padding: 2.5% 0;
    height: unset;
    display: block;
  }
  .home header .inner .leftBox {
    width: 100%;
  }
  .home header .inner .leftBox h1 {
    font-size: 6vw;
    padding: 40% 0px 0;
  }
  .home header .inner .rightBox {
    width: 100%;
  }
  .home header .inner a {
    color: #000;
  }
  .home header .oooinfoWrap {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .home header .oooinfoWrap .oooinfo {
    font-size: 2.5vw;
    line-height: 1.8em;
    letter-spacing: 1.2px;
  }
  #site-navigation {
    position: absolute;
    top: 0;
    left: 0;
  }
  #site-navigation .menu-gnavi-container {
    display: none;
  }
  #site-navigation.toggled .nav_line3 {
    display: none;
  }
  #site-navigation.toggled .nav_line1 {
    bottom: 0;
    transform: rotate(45deg) translateY(1.5px);
  }
  #site-navigation.toggled .nav_line2 {
    top: 0;
    transform: rotate(-45deg) translateY(-1.5px);
  }
  #site-navigation.toggled .menu-gnavi-container {
    width: 100%;
    height: 100vh;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
  }
  #site-navigation.toggled .menu-gnavi-container #primary-menu {
    width: 60%;
  }
  #site-navigation.toggled .menu-gnavi-container #primary-menu li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  #site-navigation.toggled .menu-gnavi-container #primary-menu li {
    font-size: 5vw;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
  }
  #site-navigation.toggled .menu-gnavi-container #primary-menu li a:after {
    content: "-";
    margin: 0 0 0 7px;
    color: #000;
  }
}
@media only screen and (min-width:769px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto;
  }
  .main-navigation ul li {
    text-align: right;
    margin-left: 25px;
  }
  .main-navigation ul li a {
    width: 100%;
    display: block;
    font-size: clamp(0.75rem, 0.64rem + 0.29vw, 0.875rem);
    letter-spacing: 1.3px;
  }
  .main-navigation ul li a:after {
    content: "-";
    margin: 0 0 0 7px;
    color: #000;
  }
}
/*
 * フッター
 */
footer #copyright {
  text-align: center;
  font-size: 10px;
  padding: 25px 0;
}

#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 500;
}

/*
 * フロントページ
 */
.slick-prev {
  left: 3%;
  z-index: 10;
}

.slick-next {
  right: 3%;
  z-index: 10;
}

.slick-dots li button {
  background: #ccc;
}

#mainWrap {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 15px;
}
#mainWrap #workswrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#mainWrap #workswrap .post__item {
  border: 2px solid #fff;
  padding-bottom: 10px;
}
#mainWrap #workswrap .post__item img {
  width: 100%;
}
#mainWrap #workswrap .post__item p {
  font-size: 12px;
  text-align: right;
  line-height: 1.3em;
}
@media only screen and (min-width:1280px) {
  #mainWrap #workswrap .post__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  #mainWrap #workswrap .post__item {
    width: 25%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  #mainWrap #workswrap .post__item {
    width: 33.33%;
  }
}
@media only screen and (max-width:599px) {
  #mainWrap #workswrap .post__item {
    width: 50%;
  }
}

footer {
  width: 100%;
}

@media only screen and (max-width:768px) {
  #mainWrap {
    padding: 0 2.5%;
  }
  #mainWrap #workswrap .post__item p {
    font-size: 2vw;
    line-height: 1.5em;
  }
}
@media only screen and (min-width:769px) {
  #bnrarea01, #bnrarea02 {
    padding: 40px 0;
  }
  #bnrarea01 ul, #bnrarea02 ul {
    width: 1000px;
    padding: 0;
    line-height: 0;
  }
  #bnrarea01 ul li:first-child, #bnrarea02 ul li:first-child {
    margin-left: 0;
  }
  #bnrarea01 ul li, #bnrarea02 ul li {
    float: left;
    width: 23.5%;
    line-height: 0;
    margin-bottom: 0;
    margin-left: 2%;
  }
  #bnrarea01 ul li img, #bnrarea02 ul li img {
    line-height: 0;
  }
  #fp01 .inner, #fp02 .inner, #fp03 .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .breadcrumbs ul {
    width: 1000px;
    margin: 0 auto;
  }
}
/*
 * 下層ページ
 */
.site-main {
  width: 50%;
  min-width: 580px;
  max-width: 1000px;
  margin: 0 auto;
}
.site-main #posthead img {
  width: 100%;
}
.site-main #postbody {
  font-size: clamp(0.75rem, 0.64rem + 0.29vw, 0.875rem);
}
.site-main #postbody h2 {
  font-weight: 400;
}
.site-main #postbody .infoulWrap {
  margin-left: 1.5em;
}
.site-main #postbody .infoulWrap li {
  list-style: disc;
}
.site-main #postbody .backTopWrap {
  text-align: center;
  padding: 50px 0;
}
.site-main #postbody .backTopWrap a {
  font-weight: 600;
  margin-top: 50px;
}
.site-main #postbody .backTopWrap a:before {
  content: "-";
  margin: 0 7px 0 0;
  color: #000;
}
.site-main #postbody .imgBox {
  width: 100%;
}
.site-main #postbody .imgBox img {
  width: 100%;
}
.site-main #postbody .caption {
  font-size: clamp(0.625rem, 0.515rem + 0.29vw, 0.75rem);
}
.site-main #postbody.error404 h2 {
  text-align: center;
  font-size: clamp(1.75rem, 1.529rem + 0.59vw, 2rem);
  font-weight: 400;
  margin-top: 50px;
}
.site-main #postbody.error404 .error404Txt {
  text-align: center;
  font-size: clamp(0.875rem, 0.654rem + 0.59vw, 1.125rem);
  line-height: 1.8em;
  margin-top: 50px;
}

@media only screen and (max-width:768px) {
  .site-main {
    width: 90%;
    min-width: unset;
    max-width: unset;
    margin: 0 auto;
  }
  .site-main #postbody {
    font-size: 3vw;
  }
  .site-main #postbody h2 {
    font-weight: 400;
  }
  .site-main #postbody .backTopWrap {
    padding: 10% 0;
  }
  .site-main #postbody .backTopWrap a {
    margin-top: 10%;
  }
  .site-main #postbody .imgBox {
    width: 100%;
  }
  .site-main #postbody .imgBox img {
    width: 100%;
  }
  .site-main #postbody .caption {
    font-size: 2.5vw;
  }
  .site-main #postbody.error404 h2 {
    font-size: 8vw;
    margin-top: 15%;
  }
  .site-main #postbody.error404 .error404Txt {
    font-size: 3.5vw;
    margin-top: 10%;
  }
}/*# sourceMappingURL=styles.css.map */