@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&display=swap);

html {
  -ms-text-size-adjust: 100%
}

body {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.6;
  color: #000;
  font-family: Hiragino Kaku Gothic ProN, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", Meiryo, "\30E1\30A4\30EA\30AA", sans-serif;
  height: 100%;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  background: #fff
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}

table {
  border-collapse: collapse
}

a {
  color: #000;
  text-decoration: none
}

a,
a:hover {
  transition: all .2s ease
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000
}

.legacy-ie a {
  text-decoration: none
}

.noscript {
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000
}

ol,
ul {
  list-style-type: none
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden],
template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

button,
select {
  text-transform: none
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio,
canvas,
progress,
video {
  display: inline-block
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #e1e5e8;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #e1e5e8;
  color: #000;
  text-shadow: none
}

.l-header {
  background-color: #000;
  position: fixed;
  z-index: 9999;
  width: 100%
}

.l-header__inner {
  justify-content: space-between;
  min-height: 60px;
  padding-right: 5%;
  padding-left: 5%
}

.l-header__inner,
.l-header__logo {
  display: flex;
  align-items: center
}

.l-header__logo>a {
  display: block;
  line-height: 1;
  width: 68px
}

.l-header__gnav {
  position: absolute;
  z-index: 9999;
  top: 60px;
  right: 0;
  width: 100%;
  height: calc(100vh - 60px);
  opacity: 0;
  transition: opacity .3s ease, transform 0s linear .3s;
  overflow-y: auto;
  transform: scaleY(0)
}

.l-header.is-active .l-header__gnav {
  transform: scale(1);
  transition: opacity .3s ease, transform 0s linear 0s;
  opacity: 1
}

html.is-drawer-active,
html.is-drawer-active body {
  overflow-y: hidden;
  height: 100vh
}

@supports(-webkit-touch-callout:none) {

  html.is-drawer-active,
  html.is-drawer-active body {
    height: -webkit-fill-available
  }
}

.gnav-sp-area {
  height: 100%;
  background-color: #333
}

.gnav a {
  color: #fff;
  font-weight: 700
}

.gnav__list>li {
  text-align: center;
  border-bottom: 1px solid #707070
}

.gnav__list>li a {
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px
}

.gnav-ctabtn-area {
  text-align: center;
  margin-top: 32px;
  max-width: 225px;
  margin-right: auto;
  margin-left: auto
}

.gnav-ctabtn-area>li+li {
  margin-top: 20px
}

.gnav-ctabtn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  min-width: 175px;
  border: 2px solid #ffb100;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  background-color: #ffb100;
  font-weight: 700;
  position: relative
}

.gnav-ctabtn:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  right: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  /*background-image: url(../img/common/icon_arrow_black.svg)*/
}

.gnav-ctabtn--tel {
  background-color: #fff
}

.gnav-btn {
  width: 40px;
  height: 33px;
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative
}

.gnav-btn__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.gnav-btn__inner>span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  transition: .1s ease-out;
  left: 0
}

.gnav-btn__inner>span:first-child {
  top: 10px
}

.gnav-btn__inner>span:nth-child(2) {
  top: 16px
}

.gnav-btn__inner>span:nth-child(3) {
  top: 22px
}

.l-header.is-active .gnav-btn__inner>span:first-child {
  transform: translateY(6px) rotate(-45deg)
}

.l-header.is-active .gnav-btn__inner>span:nth-child(2) {
  transform: scaleX(0);
  opacity: 0
}

.l-header.is-active .gnav-btn__inner>span:nth-child(3) {
  left: 0;
  transform: translateY(-6px) rotate(45deg)
}

.l-footer {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  margin-bottom: 23.75vw
}

.l-footer,
.l-footer__logo {
  text-align: center
}

.l-footer__logo img {
  width: 100px
}

.l-footer__address {
  margin-top: 20px;
  font-size: 14px
}

.l-footer__address-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2857142857
}

.l-footer__address-row+.l-footer__address-row {
  margin-top: .5em
}

.l-footer__tel {
  margin-top: 24px
}

.l-footer__tel-num {
  font-size: 26px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  line-height: 1
}

.l-footer__tel-num a {
  color: #fff
}

.l-footer__tel-text {
  font-weight: 300;
  margin-right: .2em
}

.l-footer__copyright {
  color: #fff;
  font-size: 12px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-top: 30px
}

.icon-arrow {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-bottom: .2em
}

.icon-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  transform: translate(-50%, -50%) rotate(45deg)
}

.icon-arrow--white:before {
  border-color: #fff
}

.link-ext {
  display: inline-block;
  font-size: 12px
}

.link-ext>span {
  display: inline-block;
  padding-right: 16px;
  /*background-image: url(../img/icon_ext.svg);*/
  background-size: 12px;
  background-position: 100%;
  background-repeat: no-repeat
}

.linkbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .2s ease
}

.linkbtn input {
  width: 100%;
  height: 100%
}

.linkbtn:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%)
}

.linkbtn--sm {
  height: 40px;
  border-radius: 20px;
  font-size: 13px
}

.linkbtn--sm:before {
  width: 6px;
  height: 10px;
  right: 15px
}

.linkbtn--md {
  height: 50px;
  border-radius: 25px;
  font-size: 15px
}

.linkbtn--md:before {
  width: 7px;
  height: 11px;
  right: 24px
}

.linkbtn--green {
  background-color: #00b900;
  color: #fff
}

.linkbtn--green:before {
  /*background-image: url(../img/common/icon_arrow_white.svg)*/
}

