@charset "UTF-8";
/* このcssはsass compilerによって生成されています */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
@media (max-width: 767px) {
  body {
    font-size: calc(6px + 2vw);
  }
}
body main {
  max-width: 100%;
  overflow: hidden;
}

h2.general {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 3.6rem;
  text-decoration: underline;
  text-decoration-color: #ffd0a6;
  text-decoration-thickness: 10px;
  text-underline-offset: -0.1rem;
  text-align: center;
}
@media (max-width: 767px) {
  h2.general {
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.2em;
    text-decoration-thickness: 6px;
  }
}

#cta {
  background: url("./images/cta/cta-bg.jpg") center/cover no-repeat;
  color: #fff;
}
@media (max-width: 767px) {
  #cta {
    background: url("./images/cta/cta-bg-sp.jpg") center/cover no-repeat;
  }
}
#cta .container {
  max-width: 75rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 12.5rem;
  padding-bottom: 5.1rem;
}
@media (max-width: 767px) {
  #cta .container {
    padding-top: 1.3rem;
    padding-bottom: 2.3rem;
  }
}
#cta .container .text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: 3.4375rem;
}
@media (max-width: 767px) {
  #cta .container .text {
    font-size: 0.9rem;
    padding-bottom: 1.8rem;
  }
}
#cta .container .text .accent {
  text-decoration: underline;
  text-decoration-color: #ff7800;
  text-decoration-thickness: 0.625rem;
  text-underline-offset: -0.1875rem;
}
#cta .container .button {
  list-style: none;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 767px) {
  #cta .container .button {
    gap: 1.6rem;
    flex-wrap: wrap;
  }
}
#cta .container .button li {
  flex: 0 1 69%;
}
#cta .container .button li a {
  display: block;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}
#cta .container .button li a img {
  width: 100%;
  height: auto;
  display: block;
}

