#page-pre {
  color: #000;
}
#page-pre header {
  background: url(../img/page/pre/bg_pre.jpg) 0px center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #page-pre .container {
    width: calc(100% - 0px);
  }
}
#page-pre .container .body h1 {
  color: #00B9EF;
  font-size: 40px;
  padding-bottom: 80px;
}
#page-pre .container .body h1 br {
  display: none;
}
#page-pre .container .body h1 span.dot {
  bottom: 0px;
  top: auto;
}
@media screen and (max-width: 767px) {
  #page-pre .container .body h1 {
    font-size: 24px;
  }
  #page-pre .container .body h1 br {
    display: inline;
  }
}
#page-pre .container .body .content {
  font-size: 20px;
  text-align: center;
  padding: 30px 0px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page-pre .container .body .content {
    font-size: 18px;
  }
}
#page-pre .container .body .content p {
  padding-bottom: 20px;
}
#page-pre .container .body .content strong {
  color: #00B9EF;
  font-size: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  #page-pre .container .body .content strong {
    font-size: 24px;
  }
}
#page-pre .container .body .content .blue {
  font-size: 24px;
  color: #00B9EF;
}
@media screen and (max-width: 767px) {
  #page-pre .container .body .content .blue {
    font-size: 20px;
  }
}
#page-pre .entry-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #page-pre .entry-content {
    display: block;
    padding-top: 40px;
  }
}
#page-pre .entry-content.round_l {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page-pre .entry-content h3 {
  font-size: 3.4rem;
  margin-bottom: 30px;
}
#page-pre .entry-content h3 small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #page-pre .entry-content h3 {
    font-size: 2.6rem;
    margin-bottom: 0px;
  }
  #page-pre .entry-content h3 small {
    font-size: 1.8rem;
  }
}
#page-pre .entry-content p {
  letter-spacing: 0.08em;
  line-height: 2;
}
#page-pre .entry-content .pre_pic {
  max-height: 450px;
  width: 50%;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #page-pre .entry-content .pre_pic {
    height: 290px;
    width: 100%;
  }
}
#page-pre .entry-content .pre_pic img {
  max-width: initial;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-pre .entry-content .pre_box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  z-index: 99;
}
#page-pre .entry-content .pre_box p {
  padding: 10px 0px;
  margin: 0px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #page-pre .entry-content .pre_box p {
    font-size: 20px;
  }
}
#page-pre .entry-content.round_r .pre_pic img {
  border-radius: 0px 50px 50px 0px;
}
@media screen and (max-width: 767px) {
  #page-pre .entry-content.round_r .pre_pic {
    padding-right: 20px;
  }
}
#page-pre .entry-content.round_r .pre_box {
  padding-left: 60px;
  padding-right: calc((100% - 1100px) / 2);
  padding-top: 40px;
}
@media screen and (max-width: 1165px) {
  #page-pre .entry-content.round_r .pre_box {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page-pre .entry-content.round_r .pre_box {
    padding: 30px 30px 0px 30px;
  }
}
#page-pre .entry-content.round_l .pre_pic img {
  border-radius: 50px 0px 0px 50px;
}
@media screen and (max-width: 767px) {
  #page-pre .entry-content.round_l .pre_pic {
    padding-left: 20px;
  }
}
#page-pre .entry-content.round_l .pre_box {
  padding-right: 60px;
  padding-left: calc((100% - 1100px) / 2);
  padding-top: 40px;
}
@media screen and (max-width: 1165px) {
  #page-pre .entry-content.round_l .pre_box {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page-pre .entry-content.round_l .pre_box {
    padding: 30px 30px 0px 30px;
  }
}
#page-pre .pre_block {
  margin: 60px auto;
  max-width: 1100px;
}
#page-pre .pre_block h2 {
  text-align: center;
  font-size: 34px;
  position: relative;
  padding: 30px 0px;
}
@media screen and (max-width: 767px) {
  #page-pre .pre_block h2 {
    font-size: 28px;
    padding: 30px 20px;
  }
}
#page-pre .pre_block h2 span {
  font-size: 24px;
  display: block;
  margin-top: 10px;
}
#page-pre .pre_block h2 span.dot {
  position: absolute;
  display: block;
  width: 8px;
  height: 15px;
  border-radius: 4px;
  background: #ea5457;
  margin: 0px;
  left: calc(50% - 4px);
  top: 0px;
}
#page-pre .pre_block h2 span.dot:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 15px;
  border-radius: 4px;
  background: #425ba8;
  left: calc(50% - 30px);
}
#page-pre .pre_block h2 span.dot:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 15px;
  border-radius: 4px;
  background: #fabf13;
  left: calc(50% + 20px);
}
#page-pre .tokuten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  #page-pre .tokuten {
    display: block;
  }
}
#page-pre .tokuten .tokuten_box {
  padding: 30px;
  background: #e9f9fe;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #page-pre .tokuten .tokuten_box {
    margin-bottom: 30px;
  }
}
#page-pre .tokuten h3 {
  font-size: 25px;
  color: #00B9EF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page-pre .tokuten h3 {
    font-size: 20px;
  }
}
#page-pre .tokuten h3 span {
  display: block;
  font-size: 65px;
  line-height: 1;
  top: 30px;
  left: 0px;
  color: #fff;
  text-shadow: 1px 1px 0 #00B9EF, -1px -1px 0 #00B9EF, -1px 1px 0 #00B9EF, 1px -1px 0 #00B9EF, 0px 1px 0 #00B9EF, -1px 0 #00B9EF, -1px 0 0 #00B9EF, 1px 0 0 #00B9EF;
}
@media screen and (max-width: 767px) {
  #page-pre .tokuten h3 span {
    font-size: 65px;
    line-height: 65px;
    top: 15px;
  }
}
#page-pre .tokuten h3 + p {
  background: #ffffff;
  color: #00B9EF;
  font-weight: bold;
  border: 1px solid #00B9EF;
  padding: 20px;
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 30px auto;
}
@media screen and (max-width: 767px) {
  #page-pre .tokuten h3 + p {
    font-size: 20px;
    padding: 10px 40px;
  }
}
#page-pre .tokuten figure {
  border-radius: 50px;
  overflow: hidden;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-pre .tokuten figure {
    height: 257px;
  }
}
#page-pre .tokuten figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#page-pre .tokuten figure img.badge {
  position: absolute;
  width: 170px;
  height: auto;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  #page-pre .tokuten figure img.badge {
    width: 135px;
  }
}
#page-pre .tokuten figure + p {
  padding: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #page-pre .tokuten figure + p {
    padding: 20px 0px;
  }
}
#page-pre .ouen_block {
  padding: 0px 20px;
}
#page-pre .ouen_block p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #page-pre .ouen_block p {
    font-size: 14px;
  }
}
#page-pre .ouen_block p.sm {
  font-size: 12px;
  text-align: left;
  max-width: 800px;
  margin: 20px auto 0px auto;
}
#page-pre .blue_bn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #page-pre .blue_bn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#page-pre .blue_bn li {
  width: 50%;
  max-width: 400px;
  background: #00B9EF;
  color: #ffffff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 6px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #page-pre .blue_bn li {
    width: 100%;
    max-width: initial;
    font-size: 20px;
    padding: 30px 20px;
  }
}
#page-pre .step_block {
  padding: 60px 0px 20px 160px;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-pre .step_block {
    padding: 60px 20px 20px 180px;
  }
}
@media screen and (max-width: 767px) {
  #page-pre .step_block {
    padding: 30px 20px;
  }
}
#page-pre .step_block .step {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #page-pre .step_block .step {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
}
#page-pre .step_block .step:after {
  content: "";
  width: 1px;
  height: calc(100% - 150px);
  position: absolute;
  left: -110px;
  top: 130px;
  background: #00B9EF;
}
@media screen and (max-width: 767px) {
  #page-pre .step_block .step:after {
    left: 30px;
    height: 40px;
    top: auto;
    bottom: 0px;
  }
}
#page-pre .step_block .step.steplast:after {
  display: none;
}
#page-pre .step_block h3 {
  font-size: 30px;
  padding-top: 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-pre .step_block h3 {
    font-size: 20px;
    padding-top: 0px;
  }
}
#page-pre .step_block h3 p {
  font-size: 14px;
  padding: 0px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #page-pre .step_block h3 p {
    font-size: 14px;
  }
}
#page-pre .step_block h3 span {
  position: absolute;
  left: -160px;
  top: 0px;
  color: #00B9EF;
  font-weight: bold;
  font-size: 38px;
  display: block;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  #page-pre .step_block h3 span {
    position: static;
    font-size: 25px;
    line-height: 25px;
    top: -20px;
  }
}
#page-pre .step_block h3 span span {
  font-size: 90px;
  line-height: 90px;
  top: 30px;
  left: 0px;
  color: #fff;
  text-shadow: 1px 1px 0 #00B9EF, -1px -1px 0 #00B9EF, -1px 1px 0 #00B9EF, 1px -1px 0 #00B9EF, 0px 1px 0 #00B9EF, -1px 0 #00B9EF, -1px 0 0 #00B9EF, 1px 0 0 #00B9EF;
}
@media screen and (max-width: 767px) {
  #page-pre .step_block h3 span span {
    font-size: 65px;
    line-height: 65px;
    top: 15px;
  }
}
#page-pre .step_block p {
  margin-top: 20px;
}
#page-pre .step_block p.sm {
  font-size: 12px;
  padding-bottom: 20px;
}
#page-pre .step_block .step_btn {
  padding: 20px 0px;
}
#page-pre .step_block .lblue_bn {
  background: rgba(0, 185, 239, 0.2);
  color: #00B9EF;
  padding: 20px 20px;
  border-radius: 6px;
  font-size: 16px;
  margin: 20px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #page-pre .step_block .lblue_bn {
    width: 100%;
    max-width: initial;
    font-size: 16px;
    padding: 20px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-pre .step_block .step_blue {
  font-size: 18px;
  color: #00B9EF;
}
#page-pre .step_waku {
  position: absolute;
  bottom: 50px;
  right: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 430px;
}
@media screen and (max-width: 767px) {
  #page-pre .step_waku {
    position: static;
  }
}
#page-pre .step_waku div {
  position: relative;
  padding: 30px;
  border: 1px solid #00B9EF;
  background: #ffffff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page-pre .step_waku div {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
}
#page-pre .step_waku div p {
  font-size: 14px;
  margin: 0px;
}
#page-pre .step_waku div p.step_waku_ttl {
  color: #00B9EF;
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}
#page-pre .step_waku div p.step_small {
  font-size: 12px;
  margin-top: 20px;
}
#page-pre .step_waku div::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -25px;
  top: 60px;
  border-right: 25px solid #00B9EF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media screen and (max-width: 767px) {
  #page-pre .step_waku div::before {
    left: calc(50% - 12px);
    top: -37px;
    border-right: 12px solid transparent;
    border-bottom: 25px solid #00B9EF;
    border-left: 12px solid transparent;
  }
}
#page-pre .step_waku div::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -23px;
  top: 60px;
  border-right: 25px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media screen and (max-width: 767px) {
  #page-pre .step_waku div::after {
    left: calc(50% - 12px);
    top: -35px;
    border-right: 12px solid transparent;
    border-bottom: 25px solid #ffffff;
    border-left: 12px solid transparent;
  }
}
#page-pre .voice {
  padding-bottom: 60px;
}
@media screen and (max-width: 1165px) {
  #page-pre .voice {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page-pre .voice {
    width: 100%;
    padding: 0px 20px 30px 20px;
  }
}
#page-pre .voice h3 {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
  font-size: 50px;
  color: #FFF;
  line-height: normal;
  margin: 0px;
  padding: 0px 0px 60px 0px;
  text-shadow: 1px 1px 0 #00B9EF, -1px -1px 0 #00B9EF, -1px 1px 0 #00B9EF, 1px -1px 0 #00B9EF, 0px 1px 0 #00B9EF, -1px 0 #00B9EF, -1px 0 0 #00B9EF, 1px 0 0 #00B9EF;
  margin-left: 10px;
}
#page-pre .voice h3 span {
  text-shadow: none;
  font-size: 1.6rem;
  color: #00B9EF;
  background: none;
  display: block;
  border: none !important;
  padding: 0px;
}
#page-pre .voice .voice_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page-pre .voice .voice_inner {
    display: block;
  }
}
#page-pre .voice .voice_inner figure {
  width: 200px;
  height: 220px;
  overflow: hidden;
  border-radius: 50px;
  float: none;
  margin: 0px auto;
}
#page-pre .voice .voice_inner div {
  position: relative;
  padding: 40px 60px;
  border: 1px solid #00B9EF;
  background: #ffffff;
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  #page-pre .voice .voice_inner div {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
}
#page-pre .voice .voice_inner div::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -25px;
  top: 60px;
  border-right: 25px solid #00B9EF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media screen and (max-width: 767px) {
  #page-pre .voice .voice_inner div::before {
    left: calc(50% - 12px);
    top: -37px;
    border-right: 12px solid transparent;
    border-bottom: 25px solid #00B9EF;
    border-left: 12px solid transparent;
  }
}
#page-pre .voice .voice_inner div::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -23px;
  top: 60px;
  border-right: 25px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@media screen and (max-width: 767px) {
  #page-pre .voice .voice_inner div::after {
    left: calc(50% - 12px);
    top: -35px;
    border-right: 12px solid transparent;
    border-bottom: 25px solid #ffffff;
    border-left: 12px solid transparent;
  }
}
#page-pre .voice .voice_inner p.voice_point {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #00B9EF;
}
#page-pre .voice .voice_inner p.name {
  color: #00B9EF;
  font-weight: bold;
  font-size: 2rem;
}
#page-pre .voice .voice_inner p.name span {
  font-size: 1.4rem;
}