.linkbtn--orange {
  background-color: #ffb100;
  color: #000
}

.linkbtn--orange:before {
  /*background-image: url(../img/common/icon_arrow_black.svg)*/
}

.section--xs {
  padding-top: 30px;
  padding-bottom: 30px
}

.section--sm {
  padding-top: 30px;
  padding-bottom: 60px
}

.section--md {
  padding-top: 72px;
  padding-bottom: 72px
}

.section--gray {
  background-color: #e1e5e8
}

.section__title {
  text-align: center;
  font-size: 15px;
  line-height: 1
}

.section__title:before {
  content: attr(data-en);
  display: block;
  font-family: Oswald, sans-serif;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px
}

.section__lead {
  text-align: center;
  font-size: 14px;
  margin-top: 16px
}

.section__content {
  margin-top: 30px
}

.floating-banner {
  display: block;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%
}

.form-content__catch {
  text-align: center
}

.form-content__catch>span {
  display: inline-block;
  background-color: #ffb100;
  font-weight: 700;
  line-height: 1.375;
  font-size: 16px;
  padding: 8px 40px;
  min-width: 260px
}

.form-content__body {
  margin-top: -30px;
  background-color: #e1e5e8;
  padding: 60px 15px 30px
}

.form-content__body .form-input-area,
.form-content__body .form-privacy {
  margin-top: 24px
}

.form-flow {
  display: flex;
  justify-content: center;
  counter-reset: flow 0
}

.form-flow__item {
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  min-width: 80px;
  line-height: 1
}

.form-flow__item:before {
  counter-increment: flow 1;
  font-weight: 500;
  font-size: 12px;
  font-family: Oswald, sans-serif;
  content: "0"counter(flow);
  display: block;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 24px;
  border-radius: 14px;
  border: 2px solid #000;
  background-color: #fff;
  letter-spacing: normal
}

.form-flow__item+.form-flow__item {
  margin-left: 10px
}

.form-flow__item--current:before {
  background-color: #000;
  color: #fff
}

.form-input-area {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto
}

.form-input__row {
  display: flex;
  flex-direction: column
}

.form-input__row>dd,
.form-input__row>dt {
  font-size: 14px;
  padding: 1px 5px;
  margin-top: 1px
}

.form-input__row>dt {
  font-weight: 700;
  width: 100%
}

.form-input__row>dt .optional,
.form-input__row>dt .required {
  margin-right: 8px;
  font-weight: 400;
  font-size: 11px;
  border-radius: 2px;
  padding: 1px 5px;
  margin-top: 1px;
  display: inline-block;
  vertical-align: top
}

.form-input__row>dt .required {
  background-color: #000;
  color: #fff
}

.form-input__row>dt .optional {
  color: #000;
  background-color: #fff
}

.form-input__row>dd {
  width: 100%;
  margin-top: 5px
}

.form-input__row>dd .error_blank {
  color: #fc1000
}

.form-input__row+.form-input__row {
  margin-top: 16px
}

.form-privacy {
  border: 1px solid #000;
  padding: 15px 10px;
  font-size: 13px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto
}

.form-privacy__title {
  font-weight: 400;
  font-size: 13px
}

.form-privacy__list {
  list-style-type: decimal;
  padding-left: 1.5em
}

#form_submit {
  margin-top: 40px;
  text-align: center
}

#form_submit .linkbtn {
  max-width: 190px
}

.form-control {
  position: relative
}

.form-control input[type=email],
.form-control input[type=tel],
.form-control input[type=text] {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  padding: 5px 16px;
  vertical-align: middle;
  transition: border .2s ease-out
}

.form-control input[type=email]::-webkit-input-placeholder,
.form-control input[type=tel]::-webkit-input-placeholder,
.form-control input[type=text]::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px
}

.form-control input[type=email]::-moz-placeholder,
.form-control input[type=tel]::-moz-placeholder,
.form-control input[type=text]::-moz-placeholder {
  color: #aaa;
  font-size: 14px
}

.form-control input[type=email]:-ms-input-placeholder,
.form-control input[type=tel]:-ms-input-placeholder,
.form-control input[type=text]:-ms-input-placeholder {
  color: #aaa;
  font-size: 14px
}

.form-control input[type=email]::-ms-input-placeholder,
.form-control input[type=tel]::-ms-input-placeholder,
.form-control input[type=text]::-ms-input-placeholder {
  color: #aaa;
  font-size: 14px
}

.form-control input[type=email]::placeholder,
.form-control input[type=tel]::placeholder,
.form-control input[type=text]::placeholder {
  color: #aaa;
  font-size: 14px
}

.form-control input[type=email]:focus,
.form-control input[type=tel]:focus,
.form-control input[type=text]:focus {
  outline: 0;
  border-color: #aaa;
  box-shadow: 0 0 5px 2px rgba(225, 229, 232, .5)
}

.form-control textarea {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 100%;
  height: 200px;
  font-size: 14px;
  padding: 8px 12px;
  vertical-align: middle;
  transition: border .2s ease-out;
  background-color: #fff
}

.form-control textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 14px
}

.form-control textarea::-moz-placeholder {
  color: #aaa;
  font-size: 14px
}

.form-control textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 14px
}

.form-control textarea::-ms-input-placeholder {
  color: #aaa;
  font-size: 14px
}

.form-control textarea::placeholder {
  color: #aaa;
  font-size: 14px
}

.form-control textarea:focus {
  outline: 0;
  border-color: #aaa;
  box-shadow: 0 0 5px 2px rgba(225, 229, 232, .5)
}

