* {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  background-color: #ffeda9;
  font-family: "ヒラギノ角ゴシック";
}

img {
  vertical-align: bottom;
}

.img-sp {
  display: none;
}

@media (max-width: 1024px) {
  .img-pc {
    display: none;
  }

  .img-sp {
    display: block;
  }
}

/* ファーストビューのレイアウト */
.FV {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .FV {
    display: block;
    width: 100%;
    vertical-align: bottom;
  }
}

/* メッセージのレイアウト */
.container {
  position: relative;
  display: block;
  background-color: #fff;
  width: 70%;
  height: 350px;
  margin: 0 auto;
  text-align: center;
}

.container p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  height: 100px;

  padding: 30px 10px;
  font-size: xx-large;
  font-weight: bold;
  color: #f5581f;
  background: #fff7d5;
  box-shadow: 0px 0px 0px 10px #fff7d5;
  border: dashed 2px #f5581f;
  border-radius: 3px;
}

@media (max-width: 1024px) {
  .container {
    position: relative;
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 130px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }

  .container p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 50px;

    padding: 2% 1% 0 1%;
    font-size: 14px;
    font-weight: bold;
    color: #f5581f;
    background: #fff7d5;
    box-shadow: 0px 0px 0px 3px #fff7d5;
    border: dashed 2px #f5581f;
    border-radius: 3px;
  }
}

/* 漫画のレイアウト */
.comics {
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .comics {
    display: block;
    width: 100%;
  }
}

/* ボタン周りのレイアウト */
.contents {
  position: relative;
  display: block;
  background-color: #fff;
  width: 70%;
  height: 2020px;
  margin: 0 auto;
  text-align: center;
}

.awareness {
  font-size: 48px;
  font-weight: bold;
  color: #f5581f;
}

.contents p {
  font-size: clamp(32px, 1.8vw, 40px);
  font-weight: bold;
  color: #292929;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 30px;
}

ul {
  list-style: none;
}

.box3 {
  width: 75%;
  margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
  padding: 2em; /* 内側余白 */
  border-left: double 5px #999fad; /*左の線の種類・太さ・色 */
  border-right: double 5px #999fad; /*右の線の種類・太さ・色 */
  background-color: #f1f3f4; /* 背景色 */
  box-shadow: 3px 1px 4px rgb(0 0 0 / 0.2); /*ボックス影*/
}

.box3 span {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}

.box3 li {
  margin-top: 20px;
  padding: 0 30px;
  text-align: left;
  font-size: 24px;
}

.triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #c1c1c1;
}

.box2 {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 370px;
  border: solid 3px #f5581f;
  border-radius: 8px;
}

.box2 .box-title {
  position: absolute;
  display: inline-block;
  width: 55%;
  top: -13px;
  left: 18px;
  padding: 0 9px;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 28px;
  text-align: left;
  background: #fff;
  color: #f5581f;
  font-weight: bold;
}

.box2 li {
  margin-top: 35px;
  padding: 0 30px;
  text-align: left;
  font-size: 24px;
}

.Reviews {
  width: 60%;
  display: block;
  top: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-size: 40px;
}

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 50px;
  text-align: left;
  font-size: 20px;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 80%;
  padding: 20px 30px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f5581f;
  border-radius: 10px;
  position: relative;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #f5581f;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 40%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #f5581f;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

.Annotation {
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: right;
}

@media (max-width: 1024px) {
  .contents {
    position: relative;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 1650px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }

  .awareness {
    font-size: 24px;
    font-weight: bold;
    color: #f5581f;
  }

  .contents p {
    font-size: 14px;
    font-weight: 900;
    color: #292929;
    text-align: center;
    margin-bottom: 40px;
  }

  ul {
    list-style: none;
  }

  .box3 {
    width: 70%;
    margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
    padding: 2em; /* 内側余白 */
    border-left: double 5px #999fad; /*左の線の種類・太さ・色 */
    border-right: double 5px #999fad; /*右の線の種類・太さ・色 */
    background-color: #f1f3f4; /* 背景色 */
    box-shadow: 3px 1px 4px rgb(0 0 0 / 0.2); /*ボックス影*/
  }

  .box3 span {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
  }

  .box3 li {
    margin-top: 16px;
    padding: 0 10px;
    text-align: left;
    font-size: 12px;
  }

  .triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #c1c1c1;
  }

  .box2 {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 200px;
    border: solid 3px #f5581f;
    border-radius: 8px;
  }

  .box2 .box-title {
    position: absolute;
    display: inline-block;
    width: 70%;
    top: -9px;
    left: 10px;
    padding: 0 9px 15px 9px;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 16px;
    text-align: left;
    background: #fff;
    color: #f5581f;
    font-weight: bold;
  }

  .box2 li {
    margin-top: 20px;
    padding: 0 0 0 20px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
  }

  .Reviews {
    width: 90%;
    display: block;
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  /* フロー */
  h3 {
    font-size: 24px;
  }

  .flow_design01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flow_design01 ul {
    padding: 0;
  }

  .flow_design01 li {
    list-style-type: none;
  }

  .flow_design01 dd {
    margin-left: 10px;
    text-align: center;
    font-size: 12px;
  }

  .flow01 > li {
    position: relative;
    list-style: none;
  }

  .flow01 > li:not(:last-child) {
    margin-bottom: 40px;
  }

  .flow01 > li dl {
    box-sizing: border-box;
    width: 90%;
    padding: 20px 30px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #f5581f;
    border-radius: 10px;
    position: relative;
  }

  .flow01 > li:not(:last-child) dl::before,
  .flow01 > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .flow01 > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #f5581f;
  }

  .flow01 > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
  }

  .flow01 > li dl dt {
    font-size: 1.2em;
    font-weight: 600;
    -ms-flex-preferred-size: 20%;
    flex-basis: 40%;
    margin-right: 2vw;
    text-align: center;
    margin-bottom: 10px;
  }

  .flow01 > li dl dt .icon01 {
    font-size: 0.6em;
    color: #fff;
    background: #f5581f;
    padding: 5px 0px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 100;
  }
}

@media (max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: 0.7em;
  }
}

/* 下の余白 */
.wrapper {
  position: relative;
  display: block;
  background-color: #fff;
  width: 70%;
  height: 0px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .wrapper {
    position: relative;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }

  .Annotation {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: right;
  }
}

/* LINEボタン */
.fixed_btn {
  position: fixed;
  z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
  bottom: 0px;
  width: 60%;
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 1s ease; /* フェードインのアニメーション */
}

.fixed_btn:hover {
  opacity: 0.9;
}

.fixed_btn:active {
  opacity: 0;
}

@media (max-width: 1024px) {
  .fixed_btn {
    position: fixed;
    z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
    bottom: 0px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
