@charset "UTF-8";
/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

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

/*------------------------------------------------------------
    Default
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
button,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
table,
input,
textarea,
select,
option,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

iframe {
  width: 100%;
  height: 100%;
}

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

a {
  color: #1f1f1f;
  display: inline-block;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.u-bgcover {
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
}

.u-pd100 {
  padding: 100px 0;
}

.hover_letter {
  color: #986d6d;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .u-pd100 {
    padding: 50px 0;
  }
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-df {
    display: block;
  }
}

.u-df .f-left,
.u-df .f-right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .u-df .f-left,
  .u-df .f-right {
    width: 100%;
  }
}

.u-bgcolor01 {
  background: #faf4f4;
}

.u-line {
  position: relative;
}

.u-line:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 83px;
  margin: 0 auto;
  background: #5f5f5f;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .u-line:before {
    height: 40px;
  }
}

/* .fadein
------------------------------------------------------------*/
.u-fadein {
  opacity: 0;
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transform: translateY(50px) scale(0.9);
  -ms-transform: translateY(50px) scale(0.9);
  transform: translateY(50px) scale(0.9);
}

.u-fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  min-width: 768px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  color: #1f1f1f;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-family: ryo-display-plusn, serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 1.3rem;
  }
}

.l-container {
  width: 1236px;
  margin: 0 auto;
}

.s-news__items .l-container {
  width: auto;
}

@media screen and (max-width: 1299px) and (min-width: 767px) {
  .l-container,
  .s-news__items .l-container {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-container,
  .s-news__items .l-container {
    width: 94%;
    margin: 0 auto;
  }
}

.l-container2 {
  max-width: 1127px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .l-container2 {
    max-width: 94%;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto !important;
  }
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: none;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}

#overlay.is-open {
  display: block;
}

/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: fixed;
  width: 100%;
  text-align: center;
  background: #986d6d;
  height: 72px;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .c-header {
    height: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header {
    height: 48px;
  }
}

.c-header__nav {
  width: 100%;
  -webkit-transition: 500ms;
  transition: 500ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-header__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*padding-left: 2%;*/
  }
}
.h-logo {
  z-index: 1050;
}
@media screen and (max-width: 767px) {
  .h-logo {
    display: block;
    padding: 8px;
  }
  .h-logo img {
    width: 70%;
  }
}