.form-control-select {
  position: relative
}

.form-control-select:before {
  position: absolute;
  top: 13px;
  right: 8px;
  width: 9px;
  height: 9px;
  margin-top: -2px;
  content: "";
  border-color: #000 #000 transparent transparent;
  border-style: solid;
  border-width: 2px;
  border-top-right-radius: 2px;
  transform: rotate(135deg)
}

.mw_wp_form_confirm .form-control-select:before {
  display: none
}

.form-control-select select::-ms-expand {
  display: none
}

.form-control-select select {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  padding: 5px 16px;
  vertical-align: middle;
  transition: border .2s ease-out
}

.form-control-select select:focus {
  outline: 0;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5)
}

.formbtn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  font-weight: 700;
  transition: opacity .2s ease;
  height: 40px;
  border-radius: 20px;
  font-size: 13px;
  background-color: #ffb100;
  color: #000
}

.formbtn-submit input {
  width: 100%;
  height: 100%
}

.formbtn-submit:before {
  /*background-image: url(../img/common/icon_arrow_black.svg);*/
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 6px;
  height: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%)
}

.formbtn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  transition: opacity .2s ease;
  height: 40px;
  border-radius: 20px;
  font-size: 13px;
  background-color: #fff;
  color: #000;
  border: 2px solid #000
}

.formbtn-back input {
  width: 100%;
  height: 100%
}

.formbtn-back:before {
  content: "";
  /*background-image: url(../img/common/icon_arrow_black.svg);*/
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 6px;
  height: 10px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg)
}

.form-content div#confirm_field p#confirm_submit {
  border-top: 0;
  width: 100%;
  padding: 0;
  margin-top: 40px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center
}

.form-content div#confirm_field p#confirm_submit .formbtn-back,
.form-content div#confirm_field p#confirm_submit .formbtn-submit {
  max-width: 190px
}

.form-content div#confirm_field p#confirm_submit .formbtn-submit {
  margin-bottom: 20px
}

.form-content__head {
  text-align: center
}

.form-content__container {
  margin-top: 60px
}

.container {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto
}

.container--md {
  max-width: 1200px
}

.container--lg {
  max-width: 1400px
}

.l-main {
  padding-top: 60px
}

.firstview {
  padding-bottom: 48px
}

.firstview__container {
  background-color: #f6f7f8;
  /*background-image: url(../img/common/bg_white.svg);*/
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: calc(50% + 205px) 50%;
  position: relative
}

.firstview__image {
  display: none
}

.firstview__image-sp {
  text-align: center
}

.firstview__catch {
  font-weight: 700;
  font-size: 7.5vw;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  bottom: 185px;
  left: 15%
}

.firstview__lead {
  font-weight: 700;
  margin-top: 12px;
  display: none
}

.firstview__links {
  margin-top: 48px;
  background-color: #e1e5e8;
  padding: 24px 3%
}

.firstview__links>li {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto
}

.firstview__links>li+li {
  margin-top: 15px
}

.firstview__open {
  padding-top: 40px;
  padding-right: 3%;
  padding-left: 3%
}

.firstview-open {
  background-color: #e1e5e8;
  padding: 15px 15px 20px;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 30px
}

.firstview-open__image {
  text-align: center
}

.firstview-open__content {
  margin-top: 16px
}

.firstview-open__catch {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444
}

.firstview-open__lead {
  font-weight: 700;
  margin-top: 12px
}

.firstview-open__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px
}

.firstview-open__linkbtn {
  flex: 1 0 auto;
  max-width: 190px
}

.firstview-open__linkbtn .linkbtn {
  width: 100%
}

.firstview-open__reserve {
  text-align: center;
  font-weight: 700;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  position: relative;
  font-size: 12px;
  line-height: 1.2857142857;
  flex-shrink: 0
}

.firstview-open__reserve:before {
  left: 0;
  border-left: 2px solid #000
}

.firstview-open__reserve:after,
.firstview-open__reserve:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000
}

.firstview-open__reserve:after {
  right: 0;
  border-right: 2px solid #000
}

.firstview-open__badge {
  position: absolute;
  top: -25px;
  right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1.2222222222
}

.works-slider .swiper-slide {
  height: auto !important
}

.works-box {
  position: relative;
  padding-top: 16px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  height: calc(100% - 24px)
}

.works-box__inner {
  background-color: #fff;
  height: 100%
}

.works-box__num {
  position: absolute;
  top: 0;
  right: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 32px
}

.works-box__image {
  text-align: center
}

.works-box__catch {
  margin-top: -16px
}

.works-box__catch>span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  padding: 10px 24px;
  margin-left: -8px;
  margin-right: 20px
}

.works-box__content {
  margin-top: -16px;
  background-color: #fff;
  padding: 30px 20px 15px
}

.works-box__spec {
  display: flex;
  flex-wrap: wrap;
  font-weight: 13px
}

.works-box__spec>dt {
  width: 80px;
  font-weight: 700
}

.works-box__spec>dd {
  width: calc(100% - 80px)
}

.works-slider {
  padding-right: 10px;
  padding-left: 10px;
  position: relative
}

.works-slider .swiper-container {
  position: relative;
  padding-bottom: 30px
}

.works-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0
}

.works-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px
}

.works-slider .swiper-pagination-bullet-active {
  background-color: #000
}

.works-slider__buttons .swiper-button-next,
.works-slider__buttons .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 20px;
  background-color: #000;
  background-image: none !important
}

