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

---------------------------------*/
/* ::: Flow :::::::::::::: */
.flow .block h3 {
  letter-spacing: 0.2em;
  margin-top: 150px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .flow .block h3 {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}

.tilted-line-ornament::before {
  content: "" !important;
}

@media screen and (max-width: 767px) {
  .tilted-line-ornament::before {
    top: 42px !important;
  }
}

.tilted-line-ornament::after {
  content: "" !important;
}

@media screen and (max-width: 767px) {
  .tilted-line-ornament::after {
    top: 42px !important;
  }
}

.flow .new-main_bg {
  height: 500px;
}

@media screen and (max-width: 767px) {
  .flow .new-main_bg {
    height: 350px;
  }
}

.flow .block1 .new-main_title h2 {
  margin: 25px auto 65px;
}

@media screen and (max-width: 767px) {
  .flow .block1 .new-main_title h2 {
    margin: 25px auto 10px;
    font-size: 1.8rem;
    padding-left: 0;
    text-align: center;
  }
}

.flow .benefits-wrap {
  width: 685px;
  display: table;
  clear: both;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .flow .benefits-wrap {
    width: 100%;
  }
}

.flow .benefits-wrap .benefits-inner {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
}

.flow .benefits-wrap .benefits-inner:first-child {
  padding-right: 20px;
  border-right: solid 1px #999;
}

.flow .benefits-wrap .benefits-inner:last-child {
  padding-left: 35px;
}

.intro-time {
  font-size: 3rem;
  color: #dc5800;
  font-weight: 700;
  margin-top: -35px;
  margin-bottom: -35px;
}

@media screen and (max-width: 767px) {
  .intro-time {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: -8px;
    text-align: right;
  }
}

.intro-time .minimum {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .intro-time .minimum {
    font-size: 1.2rem;
  }
}

.intro-time .time {
  font-size: 13.2rem;
  font-family: "Roboto";
  vertical-align: sub;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 767px) {
  .intro-time .time {
    font-size: 4rem;
  }
}

.intro-time .minutes {
  font-size: 5.2rem;
  font-weight: 900;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 767px) {
  .intro-time .minutes {
    font-size: 2.2rem;
  }
}

.benefits-inner .convenience {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .benefits-inner .convenience {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.step-wrap {
  background-color: #ededed;
  position: relative;
}

@media screen and (max-width: 767px) {
  .step-wrap {
    padding: 0 15px;
    margin: unset;
  }
}

.step-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 20%;
  background-color: #fff;
  position: absolute;
}

.step-lists {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .step-lists {
    flex-direction: column;
  }
}

.step-list {
  width: calc(33.33% - 30px);
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
  position: relative;
  counter-increment: steps;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .step-list {
    width: 100%;
    margin-bottom: 20px;
  }
}

.step-list-num-wrapper {
  width: 108px;
  height: 108px;
  background-color: #e57200;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -37px;
  left: -10px;
}

@media screen and (max-width: 767px) {
  .step-list-num-wrapper {
    width: 65px;
    height: 65px;
    top: -12px;
    left: -7px;
  }
}

.step-list-num {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 22px;
  font-family: "Roboto";
}

@media screen and (max-width: 767px) {
  .step-list-num {
    font-size: 13px;
  }
}

.step-list-num span {
  font-size: 42px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .step-list-num span {
    font-size: 25px;
  }
}

.step-list-img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .step-list-img {
    width: 150px;
    height: 135px;
  }
}

.step-list-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .step-list-img img {
    width: inherit;
    height: 100%;
  }
}

.step-list-desc {
  padding: 30px 32px 40px;
  font-size: 21px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .step-list-desc {
    padding: 30px 13px 40px 20px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .step-list-desc span {
    display: contents;
  }
}

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

.apply-area {
  text-align: center;
  padding: 95px 0 40px;
  background-color: #ededed;
}

@media screen and (max-width: 767px) {
  .apply-area {
    padding: 60px 15px;
  }
}

.apply-area::before {
  content: none !important;
}

.apply-area-wrapper {
  background-color: #ededed;
  max-width: 1100px;
  margin: 0 auto;
  padding: 58px 0;
  border: 3px solid #e57200;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .apply-area-wrapper {
    padding: 35px 0;
  }
}

.apply-area-wrapper::before {
  content: "";
  background-image: url(../img/flow_arrow.png);
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #ededed;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 82%;
}

@media screen and (max-width: 767px) {
  .apply-area-wrapper::before {
    content: "";
    width: 65px;
    height: 65px;
    top: -48px;
    background-size: 85%;
  }
}

.apply-area-text {
  font-size: 31px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .apply-area-text {
    font-size: 15px;
  }
}

.c-button {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, メイリオ, Meiryo;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  color: #1c1c1c;
  background: #ffde00;
  border-radius: 36px;
  margin: 0 8px;
  display: inline-block;
  width: 500px;
  box-shadow: 0px 3px 0px 0px #000;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.5rem;
    width: 90%;
    margin: auto;
  }
}

.c-button a {
  padding: 23px 30px;
}

.c-button a::after {
  content: url(../img/button-arrow.svg);
  display: block;
  float: right;
  margin: 1px 0 0;
}

.c-button:hover {
  filter: brightness(1.15);
  transition: all 0.2s ease;
}

.movie {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 0 20px;
}

@media screen and (max-width: 767px) {
  .movie {
    padding: 25px 0 0;
  }
}

.movie-wrapper {
  display: flex;
  justify-content: center;
  column-gap: 88px;
}

@media screen and (max-width: 767px) {
  .movie-wrapper {
    flex-direction: column;
    padding: 0 15px 15px;
  }
}

.movie-text {
  text-align: center;
}

.movie-en-heading {
  font-family: "Roboto";
  font-size: 101px;
  letter-spacing: 0.02em;
  color: #ededed;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .movie-en-heading {
    font-size: 72px;
  }
}

.movie-title {
  font-size: 45px;
  letter-spacing: 0.02em;
  font-weight: 900;
  border-bottom: 3px solid #e57200;
  padding-bottom: 10px;
  margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .movie-title {
    font-size: 32px;
    width: fit-content;
    margin: -15px auto 0;
  }
}

.movie-title .time,
.movie-title .unit {
  font-size: 60px;
  letter-spacing: 0.02em;
  font-weight: 900 !important;
}

@media screen and (max-width: 767px) {
  .movie-title .time,
  .movie-title .unit {
    font-size: 43px;
  }
}

.movie-title .time {
  font-family: "Roboto";
  font-size: 72px;
  letter-spacing: -0.13em;
  line-height: 60px;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .movie-title .time {
    font-size: 50px;
    line-height: 47px;
  }
}

.movie-title .second-row {
  font-size: 31px;
  letter-spacing: 0.02em;
  display: block;
}

@media screen and (max-width: 767px) {
  .movie-title .second-row {
    font-size: 22px;
  }
}

.movie-desc {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .movie-desc {
    font-size: 14px;
    width: fit-content;
    margin: 10px auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .triangle {
    margin-top: 50px;
  }
}
