@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.body_wrapper {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .body_wrapper {
    padding-bottom: 60px;
    box-sizing: border-box;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}

.container_1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .container_1000 {
    padding: 0 30px;
  }
}

a {
  text-decoration: none;
  transition: all 0.6s;
}

a:hover {
  opacity: 0.6;
}

a[href^="tel:"] {
  color: inherit;
}

img {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

#mv {
  background: url("../img/mv_bg.png");
  position: relative;
}
#mv::before, #mv::after {
  content: "";
  position: absolute;
}
#mv::before {
  width: 610px;
  height: 450px;
  background: url("../img/shape_top.png") left top/contain no-repeat;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  #mv::before {
    width: 50vw;
    height: 37vw;
  }
}
#mv::after {
  width: 610px;
  height: 437px;
  background: url("../img/shape_bottom.png") right bottom/contain no-repeat;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  #mv::after {
    width: 50vw;
    height: 36vw;
  }
}
#mv .inner {
  width: 100%;
  max-width: 1100px;
  height: 930px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #mv .inner {
    height: auto;
    padding-top: 150%;
  }
}
#mv .inner .txt1 {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  #mv .inner .txt1 {
    top: 21%;
    width: 78.58%;
  }
}
#mv .inner .txt2 {
  width: 270px;
  position: absolute;
  top: 360px;
  left: 50px;
}
@media screen and (max-width: 640px) {
  #mv .inner .txt2 {
    width: 36.15%;
    top: 55%;
    left: 4%;
  }
}
#mv .inner .pic1 {
  width: 677px;
  position: absolute;
  top: 290px;
  left: 364px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #mv .inner .pic1 {
    width: 63.36%;
    left: 40%;
    top: 52%;
  }
  #mv .inner .pic1 img {
    transform-origin: bottom;
  }
}
#mv .inner .pic2 {
  width: 410px;
  position: absolute;
  top: 360px;
  left: 772px;
}
@media screen and (max-width: 640px) {
  #mv .inner .pic2 {
    width: 35.42%;
    left: auto;
    right: -1%;
    top: 50%;
  }
}

