.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 2em;
  }
}

.mb4 {
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .mb4 {
    margin-bottom: 3em;
  }
}

.main-img {
  position: relative;
  background: url('../img/common/main_img.webp') no-repeat center center/cover;
  height: 280px;
  display: table;
  width: 100%;
}

.main-img__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-img__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 440px;
  height: 130px;
  background-color: #fff;
  font-size: 2.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.33333;
  white-space: nowrap;
}

.main-img__title--en {
  font-size: 2rem;
  font-family: cormorant-garamond, Palatino, source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #e24b07;
}

@media screen and (max-width: 767px) {
  .main-img {
    height: 140px;
  }
  .main-img__title {
    width: 275px;
    height: calc(130px / 2);
    font-size: 2rem;
    line-height: 1.25;
  }
  .main-img__title--en {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .main-img {
    margin-bottom: 45px;
  }
}

.headline-main {
  font-size: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.84615;
  border-bottom: 2px solid #e24b07;
}

@media screen and (max-width: 767px) {
  .headline-main {
    font-size: 2rem;
    border-width: 1px;
    line-height: 1.3;
    padding-bottom: 6px;
  }
}

.highlight {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffa775));
  background: -webkit-linear-gradient(transparent 60%, #ffa775 60%);
  background: linear-gradient(transparent 60%, #ffa775 60%);
}

.intro {
  margin-bottom: 107px;
}

.intro__text {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .intro {
    margin-bottom: 68px;
  }
  .intro__text {
    margin-bottom: 40px;
  }
}

.about {
  margin-bottom: 107px;
}

.about__title {
  margin-bottom: 1.5em;
}

.about__text {
  margin-bottom: 2em;
}

.about__photo {
  margin-bottom: 3em;
}

.about-feature {
  margin-bottom: 68px;
}

.about-feature__title {
  font-size: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.about-guarantee {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 1fr;
  grid-template-columns: 60% 1fr;
}

.about-guarantee [class$='__subhead'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

.about-guarantee [class$='__photo'] {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: right;
}

.about-guarantee [class$='__desc'] {
  width: 85%;
}

@media screen and (max-width: 767px) {
  .about-guarantee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-guarantee [class$='__subhead'] {
    font-size: 1.9rem;
    line-height: 1.73684;
    margin-bottom: 1em;
    text-align: center;
    white-space: nowrap;
  }
  .about-guarantee [class$='__photo'] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: ceter;
    width: 55%;
    margin: 0 auto 1em;
  }
  .about-guarantee [class$='__photo'] img {
    height:auto;
  }
  .about-guarantee [class$='__desc'] {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.about-guarantee__subhead {
  margin-bottom: 1em;
}

.about-feature-list__item {
  border: 1px solid rgba(128, 128, 128, 0.25);
}

.about-feature-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.about-feature-list__heading {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
  background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
  background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
  position: relative;
}

.about-feature-list__heading--wrap {
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  padding-left: 38px;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  position: relative;
  z-index: 2;
}

.about-feature-list__heading--num {
  width: 40px;
  line-height: 40px;
  border-radius: 100vh;
  background-color: #141414;
  color: #fff;
  text-align: center;
  margin-right: 0.75em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about-feature-list__heading--jug {
  width: 80px;
  height: 80px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(../img/common/icon_jag_orange.svg) no-repeat center center;
  color: #fff;
  margin-right: 0.75em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  text-align: center;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.about-feature-list__heading--jug-num {
  font-size: 2.2rem;
}

.about-feature-list__photo {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.about-feature-list__photo img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center right;
  object-position: center right;
  height: 100%;
}

.about-feature-list__desc {
  padding: 30px 36px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .about-feature-list__heading {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    position: relative;
  }
  .about-feature-list__heading--wrap {
    height: 100px;
    font-size: 1.9rem;
    padding-left: 20px;
    font-weight: 500;
    line-height: 1.47368;
  }
  .about-feature-list__heading--num {
    width: 38px;
    line-height: 38px;
    margin-right: 0.5em;
    padding-left: 1px;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about-feature-list__heading--jug {
    width: 60px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 60px 60px;
    margin-right: 0.5em;
    font-size: 1.4rem;
  }
  .about-feature-list__heading--jug-num {
    font-size: 1.9rem;
  }
  .about-feature-list__desc {
    padding: 15px 18px;
    line-height: 1.5625;
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 68px;
  }
  .about__photo {
    margin: 0 calc(50% - 50vw) 2em;
  }
  .about__photo img {
    height:auto;
  }
  .about-feature {
    margin-bottom: 40px;
  }
  .about-feature__title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1em;
  }
  .about-feature-list__item {
    border: 1px solid rgba(128, 128, 128, 0.25);
  }
  .about-feature-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .about-feature-list__heading {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    position: relative;
  }
  .about-feature-list__heading--wrap {
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    padding-left: 38px;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.9;
    position: relative;
    z-index: 2;
  }
  .about-feature-list__heading--num {
    width: 40px;
    line-height: 40px;
    border-radius: 100vh;
    background-color: #141414;
    color: #fff;
    text-align: center;
    margin-right: 0.75em;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-left: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about-feature-list__heading--jug {
    width: 80px;
    height: 80px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../img/common/icon_jag_orange.svg) no-repeat center center;
    color: #fff;
    margin-right: 0.75em;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    text-align: center;
    padding-left: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
  }
  .about-feature-list__heading--jug-num {
    font-size: 2.2rem;
  }
  .about-feature-list__photo {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .about-feature-list__photo img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center right;
    object-position: center right;
    height: 100%;
  }
  .about-feature-list__desc {
    padding: 30px 36px;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .about-feature-list__heading {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(37%, #f3f2f2), to(#e0e0e1));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    background: linear-gradient(to right, #ffffff 0%, #f3f2f2 37%, #e0e0e1 100%);
    position: relative;
  }
  .about-feature-list__heading--wrap {
    height: 100px;
    font-size: 1.9rem;
    padding-left: 20px;
    font-weight: 500;
    line-height: 1.47368;
  }
  .about-feature-list__heading--num {
    width: 38px;
    line-height: 38px;
    margin-right: 0.5em;
    padding-left: 1px;
    padding-bottom: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about-feature-list__heading--jug {
    width: 60px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 60px 60px;
    margin-right: 0.5em;
    font-size: 1.4rem;
  }
  .about-feature-list__heading--jug-num {
    font-size: 1.9rem;
  }
  .about-feature-list__desc {
    padding: 15px 18px;
    line-height: 1.5625;
  }
}

.case {
  margin-bottom: 107px;
}

.case__title {
  margin-bottom: 1.5em;
}

.case__subtitle {
  margin-bottom: 1.5em;
}

.case__photo {
  margin-bottom: 3em;
}
.case__photo img {
  height:auto;
}

.case__text {
  margin-bottom: 3em;
}

.case-list {
  margin-bottom: 3em;
}

.case-list__heading {
  color: #fff;
  background-color: #2f201b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  height: 60px;
}

.case-list__detail {
  background-color: #eae7e4;
  padding: 40px 54px 68px;
}

.case-list__detail table {
  background-color: #fff;
  padding: 30px 15px;
  border-collapse: inherit;
}

.case-list__detail table th,
.case-list__detail table td {
  padding: 1em;
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}

.case-list__detail table th {
  width: 140px;
  text-align: left;
  border-right: 1px solid rgba(128, 128, 128, 0.25);
}

.case-list__detail table tr:first-child th,
.case-list__detail table tr:first-child td {
  padding-top: 0;
  border-top: none;
}

.case-list__detail table tr:last-child th,
.case-list__detail table tr:last-child td {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .case-list__heading {
    height: 54px;
    position: relative;
  }
  .case-list__heading::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1px solid #dd4b07;
    border-right: 1px solid #dd4b07;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    margin-top: -5px;
  }
  .case-list__heading::before {
    right: 18px;
  }
  .case-list__detail {
    padding: 20px;
  }
  .case-list__detail table {
    padding: 15px;
  }
  .case-list__detail table th,
  .case-list__detail table td {
    padding: 0.75em 0.4em;
    line-height: 1.4;
  }
  .case-list__detail table th {
    width: 80px;
  }
}

.case__btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  width: 300px;
  height: 50px;
  background: #e24b07;
  color: #fff;
  white-space: nowrap;
  position: relative;
}

.case__btn::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #dd4b07;
  border-right: 1px solid #dd4b07;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
}

.case__btn::before {
  border-color: #fff;
  right: 16px;
  margin-top: -3px;
}

@media screen and (max-width: 767px) {
  .case__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .case__btn::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #dd4b07;
    border-right: 1px solid #dd4b07;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
  }
  .case__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .case {
    margin-bottom: 68px;
  }
  .case__text {
    margin-bottom: 2em;
  }
}

.merit {
  margin-bottom: 107px;
}

.merit__title {
  margin-bottom: 1.5em;
}

.merit__subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #231815;
  color: #fff;
  font-size: 2.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  height: 80px;
}

.merit-list__item {
  background-color: #eae7e4;
  padding: 32px;
}

.merit-list__item:not(:last-child) {
  margin-bottom: 13px;
}

.merit-list__heading {
  font-size: 1.7rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.23529;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cac6c1;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}

.merit-list__desc {
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .merit-list__item {
    padding: 25px 15px;
  }
  .merit-list__heading {
    line-height: 1.47059;
    text-align: center;
  }
  .merit-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

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

.merit-list__heading::before {
  content: url(../img/common/icon_check.svg);
  width: 23px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-top: 5px;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .merit {
    margin-bottom: 68px;
  }
  .merit__subtitle {
    font-size: 1.9rem;
    height: 60px;
    line-height: 1.4;
  }
  .merit-list__heading {
    text-align: left;
  }
  .merit-list__heading::before {
    width: 23px;
    margin-top: 6px;
    margin-right: 0.5em;
  }
}

.flow {
  margin-bottom: 107px;
}

.flow-title {
  margin-bottom: 1em;
}

.flow__text {
  margin-bottom: 3em;
}

.flow-list__item {
  background-color: #eae7e4;
}

.flow-list__heading {
  font-size: 1.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.66667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow-list__heading-num {
  width: 40px;
  background-color: #fff;
  border-radius: 100vh;
  font-size: 2rem;
  line-height: 40px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 0.5em;
  padding-left: 2px;
}

.flow-list__heading-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 90px;
  height: 26px;
  background-color: #fff;
  font-size: 1.4rem;
  margin-right: 1em;
}

.flow-list__desc {
  letter-spacing: 0.08em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .flow-list__heading {
    font-size: 1.7rem;
    line-height: 1.47059;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .flow-list__heading-num {
    width: 34px;
    font-size: 1.9rem;
    line-height: 34px;
    margin-right: 0;
    padding-left: 2px;
    margin-bottom: 0.5em;
  }
  .flow-list__desc {
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.flow-list__item {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  position: relative;
}

.flow-list__item:not(:last-child)::after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -8px;
  bottom: -42px;
  border-top: 16px solid #e24b07;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.flow-list__item:not(:last-child) {
  margin-bottom: 68px;
}

.flow-list__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.72727;
}

.flow-list__photo {
  width: 250px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .flow-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flow-list__item:not(:last-child)::after {
    bottom: -35px;
  }
  .flow-list__item:not(:last-child) {
    margin-bottom: 51px;
  }
  .flow-list__heading {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.2rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.72727;
  }
  .flow-list__photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    margin: 0 auto 1em;
    text-align: center;
  }
  .flow-list__desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

.flow-list__item {
  padding: 26px 20px 27px 39px;
}

.flow-list__heading {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.flow-list__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow-list__photo img {
  height:auto;
}

@media screen and (max-width: 767px) {
  .flow {
    margin-bottom: 68px;
  }
  .flow-list__heading {
    font-size: 1.8rem;
  }
  .flow-list__item {
    padding: 25px;
  }
}

.target {
  margin-bottom: 107px;
}

.target__title {
  margin-bottom: 1.5em;
}

.target-check {
  background-color: #eae7e4;
  padding: 40px 55px 47px;
}

.target-check__title {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

.target-check__list {
  border-top: 1px solid rgba(128, 128, 128, 0.25);
}

.target-check__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.23529;
  padding: 12px 0 13px;
}

.target-check__item:not(:last-child) {
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}

.target-check__icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 23px;
  margin-top: 8px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .target-check {
    padding: 25px;
  }
  .target-check__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.44444;
  }
  .target-check__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 0;
    height: 65px;
  }
  .target-check__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 22px;
    margin-top: -1px;
    margin-right: 14px;
  }
}

.target-check__list {
  border-top: none;
  margin-bottom: 1.5em;
}

.target-check__item:last-child {
  border-bottom: none;
}

.target__text {
  background-color: #fff;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .target {
    margin-bottom: 68px;
  }
  .target__text {
    background-color: #fff;
    padding: 15px 10px;
  }
}

.teen {
  margin-bottom: 107px;
}

.teen__title {
  margin-bottom: 1.5em;
}

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

.teen-group__text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.teen-group__area {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.teen-group__photo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 250px;
  margin-left: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

@media screen and (max-width: 1024px) {
  .teen-group {
    display: block;
  }
  .teen-group__photo {
    width: 60%;
    margin: 0 auto 1em;
  }
}

.teen-area__heading {
  margin-bottom: 2em;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .teen {
    margin-bottom: 68px;
  }
  .teen-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .teen-group__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .teen-group__area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .teen-group__photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 250px;
    margin-left: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 1024px) {
  .teen-group {
    display: block;
  }
  .teen-group__photo {
    width: 60%;
    margin: 0 auto 1em;
  }
}

@media screen and (max-width: 767px) {
  .teen-group__photo {
    margin-bottom: 2em;
  }
  .teen-group__photo img {
    height:auto;
  }
  .teen-area__heading {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
}

.faq {
  margin-bottom: 107px;
}

.faq__title {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .faq {
    margin-bottom: 68px;
  }
}

.caution__title {
  margin-bottom: 1.5em;
}

.caution-list__item {
  font-size: 1.7rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  padding-bottom: 1em;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.caution-list__item--square {
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .caution-list__item {
    font-size: 1.5rem;
    line-height: 1.6;
    border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    padding-bottom: 1em;
    margin-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .caution-list__item--square {
    margin-right: 0.25em;
  }
}

/* add 210630 */

.photoBox01 {
  margin-bottom: 50px;
}

.main-img__title {
  width: 550px;
}

@media screen and (max-width: 767px) {
  .main-img__title {
    width: 275px;
    font-size: 13px;
  }
}
/*# sourceMappingURL=ortho-mouthpiece.css.map */

/*================================
-241212 add
=================================*/

.ortho-mouthpiece-pbm {
  margin-top: 16px;
  background-color: #fff2d8;
  padding: 32px;

  * {
    box-sizing: border-box;
  }

  .title {
    font-size: 1.8rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.72727;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0 16px 16px;
    border-bottom: .5px solid #000;
    margin-bottom: 40px;
  }
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .ortho-mouthpiece-pbm {
    padding: 25px 15px;

    .title {
      font-size: 1.8rem;
      margin-bottom: 24px;
    }
  }
}

.ortho-mouthpiece-pbm-item {
  display: grid;
  grid-template-columns: 1fr 292px;
  gap: 40px;

  .image {
    width: 100%;
    height: auto;
    display: block;

    > img {
      width: 100%;
      height: auto;
      display: block;
    }
  }
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .ortho-mouthpiece-pbm-item {
    grid-template-columns: 1fr;
    gap: 24px;

    .text {
      order: 2;
    }

    .image {
      order: 1;
      max-width: 65%;
      margin: auto;
    }
  }
}

.ortho-mouthpiece-pbm-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
  .ortho-mouthpiece-pbm-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.ortho-mouthpiece-pbm-list-item {
  background-color: #fff;

  .title-merit,
  .title-lisk {
    font-size: 1.6rem;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.72727;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 8px 16px;
    color: #fff;
  }

  .title-merit {
    background-color: #e24b07;
  }

  .title-lisk {
    background-color: #b1b1b1;
  }

  .list-merit,
  .list-lisk {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 16px;

    > li {
      display: flex;
      align-items: flex-start;
      line-height: 2;
      padding-left: 24px;
      position: relative;

      &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 16px;
        height: 16px;
        z-index: 1;
      }
    }
  }

  .list-merit {
    > li {
      &::before {
        background: url("../img/common/icon_check.svg") no-repeat center center / 100%;
      }
    }
  }

  .list-lisk {
    > li {
    &::before {
      background: url("../img/common/icon_check_gray.svg") no-repeat center center / 100%;
    }
  }
}
}

.merit__photo img { height:auto; }


