@charset "utf-8";

/*============================================

  foundation

============================================*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
*:before, *:after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  word-wrap:break-word;
  -webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover { outline-width: 0;}

b, strong { font-weight: bolder;}

hr, legend { display: none;}

img, abbr, acronym, fieldset {
  vertical-align: bottom;
  border-style: none;
}
ol, ul { list-style: none;}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}
caption  {
  text-align: left;
  font-weight: normal;
}
img, embed, object, audio, video {
  height: auto;
  width: 100%;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
button, input, select, textarea { margin: 0;}
object, embed { vertical-align: top;}
iframe { border: 0;}
blockquote, q { quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
code {
  color: #ff3860;
  font-size: .8em;
  font-weight: normal;
  padding: .25em .5em .25em;
  background-color: whitesmoke;
}
pre {
  color: #4a4a4a;
  font-size: .8em;
  white-space: pre;
  word-wrap: normal;
  background-color: whitesmoke;
}
pre code {
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
}
.clearfix:after{
  clear: both;
  content: " ";
  display: table;
}
input[type="checkbox"], input[type="radio"] { vertical-align: baseline;}
[disabled] { cursor: default;}
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer;}

button, input, optgroup, select, textarea {
  font: inherit;
  background-color: transparent;
}
button, select, textarea {
  color: inherit;
  border-style: none;
  background-color: transparent;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  border: none;
  -webkit-appearance: button; /* iOS */
}
button, select { text-transform: none; } /* Firefox 40+, IE 11- */
button { overflow: visible;}
select {
  -webkit-appearance: none; /* Chrome 41+ */
     -moz-appearance: none; /* Firefox 36+ */
}
select::-ms-expand { display: none; } /* IE 11+ */
select::-ms-value { color: currentColor;} /* IE 11+ */
optgroup { font-weight: bold;}
textarea { resize: vertical;}

/* font
------------------------------------------- */
html { font-size: 62.5% }
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #0f0f0f;
  font-size: 1.4rem;
  font-weight: 400;
}
a {
  color: #0f0f0f;
  cursor: pointer;
  text-decoration: none;
}

@media all and (-ms-high-contrast:none) {

  body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic";
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    letter-spacing: 1px;
  }

}