.dropdown__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.is-expand .dropdown__content {
  max-height: 100vh;
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

.btn img {
  width: 400px;
  max-width: 100%;
}

.title_wrapper {
  text-align: center;
}

.title_wrapper .title_text {
  font-size: 140px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #acb6e5;
  background: -webkit-linear-gradient(0deg, #d9e6ff, #ccf0fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .title_wrapper .title_text {
    font-size: 90px;
    font-size: 11.71875vw;
  }
}

.title_wrapper .title_sub {
  font-size: 45px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 55px;
  font-weight: bold;
  color: #161540;
  margin-top: -54px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .title_wrapper .title_sub {
    font-size: 45px;
    font-size: 5.85938vw;
  }
}

@media screen and (max-width: 1024px) {
  .title_wrapper .title_sub {
    line-height: 1.2222;
  }
}
.title_wrapper .title_sub .top {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .title_wrapper .title_sub .top {
    font-size: 70px;
    font-size: 9.11458vw;
  }
}

.title_wrapper .title_sub .bottom {
  font-size: 60px;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .title_wrapper .title_sub .bottom {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}

.title_wrapper .title_sub .bottom .left_shape,
.title_wrapper .title_sub .bottom .right_shape {
  position: absolute;
}

.title_wrapper .title_sub .bottom .left_shape {
  left: -108px;
  bottom: 0;
}

.title_wrapper .title_sub .bottom .right_shape {
  bottom: 0;
  right: -108px;
}

.title_wrapper .title_desc {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 66px;
  color: #161540;
}
@media screen and (max-width: 768px) {
  .title_wrapper .title_desc {
    margin-top: 20px;
  }
}

.top_box {
  position: relative;
  max-width: none;
  margin: 0 auto;
}

.top_box header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

.top_box header .logo_box {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 179px;
}

@media screen and (max-width: 640px) {
  .top_box header .logo_box {
    width: 150px;
    top: 20px;
    left: 20px;
  }
}
.top_box header .logo_box .logo {
  width: 179px;
}

.top_box header .tel_box {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .top_box header .tel_box {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 50%;
    background-color: #fff;
    border-radius: 5px;
    height: 60px;
    align-items: center;
    width: 50%;
    justify-content: center;
    border-radius: 0;
  }
}
.top_box header .tel_box .tel_img {
  padding-top: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top_box header .tel_box .tel_img {
    width: 12.5%;
  }
}

.top_box header .tel_box .tel_text {
  margin-left: 10px;
  text-align: center;
  color: #161540;
}

.top_box header .tel_box .tel_text .tel {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top_box header .tel_box .tel_text .tel {
    font-size: 43px;
    font-size: 5.59896vw;
  }
}

.top_box header .tel_box .tel_text .time {
  font-size: 12px;
  font-weight: bold;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .top_box header .tel_box .tel_text .time {
    font-size: 24px;
    font-size: 3.125vw;
  }
}

.top_box header .consul_box {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .top_box header .consul_box {
    margin-left: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
  .top_box header .consul_box {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    width: 50%;
  }
}
.top_box header .consul_box a {
  display: block;
  border-radius: 5px;
  background-image: -moz-linear-gradient(0deg, rgba(242, 142, 38, 0.99608) 0%, #ff526a 100%);
  background-image: -ms-linear-gradient(0deg, rgba(242, 142, 38, 0.99608) 0%, #ff526a 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(242, 142, 38, 0.99608) 0%, #ff526a 100%);
  box-shadow: 0px 5px 10px 0px rgba(255, 82, 106, 0.35);
  width: 190px;
  height: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top_box header .consul_box a {
    width: 72px;
    height: 131px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .top_box header .consul_box a {
    width: 100%;
    height: 60px;
    display: block;
    border-radius: 0;
  }
}
.top_box header .consul_box a .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.top_box header .consul_box a:hover {
  opacity: 0.9;
}

.top_box .contents_img_box {
  position: relative;
}

.top_box .contents_img_box .top_contents_img {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_box .contents_img_box .top_contents_img {
    margin: 10% 0 0;
  }
}

.top_box .contents_img_box .top_contents_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top_box .contents_img_box .top_contents_text {
    margin: 10% 0;
  }
}

.top_box .contents_img_box .top_shape01 {
  position: absolute;
  top: -220px;
  right: -210px;
  z-index: 2;
}

.top_box .contents_img_box .top_shape02 {
  position: absolute;
  bottom: -220px;
  left: -210px;
  z-index: 2;
}

.top_box .bottom_list_box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .top_box .bottom_list_box {
    position: relative;
    transform: translate(0);
    bottom: auto;
    left: auto;
  }
}
.top_box .bottom_list_box .bottom_list {
  border-radius: 5px;
  box-shadow: 0px 10px 20px 0px rgba(22, 21, 64, 0.25);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .top_box .bottom_list_box .bottom_list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 640px) {
  .top_box .bottom_list_box .bottom_list {
    display: block;
  }
}
.top_box .bottom_list_box .bottom_list .item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .top_box .bottom_list_box .bottom_list .item {
    margin-top: 20px;
    width: 48%;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .top_box .bottom_list_box .bottom_list .item {
    width: auto;
    display: block;
    text-align: center;
    margin-top: 40px;
  }
}
.top_box .bottom_list_box .bottom_list .item:first-child {
  margin-top: 0;
}

.top_box .bottom_list_box .bottom_list .item .icon01 {
  max-width: 39px;
  height: 50px;
}

.top_box .bottom_list_box .bottom_list .item .icon02 {
  width: 40px;
  height: 40px;
}

.top_box .bottom_list_box .bottom_list .item .icon03 {
  width: 50px;
  height: 50px;
}

.top_box .bottom_list_box .bottom_list .item .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.3333;
  font-weight: bold;
  color: #172150;
  margin-left: 20px;
}

.present_box {
  position: relative;
  z-index: 2;
}

.present_box .present {
  width: 100%;
  background: url(../img/01/present_bg.jpg) no-repeat top fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present_box .present {
    height: auto;
    background: url(../img/01/present_bg.jpg) no-repeat top;
    background-size: cover;
  }
}

.present_box .present::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #0a3b9f;
  opacity: 0.8;
}

.present_box .present .contents {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 104px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents {
    padding: 5% 3% 7%;
  }
}

.present_box .present .contents .title {
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.16666;
  color: #fff;
  padding-bottom: 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents .title {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}

.present_box .present .contents .title .blue {
  font-size: 60px;
  color: #00b3f5;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents .title .blue {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}

.present_box .present .contents .title .blue .num {
  font-size: 120px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents .title .blue .num {
    font-size: 120px;
    font-size: 15.625vw;
  }
}

.present_box .present .contents .title .f_45 {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents .title .f_45 {
    font-size: 45px;
    font-size: 5.85938vw;
  }
}

.present_box .present .contents .title .f_40 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents .title .f_40 {
    font-size: 40px;
    font-size: 5.20833vw;
  }
}

.present_box .present .contents .title .sp_box {
  position: absolute;
  bottom: 86px;
  left: 53px;
  max-width: 200px;
}

.present_box .present .contents .title .fee_box {
  max-width: 250px;
  position: absolute;
  right: 0;
  bottom: 86px;
}

.present_box .present .contents .bottom_box {
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
  box-sizing: border-box;
}

.present_box .present .contents .bottom_box .comission,
.present_box .present .contents .bottom_box .contract {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents .bottom_box .comission,
  .present_box .present .contents .bottom_box .contract {
    font-size: 40px;
    font-size: 5.20833vw;
  }
}

.present_box .present .contents .bottom_box .comission .text,
.present_box .present .contents .bottom_box .contract .text {
  display: flex;
  align-items: baseline;
  padding-top: 20px;
  box-sizing: border-box;
}

.present_box .present .contents .bottom_box .comission .text .num_box,
.present_box .present .contents .bottom_box .contract .text .num_box {
  display: flex;
  align-items: center;
}

.present_box .present .contents .bottom_box .comission .text .num,
.present_box .present .contents .bottom_box .contract .text .num {
  font-size: 70px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents .bottom_box .comission .text .num,
  .present_box .present .contents .bottom_box .contract .text .num {
    font-size: 70px;
    font-size: 9.11458vw;
  }
}

.present_box .present .contents .bottom_box .comission .sub_text,
.present_box .present .contents .bottom_box .contract .sub_text {
  font-size: 16px;
  margin-top: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents .bottom_box .comission .sub_text,
  .present_box .present .contents .bottom_box .contract .sub_text {
    font-size: 16px;
    font-size: 2.08333vw;
  }
}

.present_box .present .contents .bottom_box .comission .f_40,
.present_box .present .contents .bottom_box .contract .f_40 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents .bottom_box .comission .f_40,
  .present_box .present .contents .bottom_box .contract .f_40 {
    font-size: 40px;
    font-size: 5.20833vw;
  }
}

.present_box .present .contents .bottom_box .contract .text .num {
  padding-left: 5px;
  box-sizing: border-box;
}

.present_box .present .contents .small_text {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .present_box .present .contents .small_text {
    font-size: 16px;
    font-size: 2.08333vw;
  }
}

.present_btn {
  display: block;
  position: absolute;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%) translateX(30px);
  z-index: 10;
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .present_btn {
    width: 65.1%;
    bottom: -6.5%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.third_box {
  position: relative;
  text-align: center;
  padding-top: 143px;
}
@media screen and (max-width: 768px) {
  .third_box {
    padding-top: 15%;
  }
}

.third_box__inner {
  max-width: 1020px;
  margin: 0 auto;
}

.third_box .shape01 {
  position: absolute;
  right: -290px;
  top: 77px;
}

.third_box .t_top_text {
  position: relative;
  padding-top: 140px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .third_box .t_top_text {
    padding-top: 15%;
  }
}

.third_box .arrow01 {
  margin-top: 28px;
}

.third_box .service_wrapper {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .third_box .service_wrapper {
    margin-top: 15px;
  }
}

.service_title {
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service_title {
    width: 90%;
    max-width: 600px;
  }
}

.third_box .service_wrapper .title_wrapper .title_sub .bottom .left_shape {
  left: -78px;
}

.third_box .service_wrapper .title_wrapper .title_sub .bottom .right_shape {
  right: -78px;
}

.third_box .service_wrapper .contents_box {
  margin-top: 80px;
  position: relative;
  padding-bottom: 70px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .third_box .service_wrapper .contents_box {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
.third_box .service_wrapper .contents_box .shape02 {
  position: absolute;
  top: 0;
  left: -250px;
}

.third_box .service_wrapper .contents_box .shape03 {
  position: absolute;
  top: 566px;
  right: -250px;
}

.third_box .service_wrapper .contents_box .shape04 {
  position: absolute;
  top: 1300px;
  left: -290px;
}

.third_box .service_wrapper .contents_box .repeat_contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .third_box .service_wrapper .contents_box .repeat_contents {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .third_box .service_wrapper .contents_box .repeat_contents {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.third_box .service_wrapper .contents_box .repeat_contents:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .third_box .service_wrapper .contents_box .repeat_contents:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.third_box .service_wrapper .contents_box .repeat_contents:nth-child(n+2) {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .third_box .service_wrapper .contents_box .repeat_contents:nth-child(n+2) {
    margin-top: 0;
  }
}
.third_box .service_wrapper .contents_box .repeat_contents:first-child .text_wrapper {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .third_box .service_wrapper .contents_box .repeat_contents:first-child .text_wrapper {
    margin-top: 15px;
  }
}

.third_box .service_wrapper .contents_box .repeat_contents:first-child .img_wrapper {
  margin-top: 0;
}

.third_box .service_wrapper .contents_box .repeat_contents .text_wrapper {
  color: #161540;
  text-align: left;
  width: 48.5%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .third_box .service_wrapper .contents_box .repeat_contents .text_wrapper {
    width: 100%;
    margin-top: 28px;
  }
}
.third_box .service_wrapper .contents_box .repeat_contents .text_wrapper .text_box .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .third_box .service_wrapper .contents_box .repeat_contents .text_wrapper .text_box .title {
    font-size: 50px;
    font-size: 6.51042vw;
  }
}
.third_box .service_wrapper .contents_box .repeat_contents .text_wrapper .text_box .title .bold_line {
  line-height: 1.25;
}

.third_box .service_wrapper .contents_box .repeat_contents .text_wrapper .text_box .title .bold_line .bold_text {
  font-size: 40px;
  background: -webkit-linear-gradient(0deg, #a5c5ff, #99e0fb);
}

@media screen and (max-width: 768px) {
  .third_box .service_wrapper .contents_box .repeat_contents .text_wrapper .text_box .title .bold_line .bold_text {
    font-size: 53px;
    font-size: 6.90104vw;
  }
}
.third_box .service_wrapper .contents_box .repeat_contents .text_wrapper .text_box .desc {
  line-height: 1.75;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .third_box .service_wrapper .contents_box .repeat_contents .text_wrapper .text_box .desc {
    margin-top: 15px;
  }
}

.third_box .service_wrapper .contents_box .repeat_contents .img_wrapper {
  max-width: 480px;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .third_box .service_wrapper .contents_box .repeat_contents .img_wrapper {
    width: 100%;
    max-width: initial;
    margin-top: 50px;
  }
}
.third_box .service_wrapper .contents_box .repeat_contents .img_wrapper img {
  width: 100%;
}

.fifth_box {
  padding-top: 88px;
  box-sizing: border-box;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .fifth_box {
    padding: 60px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.fifth_box .title {
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fifth_box .title {
    width: 90%;
    max-width: 600px;
  }
}

.fifth_box .about_desc {
  font-size: 16px;
  line-height: 28px;
  color: #161540;
  text-align: center;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .fifth_box .about_desc {
    margin-top: 25px;
  }
}
.fifth_box .a_step_list {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .fifth_box .a_step_list {
    display: block;
    margin-top: 45px;
  }
}
.fifth_box .a_step_list .s_item {
  max-width: 280px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .fifth_box .a_step_list .s_item {
    margin: 40px auto 0;
  }
}
.fifth_box .a_step_list .s_item:first-child {
  margin-top: 0;
}

.fifth_box .a_step_list .s_item:last-child::after {
  display: none;
}

.fifth_box .a_step_list .s_item::after {
  position: absolute;
  top: 54.8%;
  right: -17.8%;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 11px;
  background-image: url(../img/31.png);
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .fifth_box .a_step_list .s_item::after {
    display: none;
  }
}
.point_box {
  background-color: #ecf7ff;
  padding-top: 78px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .point_box {
    padding: 60px 0;
  }
}

.point_box .title_wrapper {
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point_box .title_wrapper {
    width: 90%;
  }
}

.point_box .title_wrapper .title_sub .bottom .left_shape,
.point_box .title_wrapper .title_sub .bottom .right_shape {
  position: absolute;
}

.point_box .title_wrapper .title_sub .bottom .left_shape {
  left: -108px;
  bottom: 0;
}

.point_box .title_wrapper .title_sub .bottom .right_shape {
  bottom: 0;
  right: -108px;
}

.point_box .p_list_wrapper .p_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 180px;
}

@media screen and (max-width: 768px) {
  .point_box .p_list_wrapper .p_list {
    margin-top: 100px;
    display: block;
  }
}
.point_box .p_list_wrapper .p_list .p_item {
  width: 48%;
  max-width: 480px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}

.point_box .p_list_wrapper .p_list .p_item.color01 {
  background-color: #1965ff;
}

.point_box .p_list_wrapper .p_list .p_item.color02 {
  background-color: #0a3b9f;
}

.point_box .p_list_wrapper .p_list .p_item:nth-child(odd) {
  top: -60px;
  padding-top: 95px;
  padding-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .point_box .p_list_wrapper .p_list .p_item:nth-child(odd) {
    top: 0;
  }
}
.point_box .p_list_wrapper .p_list .p_item:nth-child(even) {
  padding-top: 72px;
  padding-bottom: 36px;
}

.point_box .p_list_wrapper .p_list .p_item:nth-child(n+3) {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .point_box .p_list_wrapper .p_list .p_item:nth-child(n+3) {
    margin-top: 100px;
  }
}
.point_box .p_list_wrapper .p_list .p_item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .point_box .p_list_wrapper .p_list .p_item {
    margin: 100px auto 0;
    max-width: 100%;
    width: 500px;
  }
}
.point_box .p_list_wrapper .p_list .p_item .icon_box {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  top: 0;
  left: 50%;
}

.point_box .p_list_wrapper .p_list .p_item .desc_box {
  color: #fff;
}

.point_box .p_list_wrapper .p_list .p_item .desc_box .desc_title {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .point_box .p_list_wrapper .p_list .p_item .desc_box .desc_title {
    font-size: 25px;
  }
}
.point_box .p_list_wrapper .p_list .p_item .desc_box .desc {
  margin-top: 21px;
  line-height: 28px;
  padding: 0 38px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .point_box .p_list_wrapper .p_list .p_item .desc_box .desc {
    padding: 0 20px;
  }
}

.effect_box {
  background-color: #161540;
  position: relative;
}

.effect_box .bg_wrapper {
  position: absolute;
  top: 0;
}

.effect_box .bg_wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #161540 90%);
  position: absolute;
  top: 0;
  left: 0;
}

.effect_box .effect {
  position: relative;
}

.effect_box .effect .effect_contents {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents {
    padding: 60px 0 0;
  }
}

.effect_box .effect .effect_contents .effect_title {
  max-width: 600px;
  margin: 0 auto;
}

.effect_box .effect .effect_contents .effect_title .icon {
  width: 9%;
  height: 60px;
  margin: 0 auto;
  max-width: 60px;
}

.effect_box .effect .effect_contents .effect_title .icon img {
  width: 100%;
}

.effect_box .effect .effect_contents .effect_title .title {
  line-height: 55px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .effect_title .title {
    margin-top: 0;
  }
}

.effect_box .effect .effect_contents .effect_title .title .top {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .effect_title .title .top {
    line-height: 1.7;
    font-size: 35px;
    font-size: 4.55729vw;
  }
}

.effect_box .effect .effect_contents .effect_title .title .bottom {
  font-size: 45px;
  color: #f63d3c;
}
@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .effect_title .title .bottom {
    line-height: 1.8;
    font-size: 45px;
    font-size: 5.85938vw;
  }
}

.effect_box .effect .effect_contents .white_contents {
  background-color: #fff;
  margin-top: 78px;
  padding-top: 38px;
  padding-bottom: 40px;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .white_contents {
    margin-top: 50px;
  }
}

.effect_box .effect .effect_contents .white_contents .c_title_box {
  color: #161540;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .white_contents .c_title_box {
    font-size: 23px;
    line-height: 1.3333;
  }
}
.effect_box .effect .effect_contents .white_contents .c_desc {
  color: #161540;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 78px;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .white_contents .c_desc {
    text-align: left;
    padding: 0 30px;
  }
}

.effect_box .effect .effect_contents .arrow_box {
  padding: 24px 0;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .arrow_box {
    padding: 50px 0 24px;
  }
}

.effect_box .effect .effect_contents .arrow_box img {
  width: 20px;
  height: 50px;
}

.effect_box .effect .effect_contents .caution_text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .caution_text {
    font-size: 23px;
    line-height: 1.3;
  }
}
.effect_box .effect .effect_contents .caution_text .bold_text {
  position: relative;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .caution_text .bold_text {
    font-size: 33px;
  }
}
.effect_box .effect .effect_contents .caution_text .bold_text::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background-image: url(../img/26.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: -15px;
  left: 0;
}

.effect_box .effect .effect_contents .caution_list {
  background-color: #0f0f2d;
  margin-top: 58px;
}

@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .caution_list {
    max-width: 500px;
    margin: 65px auto 0;
  }
}
.effect_box .effect .effect_contents .caution_list .item {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 40px 0;
  padding-right: 45px;
  box-sizing: border-box;
  border-top: 1px solid #272742;
}

@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .caution_list .item {
    display: block;
    padding: 40px 30px 40px;
  }
}
.effect_box .effect .effect_contents .caution_list .item:first-child {
  border-top: none;
}

