@charset "UTF-8";
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*============================================================
	Base
============================================================*/
html, body, div, span, applet, object, iframe, h1, h2, .point-txt, 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;
}

ul, li {
  list-style: none;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  html, body {
    min-height: 100vh;
  }
}
html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  color: #111;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html * {
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 3.8461538462vw;
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1920px) {
  html {
    font-size: 0.9375vw;
  }
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img[src$=".svg"] {
  max-width: 100%;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #111;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #111;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.75;
}
a:hover img {
  opacity: 0.75;
}

header,
main,
section,
footer {
  width: 100%;
}

header, footer {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto;
  min-height: 1px;
}

/*============================================================
	Commmon
============================================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.inner {
  width: 60.9375vw;
  max-width: 1170px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .inner {
    width: 94.8717948718%;
    max-width: 94.8717948718vw;
  }
}
.contact {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  display: block;
  width: 18.3333333333rem;
  height: 4.1666666667rem;
  border-radius: 0.6111111111rem;
  background: #111;
  position: relative;
}
.contact::before, .contact::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.contact::before {
  background: url(../img/logomark.png) no-repeat;
  background-size: 100%;
  left: 1.1111111111rem;
  width: 3.0555555556rem;
  height: 3.0555555556rem;
}
.contact::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4166666667rem 0.8333333333rem 0.4166666667rem 0;
  border-color: transparent #fff transparent transparent;
  left: 5rem;
}
.contact span {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  position: absolute;
  right: 0.8333333333rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: #fff;
  width: 11.9444444444rem;
  height: 2.7777777778rem;
  line-height: 2.7777777778rem;
  text-align: center;
  border-radius: 0.5555555556rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .contact {
    width: 14.6666666667rem;
    height: 3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact::before {
    width: 2.3333333333rem;
    height: 2.3333333333rem;
    left: 0.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact::after {
    border-width: 0.2666666667rem 0.5333333333rem 0.2666666667rem 0;
    left: 3.7333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact span {
    right: 0.4666666667rem;
    width: 10rem;
    height: 2.3333333333rem;
    line-height: 2.3333333333rem;
    font-size: 1rem;
    border-radius: 0.6666666667rem;
  }
}
.tel {
  display: block;
  background-color: #FDEC66;
  color: #111;
  position: relative;
}
.tel::before {
  position: absolute;
  content: "";
  background: url(../img/icon_tel.svg) no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tel span {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
.tel + p {
  text-align: center;
  margin: 1em 0;
}
.tel + p + small {
  display: block;
  line-height: 1.4;
}

.vertical {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  right: 19.53125%;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .vertical {
    font-size: 0.6666666667rem;
    right: 2.5641025641%;
  }
}
h2 {
  text-align: center;
  font-size: 1.6666666667rem;
  font-weight: 600;
  margin-bottom: 2.7777777778rem;
  position: relative;
  margin-top: 2.5rem;
}
h2::after {
  content: "";
  width: 4%;
  height: 2px;
  display: inline-block;
  background-color: #fdec66;
  position: absolute;
  bottom: -49%;
  left: 48%;
}
h2 span {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6666666667rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  h2::after {
    content: "";
    width: 10%;
    height: 2px;
    display: inline-block;
    background-color: #fdec66;
    position: absolute;
    bottom: -49%;
    left: 43%;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  h2 span {
    font-size: 0.8rem;
  }
}
/*  form
-------------------------------------------------*/
input, select, textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  padding: 0 0.8333333333rem;
  height: 2.7777777778rem;
  line-height: 2.7777777778rem;
  border-radius: 0;
  appearance: none;
  border: solid 1px #fff;
  background: #fff;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  input, select, textarea {
    padding: 0 0.6666666667rem;
    height: 2rem;
    line-height: 2rem;
  }
}
input:focus, select:focus, textarea:focus {
  border-color: #939393;
  outline: none;
}