.crimson {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

body.fixed{
  position: fixed;
  width: 100%;
  height: 100%;
}

/*===================================================

  utility

===================================================*/

.mb5 { margin-bottom: 4px;}
.mb10 { margin-bottom: 8px;}
.mb15 { margin-bottom: 12px;}
.mb20 { margin-bottom: 16px;}
.mb30 { margin-bottom: 24px;}
.mb40 { margin-bottom: 32px;}
.mb50 { margin-bottom: 40px;}
.mb60 { margin-bottom: 48px;}
.mb80 { margin-bottom: 64px;}
.mb100 { margin-bottom: 80px;}
.mb120 { margin-bottom: 96px;}

.fz-p11 { font-size: 1rem;}
.fz-p12 { font-size: 1.1rem;}
.fz-p13 { font-size: 1.2rem;}
.fz-p14 { font-size: 1.3rem;}
.fz-p15 { font-size: 1.4rem;}
.fz-p16 { font-size: 1.4rem;}
.fz-p17 { font-size: 1.5rem;}
.fz-p18 { font-size: 1.6rem;}
.fz-p20 { font-size: 1.6rem;}
.fz-p22 { font-size: 1.7rem;}
.fz-p24 { font-size: 1.8rem;}
.fz-p26 { font-size: 1.8rem;}
.fz-p28 { font-size: 2rem;}
.fz-p36 { font-size: 2.4rem;}

.tac { text-align: center;}
.tar { text-align: right;}

.fwb { font-weight: 700;}

.fc-main { color: #a9894b;}
.fc-dim { color: #eee;}
.fc-light { color: #fff;}
.fc-em { color: #a9894b;}

.fc-vc { color: #b79f4a;}

.fas.front { padding-right: .4em;}
.fas.rear { padding-left: .4em;}
.far.front { padding-right: .4em;}
.far.rear { padding-left: .4em;}

.fade { transition: opacity .3s;}

.u-link { text-decoration: underline;}

.reading { line-height: 1.8;}
.reading > *:not(:last-child) { margin-bottom: 1em;}

.tb-br { display: none;}

@media screen and (min-width: 768px) {

.mb5 { margin-bottom: 5px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb80 { margin-bottom: 80px;}
.mb100 { margin-bottom: 100px;}
.mb120 { margin-bottom: 120px;}

.fz-p11 { font-size: 1.1rem;}
.fz-p12 { font-size: 1.2rem;}
.fz-p13 { font-size: 1.3rem;}
.fz-p14 { font-size: 1.4rem;}
.fz-p15 { font-size: 1.5rem;}
.fz-p16 { font-size: 1.6rem;}
.fz-p17 { font-size: 1.7rem;}
.fz-p18 { font-size: 1.8rem;}
.fz-p20 { font-size: 2rem;}
.fz-p22 { font-size: 2.2rem;}
.fz-p24 { font-size: 2.4rem;}
.fz-p26 { font-size: 2.6rem;}
.fz-p28 { font-size: 2.8rem;}
.fz-p36 { font-size: 3.6rem;}

.sp-br { display: none;}
.tb-br { display: inline;}

}

@media screen and (min-width: 960px) {


.fade:hover { opacity: .8;}

a[href^="tel:"] { pointer-events: none}

}


/*===================================================

  component

===================================================*/

/* btn
------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  text-align: center;
}

.btn.small { padding: .8em 1.6em;}
.btn.medium { padding: 1em 3em;}
.btn.large { padding: 1.4em 4em;}

.btn.form {
  display: inline-block;
  padding: 1.2em 4.8em;
}

.btn.wide {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}


.btn.line::before,
.btn.line::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 1px;
  transition: all .3s;
}
.btn.line::before {
  right: 0;
  width: 18px;
}
.btn.line::after {
  right: -18px;
  width: 18px;
}

.btn.line:hover::before {
  right: 0;
  width: 12px;
}
.btn.line:hover::after {
  right: -24px;
  width: 24px;
}


.btn.main {
  color: #fff;
  background-color: #a9894b;
}
.btn.main::before { background-color: #fff;}
.btn.main::after { background-color: #a9894b;}

.btn.sub {
  color: #fff;
  background-color: #999;
}
.btn.sub::before { background-color: #fff;}
.btn.sub::after { background-color: #999;}

.btn.clear {
  color: #fff;
  border: 1px solid #fff;
}
.btn.clear::before { background-color: #fff;}
.btn.clear::after { background-color: #fff;}

@media screen and (max-width: 767px) {

.btn.sp-wide {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn.form {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn.line::before {
  right: 0;
  width: 14px;
}
.btn.line::after {
  right: -14px;
  width: 14px;
}

}

/* heading
------------------------------------------- */
.sec-heading {
  display: flex;
  flex-direction: column;
}
.sec-heading .ja {
  padding-bottom: .4em;
}
.sec-heading .en {
  font-size: 1.1rem;
}
.sec-heading.line {
  position: relative;
  padding-top: 2em;
}
.sec-heading.line::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #a9894b;
}

@media screen and (min-width: 480px) {

.sec-heading {
  flex-direction: row;
  align-items: flex-end;
}
.sec-heading .ja {
  padding-right: .8em;
  padding-bottom: 0;
}

}

/* bar-link
------------------------------------------- */
.list li:not(:last-child) {
  margin-bottom: 8px;
}
.bar-link li {
  position: relative;
  padding-left: 20px;
}
.bar-link li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 6px;
  height: 1px;
  background-color: #a9894b;
}
.footer .bar-link li::before {
  background-color: #fff;
}

/* inview
------------------------------------------- */
.animate.up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s ;
  transition-delay: 200ms;
}
.animate.up.load {
  opacity: 1;
  transform: translateY(0px);
}
.animate.listup > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s ;
  transition-delay: 600ms;
}
.animate.listup.load > * {
  opacity: 1;
  transform: translateY(0)
}
.animate.listup.load > *:nth-child(1) { transition-delay: .2s;}
.animate.listup.load > *:nth-child(2) { transition-delay: .4s;}
.animate.listup.load > *:nth-child(3) { transition-delay: .6s;}
.animate.listup.load > *:nth-child(4) { transition-delay: .8s;}
.animate.listup.load > *:nth-child(5) { transition-delay: 1s;}
.animate.listup.load > *:nth-child(6) { transition-delay: 1.2s;}
.animate.listup.load > *:nth-child(7) { transition-delay: 1.4s;}
.animate.listup.load > *:nth-child(8) { transition-delay: 1.6s;}
.animate.listup.load > *:nth-child(9) { transition-delay: 1.8s;}
.animate.listup.load > *:nth-child(10) { transition-delay: 2s;}
.animate.listup.load > *:nth-child(11) { transition-delay: 2.2s;}
.animate.listup.load > *:nth-child(12) { transition-delay: 2.4s;}
.animate.listup.load > *:nth-child(13) { transition-delay: 2.6s;}
.animate.listup.load > *:nth-child(14) { transition-delay: 2.8s;}
.animate.listup.load > *:nth-child(15) { transition-delay: 3s;}
.animate.listup.load > *:nth-child(16) { transition-delay: 3.2s;}

/* pagination
------------------------------------------- */
.pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  display: block;
  padding: 1em;
  color: #112a6b;
  background-color: #fff;
  border: 1px solid #112a6b;
  transition: all .3s;
}
.pagination .wp-pagenavi *:not(:first-child) {
  margin-left: 8px;
}
.pagination .wp-pagenavi span.current {
  color: #fff;
  font-weight: bold;
  background-color: #112a6b;
}

@media screen and (min-width: 960px) {

.pagination .wp-pagenavi a:hover {
  color: #fff;
  background-color: #112a6b;
}
.pagination .wp-pagenavi *:not(:first-child) { margin-left: 16px;}

}


/*===================================================

  layout

===================================================*/

/* header
------------------------------------------- */
.header {
  position: relative;
}
.header .sitename {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
}
.header .sitename a {
  display: block;
  padding: 20px;
  max-width: 235px;
  background-color: #a9894b;
}
.menu-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: auto;
  width: 54px;
  height: 54px;
  cursor: pointer;
  transition: background-color .3s;
  z-index: 100;
}
.header.is-open .menu-toggle {
  background-color: transparent;
}
.menu-toggle.on {
  background-color: #a9894b;
}

.menu-bar {
  position: relative;
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  width: 24px;
  height: 16px;
}
.menu-bar .line {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: opacity .3s .3s, background-color .3s;
}
.menu-bar::before,
.menu-bar::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: background-color .3s;
  transition: top .3s .3s, bottom .3s .3s, -webkit-transform .3s;
  transition: transform .3s, top .3s .3s, bottom .3s .3s;
  transition: transform .3s, top .3s .3s, bottom .3s .3s, -webkit-transform .3s;
}
.menu-bar::before { top: 0;}
.menu-bar::after { bottom: 0;}

