<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

html.ie,
.ie input,
.ie textarea,
.ie select,
.ie button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1;
  word-break: break-all;
}

body {
  margin: 0;
  background: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  margin: 0;
  border: 0;
  vertical-align: top;
}

p {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

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

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

main {
  display: block;
}

.outer-block {
  min-width: 1280px;
}

.inner-block {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}

#wrapper {
  position: relative;
}

@font-face {
  src: url(../fonts/Montserrat-Medium.eot);
  src: url(../fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype");
  font-family: "Montserrat";
  font-weight: 400;
}

@font-face {
  src: url(../fonts/Montserrat-Bold.eot);
  src: url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
  font-family: "Montserrat";
  font-weight: 700;
}

@font-face {
  src: url(../fonts/Montserrat-Light.eot);
  src: url(../fonts/Montserrat-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Light.woff) format("woff"), url(../fonts/Montserrat-Light.ttf) format("truetype");
  font-family: "Montserrat";
  font-weight: 100;
}

@font-face {
  src: url(../fonts/NotoSerifJP-Regular.woff) format("woff"), url(../fonts/NotoSerifJP-Regular.otf) format("opentype");
  font-family: "NotoSerifJP";
  font-weight: 400;
}

@font-face {
  src: url(../fonts/NotoSerifJP-Bold.woff) format("woff"), url(../fonts/NotoSerifJP-Bold.otf) format("opentype");
  font-family: "NotoSerifJP";
  font-weight: 700;
}

.mont {
  font-family: Montserrat;
}

.serif {
  font-family: NotoSerifJP;
}

.red {
  color: #972228;
}
.objct-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.bold {
  font-weight: bold;
}

.not-blog{
  text-align: center;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  position: absolute;
  top: calc(100vh - 100px);
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100px;
  padding: 0 40px;
  background-color: #fff;
}

.header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo img {
  width: 160px;
}

.header .logo-text {
  padding-left: 20px;
}

.header .logo-text &gt; .en {
  display: block;
  margin-bottom: 4px;
  color: #999;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.header .logo-text &gt; .ja {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.header.is-fixed {
  position: fixed;
  top: 0;
}

.nav &gt; .list a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.nav &gt; .btn {
  margin-left: 20px;
}

.nav-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 0;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 48px;
  padding-left: 20px;
  border: 2px solid #000;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.nav-btn.instagram {
  -o-border-image: linear-gradient(to right, #fcad59, #eb4654 35%, #bb338c 65%, #6950c3) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#fcad59), color-stop(35%, #eb4654), color-stop(65%, #bb338c), to(#6950c3)) 1;
     border-image: linear-gradient(to right, #fcad59, #eb4654 35%, #bb338c 65%, #6950c3) 1;
}

.nav-btn.instagram::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.nav-btn.instagram::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fcad59), color-stop(35%, #eb4654), color-stop(65%, #bb338c), to(#6950c3));
  background-image: linear-gradient(to right, #fcad59, #eb4654 35%, #bb338c 65%, #6950c3);
  content: '';
  opacity: 0;
}

.nav-btn.instagram &gt; svg {
  fill: #fff;
  margin-right: 16px;
  opacity: 0;
}

.nav-btn.contact {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.nav-btn.contact &gt; svg {
  width: 30px;
  height: 22px;
  margin-right: 26px;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer {
  position: relative;
  background-color: #222;
}

.footer-top {
  padding: 20px 0;
  border-bottom: 1px solid #111;
}

.footer-top .logo &gt; a {
  display: inline-block;
}

.footer-top .logo img {
  width: 120px;
}

.top .footer-bottom {
  padding: 15px 0 20px;
}

.footer-bottom {
  padding-top: 15px;
}

.footer-bottom .list a {
  display: block;
  padding: 5px 10px;
  color: #ccc;
  letter-spacing: 0.1em;
}

.footer-bottom .sns {
  margin-top: 10px;
}

.footer-bottom .sns &gt; li + li {
  margin-left: 14px;
}

.footer-bottom .sns a {
  display: inline-block;
  color: #ccc;
}

.footer-bottom .sns .instagram {
  width: 31px;
  height: 30px;
}

.footer-bottom .sns .instagram &gt; svg {
  fill: #333;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.footer-bottom .sns .contact &gt; svg {
  width: 31px;
  height: 22px;
}

.pagetop {
  position: absolute;
  right: 20px;
  bottom: 100%;
  z-index: 9;
}

.pagetop &gt; a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #333;
  color: #fff;
}

.pagetop svg {
  width: 13px;
  height: 8px;
}

.footer-bottom .copyright {
  color: #ccc;
  background-color: #141414;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  padding: 18px 0;
  margin-top: 20px;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
main &gt; section:last-child {
  padding-bottom: 100px;
}

section {
  z-index: 1;
  position: relative;
  background-color: #fff;
}

.c-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  height: 50px;
  border: 1px solid #333;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.c-btn &gt; svg {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 14px;
  margin: auto;
}

.c-svg {
  fill: currentColor;
  display: inline-block;
}

.c-bg {
  background-color: #eee;
}

.c-instagram {
  position: relative;
}

.c-instagram::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/common/icon_instagram.png") no-repeat;
  background-size: contain;
  content: '';
}

.c-instagram &gt; svg {
  width: 30px;
  height: 30px;
}

/* TOP SECTION */
.sec-title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.top .sec-title {
  position: relative;
  padding-bottom: 20px;
  font-size: 48px;
}

.top .sec-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 60px;
  background-color: #333;
}

.sec-col &gt; .media {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-col &gt; .media.bg01 {
  background-image: url("../img/top/bg01.jpg");
}

.sec-col &gt; .media.bg02 {
  background-image: url("../img/top/bg02.jpg");
}

.sec-col .container {
  display: inline-block;
  width: 560px;
  padding-left: 40px;
}

.sec-col.rev .media {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.sec-col.rev .body {
  text-align: right;
}

.sec-col.rev .container {
  padding-right: 40px;
  padding-left: 0;
}

.sec-sub-title {
  margin-bottom: 25px;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}

.sec-text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
}

.sec-btn-wrap {
  margin-top: 30px;
  text-align: left;
}

.kv-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
  position: relative;
  z-index: 0;
}

.kv-block .bg {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/top/kv.jpg") center center no-repeat;
  background-size: cover;
}

.kv-block .inn {
  position: relative;
  padding-left: 10.41667%;
  color: #fff;
}

.kv-block .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateX(-100%) rotateZ(-90deg);
          transform: translateX(-100%) rotateZ(-90deg);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.kv-block .title {
  font-size: 82px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.34;
  text-shadow: 0px 2px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.about-block {
  padding: 80px 0 50px;
  text-align: center;
}

.about-block &gt; .title {
  margin-bottom: 34px;
  font-size: 42px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.about-block &gt; .text {
  width: 624px;
  margin: 0 auto 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.service-block {
  padding: 50px 0;
}

.job-block {
  padding: 50px 0;
}

.job-block &gt; .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.job-block .link {
  display: block;
  z-index: 0;
  position: relative;
  width: 262px;
  height: 262px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.job-block .link::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
}

.job-block .link.job01 {
  background-image: url("../img/top/job01.jpg");
}

.job-block .link.job02 {
  background-image: url("../img/top/job02.jpg");
}

.job-block .link.job03 {
  background-image: url("../img/top/job03.jpg");
}

.job-block .link.job04 {
  background-image: url("../img/top/job04.jpg");
}

.job-block .num {
  z-index: 1;
  position: absolute;
  top: -11px;
  left: -2px;
  color: #eee;
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.job-block .box {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  width: 100%;
  height: 115px;
  padding: 10px 20px;
  background: rgba(0,0,0,0.6);
  display: flex;
  flex-direction: column;
}

.job-block .title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  flex-grow: 1;
}

.job-block .title &gt; span {
  font-size: 18px;
  font-weight: bold;
}

.job-block .text {
  color: #ccc;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.works-block {
  padding: 50px 0;
}

.buddy-block {
  padding: 50px 0;
}

.buddy-block .head {
  margin-bottom: 40px;
}

.buddy-block .head-title {
  width: 352px;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: justify;
}

.buddy-block .head-text {
  width: calc(100% - 352px);
  padding-left: 32px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: justify;
}

.buddy-block .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.buddy-block .list &gt; li {
  width: 352px;
}

.buddy-block .list &gt; li + li {
  margin-left: 32px;
}

.buddy-block .list &gt; li:nth-child(3n + 1) {
  margin-left: 0;
}

.buddy-block .link {
  display: block;
  z-index: 0;
  position: relative;
  height: 437px;
}

.buddy-block .link::before, .buddy-block .link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.buddy-block .link::before {
  z-index: -2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.buddy-block .link::after {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.buddy-block .link.buddy_satoru::before {
  background-image: url("../img/top/buddy_satoru-takei.jpg");
}

.buddy-block .link.buddy_junichi::before {
  background-image: url("../img/top/buddy_junichi-kojima.jpg");
}

.buddy-block .link.buddy_daiji::before {
  background-image: url("../img/top/buddy_daiji-ando.jpg");
}

.buddy-block .link.buddy_ayana::before {
  background-image: url("../img/top/buddy_ayana-honma.jpg");
}

.buddy-block .link.buddy_erika::before {
  background-image: url("../img/top/buddy_erika-nakamura.jpg");
}

.buddy-block .link.buddy_hyuga::before {
  background-image: url("../img/top/buddy_hyuga-aoki.jpg");
}

.buddy-block .link.buddy_shizuku::before {
  background-image: url("../img/top/buddy_shizuku-ukiya.jpg");
}


.buddy-block .box {
  width: 100%;
  padding: 18px 20px 60px;
  background-color: #333;
  color: #fff;
}

.buddy-block .job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.buddy-block .job &gt; .ja {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.buddy-block .job &gt; .en {
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.buddy-block .name-en {
  margin-bottom: 12px;
  padding: 5px 10px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.buddy-block .name-ja {
  font-size: 30px;
  letter-spacing: 0.05em;
}

.buddy-block .more {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 20px;
  padding-right: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: right;
}

.buddy-block .more &gt; span {
  display: block;
  z-index: 0;
  position: relative;
  width: 100px;
  height: 1px;
  margin-top: 8px;
  background-color: #fff;
}

.buddy-block .more &gt; span::after {
  z-index: 1;
  width: 50px;
  content: '';
}

.recruit-block {
  padding: 50px 0;
  text-align: center;
}

.recruit-block &gt; .bg-line {
  margin-bottom: 34px;
}

.recruit-block &gt; .title {
  margin-bottom: 16px;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.recruit-block &gt; .text-wrap {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.recruit-block &gt; .text-wrap p + p {
  margin-top: 10px;
}

.recruit-block &gt; .btn-wrap {
  margin-top: 25px;
}

.access-block {
  padding: 50px 0;
}

.access-block &gt; .parts-block {
  display: flex;
  justify-content: center;
}

.access-block &gt; .parts-block &gt; li {
  width: calc(100% / 3);
  margin-right: 20px;
}

.access-block &gt; .parts-block &gt; li:last-child {
  margin-right: 0;
}

.access-block &gt; .parts-block &gt; li .name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.access-block &gt; .parts-block &gt; li .map {
  position: relative;
  width: 100%;
  padding-top: 61.667%;
  margin-bottom: 5px;
}

.access-block &gt; .parts-block &gt; li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-block &gt; .parts-block &gt; li .address {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.access-block &gt; .parts-block &gt; li .address &gt; span {
  border-bottom: 1px solid #972228;
}

.access-block &gt; .btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.blog-block {
  padding: 50px 0;
}

.blog-block .list {
  width: 960px;
  margin: 0 auto;
}

.blog-block article {
  border-bottom: 1px solid #ccc;
}

.blog-block .article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.blog-block .eyecatch {
  width: 200px;
  height: 267px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-block .container {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.blog-block .container .date {
  color: #999;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: block;
}

.blog-block .text {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.73;
  text-align: justify;
}

.blog-block .btn-wrap {
  margin-top: 30px;
  text-align: center;
}

/*------------------------------------------------------------------------------
  company
------------------------------------------------------------------------------*/
.sub-page {
  padding-top: 100px;
}
.mv-block {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 200px);
}
.mv-block&gt;.inner-block {
  height: calc(100vh - 200px);
}
.mv-block .mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
}
.mv-block .mv-title h1 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25), 0px 0px 16px rgba(0, 0, 0, 0.25);
  -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25), 0px 0px 16px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25), 0px 0px 16px rgba(0, 0, 0, 0.25);
}
.breadcrumb {
  background-color: #f8f8f8;
}
@media only screen and (min-width: 641px) {
  .breadcrumb {
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 2;
  }
  .mv-block {
    margin-top: 46px;
    }
}


.breadcrumb .breadcrumb-list {
  padding: 15px 0;
}
.breadcrumb ul {
  font-size: 0;
}
.breadcrumb a {
  cursor: pointer;
}
.breadcrumb ul li {
  display: inline;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.breadcrumb ul li + li::before {
  display: inline-block;
  top: 3px;
  left: -18px;
  width: 4px;
  height: 7px;
  margin: 0 10px;
  background: url(../img/svg/arrow_right.svg) no-repeat;
  background-size: contain;
  content: "";
}

.breadcrumb ul li a {
  color: #972228;
}

.company .mv-block {
  background-image: url(../img/company/kv.jpg);
}

/* content-wrapper 以下*/
.content-wrap &gt; .inner-block {
  padding: 120px 0;
}
.description-area-wrap {
  text-align: center;
}
.description-area-wrap h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #414141;
}
.description-area-wrap h2+p {
 margin-top: 30px;
}
.description-area-wrap .text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.description-area-wrap .sub-tit {
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1.87;
  margin-top: 50px;
}
.description-area-wrap .sub-tit+p {
  margin-top: 30px;
}
/* table-wrap */
.table-wrap {
  margin-top: 100px;
}
.table-tit {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}

.table-wrap table {
  width: 700px;
  margin: 0 auto;
}
.table-wrap table th,
.table-wrap table td {
  padding: 30px 0;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.8;
}
.table-wrap table th {
  text-align: left;
}
.table-wrap tr {
  border-bottom: 1px solid #cccccc;
}
.table-wrap .company-plofile {
  margin-top: 40px;
}

/*------------------------------------------------------------------------------
  access
------------------------------------------------------------------------------*/
.access .mv-block {
  background-image: url(../img/access/kv.jpg);
}
.access-body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 61.667%; /* = height ÷ width × 100 */
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-factory + .section-factory  {
  margin-top: 100px;
}
.section-factory h2{
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}
/* image-area*/
.image-area {
  width: 600px;
  width: calc(100% - 520px);
}
.image-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-area ul li {
  width: 110px;
  padding: 13px 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #e2e2e2;
  color: #fff;
  cursor: pointer;
}
.image-area ul li:hover {
  opacity: 0.7;
  transition: .3s;
}
.image-area ul li+li {
  margin-left: 1px;
}
.image-area ul li:first-child {
  border-radius: 3px 0 0 0 ;
}
.image-area ul li:last-child {
  border-radius: 0 3px 0 0 ;
}

.access-body-wrap .text-area {
  font-size: 16px;
  margin-left: 40px;
  padding-top: 42px;
  width: 480px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.access-body-wrap .text-area .red &gt;span {
  border-bottom: 1px solid #972228;
}
.access-body-wrap .text-area p+p {
  margin-top: 20px;
}
.access-body-wrap table {
  margin-top: 20px;
  width: 100%;
}
.access-body-wrap table th,
.access-body-wrap table td {
  padding: 10px 0;
}
.access-body-wrap table th {
  text-align: left;
  width: 100px;
}
/* tab切り替え */
.tab-content {
  display: none;
}
.tab-content.js-show {
  display: block;
}
.image-area ul .js-active {
  background-color: #972228;
  transition: all .3s ease-in-out;
}
/*------------------------------------------------------------------------------
  service
------------------------------------------------------------------------------*/
.service .mv-block {
  background-image: url(../img/service/kv.jpg);
}

.subpage-ttl {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
}

.subpage-ttl+.sub-lead {
  margin-top: 30px;
}

.sub-lead {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.works-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

.works-wrap .no-works {
  width: 100%;
  text-align: center;
}

.section-service .works-wrap .work-body:nth-child(4n+1) {
  margin-left: 0;
}

.section-service .works-wrap .work-body:nth-child(-n+4) {
  margin-top: 0;
}

.section-service .works-wrap .work-body {
  margin-left: 24px;
  margin-top: 24px;
  width: calc((100% - (24px*3)) / 4);
  position: relative;
}

.section-service .works-wrap .work-body .img-wrap {
  width: 262px;
  height: 262px;
}

.works-wrap .work-body .img-wrap {
  margin: 0 auto;
}

.works-wrap .work-body .img-wrap .objct-fit-img {
  width: 100%;
  height: 100%;
}

.section-service .works-wrap .work-body .description {
  width: 220px;
  height: 132px;
  background-color: #fff;
  margin: 0 auto;
  padding: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 222px;
}

.section-service .works-wrap .work-body .description p {
  position: relative;
  padding-left: 1.5rem;
}

.section-service .works-wrap .work-body .description p:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #972228;
  border-radius: 2px;
  left: 0;
  top: 0.3rem;
}

.section-service .works-wrap .work-body .description p+p {
  margin-top: 10px;
}

.service .subpage-ttl+.sub-lead {
  margin-top: 40px;
}

.section-division {
  margin-top: 192px;
}

.section-division .division-wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-division .division-wrap .division-body {
  margin-left: 40px;
  width: calc((100% - 40px) / 2);
  margin-top: 60px;
}

.section-division .division-wrap .division-body:nth-of-type(-n+2) {
  margin-top: 0;
}

.section-division .division-wrap .division-body:nth-of-type(2n+1) {
  margin-left: 0;
}

.division-body .division-ttl {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.division-body .division-ttl dl {
  margin: 0;
}

.division-body .division-ttl dt {
  font-size: 28px;
  display: inline-block;
  letter-spacing: 0.05em;
  min-height: 56px;
  word-break: break-word;
}

.division-body .division-ttl dd {
  margin-left: 0;
}

.division-body .division-ttl dd:first-of-type {
  display: block;
  margin-top:10px;
}

.division-body .division-ttl .en {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: 16px;
}

.division-body .division-ttl .small {
  font-size: 20px;
}

.division-body .img-wrap {
  margin-top: 20px;
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
.contact .mv-block {
  background-image: url(../img/contact/kv.jpg);
}
.contact-form-content-wrap .lead {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
/* form */
table {
  border-collapse: collapse;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


input[type="text"],
textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
}

input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table {
  width: 800px;
  margin: 0 auto;
}

.form-table th,
.form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.4;
}
.form-table th:first-of-type,
.form-table td:first-of-type {
  border-top: none;
}
.form-table td {
  padding-left: 20px;
}
.form-table th {
  position: relative;
  text-align: left;
  width: 200px;
}
.form,
.mw_wp_form &gt; form {
  margin-top: 100px;
}
/* 送信ボタン */
.confirm-btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.confirm-btn {
  border : 1px solid #333333;
  background-image: none;
  cursor: pointer;
  display: inline-block;
  width: 280px;
  padding: 18px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
}
.confirm-btn:hover {
  background-color: #333333;
  color: #fff;
}
.confirm-btn:before {
  position: absolute;
  content: "";
  background-image: url(../img/_svg/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 14px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.confirm-btn:hover:before {
  background-image: url(../img/_svg/arrow_right_white.svg);
}
/* placeholderの色変更 */
input::placeholder {
  color: #333333;
}

/* IE */
input:-ms-input-placeholder {
  color: #333333;
}

/* Edge */
input::-ms-input-placeholder {
  color: #333333;
}

textarea::placeholder {
  color: #333333;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #333333;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #333333;
}

.form-table .vertical-top {
  vertical-align: top;
  padding-top: 47px;
}

.form-table .must {
  position: relative;
}
.form-table .must:before {
  position: absolute;
  content: "必須";
  width: 40px;
  height: 20px;
  padding: 3px 8px 5px;
  background-color: #972228;
  text-align: center;
  font-size: 12px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  border-radius: 2px;
}
.ie .form-table .must:before {
  width: 50px;
  top: 30px;
}
.form-table .vertical-top.must:before {
  top: 45px;
  margin: 0;
}



.contact input[type="text"]::placeholder,
.contact textarea::placeholder {
  color: #999999;
}

/*------------------------------------------------------------------------------
  contact/confirm
------------------------------------------------------------------------------*/
.form-table.confirm td {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.confirm-btn.back-btn:before {
  position: absolute;
  content: "";
  background-image: url(../img/_svg/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 14px;
  left: 20px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.confirm-btn.back-btn:hover:before {
  background-image: url(../img/_svg/arrow_left_white.svg);
}

.confirm-btn.submit-btn {
  background-color: #972228;
  color: #fff;
  margin-left: 30px;
}
.confirm-btn.submit-btn:before {
  background-image: url(../img/_svg/arrow_right_white.svg);
}
.confirm-btn.submit-btn:hover {
  background-color: #fff;
  color: #972228;
  border: 1px solid #972228;
}
.confirm-btn.submit-btn:hover:before {
  background-image: url(../img/_svg/arrow_right_red.svg);
}
/*------------------------------------------------------------------------------
  contact/finish
------------------------------------------------------------------------------*/
.contact-form-content-wrap.finish .lead{
  margin-top: 30px;
}

/*------------------------------------------------------------------------------
  buddy
------------------------------------------------------------------------------*/
.buddy .mv-block {
  background-image: url(../img/buddy/kv.jpg);
}

.introduction-body-wrap {
  margin-top: 110px;
}

.introduction-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.introduction-body:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.introduction-body+.introduction-body {
  margin-top: 100px;
}
.introduction-body .text-area {
  margin-right: 40px;
  width: calc(100% - 40px - 325px);
}
.introduction-body:nth-child(even) .text-area {
  margin-right: 0;
  margin-left: 40px;
}
.introduction-body .text-area
.introduction-body .text-area .person-info dl,
.introduction-body .text-area .person-info dd {
  margin: 0;
}
.introduction-body .text-area .person-info .name {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.introduction-body .text-area .person-info .division {
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.introduction-body .text-area .person-info .division .ja {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.introduction-body .text-area .person-info .division .en {
  margin-left: auto;
  color: #cccccc;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.introduction-body .text-area .person-info .joined {
  font-size: 16px;
  margin-top: 20px;
}
.catch-copy-detail-wrap {
  margin-top: 30px;
}
.catch-copy-detail-wrap .catch-copy {
  text-align: center;
}
.catch-copy-detail-wrap .catch-copy .catch-copy-text {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 20px;
  position: relative;
}
.catch-copy-detail-wrap .catch-copy .catch-copy-text:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 50px;
  background-color: transparent;
  top: 0;
  left: 0;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
}
.catch-copy-detail-wrap .catch-copy .catch-copy-text:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 50px;
  background-color: transparent;
  right: 0;
  bottom: 0;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}
.dot span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 50%;
}
.dot span+span {
  margin-left: 10px;
}
.dot {
  text-align: center;
}

.catch-copy-detail-wrap .detail {
  margin-top: 20px;
}
.catch-copy-detail-wrap .detail p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.catch-copy-detail-wrap .detail&gt;*+* {
  margin-top: 30px;
}

.introduction-body .img-area {
  width: 460px;
  height: 620px;
}
.introduction-body .img-area img {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------------
  works
------------------------------------------------------------------------------*/
.works .mv-block {
  background-image: url(../img/works/kv.jpg);
}
.works .content-wrap &gt; .inner-block {
  padding-bottom: 184px;
}
.section-works .works-wrap .work-body:nth-child(-n+3) {
  margin-top: 0;
}
.section-works .works-wrap .work-body:nth-child(3n+1) {
  margin-left: 0;
}
.section-works .works-wrap .work-body {
  margin-left: 20px;
  margin-top: 104px;
  width: calc((100% - (20px*2)) / 3);
  position: relative
}
.section-works .works-wrap .work-body .description {
  width: 320px;
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  text-align: justify;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.section-works .works-wrap .work-body .description .work-ttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.section-works .works-wrap .work-body .description .cat-name {
  font-size: 14px;
  letter-spacing: 0.05em;
  display: block;
  text-align: right;
  color: #b4b4b4;
  margin-top: 10px;
}
.section-works .works-wrap .work-body .img-wrap {
  width: 360px;
  height: 220px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/*------------------------------------------------------------------------------
  blog
------------------------------------------------------------------------------*/
.blog .sec-title{
  padding-top: 70px;
}

.blog-area .article{
  display: inline-block;
  border-bottom: 1px solid #cccccc;
}

.blog-area .thumbnail{
  width: 200px;
  height: 267px;
}
.blog-area .thumbnail img {
  width: 100%;
  height: 100%;
}
.blog-area .txt {
  margin-left: 20px;
  width: calc(100% - 20px - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-area .blog-ttl{
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.blog-area .date{
  color: #999999;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: block;
}

.blog-area{
  overflow: hidden;
}

.paging-area{
  padding: 45px 0 130px 0;
  width: 300px;
  margin: 0 auto;
}

.paging-area .arrow{
display: inline-block;
}

.blog .paging-list{
  display: inline-block;
}

.blog .paging-list li{
  float: left;
  padding-right: 32px;
}

.blog .arrow a{
  padding-right: 32px;
}

.paging-list .current{
  border-bottom: 2px solid #972228;
}
/*  */
.blog-area .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.blog-area&gt;.inner-block {
  padding-bottom: 120px;
}

.c-spirit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spirit-main {
  margin-left: 60px;
  width: 760px;
}

.spirit-sub {
  width: calc(100% - 760px - 60px);
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.pagenation .page-numbers img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.pagenation .page-numbers.current:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #972228;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* カーイブ */
.archive-area .archive-ttl{
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #333333;
  letter-spacing: 0.1em;
}

.blog-detail .archive-area .archive-ttl

.archive-area .archive-menu-list {
  letter-spacing: 0.1em;
}

.archive-area .archive-menu-list .year {
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}

.archive-area .archive-menu-list .year:before,
.archive-area .archive-menu-list .year:after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background: #333333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 2本の横棒のうち一本は縦棒にする */
.archive-area .archive-menu-list .year:after {
  background: #333333;
  /* 横棒を縦にするために90℃回転させる */
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
  transition: 0.5s;
}

 /*
  プラスがクリックされたら縦棒を横にしてマイナスにする疑似要素
  jQueryで付け外しを行う
  */
  .archive-area .archive-menu-list .year.active {
    color: #972228;
  }
  .archive-area .archive-menu-list .year.active:before {
    opacity: 0;
  }
  .archive-area .archive-menu-list .year.active:after {
    transform: rotate(0);
    transition: 0.5s;
    background-color: #972228;
  }

  .archive-area .archive-menu-list .month-wrap {
    display: none;
  }

.archive-area .archive-menu-list .month-wrap .month {
  display: block;
  padding: 12px 0;
  padding-left: 20px;
}

.archive-area .archive-menu-list .month-wrap .month.current {
  color: #972228;
}

/*------------------------------------------------------------------------------
  blog-detail
------------------------------------------------------------------------------*/
.entry-body &gt; * + * {
  margin-top: 40px;
}
.entry-container &gt; .inner-block {
  display: -webkit-box;
  display: flex;
  padding-bottom: 100px;
}

.entry {
  padding-bottom: 60px;
  border-bottom: 1px solid #333333;
}

.entry-header .entry-meta {
  margin-top: 20px;
}

.entry-header .entry-meta .cat {
  display: inline-block;
  width: 100px;
  padding: 2px 0;
  background-color: #5cb4a6;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}

.entry-header .entry-meta .entry-published {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #999999;
}

.entry-header .entry-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.entry-body {
  margin-top: 20px;
}

.entry-body img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: auto;
}

.entry-body h1 {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
  padding: 15px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.entry-body h2 {
  position: relative;
  padding-left: 1.25em;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.entry-body h2:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #972228;
  content: "";
}

.entry-body h3 {
  position: relative;
  padding: 10px 14px;
  padding-left: 30px;
  background-color: #972228;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
}

.entry-body p {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 18px;
}

.entry-body li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}

.entry-body li+li {
  margin-top: 15px;
}

.entry-body li::before {
  position: absolute;
  top: 0.17777em;
  bottom: 0;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #972228;
  content: "";
}

.entry-body span {
  font-weight: bold;
}

.entry-body a {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: inline-block;
  color: #972228;
  text-decoration: underline;
  -webkit-text-decoration-color: #972228;
          text-decoration-color: #972228;
}

.entry-body a:hover {
  opacity: 0.7;
}

.entry-body table {
  width: 100%;
}

.entry-body table tr {
  border-bottom: 1px solid #cccccc;
}

.entry-body table th {
  text-align: left;
  width: 200px;
}

.entry-body table th,
.entry-body table td {
  padding: 30px 0;
}

.entry-pager {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.entry-pager .pager-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 10px 0;
}
.entry-pager .entry-prev { left: 0; }
.entry-pager .entry-next { right: 0; }

.entry-back {
  min-width: 160px;
  height: 44px;
}

.entry-pager .pager-container .arrow-btn img {
  vertical-align: middle;
}

.entry-pager .pager-container .arrow-btn.prev img {
  right: 2px;
}

.entry-pager .pager-container .arrow-btn.next img {
  left: 2px;
}

.entry-pager .anker-text .en {
  color: #5cb4a6;
  font-family: overpass;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.1;
}

.entry-pager .anker-text .en + p {
  color: #b5b5b5;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.14;
}

.entry-pager .anker-text .ja-next {
  text-align: right;
}

.entry-pager .back-to-archive .anker-text {
  text-align: center;
}

.entry-pager .anker-text-prev {
  margin-left: 30px;
}

.entry-pager .anker-text-next {
  margin-right: 30px;
}
/*------------------------------------------------------------------------------
recruit
------------------------------------------------------------------------------*/
.recruit .mv-block {
  background-image: url(../img/recruit/kv.jpg);
}

.recruit h3{  position: relative;
  line-height: 1.6;
}

.recruit .sub-ttl{
  font-size: 26px;
  position: relative;
}

.recruit .sub-ttl:before{
  content:"";
  background-color: #000;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -45px;
}

.recruit .sub-ttl:after{
  content:"";
  background-color: #000;
  position: absolute;
  width: 30px;
  height: 2px;
  bottom: 0;
  top: 0;
  margin: auto;
  right: -35px;
}

.recruit .table-tit{
  padding-bottom: 40px;
}

.recruit th{
  color: #972228;
}

.table-wrap table {
  width: 700px;
  margin: 0 auto;
}

.recruit .table-wrap{
  margin-top: 0px;
}
.recruit .table-wrap table th{
  width: 170px;
}

.recruit .table-wrap .td-item:last-child{
  margin-top: 0px;
}

.recruit .btn-wrap{
  text-align: center;
  padding-top: 40px;
}

.recruit .recruit-career{
  margin-top: 100px;
}
/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0px;
  clear: both;
  font-size: 0;
  content: "";
}
@media only screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav &gt; .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav &gt; .list a {
    -webkit-transition-property: color;
    transition-property: color;
  }
  .nav &gt; .list &gt; li.is-current a,
  .nav &gt; .list a:hover {
    color: #972228;
  }
  .nav-btn.instagram, .nav-btn.instagram::before, .nav-btn.instagram::after,
  .nav-btn.instagram &gt; svg {
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: color, opacity;
    transition-property: color, opacity;
  }
  .nav-btn.instagram:hover {
    color: #fff;
  }
  .nav-btn.instagram:hover::before {
    opacity: 0;
  }
  .nav-btn.instagram:hover::after,
  .nav-btn.instagram:hover &gt; svg {
    opacity: 1;
  }
  .nav-btn.contact {
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
  }
  .nav-btn.contact:hover {
    background-color: #fff;
    color: #333;
  }
  .footer .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-bottom .list a:hover {
    color: #972228;
  }
  .footer-bottom .sns .instagram::before,
  .footer-bottom .sns .instagram svg {
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .footer-bottom .sns .instagram:hover::before {
    opacity: 0;
  }
  .footer-bottom .sns .instagram:hover &gt; svg {
    opacity: 1;
  }
  .footer-bottom .sns .contact:hover {
    color: #333;
  }
  .c-btn:hover {
    border-color: #972228;
    background-color: #972228;
    color: #fff;
    letter-spacing: 0.2em;
  }
  .sec-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-col &gt; * {
    width: 50%;
  }
  .sec-col .body {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .job-block .link:hover {
    -webkit-box-shadow: 0 0 40px rgba(66, 68, 103, 0.15);
            box-shadow: 0 0 40px rgba(66, 68, 103, 0.15);
  }
  .job-block .link:hover::after {
    opacity: 0;
  }
  .buddy-block .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .buddy-block .list &gt; li:nth-child(n+4) {
    margin-top: 30px;
  }
  .buddy-block .link .box,
  .buddy-block .link .name-en,
  .buddy-block .link .more &gt; span {
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .buddy-block .link:hover {
    -webkit-box-shadow: 0 0 40px rgba(66, 68, 103, 0.15);
            box-shadow: 0 0 40px rgba(66, 68, 103, 0.15);
  }
  .buddy-block .link:hover::after {
    opacity: 1;
  }
  .buddy-block .link:hover .box {
    background-color: #972228;
  }
  .buddy-block .link:hover .name-en {
    color: #972228;
  }
  .buddy-block .link:hover .more &gt; span {
    margin-right: -20px;
  }
  .buddy-block .box {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .blog-block .article:hover {
    background-color: #f3f3f3;
    color: #972228;
  }

  .pagenation .page-numbers:not(.current):hover {
    background-color: #b4b4b4;
  }

  .archive-area .archive-menu-list .month-wrap .month:hover {
    color: #972228;
  }

  .blog-area .article:hover {
    background-color: #f9f9f9;
    transition: .3s;
  }
  .blog-area .article:hover .txt .blog-ttl {
    color: #972228;
  }

  .entry-pager .pager-container:hover {
    opacity: 0.7;
  }

  .top .footer-bottom .copyright {
    display: none;
  }

  .entry-back:hover {
    background-color: #333;
    border-color: #333;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1660px) {
  .nav &gt; .list a {
    padding: 10px;
  }
  .nav &gt; .btn {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1580px) {
  .nav-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44px;
    padding-left: 0;
  }
  .nav-btn &gt; span {
    display: none;
  }
  .nav-btn.instagram::before {
    right: 0;
    left: 0;
  }
  .nav-btn.instagram &gt; svg {
    margin-right: 0;
  }
  .nav-btn.contact &gt; svg {
    margin-right: 0;
  }
}

/* WP */
.not-found {
  padding: 80px 0;
  text-align: center;
}
.not-found .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1.6em;
}
.not-found .sub {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.6em;
}
.not-found .inn {
  display: inline-block;
  text-align: left;
}
.not-found .text {
  line-height: 1.6;
}
.not-found .btn-wrap {
  margin-top: 40px;
}

@media only screen and (min-width: 641px) {
  .not-found {
    min-height: calc(100vh - (100px + 237.91px));
  }
}

.contact-form-content-wrap .form-table .error {
  color: #972228;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}
</pre></body></html>