@charset "UTF-8";
html {
  font-size: 62.5%;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 559px) {
  .br-sp {
    display: block;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  font-family: "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #252525;
  font-size: 1.8em;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 559px) {
  body {
    font-size: 1.6em;
  }
}

.header {
  margin-bottom: 3.90625vw;
}

.header-copy {
  background: #ff648c;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 2.73438vw;
  letter-spacing: 0.08em;
  padding-top: 2.34375vw;
  padding-bottom: 2.34375vw;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .header-copy {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.hero {
  width: 100%;
  height: 0;
  padding-top: 57.56%;
  background: url(../img/hero.jpg) right top no-repeat;
  background-size: cover;
  position: relative;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 559px) {
  .hero {
    padding-top: 100%;
    background: url(../img/hero_sp.jpg) right top no-repeat;
    background-size: cover;
  }
}

.hero-copy {
  width: 40.625vw;
  position: absolute;
  top: 4.0625vw;
  left: 6.25vw;
}

@media screen and (max-width: 559px) {
  .hero-copy {
    width: 53.6vw;
    top: 24vw;
    left: 5.33333vw;
  }
}

.hero-copy img {
  width: 100%;
}

.hero-h1 {
  width: 67.5vw;
  position: absolute;
  top: 29.6875vw;
  left: 6.25vw;
}

@media screen and (max-width: 559px) {
  .hero-h1 {
    width: 92vw;
    top: 61.33333vw;
    left: 1.06667vw;
  }
}

.hero-h1 img {
  width: 100%;
}

.apply {
  position: relative;
}

.apply-bg {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.8125vw;
  width: 81.875vw;
}

@media screen and (max-width: 559px) {
  .apply-bg {
    width: 100%;
  }
}

.apply-bg img {
  width: 100%;
}

.apply-btn {
  text-align: center;
}

.apply-btn a {
  background: #5403a8;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  display: block;
  width: 49.21875vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 21.5625vw;
  font-size: 2.73438vw;
  font-family: "Noto Serif JP", serif;
  padding-top: 1.79687vw;
  padding-bottom: 2.10938vw;
  border-radius: 60px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (max-width: 559px) {
  .apply-btn a {
    width: 77.33333vw;
    top: 32vw;
    font-size: 4.8vw;
    font-weight: 500;
    left: 3.2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}

.apply-btn a:hover {
  background: #ff285f;
}

.apply-btn2 a {
  top: 26.09375vw;
}

@media screen and (max-width: 559px) {
  .apply-btn2 a {
    top: 38.66667vw;
  }
}

.problems {
  width: 84.375vw;
  border: 1px solid #dcdcdc;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.73438vw;
  padding: 6.25vw;
}

@media screen and (max-width: 559px) {
  .problems {
    width: 89.33333vw;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 5.33333vw;
  }
}

.problems-h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.29688vw;
  color: #6f3d3d;
  text-align: center;
  margin-bottom: 5.46875vw;
}

@media screen and (max-width: 559px) {
  .problems-h2 {
    font-size: 5.86667vw;
    margin-bottom: 5.33333vw;
    line-height: 1.4;
    background: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 500;
  }
}

.problems-h2 strong {
  font-size: 6.64062vw;
  font-weight: 400;
}

@media screen and (max-width: 559px) {
  .problems-h2 strong {
    font-size: 5.86667vw;
    font-weight: 500;
  }
}

.problems-item {
  padding-left: 40px;
  background: url(../img/checkbox.svg) left 0px top 5px no-repeat;
  background-size: 26px;
  image-rendering: -webkit-optimize-contrast;
  font-size: 2.2rem;
  margin-bottom: 4.29688vw;
  line-height: 1.4;
}

@media screen and (max-width: 559px) {
  .problems-item {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 6.66667vw;
    background-size: 20px;
    background-position: left 0px top 5px;
    padding-left: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.problems-item strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fef2a2));
  background: linear-gradient(transparent 60%, #fef2a2 60%);
}

.problems-item:last-child {
  margin-bottom: 0px;
}

.solution {
  width: 100%;
  margin-bottom: 11.71875vw;
}

.solution-h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.25vw;
  width: 72.1875vw;
}

@media screen and (max-width: 559px) {
  .solution-h2 {
    width: 94.66667vw;
    margin-bottom: 10.66667vw;
  }
}

.solution-h2 img {
  width: 100%;
}

.solution-detail {
  margin-left: 15.625vw;
  clear: both;
}

@media screen and (max-width: 559px) {
  .solution-detail {
    margin-left: auto;
  }
}

.solution-img {
  margin-left: 4.29688vw;
  margin-bottom: 4.29688vw;
  width: 50vw;
  float: right;
}

@media screen and (max-width: 559px) {
  .solution-img {
    float: none;
    margin-left: 0;
    width: auto;
    margin-bottom: 8vw;
  }
}

.solution-img img {
  width: 100%;
}

.solution .text {
  width: 68.75vw;
}

@media screen and (max-width: 559px) {
  .solution .text {
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.text {
  line-height: 2;
}

.text p {
  margin-bottom: 3.90625vw;
}

@media screen and (max-width: 559px) {
  .text p {
    margin-bottom: 8vw;
  }
}

.text p:last-child {
  margin-bottom: 0px;
}

.text strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fef2a2));
  background: linear-gradient(transparent 60%, #fef2a2 60%);
}

.doubt {
  background: #f3f3f3;
  padding-top: 5.07812vw;
}

.doubt-h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 3.90625vw;
  color: #6f3d3d;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 2.34375vw;
}

@media screen and (max-width: 559px) {
  .doubt-h2 {
    font-size: 5.86667vw;
    font-weight: 500;
  }
}

.doubt-detail {
  width: 84.375vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 559px) {
  .doubt-detail {
    width: auto;
  }
}

.doubt-item1 {
  width: 82.5vw;
}

@media screen and (max-width: 559px) {
  .doubt-item1 {
    width: 72.26667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.doubt-item1 img {
  width: 100%;
}

.doubt-item2 {
  width: 82.73438vw;
}

@media screen and (max-width: 559px) {
  .doubt-item2 {
    width: 55.46667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.doubt-item2 img {
  width: 100%;
}

.doubt-item3 {
  width: 73.51562vw;
}

@media screen and (max-width: 559px) {
  .doubt-item3 {
    width: 65.33333vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
}

.doubt-item3 img {
  width: 100%;
}

.solution2 {
  width: 68.75vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.90625vw;
}

@media screen and (max-width: 559px) {
  .solution2 {
    width: auto;
    margin-bottom: 8vw;
  }
}

.solution2-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 130px 0 130px;
  border-color: #f3f3f3 transparent transparent transparent;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.25vw;
}

@media screen and (max-width: 559px) {
  .solution2-arrow {
    border-width: 50px 80px 0 80px;
    margin-bottom: 30px;
  }
}

.solution2-h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 3.90625vw;
  color: #6f3d3d;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 6.25vw;
}

@media screen and (max-width: 559px) {
  .solution2-h2 {
    font-size: 5.86667vw;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .solution2-h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #ff648c;
  }
}

@media screen and (max-width: 559px) {
  .solution2 .text {
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.solution2-darrow {
  width: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.6875vw;
  margin-top: 4.6875vw;
}

@media screen and (max-width: 559px) {
  .solution2-darrow {
    width: 9px;
  }
}

.solution2-darrow img {
  width: 100%;
}

.solution2-h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #6f3d3d;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-size: 3.90625vw;
  margin-bottom: 6.25vw;
}

@media screen and (max-width: 559px) {
  .solution2-h3 {
    font-size: 5.86667vw;
    font-weight: 500;
    margin-bottom: 8vw;
  }
}

.solution2-h3 strong {
  color: #ff285f;
  font-size: 5.46875vw;
  font-weight: 400;
}

@media screen and (max-width: 559px) {
  .solution2-h3 strong {
    font-size: 6.93333vw;
    font-weight: 500;
  }
}

.solution2-img1 {
  width: 68.75vw;
  margin-bottom: 6.25vw;
}

@media screen and (max-width: 559px) {
  .solution2-img1 {
    width: auto;
    margin-bottom: 8vw;
  }
}

.solution2-img1 img {
  width: 100%;
}

.solution2-img2 {
  width: 68.75vw;
  margin-bottom: 6.25vw;
  margin-top: 6.25vw;
}

@media screen and (max-width: 559px) {
  .solution2-img2 {
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.solution2-img2 img {
  width: 100%;
}

@media screen and (max-width: 559px) {
  .acustomers {
    margin-bottom: 13.33333vw;
  }
}

.acustomers-h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 5.46875vw;
  color: #6f3d3d;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 6.25vw;
}

@media screen and (max-width: 559px) {
  .acustomers-h2 {
    font-size: 6.4vw;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  .acustomers-h2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #ff648c;
  }
}

.acustomers-detail {
  margin-left: 15.625vw;
  clear: both;
  margin-bottom: 10.9375vw;
}

@media screen and (max-width: 559px) {
  .acustomers-detail {
    margin-left: 0;
  }
}

.acustomers-img {
  margin-left: 4.29688vw;
  margin-bottom: 4.29688vw;
  width: 50vw;
  float: right;
}

@media screen and (max-width: 559px) {
  .acustomers-img {
    float: none;
    margin-left: 0;
    width: auto;
    margin-bottom: 8vw;
  }
}

.acustomers-img img {
  width: 100%;
}

.acustomers .text {
  width: 68.75vw;
}

@media screen and (max-width: 559px) {
  .acustomers .text {
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.voice {
  width: 68.75vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 559px) {
  .voice {
    width: 89.33333vw;
  }
}

.voice-h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 5.46875vw;
  color: #ff285f;
  letter-spacing: 0.06em;
  margin-bottom: 1.32812vw;
}

@media screen and (max-width: 559px) {
  .voice-h2 {
    font-size: 8vw;
    margin-bottom: 10px;
  }
}

.voice-h2-img {
  width: 39.92188vw;
  margin: auto;
}

@media screen and (max-width: 559px) {
  .voice-h2-img {
    width: 74.66667vw;
  }
}

.voice-h2-img img {
  width: 100%;
}

.voice-container {
  clear: both;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 559px) {
  .voice-container {
    padding-top: 10.66667vw;
    padding-bottom: 10.66667vw;
  }
}

.voice-container:last-child {
  border: none;
  padding-bottom: 11.71875vw;
}

@media screen and (max-width: 559px) {
  .voice-container:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
}

.voice-img {
  max-width: 350px;
  width: 27.34375vw;
  margin-right: 4.6875vw;
  margin-bottom: 4.6875vw;
  float: left;
}

@media screen and (max-width: 559px) {
  .voice-img {
    float: none;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
}

.voice-img img {
  width: 100%;
}

.voice-h3 {
  font-size: 2.73438vw;
  font-family: "Noto Serif JP", serif;
  color: #6f3d3d;
  line-height: 1.5;
  margin-bottom: 4.6875vw;
  position: relative;
  top: -10px;
}

@media screen and (max-width: 559px) {
  .voice-h3 {
    font-size: 5.33333vw;
    font-weight: 500;
    text-align: center;
    top: 0;
  }
}

.voice-h3-small {
  font-size: 2.03125vw;
}

@media screen and (max-width: 559px) {
  .voice-h3-small {
    font-size: 5.33333vw;
    font-weight: 500;
  }
}

.summary {
  width: 88.125vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 559px) {
  .summary {
    width: auto;
    margin-top: 8vw;
  }
}

.summary-h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 4.6875vw;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 6.25vw;
}

@media screen and (max-width: 559px) {
  .summary-h2 {
    font-size: 6.4vw;
    font-weight: 500;
  }
}

.summary-h2 strong {
  font-size: 5.07812vw;
  font-weight: 400;
  color: #ff285f;
}

@media screen and (max-width: 559px) {
  .summary-h2 strong {
    font-size: 6.4vw;
    font-weight: 500;
  }
}

.summary-img {
  max-width: 1128px;
  width: 88.125vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.125vw;
}

@media screen and (max-width: 559px) {
  .summary-img {
    width: auto;
  }
}

.summary-img img {
  width: 100%;
}

.summary-message1 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 4.29688vw;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 3.51562vw;
}

@media screen and (max-width: 559px) {
  .summary-message1 {
    font-size: 6.4vw;
    font-weight: 500;
  }
}

.summary-message1 strong {
  font-size: 5.07812vw;
  font-weight: 400;
  color: #ff285f;
}

@media screen and (max-width: 559px) {
  .summary-message1 strong {
    font-size: 6.4vw;
    font-weight: 500;
  }
}

.summary-message2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 4.29688vw;
  letter-spacing: 0.04em;
  margin-bottom: 6.25vw;
  color: #5403a8;
}

@media screen and (max-width: 559px) {
  .summary-message2 {
    font-size: 6.4vw;
    font-weight: 500;
    line-height: 1.5;
  }
}

.timetable {
  width: 84.375vw;
  background: #fff0f4;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.25vw;
  padding-top: 5.46875vw;
  padding-bottom: 5.46875vw;
}

@media screen and (max-width: 559px) {
  .timetable {
    width: auto;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    padding-bottom: 0;
    margin-bottom: 13.33333vw;
  }
}

.timetable-h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 3.51562vw;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #6f3d3d;
}

@media screen and (max-width: 559px) {
  .timetable-h3 {
    font-size: 5.33333vw;
    font-weight: 500;
    margin-bottom: 8vw;
  }
}

.timetable-img {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 559px) {
  .timetable-img {
    width: auto;
  }
}

.timetable-img img {
  width: 100%;
}

.result {
  width: 84.375vw;
  background: #fff0f4;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6.25vw;
  padding-top: 5.46875vw;
  padding-bottom: 5.46875vw;
}

@media screen and (max-width: 559px) {
  .result {
    width: auto;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    margin-bottom: 13.33333vw;
  }
}

.result-h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 3.51562vw;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #6f3d3d;
  margin-bottom: 6.25vw;
}

@media screen and (max-width: 559px) {
  .result-h3 {
    font-size: 5.33333vw;
    font-weight: 500;
    margin-bottom: 8vw;
  }
}

.result-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 74.21875vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 559px) {
  .result-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48vw;
  }
}

.result-img-item {
  width: 23.125vw;
}

@media screen and (max-width: 559px) {
  .result-img-item {
    width: 48vw;
    margin-bottom: 20px;
  }
}

.result-img-item img {
  width: 100%;
}

.profile {
  width: 68.75vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10.9375vw;
  position: relative;
}

@media screen and (max-width: 559px) {
  .profile {
    width: auto;
  }
}

.profile-h2 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 5.85938vw;
  letter-spacing: 0.06em;
  color: #ff285f;
  padding-top: 8.20312vw;
  padding-bottom: 12.89062vw;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 559px) {
  .profile-h2 {
    font-size: 8vw;
    padding-top: 10.66667vw;
    margin-bottom: 8vw;
  }
}

.profile-h2-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 65.9375vw;
}