.works-slider__buttons .swiper-button-next:after,
.works-slider__buttons .swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px
}

.works-slider__buttons .swiper-button-next {
  padding-left: 2px;
  right: 10px
}

.works-slider__buttons .swiper-button-next:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px
}

.works-slider__buttons .swiper-button-prev {
  padding-right: 2px;
  left: 10px
}

.works-slider__buttons .swiper-button-prev:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 2px
}

.works__link {
  text-align: center;
  margin-top: 40px
}

.works__link .linkbtn {
  max-width: 190px
}

.products {
 /*background-image: url(../img/common/bg_white30.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: left calc(50% + 205px) top -18px*/
}

.products-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto
}

.products-section+.products-section {
  margin-top: 32px
}

.products-section__content {
  background-color: #fff;
  padding: 20px 15px;
  width: 100%;
  margin-top: 20px
}

.products-section__image {
  width: 100%
}

.products-section__title {
  display: flex;
  align-items: flex-end;
  position: relative;
  font-weight: 500;
  line-height: 1;
  font-family: Oswald, sans-serif;
  font-size: 30px
}

.products-section__title:before {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #000;
  margin-bottom: 8px;
  margin-right: 8px
}

.products-section__title>span {
  font-size: 13px;
  font-weight: 200;
  line-height: 1;
  display: inline-block;
  padding-bottom: 4px;
  margin-right: 4px
}

.products-section__catch {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  margin-top: 12px
}

.products-section__nums {
  display: flex;
  align-items: center;
  margin-top: 12px
}

.products-section__price {
  background-color: #000;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  height: 40px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

.products-section__price>span {
  font-size: 11px;
  margin-left: .25em;
  font-weight: 700
}

.products-section__tsubo {
  background-color: #e1e5e8;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 40px;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 11px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}

.products-section__text {
  margin-top: 16px;
  letter-spacing: .02em
}

.products-section__figure {
  margin-top: 8px
}

.products-section__figure a {
  display: inline-block;
  position: relative
}

.products-section__figure a:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  /*background-image: url(../img/common/icon_zoom.svg);
  background-repeat: no-repeat;
  background-size: contain;*/
  right: 0;
  bottom: 15px
}

.products-section__figure>figcaption {
  margin-top: 8px;
  font-size: 11px
}

.reason {
  /*background-image: url(../img/common/bg_gray.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: right calc(50% + 205px) top -18px*/
}

.reason-section__point {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  font-family: Oswald, sans-serif;
  padding-right: 2px;
  padding-left: 2px;
  position: absolute;
  top: 0;
  left: 0
}

.reason-section__point-text {
  font-size: 13px;
  font-weight: 200;
  display: inline-block;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 2px;
  border-bottom: 4px solid #000
}

.reason-section__point-num {
  font-weight: 500;
  font-size: 30px;
  display: inline-block;
  line-height: 1
}

.reason-section {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding-top: 40px;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto
}

.reason-section+.reason-section,
.reason-section__content {
  margin-top: 20px
}

.reason-section__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.reason-section__title>span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 10px;
  padding-left: 10px;
  flex-shrink: 0;
  flex-basis: 100%
}

.reason-section__text {
  margin-top: 16px
}

.reason-pamphlet {
  text-align: center;
  margin-top: 72px
}

.voice-box {
  background-color: #fff;
  position: relative;
  padding: 15px 15px 18px;
  display: flex;
  flex-direction: column-reverse;
  height: calc(100% - 35px)
}

.voice-box:before {
  top: 0;
  left: 0;
  border-top: 2px solid #000;
  border-left: 2px solid #000
}

.voice-box:after,
.voice-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px
}

.voice-box:after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000
}

.voice-box__image {
  text-align: center
}

.voice-box__content {
  margin-top: 15px
}

.voice-box__title>span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-right: 35px;
  padding-left: 35px
}

.voice-box__title>span:before {
  top: 0;
  left: 0;
  /*background-image: url(../img/common/icon_uote_upper.svg)*/
}

.voice-box__title>span:after,
.voice-box__title>span:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain
}

.voice-box__title>span:after {
  line-height: 1;
  right: 0;
  bottom: 0;
  /*background-image: url(../img/common/icon_uote_lower.svg)*/
}

.voice-box__text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5714285714;
  font-size: 0
}

.voice-box__lower,
.voice-box__upper {
  font-size: 14px
}

.voice-box__toggle {
  display: block;
  border: 2px solid #e1e5e8;
  border-radius: 5px;
  font-size: 14px;
  max-width: 320px;
  height: 40px;
  line-height: 38px;
  margin: 16px auto;
  text-align: center;
  position: relative
}

.voice-box__toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 10px;
  /*background-image: url(../img/common/icon_arrow_black.svg);*/
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(90deg);
  transition: transform .2s ease
}

.voice-box__toggle.is-open:before {
  transform: translateY(-50%) rotate(-90deg)
}

.voice-slider {
  padding-right: 5%;
  padding-left: 5%
}

.voice-slider .swiper-slide {
  height: auto
}

.voice-slider .swiper-container {
  position: relative;
  padding-bottom: 35px
}

.voice-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0
}

.voice-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px
}

.voice-slider .swiper-pagination-bullet-active {
  background-color: #000
}

.documents {
  padding-top: 72px;
  padding-bottom: 72px
}

.documents__title {
  text-align: center;
  position: relative;
  font-size: 22px
}

.documents__title:after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 48px;
  height: 4px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto
}

.documents__lead {
  margin-top: 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 700
}

.docments__content {
  margin-top: 24px
}