#hero {
  color: #fff;
  position: relative;
}
#hero .main-visual {
  background: url("./images/hero/hero-bg.jpg") center/cover no-repeat;
}
@media (max-width: 767px) {
  #hero .main-visual {
    background: url("./images/hero/hero-bg-sp.jpg") center/cover no-repeat;
  }
}
#hero .main-visual .inner-box {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 10.5rem;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box {
    max-width: 100%;
    padding: 1.5rem 1.125rem 2.5rem;
  }
}
#hero .main-visual .inner-box .logo {
  padding-bottom: 3.31rem;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .logo {
    padding-bottom: 1.5rem;
  }
}
#hero .main-visual .inner-box .logo img {
  display: block;
  width: clamp(70px, 64.4px + 1.49vw, 93px);
  height: auto;
}
#hero .main-visual .inner-box .maker-list {
  display: flex;
  gap: 1.125rem;
  justify-content: flex-start;
  padding-bottom: 1rem;
  list-style: none;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .maker-list {
    width: 100%;
    justify-content: space-between;
    gap: 0;
    padding-bottom: 0.5rem;
    font-weight: 700;
  }
}
#hero .main-visual .inner-box .maker-list li {
  line-height: 1;
  padding: 0.5rem 0.75rem;
  border: 0.125rem solid #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .maker-list li {
    padding: 0.4rem 0.5rem;
    white-space: nowrap;
    min-width: 0;
    border: 0.0625rem solid #fff;
  }
}
#hero .main-visual .inner-box .copy .heading {
  font-weight: 600;
  line-height: 1.5;
  font-size: 4.3rem;
  padding-bottom: 2.8125rem;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .copy .heading {
    font-size: 2.6rem;
    padding-bottom: 1.6125rem;
  }
}
#hero .main-visual .inner-box .copy .heading .accent {
  font-size: 5.5rem;
  text-decoration: underline;
  text-decoration-color: #ff7800;
  text-decoration-thickness: 1.4375rem;
  text-underline-offset: -0.625rem;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .copy .heading .accent {
    font-size: 2.8rem;
    text-decoration-thickness: 0.7375rem;
  }
}
#hero .main-visual .inner-box .copy .subhead {
  font-weight: 700;
  line-height: 1.9;
  color: #1f1f1f;
}
#hero .main-visual .inner-box .copy .subhead .line {
  display: inline-block;
  background-color: #fff;
  padding: 0.1em 0.5em;
  margin-bottom: 0.9em;
  font-size: 1.3rem;
  margin-right: -0.65rem;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .copy .subhead .line {
    font-size: 1rem;
    padding: 0 0.5em;
  }
}
#hero .main-visual .inner-box .copy .subhead .sp-br {
  display: none;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .copy .subhead .sp-br {
    display: block;
  }
}
#hero .main-visual .inner-box .copy .subhead .accent {
  color: #eb4a39;
}
#hero .main-visual .inner-box .showroom-info {
  position: absolute;
  left: 47%;
  top: 7.5rem;
  width: 15rem;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .showroom-info {
    position: relative;
    top: 0.2rem;
    left: 43%;
    width: 11rem;
  }
}
#hero .main-visual .inner-box .showroom-info .inner {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 25%);
  font-weight: 700;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .showroom-info .inner {
    bottom: auto;
    top: 50%;
    left: -70%;
    transform: translate(0%, -50%);
    white-space: nowrap;
  }
}
#hero .main-visual .inner-box .showroom-info .inner .title {
  display: inline-block;
  width: auto;
  max-width: 90%;
  position: absolute;
  bottom: 80%;
  left: 50%;
  transform: translate(-50%);
  padding: 0.6em 0.6em;
  white-space: nowrap;
  color: #333;
  line-height: 1;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .showroom-info .inner .title {
    width: 6.68em;
    padding: 0.4em 0em;
    font-size: 0.95rem;
    bottom: 74%;
  }
}
#hero .main-visual .inner-box .showroom-info .inner .contents {
  display: inline-block;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  line-height: 1.6;
  background-color: #ff7800;
  padding: 0.6em 1em;
  text-align: center;
  padding-top: 1.5625rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .showroom-info .inner .contents {
    padding-top: 1.5rem;
    padding-bottom: 0.6rem;
    width: 8.4rem;
    font-size: 0.85rem;
  }
}
#hero .main-visual .inner-box .showroom-info .thumbnail img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border: 0.5rem solid #fff;
  display: block;
}
@media (max-width: 767px) {
  #hero .main-visual .inner-box .showroom-info .thumbnail img {
    height: 8.2rem;
  }
}
#hero .recommendations {
  width: 60rem;
  position: absolute;
  left: 50%;
  bottom: -10rem;
  transform: translateX(-50%);
  z-index: 2;
  background-color: #fff;
  padding: 1rem;
}
@media (max-width: 767px) {
  #hero .recommendations {
    position: static;
    transform: none;
    padding: 1rem 0;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
#hero .recommendations .card {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  #hero .recommendations .card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
}
#hero .recommendations .card li {
  width: 100%;
  color: #222;
}
@media (max-width: 767px) {
  #hero .recommendations .card li {
    width: 100%;
    padding: 0.5em;
    background: #fefff0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  }
}
#hero .recommendations .card li .product {
  display: block;
  color: #333;
  text-decoration: none;
}
@media (max-width: 767px) {
  #hero .recommendations .card li .product {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  #hero .recommendations .card li .product .thumbnail {
    flex: 0 0 25%;
  }
}
#hero .recommendations .card li .product .thumbnail img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  object-position: 50% 80%;
  display: block;
}
@media (max-width: 767px) {
  #hero .recommendations .card li .product .thumbnail img {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  #hero .recommendations .card li .product .info {
    flex: 1 1 auto;
  }
}
#hero .recommendations .card li .product .info .name {
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  padding: 1rem 0 0.625rem;
}
@media (max-width: 767px) {
  #hero .recommendations .card li .product .info .name {
    font-size: 0.85rem;
    padding: 0.6rem 0;
  }
}
#hero .recommendations .card li .product .info .price {
  text-align: center;
  font-weight: 800;
  color: #eb4a39;
}
#hero .recommendations .card li .product .info .price .yen {
  font-size: 0.8rem;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  #hero .recommendations .card li .product .info .price .yen {
    font-size: 1.3rem;
  }
}
#hero .recommendations .card li .product .info .price .amount {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