.effect_box .effect .effect_contents .caution_list .item .l_title_box {
  min-width: 375px;
  max-width: 375px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .caution_list .item .l_title_box {
    margin: 0 auto;
    min-width: initial;
    max-width: 100%;
  }
}
.effect_box .effect .effect_contents .caution_list .item .l_title_box .c_icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.effect_box .effect .effect_contents .caution_list .item .l_title_box .c_tittle {
  margin-top: 15px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .effect_box .effect .effect_contents .caution_list .item .l_desc_box {
    margin-top: 30px;
  }
}
.effect_box .effect .effect_contents .caution_list .item .l_desc_box .c_desc {
  line-height: 28px;
}

.cv_box {
  height: 590px;
  background-color: #0a3b9f;
  padding-top: 40px;
  padding-bottom: 80px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cv_box {
    height: auto;
    padding: 60px 0;
  }
}
.cv_box .cv .cv_top {
  position: relative;
}

.cv_box .cv .cv_top .rate_img {
  position: absolute;
  top: 15px;
  left: -20px;
  max-width: 219px;
  width: 21.9%;
}

@media screen and (max-width: 768px) {
  .cv_box .cv .cv_top .rate_img {
    position: static;
    width: 39.06%;
    margin: 0 auto 3%;
  }
}
.cv_box .cv .cv_top .cv_title {
  position: relative;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .cv_box .cv .cv_top .cv_title {
    margin-bottom: 20%;
    line-height: 1.8;
  }
}

.cv_box .cv .cv_top .cv_title .top_text {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .cv_box .cv .cv_top .cv_title .top_text {
    font-size: 23px;
  }
}
.cv_box .cv .cv_top .cv_title .middle_text {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .cv_box .cv .cv_top .cv_title .middle_text {
    font-size: 20px;
  }
}
.cv_box .cv .cv_top .cv_title .bottom_text {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .cv_box .cv .cv_top .cv_title .bottom_text {
    font-size: 23px;
  }
}
.cv_box .cv .white_box {
  background-color: #fff;
  width: 100%;
  border-radius: 5px;
  margin-top: 53px;
  position: relative;
}

.cv_box .cv .white_box .img_collect .circle_box {
  position: absolute;
  top: -185px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 1021px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .img_collect .circle_box {
    width: 100%;
    position: static;
    transform: translate(0, -20%);
  }
}
@media screen and (min-width: 769px) and (max-width: 1021px) {
  .cv_box .cv .white_box .img_collect .circle_box {
    width: 90%;
    top: -50%;
  }
}

.cv_box .cv .white_box .img_collect .circle_box .circle {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .circle_figure {
    display: block;
    text-align: center;
  }
}

.cv_box .cv .white_box .img_collect .lp_img_box {
  position: absolute;
  right: 0.5%;
  top: -57%;
  max-width: 246px;
  width: 25%;
}

.cv_box .cv .white_box .link_box {
  padding-top: 150px;
  padding-bottom: 40px;
  box-sizing: border-box;
  width: 100%;
  max-width: 785px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .link_box {
    margin-top: -5%;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 0;
  }
}
.cv_box .cv .white_box .link_box .tel_box {
  display: flex;
  align-items: flex-start;
}

.cv_box .cv .white_box .link_box .tel_box .tel_text {
  margin-left: 10px;
  text-align: center;
  color: #161540;
}

@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .link_box .tel_box .tel_text {
    margin-left: 0;
    margin-top: 30px;
  }
}
.cv_box .cv .white_box .link_box .tel_box .tel_text .top_text {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .link_box .tel_box .tel_text .top_text {
    font-size: 40px;
    font-size: 5.20833vw;
  }
}

.cv_box .cv .white_box .link_box .tel_box .tel_text .tel {
  font-size: 35px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .link_box .tel_box .tel_text .tel {
    font-size: 40px;
    font-size: 5.20833vw;
  }
}

@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .link_box .tel_box .tel_text .tel {
    margin-top: 10px;
  }
}
.cv_box .cv .white_box .link_box .tel_box .tel_text .tel .tel_img {
  width: 53px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .link_box .tel_box .tel_text .tel .tel_img {
    width: 10%;
    height: auto;
  }
}

.cv_box .cv .white_box .link_box .tel_box .tel_text .time {
  font-size: 12px;
  font-weight: bold;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .link_box .tel_box .tel_text .time {
    font-size: 25px;
    font-size: 3.25521vw;
  }
}

.cv_box .cv .white_box .link_box .contact_link_box {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .link_box .contact_link_box {
    width: 95%;
    font-size: 40px;
    font-size: 5.20833vw;
  }
}

.cv_box .cv .white_box .link_box .contact_link_box .c_text {
  color: #161540;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .link_box .contact_link_box .c_text {
    text-align: center;
    line-height: 1.6;
  }
}
.cv_box .cv .white_box .link_box .contact_link_box .c_btn {
  margin-top: 20px;
}