.docments__content .form-content {
  margin-top: 30px;
  padding-top: 30px
}

.reserve {
 /* background-image: url(../img/common/bg_gray.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: left calc(50% + 205px) top -18px*/
}

.documents-thanks,
.reserve-thanks {
  padding-top: 72px;
  padding-bottom: 72px
}

.documents-thanks__contents,
.reserve-thanks__contents {
  background-color: #e1e5e8;
  padding: 20px 15px
}

.documents-thanks__main,
.reserve-thanks__main {
  margin-top: 24px;
  font-weight: 700;
  text-align: center;
  font-size: 15px
}

.documents-thanks__linkbtn,
.reserve-thanks__linkbtn {
  margin-top: 64px;
  text-align: center
}

.documents-thanks__linkbtn .linkbtn,
.reserve-thanks__linkbtn .linkbtn {
  max-width: 190px
}

.documents-thanks__text,
.reserve-thanks__text {
  text-align: left;
  font-weight: 700;
  font-size: 13px;
  margin-top: 24px
}

.documents-thanks__text a,
.reserve-thanks__text a {
  text-decoration: underline
}

.document-feature {
  margin-top: 40px
}

.document-feature__image {
  text-align: center
}

.document-feature__content {
  margin-top: 16px
}

.document-feature__title {
  font-size: 16px;
  line-height: 1.5
}

.document-feature__text {
  margin-top: 4px
}

.document-feature__text+.document-feature__title {
  margin-top: 16px
}

.height100p {
  height: 100%
}

.readonly {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  word-wrap: normal !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important
}

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

@media screen and (min-width:361px) {
  .form-flow__item {
    font-size: 14px;
    min-width: 90px
  }

  .form-flow__item+.form-flow__item {
    margin-left: 16px
  }

  .firstview__open {
    padding-right: 5%;
    padding-left: 5%
  }

  .firstview-open__reserve {
    font-size: 14px
  }

  .products-section__price {
    font-size: 11px;
    padding-right: 10px;
    padding-left: 10px
  }

  .products-section__tsubo {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px
  }

  .reason-section__title>span {
    font-size: 18px
  }

  .documents-thanks__main,
  .reserve-thanks__main {
    font-size: 16px
  }
}

@media screen and (min-width:425px) {
  .display-xs {
    display: none !important
  }
}

@media screen and (min-width:554px) {
  .form-content__catch>span br {
    display: none
  }

  .form-content__body {
    margin-top: -19px
  }

  .display-sm {
    display: none !important
  }
}

