@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #464646;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
/*
a[href^="tel:"] {
  @include mq("md") {
    pointer-events: none;
  }
}
*/
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.all-section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.all__title span {
  display: block;
}

.all__title--en {
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #203962;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .all__title--en {
    font-size: 4.375rem;
    line-height: normal;
    line-height: initial;
  }
}

.all__title--ja {
  font-weight: 700;
  font-size: 20px sans-serif;
  font-size: 1.25rem sans-serif;
  position: relative;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.all__title--ja::before {
  content: "";
  position: absolute;
  width: 339px;
  width: 21.1875rem;
  height: 42px;
  height: 2.625rem;
  background: url(../images/common/title-border.png) no-repeat center center/contain;
  top: -11px;
  top: -0.6875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .all__title--ja::before {
    width: 22.3125rem;
  }
}

.all__box {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .all__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.all__img {
  width: 470px;
  width: 29.375rem;
  max-width: 100%;
}

.all__heading {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 500;
  color: #203962;
  line-height: 1.3333333333;
  margin-top: 137px;
  margin-top: 8.5625rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .all__heading {
    margin-left: -3.875rem;
    font-size: 3.75rem;
    margin-top: 6.625rem;
  }
}

.all__heading strong {
  font-size: 113px;
  font-size: 7.0625rem;
  letter-spacing: 0.05em;
  position: absolute;
  font-weight: 700;
  color: rgba(32, 57, 98, .1);
  font-family: "Bebas Neue", sans-serif;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -140px;
  top: -8.75rem;
}
@media screen and (min-width: 768px) {
  .all__heading strong {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: -1.375rem;
    top: -15.5625rem;
    font-size: 13.75rem;
  }
}

.all__heading-before01 {
  width: 30px;
  width: 1.875rem;
  position: absolute;
  left: -10px;
  left: -0.625rem;
  top: -12px;
  top: -0.75rem;
}
@media screen and (min-width: 768px) {
  .all__heading-before01 {
    width: 3rem;
    left: -1.5625rem;
    top: -0.75rem;
  }
}

.all__heading-before02 {
  width: 48px;
  width: 3rem;
  position: absolute;
  right: 0;
  bottom: -17px;
  bottom: -1.0625rem;
}

.all__heading span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .all__heading span {
    font-size: 3.125rem;
  }
}

.all__copy {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .all__copy {
    margin-left: 3.125rem;
    margin-top: 7.3125rem;
    font-size: 1.875rem;
  }
}

.all__costs {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .all__costs {
    margin-top: 2.8125rem;
  }
}

.all__costs-copy {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.13em;
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.all__toku {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.area-block__head {
  text-align: center;
  color: #fff;
  background-color: #203962;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

.area-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.area-block__item {
  width: 33.3333333333%;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}

.area__item--02 .area-block__item:nth-child(2) {
  width: 66%;
}

.area__item--02 .area-block__item:nth-child(3) {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.area-block__item:nth-child(n+4) {
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.area-block__item span {
  font-size: 10px;
  font-size: 0.625rem;
}

.area-block__copy {
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.area-section {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .area-section {
    margin-top: 8.125rem;
  }
}

.area__title span {
  display: block;
}

.area__title--en {
  text-align: center;
  font-weight: 700;
  color: #E18C00;
  font-size: 80px;
  font-size: 5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .area__title--en {
    font-size: 7.5rem;
  }
}

.area__title--ja {
  text-align: center;
  color: #464646;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .area__title--ja {
    font-size: 1.25rem;
  }
}

.area__copy {
  text-align: center;
  color: #464646;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .area__copy {
    font-size: 1.25rem;
  }
}

.area__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .area__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .area__item {
    width: calc(25% - 0.375rem);
  }
}

.area__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .area__item:not(:first-child) {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

.common-inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  width: 540px;
  width: 33.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .common-inner {
    padding-left: 0;
    padding-right: 0;
    width: 66.625rem;
  }
}

.concept-section {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .concept-section {
    margin-top: 6.25rem;
  }
}

.concept {
  position: relative;
}

.concept__modal {
  width: 100px;
  width: 6.25rem;
  position: absolute;
  top: -11px;
  top: -0.6875rem;
  right: 24px;
  right: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .concept__modal {
    width: 12.5rem;
    right: auto;
    top: 0.625rem;
    left: 52%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .concept__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .concept__body {
    width: calc(50% - 1.5625rem);
  }
}

.concept__title {
  font-family: "HelveticaNeue", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #203962;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .concept__title {
    font-size: 4.375rem;
  }
}

.concept__about {
  font-weight: 500;
  color: #203962;
  font-size: 22px;
  font-size: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .concept__about {
    font-size: 1.875rem;
  }
}

.concept__about img {
  width: 180px;
  width: 11.25rem;
  display: block;
  margin-right: 13px;
  margin-right: 0.8125rem;
}

.concept__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #505050;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .concept__explain {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .concept__img {
    margin-left: 3.125rem;
    width: calc(50% - 1.5625rem);
  }
}

.concept__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0;
  color: #f16b76;
  font-family: "HelveticaNeue", sans-serif;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .concept__price {
    font-size: 4.375rem;
  }
}

.concept__price-img {
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .concept__price-img {
    width: 6.875rem;
  }
}

.concept__price-tax {
  line-height: 0.85;
  margin-left: 10px;
  margin-left: 0.625rem;
  position: relative;
}

.concept__price-land {
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: -1px;
  top: -0.0625rem;
  right: -29px;
  right: -1.8125rem;
}
@media screen and (min-width: 768px) {
  .concept__price-land {
    top: 0.5625rem;
    right: 0;
  }
}

.concept__price-tax span {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .concept__price-tax span {
    font-size: 2.5rem;
  }
}

.contact-section {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.contact {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  background: url(../images/common/contact-bg.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact__inner {
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 0.375rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}

.contact__title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
}

.contact__copy {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}

.contact__btn-items {
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__btn-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact__btn-item {
  width: 230px;
  width: 14.375rem;
  max-width: 100%;
  display: inline-block;
}
.contact__btn-item a {
  display: block;
  width: 100%;
  height: 23px;
  height: 1.4375rem;
  border-radius: 0.375rem;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  height: 44px;
  height: 2.75rem;
  line-height: 44px;
  line-height: 2.75rem;
  position: relative;
}

.contact__btn-item a::after {
  content: "";
  position: absolute;
  width: 14px;
  width: 0.875rem;
  height: 6px;
  height: 0.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  right: 0.75rem;
  background: url(../images/common/contact__btn-arrow.png) no-repeat center center/contain;
}

.contact__btn-item:first-child a {
  background-color: #BB2F2E;
}

.contact__btn-item:nth-child(2) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__btn-item:nth-child(2) {
    margin-left: 2.5rem;
    margin-top: 0;
  }
}

.contact__btn-item:nth-child(2) a {
  background-color: #917D64;
}

.costs {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  color: #203962;
  font-weight: 700;
  background-color: rgba(240, 93, 96, .1);
  text-align: center;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .costs {
    font-size: 1.875rem;
  }
}

.costs__costs {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .costs__costs {
    font-size: 3.75rem;
  }
}

.costs__toku {
  color: #F16B76;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .costs__toku {
    font-size: 3.125rem;
    line-height: normal;
    line-height: initial;
  }
}

.costs__tokutoku {
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (min-width: 768px) {
  .costs__tokutoku {
    font-size: 3.75rem;
  }
}

.drawer-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 302;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.drawer-content.is-open {
  opacity: 1;
  visibility: visible;
}

.drawer-content__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.drawer-content__item:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.drawer-content__item a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.drawer-content__contact {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.drawer-content__contact a {
  display: inline-block;
  width: 251px;
  width: 15.6875rem;
  height: 36px;
  height: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  background-color: #ec7a00;
  border-radius: 1.0625rem;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

.drawer-icon {
  position: fixed;
  top: 12px;
  top: 0.75rem;
  left: 20px;
  left: 1.25rem;
  z-index: 303;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-color: #203962;
  z-index: 303;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar01,
.drawer-icon__bar02,
.drawer-icon__bar03 {
  background-color: #fff;
  width: 19px;
  width: 1.1875rem;
  height: 2px;
  height: 0.125rem;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.drawer-icon__bar01 {
  top: 8px;
  top: 0.5rem;
}

.drawer-icon__bar02 {
  top: 14px;
  top: 0.875rem;
}

.drawer-icon__bar03 {
  top: 20px;
  top: 1.25rem;
}

.drawer-icon.is-open .drawer-icon__bar01 {
  top: 22px;
  top: 1.375rem;
  left: 40%;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.drawer-icon.is-open .drawer-icon__bar02 {
  display: none;
}

.drawer-icon.is-open .drawer-icon__bar03 {
  top: 9px;
  top: 0.5625rem;
  left: 40%;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}

.drum {
  background-color: rgba(32, 57, 98, .1);
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .drum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.drum__drum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  width: 30rem;
  max-width: 100%;
}

.drum__icon {
  width: 128px;
  width: 8rem;
}

.drum__meta {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.drum__head {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  color: #203962;
}
@media screen and (min-width: 768px) {
  .drum__head {
    font-size: 1.875rem;
  }
}

.drum__explain {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .drum__explain {
    font-size: 1rem;
  }
}

.drum__check {
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .drum__check {
    width: 26.3125rem;
    max-width: 100%;
    margin-left: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.drum__check-check {
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Alex Brush", cursive;
  position: absolute;
  right: 32px;
  right: 2rem;
  top: -7px;
  top: -0.4375rem;
  color: #203962;
}
@media screen and (min-width: 768px) {
  .drum__check-check {
    font-size: 3.75rem;
    top: -4.0625rem;
    left: 8.75rem;
    right: auto;
  }
}

.drum__img {
  width: 129px;
  width: 8.0625rem;
  display: inline-block;
}
.drum__explain01 {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .drum__explain01 {
    margin-left: 1.875rem;
    width: calc(100% - 9.9375rem);
    line-height: 2;
  }
}

.drum__explain01 span {
  color: #F16B76;
}

@media screen and (min-width: 768px) {
  .echo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.echo__icon {
  width: 80px;
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .echo__icon {
    width: 9.125rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.echo__meta {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .echo__meta {
    margin-left: 3.75rem;
    margin-top: 0;
  }
}

.echo__copy {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .echo__copy {
    font-size: 1.75rem;
  }
}

.echo__head {
  text-align: center;
  max-width: 100%;
  height: 60px;
  height: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  color: #fff;
  background-color: #203962;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .echo__head {
    font-size: 2.5rem;
    width: 26.5625rem;
    height: 5.125rem;
    line-height: 5.125rem;
  }
}

.echo__ballon-icon01 {
  width: 18px;
  width: 1.125rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -18px;
  bottom: -1.125rem;
}
@media screen and (min-width: 768px) {
  .echo__ballon-icon01 {
    width: 1.625rem;
    bottom: -1.625rem;
  }
}

.equipment-block__number {
  font-weight: 300;
  font-size: 48px;
  font-size: 3rem;
  color: #78B240;
  text-align: center;
  font-family: "HelveticaNeue", sans-serif;
}
@media screen and (min-width: 768px) {
  .equipment-block__number {
    font-size: 4.25rem;
  }
}

.equipment-block__box {
  background-color: rgba(120, 178, 64, .1);
  height: 190px;
  height: 11.875rem;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  position: relative;
  margin-top: -35px;
  margin-top: -2.1875rem;
}
@media screen and (min-width: 768px) {
  .equipment-block__box {
    margin-top: -3.125rem;
    height: 14.5625rem;
  }
}

.equipment-block__body {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .equipment-block__body {
    top: 55%;
  }
}

.equipment-block__body--03 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .equipment-block__body--03 {
    font-size: 3.125rem;
  }
}

.equipment-block__body .f60 {
  font-size: 48px;
  font-size: 3rem;
  color: #F05D60;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .equipment-block__body .f60 {
    font-size: 3.75rem;
  }
}

.equipment-block__body .f40 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #F05D60;
  display: block;
  line-height: 1.2;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .equipment-block__body .f40 {
    font-size: 2.5rem;
  }
}

.equipment-block__body .f20 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #F05D60;
  display: block;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .equipment-block__body .f20 {
    font-size: 1.875rem;
  }
}

.equipment-section {
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .equipment-section {
    margin-top: 7.8125rem;
  }
}

.equipment__inner {
  position: relative;
}

.equipment__title span {
  display: block;
}

.equipment__title--en {
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #203962;
}
@media screen and (min-width: 768px) {
  .equipment__title--en {
    font-size: 4.375rem;
  }
}

.equipment__title--ja {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .equipment__title--ja {
    font-size: 1.25rem;
  }
}

.equipment__title--ja::before {
  content: "";
  position: absolute;
  width: 329px;
  width: 20.5625rem;
  height: 42px;
  height: 2.625rem;
  background: url(../images/common/title-border.png) no-repeat center center/contain;
  top: -11px;
  top: -0.6875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .equipment__title--ja::before {
    width: 22.3125rem;
  }
}

.equipment__safety {
  font-weight: 700;
  font-size: 100px;
  font-size: 6.25rem;
  letter-spacing: 0.05em;
  position: relative;
  color: rgba(120, 178, 64, .1);
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .equipment__safety {
    font-size: 13.125rem;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}

.equipment__meta {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .equipment__meta {
    margin-top: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.equipment__head {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  text-align: center;
  border-bottom: 1px solid #203962;
  border-bottom: 0.0625rem solid #203962;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .equipment__head {
    font-size: 1.25rem;
  }
}

.equipment__future {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .equipment__future {
    width: 29.875rem;
    max-width: 100%;
    margin-left: 1.875rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .equipment__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.equipment__img {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .equipment__img {
    margin-top: 0;
    width: 23.125rem;
    max-width: 100%;
  }
}

.equipment__body {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .equipment__body {
    width: 40.5rem;
    max-width: 100%;
    margin-left: auto;
    margin-top: 0;
  }
}

.equipment__copy {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.07em;
  color: #203962;
}
@media screen and (min-width: 768px) {
  .equipment__copy {
    font-size: 1.5rem;
  }
}

.equipment__explain {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .equipment__explain {
    font-size: 1rem;
  }
}

.equipment__heading {
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-color: #78B240;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .equipment__heading {
    font-size: 1.6875rem;
    height: 3.625rem;
    line-height: 3.625rem;
  }
}

.equipment__heading img {
  position: absolute;
  bottom: -16px;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  width: 1.5rem;
}

@media screen and (min-width: 768px) {
  .equipment__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .equipment__item {
    width: calc(33.33333% - 2.08333rem);
  }
}

.equipment__item:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .equipment__item:not(:first-child) {
    margin-left: 3.125rem;
    margin-top: 0;
  }
}

.equipment__safety02 {
  font-weight: 700;
  font-size: 100px;
  font-size: 6.25rem;
  letter-spacing: 0.05em;
  color: rgba(98, 204, 243, .1);
  font-family: "Bebas Neue", sans-serif;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .equipment__safety02 {
    font-size: 13.125rem;
    margin-top: 0;
  }
}

.equipment__wall {
  margin-top: -22px;
  margin-top: -1.375rem;
}
@media screen and (min-width: 768px) {
  .equipment__wall {
    margin-top: -8.75rem;
  }
}

.facility-block__head--en {
  font-weight: 400;
  color: #203962;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
  font-family: "Alex Brush", cursive;
}
@media screen and (min-width: 768px) {
  .facility-block__head--en {
    font-size: 4.375rem;
  }
}

.facility-block__head--ja {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .facility-block__head--ja {
    font-size: 1.25rem;
  }
}

.facility-block__explain {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .facility-block__explain {
    font-size: 0.9375rem;
  }
}

.facility__title {
  text-align: center;
  font-weight: 700;
  color: #203962;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .facility__title {
    font-size: 2.5rem;
    margin-top: 7.5rem;
  }
}

.facility__title-before01 {
  width: 20px;
  width: 1.25rem;
  position: absolute;
  top: -15px;
  top: -0.9375rem;
  left: 4px;
  left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .facility__title-before01 {
    width: 3rem;
    top: -1.75rem;
    left: 1.25rem;
  }
}

.facility__title-before02 {
  width: 20px;
  width: 1.25rem;
  position: absolute;
  right: 0;
  bottom: -8px;
  bottom: -0.5rem;
}
@media screen and (min-width: 768px) {
  .facility__title-before02 {
    width: 3rem;
    bottom: auto;
  }
}

.facility__items {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .facility__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .facility__item {
    width: calc(50% - 1.5625rem);
  }
}

@media screen and (min-width: 768px) {
  .facility__item:nth-child(2n) {
    margin-left: 3.125rem;
  }
}

.facility__item:nth-child(n+3) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .facility__item:nth-child(n+3) {
    margin-top: 3.125rem;
  }
}

.facility__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.facility__item:nth-child(2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .facility__item:nth-child(2) {
    margin-top: 0;
  }
}

.feature-block__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-block__number {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  text-align: center;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  background-color: #60B8BD;
}
@media screen and (min-width: 768px) {
  .feature-block__number {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.875rem;
  }
}

.feature-block__heading {
  margin-left: 10px;
  margin-left: 0.625rem;
  width: calc(100% - 3.75rem);
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.07em;
  color: #203962;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .feature-block__heading {
    font-size: 1.5rem;
  }
}

.feature-block__explain {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .feature-block__explain {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
}

.feature-section {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.feature__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .feature__box {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}

.feature__left {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .feature__left {
    margin-top: 0;
    width: 20.125rem;
    max-width: 100%;
  }
}

.feature__meta:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.feature__right {
  width: 694px;
  width: 43.375rem;
  max-width: 100%;
  margin-left: auto;
}

.feature__body {
  padding-left: 22px;
  padding-left: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  height: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(32, 57, 98, .1);
}

.feature__data {
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  color: #203962;
  font-family: "Alex Brush", cursive;
}

.feature__info {
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  color: #494A4D;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .feature__info {
    font-size: 0.875rem;
  }
}

.feature__info::before {
  content: "";
  position: absolute;
  background-color: #203962;
  width: 1px;
  width: 0.0625rem;
  height: 40px;
  height: 2.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.feature__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .feature__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .feature__item {
    width: calc(33.33333% - 1.66667rem);
  }
}

.feature__item:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .feature__item:not(:first-child) {
    margin-left: 2.5rem;
    margin-top: 0;
  }
}

.feature__slider-wrapper {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.feature__slider .number {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #203962;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-button-prev {
  width: 25px;
  width: 1.5625rem;
  left: -13px;
  left: -0.8125rem;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    width: 3.125rem;
    left: -1.4375rem;
  }
}

.swiper-button-next {
  width: 25px;
  width: 1.5625rem;
  right: -13px;
  right: -0.8125rem;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    width: 3.125rem;
    right: -1.4375rem;
  }
}

.footer__inner {
  background-color: #fff;
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 53px;
  padding-bottom: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__logo {
  width: 145px;
  width: 9.0625rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.5rem;
  }
}

.footer__body {
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__body {
    margin-left: 1.5625rem;
    padding-left: 1.375rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .footer__body::before {
    content: "";
    position: absolute;
    width: 0.0625rem;
    height: 4.75rem;
    background-color: #203962;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.footer__copy {
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
}

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__contact {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.footer__icon {
  width: 34px;
  width: 2.125rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.footer__tel {
  margin-left: 10px;
  margin-left: 0.625rem;
  line-height: 1;
}

.footer__tel a {
  display: block;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #203962;
}

.footer__text {
  font-weight: 500;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .footer__text {
    margin-left: 2.5rem;
  }
}

.footer__copy-right {
  text-align: center;
  display: block;
  background-color: #203962;
  width: 100%;
  height: 35px;
  height: 2.1875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  font-size: 0.625rem;
  padding-bottom: 76px;
  padding-bottom: 4.75rem;
}
@media screen and (min-width: 768px) {
  .footer__copy-right {
    padding-bottom: 0;
  }
}

.d-header {
  width: 100%;
  height: 50px;
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .d-header {
    height: 5.875rem;
  }
}

.header {
  margin-top: -7.2%;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.header__inner {
  padding-right: 20px;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 80.125rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}

.header__logo {
  width: 100px;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 18.9375rem;
  }
}

.header__logo a {
  display: block;
}

.header__logo svg {
  width: 100%;
}

.header {
  border: 1px solid #203962;
  border: 0.0625rem solid #203962;
}

.header__items {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__item {
  text-align: center;
  width: 20%;
  height: 100px;
  height: 6.25rem;
}

.header__item:not(:first-child) {
  border-left: 2px solid #203962;
  border-left: 0.125rem solid #203962;
}

.header__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: inherit;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #203962;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.header__item a:hover {
  background-color: #203962;
  color: #fff;
  opacity: 1;
}

.header__item span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 12px;
  top: 0.75rem;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.insulation-section {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.insulation__title span {
  display: block;
}

.insulation__title--en {
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #203962;
}
@media screen and (min-width: 768px) {
  .insulation__title--en {
    font-size: 4.375rem;
  }
}

.insulation__title--ja {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .insulation__title--ja {
    font-size: 1.25rem;
  }
}

.insulation__title--ja::before {
  content: "";
  position: absolute;
  width: 329px;
  width: 20.5625rem;
  height: 42px;
  height: 2.625rem;
  background: url(../images/common/title-border.png) no-repeat center center/contain;
  top: -11px;
  top: -0.6875rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .insulation__title--ja::before {
    width: 22.3125rem;
  }
}

.insulation__box {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .insulation__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .insulation__img {
    width: 20.125rem;
    max-width: 100%;
  }
}

.insulation__copy {
  position: relative;
  background-color: rgba(32, 57, 98, .1);
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .insulation__copy {
    width: 46.5rem;
    max-width: 100%;
    height: auto;
  }
}

.insulation__copy span {
  color: #203962;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .insulation__copy span {
    font-size: 2.5rem;
    width: 33.125rem;
  }
}

.insulation__copy-before01 {
  width: 24px;
  width: 1.5rem;
  position: absolute;
  top: 35px;
  top: 2.1875rem;
  left: 15px;
  left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .insulation__copy-before01 {
    top: 7.0625rem;
    left: 4.6875rem;
    width: 3rem;
  }
}

.insulation__copy-before02 {
  width: 24px;
  width: 1.5rem;
  position: absolute;
  right: 30px;
  right: 1.875rem;
  bottom: 40px;
  bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .insulation__copy-before02 {
    width: 3rem;
    right: 4.375rem;
    bottom: 8.375rem;
  }
}

.insulation__window {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.main-view {
  margin-top: -6px;
  margin-top: -0.375rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .main-view {
    margin-top: -5.875rem;
  }
}

.main-view img {
  /*
  margin-left: rem(-67);
  */
  display: block;
  width: calc(100% + 3.125rem);
  max-width: none;
  max-width: initial;
}
@media screen and (min-width: 768px) {
  .main-view img {
    width: calc(100% + 11.5625rem);
  }
}

.originality-section {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .originality__title {
    text-align: right;
  }
}

.originality__title--en {
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.12em;
  color: #203962;
  font-family: "HelveticaNeue", sans-serif;
  display: inline-block;
  border-bottom: 1px solid #203962;
  border-bottom: 0.0625rem solid #203962;
}
@media screen and (min-width: 768px) {
  .originality__title--en {
    font-size: 4.375rem;
  }
}

.originality__title--ja {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  color: #464646;
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .originality__title--ja {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .originality__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.originality__box--mt {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .originality__box--mt {
    margin-top: -13.75rem;
  }
}

.originality__box01 {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .originality__box01 {
    margin-top: 0;
    width: 25rem;
    max-width: 100%;
  }
}

.originality__heading--right {
  text-align: right;
}

.originality__heading span {
  display: block;
}

.originality__heading--top {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #464646;
}
@media screen and (min-width: 768px) {
  .originality__heading--top {
    font-size: 1.25rem;
  }
}

.originality__heading--bottom {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  color: #203962;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .originality__heading--bottom {
    font-size: 2.5rem;
  }
}

.originality__img {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .originality__img {
    margin-top: 1.5625rem;
  }
}

.originality__explain {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #464646;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .originality__explain {
    font-size: 1.25rem;
  }
}

.originality__box02 {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .originality__box02 {
    width: 26.5625rem;
    max-width: 100%;
    margin-left: 6.75rem;
    margin-top: 7.5rem;
  }
}

.originality__copy {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  color: #464646;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originality__copy {
    font-size: 1.5rem;
  }
}

.originality__ballon {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  height: 50px;
  height: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  background-color: #203962;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .originality__ballon {
    font-size: 2.5rem;
    height: 5.125rem;
    line-height: 5.125rem;
  }
}

.originality__ballon-icon01 {
  width: 18px;
  width: 1.125rem;
  position: absolute;
  left: 108px;
  left: 6.75rem;
  bottom: -18px;
  bottom: -1.125rem;
}
@media screen and (min-width: 768px) {
  .originality__ballon-icon01 {
    width: 1.625rem;
    bottom: -1.625rem;
  }
}

.originality__ballon-icon02 {
  position: absolute;
  width: 18px;
  width: 1.125rem;
  right: 153px;
  right: 9.5625rem;
  bottom: -17px;
  bottom: -1.0625rem;
}
@media screen and (min-width: 768px) {
  .originality__ballon-icon02 {
    width: 1.625rem;
    bottom: -1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .originality__stair {
    width: 17.5rem;
    max-width: 100%;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .originality__box03 {
    margin-top: -12.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.originality__left {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .originality__left {
    width: 35.625rem;
    max-width: 100%;
    margin-top: 0;
  }
}

.originality__box04 {
  width: 425px;
  width: 26.5625rem;
  max-width: 100%;
  margin-left: auto;
}

.originality__right {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .originality__right {
    margin-left: 6rem;
    margin-top: 16.5625rem;
    width: 25rem;
    max-width: 100%;
  }
}

.originality__meta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.originality__meta {
  width: 255px;
  width: 15.9375rem;
  max-width: 100%;
}

.originality__meta:not(:first-child) {
  margin-left: auto;
}

.originality__explain01 {
  color: #464646;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .originality__explain01 {
    font-size: 1.25rem;
  }
}

.originality__img01 {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.originality__explain02 {
  color: #464646;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .originality__explain02 {
    font-size: 1.25rem;
  }
}

.plus__icon {
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .plus__icon {
    width: 5.3125rem;
  }
}

.plus__body {
  margin-left: auto;
  width: 400px;
  width: 25rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.plus__box {
  margin-left: auto;
}

.plus__row {
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  position: relative;
}

.plus__row:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.plus__row::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  height: 0.25rem;
  background: url(../images/common/plus-border.png) no-repeat center center/cover;
  left: 0;
  bottom: 0;
}

.plus__sub-head {
  font-weight: 500;
  color: #464646;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .plus__sub-head {
    font-size: 0.875rem;
  }
}

.plus__head {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #203962;
}
@media screen and (min-width: 768px) {
  .plus__head {
    font-size: 1.25rem;
  }
}

.plus__idea {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.originality__icon-plus {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.originality__icon-plus img {
  width: 130px;
  width: 8.125rem;
  display: inline-block;
}

.sash-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sash-block__number {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
  color: #fff;
  background-color: #60B8BD;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sash-block__number {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 1.875rem;
  }
}

.sash-block__meta {
  margin-left: 11px;
  margin-left: 0.6875rem;
}

.sash-block__label {
  width: 100px;
  width: 6.25rem;
  height: 25px;
  height: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #fff;
  text-align: center;
  background-color: #203962;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.sash-block__head {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #3A4777;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .sash-block__head {
    font-size: 1.5rem;
  }
}

.sash-block__icon {
  width: 40px;
  width: 2.5rem;
  margin-left: 18px;
  margin-left: 1.125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .sash-block__icon {
    margin-top: 0.9375rem;
  }
}

.sash-block__icon--03 {
  width: 90px;
  width: 5.625rem;
}

.sash-block__heading {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .sash-block__heading {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.sash-block__explain {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sash-block__explain {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}

.sash-block__note {
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .sash-block__note {
    font-size: 0.875rem;
  }
}

.sash-box {
  background-color: rgba(32, 57, 98, .1);
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 32px;
  padding-right: 2rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .sash-box {
    padding-top: 0;
  }
}

.sash-box__head {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.11em;
  color: #203962;
}
@media screen and (min-width: 768px) {
  .sash-box__head {
    font-size: 1.875rem;
    margin-top: -1.75rem;
  }
}

.sash-box__copy {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .sash-box__copy {
    font-size: 1.25rem;
  }
}

.sash-box__img {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sash-box__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

.sash-box__explain--02 {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.sash-section {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

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

.sash__body {
  width: 541px;
  width: 33.8125rem;
  max-width: 100%;
}

.sash__title {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #203962;
  border-bottom: 1px solid #203962;
  border-bottom: 0.0625rem solid #203962;
}
@media screen and (min-width: 768px) {
  .sash__title {
    font-size: 2.5rem;
  }
}

.sash__block {
  margin-top: 27px;
  margin-top: 1.6875rem;
  width: 322px;
  width: 20.125rem;
  max-width: 100%;
}

.sash__img {
  width: 558px;
  width: 34.875rem;
  max-width: 100%;
}

.sash__items {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sash__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .sash__item {
    width: calc(33.33333% - 1.66667rem);
  }
}

.sash__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sash__item:not(:first-child) {
    margin-left: 2.5rem;
    margin-top: 0;
  }
}

.sash__drum {
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .sash__drum {
    padding-right: 0;
    padding-left: 0;
  }
}

.sash__items01 {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sash__items01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .sash__item01 {
    width: calc(50% - 1.5625rem);
  }
}

.sash__item01:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sash__item01:not(:first-child) {
    margin-left: 3.125rem;
    margin-top: 0;
  }
}

.sash__echo {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sash__echo {
    margin-top: 4.375rem;
  }
}

.show-mv-section {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .show-mv-section {
    margin-top: 8.125rem;
  }
}

.show-mv__inner {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .show-mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 11.420204978vw;
    padding-right: 4.7584187408vw;
  }
}

@media screen and (min-width: 768px) {
  .show-mv__left {
    width: 26.25rem;
    max-width: 100%;
    display: block;
  }
}

.show-mv__head {
  font-weight: 700;
  color: #203962;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .show-mv__head {
    font-size: 6.25rem;
  }
}

.show-mv__head span {
  font-size: 100px;
  font-size: 6.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .show-mv__head span {
    font-size: 7.5rem;
  }
}

.show-mv__heading {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  color: #203962;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .show-mv__heading {
    white-space: nowrap;
    font-size: 1.875rem;
  }
}

.show-mv__copy {
  font-weight: 500;
  font-size: 38px;
  font-size: 2.375rem;
  letter-spacing: 0.1em;
  color: #203962;
  margin-top: 22px;
  margin-top: 1.375rem;
  position: relative;
  padding-left: 23px;
  padding-left: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .show-mv__copy {
    font-size: 3rem;
    margin-top: 2.5rem;
  }
}

.show-mv__copy-before01 {
  width: 48px;
  width: 3rem;
  position: absolute;
  left: 0;
}

.show-mv__copy-before02 {
  width: 48px;
  width: 3rem;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  bottom: -10px;
  bottom: -0.625rem;
}

.show-mv__copy span {
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .show-mv__copy span {
    font-size: 3.75rem;
  }
}

.show-mv__img {
  width: 726px;
  width: 45.375rem;
  max-width: 100%;
  margin-left: auto;
}

.side-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .side-btn {
    top: 7.5rem;
    bottom: auto;
    width: auto;
  }
}

.side-btn__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .side-btn__items {
    display: block;
  }
}

.side-btn__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .side-btn__item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .side-btn__item:not(:first-child) {
    margin-left: 0;
    margin-top: 0.4375rem;
  }
}

.side-btn__item a {
  width: 100%;
  height: 42px;
  height: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .side-btn__item a {
    width: 2.5rem;
    height: 9.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0.625rem 0 0 0.625rem;
  }
}

.side-btn__item img {
  width: 20px;
  width: 1.25rem;
  display: inline-block;
}

.side-btn__item span {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: block;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .side-btn__item span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    margin-top: 0.625rem;
    margin-left: 0;
  }
}

.side-btn__item:first-child a {
  background-color: #BB2F2E;
}

.side-btn__item:nth-child(2) a {
  background-color: #917D64;
}

.spec-block__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: centere;
      -ms-flex-align: centere;
          align-items: centere;
}

.spec-block__number {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #203962;
  line-height: 1.2;
}

.spec-block__head {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #203962;
  margin-left: 15px;
  margin-left: 0.9375rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  position: relative;
}

.spec-block__head::before {
  content: "";
  position: absolute;
  width: 3px;
  width: 0.1875rem;
  height: 28px;
  height: 1.75rem;
  top: 6px;
  top: 0.375rem;
  left: 0;
  background-color: rgba(32, 57, 98, .28);
}

.spec-block__img {
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.spec-block__btn {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.spec-block__btn a {
  display: inline-block;
  width: 200px;
  width: 12.5rem;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  text-align: center;
  background-color: #000;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  border-radius: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .spec-block__btn a {
    font-size: 1.25rem;
  }
}

.spec-block__btn a::before {
  content: "";
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 8px;
  height: 0.5rem;
  right: 12px;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/btn-arrow.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .spec-block__btn a::before {
    right: 0.4375rem;
  }
}

.spec-card {
  position: relative;
}

.spec-card__head {
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-family: "HelveticaNeue", sans-serif;
}
@media screen and (min-width: 768px) {
  .spec-card__head {
    font-size: 4.4375rem;
  }
}

.spec-card__head--01 {
  color: #62CCF3;
}

.spec-card__head--02 {
  color: #78B240;
}

.spec-card__head--03 {
  color: #F05D60;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .spec-card__head--03 {
    font-size: 3.125rem;
  }
}

.spec-card__img--03 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.spec-card__heading {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #917D64;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .spec-card__heading {
    font-size: 1.875rem;
  }
}

.spec-card__heading--02 {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .spec-card__heading--02 {
    margin-top: 2.5rem;
  }
}

.spec-card__heading--03 {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .spec-card__heading--03 {
    margin-top: 2.5rem;
  }
}

.spec-card__explain {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.875;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .spec-card__explain {
    font-size: 1rem;
  }
}

.spec-section {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.spec__title--en {
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.12em;
  color: #203962;
  font-family: "HelveticaNeue", sans-serif;
  display: inline-block;
  border-bottom: 1px solid #203962;
  border-bottom: 0.0625rem solid #203962;
}
@media screen and (min-width: 768px) {
  .spec__title--en {
    font-size: 4.375rem;
  }
}

.spec__title--ja {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  color: #464646;
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .spec__title--ja {
    font-size: 1.5rem;
  }
}

.spec__items {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .spec__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .spec__item {
    width: calc(33.33333% - 2.08333rem);
  }
}

.spec__item:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .spec__item:not(:first-child) {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.spec__head {
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.spec__head span {
  display: block;
  text-align: center;
}

.spec__head--top {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #464646;
}
@media screen and (min-width: 768px) {
  .spec__head--top {
    font-size: 1.75rem;
  }
}

.spec__head--bottom {
  width: 300px;
  width: 18.75rem;
  height: 50px;
  height: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  background-color: #203962;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  display: inline-block !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .spec__head--bottom {
    width: 26.5625rem;
    height: 5.125rem;
    line-height: 5.125rem;
    font-size: 2.5rem;
  }
}

.spec__head--bottom-icon {
  position: absolute;
  width: 18px;
  width: 1.125rem;
  bottom: -17px;
  bottom: -1.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .spec__head--bottom-icon {
    width: 1.625rem;
    bottom: -1.5625rem;
  }
}

.spec__items01 {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .spec__items01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .spec__item01 {
    width: calc(33.33333% - 2.08333rem);
  }
}

.spec__item01:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .spec__item01:not(:first-child) {
    margin-left: 3.125rem;
    margin-top: 0;
  }
}

.standard {
  width: 100%;
  z-index: 100;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1.25rem;
  border: none;
  -webkit-box-shadow: -1px -1px 30px #ccc;
          box-shadow: -1px -1px 30px #ccc;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .standard {
    width: 45rem;
  }
}

.standard__close {
  content: "";
  position: absolute;
  width: 30px;
  width: 1.875rem;
  top: 8px;
  top: 0.5rem;
  right: 13px;
  right: 0.8125rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .standard__close {
    width: 3.125rem;
    top: 1.25rem;
    right: 1.25rem;
  }
}

.standard__head {
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #203962;
}
@media screen and (min-width: 768px) {
  .standard__head {
    font-size: 1.875rem;
  }
}

.standard__head span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .standard__head span {
    font-size: 2.5rem;
  }
}

.standard__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #505050;
}
@media screen and (min-width: 768px) {
  .standard__explain {
    width: 34.375rem;
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.standard__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  width: 7.5rem;
  height: 30px;
  height: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-align: center;
  background-color: #000;
  border-radius: 0.9375rem;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .standard__btn {
    margin-top: 1.875rem;
  }
}

.sub-header {
  width: 100%;
  height: 100px;
  height: 6.25rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: #fff;
  display: none;
}
@media screen and (min-width: 768px) {
  .sub-header {
    display: block;
  }
}

.sub-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 23px;
  padding-right: 1.4375rem;
}

.sub-header__logo01 {
  width: 162px;
  width: 10.125rem;
}

.sub-header__nav {
  width: calc(100% - 28.75rem);
  text-align: center;
  height: inherit;
}

.sub-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-header__item {
  width: 25%;
  height: inherit;
  position: relative;
}

.sub-header__item::before {
  content: "";
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 60px;
  height: 3.75rem;
  background-color: #203962;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-header__item:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 60px;
  height: 3.75rem;
  background-color: #203962;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-header__item a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-header__logo02 {
  width: 184px;
  width: 11.5rem;
}

.sub-header__logo02 svg {
  width: 100%;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.to-top {
  width: 30px;
  width: 1.875rem;
  position: fixed;
  bottom: 42px;
  bottom: 2.625rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .to-top {
    width: 3.125rem;
    bottom: 0;
  }
}

.to-top a {
  display: block;
}

.toku-block__head {
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  background-color: #203962;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .toku-block__head {
    height: 3.625rem;
    line-height: 3.625rem;
    font-size: 1.875rem;
  }
}

.toku-block__head::before {
  content: "";
  position: absolute;
  width: 24px;
  width: 1.5rem;
  height: 16px;
  height: 1rem;
  background: url(../images/common/toku__head-before.png) no-repeat center center/contain;
  bottom: -16px;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toku-block__box {
  background-color: rgba(32, 57, 98, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 15px;
  padding: 1.25rem 1.25rem 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.toku-block__box--02 {
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

.toku-block__left {
  width: 50%;
}

.toku-block__heading {
  font-weight: 700;
  color: #203962;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  border-bottom: 1px solid #203962;
  border-bottom: 0.0625rem solid #203962;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}

.toku-block__copy {
  font-weight: 700;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .toku-block__copy {
    font-size: 1.5rem;
  }
}

.toku-block__circle {
  width: 90px;
  width: 5.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: auto;
  margin-right: auto;
}

.toku-block__right {
  width: 50%;
}

.toku-block__img {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.toku-block__label {
  height: 37px;
  height: 2.3125rem;
  line-height: 37px;
  line-height: 2.3125rem;
  background-color: #fff;
  color: #203962;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
}

.toku-block__explain {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 19px;
  margin-top: 1.1875rem;
}

.toku-block__number {
  color: #F16B76;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .toku-block__number {
    font-size: 1.875rem;
  }
}

.toku-block__number span {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .toku-block__number span {
    font-size: 3.75rem;
  }
}

.toku-block__note {
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .toku__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .toku__item {
    width: calc(50% - 1.5625rem);
  }
}

.toku__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .toku__item:not(:first-child) {
    margin-top: 0;
    margin-left: 3.125rem;
  }
}

.toku__box {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.toku__head {
  font-weight: 700;
  color: #fff;
  background-color: #203962;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .toku__head {
    height: 3.625rem;
    line-height: 3.625rem;
    font-size: 1.6875rem;
  }
}

.toku__head::before {
  content: "";
  position: absolute;
  width: 24px;
  width: 1.5rem;
  height: 16px;
  height: 1rem;
  background: url(../images/common/toku__head-before.png) no-repeat center center/contain;
  bottom: -16px;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toku__body {
  background-color: rgba(32, 57, 98, .1);
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-right: 33px;
  padding-right: 2.0625rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .toku__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .toku__left {
    width: 26.25rem;
    max-width: 100%;
  }
}

.toku__heading {
  color: #203962;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #203962;
  border-bottom: 0.0625rem solid #203962;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}

.toku__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.toku__note {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .toku__note {
    margin-top: 2.1875rem;
  }
}

.toku__right {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .toku__right {
    width: 33.75rem;
    max-width: 100%;
    margin-left: auto;
    margin-top: 0;
  }
}

.wall-block__copy {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .wall-block__copy {
    font-size: 1rem;
  }
}

.wall-block__heading {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #203962;
  letter-spacing: 0.06em;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wall-block__heading {
    font-size: 1.5rem;
  }
}

.wall-block__heading--01 {
  color: #F16B76;
}

.wall-block__heading--01 span {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .wall__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .wall__img {
    width: 23rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .wall__body {
    width: 40.5rem;
    max-width: 100%;
    margin-left: auto;
  }
}

.wall__head {
  font-weight: 700;
  color: #203962;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .wall__head {
    font-size: 1.875rem;
  }
}

.wall__head span {
  font-size: 29px;
  font-size: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .wall__head span {
    font-size: 3.75rem;
  }
}

.wall__copy {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.07em;
  line-height: 1.6666666667;
  color: #203962;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .wall__copy {
    font-size: 1.3125rem;
    margin-top: 0;
  }
}

.wall__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .wall__explain {
    margin-top: 0.625rem;
  }
}

.wall__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .wall__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .wall__item {
    width: calc(33.33333% - 2.08333rem);
  }
}

.wall__item:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .wall__item:not(:first-child) {
    margin-left: 3.125rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .window__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.window__left {
  width: 541px;
  width: 33.8125rem;
  max-width: 100%;
}

.window__window {
  color: #F16B76;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .window__window {
    font-size: 2.25rem;
  }
}

.window__head {
  color: #203962;
}

.window__head span {
  display: block;
}

.window__head--top {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  margin-top: 5px;
  margin-top: 0.3125rem;
  border-bottom: 1px solid #203962;
  border-bottom: 0.0625rem solid #203962;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .window__head--top {
    font-size: 2.5rem;
  }
}

.window__head--bottom {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .window__head--bottom {
    font-size: 1.5rem;
  }
}

.window__explain {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.window__right {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .window__right {
    width: 30rem;
    max-width: 100%;
    margin-left: auto;
    margin-top: 0;
  }
}

.window__madori {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .window__madori {
    margin-top: -2.5625rem;
  }
}
/*# sourceMappingURL=styles.css.map */


/*20240115追加*/
@media only screen and (min-width: 768px){
.breadcrumb{
 padding: 20px 0 30px 15px;
 font-size: 12px;
 font-weight: normal;
}
.breadcrumb.top01{
  padding-left: 0;
  padding-right: 0;
  width: 66.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb.low01{
 padding-top: 100px;
  padding-left: 15px;
  padding-right: 0;
  width: 66.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb p{
 text-align: left;
}
.breadcrumb p span{
 color: #b2b2b2;
}
.breadcrumb p a:hover{
 text-decoration: underline;
}
}

@media only screen and (max-width: 768px){
.breadcrumb{
 padding: 15px 0 0 15px;
 font-size: 12px;
 font-weight: normal;
}
.breadcrumb.top01{
  padding-left: 15px;
  padding-right: 0;
  width: 66.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb.low01{
 padding-top: 60px;
  padding-left: 15px;
  padding-right: 0;
  width: 66.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb p{
 text-align: left;
}
.breadcrumb p span{
 color: #b2b2b2;
}
.breadcrumb p a:hover{
 text-decoration: underline;
}
}

.show-mv-section {
  margin-top: 2.125rem;
}
.equipment-section {
  margin-top: 2.8125rem;
}
@media only screen and (max-width: 768px){
.show-mv-section {
  margin-top: 1.438rem;
}
}


