@charset "UTF-8";
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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.075em;
  font-family: 'Noto Serif JP', serif;
  color: #6f6a5c;
  background-color: '#ffffff';
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.266666666666667vw;
    line-height: 1.9375;
  }
}
body a {
  text-decoration: none;
  color: #fa7864;
}
@media only screen and (min-width: 768px) {
  body a {
    transition: opacity 0.3s;
  }
  body a:hover {
    opacity: 0.7;
  }
}
body img {
  vertical-align: top;
}
body svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.animated {
  opacity: 0;
}
.for-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .for-sp {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
}
.en {
  font-family: $font-noto;
  font-weight: bold;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    min-width: 1000px;
  }
}
.block-works .notes {
  margin-top: 11px;
  font-size: 1.1rem;
  line-height: 2.272727272727273;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-works .notes {
    margin-top: -2.666666666666667vw;
    font-size: 2.933333333333333vw;
    line-height: 1.909090909090909;
    letter-spacing: -0.01em;
  }
}
.works-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 44px;
  margin-right: -50px;
}
.works-list li {
  width: 300px;
  margin-right: 50px;
  padding-bottom: 17px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .works-list li {
    transition: opacity 0.3s;
  }
  .works-list li:hover {
    opacity: 0.7;
  }
}
.works-list li img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .works-list {
    flex-direction: column;
    padding: 0 6.4vw;
    margin-top: 9.333333333333334vw;
    margin-right: 0;
  }
  .works-list li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 5.866666666666666vw;
  }
}
.works-contents .client {
  margin-top: 6px;
  font-size: 1.8rem;
  line-height: 1.333333333333333;
  text-align: justify;
}
.works-contents .tag {
  margin-top: 6px;
  line-height: 1;
}
.works-contents .tag span,
.works-contents .tag a {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 6px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.538461538461539;
  letter-spacing: 0.075em;
  background: #837f73;
  font-weight: bold;
}
.works-contents .tag.tag-simpleplan span,
.works-contents .tag.tag-simpleplan a {
  background: #837fa0;
}
.works-contents .tag.tag-customplan span,
.works-contents .tag.tag-customplan a {
  background: #637f73;
}
@media only screen and (max-width: 767px) {
  .works-contents .client {
    margin-top: 2.133333333333333vw;
    font-size: 4.266666666666667vw;
    line-height: 1.25;
  }
  .works-contents .tag {
    margin-top: 1.333333333333333vw;
  }
  .works-contents .tag span,
  .works-contents .tag a {
    padding: 0 1.866666666666667vw 0.266666666666667vw;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.075em;
  }
}
.is-modal-opened {
  height: 100vh;
  overflow: hidden;
}
.modal_box {
  position: fixed;
  display: none;
  z-index: 7777;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.7);
}
.modal-close-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_close {
  position: absolute;
  bottom: 6px;
  right: 0;
  display: block;
  margin-right: 4.375%;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  z-index: 2;
}
.modal_close::before,
.modal_close::after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background: #514b3a;
}
.modal_close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_close::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.modal_link_next,
.modal_link_prev {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -20px;
  background: rgba(81,75,58,0.8);
  z-index: 2;
  border-radius: 0 3px 3px 0/0 3px 3px 0;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.modal_link_next::after,
.modal_link_prev::after {
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
}
.modal_link_prev {
  left: 0;
}
.modal_link_prev::after {
  left: 6px;
  border-width: 5px 7px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.modal_link_next {
  right: 0;
}
.modal_link_next::after {
  right: 6px;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.modal-container {
  display: table-cell;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .modal-container {
    padding: 0;
  }
}
.modal-contents {
  position: relative;
  display: inline-block;
  width: 93.75%;
  box-sizing: border-box;
}
.modal-inner {
  position: relative;
  width: 93.75%;
  margin: 0 auto;
  padding-top: 3.125%;
  background: #fff;
  border-radius: 6px;
  text-align: left;
}
.video-container {
  position: relative;
  width: 93.33333333333333%;
  margin: 0 auto;
  line-height: 1;
  box-sizing: border-box;
}
.video-container img {
  width: 100%;
  height: 100%;
}
.video-container video,
.video-container .no-video {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .modal .works-contents {
    width: 93.33333333333333%;
    margin: 0 auto;
    padding: 2.666666666666667vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal_link_next,
  .modal_link_prev {
    opacity: 0;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    border-radius: 0 3px 3px 0/0 3px 3px 0;
    transition: opacity 0.3s;
  }
  .modal_link_next::after,
  .modal_link_prev::after {
    position: absolute;
    top: 15px;
  }
  .modal:hover .modal_link_next,
  .modal:hover .modal_link_prev {
    opacity: 1;
  }
  .modal:hover .modal_link_next:hover,
  .modal:hover .modal_link_prev:hover {
    opacity: 0.7;
  }
  .modal_link_prev {
    margin-left: 0;
  }
  .modal_link_prev::after {
    left: 16px;
    border-width: 10px 14px 10px 0;
  }
  .modal_link_next {
    margin-right: 0;
    border-radius: 3px 0 0 3px/3px 0 0 3px;
  }
  .modal_link_next::after {
    right: 16px;
    border-width: 10px 0 10px 14px;
  }
  .modal_close {
    position: absolute;
    bottom: 24px;
    right: 26px;
    margin-right: 0;
    width: 30px;
    height: 30px;
    transition: opacity 0.3s;
  }
  .modal_close:hover {
    opacity: 0.7;
  }
  .modal_close::before,
  .modal_close::after {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 26px;
    height: 4px;
  }
  .modal-inner {
    width: 100%;
    max-width: 1000px;
    border-radius: 12px;
    padding: 30px 30px 24px;
    box-sizing: border-box;
  }
  .video-container {
    max-width: 940px;
    width: 100%;
  }
}
@media screen and (max-height: 750px) and (min-width: 641px) {
  .video-container img {
    width: auto;
    height: 70vh;
  }
}
.page-heading-container {
  margin-top: 82px;
  padding-top: 82px;
  text-align: center;
}
.page-heading-container span {
  font-weight: bold;
  display: inline-block;
}
.page-heading-container .en {
  font-size: 10rem;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
.page-heading-container .ja {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 35px;
  margin-left: 30px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .page-heading-container {
    margin-top: 68px;
    padding-top: 8vw;
  }
  .page-heading-container .page-heading {
    display: flex;
    flex-direction: column;
  }
  .page-heading-container span {
    display: block;
  }
  .page-heading-container .en {
    order: 2;
    margin-top: 1.333333333333333vw;
    font-size: 13.333333333333334vw;
    line-height: 1;
  }
  .page-heading-container .ja {
    order: 1;
    font-size: 6.133333333333333vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-left: 0;
  }
}
.page-heading-container-kv {
  position: relative;
  height: 518px;
  margin-top: 82px;
}
.page-heading-container-kv .kv {
  width: 100%;
  height: 100%;
}
.page-heading-container-kv .page-heading {
  color: #fff;
  font-weight: bold;
}
.page-heading-container-kv .page-heading .ja {
  position: absolute;
  left: 0;
  font-size: 7rem;
  line-height: 1;
}
.page-heading-container-kv .page-heading .en {
  position: absolute;
  left: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11rem;
  line-height: 1;
  margin-right: -1em;
}
@media only screen and (max-width: 767px) {
  .page-heading-container-kv {
    height: 106.66666666666667vw;
    margin-top: 68px;
  }
  .page-heading-container-kv .page-heading .ja {
    font-size: 8.666666666666668vw;
    line-height: 1;
  }
  .page-heading-container-kv .page-heading .en {
    font-size: 13.333333333333334vw;
    line-height: 1;
  }
}
button,
input[type="checkbox"],
input[type="reset"],
input[type="search"] {
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  background: none;
  border-radius: 0;
  font-family: 'Noto Serif JP', serif;
  color: #6f6a5c;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  color: #6f6a5c;
  border: 1px solid #6f6a5c;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1.4rem;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: 0;
}
@media only screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    height: 11.466666666666667vw;
    padding: 0 2.666666666666667vw;
    font-size: 4vw;
  }
}
textarea {
  padding: 10px 15px;
  width: 100%;
  height: 196px;
}
@media only screen and (max-width: 767px) {
  textarea {
    padding: 2.666666666666667vw 2.666666666666667vw;
    height: 58.93333333333334vw;
  }
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  outline: 0;
  color: inherit;
  border-radius: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  vertical-align: top;
  padding: 10px 35px 0px 25px;
  background: transparent;
  border: none;
  color: #6f6a5c;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  select {
    padding: 2.666666666666667vw 0vw 0 6.133333333333333vw;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.075em;
  }
}
.required {
  margin-left: 16px;
  font-size: 1.2rem;
  color: #ff4142;
}
@media only screen and (max-width: 767px) {
  .required {
    margin-left: 3.733333333333334vw;
    font-size: 2.933333333333333vw;
  }
}
.text-error {
  position: absolute;
  bottom: -14px;
  left: 0;
  display: none;
  margin-top: 4px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ff4142;
}
@media only screen and (max-width: 767px) {
  .text-error {
    bottom: -4vw;
    margin-top: 0.533333333333333vw;
    font-size: 2.933333333333333vw;
    line-height: 1;
  }
}
.is-error .text-error {
  display: block;
}
.item-select .item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: top;
  border-radius: 1px;
  border: 1px solid #6f6a5c;
  z-index: 3;
}
.item-select .item::after {
  position: absolute;
  top: 15px;
  left: 12px;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #6f6a5c transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .item-select .item {
    height: 11.466666666666667vw;
  }
  .item-select .item::after {
    position: absolute;
    top: 3.733333333333334vw;
    left: 2.666666666666667vw;
    border-width: 2.666666666666667vw 1.6vw 0 1.6vw;
  }
}
.item-checkbox {
  display: initial;
  position: relative;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.item-checkbox+.item-checkbox-label {
  position: relative;
  padding-left: 10px;
  cursor: pointer;
  display: inline-block;
}
.item-checkbox+.item-checkbox-label::before,
.item-checkbox+.item-checkbox-label::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
}
.item-checkbox+.item-checkbox-label::before {
  top: 9px;
  left: -7px;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
}
.item-checkbox+.item-checkbox-label::after {
  opacity: 0;
  top: 11px;
  left: -2px;
  width: 3px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.item-checkbox:checked +.item-checkbox-label::after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .item-checkbox+.item-checkbox-label {
    padding-left: 3.2vw;
  }
  .item-checkbox+.item-checkbox-label::before {
    top: 0.8vw;
    left: -0.933333333333333vw;
    width: 3.466666666666666vw;
    height: 3.466666666666666vw;
    border-width: 0.266666666666667vw;
  }
  .item-checkbox+.item-checkbox-label::after {
    top: 1.333333333333333vw;
    left: 0.533333333333333vw;
    width: 0.8vw;
    height: 1.866666666666667vw;
    border-width: 0.266666666666667vw;
  }
}
.form-btn-container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .form-btn-container {
    flex-direction: column;
  }
}
.form-btn {
  margin: 0 6px;
}
@media only screen and (min-width: 768px) {
  .form-btn {
    transition: opacity 0.3s;
  }
  .form-btn:hover {
    opacity: 0.7;
  }
}
.form-btn input,
.form-btn button {
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.form-btn-reset,
.form-btn-search {
  width: 203px;
  height: 43px;
}
@media only screen and (max-width: 767px) {
  .form-btn-reset,
  .form-btn-search {
    width: 50.66666666666667vw;
    height: 10.666666666666668vw;
  }
}
.form-btn-reset {
  background: url("../img/works/btn-reset.svg?hash=17d8451afde89482081a8f90a4e66520") left top;
}
@media only screen and (max-width: 767px) {
  .form-btn-reset {
    background-size: 100%;
  }
}
.form-btn-search {
  background: url("../img/works/btn-search.svg?hash=9c55d8b1593379fc74405b0563332982") left top;
}
.form-btn-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 767px) {
  .form-btn-search {
    margin-top: 1.6vw;
    background-size: 100%;
  }
}
.form-btn-download {
  width: 182px;
  height: 43px;
  margin: 18px auto 0;
  background: url("../img/download/btn-download.svg?hash=de29998f508f85c52cb4d3eff8d1d913") left top;
}
@media only screen and (max-width: 767px) {
  .form-btn-download {
    background-size: 100%;
    width: 42.66666666666667vw;
    height: 10.133333333333333vw;
  }
}
.form-btn-confirm {
  width: 182px;
  height: 43px;
  margin: 18px auto 0;
  background: url("../img/contact/btn-confirm.svg?hash=174ad4141e171c4d4be1c9800ca9466c") left top;
}
@media only screen and (max-width: 767px) {
  .form-btn-confirm {
    background-size: 100%;
    width: 42.66666666666667vw;
    height: 10.133333333333333vw;
    margin: 5.066666666666666vw auto 0;
  }
}
.form-btn-send {
  width: 182px;
  height: 43px;
  margin: 0 20px;
  background: url("../img/contact/btn-send.svg?hash=4540165cbed2cf9ba3fefef67d2c0664") left top;
}
@media only screen and (max-width: 767px) {
  .form-btn-send {
    background-size: 100%;
    width: 42.66666666666667vw;
    height: 10.133333333333333vw;
    margin: 2.666666666666667vw auto 0;
  }
}
.form-btn-back {
  width: 182px;
  height: 43px;
  margin: 0 20px;
  background: url("../img/contact/btn-back.svg?hash=7403710b07cf0f119126e404e1a3f7b9") left top;
}
@media only screen and (max-width: 767px) {
  .form-btn-back {
    background-size: 100%;
    width: 42.66666666666667vw;
    height: 10.133333333333333vw;
    margin: 2.666666666666667vw auto 0;
  }
}
.footer {
  position: relative;
  z-index: 1;
  background: #6f6a5c;
}
.footer .footer-contents {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}
.footer .page-to-top {
  display: none;
}
.footer .logo {
  position: absolute;
  top: 39px;
  left: 43px;
  width: 112px;
}
.footer .logo a {
  display: block;
}
.footer .footer-menu {
  text-align: right;
  margin-right: 42px;
}
.footer .footer-menu li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1.157894736842105;
  letter-spacing: 0.1em;
}
.footer .footer-menu li a {
  color: #fff;
}
.footer .footer-menu li.link-privacy {
  font-size: 2rem;
  margin-top: 2px;
}
.footer .copyright {
  position: absolute;
  bottom: 55px;
  left: 46px;
  font-size: 1.4rem;
  line-height: 2.571428571428572;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #fff;
}
.footer .text-r2 {
  position: absolute;
  bottom: 43px;
  left: 46px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer .footer-contents {
    padding-top: 41px;
    padding-bottom: 42px;
  }
  .footer .page-to-top {
    position: absolute;
    top: -17px;
    right: 24px;
    display: block;
    width: 34px;
    height: 34px;
    z-index: 1;
  }
  .footer .page-to-top a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/sp/page-to-top.svg?hash=3f0ebac81fd9cfac2261882e02fa54f3") left top;
  }
  .footer .logo {
    position: static;
    width: 132px;
    margin: 0 auto 24px;
  }
  .footer .footer-menu {
    margin-right: 26px;
    margin-bottom: 20px;
  }
  .footer .footer-menu li {
    font-size: 1.7rem;
    line-height: 1.647058823529412;
    letter-spacing: 0.1em;
  }
  .footer .footer-menu li.link-privacy {
    font-size: 1.2rem;
    margin-top: 2px;
  }
  .footer .copyright {
    position: static;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.636363636363636;
    letter-spacing: 0.05em;
  }
  .footer .text-r2 {
    position: static;
    text-align: center;
    margin-top: 10px;
    font-size: 1rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  background: #fff;
  z-index: 4;
}
.header .header-wrapper,
.header .header-contents {
  width: 100%;
  height: 100%;
}
.header .logo {
  position: absolute;
  top: 10px;
  left: 14px;
  width: 112px;
  margin-right: auto;
}
.header .logo a {
  display: block;
}
.header .info {
  position: absolute;
  top: 0;
  right: 134px;
  z-index: 3;
}
.header .info ul {
  display: flex;
}
.header .info li {
  margin-left: 2px;
  width: 152px;
  height: 50px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.285714285714286;
  letter-spacing: 0.075em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header .info li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #514b3a;
}
.header .info li.tel a {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 68px;
  }
  .header .logo {
    position: absolute;
    top: 10px;
    left: 8px;
    width: 87px;
  }
  .header .info {
    position: absolute;
    top: 15px;
    right: 60px;
  }
  .header .info li {
    margin: 0 2px;
    width: 40px;
    height: 40px;
    background: none;
    text-indent: 100%;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .header .info li.tel a {
    pointer-events: auto;
    background: url("../img/sp/icon-tel.svg?hash=81d97de23ab932f34db88f250c2b1933") left top;
  }
  .header .info li.download {
    display: none;
  }
  .header .info li.contact a {
    background: url("../img/sp/icon-mail.svg?hash=f67fcdc39cf67e1f0bf51f0a86f4099c") left top;
  }
}
.menu-btn {
  position: absolute;
  right: 20px;
  top: 26px;
  width: 96px;
  height: 26px;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .menu-btn {
    transition: opacity 0.3s;
  }
  .menu-btn:hover {
    opacity: 0.7;
  }
}
.menu-btn .text {
  position: absolute;
  top: 3px;
  left: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #514b3a;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background: #000;
}
.menu-btn .line-1 {
  width: 38px;
  margin-top: -12px;
}
.menu-btn .line-2 {
  width: 32px;
}
.menu-btn .line-3 {
  width: 26px;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .menu-btn {
    position: absolute;
    right: 18px;
    top: 22px;
    width: 32px;
    height: 26px;
  }
  .menu-btn .text {
    display: none;
  }
  .menu-btn .line-1,
  .menu-btn .line-2,
  .menu-btn .line-3 {
    width: 40px;
    height: 2px;
  }
  .menu-btn .line-1 {
    width: 32px;
    margin-top: -10px;
  }
  .menu-btn .line-2 {
    width: 26px;
  }
  .menu-btn .line-3 {
    width: 20px;
    margin-top: 10px;
  }
}
.is-menu-opened .menu-btn {
  top: 21px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}
