@charset "UTF-8";

/* Layout
 *********************************** */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'M PLUS 1p', 'Helvetica Neue',
    Arial,
    'Hiragino Kaku Gothic ProN',
    'Hiragino Sans',
    Meiryo,
    sans-serif;
  font-weight: 700;
}

/* SVG
 *********************************** */
.svg-logo-signaltalk {
  fill: #d60711;
  fill-rule: evenodd;
}

/* Page Header and Footer
 *********************************** */
.page-header {
  width: 100%;
  color: #fff;
  background: #f1f1f1;
}

.page-header__logo {
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  width: 96vw;
  max-width: 1400px;
}

.page-header__logo-signaltalk {
  width: 120px;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 980px) {
  .page-header__logo {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .page-header__logo-signaltalk {
    width: 289px;
    height: auto;
  }
}

.page-footer {
  padding-bottom: 80px;
  width: 100%;
  color: #646465;
  background: #f1f1f1;
}

.page-footer__block {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  width: 96vw;
  max-width: 1400px;
  line-height: 1.4;
  font-size: 1.4rem;
  align-items: center;
}

.page-footer__logo-signaltalk {
  width: 120px;
  height: auto;
  vertical-align: middle;
}

.page-footer__logo {
  margin-bottom: 2.4rem;
}

.page-footer__logo .svg-logo-signaltalk {
  fill: #d60711;
}

@media screen and (min-width: 768px) {
  .page-footer__block {
    flex-direction: initial;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    line-height: 1.4;
    font-size: 2rem;
    justify-content: space-between;
    align-items: normal;
  }

  .page-footer__logo {
    margin-bottom: 0;
  }
}

/* Article and Sections
 *********************************** */
.article {
  font-size: 3.4rem;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

.section-main-image {
  display: flex;
  width: 100%;
  background: url('/image/lp/005/bg_main_01.png') center right -28vw /cover no-repeat;
  justify-content: left;
  align-items: center;
}

@media screen and (min-width: 425px) {
  .section-main-image {
    background: url('/image/lp/005/bg_main_01.png') center right -20vw /cover no-repeat;
  }
}

@media screen and (min-width: 580px) {
  .section-main-image {
    background: url('/image/lp/005/bg_main_01.png') center right -12vw /cover no-repeat;
  }
}

@media screen and (min-width: 640px) {
  .section-main-image {
    background: url('/image/lp/005/bg_main_01.png') center right /cover no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .section-main-image {
    height: 360px;
    background: url('/image/lp/005/bg_main_01.png') center right -12vw /cover no-repeat;
  }
}

@media screen and (min-width: 900px) {
  .section-main-image {
    height: 400px;
    background: url('/image/lp/005/bg_main_01.png') center right -12vw /cover no-repeat;
  }
}

@media screen and (min-width: 980px) {
  .section-main-image {
    height: 400px;
    background: url('/image/lp/005/bg_main_01.png') center right -12vw /cover no-repeat;
  }
}

@media screen and (min-width: 1200px) {
  .section-main-image {
  /*
    background: url('/image/lp/005/bg_main_01.png') center right -12vw /cover no-repeat;
    */
    background: url('/image/lp/005/bg_main_01.png') center center /cover no-repeat;
  }
}

@media screen and (min-width: 1400px) {
  .section-main-image {
    background: url('/image/lp/005/bg_main_01.png') center center /cover no-repeat;
  }
}

.section-main-image__block {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.4rem;
  width: 100%;
  max-width: 1400px;

  background-color: rgba(0, 0, 0, .1);
}

@media screen and (min-width: 768px) {
  .section-main-image__block {
    background-color: transparent;
  }
}

.section-main-image__message {
  width: 100%;
  max-width: 1251px;
  height: auto;
  max-height: 405px;
}

.section-summary {
  display: flex;
  width: 100%;
  color: #fff;
  background: url('/image/lp/004/bg_blue_01.png') center center /cover no-repeat;
  justify-content: center;
  align-items: center;
}

.section-summary__block {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.4rem;
  width: 100%;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  background-color: rgba(100, 120, 140, .7);
  padding-right: 2vw;
  padding-left: 2vw;
}

.section-summary__block p {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 980px) {
  .section-summary__block {
    font-size: 2.8rem;
    text-align: center;
  }
}

.section-fukidashi {
  display: flex;
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.section-fukidashi {
  position: relative;
}

.section-fukidashi__block:before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  content: '';
  background: url('/image/lp/004/bg_white_01.png') center top no-repeat;
  background-size: cover;
}

.section-fukidashi__block {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1400px;
  line-height: 1.4;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .section-fukidashi__block {
    line-height: 1.6;
    font-size: 2rem;
  }
}

@media screen and (min-width: 980px) {
  .section-fukidashi__block {
    font-size: 2.8rem;
  }
}

.fukidashi-list__item {
  position: relative;
  margin-top: 24vw;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .fukidashi-list__item {
    margin-top: 172px;
  }
}

@media screen and (min-width: 768px) {
  .fukidashi-list__item {
    margin-top: 0;
  }
}

.fukidashi-list__title {
  position: absolute;
  top: -12vw;
  left: 2vw;
}

@media screen and (min-width: 768px) {
  .fukidashi-list__title {
    top: 3vw;
  }
}

.fukidashi-list__title>img {
  width: 76vw;
}

@media screen and (min-width: 768px) {
  .fukidashi-list__title>img {
    width: 32vw;
  }
}

.fukidashi-list__block {
  margin-top: 0;
  padding-top: 1.2rem;
  padding-bottom: 2.4rem;
  color: rgb(214, 7, 17);
  background: url('/image/lp/001/fukidashi_01_02.png') center top /contain repeat-y;
}

@media screen and (min-width: 768px) {
  .fukidashi-list__block {
    padding-bottom: 1.2rem;
  }
}

.fukidashi-list__text {
  background: url('/image/lp/001/fukidashi_01_03.png') center center /contain no-repeat;
}

.fukidashi-list__text-content {
  margin-right: auto;
  margin-left: auto;
  width: 64vw;
}

@media screen and (min-width: 980px) {
  .fukidashi-list__text-content {
    width: 66vw;
    max-width: 960px;
  }
}

.fukidashi-list__item::before {
  display: block;
  width: 100%;
  height: 15vw;
  content: '';
  background: url('/image/lp/001/fukidashi_01_01.png') center bottom /contain no-repeat;
}

.fukidashi-list__item::after {
  display: block;
  width: 100%;
  height: 3vw;
  content: '';
  background: url('/image/lp/001/fukidashi_01_04.png') center top /contain no-repeat;
}

/* Buttons
 *********************************** */
.button-block {
  position: relative;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  width: 100%;
  height: 120px;
}

@media screen and (min-width: 768px) {
  .button-block {
    height: 180px;
  }
}

.btn_box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.btn_box .btn {
  position: relative;
  display: block;
  font-size: 24px;
  transition: .2s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 39px;
  background-color: rgb(214, 7, 17);
  padding-top: 12px;
  width: 280px;
  height: 94px;
  line-height: 1.4;
}

.btn_box .btn>a {
  display: block;
  width: 100%;
  height: 100%;
}

.btn_box .btn:before,
.btn_box .btn:after {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 280px;
  height: 94px;
  content: '';
  transform: translate3d(0, 0, 0);
  border-radius: 39px;
  background: rgb(214, 7, 17);
}

.btn_box .btn:before {
  animation: anime 1s ease-out infinite;
}

.btn_box .btn:after {
  animation: anime 1s ease-out 1s infinite;
}

@keyframes anime {
  0% {
    transform: scale(.95);
    opacity: 1;
  }

  90% {
    opacity: .1;
  }

  to {
    transform: scale(1.2, 1.4);
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .btn_box .btn {
    padding-top: 0;
    width: 74vw;
    max-width: 74rem;
    line-height: 88px;
    font-size: 3rem;
  }

  .btn_box .btn:before,
  .btn_box .btn:after {
    width: 74vw;
    max-width: 74rem;
  }
}

@media screen and (min-width: 980px) {
  .btn_box .btn {
    font-size: 4rem;
  }
}

.section-vision {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  background: url('/image/lp/004/bg_blue_01.png') center bottom /cover no-repeat;
  justify-content: center;
  align-items: center;
}

.section-vision__image-block {
  text-align: center;
}

.section-vision__image {
  width: 92%;
  max-width: 723px;
  height: auto;
  max-height: 115px;
}

.section-vision__block {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.4rem;
  width: 100%;
  line-height: 1.4;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  background-color: rgba(100, 120, 140, .7);
  padding-right: 2vw;
  padding-left: 2vw;
}

.section-vision__block p {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 980px) {
  .section-vision__block {
    padding-top: 4.8rem;
    font-size: 1.8rem;
    text-align: center;
  }

  .section-vision__block p {
    margin-bottom: 4.8rem;
  }
}

.section-benefits {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  background: url('/image/lp/004/bg_pattern_01.png') center center;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 980px) {
  .section-benefits {
    background-image: url('/image/lp/004/bg_pattern_01.png');
  }
}

.section-benefits__block {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  width: 100%;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .section-benefits__block {
    max-width: 84vw;
  }
}

@media screen and (min-width: 960px) {
  .section-benefits__block {
    max-width: 840px;
  }
}

@media screen and (min-width: 980px) {
  .section-benefits__block {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1200px) {
  .section-benefits__block {
    max-width: 1200px;
  }
}

.benefits-list {
  width: 100%;
}

.benefits-list__item {
  display: flex;
  text-align: center;
  color: #56616e;
  border-width: .4rem;
  border-style: solid;
  border-color: #56616e;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .85);
  justify-content: center;
  align-items: center;
}

.benefits-list__block {
  line-height: 1.2;
  font-size: 1.6rem;
}

.benefits-list__title {
  font-size: 2.2rem;
}

@media screen and (min-width: 640px) {
  .benefits-list__block {
    font-size: 2.2rem;
  }

  .benefits-list__title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .benefits-list__block {
    font-size: 1.8rem;
  }

  .benefits-list__title {
    font-size: 2.4rem;
  }
}

.benefits-list__item:nth-child(1) .benefits-list__title {
  margin-bottom: 1.2rem;
}

.benefits-list__item:nth-child(2) .benefits-list__title {
  margin-bottom: 1.2rem;
}

.benefits-list__text {
  margin-right: auto;
  margin-left: auto;
  width: 78vw;
}

.benefits-list__item:nth-child(1) {
  margin-bottom: 1.2rem;
  width: 90vw;
  height: 90vw;
}

.benefits-list__item:nth-child(2) {
  margin-bottom: 1.2rem;
  width: 98vw;
  height: 98vw;
}

.benefits-list__item:nth-child(3) {
  width: 68vw;
  height: 68vw;
}

@media screen and (min-width: 420px) {
  .benefits-list__text {
    width: 54vw;
  }

  .benefits-list__item:nth-child(1) {
    margin-bottom: 1.2rem;
    width: 74vw;
    height: 74vw;
  }

  .benefits-list__item:nth-child(2) {
    margin-bottom: 1.2rem;
    width: 78vw;
    height: 78vw;
  }

  .benefits-list__item:nth-child(3) {
    width: 60vw;
    height: 60vw;
  }
}

@media screen and (min-width: 768px) {
  .benefits-list {
    position: relative;
  }

  .benefits-list__item:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
    width: 42vw;
    height: 42vw;
  }

  .benefits-list__item:nth-child(1) .benefits-list__text {
    width: 34vw;
    max-width: 480px;
  }

  .benefits-list__item:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48vw;
    height: 48vw;
  }

  .benefits-list__item:nth-child(2) .benefits-list__text {
    width: 36vw;
    max-width: 500px;
  }

  .benefits-list__item:nth-child(3) {
    width: 28vw;
    height: 28vw;
  }

  .benefits-list__item:nth-child(3) .benefits-list__title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 980px) {
  .benefits-list__title {
    font-size: 3.2rem;
  }

  .benefits-list__text {
    line-height: 1.6;
    font-size: 1.8rem;
  }

  .benefits-list__item:nth-child(1) {
    max-width: 600px;
    max-height: 600px;
  }

  .benefits-list__item:nth-child(2) {
    width: 54vw;
    max-width: 680px;
    height: 54vw;
    max-height: 680px;
  }

  .benefits-list__item:nth-child(3) {
    max-width: 400px;
    max-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .benefits-list__title {
    font-size: 3.8rem;
  }

  .benefits-list__item:nth-child(3) .benefits-list__title {
    font-size: 3.2rem;
  }

  .benefits-list__text {
    line-height: 1.6;
    font-size: 1.8rem;
  }
}

.benefits-list__title {
  font-weight: bold;
}

.section-message {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  background: url('/image/lp/004/bg_blue_01.png') center center /cover no-repeat;
  justify-content: center;
  align-items: center;
}

.section-message__block {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.4rem;
  width: 100%;
  line-height: 1.4;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  background-color: rgba(100, 120, 140, .7);
  padding-right: 2vw;
  padding-left: 2vw;
}

.section-message__block p {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 980px) {
  .section-message__block {
    font-size: 1.8rem;
    text-align: center;
  }
}

.section-message__block a {
  text-decoration: underline;
}

.section-link {
  display: flex;
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.section-link__block {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1400px;
  line-height: 1.4;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .section-link__block {
    line-height: 1.6;
    font-size: 2rem;
  }
}

@media screen and (min-width: 980px) {
  .section-link__block {
    font-size: 2.8rem;
  }
}

/* Interview
 *********************************** */
.section-interview {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background: url('/image/lp/005/bg_pattern_01.png') center center;
  background-attachment: fixed;
}

@media screen and (min-width: 980px) {
  .section-interview {
    background-image: url('/image/lp/005/bg_pattern_01.png');
  }
}

.section-interview__block {
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .section-interview__block {
    margin-right: auto;
    margin-left: auto;
    max-width: 992px;
  }
}

.member-interview {
  padding: 0;
  color: #fff;
  border: 8px solid transparent;
  border-radius: 48px;
  background-color: rgba(100, 120, 140, .9);
}

.member-interview__border {
  border: 2px solid #fff;
  border-radius: 44px;
}

.member-interview__icon-block {
  margin-bottom: .8rem;
}

.member-interview__icon-block img {
  width: 190px;
  height: 190px;
  border: 1px solid #5A6982;
  border-radius: 50%;
}

.member-interview__icon {
  padding-top: 2.4rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .member-interview__icon {
    padding-bottom: 2.4rem;
  }
}

.member-interview__text {
  padding: 2.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .member-interview .member-interview__text {
    display: table;
  }

  .member-interview .member-interview__text>p {
    display: table-cell;
    vertical-align: middle;
  }
}

/* Entry Form
 *********************************** */
.section-form {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background: url('/image/lp/005/bg_hex_blue_01.png') center center /cover;
  background-attachment: fixed;
}

.section-form__block {
  margin-bottom: 24px;
  font-size: 1.8rem;
}

@media screen and (min-width: 992px) {
  .section-form__block {
    margin-right: auto;
    margin-left: auto;
    max-width: 992px;
  }
}

.recruitment-requirements {
  margin-top: 24px;
  padding: 0;
  color: #364962;
  border: 8px solid #364962;
  border-radius: 4px;
  background-color: #364962;
}

.recruitment-requirements .rr__column-title {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #364962;
}

.recruitment-requirements>div:first-child .rr__column-title {
  padding-top: 0;
}

.recruitment-requirements .rr__column-title>div {
  padding: 8px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  background-color: #364962;
}

.rr__column-content {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.6;
  background-color: #fff;
  padding-left: 4px;
}

.rr__column-content ul {
  padding-left: 20px;
  padding-right: 4px;
}

@media screen and (min-width: 768px) {
  .recruitment-requirements .rr__column-title {
    display: table;
    padding-right: 8px;
    padding-bottom: 0;
  }

  .recruitment-requirements .rr__column-title>div {
    display: table-cell;
    vertical-align: middle;
  }

  .rr__column-content {
    margin-top: 8px;
    margin-bottom: 2px;
    padding-left: 8px;
  }

  .recruitment-requirements>div:first-child .rr__column-content {
    margin-top: 0;
  }
}

.entry-form {
  margin-top: 24px;
  padding-bottom: 24px;
  color: #fff;
  background-color: #364962;
}

.entry-form a,
.entry-form a:link,
.entry-form a:visited,
.entry-form a:hover,
.entry-form a:active {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.entry-form input,
.entry-form textarea {
  font-size: 2rem;
  color: #252525;
}

@media screen and (min-width: 992px) {

  .entry-form,
  .entry-form .container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 992px;
  }

  .entry-form,
  .entry-form input,
  .entry-form textarea {
    font-size: 1.8rem;
  }
}

.entry-form input,
.entry-form textarea {
  width: 100%;
  max-width: 992px;
  border-radius: 4px;
  background-color: #fff;
}

.entry-form input {
  height: 30px;
  line-height: 30px;
}

.entry-form__column-title {
  padding-top: 24px;
  padding-bottom: 8px;
}

#file-input {
  display: none;
}

#file-label {
  display: inline-block;
  max-width: 360px;
  width: 90%;
  height: 60px;
  line-height: 52px;
  font-size: 28px;
  cursor: pointer;
  text-align: center;
  color: white;
  border: 4px solid white;
  border-radius: 25px;
  outline: none;
  background-color: orange;
}

#file-label:hover {
  background-color: darkorange;
}

#submit-btn {
  max-width: 360px;
  width: 90%;
  height: 60px;
  line-height: 52px;
  font-size: 28px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 8px;
  color: white;
  border: 4px solid white;
  border-radius: 25px;
  outline: none;
  background-color: orange;
}

#submit-btn:hover {
  background-color: darkorange;
}