.cv_box .cv .white_box .link_box .contact_link_box .c_btn .btn {
  width: 408px;
  max-width: 100%;
  height: 60px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-image: -moz-linear-gradient(0deg, rgba(242, 142, 38, 0.99608) 0%, #ff526a 100%);
  background-image: -ms-linear-gradient(0deg, rgba(242, 142, 38, 0.99608) 0%, #ff526a 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(242, 142, 38, 0.99608) 0%, #ff526a 100%);
  box-shadow: 0px 5px 10px 0px rgba(255, 82, 106, 0.35);
}
@media screen and (max-width: 768px) {
  .cv_box .cv .white_box .link_box .contact_link_box .c_btn .btn {
    width: 85%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 5%;
    font-size: 16px;
  }
}

.cv_box .cv .white_box .link_box .contact_link_box .c_btn .btn .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.stop_box {
  padding: 80px 0 30px;
  background-color: #ecf7ff;
}
@media screen and (max-width: 768px) {
  .stop_box {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .stop_box .stop {
    width: 90.66%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .stop_title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .stop_text {
    margin-bottom: 30px;
    line-height: 28px;
    text-align: center;
  }
}

.stop_figure {
  display: block;
  width: 90%;
  max-width: 1068px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .stop_figure {
    width: 70%;
    max-width: 600px;
  }
}

.banner-item {
  max-width: 350px;
  box-shadow: 0 0 9px 0 rgba(34, 24, 21, 0.2);
}

.banner_inner {
  margin: 2em 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .banner_inner {
    padding: 0 30px;
    text-align: left;
  }
}

.banner-item__img {
  width: 100%;
}

.other_box {
  padding: 90px 0;
  background-color: #ecf7ff;
}
@media screen and (max-width: 768px) {
  .other_box {
    padding: 60px 0;
  }
}

.other_box .other {
  max-width: 515px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .other_box .other {
    width: 80%;
    max-width: 600px;
  }
}

.success_box {
  padding: 100px 0;
  background-color: #0a3b9f;
}
@media screen and (max-width: 768px) {
  .success_box {
    padding: 60px 5%;
  }
}

.success_title {
  max-width: 990px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .success_title {
    margin-bottom: 30px;
  }
}

.success_figure {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .success_figure {
    width: auto;
  }
}

.transfer_box {
  padding: 100px 0 70px;
}
@media screen and (max-width: 768px) {
  .transfer_box {
    padding: 60px 30px;
  }
}

.transfer_title {
  max-width: 990px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .transfer_title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.transfer_text {
  margin-bottom: 55px;
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .transfer_text {
    text-align: left;
    margin-bottom: 30px;
    padding: 0;
  }
}

.transfer_figure {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .transfer_figure {
    margin-bottom: 30px;
  }
}

.transfer_box .transfer {
  position: relative;
}

.transfer_box .transfer .btn {
  width: 28%;
  margin: 0 auto;
  max-width: 400px;
  display: block;
}
@media screen and (max-width: 768px) {
  .transfer_box .transfer .btn {
    width: auto;
    padding-bottom: 0;
  }
}

.transfer_box .transfer .btn img {
  width: 100%;
}

.transfer_box .btn {
  padding: 30px;
}

.compari_box {
  padding: 100px 0;
  background-color: #ecf7ff;
}
@media screen and (max-width: 768px) {
  .compari_box {
    padding: 60px 30px;
  }
}

.compari_box .title_wrapper {
  max-width: 1087px;
  margin: 0 auto;
}

.comparison_title {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .comparison_title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.comparison_figure {
  display: block;
  max-width: 1046px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .comparison_figure {
    margin-bottom: 5%;
  }
}

.comparison_text {
  max-width: 770px;
  margin: 0 auto;
  line-height: 28px;
}

.voice_box {
  padding: 100px 0 70px;
  background-color: #0a3b9f;
}
@media screen and (max-width: 768px) {
  .voice_box {
    padding-top: 60px;
  }
}

.voice_box .title_wrapper {
  max-width: 1087px;
  margin: 0 auto;
}

.voice_title {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .voice_title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.voice-carousel {
  max-width: 1400px;
}

.voice-swiper {
  position: relative;
}

.swiper-button-wrap {
  position: absolute;
  width: 61.42%;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .swiper-button-wrap {
    width: 100%;
  }
}

.swiper-button-prev--voice,
.swiper-button-next--voice {
  width: 60px !important;
  height: 60px !important;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 0 20px 0 rgba(22, 21, 64, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev--voice,
  .swiper-button-next--voice {
    width: 40px !important;
    height: 40px !important;
  }
}
.swiper-button-prev--voice::after,
.swiper-button-next--voice::after {
  display: none;
}
.swiper-button-prev--voice:hover,
.swiper-button-next--voice:hover {
  opacity: 0.7;
}

.swiper-button-prev--voice {
  background-image: url(../img/02/slider_prev.png);
}

.swiper-button-next--voice {
  background-image: url(../img/02/slider_next.png);
}

.voice_item_head {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 40px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .voice_item_head {
    display: block;
    padding-left: 0;
  }
}

.voice_item_figure {
  border: 5px solid #fff;
  border-radius: 50%;
  width: 20%;
  min-width: 160px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .voice_item_figure {
    width: 31.74%;
    min-width: auto;
    margin: 0 auto;
  }
}

.voice_item_title {
  margin-top: -0.5em;
  padding: 30px 0 25px 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220px%22%20height%3D%2215px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(25%2C%20101%2C%20255)%22%20d%3D%22M19.991%2C10.268%20C19.991%2C12.882%2017.903%2C15.1%2015.328%2C15.1%20C12.751%2C15.1%2010.663%2C12.882%2010.663%2C10.268%20C10.663%2C8.115%2011.930%2C3.887%2015.167%2C0.294%20C15.408%2C0.38%2015.781%2C0.71%2016.136%2C0.41%20C16.636%2C0.199%2016.914%2C0.739%2016.758%2C1.246%20C15.351%2C3.777%2015.328%2C5.535%2015.328%2C5.535%20C17.903%2C5.535%2019.991%2C7.654%2019.991%2C10.268%20ZM4.673%2C15.1%20C2.96%2C15.1%200.8%2C12.882%200.8%2C10.268%20C0.8%2C8.115%201.275%2C3.887%204.512%2C0.294%20C4.753%2C0.38%205.126%2C0.71%205.480%2C0.41%20C5.980%2C0.199%206.259%2C0.739%206.103%2C1.246%20C4.695%2C3.777%204.673%2C5.535%204.673%2C5.535%20C7.248%2C5.535%209.336%2C7.654%209.336%2C10.268%20C9.336%2C12.882%207.248%2C15.1%204.673%2C15.1%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 35px top;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .voice_item_title {
    padding-left: 0;
    background-position-x: 0;
    font-size: 20px;
  }
}

@media screen and (max-width: 1244px) {
  .voice_item_title br {
    display: none;
  }
}

.voice_item_inner {
  background-color: #fff;
  margin-top: -25px;
  padding: 55px 60px 40px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .voice_item_inner {
    margin-top: 0;
    padding: 20px 30px;
  }
}

.voice_item_table {
  margin-bottom: 1em;
}
.voice_item_table th, .voice_item_table td {
  padding: 0.5em;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .voice_item_table th, .voice_item_table td {
    display: block;
  }
}
.voice_item_table th {
  width: 7em;
  text-align: left;
  font-weight: bold;
}

.voice_item_icons {
  display: flex;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .voice_item_icons {
    display: block;
  }
}

.voice_item_icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2060%2090%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23bfd3ff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M30%2C0%2C0%2C35H15s.08%2C10.7%2C0%2C20C14.78%2C81.85%2C0%2C90%2C0%2C90s45%2C0%2C45-35V35H60Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 90% center #e8efff;
  background-size: 60px 90px;
  width: 49.26%;
  padding: 10px 21px;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 335px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .voice_item_icon {
    width: 75.62%;
    max-width: 335px;
  }
  .voice_item_icon:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .voice_item_icon {
    background-size: 18%;
    background-position: 95% center;
  }
}
@media screen and (max-width: 768px) {
  .voice_item_icon {
    width: 100%;
    max-width: none;
  }
}

.voice_item_icon__heading {
  display: block;
  margin: 0.5em 0 0.25em;
  font-size: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .voice_item_icon__heading {
    font-size: 11px;
    font-size: 1.43229vw;
  }
}
@media screen and (max-width: 768px) {
  .voice_item_icon__heading {
    font-size: 35px;
    font-size: 4.55729vw;
  }
}

.voice_item_icon__num {
  font-size: 50px;
  font-family: "Lato", sans-serif;
  color: #1965ff;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .voice_item_icon__num {
    font-size: 28px;
    font-size: 3.64583vw;
  }
}
@media screen and (max-width: 768px) {
  .voice_item_icon__num {
    font-size: 80px;
    font-size: 10.41667vw;
  }
}

.voice_item_icon__up {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  color: #1965ff;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .voice_item_icon__up {
    font-size: 18px;
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .voice_item_icon__up {
    font-size: 60px;
    font-size: 7.8125vw;
  }
}

.voice_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static !important;
  margin-top: 40px;
}
.voice_pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 5px !important;
  background-color: #fff;
  opacity: 1;
}
.voice_pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  margin: 0;
  background-color: #1965ff;
}

.simulate_box {
  padding: 100px;
}
@media screen and (max-width: 768px) {
  .simulate_box {
    padding: 60px 30px;
  }
}

.simulate_box .title_wrapper {
  max-width: 1087px;
  margin: 0 auto;
}

.simulation_title {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .simulation_title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.simulate_figure {
  max-width: 1000px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .simulate_figure {
    margin-bottom: 7%;
  }
}

.simulate_text {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 28px;
}

.flow_box {
  padding: 100px 0;
  background: url(../img/02/flow_bg.jpg) no-repeat center #ecf7ff;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .flow_box {
    padding: 60px 30px;
  }
}

.flow_box .title_wrapper {
  max-width: 1087px;
  margin: 0 auto;
}

.flow_title {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .flow_title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flow_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow_item {
    display: block;
    width: 100%;
  }
}
.flow_item:nth-child(even) {
  flex-flow: row-reverse;
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  .flow_item:nth-child(even) {
    padding-left: 0;
  }
}
.flow_item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .flow_item:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .flow_figure {
    margin-bottom: 40px;
    text-align: center;
  }
}

.flow_img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .flow_img {
    width: 40%;
  }
}

.flow_item__inner {
  width: 74%;
}
@media screen and (max-width: 768px) {
  .flow_item__inner {
    width: auto;
  }
}

.flow_item__title {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
@media screen and (max-width: 768px) {
  .flow_item__title {
    margin-bottom: 1.5em;
  }
}

.flow_item__title span {
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .flow_item__title span {
    font-size: 30px;
  }
}

.flow_item__num {
  width: 86px;
  margin-right: 1.25em;
}
@media screen and (max-width: 768px) {
  .flow_item__num {
    width: 16%;
    margin-right: 1em;
  }
}

.flow_item__text {
  padding-left: 110px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .flow_item__text {
    padding-left: 0;
  }
}

.faq_box {
  padding: 100px 0;
  background-color: #0a3b9f;
}
@media screen and (max-width: 768px) {
  .faq_box {
    padding: 60px 0;
  }
}

.faq_box .title_wrapper {
  max-width: 1087px;
  margin: 0 auto;
}

.faq_title {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .faq_title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.faq_inner {
  width: 71.42%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq_inner {
    width: 90%;
  }
}

.faq_item {
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .faq_item {
    margin-bottom: 5%;
  }
}

.faq_item__q {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.faq_item__q::before {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 32px;
  width: 27px;
  height: 23px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227px%22%20height%3D%2223px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(22%2C%2021%2C%2064)%22%20d%3D%22M25.962%2C17.581%20C25.862%2C17.810%2025.726%2C18.8%2025.556%2C18.174%20C25.385%2C18.341%2025.185%2C18.472%2024.956%2C18.568%20C24.726%2C18.664%2024.479%2C18.712%2024.212%2C18.712%20C23.945%2C18.712%2023.695%2C18.664%2023.462%2C18.568%20C23.229%2C18.472%2023.29%2C18.341%2022.862%2C18.174%20C22.695%2C18.8%2022.564%2C17.810%2022.468%2C17.581%20C22.372%2C17.352%2022.325%2C17.104%2022.325%2C16.837%20C22.325%2C16.579%2022.372%2C16.333%2022.468%2C16.99%20C22.564%2C15.866%2022.695%2C15.666%2022.862%2C15.499%20C23.29%2C15.333%2023.229%2C15.199%2023.462%2C15.99%20C23.695%2C14.999%2023.945%2C14.949%2024.212%2C14.949%20C24.479%2C14.949%2024.726%2C14.999%2024.956%2C15.99%20C25.185%2C15.199%2025.385%2C15.333%2025.556%2C15.499%20C25.726%2C15.666%2025.862%2C15.866%2025.962%2C16.99%20C26.62%2C16.333%2026.112%2C16.579%2026.112%2C16.837%20C26.112%2C17.104%2026.62%2C17.352%2025.962%2C17.581%20ZM17.425%2C22.74%20C17.24%2C22.74%2016.664%2C22.20%2016.343%2C21.912%20C16.22%2C21.804%2015.729%2C21.604%2015.462%2C21.312%20L12.812%2C18.387%20C12.387%2C18.504%2011.951%2C18.591%2011.506%2C18.649%20C11.60%2C18.708%2010.595%2C18.737%2010.112%2C18.737%20C8.745%2C18.737%207.500%2C18.506%206.375%2C18.43%20C5.249%2C17.581%204.285%2C16.937%203.481%2C16.112%20C2.676%2C15.287%202.54%2C14.310%201.612%2C13.181%20C1.170%2C12.52%200.949%2C10.824%200.949%2C9.499%20C0.949%2C8.174%201.170%2C6.947%201.612%2C5.818%20C2.54%2C4.689%202.676%2C3.712%203.481%2C2.887%20C4.285%2C2.62%205.249%2C1.418%206.375%2C0.956%20C7.500%2C0.493%208.745%2C0.262%2010.112%2C0.262%20C11.29%2C0.262%2011.891%2C0.368%2012.699%2C0.581%20C13.508%2C0.793%2014.249%2C1.93%2014.925%2C1.481%20C15.600%2C1.868%2016.206%2C2.339%2016.743%2C2.893%20C17.281%2C3.447%2017.737%2C4.66%2018.112%2C4.749%20C18.487%2C5.433%2018.772%2C6.174%2018.968%2C6.974%20C19.164%2C7.774%2019.262%2C8.616%2019.262%2C9.499%20C19.262%2C10.308%2019.179%2C11.81%2019.12%2C11.818%20C18.845%2C12.556%2018.606%2C13.245%2018.293%2C13.887%20C17.981%2C14.529%2017.600%2C15.118%2017.149%2C15.656%20C16.700%2C16.193%2016.187%2C16.666%2015.612%2C17.74%20L20.200%2C22.74%20L17.425%2C22.74%20ZM15.824%2C9.499%20C15.824%2C8.508%2015.691%2C7.618%2015.425%2C6.831%20C15.158%2C6.43%2014.779%2C5.374%2014.287%2C4.824%20C13.795%2C4.274%2013.197%2C3.854%2012.493%2C3.562%20C11.789%2C3.270%2010.995%2C3.124%2010.112%2C3.124%20C9.229%2C3.124%208.435%2C3.270%207.731%2C3.562%20C7.26%2C3.854%206.426%2C4.274%205.931%2C4.824%20C5.435%2C5.374%205.54%2C6.43%204.787%2C6.831%20C4.520%2C7.618%204.387%2C8.508%204.387%2C9.499%20C4.387%2C10.491%204.520%2C11.381%204.787%2C12.168%20C5.54%2C12.956%205.435%2C13.622%205.931%2C14.168%20C6.426%2C14.714%207.26%2C15.133%207.731%2C15.424%20C8.435%2C15.716%209.229%2C15.862%2010.112%2C15.862%20C10.995%2C15.862%2011.789%2C15.716%2012.493%2C15.424%20C13.197%2C15.133%2013.795%2C14.714%2014.287%2C14.168%20C14.779%2C13.622%2015.158%2C12.956%2015.425%2C12.168%20C15.691%2C11.381%2015.824%2C10.491%2015.824%2C9.499%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 768px) {
  .faq_item__q::before {
    top: 35px;
    left: 25px;
    width: 25px;
    height: 21px;
  }
}
.faq_item__q::after {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 32px;
  width: 24px;
  height: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2221px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(22%2C%2021%2C%2064)%22%20stroke-width%3D%224px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M4.15%2C14.982%20L14.15%2C4.982%20L24.15%2C14.982%20%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  content: '';
}
@media screen and (max-width: 768px) {
  .faq_item__q::after {
    top: 40px;
    right: 25px;
  }
}
.is-expand .faq_item__q::after {
  transform: rotate(360deg);
}

.faq_item__q span {
  display: block;
  padding: 20px 30px 20px 75px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq_item__q span {
    padding: 30px 55px 30px 65px;
  }
}

.faq_item__a {
  position: relative;
  line-height: 1.6;
}
.faq_item__a::before {
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 32px;
  width: 27px;
  height: 23px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2219px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(25%2C%20101%2C%20255)%22%20d%3D%22M23.99%2C17.581%20C22.999%2C17.810%2022.864%2C18.8%2022.693%2C18.174%20C22.522%2C18.341%2022.322%2C18.472%2022.93%2C18.568%20C21.864%2C18.664%2021.616%2C18.712%2021.349%2C18.712%20C21.83%2C18.712%2020.833%2C18.664%2020.599%2C18.568%20C20.366%2C18.472%2020.166%2C18.341%2019.999%2C18.174%20C19.833%2C18.8%2019.701%2C17.810%2019.606%2C17.581%20C19.510%2C17.352%2019.462%2C17.104%2019.462%2C16.837%20C19.462%2C16.579%2019.510%2C16.333%2019.606%2C16.99%20C19.701%2C15.866%2019.833%2C15.666%2019.999%2C15.499%20C20.166%2C15.333%2020.366%2C15.199%2020.599%2C15.99%20C20.833%2C14.999%2021.83%2C14.949%2021.349%2C14.949%20C21.616%2C14.949%2021.864%2C14.999%2022.93%2C15.99%20C22.322%2C15.199%2022.522%2C15.333%2022.693%2C15.499%20C22.864%2C15.666%2022.999%2C15.866%2023.99%2C16.99%20C23.199%2C16.333%2023.249%2C16.579%2023.249%2C16.837%20C23.249%2C17.104%2023.199%2C17.352%2023.99%2C17.581%20ZM14.324%2C18.318%20C14.141%2C18.172%2014.3%2C17.991%2013.912%2C17.774%20L12.562%2C14.87%20L5.74%2C14.87%20L3.724%2C17.774%20C3.658%2C17.966%203.528%2C18.141%203.337%2C18.299%20C3.145%2C18.458%202.908%2C18.537%202.624%2C18.537%20L0.0%2C18.537%20L7.112%2C0.462%20L10.537%2C0.462%20L17.637%2C18.537%20L15.37%2C18.537%20C14.745%2C18.537%2014.508%2C18.464%2014.324%2C18.318%20ZM9.499%2C5.699%20C9.391%2C5.433%209.278%2C5.116%209.162%2C4.749%20C9.45%2C4.383%208.928%2C3.987%208.812%2C3.562%20C8.703%2C3.987%208.591%2C4.385%208.474%2C4.756%20C8.358%2C5.127%208.245%2C5.449%208.137%2C5.724%20L5.949%2C11.712%20L11.699%2C11.712%20L9.499%2C5.699%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  content: '';
}
@media screen and (max-width: 768px) {
  .faq_item__a::before {
    top: 35px;
    left: 25px;
    width: 25px;
    height: 21px;
  }
}

.faq_item__a p {
  padding: 30px 30px 30px 75px;
  border-top: 1px solid #eee;
}

.contact_box {
  background-color: #ecf7ff;
  padding-top: 78px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact_box {
    padding: 60px 0;
  }
}

.contact_box .title_wrapper {
  max-width: 1087px;
  margin: 0 auto;
}

.contact_title {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .contact_title {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contact_box .title_desc {
    text-align: left;
  }
}

.contact_box .contact .contact_tel {
  background-color: #fff;
  box-shadow: 0px 0px 16px 4px rgba(22, 21, 64, 0.05);
  padding: 40px 0 45px;
  box-sizing: border-box;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .contact_box .contact .contact_tel {
    margin-top: 30px;
  }
}

.contact_box .contact .contact_tel .tel_text {
  margin-left: 10px;
  text-align: center;
  color: #161540;
}

.contact_box .contact .contact_tel .tel_text .top_text {
  font-size: 20px;
  font-weight: bold;
}

.contact_box .contact .contact_tel .tel_text .tel {
  font-size: 35px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px;
}

.contact_box .contact .contact_tel .tel_text .tel .tel_img {
  width: 53px;
  height: 30px;
}

.contact_box .contact .contact_tel .tel_text .time {
  font-size: 12px;
  font-weight: bold;
  margin-top: 7px;
}

.contact_box .contact .form_box {
  background-color: #fff;
  box-shadow: 0px 0px 16px 4px rgba(22, 21, 64, 0.05);
  margin-top: 30px;
  padding-top: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact_box .contact .form_box {
    padding-top: 7.5%;
  }
}

.contact_box .contact .form_box .form_desc {
  color: #161540;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact_box .contact .form_box .form_desc {
    padding: 0 5%;
    text-align: left;
  }
}

.contact_box .contact .form_box .form_list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact_box .contact .form_box .form_list {
    margin-top: 7.5%;
  }
}

.contact_box .contact .form_box .form_list .list_line {
  display: flex;
  padding: 28px 0;
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 768px) {
  .contact_box .contact .form_box .form_list .list_line {
    display: block;
  }
}

.contact_box .contact .form_box .form_list .list_line .left {
  font-size: 18px;
  padding-left: 38px;
  padding-right: 30px;
  box-sizing: border-box;
  color: #161540;
  min-width: 330px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact_box .contact .form_box .form_list .list_line .left {
    width: auto;
    min-width: auto;
    padding: 0 5%;
    margin-bottom: 0.5em;
  }
}

.contact_box .contact .form_box .form_list .list_line .left .require {
  background-color: #ff526a;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 25px;
  color: #fff;
}

.contact_box .contact .form_box .form_list .list_line .right {
  width: calc(100% - 330px);
  padding-right: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact_box .contact .form_box .form_list .list_line .right {
    width: auto;
    padding: 0 5%;
  }
}

.contact_box .contact .form_box .form_list .list_line .right .text {
  outline: 1px solid #cccccc;
  background: #f3f6f9;
  border-radius: 3px;
  width: 100%;
  padding: 10px 0 10px 15px;
  box-sizing: border-box;
}

.contact_box .contact .form_box .form_list .list_line .right textarea {
  outline: 1px solid #cccccc;
  background: #f3f6f9;
  border-radius: 3px;
  width: 100% !important;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 15px;
  height: 200px !important;
}

.contact_box .contact .form_box .form_list .list_line .right .check_contents {
  display: flex;
  align-items: center;
  color: #161540;
  font-weight: bold;
}

.contact_box .contact .form_box .form_list .list_line .right .check_contents input[type=checkbox] {
  display: block;
  margin: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .contact_box .contact .form_box .form_list .list_line .right .check_contents input[type=checkbox] {
    min-width: 20px;
  }
}

.contact_box .contact .form_box .form_list .list_line .right .check_contents .check_text {
  color: #ff526a;
  text-decoration: underline;
}

.contact_box .contact .submit_box {
  width: 400px;
  max-width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .contact_box .contact .submit_box {
    margin: 50px 0 0;
  }
}

.contact_box .contact .submit_box .submit {
  text-align: center;
  width: 100%;
  line-height: 80px;
  padding: 0;
  color: #fff;
  background: #161540;
  box-shadow: 0px 5px 10px 0px rgba(22, 21, 64, 0.35);
  border-radius: 5px;
  font-size: 20px;
  box-sizing: border-box;
  border: 1px solid #161540;
  transition: all 0.6s;
  font-weight: bold;
  text-shadow: none;
  display: block;
}

.contact_box .contact .submit_box .submit:hover {
  background-color: #fff;
  color: #161540;
}

.thanks {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 150px 0 50px !important;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding-top: 100px !important;
    width: 80%;
  }
}

.thanks__title {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: bold;
}

.thanks__text:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .thanks__text br {
    display: none;
  }
}

.footer_box {
  background-color: #161540;
  position: relative;
}

.footer_box .f_backimg {
  position: absolute;
  right: 0px;
  top: 0;
}

.footer_box .footer {
  padding-top: 100px;
  padding-bottom: 90px;
  box-sizing: border-box;
}

.footer_box .footer .f_contents {
  position: relative;
  z-index: 1;
}

.footer_box .footer .f_contents .title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

.footer_box .footer .f_contents .f_info {
  margin-top: 55px;
}

.footer_box .footer .f_contents .f_info .item {
  display: flex;
  max-width: 642px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .footer_box .footer .f_contents .f_info .item {
    display: block;
  }
}

.footer_box .footer .f_contents .f_info .item:first-child {
  margin-top: 0;
}

.footer_box .footer .f_contents .f_info .item .left {
  min-width: 180px;
}
@media screen and (max-width: 768px) {
  .footer_box .footer .f_contents .f_info .item .left {
    margin-bottom: 1em;
  }
}

.footer_box .footer .f_contents .f_info .item .right {
  text-align: left;
  line-height: 2;
  margin: -7px 0;
}
@media screen and (max-width: 768px) {
  .footer_box .footer .f_contents .f_info .item .right {
    line-height: 1.6;
  }
}

.footer_box .copy_box {
  background-color: #0f0e33;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer_box .copy_box .c_text {
  color: #454561;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.error {
  color: #ff526a;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .error {
    font-size: 12px;
    margin-top: 10px;
  }
}