.is-menu-opened .menu-btn .text {
  display: none;
}
.is-menu-opened .menu-btn .line-1,
.is-menu-opened .menu-btn .line-3 {
  right: 0px;
  background: #fff;
}
.is-menu-opened .menu-btn .line-1 {
  margin-top: -1px;
  width: 35px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-menu-opened .menu-btn .line-2 {
  background: transparent;
}
.is-menu-opened .menu-btn .line-3 {
  margin-top: -1px;
  width: 35px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 767px) {
  .is-menu-opened .menu-btn {
    top: 21px;
    right: 22px;
    width: 28px;
    height: 28px;
  }
  .is-menu-opened .menu-btn .line-1 {
    width: 24px;
  }
  .is-menu-opened .menu-btn .line-3 {
    width: 24px;
  }
}
.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}
.menu .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6f6a5c;
}
.menu .menu-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.menu .menu-container {
  display: table-cell;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
}
.menu .menu-contents {
  position: relative;
  display: inline-block;
  width: 70vw;
  box-sizing: border-box;
}
.menu li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  line-height: 2.333333333333333;
  letter-spacing: 0.1em;
}
.menu li a::before {
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -5px;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 767px) {
  .menu .menu-container {
    padding: 0;
  }
  .menu .menu-contents {
    width: 80vw;
  }
  .menu li a {
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
  .menu li a::before {
    position: absolute;
    top: 50%;
    left: -13px;
    border-width: 5px 0 5px 7px;
  }
}
.page-about .page-heading-container-kv .kv {
  background: url("../img/about/kv.jpg?hash=2c34b36fcd4cc0fb28345bb6e18d4a42") center center no-repeat #363636;
}
.page-about .page-heading-container-kv .page-heading .ja {
  bottom: 94px;
}
.page-about .page-heading-container-kv .page-heading .en {
  bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .page-about .page-heading-container-kv .kv {
    background: url("../img/sp/about/kv.jpg?hash=566ed3e1387719144d6d9c4fcbc5a439") center center no-repeat #363636;
    background-size: cover;
  }
  .page-about .page-heading-container-kv .page-heading .ja {
    bottom: auto;
    top: -0.533333333333333vw;
  }
  .page-about .page-heading-container-kv .page-heading .en {
    bottom: -0.8vw;
  }
}
.page-about .main-text {
  padding-top: 86px;
  padding-bottom: 129px;
}
.page-about .main-text .main-text-inner {
  width: 718px;
  margin: 0 auto;
  box-sizing: border-box;
}
.page-about .main-text .copy {
  margin-left: -3px;
  font-size: 6rem;
  line-height: 1;
  font-weight: bold;
  margin-right: -1em;
  text-align: center;
}
.page-about .main-text .text {
  margin-top: 36px;
  text-align: justify;
  letter-spacing: 0.074em;
}
.page-about .main-text .text p {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .page-about .main-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 10.666666666666668vw;
    padding-bottom: 23.466666666666665vw;
  }
  .page-about .main-text .main-text-inner {
    width: 100%;
    padding: 0 6.4vw;
    margin: 0;
  }
  .page-about .main-text .copy {
    margin-left: 0;
    font-size: 8vw;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-right: 0;
  }
  .page-about .main-text .text {
    width: 100%;
    letter-spacing: -0.03em;
    margin-top: -0.8vw;
  }
  .page-about .main-text .text p {
    margin-top: 7.733333333333333vw;
  }
}
.page-about .section-container {
  display: flex;
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 84px;
}
@media only screen and (max-width: 767px) {
  .page-about .section-container {
    flex-direction: column;
    width: 100%;
    padding: 0 6.4vw 9.6vw;
    box-sizing: border-box;
  }
}
.page-about .section-company,
.page-about .section-access {
  width: 50%;
}
.page-about .section-company .section-heading,
.page-about .section-access .section-heading {
  font-weight: bold;
}
.page-about .section-company .section-heading span,
.page-about .section-access .section-heading span {
  position: relative;
  display: inline-block;
}
.page-about .section-company .section-heading span::before,
.page-about .section-access .section-heading span::before {
  content: "";
}
@media only screen and (max-width: 767px) {
  .page-about .section-company,
  .page-about .section-access {
    width: 100%;
  }
}
.page-about .section-company .section-heading {
  margin-left: 238px;
  font-size: 4.3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page-about .section-company .section-heading span::before {
  position: absolute;
  top: -58px;
  left: -166px;
  width: 144px;
  height: 146px;
  background: url("../img/decoration-4.svg?hash=d37fef1e005e2cdf024ef5979a3a3388") center center no-repeat;
}
.page-about .section-company .section-contents {
  margin-top: 69px;
}
.page-about .section-company .section-contents dl {
  display: flex;
  flex-wrap: wrap;
  margin-left: 52px;
}
.page-about .section-company .section-contents dt {
  width: 94px;
}
.page-about .section-company .section-contents dd {
  width: 316px;
}
@media only screen and (max-width: 767px) {
  .page-about .section-company .section-heading {
    margin-left: 41.86666666666667vw;
    font-size: 8vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .page-about .section-company .section-heading span::before {
    position: absolute;
    top: -10.133333333333333vw;
    left: -31.2vw;
    width: 26.93333333333333vw;
    height: 26.666666666666668vw;
  }
  .page-about .section-company .section-contents {
    margin-top: 11.466666666666667vw;
  }
  .page-about .section-company .section-contents dl {
    margin-left: 0;
    width: 100%;
  }
  .page-about .section-company .section-contents dt {
    width: 24.8vw;
  }
  .page-about .section-company .section-contents dd {
    width: 62.4vw;
  }
}
.page-about .section-access .section-heading {
  margin-left: 238px;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
}
.page-about .section-access .section-heading span::before {
  position: absolute;
  top: -30px;
  left: -152px;
  width: 128px;
  height: 117px;
  background: url("../img/decoration-5.svg?hash=ac579e909472c58f4170a26b9f2b62ce") center center no-repeat;
}
.page-about .section-access .section-contents {
  margin-top: 82px;
}
@media only screen and (max-width: 767px) {
  .page-about .section-access {
    margin-top: 17.333333333333336vw;
  }
  .page-about .section-access .section-heading {
    margin-left: 37.333333333333336vw;
    font-size: 9.066666666666666vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .page-about .section-access .section-heading span::before {
    position: absolute;
    top: -6.666666666666667vw;
    left: -27.46666666666667vw;
    width: 23.733333333333334vw;
    height: 21.6vw;
  }
  .page-about .section-access .section-contents {
    margin-top: 10.933333333333334vw;
  }
  .page-about .section-access .section-contents iframe {
    width: 100%;
  }
}
.page-contact .page-contents {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 98px;
}
@media only screen and (max-width: 767px) {
  .page-contact .page-contents {
    width: 100%;
    padding-bottom: 13.066666666666665vw;
  }
}
.page-contact .main-text {
  margin-top: 33px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 2.142857142857143;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-contact .main-text {
    margin-top: 6.666666666666667vw;
    font-size: 4.8vw;
    line-height: 2.222222222222222;
  }
}
.page-contact .contact-form {
  position: relative;
  width: 592px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 48px;
}
.page-contact .contact-form dt {
  line-height: 1;
  margin-top: 26px;
}
.page-contact .contact-form dd {
  position: relative;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .page-contact .contact-form {
    width: 100%;
    padding: 0 6.4vw;
    margin-top: 8.533333333333333vw;
    box-sizing: border-box;
    font-size: 3.733333333333334vw;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  .page-contact .contact-form dt {
    margin-top: 6.666666666666667vw;
  }
  .page-contact .contact-form dd {
    margin-top: 2.133333333333333vw;
  }
}
.page-contact .text-privacy {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-contact .text-privacy {
    margin-top: 10.666666666666668vw;
    margin-bottom: 2.666666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 1.857142857142857;
  }
}
.page-contact .text-complete {
  position: relative;
  width: 576px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 0 110px;
  box-sizing: border-box;
  text-align: justify;
}
.page-contact .text-complete p {
  margin-right: -2em;
}
.page-contact .text-complete .text-large {
  font-size: 2.8rem;
  line-height: 2.142857142857143;
  letter-spacing: 0.08em;
  margin-bottom: 36px;
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .page-contact .text-complete {
    width: 100%;
    padding: 8vw 6.4vw 14.666666666666666vw;
  }
  .page-contact .text-complete p {
    margin-right: 0;
  }
  .page-contact .text-complete .text-large {
    font-size: 6.666666666666667vw;
    line-height: 1.52;
    margin-bottom: 4.8vw;
    margin-left: 0;
  }
}
.page-contact .form-btn-container {
  justify-content: center;
}
.page-download .page-contents {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 98px;
}
@media only screen and (max-width: 767px) {
  .page-download .page-contents {
    width: 100%;
    padding-bottom: 13.066666666666665vw;
  }
}
.page-download .main-text {
  margin-top: 33px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 2.142857142857143;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-download .main-text {
    margin-top: 6.666666666666667vw;
    font-size: 4.8vw;
    line-height: 2.222222222222222;
  }
}
.page-download .block-flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-download .block-flex {
    flex-direction: column;
  }
}
.page-download .text-container {
  width: 446px;
  margin-top: 50px;
  margin-left: 27px;
}
@media only screen and (max-width: 767px) {
  .page-download .text-container {
    width: 100%;
    padding: 0 6.4vw;
    margin-top: 8.533333333333333vw;
    margin-left: 0;
    box-sizing: border-box;
  }
}
.page-download .text-container .illust {
  width: 260px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-download .text-container .illust {
    width: 43.46666666666666vw;
  }
}
.page-download .text-container .text {
  margin-top: 34px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .page-download .text-container .text {
    margin-top: 3.2vw;
  }
}
.page-download .download-form {
  width: 394px;
  margin-top: 22px;
  margin-left: 80px;
}
.page-download .download-form dt {
  margin-top: 26px;
  line-height: 1;
}
.page-download .download-form dd {
  position: relative;
  margin-top: 9px;
}
.page-download .download-form .text-privacy {
  margin-top: 22px;
  font-size: 1.3rem;
  line-height: 2.153846153846154;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-download .download-form {
    width: 100%;
    padding: 0 6.4vw;
    margin-top: 2.4vw;
    margin-left: 0;
    box-sizing: border-box;
  }
  .page-download .download-form dt {
    margin-top: 6.666666666666667vw;
    line-height: 1;
  }
  .page-download .download-form dd {
    margin-top: 2.133333333333333vw;
  }
  .page-download .download-form .text-privacy {
    margin-top: 4vw;
    font-size: 3.733333333333334vw;
    line-height: 2;
    letter-spacing: -0.06em;
    text-align: left;
  }
}
.page-download .text-complete {
  position: relative;
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 0 110px;
  box-sizing: border-box;
  text-align: justify;
}
.page-download .text-complete .text-large {
  font-size: 2.8rem;
  line-height: 2.142857142857143;
  letter-spacing: 0.08em;
  margin-bottom: 36px;
  margin-right: -2em;
}
.page-download .text-complete p {
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .page-download .text-complete {
    width: 100%;
    padding: 8vw 6.4vw 14.666666666666666vw;
  }
  .page-download .text-complete .text-large {
    font-size: 6.666666666666667vw;
    line-height: 1.52;
    margin-bottom: 4.8vw;
    margin-right: 0;
  }
  .page-download .text-complete p {
    margin-bottom: 4.8vw;
  }
}
.page-price .page-contents {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .page-price .page-contents {
    width: 100%;
    padding-bottom: 5.600000000000001vw;
  }
}
.page-price .main-text {
  margin-top: 33px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 2.142857142857143;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-price .main-text {
    margin-top: 6.666666666666667vw;
    font-size: 4.8vw;
    line-height: 2.222222222222222;
  }
}
.page-price .genre-list {
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-price .genre-list {
    margin-top: 6.4vw;
    padding: 0 6.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.9375;
    text-align: justify;
  }
}
.page-price .price-list {
  margin-top: 61px;
}
.page-price .price-list .heading-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid #6f6a5c;
  box-sizing: border-box;
}
.page-price .price-list .heading {
  margin-top: 7px;
  margin-left: 7px;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page-price .price-list .heading span {
  position: relative;
  padding-left: 76px;
}
.page-price .price-list .heading span::before {
  position: absolute;
  top: -4px;
  left: -7px;
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url("../img/decoration-2.svg?hash=d1a05cd442fdc94c57071b713ce0da7f") center 0 no-repeat;
}
.page-price .price-list .btn-more-works {
  width: 203px;
  height: 43px;
}
.page-price .price-list .btn-more-works a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/price/btn-more-works.svg?hash=12c4470b7c96c1f8762a00e3a76bd38b") center 0 no-repeat;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.page-price .price-list .text {
  position: relative;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 17px;
}
.page-price .price-list .works-list {
  margin-top: 19px;
  margin-right: -60px;
}
.page-price .price-list .works-list li {
  width: 470px;
  margin-right: 60px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .page-price .price-list {
    margin-top: 10.666666666666668vw;
    padding: 0 6.4vw;
  }
  .page-price .price-list > li:not(:first-of-type) {
    margin-top: 5.866666666666666vw;
  }
  .page-price .price-list .heading-container {
    padding-bottom: 2.4vw;
  }
  .page-price .price-list .heading {
    margin-top: 0.933333333333333vw;
    margin-left: 0.933333333333333vw;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .page-price .price-list .heading span {
    padding-left: 10.133333333333333vw;
  }
  .page-price .price-list .heading span::before {
    position: absolute;
    top: -0.533333333333333vw;
    left: -0.933333333333333vw;
    width: 10.133333333333333vw;
    height: 8.533333333333333vw;
  }
  .page-price .price-list .btn-more-works {
    width: 37.06666666666666vw;
    height: 8vw;
  }
  .page-price .price-list .text {
    width: 100%;
    margin-top: 3.2vw;
  }
  .page-price .price-list .works-list {
    margin-top: 5.333333333333334vw;
    margin-right: 0;
    padding: 0;
  }
  .page-price .price-list .works-list li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 5.866666666666666vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-privacy .page-heading-container {
    padding-top: 6.666666666666667vw;
  }
  .page-privacy .page-heading-container .page-heading .en {
    margin-top: 0;
  }
}
.page-privacy .privacy-contents {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 70px 90px;
  box-sizing: border-box;
  text-align: justify;
}
.page-privacy .privacy-contents p {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .page-privacy .privacy-contents {
    width: 100%;
    padding: 0.533333333333333vw 6.4vw 9.333333333333334vw;
  }
  .page-privacy .privacy-contents p {
    margin-top: 8vw;
  }
}
.page-service .page-contents {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .page-service .page-contents {
    width: 100%;
  }
}
.page-service .page-heading-container-kv .page-heading .ja {
  bottom: 184px;
}
.page-service .page-heading-container-kv .page-heading .en {
  bottom: -2px;
  font-size: 9.8rem;
  line-height: 0.918367346938776;
}
@media only screen and (max-width: 767px) {
  .page-service .page-heading-container-kv .page-heading .ja {
    bottom: auto;
    top: -0.533333333333333vw;
  }
  .page-service .page-heading-container-kv .page-heading .en {
    bottom: -0.266666666666667vw;
    font-size: 13.066666666666665vw;
    line-height: 0.918367346938776;
  }
}
.page-service .section-main .section-inner {
  padding: 97px 0 40px;
}
.page-service .section-main .section-heading {
  position: relative;
  width: 684px;
  margin-right: auto;
  margin-left: auto;
  font-size: 3.6rem;
  line-height: 1.638888888888889;
  letter-spacing: 0.1em;
  padding-left: 20px;
  font-weight: bold;
  text-align: justify;
  text-align: center;
  box-sizing: border-box;
}
.page-service .section-main .section-contents {
  margin-top: 37px;
}
.page-service .section-main .section-contents .text {
  position: relative;
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
}
.page-service .section-main .section-contents .img-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 46px;
  margin-right: -50px;
}
.page-service .section-main .section-contents .img-container .img {
  width: 300px;
  margin-right: 50px;
}
.page-service .section-main .section-contents .img-container .img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-service .section-main .section-inner {
    padding: 11.200000000000001vw 6.4vw 5.333333333333334vw;
  }
  .page-service .section-main .section-heading {
    width: 100%;
    padding-left: 0;
    font-size: 5.333333333333334vw;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .page-service .section-main .section-contents {
    margin-top: 5.333333333333334vw;
  }
  .page-service .section-main .section-contents .text {
    width: 100%;
  }
  .page-service .section-main .section-contents .img-container {
    margin-top: 4.266666666666667vw;
    margin-right: -6.666666666666667vw;
  }
  .page-service .section-main .section-contents .img-container .img {
    width: 40vw;
    margin-right: 6.666666666666667vw;
  }
}
.page-service .btn-works {
  width: 203px;
  height: 43px;
  margin: 33px auto 0;
}
.page-service .btn-works a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/service/btn-works.svg?hash=859730d4df104d8dce2f67620d5a2f10") center 0 repeat;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page-service .btn-works {
    width: 50.66666666666667vw;
    height: 10.933333333333334vw;
    margin: 6.933333333333333vw auto 0;
  }
}
.page-service .section-flow .section-inner {
  padding-top: 110px;
  padding-bottom: 87px;
}
.page-service .section-flow .section-heading {
  margin-left: 222px;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
}
.page-service .section-flow .section-heading span {
  position: relative;
  display: inline-block;
}
.page-service .section-flow .section-heading span::before {
  position: absolute;
  top: -62px;
  left: -222px;
  content: "";
  width: 197px;
  height: 160px;
  background: url("../img/decoration-6.svg?hash=c1b350c524db22a63c62ec2bfee6ccff") center center no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-service .section-flow .section-inner {
    padding: 6.933333333333333vw 6.4vw 10.666666666666668vw;
  }
  .page-service .section-flow .section-heading {
    font-size: 9.066666666666666vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-left: 0;
  }
  .page-service .section-flow .section-heading span::before {
    position: static;
    display: block;
    width: 33.33333333333333vw;
    height: 27.200000000000003vw;
    margin-left: 10.133333333333333vw;
    margin-bottom: 1.6vw;
  }
}
.page-service .section-flow .flow-list {
  margin-top: 117px;
}
.page-service .section-flow .flow-list li {
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
}
.page-service .section-flow .flow-list li .contents {
  width: 420px;
  margin-left: 35px;
}
.page-service .section-flow .flow-list li .heading {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
}
.page-service .section-flow .flow-list li .heading > span {
  position: relative;
  display: inline-flex;
  margin-left: 20px;
  padding-left: 76px;
}
.page-service .section-flow .flow-list li .heading > span::before {
  position: absolute;
  top: -10px;
  left: -7px;
  content: "";
  display: block;
  width: 63px;
  height: 53px;
  background: url("../img/decoration-2.svg?hash=d1a05cd442fdc94c57071b713ce0da7f") center 0 no-repeat;
}
.page-service .section-flow .flow-list li .heading .en,
.page-service .section-flow .flow-list li .heading .ja {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.page-service .section-flow .flow-list li .heading .en {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page-service .section-flow .flow-list li .heading .ja {
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page-service .section-flow .flow-list li .text {
  margin-top: 27px;
  text-align: justify;
}
.page-service .section-flow .flow-list li.step-0 .illust {
  width: 274px;
  margin-right: 112px;
  margin-top: -14px;
}
.page-service .section-flow .flow-list li.step-1 .illust {
  width: 376px;
  margin-right: 100px;
  margin-top: -20px;
}
.page-service .section-flow .flow-list li.step-2 .illust {
  width: 256px;
  margin-right: 120px;
}
.page-service .section-flow .flow-list li.step-3 .illust {
  width: 358px;
  margin-right: 70px;
  margin-top: 16px;
}
.page-service .section-flow .flow-list li.step-4 .illust {
  width: 276px;
  margin-right: 108px;
  margin-top: 16px;
}
.page-service .section-flow .flow-list li.step-5 .illust {
  width: 362px;
  margin-right: 70px;
}
@media only screen and (max-width: 767px) {
  .page-service .section-flow .flow-list {
    margin-top: 10.666666666666668vw;
  }
  .page-service .section-flow .flow-list li {
    flex-direction: column;
    margin-top: 10.933333333333334vw;
  }
  .page-service .section-flow .flow-list li .contents {
    width: 100%;
    margin-left: 0;
  }
  .page-service .section-flow .flow-list li .heading > span {
    margin-left: -0.8vw;
    padding-left: 18.666666666666668vw;
  }
  .page-service .section-flow .flow-list li .heading > span::before {
    position: absolute;
    top: -2.666666666666667vw;
    left: 0;
    width: 14.399999999999999vw;
    height: 12vw;
  }
  .page-service .section-flow .flow-list li .heading .en {
    font-size: 6.666666666666667vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .page-service .section-flow .flow-list li .heading .ja {
    margin-top: 1.333333333333333vw;
    margin-left: 4.266666666666667vw;
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .page-service .section-flow .flow-list li .text {
    margin-top: 4.533333333333333vw;
  }
  .page-service .section-flow .flow-list li.step-0 .illust {
    width: 56.00000000000001vw;
    margin-right: 0;
    margin-left: 15.466666666666667vw;
    margin-top: 1.866666666666667vw;
  }
  .page-service .section-flow .flow-list li.step-1 .illust {
    width: 76.8vw;
    margin-right: 0;
    margin-left: 5.066666666666666vw;
    margin-top: 2.4vw;
  }
  .page-service .section-flow .flow-list li.step-2 .illust {
    width: 52.53333333333333vw;
    margin-right: 0;
    margin-left: 17.333333333333336vw;
    margin-top: 0;
  }
  .page-service .section-flow .flow-list li.step-3 .illust {
    width: 73.33333333333333vw;
    margin-right: 0;
    margin-left: 6.933333333333333vw;
    margin-top: 2.133333333333333vw;
  }
  .page-service .section-flow .flow-list li.step-4 .illust {
    width: 56.53333333333334vw;
    margin-right: 0;
    margin-left: 15.466666666666667vw;
    margin-top: 1.333333333333333vw;
  }
  .page-service .section-flow .flow-list li.step-5 .illust {
    width: 74.13333333333333vw;
    margin-right: 0;
    margin-left: 6.4vw;
    margin-top: 1.866666666666667vw;
  }
}
.page-service .section-flow .notes {
  margin-top: 41px;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-service .section-flow .notes {
    margin-top: 10.666666666666668vw;
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.075em;
    text-align: left;
  }
}
.page-service-custom .page-heading-container-kv .kv {
  background: url("../img/service/custom-kv.jpg?hash=1958292072db6489dce7eb313c5445be") center right no-repeat #363636;
}
@media only screen and (max-width: 767px) {
  .page-service-custom .page-heading-container-kv .kv {
    background: url("../img/sp/service/custom-kv.jpg?hash=72cd552e967e21e3ac48b778d50ca802") center right no-repeat #363636;
    background-size: cover;
  }
}
.page-service-simple .section-main .section-inner {
  padding-bottom: 47px;
}
@media only screen and (max-width: 767px) {
  .page-service-simple .section-main .section-inner {
    padding-bottom: 10.666666666666668vw;
  }
}
.page-service-simple .page-heading-container-kv .kv {
  background: url("../img/service/simple-kv.jpg?hash=a4287262557d0effe9e7945200f4d8a4") center center no-repeat #363636;
}
@media only screen and (max-width: 767px) {
  .page-service-simple .page-heading-container-kv .kv {
    background: url("../img/sp/service/simple-kv.jpg?hash=25aeeb5f7b481408d6bab5287b9adfbb") center center no-repeat #363636;
    background-size: cover;
  }
}
.page-service-simple .section-course .section-heading {
  position: relative;
  padding: 13px 20px 15px 0;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fa7864;
  text-align: center;
  background: #514b3a;
  box-sizing: border-box;
}
.page-service-simple .section-course .section-heading .en {
  position: absolute;
  top: 20px;
  right: 16px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.page-service-simple .section-course .section-contents {
  border: 1px solid #514b3a;
  border-top: none;
  box-sizing: border-box;
  padding: 43px 49px 47px;
}
.page-service-simple .section-course .main-container {
  display: flex;
  justify-content: center;
}
.page-service-simple .section-course .main-container .text {
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}
.page-service-simple .section-course .main-container .price {
  margin-top: 15px;
  margin-left: 8px;
  width: 310px;
}
.page-service-simple .section-course .detail-container {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.page-service-simple .section-course .detail-container .block {
  width: 435px;
  background: #e5e5e5;
}
.page-service-simple .section-course .detail-container .block .heading {
  text-align: center;
  background: #fff;
  padding: 10px 6px 13px 0;
}
.page-service-simple .section-course .detail-container .block .heading span {
  position: relative;
  display: inline-block;
  padding-left: 76px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.page-service-simple .section-course .detail-container .block .heading span::before {
  position: absolute;
  top: -12px;
  left: 0;
  content: "";
  display: block;
  width: 60px;
  height: 50px;
  background: url("../img/decoration-2.svg?hash=d1a05cd442fdc94c57071b713ce0da7f") center 0 no-repeat;
}
.page-service-simple .section-course .detail-container .block .contents {
  box-sizing: border-box;
  text-align: center;
}
.page-service-simple .section-course .detail-container .block .contents .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 220px;
  margin: 0 auto;
}
.page-service-simple .section-course .detail-container .block .contents .icons img {
  width: 80px;
  margin: 0 15px;
}
.page-service-simple .section-course .detail-container .block .contents .icons img:nth-child(n + 3) {
  margin-top: 30px;
}
.page-service-simple .section-course .detail-container .block.block-pack .contents {
  padding-top: 33px;
  padding-bottom: 21px;
}
.page-service-simple .section-course .detail-container .block.block-pack .contents .icons {
  margin-bottom: 18px;
}
.page-service-simple .section-course .detail-container .block.block-option .contents {
  padding-top: 87px;
}
.page-service-simple .section-course .detail-container .block.block-option .contents .text-etc {
  margin-top: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.page-service-simple .section-course .img-container {
  display: flex;
  margin-top: 29px;
  margin-right: -30px;
}
.page-service-simple .section-course .img-container .img {
  width: 280px;
  margin-right: 30px;
}
.page-service-simple .section-course .img-container .img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-service-simple .section-course {
    width: 87.2vw;
    margin: 0 auto;
  }
  .page-service-simple .section-course .section-heading {
    padding: 2.133333333333333vw 2.666666666666667vw 2vw 1.6vw;
    font-size: 5.066666666666666vw;
    line-height: 1.447368421052632;
    letter-spacing: 0.075em;
  }
  .page-service-simple .section-course .section-heading .en {
    position: static;
    display: block;
    font-size: 3.466666666666666vw;
    margin-top: 0.8vw;
  }
  .page-service-simple .section-course .section-contents {
    border-width: 0.266666666666667vw;
    padding: 3.466666666666666vw 4.8vw 5.600000000000001vw;
  }
  .page-service-simple .section-course .main-container {
    flex-direction: column;
  }
  .page-service-simple .section-course .main-container .text {
    font-size: 4.533333333333333vw;
    line-height: 1.823529411764706;
    margin-left: 6.133333333333333vw;
  }
  .page-service-simple .section-course .main-container .price {
    margin-top: 5.333333333333334vw;
    margin-left: 12vw;
    width: 57.333333333333336vw;
  }
  .page-service-simple .section-course .detail-container {
    flex-direction: column;
    margin-top: 3.466666666666666vw;
  }
  .page-service-simple .section-course .detail-container .block {
    width: 100%;
  }
  .page-service-simple .section-course .detail-container .block .heading {
    padding: 1.333333333333333vw 0.8vw 1.333333333333333vw 0;
  }
  .page-service-simple .section-course .detail-container .block .heading span {
    padding-left: 12.8vw;
    font-size: 4.8vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .page-service-simple .section-course .detail-container .block .heading span::before {
    position: absolute;
    top: -1.6vw;
    left: 0;
    width: 10.133333333333333vw;
    height: 8.799999999999999vw;
  }
  .page-service-simple .section-course .detail-container .block .contents .icons {
    width: 48.53333333333333vw;
  }
  .page-service-simple .section-course .detail-container .block .contents .icons img {
    width: 18.666666666666668vw;
    margin: 0 2.8vw;
  }
  .page-service-simple .section-course .detail-container .block .contents .icons img:nth-child(n + 3) {
    margin-top: 5.600000000000001vw;
  }
  .page-service-simple .section-course .detail-container .block.block-pack .contents {
    padding-top: 5.333333333333334vw;
    padding-bottom: 4vw;
  }
  .page-service-simple .section-course .detail-container .block.block-pack .contents .icons {
    margin-bottom: 2.933333333333333vw;
  }
  .page-service-simple .section-course .detail-container .block.block-option {
    margin-top: 2.933333333333333vw;
  }
  .page-service-simple .section-course .detail-container .block.block-option .contents {
    padding-top: 5.333333333333334vw;
    padding-bottom: 4.266666666666667vw;
  }
  .page-service-simple .section-course .detail-container .block.block-option .contents .text-etc {
    margin-top: 3.2vw;
    font-size: 4.8vw;
    line-height: 1;
  }
  .page-service-simple .section-course .img-container {
    display: flex;
    margin-top: 5.333333333333334vw;
    margin-right: -2.666666666666667vw;
  }
  .page-service-simple .section-course .img-container .img {
    width: 37.333333333333336vw;
    margin-right: 2.666666666666667vw;
  }
}
.page-service-simple .section-course-2 {
  margin-top: 56px;
}
.page-service-simple .section-course-2 .detail-container {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.page-service-simple .section-course-2 .detail-container .block.block-option .contents .text-etc {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .page-service-simple .section-course-2 {
    margin-top: 9.066666666666666vw;
  }
  .page-service-simple .section-course-2 .detail-container {
    margin-top: 4.8vw;
  }
  .page-service-simple .section-course-2 .detail-container .block.block-option .contents .text-etc {
    margin-top: 4vw;
  }
}
.page-service-simple .btn-works {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .page-service-simple .btn-works {
    margin-top: 12.8vw;
  }
}
.page-service-simple .section-flow .section-inner {
  padding-top: 150px;
  padding-bottom: 48px;
}
.page-service-simple .section-flow .flow-list {
  margin-top: 117px;
}
.page-service-simple .section-flow .flow-list li.step-3 {
  margin-top: 72px;
}
.page-service-simple .section-flow .flow-list li.step-3 .illust {
  width: 277px;
  margin-right: 108px;
  margin-top: -12px;
}
.page-service-simple .section-flow .flow-list li.step-4 {
  margin-top: 68px;
}
.page-service-simple .section-flow .flow-list li.step-4 .illust {
  width: 362px;
  margin-top: 10px;
  margin-right: 70px;
}
.page-service-simple .section-flow .notes {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .page-service-simple .section-flow .section-inner {
    padding-top: 12.8vw;
    padding-bottom: 10.666666666666668vw;
  }
  .page-service-simple .section-flow .flow-list {
    margin-top: 10.133333333333333vw;
  }
  .page-service-simple .section-flow .flow-list li.step-0 {
    margin-top: 0;
  }
  .page-service-simple .section-flow .flow-list li.step-3 {
    margin-top: 9.6vw;
  }
  .page-service-simple .section-flow .flow-list li.step-3 .illust {
    width: 56.53333333333334vw;
    margin-left: 15.733333333333333vw;
    margin-top: -1.066666666666667vw;
  }
  .page-service-simple .section-flow .flow-list li.step-4 {
    margin-top: 10.666666666666668vw;
  }
  .page-service-simple .section-flow .flow-list li.step-4 .illust {
    width: 74.13333333333333vw;
    margin-left: 6.666666666666667vw;
    margin-top: 2.133333333333333vw;
  }
  .page-service-simple .section-flow .notes {
    margin-top: 7.466666666666668vw;
  }
}
.page-top #loading {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  width: 100%;
  height: calc(100vh - 82px);
  margin-top: 82px;
  background: url("../img/top/loading.gif?hash=2932abeb29fe2caf07f783e7e14c5d5c") center center no-repeat #fff;
}
@media only screen and (max-width: 767px) {
  .page-top #loading {
    height: calc(100% - 68px);
    margin-top: 68px;
    background-size: 48px;
  }
}
.page-top .loaded {
  opacity: 0;
  visibility: hidden;
}
.page-top .section-hero {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 82px;
  box-sizing: border-box;
}
.page-top .section-hero .section-inner {
  height: calc(100vh - 82px);
}
.page-top .section-hero .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 82px);
  margin-top: 82px;
}
.page-top .section-hero .video-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-top .section-hero {
    padding-top: 68px;
    overflow: hidden;
    height: auto !important;
  }
  .page-top .section-hero .section-inner {
    height: auto;
  }
  .page-top .section-hero .video {
    display: none;
  }
  .page-top .section-hero .video-sp {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .page-top .section-hero .video-sp video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.page-top .btn-detail {
  width: 182px;
  height: 43px;
}
.page-top .btn-detail a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/top/btn-detail.svg?hash=23c471a6de2cf0b16860337310670064") center 0 repeat;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page-top .btn-detail {
    width: 42.66666666666667vw;
    height: 10.133333333333333vw;
  }
}
.page-top .section-about .section-inner,
.page-top .section-service .section-inner,
.page-top .section-works .section-inner,
.page-top .section-information .section-inner,
.page-top .section-contact .section-inner {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.page-top .section-about .section-heading span,
.page-top .section-service .section-heading span,
.page-top .section-works .section-heading span,
.page-top .section-information .section-heading span,
.page-top .section-contact .section-heading span {
  display: block;
}
.page-top .section-about .section-heading .ja,
.page-top .section-service .section-heading .ja,
.page-top .section-works .section-heading .ja,
.page-top .section-information .section-heading .ja,
.page-top .section-contact .section-heading .ja {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.075em;
}
.page-top .section-about .section-heading .en,
.page-top .section-service .section-heading .en,
.page-top .section-works .section-heading .en,
.page-top .section-information .section-heading .en,
.page-top .section-contact .section-heading .en {
  margin-top: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .page-top .section-about .section-inner,
  .page-top .section-service .section-inner,
  .page-top .section-works .section-inner,
  .page-top .section-information .section-inner,
  .page-top .section-contact .section-inner {
    width: 100%;
  }
  .page-top .section-about .section-heading,
  .page-top .section-service .section-heading,
  .page-top .section-works .section-heading,
  .page-top .section-information .section-heading,
  .page-top .section-contact .section-heading {
    text-align: center;
  }
  .page-top .section-about .section-heading > span,
  .page-top .section-service .section-heading > span,
  .page-top .section-works .section-heading > span,
  .page-top .section-information .section-heading > span,
  .page-top .section-contact .section-heading > span {
    display: inline-block;
  }
  .page-top .section-about .section-heading .ja,
  .page-top .section-service .section-heading .ja,
  .page-top .section-works .section-heading .ja,
  .page-top .section-information .section-heading .ja,
  .page-top .section-contact .section-heading .ja {
    text-align: left;
    font-size: 3.466666666666666vw;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  .page-top .section-about .section-heading .en,
  .page-top .section-service .section-heading .en,
  .page-top .section-works .section-heading .en,
  .page-top .section-information .section-heading .en,
  .page-top .section-contact .section-heading .en {
    margin-top: 6px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 9.066666666666666vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.page-top .section-about .section-inner {
  padding-top: 148px;
  padding-bottom: 126px;
}
.page-top .section-about .section-heading {
  position: absolute;
  top: 72px;
  left: 18px;
}
.page-top .section-about .decoration {
  position: absolute;
  top: 135px;
  left: 80px;
  width: 244px;
  height: 234px;
  background: url("../img/decoration-1.svg?hash=60009853830f1da49b90b8fa242bae4f") center 0 repeat;
}
.page-top .section-about .btn-detail {
  position: absolute;
  top: 157px;
  left: 50px;
}
.page-top .section-about .text-container {
  width: 622px;
  text-align: justify;
  margin-left: auto;
  margin-right: 21px;
}
.page-top .section-about .text-large {
  margin-right: -1em;
  margin-bottom: 18px;
  font-size: 6rem;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-top .section-about .section-inner {
    padding-top: 10.133333333333333vw;
    padding-bottom: 0;
  }
  .page-top .section-about .section-heading {
    position: static;
  }
  .page-top .section-about .decoration {
    position: static;
    width: 40.53333333333333vw;
    height: 38.93333333333333vw;
    margin-top: 4vw;
    margin-left: 38.4vw;
  }
  .page-top .section-about .btn-detail {
    position: absolute;
    top: 30.666666666666664vw;
    left: 21.066666666666666vw;
  }
  .page-top .section-about .text-container {
    width: 100%;
    padding: 4.266666666666667vw 6.4vw 9.333333333333334vw;
    margin: 0 auto;
    letter-spacing: 0;
    box-sizing: border-box;
  }
  .page-top .section-about .text-large {
    margin-right: 0;
    margin-bottom: 6.133333333333333vw;
    font-size: 8vw;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}
.page-top .section-service {
  position: relative;
  background: #6f6a5c;
  color: #fff;
  z-index: 1;
}
.page-top .section-service .section-inner {
  min-height: 848px;
}
.page-top .section-service .section-heading {
  position: absolute;
  top: 52px;
  right: 148px;
}
.page-top .section-service .text {
  position: absolute;
  top: 133px;
  right: 74px;
  text-align: center;
  font-size: 3rem;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .page-top .section-service .section-inner {
    min-height: auto;
    padding-top: 10.4vw;
    padding-bottom: 11.466666666666667vw;
  }
  .page-top .section-service .section-heading {
    position: static;
  }
  .page-top .section-service .text {
    position: static;
    margin-top: 2.4vw;
    font-size: 6.133333333333333vw;
    line-height: 1.956521739130435;
  }
}
.page-top .section-service .plan {
  width: 434px;
  padding: 34px 32px 34px;
  box-sizing: border-box;
  background: #8f8c81;
  text-align: center;
}
.page-top .section-service .plan .plan-heading {
  position: relative;
  text-align: left;
  margin-left: 36px;
  padding-left: 76px;
}
.page-top .section-service .plan .plan-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 63px;
  height: 53px;
  background: url("../img/decoration-2.svg?hash=d1a05cd442fdc94c57071b713ce0da7f") center 0 no-repeat;
}
.page-top .section-service .plan .plan-heading span {
  display: block;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
.page-top .section-service .plan .plan-heading .en {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
.page-top .section-service .plan .plan-text {
  margin-top: 21px;
  margin-bottom: 25px;
  font-size: 1.5rem;
  line-height: 1.866666666666667;
  letter-spacing: 0.075em;
}
.page-top .section-service .plan .icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.page-top .section-service .plan .icons img {
  width: 68px;
  margin: 0 4px;
}
.page-top .section-service .plan .btn-detail {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-top .section-service .plan {
    width: 87.2vw;
    margin: 0 auto;
    padding: 8vw 2.666666666666667vw 7.733333333333333vw;
  }
  .page-top .section-service .plan .plan-heading {
    margin-left: 11.733333333333333vw;
    padding-left: 15.466666666666667vw;
  }
  .page-top .section-service .plan .plan-heading::before {
    width: 13.600000000000001vw;
    height: 13.600000000000001vw;
  }
  .page-top .section-service .plan .plan-heading span {
    font-size: 6.133333333333333vw;
    line-height: 1;
  }
  .page-top .section-service .plan .plan-heading .en {
    font-size: 2.933333333333333vw;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 1.6vw;
  }
  .page-top .section-service .plan .plan-text {
    margin: 3.733333333333334vw -1em 4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.9375;
    letter-spacing: 0.075em;
  }
  .page-top .section-service .plan .icons {
    margin-top: 4.533333333333333vw;
  }
  .page-top .section-service .plan .icons img {
    width: 14.666666666666666vw;
    margin: 0 0.8vw;
  }
}
.page-top .section-service .plan-simple {
  position: absolute;
  top: -40px;
  left: 33px;
}
.page-top .section-service .plan-simple .course {
  padding-bottom: 30px;
}
.page-top .section-service .plan-simple .course .course-heading {
  padding: 8px 0 8px;
  color: #fa7864;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: bold;
  background: #514b3a;
  box-sizing: border-box;
}
.page-top .section-service .plan-simple .course .course-text {
  margin-top: 9px;
  font-size: 1.5rem;
  line-height: 1.866666666666667;
  letter-spacing: 0.075em;
}
.page-top .section-service .plan-simple .course .course-price {
  margin-top: 10px;
  font-size: 3.5rem;
  line-height: 1;
}
.page-top .section-service .plan-simple .btn-detail {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .page-top .section-service .plan-simple {
    position: static;
    margin-top: 4.8vw;
  }
  .page-top .section-service .plan-simple .course {
    padding-bottom: 5.066666666666666vw;
  }
  .page-top .section-service .plan-simple .course .course-heading {
    padding: 1.866666666666667vw 0 1.6vw;
    font-size: 4.266666666666667vw;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  .page-top .section-service .plan-simple .course .course-text {
    margin-top: 2.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.9375;
    letter-spacing: 0.075em;
  }
  .page-top .section-service .plan-simple .course .course-price {
    margin-top: 2.4vw;
    font-size: 7.466666666666668vw;
    line-height: 1;
  }
  .page-top .section-service .plan-simple .btn-detail {
    margin-top: 2.133333333333333vw;
  }
}
.page-top .section-service .plan-custom {
  position: absolute;
  bottom: -112px;
  right: 33px;
  z-index: 1;
}
.page-top .section-service .plan-custom .plan-heading {
  margin-left: 0;
  margin-right: -2em;
}
.page-top .section-service .plan-custom .plan-text {
  width: 326px;
  margin: 21px auto 18px;
}
.page-top .section-service .plan-custom .plan-text p {
  margin-bottom: 10px;
}
.page-top .section-service .plan-custom .estimate .estimate-heading {
  font-size: 2.8rem;
  line-height: 1;
}
.page-top .section-service .plan-custom .icons {
  margin-top: 30px;
}
.page-top .section-service .plan-custom .btn-detail {
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .page-top .section-service .plan-custom {
    position: static;
    margin-top: 5.333333333333334vw;
  }
  .page-top .section-service .plan-custom .plan-heading {
    margin-left: 3.2vw;
  }
  .page-top .section-service .plan-custom .plan-text {
    width: 100%;
    margin: 3.733333333333334vw auto 3.2vw;
  }
  .page-top .section-service .plan-custom .plan-text p {
    margin-bottom: 1.866666666666667vw;
  }
  .page-top .section-service .plan-custom .estimate .estimate-heading {
    font-size: 6.4vw;
    line-height: 1;
  }
  .page-top .section-service .plan-custom .icons {
    margin-top: 4.8vw;
  }
  .page-top .section-service .plan-custom .btn-detail {
    margin-top: 7.733333333333333vw;
  }
}
.page-top .section-works .section-inner {
  padding-top: 182px;
  padding-bottom: 88px;
}
.page-top .section-works .section-heading {
  text-align: center;
}
.page-top .section-works .section-heading >span {
  display: inline-block;
  text-align: left;
  padding-left: 10px;
}
.page-top .section-works .text {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.004em;
  font-weight: bold;
  margin: 32px -1em 0 8px;
}
.page-top .section-works .genre-list {
  margin-top: 19px;
  text-align: center;
}
.page-top .section-works .btn-detail {
  margin: 18px auto 0;
}
@media only screen and (max-width: 767px) {
  .page-top .section-works .section-inner {
    padding-top: 10.933333333333334vw;
    padding-bottom: 10.4vw;
  }
  .page-top .section-works .section-heading >span {
    padding-left: 1.333333333333333vw;
  }
  .page-top .section-works .text {
    font-size: 6.133333333333333vw;
    line-height: 1.956521739130435;
    letter-spacing: -0.004em;
    margin: 2.666666666666667vw 0 0 1.066666666666667vw;
    text-align: center;
  }
  .page-top .section-works .genre-list {
    margin-top: 2.533333333333333vw;
    padding: 0 6.666666666666667vw;
    text-align: justify;
  }
  .page-top .section-works .btn-detail {
    margin: 3.466666666666666vw auto 0;
  }
}
.page-top .section-information {
  background: #837f73;
}
.page-top .section-information .section-inner {
  padding-top: 73px;
  padding-bottom: 92px;
}
.page-top .section-information .decoration {
  position: absolute;
  top: -40px;
  left: 62px;
  width: 200px;
  height: 270px;
  background: url("../img/decoration-3.svg?hash=9ec8ae1258253f380da8388c04d6d539") center 0 repeat;
}
.page-top .section-information .section-heading {
  color: #fff;
  text-align: center;
}
.page-top .section-information .section-heading >span {
  display: inline-block;
  text-align: left;
}
.page-top .section-information .list {
  margin-top: 40px;
  margin-left: 284px;
  font-size: 1.5rem;
  line-height: 1.733333333333333;
  letter-spacing: 0.075em;
  color: #fff;
}
.page-top .section-information .list dt {
  margin-top: 14px;
}
.page-top .section-information .list a {
  color: #fba092;
}
@media only screen and (max-width: 767px) {
  .page-top .section-information .section-inner {
    padding-top: 33.6vw;
    padding-bottom: 9.333333333333334vw;
  }
  .page-top .section-information .decoration {
    position: absolute;
    top: -6.933333333333333vw;
    left: 35.199999999999996vw;
    width: 29.86666666666667vw;
    height: 40.53333333333333vw;
  }
  .page-top .section-information .list {
    margin-top: 3.733333333333334vw;
    margin-left: 0;
    padding: 0 6.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.9375;
  }
  .page-top .section-information .list dt {
    margin-top: 2.4vw;
  }
}
.page-top .section-contact .section-inner {
  padding-top: 75px;
  padding-bottom: 97px;
}
.page-top .section-contact .section-heading {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.page-top .section-contact .text {
  margin-top: 34px;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
}
.page-top .section-contact .btn-container {
  margin-top: 28px;
}
.page-top .section-contact .btn-container ul {
  display: flex;
  justify-content: space-between;
}
.page-top .section-contact .btn-container li {
  width: 330px;
  height: 128px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: bold;
  box-sizing: border-box;
}
.page-top .section-contact .btn-container li a {
  display: block;
  color: #6f6a5c;
  background: #e5e5e5;
}
.page-top .section-contact .btn-container .tel {
  padding-top: 32px;
  text-align: center;
  background: #e5e5e5;
}
.page-top .section-contact .btn-container .tel .num {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  padding-left: 38px;
  color: #fa7864;
}
.page-top .section-contact .btn-container .tel .num::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 29px;
  height: 24px;
  background: url("../img/top/icon-tel.svg?hash=31232e126948eb8cda552012b5d7b11c") left top;
}
.page-top .section-contact .btn-container .tel span {
  display: block;
}
.page-top .section-contact .btn-container .download,
.page-top .section-contact .btn-container .consultation {
  text-align: center;
}
.page-top .section-contact .btn-container .download a,
.page-top .section-contact .btn-container .consultation a {
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.page-top .section-contact .btn-container .download span,
.page-top .section-contact .btn-container .consultation span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.page-top .section-contact .btn-container .download span::after,
.page-top .section-contact .btn-container .consultation span::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/top/icon-arrow.svg?hash=4144f42361fe917969112c6ee960ab81") left top;
}
@media only screen and (max-width: 767px) {
  .page-top .section-contact .section-inner {
    padding-top: 9.066666666666666vw;
    padding-bottom: 9.333333333333334vw;
  }
  .page-top .section-contact .section-heading {
    font-size: 6.133333333333333vw;
    line-height: 1.956521739130435;
  }
  .page-top .section-contact .text {
    margin-top: 2.133333333333333vw;
    font-size: 4.266666666666667vw;
    line-height: 1.9375;
  }
  .page-top .section-contact .btn-container {
    margin-top: 5.333333333333334vw;
  }
  .page-top .section-contact .btn-container ul {
    flex-direction: column;
    align-items: center;
  }
  .page-top .section-contact .btn-container li {
    width: 62.4vw;
    height: 24vw;
    margin-bottom: 1.866666666666667vw;
    font-size: 4.533333333333333vw;
    line-height: 1.588235294117647;
    letter-spacing: 0.075em;
  }
  .page-top .section-contact .btn-container .tel {
    padding-top: 4.533333333333333vw;
  }
  .page-top .section-contact .btn-container .tel .num {
    margin-bottom: 0;
    padding-left: 6.133333333333333vw;
  }
  .page-top .section-contact .btn-container .tel .num::after {
    top: 1.066666666666667vw;
    width: 5.600000000000001vw;
    height: 4.666666666666667vw;
  }
  .page-top .section-contact .btn-container .download a,
  .page-top .section-contact .btn-container .consultation a {
    padding-bottom: 0.8vw;
  }
  .page-top .section-contact .btn-container .download span,
  .page-top .section-contact .btn-container .consultation span {
    padding-right: 5.333333333333334vw;
  }
  .page-top .section-contact .btn-container .download span::after,
  .page-top .section-contact .btn-container .consultation span::after {
    top: 1.333333333333333vw;
    width: 4.533333333333333vw;
    height: 4.533333333333333vw;
  }
}
.page-works .main-text {
  margin-top: 33px;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 2.142857142857143;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-works .main-text {
    margin-top: 6.666666666666667vw;
    font-size: 4.8vw;
    line-height: 2.222222222222222;
  }
}
.page-works .page-contents {
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .page-works .page-contents {
    padding-bottom: 10.666666666666668vw;
  }
}
.page-works .search-form {
  margin-top: 49px;
  background: #837f73;
}
.page-works .search-form .accordion-btn {
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 3;
  letter-spacing: 0.075em;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .page-works .search-form .accordion-btn {
    transition: opacity 0.3s;
  }
  .page-works .search-form .accordion-btn:hover {
    opacity: 0.7;
  }
}
.page-works .search-form .accordion-btn span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.page-works .search-form .accordion-btn span::before {
  position: absolute;
  top: 20px;
  left: 1px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/works/icon-serch-open.svg?hash=21f47ee4c62b05c6a7f77ab392af272b") left top;
}
.page-works .search-form .accordion-btn.is-active span::before {
  background: url("../img/works/icon-serch-close.svg?hash=8614b19f2c19f529cde36948dc0ec9e8") left top;
}
.page-works .search-form .accordion-contents .accordion-contents-inner {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.075em;
  box-sizing: border-box;
  padding-left: 126px;
  padding-bottom: 42px;
}
.page-works .search-form .accordion-contents dl {
  display: flex;
  flex-wrap: wrap;
}
.page-works .search-form .accordion-contents dt {
  width: 168px;
}
.page-works .search-form .accordion-contents dd {
  width: 620px;
  margin-bottom: 16px;
}
.page-works .search-form .accordion-contents dd ul {
  display: flex;
  flex-wrap: wrap;
}
.page-works .search-form .accordion-contents dd ul.item-genre {
  padding-right: 20px;
}
.page-works .search-form .accordion-contents dd li {
  margin-right: 16px;
}
.page-works .search-form .accordion-contents dd li.list-block {
  width: 100%;
}
.page-works .search-form .accordion-contents .form-btn-container {
  margin-top: 12px;
  margin-left: 159px;
}
@media only screen and (max-width: 767px) {
  .page-works .search-form {
    margin-top: 9.066666666666666vw;
  }
  .page-works .search-form .accordion-btn {
    padding: 5.066666666666666vw 0;
    font-size: 4.533333333333333vw;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  .page-works .search-form .accordion-btn span {
    padding-left: 7.466666666666668vw;
  }
  .page-works .search-form .accordion-btn span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5.066666666666666vw;
    height: 5.066666666666666vw;
  }
  .page-works .search-form .accordion-contents .accordion-contents-inner {
    width: 100%;
    font-size: 4vw;
    line-height: 2.066666666666667;
    letter-spacing: 0.075em;
    padding: 0 6.4vw 6.4vw;
  }
  .page-works .search-form .accordion-contents dl {
    flex-direction: column;
  }
  .page-works .search-form .accordion-contents dt {
    width: 100%;
  }
  .page-works .search-form .accordion-contents dd {
    width: 100%;
    margin-left: 3.466666666666666vw;
    margin-top: 1.6vw;
    margin-bottom: 0.8vw;
  }
  .page-works .search-form .accordion-contents dd ul.item-plan,
  .page-works .search-form .accordion-contents dd ul.item-expression,
  .page-works .search-form .accordion-contents dd ul.item-genre {
    flex-direction: column;
  }
  .page-works .search-form .accordion-contents dd ul.item-genre {
    padding-right: 0;
  }
  .page-works .search-form .accordion-contents dd li {
    margin-right: 4.8vw;
    margin-bottom: 3.2vw;
    line-height: 1;
  }
  .page-works .search-form .accordion-contents .form-btn-container {
    margin-top: 1.866666666666667vw;
    margin-left: 16.8vw;
  }
}
.page-works .icon-arrow {
  width: 120px;
  height: 41px;
  margin: 19px auto 0;
  background: url("../img/works/icon-arrow.svg?hash=18fb622acb32f81876310de5ce0c5fe2") left top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .page-works .icon-arrow {
    width: 24vw;
    height: 8.266666666666666vw;
    margin: 4vw auto 0;
  }
}
.page-works .search-conditions {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: none;
  margin-top: 34px;
  font-size: 1.8rem;
  line-height: 1.666666666666667;
  text-align: center;
}
.page-works .search-conditions.is-shown {
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-works .search-conditions {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding: 0 6.4vw;
    font-size: 4.266666666666667vw;
    line-height: 1.5;
    box-sizing: border-box;
  }
}
.page-works .block-works {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.page-works .block-works .works-list {
  margin-top: 34px;
}
.page-works .block-works .works-list li {
  padding-bottom: 40px;
}
.page-works .block-works .notes {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .page-works .block-works {
    width: 100%;
  }
  .page-works .block-works .works-list {
    margin-top: 3.2vw;
  }
  .page-works .block-works .works-list li {
    padding-bottom: 5.333333333333334vw;
  }
  .page-works .block-works .notes {
    margin-top: 7.466666666666668vw;
  }
}
.page-works .pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page-works .pagination .btn-prev,
.page-works .pagination .btn-next {
  width: 34px;
  height: 34px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .page-works .pagination .btn-prev,
  .page-works .pagination .btn-next {
    transition: opacity 0.3s;
  }
  .page-works .pagination .btn-prev:hover,
  .page-works .pagination .btn-next:hover {
    opacity: 0.7;
  }
}
.page-works .pagination .btn-prev {
  background: url("../img/works/btn-prev.svg?hash=5c11f9ed990d26382389189789fc3937") left top;
}
.page-works .pagination .btn-next {
  background: url("../img/works/btn-next.svg?hash=a779185a1cad88f9195b2e23330f1c5b") left top;
}
.page-works .pagination .page-num {
  width: 294px;
  text-align: center;
}
.page-works .pagination .page-num span {
  cursor: pointer;
  padding: 0 8px;
  color: #fa7864;
  font-size: 1.8rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .page-works .pagination .page-num span {
    transition: opacity 0.3s;
  }
  .page-works .pagination .page-num span:hover {
    opacity: 0.7;
  }
}
.page-works .pagination .page-num span.is-active {
  color: #6f6a5c;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .page-works .pagination {
    margin-top: 3.466666666666666vw;
  }
  .page-works .pagination .btn-prev,
  .page-works .pagination .btn-next {
    width: 8vw;
    height: 8vw;
  }
  .page-works .pagination .page-num {
    width: 49.333333333333336vw;
  }
  .page-works .pagination .page-num span {
    padding: 0 1.866666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: 1;
  }
}
@font-face {
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Black.woff2") format('woff2'), url("../fonts/Noto_Sans_JP/NotoSansJP-Black.woff") format('woff');
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
}
@font-face {
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format('woff2'), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format('woff');
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format('woff2'), url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format('woff');
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format('woff2'), url("../fonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format('woff');
  font-family: "Noto Serif JP";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-SemiBold.woff2") format('woff2'), url("../fonts/Noto_Serif_JP/NotoSerifJP-SemiBold.woff") format('woff');
  font-family: "Noto Serif JP";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  src: url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff2") format('woff2'), url("../fonts/Noto_Serif_JP/NotoSerifJP-Medium.woff") format('woff');
  font-family: "Noto Serif JP";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}