input {
  width: 100%;
}
input.half {
  width: 50%;
}
input[type=checkbox] {
  display: none;
}
input[type=submit] {
  cursor: pointer;
  padding: 0;
  height: 2.5rem;
  line-height: calc(2.5rem - 3px);
  font-size: 1.2777777778rem;
  font-weight: 600;
  text-align: center;
  border: solid 3px #111;
  border-radius: 1.1111111111rem;
  color: #111;
}
input[type=submit][disabled] {
  border-color: #ccc;
  cursor: default;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  input.half {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  input[type=submit] {
    height: 3rem;
    line-height: calc(3rem - 3px);
    font-size: 1.5333333333rem;
    border-radius: 1.3333333333rem;
  }
}
label {
  position: relative;
  display: inline-block;
}
label.select {
  width: 30.7692307692%;
}
label.select::before, label.select::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
label.select::before {
  width: 2.7777777778rem;
  height: calc(2.7777777778rem - 2px);
  background: #E4E4E6;
  right: 1px;
  top: 1px;
}
label.select::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5555555556rem 0.5555555556rem 0 0.5555555556rem;
  border-color: #939393 transparent transparent transparent;
  right: 0.9722222222rem;
  top: 1.1111111111rem;
}
label.checkbox {
  cursor: pointer;
}
label.checkbox span {
  height: 1.1111111111rem;
  position: relative;
  padding-left: 0.5555555556rem;
  border-left: solid 1.1111111111rem #fff;
}
label.checkbox input[type=checkbox]:checked + span::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 8px;
  border-right: solid 2px #939393;
  border-bottom: solid 2px #939393;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: -12px;
}