.grad {
  border-radius: 400px;
  width: 80px;
  height: 80px;
  background: url(../img/page/pre/grad.png) 0 0 no-repeat;
  background-size: 100%;
  opacity: 0;
}

.grad_bg {
  position: relative;
}
.grad_bg .grad {
  position: absolute;
}
.grad_bg .grad1 {
  width: 60px;
  height: 60px;
  rotate: 45deg;
  top: 250px;
  left: 25%;
}
@media screen and (max-width: 767px) {
  .grad_bg .grad1 {
    width: 55px;
    height: 55px;
    left: 10px;
    top: 280px;
  }
}
.grad_bg .grad2 {
  width: 80px;
  height: 80px;
  rotate: -115deg;
  bottom: 260px;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .grad_bg .grad2 {
    width: 68px;
    height: 68px;
    right: -30px;
    bottom: 200px;
  }
}
.grad_bg .grad3 {
  width: 140px;
  height: 140px;
  rotate: -170deg;
  top: 0px;
  left: 10%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .grad_bg .grad3 {
    width: 115px;
    height: 115px;
    left: 0px;
    top: 10px;
  }
}
.grad_bg .grad4 {
  width: 80px;
  height: 80px;
  rotate: -215deg;
  top: -50px;
  right: 20%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .grad_bg .grad4 {
    width: 70px;
    height: 70px;
    right: 60px;
    top: -50px;
  }
}

.mv_anim_circle-anim {
  opacity: 1;
  -webkit-animation: circle-anim 2s cubic-bezier(0.4, 0, 0.2, 1);
          animation: circle-anim 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mv_anim_circle-anim2 {
  -webkit-animation: circle-anim 3s cubic-bezier(0.4, 0, 0.2, 1);
          animation: circle-anim 3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mv_anim_circle-anim3 {
  -webkit-animation: circle-anim 4s cubic-bezier(0.4, 0, 0.2, 1);
          animation: circle-anim 4s cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes circle-anim {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}

@keyframes circle-anim {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}/*# sourceMappingURL=pre.css.map */