#staff-profile {
  background: url("./images/staff-profile/staff-profile-bg.jpg") center/cover no-repeat;
  color: #333;
}
@media (max-width: 767px) {
  #staff-profile {
    background: url("./images/staff-profile/staff-profile-bg-sp.jpg") center/cover no-repeat;
  }
}
#staff-profile .container {
  max-width: 75rem;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 1rem 6.3rem;
}
@media (max-width: 767px) {
  #staff-profile .container {
    padding: 1.5rem 1rem 3rem;
  }
}
@media (max-width: 767px) {
  #staff-profile .container .general {
    margin-bottom: 0.7rem;
  }
}
#staff-profile .container .text {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  #staff-profile .container .text {
    font-size: 1rem;
    line-height: 2.3;
    margin-bottom: 1.1rem;
    letter-spacing: -0.07em;
  }
}
#staff-profile .container .text .accent {
  color: #eb4a39;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #fff;
  text-decoration-thickness: 1rem;
  text-underline-offset: -0.625rem;
}
#staff-profile .container .text .sp-br {
  display: none;
}
@media (max-width: 767px) {
  #staff-profile .container .text .sp-br {
    display: block;
  }
}
#staff-profile .container .staff-list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  #staff-profile .container .staff-list {
    padding: 0 4rem;
  }
}
#staff-profile .container .staff-list .js-staff-swiper .list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  #staff-profile .container .staff-list .js-staff-swiper .list {
    gap: 0;
  }
}
#staff-profile .container .staff-list .js-staff-swiper .list > li {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 2.55rem;
  width: 30%;
  height: auto !important; /* スワイパーに対するレイアウト不備への対策 */
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  #staff-profile .container .staff-list .js-staff-swiper .list > li {
    width: 100%;
  }
}
#staff-profile .container .staff-list .js-staff-swiper .list > li .portrait {
  width: 100%;
  max-width: 16.25rem;
}
#staff-profile .container .staff-list .js-staff-swiper .list > li .portrait img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  display: block;
}
#staff-profile .container .staff-list .js-staff-swiper .list > li .name {
  margin: 1rem 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  #staff-profile .container .staff-list .js-staff-swiper .list > li .name {
    font-size: 1rem;
  }
}
#staff-profile .container .staff-list .js-staff-swiper .list > li .english-name {
  font-size: 0.875rem;
  color: #777;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #staff-profile .container .staff-list .js-staff-swiper .list > li .english-name {
    font-size: 0.6rem;
  }
}
#staff-profile .container .staff-list .js-staff-swiper .list > li .message {
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  text-align: start;
}
@media (max-width: 767px) {
  #staff-profile .container .staff-list .js-staff-swiper .list > li .message {
    font-size: 0.8rem;
  }
}
#staff-profile .container .staff-list .staff-button-prev,
#staff-profile .container .staff-list .staff-button-next {
  display: none;
}
@media (max-width: 767px) {
  #staff-profile .container .staff-list .staff-button-prev,
  #staff-profile .container .staff-list .staff-button-next {
    width: 2rem;
    height: 2rem;
    display: flex;
    position: absolute;
    top: 36%;
    z-index: 10;
    cursor: pointer;
  }
  #staff-profile .container .staff-list .staff-button-prev .staff-button-prev img,
  #staff-profile .container .staff-list .staff-button-prev .staff-button-next img,
  #staff-profile .container .staff-list .staff-button-next .staff-button-prev img,
  #staff-profile .container .staff-list .staff-button-next .staff-button-next img {
    pointer-events: none;
  }
  #staff-profile .container .staff-list .staff-button-prev {
    left: 10%;
  }
  #staff-profile .container .staff-list .staff-button-next {
    right: 10%;
  }
}

#benefit {
  background: url("./images/benefit/benefit-bg.jpg") center/cover no-repeat;
  color: #333;
}
@media (max-width: 767px) {
  #benefit {
    background: url("./images/benefit/benefit-bg-sp.jpg") center/cover no-repeat;
  }
}
#benefit .container {
  width: 100%;
  max-width: 81rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 6rem;
  display: flex;
  gap: 4.1rem;
}
@media (max-width: 767px) {
  #benefit .container {
    flex-direction: column;
    padding-top: 2.3rem;
    gap: 1.17rem;
  }
}
#benefit .container .section-head {
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #benefit .container .section-head {
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
  }
}
#benefit .container .section-head .accent {
  color: #eb4a39;
}
#benefit .container .section-head .text-small {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  #benefit .container .section-head .text-small {
    font-size: 1.2rem;
  }
}
#benefit .container .section-head .text-large {
  font-size: 5.7rem;
  color: #eb4a39;
}
@media (max-width: 767px) {
  #benefit .container .section-head .text-large {
    font-size: 2.8rem;
  }
}
#benefit .container .section-head .text-xlarge {
  font-size: 6.8rem;
}
@media (max-width: 767px) {
  #benefit .container .section-head .text-xlarge {
    font-size: 3.4rem;
  }
}
#benefit .container .section-head .first-line {
  font-size: 3.8rem;
}
@media (max-width: 767px) {
  #benefit .container .section-head .first-line {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  #benefit .container .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#benefit .container .feature .catch {
  padding-bottom: 2.57rem;
}
@media (max-width: 767px) {
  #benefit .container .feature .catch {
    padding-bottom: 0;
  }
}
#benefit .container .feature .catch img {
  max-width: 100%;
  height: 9rem;
  display: block;
}
@media (max-width: 767px) {
  #benefit .container .feature .catch img {
    height: 11rem;
  }
}
#benefit .container .feature .text {
  font-size: 1.2rem;
  line-height: 2.6;
}
@media (max-width: 767px) {
  #benefit .container .feature .text {
    font-size: 1rem;
    line-height: 2.3;
  }
}
#benefit .container .feature .text .sp-br {
  display: none;
}
@media (max-width: 767px) {
  #benefit .container .feature .text .sp-br {
    display: block;
  }
}

