/* ==============================
  base
============================== */
/******************
  font
*******************/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@font-face {
  font-family: 'TrajanProRegular';
  src: url("../font/trajan/trajanp0-webfont.eot");
  src: url("../font/trajan/trajanp0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/trajan/trajanp0-webfont.woff") format("woff"), url("../font/trajan/trajanp0-webfont.ttf") format("truetype"), url("../font/trajan/trajanp0-webfont.svg#TrajanProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/

#splash {
    /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background:#000;
  text-align:center;
  color:#fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
    z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

@media screen and (min-width: 600px) {
  .top {
    -webkit-animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    margin: auto;
    /* max-width: 1100px; */
  }
}

/* .top .topbox {
  display: block;
    margin-bottom: 10%;
} */

@media screen and (min-width: 600px) {
  .top .topbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

/* .top .topbox .topbox_left {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .top .topbox .topbox_left {
    width: 60%;
    text-align: left;
  }
} */

 /* .top .topbox .topbox_left .stitle {
  font-size: 14px;
  font-weight: bold;
  }

  @media screen and (min-width: 600px) {
  .top .topbox .topbox_left .stitle {
    font-size: 24px;
  }
  }
  */

/*.top .topbox .topbox_left .ltitle {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

/*@media screen and (min-width: 600px) {
  .top .topbox .topbox_left .ltitle {
    font-size: 50px;
    margin-top: 20px;
  }
}
  */

/* .top .topbox .topbox_left .text { 
  font-size: 12px;
  margin-top: 20px;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .top .topbox .topbox_left .text {
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
  }
}

.top .topbox .topbox_right {
    width: 95%;
    margin: 30px auto;
} */

/* 
@media screen and (min-width: 600px) {
  .nayami .nayami_box {
    max-width: 1000px;
    margin: auto;
    font-size: 20px;
    padding: 60px;
  }

}

.nayami .nayami_box .nayami_title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding: 10px 10px 10px 30px;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .nayami_title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-left: 40px;
    padding: 0;
  }
}


.nayami .nayami_box ul {
  font-size: 12px;
  line-height: 2.6;
  text-align: left;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box ul {
    padding-left: 220px;
    font-size: 16px;
  }
}

.nayami .nayami_box ul .check_box {
  position: relative;
  z-index: 2;
  font-size: 22px;
}

.nayami .nayami_box ul .check_box::before {
  display: block;
  position: absolute;
  top: 18%;
  left: -10%;
  width: 28px;
  height: 28px;
  z-index: 2;
  background: url("../img/index/check.png") no-repeat top left;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box ul .check_box::before {
    top: 34%;
    left: -8%;
  }
}

.nayami .nayami_box ul .check_box .marker-animation.active {

}

.nayami .nayami_box ul .check_box .marker-animation {
      border-bottom: solid 2px;
    padding-bottom: 5px;
    font-weight: bold;
    border-image: linear-gradient(to right, #ff0 0%, #fff 100%);
    border-image-slice: 1;
}

.nayami .nayami_box .check_img {
  width: 16%;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .check_img {
    width: 8%;
  }
}

.nayami .nayami_box .logotext {
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .logotext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
  }
}

.nayami .nayami_box .logotext .logotext_left {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .logotext .logotext_left {
    width: 20%;
  }
}

.nayami .nayami_box .logotext .logotext_left .logoomg {
  width: 30%;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .logotext .logotext_left .logoomg {
    width: 90%;
    margin-left: 40px;
    margin-top: 5px;
  }
}

.nayami .nayami_box .logotext .logotext_right {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .logotext .logotext_right {
    width: 70%;
  }
}

.nayami .nayami_box .logotext .logotext_right .logotexts {
  width: 90%;
  margin: 10px 0 20px 0;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .logotext .logotext_right .logotexts {
    width: 90%;
  }
}



.consal {
  background: -webkit-gradient(117deg, rgba(0,22,59,1) 0%, rgba(77,77,0,1) 100%);
  background: linear-gradient(117deg, rgba(0,22,59,1) 0%, rgba(77,77,0,1) 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

.consal .service {
  padding-bottom: 40px;
}

.consal.bgbk {
    background: #000;
}
@media screen and (min-width: 600px) {
  .consal .service {
    padding-top: 80px;
  }
}

@media screen and (min-width: 600px) {
  .consal .service .service_box {
    max-width: 900px;
    margin: auto;
  }
}

.consal .service .service_box .service_left {
  width: 30%;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .service_left {
    width: 20%;
    margin-bottom: 40px;
  }
}

.consal .service .service_box .service_left .service_logo {
  margin: 0px 20px 40px 20px;
}

.consal .service .service_box .service_subtitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .service_subtitle {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

.consal .service .service_box .service_text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .service_text {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}

.consal .service .service_box .service_text .marker-animation.active {
  background-position: -100% .5em;
}

.consal .service .service_box .service_text .marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fffa99));
  background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.consal .service .service_box .smalltext {
  font-size: 10px;
  padding: 20px;
  margin-top: -40px;
  white-space: pre-line;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .smalltext {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -30px;
    font-weight: bold;
  }
}

.consal .service .service_box .graph_box {
  display: block;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .graph_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.consal .service .service_box .graph_box .graph_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .graph_box .graph_left {
    margin-right: 40px;
  }
}

.consal .service .service_box .graph_box .graph_left .graph_text {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 20px;
  width: 90%;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .graph_box .graph_left .graph_text {
    width: 100%;
    font-size: 24px;
    padding: 50px 30px;
    line-height: 2;
    font-weight: bold;
  }
}

.consal .service .service_box .graph_box .temperature-chart {
  width: 90%;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .graph_box .temperature-chart {
    width: 55%;
  }
}

.consal .flow {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .consal .flow {
    padding-top: 80px;
  }
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box {
    max-width: 1200px;
    margin: auto;
  }
}

.consal .flow .flow_box .flow_subtitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_subtitle {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

.consal .flow .flow_box .flow_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
}

.consal .flow .flow_box .flow_top .flow_top1 {
  width: 43%;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  margin-right: 10px;
  margin-left: 20px;
  height: 250px;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top1 {
    width: 22%;
    margin-right: 20px;
    height: 380px;
  }
}

.consal .flow .flow_box .flow_top .flow_top1 .number {
  font-size: 24px;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top1 .number {
    font-size: 30px;
    margin-left: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top1 .flow_img {
  width: 40%;
  padding: 0 0 20px 0;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top1 .flow_img {
    width: 30%;
  }
}

.consal .flow .flow_box .flow_top .flow_top1 .flow_titile {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top1 .flow_titile {
    font-size: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top1 .flow_text {
  font-size: 12px;
  padding: 10px 10px 0px 10px;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top1 .flow_text {
    font-size: 14px;
    padding: 40px 20px 40px 20px;
    line-height: 2;
  }
}

.consal .flow .flow_box .flow_top .flow_top2 {
  width: 43%;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  margin-right: 20px;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top2 {
    width: 22%;
    margin-right: 0;
    margin-top: 30px;
    height: 380px;
  }
}

.consal .flow .flow_box .flow_top .flow_top2 .number {
  font-size: 24px;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top2 .number {
    font-size: 30px;
    margin-left: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top2 .flow_img {
  width: 30%;
  padding: 0 0 5px 0;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top2 .flow_img {
    width: 20%;
    padding: 0px 0 20px 0;
  }
}

.consal .flow .flow_box .flow_top .flow_top2 .flow_titile {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top2 .flow_titile {
    font-size: 20px;
    margin-top: -5px;
  }
}

.consal .flow .flow_box .flow_top .flow_top2 .flow_text {
  font-size: 12px;
  padding: 10px 10px 0px 10px;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top2 .flow_text {
    font-size: 14px;
    padding: 40px 20px 40px 20px;
    line-height: 2;
  }
}

.consal .flow .flow_box .flow_top .flow_top3 {
  width: 43%;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-left: 20px;
  height: 250px;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top3 {
    width: 22%;
    margin-right: 20px;
    margin-top: 60px;
    height: 380px;
  }
}

.consal .flow .flow_box .flow_top .flow_top3 .number {
  font-size: 24px;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top3 .number {
    font-size: 30px;
    margin-left: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top3 .flow_img {
  width: 34%;
  padding: 0px 0 20px 0;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top3 .flow_img {
    width: 34%;
  }
}

.consal .flow .flow_box .flow_top .flow_top3 .flow_titile {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top3 .flow_titile {
    font-size: 20px;
    padding: 0 20px 0 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top3 .flow_text {
  font-size: 12px;
  padding: 10px 10px 0px 10px;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top3 .flow_text {
    font-size: 14px;
    padding: 40px 20px 40px 20px;
    line-height: 2;
  }
}

.consal .flow .flow_box .flow_top .flow_top4 {
  width: 43%;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  margin-right: 20px;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top4 {
    width: 22%;
    margin-top: 90px;
    height: 380px;
  }
}

.consal .flow .flow_box .flow_top .flow_top4 .number {
  font-size: 24px;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top4 .number {
    font-size: 30px;
    margin-left: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top4 .flow_img {
  width: 30%;
  padding: 0px 0 10px 0;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top4 .flow_img {
    width: 20%;
    padding: 0px 0 20px 0;
  }
}

.consal .flow .flow_box .flow_top .flow_top4 .flow_titile {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top4 .flow_titile {
    font-size: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top4 .flow_text {
  font-size: 12px;
  padding: 10px 10px 0px 10px;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top4 .flow_text {
    font-size: 14px;
    padding: 40px 20px 40px 20px;
    line-height: 2;
  }
}

.consal .plan {
  margin: 40px 0 40px 0;
}

@media screen and (min-width: 600px) {
  .consal .plan {
    max-width: 900px;
    margin: auto;
  }
}

.consal .plan .plan_name {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (min-width: 600px) {
  .consal .plan .plan_name {
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

.consal .plan .planbox {
  display: block;
  color: #000;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.consal .plan .planbox .planbox_left {
  width: 90%;
  background: #fff;
  border-radius: 10px;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_left {
    width: 38%;
    padding: 40px;
    margin-right: 60px;
    margin-left: 40px;
    height: 350px;
  }
}

.consal .plan .planbox .planbox_left .title {
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_left .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
  }
}

.consal .plan .planbox .planbox_left .price {
  font-size: 22px;
  color: #a995d9;
  font-weight: bold;
  margin: 20px 0;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_left .price {
    font-size: 24px;
    color: #a995d9;
    font-weight: bold;
  }
}

.consal .plan .planbox .planbox_left .plan_img {
  width: 12%;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_left .plan_img {
    width: 15%;
  }
}

.consal .plan .planbox .planbox_left .plan_text {
  font-size: 12px;
  padding: 20px 0 30px 0;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_left .plan_text {
    font-size: 14px;
    line-height: 2;
    padding: 30px 0 10px 0;
  }
}

.consal .plan .planbox .planbox_right {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  margin: auto;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_right {
    padding: 20px;
    margin-left: 60px;
    margin-top: 0;
    width: 38%;
    height: 350px;
  }
}

.consal .plan .planbox .planbox_right .title {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_right .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
  }
}

.consal .plan .planbox .planbox_right .price {
  font-size: 22px;
  color: #a995d9;
  font-weight: bold;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_right .price {
    font-size: 24px;
    color: #a995d9;
    font-weight: bold;
  }
}

.consal .plan .planbox .planbox_right .plan_img {
  width: 12%;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_right .plan_img {
    width: 10%;
  }
}

.consal .plan .planbox .planbox_right .plan_text {
  font-size: 12px;
  padding: 20px;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_right .plan_text {
    font-size: 14px;
    line-height: 2;
  }
}

.consal .price {
  margin: 40px 0 40px 0;
  color: #000;
}

@media screen and (min-width: 600px) {
  .consal .price {
    max-width: 1150px;
    margin: auto;
  }
}

.consal .price .price_name {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 60px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_name {
    font-size: 30px;
    margin-top: 80px;
  }
}

.consal .price .scrollable {
  overflow: auto;
}

@media screen and (min-width: 600px) {
  .consal .price .scrollable {
    overflow: hidden;
  }
}

.consal .price .price_content {
  padding: 40px 0 40px 0;
  min-width: 500px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content {
    margin: 50px 0 100px 0;
    border-radius: 10px;
    padding: 40px 80px;
  }
}

.consal .price .price_content .price_box {
  margin-left: 165px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box {
    width: 100%;
    margin-left: 27%;
    margin-bottom: -23px;
    height: auto;
  }
}

.consal .price .price_content .price_box .plan-item {
  padding: 4px 4px 0px 4px;
  margin-right: 5px;
  color: #000;
  font-size: 10px;
  width: 36%;
  font-weight: bold;
  border-radius: 5px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box .plan-item {
    padding: 10px 0 10px 0;
    font-size: 14px;
    margin-bottom: 40px;
    width: 170px;
    margin-right: 18px;
    white-space: nowrap;
  }
}

.consal .price .price_content .price_box .plan-item .bigtx {
  font-weight: bold;
  font-size: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box .plan-item .bigtx {
    font-size: 20px;
    padding-top: 20px;
  }
}

.consal .price .price_content .price_box .plan1 {
  padding-top: 10px;
  background-color: #f2f2f2;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box .plan1 {
    padding-top: 20px;
    font-size: 17px;
  }
}

.consal .price .price_content .price_box .plan2 {
  padding-top: 10px;
  background-color: #ffff66;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box .plan2 {
    padding-top: 20px;
    font-size: 17px;
  }
}

.consal .price .price_content .price_box .plan3 {
  background-color: #b0d4ff;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box .plan3 {
    padding-top: 20px;
    font-size: 17px;
  }
}

.consal .price .price_content .price_box .plan4 {
  background-color: #68a8ff;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box .plan4 {
    padding-top: 20px;
    font-size: 17px;
  }
}

.consal .price .price_content .plan-annotation {
  font-size: 11px;
  text-align: left;
  padding-left: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .plan-annotation {
    font-size: 14px;
  }
}

.consal .price .price_content table {
  margin: 0 10px 20px 10px;
  background-color: #f9f9f9;
  text-align: left;
  font-size: 12px;
  width: 97%;
}

.consal .price .price_content table tr > td {
  background: #e5e5e5;
}

.consal .price .price_content table tr:nth-child(2n+1) > td {
  background: #fff;
}

.consal .price .price_content table td {
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table {
    width: 100%;
    font-size: 14px;
  }
}

.consal .price .price_content table .small {
  width: 60px;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .small {
    width: 15%;
  }
}

.consal .price .price_content table .small, .consal .price .price_content table .text {
  text-align: center;
}

.consal .price .price_content table .bkimg {
  font-weight: bold;
  position: relative;
}

.consal .price .price_content table .bkimg::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("../img/index/cercle.png") no-repeat top left;
  background-size: contain;
  content: "";
  opacity: 0.3;
}

.consal .price .price_content table .bkimg span {
  font-size: 12px;
  font-weight: normal;
}

.consal .price .price_content table .wide {
  width: 110px;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .wide {
    width: 19%;
    padding: 20px 27px;
  }
}

.consal .price .price_content table .wide span {
  font-size: 12px;
}

.consal .price .price_content table .yes {
  position: relative;
}

.consal .price .price_content table .yes::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("../img/index/cercle.png") no-repeat top left;
  background-size: contain;
  content: "";
}

.consal .price .price_content table .text {
  font-size: 11px;
  padding: 10px 5px 10px 5px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .text {
    padding: 20px;
  }
}

.consal .price .price_content table .white {
  background-color: #fff;
  padding: 20px;
  height: 60px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .white {
    padding: 30px;
  }
}

.consal .price .price_content table .white .yes {
  position: relative;
}

.consal .price .price_content table .white .yes::before {
  display: block;
  position: absolute;
  top: 35%;
  left: 40%;
  width: 20px;
  height: 20px;
  background: url("../img/index/cercle.png") no-repeat top left;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .white .yes::before {
    left: 32%;
  }
}

.consal .price .price_content table .gray {
  background-color: #e5e5e5;
  padding: 20px;
  height: 60px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .gray {
    padding: 30px;
  }
}

.consal .price .price_content table .gray .text {
  font-size: 12px;
  padding: 10px 5px 10px 5px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .gray .text {
    padding: 20px;
  }
}

.consal .price .price_content table .gray .yes {
  position: relative;
}

.consal .price .price_content table .gray .yes::before {
  display: block;
  position: absolute;
  top: 35%;
  left: 40%;
  width: 20px;
  height: 20px;
  background: url("../img/index/cercle.png") no-repeat top left;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .gray .yes::before {
    left: 32%;
  }
}

.consal .price .price_content table #opacity {
  background-color: #e5e5e5;
  padding: 20px;
  opacity: 0.3;
  position: relative;
  height: 60px;
}

.consal .price .price_content table #opacity .wide {
  width: 30%;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table #opacity .wide {
    padding: 20px;
  }
}

.consal .price .price_content table #opacitys {
  background-color: #fff;
  padding: 20px;
  opacity: 0.3;
  height: 60px;
}

.consal .price .price_content table #opacitys .wide {
  width: 30%;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table #opacitys .wide {
    padding: 20px;
  }
}

.consal .price .price_content .cs {
  position: relative;
}

.consal .price .price_content .cs .cs_img {
  width: 60%;
  position: absolute;
  top: -126px;
  left: 125px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .cs .cs_img {
    width: 60%;
    left: 32%;
    top: -140px;
  }
}

.contact {
  padding-top: 40px;
}

@media screen and (min-width: 600px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.contact .contact_box {
  position: relative;
}

@media screen and (min-width: 600px) {
  .contact .contact_box {
    max-width: 900px;
    margin: auto;
  }
}

.contact .contact_box .contact_img {
  width: 50%;
}

@media screen and (min-width: 600px) {
  .contact .contact_box .contact_img {
    width: 25%;
  }
}

.scrolldownbox{
  position: relative;
}

/*スクロールダウン全体の場所*/
.scrolldown1{
position: absolute;
    left: 50%;
    bottom: 10px;
    height: 250px;
    width: 3px;
}



/* 線の描写 */
.scrolldown1::after{
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 250px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:90px;
    opacity: 1;
  }
  100%{
    height:0;
    top:250px;
    opacity: 0;
  }
}
.scrolldownbox {
    position: relative;
    height: 260px;
    margin-bottom: 5%;
}


/* .nayami_txt {
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: 1px;
} */

/* p.nayami_logo {
    width: 90%;
    padding-left: 1em;
} */
.nayami .nayami_box .nayami_title {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    position: relative;
    padding: 0px 10px 10px 20px;
}
.nayami .nayami_box ul .check_box {
    position: relative;
    z-index: 2;
    font-size: 22px;
    line-height: 1.8em;
    margin-bottom: 1em;
}
.point1 {
    max-width: 1000px;
    margin: auto;
    margin-top: 80px;
        margin-bottom: 100px;
}

dl.point_ttl_dl {
    display: flex;
    position: relative;
    align-items: flex-end;
    width: 95%;
    margin: 0 auto 10%;
}
.point1 dt.point_ttl_dt {
    width: 35px;
    /* display: flex; */
    margin-right: 1em;
}

dd.point_ttl_dd_sub {
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    bottom: 14px;
    left: 56px;
    color: #1e1e1e;
    line-height: 1.2em;
    text-align: left;
}
dd.point_ttl_dd {
        font-size: 22px;
    font-weight: 600;
    z-index: 1;
    line-height: 1.2em;
    text-align: left;
}
.point2 dd.point_ttl_dd_sub {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    bottom: 8px;
    left: 120px;
    color: #1e1e1e;
}
.point1 .point1box {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    width: 87%;
    margin: 0 auto;
    position: relative;
    height: 320px;
}
.point1 .point1box .point1box_left {
    width: 80%;
    /* font-size: 30px; */
}
.point1 .point1box .point1box_left .point_text {
    font-size: 20px;
    margin-bottom: 80px;
    text-align: left;
}
.point1 .point1box .point1box_left .point_text {
    font-size: 20px;
    margin-bottom: 80px;
    text-align: left;
}
.point2 {
    padding-bottom: 80px;
    max-width: 1000px;
    margin: auto;
    margin-top: 80px;
}
.point2 dt.point_ttl_dt {
    width: 50px;
    /* display: flex; */
    margin-right: 1em;
}
.point2 dd.point_ttl_dd_sub {
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    left: 73px;
    color: #1e1e1e;
}
.point2 .point2_box {
    max-width: 750px;
    margin: 0 auto 10%;
    font-size: 22px;
    display: inherit;
    width: 95%;
}
.point2box_left {
    text-align: left;
    width: 100%;
}
dl.point2-left-dl {
    margin-bottom: 5%;
}
dt.point2-left-dt {
    letter-spacing: 1px;
    width: fit-content;
    margin-bottom: 1em;
    font-size: 22px;
}
dt.point2-left-dd {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.point3 {
    max-width: 1000px;
    margin: auto;
    margin-top: 80px;
}
.point3_box {
    display: inherit;
}
ul.point3-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
dl.point3-li-dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.point3 dt.point_ttl_dt {
    width: 50px;
    /* display: flex; */
    margin-right: 1em;
}

li.point3-li {
    margin: 4% 2%;
}
ul.point3-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
        margin-bottom: 5%;
}
dl.point3-li-dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
p.point3-intro {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    FONT-WEIGHT: 100;
    padding-left: 1em;
    margin-bottom: 3em;
    text-align: left;
}
dt.point3-li-dt {
    width: 100px;
    margin-bottom: 1em;
}
dd.point3-li-dd {
    color: #ffff15;
    font-weight: 600;
}

.point4 {
    padding-bottom: 80px;
    max-width: 1000px;
    margin: 0 auto 10%;
    margin-top: 80px;
}
.point4 dt.point_ttl_dt {
    width: 65px;
    /* display: flex; */
    margin-right: 1em;
}

.point4 .point4_box {
    max-width: 1000px;
    margin: 0 auto 100px;
    font-size: 22px;
    display: inherit;
}
.point4box_left {
    text-align: left;
    width: 95%;
    margin: 0 auto 10%;
}
dt.point4-left-dt {
    background: rgb(255,255,21);
    background: linear-gradient(73deg, rgba(255,255,21,1) 0%, rgba(255,255,255,1) 100%);
    color: #000;
    font-weight: bold;
    padding: 0 5px;
    letter-spacing: 1px;
    width: fit-content;
    margin-bottom: 1em;
    font-size: 22px;
}
dt.point4-left-dd {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
section.tool {
    max-width: 1200px;
    padding-top: 100px;
    margin: 0 auto;
}
p.tool_logo {
    width: 40%;
    margin-bottom: 2em;
    padding-left: 200px;
}
h2.tool_head2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5em;
}
p.tool_intro {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7%;
}

ul.tool_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
li.tool_li {
    width: 30%;
    margin-bottom: 2em;
}
dl.tool_dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
dt.tool_dt {
    margin-bottom: 2em;
}
dd.tool_dd {
    font-size: 14px;
    font-weight: 600;
}
.tool-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 95%;
    margin: 0 auto 10%;
}
p.tool_txt {
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    width: 55%;
}
p.tool_txt span {
    font-weight: bold;
    padding: 0 5px;
    letter-spacing: 1px;
    width: fit-content;
    margin-bottom: 1em;
    margin-right: 5px;
}
h2.wanted_head2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid #ffff00;
    padding-bottom: 5px;
    margin-bottom: 1em;
    width: fit-content;
    margin: 0 auto 1em;
}
p.wanted_intro {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 100px;
}
.voice-box {
    max-width: 1000px;
    display: flex;
    align-items: baseline;
    margin: 0 auto 3em;
    justify-content: flex-start;
    width: 95%;
}
p.voice-box_left {
    width: 15%;
    margin-right: 1em;
}
p.voice-box_right {
    padding: 1.5em;
    width: 80%;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8em;
    --borderWidth: 3px;
    background: #1D1F20;
    position: relative;
    border-radius: var(--borderWidth);
}

