@charset "UTF-8";
/* ブレークポイントはmin-width: 750px */
.method {
  background-color: #f7f7f7;
}
.method .fv {
  position: relative;
  background: url( {{ file_root_path }}/images/method/method-fv_sp.jpg) no-repeat center center;
  height: auto;
}
@media screen and (min-width: 750px),print {
  .method .fv {
    background: url( {{ file_root_path }}/images/method/method-fv.jpg) no-repeat center center;
    height: 586px;
    background-size: cover;
  }
}
@media screen and (min-width: 750px),print {
  .method .fv-img {
    display: none;
  }
}
.method .fv-text {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
}
.method .fv-text-in {
  max-width: 1100px;
  height: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 749px) {
  .method .fv-text-in {
    padding: 6.6vw 4vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.method .fv-text-in .en {
  font-size: 7.33333vw;
  padding-bottom: 0.8vw;
  font-weight: 300;
}
@media screen and (min-width: 750px),print {
  .method .fv-text-in .en {
    font-size: 48px;
  }
}
@media screen and (min-width: 750px),print {
  .method .fv-text-in .en {
    padding-bottom: 16px;
  }
}
.method .fv-text-in .ja {
  font-size: 3.6vw;
}
@media screen and (min-width: 750px),print {
  .method .fv-text-in .ja {
    font-size: 19px;
  }
}
.method-content {
  margin-inline: auto;
  max-width: 1100px;
  margin-top: 16vw; /* 120 */
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (min-width: 750px),print {
  .method-content {
    margin-top: 160px;
  }
}
@media screen and (min-width: 750px),print {
  .method-content {
    padding-left: 0px;
  }
}
@media screen and (min-width: 750px),print {
  .method-content {
    padding-right: 0px;
  }
}
.method .lead {
  margin-bottom: 16vw; /* 120 */
}
@media screen and (min-width: 750px),print {
  .method .lead {
    margin-bottom: 120px;
  }
}
.method .lead .text {
  font-size: 3.6vw;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (min-width: 750px),print {
  .method .lead .text {
    font-size: 15px;
  }
}
.method .lead .text.mb {
  margin-bottom: 7.4vw; /* 56 */
}
@media screen and (min-width: 750px),print {
  .method .lead .text.mb {
    margin-bottom: 40px;
  }
}
.method .lead .note {
  font-size: 2vw;
  padding-top: 3.2vw;
}
@media screen and (min-width: 750px),print {
  .method .lead .note {
    font-size: 10px;
  }
}
@media screen and (min-width: 750px),print {
  .method .lead .note {
    padding-top: 24px;
  }
}
.method .idea {
  margin-bottom: 16vw; /* 120 */
}
@media screen and (min-width: 750px),print {
  .method .idea {
    margin-bottom: 120px;
  }
}
.method .idea-title {
  font-size: 6.4vw;
  padding-bottom: 8.5vw;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-align: center;
}
@media screen and (min-width: 750px),print {
  .method .idea-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 750px),print {
  .method .idea-title {
    padding-bottom: 64px;
  }
}
.method .idea-img {
  max-width: 69.7vw; /* 523 */
  margin: auto;
}
@media screen and (min-width: 750px),print {
  .method .idea-img {
    max-width: 480px;
  }
}
.method .point {
  margin-bottom: 16vw; /* 120 */
}
@media screen and (min-width: 750px),print {
  .method .point {
    margin-bottom: 120px;
  }
}
.method .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16vw;
}
@media screen and (min-width: 750px),print {
  .method .point-list {
    gap: 120px;
  }
}
.method .point-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 0vw;
}
.method .point-item.inc {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 750px),print {
  .method .point-item {
    gap: 80px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .method .point-item.inc {
    flex-direction: row;
    gap: 80px;
  }
  .method .point-item.inc .point-item-detail {
    width: calc(54% - 40px);
  }
  .method .point-item.inc .point-item_image {
    width: calc(46% - 40px);
  }
}
.method .point-item_title {
  font-size: 5.33333vw;
  padding-bottom: 1.1em;
  margin-bottom: 1.3em;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 750px),print {
  .method .point-item_title {
    font-size: 25px;
  }
}
.method .point-item_text {
  font-size: 3.6vw;
  line-height: 1.6;
}
@media screen and (min-width: 750px),print {
  .method .point-item_text {
    font-size: 15px;
  }
}
.method .point-item_text p {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  padding-bottom: 5.3vw;
}
@media screen and (min-width: 750px),print {
  .method .point-item_text p {
    padding-bottom: 20px;
  }
}
.method .point-item.inc {
  border: 1px solid #000;
  padding: 5.3vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 750px),print {
  .method .point-item.inc {
    padding: 40px;
    -ms-grid-columns: 6fr 5fr;
    grid-template-columns: 6fr 5fr;
  }
}
@media screen and (max-width: 749px) {
  .method .point-item.inc .point-item-detail {
    display: contents;
  }
}
.method .point-item.inc .point-item_title {
  padding-bottom: 1.1em;
  margin-bottom: 0em;
  border-bottom: none;
}
@media screen and (max-width: 749px) {
  .method .point-item.inc .point-item_title {
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 749px) {
  .method .point-item.inc .point-item_image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 5.3vw;
  }
}
@media screen and (max-width: 749px) {
  .method .point-item.inc .point-item_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.bottom-content {
  margin-top: 21.3vw; /* 160 */
  margin-bottom: 21.3vw; /* 160 */
}
@media screen and (min-width: 750px),print {
  .bottom-content {
    margin-top: 160px;
  }
}
@media screen and (min-width: 750px),print {
  .bottom-content {
    margin-bottom: 160px;
  }
}
.bottom-content * {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.bottom-content-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 10.6vw;
}
@media screen and (min-width: 750px),print {
  .bottom-content-list {
    gap: 40px;
  }
}
@media screen and (min-width: 750px),print {
  .bottom-content-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.bottom-content-item_image {
  margin-bottom: 5.3vw; /* 40 */
}
@media screen and (min-width: 750px),print {
  .bottom-content-item_image {
    margin-bottom: 16px;
  }
}
.bottom-content-item_title {
  font-size: 4.93333vw;
  margin-bottom: 1.3vw; /* 10 */
}
@media screen and (min-width: 750px),print {
  .bottom-content-item_title {
    font-size: 18px;
  }
}
@media screen and (min-width: 750px),print {
  .bottom-content-item_title {
    margin-bottom: 8px;
  }
}
.bottom-content-item_text {
  font-size: 3.6vw;
}
@media screen and (min-width: 750px),print {
  .bottom-content-item_text {
    font-size: 15px;
  }
}