@media screen and (min-width:768px) {
  .gnav-ctabtn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    margin-right: 0;
    margin-left: 0
  }

  .gnav-ctabtn-area>li+li {
    margin-top: 0;
    margin-left: 25px
  }

  .gnav-ctabtn {
    max-width: 180px
  }

  .l-footer {
    padding-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 0
  }

  .l-footer__logo img {
    width: 150px
  }

  .l-footer__address {
    font-size: 11px
  }

  .l-footer__address-row {
    justify-content: center;
    flex-direction: row
  }

  .l-footer__address-row>dt {
    margin-right: 1em
  }

  .l-footer__address-row+.l-footer__address-row {
    margin-top: 0
  }

  .l-footer__tel {
    margin-top: 40px
  }

  .section--sm,
  .section--xs {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .section__title {
    font-size: 20px
  }

  .section__title:before {
    margin-bottom: 12px;
    font-size: 48px
  }

  .floating-banner {
    display: none
  }

  .form-content__catch>span {
    font-size: 22px
  }

  .form-content__body {
    padding: 80px 30px 75px;
    margin-top: -23px
  }

  .form-flow__item {
    min-width: 0;
    display: flex;
    align-items: center
  }

  .form-flow__item:before {
    margin-bottom: 0;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 20px;
    font-size: 18px
  }

  .form-flow__item+.form-flow__item {
    margin-left: 36px
  }

  .form-privacy {
    padding: 24px 32px
  }

  #form_submit .linkbtn {
    max-width: 225px
  }

  .form-control input[type=email],
  .form-control input[type=tel],
  .form-control input[type=text] {
    padding: 5px 8px
  }

  .form-control-select {
    max-width: 225px
  }

  .form-control-select select {
    padding: 5px 8px
  }

  .form-content div#confirm_field p#confirm_submit .formbtn-back,
  .form-content div#confirm_field p#confirm_submit .formbtn-submit {
    max-width: 225px;
    margin-right: 15px;
    margin-left: 15px
  }

  .form-content div#confirm_field p#confirm_submit .formbtn-submit {
    margin-bottom: 0
  }

  .form-content div#confirm_field p#confirm_submit {
    flex-direction: row;
    margin-top: 80px
  }

  .firstview {
    background-color: #fff;
    /*background-image: url(../img/common/bg_gray.svg);
    background-size: 635px;
    background-position: right calc(50% + 300px) center;*/
    padding-bottom: 90px
  }

  .firstview__container {
    background: none;
    flex-direction: row;
    align-items: center
  }

  .firstview__image {
    display: block;
    text-align: center
  }

  .firstview__image-sp {
    display: none
  }

  .firstview__catch {
    font-size: 35px;
    color: #000;
    position: static;
    padding-left: 0
  }

  .firstview__lead {
    display: block;
    font-size: 15px;
    line-height: 1.875
  }

  .firstview__links {
    margin-top: 90px;
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px
  }

  .firstview__links>li {
    max-width: none;
    width: 310px;
    margin-right: 15px;
    margin-left: 15px
  }

  .firstview__links>li+li {
    margin-top: 0
  }

  .firstview__open {
    margin-top: 80px
  }

  .firstview-open {
    padding: 24px 24px 32px;
    display: flex;
    align-items: center;
    max-width: 880px
  }

  .firstview-open__image {
    width: 39.5%
  }

  .firstview-open__content {
    margin-top: -.25em;
    width: 60.5%;
    padding-left: 24px
  }

  .firstview-open__footer {
    margin-top: 24px;
    justify-content: flex-start
  }

  .firstview-open__linkbtn {
    max-width: 220px
  }

  .firstview-open__reserve br {
    display: none
  }

  .works-box {
    padding-top: 24px
  }

  .works-box__num {
    font-size: 48px
  }

  .works-box__catch>span {
    font-size: 13px;
    margin-left: -10px
  }

  .works-box__content {
    margin-top: -18px;
    padding: 40px 20px 24px
  }

  .works-box__spec {
    font-size: 14px
  }

  .works-box__spec>dt {
    width: 86px
  }

  .works-box__spec>dd {
    width: calc(100% - 86px)
  }

  .works-slider .swiper-container {
    padding-bottom: 40px
  }

  .works__link .linkbtn {
    max-width: 225px
  }

  .products {
    background-size: 635px;
    background-position: left calc(50% + 338px) top -63px;
    padding-bottom: 90px
  }

  .products-section {
    max-width: none;
    margin-right: 0;
    margin-left: 0
  }

  .products-section:nth-child(odd) {
    flex-direction: row-reverse
  }

  .products-section:nth-child(2n) {
    flex-direction: row
  }

  .products-section+.products-section {
    margin-top: 64px
  }

  .products-section__content {
    width: calc(50% - 16px);
    margin-top: 32px
  }

  .products-section__image {
    width: 50%
  }

  .products-section__nums {
    margin-top: 20px
  }

  .products-section__price>span {
    font-size: 12px
  }

  .products-section__text {
    font-size: 13px
  }

  .products-section__figure a:before {
    width: 30px;
    height: 30px
  }

  .reason {
    background-size: 635px;
    background-position: right calc(50% + 338px) top -63px;
    padding-bottom: 90px
  }

  .reason-section__point-text {
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 27px
  }

  .reason-section__point-num {
    font-size: 64px
  }

  .reason-section {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-top: 80px;
    padding-left: 35px;
    flex-direction: row-reverse
  }

  .reason-section+.reason-section {
    margin-top: 32px
  }

  .reason-section__content {
    margin-top: 0;
    padding-left: 20px;
    width: 53.0120481928%
  }

  .reason-section__image {
    width: 46.9879518072%
  }

  .reason-section__title>span {
    font-size: 21px;
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: .1em
  }

  .voice-box {
    padding: 32px;
    flex-direction: row-reverse;
    height: calc(100% - 70px)
  }

  .voice-box:before {
    border-top-width: 4px;
    border-left-width: 4px;
    width: 50px;
    height: 50px
  }

  .voice-box:after {
    border-right-width: 4px;
    border-bottom-width: 4px;
    width: 50px;
    height: 50px
  }

  .voice-box__image {
    width: 50%;
    padding-right: 15px
  }

  .voice-box__content {
    margin-top: 0;
    width: 50%;
    padding-left: 15px
  }

  .voice-box__text {
    margin-top: 20px
  }

  .voice-box__lower {
    display: inline !important
  }

  .voice-box__toggle {
    display: none
  }

  .voice-slider {
    padding-right: 20px;
    padding-left: 20px
  }

  .documents__title:after {
    width: 66px
  }

  .documents__lead {
    text-align: center
  }

  .docments__content .form-content {
    margin-top: 120px;
    padding-top: 0
  }

  .docments__content {
    margin-top: 48px
  }

  .reserve {
    background-size: 635px;
    background-position: left calc(50% + 338px) top -63px;
    padding-bottom: 90px
  }

  .documents-thanks__contents,
  .reserve-thanks__contents {
    padding: 48px 24px 56px
  }

  .documents-thanks__main,
  .reserve-thanks__main {
    font-size: 22px
  }

  .documents-thanks__linkbtn .linkbtn,
  .reserve-thanks__linkbtn .linkbtn {
    max-width: 225px
  }

  .document-feature {
    display: flex;
    align-items: center;
    margin-top: 80px
  }

  .document-feature__image {
    width: 34%
  }

  .document-feature__content {
    width: 66%;
    margin-top: 0;
    padding-left: 40px
  }

  .display-md {
    display: none !important
  }
}

