@charset "UTF-8";
/*
Theme Name: 株式会社ステキ cms v2
Description: 株式会社ステキのテーマ
Theme URI: https://steki-inc.jp
Author: Steki Inc.
Author URI: https://steki-inc.jp
Version: 1.0
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/
/* ==============================================
 Reset
=============================================== */
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, main,
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;
}

/* chromeで読み込み時にtransitionが発生するのを防ぐ */
.preload * {
  transition: none !important;
}

a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}

/* ==============================================
 Common
=============================================== */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #fff;
  color: #28262c;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #28262c;
  cursor: pointer;
  outline: medium none;
  text-decoration: none;
  transition: all 0.14s ease-out 0s;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  cursor: pointer;
}
@media (min-width: 1025px) {
  a:hover {
    color: #777;
    text-decoration: none;
  }
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
  vertical-align: baseline;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 2.2;
  margin: 0 0 30px;
  max-height: 100%;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 18px;
  }
}

code, kbd, pre, samp {
  -moz-hyphens: none;
  font-family: monospace, serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -moz-hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 85%;
  vertical-align: baseline;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  margin: 0;
}

th {
  font-weight: bold;
  font-weight: 600;
}

li, dt, dd, th, td {
  line-height: 2;
}
@media (max-width: 1024px) {
  li, dt, dd, th, td {
    line-height: 1.8;
  }
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

a img {
  transition: all 0.14s ease-out 0s;
}

a:hover img {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  a:hover img {
    opacity: 1;
  }
}

input, textarea, button, select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=text]:focus,
textarea:focus {
  outline: 0;
}

select::-moz-focus-inner,
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #28262c;
}

