@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*===========================================================
全体の設定
=============================================================*/
/* iOSでのデフォルトスタイルをリセット */
input[type="yellowmit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="yellowmit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="yellowmit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

input:focus {
  outline: none; }

input[type="text"], input[type="email"], input[type="tel"], input[type="file"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], textarea, select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  box-shadow: none; }

form.wpcf7-form .wpcf7-submit {
  padding: 5px;
  background: black;
  color: #fff;
  cursor: pointer;
  margin-top: 10px; }

form {
  width: 100%;
  margin: 50px 0; }
  form input, form textarea, form select {
    width: 100%;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    /* Edge */ }
    form input:hover, form textarea:hover, form select:hover {
      border-color: black; }
    form input:focus, form textarea:focus, form select:focus {
      border-color: #2B2B2B; }
    form input::-ms-input-placeholder, form textarea::-ms-input-placeholder, form select::-ms-input-placeholder {
      color: #BCBCBC;
      font-size: .8rem; }
    form input::placeholder, form textarea::placeholder, form select::placeholder {
      color: #BCBCBC;
      font-size: .815rem; }
  form textarea {
    height: 250px; }
  form input[type="radio"] {
    padding: 0 !important;
    vertical-align: middle;
    margin-right: 3px;
    border: 2px solid #BCBCBC; }
    form input[type="radio"]:hover {
      border: 2px solid #2B2B2B; }
  form input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
    text-align: left;
    border: 2px solid #BCBCBC;
    border-radius: 4px; }
    form input[type="checkbox"]:hover {
      border: 2px solid #2B2B2B; }
  form label {
    margin-bottom: 10px;
    display: block; }
    form label p.label {
      text-align: left;
      margin-bottom: 5px; }
  form .error {
    color: red;
    font-size: .7rem;
    margin-bottom: 15px;
    text-align: center; }
  form .validation {
    color: red;
    font-size: .7rem;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    top: -15px; }
  form button.btn {
    margin-top: 20px; }

.container {
  max-width: 1040px;
  margin: 0 auto;
  width: 1040px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1040px) {
    .container {
      max-width: 100%;
      width: 100%;
      padding-left: 6%;
      padding-right: 6%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 600px) {
    .container {
      overflow-x: hidden; } }

.container_820 {
  max-width: 860px;
  margin: 0 auto;
  width: 860px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1040px) {
    .container_820 {
      max-width: 100%;
      width: 100%;
      padding-left: 6%;
      padding-right: 6%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden; } }

.container_700 {
  max-width: 740px;
  margin: 0 auto;
  width: 740px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 768px) {
    .container_700 {
      max-width: 100%;
      width: 100%;
      padding-left: 6%;
      padding-right: 6%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden; } }

.relative {
  position: relative; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.res {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .res {
      display: block !important; } }

@media screen and (max-width: 768px) {
  .res-none {
    display: none !important; } }

.tab-block {
  display: none !important; }
  @media screen and (max-width: 1040px) {
    .tab-block {
      display: block !important; } }

@media screen and (max-width: 1040px) {
  .tab-none {
    display: none !important; } }

.sp-block {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sp-block {
      display: block !important; } }

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important; } }

.sp2-block {
  display: none !important; }
  @media screen and (max-width: 600px) {
    .sp2-block {
      display: block !important; } }

@media screen and (max-width: 600px) {
  .sp2-none {
    display: none !important; } }

.left {
  float: left; }
  @media screen and (max-width: 768px) {
    .left {
      float: none;
      width: 100%; } }

.right {
  float: right; }
  @media screen and (max-width: 768px) {
    .right {
      float: none;
      width: 100%; } }

html {
  min-width: 1000px;
  color: #222; }
  @media screen and (max-width: 1040px) {
    html {
      min-width: 100%;
      font-size: 90%; } }
  @media screen and (max-width: 768px) {
    html {
      min-width: 100%;
      width: 100%;
      font-size: 80%;
      height: 100%; } }

body {
  background: #fbfaf6; }
  @media screen and (max-width: 768px) {
    body {
      height: 100%;
      width: 100%; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .1rem; }

.flexbox {
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 80px);
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .flexbox {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .flexbox .work-5col {
      width: 100%; } }

html {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .1rem;
  line-break: strict;
  overflow-wrap: break-word; }

/*特殊フォント-------------------------------*/
.typekit {
  font-family: mr-eaves-sans, sans-serif;
  font-weight: 700;
  font-style: normal; }
  .typekit span {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*文字色-------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  color: #222; }

h4 {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px; }

p, time, dt, dd {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  text-align: justify; }

img {
  height: auto;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*タイトルの設定-------------------------------*/
main .title {
  font-size: 60px;
  text-align: center;
  margin: 100px auto 0; }
  main .title span {
    font-size: 14px;
    margin: 0;
    position: relative;
    top: -20px;
    color: #222; }

/*===========================================================
トップページの設定
=============================================================*/
.btn-front {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 6% 1%;
  border-radius: 100px;
  color: #222;
  text-align: center;
  text-decoration: none;
  transition: .5s; }
  @media screen and (max-width: 768px) {
    .btn-front {
      padding: 4% 1%; } }
  .btn-front:hover {
    letter-spacing: .05rem;
    background: #fff;
    border-radius: 100px;
    border: 2px solid #222; }
  .btn-front::before, .btn-front::after {
    position: absolute;
    top: 50%;
    right: .2em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #222; }
  .btn-front::after {
    opacity: 0;
    right: 1em; }
  .btn-front:hover::before {
    animation: arrowbefore .5s; }
  .btn-front:hover::after {
    animation: arrowafter .5s; }

@keyframes arrowbefore {
  100% {
    right: -.4em;
    opacity: 0; } }
@keyframes arrowafter {
  99% {
    right: .2em;
    opacity: 1; }
  100% {
    opacity: 0; } }
#news {
  padding: 150px 0; }
  @media screen and (max-width: 768px) {
    #news.container {
      padding: 30px 4%; } }
  #news .block {
    width: 80%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #news .block {
        width: 100%; } }
  #news h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    font-family: mr-eaves-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px; }
  #news li {
    list-style: none;
    padding: 2% 0.5%;
    border-bottom: 1px solid #bbb;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      #news li {
        flex-wrap: wrap; } }
    #news li:first-child {
      border-top: 1px solid #bbb; }
    #news li .time {
      font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      width: 180px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      border-right: 1px solid #555; }
      @media screen and (max-width: 768px) {
        #news li .time {
          width: 100%;
          border-right: none; } }
    #news li .content {
      width: calc(100% - 180px);
      display: flex;
      align-items: center;
      padding-left: 15px; }
      @media screen and (max-width: 768px) {
        #news li .content {
          width: 100%;
          padding-left: 0; } }
      #news li .content p strong {
        font-weight: bold; }
      #news li .content p a {
        display: inline;
        text-decoration: underline; }