@media only screen and (max-width: 767px) {
  label.select {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  label.select::before {
    width: 2rem;
    height: calc(2rem - 2px);
  }
}
@media only screen and (max-width: 767px) {
  label.select::after {
    border-width: 0.4444444444rem 0.4444444444rem 0 0.4444444444rem;
    right: 0.7333333333rem;
    top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  label.checkbox {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  label.checkbox span {
    height: 1.3333333333rem;
    border-width: 1.3333333333rem;
  }
}
select {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  outline: 0;
}

option {
  outline: 0;
}

textarea {
  width: 100%;
  height: 8.8888888889rem;
}

@media only screen and (max-width: 767px) {
  textarea {
    height: 8.6666666667rem;
  }
}
/*  validation
-------------------------------------------------*/
.err {
  border: solid 1px red;
  background: rgba(255, 0, 0, 0.1);
}

.errMsg {
  margin-left: 1em;
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: -0.9em;
  color: #fff;
}

.formError {
  margin-left: 1em;
  padding-top: 13px;
  display: block;
}
.formError .formErrorContent {
  padding: 6px;
  position: relative;
  background: rgba(255, 0, 0, 0.8);
  font-size: 90%;
  border-radius: 5px;
}
.formError .formErrorContent::before {
  position: absolute;
  content: "";
  left: 20px;
  top: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 13px 5px;
  border-color: transparent transparent rgba(255, 0, 0, 0.8) transparent;
}
.formError .formErrorArrow {
  display: none;
}
.formError.fixed {
  margin-left: 0;
}
.formError.fixed .formErrorContent {
  display: inline-block;
}

/*============================================================
	Layout
============================================================*/
/*  お問い合わせボタン固定（SP）
-------------------------------------------------*/
.bottom {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.bottom.fixed {
  opacity: 1;
  visibility: visible;
  position: fixed;
  width: 100%;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

/*  Page top（PC）
-------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 2.7777777778rem;
  padding-top: 11.1111111111rem;
  cursor: pointer;
}
#pagetop::before {
  position: absolute;
  content: "";
  height: 10rem;
  width: 0.4444444444rem;
  border-top: solid 1px #111;
  border-left: solid 1px #111;
  top: 0;
  transform: skewY(60deg);
}

/*  header
-------------------------------------------------*/
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 1.1111111111rem 0 0;
  transition: all 0.3s;
  z-index: 9999;
}
header .inner {
  display: flex;
  justify-content: space-between;
}
header .inner h1 {
  display: inline-block;
  width: 12.8205128205%;
}
header .inner .hamburger {
  position: fixed;
  top: 1rem;
  right: 1rem;
  display: block;
  width: 14.1025641026vw;
  height: 3.6666666667rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  z-index: 10000;
}
header .inner .hamburger span {
  position: absolute;
  background: #707070;
  width: 2rem;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  transition: all 0.3s;
}
header .inner .hamburger span.top {
  top: 1rem;
}
header .inner .hamburger span.center {
  top: 1.6666666667rem;
  transform: translate(-50%, -50%);
}
header .inner .hamburger span.btm {
  top: 2.2rem;
}
header .inner .hamburger.active {
  display: none;
}
header .inner .hamburger.active span.top {
  top: 1.6666666667rem;
  transform: translateX(-50%) rotate(45deg);
}
header .inner .hamburger.active span.center {
  transform: translateX(-50%) scaleX(0);
}
header .inner .hamburger.active span.btm {
  top: 1.6666666667rem;
  transform: translateX(-50%) rotate(135deg);
}
header .inner .close {
  display: block;
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(17, 17, 17, 0.5);
  width: calc(100% - 64.1025641026vw);
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  z-index: 10000;
}
header .inner .close.open {
  opacity: 1;
  visibility: visible;
}
header .inner nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .inner nav a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1111111111rem;
}
header .inner nav a:nth-child(-n+4) {
  margin-bottom: 1.5em;
}
header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(0) !important;
}

@media only screen and (max-width: 767px) {
  header {
    padding: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  header .inner.menu {
    height: 33.222222rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  header .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  header .inner h1 {
    width: 38.4615384615vw;
  }
}
@media only screen and (max-width: 767px) {
  header .inner nav {
    align-items: center;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    position: fixed;
    top: 0;
    right: 0;
    width: 64.1025641026vw;
    height: 100vh;
    border-left: solid 1px #ADADAD;
    z-index: 10001;
  }
  header .inner nav.open {
    opacity: 1;
    visibility: visible;
  }
}
@media print, screen and (min-width: 768px) {
  header .inner nav a.contact, header .inner nav a.tel {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .inner nav a {
    display: block;
  }
  header .inner nav a:nth-child(-n+5) {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 1.6666666667rem 0;
    border-bottom: solid 1px #ADADAD;
  }
  header .inner nav a.contact {
    margin-top: 1.3333333333rem;
  }
  header .inner nav a.tel {
    margin-top: 2rem;
    width: 14.6666666667rem;
    height: 3.3333333333rem;
    border-radius: 1.6666666667rem;
  }
  header .inner nav a.tel::before {
    left: 1.3333333333rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  header .inner nav a.tel span {
    font-size: 1rem;
    left: 3.6666666667rem;
  }
  header .inner nav a.tel + p {
    font-size: 0.9333333333rem;
  }
  header .inner nav a.tel + p + small {
    width: 14.6666666667rem;
    font-size: 0.6666666667rem;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 768px) {
  header.fixed {
    background: #fff;
    padding: 0.5555555556rem 0;
    box-shadow: 0 5px 8px rgba(17, 17, 17, 0.16);
  }
  header.fixed .inner {
    height: auto;
    flex-direction: row;
    align-items: center;
  }
  header.fixed .inner nav {
    width: 76.9230769231%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header.fixed .inner nav a:first-child {
    display: none;
  }
  header.fixed .inner nav a:not(:last-child) {
    margin-bottom: 0;
  }
  header.fixed .inner nav a.contact {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  header.fixed .inner {
    justify-content: flex-end;
  }
  header.fixed .inner h1 {
    display: none;
  }
}
/*  mv slider
-------------------------------------------------*/
#mv {
  position: relative;
}
#mv .vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#mv .container {
  position: relative;
  width: 67vw;
  margin-left: 35%;
}
#mv .container strong {
  letter-spacing: 1px;
  position: absolute;
  left: 2em;
  bottom: 2.222222rem;
  font-size: 2.3rem;
  line-height: 1.5555555556;
  color: #fff;
  font-weight: 100;
}
#mv .container strong span {
  font-size: 80%;
}

@media only screen and (max-width: 767px) {
  #mv .container {
    width: 89.487179vw;
    margin-left: 17%;
  }
}
@media only screen and (max-width: 767px) {
  #mv .container strong {
    font-size: 1.4rem;
    line-height: 1.3;
    left: 2em;
    bottom: 2rem;
  }
}
.slider img {
  width: 100%;
}

.slick-arrow {
  height: 100%;
  width: 5rem;
  transform: translate(0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-dots {
  bottom: -35px !important;
}

/*  intro
-------------------------------------------------*/
#intro {
  position: relative;
  padding: 1.6666666667rem 0 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  #intro {
    padding: 1.3333333333rem 0 3.3333333333rem;
  }
}
#intro .vertical {
  top: 1.5em;
}
#intro .vertical .scroll {
  display: inline-block;
  padding-bottom: 11.1111111111rem;
  overflow: hidden;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #intro .vertical .scroll {
    padding-bottom: 13.3333333333rem;
  }
}
#intro .vertical .scroll::before, #intro .vertical .scroll::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 10rem;
}
@media only screen and (max-width: 767px) {
  #intro .vertical .scroll::before, #intro .vertical .scroll::after {
    height: 12rem;
  }
}
#intro .vertical .scroll::before {
  background: #c4c4c4;
}
#intro .vertical .scroll::after {
  background: #111;
  animation: scroll 2s cubic-bezier(1, 0, 0, 1) infinite;
}
#intro .inner {
  position: relative;
  width: 53.6458333333vw;
  max-width: 1030px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #intro .inner {
    width: 94.8717948718%;
    max-width: 94.8717948718vw;
    padding-right: 0.6666666667rem;
  }
}
#intro .inner .contact {
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #intro .inner .contact {
    margin-bottom: 9.3333333333rem;
    margin-right: 0.6666666667rem;
  }
}