.voice-box_right:after {/*グラデーション設定。位置は先ほどの変数を代入してclacで計算*/
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #ff0, #fff);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
 
@keyframes animatedgradient {/*アニメーション設定*/
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.tool-box dl.tool_dl {
    width: 30%;
    margin-right: 10%;
}
section.achievement {
    padding: 40px 20px;
    background: rgb(0,22,59);
    background: linear-gradient(20deg, rgba(0,22,59,1) 0%, rgba(77,77,0,1) 100%);
    margin-bottom: 10%;
}
.achievement-inbox {
    max-width: 1000px;
    margin: 0 auto;
}
dl.achievement-head2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5em;
}
dt.achievement-head2-dt {
    width: 48%;
    margin-right: 1em;
}
dd.achievement-head2-dd {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
}
.achievement-box {
    background: #fff;
    padding: 2em;
    color: #000;
    border-radius: 20px;
}
.achievement-box-inbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.achievement-box-inbox:first-child {
    margin-bottom: 1em;
}
.achievement-box-inbox-left {
    text-align: left;
    border-right: none;
    border-bottom: solid 2px #8d72cd;
    width: 100%;
    margin-bottom: 10px;
}
dt.achievement-box-inbox-dt {
    font-size: 16px;
    font-weight: bold;
}
dd.achievement-box-inbox-dd {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2px;
}
p.achievement-box-inbox-caution {
    font-size: 12px;
    margin-bottom: 5%;
}
p.achievement-box-inbox-right {
    width: 100%;
    padding-top: 20px;
}

h2.contact_head2 {
    font-size: 26px;
    font-weight: bold;
}


h2.tool_head2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5em;
    text-align: left;
    width: 95%;
    margin: 0 auto 1.5em;
}

/* アニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffff66, #fff); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
  color: #000;
  padding: 5px;
  margin-right: 0.5em;
}

/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 100%; /* '30%'の部分は上で設定した太さに合わせる */
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}

.fadeInUpTrigger,
.flipxTrigger,
.fadeleftTrigger,
.faderightTrigger,
.fadeInTrigger,
.fadetodaTrigger
{
  opacity: 0;
}
.animate__flipInX,
.animate__tada{
  opacity: 1;
}

.document a {
    position: relative;
    margin-top: 20px;
    border-radius: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f2f305));
    background: linear-gradient(to right, #fff, #f2f305);
    padding: 10px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    z-index: 999;
    width: 80%;
    display: block;
    padding: 12px;
}

div.box p {
    display: flex;
    font-size: 30px;
    font-weight: 600;
}
span.point-plus {
    color: #d9da53;
    margin-right: 0.1em;
}
span.count-up.count-size {
    margin-right: 10px;
}
.point3 dd.point_ttl_dd_sub {
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    bottom: 14px;
    left: 80px;
    color: #1e1e1e;
    line-height: 1.2em;
    text-align: left;
}
.point4 dd.point_ttl_dd_sub {
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    bottom: 14px;
    left: 80px;
    color: #1e1e1e;
    line-height: 1.2em;
    text-align: left;
}
td.no {
    text-align: center;
}
/* @media screen and (min-width: 600px) {
.nayami_txt {
    font-size: 36px;
    text-align: left;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: 1px;
} */