@media screen and (min-width:992px) {
  .l-header {
    position: relative
  }

  .l-header__inner {
    padding-right: 50px;
    padding-left: 50px
  }

  .l-header__logo>a {
    width: 75px
  }

  .l-header__gnav {
    overflow-y: visible;
    width: auto;
    top: 0;
    transform: scale(1);
    position: relative;
    height: auto;
    opacity: 1
  }

  .gnav-sp-area {
    display: flex;
    align-items: center;
    background-color: transparent
  }

  .gnav-sp-area .gnav-ctabtn-area {
    margin-left: 30px
  }

  .gnav {
    display: flex;
    justify-content: flex-end;
    align-items: center
  }

  .gnav__list {
    display: flex;
    justify-content: space-between
  }

  .gnav__list>li {
    border-bottom: 0
  }

  .gnav__list>li a {
    height: 80px;
    line-height: 80px
  }

  .gnav__list>li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    opacity: 0;
    transition: opacity .2s ease
  }

  .gnav__list>li a:hover:before {
    opacity: 1
  }

  .gnav__list>li+li {
    margin-left: 30px
  }

  .gnav-ctabtn-area {
    margin-top: 0;
    display: block
  }

  .gnav-ctabtn-area>li+li {
    margin-left: 0
  }

  .gnav-ctabtn:before {
    display: none
  }

  .gnav-ctabtn {
    height: 40px;
    line-height: 36px;
    border-radius: 20px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px
  }

  .gnav-ctabtn:hover {
    opacity: .8
  }

  .gnav-btn {
    display: none
  }

  .link-ext:hover {
    color: #000
  }

  .linkbtn:hover {
    opacity: .5
  }

  .linkbtn--sm {
    height: 50px;
    border-radius: 25px;
    font-size: 16px
  }

  .linkbtn--sm:before {
    width: 8px;
    height: 13px;
    right: 24px
  }

  .linkbtn--md {
    font-size: 16px
  }

  .linkbtn--md:before {
    width: 8px;
    height: 13px
  }

  .section--md {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .section__lead {
    margin-top: 20px
  }

  .section__content {
    margin-top: 60px
  }

  .form-content__body .form-input-area {
    margin-top: 40px
  }

  .form-content__body .form-privacy {
    margin-top: 50px
  }

  .form-input__row {
    justify-content: space-between;
    flex-direction: row
  }

  .form-input__row>dt {
    width: 35%;
    padding-top: 7px
  }

  .form-input__row>dd {
    margin-top: 0;
    width: 65%
  }

  #form_submit {
    margin-top: 60px
  }

  #form_submit .linkbtn {
    max-width: 280px
  }

  .form-control--sm input[type=email],
  .form-control--sm input[type=tel],
  .form-control--sm input[type=text] {
    max-width: 225px
  }

  .formbtn-submit:before {
    width: 8px;
    height: 13px;
    right: 24px
  }

  .formbtn-submit {
    height: 50px;
    border-radius: 25px;
    font-size: 16px
  }

  .formbtn-submit:hover {
    opacity: .5
  }

  .formbtn-back:before {
    width: 8px;
    height: 13px;
    left: 24px
  }

  .formbtn-back {
    height: 50px;
    border-radius: 25px;
    font-size: 16px
  }

  .formbtn-back:hover {
    opacity: .5
  }

  .form-content div#confirm_field p#confirm_submit .formbtn-back,
  .form-content div#confirm_field p#confirm_submit .formbtn-submit {
    max-width: 280px
  }

  .form-content__container {
    margin-top: 90px
  }

  .container--lg,
  .container--md {
    padding-right: 50px;
    padding-left: 50px
  }

  .l-main {
    padding-top: 0
  }

  .firstview__catch {
    font-size: 38px
  }

  .firstview__open {
    margin-top: 96px
  }

  .firstview-open {
    margin-top: 60px;
    padding: 40px
  }

  .firstview-open__content {
    padding-left: 40px
  }

  .firstview-open__catch {
    font-size: 24px;
    line-height: 1.4166666667
  }

  .firstview-open__linkbtn {
    max-width: 270px
  }

  .firstview-open__reserve {
    font-size: 16px
  }

  .firstview-open__reserve:after,
  .firstview-open__reserve:before {
    width: 16px
  }

  .firstview-open__reserve {
    padding: 16px 20px;
    margin-right: 20px
  }

  .firstview-open__badge {
    top: -28px;
    right: 56px;
    width: 120px;
    height: 120px;
    font-size: 28px;
    border-radius: 60px
  }

  .works-box__catch>span {
    font-size: 15px
  }

  .works__link {
    margin-top: 60px
  }

  .works__link .linkbtn {
    max-width: 280px
  }

  .pamphlet a:hover {
    opacity: .5
  }

  .products-section__content {
    width: calc(50% - 40px);
    padding: 24px 40px 32px;
    margin-top: 64px
  }

  .products-section__title {
    font-size: 48px
  }

  .products-section__title:before {
    width: 52px;
    height: 4px;
    margin-bottom: 10px;
    margin-right: 10px
  }

  .products-section__title>span {
    margin-right: 8px;
    font-size: 20px
  }

  .products-section__catch {
    font-size: 22px;
    margin-top: 20px
  }

  .products-section__price {
    font-size: 12px
  }

  .products-section__price>span,
  .products-section__text,
  .products-section__tsubo {
    font-size: 14px
  }

  .products-section__figure a:hover {
    opacity: .5
  }

  .reason-section__point {
    padding-right: 4px;
    padding-left: 4px
  }

  .reason-section {
    width: 86.5%
  }

  .reason-section+.reason-section {
    margin-top: 60px
  }

  .reason-section:nth-child(2n) {
    margin-left: auto
  }

  .reason-section__content {
    padding-left: 32px
  }

  .reason-section__title>span {
    font-size: 20px;
    line-height: 1.6666666667
  }

  .reason-pamphlet {
    transition: opacity .2s ease-out;
    margin-top: 120px
  }

  .reason-pamphlet:hover {
    opacity: .5
  }

  .voice-box {
    padding: 40px
  }

  .voice-box__image {
    padding-right: 20px
  }

  .voice-box__content {
    padding-left: 20px
  }

  .voice-box__title>span {
    font-size: 20px;
    line-height: 1.6;
    padding-right: 65px;
    padding-left: 65px
  }

  .voice-box__title>span:after,
  .voice-box__title>span:before {
    width: 35px;
    height: 28px
  }

  .voice-box__lower,
  .voice-box__upper {
    display: inline
  }

  .voice-slider {
    padding-right: 0;
    padding-left: 0
  }

  .voice-slider .swiper-container {
    padding-bottom: 70px
  }

  .documents {
    padding-top: 80px;
    padding-bottom: 125px
  }

  .documents__title {
    font-size: 28px
  }

  .documents-thanks,
  .reserve-thanks {
    padding-top: 80px;
    padding-bottom: 125px
  }

  .documents-thanks__linkbtn .linkbtn,
  .reserve-thanks__linkbtn .linkbtn {
    max-width: 280px
  }

  .documents-thanks__text,
  .reserve-thanks__text {
    text-align: center;
    font-size: 14px
  }

  .documents-banner a:hover {
    opacity: .5
  }

  .document-feature__content {
    padding-left: 60px
  }

  .document-feature__title {
    font-size: 18px
  }

  .document-feature__text {
    margin-top: 8px
  }

  .document-feature__text+.document-feature__title {
    margin-top: 32px
  }

  .display-lg {
    display: none !important
  }
}