/*===========================================================
footerの設定
=============================================================*/
#footer {
  width: 100%;
  background: #ECECEC;
  padding-top: 100px;
  position: relative;
  z-index: 10; }
  #footer .content {
    position: relative;
    z-index: 50; }
  #footer h1 {
    width: 250px;
    margin: 0 auto; }
  #footer #footer-nav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
    margin: 40px 0; }
  #footer #footer-nav li {
    padding: 0 20px 0 20px;
    font-size: 12px;
    border-left: solid 1px;
    margin: 10px 0; }
  #footer #footer-nav li:last-child {
    border-right: solid 1px; }

#footer-bottom {
  padding: 20px 0; }
  #footer-bottom p {
    text-align: center;
    font-size: 1.2rem; }

/*===========================================================
下層ページ共通の設定
=============================================================*/
main {
  background: #fbfaf6;
  padding-bottom: 150px; }
  main section {
    width: 100%;
    margin: 0 auto; }

/*==========================================
single-worksの設定
============================================*/
#single_works {
  padding-bottom: 200px;
  background: #e5e5e5; }
  #single_works .heading {
    padding: 30px 0 50px; }
    #single_works .heading h1 {
      font-family: fot-tsukubrdgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      font-size: 2rem;
      letter-spacing: .3rem;
      padding-bottom: 10px; }
      @media screen and (max-width: 600px) {
        #single_works .heading h1 {
          text-align: left; } }
    #single_works .heading p {
      text-align: center; }
      @media screen and (max-width: 600px) {
        #single_works .heading p {
          text-align: left; } }
  #single_works .main-img {
    width: 100%;
    margin-top: 100px;
    max-width: 100%; }
  #single_works .description {
    margin-bottom: 70px; }
    #single_works .description a {
      display: inline;
      text-decoration: underline;
      color: #00a2b4;
      transition: .1s; }
      #single_works .description a:hover {
        transition: .1s;
        color: #015d88; }
  #single_works .client {
    background: #f0f0f0;
    padding: 50px 40px;
    border-radius: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      #single_works .client {
        padding: 50px 30px; } }
    #single_works .client h2 {
      font-size: 1.5rem;
      letter-spacing: .15rem;
      margin-bottom: 10px;
      font-family: fot-tsukubrdgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 1.7; }
      #single_works .client h2 span {
        display: block;
        margin-bottom: 0;
        font-size: 0.8rem;
        font-weight: bold;
        font-family: mr-eaves-sans, sans-serif;
        font-weight: 700;
        font-style: normal; }
    #single_works .client .flex {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #single_works .client .flex .left_wrap {
        width: 70%;
        padding-left: 35px; }
        @media screen and (max-width: 600px) {
          #single_works .client .flex .left_wrap {
            width: 100%;
            padding-top: 0;
            padding-left: 0; } }
      #single_works .client .flex .right_wrap {
        width: 30%; }
        @media screen and (max-width: 600px) {
          #single_works .client .flex .right_wrap {
            width: 100%;
            margin-bottom: 15px; } }
        #single_works .client .flex .right_wrap img {
          width: 100%;
          height: auto; }
  #single_works .table {
    margin: 80px 0 50px; }
    #single_works .table dl {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border-top: 1px solid #333;
      border-bottom: 1px solid #333;
      padding: 50px; }
      @media screen and (max-width: 768px) {
        #single_works .table dl {
          padding: 0px; } }
      #single_works .table dl dt, #single_works .table dl dd {
        font-size: 1.4rem;
        padding: 10px 0; }
      #single_works .table dl dt {
        width: 25%;
        margin-right: 0;
        border-right: 1px solid #999; }
        @media screen and (max-width: 768px) {
          #single_works .table dl dt {
            width: 120px; } }
      #single_works .table dl dd {
        width: 75%;
        padding-left: 40px; }
        @media screen and (max-width: 768px) {
          #single_works .table dl dd {
            width: calc(100% - 120px);
            padding-left: 20px; } }
        #single_works .table dl dd a:hover {
          color: #00a2b4;
          text-decoration: underline; }
        #single_works .table dl dd.wrap {
          text-align: left; }
          #single_works .table dl dd.wrap span {
            background-color: #d9d9d9;
            padding: 0px 10px;
            margin-right: 5px;
            font-size: 1.4rem;
            text-align: center;
            border-radius: 3px;
            color: #333;
            display: inline-block;
            margin-top: 5px;
            margin-bottom: 5px; }
  #single_works .site {
    display: inline-block;
    width: auto;
    padding: 5px 20px; }
  #single_works .contents {
    margin: 100px 0; }
    #single_works .contents img {
      width: 100%;
      max-width: 100%; }
    #single_works .contents .wp-block-image {
      margin: 20px 0; }