.c-header.nav-fixed {
  position: fixed;
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.c-header.nav-fixed .nav-menu {
  -webkit-transition: 500ms;
  transition: 500ms;
  padding-bottom: 13px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-header.nav-fixed .nav-menu {
    padding-bottom: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header.nav-fixed .nav-menu {
    -webkit-transition: none;
    transition: none;
  }
}

.c-header .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0 0;
  margin-left: -55px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-header .nav-menu {
    padding: 2.5vw 0 0 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-header .nav-menu {
    top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    z-index: 999;
    padding: 0;
    height: calc(100vh - 48px);
    border-top: 1px solid #e6e6e6;
    background-color: rgba(0, 0, 0, 0.85);
    margin-left: 0;
  }
}

.c-header .nav-menu li {
  margin: 0 20px;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-header .nav-menu li {
    margin: 0 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header .nav-menu li {
    background-color: #986d6d;
    margin: 0;
  }
  .c-header .nav-menu li + li {
    border-top: 1px solid #ccc;
  }
  .c-header .nav-menu li:first-child {
    padding-top: 10px;
  }
}

.c-header .nav-menu li.txt-logo {
  z-index: 2;
  position: relative;
  background: #fff;
  margin-top: -2px;
  border: 1px solid #707070;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-header .nav-menu li.txt-logo {
    display: none;
  }
}

.c-header .nav-menu li.txt-logo a {
  padding: 13px 9px 5px;
  display: flex;
  width: 70px;
  height: 74px;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-header .nav-menu li.txt-logo a {
    padding: 1.2vw 0.7vw 0.3vw;
  }
  .c-header .nav-menu li a img {
    zoom: 70%;
  }
}

.c-header .nav-menu li.txt-logo span {
  color: #1f1f1f;
  font-size: 20px;
  display: block;
  width: 26px;
  line-height: 1.3;
  letter-spacing: 8px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-header .nav-menu li.txt-logo span {
    font-size: 1.6vw;
  }
}

.c-header .nav-menu li.btn-contact {
  margin-top: -2px;
}

.c-header .nav-menu li.btn-contact a {
  padding: 1px 27px;
  border: 1px solid #fff;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-header .nav-menu li.btn-contact a {
    padding: 1px 2.3vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header .nav-menu li.btn-contact a {
    border: 0;
  }
}

.c-header .nav-menu a {
  color: #fff;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .c-header .nav-menu a {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 767px) {
  .c-header .nav-menu a {
    padding: 7px 15px !important;
  }
}

.language-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 30px;
  top: 30px;
  z-index: 1050;
  position: fixed;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .language-menu {
    top: 2.2vw;
  }
}

@media screen and (max-width: 767px) {
  .language-menu {
    top: 12px;
    /*right: 56px;*/
    right: auto;
    left: 12px;
  }
}

.language-menu a {
  background: #ffffff;
  color: #707070;
  font-size: 11px;
  padding: 3px 15px;
  border: 1px solid #707070;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

.language-menu a.lang_sel_sel {
  color: #fff;
  background: #222222;
}

.otgs-development-site-front-end {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .c-header .nav-btn {
    top: 13px;
    right: 12px;
    width: 35px;
    height: 22px;
    cursor: pointer;
    position: fixed;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .c-header .nav-btn span {
    right: 0;
    width: 35px;
    height: 2px;
    position: absolute;
    background-color: #000;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .c-header .nav-btn span:nth-child(1) {
    top: 0;
  }
  .c-header .nav-btn span:nth-child(2) {
    top: 10px;
  }
  .c-header .nav-btn span:nth-child(3) {
    top: 20px;
  }
  .c-header .is-open.nav-btn {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .c-header .is-open.nav-btn span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .c-header .is-open.nav-btn span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .c-header .is-open.nav-btn span {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*------------------------------------------------------------
    end-Header
------------------------------------------------------------*/
/*------------------------------------------------------------
    footer
    ------------------------------------------------------------*/
.c-footer {
  color: #fff;
  background: url(../image/common/bg_footer.jpg);
}

.c-footer .details {
  padding: 75px 0 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-footer .details {
    padding: 45px 0 50px;
  }
}

.c-footer__logo {
  width: 22%;
}

@media screen and (max-width: 767px) {
  .c-footer__logo {
    width: 100%;
    text-align: center;
  }
  .c-footer__logo img {
    zoom: 60%;
  }
}

.c-footer__logo p {
  font-size: 15px;
  padding-top: 50px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .c-footer__logo p {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__logo p {
    font-size: 1.3rem;
    padding-top: 20px;
  }
}

.c-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .c-footer__link {
    width: 94%;
    margin: 30px auto 0;
    display: block;
  }
}

.c-footer__link .parent-link + .parent-link {
  padding-left: 5%;
  margin-left: 5%;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .c-footer__link .parent-link + .parent-link {
    border-left: 0;
    border-top: 1px solid #fff;
    padding: 15px 0 0 0;
    margin: 15px auto 0;
  }
}

.c-footer__link .parent-link li + li {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .c-footer__link .parent-link li + li {
    padding-top: 8px;
  }
}

.c-footer__link .parent-link a {
  color: #fff;
  font-size: 21px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .c-footer__link .parent-link a {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__link .parent-link a {
    font-size: 1.6rem;
  }
}

.c-footer__link .parent-link .sub-link {
  margin-top: 10px;
}

.c-footer__link .parent-link .sub-link li + li {
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .c-footer__link .parent-link .sub-link li + li {
    padding-top: 4px;
  }
}

.c-footer__link .parent-link .sub-link a {
  font-size: 18px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .c-footer__link .parent-link .sub-link a {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__link .parent-link .sub-link a {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------
c-title
------------------------------------------------------------*/
.c-title01 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-title01 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------
c-btn
------------------------------------------------------------*/
.c-grbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1126px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .c-grbtn {
    margin: 30px auto 0;
  }
}

.c-grbtn li {
  width: calc((100% - 6%) / 3);
}

@media screen and (max-width: 767px) {
  .c-grbtn li {
    width: calc((100% - 20px) / 3);
  }
}

.c-grbtn li:not(:last-child) {
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  .c-grbtn li:not(:last-child) {
    margin-right: 10px;
  }
}

.c-grbtn a {
  display: block;
  font-size: 15px;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .c-grbtn a {
    font-size: 1.3rem;
    padding: 5px 0;
  }
}

/*------------------------------------------------------------
c-list
------------------------------------------------------------*/
.c-list01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bababa;
}

.c-list01 dl:first-of-type {
  border-top: 1px solid #bababa;
}

.c-list01 dl dt,
.c-list01 dl dd {
  padding: 15px 0;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .c-list01 dl dt,
  .c-list01 dl dd {
    padding: 8px 0;
  }
}

.c-list01 dl dt {
  width: 16%;
  text-align: center;
  border-right: 1px dotted #707070;
}

@media screen and (max-width: 767px) {
  .c-list01 dl dt {
    min-width: 76px;
  }
}

.c-list01 dl dd {
  width: 84%;
  padding-left: 4%;
}

@media screen and (max-width: 767px) {
  .c-list01 dl dd {
    padding-left: 2.5%;
  }
}

/* --------------------------------------------------
7. Slick
-------------------------------------------------- */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-prev,
.slick-next {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 20px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  opacity: 0.75;
}

.slick-prev {
  left: 20px;
}

.slick-prev::before {
  left: 20px;
  border-top: 5px solid #000;
  border-left: 5px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next {
  right: 20px;
}

.slick-next::before {
  left: 15px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
  .slick-prev::before {
    left: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }
  .slick-next::before {
    left: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 15px;
  list-style: none;
  display: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 6px;
  }
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 10px;
  height: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  background-color: #15b7db;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dcdcdc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  background-color: #15b7db;
}

/*------------------------------------------------------------
c-other
------------------------------------------------------------*/
/* c-mainvisual
------------------------------------------------------------*/
.c-mainvisual {
  color: #fff;
  position: relative;
  height: 590px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual {
    height: 300px;
  }
}

.c-mainvisual:after {
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.26);
}

.c-mainvisual__text {
  top: 176px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
}

.c-mainvisual__text span {
  font-size: 41px;
  letter-spacing: 4.5px;
  vertical-align: top;
  -webkit-writing-mode: tb-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
}

@media screen and (max-width: 767px) {
  .c-mainvisual__text span {
    font-size: 2rem;
  }
}

.c-mainvisual__text span + span {
  margin-left: 7px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual__text span + span {
    margin-left: 4px;
  }
}

.c-mainvisual__btnnav {
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 43px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-mainvisual__btnnav {
    bottom: 45px;
  }
}

.c-mainvisual__btnnav li + li {
  margin-left: 3%;
}

@media screen and (max-width: 767px) {
  .c-mainvisual__btnnav li + li {
    margin-left: 10px;
  }
}

.c-mainvisual__btnnav li {
  width: 40%;
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .c-mainvisual__btnnav li {
    max-width: 130px;
  }
}

.c-mainvisual__btnnav a {
  color: #fff;
  display: block;
  padding: 10px 0;
  background: #986d6d;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .c-mainvisual__btnnav a {
    font-size: 1.2rem;
    padding: 5px 0;
  }
}

.c-mainvisual__txt {
  left: 22px;
  z-index: 1;
  bottom: 7px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .c-mainvisual__txt {
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1rem;
  }
}

/* c-breadcrumb
------------------------------------------------------------*/

.c-breadcrumb {
  left: 22px;
  z-index: 1;
  bottom: 7px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    left: 12px;
  }
}

.c-breadcrumb li {
  display: inline-block;
  position: relative;
  font-family: termina, sans-serif;
  padding-right: 15px;
}

.c-breadcrumb li a {
  display: block;
  color: #fff;
  font-size: 11px;
}

.c-breadcrumb li:after {
  content: "〉";
  right: -3px;
  top: 52%;
  font-size: 11px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.c-breadcrumb li:last-of-type {
  padding-right: 0;
}

.c-breadcrumb li:last-of-type:after {
  content: "";
}

/* section-future
------------------------------------------------------------*/
.s-future {
  background: url(../image/top/future_bg.jpg);
  position: relative;
  background-position: left center !important;
}
.s-future2 {
  background: url(../image/top/future_bg.jpg);
  position: relative;
  background-position: left center !important;
}
@media screen and (max-width: 767px) {
  .s-future {
    background: url(../image/top/future_bg.jpg);
    position: relative;
    background-position: right center !important;
  }
  .s-future2 {
    background: url(../image/top/future_bg.jpg);
    position: relative;
    background-position: right center !important;
  }
}

.s-future .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0;
}
.s-future2 .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .s-future .details {
    padding: 30px 0;
  }
  .s-future2 .details {
    padding: 50px 0;
  }
}

.s-future h3 {
  display: flex;
}
.s-future2 h3 {
  display: flex;
}

.s-future h3 span {
  color: #fff;
  font-size: 21px;
  padding: 18px 5px;
  display: block;
  max-width: 37px;
  letter-spacing: 4.5px;
  vertical-align: top;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  background: rgba(0, 0, 0, 0.75);
}
.s-future2 h3 span {
  color: #fff;
  font-size: 21px;
  padding: 10px 5px;
  display: block;
  /* max-width: 37px; */
  letter-spacing: 4.5px;
  vertical-align: top;
  writing-mode: horizontal-tb;
  /* -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr; */
  background: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 767px) {
  .s-future h3 span {
    font-size: 1.7rem;
    padding: 10px 3px;
  }
  .s-future2 h3 span {
    font-size: 1rem;
    padding: 5px 3px;
  }
}

.s-future h3 span + span {
  margin-left: 7px;
}

@media screen and (max-width: 767px) {
  .s-future h3 span + span {
    margin-left: 4px;
  }
}

/* section-request
------------------------------------------------------------*/
.s-request .f-left {
  background: url(../image/top/request_bg01_02.jpg);
}

.s-request .f-right {
  border-left: 1px solid #e2e2e2;
  background: url(../image/top/request_bg02.jpg);
}

@media screen and (max-width: 767px) {
  .s-request .f-right {
    border-left: 0;
  }
}

.s-request .f-left,
.s-request .f-right {
  height: 400px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-request .f-left,
  .s-request .f-right {
    height: 65vw;
  }
}

.s-request a {
  width: 100%;
  height: 100%;
  display: block;
}

.s-request h3 {
  top: 39%;
  width: 100%;
  color: #fff;
  font-size: 24px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .s-request h3 {
    font-size: 1.8rem;
  }
}

.s-request ul {
  width: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-top: 1px solid #e2e2e2;
}

.s-request ul li {
  width: 33.33333%;
}

.s-request ul li:not(:last-child) a {
  border-right: 1px solid #e2e2e2;
}

.s-request ul a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .s-request ul a {
    font-size: 1.1rem;
    padding: 5vw 0;
  }
}

/* section-descript
------------------------------------------------------------*/
.s-descript__txt {
  font-size: 16px;
  max-width: 672px;
  margin: 0 auto;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .s-descript__txt {
    font-size: 1.4rem;
  }
}

.s-descript__txt p + p {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .s-descript__txt p + p {
    padding-top: 20px;
  }
}

.s-descript__img {
  text-align: center;
}

.s-descript .s-descript__img + .s-descript__txt,
.s-descript .s-descript__txt + .s-descript__img {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .s-descript .s-descript__img + .s-descript__txt,
  .s-descript .s-descript__txt + .s-descript__img {
    margin-top: 30px;
  }
}

.s-descript__btn {
  display: block;
  font-size: 16px;
  max-width: 517px;
  padding: 20px 0;
  text-align: center;
  margin: 45px auto 0;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .s-descript__btn {
    font-size: 1.4rem;
    padding: 10px 0;
    margin: 30px auto 0;
  }
}

/* section-flow
------------------------------------------------------------*/
.s-flow__txt {
  font-size: 16px;
  max-width: 672px;
  margin: 0 auto;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .s-flow__txt {
    font-size: 1.4rem;
  }
}

.s-flow__txt p + p {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .s-flow__txt p + p {
    padding-top: 20px;
  }
}

.s-flow__img {
  text-align: center;
}

.s-flow .s-flow__img + .s-flow__txt,
.s-flow .s-flow__txt + .s-flow__img {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .s-flow .s-flow__img + .s-flow__txt,
  .s-dflow .s-flow__txt + .s-flow__img {
    margin-top: 30px;
  }
}

.s-flow__btn {
  display: block;
  font-size: 16px;
  max-width: 517px;
  padding: 20px 0;
  text-align: center;
  margin: 45px auto 0;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .s-flow__btn {
    font-size: 1.4rem;
    padding: 10px 0;
    margin: 30px auto 0;
  }
}

/* section-structure
------------------------------------------------------------*/
.s-structure__select {
  max-width: 620px;
  margin: 0 auto;
}

.s-structure__select select {
  width: 100%;
  height: 54px;
  font-size: 19px;
  padding: 10px 30px;
  background: #fdf2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  border-left: 1px solid #969696;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url(../image/common/ic_select.png);
  background-repeat: no-repeat;
  background-position: center right -1px;
  font-family: ryo-display-plusn, serif;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s,
    -webkit-box-shadow linear 0.2s;
}

@media screen and (max-width: 767px) {
  .s-structure__select select {
    height: 35px;
    font-size: 1.4rem;
    padding: 5px 15px;
    -webkit-background-size: 35px 35px;
    background-size: 35px 35px;
  }
}

.s-structure__select select::-ms-expand {
  display: none;
}

.s-structure__select select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.s-structure__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .s-structure__list {
    display: block;
    margin-top: 50px;
  }
}

.s-structure__list--item {
  width: calc((100% - 3%) / 2);
  position: relative;
  padding: 5% 5% 4%;
  margin-top: 35px;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .s-structure__list--item {
    width: 100%;
    padding: 30px 12px 25px;
    margin-top: 26px;
  }
}

.s-structure__list--item:not(:nth-child(2n)) {
  margin-right: 3%;
}

.s-structure__list--item:before {
  top: -1px;
  left: 0;
  right: 0;
  content: "";
  width: 5px;
  height: 36px;
  margin: 0 auto;
  background: #801414;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .s-structure__list--item:before {
    width: 2px;
    height: 20px;
  }
}

.s-structure__list--item h3 {
  font-size: 23px;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .s-structure__list--item h3 {
    font-size: 1.6rem;
  }
}

.s-structure__list--item h3 span {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid #030303;
}

@media screen and (max-width: 767px) {
  .s-structure__list--item h3 span {
    padding-bottom: 3.5px;
  }
}

.s-structure__list--item h3 span + span {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .s-structure__list--item h3 span + span {
    margin-top: 7px;
  }
}

.s-structure__list--item ul {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .s-structure__list--item ul {
    margin-top: 5px;
  }
}

.s-structure__list--item ul li {
  padding: 7px 12px;
  background: #faf4f4;
}

@media screen and (max-width: 767px) {
  .s-structure__list--item ul li {
    padding: 3.5px 6px;
  }
}

.s-structure__list--item ul li + li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .s-structure__list--item ul li + li {
    margin-top: 5px;
  }
}

.s-structure__list--item p {
  padding-top: 13px;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .s-structure__list--item p {
    padding-top: 10px;
  }
}

/* section-flow
------------------------------------------------------------*/
.s-flow__list {
  margin-top: 73px;
}

@media screen and (max-width: 767px) {
  .s-flow__list {
    margin-top: 50px;
  }
}

.s-flow__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .s-flow__list--item {
    margin-top: 35px;
  }
}