/*  uniqueness
-------------------------------------------------*/
#uniqueness .inner .point-box {
  width: 100.4273504274%;
  max-width: 1175px;
  height: 25rem;
  box-shadow: 2px 2px 5px rgba(1, 1, 2, 0.1);
}
#uniqueness .inner .point-box > ul > li:not(:last-child) {
  border-bottom: dashed 1px #707070;
  margin-bottom: 2.7777777778rem;
}
#uniqueness .inner .point-box .point .point-txt {
  display: block;
  width: 50%;
  text-align: center;
  font-size: 1.3888888889rem;
}
#uniqueness .inner .point-box .point .point-txt .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6666666667rem;
  line-height: 1.3333333333;
  margin-bottom: 3.3333333333rem;
}
#uniqueness .inner .point-box .point .point-txt .number-b {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  margin-top: -1rem;
  position: relative;
}
#uniqueness .inner .point-box .point .point-txt .number-b::after {
  content: "";
  width: 11%;
  height: 2px;
  display: inline-block;
  background-color: #fdec66;
  position: absolute;
  bottom: -56%;
  left: 44%;
}
#uniqueness .inner .point-box .point p {
  width: 100%;
  padding: 2.7777777778rem 3.3333333333rem;
  line-height: 1.6666666667;
}
#uniqueness .inner .container .price_wrap {
  padding: 2.7777777778rem 2.7777777778rem;
  background-color: #fff;
}
#uniqueness .inner .container .price_wrap .price {
  width: 59.666667rem;
  background: #FDEC66;
  padding: 1.3888888889rem 0 1rem 0;
  margin: auto;
  margin-top: 3rem;
  text-align: center;
  font-weight: 600;
}
#uniqueness .inner .container .price_wrap .price img {
  width: 64%;
}
#uniqueness .inner .container .price_wrap .price p {
  font-size: 1.1111111111rem;
  margin-bottom: 1em;
}
#uniqueness .inner .container .price_wrap .price strong {
  font-size: 2.7777777778rem;
  display: block;
}
#uniqueness .inner .container .price_wrap .price span {
  font-size: 1rem;
  font-weight: 300;
}
#uniqueness .inner .container .price_wrap .price small {
  font-size: 1rem;
  font-weight: 300;
  display: block;
  text-align: right;
  margin-right: 8em;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #uniqueness .inner .container .price_wrap .plan-txt {
    padding-left: 11rem;
  }
}
#uniqueness .inner .container .price_wrap h4 {
  font-size: 1.1111111111rem;
  text-align: center;
  margin: 2.5rem 0;
}
#uniqueness .inner .container .price_wrap ul li {
  width: 29.0322580645%;
  border: solid 5px #F2F2F2;
}
#uniqueness .inner .container .price_wrap ul li h5 {
  background: #F2F2F2;
  width: 100%;
  height: 3.3333333333rem;
  line-height: 3.3333333333rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
#uniqueness .inner .container .price_wrap ul li .inside {
  padding: 1.6666666667rem;
}
#uniqueness .inner .container .price_wrap ul li .inside figure {
  width: 4.6666666667rem;
  margin: auto;
}
#uniqueness .inner .container .price_wrap ul li .inside dl {
  margin-top: 1.6666666667rem;
}
#uniqueness .inner .container .price_wrap ul li .inside dl dt {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.6666666667rem;
  line-height: 1.3333333333;
}
#uniqueness .inner .container .price_wrap ul li .inside dl dt small {
  font-size: 0.7777777778rem;
}
#uniqueness .inner .container .price_wrap ul li .inside dl dd {
  font-size: 0.8888888889rem;
  line-height: 1.625;
}
#uniqueness .inner .container .price_wrap ul li .inside small {
  font-size: 0.6666666667rem;
  line-height: 2;
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
#uniqueness .inner .container .price_wrap > p small {
  display: block;
  font-size: 0.7777777778rem;
}