.banner_box {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .banner_box {
    padding: 10px 0;
  }
}

#fixed_pc {
  z-index: 9999;
  background: #fff;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: left;
  display: none;
  width: 210px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  #fixed_pc {
    display: none !important;
  }
}
#fixed_pc .nav {
  padding: 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
#fixed_pc .nav li {
  margin-bottom: 10px;
}
#fixed_pc .nav li:last-child {
  margin-bottom: 0;
}
#fixed_pc .nav li a {
  font-weight: bold;
  font-size: 14px;
  color: #161540;
}
#fixed_pc .txt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#fixed_pc .txt .mukyu {
  color: #0a3b9f;
}
#fixed_pc .txt .mail {
  color: #ff5369;
}
#fixed_pc .btn {
  margin-bottom: 20px;
}
#fixed_pc .btn li {
  margin-bottom: 10px;
  padding: 0 20px;
}
#fixed_pc .btn li:first-child {
  padding: 0;
  text-align: center;
  margin-bottom: 5px;
}
#fixed_pc .btn li:last-child {
  margin-bottom: 0;
}
#fixed_pc .btn li a {
  font-size: 15px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}
#fixed_pc .tel {
  font-size: 22px;
  letter-spacing: 0.5px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
#fixed_pc .btn_mail {
  display: block;
  border-radius: 5px;
  background-image: -moz-linear-gradient(0deg, rgba(242, 142, 38, 0.99608) 0%, #ff526a 100%);
  background-image: -ms-linear-gradient(0deg, rgba(242, 142, 38, 0.99608) 0%, #ff526a 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(242, 142, 38, 0.99608) 0%, #ff526a 100%);
  box-shadow: 0px 5px 10px 0px rgba(255, 82, 106, 0.35);
  width: 84%;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}
#fixed_pc .pmark {
  padding: 0 15px 20px;
  font-size: 10px;
  line-height: 1.4;
}
#fixed_pc .pmark img {
  float: left;
  margin: 0 6px 6px 0;
}