/* ==============================================
 Common
=============================================== */
/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-25 {
  padding-top: 25px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

/* margin
----------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-25 {
  margin-top: 25px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

/* width
----------------------------------------------- */
._minw40 {
  min-width: 40px !important;
}

._minw100 {
  min-width: 100px !important;
}

._minw140 {
  min-width: 140px !important;
}

._minw200 {
  min-width: 200px !important;
}

._maxw240 {
  max-width: 240px !important;
}

._maxw380 {
  max-width: 380px !important;
}

._maxw580 {
  max-width: 580px !important;
}

._maxw880 {
  max-width: 880px !important;
}

._maxw1040 {
  max-width: 1040px !important;
}

._maxw1180 {
  max-width: 1180px !important;
}

._maxw1200 {
  max-width: 1200px !important;
}

._w40 {
  width: 40px !important;
}

._w60 {
  width: 60px !important;
}

._w100 {
  width: 100px !important;
}

._w150 {
  width: 150px !important;
}

._w200 {
  width: 200px !important;
}

._w5p {
  width: 5% !important;
}

._w10p {
  width: 10% !important;
}

._w15p {
  width: 15% !important;
}

._w20p {
  width: 20% !important;
}

._w25p {
  width: 25% !important;
}

._w30p {
  width: 30% !important;
}

._w35p {
  width: 35% !important;
}

._w40p {
  width: 40% !important;
}

._w45p {
  width: 45% !important;
}

._w50p {
  width: 50% !important;
}

._w55p {
  width: 55% !important;
}

._w60p {
  width: 60% !important;
}

/* ==============================================
 Loading
=============================================== */
.loading {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: fixed;
  font-size: 100%;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.loading span {
  animation: loading 800ms infinite alternate;
}
.loading span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading span:nth-child(3) {
  animation-delay: 0.4s;
}
.loading span:nth-child(4) {
  animation-delay: 0.6s;
}
.loading span:nth-child(5) {
  animation-delay: 0.8s;
}
.loading span:nth-child(6) {
  animation-delay: 1s;
}
.loading span:nth-child(7) {
  animation-delay: 1.2s;
}

@keyframes loading {
  0% {
    filter: blur(0);
    opacity: 1;
  }
  100% {
    filter: blur(5px);
    opacity: 0.2;
  }
}
/* ==============================================
 fadein
=============================================== */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delayFadeInLeft {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes delayFadeInRight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes delayFadeInTop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delayFadeInBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein {
  opacity: 0;
  transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fadein-left {
  transform: translate(-20px, 0);
}

.fadein-right {
  transform: translate(20px, 0);
}

.fadein-top {
  transform: translate(0, -20px);
}

.fadein-bottom {
  transform: translate(0, 20px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.curtain {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.curtain-right::before {
  content: "";
  background: #ef3a50;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all 1600ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.curtain-right::after {
  content: "";
  background: #000;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition-delay: 0.16s;
  transition: all 1600ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.curtain-right.scrollin::before,
.curtain-right.scrollin::after {
  opacity: 0.6;
  width: 0;
  transform: translateX(101%);
}

.curtain-left::before {
  content: "";
  background: #ef3a50;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all 1600ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.curtain-left::after {
  content: "";
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition-delay: 0.16s;
  transition: all 1600ms cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.curtain-left.scrollin::before,
.curtain-left.scrollin::after {
  opacity: 0.6;
  width: 0;
  transform: translateX(-1%);
}

/* ==============================================
 Layout
=============================================== */
.wrapper {
  background-color: #fff;
  padding-top: 160px;
  opacity: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
  }
}

.home .wrapper {
  padding-top: 0;
}

.main {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .main {
    margin-bottom: 40px;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.container {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1280px;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* ==============================================
 Font
=============================================== */
.fc-red {
  color: #ef3a50;
}

.ff-en {
  font-family: "Karla", sans-serif;
  font-weight: 400;
}

/* ==============================================
 Header
=============================================== */
.site-header {
  padding-top: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  .site-header {
    padding-top: 22px;
  }
  .site-header .container {
    padding-left: 20px;
  }
}
.site-header .container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.site-header .header-logo {
  padding-top: 20px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .site-header .header-logo {
    padding-top: 0;
  }
  .site-header .header-logo img {
    width: 120px;
  }
}

.sp-menu-btn {
  cursor: pointer;
  background-color: none;
  display: none;
  position: fixed;
  color: #fff;
  font-size: 11px;
  right: 6px;
  top: 16px;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .sp-menu-btn {
    display: block;
  }
}
.sp-menu-btn .sp-menu-btn-inner {
  position: relative;
  height: 62px;
  text-align: center;
  width: 62px;
}
@media (max-width: 767px) {
  .sp-menu-btn .sp-menu-btn-inner {
    height: 52px;
    width: 52px;
  }
}
.sp-menu-btn .bar {
  background-color: #28262c;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  transition: all 0.14s ease-out 0s;
}
.sp-menu-btn .bar.bar-1 {
  top: 14px;
}
@media (max-width: 767px) {
  .sp-menu-btn .bar.bar-1 {
    top: 10px;
  }
}
.sp-menu-btn .bar.bar-2 {
  top: 22px;
  width: 16px;
}
@media (max-width: 767px) {
  .sp-menu-btn .bar.bar-2 {
    top: 18px;
  }
}
.sp-menu-btn .bar.bar-3 {
  top: 30px;
}
@media (max-width: 767px) {
  .sp-menu-btn .bar.bar-3 {
    top: 26px;
  }
}
.sp-menu-btn .ff-en {
  bottom: 8px;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .sp-menu-btn .ff-en {
    bottom: 4px;
  }
}

.menu-open .sp-menu-btn .bar {
  background-color: #fff;
}
.menu-open .sp-menu-btn .bar.bar-1 {
  transform: translateY(8px) rotate(-45deg);
}
.menu-open .sp-menu-btn .bar.bar-2 {
  opacity: 0;
}
.menu-open .sp-menu-btn .bar.bar-3 {
  transform: translateY(-8px) rotate(45deg);
}

/* ==============================================
 Navigation
=============================================== */
.site-navigation {
  margin-left: auto;
  padding-top: 15px;
}
@media (max-width: 1024px) {
  .site-navigation {
    display: none;
  }
}
.site-navigation .site-navigation-list {
  display: flex;
}
.site-navigation .site-navigation-list li {
  margin-right: 50px;
}
@media (max-width: 1279px) {
  .site-navigation .site-navigation-list li {
    margin-right: 90px;
  }
}
.site-navigation .site-navigation-list li:last-child {
  margin-right: auto;
}
.site-navigation .site-navigation-list li a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.1em;
  padding: 3px 0;
  position: relative;
}
.site-navigation .site-navigation-list li a:hover {
  color: #28262c;
}
.site-navigation .site-navigation-list li a span {
  background-color: #28262c;
  height: 2px;
  display: inline-block;
  left: 0;
  bottom: -3px;
  position: absolute;
  width: 0;
  transition: all 0.14s ease-out 0s;
}
.site-navigation .site-navigation-list li a:hover span, .site-navigation .site-navigation-list li a.is-current span {
  width: 100%;
}

.menu-wrapper {
  background-color: #28262c;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1025px) {
  .menu-wrapper {
    display: none !important;
  }
}
.menu-wrapper .menu-container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: auto;
  height: 100vh;
  width: 100%;
}

.sp-navigation {
  padding: 50px 50px 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .sp-navigation {
    padding: 30px 30px 40px;
  }
}
.sp-navigation ul li {
  margin: 15px auto;
  transform: translateX(40px);
  opacity: 0;
}
.sp-navigation ul li a {
  color: #fff;
  font-family: "Karla", sans-serif;
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.menu-open {
  overflow: hidden;
}
.menu-open .sp-navigation ul li:nth-child(1) {
  animation: menu_animetion 300ms 60ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes menu_animetion {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-open .sp-navigation ul li:nth-child(2) {
  animation: menu_animetion 300ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes menu_animetion {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-open .sp-navigation ul li:nth-child(3) {
  animation: menu_animetion 300ms 180ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes menu_animetion {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-open .sp-navigation ul li:nth-child(4) {
  animation: menu_animetion 300ms 240ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes menu_animetion {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-open .sp-navigation ul li:nth-child(5) {
  animation: menu_animetion 300ms 300ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes menu_animetion {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-open .sp-navigation ul li:nth-child(6) {
  animation: menu_animetion 300ms 360ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes menu_animetion {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-open .sp-navigation ul li:nth-child(7) {
  animation: menu_animetion 300ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes menu_animetion {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-open .sp-navigation ul li:nth-child(8) {
  animation: menu_animetion 300ms 480ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes menu_animetion {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-open .sp-navigation ul li:nth-child(9) {
  animation: menu_animetion 300ms 540ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes menu_animetion {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-open .sp-navigation ul li:nth-child(10) {
  animation: menu_animetion 300ms 600ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes menu_animetion {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* ==============================================
 Button
=============================================== */
.btn-area {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .btn-area {
    margin-top: 30px;
  }
}

.btn {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
.btn:hover {
  color: #28262c;
  text-decoration: none;
}

.btn-primary {
  background-color: #fff;
  border: 1px solid #28262c;
  font-size: 18px;
  font-weight: 600;
  font-family: "Karla", sans-serif;
  padding: 23px 15px;
  position: relative;
  width: 300px;
}
.btn-primary .btn-arrow {
  background-color: #28262c;
  right: -12px;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 40px;
  transition: all 0.14s ease-out 0s;
  backface-visibility: hidden;
}
@media (min-width: 1025px) {
  .btn-primary:hover {
    background-color: #28262c;
    color: #fff;
  }
  .btn-primary:hover .btn-arrow {
    right: 0;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 16px;
    max-width: 100%;
    width: 220px;
    padding: 19px 15px;
  }
}

/* ==============================================
 Heading
=============================================== */
.page-header {
  line-height: 1.4;
}
.page-header h1 {
  position: relative;
}
.page-header h1::before {
  content: "";
  height: 16px;
  position: absolute;
  top: -40px;
  left: 4px;
  width: 3px;
  background-color: #ef3a50;
  transform: skewX(-27deg);
  border-radius: 1px;
}
@media (max-width: 767px) {
  .page-header h1::before {
    top: -27px;
  }
}
.page-header h1 .en {
  font-size: 40px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-header h1 .en {
    font-size: 26px;
    margin-bottom: 14px;
  }
  .page-header h1 .en img {
    height: 32px;
    width: auto;
  }
}
.page-header h1 .ja {
  display: block;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.heading-2 {
  line-height: 1.2;
  font-family: "Karla", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .heading-2 {
    font-size: 26px;
  }
}
.heading-2 .num {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .heading-2 .num {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .heading-2 {
    margin-bottom: 40px;
  }
}

/* ==============================================
 Breadcrumb
=============================================== */
.breadcrumbs {
  font-size: 14px;
  text-align: right;
  position: relative;
  margin-bottom: 40px;
  top: -20px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 12px;
    top: 0;
  }
}
.breadcrumbs .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs .inner > span {
  margin-left: 0.6em;
  margin-right: 0.5em;
}
.breadcrumbs .inner > span:last-child {
  margin-right: auto;
}

/* ==============================================
 Pager
=============================================== */
.pager .wp-pagenavi {
  margin: 50px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pager .wp-pagenavi {
    margin: 40px auto 0;
  }
}
.pager .wp-pagenavi a, .pager .wp-pagenavi span {
  font-size: 18px;
  font-weight: bold;
  font-family: "Karla", sans-serif;
  border: 1px solid #28262c;
  height: 60px;
  line-height: 52px;
  margin: 0 5px 6px;
  letter-spacing: 0;
  min-width: 60px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.pager .wp-pagenavi a.current, .pager .wp-pagenavi span.current {
  border: 1px solid #28262c;
  background-color: #28262c;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pager .wp-pagenavi a, .pager .wp-pagenavi span {
    margin: 0 3px 6px;
    font-size: 16px;
    height: 40px;
    line-height: 34px;
    min-width: 40px;
  }
}
.pager .wp-pagenavi a:hover, .pager .wp-pagenavi span:hover {
  color: #fff;
  background-color: #28262c;
}
@media (max-width: 1024px) {
  .pager .wp-pagenavi a:hover, .pager .wp-pagenavi span:hover {
    color: #28262c;
    background-color: #fff;
  }
}

/* ==============================================
 Contents
=============================================== */
/* ==============================================
 Top
=============================================== */
/* mainvisual
----------------------------------------------- */
.mainvisual {
  position: relative;
  margin-bottom: 60px;
}
.mainvisual .mv-img {
  background: url("images/mv_img.jpg") no-repeat 50% 50%;
  background-size: cover;
  height: calc(100vh - 90px);
  min-height: 700px;
  margin-left: 25%;
  overflow: hidden;
  width: 75%;
  border-radius: 0 0 0 100px;
}
@media (max-width: 1024px) {
  .mainvisual .mv-img {
    height: calc(100vh - 400px);
  }
}
@media (max-width: 767px) {
  .mainvisual .mv-img {
    height: 540px;
    min-height: 540px;
    margin-left: 15%;
    width: 85%;
    border-radius: 0 0 0 50px;
  }
}
@media (max-width: 370px) {
  .mainvisual .mv-img {
    height: 480px;
    min-height: 480px;
  }
}
.mainvisual .mv-catch {
  position: absolute;
  margin: 0;
  z-index: 2;
  top: 50%;
  left: 10%;
  transform: translate(0%, -46%);
}
@media (max-width: 1279px) {
  .mainvisual .mv-catch {
    left: 5%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 1024px) {
  .mainvisual .mv-catch {
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .mainvisual .mv-catch {
    top: auto;
    bottom: -40px;
    transform: translate(0%, 0%);
  }
}
.mainvisual .mv-catch .mv-catch-main {
  margin-bottom: 56px;
}
@media (max-width: 1439px) {
  .mainvisual .mv-catch .mv-catch-main {
    margin-bottom: 36px;
    transform: scale(0.8);
    transform-origin: center left;
  }
}
@media (max-width: 767px) {
  .mainvisual .mv-catch .mv-catch-main {
    margin-bottom: 28px;
    transform: scale(1);
  }
  .mainvisual .mv-catch .mv-catch-main .catch-1 {
    margin-bottom: 20px;
  }
  .mainvisual .mv-catch .mv-catch-main .catch-1 img {
    width: 82px;
  }
  .mainvisual .mv-catch .mv-catch-main .catch-2 {
    margin-bottom: 20px;
  }
  .mainvisual .mv-catch .mv-catch-main .catch-2 img {
    width: 290px;
  }
  .mainvisual .mv-catch .mv-catch-main .catch-3 img {
    width: 134px;
  }
}
@media (max-width: 370px) {
  .mainvisual .mv-catch .mv-catch-main {
    margin-bottom: 10px;
    transform: scale(0.8);
  }
}
@media (max-width: 1439px) {
  .mainvisual .mv-catch .mv-catch-sub {
    transform: scale(0.8);
    transform-origin: center left;
  }
}
@media (max-width: 1439px) and (max-width: 767px) {
  .mainvisual .mv-catch .mv-catch-sub {
    transform: scale(1);
  }
  .mainvisual .mv-catch .mv-catch-sub .catch-4 img {
    width: 180px;
  }
}
.mainvisual .mv-catch .catch-1 {
  display: block;
  margin-bottom: 40px;
}
.mainvisual .mv-catch .catch-2 {
  display: block;
  margin-bottom: 40px;
}
.mainvisual .mv-catch .catch-3 {
  display: block;
}
.mainvisual .mv-catch .catch-4 {
  display: block;
}
.mainvisual .mv-catch .catch-4 .catch-wrap {
  background-color: #28262c;
  padding: 6px 5px;
}
@media (max-width: 767px) {
  .mainvisual .mv-catch .catch-4 .catch-wrap {
    padding: 4px 3px;
  }
}
.mainvisual .mv-catch .catch-wrap {
  line-height: 1;
  display: inline-block;
  position: relative;
}
.mainvisual .mv-catch .catch-wrap img {
  opacity: 0;
  transition: all ease 200ms 0.6s;
}
.mainvisual .mv-catch .catch-wrap::after {
  display: inline;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background: #28262c;
}
.mainvisual .mv-catch.is-active .catch-wrap img {
  opacity: 1;
}
.mainvisual .mv-catch.is-active .catch-wrap::after {
  animation: mv_curtain 1200ms cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal both running;
}
@keyframes mv_curtain {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  49.999% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}
.mainvisual .scroll {
  width: 12px;
  position: absolute;
  height: 185px;
  top: inherit;
  bottom: 0;
  right: 5%;
  z-index: 2;
}
@media (max-width: 767px) {
  .mainvisual .scroll {
    height: 140px;
  }
}
.mainvisual .scroll a {
  display: block;
  width: 100%;
  height: 100%;
}
.mainvisual .scroll .scroll__bar1, .mainvisual .scroll .scroll__bar2 {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 6px;
  width: 1px;
  height: 115px;
  background: rgba(167, 167, 168, 0.6);
  pointer-events: none;
}
@media (max-width: 767px) {
  .mainvisual .scroll .scroll__bar1, .mainvisual .scroll .scroll__bar2 {
    height: 80px;
  }
}
.mainvisual .scroll .scroll__bar2 {
  background: rgb(40, 38, 44);
  transform: scaleY(0);
  transform-origin: top left;
  animation: scroll-bar 2s ease-in-out infinite forwards;
}
.mainvisual .scroll p {
  color: #28262c;
  position: absolute;
  top: 0;
  left: 12px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  transform: rotate(90deg);
  transform-origin: left top;
  line-height: 1;
  z-index: 9999;
}
@media (max-width: 767px) {
  .mainvisual .scroll p {
    letter-spacing: 0.24em;
    font-size: 11px;
  }
}
@keyframes scroll-bar {
  0% {
    transform-origin: top left;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top left;
    transform: scaleY(1);
  }
  75% {
    transform-origin: bottom left;
    transform: scaleY(1);
  }
  95% {
    transform-origin: bottom left;
    transform: scaleY(0);
  }
  100% {
    transform-origin: top left;
    transform: scaleY(0);
  }
}
.top-heading-2 {
  position: relative;
  line-height: 1;
  padding-left: 45px;
  margin-bottom: 65px;
}
.top-heading-2 .num {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .top-heading-2 {
    margin-bottom: 50px;
  }
  .top-heading-2 img {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .top-heading-2 {
    margin-bottom: 40px;
    padding-left: 40px;
  }
  .top-heading-2 .num {
    font-size: 18px;
  }
  .top-heading-2 img {
    height: 30px;
    width: auto;
  }
}

/* about
----------------------------------------------- */
.top-about {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .top-about {
    padding-top: 60px;
  }
}
.top-about .inner {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .top-about .inner {
    display: block;
  }
}
.top-about .txt {
  padding-right: 9%;
  flex: 1;
}
@media (max-width: 1024px) {
  .top-about .txt {
    padding-right: 0;
    flex: initial;
  }
}
.top-about .lists {
  width: 54%;
}
.top-about .btn-area {
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .top-about .btn-area {
    text-align: center;
    margin-bottom: 0;
  }
}
.top-about .top-service-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .top-about .top-service-list {
    margin-top: 40px;
  }
}
.top-about .top-service-list li {
  background-color: #fff;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  margin-right: 6%;
  text-align: center;
  padding: 35px 20px 30px;
  width: 29.333%;
  transform: translateY(-20px);
  opacity: 0;
  backface-visibility: hidden;
  -ms-box-shadow: 2px 3px 16px rgba(28, 31, 35, 0.08);
  box-shadow: 2px 3px 16px rgba(28, 31, 35, 0.08);
  border-radius: 16px;
}
.top-about .top-service-list li:nth-child(3n) {
  margin-right: auto;
}
@media (max-width: 767px) {
  .top-about .top-service-list li {
    font-size: 16px;
    margin-bottom: 22px;
    margin-right: 6%;
    padding: 25px 15px 20px;
    width: 47%;
    border-radius: 12px;
  }
  .top-about .top-service-list li:nth-child(3n) {
    margin-right: 6%;
  }
  .top-about .top-service-list li:nth-child(even) {
    margin-right: auto;
  }
  .top-about .top-service-list li .icon img {
    width: 85px;
  }
}
.top-about .top-service-list li p {
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .top-about .top-service-list li p {
    padding-top: 0px;
  }
}
.top-about .top-service-list li p.txt-l {
  padding: 0.6em 0;
}
.top-about .top-service-list.scrollin li:nth-child(1) {
  animation: service_animetion 600ms 140ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.top-about .top-service-list.scrollin li:nth-child(2) {
  animation: service_animetion 600ms 280ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.top-about .top-service-list.scrollin li:nth-child(3) {
  animation: service_animetion 600ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.top-about .top-service-list.scrollin li:nth-child(4) {
  animation: service_animetion 600ms 560ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.top-about .top-service-list.scrollin li:nth-child(5) {
  animation: service_animetion 600ms 700ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.top-about .top-service-list.scrollin li:nth-child(6) {
  animation: service_animetion 600ms 840ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes service_animetion {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* news
----------------------------------------------- */
@media (max-width: 767px) {
  .top-news {
    padding-top: 30px;
  }
}
.top-news .inner {
  display: flex;
}
@media (max-width: 767px) {
  .top-news .inner {
    display: block;
  }
}
.top-news .inner .tit {
  flex: 1;
  padding-right: 8%;
}
@media (max-width: 767px) {
  .top-news .inner .tit {
    flex: initial;
    padding-right: 0;
    position: relative;
  }
}
.top-news .inner .tit .top-heading-2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .top-news .inner .tit .top-heading-2 {
    margin-bottom: 30px;
  }
  .top-news .inner .tit .top-heading-2 img {
    height: 28px;
  }
}
.top-news .inner .tit .link {
  text-align: right;
  width: 220px;
}
@media (max-width: 767px) {
  .top-news .inner .tit .link {
    position: absolute;
    right: 0;
    top: 0.6em;
    width: auto;
  }
}
.top-news .inner .tit .link a {
  font-size: 18px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-right: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .top-news .inner .tit .link a {
    font-size: 14px;
    padding-right: 30px;
  }
}
.top-news .inner .tit .link a::after {
  background-color: #28262c;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  width: 40px;
}
@media (max-width: 767px) {
  .top-news .inner .tit .link a::after {
    width: 20px;
  }
}
.top-news .inner .news-list {
  width: 70%;
}
@media (max-width: 767px) {
  .top-news .inner .news-list {
    width: auto;
  }
}

/* work
----------------------------------------------- */
.top-work {
  position: relative;
  min-height: 420px;
}
@media (max-width: 767px) {
  .top-work {
    min-height: inherit;
  }
}
.top-work::after {
  background-color: #edefef;
  content: "";
  height: 420px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-work::after {
    height: 20%;
  }
}
.top-work .btn-area {
  margin-top: 0;
}

/* ==============================================
 about
=============================================== */
.about-contents .about-message .inner {
  min-height: 590px;
}
@media (max-width: 767px) {
  .about-contents .about-message .inner {
    min-height: inherit;
  }
}
.about-contents .about-message .txt {
  padding-right: 60%;
  padding-top: 110px;
}
@media (max-width: 767px) {
  .about-contents .about-message .txt {
    padding-top: 260px;
    padding-right: 0;
  }
}
.about-contents .about-message .txt .catch {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about-contents .about-message .txt .catch {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
.about-contents .about-message .img {
  background: url("images/about_img.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  height: 590px;
  top: 0;
  right: 0;
  width: 50%;
  border-radius: 60px 0 0 60px;
}
@media (max-width: 767px) {
  .about-contents .about-message .img {
    height: 220px;
    width: 100%;
    border-radius: 0;
  }
}
.about-contents .about-service {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .about-contents .about-service {
    padding-top: 0;
  }
}
.about-contents .about-service .service-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-contents .about-service .service-list {
    display: block;
  }
}
.about-contents .about-service .service-list li {
  background-color: #fff;
  margin-bottom: 60px;
  margin-right: 5%;
  padding: 40px 40px 46px 40px;
  width: 47.5%;
  transform: translateY(-20px);
  opacity: 0;
  backface-visibility: hidden;
  -ms-box-shadow: 2px 3px 32px rgba(28, 31, 35, 0.06);
  box-shadow: 2px 3px 32px rgba(28, 31, 35, 0.06);
  border-radius: 16px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.about-contents .about-service .service-list li:nth-child(even) {
  margin-right: auto;
}
@media (max-width: 767px) {
  .about-contents .about-service .service-list li {
    display: block;
    margin-bottom: 30px;
    margin-right: auto;
    padding: 35px 25px 28px;
    width: 100%;
    -ms-box-shadow: 2px 3px 16px rgba(28, 31, 35, 0.06);
    box-shadow: 2px 3px 16px rgba(28, 31, 35, 0.06);
    border-radius: 12px;
  }
  .about-contents .about-service .service-list li:nth-child(even) {
    margin-right: auto;
  }
  .about-contents .about-service .service-list li:last-child {
    margin-bottom: 0;
  }
}
.about-contents .about-service .service-list li .icon {
  width: 110px;
}
@media (max-width: 767px) {
  .about-contents .about-service .service-list li .icon {
    text-align: center;
    margin-bottom: 16px;
    width: auto;
  }
  .about-contents .about-service .service-list li .icon img {
    width: 80px;
  }
}
.about-contents .about-service .service-list li .txt {
  flex: 1;
  padding-left: 8%;
}
@media (max-width: 767px) {
  .about-contents .about-service .service-list li .txt {
    padding-left: 0;
  }
}
.about-contents .about-service .service-list li h3 {
  line-height: 1.3;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .about-contents .about-service .service-list li h3 {
    text-align: center;
    margin-bottom: 18px;
  }
}
.about-contents .about-service .service-list li h3 .en {
  display: block;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .about-contents .about-service .service-list li h3 .en {
    font-size: 21px;
    margin-bottom: 4px;
  }
}
.about-contents .about-service .service-list li h3 .ja {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about-contents .about-service .service-list li h3 .ja {
    font-size: 12px;
  }
}
.about-contents .about-service .service-list li p {
  line-height: 1.8;
  margin-bottom: 0;
}
.about-contents .about-service .service-list.scrollin li:nth-child(1) {
  animation: service_animetion 600ms 140ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.about-contents .about-service .service-list.scrollin li:nth-child(2) {
  animation: service_animetion 600ms 280ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.about-contents .about-service .service-list.scrollin li:nth-child(3) {
  animation: service_animetion 600ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.about-contents .about-service .service-list.scrollin li:nth-child(4) {
  animation: service_animetion 600ms 560ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.about-contents .about-service .service-list.scrollin li:nth-child(5) {
  animation: service_animetion 600ms 700ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.about-contents .about-service .service-list.scrollin li:nth-child(6) {
  animation: service_animetion 600ms 840ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.about-contents .about-profile {
  padding-top: 0;
}
@media (max-width: 767px) {
  .about-contents .about-profile .heading-2 {
    margin-bottom: 20px;
  }
}
.about-contents .about-profile .profile-table {
  width: 100%;
}
.about-contents .about-profile .profile-table th {
  border-bottom: 1px solid #e6e6e6;
  color: #a7a7a8;
  font-weight: normal;
  text-align: left;
  padding: 30px 20px 30px 0;
  vertical-align: top;
  width: 20%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .about-contents .about-profile .profile-table th {
    padding: 20px 20px 20px 0;
  }
}
.about-contents .about-profile .profile-table td {
  border-bottom: 1px solid #e6e6e6;
  font-weight: normal;
  text-align: left;
  padding: 30px 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .about-contents .about-profile .profile-table td {
    padding: 20px 0;
  }
}

/* ==============================================
 news
=============================================== */
.news-list li {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 40px;
  margin-bottom: 40px;
  display: flex;
}
@media (max-width: 767px) {
  .news-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.news-list li a {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .news-list li a {
    display: block;
  }
}
.news-list li a .post-date {
  display: inline-block;
  padding-left: 22px;
  position: relative;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  width: 180px;
  display: flex;
}
.news-list li a .post-date::before {
  background-color: #28262c;
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  top: 50%;
  width: 8px;
}
@media (max-width: 767px) {
  .news-list li a .post-date {
    display: block;
    width: auto;
  }
}
.news-list li a .post-title {
  display: inline-block;
  flex: 1;
}
@media (max-width: 767px) {
  .news-list li a .post-title {
    display: block;
    flex: initial;
  }
}
.news-list li:first-child {
  padding-top: 10px;
}

/* ==============================================
 work
=============================================== */
.work-categories ul {
  font-size: 0;
  letter-spacing: 0;
}
.work-categories ul li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  margin-right: 41px;
  position: relative;
  vertical-align: top;
}
@media (max-width: 767px) {
  .work-categories ul li {
    font-size: 14px;
  }
}
.work-categories ul li::after {
  content: "";
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -20px;
  width: 1px;
  background-color: #28262c;
  transform: skewX(-27deg);
}
.work-categories ul li:last-child {
  margin-right: auto;
}
.work-categories ul li:last-child::after {
  content: none;
}
.work-categories ul li a {
  position: relative;
}
.work-categories ul li a.is-current {
  font-weight: 500;
}
.work-categories ul li a.is-current::after {
  background-color: #28262c;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 767px) {
  .work-categories ul li a.is-current::after {
    content: none;
  }
}

.work-list {
  display: flex;
}
@media (max-width: 767px) {
  .work-list {
    display: block;
    position: relative;
    margin-right: -30px;
  }
}
.work-list li {
  margin-bottom: 60px;
  width: 33.333%;
}
@media (max-width: 767px) {
  .work-list li {
    margin-bottom: 50px;
    width: 100%;
  }
}
.work-list li a {
  color: #28262c;
  display: block;
}
.work-list li a .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.work-list li a .thumbnail .mask-1 {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  transition: all 1s ease 0.4s;
}
.work-list li a .thumbnail .mask-2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  transition: all 1.2s ease 0.2s;
}
.work-list li a .thumbnail img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  transform-origin: bottom right;
  transition: all 0.4s ease 0s;
  transform: scale(0.88);
}
.work-list li a:hover .thumbnail img {
  opacity: 1;
}
@media (min-width: 1025px) {
  .work-list li a:hover .thumbnail img {
    transform: scale(0.92);
  }
}
.work-list li a .data {
  display: block;
  padding: 28px 26px 0;
}
@media (max-width: 767px) {
  .work-list li a .data {
    padding: 20px 20px 0;
  }
}
.work-list li a .data .title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .work-list li a .data .title {
    font-size: 16px;
  }
}
.work-list li a .data .category {
  display: block;
}
.work-list li a .data .category span {
  color: #a7a7a8;
  font-size: 14px;
}
@media (max-width: 767px) {
  .work-list li a .data .category span {
    font-size: 13px;
  }
}
.work-list li a .data .category span::after {
  content: ", ";
}
.work-list li a .data .category span:last-child::after {
  content: none;
}
.work-list li.scrollin a .thumbnail .mask-1 {
  transform: translateY(102%);
}
.work-list li.scrollin a .thumbnail .mask-2 {
  opacity: 0.8;
  transform: translateY(102%);
}

.work-detail .work-header {
  margin-bottom: 100px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .work-detail .work-header {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .work-detail .work-header {
    margin-bottom: 30px;
  }
}
.work-detail .work-header .work-title {
  font-size: 42px;
  letter-spacing: 0.02em;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .work-detail .work-header .work-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .work-detail .work-header .work-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.work-detail .work-header .work-title::before {
  content: "";
  height: 14px;
  position: absolute;
  top: -30px;
  left: 4px;
  width: 3px;
  background-color: #ef3a50;
  transform: skewX(-27deg);
  border-radius: 1px;
}
@media (max-width: 767px) {
  .work-detail .work-header .work-title::before {
    top: -24px;
  }
}
.work-detail .work-header .work-category a {
  color: #a7a7a8;
  font-size: 18px;
}
.work-detail .work-header .work-category a::after {
  content: ", ";
}
.work-detail .work-header .work-category a:last-child::after {
  content: none;
}
@media (max-width: 767px) {
  .work-detail .work-header .work-category a {
    font-size: 14px;
  }
}
.work-detail .work-detail-description {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .work-detail .work-detail-description {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .work-detail .work-detail-description {
    margin-bottom: 40px;
  }
}
.work-detail .work-detail-main {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .work-detail .work-detail-main {
    display: block;
  }
}
.work-detail .work-detail-main .work-detail-imgs {
  background-color: #f7f7f7;
  padding: 100px 6%;
  width: 66%;
}
@media (max-width: 1024px) {
  .work-detail .work-detail-main .work-detail-imgs {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .work-detail .work-detail-main .work-detail-imgs {
    padding: 40px 30px;
    margin-bottom: 60px;
    width: auto;
  }
}
.work-detail .work-detail-main .work-detail-imgs img {
  -ms-box-shadow: 2px 3px 32px rgba(28, 31, 35, 0.06);
  box-shadow: 2px 3px 32px rgba(28, 31, 35, 0.06);
}
.work-detail .work-detail-main .work-detail-imgs .img {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work-detail .work-detail-main .work-detail-imgs .img {
    margin-bottom: 30px;
  }
}
.work-detail .work-detail-main .work-detail-imgs .img img {
  width: 100%;
}
.work-detail .work-detail-main .work-detail-imgs .sp-imgs {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work-detail .work-detail-main .work-detail-imgs .sp-imgs {
    margin-bottom: 30px;
  }
}
.work-detail .work-detail-main .work-detail-imgs .sp-imgs img {
  width: 47%;
}
.work-detail .work-detail-main .work-detail-credit {
  flex: 1;
  padding: 100px 4%;
}
@media (max-width: 1024px) {
  .work-detail .work-detail-main .work-detail-credit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .work-detail .work-detail-main .work-detail-credit {
    flex: initial;
    padding: 0 30px;
  }
}
.work-detail .work-detail-main .work-detail-credit h2 {
  border-bottom: 1px solid #e6e6e6;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .work-detail .work-detail-main .work-detail-credit h2 {
    font-size: 18px;
    margin-bottom: 24px;
    padding-bottom: 20px;
  }
}
.work-detail .work-detail-main .work-detail-credit dl {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .work-detail .work-detail-main .work-detail-credit dl {
    margin-bottom: 40px;
  }
}
.work-detail .work-detail-main .work-detail-credit dl dt {
  font-size: 15px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  color: #a7a7a8;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: 1.4;
}
.work-detail .work-detail-main .work-detail-credit dl dd {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .work-detail .work-detail-main .work-detail-credit dl dd {
    margin-bottom: 20px;
  }
}
.work-detail .work-detail-main .work-detail-credit .btn-area {
  text-align: left;
}
.work-detail .work-detail-main .work-detail-credit .btn-area .btn {
  border: 1px solid #28262c;
  background-color: #28262c;
  color: #fff;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: block;
  text-align: right;
  padding: 28px 20px;
  line-height: 1;
  max-width: 350px;
}
.work-detail .work-detail-main .work-detail-credit .btn-area .btn .btn-arrow {
  display: inline-block;
  padding-right: 52px;
  position: relative;
  transition: all 0.14s ease-out 0s;
}
.work-detail .work-detail-main .work-detail-credit .btn-area .btn .btn-arrow::after {
  content: "";
  background-color: #fff;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  transition: all 0.14s ease-out 0s;
}
@media (max-width: 767px) {
  .work-detail .work-detail-main .work-detail-credit .btn-area .btn {
    padding: 24px 20px;
    font-size: 16px;
    max-width: none;
  }
}
@media (min-width: 1025px) {
  .work-detail .work-detail-main .work-detail-credit .btn-area .btn:hover {
    background-color: #fff;
    color: #28262c;
  }
  .work-detail .work-detail-main .work-detail-credit .btn-area .btn:hover .btn-arrow {
    padding-right: 42px;
  }
  .work-detail .work-detail-main .work-detail-credit .btn-area .btn:hover .btn-arrow::after {
    background-color: #28262c;
    width: 30px;
  }
}
.work-detail .back-btn-area {
  text-align: center;
  margin-top: 140px;
}
@media (max-width: 767px) {
  .work-detail .back-btn-area {
    margin-top: 80px;
    margin-bottom: 0;
  }
}
.work-detail .back-btn-area .btn {
  background-color: #6b6b6d;
  color: #fff;
  padding: 80px 20px;
  font-family: "Karla", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: 100%;
  transition: all 0.14s ease-out 0s;
}
@media (min-width: 1025px) {
  .work-detail .back-btn-area .btn:hover {
    transform: scale(0.96);
  }
}
@media (max-width: 767px) {
  .work-detail .back-btn-area .btn {
    font-size: 16px;
    padding: 30px 20px;
  }
}

/* ==============================================
 post
=============================================== */
.contents {
  float: left;
  width: 70%;
}
@media (max-width: 767px) {
  .contents {
    float: none;
    margin-bottom: 60px;
    width: auto;
  }
}

.aside {
  display: block;
  float: right;
  width: 24%;
}
@media (max-width: 767px) {
  .aside {
    float: none;
    width: auto;
  }
}
.aside h2 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Karla", sans-serif;
  margin-bottom: 15px;
}
.aside ul {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .aside ul {
    margin-bottom: 40px;
  }
}
.aside ul li a {
  display: block;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  padding: 6px 18px;
  position: relative;
}
.aside ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #28262c;
  border-right: 2px solid #28262c;
  transform: rotate(45deg);
  left: 0;
}

.post-article .btn-area .btn::after {
  content: none;
}
.post-article .post-title {
  border-bottom: 1px solid #e6e6e6;
  font-size: 32px;
  padding-bottom: 14px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .post-article .post-title {
    font-size: 20px;
  }
}
.post-article .post-meta {
  margin-bottom: 30px;
}
.post-article .post-meta .post-date {
  float: right;
  font-family: "Karla", sans-serif;
  font-size: 14px;
}
.post-article .post-meta .post-category {
  float: left;
}
.post-article .post-meta .post-category a {
  background-color: #28262c;
  display: inline-block;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-weight: 300;
  font-size: 12px;
  padding: 3px 10px;
  min-width: 60px;
  margin-right: 6px;
  text-align: center;
  vertical-align: top;
}
.post-article .post-meta .post-category a:hover {
  color: #28262c;
}
.post-article .post-thumbnail {
  margin-bottom: 30px;
}
.post-article .post-contents {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .post-article .post-contents {
    margin-bottom: 30px;
  }
}
.post-article .post-contents a {
  color: #ef3a50;
  text-decoration: underline;
  word-break: break-all;
}
.post-article .post-contents a:hover {
  text-decoration: none;
}
.post-article .post-contents > h1:first-child,
.post-article .post-contents > h2:first-child,
.post-article .post-contents > h3:first-child,
.post-article .post-contents > h4:first-child,
.post-article .post-contents > h5:first-child,
.post-article .post-contents > h6:first-child {
  margin-top: 0;
}
.post-article .post-contents h1 {
  color: #ef3a50;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.4;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .post-article .post-contents h1 {
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: 30px;
  }
}
.post-article .post-contents h2 {
  background-color: #f5f5f5;
  border-bottom: 2px solid #ccc;
  margin-top: 50px;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  position: relative;
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .post-article .post-contents h2 {
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 30px;
    padding: 15px;
  }
}
.post-article .post-contents h3 {
  border-bottom: 3px solid #ccc;
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-bottom: 10px;
  position: relative;
}
.post-article .post-contents h3::after {
  content: "";
  background-color: #ef3a50;
  height: 3px;
  left: 0;
  bottom: -3px;
  position: absolute;
  width: 140px;
}
@media (max-width: 767px) {
  .post-article .post-contents h3 {
    margin-bottom: 18px;
    margin-top: 30px;
  }
}
.post-article .post-contents h4 {
  border-bottom: 2px solid #ccc;
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1.3;
  padding: 10px 10px 10px 25px;
  position: relative;
}
.post-article .post-contents h4::after {
  content: "";
  border: 3px solid #ef3a50;
  height: 14px;
  left: 2px;
  top: 15px;
  position: absolute;
  width: 14px;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .post-article .post-contents h4 {
    font-size: 16px;
  }
}
.post-article .post-contents h5 {
  border-left: 3px solid #ef3a50;
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1.5;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .post-article .post-contents h5 {
    font-size: 16px;
  }
}
.post-article .post-contents h6 {
  margin-top: 30px;
  font-size: 16px;
  margin-bottom: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .post-article .post-contents h6 {
    margin-bottom: 10px;
  }
}
.post-article .post-contents img {
  max-width: 100%;
  width: auto;
  margin-bottom: 30px;
}
.post-article .post-contents img.alignleft {
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}
.post-article .post-contents img.alignright {
  float: right;
  margin-left: 30px;
  margin-top: 5px;
}
.post-article .post-contents img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
.post-article .post-contents blockquote {
  background-color: #f5f5f5;
  font-style: normal;
  font-size: 100%;
  padding: 5% 4% 1%;
  margin: 2em 2em;
  position: relative;
}
.post-article .post-contents blockquote::before {
  content: "“";
  position: absolute;
  font-size: 100px;
  display: block;
  line-height: 1;
  top: -0.2em;
  left: 10px;
  color: #aaa;
}
.post-article .post-contents ol {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}
.post-article .post-contents ol li {
  margin-bottom: 8px;
}
.post-article .post-contents ul {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}
.post-article .post-contents ul li {
  margin-bottom: 8px;
  position: relative;
}
.post-article .post-contents ul li::before {
  background-color: #ef3a50;
  content: "";
  display: inline-block;
  height: 6px;
  left: -1.2em;
  position: absolute;
  top: 0.6em;
  width: 6px;
  border-radius: 50%;
}
.post-article .post-contents table {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.post-article .post-contents table th {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.post-article .post-contents table td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 15px;
  vertical-align: middle;
}

/* ==============================================
 form
=============================================== */
/* layout
----------------------------------------------- */
/* table */
.form .form-table {
  border-top: 1px solid #d2d2d2;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .form .form-table {
    border-top: none;
  }
}
.form .form-table th {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 15px;
  font-weight: 500;
  text-align: left;
  width: 26%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .form .form-table th {
    display: block;
    border-bottom: 0;
    padding: 12px 0 5px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form .form-table th .form-title {
    display: flex;
    width: 100%;
  }
}
.form .form-table th .form-title .txt {
  display: inline-block;
  width: 150px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .form .form-table th .form-title .txt {
    width: auto;
  }
}
.form .form-table th .form-title .form-required {
  color: #ef3a50;
  display: inline-block;
  font-size: 85%;
}
@media (max-width: 767px) {
  .form .form-table th .form-title .form-required {
    padding-top: 1px;
    margin-left: 1em;
  }
}
.form .form-table td {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 15px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .form .form-table td {
    display: block;
    padding: 0 0 16px;
  }
}
.form .check-privacy {
  text-align: center;
}
.form .check-privacy .mwform-checkbox-field-text {
  display: none;
}
.form .check-privacy a {
  text-decoration: underline;
}
.form .btn-area {
  text-align: center;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .form .btn-area {
    margin: 30px auto;
  }
}
.form .btn-area .btn {
  color: #fff;
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  margin: 0 10px;
  width: 300px;
  overflow: hidden;
  background-color: #28262c;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .form .btn-area .btn {
    margin: 10px 0;
    width: 240px;
  }
}
.form .link-privacy {
  text-align: center;
  font-size: 12px;
}
.form .link-privacy a {
  font-family: "Karla", sans-serif;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .form .link-privacy a:hover {
    text-decoration: none;
  }
}
.form .form-preview-mes {
  text-align: center;
  display: none;
}
.form .form-complete-mes {
  text-align: center;
}
@media (max-width: 767px) {
  .form .form-complete-mes {
    text-align: left;
  }
}
.form .btn-submit {
  margin-top: 30px;
}

.mw_wp_form_preview .form .preview-mes {
  display: block;
}
.mw_wp_form_preview .form .form-table th {
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .mw_wp_form_preview .form .form-table th {
    padding: 12px 0 5px;
  }
}
.mw_wp_form_preview .form .form-table td {
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .mw_wp_form_preview .form .form-table td {
    padding: 0 0 16px;
  }
}
.mw_wp_form_preview .form .form-table th .form-title .form-required {
  display: none;
}
.mw_wp_form_preview .form .check-privacy {
  display: none;
}

.form .mwform-tel-field input[type=text],
.form .mwform-zip-field input[type=text] {
  width: 80px;
}

.form input[name=mw-wp-form-captcha] {
  font-size: 16px;
  border: none;
  color: #28262c;
  background: #f4f4f4;
  line-height: 1.6;
  display: block;
  margin: 10px auto;
  padding: 15px 20px;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 240px;
  border-radius: 3px;
  -ms-box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1) inset;
}
@media (max-width: 767px) {
  .form input[name=mw-wp-form-captcha] {
    padding: 12px 15px;
  }
}

/* form default */
input.form-control, input[type=number].form-control, input[type=email].form-control, button.form-control, textarea.form-control {
  font-size: 16px;
  border: none;
  color: #28262c;
  background: #f4f4f4;
  line-height: 1.6;
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 767px) {
  input.form-control, input[type=number].form-control, input[type=email].form-control, button.form-control, textarea.form-control {
    font-size: 16px;
  }
}

input.form-control:focus, button.form-control:focus, textarea.form-control:focus {
  border: none;
  background: #fcfcfc;
}

input[type=submit],
input[type=button],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline-offset: -2px;
  outline: 0;
}

input[type=text].form-control, input[type=number].form-control, input[type=password].form-control, input[type=email].form-control, input[type=tel].form-control, input[type=url].form-control, textarea.form-control {
  padding: 15px 20px;
  width: 100%;
  border-radius: 3px;
  -ms-box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1) inset;
}
@media (max-width: 767px) {
  input[type=text].form-control, input[type=number].form-control, input[type=password].form-control, input[type=email].form-control, input[type=tel].form-control, input[type=url].form-control, textarea.form-control {
    padding: 12px 15px;
  }
}

textarea.form-control {
  resize: none;
}

input[type=text].form-zip {
  width: 140px;
}

/* selectbox */
.select-wrapper {
  display: block;
  position: relative;
  width: auto;
  font-size: 16px;
  border: 1px solid #28262c;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}

.select-wrapper::after {
  content: "";
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #222 transparent transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
}

.select-wrapper select {
  background: none;
  width: 100%;
  font-size: 16px;
  padding: 8px 30px 8px 10px;
  border: none;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.select-wrapper select.form-control-auto {
  width: auto;
}

/* ie9対策 */
.select-wrapper select:not(:target) {
  width: 120% \9 ;
}

.mw_wp_form_preview .select-wrapper {
  background: none;
  border: none;
  padding: 0;
}

.mw_wp_form_preview .select-wrapper::after {
  content: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 200;
  color: #28262c;
  opacity: 0.8;
}

input::placeholder, textarea::placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 200;
  color: #28262c;
  opacity: 0.8;
}

/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 200;
  color: #28262c;
  opacity: 0.8;
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 200;
  color: #28262c;
  opacity: 0.8;
}

/* Chrome, Safari */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox, IE */
input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}

/* ==============================================
 privacy policy
=============================================== */
.privacy-contents h3 {
  font-size: 110%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 15px;
}
.privacy-contents ul {
  list-style-type: disc;
  padding-left: 2em;
}
/* ==============================================
 404
=============================================== */
.error-404 {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .error-404 {
    padding-top: 0;
  }
}

/* ==============================================
 Footer
=============================================== */
.site-footer {
  background-color: #28262c;
  color: #fff;
  padding: 90px 0 50px;
}
@media (max-width: 1024px) {
  .site-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.site-footer .flex {
  margin-bottom: 50px;
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .site-footer .flex {
    display: block;
    margin-bottom: 40px;
  }
}
.site-footer .footer-service {
  margin-right: auto;
  width: 45%;
}
@media (max-width: 1024px) {
  .site-footer .footer-service {
    width: auto;
    margin-bottom: 30px;
  }
}
.site-footer .footer-service h3 {
  font-family: "Karla", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .site-footer .footer-service h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.site-footer .footer-service p {
  font-size: 15px;
}
@media (max-width: 767px) {
  .site-footer .footer-service p {
    font-size: 13px;
  }
}
.site-footer .footer-navigation {
  margin-left: auto;
  width: 42%;
}
@media (max-width: 1024px) {
  .site-footer .footer-navigation {
    width: auto;
  }
}
.site-footer .footer-navigation ul {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-navigation ul li {
  margin-bottom: 12px;
  width: 33.333%;
}
.site-footer .footer-navigation ul li a {
  font-family: "Karla", sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
}
@media (max-width: 767px) {
  .site-footer .footer-navigation ul li a {
    font-size: 18px;
  }
}
.site-footer .footer-navigation ul li a:hover {
  color: #fff;
}
.site-footer .copyright {
  font-size: 14px;
  font-family: "Karla", sans-serif;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .site-footer .copyright {
    font-size: 12px;
  }
}

/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}
/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1024px) {
  html.sp-nav-open,
  body.sp-nav-open {
    overflow: hidden !important;
  }
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* tablet
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* ==============================================
   Layout
  =============================================== */
  /* column
  ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* column
----------------------------------------------- */
@media screen and (max-width: 340px) {
  /* column
  ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
/************************************************
 印刷用
************************************************ */
@media print {
  body {
    zoom: 75%;
  }
}/*# sourceMappingURL=style.css.map */