@charset "UTF-8";
.hero {
  position: relative;
  padding-top: 320px;
}
.hero__heading {
  margin: 0 auto 55px;
  width: 812px;
}
.hero__heading img:last-of-type {
  display: none;
}
.hero__list {
  width: 690px;
  margin: 0 auto 45px;
  font-size: 0;
  text-align: center;
}
.hero__item {
  display: inline-block;
  padding: 13px 41px;
  margin: 7.5px 5px;
  border-radius: 25px;
  background-color: #FAF5EC;
  cursor: pointer;
  transition: 0.3s;
}
.hero__item span {
  font-size: 18px;
}
.hero__item:hover {
  background-color: #212121;
  color: #fff;
}
.hero__image {
  width: 100%;
}
.hero__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .hero__heading {
    width: 510px;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    padding-top: 210px;
  }
  .hero__heading {
    width: 300px;
    margin-bottom: 35px;
  }
  .hero__heading img:first-of-type {
    display: none;
  }
  .hero__heading img:last-of-type {
    display: block;
  }
  .hero__list {
    width: 100%;
    margin-bottom: 95px;
    padding: 0 10px;
    text-align: left;
  }
  .hero__item {
    margin: 5px 3px;
    padding: 11px 21px;
  }
  .hero__item span {
    font-size: 14px;
  }
}

.concept {
  position: relative;
}
.concept__fence--top {
  top: 200px;
  right: 0;
}
.concept__fence--bottom {
  bottom: 100px;
  left: 0;
}
.concept__sentence {
  max-width: 507px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 320px;
}
.concept__sentence p {
  line-height: 2.0625;
}
.concept__sentence p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 576px) {
  .concept__fence--top {
    top: 50px;
  }
  .concept__sentence {
    width: 100%;
    padding: 70px 20px 200px;
  }
  .concept__sentence p {
    font-size: 14px;
    line-height: 1.85;
  }
  .concept__sentence p:not(:last-of-type) {
    margin-bottom: 1.25em;
  }
}