.menu-txt,
.menu-txt-en {
  color: #fff;
  font-size: 1.1rem;
  transition: color .3s;
}
.header.is-open .menu-bar .line {
  opacity: 0;
  transition: opacity .3s;
}
.header.is-open .menu-bar::before {
  top: calc(50% - 1px);
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header.is-open .menu-bar::after {
  bottom: calc(50% - 1px);
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header.is-open .menu-bar::before,
.header.is-open .menu-bar::after {
  transition: top .3s, bottom .3s, -webkit-transform .3s .3s;
  transition: top .3s, bottom .3s, transform .3s .3s;
  transition: top .3s, bottom .3s, transform .3s .3s, -webkit-transform .3s .3s;
}
.header.is-open .menu-txt,
.header.is-open .menu-txt-en {
  color: #fff;
}

.header .menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  transition: opacity .6s, visibility .6s;
  z-index: 50;
}
.header.is-open .menu {
  opacity: 1;
  visibility: visible;
}
.header .menu .name {
 width: 220px;
}
.header .menu a {
  color: #fff;
}
.header .menu li {
  position: relative;
}

.header .menu li:not(:last-child) {
  margin-bottom: 2em;
}
.header .menu .first li {
  font-size: 1.6rem;
}
.header .menu .second {
  margin-top: 32px;
}
.header .menu .second li {
  font-size: 1.3rem;
}

.header .menu .first {
  margin-bottom: 2em;
}

.header .menu .lang {
  width: 100px;
  margin: 0 0 0 auto;
}

.header .menu .lang a {
  transition: all .3s;
  display: flex;
  justify-content: center;
  padding: .2em;
  background-color: #a9894b;
  line-height: 30px;
  color: rgba(255,255,255,0.8);
}

.header .menu .lang a::before {
  content: "\f0ac";
  display: block;
  padding: 0 .4em;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.header .menu .lang a:hover {
  opacity: .8;
}


@media screen and (min-width: 768px) {

.header .menu { padding: 160px 80px;}
.header .sitename a {
  padding: 28px;
  max-width: 312px;
}

.menu-toggle {
  top: 20px;
  right: 20px;
}

}

@media screen and (min-width: 960px) {

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding-right: 4%;
  align-items: center;
  justify-content: flex-end;
  height: 90px;
}

.menu-toggle { display: none;}

.header .menu {
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  transition: none;
}
.header .menu .name { display: none;}

.header .menu .first { display: flex;}

.header .menu a {
  transition: color .3s;
}

.header .menu li { padding-left: 0;}

.header .menu li:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 0;
  padding-right: 36px;
}
.header .menu li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 1em;
  transform: rotate(30deg);
  background-color: #fff;
}

