@font-face {
  font-family: "Gidole-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Gidole-Regular"), url(../lib/Gidole-Regular.woff2) format("woff2"), url(../lib/Gidole-Regular.woff) format("woff"), url(../lib/Gidole-Regular.ttf) format("ttf"), url(../lib/Gidole-Regular.eot) format("eot");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.dsp {
  display: none;
}
a {
  text-decoration: none;
  color: #314953;
  word-wrap: break-word;
}
.js-linkblock {
  cursor: pointer;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.subpixel {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
.font-size-title {
  font-size: 1.57143rem;
  line-height: 3rem;
}
.font-size-small,
.global-footer__copyright {
  font-size: 0.85714rem;
  line-height: 1.5rem;
}
.hover-ani-opa,
.hover a {
  -webkit-transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
}
.hover-ani-opa:hover,
.hover a:hover {
  opacity: 0.7;
}
.flexboxlegacy .hover-ani-expansion .expansion__el {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.flexboxlegacy .hover-ani-expansion:hover .expansion__el {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.hover-borderB {
  position: relative;
}
.hover-borderB:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #b0bfcf;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.hover-borderB.active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.hover-borderB:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.hover-ani-line {
  display: inline-block;
  color: #314953;
  border: 1px solid #314953;
  padding: 7px 0;
  position: relative;
  width: 322px;
  -webkit-transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-align: center;
}
.hover-ani-line:hover {
  color: #96aec1;
}
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color: #314953;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.change-border01::after {
  height: 1px;
  left: -1px;
  top: -1px;
  width: 0px;
}
.change-border01::before {
  bottom: -1px;
  height: 1px;
  right: -1px;
  width: 0px;
}
.change-border01__inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 1px;
}
.change-border01__inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 1px;
}
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 1px);
}
.arrow {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.arrow svg {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.arrow path {
  fill: none;
  stroke: #b0bfcf;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
.btn {
  font-family: "Gidole-Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  font-size: 0.85714rem;
  line-height: 1.5rem;
}
.js-left,
.js-fade,
.js-fade1,
.js-fade2,
.js-top {
  opacity: 0;
}
.js-appear {
  opacity: 0;
  -webkit-transform: translateY(28px);
  -ms-transform: translateY(28px);
  transform: translateY(28px);
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.015s;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.015s;
}
.js-appear.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html {
  font-size: 14px;
  overflow-y: scroll;
}
body {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #314953;
  letter-spacing: 1px;
  background-color: #fff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
* {
  box-sizing: border-box;
}
.global-header {
  font-family: "Gidole-Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 196px;
  height: 100%;
  z-index: 100;
  padding-top: 140px;
}
.global-header li a {
  opacity: 0.7;
}
.global-header__wrapper {
  width: 100%;
  height: 100%;
  padding-right: 5em;
  padding-left: 2em;
}
.global-header__nav li {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.global-header__nav li:nth-child(1) a {
  color: #3b5e9a;
  border-color: #3b5e9a;
}
.global-header__nav li:nth-child(2) a {
  color: #72a6d8;
  border-color: #72a6d8;
}
.global-header__nav li:nth-child(3) a {
  color: #7d70b2;
  border-color: #7d70b2;
}
.global-header__nav li:nth-child(4) a {
  color: #cf5558;
  border-color: #cf5558;
}
.global-header__nav li:nth-child(5) a {
  color: #ce853f;
  border-color: #ce853f;
}
.global-header__nav li:nth-child(6) a {
  color: #53a05d;
  border-color: #53a05d;
}
.global-header__nav li a {
  display: block;
  opacity: 0.5;
  line-height: 1.5rem;
  padding-left: 1rem;
  border-left-width: 3px;
  border-left-style: solid;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.global-header__nav li a:hover {
  opacity: 1;
}
.global-title {
  position: fixed;
  top: 4rem;
  left: 0;
  z-index: 110;
  padding-left: 2em;
}
.global-title a {
  display: block;
  width: 98px;
  position: relative;
}
.global-title img {
  display: block;
  width: 100%;
  height: auto;
}
.menu-trigger {
  position: fixed;
  top: 1rem;
  left: 1rem;
  width: 38px;
  height: 38px;
  z-index: 101;
  cursor: pointer;
}
.menu-btn,
.menu-btn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
.menu-btn {
  position: relative;
  width: 32px;
  height: 16px;
  margin: 5px 0 0 3px;
}
.menu-btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b0bfcf;
  border-radius: 2px;
}
.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 7px;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
.menu-btn:after {
  position: absolute;
  left: 0;
  bottom: -22px;
  content: "MENU";
  font-family: "Gidole-Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: block;
  width: 100%;
  color: #b0bfcf;
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-btn.active::after {
  content: "CLOSE";
  bottom: -27px;
  left: -1px;
}
.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translate3d(-1px, 11px, 0) rotate(-45deg);
  transform: translate3d(-1px, 11px, 0) rotate(-45deg);
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: translate3d(-1px, -3px, 0) rotate(45deg);
  transform: translate3d(-1px, -3px, 0) rotate(45deg);
}
.global-footer {
  font-family: "Gidole-Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 196px;
  z-index: 100;
  padding-left: 2rem;
}
.global-footer__wrapper {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0.75rem;
}
.wrapper {
  z-index: 2;
  width: 100%;
  overflow-x: hidden;
  margin: auto;
  max-width: 1582px;
}
.contents {
  display: block;
  position: relative;
  z-index: 2;
  margin: 4rem 21px 4rem 196px;
}
.list__col1 {
  width: 210px;
}
.list__col1 .bg {
  width: 100%;
  height: 152px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.list--works {
  margin-right: -2%;
}
.list__col2 {
  opacity: 0;
  width: 31%;
  margin: 0 2% 2% 0 !important;
}
.list__col2 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(176, 191, 207, 0.1);
}
.list__col2 .bg img {
  margin: auto;
  width: auto !important;
  height: 100% !important;
  display: block;
}
.list__detail {
  width: 210px;
  min-width: 441px;
}
.list__detail div {
  width: 100%;
  display: table;
  margin-bottom: 0.5rem;
}
.list__detail p {
  display: table-cell;
  line-height: 18px;
  margin-bottom: 0.5rem;
}
.list__detail p:first-child {
  width: 15%;
}
.list__detail p:last-child {
  width: 85%;
  white-space: inherit;
  text-overflow: inherit;
}
.list.detail {
  padding-top: 1.5rem;
  padding-bottom: 0;
}
.list.detail p {
  color: #314953 !important;
}
.list li {
  float: left;
  margin: 0 21px 21px 0;
  font-family: "Gidole-Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1rem;
}
.list li a {
  display: block;
}
.list li.works h2,
.list li.works p {
  color: #3b5e9a;
}
.list li.blog h2,
.list li.blog p {
  color: #cf5558;
}
.list li.news h2,
.list li.news p {
  color: #ce853f;
}
.list li h2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  height: 1rem;
  line-height: 1rem;
  overflow: hidden;
  font-size: 13px;
  overflow: hidden;
  position: relative;
}
.list li h2.over {
  text-align: justify;
}
.list li h2.over:after {
  content: "...";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}
.list li p {
  font-size: 11px;
  line-height: 1rem;
  height: 1rem;
  margin-top: 0.5rem;
  overflow: hidden;
  position: relative;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list li p.over {
  text-align: justify;
}
.list li p.over:after {
  content: "...";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}
.list li p:last-child {
  font-size: 10px;
  height: 1rem;
  line-height: 1rem;
  margin-top: 0;
}
#works .list h2,
#works .list p {
  color: #3b5e9a;
}
#blog .list h2,
#blog .list p {
  color: #cf5558;
}
#news .list h2,
#news .list p {
  color: #ce853f;
}
.mainvisual {
  margin-top: 0;
  margin-bottom: 2.25rem;
  width: 99%;
  padding-top: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainvisual img {
  max-width: 100%;
  height: auto;
  display: block;
}
.page-nav {
  font-family: "Gidole-Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.5rem;
}
.page-nav a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.page-nav a:hover {
  opacity: 0.7;
}
.page-nav--top {
  padding-bottom: 4rem;
}
.page-nav--bottom {
  padding: 6rem 0 4rem;
}
.title {
  position: relative;
  font-family: "Gidole-Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.title h1 {
  font-size: 22px;
  line-height: 2.5rem;
}
.title p {
  font-size: 12px;
  line-height: 1.5rem;
  padding-top: 0.5rem;
}
.title p:nth-of-type(2) {
  line-height: 1rem;
  padding: 0 0 0.5rem;
  font-size: 11px;
  color: #314953;
}
.explain {
  padding-top: 0;
  padding-bottom: 2.625rem;
}
.post {
  padding-top: 0.75rem;
  padding-bottom: 0;
  line-height: 2rem;
}
.post h1,
.post h2,
.post h3,
.post h4 {
  font-family: "Gidole-Regular", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.post h1 {
  font-size: 1.42857rem;
  line-height: 1.5rem;
  padding-top: 2.25rem;
  padding-bottom: 0;
}
.post h2 {
  font-size: 1.14286rem;
  line-height: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0;
}
.post h3 {
  font-size: 1.14286rem;
  line-height: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0;
}
.post a {
  text-decoration: underline;
}
.post a:hover {
  text-decoration: none;
}
.post div.clearfix,
.post p {
  line-height: 1.5rem;
  display: block;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.post div.clearfix:last-child,
.post p:last-child {
  margin-bottom: 0;
}
.post strong {
  font-weight: bold;
}
.post em {
  font-style: italic;
}
.post .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post .alignright {
  float: right;
  margin: 0 0 12px 12px;
}
.post .alignleft {
  float: left;
  margin: 0 12px 12px 0;
}
.post blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.post img {
  max-width: 100%;
  height: auto;
}
a.null {
  opacity: 0.3;
}
.js-linkblock.null {
  opacity: 0.8;
}
#works ::-moz-selection {
  background: #3b5e9a;
  color: #fff;
}
#works ::selection {
  background: #3b5e9a;
  color: #fff;
}
#works ::-moz-selection {
  background: #3b5e9a;
  color: #fff;
}
#works .global-header__nav .works {
  opacity: 1;
}
#works .title p {
  color: #3b5e9a;
}
#works .post a,
#works .page-nav a {
  color: #3b5e9a;
}
#about {
  position: relative;
}
#about ::-moz-selection {
  background: #72a6d8;
  color: #fff;
}
#about ::selection {
  background: #72a6d8;
  color: #fff;
}
#about ::-moz-selection {
  background: #72a6d8;
  color: #fff;
}
#about .global-header__nav .about {
  opacity: 1;
}
#about .title p {
  color: #72a6d8;
}
#about article {
  position: relative;
}
#about .post a,
#about .page-nav a {
  color: #72a6d8;
}
.profile__img {
  float: left;
  margin-right: 2rem;
  width: 9rem;
}
.profile__img img {
  display: block;
  width: 100%;
  height: auto;
}
.profile__txt {
  float: left;
}
#flow ::-moz-selection {
  background: #7d70b2;
  color: #fff;
}
#flow ::selection {
  background: #7d70b2;
  color: #fff;
}
#flow ::-moz-selection {
  background: #7d70b2;
  color: #fff;
}
#flow .global-header__nav .flow {
  opacity: 1;
}
#flow .title p {
  color: #7d70b2;
}
#flow .post a,
#flow .page-nav a {
  color: #7d70b2;
}
#blog ::-moz-selection {
  background: #cf5558;
  color: #fff;
}
#blog ::selection {
  background: #cf5558;
  color: #fff;
}
#blog ::-moz-selection {
  background: #cf5558;
  color: #fff;
}
#blog .global-header__nav .blog {
  opacity: 1;
}
#blog .title p {
  color: #cf5558;
}
#blog .post a,
#blog .page-nav a {
  color: #cf5558;
}
#news ::-moz-selection {
  background: #ce853f;
  color: #fff;
}
#news ::selection {
  background: #ce853f;
  color: #fff;
}
#news ::-moz-selection {
  background: #ce853f;
  color: #fff;
}
#news .global-header__nav .news {
  opacity: 1;
}
#news .title p {
  color: #ce853f;
}
#news .post a,
#news .page-nav a {
  color: #ce853f;
}
#contact ::-moz-selection {
  background: #53a05d;
  color: #fff;
}
#contact ::selection {
  background: #53a05d;
  color: #fff;
}
#contact ::-moz-selection {
  background: #53a05d;
  color: #fff;
}
#contact .global-header__nav .contact {
  opacity: 1;
}
#contact .title p {
  color: #53a05d;
}
#contact .post a,
#contact .page-nav a {
  color: #53a05d;
}
#contact .topTxt {
  line-height: 1.5em;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#contact .form {
  width: 94%;
  max-width: 693px;
  letter-spacing: 1px;
}
#contact .form input[type="text"],
#contact .form input[type="email"],
#contact .form input[type="url"],
#contact .form input[type="tel"],
#contact .form textarea {
  padding: 1em;
  width: 100%;
  border: 1px solid rgba(83, 161, 94, 0.4);
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5em;
}
#contact .form input[type="text"]:placeholder-shown,
#contact .form input[type="email"]:placeholder-shown,
#contact .form input[type="url"]:placeholder-shown,
#contact .form input[type="tel"]:placeholder-shown,
#contact .form textarea:placeholder-shown {
  color: rgba(49, 73, 83, 0.8);
}
#contact .form input[type="text"]::-webkit-input-placeholder,
#contact .form input[type="email"]::-webkit-input-placeholder,
#contact .form input[type="url"]::-webkit-input-placeholder,
#contact .form input[type="tel"]::-webkit-input-placeholder,
#contact .form textarea::-webkit-input-placeholder {
  color: rgba(49, 73, 83, 0.8);
}
#contact .form input[type="text"]:-moz-placeholder,
#contact .form input[type="email"]:-moz-placeholder,
#contact .form input[type="url"]:-moz-placeholder,
#contact .form input[type="tel"]:-moz-placeholder,
#contact .form textarea:-moz-placeholder {
  opacity: 1;
  color: rgba(49, 73, 83, 0.8);
}
#contact .form input[type="text"]::-moz-placeholder,
#contact .form input[type="email"]::-moz-placeholder,
#contact .form input[type="url"]::-moz-placeholder,
#contact .form input[type="tel"]::-moz-placeholder,
#contact .form textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(49, 73, 83, 0.8);
}
#contact .form input[type="text"]:-ms-input-placeholder,
#contact .form input[type="email"]:-ms-input-placeholder,
#contact .form input[type="url"]:-ms-input-placeholder,
#contact .form input[type="tel"]:-ms-input-placeholder,
#contact .form textarea:-ms-input-placeholder {
  color: rgba(49, 73, 83, 0.8);
}
#contact .form input[type="text"]:focus,
#contact .form input[type="email"]:focus,
#contact .form input[type="url"]:focus,
#contact .form input[type="tel"]:focus,
#contact .form textarea:focus {
  border-color: rgba(83, 161, 94, 0.7);
}
#contact .form input[type="text"]:focus:placeholder-shown,
#contact .form input[type="email"]:focus:placeholder-shown,
#contact .form input[type="url"]:focus:placeholder-shown,
#contact .form input[type="tel"]:focus:placeholder-shown,
#contact .form textarea:focus:placeholder-shown {
  color: rgba(49, 73, 83, 0.4);
}
#contact .form input[type="text"]:focus::-webkit-input-placeholder,
#contact .form input[type="email"]:focus::-webkit-input-placeholder,
#contact .form input[type="url"]:focus::-webkit-input-placeholder,
#contact .form input[type="tel"]:focus::-webkit-input-placeholder,
#contact .form textarea:focus::-webkit-input-placeholder {
  color: rgba(49, 73, 83, 0.4);
}
#contact .form input[type="text"]:focus:-moz-placeholder,
#contact .form input[type="email"]:focus:-moz-placeholder,
#contact .form input[type="url"]:focus:-moz-placeholder,
#contact .form input[type="tel"]:focus:-moz-placeholder,
#contact .form textarea:focus:-moz-placeholder {
  opacity: 1;
  color: rgba(49, 73, 83, 0.4);
}
#contact .form input[type="text"]:focus::-moz-placeholder,
#contact .form input[type="email"]:focus::-moz-placeholder,
#contact .form input[type="url"]:focus::-moz-placeholder,
#contact .form input[type="tel"]:focus::-moz-placeholder,
#contact .form textarea:focus::-moz-placeholder {
  opacity: 1;
  color: rgba(49, 73, 83, 0.4);
}
#contact .form input[type="text"]:focus:-ms-input-placeholder,
#contact .form input[type="email"]:focus:-ms-input-placeholder,
#contact .form input[type="url"]:focus:-ms-input-placeholder,
#contact .form input[type="tel"]:focus:-ms-input-placeholder,
#contact .form textarea:focus:-ms-input-placeholder {
  color: rgba(49, 73, 83, 0.4);
}
#contact .form textarea {
  height: 238px;
  resize: none;
  margin-top: 0;
  margin-bottom: 3rem;
}
#contact .form .wpcf7-submit {
  padding: 13px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1em;
  border: 1px solid rgba(83, 161, 94, 0.8);
  display: block;
  -webkit-transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: rgba(49, 73, 83, 0.8) !important;
  cursor: pointer;
}
#contact .form .wpcf7-submit > * {
  vertical-align: middle;
  display: inline-block;
}
#contact .form .wpcf7-submit:hover,
#contact .form .wpcf7-submit:active {
  color: #fff !important;
  background-color: rgba(83, 161, 94, 0.8);
}
#contact .wpcf7-not-valid-tip {
  font-size: 11px;
  top: -10px;
  position: relative;
}
#contact .wpcf7-response-output {
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  text-align: center;
  width: 94%;
  max-width: 980px;
  color: #96aec1;
  border: 2px solid #96aec1;
}
.form input,
.form button,
.form textarea,
.form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.video-frame {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
}
.video-frame--wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  cursor: url(../images/icon-close.png), auto;
  position: relative;
}
.video-frame iframe {
  cursor: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-width: 100%;
  max-height: 100%;
}
#js-video-trigger {
  position: relative;
  border: 1px solid rgba(50, 74, 84, 0.1);
}
#js-video-trigger:hover::after {
  opacity: 0.3;
}
#js-video-trigger::after {
  -webkit-transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
  content: "Play Video";
  position: absolute;
  left: 5%;
  bottom: 5%;
  padding-left: 22px;
  background: url(../images/icon-video.svg) no-repeat left center;
  background-size: 18px 18px;
  line-height: 18px;
  font-size: 12px;
  opacity: 1;
}
.touchdevice .global-header,
.touchdevice .video-frame--wrapper {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.touchdevice .video-frame iframe {
  width: 90%;
  height: auto;
  max-height: inherit;
  max-width: inherit;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.grid {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid .line {
  font-size: 1rem;
  height: 1.5rem;
  box-shadow: 0 1px 0 #eee;
  box-sizing: border-box;
}
.icon.web-navigation-line-craft-1-109681 {
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 512px;
  height: 512px;
  background-size: 1548px 1030px;
}
.icon.web-navigation-line-craft-2-109682 {
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -518px 0px;
  width: 512px;
  height: 512px;
  background-size: 1548px 1030px;
}
.icon.web-navigation-line-craft-3-109688 {
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: 0px -518px;
  width: 512px;
  height: 512px;
  background-size: 1548px 1030px;
}
.icon.web-navigation-line-craft-4-109689 {
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -518px -518px;
  width: 512px;
  height: 512px;
  background-size: 1548px 1030px;
}
.icon.web-navigation-line-craft-5-109690 {
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -1036px 0px;
  width: 512px;
  height: 512px;
  background-size: 1548px 1030px;
}
@media screen and (max-width: 1024px) {
  .dpc {
    display: none;
  }
  .dsp {
    display: block;
  }
  .font-size-title {
    font-size: 1.42857rem;
    line-height: 1.5rem;
  }
  .hover-ani-opa:hover,
  .hover a:hover {
    opacity: 1;
  }
  .global-header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    opacity: 0;
  }
  .global-header li a {
    opacity: 1;
  }
  .global-header__wrapper {
    padding: 0 0 2rem 0;
  }
  .global-header__nav {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
  }
  .global-header__nav ul {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 0;
    padding-bottom: 4.5rem;
  }
  .global-header__nav li {
    text-align: center;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .global-header__nav li a {
    padding: 0.5rem 1rem;
    font-size: 1.42857rem;
    line-height: 1.5rem;
    border-left: none !important;
  }
  .global-header__nav li a:hover {
    padding: 0.5rem 1rem;
  }
  .global-title {
    position: absolute;
    top: 3rem;
    left: 50%;
    margin: 0 0 0 -49px;
    padding-left: 0;
  }
  .global-title a {
    width: 98px;
  }
  .global-footer {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .global-footer__copyright {
    text-align: center;
  }
  .contents {
    margin: 10rem auto 0;
    padding-left: 21px;
  }
  .list--works {
    margin: 0 !important;
    width: 102% !important;
  }
  .list__col2 {
    width: 48% !important;
  }
  .contents.works {
    padding-left: 0;
    width: 96vw;
  }
  .mainvisual {
    margin-top: 0;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .page-nav--top {
    padding-bottom: 2rem;
    text-align: right;
  }
  .page-nav--bottom {
    padding: 4rem 0 2rem;
    text-align: right;
  }
  #js-video-trigger:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 736px) {
  .dtb {
    display: none;
  }
  .hover-ani-line {
    width: 100%;
  }
  .title h1 {
    font-size: 1.42857rem;
    line-height: 1.5rem;
  }
  .title p {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1582px) {
  .global-header {
    left: 50%;
    margin-left: -791px;
  }
  .global-title {
    left: 50%;
    margin-left: -791px;
  }
  .global-footer {
    left: 50%;
    margin-left: -791px;
  }
  .contents {
    width: 1386px;
  }
}
@media screen and (min-width: 933px) and (max-width: 1024px) {
  .contents {
    width: 945px;
  }
  .list__detail {
    min-width: 441px;
    margin-bottom: 0.75rem !important;
  }
  .list__detail p:first-child {
    width: 15%;
  }
  .list__detail p:last-child {
    width: 85%;
  }
}
@media screen and (min-width: 702px) and (max-width: 934px) {
  .contents {
    width: 714px;
  }
  .list__detail {
    min-width: 672px;
    margin-bottom: 0.75rem !important;
  }
  .list__detail p:first-child {
    width: 10%;
  }
  .list__detail p:last-child {
    width: 90%;
  }
}
@media screen and (min-width: 485px) and (max-width: 703px) {
  .contents {
    width: 483px;
  }
  .list__detail {
    min-width: 441px;
    margin-bottom: 0.75rem !important;
  }
  .list__detail p:first-child {
    width: 15%;
  }
  .list__detail p:last-child {
    width: 85%;
  }
}
@media screen and (max-width: 484px) {
  .contents {
    width: 100%;
    padding-left: 0;
  }
  .list {
    margin: 0 1vw;
  }
  .list__col1 .bg {
    height: auto;
    padding-top: 70.1%;
    margin-top: 0;
    margin-bottom: 0.375rem;
  }
  .list__detail {
    min-width: inherit;
    width: 100% !important;
    padding-bottom: 0.75rem;
  }
  .list__detail p:first-child {
    width: 20%;
  }
  .list__detail p:last-child {
    width: 79%;
  }
  .list.detail li {
    width: 45vw;
    margin-bottom: 0;
  }
  .list.detail {
    margin: 0;
  }
  .list li {
    width: 47vw;
    margin: 0 1vw 0.75rem;
  }
  .list li h2 {
    font-size: 12px;
  }
  .list li p {
    font-size: 11px;
  }
  .list li p:last-child {
    font-size: 10px;
  }
  .contents.single {
    width: 96vw;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1371px) {
  .list__detail {
    min-width: 441px;
  }
  .list__detail p:first-child {
    width: 15%;
  }
  .list__detail p:last-child {
    width: 85%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .list__detail {
    min-width: 672px;
    margin-bottom: 0.75rem !important;
  }
  .list__detail p:first-child {
    width: 10%;
  }
  .list__detail p:last-child {
    width: 90%;
  }
}

/*# sourceMappingURL=maps/style.css.map */