@media only screen and (max-width: 767px) {
  #uniqueness {
    margin-top: -10rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .point-box {
    width: 94.5945945946%;
    max-width: 89.7435897436vw;
    height: 100%;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (max-width: 587px) {
  #uniqueness .inner .point-box {
    height: 75%;
  }
}
@media print, screen and (min-width: 768px) {
  #uniqueness .inner .point-box .point {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .point-box > ul > li {
    padding: 0 1.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .point-box > ul > li:not(:last-child) {
    margin-bottom: 3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .point-box .point .point-txt {
    width: 100%;
    font-size: 1.4666666667rem;
    line-height: 1.5909090909;
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .point-box > ul > li .point-txt .number {
    font-size: 2.6666666667rem;
    line-height: 1.4;
    margin-bottom: 2.3333333333rem;
  }
}
@media print, screen and (min-width: 768px) {
  #uniqueness .inner .point-box .point figure {
    width: 50%;
    padding-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .point-box .point p {
    padding: 3.3333333333rem 0;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap {
    padding: 2.3333333333rem 1.1111111111rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap .price {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap .price p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap .price strong {
    font-size: 2.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap .price span, #uniqueness .inner .container .price_wrap .price small {
    font-size: 0.8666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap .price small {
    margin-right: 4em;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap h4 {
    font-size: 1rem;
    margin: 2rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  #uniqueness .inner .container .price_wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap ul li {
    width: 87.0967741935%;
    margin: 0 auto 0.8333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap ul li h5 {
    height: 4rem;
    line-height: 4rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap ul li .inside {
    padding: 1.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap ul li .inside figure {
    width: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap ul li .inside dl {
    margin-top: 1.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap ul li .inside dl dt {
    margin-bottom: 1.6666666667rem;
    font-size: 1rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap ul li .inside dl dt small {
    font-size: 0.9333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap ul li .inside dl dd {
    font-size: 1rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap ul li .inside small {
    font-size: 0.8666666667rem;
    line-height: 1.3846153846;
  }
}
@media print, screen and (min-width: 768px) {
  #uniqueness .inner .container .price_wrap > p {
    font-size: 1rem;
    line-height: 1.6666666667;
    margin-top: 2.7777777778rem;
    padding-left: 4.4444444444rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap > p {
    width: 87.0967741935%;
    margin: auto;
    font-size: 1rem;
    line-height: 1.6666666667;
    padding-top: 0.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness .inner .container .price_wrap > p small {
    font-size: 0.8rem;
    white-space: nowrap;
  }
  #uniqueness .inner .container .price_wrap > p small:first-of-type {
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #uniqueness > figure {
    width: 60.9375vw;
    max-width: 1170px;
    margin: 5.5555555556rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #uniqueness > figure {
    margin-top: 3.3333333333rem;
  }
}
.ttl-txt {
  text-align: center;
  line-height: 1.6666666667;
  margin-bottom: 2.7777777778rem;
}

.point-txt2 {
  font-size: 1rem;
  line-height: 1.6666666667;
  display: inline-block;
  margin-top: 2rem;
}

/*  price-plan
-------------------------------------------------*/
#price-plan {
  background: #E4E4E6;
  margin-top: 5rem;
  padding: 2rem 0;
}
#price-plan .price_wrap {
  background-color: #fff;
  padding: 4rem;
}
#price-plan .price {
  width: 31.6666666667rem;
  background: #FDEC66;
  margin: auto;
  text-align: center;
  font-weight: 600;
}
#price-plan .price p {
  font-size: 1.1111111111rem;
  margin-bottom: 1em;
}
#price-plan .price strong {
  font-size: 2.7777777778rem;
  display: block;
}

@media only screen and (max-width: 767px) {
  #price-plan .price_wrap {
    padding: 1.3333333333rem 1.1111111111rem;
  }
}
@media only screen and (max-width: 767px) {
  #price-plan .price p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #price-plan .price strong {
    font-size: 2.3333333333rem;
  }
}
/*  work
-------------------------------------------------*/
#work {
  padding: 2rem 0 5rem 0;
}

.slider-2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.slider-2.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 20px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  #work {
    padding: 0rem 0 5rem 0;
  }
  .slider-2 {
    padding: 2rem 0.5rem;
  }
}
/*  flow
-------------------------------------------------*/
#flow {
  padding: 3.2222222222rem 0 2.7777777778rem;
  position: relative;
}
#flow .arrow {
  width: 5%;
  margin: 0 auto;
  padding-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  #flow .arrow {
    width: 10%;
  }
}
#flow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #E4E4E6;
  z-index: -2;
}
#flow .inner > p {
  text-align: center;
  line-height: 1.6666666667;
  margin-bottom: 2.7777777778rem;
}
#flow .inner > p strong {
  position: relative;
}
#flow .inner > p strong::before {
  position: absolute;
  content: "";
  width: 105%;
  height: 10px;
  background: #FDEC66;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