.header .menu li::before { display: none;}

.header .menu li a {
  position: relative;
  padding-bottom: .4em;
}
.header .menu li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #fff;
}

.home .header .menu li.nav-home a::after { opacity: 1; }
.company .header .menu li.nav-company a::after { opacity: 1; }
.info .header .menu li.nav-info a::after { opacity: 1; }

.header .menu .first {
  margin-bottom: 0.5em;
  line-height: 26px;
}
.header .menu .lang a {
  line-height: 20px;
}

}


/* common
------------------------------------------- */
.wrap {
  margin: 0 auto;
  width: 92%
}
.wrap.w1000 { max-width: 1000px; }
.wrap.w1140 { max-width: 1140px; }

.pg-head {
  display: flex;
  align-items: center;
  padding-top: 54px;
  height: 234px;
  background-position: 50% 50%;
  background-size: cover;
}
.pg-head.company { background-image: url(../img/company-cv.jpg);}
.pg-head.info { background-image: url(../img/info-cv.jpg);}
.pg-head.doc { background-image: url(../img/doc-cv.jpg);}

.container.fill { background-color: #f9f9f9;}

.pg-main {
  position: relative;
  top: -60px;
}
.pg-main .frame {
  background-color: #fff;
  padding: 20px;
}

.pg-ttl {
  padding-bottom: 24px;
}

@media screen and (min-width: 768px) {

.pg-main { top: -80px;}
.pg-main .frame { padding: 40px;}
.pg-head { height: 420px;}
.pg-ttl { padding-bottom: 0;}

}

@media screen and (min-width: 960px) {

.pg-main .frame { padding: 60px;}

.pg-ttl {
  display: flex;
  align-items: flex-end;
  padding-bottom: 24px;
}
.pg-ttl .en { padding-left: 30px;}

}

/* breadcrumbs
------------------------------------------- */
.breadcrumbs ol {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  justify-content: flex-end;
}
.breadcrumbs li:not(:last-child) {
  position: relative;
  padding-right: 24px;
  margin-right: 24px;
}
.breadcrumbs li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}

