@charset "UTF-8";
.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;
  }
}

.headline-secondary {
  font-size: 2.2rem;
  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: 6px;
}

@media screen and (max-width: 767px) {
  .headline-secondary {
    font-size: 1.9rem;
    line-height: 1.73684;
  }
}

.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;
  }
}

.think {
  margin-bottom: 107px;
}

.think__title {
  margin-bottom: 1.5em;
}

.think-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
  padding-bottom: 3em;
  margin-bottom: 4.5em;
}

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

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

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

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

.think-reason {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 330px;
      grid-template-columns: 1fr 330px;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.think-reason [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;
}

.think-reason [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;
}

.think-reason [class$='__desc'] {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .think-reason {
    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;
  }
  .think-reason [class$='__subhead'] {
    font-size: 1.9rem;
    line-height: 1.73684;
    margin-bottom: 1em;
    text-align: center;
    white-space: nowrap;
  }
  .think-reason [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;
  }
  .think-reason [class$='__photo'] img {
    height:auto;
  }
  .think-reason [class$='__desc'] {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.think-reason__subhead {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .think {
    margin-bottom: 68px;
  }
  .think-group {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
  .think-reason__subhead {
    margin-bottom: 2em;
  }
}

.merit {
  margin-bottom: 107px;
}

.merit__title {
  margin-bottom: 1.5em;
}

.merit-check {
  margin-bottom: 3em;
  background-color: #eae7e4;
  padding: 40px 55px 47px;
}

.merit-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;
}

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

.merit-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;
}

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

.merit-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) {
  .merit-check {
    padding: 25px;
  }
  .merit-check__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.44444;
  }
  .merit-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;
  }
  .merit-check__icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 22px;
    margin-top: -1px;
    margin-right: 14px;
  }
}

.merit-check__list {
  border-top: none;
}

.merit-check__item:first-child {
  padding-top: 0;
}

.merit-check__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.merit__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;
  letter-spacing: 0;
  font-size: 1.5rem;
}

.merit__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;
}

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

@media screen and (max-width: 767px) {
  .merit__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .merit__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;
  }
  .merit__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .merit {
    margin-bottom: 68px;
  }
  .merit__title {
    margin-bottom: 1em;
  }
  .merit-check {
    padding: 20px 25px;
  }
  .merit__btn {
    width: 100%;
  }
}

.necessary {
  margin-bottom: 107px;
}

.necessary__title {
  margin-bottom: 1.5em;
}

.necessary-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

@media screen and (max-width: 767px) {
  .necessary-list {
    display: block;
  }
}

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

.necessary-list__text {
  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: #eae7e4;
  height: 100px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .necessary {
    margin-bottom: 68px;
  }
  .necessary-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .necessary-list__photo {
    width: 70%;
    margin: 15px auto;
  }
  .necessary-list__photo img {
    height:auto;
  }
  .necessary-list__text {
    height: 80px;
  }
}

.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;
  }
}

.type {
  margin-bottom: 107px;
}

.type__title {
  margin-bottom: 1.5em;
}

.type__heading {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.77778;
  margin-bottom: 1em;
}

.type__text {
  margin-bottom: 3em;
}

.type-list {
  margin-bottom: 38px;
}

.type-list__item {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.25);
  background-color: #fff;
}

.type-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;
}

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

.type-list__heading {
  font-size: 1.8rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.66667;
}

.type-list__heading::before {
  content: '●';
  margin-top: 0.8em;
  font-size: 1rem;
  color: #e24b07;
  margin-right: 0.5em;
}

.type-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) {
  .type-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;
  }
  .type-list__item:not(:last-child)::after {
    bottom: -35px;
  }
  .type-list__item:not(:last-child) {
    margin-bottom: 51px;
  }
  .type-list__heading {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .type-list__heading::before {
    margin-top: 0.85em;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  .type-list__photo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
    margin: 0 auto 1em;
    text-align: center;
  }
  .type-list__desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.type-list__item {
  border: 1px solid rgba(128, 128, 128, 0.25);
  padding: 50px 20px 50px 40px;
  background-color: #fff;
}

.type-list__item:not(:last-child) {
  margin-bottom: 36px;
}

.type-list__item:not(:last-child)::after {
  content: none;
}

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

.type-list__heading::before {
  content: none;
}

.type-list__photo {
  margin-top: 15px;
  width: 250px;
}

.type-list__link {
  font-weight: 500;
  color: #e24b07;
  text-decoration: underline;
}

.type__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;
}

.type__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;
}

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

@media screen and (max-width: 767px) {
  .type__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .type__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;
  }
  .type__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .type {
    margin-bottom: 68px;
  }
  .type__heading {
    font-size: 1.7rem;
    margin-bottom: 1em;
  }
  .type__text {
    margin-bottom: 2em;
  }
  .type-list {
    margin-bottom: 40px;
  }
  .type-list__item {
    padding: 35px 15px;
  }
  .type-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .type-list__photo {
    margin-top: 0;
    width: 175px;
  }
  .type-list__photo img {
    height:auto;
  }
}

.daemon [class$='__subtitle'] {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}

.daemon-merit {
  margin-bottom: 58px;
}

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

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

.daemon-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;
}

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

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

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

.daemon-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;
}

.daemon-compare {
  margin-bottom: 107px;
}

.daemon-compare__title {
  margin-bottom: 1.5em;
}

.daemon-compare-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

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

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

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

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

.daemon-compare-group__photo {
  margin-top: 1em;
}
.daemon-compare-group__photo img {
  height:auto;
}

.daemon-compare__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;
}

.daemon-compare__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;
}

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

@media screen and (max-width: 767px) {
  .daemon-compare__btn {
    font-size: 1.5rem;
    width: 250px;
    height: 50px;
    position: relative;
    padding-bottom: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .daemon-compare__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;
  }
  .daemon-compare__btn::before {
    right: 12px;
    border-color: #fff;
    margin-top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .daemon [class$='__subtitle'] {
    font-size: 1.7rem;
    margin-bottom: 1.5em;
  }
  .daemon-merit {
    margin-bottom: 40px;
  }
  .daemon-merit-list__heading::before {
    width: 23px;
    margin-top: 6px;
    margin-right: 0.5em;
  }
}
/*# sourceMappingURL=ortho-adult.css.map */