.proof {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}
.proof__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
}
.proof__layer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.proof__inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  width: 79.5%;
  margin: auto;
}
.proof__image {
  width: 51.6%;
}
.proof__image img {
  border-radius: 10px;
}
.proof__contents {
  flex: 1;
  padding-left: 120px;
}
.proof__heading {
  margin-bottom: 65px;
  font-size: 35px;
  letter-spacing: 0.1em;
}
.proof__sentence {
  line-height: 2.125;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1200px) {
  .proof__inner {
    display: block;
    width: 85.7%;
  }
  .proof__image {
    width: 75%;
    margin-bottom: 35px;
  }
  .proof__contents {
    padding-left: 0;
  }
  .proof__heading {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 576px) {
  .proof {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .proof__inner {
    width: 100%;
    padding: 0 20px;
  }
  .proof__image {
    width: 100%;
  }
  .proof__heading {
    font-size: 24px;
  }
  .proof p {
    font-size: 14px;
    line-height: 1.85;
  }
}

.flow {
  padding-top: 150px;
  padding-bottom: 130px;
  background-color: #E46B46;
  color: #fff;
}
.flow__inner {
  width: 80%;
  margin: auto;
}
.flow__heading {
  margin-bottom: 7px;
}
.flow__list {
  position: relative;
  padding-left: 45px;
}
.flow__list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  content: "";
}
.flow__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
.flow__item:not(:last-of-type) {
  border-bottom: 1px dashed #EFA791;
}
.flow__item:first-of-type::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-41px);
  width: 5px;
  height: 50%;
  background-color: #E46B46;
  content: "";
}
.flow__item:last-of-type::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-41px);
  width: 5px;
  height: 50%;
  background-color: #E46B46;
  content: "";
}
.flow__item::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-51px, -50%);
  width: 25px;
  height: 25px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-color: #E46B46;
  content: "";
}
.flow__item--07 .flow__title {
  position: relative;
  padding: 2px 8px 2px 12px;
  line-height: 1.25;
}
.flow__item--07 .flow__title::before, .flow__item--07 .flow__title::after {
  display: block;
  position: absolute;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.flow__item--07 .flow__title::before {
  left: 0;
  border-left: 2px solid #fff;
}
.flow__item--07 .flow__title::after {
  left: 102px;
  border-right: 2px solid #fff;
}
.flow__step {
  margin-right: 40px;
  text-align: center;
  white-space: nowrap;
}
.flow__step span {
  display: block;
}
.flow__step span:first-of-type {
  margin-bottom: 3px;
  font-size: 21px;
  letter-spacing: 0.025em;
  text-indent: 0.025em;
}
.flow__step span:last-of-type {
  font-size: 50px;
}
.flow__title {
  width: 230px;
  font-size: 20px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.flow__sentence {
  flex: 1;
  padding-right: 60px;
  line-height: 1.57;
  letter-spacing: 0.025em;
}
.flow__image {
  position: relative;
  width: 253px;
  border-radius: 10px;
  overflow: hidden;
}
.flow__image::before {
  display: block;
  padding-top: 63.6%;
  content: "";
}
.flow__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .flow__item {
    flex-wrap: wrap;
  }
  .flow__item::after {
    top: 95px;
  }
  .flow__item:first-of-type::before {
    height: 95px;
  }
  .flow__item:last-of-type::before {
    height: calc(100% - 95px);
  }
  .flow__item--07 .flow__title {
    width: auto;
    padding: 0;
  }
  .flow__item--07 .flow__title br {
    display: none;
  }
  .flow__item--07 .flow__title::before, .flow__item--07 .flow__title::after {
    display: inline;
    position: static;
  }
  .flow__item--07 .flow__title::before {
    margin-right: 4px;
    content: "[";
    border: none;
  }
  .flow__item--07 .flow__title::after {
    margin-left: 5px;
    content: "]";
    border: none;
  }
  .flow__sentence {
    flex: auto;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .flow {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .flow__inner {
    width: 100%;
    padding: 0 20px;
  }
  .flow__list {
    padding-left: 35px;
  }
  .flow__list::before {
    left: 7px;
  }
  .flow__item {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .flow__item::after {
    top: 70px;
    left: 14px;
    width: 20px;
    height: 20px;
    border: 4px solid #fff;
  }
  .flow__item:first-of-type::before {
    height: 70px;
    left: 11px;
  }
  .flow__item:last-of-type::before {
    height: calc(100% - 70px);
    left: 11px;
  }
  .flow__step {
    margin-right: 20px;
  }
  .flow__step span {
    display: block;
  }
  .flow__step span:first-of-type {
    font-size: 17px;
  }
  .flow__step span:last-of-type {
    font-size: 31px;
  }
  .flow__title {
    width: auto;
    font-size: 18px;
    white-space: nowrap;
  }
  .flow__sentence {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  .flow__image {
    width: 100%;
  }
}

.faq {
  padding-top: 140px;
  padding-bottom: 140px;
}
.faq__inner {
  display: flex;
  width: 82.8%;
  margin: auto;
}
.faq__heading {
  width: 260px;
}
.faq__contents {
  flex: 1;
}
.faq__item {
  padding: 25px 25px 13px;
  border-radius: 10px;
  background-color: #fff;
}
.faq__item:not(:last-of-type) {
  margin-bottom: 35px;
}
.faq__question {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faq__question p {
  font-size: 35px;
}
.faq__question h3 {
  flex: 1;
  padding: 0 10px 10px 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.faq__question.open .faq__arrow span:first-of-type {
  transform: translateY(-50%) rotate(45deg);
}
.faq__question.open .faq__arrow span:last-of-type {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.faq__arrow {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-70%);
  transform-origin: center center;
  width: 21px;
  height: 21px;
}
.faq__arrow span {
  display: block;
  position: absolute;
  background-color: #212121;
  transition: 0.2s;
}
.faq__arrow span:first-of-type {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
}
.faq__arrow span:last-of-type {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
}
.faq__answer {
  display: none;
  margin-top: 5px;
  margin-left: 55px;
  padding-top: 17px;
  padding-bottom: 15px;
  border-top: 1px dashed #ddd;
  line-height: 1.57;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1200px) {
  .faq__inner {
    display: block;
  }
  .faq__heading {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  .faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .faq__inner {
    width: 100%;
    padding: 0 20px;
  }
  .faq__item {
    padding: 17px 15px 7px;
  }
  .faq__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .faq__question p {
    font-size: 23px;
  }
  .faq__question h3 {
    padding: 0 23px 10px 15px;
    font-size: 14px;
    line-height: 1.25;
  }
  .faq__arrow {
    right: 0px;
    transform: translateY(-85%);
    width: 14px;
    height: 14px;
  }
  .faq__answer {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 38px;
  }
  .faq__answer p {
    font-size: 14px;
  }
}

.hero__image {
  position: relative;
  display: inline-block;
  width: 100%;
}

#mapImage {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

/* 吹き出しスタイル */
#mapImage {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* 吹き出し */
.bubble {
  position: absolute;
  background: #FAF5EC;
  border-radius: 10px;
  padding: 12px 11px 11px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  max-width: 240px;
  line-height: 1.6;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 10;
}
.bubble.show {
  opacity: 1;
  transform: translate(-50%, -110%);
  pointer-events: auto;
}
.bubble img {
  width: 100%;
  border-radius: 10px;
}
.bubble strong {
  display: block;
  font-size: 18px;
  color: #1A1311;
  margin-bottom: 10px;
  text-align: center;
}
.bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #FAF5EC transparent transparent transparent;
}
@media screen and (max-width: 576px) {
  .bubble {
    width: 165px;
    max-width: 165px;
    padding: 8px 7px 8px;
  }
  .bubble strong {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .bubble img {
    border-radius: 6px;
  }
}/*# sourceMappingURL=about-us.css.map */