html {
  font-size: 62.5%;
  box-sizing: border-box;
}
html * {
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background: url('../images/bg.png') repeat-y center center / contain;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #272727;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 1;
}
.content {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  max-width: 100%;
  text-align: center;
}
/* .phone {
  position: absolute;
  top: 50%;
  left: -30%;
  transform: translate(0,-50%);
  z-index: 3;
}
.phone-image {
  max-width: 250px;
  margin-bottom: 20px;
} */
.icon {
  max-width: 88px;
  margin-right: 30px;
}
.message-inner {
  position: relative;
  z-index: 1;
  height: 100%;
}
.message-item {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.message-text {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}
.btn-link {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  max-width: 370px;
  height: 60px;
  margin-top: 20px;
  padding: 10px 0;
  background: #00c494;
  border: 3px solid #00c494;
  border-radius: 32px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: .3s;
}
.btn-link:hover {
  background: #fff;
  color: #00c494;
  transition: .3s;
}
footer {
  text-align: center;
  padding-bottom: 15px;
  margin-top: 100px;
}
.logo {
  max-width: 217px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  /* .phone {
    left: -35%;
  } */ 
  .message-text {
    font-size: 2.4rem;
  }
  .icon {
    max-width: 70px;
    margin-right: 20px;
  }
  .btn-link {
    max-width: 300px;
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .pc-image {
    display: block;
  }

  .sp-image {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .message-text {
    font-size: 2rem;
  }
  .icon {
    max-width: 60px;
    margin-right: 20px;
  }
  .btn-link {
    max-width: 280px;
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
/* @media screen and (max-width: 960px) {
  .phone {
    display: none;
  }
} */
@media screen and (max-width: 768px) {
  .container {
    background: none;
  }
  .content {
    width: 100vw;
  }
  .message-item {
    flex-direction: column;
  }
  .message-text {
    text-align: center;
  }
  .message-item:last-of-type .icon {
    max-width: 44px;
  }
  .icon {
    max-width: 46px;
    margin: 0 0 5px 0;
  }
  .btn-link {
    height: 48px;
    margin-top: 0;
    padding: 5px 0;
    font-size: 1.6rem;
  }
  .pc-image {
    display: none;
  }

  .sp-image {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .content {
    width: 100vw;
    max-width: 560px;
  }
  .message-item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 390px) {
  .btn-link {
    height: 55px;
    line-height: 2.2;
  }
  .icon {
    max-width: 36px;
  }
  .message-item:last-of-type .icon {
    max-width: 30px;
  }
  .message-text {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 375px) {
  .content {
    max-width: 100%;
  }
  .container::before {
    background: url("../images/accessory-left.png") no-repeat center center / 80%;
  }
  .container::after {
    height: 134px;
    background: url(../images/accessory-right.png) no-repeat center 50% / 80%;
  }
  footer {
    padding-bottom: 5px;
  }
  .logo {
    max-width: 160px;
    margin-bottom: 3px;
  }
  .btn-link {
    max-width: 150px;
    height: 44px;
    line-height: 1.6;
  }
}
/* @media screen and (max-width: 320px) {
  .icon {
    max-width: 50px;
    margin-bottom: 10px;
  }
  .message-text {
    font-size: 1.8rem;
  }
  .btn-link {
    max-width: 180px;
    height: 45px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
} */
