@charset "UTF-8";
/*==================================
mixin$css
==================================*/
:root {
  --color-primary-white: #fff;
  --color-primary-default: #4682c1;
  --color-primary-light: #f5f8fd;
  --color-secondary-default: #f49281;
  --color-secondary-light: #fcefed;
  --color-text-default: #4b4b4b;
  --color-bg-blue-default: #fbfdff;
  --color-bg-blue-dark: #e2eaf6;
  --color-bg-gray: #f4f4f4;
  --color-bg-yellow: #fffcee;
  --color-blue-default-nav: #2b6dc2;
  --color-blue-default-h: #98bfff;
  --color-blue-default-figure: #a8d4ff;
  --color-gray-figure: #d0d0d0;
  --color-gray-line: #ebebeb;
  --color-gray-line-dark: #bababa;
  --color-gray-line-footer: #e3e3e3;
  --color-black: #3a4452;
  --color-orange: #ffa46f;
  --color-green: #49ac5a;
  --color-blue-default-notice: #c6daf7;
  --color-gray-notice: #e7eaea;
  --color-gray-radio: #bfbfbf;
  --color-red: #e60000;
}

.font {
  font-weight: 400;
  font-weight: 500;
  font-weight: 700;
  font-weight: 900;
}

/*	タイトル
--------------------------------------------------------- */
.ttl_first_time {
  margin-top: 100px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  padding-top: 76px;
}

.ttl_three {
  background: url(../images/first_time/icon_three.svg) center top no-repeat;
  background-size: 76px 60px;
  margin-top: 0;
}

.ttl_flow {
  background: url(../images/first_time/icon_flow.svg) center top no-repeat;
  background-size: 76px 60px;
}

/*	ボタン
--------------------------------------------------------- */
.btn_to_about_us {
  width: 90%;
  max-width: 400px;
  font-size: 2.2rem;
  font-weight: 700;
}
.btn_to_about_us a {
  padding: 18px 0;
}
.btn_to_about_us .btn_to_about_us_text {
  padding-left: 64px;
  background: url(../images/first_time/icon_support.svg) left center no-repeat;
  background-size: 55px 61px;
  display: inline-block;
}
.btn_to_about_us .btn_to_about_us_text--small {
  font-size: 1.6rem;
  font-weight: 500;
}

/*	追従ボタン
--------------------------------------------------------- */
.follow_wrap {
  position: fixed;
  bottom: 4%;
  right: 30px;
}
.follow_wrap .follow_item + .follow_item {
  margin-top: 10px;
}
.follow_wrap .follow_item a {
  display: block;
  background-color: var(--color-primary-default);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow_wrap .follow_item .follow_text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--color-primary-white);
}
.follow_wrap .follow_item .follow_text .follow_text--small {
  font-weight: 700;
}
.follow_wrap .follow_item.color_red a {
  background-color: var(--color-secondary-default);
}

/*	リード
--------------------------------------------------------- */
.lead_wrap {
  margin-bottom: 100px;
}
.lead_wrap .lead + .lead {
  padding-top: 1em;
}

/* ---------------------------------------------------------

	LAYOUT

--------------------------------------------------------- */
.tasks_wrap {
  max-width: 900px;
  margin: 38px auto 0;
  display: flex;
  justify-content: space-between;
}
.tasks_wrap .tasks_ttl {
  font-size: 2rem;
  font-weight: 700;
  width: calc((100% - 60px) / 3);
  display: flex;
  justify-content: center;
}
.tasks_wrap .tasks_ttl a {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 38px;
  border-bottom: 1px dashed var(--color-primary-default);
  position: relative;
  display: flex;
  justify-content: center;
}
.tasks_wrap .tasks_ttl a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/first_time/icon_arrow_tasks.svg) center top no-repeat;
  width: 46px;
  height: 28px;
}
.tasks_wrap .tasks_ttl.--black a {
  border-bottom: 1px dashed var(--color-black);
}
.tasks_wrap .tasks_ttl.--black a::after {
  background: url(../images/first_time/icon_arrow_tasks_black.svg) center top no-repeat;
}

.tasks_ttl_text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0px 0 0;
  width: 100%;
}

.tasks_num {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--color-primary-white);
  background-color: var(--color-primary-default);
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.tasks_num.--black {
  background-color: var(--color-black);
}

.tasks {
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 40px;
  margin-top: 40px;
}
.tasks .tasks_ttl_text {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px dashed var(--color-primary-default);
  justify-content: flex-start;
}
.tasks .tasks_ttl_text.--black {
  border-bottom: 1px dashed var(--color-black);
}

.ttl_whatIs {
  color: var(--color-primary-default);
  font-size: 1.8rem;
  font-weight: 700;
  padding: 6px 0px 6px 52px;
  margin-bottom: 40px;
  position: relative;
  background: url(../images/first_time/icon_star.svg) left center no-repeat var(--color-primary-light);
  background-size: 42px 42px;
  border-radius: 6px;
  height: 40px;
  display: flex;
  align-items: center;
}