.btn_more {
  color: #fff;
  background: #222222;
  text-align: center;
  padding: 15px 100px;
  width: auto;
  margin: 0 auto;
  letter-spacing: .1rem;
  font-size: 1.6rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
  box-shadow: 0px 0px 20px 0px #bbb;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none !important; }
  .btn_more i {
    position: relative;
    left: 0;
    transition: 0.3s; }
  .btn_more:hover {
    box-shadow: 0px 0px 20px 0px #bbb;
    color: #fff;
    background: #00a2b4; }
    .btn_more:hover i {
      left: 10px; }
  @media screen and (max-width: 768px) {
    .btn_more {
      width: 100%;
      padding: 15px 10px; } }

.btn-front-works {
  width: 100%;
  max-width: 350px;
  margin: 20px auto 0;
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: 2% 1%;
  border-radius: 100px;
  border: 2px solid #444;
  color: #444;
  text-align: center;
  text-decoration: none;
  transition: .5s; }
  @media screen and (max-width: 768px) {
    .btn-front-works {
      padding: 20px 0; } }
  .btn-front-works:hover {
    border-style: dashed;
    border-radius: 100px; }
  .btn-front-works::before, .btn-front-works::after {
    position: absolute;
    top: 50%;
    right: .2em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #444; }
  .btn-front-works::after {
    opacity: 0;
    right: 1em; }
  .btn-front-works:hover::before {
    animation: arrowbefore .5s; }
  .btn-front-works:hover::after {
    animation: arrowafter .5s; }

/*==========================================
Works一覧の設定
============================================*/
#works-area {
  width: 100%;
  background-image: url(../img/back_pattern.png);
  padding: 80px 0 150px; }
  @media screen and (min-width: 1460px) {
    #works-area .container {
      width: 1360px;
      max-width: 1360px; } }
  #works-area .top_works {
    margin: 0 auto 70px;
    text-align: center;
    padding-top: 70px; }
    #works-area .top_works h2 {
      font-size: 70px;
      font-weight: 600;
      margin: 0 0 40px; }
    #works-area .top_works p {
      text-align: center;
      font-weight: bold;
      color: #222;
      line-height: 2.3rem; }
  #works-area .flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 1040px) {
      #works-area .flexbox {
        justify-content: space-between; } }
    #works-area .flexbox a {
      margin-bottom: 20px;
      position: relative;
      width: 32.6%;
      margin-right: 1%;
      height: auto;
      padding: 10px 10px 12px; }
      #works-area .flexbox a:nth-child(3n) {
        margin-right: 0px; }
      @media screen and (max-width: 1040px) {
        #works-area .flexbox a {
          margin-right: 0px;
          width: 48%; } }
      @media screen and (max-width: 600px) {
        #works-area .flexbox a {
          width: 100%; } }
      #works-area .flexbox a:hover {
        background: #fff;
        filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.2)); }
      #works-area .flexbox a div.a-content img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover; }
        @media screen and (max-width: 1040px) {
          #works-area .flexbox a div.a-content img {
            width: 100%;
            height: auto; } }
      #works-area .flexbox a div.a-content h1 {
        font-size: 1.4rem;
        text-align: center;
        padding: 12px 0 0px; }
      #works-area .flexbox a div.a-content span.category_tag {
        font-size: 1.2rem;
        text-align: center;
        display: block;
        text-decoration: underline; }