/* footer
------------------------------------------- */
.footer {
  padding: 60px 0;
  text-align: center;
  background-color: #222;
}
.footer .row {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.footer .fnav {
  display: none;
}
.footer .license {
  margin-bottom: 40px;
}
.footer .license li:not(:last-child) {
  margin-bottom: .6em;
}
.footer .credit .name {
  width: 244px;
}
.footer .credit .copyright {
  padding-top: 28px;
  font-size: 1.2rem;
}
.footer .lpbtn { text-align: center; margin: 1em 0 2em; }

@media screen and (min-width: 960px) {

.footer { text-align: left;}

.footer .fnav {
  display: flex;
  justify-content: space-between;
}
.footer .fnav ul {
  display: flex;
}
.footer .fnav li:not(:last-child) { margin-right: 40px;}

.footer .fnav a { color: #fff;}

.footer .row {
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.footer .credit .copyright { padding-top: 32px;}

.vcp-logo {
  margin-top: 20px;
  margin-left: auto;
  width: 275px;
}
.footer .lpbtn { text-align: right; margin-top: 20px; }

}

/*===================================================

  project

===================================================*/

/* home
------------------------------------------- */
.hero {
  position: relative;
}
.kv {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 54px;
  height: 556px;
  background-image: url(../img/kv/kv1.jpg);
  background-position: 50% 50%;
  background-size: cover;
  z-index: 0;
}
.kv::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
  z-index: -1;
}
.lead-main {
  display: inline-block;
}
.lead-main .ja {
  line-height: 1.6;
  font-size: 1.7rem;
}
.lead-main .en {
  padding-top: 1em;
  font-size: 1rem;
}

.lead-sub {
  font-size: 2rem;
}
.service {
  padding: 60px 0;
}
.service:nth-child(2n-1) {
  background-color: #fbf8f0;
}
.service .contents {
  margin-bottom: 32px;
}
.service .thumb {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.service .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.home-access {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.home-access .sec-head .contents {
  margin-bottom: 24px;
}

/*
.team-row li:nth-child(2n) {
  margin-top: 30px;
}
*/
.team-row li:not(:first-of-type) {
  margin-top: 30px;
}
.team-row li {
  padding: 20px;
  border: 1px solid #a9894b;
}
.gmap {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 360px) {

.lead-main .ja { font-size: 2rem;}

}

@media screen and (min-width: 768px) {

.kv {
  padding-top: 90px;
  height: 720px;
}

.lead-main .ja { font-size: 3.2rem;}
.lead-main .en { font-size: 1.5rem;}

.lead-sub { font-size: 3rem;}

.service { padding: 80px 0;}

.service .heading .en {
  padding-left: 32px;
  font-size: 1.4rem;
}
.service .thumb { height: 340px;}

.team-row li { padding: 30px;}

.gmap { padding-bottom: 44%;}

.home-access { padding: 80px 0;}

}

@media screen and (min-width: 960px) {

.kv { height: 85vh;}

.lead-main .ja { font-size: 4rem;}

.service {
  position: relative;
  padding: 60px 0;
  margin-bottom: 100px;
}
.service::after {
  position: absolute;
  content: "";
  top: 0;
  width: 38%;
  height: 100%;
  background-color: #fbf8f0;
  z-index: -1;
}

.service:nth-child(2n-1)::after { right: 0;}
.service:nth-child(2n)::after { left: 0;}

.service:nth-child(2n-1) { background-color: transparent;}

.service .row {
  display: flex;
  justify-content: space-between;
}

.service:nth-child(2n) .row { flex-direction: row-reverse; }

.service .row {
  display: flex;
  justify-content: space-between;
}

.service .contents { width: 48%;}

.service .thumb {
  width: 40%;
  height: auto;
}
.service .thumb img {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  height: auto;
}

.home-access .sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home-access .sec-head .contents { margin-bottom: 0;}

}

/* views
------------------------------------------- */
.views .item .content {
  line-height: 1.6;
}
.label.req {
  display: inline-block;
  padding: .4em;
  margin-right: .8em;
  line-height: 1;
  color: #fff;
  font-size: 77%;
  background-color: #d59b2b;
}
.input-text,
.input-textarea {
  padding: .8em;
  width: 100%;
  border: 0;
}
.input-select {
  padding: .8em 2.8em .8em .8em;
  width: 100%;
  border: 0;
}
.input-select::-ms-value {
  background-color: transparent;
  color: inherit;
}
.input-text,
.input-textarea {
  background-color: #f6f7f7;
}

.select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background-color: #f6f7f7;
  z-index: 0;
}
.select-wrap::after {
  position: absolute;
  content: "";
  top: 1em;
  right: 1em;
  width: 10px;
  height: 10px;
  border-right: 3px solid #989898;
  border-bottom: 3px solid #989898;
  transform: rotate(45deg);
  z-index: -1;
}
.select-wrap.pref {
  max-width: 300px;
}
.operate .col:nth-child(2n) {
  margin-top: 16px;
}

.views.line .item .heading {
  padding-bottom: 16px;
}
.views.line .item:not(:first-child) .heading {
  padding-top: 24px;
}
.views.line .item .content {
  padding-bottom: 24px;
  line-height: 1.6;
}
.views.line .item .content { border-bottom: 1px solid #ddd;}


.form-tbl {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.form-tbl th,
.form-tbl td {
  display: block;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.form-tbl th {
  padding: 24px 16px;
  background-color: #f7f7f7;
}
.form-tbl td {
  padding: 32px 16px;
}

.zip-set {
  display: flex;
  align-items: center;
}
.zip-set .col { width: 80px;}
.hyphen { padding: 0 16px;}

.input-text.cal{
  display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.plain-chk {
  display: flex;
  flex-wrap: wrap;
}
.plain-chk li {
  margin-right: 24px;
}

.input-chk {
  display: none;
}
.input-chk + .label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.input-chk:checked + .label {
  color: #0d0165;
  font-weight: bold;
}
.input-chk + .label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.input-chk:checked + .label::after {
  position: absolute;
  content: "";
}

/* radio */
.input-chk + .label.radio::before {
  border-radius: 8px;
  border: 2px solid #666;
}
.input-chk:checked + .label.radio::before {
  border: 2px solid #0d0165;
}
.input-chk:checked + .label.radio::after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #0d0165;
}

/* checkbox */
.input-chk + .label.checkbox::before {
  border-radius: 3px;
  border: 1px solid #666;
}
.input-chk:checked + .label.checkbox::before {
  border: 1px solid #0d0165;
  background-color: #0d0165;
}
.input-chk:checked + .label.checkbox::after {
  top: 0;
  left: 5px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

input::placeholder {
  color: #a9a9a9;
}
input:-ms-input-placeholder {
  color: #a9a9a9;
}
input::-ms-input-placeholder {
  color: #a9a9a9;
}

.error-list li:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {

.views .item { display: flex;}

.views .item .content { flex: 1;}

.views.line .item .heading {
  display: flex;
  align-items: center;
}
.views.line .item .heading { padding: 32px 0;}
.views.line .item .heading { border-bottom: 1px solid #a9894b;}

.views.line .item:not(:first-child) .heading { padding-top: 32px;}

.views.line .item .content { padding: 32px 16px;}

.views.overview .item .heading { width: 24%;}

.views.contact .item .heading { width: 34%;}

.form-tbl tr {
  display: flex;
  justify-content: space-between;
}
.form-tbl th {
  width: 32%;
  max-width: 300px;
}
.form-tbl td { flex: 1;}

.operate {
  display: flex;
  justify-content: center;
}
.operate .col:nth-child(2n) {
  margin-top: 0;
  margin-left: 60px;
}

}

@media screen and (min-width: 960px) {

.form-tbl th,
.form-tbl td {
  padding: 30px;
}

}


/* company
------------------------------------------- */
.sec.message {
  padding: 30px 20px;
  background-color: #fbf8f0;
}
.appearance li:nth-of-type(2) { margin-top: 16px;}


@media screen and (min-width: 768px) {

.sec.message { padding: 60px 40px;}

.appearance {
  display: flex;
  justify-content: space-between;
}
.appearance li { width: 48%;}
.appearance li:nth-of-type(2) { margin-top: 0;}

}

@media screen and (min-width: 960px) {

.sec.message { padding: 80px 60px;}

}

/* info
------------------------------------------- */
.term-box {
  padding: 16px;
  height: 200px;
  overflow-y:scroll;
  border:1px solid #ddd;
  background-color: #f8f8f8;
  -webkit-overflow-scrolling:touch
}


/* vcp
------------------------------------------- */
body.vcp {
  background-color: #000;
}
body.vcp .crimson {
  letter-spacing: 0;
}

.vc-hero {
  position: relative;
  padding-top: 100px;
  height: 75vh;
  z-index: 0;
}
.vc-hero::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 16px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background-image: url(../img/vcp/cover.jpg);
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}
.vc-hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  background-color: #1a1a1a;
  z-index: -2;
}
.pg-name {
  display: flex;
  align-items: center;
  margin-left: 4%;
}
.pg-name .cp-logo {
  margin-right: 16px;
  width: 54px;
}
.pg-name .txt .corp {
  font-size: 1.2rem;
}
.pg-name .txt .name {
  line-height: 1;
  font-size: 2.8rem;
}

.vc-intro {
  position: relative;
  padding: 40px 0;
  z-index: 0;
}
.vc-intro::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  background-color: #1a1a1a;
  z-index: -1;
}
.svc-name {
  margin-bottom: 16px;
}
.svc-name .en {
  line-height: 1;
  font-size: 3rem;
}
.svc-name .ja {
  padding-top: .8em;
  font-size: 1.2rem;
}
.en-heading {
  position: relative;
  z-index: 0;
}
.en-heading .txt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #1a1a1a;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
  z-index: -1;
}
.en-heading.guidance {
  padding: 60px 0;
  font-size: 2rem;
}
.en-heading.guidance .txt {
  font-size: 2rem;
}
.en-heading.guidance .txt::before {
  font-size: 8vw;
  content: "VINTAGE CAR PREMIUM";
}
.en-heading.inquiry .txt {
  font-size: 1.6rem;
}
.en-heading.inquiry .txt::before {
  font-size: 12vw;
  content: "CONTACT";
}


.lines-heading {
  position: relative;
  padding-bottom: .8em;
  border-bottom: 1px solid #333;
}
.lines-heading::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #b79f4a;
}
.lines-heading .en {
  padding-bottom: .4em;
  font-size: 1.2rem;
}

.attribute li {
  position: relative;
  padding: 16px;
  margin-top: 24px;
  border: 1px solid #b79f4a;
  counter-increment: attribute;
  z-index: 0;
}
.attribute li::before {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #0b0a0a;
  line-height: 1;
  font-size: 48px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
  content: counter(attribute, decimal-leading-zero);
  z-index: -1;
}
.reference li:nth-of-type(2) {
  margin-top: 32px;
}
.quote .bar {
  padding-left: 8px;
  border-left: 3px solid #999;
}

.sec.collection {
  position: relative;
  padding: 60px 0;
}
.sec.collection::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 62%;
  height: 100%;
  background-color: #1a1a1a;
  z-index: -1;
}
.sec.collection::after {
  position: absolute;
  content: "ART COLLECTION";
  top: -.2em;
  right: 0;
  color: #313131;
  line-height: 1;
  font-size: 8vw;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
  z-index: -1;
}
.sec.collection .contents {
  margin-bottom: 60px;
}

.space {
  padding: 60px 0;
}
.window {
  padding: 32px 16px;
}
.window.line {
  border: 1px solid #333;
}
.window.fill {
  background-color: #1a1a1a;
}

.graphs li:nth-of-type(2) {
  margin-top: 32px;
}

.sec.project {
  padding: 60px 0;
  background-color: #1a1a1a;
}
.projects {
  position: relative;
}
.projects .detail dl {
  display: flex;
}
.projects .detail dl dt {
  margin-right: 1em;
  width: 3.4em;
  border-right: 1px solid #b79f4a;
}
.projects .detail dl {
  margin-top: 8px;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 60px);
  width: 26px;
  height: 60px;
  z-index: 55;
  background-color: rgba(183, 159, 74, 1);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../img/vcp/arrow.png);
  background-position: 50% 50%;
  background-size: 6px 11px;
}
.slick-prev.slick-arrow {
  left: 0;
}
.slick-next.slick-arrow {
  right: 0;
  transform: rotate(180deg);
}
.flow-list {
  margin-bottom: 40px;
}
.flow-list li:not(:last-child) {
  margin-bottom: 20px;
}
.flow-list dl {
  display: flex;
  border: 1px solid #b79f4a;
}
.flow-list dl dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  background-color: #b79f4a;
}
.flow-list li:not(:last-child) dl dt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b79f4a transparent transparent transparent;
}
.flow-list dl dd {
  padding: 20px 16px;
}
.index-list li {
  display: flex;
  align-items: first baseline;
  padding: 12px;
  margin-top: 10px;
  border: 1px solid #b79f4a;
  counter-increment: index;
}
.index-list li::before {
  padding-right: .4em;
  color: #b79f4a;
  font-size: 131%;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
  content: counter(index, decimal-leading-zero) ".";
}
.use-list {
  margin-bottom: 40px;
}
.use-list li:not(:last-child) {
  margin-bottom: .4em;
}
.use-list li {
  position: relative;
  padding-left: 12px;
}
.use-list li::before {
  position: absolute;
  content: "";
  top: .5em;
  left: 0;
  margin-right: .4em;
  width: 6px;
  height: 6px;
  background-color: #b79f4a;
}
.called .box:nth-of-type(2) {
  margin-top: 20px;
}
.called .box .ttl {
  display: inline-block;
  padding:  8px;
  background-color: #b79f4a;
}
.called .box .inside {
  padding: 16px;
  border: 1px solid #b79f4a;
}
.called .box li:not(:last-child) {
  margin-bottom: .4em;
}
.sec.inquiry {
  padding: 60px 0;
  border-top: 1px solid #333;
}