#branding {
  background: url("./images/branding/branding-bg.jpg") center/cover no-repeat;
  color: #333;
}
@media (max-width: 767px) {
  #branding {
    background: url("./images/branding/branding-bg-sp.jpg") center/cover no-repeat;
  }
}
#branding .container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.4rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  #branding .container {
    padding-top: 1.7rem;
    padding-bottom: 1rem;
  }
}
#branding .container .general {
  line-height: 2;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  #branding .container .general {
    margin-bottom: 1.5rem;
  }
}
#branding .container .general .accent {
  color: #eb4a39;
  font-size: 1.1em;
}
#branding .container .general .sp-br {
  display: none;
}
@media (max-width: 767px) {
  #branding .container .general .sp-br {
    display: block;
  }
}
#branding .container .photo-box {
  display: flex;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #branding .container .photo-box {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #branding .container .photo-box .box {
    padding-bottom: 2.7rem;
  }
}
#branding .container .photo-box .box .lead {
  font-size: 1.8rem;
  padding-bottom: 1rem;
  padding-left: 1.925rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  #branding .container .photo-box .box .lead {
    font-size: 1.1rem;
    padding-left: 0;
  }
}
#branding .container .photo-box .box .text {
  font-size: 1.1rem;
  line-height: 2.2;
  padding-bottom: 2rem;
  padding-left: 1.925rem;
}
@media (max-width: 767px) {
  #branding .container .photo-box .box .text {
    font-size: 1rem;
    line-height: 1.7;
    padding-left: 0;
    text-align: start;
  }
}
#branding .container .photo-box .box .text .pc-br {
  display: block;
}
@media (max-width: 767px) {
  #branding .container .photo-box .box .text .pc-br {
    display: none;
  }
}
#branding .container .photo-box .box .piano-tuner {
  position: relative;
  padding: 2rem;
  border: 0.0625rem #eeeeee solid;
  background-color: #fffff2;
}
#branding .container .photo-box .box .piano-tuner::before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  left: 1.937rem;
  width: 1.2rem;
  height: 0.125rem;
  background-color: #eb4a39;
}
@media (max-width: 767px) {
  #branding .container .photo-box .box .piano-tuner::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  #branding .container .photo-box .box .piano-tuner {
    padding: 0.8rem;
  }
}
#branding .container .photo-box .box .piano-tuner .name {
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.8rem;
}
#branding .container .photo-box .box .piano-tuner .message {
  font-size: 0.9rem;
  line-height: 2.1;
}
@media (max-width: 767px) {
  #branding .container .photo-box .box .piano-tuner .message {
    font-size: 0.8rem;
    line-height: 1.9;
    text-align: start;
  }
}
#branding .container .photo-box .photo img {
  display: block;
}
@media (max-width: 767px) {
  #branding .container .photo-box .photo img {
    width: 80%;
    height: 13rem;
    margin: 0 auto;
    object-fit: cover;
    object-position: center bottom;
  }
}