.cat_list {
  padding: 30px 0 50px; }
  .cat_list ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .cat_list ul li a {
      margin: 20px;
      font-size: 1.4rem;
      letter-spacing: .1rem;
      transition: .2s; }
      @media screen and (max-width: 768px) {
        .cat_list ul li a {
          font-size: 1.2rem;
          margin: 5px 10px; } }
      .cat_list ul li a.check, .cat_list ul li a:hover {
        border-bottom: 5px solid;
        transition: .2s; }
  .cat_list .text {
    background-image: url(../img/back-3.png);
    background-position: center center;
    background-size: cover;
    padding: 50px; }
    .cat_list .text p {
      color: #fff;
      font-size: 1.1rem;
      line-height: 1.8; }
    @media screen and (max-width: 768px) {
      .cat_list .text {
        padding: 30px 20px;
        margin-top: 10px; }
        .cat_list .text p {
          font-size: .9rem; } }

/*==========================================
ContactForm7のテーブル化レスポンシブ調整の設定
============================================*/
.contents_block.back {
  background: #f9f9f9;
  border-radius: 20px;
  margin-top: 50px; }

#contact form {
  width: 580px;
  padding: 20px 0;
  margin: 70px auto; }
  @media screen and (max-width: 860px) {
    #contact form {
      width: 100%; } }
  #contact form .clearfix {
    margin-top: 40px; }
  #contact form .left {
    width: 200px;
    font-size: .85rem;
    padding-top: 7px;
    text-align: right;
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: .815rem;
    letter-spacing: 0.1rem; }
    #contact form .left p {
      text-align: right; }
    @media screen and (max-width: 860px) {
      #contact form .left {
        width: 100%;
        text-align: left;
        margin-bottom: 10px; }
        #contact form .left p {
          text-align: left; } }
    #contact form .left .required {
      color: #fff;
      background: #e60012;
      font-size: .8rem;
      padding: 3px 7px;
      border-radius: 5px; }
  #contact form .right {
    width: 370px; }
    @media screen and (max-width: 860px) {
      #contact form .right {
        width: 100%; } }
    #contact form .right input, #contact form .right textarea {
      border: 1px solid #ddd;
      border-radius: 5px;
      background: unset;
      margin-bottom: 2px;
      padding: 5px 10px;
      transition: .1s;
      /* Edge */ }
      #contact form .right input:hover, #contact form .right textarea:hover {
        background: #ddd; }
      #contact form .right input:focus, #contact form .right textarea:focus {
        background: #fff; }
      #contact form .right input::-ms-input-placeholder, #contact form .right textarea::-ms-input-placeholder {
        color: #BCBCBC;
        font-size: .8rem; }
      #contact form .right input::placeholder, #contact form .right textarea::placeholder {
        color: #BCBCBC;
        font-size: .9rem; }
  #contact form .submit {
    text-align: center; }
    #contact form .submit p {
      text-align: center; }
  #contact form .wpcf7-submit {
    font-size: 1.2rem;
    letter-spacing: .1rem;
    color: #fff;
    background: #222;
    width: 400px;
    margin: 20px auto;
    transition: .1s; }
    @media screen and (max-width: 860px) {
      #contact form .wpcf7-submit {
        width: 100%; } }
    #contact form .wpcf7-submit:hover {
      background: linear-gradient(135deg, #158eb3 0%, #0075ba 100%); }
  #contact form .ajax-loader {
    display: block; }
  #contact form .wpcf7-not-valid {
    background: #ddd !important; }

/*===========================================================
inview.jsの設定
=============================================================*/
.list {
  overflow: hidden; }

.list-mv05 {
  transition: 1s !important;
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px); }

.mv05 {
  transition: 1s !important;
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

/*=====================================================================
pagingの設定
=======================================================================*/
.paging a {
  background: #fff;
  padding: 15px 20px;
  margin: 0 5px;
  border-radius: 5px; }
  .paging a:hover {
    opacity: 0.7; }

.mv01 {
  /* スライド アクティブ時 */ }
  .mv01 .swiper-slide[class*=-active] .slide-media img {
    transition-delay: 0s;
    transform: scale(1.05); }
  .mv01 .swiper-slide[class*=-active] .slide-title {
    animation: mv01-fadeIn 2s 0.5s var(--easing) both; }

@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px); }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0); } }