.delay01 {
  animation-delay: 0.1s !important;
}

.delay02 {
  animation-delay: 0.2s !important;
}

.delay03 {
  animation-delay: 0.3s !important;
}

.delay04 {
  animation-delay: 0.4s !important;
}

.delay05 {
  animation-delay: 0.5s !important;
}

.delay06 {
  animation-delay: 0.6s !important;
}

.delay07 {
  animation-delay: 0.7s !important;
}

.delay08 {
  animation-delay: 0.8s !important;
}

.delay09 {
  animation-delay: 0.9s !important;
}

.delay10 {
  animation-delay: 1.0s !important;
}

.delay11 {
  animation-delay: 1.1s !important;
}

.delay12 {
  animation-delay: 1.2s !important;
}

.delay13 {
  animation-delay: 1.3s !important;
}

.delay14 {
  animation-delay: 1.4s !important;
}

.delay15 {
  animation-delay: 1.5s !important;
}

.delay16 {
  animation-delay: 1.6s !important;
}

.delay17 {
  animation-delay: 1.7s !important;
}

.delay18 {
  animation-delay: 1.8s !important;
}

.delay19 {
  animation-delay: 1.9s !important;
}

.delay20 {
  animation-delay: 2.0s !important;
}

.delay21 {
  animation-delay: 2.1s !important;
}

