@charset "utf-8";
/* ------------------------------------------------------------------------------------------------------------------------/
	reset
/------------------------------------------------------------------------------------------------------------------------ */
* {
  margin: 0;
  padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none !important;
  margin: 0;
  padding: 0;
}
ins {
  color: #000000;
  text-decoration: none;
  background-color: #ffff99;
}
mark {
  color: #000000;
  font-style: italic;
  font-weight: bold;
  background-color: #ffff99;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted inherit;
  cursor: help;
}
address {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th, td {
  empty-cells: show;
}
hr {
  display: none;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
}
img.fitimg {
  max-width: 100%;
  height: auto;
}
/* ------------------------------------------------------------------------------------------------------------------------/
	setting
/------------------------------------------------------------------------------------------------------------------------ */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, span, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.8pt;
  line-height: 1.5em;
  vertical-align: baseline;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
body {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans CJK', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
input[type='text'], textarea {
  padding: 6px;
  border: solid 1px #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"]:focus, textarea:focus {
  box-shadow: 0 0 2px #7190c5;
  border: 1px solid #7190c5;
}
section {
  width: 1080px;
  margin: 60px auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.ow {
  display: block;
}
.ow .ow_cont {
  transition: all 0.5s ease; /*0.5秒かけて要素を変化させる*/
}
.ow:hover .ow_cont {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (max-width:1140px) {
  section {
    margin: 40px 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------/
	3-0, font & text
/------------------------------------------------------------------------------------------------------------------------ */
.text-l {
  text-align: left !important;
}
.text-r {
  text-align: right !important;
}
.text-c {
  text-align: center !important;
}
.indent {
  text-indent: 1em;
}
.indent-r {
  text-indent: -1em;
  padding-left: 1em;
}
.bold {
  font-weight: bold !important;
}
.fc-normal {
  color: #222222 !important;
}
.fsize10 {
  font-size: 10px !important;
}
.fsize11 {
  font-size: 11px !important;
}
.fsize12 {
  font-size: 12px !important;
}
.fsize13 {
  font-size: 13px !important;
}
.fsize14 {
  font-size: 14px !important;
}
.fsize15 {
  font-size: 15px !important;
}
.fsize16 {
  font-size: 16px !important;
}
.fsize17 {
  font-size: 17px !important;
}
.fsize18 {
  font-size: 18px !important;
}
.fsize19 {
  font-size: 19px !important;
}
.fsize20 {
  font-size: 20px !important;
}
.fsize-n {
  font-size: 14px !important;
}
.fsize-ss {
  font-size: 11px !important;
}
.fsize-s {
  font-size: 12px !important;
}
.fsize-m {
  font-size: 18px !important;
}
.fsize-l {
  font-size: 21px !important;
}
.fsize-xl {
  font-size: 25px !important;
}
.fsize-2l {
  font-size: 29px !important;
}
.fsize-3l {
  font-size: 33px !important;
}
.fc-normal a, .fc-normal a:visited, .fc-normal a:hover, .fc-normal, .fc-normal:visited, .fc-normal:hover {
  color: #232323 !important;
}
.fc-white a, .fc-white a:visited, .fc-white a:hover, .fc-white, .fc-white:visited, .fc-white:hover {
  color: #ffffff !important;
}
.fc-red a, .fc-red a:visited, .fc-red a:hover, .fc-red, .fc-red:visited, .fc-red:hover {
  color: #ff0000 !important;
}
a:link {
  color: #1447a0;
}
a:visited {
  color: #1447a0;
}
a:hover {
  color: #FF4B41;
}
.fc-red {
  color: #ff0000;
}
.fc-green {
  color: #85b200;
}
.fc-violette {
  color: #745398;
}
.fc-orange {
  color: #ff9326;
}
.cl::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.photo-c {
  display: block;
  line-height: inherit;
  max-width: 100% !important;
  padding-bottom: 20px;
  text-align: center;
}
.photo-l {
  float: left;
  line-height: inherit;
  margin-right: 25px
}
.photo-r {
  float: right;
  line-height: inherit;
  margin-left: 25px;
}
/* ------------------------------------------------------------------------------------------------------------------------/
	header
/------------------------------------------------------------------------------------------------------------------------ */
header {
  width: 100%;
  background-image: url(../image/footer/ft_bg.gif);
  box-sizing: border-box;
}
header .hd_inner {
  position: relative;
  z-index: 2;
  width: 1080px;
  height: 100px;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  color: #fff;
}
header h1 {
  float: left;
}
header .zeh {
  margin-right: 14px;
}
header .ani_badge {
  float: right;
  margin-right: 20px;
}
header .ad_tel {
  float: right;
  text-align: right;
}
header .ad_tel p {
  text-align: right;
  letter-spacing: -0.6pt;
}
header .ad_tel p span {
  letter-spacing: -0.4pt;
}
header .ad_tel img {
  margin-top: 2px;
}
@media (max-width:1140px) {
  header .hd_inner {
    margin: 0 30px;
  }
  #home .hd_inner {
    margin: 20px 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------/
	パンくずリスト
/------------------------------------------------------------------------------------------------------------------------ */
.pan_container {
  width: 100%;
  border-bottom: 1px dotted #a1b5d9;
  padding: 12px 0;
}
.pan {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width:1140px) {
  .pan {
    margin: 0 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------/
	navi
/------------------------------------------------------------------------------------------------------------------------ */
nav {
  background: linear-gradient(#292929, #060606);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
nav ul {
  width: 1080px;
  height: 76px;
  margin: 0 auto;
  box-sizing: border-box;
  border-left: 1px solid #e1e1e1;
}
nav li {
  float: left;
  width: 14.28%;
  height: 76px;
  box-sizing: border-box;
  border-right: 1px solid #e1e1e1;
}
nav a {
  width: 100%;
  height: 76px;
  display: block;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  background: no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s;
}
nav a:hover, nav a.active {
  background-color: rgba(255, 255, 255, 0.1);
}
nav .nav01 {
  background-image: url(../image/navi/navi01.png);
}
nav .nav02 {
  background-image: url(../image/navi/navi02.png);
}
nav .nav03 {
  background-image: url(../image/navi/navi03.png);
}
nav .nav04 {
  background-image: url(../image/navi/navi04.png);
}
nav .nav05 {
  background-image: url(../image/navi/navi05.png);
}
nav .nav06 {
  background-image: url(../image/navi/navi06.png);
}
nav .nav09 {
  background-image: url(../image/navi/navi09.png);
}
nav span {
  background: #fff;
  height: 2px;
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
}
@media (max-width:1140px) {
  nav ul {
    margin: 0 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------/
	subhead
/------------------------------------------------------------------------------------------------------------------------ */
.subhead {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.subhead.works {
  background-image: url(../image/subhead/works.jpg?date=0718);
}
.subhead.concept {
  background-image: url(../image/subhead/concept.jpg);
}
.subhead.company {
  background-image: url(../image/subhead/company.jpg?date=0718);
}
.subhead.blog {
  background-image: url(../image/subhead/blog.jpg);
}
.subhead.contact {
  background-image: url(../image/subhead/contact.jpg?date=0718);
}
.subhead.reserve {
  background-image: url(../image/subhead/reserve.jpg);
}
/* ------------------------------------------------------------------------------------------------------------------------/
	footer
/------------------------------------------------------------------------------------------------------------------------ */
#president {
  position: fixed;
  left: 80px;
  bottom: 0;
  z-index: 2;
}
#move-page-top a {
  position: fixed;
  right: 80px;
  bottom: 80px;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: block;
  background: url(../image/common/pagetop.png) top center no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#facebook-fix {
  position: fixed;
  right: 0;
  top: 160px;
  z-index: 30;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
#facebook-fix a {
  transition: .3s all;
}
#facebook-fix a:hover {
  opacity: .7;
}
#instagram-fix {
  position: fixed;
  right: 0;
  top: 260px;
  z-index: 2;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
#instagram-fix a {
  transition: .3s all;
}
#instagram-fix a:hover {
  opacity: .7;
}
footer {
  width: 100%;
  background-image: url(../image/footer/ft_bg.gif);
  padding-top: 30px;
  padding-bottom: 1em;
}
footer .ft_inner {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
footer .ft_contents {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
  color: #fff;
}
footer .ft_title {
  float: left;
  width: 360px;
  height: 54px;
  display: block;
  padding-right: 20px;
  background: url(../image/footer/footer_logo.png?v=2) top left no-repeat;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  border-right: 1px dotted #fff;
}
footer .ft_comprof {
  margin-left: 20px;
  float: left;
  height: 54px;
  overflow: hidden;
}
footer .ft_message {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}
footer address {
  overflow: hidden;
  margin-top: 8px;
}
footer .ft_tel {
  float: left;
  width: 272px;
  height: 30px;
  background: url(../image/footer/footer_tel.png?v=2) top center no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
}
footer .ft_ad {
  float: left;
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
footer .ft_contact {
  float: left;
  width: 170px;
  height: 50px;
  background: url(../image/footer/footer_contact.jpg) top center no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-left: 20px;
  transition: 0.3s;
}
footer .ft_contact:hover {
  opacity: 0.7;
}
footer .ft_nav {
  float: left;
}
footer .ft_nav ul {
  overflow: hidden;
}
footer .ft_nav li {
  float: left;
  padding-right: 1em;
  border-right: 1px solid #fff;
  margin-right: 1em;
  font-size: 12px;
}
footer .ft_nav li:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
footer .ft_nav a {
  color: #fff;
}
footer .copyright {
  float: right;
  color: #fff;
  font-size: 14px;
  padding-left: 1em;
  border-left: 1px dotted #fff;
}
footer .ssl {
  width: 540px;
  margin: 1em auto 0;
  overflow: hidden;
}
footer .ssl input {
  float: left;
  margin-right: 1em;
}
footer .ssl p {
  color: #fff;
  font-size: 13px;
  margin-top: 1em;
}
@media (max-width:1140px) {
  footer .ft_inner {
    margin: 0 30px;
  }
}
/*------------------------------------------------------------------------------------------------------------------
　Expression
-------------------------------------------------------------------------------------------------------------------*/
.archives-button {
  background-color: #4a4a4a;
  width: 300px;
  height: 40px;
  background-image: url(../image/common/arrow.png);
  background-position: 260px center;
  background-repeat: no-repeat;
  background-size: 14px 20px;
  transition: 0.3s;
  margin: 20px auto;
  color: #fff;
  text-align: center;
}
.archives-button:hover {
  background-position: 265px center;
}
.archives-button a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  font-weight: normal;
}