.s-flow__list--item:not(:last-child):before {
  top: 67px;
  left: 33px;
  content: "";
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background: #801414;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .s-flow__list--item:not(:last-child):before {
    top: 35px;
    left: 17px;
  }
}

.s-flow__list--item dt {
  width: 67px;
  height: 67px;
  color: #fff;
  z-index: 2;
  font-size: 32px;
  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;
  background: #801414;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  .s-flow__list--item dt {
    width: 35px;
    height: 35px;
    font-size: 2rem;
    margin-right: 12px;
  }
}

.s-flow__list--item dd {
  width: calc(100% - 3% - 67px);
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .s-flow__list--item dd {
    width: calc(100% - 12px - 35px);
    padding-top: 6px;
  }
}

.s-flow__list--item dd h3 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: double 3px;
}

@media screen and (max-width: 767px) {
  .s-flow__list--item dd h3 {
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
}

.s-flow__list--item dd .ul-parent {
  padding: 25px 30px;
  margin-top: 20px;
  position: relative;
  border: 1px solid #e2e2e2;
}

@media screen and (max-width: 767px) {
  .s-flow__list--item dd .ul-parent {
    margin-top: 10px;
    padding: 10px 12px;
  }
}

.s-flow__list--item dd .ul-parent h4 {
  top: -20px;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  background: #3e3e3e;
  position: absolute;
  display: inline-block;
}

.s-flow__list--item dd .ul-parent .ul-sub {
  margin-left: 30px;
}

.s-flow__list--item dd p,
.s-flow__list--item dd li {
  line-height: 2.2;
}

/*------------------------------------------------------------
    p-top
------------------------------------------------------------*/
.visual-top {
  padding: 72px 0 75px;
  background: #986d6d;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .visual-top {
    padding: 6.7vw 0 6.7vw;
  }
}

@media screen and (max-width: 767px) {
  .visual-top {
    padding: 48px 0 30px;
  }
}

.visual-top .inner {
  position: relative;
}