#submit-btn:focus {
  outline: none;
  box-shadow: 0 0 5px 2px orange;
}

@media screen and (min-width: 768px) {
  .entry-form {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .entry-form__column-title {
    padding-top: 0;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .entry-form__column-content {
    padding-top: 12px;
  }
}

@media screen and (min-width: 768px) {
  .container-fluid.entry-form {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 100%;
  }
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder {
  color: #bbb;
}

input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder {
  color: transparent;
}

.c-darkorange,
.c-darkorange:link,
.c-darkorange:visited,
.c-darkorange:hover,
.c-darkorange:active {
  color: darkorange;
  text-decoration: underline;
  text-underline-offset: 6px;
}

/* LP 003
 *********************************** */
.section-projects__block {
  width: 100%;
  background-color: #f0f0f0;
  padding-top: 2.4rem;
}

.section-projects__title {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 1px;
  text-underline-offset: 1.2rem;
}

@media screen and (min-width: 768px) {
  .section-projects__title {
    font-size: 4.8rem;
    line-height: 1.8;
    letter-spacing: 1px;
    text-underline-offset: 1.2rem;
  }
}

.entry-block {
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .entry-block {
    font-size: 3.2rem;
  }
}

.project-list,
.profile-block {
  margin-bottom: 24px;
  font-size: 2rem;
}

@media screen and (min-width: 992px) {

  .project-list,
  .profile-block {
    margin-right: auto;
    margin-left: auto;
    max-width: 992px;
  }
}

.project-list__project {
  border: 8px solid #64788c;
  margin-bottom: 1.2rem;
}

.project-list {
  color: #fff;
}

.project-list__content {
  border: 2px solid #fff;
  background: #64788c;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 980px) {
  .project-list__content {
    font-size: 2.8rem;
  }
}

.project-list__project {
  position: relative;
  margin-left: 16px;
}

.project-list__project::before {
  position: absolute;
  content: '';
  width: 72px;
  height: 100px;
  top: 12px;
  left: -16px;
}

@media screen and (min-width: 980px) {
  .project-list__project::before {
    width: 144px;
    left: -24px;
  }
}

.project-list__project:nth-child(1)::before {
  background: url('//www.signaltalk.com/image/lp/004/star_03.png') center top / contain no-repeat;
}

.project-list__project:nth-child(2)::before {
  background: url('//www.signaltalk.com/image/lp/004/star_03.png') center top / contain no-repeat;
}

.project-list__project:nth-child(3)::before {
  background: url('//www.signaltalk.com/image/lp/004/star_03.png') center top / contain no-repeat;
}

.project-list__project-theme {
  padding-left: 6rem;
  margin-bottom: 1.2rem;
  padding-top: 1.2rem;
}

@media screen and (min-width: 980px) {
  .project-list__project-theme {
    padding-left: 14rem;
    padding-top: 2.2rem;
    font-size: 3.6rem;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 3.6rem;
  }
}

.project-list__text {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  margin-bottom: 1.2rem;
}

@media screen and (min-width: 980px) {
  .project-list__text {
    text-align: center;
    margin-bottom: 2.4rem;
  }
}

.section-projects__monsters {
  margin-right: auto;
  margin-left: auto;
  max-width: 992px;
}

.section-projects__monsters>img {
  width: 100%;
  height: auto;
}

.fs-i {
  font-style: italic;
}

.c-gray {
  color: #64788c;
}

.c-\#e17a00 {
  color: #e17a00;
}

.fz-36px {
  font-size: 36px;
  font-size: 3.6rem;
}

.ta-c {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ta-c--768px {
    text-align: center;
  }
}

.td-u {
  text-decoration: underline;
}

.profile-block {
  position: relative;
  color: #64788c;
  border: 12px solid #64788c;
  border-radius: 48px;
  background: #fff;
  margin-top: 8rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .profile-block {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 980px) {
  .profile-block {
    font-size: 2.8rem;
  }
}

.profile-block__title {
  position: absolute;
  top: -5rem;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .profile-block__title {
    top: -5.9rem;
  }
}

@media screen and (min-width: 425px) {
  .profile-block__title {
    top: -6rem;
  }
}

.profile-block__title>span {
  display: inline-block;
  border-top: 12px solid #64788c;
  border-left: 12px solid #64788c;
  border-right: 12px solid #64788c;
  border-radius: 48px 48px 0 0;
  background: #fff;
  text-align: center;
  height: 6rem;
  line-height: 7.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .profile-block__title>span {
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 4.2rem;
    line-height: 8.4rem;
  }
}

.profile-block__sub-title {
  text-align: center;
  font-style: italic;
}

.profile-block>p {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}

.d-i--768px {
  display: none;
}

@media screen and (min-width: 768px) {
  .d-i--768px {
    display: inline;
  }
}

.d-n--768px {}

@media screen and (min-width: 768px) {
  .d-n--768px {
    display: none;
  }
}

.mb-12px {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.mb-24px {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.mb-48px {
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}

/* Atomic Style
 *********************************** */
.fw-b {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .d-n--768px {
    display: none;
  }
}

.d-b--980px {
  display: none;
}

@media screen and (min-width: 980px) {
  .d-b--980px {
    display: block;
  }
}

.mt-4px {
  margin-top: 4px;
}

.mt-8px {
  margin-top: 8px;
}

.mt-24px {
  margin-top: 24px;
}

.pl-3rem {
  padding-left: 3rem;
}

.ta-c {
  text-align: center;
}

.fz-14px {
  font-size: 14px;
}

.fz-16px {
  font-size: 16px;
}

.fz-18px {
  font-size: 18px;
}

.fz-20px {
  font-size: 20px;
}

.lts--1px {
  letter-spacing: -1px;
}

.list-kome {
  position: relative;
  line-break: strict;
  overflow-wrap: break-word;
}

.list-kome:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: '※';
}

.list-block {
  position: relative;
  line-break: strict;
  overflow-wrap: break-word;
}

.list-block:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: '■';
}

.list-square {
  position: relative;
  line-break: strict;
  overflow-wrap: break-word;
}

.list-square:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: '■';
}

.list-diamond {
  position: relative;
  line-break: strict;
  overflow-wrap: break-word;
}

.list-diamond:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: '◇';
}

.list-star {
  position: relative;
  line-break: strict;
  overflow-wrap: break-word;
}

.list-star:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: '★';
}