#flow .inner > ol {
  background-color: #fff;
  counter-reset: step;
  padding: 1rem 0;
}
#flow .inner > ol > li {
  background: #fff;
  padding: 2.7777777778rem 3.8888888889rem;
  position: relative;
}
#flow .inner > ol > li::before {
  position: absolute;
  counter-increment: step;
  content: "STEP " counter(step);
  left: 50%;
  transform: translateX(-50%);
  top: 0.8333333333rem;
  font-size: 1.6666666667rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #048BA8;
}
#flow .inner > ol > li:nth-child(2) .flow {
  counter-reset: flow 2;
}
#flow .inner > ol > li:last-child .flow {
  counter-reset: flow 4;
}
#flow .inner > ol > li h3 {
  text-align: center;
  color: #048BA8;
  margin-bottom: 1.6666666667rem;
  font-weight: normal;
  margin-top: 5px;
}
#flow .inner > ol > li .flow {
  counter-reset: flow;
}
#flow .inner > ol > li .flow dl:not(:last-child) {
  margin-bottom: 4.1666666667rem;
  position: relative;
}
#flow .inner > ol > li .flow dl dt {
  font-size: 1.1111111111rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
#flow .inner > ol > li .flow dl dd {
  font-size: 1rem;
  line-height: 1.6666666667;
}
#flow .inner > ol > li .flow dl.customer {
  display: flex;
  box-shadow: 4px 4px 10px rgba(17, 17, 17, 0.16);
}
#flow .inner > ol > li .flow dl.customer dt, #flow .inner > ol > li .flow dl.customer dd {
  position: relative;
}
#flow .inner > ol > li .flow dl.customer dt {
  background: #FDEC66;
}
#flow .inner > ol > li .flow dl.customer dt::before, #flow .inner > ol > li .flow dl.customer dt::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.3333333333rem;
  height: 3.3333333333rem;
}
#flow .inner > ol > li .flow dl.customer dt span {
  white-space: nowrap;
}
#flow .inner > ol > li .flow dl:not(.customer) dt {
  display: block;
  margin-bottom: 1.1111111111rem;
}
#flow .inner > ol > li .flow dl:not(.customer) dd {
  border: solid 1px #707070;
}