@media screen and (min-width: 768px) {

.vc-hero { padding-top: 180px;}
.vc-intro { padding: 60px 0;}

.pg-name { margin-left: 6%;}

.pg-name .cp-logo {
  margin-right: 32px;
  width: 93px;
}
.pg-name .txt .corp { font-size: 2.6rem;}
.pg-name .txt .name { font-size: 6rem;}

.vc-hero::before {
  top: 40px;
  left: 40px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.svc-name {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
}
.svc-name .inside {
  position: relative;
  padding-left: 12%;
}
.svc-name .inside::before {
  position: absolute;
  content: "";
  top: 1.6em;
  left: 0;
  width: 10%;
  height: 1px;
  background-color: #b79f4a;
}
.svc-name .en { font-size: 4rem;}
.svc-name .ja {
  padding-top: .8em;
  font-size: 1.3rem;
}
.intro-btn { text-align: right;}

.sec.collection { padding: 80px 0;}

.en-heading.guidance {
  padding: 100px 0;
}
.en-heading.guidance .txt {
  font-size: 3.4rem;
}
.lines-heading .en { font-size: 1.3rem;}

.sec.collection .row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.sec.collection .row .thumb { width: 40%;}
.sec.collection .row .contents { width: 54%;}
.ruled-heading {
  position: relative;
  z-index: 0;
}
.ruled-heading::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 5px;
  border-top: 1px solid #b79f4a;
  border-bottom: 1px solid #b79f4a;
  z-index: -1;
}
.ruled-heading .txt {
  padding: 0 4vw;
  background-color: #000;
}
.window { padding: 60px 40px;}

.reference {
  display: flex;
  justify-content: space-between;
}
.reference li { width: 48%;}
.reference li:nth-of-type(2) { margin-top: 0;}

.graphs {
  display: flex;
  justify-content: space-between;
}
.graphs li { width: 48%;}
.graphs li:nth-of-type(2) { margin-top: 0;}

.sec.project { padding: 80px 0;}

.projects .car .inside {
  padding: 0 13px;
}

.en-heading.inquiry .txt::before { font-size: 72px;}
.en-heading.inquiry .txt { font-size: 2.6rem;}

.sec.inquiry { padding: 80px 0;}

.space { padding: 80px 0;}

}

