body {
  font-family: Noto Sans Japanese,-apple-system,BlinkMacSystemFont,Helvetica Neue,Hiragino Kaku Gothic ProN,Arial,meiryo sans-serif; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.container {
  max-width: 1024px;
  margin: 0 auto; }

#dly-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  z-index: 10; }
  #dly-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 8px 16px; }
  #dly-header .header-logo {
    display: block;
    width: 128px;
    height: 37px; }
  #dly-header .start-button {
    display: block;
    border-radius: 8px;
    font-size: 14px;
    color: #ccc;
    letter-spacing: 1.4px;
    padding: 16px 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: not-allowed; }

#attention-message {
  background: #F0F0F0;
  text-align: center;
  padding: 16px; }
  #attention-message a {
    color: #E23673; }

#announcement-message {
  max-width: 1000px;
  padding: 24px;
  margin: 70px auto; }
  #announcement-message h1 {
    color: #2C2C2C;
    margin: 24px 0 36px 0;
    text-align: center; }
  #announcement-message .text {
    font-size: 14px;
    color: #2C2C2C; }
    #announcement-message .text p {
      line-height: 200%;
      margin: 24px 0; }
  #announcement-message .credit {
    text-align: right; }

#main-visual {
  margin-top: 70px;
  height: 670px;
  background: #eee;
  position: relative;
  background: url("/images/main-bg-0001.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  #main-visual .main-phrase {
    padding-top: 108px;
    padding-left: 16px; }
    #main-visual .main-phrase .text1, #main-visual .main-phrase .text2 {
      display: inline-block;
      background: #EC407A;
      color: #fff;
      margin: 26px;
      font-size: 40px;
      padding: 20px 24px;
      font-weight: 500;
      letter-spacing: 4px;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
    #main-visual .main-phrase .text1 span {
      font-size: 110%; }
    #main-visual .main-phrase .text2 {
      background: #F25B8D; }
  #main-visual .main-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 24px 16px; }
    #main-visual .main-description .wrapper {
      display: flex;
      align-items: center; }
    #main-visual .main-description .text {
      color: #fff;
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 1.07px;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      flex: 1;
      padding-right: 24px; }
    #main-visual .main-description .start-button {
      display: block;
      background: #ccc;
      border-radius: 8px;
      font-size: 16px;
      color: #111;
      letter-spacing: 1.4px;
      padding: 20px 0;
      width: 280px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      cursor: not-allowed; }

#middle-catchcopy {
  font-weight: 600;
  font-size: 24px;
  color: #2C2C2C;
  letter-spacing: 2.18px;
  text-align: center;
  padding: 48px 8px;
  line-height: 42px; }
  #middle-catchcopy span {
    color: #EC407A; }

.segment-step {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px; }
  .segment-step .accent-bg {
    position: absolute;
    width: 50%;
    top: 114px;
    right: 0;
    display: block;
    background: #F25B8D;
    height: 310px;
    content: '';
    z-index: -2; }
  .segment-step .topic-wrapper {
    position: relative; }
    .segment-step .topic-wrapper .iphone-mock {
      position: absolute;
      width: 292px;
      height: 588px;
      top: -50%;
      left: 62%;
      z-index: -1; }
  .segment-step .text-box {
    height: 310px;
    width: 560px;
    background: #FFFFFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    padding: 46px;
    position: relative; }
    .segment-step .text-box .step-logo {
      position: absolute;
      bottom: 90%;
      left: 30px;
      transform: rotate(-5deg);
      font-family: HelveticaNeue-Bold;
      font-size: 86px;
      color: #E6E6E6;
      letter-spacing: 7.82px;
      text-align: center;
      z-index: -1; }
      .segment-step .text-box .step-logo span {
        font-size: 144px; }
    .segment-step .text-box h2 {
      font-weight: 600;
      line-height: 42px;
      font-size: 28px;
      color: #2E2E2E;
      letter-spacing: 1.56px; }
    .segment-step .text-box p {
      padding-top: 16px;
      font-weight: 500;
      font-size: 14px;
      color: #616161;
      letter-spacing: 0.9px;
      line-height: 26px; }

#segment-step2 .accent-bg {
  left: 0;
  right: auto; }

#segment-step2 .text-box {
  margin-left: auto; }
  #segment-step2 .text-box .step-logo {
    left: 96px; }

#segment-step2 .topic-wrapper .iphone-mock {
  position: absolute;
  width: 292px;
  height: 588px;
  top: -50%;
  left: auto;
  right: 62%;
  z-index: -1; }

#segment-examination {
  padding: 96px 16px; }
  #segment-examination h2 {
    position: relative;
    font-weight: 600;
    font-size: 28px;
    color: #2C2C2C;
    letter-spacing: 2.55px;
    text-align: center; }
    #segment-examination h2:after {
      display: block;
      content: '';
      position: absolute;
      height: 7px;
      width: 63px;
      background: #F25B8D;
      bottom: -16px;
      left: 0;
      right: 0;
      margin: auto; }
  #segment-examination .description {
    font-weight: 300;
    font-size: 14px;
    color: #2C2C2C;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 150%;
    max-width: 580px;
    margin: 54px auto; }
  #segment-examination .blocks {
    display: flex;
    padding: 16px;
    justify-content: center; }
    #segment-examination .blocks .block {
      border: 1px solid #6e6e6e;
      padding: 48px 24px;
      margin: 0 16px; }
      #segment-examination .blocks .block h3 {
        font-size: 14px;
        color: #2C2C2C;
        letter-spacing: 1.27px;
        text-align: center; }

main {
  padding-bottom: 96px; }

footer {
  padding: 32px;
  background: #2C3E51; }
  footer .links {
    text-align: center; }
    footer .links a {
      font-weight: 200;
      color: #fff;
      text-underline: none;
      margin: 16px 32px;
      font-size: 12px; }