.visual-top .inner .slider .img {
  height: 754px;
  position: relative;
  background: url(../image/top/mainvisual.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .visual-top .inner .slider .img {
    height: 400px;
  }
}

.visual-top__text {
  top: 46%;
  left: -35px;
  color: #fff;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 1399px) and (min-width: 768px) {
  .visual-top__text {
    left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .visual-top__text {
    left: 0;
    right: 0;
    text-align: center;
    top: 60%;
  }
}

.visual-top__text h2 {
  font-size: 44px;
}

.visual-top__text h2 span {
  font-size: 20px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .visual-top__text h2 span {
    font-size: 1.3rem;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .visual-top__text h2 {
    font-size: 2.2rem;
  }
}

.visual-top__text h1 {
  line-height: 0.8;
  font-size: 118px;
  font-weight: 700;
  padding-top: 7px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-family: acumin-pro, sans-serif;
}

@media screen and (max-width: 767px) {
  .visual-top__text h1 {
    font-size: 6rem;
    padding-top: 4px;
  }
}

.visual-top__text p {
  font-size: 20px;
  padding-top: 28px;
}

@media screen and (max-width: 767px) {
  .visual-top__text p {
    font-size: 1.3rem;
    padding-top: 18px;
  }
}

.p-top {
  /* section-news
    ------------------------------------------------------------*/
  /* section-results
    ------------------------------------------------------------*/
  /* section-faq
    ------------------------------------------------------------*/
  /* section-aboutus
    ------------------------------------------------------------*/
}

.p-top .s-news .c-title01 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-top .s-news .c-title01 {
    text-align: center;
  }
}

.p-top .s-news .f-left {
  padding-right: 3%;
}

@media screen and (max-width: 767px) {
  .p-top .s-news .f-left {
    padding-right: 0;
  }
}

.p-top .s-news .f-left .list li + li {
  padding-top: 20px;
}

.p-top .s-news .f-left .list a {
  color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-top .s-news .f-left .list a {
    font-size: 1.3rem;
  }
}

.p-top .s-news .f-left .list a span {
  margin-right: 8px;
}

.p-top .s-news .f-right {
  padding-left: 3%;
  border-left: 1px solid #e2e2e2;
}

@media screen and (max-width: 767px) {
  .p-top .s-news .f-right {
    padding-left: 0;
    border-left: 0;
    margin-top: 35px;
  }
}

.p-top .s-news .f-right .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top .s-news .f-right .list li {
  width: calc((100% - 14%) / 3);
}

@media screen and (max-width: 767px) {
  .p-top .s-news .f-right .list li {
    width: calc((100% - 20px) / 3);
  }
}

.p-top .s-news .f-right .list li:not(:last-child) {
  margin-right: 7%;
}

@media screen and (max-width: 767px) {
  .p-top .s-news .f-right .list li:not(:last-child) {
    margin-right: 10px;
  }
}

.p-top .s-news .f-right .list a {
  font-size: 12px;
  display: block;
}

.p-top .s-news .f-right .list__img {
  height: 163px;
  background-position: top center !important;
}

@media screen and (max-width: 767px) {
  .p-top .s-news .f-right .list__img {
    height: 32vw;
  }
}

.p-top .s-news .f-right .list__img.img01 {
  background: url(../image/top/news_product01.jpg);
}

.p-top .s-news .f-right .list__img.img02 {
  background: url(../image/top/news_product02.jpg);
}

.p-top .s-news .f-right .list__img.img03 {
  background: url(../image/top/news_product03.jpg);
}

.p-top .s-news .f-right .list__txt {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-top .s-news .f-right .list__txt {
    padding-top: 5px;
  }
}

.p-top .s-results .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1127px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-top .s-results .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-top .s-results .list li {
  width: calc((100% - 10%) / 4);
}

@media screen and (max-width: 767px) {
  .p-top .s-results .list li {
    width: calc((100% - 10px) / 2);
  }
  .p-top .s-results .list li:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.p-top .s-results .list li:not(:last-child) {
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  .p-top .s-results .list li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 35px;
  }
}

.p-top .s-results .list a {
  font-size: 12px;
  display: block;
}

.p-top .s-results .list a span {
  display: block;
  padding: 3px 0;
  text-align: center;
  border: 1px solid #bfbdbd;
}

.p-top .s-results .list__img {
  height: 236px;
  background-position: center top !important;
}

@media screen and (max-width: 767px) {
  .p-top .s-results .list__img {
    height: 45vw;
  }
}

.p-top .s-results .list__img.img01 {
  background: url(../image/top/results_img01.jpg);
}

.p-top .s-results .list__img.img02 {
  background: url(../image/top/results_img02.jpg);
}

.p-top .s-results .list__img.img03 {
  background: url(../image/top/results_img03.jpg);
}

.p-top .s-results .list__img.img04 {
  background: url(../image/top/results_img04.jpg);
}

.p-top .s-results .list__txt {
  padding-top: 15px;
}

.p-top .s-results .list__txt p {
  padding-top: 12px;
}

.p-top .s-faq {
  position: relative;
}

.p-top .s-faq .f-left {
  height: 400px;
}

@media screen and (max-width: 767px) {
  .p-top .s-faq .f-left {
    height: 57vw;
  }
}

.p-top .s-faq .f-left:before {
  content: "";
  background: url(../image/top/faq_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  width: 50%;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-top .s-faq .f-left:before {
    width: 100%;
    height: 57vw;
  }
}

.p-top .s-faq .f-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 478px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .p-top .s-faq .f-right {
    margin-left: 7%;
  }
}

@media screen and (max-width: 767px) {
  .p-top .s-faq .f-right {
    max-width: 100%;
    padding: 30px 0;
  }
}

.p-top .s-faq .f-right:before {
  content: "";
  background: #faf4f4;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-top .s-faq .f-right:before {
    width: 100%;
    height: calc(100% - 57vw);
  }
}

.p-top .s-faq .f-right .c-title01 {
  text-align: left;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-top .s-faq .f-right .c-title01 {
    margin-bottom: 10px;
  }
}

.p-top .s-faq .f-right .boxtext {
  background: #fff;
  padding: 15px;
  margin-top: 35px;
  border: 1px solid #e2e2e2;
}

@media screen and (max-width: 767px) {
  .p-top .s-faq .f-right .boxtext {
    margin-top: 20px;
  }
}

.p-top .s-faq .f-right .boxtext h3 {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .p-top .s-faq .f-right .boxtext h3 {
    font-size: 1.5rem;
  }
}

.p-top .s-faq .f-right .boxtext dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.p-top .s-faq .f-right .boxtext dl dt {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .p-top .s-faq .f-right .boxtext dl dt {
    font-size: 1.5rem;
  }
}

.p-top .s-faq .f-right .boxtext dl dd {
  font-size: 12px;
  line-height: 1.7;
  padding-left: 10px;
}

.p-top .s-aboutus .details {
  max-width: 827px;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .p-top .s-aboutus .details {
    max-width: 94%;
  }
}

.p-top .s-aboutus h2 {
  color: #986d6d;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-top .s-aboutus h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

.p-top .s-aboutus h2 span {
  display: block;
  font-size: 26px;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .p-top .s-aboutus h2 span {
    font-size: 2rem;
  }
}

.p-top .s-aboutus h3 {
  font-size: 21px;
  text-align: center;
  position: relative;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-top .s-aboutus h3 {
    font-size: 1.7rem;
    margin-top: 50px;
  }
}

.p-top .s-aboutus h3:before,
.p-top .s-aboutus h3:after {
  content: "";
  width: 50%;
  top: 50%;
  height: 1px;
  z-index: -1;
  background: #707070;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-top .s-aboutus h3:before {
  left: 0;
}

.p-top .s-aboutus h3:after {
  right: 0;
}

.p-top .s-aboutus h3 span {
  background: #fff;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .p-top .s-aboutus h3 span {
    padding: 0 10px;
  }
}

.p-top .s-aboutus p {
  line-height: 2;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-top .s-aboutus p {
    padding-top: 16px;
  }
}

.p-top .s-aboutus .ic-twitter {
  display: table;
  text-align: center;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .p-top .s-aboutus .ic-twitter {
    margin: 40px auto 0;
  }
  .p-top .s-aboutus .ic-twitter img {
    zoom: 70%;
  }
}

/*------------------------------------------------------------
    p-about
------------------------------------------------------------*/
.visual-about {
  background: url(../image/about/mainvisual.jpg);
}

/*------------------------------------------------------------
    p-repair
------------------------------------------------------------*/
.visual-repair {
  background: url(../image/repair/mainvisual.jpg);
}
@media screen and (max-width: 767px) {
  .visual-repair {
    background-position: right center !important;
  }
}

.p-repair {
  /* section-mainte
    ------------------------------------------------------------*/
  /* section-flow
    ------------------------------------------------------------*/
}

.p-repair .s-mainte .details {
  max-width: 1215px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .p-repair .s-mainte .details {
    font-size: 1.3rem;
  }
}

.p-repair .s-mainte__txt {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-mainte__txt {
    padding-top: 25px;
  }
}

.p-repair .s-mainte__txt p + p {
  padding-top: 33px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-mainte__txt p + p {
    padding-top: 20px;
  }
}

.p-repair .s-mainte__frame {
  padding: 30px 12px;
  margin-top: 35px;
  text-align: center;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .p-repair .s-mainte__frame {
    padding: 15px 10px;
    margin-top: 25px;
  }
}

.p-repair .s-flow__list--item dd .ul-parent {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-parent {
    margin-top: 40px;
    padding: 30px 12px 12px;
  }
}

.p-repair .s-flow__list--item dd .ul-process {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process {
    margin-top: 30px;
  }
}

.p-repair .s-flow__list--item dd .ul-process li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process li {
    padding: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-repair .s-flow__list--item dd .ul-process li:nth-child(odd) {
  background: #faf4f4;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}

.p-repair .s-flow__list--item dd .ul-process h4 {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process h4 {
    font-size: 1.7rem;
  }
}

.p-repair .s-flow__list--item dd .ul-process .num {
  font-size: 21px;
  min-width: 40px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process .num {
    font-size: 1.7rem;
    min-width: 30px;
    margin-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process .text {
    margin-right: 0 !important;
    width: calc(100% - 37px) !important;
  }
}

.p-repair .s-flow__list--item dd .ul-process .text h4 {
  margin-bottom: 7px;
}

.p-repair .s-flow__list--item dd .ul-process .text p + p {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process .text p + p {
    padding-top: 15px;
  }
}

.p-repair .s-flow__list--item dd .ul-process .image {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process .image {
    width: 100% !important;
    margin-top: 20px;
    text-align: center;
  }
}

.p-repair .s-flow__list--item dd .ul-process li.frame1 .text {
  margin-right: 6%;
  width: calc(100% - 33% - 6% - 50px);
}

.p-repair .s-flow__list--item dd .ul-process li.frame1 .image {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process li.frame1 .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-repair
  .s-flow__list--item
  dd
  .ul-process
  li.frame1
  .image
  .box:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box {
    display: block;
  }
}

.p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box + .box {
  padding-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box + .box {
    padding-top: 0;
    padding-left: 7px;
  }
}

.p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box .pic + p,
.p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box p + .pic {
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box .pic + p,
  .p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box p + .pic {
    text-align: left;
    padding-left: 15px;
  }
}

.p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box p {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box p {
    font-size: 1rem;
  }
}

.p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box p:before {
  content: "";
  top: -8px;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process li.frame1 .image .box p:before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.p-repair
  .s-flow__list--item
  dd
  .ul-process
  li.frame1
  .image
  .box:nth-child(1)
  p:before {
  border-width: 4px 10px 4px 0;
  border-color: transparent #707070 transparent transparent;
}

@media screen and (max-width: 767px) {
  .p-repair
    .s-flow__list--item
    dd
    .ul-process
    li.frame1
    .image
    .box:nth-child(1)
    p:before {
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #707070;
  }
}

.p-repair
  .s-flow__list--item
  dd
  .ul-process
  li.frame1
  .image
  .box:nth-child(2)
  p:before {
  right: 0;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #707070;
}

.p-repair .s-flow__list--item dd .ul-process li.frame2 .text {
  margin-right: 7%;
  width: calc(100% - 38% - 7% - 50px);
}

.p-repair .s-flow__list--item dd .ul-process li.frame2 .image {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-repair .s-flow__list--item dd .ul-process li.frame2 .image .box {
  position: relative;
}

.p-repair .s-flow__list--item dd .ul-process li.frame2 .image .box + .box {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-repair .s-flow__list--item dd .ul-process li.frame2 .image .box + .box {
    padding-left: 20px;
  }
}

.p-repair .s-flow__list--item dd .ul-process li.frame2 .image .box p {
  text-align: center;
  padding-top: 3px;
}

.p-repair
  .s-flow__list--item
  dd
  .ul-process
  li.frame2
  .image
  .box:nth-child(1):before {
  content: "";
  top: 45%;
  width: 0;
  height: 0;
  right: -26px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #707070;
}

@media screen and (max-width: 767px) {
  .p-repair
    .s-flow__list--item
    dd
    .ul-process
    li.frame2
    .image
    .box:nth-child(1):before {
    right: -14px;
    border-width: 15px 0 15px 7px;
  }
}

.p-repair .s-flow__list--item dd .ul-process li.frame3 .text {
  margin-right: 6%;
  width: calc(100% - 20% - 6% - 50px);
}

.p-repair .s-flow__list--item dd .ul-process li.frame3 .image {
  width: 20%;
}

.p-repair .s-flow__list--item dd .ul-process li.frame4 .text {
  margin-right: 6%;
  width: calc(100% - 27% - 6% - 50px);
}

.p-repair .s-flow__list--item dd .ul-process li.frame4 .image {
  width: 27%;
}

/*------------------------------------------------------------
    p-news
------------------------------------------------------------*/
.visual-news {
  background: url(../image/news/mainvisual.jpg);
}
@media screen and (max-width: 767px) {
  .visual-news {
    background-position: center !important;
  }
}

.p-news {
  /* section-news
    ------------------------------------------------------------*/
}

.p-news .s-news {
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .p-news .s-news {
    margin-top: -30px;
  }
}

.p-news .s-news__items {
  max-width: 1093px;
  margin: 0 auto;
  display: block;
}

.p-news .s-news__items + .s-news__items {
  border-top: 1px dashed #707070;
  margin-top: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-news .s-news__items + .s-news__items {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.p-news .s-news__items--title {
  padding-left: 30px;
  padding-bottom: 14px;
  margin-top: 80px;
  margin-bottom: 35px;
  border-left: 11px solid #5e5656;
  border-bottom: 1px solid #707070;
}

.p-news .s-news__items--title.num_1 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-news .s-news__items--title {
    padding-left: 12px;
    padding-bottom: 7px;
    margin-bottom: 22px;
    border-left: 5px solid #5e5656;
  }
}

.p-news .s-news__items--title span {
  display: block;
  color: #986d6d;
}

.p-news .s-news__items--title h2 {
  font-size: 26px;
  padding-top: 14px;
}

@media screen and (max-width: 767px) {
  .p-news .s-news__items--title h2 {
    font-size: 2rem;
    padding-top: 7px;
  }
}

.p-news .s-news__items .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-news .s-news__items .inner {
    display: block;
  }
}

.p-news .s-news__items--txt {
  width: 100%;
  font-size: 15px;
  line-height: 2.2;
  font-family: ryo-display-plusn, serif;
}

.p-news.archive .s-news__items--txt {
  width: 62%;
  font-size: 15px;
  line-height: 2.2;
  font-family: ryo-display-plusn, serif;
}

@media screen and (max-width: 767px) {
  .p-news .s-news__items--txt,
  .p-news.archive .s-news__items--txt {
    width: 100%;
    font-size: 1.3rem;
  }
}

.p-news .s-news__items--txt p {
}

@media screen and (max-width: 767px) {
  .p-news .s-news__items--txt p {
  }
}

.p-news .s-news__items--txt p + p {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-news .s-news__items--txt p + p {
    padding-top: 16px;
  }
}

.p-news .s-news__items--img {
  width: 28%;
}

@media screen and (max-width: 767px) {
  .p-news .s-news__items--img {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}

.p-news .c-btn01 {
  display: block;
  padding: 8px 0;
  font-size: 13px;
  max-width: 230px;
  margin: 80px auto 100px;
  text-align: center;
  border: 1px solid #1f1f1f;
}

@media screen and (max-width: 767px) {
  .p-news .c-btn01 {
    max-width: 180px;
    padding: 5px 0;
    margin: 40px auto 60px;
  }
}

/*------------------------------------------------------------
  c-pagination
  ------------------------------------------------------------*/
.c-pagination {
  text-align: center;
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 60px;
  }
}

.c-pagination a,
.c-pagination span {
  margin: 0;
  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;
  font-size: 21px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-pagination a,
  .c-pagination span {
    margin-left: 10px;
    font-size: 1.5rem;
  }
}

.c-pagination a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-pagination a:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.c-pagination span.current {
  color: #fff;
  background-color: #3e3e3e;
  border: none;
}

.c-pagination span.dots {
  border: none;
  padding: 0;
}

.c-pagination .page-numbers {
  width: 57px;
  height: 57px;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    width: 30px;
    height: 30px;
  }
}

.c-pagination .next.page-numbers,
.c-pagination .prev.page-numbers {
  background: none;
  border: none;
  width: auto;
}

.c-pagination .next.page-numbers {
  margin-left: 30px;
}

.c-pagination .prev.page-numbers {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .c-pagination .next.page-numbers {
    margin-left: 15px;
  }
  .c-pagination .prev.page-numbers {
    margin-right: 15px;
  }
}

.single-content .img img {
  width: 100%;
}

.single-content .img + h4 {
  margin-top: 20px;
}

.single-content h3 {
  padding-top: 12px;
}

.single-content .viewmore {
  margin: 80px auto 0;
  max-width: 220px;
}

@media screen and (max-width: 767px) {
  .single-content .viewmore {
    margin: 50px auto 0;
    max-width: 138px;
  }
}

.single-content .viewmore a {
  color: #1f1f1f;
  font-size: 18px;
  display: block;
  padding: 12px 0 8px;
  text-align: center;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .single-content .viewmore a {
    font-size: 1.6rem;
    padding: 6px 0 2px;
  }
}

/*------------------------------------------------------------
    p-faq
------------------------------------------------------------*/
.visual-faq {
  background: url(../image/faq/mainvisual.jpg);
}

.p-faq {
  /* section-faq
    ------------------------------------------------------------*/
}

.p-faq .s-faq .details {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq .details {
    padding-top: 20px;
  }
}

.p-faq .s-faq__list {
  padding-top: 1px;
}

.p-faq .s-faq__list:nth-child(odd) {
  background: #faf4f4;
}

.p-faq .s-faq__item {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq__item {
    font-size: 1.3rem;
  }
}

.p-faq .s-faq__item--label {
  display: table;
  text-align: center;
  margin-top: -23px;
  position: relative;
  border: 1px solid #1f1f1f;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq__item--label {
    margin-top: -17px;
  }
}

.p-faq .s-faq__item--label span {
  padding: 10px 0;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq__item--label span {
    padding: 6px 0;
  }
}

.p-faq .s-faq__item--label .tit1 {
  color: #fff;
  background: #3e3e3e;
  min-width: 127px;
  padding: 10px 18px;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq__item--label .tit1 {
    width: 80px;
  }
}

.p-faq .s-faq__item--label .tit2 {
  width: 240px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq__item--label .tit2 {
    width: 160px;
  }
}

.p-faq .s-faq__item--content {
  padding: 60px 0 50px;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq__item--content {
    padding: 35px 0 26px;
  }
}

.p-faq .s-faq__item--content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq .s-faq__item--content dl + dl {
  border-top: 1px solid #707070;
  margin-top: 16px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq__item--content dl + dl {
    margin-top: 8px;
    padding-top: 10px;
  }
}

.p-faq .s-faq__item--content dl dt {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq__item--content dl dt {
    margin-right: 10px;
  }
}

.p-faq .s-faq__item--content dl dd h3 {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq__item--content dl dd h3 {
    font-size: 1.7rem;
  }
}

.p-faq .s-faq__item--content dl dd p {
  line-height: 2.2;
}

.p-faq .s-faq__item--content dl dd p + p {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-faq .s-faq__item--content dl dd p + p {
    padding-top: 15px;
  }
}

/*------------------------------------------------------------
    p-contact
------------------------------------------------------------*/
.contact-top {
  position: relative;
}

.visual-contact {
  background: url(../image/contact/mainvisual.jpg);
  top: 0;
  left: 0;
}

.p-contact {
  /* section-contact
    ------------------------------------------------------------*/
}

.p-contact .image {
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-contact .image {
    padding-top: 30px;
  }
}

.p-contact .s-form dl {
  width: 100%;
  display: table;
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl {
    margin-bottom: 18px;
  }
}

.p-contact .s-form dl dt,
.p-contact .s-form dl dd {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl dt,
  .p-contact .s-form dl dd {
    display: block;
  }
}

.p-contact .s-form dl dt {
  width: 20%;
  font-size: 18px;
  min-width: 165px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl dt {
    width: 100%;
    font-size: 1.4rem;
  }
}

.p-contact .s-form dl dt span {
  display: block;
  color: #ba5454;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl dt span {
    font-size: 1.3rem;
    display: inline-block;
  }
}

.p-contact .s-form dl dd {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl dd {
    font-size: 1.3rem;
  }
}

.p-contact .s-form dl dd p {
  color: #707070;
  font-size: 20px;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl dd p {
    font-size: 1.5rem;
  }
}

.p-contact .s-form dl dd span + span {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl dd span + span {
    margin-left: 5px;
  }
}

.p-contact .s-form dl dd input,
.p-contact .s-form dl dd textarea,
.p-contact .s-form dl dd select {
  height: 60px;
  width: 100%;
  color: #aaaaaa;
  padding: 2% 3%;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
  background: #fff;
  vertical-align: middle;
  resize: none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s,
    -webkit-box-shadow linear 0.2s;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl dd input,
  .p-contact .s-form dl dd textarea,
  .p-contact .s-form dl dd select {
    height: 35px;
    padding: 5px;
    font-size: 1.3rem;
  }
}

.p-contact .s-form dl dd input:focus,
.p-contact .s-form dl dd textarea:focus,
.p-contact .s-form dl dd select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
}

.p-contact .s-form dl dd ::-webkit-input-placeholder {
  color: #939393;
}

.p-contact .s-form dl dd :-ms-input-placeholder {
  color: #939393;
}

.p-contact .s-form dl dd ::-ms-input-placeholder {
  color: #939393;
}

.p-contact .s-form dl dd ::placeholder {
  color: #939393;
}

.p-contact .s-form dl.group-name input,
.p-contact .s-form dl.group-phonetic input {
  width: 30%;
  min-width: 220px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl.group-name input,
  .p-contact .s-form dl.group-phonetic input {
    min-width: 130px;
  }
}

.p-contact .s-form dl.group-company input,
.p-contact .s-form dl.group-tel input,
.p-contact .s-form dl.group-select select {
  width: 61.5%;
  min-width: 455px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl.group-company input,
  .p-contact .s-form dl.group-tel input,
  .p-contact .s-form dl.group-select select {
    min-width: 270px;
  }
}

.p-contact .s-form dl.group-email dt {
  padding-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl.group-email dt {
    padding-top: 0;
  }
}

.p-contact .s-form dl.group-zipcode input {
  width: 25%;
  min-width: 190px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl.group-zipcode input {
    min-width: 120px;
  }
}

.p-contact .s-form dl.group-content dd textarea {
  height: 190px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl.group-content dd textarea {
    height: 120px;
  }
}

.p-contact .s-form dl.group-content dt {
  vertical-align: top;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form dl.group-content dt {
    padding-top: 0;
  }
}

.p-contact .s-form .form-accept {
  text-align: center;
  border: 1px solid #707070;
  background: #fff;
  margin-top: 63px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form .form-accept {
    margin-top: 30px;
  }
}

.p-contact .s-form .form-accept p {
  color: #fff;
  font-size: 15px;
  padding: 22px 0;
  line-height: 2;
  background-color: #5e5656;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form .form-accept p {
    font-size: 1.3rem;
    padding: 18px 0;
    line-height: 1.7;
  }
}

.p-contact .s-form .form-accept .checkbox {
  font-size: 21px;
  padding: 37px 0 28px;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form .form-accept .checkbox {
    font-size: 1.7rem;
    padding: 15px 0;
  }
}

.p-contact .s-form .form-accept .checkbox input {
  width: 17px;
  height: 17px;
  margin-right: 20px;
  border: 1px solid #191919;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form .form-accept .checkbox input {
    vertical-align: -2px;
    margin-right: 10px;
  }
}