.tasks_text {
  padding: 0 20px;
}

.flow_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  margin-top: 60px;
}
.flow_wrap li + li::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/first_time/icon_arrow_flow.svg) left center no-repeat;
  background-size: 24px 40px;
  width: 24px;
  height: 40px;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.flow_wrap .flow_item {
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 20px;
  position: relative;
}
.flow_wrap .flow_item .step {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: var(--color-primary-default);
  width: 72px;
  height: 72px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow_wrap .flow_item .step .step_text {
  color: var(--color-primary-white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
.flow_wrap .flow_item .step .step_text .step_text_num {
  font-size: 2.4rem;
  line-height: 1.2em;
  display: block;
}
.flow_wrap .flow_item .flow_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.flow_wrap .flow_item .flow_img img {
  width: auto;
}
.flow_wrap .flow_item .flow_ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.flow_wrap .flow_item .flow_text {
  padding-top: 16px;
}

.link_wrap {
  margin-top: 100px;
}

@media (width <= 1100px) {
  .flow_scroll {
    overflow: scroll;
    padding: 0 20px 20px;
  }
  .flow_wrap .flow_item {
    min-width: 200px;
    padding: 0 0 40px 0;
  }
  .flow_wrap .flow_item .step {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
    top: 0;
    left: 0;
    outline: 2px solid var(--color-primary-default);
  }
  .flow_wrap .flow_item .step .step_text {
    font-size: 1.4rem;
    padding: 6px 0;
  }
  .flow_wrap .flow_item .step .step_text .step_text_num {
    font-size: 2.2rem;
    display: inline-block;
    padding-left: 0.1em;
  }
  .flow_wrap .flow_item .flow_img {
    height: 120px;
    padding: 12px 0;
  }
  .flow_wrap .flow_ttl {
    padding: 0 20px;
  }
  .flow_wrap .flow_text {
    padding: 0 20px;
  }
}
@media (width <= 768px) {
  .layout_section_wrap {
    padding: 60px 0 40px;
  }
  /*	タイトル
  --------------------------------------------------------- */
  .ttl_first_time {
    font-size: 1.8rem;
    padding-top: 50px;
    margin-top: 60px;
  }
  .ttl_three {
    background: url(../images/first_time/icon_three.svg) center top no-repeat;
    background-size: 50px 40px;
    margin-top: 0;
  }
  .ttl_flow {
    background: url(../images/first_time/icon_flow.svg) center top no-repeat;
    background-size: 74px 40px;
  }
  /*	ボタン
  --------------------------------------------------------- */
  .btn_to_about_us a {
    padding: 16px 0;
  }
  .btn_to_about_us .btn_to_about_us_text {
    background-size: 47px 50px;
    line-height: 1.2em;
  }
  .btn_to_about_us .btn_to_about_us_text--small {
    font-size: 1.4rem;
  }
  /*	追従ボタン
  --------------------------------------------------------- */
  .follow_wrap {
    right: 10px;
    margin-top: 30px;
  }
  .follow_wrap .follow_item a {
    width: 90px;
    height: 90px;
  }
  .follow_wrap .follow_item .follow_text {
    font-size: 1.2rem;
  }
  /*	リード
  --------------------------------------------------------- */
  .lead_wrap {
    margin-bottom: 60px;
  }
  .lead_wrap .lead + .lead {
    padding-top: 1em;
  }
  /* ---------------------------------------------------------

  LAYOUT

     --------------------------------------------------------- */
  .tasks_wrap {
    display: block;
    width: 80%;
    margin: 30px auto 0;
  }
  .tasks_wrap .tasks_ttl {
    width: 100%;
    font-size: 1.8rem;
  }
  .tasks_wrap .tasks_ttl a {
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .tasks_wrap .tasks_ttl a:not(:first-of-type) {
    padding-top: 20px;
  }
  .tasks_wrap .tasks_ttl a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    background: url(../images/first_time/icon_arrow_tasks.svg) center top no-repeat;
    background-size: contain;
    width: 40px;
    height: 24px;
  }
  .tasks_wrap .tasks_ttl.--black a::after {
    background-size: contain;
  }
  .tasks_ttl_text {
    padding: 0 40px 0 0;
    justify-content: flex-start;
  }
  .tasks {
    display: inline-block;
    padding: 30px 16px;
    margin-top: 30px;
  }
  .tasks .tasks_ttl_text {
    font-size: 1.8rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .ttl_whatIs {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .tasks_text {
    padding: 0 2%;
  }
  .link_wrap {
    margin-top: 60px;
  }
}/*# sourceMappingURL=first_time_part.css.map */