#customer-voice {
  background-color: #fffff2;
  color: #333;
}
@media (max-width: 767px) {
  #customer-voice {
    background: url("./images/branding/branding-bg-sp.jpg") center/cover no-repeat;
  }
}
#customer-voice .container {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.3rem;
  padding-bottom: 4.4rem;
}
@media (max-width: 767px) {
  #customer-voice .container {
    padding-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  #customer-voice .container .general {
    margin-bottom: 1.8rem;
  }
}
#customer-voice .container .review-list {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #customer-voice .container .review-list {
    max-width: 20rem;
  }
}
#customer-voice .container .review-list .review {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border: 2px solid #eee;
  padding: 2rem;
}
@media (max-width: 767px) {
  #customer-voice .container .review-list .review {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.5rem;
    text-align: center;
  }
}
#customer-voice .container .review-list .review .photo img {
  width: auto;
  height: 300px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  #customer-voice .container .review-list .review .photo img {
    height: 165px;
  }
}
#customer-voice .container .review-list .review .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#customer-voice .container .review-list .review .box .name {
  padding-top: 0.4rem;
  padding-bottom: 1rem;
  font-weight: 700;
}
#customer-voice .container .review-list .review .box .name .big {
  font-size: 1.2rem;
}
#customer-voice .container .review-list .review .box .info {
  font-size: 0.9rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  #customer-voice .container .review-list .review .box .info {
    padding-bottom: 0.5rem;
  }
}
#customer-voice .container .review-list .review .box .text {
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #customer-voice .container .review-list .review .box .text {
    font-size: 0.8rem;
    line-height: 2.1;
    text-align: start;
  }
}
#customer-voice .container .review-list .voice-button-prev,
#customer-voice .container .review-list .voice-button-next {
  width: 2rem;
  display: flex;
  position: absolute;
  top: 60%;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 767px) {
  #customer-voice .container .review-list .voice-button-prev,
  #customer-voice .container .review-list .voice-button-next {
    top: 50%;
  }
}
#customer-voice .container .review-list .voice-button-prev img,
#customer-voice .container .review-list .voice-button-next img {
  pointer-events: none;
}
@media (max-width: 767px) {
  #customer-voice .container .review-list .voice-button-prev img,
  #customer-voice .container .review-list .voice-button-next img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
#customer-voice .container .review-list .voice-button-prev {
  left: 0;
}
@media (max-width: 767px) {
  #customer-voice .container .review-list .voice-button-prev {
    left: 2%;
  }
}
#customer-voice .container .review-list .voice-button-next {
  right: 0;
}
@media (max-width: 767px) {
  #customer-voice .container .review-list .voice-button-next {
    right: 2%;
  }
}

#cta2 {
  background: url("./images/cta/cta-bg2.jpg") center/cover no-repeat;
  color: #fff;
}
@media (max-width: 767px) {
  #cta2 {
    background: url("./images/cta/cta-bg-sp.jpg") center/cover no-repeat;
  }
}
#cta2 .container {
  max-width: 75rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.3rem;
  padding-bottom: 5.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  #cta2 .container {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }
}
#cta2 .container .text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-bottom: 3.4375rem;
}
@media (max-width: 767px) {
  #cta2 .container .text {
    font-size: 0.9rem;
    padding-bottom: 1.8rem;
  }
}
#cta2 .container .text .accent {
  text-decoration: underline;
  text-decoration-color: #ff7800;
  text-decoration-thickness: 0.625rem;
  text-underline-offset: -0.1875rem;
}
#cta2 .container .button {
  list-style: none;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  align-items: stretch;
}
@media (max-width: 767px) {
  #cta2 .container .button {
    gap: 1.6rem;
    flex-wrap: wrap;
  }
}
#cta2 .container .button li {
  flex: 0 1 69%;
}
#cta2 .container .button li a {
  display: block;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}
#cta2 .container .button li a img {
  width: 100%;
  height: auto;
  display: block;
}

#access .hidden {
  display: none;
}
#access iframe {
  display: block;
  width: 100%;
  height: 25rem;
}
@media (max-width: 767px) {
  #access iframe {
    aspect-ratio: 750/400;
    height: auto;
  }
}

#company {
  background: url("./images/company/company-bg.jpg") top/cover no-repeat;
  color: #333;
}
@media (max-width: 767px) {
  #company {
    background: url("./images/company/company-bg-sp.jpg") center/cover no-repeat;
  }
}
#company .container {
  width: 100%;
  max-width: 68.4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  #company .container {
    padding-top: 1.7rem;
    padding-bottom: 2rem;
  }
}
#company .container .general {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  #company .container .general {
    margin-bottom: 1.7rem;
  }
}
#company .container .info {
  margin-bottom: 3.5rem;
}
#company .container .info .row {
  display: flex;
  align-items: flex-start;
  padding: 2.9rem 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #company .container .info .row {
    flex-direction: column;
    align-items: center;
    gap: 1.3rem;
    padding: 1.1rem 0;
  }
}
#company .container .info .row dt {
  width: 20%;
  font-weight: 700;
}
@media (max-width: 767px) {
  #company .container .info .row dt {
    text-align: center;
    width: auto;
  }
}
#company .container .info .row dd {
  width: 80%;
}
@media (max-width: 767px) {
  #company .container .info .row dd {
    line-height: 1.6;
  }
}
#company .container .info .row dd a {
  color: #333;
}
#company .container .row:nth-of-type(1) {
  border-top: 1px solid #ddd;
}
#company .container .title {
  padding: 1.3rem 0;
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-top: 2px solid #333;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  max-width: 100%;
}
@media (max-width: 767px) {
  #company .container .title {
    max-width: 80%;
    font-size: 1rem;
    margin: 0 auto 1.4rem;
    padding: 0.7rem 0;
  }
}
#company .container .message {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  #company .container .message {
    flex-direction: column;
    gap: 0.8rem;
  }
}
#company .container .message .ceo {
  flex: 0 0 33.125rem;
}
@media (max-width: 767px) {
  #company .container .message .ceo {
    flex: none;
    text-align: center;
  }
}
#company .container .message .ceo .portrait {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  #company .container .message .ceo .portrait {
    margin-bottom: 1.1rem;
  }
}
#company .container .message .ceo .portrait img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  #company .container .message .ceo .portrait img {
    margin: 0 auto;
    width: 80%;
  }
}
#company .container .message .ceo .name {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  padding-bottom: 1.7rem;
}
@media (max-width: 767px) {
  #company .container .message .ceo .name {
    font-size: 1.1rem;
    padding-bottom: 1rem;
  }
}
#company .container .message .ceo .english-name {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #company .container .message .text {
    max-width: 80%;
    margin: 0 auto;
  }
}
#company .container .message .text p {
  line-height: 1.7;
}
@media (max-width: 767px) {
  #company .container .message .text p {
    font-size: 0.8rem;
    line-height: 1.8;
  }
}