.p-contact .s-form .form-submit,
.p-contact .s-form .form-confirm {
  text-align: center;
}

.p-contact .s-form .form-submit input,
.p-contact .s-form .form-confirm input {
  width: 355px;
  cursor: pointer;
  text-align: center;
  font-size: 21px;
  padding: 20px 0;
  background: #ebd9d9;
  border: none;
  margin: 70px 10px 0;
}

@media screen and (max-width: 767px) {
  .p-contact .s-form .form-submit input,
  .p-contact .s-form .form-confirm input {
    font-size: 1.5rem;
    padding: 10px 0;
    width: 45% !important;
    max-width: 170px;
    margin: 40px 5px 0;
  }
}

.p-contact .s-form .form-submit .form-confirm,
.p-contact .s-form .form-confirm .form-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact .s-form .form-submit .form-confirm input,
.p-contact .s-form .form-confirm .form-confirm input {
  width: 35%;
}

.p-contact .s-form .form-submit .form-confirm .ajax-loader,
.p-contact .s-form .form-confirm .form-confirm .ajax-loader {
  position: absolute;
}

.p-contact .s-form .form-submit span.wpcf7-list-item,
.p-contact .s-form .form-confirm span.wpcf7-list-item {
  margin: 0;
}

.p-contact .s-form .wpcf7-form-control-wrap {
  position: unset !important;
}