.delay22 {
  animation-delay: 2.2s !important;
}

.delay23 {
  animation-delay: 2.3s !important;
}

.delay24 {
  animation-delay: 2.4s !important;
}

.delay25 {
  animation-delay: 2.5s !important;
}

.delay26 {
  animation-delay: 2.6s !important;
}

.delay27 {
  animation-delay: 2.7s !important;
}

.delay28 {
  animation-delay: 2.8s !important;
}

.delay29 {
  animation-delay: 2.9s !important;
}

.delay30 {
  animation-delay: 3.0s !important;
}

.duration01 {
  animation-duration: 0.1s !important;
}

.duration02 {
  animation-duration: 0.2s !important;
}

.duration03 {
  animation-duration: 0.3s !important;
}

.duration04 {
  animation-duration: 0.4s !important;
}

.duration05 {
  animation-duration: 0.5s !important;
}

.duration06 {
  animation-duration: 0.6s !important;
}

.duration07 {
  animation-duration: 0.7s !important;
}

.duration08 {
  animation-duration: 0.8s !important;
}

.duration09 {
  animation-duration: 0.9s !important;
}

.duration10 {
  animation-duration: 1.0s !important;
}

.duration11 {
  animation-duration: 1.1s !important;
}

.duration12 {
  animation-duration: 1.2s !important;
}

.duration13 {
  animation-duration: 1.3s !important;
}

.duration14 {
  animation-duration: 1.4s !important;
}

.duration15 {
  animation-duration: 1.5s !important;
}

.duration16 {
  animation-duration: 1.6s !important;
}

.duration17 {
  animation-duration: 1.7s !important;
}

.duration18 {
  animation-duration: 1.8s !important;
}

.duration19 {
  animation-duration: 1.9s !important;
}

.duration20 {
  animation-duration: 2.0s !important;
}

.duration21 {
  animation-duration: 2.1s !important;
}

.duration22 {
  animation-duration: 2.2s !important;
}

.duration23 {
  animation-duration: 2.3s !important;
}

.duration24 {
  animation-duration: 2.4s !important;
}

.duration25 {
  animation-duration: 2.5s !important;
}

.duration26 {
  animation-duration: 2.6s !important;
}

.duration27 {
  animation-duration: 2.7s !important;
}

.duration28 {
  animation-duration: 2.8s !important;
}

.duration29 {
  animation-duration: 2.9s !important;
}

.duration30 {
  animation-duration: 3.0s !important;
}

.fade {
  opacity: 0;
  transform: translateY(10%);
}

.fade_cntinuous > * {
  opacity: 0;
  transform: translateY(10%);
}

.rightleft {
  transform: translateX(-100vw);
}

.leftright {
  transform: translateX(100vw);
}

.leftrightsmallbig {
  transform: translate(-3000px, 0) scale(0.1);
  opacity: 0;
}

.chakuchi {
  transform: scale(0.8, 1.4) translate(0%, -100%);
  opacity: 0;
}

.chakuchi_ecopink {
  transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -100%);
  opacity: 0;
}

.updown {
  transform: scale(0.8, 1.1) translate(0, -1000px);
  opacity: 0;
}

.bigsmall {
  transform: scale(2);
  opacity: 0;
}

.gatagata {
  animation: gatagata 0.3s ease infinite;
}

.track_gas {
  animation: gas 0.4s linear infinite;
}

.purupuru {
  opacity: 0;
}

.kakukaku {
  transform: translate(0%, 0%);
  opacity: 0;
}

.wasawasa {
  opacity: 0;
}

.hanabi {
  transform: scale(0, 0) translate(0, 1000px);
  opacity: 0;
}

.bigsmallrepeat {
  animation: bigsmallrepeat 1.5s linear infinite;
}

.jumprepeat {
  animation: jumprepeat 1s ease-in-out infinite;
}

.downuprepeat {
  animation: downuprepeat 1s ease infinite;
}

.mvhand {
  animation: mvhand 1s ease infinite;
}

.mvhand_sp {
  animation: mvhand_sp 1s ease infinite;
}

.yurikago {
  animation: yurikago 3s linear infinite;
}

.downrotate {
  transform-origin: left;
  opacity: 0;
  transform: rotate(-4deg) translate(0, -1000px);
}