#contact {
  background-image: url("./images/contact/contact-bg.png");
  background-position: center 4.6875rem;
  background-repeat: no-repeat;
  background-size: auto;
  color: #333;
}
@media (max-width: 767px) {
  #contact {
    background-image: none;
  }
}
#contact .container {
  width: 100%;
  max-width: 68.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  #contact .container {
    padding-top: 1.7rem;
  }
}
@media (max-width: 767px) {
  #contact .container .general {
    margin-bottom: 1.7rem;
  }
}
#contact .container .btn-box {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
  gap: 1rem;
}
@media (max-width: 767px) {
  #contact .container .btn-box {
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 2rem;
  }
}
#contact .container .btn-box a {
  display: flex;
  justify-content: center;
  width: 100%;
}
#contact .container .btn-box a img {
  width: 95%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  #contact .container .btn-box a img {
    width: 80%;
  }
}
#contact .container .lead {
  line-height: 1.8;
  margin-bottom: 2.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  #contact .container .lead {
    line-height: 2.1;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    text-align: start;
    margin-bottom: 1.7rem;
  }
}
#contact .container .form {
  border: 1px solid #ddd;
  border-radius: 2.2rem;
  padding: 3.1rem;
}
@media (max-width: 767px) {
  #contact .container .form {
    border-radius: 0.8rem;
    padding: 1rem;
    margin: 0 1.2rem;
  }
}
#contact .container .form .row {
  display: flex;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  border-bottom: 1px solid #ddd;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  #contact .container .form .row {
    padding-top: 0.8rem;
    padding-bottom: 1.4rem;
    flex-direction: column;
    font-size: 1rem;
  }
}
#contact .container .form .row .label {
  position: relative;
  width: 26.5%;
  padding-right: 1.6rem;
  padding-top: 0.75rem;
  margin-bottom: 0.5rem;
  border-right: 1px solid #ddd;
  font-weight: 700;
}
@media (max-width: 767px) {
  #contact .container .form .row .label {
    border-right: none;
    margin-bottom: 1.1rem;
    width: 100%;
    text-align: center;
  }
}
#contact .container .form .row .label .required {
  position: absolute;
  right: 1.5625rem;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
  padding: 0.5em 0.7em;
  border-radius: 0.4em;
}
@media (max-width: 767px) {
  #contact .container .form .row .label .required {
    right: 0;
    font-size: 0.6rem;
    padding: 0.5em;
  }
}
#contact .container .form .row .label .red {
  background-color: #eb4a39;
}
#contact .container .form .row .label .gray {
  background-color: #999;
}
#contact .container .form .row .input,
#contact .container .form .row .textarea {
  padding: 0.75rem 1rem;
  border: 3px solid #ddd;
  width: 100%;
  max-width: 44rem;
  margin-left: 1.7rem;
}
@media (max-width: 767px) {
  #contact .container .form .row .input,
  #contact .container .form .row .textarea {
    padding: 0.85rem 1rem;
    margin-left: 0;
    border: 2px solid #ddd;
  }
}
#contact .container .form .row .input::placeholder,
#contact .container .form .row .textarea::placeholder {
  font-family: "Noto Serif JP", serif;
}
#contact .container .form .row .input:focus,
#contact .container .form .row .textarea:focus {
  outline: none;
  border-color: #999;
}
#contact .container .form .row .select-group {
  display: flex;
  width: 100%;
  max-width: 44rem;
}
@media (max-width: 767px) {
  #contact .container .form .row .select-group {
    gap: 1rem;
  }
}
#contact .container .form .row .select-group .select-item {
  width: 27%;
}
#contact .container .form .row .select-group .select-item .select {
  width: 58%;
  padding: 0.75rem 1rem;
  border: 3px solid #ddd;
  margin-left: 1.7rem;
}
@media (max-width: 767px) {
  #contact .container .form .row .select-group .select-item .select {
    padding: 0.68rem 1rem;
    border: 2px solid #ddd;
    margin-left: 0;
  }
}
#contact .container .form .row .select-group .unit {
  font-size: 1.1rem;
  font-weight: 700;
  padding-left: 0.6rem;
}
#contact .container .form .agree {
  padding-bottom: 2.3rem;
  padding-top: 2.2rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #contact .container .form .agree {
    padding-top: 1rem;
    max-width: 18rem;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.5;
  }
}
#contact .container .form .agree .agree-label {
  font-size: 1.1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  #contact .container .form .agree .agree-label {
    font-size: 0.8rem;
  }
}
#contact .container .form .agree input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 1.4em;
}
@media (max-width: 767px) {
  #contact .container .form .agree input[type=checkbox] {
    transform: scale(1);
    margin-right: 0.7em;
  }
}
#contact .container .form .policy-box {
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 2.4rem;
  max-height: 12rem;
  overflow-y: auto;
  background-color: #fff;
  font-size: 0.95rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #contact .container .form .policy-box {
    margin-bottom: 1.7rem;
    max-height: 6.7rem;
    font-size: 0.75rem;
  }
}
#contact .container .form .policy-box ol {
  padding-left: 1rem;
}
#contact .container .form .actions {
  text-align: center;
}
#contact .container .form .actions .btn {
  display: inline-block;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}