.p-contact .s-form .wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.p-contact .s-form .group-name .wpcf7-not-valid-tip,
.p-contact .s-form .group-phonetic .wpcf7-not-valid-tip,
.p-contact .s-form .group-zipcode .wpcf7-not-valid-tip {
  position: absolute;
}

/*------------------------------------------------------------
p-profile
------------------------------------------------------------*/
.visual-profile {
  background: url(../image/profile/mainvisual.jpg);
}

.p-profile {
  /* section-works
------------------------------------------------------------*/
  /* section-profile
------------------------------------------------------------*/
  /* section-profile
------------------------------------------------------------*/
}

.p-profile .s-works {
  background: #ebd9d9;
  text-align: center;
  padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .p-profile .s-works {
    padding-bottom: 140px;
  }
}

.p-profile .s-works h2 {
  font-size: 32px;
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-profile .s-works h2 {
    font-size: 2.5rem;
    padding-bottom: 20px;
  }
}

.p-profile .s-works h2:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  background: url(../image/profile/title_bg.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.p-profile .s-works p {
  font-size: 16px;
  padding-top: 35px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-profile .s-works p {
    font-size: 1.4rem;
    padding-top: 25px;
  }
}

.p-profile .s-future {
  margin-top: -200px;
}
.p-profile .s-future2 {
  margin-top: -100px;
}

@media screen and (max-width: 767px) {
  .p-profile .s-future {
    margin-top: -150px;
  }
  .p-profile .s-future2 {
    /* margin-top: -150px; */
    margin-top: -50px;
  }
}

.p-profile .s-future:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  content: "";
  position: absolute;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-profile .s-future2:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  content: "";
  position: absolute;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-profile .s-profile {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-profile .s-profile {
    font-size: 1.3rem;
  }
}

.p-profile .s-profile h2 {
  color: #fff;
  font-size: 21px;
  padding: 30px 55px;
  background: #5e5656;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-profile .s-profile h2 {
    font-size: 1.7rem;
    padding: 16px 20px;
  }
}

