@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    type


============================================================================= */
.main {
  background: #202020;
  color: #fff;
}

.submv {
  background: transparent url(../asset/images/trial/mv.jpg) no-repeat top center/cover;
}

/* =============================================================================


     recommend


============================================================================= */
.recommend-list {
  margin-top: 68px;
}

.recommend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.recommend-item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 100px;
}

.recommend-item:nth-of-type(2) .recommend-item-txtbox {
  margin-left: -10%;
  margin-right: 0;
}

.recommend-item-img {
  width: 60%;
}

.recommend-item-img img {
  width: 100%;
}

.recommend-item-txtbox {
  margin-right: -10%;
  margin-top: 40px;
  position: relative;
  width: 60%;
  z-index: 1;
}

.recommend-item-txt {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0px #00000029;
          box-shadow: 5px 5px 0px #00000029;
  color: #202020;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 40px;
  text-align: center;
}

.recommend-item-txt + .recommend-item-txt {
  margin-top: 26px;
}

.recommend-txt {
  font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  margin-top: 100px;
  text-align: center;
}

/* =============================================================================


     flow


============================================================================= */
.flow-contents {
  margin: 68px auto 0;
  max-width: 1180px;
}

.flow-item {
  background: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flow-item:before {
  background: #202020;
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%);
          clip-path: polygon(100% 0, 0 0, 0% 100%);
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.flow-item + .flow-item {
  margin-top: 30px;
}

.flow-item-txtbox {
  padding: 60px 40px;
  width: 50%;
}

.flow-item-img {
  width: 50%;
}

.flow-item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.flow-item-ttlbox {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow-item-num {
  color: #b20026;
  font-size: clamp(5.4rem, calc(5.2rem + (0.625vw * 1)), 6.4rem);
  font-weight: bold;
  line-height: 1;
}

.flow-item-ttl {
  font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  font-weight: bold;
  line-height: 2;
}

.flow-item-ttl span {
  font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
}

.flow-item-txt {
  font-weight: 400;
  margin-top: 20px;
}

.flow-item-tellink {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.flow-item-tellink:hover {
  opacity: 0.7;
}

.flow-item-tellink span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.2;
  padding-left: 0.5em;
}

/* =============================================================================


     report


============================================================================= */
.main_content {
  position: relative;
}

.main_content:before {
  background: #202020;
  bottom: -240px;
  content: "";
  height: calc(100% + 240px - 150px);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.report-contents {
  margin-top: 68px;
}

.report-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.report-item + .report-item {
  margin-top: 100px;
}

.report-item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.report-items {
  gap: 80px;
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 0;
  max-width: 1080px;
}

.report-txtitem {
  background: #fff;
  background: #fff;
  color: #202020;
  padding: 50px;
  position: relative;
  width: calc(50% - 40px);
  z-index: 1;
}

.report-txtitem:before {
  background: #e6e6e6;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  content: "";
  height: 160px;
  left: 0;
  position: absolute;
  top: 0;
  width: 160px;
  z-index: -1;
}

.report-item-img {
  margin-left: 0;
  margin-right: -7.5vw;
  position: relative;
  width: 75%;
}

.report-item-img img {
  width: 100%;
}

.report-item:nth-of-type(2) .report-item-img {
  margin-left: -7.5vw;
  margin-right: 0;
}

.report-item-txtbox {
  background: #fff;
  -webkit-clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%);
          clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%);
  color: #202020;
  margin-right: -7.5vw;
  overflow: visible;
  padding: 200px 100px;
  text-align: center;
  width: clamp(520px, 40vw, 40vw);
  z-index: 2;
}

.report-item:nth-of-type(2) .report-item-txtbox {
  margin-left: -7.5vw;
  margin-right: 0;
  margin-top: -50px;
}

.main_content-headbox {
  display: inline-block;
}

.report-item-type,
.report-item-ttl {
  font-size: clamp(2.2rem, calc(2rem + (0.625vw * 1)), 3.2rem);
  font-weight: bold;
  text-align: left;
}

.report-item-ttl {
  margin-top: 14px;
}

.report-item-txt {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1em;
  text-align: left;
}

/* =============================================================================


     dress


============================================================================= */
.dress-contents {
  margin: 68px auto 0;
  max-width: 1180px;
  position: relative;
}

.dress-txtbox {
  left: 0;
  position: absolute;
  top: 0;
}

.dress-ttl {
  font-size: clamp(2.8rem, calc(2.6rem + (0.625vw * 1)), 3.8rem);
  font-weight: bold;
}

.dress-txt {
  font-size: 1.8rem;
  margin-top: 8px;
}

.dress-imgs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 40px;
}