#contact .container .form .actions .btn img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #contact .container .form .actions .btn img {
    max-width: 82%;
  }
}
#contact .container .row:nth-of-type(1) {
  padding-top: 0;
}

#faq {
  background: url("./images/faq/faq-bg.jpg") center/cover no-repeat;
  color: #333;
}
@media (max-width: 767px) {
  #faq {
    background: url("./images/faq/faq-bg-sp.jpg") center/cover no-repeat;
  }
}
#faq .container {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.4rem;
  padding-bottom: 5.81rem;
}
@media (max-width: 767px) {
  #faq .container {
    padding-top: 1.7rem;
    padding-bottom: 1.88rem;
  }
}
#faq .container .general {
  margin-bottom: 4.1rem;
}
@media (max-width: 767px) {
  #faq .container .general {
    margin-bottom: 1.5rem;
  }
}
#faq .container .list {
  width: 82%;
  margin: 0 auto;
  list-style: none;
}
@media (max-width: 767px) {
  #faq .container .list {
    width: 91%;
  }
}
#faq .container .list li {
  border-top: 1px solid #ddd;
}
#faq .container .list li:last-child {
  border-bottom: 1px solid #ddd;
}
#faq .container .list li .qa .question {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.45rem 0;
  cursor: pointer;
  list-style: none; /* 既定の三角を消す */
  -webkit-tap-highlight-color: transparent; /* Safari対応 */
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  #faq .container .list li .qa .question {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.95rem 0.8125rem;
    align-items: flex-start;
  }
}
#faq .container .list li .qa .question::-webkit-details-marker {
  display: none; /* 既定マーカーの完全非表示（ブラウザ差異対策） */
}
#faq .container .list li .qa .question::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("./images/faq/icon-q.png") center/contain no-repeat;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #faq .container .list li .qa .question::before {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.7rem;
    margin-top: 0.4rem;
  }
}
#faq .container .list li .qa .question::after {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  flex-shrink: 0;
  color: #ff7800;
  background: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 1rem 0.125rem, 0.125rem 1rem;
  background-position: center, center;
}
@media (max-width: 767px) {
  #faq .container .list li .qa .question::after {
    transform: translateX(1rem);
    margin-top: 0.3rem;
  }
}
#faq .container .list li .qa[open] .question::after {
  background-size: 1rem 0.125rem, 0 0;
}
#faq .container .list li .answer {
  position: relative;
  width: 100%;
  max-width: 46rem;
  padding-bottom: 1.75rem;
  padding-left: 3.8rem;
  line-height: 1.9;
}
@media (max-width: 767px) {
  #faq .container .list li .answer {
    padding-left: 2.6rem;
    line-height: 1.7;
    padding-bottom: 0.75rem;
  }
}
#faq .container .list li .answer::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("./images/faq/icon-a.png") center/contain no-repeat;
}
@media (max-width: 767px) {
  #faq .container .list li .answer::before {
    width: 1.1rem;
    height: 1.1rem;
    left: 0.8rem;
  }
}