@media screen and (min-width:1200px) {
  .l-header__logo>a {
    width: 100px
  }

  .gnav-sp-area .gnav-ctabtn-area {
    margin-left: 50px
  }

  .gnav__list>li a {
    height: 100px;
    line-height: 100px
  }

  .gnav__list>li+li {
    margin-left: 50px
  }

  .gnav-ctabtn {
    max-width: 240px;
    line-height: 56px;
    padding-right: 50px;
    padding-left: 50px
  }

  .gnav-ctabtn,
  .linkbtn--md,
  .linkbtn--sm {
    height: 60px;
    border-radius: 30px;
    font-size: 18px
  }

  .section--sm,
  .section--xs {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .section--md {
    padding-top: 125px;
    padding-bottom: 125px
  }

  .formbtn-back,
  .formbtn-submit {
    font-size: 18px;
    height: 60px;
    border-radius: 30px
  }

  .container--lg,
  .container--md {
    padding-right: 100px;
    padding-left: 100px
  }

  .firstview {
    background-size: 835px;
    background-position: right calc(50% + 425px) center;
    padding-bottom: 120px
  }

  .firstview__catch {
    line-height: 1.7;
    font-size: 50px
  }

  .firstview__lead {
    font-size: 16px;
    margin-top: 30px
  }

  .firstview__links {
    padding-top: 64px;
    padding-bottom: 64px
  }

  .firstview__links>li {
    width: 375px;
    margin-right: 20px;
    margin-left: 20px
  }

  .firstview__open {
    margin-top: 128px
  }

  .firstview-open__linkbtn {
    max-width: 300px
  }

  .works-slider {
    padding-right: 120px;
    padding-left: 120px;
    max-width: 2160px;
    margin-right: auto;
    margin-left: auto
  }

  .works-slider__buttons .swiper-button-next {
    right: 40px
  }

  .works-slider__buttons .swiper-button-prev {
    left: 40px
  }

  .products {
    background-size: 835px;
    background-position: left calc(50% + 435px) top -88px;
    padding-bottom: 120px
  }

  .products-section+.products-section {
    margin-top: 100px
  }

  .products-section__content {
    margin-top: 115px
  }

  .reason {
    background-size: 835px;
    background-position: right calc(50% + 435px) top -88px;
    padding-bottom: 120px
  }

  .reason-section__content {
    padding-left: 40px
  }

  .reason-section__title>span {
    font-size: 22px
  }

  .reason-pamphlet {
    margin-top: 160px
  }

  .documents {
    padding-top: 125px;
    padding-bottom: 160px
  }

  .docments__content .form-content {
    margin-top: 160px
  }

  .reserve {
    background-size: 835px;
    background-position: left calc(50% + 435px) top -88px;
    padding-bottom: 120px
  }

  .documents-thanks,
  .reserve-thanks {
    padding-top: 125px;
    padding-bottom: 160px
  }

  .documents-thanks__main,
  .reserve-thanks__main {
    margin-top: 48px;
    font-size: 28px
  }

  .documents-thanks__linkbtn,
  .reserve-thanks__linkbtn {
    margin-top: 128px
  }

  .documents-thanks__text,
  .reserve-thanks__text {
    margin-top: 40px
  }

  .display-xl {
    display: none !important
  }
}

@media screen and (min-width:1600px) {
  .l-header__inner {
    padding-right: 130px;
    padding-left: 130px
  }

  .firstview {
    background-position: right calc(50% + 655px) center
  }

  .firstview,
  .products {
    background-size: 1135px;
    padding-bottom: 150px
  }

  .products {
    background-position: left calc(50% + 595px) top -113px
  }

  .reason {
    background-position: right calc(50% + 595px) top -113px
  }

  .reason,
  .reserve {
    background-size: 1135px;
    padding-bottom: 150px
  }

  .reserve {
    background-position: left calc(50% + 595px) top -113px
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
}

@media screen and (max-width:553px) {
  .form-content__body--documents {
    margin-top: -40px
  }

  .hide-sm {
    display: none !important
  }
}

@media screen and (max-width:424px) {
  .hide-xs {
    display: none !important
  }
}

@media screen and (max-width:767px) {
  .hide-md {
    display: none !important
  }
}

@media screen and (max-width:991px) {
  .hide-lg {
    display: none !important
  }
}

@media screen and (max-width:1199px) {
  .hide-xl {
    display: none !important
  }
}