.list-point {
  position: relative;
  line-break: strict;
  overflow-wrap: break-word;
}

.list-point:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: '・';
}

.list-checked {
  position: relative;
  line-break: strict;
  overflow-wrap: break-word;
  margin-right: 2em;
  padding-left: .4rem;
}

.list-checked:before {
  position: absolute;
  top: 0.6rem;
  left: -1.2rem;
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(/image/lp/005/icon_checked_01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.list-path .item {
  position: relative;
}

.list-path .item:after {
  position: relative;
  top: 0;
  right: -.8rem;
  content: '>'
}

/* Title Catch Copy
 *********************************** */
.section-main-image__title {
  color: #64788c;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 12px #fff,
    0 0 24px #fff,
    0 0 36px #fff,
    0 0 48px #fff;
  ;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  margin-right: 2vw;
  margin-left: 2vw;
  margin-bottom: .8rem;
  text-align: center;
}

@media screen and (min-width: 425px) {
  .section-main-image__title {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .section-main-image__title {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .section-main-image__title {
    font-size: 2.8rem;
    margin-bottom: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .section-main-image__title {
    font-size: 6.2rem;
  }
}

.section-main-image__title-text {
  width: 100vw;
}

@media screen and (min-width: 320px) {
  .section-main-image__title-text {
    width: 86vw;
  }
}

@media screen and (min-width: 425px) {
  .section-main-image__title-text {
    width: 64vw;
  }
}

@media screen and (min-width: 768px) {
  .section-main-image__title-text {
    width: 74vw;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1200px) {
  .section-main-image__title-text {
    width: 64vw;
  }
}

.section-main-image__title-text--small {
  width: 84vw;
  font-size: 1.2rem;
}

@media screen and (min-width: 425px) {
  .section-main-image__title-text--small {
    width: 64vw;
  }
}

@media screen and (min-width: 768px) {
  .section-main-image__title-text--small {
    font-size: 1.6rem;
    width: 58vw;
    padding-left: 10vw;
  }
}

@media screen and (min-width: 1024px) {
  .section-main-image__title-text--small {
    padding-left: 16vw;
  }
}

.section-main-image__title-sub {
  color: #64788c;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff,
    0 0 12px #fff,
    0 0 24px #fff,
    0 0 36px #fff,
    0 0 48px #fff;
  ;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-right: 2vw;
  margin-left: 2vw;
  padding-left: 1.2rem;
}

@media screen and (min-width: 768px) {
  .section-main-image__title-sub {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .section-main-image__title-sub {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1200px) {
  .section-main-image__title-sub {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1400px) {
  .section-main-image__title-sub {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1600px) {
  .section-main-image__title-sub {
    font-size: 3.6rem;
  }
}

.d-i--425px {
  display: none;
}

@media screen and (min-width: 425px) {
  .d-n--425px {
    display: none;
  }

  .d-i--425px {
    display: inline;
  }
}

.section-sub-title {
  background: #576a83;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

@media screen and (min-width: 768px) {
  .section-sub-title {
    font-size: 2.8rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .section-sub-title {
    font-size: 3.2rem;
  }
}

.section-sub-title__block {
  letter-spacing: .8rem;
}

.section-text {
  background: #f0f0f0;
}

.section-text__block {
  font-size: 1.4rem;

  padding-top: 2.4rem;
  padding-bottom: 2.4rem;

  font-family: 'Helvetica Neue',
    Arial,
    'Hiragino Kaku Gothic ProN',
    'Hiragino Sans',
    Meiryo,
    sans-serif;
}

@media screen and (min-width: 992px) {
  .section-text__block {
    margin-right: auto;
    margin-left: auto;
    max-width: 992px;
  }
}

.text-content {
  color: #64788c;
  line-height: 1.6;
}

.text-content__image,
.img-fluid {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.section-text__list {
  padding-left: 1em;
}

.mb-2\.4rem {
  margin-bottom: 2.4rem;
}

.section-text__list-numbered {
  padding-left: 2em;
  text-indent: -2em;
}

.text-content__title {
  font-size: 1.8rem;
  font-weight: bold;
}

.sticky-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, .8);
  padding: 6px 0;
  border-top: 1px solid #ddd;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.sticky-block img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.fz-22px {
  font-size: 2.2rem;
}

.td-u {
  text-decoration: underline;
  text-underline-offset: .4rem;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.w-25\% {
  width: 25%;
}

.w-50\% {
  width: 50%;
}

.w-100\% {
  width: 100%;
}

.d-ib {
  display: inline-block;
}

.maw-120px {
  max-width: 120px;
}

.maw-200px {
  max-width: 200px;
}

.maw-400px {
  max-width: 400px;
}