@media screen and (min-width: 960px) {

.vc-intro { padding: 74px 0;}

.vc-hero {
  padding-top: 240px;
  height: 800px;
}
.vc-hero::before {
  top: 60px;
  left: 60px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
.svc-name .en { font-size: 4.4rem;}

.vc-intro { padding: 88px 0;}

.en-heading.guidance .txt::before { font-size: 72px;}

.en-heading.guidance { padding: 140px 0 80px;}

.attribute li::before { font-size: 94px;}

.attribute {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.attribute li {
  padding: 24px;
  width: 48%;
}
.sec.project { padding: 120px 0;}
.sec.flow .row {
  display: flex;
  justify-content: space-between;
}
.sec.flow .row .vc-flow { width: 41%;}
.sec.flow .row .vc-index { width: 54%;}

.flow-list dl dd { padding: 28px 16px;}

.flow-list { margin-bottom: 0;}

.sec.collection::after { font-size: 64px;}

.sec.vc-use .row {
  display: flex;
  justify-content: space-between;
}
.use-list {
  margin-bottom: 0;
  width: 38%;
}
.called {
  display: flex;
  justify-content: space-between;
  width: 60%;
}
.called .box {
  width: 48%;
}
.called .box:nth-of-type(2) { margin-top: 0;}

.space { padding: 120px 0;}

}

@media screen and (min-width: 1200px) {

.pg-name { margin-left: 0;}

}