.dress-imgs img {
  max-width: 900px;
}

.man-imgs {
  padding-left: 120px;
  position: relative;
}

.woman-imgtxtbox {
  max-width: 240px;
  position: absolute;
  right: 0;
}

.woman-imgs {
  margin-left: -30px;
  padding-right: 200px;
  position: relative;
}

.dress-imgtxtbox._sha {
  left: -40px;
  position: relative;
  top: -40px;
}

.dress-imgtxtbox + .dress-imgtxtbox {
  margin-top: 20px;
}

.man-imgtxtbox {
  bottom: 20%;
  left: 0;
  position: absolute;
}

.dress-imgttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.dress-img-txt {
  font-size: 1.8rem;
  margin-top: 0.25em;
}

.dress-img-txt span {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
}

@media (max-width: 1228px){
  .recommend-item-txt {
    font-size: 2.2rem;
    padding: 40px 28px;
  }
  .report-txtitem {
    padding: 30px;
  }
  .report-item-img {
    margin-right: -15vw;
  }
  .report-item:nth-of-type(2) .report-item-img {
    margin-left: -15vw;
  }
  .report-item-txtbox {
    -webkit-clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
            clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
    margin-right: -24px;
    padding: 150px 50px;
    width: clamp(120px, 45vw, 45vw);
  }
  .report-item:nth-of-type(2) .report-item-txtbox {
    margin-left: -24px;
    margin-top: -70px;
  }
  .dress-txtbox {
    margin-bottom: 40px;
    position: relative;
  }
  .dress-imgs img {
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .recommend-item:nth-of-type(2) .recommend-item-txtbox {
    margin-left: 0;
    margin-right: auto;
  }
  .recommend-item:nth-of-type(2) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .recommend-item {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recommend-item-img {
    width: 90%;
  }
  .recommend-item-txtbox {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
    margin-top: -30px;
    width: 90%;
  }
  .recommend-item-txt {
    font-size: 1.8rem;
    padding: 20px;
  }
  .recommend-txt {
    font-size: clamp(1.6rem, calc(1.4rem + (0.625vw * 1)), 2.6rem);
    margin-top: 50px;
  }
  .flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-item:before {
    height: 40px;
    width: 40px;
  }
  .flow-item-txtbox {
    padding: 40px 20px;
    width: 100%;
  }
  .flow-item-img {
    width: 100%;
  }
  .flow-item-num {
    font-size: clamp(4.4rem, calc(4.2rem + (0.625vw * 1)), 5.4rem);
  }
  .flow-item-ttl {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .flow-item-ttl span {
    font-size: clamp(1.4rem, calc(1.2rem + (0.625vw * 1)), 2.4rem);
  }
  .flow-item-tellink {
    font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  }
  .flow-item-tellink span {
    font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  }
  .report-item + .report-item {
    margin-top: 70px;
  }
  .report-item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .report-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .report-items {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .report-txtitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .report-txtitem:before {
    height: 100px;
    width: 100px;
  }
  .report-txtitem {
    padding: 30px 16px;
    width: 100%;
  }
  .report-item-img {
    width: 80vw;
  }
  .report-item:nth-of-type(2) .report-item-img {
    margin-left: 0;
    margin-left: auto;
  }
  .report-item-txtbox {
    -webkit-clip-path: polygon(0 70px, 100% 0%, 100% calc(100% - 70px), 0% 100%);
            clip-path: polygon(0 70px, 100% 0%, 100% calc(100% - 70px), 0% 100%);
    margin-left: auto;
    margin-right: -16px;
    margin-top: -60px;
    padding: 100px 20px;
    width: 80vw;
  }
  .report-item-type,
  .report-item-ttl {
    font-size: clamp(1.8rem, calc(1.6rem + (0.625vw * 1)), 2.8rem);
  }
  .report-item-txt {
    font-size: 1.4rem;
  }
  .dress-ttl {
    font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  }
  .dress-txt {
    font-size: 1.4rem;
  }
  .man-imgs {
    padding-left: 70px;
  }
  .woman-imgtxtbox {
    max-width: 55%;
  }
  .woman-imgs {
    padding-right: 120px;
  }
  .dress-imgtxtbox._sha {
    left: -20px;
  }
  .dress-imgtxtbox + .dress-imgtxtbox {
    margin-top: 10px;
  }
  .man-imgtxtbox {
    max-width: 60%;
  }
  .dress-imgttl {
    font-size: 1.4rem;
  }
  .dress-img-txt {
    font-size: 1.2rem;
  }
  .dress-img-txt span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px){
  .dress-imgs {
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}


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