@media screen and (max-width: 559px) {
  .profile-h2-bg {
    width: 90.13333vw;
  }
}

.profile-h2-bg img {
  width: 100%;
}

.profile-container {
  clear: both;
}

.profile-img {
  width: 35.15625vw;
  float: left;
  margin-right: 4.6875vw;
  margin-bottom: 4.6875vw;
}

@media screen and (max-width: 559px) {
  .profile-img {
    width: auto;
    float: none;
    margin-right: 0;
  }
}

.profile-img img {
  width: 100%;
}

.profile-h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.51562vw;
  letter-spacing: 0.06em;
  color: #6f3d3d;
  margin-bottom: 6.64062vw;
}

@media screen and (max-width: 559px) {
  .profile-h3 {
    font-size: 6.93333vw;
    text-align: center;
  }
}

.profile-h3-ruby {
  font-size: 2.1875vw;
  margin-right: 5.85938vw;
}

@media screen and (max-width: 559px) {
  .profile-h3-ruby {
    font-size: 4.26667vw;
    text-align: center;
    letter-spacing: 0.4em;
    margin-right: 0;
  }
}

@media screen and (max-width: 559px) {
  .profile .text {
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.detail {
  width: 84.375vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.90625vw;
  background: #fff0f4;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}

@media screen and (max-width: 559px) {
  .detail {
    width: auto;
  }
}

.detail-h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.51562vw;
  letter-spacing: 0.06em;
  color: #6f3d3d;
  margin-bottom: 6.64062vw;
  line-height: 1.4;
}

@media screen and (max-width: 559px) {
  .detail-h3 {
    font-size: 5.33333vw;
    font-weight: 500;
  }
}

.detail-text {
  max-width: 880px;
  width: 68.75vw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2.1;
}

@media screen and (max-width: 559px) {
  .detail-text {
    width: 89.33333vw;
    line-height: 1.6;
    font-size: 1.4rem;
  }
}

.detail-text a {
  text-decoration: underline;
  color: #ff285f;
}

.detail-text dt {
  width: 17.96875vw;
  max-width: 230px;
  white-space: nowrap;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #dcdcdc;
  padding-top: 3.90625vw;
  padding-bottom: 3.90625vw;
}

@media screen and (max-width: 559px) {
  .detail-text dt {
    width: 21.33333vw;
    text-align: left;
  }
}

.detail-text dt:last-child {
  padding-bottom: 0px;
}

.detail-text dd {
  width: 50.78125vw;
  max-width: 650px;
  border-top: 1px solid #dcdcdc;
  padding-top: 3.90625vw;
  padding-bottom: 3.90625vw;
}

@media screen and (max-width: 559px) {
  .detail-text dd {
    width: 66.66667vw;
  }
}

.detail-text dd:last-child {
  padding-bottom: 0px;
}

.detail-terms {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

@media screen and (max-width: 559px) {
  .detail-terms {
    padding-left: 20px;
  }
}

@media screen and (max-width: 559px) {
  .message {
    margin-top: 13.33333vw;
    margin-bottom: 8vw;
  }
}

.message-title {
  width: 68.75vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 559px) {
  .message-title {
    width: 89.33333vw;
  }
}

.message-h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 5.85938vw;
  letter-spacing: 0.06em;
  color: #ff285f;
  margin-bottom: 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 559px) {
  .message-h2 {
    font-size: 8vw;
    margin-bottom: 10.66667vw;
  }
}

.message-h2:before, .message-h2:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #ff285f;
  display: block;
}

@media screen and (max-width: 559px) {
  .message-h2:before, .message-h2:after {
    height: 1px;
  }
}

.message-h2:before {
  margin-right: 1.5625vw;
}

.message-h2:after {
  margin-left: 1.5625vw;
}

.message-img {
  width: auto;
  margin-bottom: 6.25vw;
}

.message-img img {
  width: 100%;
}

.message-container {
  width: 68.75vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 559px) {
  .message-container {
    width: 89.33333vw;
  }
}

.message-img2 {
  width: 68.75vw;
  margin-top: 6.25vw;
  margin-bottom: 6.25vw;
}

@media screen and (max-width: 559px) {
  .message-img2 {
    width: auto;
  }
}

.message-img2 img {
  width: 100%;
}

.message .margin0 {
  margin-bottom: 0;
}

.message-list {
  list-style: disc;
  margin: 1em 0;
  padding-left: 40px;
  margin-bottom: 3.90625vw;
}

.footer {
  background: #ff648c;
  padding-top: 3.90625vw;
  padding-bottom: 15.625vw;
}

@media screen and (max-width: 559px) {
  .footer {
    padding-top: 13.33333vw;
  }
}

.footer a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.footer a:hover {
  opacity: 0.5;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 68.75vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.46875vw;
}

@media screen and (max-width: 559px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 89.33333vw;
    margin-bottom: 10.66667vw;
  }
}

.footer-link {
  color: #FFFFFF;
}

@media screen and (max-width: 559px) {
  .footer-link {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
  }
}

.footer-link:after {
  content: "";
  display: inline-block;
  background: url(../img/link_icon.svg) no-repeat;
  width: 14px;
  height: 13px;
  background-size: contain;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70px;
}

@media screen and (max-width: 559px) {
  .footer-sns {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-sns-img {
  width: 30px;
}

.footer-sns-img img {
  width: 100%;
}

.footer small {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  display: block;
}

@media screen and (max-width: 559px) {
  .footer small {
    font-size: 1rem;
  }
}