@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ul {
  list-style: none;
}
ol {
  margin-left: 1.6em;
  margin-bottom: 2em;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
.footer-bot .footer-links a, .footer-bot .copyright, .cmn-btn-call .text, .cmn-btn-call .fa-phone, .cmn-btn-call .number, .cmn-nav-pc a, .service-block .description, .service-block .item .title {
  line-height: 1;
}

.footer-top .text-bold, .footer-top .text-normal, .footer-bot .footer-links a {
  letter-spacing: 0.05em;
}

.footer-top .text-bold {
  color: #1f1e1d;
}

.cmn-nav-pc a {
  color: #ff9600;
}

.cmn-btn-call {
  background-color: #413d38;
}

.footer-bot {
  background-color: #413d38;
}

.cmn-nav-pc a {
  background-color: #ffed76;
}

.footer-bot .footer-links a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #1f1e1d;
  font-family: Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.ft-roboto {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #413d38;
  text-decoration: none;
  color: inherit;
}

.trans {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1000px;
}

.wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-large {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media only screen and (max-width: 750px) {
  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    font-size: 0.28rem;
    line-height: 1.43em;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.lh1 {
  line-height: 1;
}

.none {
  display: none;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.flex {
  display: -webkit-flex;
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-content-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 751px) {
  .pc-none {
    display: none;
  }
  .pc-inline-block {
    display: inline-block;
  }
  .pc-block {
    display: block;
  }
  .pc-flex {
    display: -webkit-flex;
    display: flex;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.main-header .wrapper-large {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.main-header .logo {
  margin: 0 auto 0 0.3rem;
  width: 5.31rem;
}
.main-header .logo img {
  display: block;
  width: 130%;
  margin-left: -0.4rem;
}

@media screen and (max-width: 750px) {
  .btn-toggle-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background-color: #ff9600;
    color: #fff;
    line-height: 1;
  }
  .btn-toggle-nav .fas {
    font-size: 0.5rem;
  }

  .main-header {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .main-header .wrapper-large:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-color: #ff9600;
    z-index: 101;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
  }
  .main-header .cmn-btn-call {
    margin: 0 0.5rem 0.5rem;
    padding: 0.36rem 0.32rem 0.25rem 0.3rem;
    border: 0.04rem solid #fff;
    background-color: transparent;
    color: #fff;
  }
  .main-header .cmn-btn-call .fa-phone {
    margin: 0.03rem 0.18rem 0 0;
    font-size: 0.5rem;
  }
  .main-header .cmn-btn-call .number {
    font-size: 0.6rem;
  }
  .main-header .call-group {
    margin-left: 0.05rem;
  }

  .main-nav {
    position: fixed;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 100vw;
    height: 100vh;
    top: -100%;
    left: 0;
    z-index: 100;
    background-color: #ff9600;
    color: #fff;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  .main-nav:before {
    content: "";
  }
  .main-nav .nav-sp {
    padding: 0.43rem 0.3rem 0.95rem;
    text-align: center;
  }
  .main-nav .nav-sp a {
    line-height: 1;
  }
  .main-nav .nav-sp .nav-top {
    padding: 0 0 0.7rem;
    margin-bottom: 0.85rem;
    border-bottom: 0.02rem solid #fff;
    letter-spacing: 0.03em;
  }
  .main-nav .nav-sp .nav-top .item {
    margin-bottom: 0.6rem;
  }
  .main-nav .nav-sp .nav-top .item:last-child {
    margin-bottom: 0;
  }
  .main-nav .nav-sp .nav-top a {
    font-weight: bold;
    font-size: 0.4rem;
  }
  .main-nav .nav-sp .nav-bot .item {
    margin-bottom: 0.45rem;
  }
  .main-nav .nav-sp .nav-bot .item:last-child {
    margin-bottom: 0;
  }
  .main-nav .nav-sp .nav-bot a {
    font-size: 0.36rem;
  }

  body.menu-active {
    overflow: hidden;
  }
  body.menu-active .main-header .wrapper-large:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
  body.menu-active .main-nav {
    top: 0;
    padding-top: 1rem;
    overflow: auto;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  body.menu-active .btn-toggle-nav {
    z-index: 102;
  }
  body.menu-active .btn-toggle-nav .fa-bars:before {
    content: "";
  }
}
@media print, (min-width: 751px) {
  .main-header .logo {
    margin-left: 41px;
    width: 383px;
  }
  .main-header .cmn-nav-pc {
    margin: 0 30px 0 auto;
  }
  .main-header .cmn-nav-pc a {
    font-size: 14px;
  }
  .main-header .main-nav {
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
  }
  .main-header .cmn-btn-call {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 350px;
    position: relative;
    padding: 17px 10px 12px 84px;
  }
  .main-header .cmn-btn-call .fas {
    position: absolute;
    left: 37px;
    top: 24px;
  }
  .main-header .cmn-btn-call .text {
    width: 100%;
    margin-right: 0;
    letter-spacing: 0.1em;
  }
  .main-header .cmn-btn-call .number {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1350px) {
  .main-header .logo {
    margin: 0 0 0 10px;
    width: 250px;
  }
  .main-header .cmn-nav-pc {
    margin-right: 20px;
  }
  .main-header .cmn-nav-pc a {
    padding: 8px 10px;
    letter-spacing: 0;
    font-size: 14px;
  }
  .main-header .cmn-btn-call {
    max-width: 290px;
    position: relative;
    padding: 8px 5px 8px 50px;
  }
  .main-header .cmn-btn-call .fas {
    left: 10px;
    top: 14px;
  }
  .ie .main-header .cmn-btn-call .fas, .edge .main-header .cmn-btn-call .fas {
    top: 53%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1351px) {
  .main-header .logo {
    margin-left: 41px;
    width: 383px;
  }
  .main-header .cmn-nav-pc {
    margin: 0 30px 0 auto;
  }
  .main-header .cmn-nav-pc a {
    font-size: 14px;
  }
  .main-header .main-nav {
    display: -webkit-flex;
    display: flex;
  }
  .main-header .cmn-btn-call {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 350px;
    position: relative;
    padding: 17px 10px 14px 84px;
  }
  .main-header .cmn-btn-call .fas {
    position: absolute;
    left: 37px;
    top: 24px;
  }
  .main-header .cmn-btn-call .text {
    width: 100%;
    margin-right: 0;
    letter-spacing: 0.1em;
  }
  .main-header .cmn-btn-call .number {
    font-size: 30px;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
.footer-top {
  position: relative;
}
.footer-top .text-bold {
  line-height: 1.25;
}
.footer-top .text-normal {
  line-height: 1.42857;
  font-weight: 500;
}
.footer-top .col-right {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.footer-top .col-right img {
  display: block;
  width: 100%;
}
.footer-top.has-bg {
  background: url("../img/common/footer_bg.png") repeat-x left bottom;
}

.footer-bot {
  color: #fff;
}
.footer-bot .footer-links a {
  position: relative;
  color: #fff;
}
.footer-bot .footer-links a:before {
  content: "";
}

@media screen and (max-width: 750px) {
  .footer-top {
    padding: 0.05rem 0 0;
    margin-bottom: -1px;
  }
  .footer-top .text-bold {
    margin: 0.32rem 0 0.35rem;
  }
  .footer-top .text-normal {
    margin-bottom: 0.4rem;
    font-size: 0.28rem;
    line-height: 1.42857;
  }
  .footer-top .col-right {
    width: 1.86rem;
    height: 2.02rem;
    right: 0.5rem;
  }
  .footer-top .text-bold,
  .footer-top .text-normal,
  .footer-top .cmn-nav-pc {
    padding: 0 0.2rem;
  }
  .footer-top.has-bg {
    padding: 0.49rem 0 1.36rem;
    background: url("../img/common/sp/footer_bg.png") no-repeat left bottom;
    background-size: contain;
  }
  .footer-top.has-bg .cmn-btn-call .fa-phone {
    margin-left: 0.07rem;
  }
  .footer-top.has-bg .col-right {
    bottom: 1.48rem;
  }
  .footer-top.has-bg .cmn-btn-call {
    padding: 0.28rem 0.32rem 0.2rem 0.32rem;
  }
  .footer-top.has-bg .text-bold {
    margin-bottom: 0.14rem;
    font-size: 0.32rem;
  }
  .footer-top.has-bg .text-normal {
    margin-bottom: 0.33rem;
  }
  .footer-top.has-bg .cmn-nav-pc {
    margin-bottom: 0.2rem;
  }
  .footer-top.has-bg .cmn-nav-pc .item {
    margin-bottom: 0.09rem;
  }
  .footer-top.has-bg .cmn-nav-pc a {
    padding: 0.14rem 0.21rem 0.1rem;
    letter-spacing: 0.15em;
  }

  .footer-bot {
    padding: 0.23rem 0.2rem 0.27rem;
  }
  .footer-bot .footer-links {
    margin-bottom: 0.3rem;
  }
  .footer-bot .footer-links li:not(:last-child) {
    margin-right: 0.5rem;
  }
  .footer-bot .footer-links a {
    font-size: 0.2rem;
  }
  .footer-bot .footer-links a:before {
    padding-right: 0.04rem;
    font-size: 0.2rem;
  }
  .footer-bot .copyright {
    font-size: 0.2rem;
  }
}
@media print, (min-width: 751px) {
  .footer-top {
    margin-bottom: -1px;
  }
  .footer-top.has-bg {
    padding: 101px 0 214px;
  }
  .footer-top.has-bg .text-normal {
    margin-bottom: 19px;
  }
  .footer-top.has-bg .cmn-nav-pc a {
    padding: 12px 28px 8px;
  }
  .ie .footer-top.has-bg .cmn-nav-pc a {
    padding: 13px 28px 9px;
  }
  .edge .footer-top.has-bg .cmn-nav-pc a {
    padding: 12px 28px 10px;
  }
  .footer-top .wrapper {
    width: 880px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-top .col-left {
    width: 610px;
  }
  .footer-top .col-right {
    width: 186px;
    height: 202px;
    position: relative;
    bottom: 12px;
    right: unset;
  }
  .footer-top .col-right img {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -2px;
  }
  .footer-top .text-bold {
    margin: 12px 0 7px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.026em;
  }
  .footer-top .text-normal {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1;
  }
  .footer-top .text-bold,
  .footer-top .text-normal,
  .footer-top .cmn-nav-pc {
    padding: 0;
  }
  .footer-top .cmn-btn-call .fa-phone {
    margin-top: 5px;
  }
  .ie .footer-top .cmn-btn-call .fa-phone {
    margin-top: 9px;
  }

  .footer-bot {
    padding: 30px 5px 35px;
  }
  .footer-bot .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-bot .footer-links {
    margin-bottom: 0;
  }
  .footer-bot .footer-links li:not(:last-child) {
    margin-right: 45px;
  }
  .footer-bot .footer-links a {
    position: relative;
    color: #fff;
    font-size: 14px;
  }
  .footer-bot .footer-links a:before {
    padding-right: 8px;
    font-size: 14px;
  }
  .footer-bot .copyright {
    font-size: 14px;
  }
}
/* COMMON BUTTON
 * ----------------------------------------------- */
.cmn-btn-call {
  padding: 0.25rem 0.32rem 0.25rem 0.36rem;
  color: #fff;
}
.cmn-btn-call .text {
  margin-bottom: 0.2rem;
  font-size: 0.32rem;
  font-weight: bold;
}
.cmn-btn-call .fa-phone {
  margin-right: 0.22rem;
  font-size: 0.64rem;
}
.cmn-btn-call .number {
  font-size: 0.7rem;
  letter-spacing: -0.01em;
}

@media print, (min-width: 751px) {
  .cmn-btn-call {
    pointer-events: none;
    padding: 21px 5px 12px 29px;
    display: -webkit-flex;
    display: flex;
  }
  .ie .cmn-btn-call, .edge .cmn-btn-call {
    padding-top: 17px;
  }
  .cmn-btn-call .text {
    margin: 0 30px 0 0;
    font-size: 14px;
    line-height: 1.57;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  .cmn-btn-call .call-group {
    margin-top: -2px;
  }
  .cmn-btn-call .fa-phone {
    margin: 0 10px 0 0;
    font-size: 34px;
  }
  .cmn-btn-call .number {
    font-size: 50px;
  }
}
/* COMMON NAV
 * ----------------------------------------------- */
.cmn-nav-pc a {
  padding: 0.13rem 0.25rem;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 0.28rem;
}
.cmn-nav-pc .item {
  margin-bottom: 0.12rem;
}

@media print, (min-width: 751px) {
  .cmn-nav-pc {
    display: -webkit-flex;
    display: flex;
  }
  .cmn-nav-pc .item {
    margin: 0 8px 0 0;
  }
  .cmn-nav-pc .item:last-child {
    margin-right: 0;
  }
  .cmn-nav-pc a {
    padding: 15px 22px 11px;
    letter-spacing: 0.06em;
    display: block;
    font-size: 18px;
    pointer-events:none;/*リンクを非リンクに変える*/
    cursor:default;/*マウスカーソルを矢印のまま変えない*/
}
  .ie .cmn-nav-pc a {
    padding: 13px 22px 10px;
  }
  .edge .cmn-nav-pc a {
    padding: 14px 22px 12px;
  }
}
/* COMMON TO TOP
 * ----------------------------------------------- */
#to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ff9600;
  color: #fff;
  cursor: pointer;
  font-size: 0.24rem;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#to-top .fas,
#to-top .text {
  width: 100%;
}
#to-top .fas {
  margin-bottom: -0.33rem;
}
#to-top.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#to-top.active:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

@media print, (min-width: 751px) {
  #to-top {
    bottom: 156px;
    width: 50px;
    height: 50px;
    background-color: #ff9600;
    font-size: 14px;
    text-align: center;
  }
  #to-top .text {
    margin-top: -12px;
    font-size: 16px;
  }
  #to-top .fas {
    margin-bottom: -6px;
  }
}
/* COMMON SUB BANNER
 * ----------------------------------------------- */
.sub-banner {
  position: relative;
}
.sub-banner .text-group {
  text-align: center;
}

@media print, (min-width: 751px) {
  .sub-banner .bnr-img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sub-banner .text-group {
    position: absolute;
    top: 165px;
    left: 0;
    width: 100%;
  }
  .sub-banner .text-group .sec-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .sub-banner {
    margin: 0.8rem 0 0.75rem;
  }
  .sub-banner .text-group {
    position: relative;
  }
  .sub-banner .sec-title {
    margin-bottom: 0.13rem;
  }
}
@media print, (min-width: 751px) {
  .sub-banner .sec-title {
    margin-bottom: 15px;
  }
  .sub-banner .sub-title {
    margin-left: 9px;
  }
}
/* COMMON TITLE
 * ----------------------------------------------- */
.sec-title {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}

.sub-title {
  line-height: 1;
  color: #ff9600;
  letter-spacing: 0.3em;
}

.subpage-title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

@media print, (max-width: 750px) {
  .sec-title {
    font-size: 0.4rem;
  }

  .sub-title {
    font-size: 0.2rem;
  }

  .subpage-title {
    padding-bottom: 0.13rem;
    line-height: 1.43;
    font-size: 0.28rem;
    border-bottom: 0.02rem solid #413d38;
  }
}
@media print, (min-width: 751px) {
  .sec-title {
    font-size: 40px;
  }

  .sub-title {
    font-size: 14px;
  }

  .subpage-title {
    line-height: 2;
    font-size: 30px;
    border-bottom: 2px solid #413d38;
  }
}
/* PAGES
 * ----------------------------------------------- */
/* SECTION TOP NAV SP
 * ----------------------------------------------- */
@media screen and (max-width: 750px) {
  .top-nav-sp {
    margin-bottom: 0.3rem;
  }
  .top-nav-sp .cmn-nav-pc {
    margin: 0.2rem 0;
  }
  .top-nav-sp .cmn-nav-pc .item {
    margin: 0 0.1rem;
  }
  .top-nav-sp .cmn-nav-pc a {
    padding: 0.17rem 0.25rem 0.13rem;
    font-size: 0.2rem;
    letter-spacing: 0.1em;
  }
  .top-nav-sp .cmn-btn-call {
    margin: 0 0.3rem;
    padding: 0.29rem 0.32rem 0.23rem 0.33rem;
  }
  .top-nav-sp .cmn-btn-call .call-group {
    padding-left: 0.06rem;
  }
}
/* SECTION TOP BANNER
 * ----------------------------------------------- */
.top-banner {
  position: relative;
}
.top-banner .banner-img {
  width: 100%;
}
.top-banner .banner-img img {
  height: 6rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-banner img {
  display: block;
}
.top-banner .text-group {
  width: 100%;
  height: 100%;
  padding: 0.94rem 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
}
.top-banner .text-group .intro-text {
  margin-bottom: 0.33rem;
  color: #ff9600;
  font-weight: bold;
  font-size: 0.3rem;
  letter-spacing: 0.1em;
}
.top-banner .text-group .sub-intro {
  margin-bottom: 0.2rem;
  font-size: 0.4rem;
  letter-spacing: 0.1em;
}
.top-banner .text-group .bnr-title {
  margin-bottom: 0.63rem;
  font-weight: bold;
  font-size: 0.5rem;
  letter-spacing: 0.07em;
}
.top-banner .text-group img {
  width: 3.86rem;
  height: auto;
  display: block;
}
.top-banner .text-group .bg-white {
  position: relative;
  z-index: 2;
  padding: 0.11rem 0.49rem;
}
.top-banner .text-group .bg-white:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

@media print, (min-width: 751px) {
  .top-banner .banner-img img {
    height: 700px;
  }
  .top-banner .text-group {
    width: 100%;
    height: 100%;
    padding: 175px 50px;
  }
  .top-banner .text-group .intro-text {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 30px;
  }
  .top-banner .text-group .sub-intro {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
  }
  .top-banner .text-group .bnr-title {
    margin-bottom: 58px;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 0.1em;
  }
  .top-banner .text-group img {
    width: 386px;
  }
  .top-banner .text-group .bg-white {
    padding: 13px 48px;
  }
  .top-banner .text-group .bg-white:before {
    border-radius: 30px;
  }
}
/* SECTION TOP ABOUT
 * ----------------------------------------------- */
.top-about .group-imgs img {
  display: block;
  width: 100%;
}
.top-about .detail {
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .top-about {
    padding-top: 0.9rem;
    background-color: #f0f0f0;;
    position: relative;
  }
  .top-about:before, .top-about:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .top-about:before {
    height: 2.03rem;
    bottom: 0;
    background-color: #fff;
  }
  .top-about:after {
    height: 3rem;
    bottom: 2.03rem;
    background: url("../img/top/sp/top_bg_white.png") no-repeat left bottom;
    background-size: contain;
  }
  .top-about .wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    position: relative;
    z-index: 1;
  }
  .top-about .sec-title {
    margin-bottom: 0.15rem;
  }
  .top-about .sub-title {
    margin-bottom: 0.57rem;
  }
  .top-about .detail {
    margin-bottom: 0.28rem;
    font-size: 0.28rem;
    line-height: 1.43;
    text-align: justify;
    font-weight: 500;
  }
}
@media print, (min-width: 751px) {
  .top-about {
    background: url("../img/top/top_bg_white.png") repeat-x left bottom;
    background-color: #f0f0f0;
  }
  .top-about .sec-title {
    padding: 100px 0 15px;
  }
  .top-about .sub-title {
    margin: 0 0 62px 6px;
  }
  .top-about .wrapper {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 95px;
  }
  .top-about .detail,
  .top-about .group-imgs {
    width: 50%;
  }
  .top-about .group-imgs {
    margin-top: 1px;
  }
  .top-about .detail {
    padding-right: 45px;
    font-size: 14px;
    line-height: 2.14;
  }
  .ie .top-about .detail, .edge .top-about .detail {
    line-height: 2.15;
  }
}
/* SECTION TOP HOW TO USE
 * ----------------------------------------------- */
.top-how .detail {
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .top-how {
    padding-top: 0.82rem;
  }
  .top-how .wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .top-how .sec-title {
    margin-bottom: 0.11rem;
  }
  .top-how .sub-title {
    margin-bottom: 0.6rem;
  }
  .top-how .detail {
    margin-bottom: 0.19rem;
    font-size: 0.28rem;
    line-height: 1.43;
    text-align: justify;
    font-weight: 500;
  }
}
@media print, (min-width: 751px) {
  .top-how {
    padding: 103px 0 32px;
  }
  .top-how .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
  .top-how .sec-title {
    margin-bottom: 16px;
  }
  .top-how .sub-title {
    margin: 0 0 60px 6px;
  }
  .top-how .detail {
    font-size: 14px;
    line-height: 2.14;
  }
}
/* SECTION TOP SERVICE LINEUP
 * ----------------------------------------------- */
.top-service {
  background-color: #f0f0f0;
}

.service-block {
  padding: 0;
  list-style: none;
}
.service-block .label {
  background-color: #1f1e1d;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.service-block .label:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.service-block .icon {
  height: 100%;
  background-color: #413d38;
  text-align: center;
  color: #999999;
}
.service-block .parent > .label {
  cursor: pointer;
}
.service-block .parent > .label:after, .service-block .parent > .label:before {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  display: block;
  text-align: right;
  width: auto;
}
.service-block .parent > .label:before {
  content: "料金を確認する";
}
.ie .service-block .parent > .label:before {
  top: 51%;
}
.service-block .parent > .label:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.service-block .parent.opened > .label:before {
  content: "閉じる";
}
.service-block .parent.opened > .label:after {
  content: "";
}
.service-block .child {
  display: none;
  background-color: #fff;
  font-weight: 500;
}
.service-block .description {
  letter-spacing: 0.05em;
}
.service-block .item {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.service-block .item img {
  -o-object-fit: cover;
  object-fit: cover;
}
.service-block .item .title {
  overflow: hidden;
  letter-spacing: 0.05em;
}
.service-block .item .par {
  line-height: 1.43;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.service-block .item .price {
  position: absolute;
  color: #ff9600;
  font-weight: 600;
}
.service-block .item .tag {
  background-color: #ff9600;
  color: #fff;
}
.service-block .item .unit sup {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 750px) {
  .top-service {
    padding: 0.8rem 0 0.3rem;
  }
  .top-service .sec-title {
    margin-bottom: 0.13rem;
  }
  .top-service .sub-title {
    margin-bottom: 0.49rem;
  }

  .service-block {
    margin: 0 0 0.4rem;
  }
  .service-block .label {
    height: 0.6rem;
  }
  .service-block .icon {
    width: 0.6rem;
    font-size: 0.24rem;
  }
  .service-block .text {
    padding-left: 0.23rem;
    font-size: 0.28rem;
  }
  .service-block .parent > .label:after, .service-block .parent > .label:before {
    font-size: 0.2rem;
  }
  .service-block .parent > .label:before {
    right: 0.45rem;
  }
  .service-block .parent > .label:after {
    right: 0.2rem;
  }
  .service-block .child {
    padding: 0.29rem 0.2rem 0.1rem;
  }
  .service-block .description {
    margin-bottom: 0.21rem;
    font-size: 0.2rem;
  }
  .service-block .item {
    padding: 0.2rem 0.2rem 0.08rem;
    margin-bottom: 0.2rem;
    border: 0.02rem solid #999;
    -moz-border-radius: 0.16rem;
    -webkit-border-radius: 0.16rem;
    border-radius: 0.16rem;
  }
  .service-block .item img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .service-block .item .col-right {
    width: calc(100% - 1.6rem);
    padding-left: 0.17rem;
  }
  .service-block .item .title {
    margin: 0.05rem 0 0.15rem;
    font-size: 0.28rem;
    max-height: 0.56rem;
  }
  .service-block .item .par {
    font-size: 0.24rem;
    max-height: 1rem;
    line-height: 1.25;
  }
  .service-block .item .price {
    bottom: 0.2rem;
    right: 0.28rem;
  }
  .service-block .item .tag {
    padding: 0.07rem 0.05rem 0.02rem;
    margin-right: 0.2rem;
    font-size: 0.2rem;
  }
  .service-block .item .number {
    margin-right: 0.06rem;
    font-size: 0.4rem;
  }
  .service-block .item .unit {
    font-size: 0.3rem;
    margin-bottom: -0.1rem;
  }
  .service-block .item .unit sup {
    top: -0.1rem;
    font-size: 0.2rem;
  }
}
@media print, (min-width: 751px) {
  .top-service {
    padding: 103px 0 60px;
    margin-top: 87px;
  }
  .top-service .sec-title {
    margin-bottom: 17px;
  }
  .top-service .sub-title {
    margin: 0 0 70px 6px;
  }

  .service-block {
    margin: 0 0 40px;
  }
  .service-block .label {
    height: 60px;
  }
  .service-block .icon {
    width: 60px;
    font-size: 24px;
  }
  .service-block .text {
    margin-top: 5px;
    padding-left: 20px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .ie .service-block .text {
    margin-top: 9px;
  }
  .service-block .parent > .label:after, .service-block .parent > .label:before {
    font-size: 14px;
  }
  .service-block .parent > .label:before {
    right: 39px;
  }
  .service-block .parent > .label:after {
    right: 20px;
  }
  .service-block .child {
    padding-bottom: 48px;
  }
  .service-block .group-items {
    padding: 0 18px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .service-block .description {
    padding: 10px 15px 50px;
    text-align: right;
    font-size: 10px;
  }
  .service-block .item {
    width: calc(50% - 20px);
    padding: 19px 20px 15px 19px;
    margin-bottom: 20px;
    border: 1px solid #999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .service-block .item.custom .price {
    bottom: 25px;
  }
  .service-block .item.custom .price .negotiate {
  }
  .service-block .item img {
    width: 160px;
    height: 160px;
  }
  .service-block .item .col-right {
    padding-left: 18px;
    width: calc(100% - 160px);
  }
  .service-block .item .title {
    margin: 12px 0 15px;
    font-size: 20px;
    max-height: 40px;
  }
  .ie .service-block .item .title {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .service-block .item .par {
    font-size: 14px;
    max-height: 60px;
  }
  .service-block .item .price {
    bottom: 25px;
    right: 20px;
  }
  .service-block .item .tag {
    padding: 4px 6px 2px;
    margin-right: 0.5rem;
  }
  .service-block .item .tag.mr-7 {
    margin-right: -7px;
  }
  .ie .service-block .item .tag {
    padding: 5px 6px 4px;
  }
  .service-block .item .number {
    font-size: 30px;
  }
  .service-block .item .unit {
    font-size: 20px;
    margin-bottom: -7px;
  }
  .ie .service-block .item .unit {
    position: relative;
    top: 2px;
  }
  .service-block .item .unit sup {
    top: -10px;
    font-size: 10px;
  }
  .service-block.block-tree .tag {
    margin-right: 5px;
  }
  .service-block.block-tree .item.item1 .tag {
    margin-right: 19px;
  }
  .service-block.block-tree .item.item1 .number {
    margin-right: 5px;
  }
  .service-block.block-tree .item.item2 .price, .service-block.block-tree .item.item3 .price {
    right: 10px;
  }
  .service-block.block-tree .item.item2 .tag, .service-block.block-tree .item.item3 .tag {
    margin-right: 8px;
  }
  .service-block.block-tree .item.item2 .number, .service-block.block-tree .item.item3 .number {
    margin-right: 6px;
  }
  .service-block.block-tree .item.item4 .tag {
    margin-right: 10px;
  }
  .service-block .item .b-negotiate,
  .service-block.block-tree .item .b-negotiate,
  .service-block.block-tree .item.item1 .b-negotiate,
  .service-block.block-tree .item.item2 .b-negotiate,
  .service-block.block-tree .item.item3 .b-negotiate,
  .service-block.block-tree .item.item4 .b-negotiate
  {
    right: 20px;
    margin-right: 10px;
  }
  
  .service-block .item .b-negotiate .negotiate,
  .service-block.block-tree .item .b-negotiate .negotiate,
  .service-block.block-tree .item.item1 .b-negotiate .negotiate,
  .service-block.block-tree .item.item2 .b-negotiate .negotiate,
  .service-block.block-tree .item.item3 .b-negotiate .negotiate,
  .service-block.block-tree .item.item4 .b-negotiate .negotiate
  {
    font-size: 24px;
    margin-bottom: -5px;
  }
  
  .service-block .item .b-negotiate .tag,
  .service-block.block-tree .item .b-negotiate .tag,
  .service-block.block-tree .item.item1 .b-negotiate .tag,
  .service-block.block-tree .item.item2 .b-negotiate .tag,
  .service-block.block-tree .item.item3 .b-negotiate .tag,
  .service-block.block-tree .item.item4 .b-negotiate .tag
  {
    margin-right: 10px;
  }
}
@media print, (min-width: 751px) {
  .page-top .sec-title {
    font-size: 30px;
  }

  .main-footer.top-custom .cmn-nav-pc a {
    padding: 13px 28px 9px;
  }
  .ie .main-footer.top-custom .cmn-nav-pc a {
    padding: 13px 28px 9px;
  }
}
@media screen and (max-width: 750px) {
  .main-footer.top-custom .cmn-btn-call {
    padding: 0.27rem 0.32rem 0.22rem 0.33rem;
  }
  .main-footer.top-custom .cmn-btn-call .fa-phone {
    margin-left: 0.07rem;
  }
  .main-footer.top-custom .text-bold {
    margin-bottom: 0.14rem;
    font-size: 0.32rem;
  }
  .main-footer.top-custom .text-normal {
    margin-bottom: 0.2rem;
  }
  .main-footer.top-custom .cmn-nav-pc {
    margin-bottom: 0.2rem;
  }
  .main-footer.top-custom .cmn-nav-pc .item {
    margin-bottom: 0.09rem;
  }
  .main-footer.top-custom .cmn-nav-pc a {
    padding: 0.14rem 0.21rem 0.1rem;
    letter-spacing: 0.15em;
  }
  .main-footer.top-custom .col-right {
    bottom: -0.19rem;
  }
}
/* SECTION COMPANY TABLE
 * ----------------------------------------------- */
.company-table .ul-profile {
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 500;
}
.company-table .left {
  background-color: #f0f0f0;
  border-style: solid;
  border-color: #ddd;
}

@media screen and (max-width: 750px) {
  .company-table {
    padding-bottom: 0.32rem;
  }
  .company-table .subpage-title {
    margin-bottom: 0.5rem;
  }
  .company-table .ul-profile {
    font-size: 0.24rem;
  }
  .company-table .right.lh1-67 {
    line-height: 1.67;
  }
  .company-table .left {
    border-width: 0.02rem 0;
  }
  .company-table .left {
    padding: 0.24rem 0.4rem 0.18rem;
  }
  .ie .company-table .left {
    padding: 0.25rem 0.4rem 0.18rem;
  }
  .company-table .right {
    padding: 0.36rem 0.4rem 0.3rem;
  }
  .ie .company-table .right {
    padding: 0.37rem 0.4rem 0.28rem;
  }
  .company-table .item:last-child .right {
    border-bottom: 0.02rem solid #ddd;
  }
}
@media print, (min-width: 751px) {
  .page-company .sub-banner .sec-title {
    margin-bottom: 15px;
  }

  .company-table {
    padding-top: 82px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .company-table .subpage-title {
    margin-bottom: 50px;
  }
  .company-table .item {
    display: -webkit-flex;
    display: flex;
    margin-bottom: -1px;
  }
  .company-table .left,
  .company-table .right {
    padding: 29px 65px 27px 70px;
    border-width: 1px 0;
  }
  .ie .company-table .left, .ie
  .company-table .right {
    padding: 28px 65px 22px 70px;
  }
  .company-table .left {
    width: 290px;
  }
  .company-table .right {
    padding-left: 67px;
    width: calc(100% - 290px);
    border-color: #ddd;
    border-style: solid;
  }
}
/* SECTION PRIVACY CONTENT
 * ----------------------------------------------- */
.privacy-content {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.privacy-content li {
  position: relative;
}
.privacy-content li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 750px) {
  .privacy-content {
    margin-bottom: 0.65rem;
    font-size: 0.24rem;
    line-height: 1.67;
  }
  .privacy-content .pl16 {
    padding-left: 0.16rem;
  }
  .privacy-content.purpose {
    margin-bottom: 0.6rem;
  }
  .privacy-content.consignment {
    margin-bottom: 0.65rem;
  }
  .privacy-content.matter, .privacy-content.optionality {
    margin-bottom: 0.63rem;
  }
  .privacy-content.requests {
    margin-bottom: 0.72rem;
  }
  .privacy-content.cookie {
    margin-bottom: 0.22rem;
  }
  .privacy-content .subpage-title {
    margin-bottom: 0.21rem;
  }
  .privacy-content .text-bold {
    font-size: 0.24rem;
    line-height: 1.67;
  }
  .privacy-content .par {
    padding: 0 0.2rem;
  }
  .privacy-content li {
    padding-left: 0.24rem;
  }
  .privacy-content li:before {
    top: -0.03rem;
    left: -0.01rem;
    font-size: 0.27rem;
  }
  .privacy-content .sp-custom li {
    padding-left: 0;
    text-indent: 0.24rem;
  }
  .privacy-content .sp-custom li:before {
    left: -0.25rem;
  }
}
@media print, (min-width: 751px) {
  .page-privacy .sub-banner .sec-title {
    margin-bottom: 18px;
  }
  .page-privacy .subpage-title {
    line-height: 2.1;
  }

  .privacy-content {
    margin-bottom: 75px;
    font-size: 14px;
    line-height: 2.143;
  }
  .privacy-content .mt-8 {
    margin-top: -8px;
  }
  .privacy-content li {
    padding-left: 14px;
  }
  .privacy-content li:before {
    font-size: 14px;
  }
  .privacy-content .subpage-title {
    margin-bottom: 42px;
  }
  .privacy-content .text-bold {
    font-size: 24px;
    line-height: 1.67;
  }
  .privacy-content.policy {
    padding-top: 80px;
  }
  .privacy-content.cookie {
    margin-bottom: 10px;
  }
  .privacy-content .pr23 {
    padding-right: 23px;
  }
  .privacy-content .pl16 {
    padding: 0 60px 0 20px;
  }
}
/* SECTION TERMS CONTENT
 * ----------------------------------------------- */
 .terms-content {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.terms-content li {
  position: relative;
}

@media screen and (max-width: 750px) {
  .terms-content {
    margin-bottom: 0.5em;
    font-size: 0.24rem;
    line-height: 1.67;
  }
  .terms-content .matter, .terms-content .optionality {
    margin-bottom: 0.63rem;
  }
  .terms-content .subpage-title {
    margin-bottom: 0.21rem;
  }
  .terms-content .text-bold {
    font-size: 0.24rem;
    line-height: 1.67;
  }
  .terms-content .par {
    padding: 0 0.2rem;
  }
  .terms-content li {
    padding-left: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .terms-content .sp-custom li {
    padding-left: 0;
    text-indent: 0.24rem;
  }
  .terms-content .sp-custom li:before {
    left: -0.25rem;
  }
}
@media print, (min-width: 751px) {
  .page-terms .sub-banner .sec-title {
    margin-bottom: 18px;
  }
  .page-terms .subpage-title {
    line-height: 2;
  }

  .terms-content {
    margin-bottom: 75px;
    font-size: 14px;
    line-height: 2;
  }
  .terms-content .mt-8 {
    margin-top: -8px;
  }
  .terms-content li {
    margin-bottom: 0.2em;
    line-height:1.7;
  }
  .terms-content li:before {
    font-size: 14px;
  }
  .terms-content .subpage-title {
    margin-bottom: 42px;
  }
  .terms-content .text-bold {
    font-size: 24px;
    line-height: 1.7;
  }
  .terms-content.top {
    padding-top: 80px;
  }

}