.p-profile .s-profile h2:after {
  top: 7px;
  left: 0;
  right: 0;
  bottom: 7px;
  content: "";
  position: absolute;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}

@media screen and (max-width: 767px) {
  .p-profile .s-profile h2:after {
    top: 4px;
    bottom: 4px;
  }
}

.p-profile .s-profile__item dl:nth-child(odd) {
  background: #faf4f4;
}

.p-profile .s-profile .s-profile__item + .s-profile__item {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-profile .s-profile .s-profile__item + .s-profile__item {
    margin-top: 35px;
  }
}

.p-profile .s-profile .s-profile__item dl dd a {
  text-decoration: underline;
  color: #986d6d;
}

/*------------------------------------------------------------
p-works
------------------------------------------------------------*/
.visual-works {
  background: url(../image/works/mainvisual.jpg);
  background-position: center !important;
}
@media screen and (max-width: 767px) {
  .visual-works {
    background: url(../image/works/mainvisual.jpg);
    background-position: center !important;
  }
}

.p-works {
  /* section-works
------------------------------------------------------------*/
}

.p-works .s-works:nth-child(even) {
  background: url(../image/works/works_bg01.jpg);
}

.p-works .s-works:nth-child(odd) {
  background: url(../image/works/works_bg02.jpg);
}

.p-works .s-works {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-works .s-works {
    font-size: 1.3rem;
  }
}

.p-works .s-works .c-list01 dl:nth-child(odd) {
  background: #fff;
}

.p-works .s-works .title {
  font-size: 21px;
  padding: 30px 40px;
  border-left: 13px solid #5e5656;
}

@media screen and (max-width: 767px) {
  .p-works .s-works .title {
    font-size: 1.7rem;
    padding: 15px 20px;
    border-left: 6px solid #5e5656;
  }
}

.p-works .s-works .details {
  display: flex;
  flex-direction: column;
}

.p-works .s-works__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.js .slider-single > div:nth-child(1n + 2) {
  display: none;
}
.js .slider-single.slick-initialized > div:nth-child(1n + 2) {
  display: block;
}
.slider-nav .slick-slide {
  cursor: pointer;
}
.slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.p-works .s-works__items--img {
  width: 58%;
  text-align: center;
  /*background: #fff;*/
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-works .s-works__items--img .img {
  border: 2px solid #fff;
  background: #383435;
}
.p-works .s-works__items--img .img img {
  /* width: 650px; */
  width: auto;
  height: 540px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--img .img img {
    /* width: 550px !important; */
    height: 440px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--img .img {
    border: 1px solid #fff;
  }
}

.p-works .s-works__items--img .slick-dots {
  display: block;
}

.p-works .s-works__items--img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-works .s-works__items--img ul p {
  padding: 13px 0;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--img ul p {
    padding: 8px 0;
  }
}

.p-works .s-works__items--img ul li:nth-child(1) {
  position: relative;
}

.p-works .s-works__items--img ul li:nth-child(1):before {
  /*content: "";*/
  top: 48%;
  width: 0;
  height: 0;
  right: -10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  border-style: solid;
  border-width: 34px 0 34px 15px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--img ul li:nth-child(1):before {
    right: -7px;
    border-width: 20px 0 20px 10px;
  }
}

.p-works .s-works__items--txt {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--txt {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px;
  }
}

.p-works .s-works__items--txt .label {
  color: #fff;
  padding: 45px 11% 30px;
  text-align: center;
  background: #5e5656;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--txt .label {
    padding: 25px 25px 20px;
  }
}

.p-works .s-works__items--txt .label h3 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--txt .label h3 {
    font-size: 1.8rem;
  }
}

.p-works .s-works__items--txt .label h3 span {
  display: block;
  font-size: 30px;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--txt .label h3 span {
    font-size: 2.2rem;
    margin-top: 6px;
  }
}

.p-works .s-works__items--txt .label p {
  font-size: 20px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--txt .label p {
    font-size: 1.7rem;
    margin-top: 15px;
    padding-top: 10px;
  }
}

.p-works .s-works__items--txt .infor {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--txt .infor {
    margin-top: 20px;
  }
}

.p-works .s-works__items--txt .infor dl dt,
.p-works .s-works__items--txt .infor dl dd {
  padding: 12px 0;
	line-height: 1.4;
}

.p-works .s-works__items--txt .infor dl dt {
  width: 23%;
}

.p-works .s-works__items--txt .infor dl dd {
  width: 77%;
  padding-left: 7%;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--txt .infor dl dd {
    padding-left: 4%;
  }
}

.p-works .s-works__items--thumbs {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  margin-top: 20px;
  /*width: 58%;*/
  width: 100%;
}

.p-works .s-works__items--thumbs .slick-track {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  transform: none !important;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--thumbs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    width: 100%;
  }
}

.p-works .s-works__items--thumbs .img {
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
  /*width: calc((100% - 70px) / 8) !important;*/
  opacity: 0.7;
  width: 130px !important;
  height: 130px !important;
}
.p-works .s-works__items--thumbs .img.is-active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--thumbs .img {
    margin-right: 5px;
    margin-top: 5px;
    /*width: calc((100% - 15px) / 4);*/
    width: 22.5vw !important;
    height: 22.5vw !important;
  }
  .p-works .s-works__items--thumbs .img img {
    height: 100% !important;
  }
  .p-works .s-works__items--thumbs .img:nth-child(4n) {
    margin-right: 0;
  }
}

.p-works .s-works__items--thumbs .img:nth-child(8n) {
  margin-right: 0;
}

.p-works .s-works__items--thumbs .img:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--thumbs .img:after {
    border: 5px solid rgba(255, 255, 255, 0.5);
  }
}

.p-works .s-works__items--thumbs p {
  left: 0;
  bottom: 0;
  color: #fff;
  position: absolute;
  padding: 8px 16px;
  z-index: 1050;
  font-size: 12px;
}
.p-works .s-works__items--thumbs p.en {
  padding: 8px 10px;
  font-size: 10px;
}
.p-works .s-works__items--thumbs p:after {
  content: "";
  width: 0;
  height: 0;
  right: -14px;
  bottom: 0;
  border-style: solid;
  position: absolute;
  border-width: 34px 0 0 14px;
}
.p-works .s-works__items--thumbs p.修復前 {
  background: #caae9a;
}
.p-works .s-works__items--thumbs p.作業中 {
  background: #b88471;
}
.p-works .s-works__items--thumbs p.修復後 {
  background: #ce7579;
}
.p-works .s-works__items--thumbs p.修復前:after {
  border-color: transparent transparent transparent #caae9a;
}
.p-works .s-works__items--thumbs p.作業中:after {
  border-color: transparent transparent transparent #b88471;
}
.p-works .s-works__items--thumbs p.修復後:after {
  border-color: transparent transparent transparent #ce7579;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items--thumbs p {
    padding: 3px 8px;
    font-size: 10px;
  }
  .p-works .s-works__items--thumbs p:after {
    right: -9px;
    border-width: 23px 0 0 9px;
  }
}