.trigger_child.on .fade {
  animation: fadein 0.6s ease-in-out forwards;
}
.trigger_child.on .fade_cntinuous > * {
  animation: fadein 0.6s ease-in-out forwards;
}
.trigger_child.on .fade_cntinuous > *:nth-child(2) {
  animation-delay: 0.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(3) {
  animation-delay: 0.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(4) {
  animation-delay: 0.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(5) {
  animation-delay: 0.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(6) {
  animation-delay: 1s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(7) {
  animation-delay: 1.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(8) {
  animation-delay: 1.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(9) {
  animation-delay: 1.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(10) {
  animation-delay: 1.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(11) {
  animation-delay: 2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(12) {
  animation-delay: 2.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(13) {
  animation-delay: 2.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(14) {
  animation-delay: 2.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(15) {
  animation-delay: 2.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(16) {
  animation-delay: 3s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(17) {
  animation-delay: 3.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(18) {
  animation-delay: 3.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(19) {
  animation-delay: 3.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(20) {
  animation-delay: 3.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(21) {
  animation-delay: 4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(22) {
  animation-delay: 4.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(23) {
  animation-delay: 4.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(24) {
  animation-delay: 4.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(25) {
  animation-delay: 4.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(26) {
  animation-delay: 5s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(27) {
  animation-delay: 5.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(28) {
  animation-delay: 5.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(29) {
  animation-delay: 5.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(30) {
  animation-delay: 5.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(31) {
  animation-delay: 6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(32) {
  animation-delay: 6.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(33) {
  animation-delay: 6.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(34) {
  animation-delay: 6.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(35) {
  animation-delay: 6.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(36) {
  animation-delay: 7s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(37) {
  animation-delay: 7.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(38) {
  animation-delay: 7.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(39) {
  animation-delay: 7.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(40) {
  animation-delay: 7.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(41) {
  animation-delay: 8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(42) {
  animation-delay: 8.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(43) {
  animation-delay: 8.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(44) {
  animation-delay: 8.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(45) {
  animation-delay: 8.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(46) {
  animation-delay: 9s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(47) {
  animation-delay: 9.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(48) {
  animation-delay: 9.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(49) {
  animation-delay: 9.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(50) {
  animation-delay: 9.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(51) {
  animation-delay: 10s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(52) {
  animation-delay: 10.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(53) {
  animation-delay: 10.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(54) {
  animation-delay: 10.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(55) {
  animation-delay: 10.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(56) {
  animation-delay: 11s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(57) {
  animation-delay: 11.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(58) {
  animation-delay: 11.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(59) {
  animation-delay: 11.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(60) {
  animation-delay: 11.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(61) {
  animation-delay: 12s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(62) {
  animation-delay: 12.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(63) {
  animation-delay: 12.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(64) {
  animation-delay: 12.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(65) {
  animation-delay: 12.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(66) {
  animation-delay: 13s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(67) {
  animation-delay: 13.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(68) {
  animation-delay: 13.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(69) {
  animation-delay: 13.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(70) {
  animation-delay: 13.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(71) {
  animation-delay: 14s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(72) {
  animation-delay: 14.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(73) {
  animation-delay: 14.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(74) {
  animation-delay: 14.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(75) {
  animation-delay: 14.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(76) {
  animation-delay: 15s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(77) {
  animation-delay: 15.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(78) {
  animation-delay: 15.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(79) {
  animation-delay: 15.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(80) {
  animation-delay: 15.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(81) {
  animation-delay: 16s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(82) {
  animation-delay: 16.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(83) {
  animation-delay: 16.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(84) {
  animation-delay: 16.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(85) {
  animation-delay: 16.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(86) {
  animation-delay: 17s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(87) {
  animation-delay: 17.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(88) {
  animation-delay: 17.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(89) {
  animation-delay: 17.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(90) {
  animation-delay: 17.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(91) {
  animation-delay: 18s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(92) {
  animation-delay: 18.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(93) {
  animation-delay: 18.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(94) {
  animation-delay: 18.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(95) {
  animation-delay: 18.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(96) {
  animation-delay: 19s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(97) {
  animation-delay: 19.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(98) {
  animation-delay: 19.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(99) {
  animation-delay: 19.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(100) {
  animation-delay: 19.8s;
}
.trigger_child.on .wasawasa {
  animation: wasawasa 1s linear forwards;
}
.trigger_child.on .rightleft {
  animation: rightleft 0.6s linear forwards;
}
.trigger_child.on .leftright {
  animation: leftright 0.6s linear forwards;
}
.trigger_child.on .leftrightsmallbig {
  animation: leftrightsmallbig 1.2s linear forwards;
}
.trigger_child.on .chakuchi {
  animation: chakuchi 1s linear forwards;
}
.trigger_child.on .chakuchi_ecopink {
  animation: chakuchi_ecopink 1s linear forwards;
}
.trigger_child.on .updown {
  animation: updown 0.6s linear forwards;
}
.trigger_child.on .bigsmall {
  animation: bigsmall 0.2s linear forwards;
}
.trigger_child.on .purupuru {
  animation: purupuru 0.6s linear forwards;
}
.trigger_child.on .kakukaku {
  animation: kakukaku 1.2s linear infinite;
}
.trigger_child.on .hanabi {
  animation: hanabi 2.4s linear forwards;
}
.trigger_child.on .nobiru {
  animation: nobiru 0.6s linear 0s forwards;
}
.trigger_child.on .downrotate {
  animation: downrotate 1s linear forwards;
}

.trigger.on.fade {
  animation: fadein 0.6s ease-in-out forwards;
}
.trigger.on.fade_cntinuous > * {
  animation: fadein 0.6s ease-in-out forwards;
}
.trigger.on.fade_cntinuous > *:nth-child(2) {
  animation-delay: 0.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(3) {
  animation-delay: 0.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(4) {
  animation-delay: 0.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(5) {
  animation-delay: 0.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(6) {
  animation-delay: 1s;
}
.trigger.on.fade_cntinuous > *:nth-child(7) {
  animation-delay: 1.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(8) {
  animation-delay: 1.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(9) {
  animation-delay: 1.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(10) {
  animation-delay: 1.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(11) {
  animation-delay: 2s;
}
.trigger.on.fade_cntinuous > *:nth-child(12) {
  animation-delay: 2.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(13) {
  animation-delay: 2.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(14) {
  animation-delay: 2.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(15) {
  animation-delay: 2.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(16) {
  animation-delay: 3s;
}
.trigger.on.fade_cntinuous > *:nth-child(17) {
  animation-delay: 3.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(18) {
  animation-delay: 3.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(19) {
  animation-delay: 3.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(20) {
  animation-delay: 3.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(21) {
  animation-delay: 4s;
}
.trigger.on.fade_cntinuous > *:nth-child(22) {
  animation-delay: 4.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(23) {
  animation-delay: 4.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(24) {
  animation-delay: 4.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(25) {
  animation-delay: 4.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(26) {
  animation-delay: 5s;
}
.trigger.on.fade_cntinuous > *:nth-child(27) {
  animation-delay: 5.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(28) {
  animation-delay: 5.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(29) {
  animation-delay: 5.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(30) {
  animation-delay: 5.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(31) {
  animation-delay: 6s;
}
.trigger.on.fade_cntinuous > *:nth-child(32) {
  animation-delay: 6.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(33) {
  animation-delay: 6.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(34) {
  animation-delay: 6.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(35) {
  animation-delay: 6.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(36) {
  animation-delay: 7s;
}
.trigger.on.fade_cntinuous > *:nth-child(37) {
  animation-delay: 7.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(38) {
  animation-delay: 7.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(39) {
  animation-delay: 7.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(40) {
  animation-delay: 7.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(41) {
  animation-delay: 8s;
}
.trigger.on.fade_cntinuous > *:nth-child(42) {
  animation-delay: 8.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(43) {
  animation-delay: 8.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(44) {
  animation-delay: 8.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(45) {
  animation-delay: 8.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(46) {
  animation-delay: 9s;
}
.trigger.on.fade_cntinuous > *:nth-child(47) {
  animation-delay: 9.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(48) {
  animation-delay: 9.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(49) {
  animation-delay: 9.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(50) {
  animation-delay: 9.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(51) {
  animation-delay: 10s;
}
.trigger.on.fade_cntinuous > *:nth-child(52) {
  animation-delay: 10.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(53) {
  animation-delay: 10.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(54) {
  animation-delay: 10.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(55) {
  animation-delay: 10.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(56) {
  animation-delay: 11s;
}
.trigger.on.fade_cntinuous > *:nth-child(57) {
  animation-delay: 11.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(58) {
  animation-delay: 11.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(59) {
  animation-delay: 11.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(60) {
  animation-delay: 11.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(61) {
  animation-delay: 12s;
}
.trigger.on.fade_cntinuous > *:nth-child(62) {
  animation-delay: 12.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(63) {
  animation-delay: 12.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(64) {
  animation-delay: 12.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(65) {
  animation-delay: 12.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(66) {
  animation-delay: 13s;
}
.trigger.on.fade_cntinuous > *:nth-child(67) {
  animation-delay: 13.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(68) {
  animation-delay: 13.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(69) {
  animation-delay: 13.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(70) {
  animation-delay: 13.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(71) {
  animation-delay: 14s;
}
.trigger.on.fade_cntinuous > *:nth-child(72) {
  animation-delay: 14.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(73) {
  animation-delay: 14.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(74) {
  animation-delay: 14.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(75) {
  animation-delay: 14.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(76) {
  animation-delay: 15s;
}
.trigger.on.fade_cntinuous > *:nth-child(77) {
  animation-delay: 15.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(78) {
  animation-delay: 15.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(79) {
  animation-delay: 15.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(80) {
  animation-delay: 15.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(81) {
  animation-delay: 16s;
}
.trigger.on.fade_cntinuous > *:nth-child(82) {
  animation-delay: 16.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(83) {
  animation-delay: 16.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(84) {
  animation-delay: 16.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(85) {
  animation-delay: 16.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(86) {
  animation-delay: 17s;
}
.trigger.on.fade_cntinuous > *:nth-child(87) {
  animation-delay: 17.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(88) {
  animation-delay: 17.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(89) {
  animation-delay: 17.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(90) {
  animation-delay: 17.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(91) {
  animation-delay: 18s;
}
.trigger.on.fade_cntinuous > *:nth-child(92) {
  animation-delay: 18.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(93) {
  animation-delay: 18.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(94) {
  animation-delay: 18.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(95) {
  animation-delay: 18.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(96) {
  animation-delay: 19s;
}
.trigger.on.fade_cntinuous > *:nth-child(97) {
  animation-delay: 19.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(98) {
  animation-delay: 19.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(99) {
  animation-delay: 19.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(100) {
  animation-delay: 19.8s;
}
.trigger.on.wasawasa {
  animation: wasawasa 1s linear forwards;
}
.trigger.on.rightleft {
  animation: rightleft 0.8s linear forwards;
}
.trigger.on.leftright {
  animation: leftright 0.8s linear forwards;
}
.trigger.on.leftrightsmallbig {
  animation: leftrightsmallbig 1.2s linear forwards;
}
.trigger.on.chakuchi {
  animation: chakuchi 1s linear forwards;
}
.trigger.on.chakuchi_ecopink {
  animation: chakuchi_ecopink 1s linear forwards;
}
.trigger.on.updown {
  animation: updown 0.6s linear forwards;
}
.trigger.on.bigsmall {
  animation: bigsmall 0.3s linear forwards;
}
.trigger.on.purupuru {
  animation: purupuru 0.6s linear forwards;
}
.trigger.on.kakukaku {
  animation: kakukaku 1.2s linear infinite;
}
.trigger.on.hanabi {
  animation: hanabi 2.4s linear forwards;
}
.trigger.on.nobiru {
  animation: nobiru 0.6s linear 0s forwards;
}
.trigger.on.downrotate {
  animation: downrotate 1s linear forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pagetop {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(5px, 0);
  }
  75% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes leftrightsmallbig {
  0% {
    transform: translate(-3000px, 0) scale(0.1);
    opacity: 0;
  }
  1% {
    transform: translate(-3000px, 0) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes gatagata {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 3px);
  }
  50% {
    transform: translate(3px, 0);
  }
  75% {
    transform: translate(0, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes gas {
  0% {
    transform: scale(0, 0) translate(-30, -30px);
    opacity: 0;
  }
  50% {
    transform: scale(0.5, 0.5) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(30px, -30px);
    opacity: 0;
  }
}
@keyframes bigsmall {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes chakuchi {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes chakuchi_ecopink {
  0% {
    transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    transform: scale(-1, 1) scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(-1, 1) scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    transform: scale(-1, 1) scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    transform: scale(-1, 1) scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(-1, 1) scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(-1, 1) scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(-1, 1) scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes updown {
  0% {
    opacity: 0;
    transform: scale(0.8, 1.1) translate(0, -1000px);
  }
  1% {
    opacity: 1;
    transform: scale(0.8, 1.1) translate(0, -1000px);
  }
  85% {
    opacity: 1;
    transform: scale(1.1, 0.9) translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    opacity: 1;
  }
  65% {
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    opacity: 1;
  }
  80% {
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes kakukaku {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
    opacity: 1;
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
    opacity: 1;
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
    opacity: 1;
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
    opacity: 1;
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
    opacity: 1;
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
    opacity: 1;
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
}
@keyframes hanabi {
  0% {
    transform: scale(0, 0) translate(0, 5000px);
    opacity: 0;
  }
  90% {
    transform: scale(0.2, 0.2) translate(0, 300px);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes bigsmallrepeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes jumprepeat {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.2, 0.5) translate(0, 260px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes nobiru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes downuprepeat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mvhand {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px) rotate(-10deg);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mvhand_sp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px) rotate(-5deg);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes yurikago {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes downrotate {
  0% {
    opacity: 0;
    transform: rotate(-4deg) translate(0, -1000px);
  }
  80% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: rotate(0) translate(0, 0);
  }
}
@keyframes wasawasa {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  10% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  20% {
    transform: scale(1, 1);
    opacity: 1;
  }
  30% {
    transform: scale(0.99, 0.99);
    opacity: 1;
  }
  40% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  60% {
    transform: scale(1, 1);
    opacity: 1;
  }
  70% {
    transform: scale(0.99, 0.99);
    opacity: 1;
  }
  80% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes rightleft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes leftright {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