.comment {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.7777777778rem;
}
@media only screen and (max-width: 767px) {
  .comment {
    flex-direction: column-reverse;
    margin-top: 1.3333333333rem;
  }
}
.comment figure {
  width: 11.6239316239%;
}
@media only screen and (max-width: 767px) {
  .comment figure {
    width: 27.027027027%;
    margin-left: 3.3333333333rem;
  }
}
.comment p {
  width: 55.5555555556%;
  line-height: 1.6666666667;
  background: #fff;
  padding: 2.5rem;
  border-radius: 1.6666666667rem;
  position: relative;
  box-shadow: 4px 4px 10px rgba(17, 17, 17, 0.16);
  margin-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .comment p {
    width: 83.7837837838%;
    margin: 0 auto 3.3333333333rem;
    padding: 2rem;
  }
}
.comment p::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  filter: drop-shadow(4px 4px 10px rgba(17, 17, 17, 0.16));
}
@media print, screen and (min-width: 768px) {
  .comment p::before {
    left: -2.4444444444rem;
    top: 50%;
    transform: translateY(-50%);
    border-width: 1.0555555556rem 2.5rem 1.0555555556rem 0;
    border-color: transparent #fff transparent transparent;
  }
}
@media only screen and (max-width: 767px) {
  .comment p::before {
    border-width: 2.1333333333rem 1.1666666667rem 0 1.1666666667rem;
    border-color: #fff transparent transparent transparent;
    bottom: -2rem;
    left: 3.7333333333rem;
  }
}
.comment p strong {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #flow .inner > p {
    margin-bottom: 2rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner > ol > li {
    padding: 4rem 2.6666666667rem 2.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner > ol > li::before {
    font-size: 1.6666666667rem;
    top: 1.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner > ol > li .point-txt {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner > ol > li .flow dl:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner > ol > li .flow dl dt {
    font-size: 1.2rem;
  }
  #flow .inner > ol > li .flow dl dt.small {
    font-size: 1rem;
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner > ol > li .flow dl dd {
    font-size: 1rem;
    line-height: 1.6666666667;
    padding: 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner > ol > li .flow dl.customer {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  #flow .inner > ol > li .flow dl.customer dt, #flow .inner > ol > li .flow dl.customer dd {
    height: 10rem;
  }
  #flow .inner > ol > li .flow dl.customer dt span, #flow .inner > ol > li .flow dl.customer dd span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 768px) {
  #flow .inner > ol > li .flow dl.customer dt {
    width: 35.9223300971%;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner > ol > li .flow dl.customer dt {
    height: 2.6666666667rem;
  }
  #flow .inner > ol > li .flow dl.customer dt span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner > ol > li .flow dl.customer dt::before, #flow .inner > ol > li .flow dl.customer dt::after {
    width: 2.6666666667rem;
    height: 2.6666666667rem;
  }
}
@media print, screen and (min-width: 768px) {
  #flow .inner > ol > li .flow dl.customer dd {
    width: 64.0776699029%;
  }
  #flow .inner > ol > li .flow dl.customer dd span {
    width: 28.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #flow .inner > ol > li .flow dl:not(.customer) dt {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  #flow .inner > ol > li .flow dl:not(.customer) dd {
    width: 72.8155339806%;
    padding: 0.8333333333rem 2.5rem;
    margin: auto;
  }
}
/*  faq
-------------------------------------------------*/
#faq {
  padding: 3.5555555556rem 0;
}
#faq .inner {
  width: 53.6458333333vw;
  max-width: 1030px;
  margin: auto;
}
#faq dl {
  padding: 0 2.2222222222rem 2.7777777778rem;
  border-bottom: dashed 1px #707070;
}
#faq dl:not(:last-of-type) {
  margin-bottom: 2.7777777778rem;
}
#faq dl dt, #faq dl dd {
  position: relative;
  padding-left: 2.7777777778rem;
}
#faq dl dt::before, #faq dl dt::after {
  position: absolute;
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  left: 0;
}
#faq dl dd::before, #faq dl dd::after {
  position: absolute;
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  left: 0;
}
#faq dl dt::before, #faq dl dd::before {
  border-radius: 50%;
  content: "";
}
#faq dl dt::after, #faq dl dd::after {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.9444444444rem;
  text-align: center;
}
#faq dl dt {
  font-weight: 600;
  margin-bottom: 1.6666666667rem;
}
#faq dl dt::before {
  background: #DED7BC;
  top: -0.5555555556rem;
}
#faq dl dt::after {
  top: -0.5555555556rem;
  content: "Q";
}
#faq dl dd {
  line-height: 1.6666666667;
}
#faq dl dd::before {
  background: #F2F2F2;
  top: -0.2777777778rem;
}
#faq dl dd::after {
  top: -0.2777777778rem;
  content: "A";
}
#faq dl dd .tel_wrap {
  margin-left: -2rem;
}
#faq dl dd .tel_wrap .tel {
  margin-top: 2.6666666667rem;
  width: 20.6666666667rem;
  height: 4.6666666667rem;
  border-radius: 2.3333333333rem;
}
#faq dl dd .tel_wrap .tel::before {
  left: 2rem;
  width: 2.2666666667rem;
  height: 2.2666666667rem;
}
#faq dl dd .tel_wrap .tel span {
  font-size: 1.2666666667rem;
  left: 6rem;
}
#faq dl dd .tel_wrap .tel + p {
  font-size: 1rem;
}
#faq dl dd .tel_wrap .tel + p + small {
  font-size: 0.8666666667rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  #faq {
    padding: 3.3333333333rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #faq .inner {
    width: 84.6153846154%;
    max-width: 84.6153846154vw;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl {
    padding: 0 0 4.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl:not(:last-of-type) {
    margin-bottom: 3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl dt, #faq dl dd {
    padding-left: 3.3333333333rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl dt::before, #faq dl dt::after {
    width: 2.3333333333rem;
    height: 2.3333333333rem;
  }
  #faq dl dd::before, #faq dl dd::after {
    width: 2.3333333333rem;
    height: 2.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl dt::after, #faq dl dd::after {
    line-height: 2.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl dt {
    margin-bottom: 2.7777777778rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl dt::before {
    top: -0.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl dt::after {
    top: -0.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl dd::before {
    top: -0.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #faq dl dd::after {
    top: -0.3333333333rem;
  }
}
/*  contact
-------------------------------------------------*/
#contact {
  padding-bottom: 5.5555555556rem;
}
#contact .inner {
  background: #F2F2F2;
  padding: 1.1111111111rem 3.8888888889rem 2.2222222222rem;
}
#contact .inner form dl:not(:last-of-type) {
  margin-bottom: 0.8333333333rem;
}
#contact .inner form dl dt {
  letter-spacing: 0;
  font-weight: 600;
}
#contact .inner form dl dd.value {
  border: solid 1px #707070;
  padding: 0.8333333333rem;
}
#contact .inner form dl dd.value:not(:last-of-type) {
  margin-bottom: 0.8333333333rem;
}
#contact .inner form span {
  display: inline-block;
}
#contact .inner form span::after {
  text-align: center;
  margin-left: 0.8333333333rem;
  font-size: 0.8888888889rem;
  font-weight: 300;
  padding: 5px 15px;
  display: inline-block;
}
#contact .inner form span.required::after {
  background: #FDEC66;
  content: "必須";
}
#contact .inner form span.option::after {
  background: #fff;
  content: "任意";
}
#contact .inner form .agree {
  margin-top: 1.3888888889rem;
  text-align: center;
}
#contact .inner form p {
  text-align: center;
  margin-top: 1em;
}
#contact .inner form p a {
  text-decoration: underline;
}
#contact .inner form .submitBtn {
  width: 10rem;
  margin: 1.6666666667rem auto 0;
}
#contact .inner form .submitBtn.check {
  margin-top: 4.7222222222rem;
}
#contact.sub {
  padding-top: 7.2222222222rem;
}
#contact.sub .inner {
  background: #fff;
}
#contact.sub .inner .point-txt {
  text-align: center;
  font-size: 1.2777777778rem;
  padding-bottom: 2.7777777778rem;
  margin-bottom: 2.7777777778rem;
  position: relative;
}
#contact.sub .inner .point-txt::after {
  position: absolute;
  content: "";
  width: 5.5555555556rem;
  height: 0.2777777778rem;
  background: #111;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#contact.sub .inner .point-txt strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.2222222222rem;
  margin-bottom: 0.3em;
}
#contact.sub .inner .point-txt + p {
  text-align: center;
  line-height: 1.6666666667;
}
#contact.sub .inner .back {
  display: block;
  width: 7.7777777778rem;
  height: 2.2222222222rem;
  line-height: 2.2222222222rem;
  border: solid 1px #707070;
  border-radius: 1.1111111111rem;
  text-align: center;
  margin: 4.1666666667rem auto 0;
}