.p-works .s-works__items .btnview {
  width: 150px;
  display: block;
  text-align: center;
  padding: 5px 27px;
  margin: 35px auto 0;
  color: #fff;
  background-color: #986d6d;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__items .btnview {
    order: 3;
  }
}

.p-works .s-works .s-works__items + .s-works__items {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-works .s-works .s-works__items + .s-works__items {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.p-works .s-works__history {
  padding-top: 100px;
  order: 2;
}
.p-works .s-works__history + .s-works__items {
  /*padding-top: 100px;*/
}

@media screen and (max-width: 767px) {
  .p-works .s-works__history {
    /*padding-top: 50px;*/
  }
  .p-works .s-works__history + .s-works__items {
    padding-top: 50px;
  }
}

.p-works .s-works__survey ul {
  padding: 20px 5%;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__survey ul {
    padding: 15px 10px;
  }
}

.p-works .s-works__survey ul li {
  line-height: 2.2;
  position: relative;
}

.p-works .s-works__survey ul li:before {
  content: "";
  top: 15px;
  left: -8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  background: #1f1f1f;
}

@media screen and (max-width: 767px) {
  .p-works .s-works__survey ul li:before {
    top: 12px;
  }
}

.p-works .s-works .description {
  margin-top: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-works .s-works .description {
    margin-top: 23px;
  }
}

/*------------------------------------------------------------
p-privacy
------------------------------------------------------------*/
.visual-privacy {
  background: url(../image/privacy/mainvisual.jpg);
}

.p-privacy {
  /* section-privacy
------------------------------------------------------------*/
}

.p-privacy .s-privacy__item {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-privacy .s-privacy__item {
    font-size: 1.3rem;
  }
}

.p-privacy .s-privacy__item:nth-child(odd) {
  background: #faf4f4;
}

.p-privacy .s-privacy__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .p-privacy .s-privacy__item dl {
    padding: 35px 0;
  }
}

.p-privacy .s-privacy__item dl dt {
  margin-right: 3%;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-privacy .s-privacy__item dl dt {
    margin-right: 7px;
  }
}

.p-privacy .s-privacy__item dl dd h3 {
  font-size: 21px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-privacy .s-privacy__item dl dd h3 {
    font-size: 1.7rem;
  }
}

.p-privacy .s-privacy__item dl dd p,
.p-privacy .s-privacy__item dl dd li {
  line-height: 2.3;
}

.p-privacy .s-privacy__item dl dd h3 + p {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-privacy .s-privacy__item dl dd h3 + p {
    padding-top: 20px;
  }
}

.p-privacy .s-privacy__item dl dd ul {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-privacy .s-privacy__item dl dd ul {
    padding-top: 15px;
  }
}

.p-privacy .s-privacy__item dl dd ul li {
  position: relative;
  padding-left: 3%;
}

.p-privacy .s-privacy__item dl dd ul li:before {
  left: 0;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
}

.p-privacy .s-privacy__item dl dd ul li + li {
  padding-top: 2px;
}

.p-privacy .s-privacy__item dl dd ul + p {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-privacy .s-privacy__item dl dd ul + p {
    padding-top: 15px;
  }
}

.p-privacy .s-privacy__item dl dd .list-disc li:before {
  top: 12px;
  content: "";
  background: #1f1f1f;
}

@media screen and (max-width: 767px) {
  .p-privacy .s-privacy__item dl dd .list-disc li:before {
    width: 6px;
    height: 6px;
  }
}

.p-privacy .s-privacy__item dl dd .list-decimal {
  counter-reset: section;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .p-privacy .s-privacy__item dl dd .list-decimal li {
    padding-left: 17px;
  }
}

.p-privacy .s-privacy__item dl dd .list-decimal li:before {
  top: 12px;
  font-size: 10px;
  counter-increment: section;
  content: counter(section);
  border: 1px solid #1f1f1f;
}

@media screen and (max-width: 767px) {
  .p-privacy .s-privacy__item dl dd .list-decimal li:before {
    top: 9px;
  }
}

.p-privacy .s-privacy__item dl dd .list-decimal li + li {
  padding-top: 2px;
}
/* UPDATE CSS  */

.p-contact div.wpcf7cp-btns {
	text-align: center;
}

.p-contact div.wpcf7cp-btns .wpcf7-form-control {
	width: 355px;
	cursor: pointer;
	text-align: center;
	font-size: 21px;
	padding: 20px 0;
	background: #ebd9d9;
	border: none;
	margin: 70px 10px 0;
}

@media screen and (max-width: 767px) {
	.p-contact div.wpcf7cp-btns .wpcf7-form-control {
		font-size: 1.5rem;
		padding: 10px 0;
		width: 45% !important;
		max-width: 170px;
		margin: 40px 5px 0;
	}
}

.p-contact div.wpcf7cp-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-contact div.wpcf7cp-btns .wpcf7-form-control {
	width: 35%;
}

/* ========================================
   Confirm Plus Contact Form 7 
======================================== */
/* confirm only */
.p-contact #wpcf7cpcnf table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 38px;
}

.p-contact #wpcf7cpcnf table th,
.p-contact #wpcf7cpcnf table td {
	padding: 0;
	border: none;
	background: transparent;
	vertical-align: middle;
}

.p-contact #wpcf7cpcnf table th {
	width: 20%;
	min-width: 165px;
	padding-right: 20px;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: #191919;
}

.p-contact #wpcf7cpcnf table th span {
	display: block;
	color: #ba5454;
	font-size: 15px;
}

.p-contact #wpcf7cpcnf table td {
	font-size: 15px;
	color: #707070;
	line-height: 1.8;
}

.p-contact #wpcf7cpcnf table td {
	background: #fff;
	border: 1px solid #4d4d4d;
	padding: 18px 20px;
	box-sizing: border-box;
	min-height: 60px;
}

.p-contact #wpcf7cpcnf table td br {
	display: block;
	content: '';
	margin-top: 8px;
}

.p-contact #wpcf7cpcnf table td span,
.p-contact #wpcf7cpcnf table td strong,
.p-contact #wpcf7cpcnf table td em {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* textarea-like row */
.p-contact #wpcf7cpcnf table tr:last-child td {
	min-height: 190px;
	vertical-align: top;
	white-space: pre-wrap;
}

/* button area */
.p-contact #wpcf7cpcnf input[type='button'],
.p-contact #wpcf7cpcnf input[type='submit'],
.p-contact #wpcf7cpcnf button {
	width: 355px;
	cursor: pointer;
	text-align: center;
	font-size: 21px;
	padding: 20px 0;
	background: #ebd9d9;
	border: none;
	color: #191919;
	appearance: none;
	margin: 70px 10px 0;
}

@media screen and (max-width: 767px) {
	.p-contact #wpcf7cpcnf table,
	.p-contact #wpcf7cpcnf table tbody,
	.p-contact #wpcf7cpcnf table tr,
	.p-contact #wpcf7cpcnf table th,
	.p-contact #wpcf7cpcnf table td {
		display: block;
		width: 100%;
	}

	.p-contact #wpcf7cpcnf table {
		border-spacing: 0;
	}

	.p-contact #wpcf7cpcnf table tr {
		margin-bottom: 18px;
	}

	.p-contact #wpcf7cpcnf table th {
		min-width: 0;
		padding-right: 0;
		margin-bottom: 8px;
		font-size: 1.4rem;
	}

	.p-contact #wpcf7cpcnf table th span {
		display: inline-block;
		font-size: 1.3rem;
	}

	.p-contact #wpcf7cpcnf table td {
		min-height: 35px;
		padding: 10px 12px;
		font-size: 1.3rem;
	}

	.p-contact #wpcf7cpcnf table tr:last-child td {
		min-height: 120px;
	}

	.p-contact #wpcf7cpcnf input[type='button'],
	.p-contact #wpcf7cpcnf input[type='submit'],
	.p-contact #wpcf7cpcnf button {
		font-size: 1.5rem;
		padding: 10px 0;
		width: 45%;
		max-width: 170px;
		margin: 40px 5px 0;
	}
}
.p-contact .s-form .form-accept .checkbox p{
  background-color: #fff;
  color: #1f1f1f;
  padding: 0;
  font-size: 21px;
}