.point1 {
    max-width: 1000px;
    margin: auto;
    margin-top: 80px;
        margin-bottom: 200px;
}

dl.point_ttl_dl {
    display: flex;
    position: relative;
    align-items: flex-end;
    margin-bottom: 5%;
}
.point1 dt.point_ttl_dt {
    width: 35px;
    /* display: flex; */
    margin-right: 3em;
}

dd.point_ttl_dd_sub {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    bottom: 8px;
    left: 90px;
    color: #1e1e1e;
}
dd.point_ttl_dd {
    font-size: 30px;
    font-weight: 600;
    z-index: 1;
    line-height: 1;
}
.point2 dd.point_ttl_dd_sub {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    bottom: 8px;
    left: 120px;
    color: #1e1e1e;
}
.point1 .point1box {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    width: 87%;
    margin: 0 auto;
    position: relative;
    height: 500px;
}
.point1 .point1box .point1box_left {
    width: 80%;
    /* font-size: 30px; */
}
.point1 .point1box .point1box_left .point_text {
    font-size: 20px;
    margin-bottom: 80px;
    text-align: left;
}
.point1 .point1box .point1box_left .point_text {
    font-size: 20px;
    margin-bottom: 80px;
    text-align: left;
}
.point2 {
    padding-bottom: 80px;
    max-width: 1000px;
    margin: auto;
    margin-top: 80px;
}
.point2 dt.point_ttl_dt {
    width: 65px;
    /* display: flex; */
    margin-right: 3em;
}
.point2 .point2_box {
    max-width: 1000px;
    margin: 0 auto 10%;
    font-size: 22px;
    display: flex;
}
.point2box_left {
    text-align: left;
    width: 65%;
}
dt.point2-left-dt {
    font-weight: bold;
    padding: 0 5px;
    letter-spacing: 1px;
    width: fit-content;
    margin-bottom: 1em;
    font-size: 22px;
}
dt.point2-left-dd {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.point3 {
    max-width: 1000px;
    margin: auto;
    margin-top: 80px;
}
.point3_box {
    display: flex;
}
ul.point3-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
dl.point3-li-dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.point3 dt.point_ttl_dt {
    width: 65px;
    /* display: flex; */
    margin-right: 3em;
}
li.point3-li {
    margin: 4% 2%;
}
ul.point3-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
dl.point3-li-dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
p.point3-intro {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 5.5em;
    margin-bottom: 5em;
}
dt.point3-li-dt {
    width: 100px;
    margin-bottom: 1em;
}
dd.point3-li-dd {
    color: #ffff15;
    font-weight: 600;
}

.point4 {
    padding-bottom: 80px;
    max-width: 1000px;
    margin: 0 auto 10%;
    margin-top: 80px;
}
.point4 dt.point_ttl_dt {
    width: 65px;
    /* display: flex; */
    margin-right: 3em;
}
.point4 .point4_box {
    max-width: 1000px;
    margin: 0 auto 10%;
    font-size: 22px;
    display: flex;
}
.point4box_left {
    text-align: left;
    width: 65%;
}
dt.point4-left-dt {
    background: rgb(255,255,21);
    background: linear-gradient(73deg, rgba(255,255,21,1) 0%, rgba(255,255,255,1) 100%);
    color: #000;
    font-weight: bold;
    padding: 0 5px;
    letter-spacing: 1px;
    width: fit-content;
    margin-bottom: 1em;
    font-size: 22px;
}
dt.point4-left-dd {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
section.tool {
    max-width: 1200px;
    padding-top: 100px;
    margin: 0 auto;
}
p.tool_logo {
    width: 40%;
    margin-bottom: 2em;
    padding-left: 200px;
}
h2.tool_head2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5em;
}
p.tool_intro {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7%;
}

ul.tool_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
li.tool_li {
    width: 30%;
    margin-bottom: 2em;
}
dl.tool_dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
dt.tool_dt {
    margin-bottom: 2em;
}
dd.tool_dd {
    font-size: 16px;
    font-weight: 600;
}
.tool-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
        margin-bottom: 10%;
}
p.tool_txt {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    width: 40%;
}
p.tool_txt span {
    font-weight: bold;
    padding: 0 5px;
    letter-spacing: 1px;
    width: fit-content;
    margin-bottom: 1em;
    margin-right: 5px;
}
h2.wanted_head2 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid #ffff00;
    padding-bottom: 5px;
    margin-bottom: 1em;
    width: fit-content;
    margin: 0 auto 1em;
}
p.wanted_intro {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 100px;
}
.voice-box {
    max-width: 1000px;
    display: flex;
    align-items: baseline;
    margin: 0 auto 5em;
    justify-content: flex-start;
}
p.voice-box_left {
    width: 15%;
    margin-right: 3em;
}
p.voice-box_right {
    padding: 3.5em;
    width: 80%;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8em;
        --borderWidth: 3px;
    background: #1D1F20;
    position: relative;
    border-radius: var(--borderWidth);
}
.voice-box_right:after {/*グラデーション設定。位置は先ほどの変数を代入してclacで計算*/
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #ff0, #fff);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}
 
@keyframes animatedgradient {/*アニメーション設定*/
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.tool-box dl.tool_dl {
    width: 30%;
    margin-right: 25%;
}
section.achievement {
    padding: 50px;
    background: rgb(0,22,59);
    background: linear-gradient(20deg, rgba(0,22,59,1) 0%, rgba(77,77,0,1) 100%);
    margin-bottom: 10%;
}
.achievement-inbox {
    max-width: 1000px;
    margin: 0 auto;
}
dl.achievement-head2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5em;
}
dt.achievement-head2-dt {
    width: 15%;
    margin-right: 2em;
}
dd.achievement-head2-dd {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
}
.achievement-box {
    background: #fff;
    padding: 3em 3em;
    color: #000;
    border-radius: 20px;
}
.achievement-box-inbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: inherit;
}
.achievement-box-inbox:first-child {
    margin-bottom: 3em;
}
.achievement-box-inbox-left {
    text-align: left;
    border-right: solid 2px #8d72cd;
    border-bottom: none;
    width: 40%;
    margin-right: 2em;
}
dt.achievement-box-inbox-dt {
    font-size: 16px;
    font-weight: bold;
}
dd.achievement-box-inbox-dd {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
}
.achievement-box-inbox-right {
    width: 55%;
}
div.box p {
    display: flex;
    font-size: 50px;
    font-weight: 600;
}
span.point-plus {
    color: #d9da53;
    margin-right: 0.1em;
}
span.count-up.count-size {
    margin-right: 10px;
}
  /* p.nayami_logo {
    width: 50%;
    padding-left: 20%;
} */
/* .document a {
    position: relative;
    margin-top: 20px;
    border-radius: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f2f305));
    background: linear-gradient(to right, #fff, #f2f305);
    padding: 10px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    margin: auto;
    z-index: 999;
    width: 20%;
    display: block;
    padding: 20px;
} */
.point3 dd.point_ttl_dd_sub {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    bottom: 14px;
    left: 130px;
    color: #1e1e1e;
    line-height: 1.2em;
    text-align: left;
}
.point4 dd.point_ttl_dd_sub {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    bottom: 14px;
    left: 120px;
    color: #1e1e1e;
    line-height: 1.2em;
    text-align: left;
}