@media only screen and (max-width: 767px) {
  #contact {
    padding-bottom: 3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner {
    padding: 1.6666666667rem 2.6666666667rem 2.6666666667rem;
    width: 89.7435897436%;
    max-width: 89.7435897436vw;
  }
}
@media print, screen and (min-width: 768px) {
  #contact .inner form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  #contact .inner form dl dt {
    width: 33.9805825243%;
    padding-top: 0.8333333333rem;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl dt {
    margin-bottom: 0.3333333333rem;
  }
}
@media print, screen and (min-width: 768px) {
  #contact .inner form dl dd {
    width: 63.1067961165%;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl dd.value {
    padding: 0.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner form dl dd.value:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner form span::after {
    margin-left: 0.6666666667rem;
    font-size: 0.8666666667rem;
    padding: 5px 7px;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner form .agree {
    margin-top: rem(25);
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner form p {
    text-align: left;
    margin-top: rem(25);
    font-size: 0.8rem;
    line-height: 1.6666666667;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner form .submitBtn {
    width: 12rem;
    margin: 2rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #contact .inner form .submitBtn.check {
    margin-top: 3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact.sub {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact.sub .inner .point-txt {
    font-size: 1.4666666667rem;
    padding-bottom: 3.3333333333rem;
    margin-bottom: 3.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact.sub .inner .point-txt::after {
    width: 6.6666666667rem;
    height: 0.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact.sub .inner .point-txt strong {
    font-size: 2.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact.sub .inner .point-txt + p {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #contact.sub .inner .back {
    width: 9.3333333333rem;
    height: 2.6666666667rem;
    line-height: 2.6666666667rem;
    font-size: 1.2rem;
    border-radius: 1.3333333333rem;
    margin-top: 6.6666666667rem;
  }
}
/*  privacy policy
-------------------------------------------------*/
#privacy {
  padding: 7.2222222222rem 0 10.5555555556rem;
}
#privacy .inner {
  width: 41.6666666667vw;
  max-width: 800px;
}
#privacy .inner p, #privacy .inner ol {
  line-height: 1.6666666667;
}
#privacy .inner .point-txt {
  font-weight: 600;
  margin: 1.6666666667rem 0;
}
#privacy .inner ol {
  counter-reset: privacy;
}
#privacy .inner ol li::before {
  counter-increment: privacy;
  content: counter(privacy) ".";
}
#privacy .inner ol li ol {
  margin: 1em 0 1em 3em;
}

@media only screen and (max-width: 767px) {
  #privacy {
    padding: 8rem 0 6.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #privacy .inner {
    width: 73.0769230769%;
    max-width: 73.0769230769vw;
  }
  #privacy .inner h2 {
    font-size: 1.7333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #privacy .inner p, #privacy .inner ol {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  #privacy .inner .point-txt {
    margin: 2rem 0 1rem;
  }
}
/*  footer
-------------------------------------------------*/
footer {
  background: #F2F2F2;
  text-align: center;
  height: 5.5555555556rem;
  font-size: 0.8888888889rem;
  padding-top: 3.6111111111rem;
}
footer a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  footer {
    height: 6.6666666667rem;
    font-size: 0.8rem;
    line-height: 1.6666666667;
    padding-top: 3.0555555556rem;
  }
}