#footer {
  background: url("./images/footer/footer-bg.jpg") center/cover no-repeat;
  color: #fff;
}
@media (max-width: 767px) {
  #footer {
    background: url("./images/footer/footer-bg-sp.jpg") center/cover no-repeat;
  }
}
#footer .container {
  width: 100%;
  max-width: 68.5rem;
  margin: 0 auto;
  padding: 5.3rem 0;
}
@media (max-width: 767px) {
  #footer .container {
    padding-top: 2.8rem;
    padding-bottom: 3.2rem;
    max-width: 20.5rem;
  }
}
#footer .container .wrapper {
  display: flex;
  align-items: flex-end;
  gap: 3.8rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  #footer .container .wrapper {
    flex-direction: column;
    gap: 1.8rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  #footer .container .wrapper .contents {
    width: 100%;
  }
}
#footer .container .wrapper .contents .logo {
  padding-bottom: 3.1rem;
}
@media (max-width: 767px) {
  #footer .container .wrapper .contents .logo {
    padding-bottom: 1.9rem;
  }
}
#footer .container .wrapper .contents .logo img {
  width: 6.875rem;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  #footer .container .wrapper .contents .logo img {
    width: 4.8rem;
  }
}
#footer .container .wrapper .contents .copy {
  font-size: 1.5rem;
  line-height: 1.8;
  padding-bottom: 2.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #footer .container .wrapper .contents .copy {
    font-size: 0.9rem;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: 5.8rem;
  }
}
#footer .container .wrapper .contents .address {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  #footer .container .wrapper .contents .address {
    padding-bottom: 1.6rem;
  }
}
#footer .container .wrapper .contents .address dt {
  font-size: 0.9rem;
  font-weight: 700;
  padding-bottom: 0.4rem;
}
#footer .container .wrapper .contents .address dd {
  font-size: 0.8rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#footer .container .wrapper .address:last-of-type {
  padding-bottom: 0;
}
#footer .container .wrapper .service-area {
  border: 1px solid #fff;
  padding: 1.9rem;
}
@media (max-width: 767px) {
  #footer .container .wrapper .service-area {
    padding: 0.9rem;
  }
}
#footer .container .wrapper .service-area .title {
  font-size: 1.3rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 767px) {
  #footer .container .wrapper .service-area .title {
    font-size: 1rem;
    text-align: center;
    padding-bottom: 1.1rem;
    margin-bottom: 1.1rem;
  }
}
#footer .container .wrapper .service-area .erea1 {
  font-size: 1.2rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 767px) {
  #footer .container .wrapper .service-area .erea1 {
    text-align: center;
    font-size: 1rem;
    padding-bottom: 0.8rem;
  }
}
#footer .container .wrapper .service-area .erea2 {
  font-size: 1rem;
  padding-bottom: 1.1rem;
}
@media (max-width: 767px) {
  #footer .container .wrapper .service-area .erea2 {
    font-size: 0.7rem;
    line-height: 1.8;
    padding-bottom: 0.7rem;
  }
}
#footer .container .wrapper .service-area .erea3 {
  font-size: 0.7rem;
}
@media (max-width: 767px) {
  #footer .container .wrapper .service-area .erea3 {
    font-size: 0.6rem;
    line-height: 1.8;
  }
}
#footer .container .notes {
  text-align: center;
  font-size: 0.75rem;
  padding-bottom: 3.6rem;
}
@media (max-width: 767px) {
  #footer .container .notes {
    text-align: start;
    font-size: 0.6rem;
    line-height: 1.8;
    max-width: 90%;
    max-width: 0 auto;
    padding-bottom: 1.2rem;
  }
}
#footer .container .icon {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-bottom: 3.4rem;
}
@media (max-width: 767px) {
  #footer .container .icon {
    padding-bottom: 1.8rem;
  }
}
#footer .container .icon a img {
  width: 30px;
  height: auto;
  display: block;
}
#footer .container .copyright {
  text-align: center;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  #footer .container .copyright {
    font-size: 0.65rem;
  }
}

#finish-header {
  padding: 2em;
  background: url("./images/hero/hero-bg.jpg") center/cover no-repeat;
}

#finish-content {
  background: url("./images/branding/branding-bg.jpg") center/cover no-repeat;
}
#finish-content > .container {
  max-width: 1200px;
  margin: auto;
  padding: 9em 0;
  text-align: center;
}
#finish-content > .container p {
  margin: 3em 0;
}
#finish-content > .container .controls a {
  display: inline-block;
  padding: 0.9em 1.5em;
  font-size: 1.5em;
  border-radius: 999px;
  text-decoration: none;
  background-color: #ff7800;
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
