/* slider */
.slider-wrap {
  position: relative;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .slider-wrap {
    margin: 0 0 35px;
  }
}

.c-type-slider-A-wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 195px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 750px) {
  .c-type-slider-A-wrap {
    height: calc(100vh - 137px);
  }
}
.c-type-slider-A-wrap .slide-wrap {
  overflow: hidden;
}
.c-type-slider-A-wrap .item {
  position: relative;
  height: calc(100vh - 195px);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .c-type-slider-A-wrap .item {
    height: calc(100vh - 137px);
  }
}
.c-type-slider-A-wrap .item picture {
  margin: 0;
  height: calc(95vh - 137px);
  display: block;
  width: 100%;
  position: relative;
}
@media (max-width: 750px) {
  .c-type-slider-A-wrap .item picture {
    height: calc(80vh - 137px);
  }
}
.c-type-slider-A-wrap .item picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-type-slider-A-wrap .item .text-box {
  position: absolute;
  width: 400px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  margin-left: 20vw;
  padding: 0 20px;
  background: #fff;
}
@media (max-width: 750px) {
  .c-type-slider-A-wrap .item .text-box {
    position: absolute;
    width: 100%;
    left: inherit;
    top: inherit;
    bottom: 30vw;
    transform: translateY(0);
    margin: 10vw 0 0;
  }
}
.c-type-slider-A-wrap .item .text-box.right-box {
  left: inherit;
  right: 50%;
  margin-right: 20vw;
}
@media (max-width: 750px) {
  .c-type-slider-A-wrap .item .text-box.right-box {
    right: inherit;
    width: 100%;
    margin: 10vw 0 0;
  }
}
.c-type-slider-A-wrap .item .text-box.right-box .ttl {
  text-align: right;
}
@media (max-width: 750px) {
  .c-type-slider-A-wrap .item .text-box.right-box .ttl {
    text-align: center;
  }
}
.c-type-slider-A-wrap .item .text-box.right-box .text p {
  text-align: right;
}
@media (max-width: 750px) {
  .c-type-slider-A-wrap .item .text-box.right-box .text p {
    text-align: center;
  }
}
.c-type-slider-A-wrap .item .text-box .ttl {
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .c-type-slider-A-wrap .item .text-box .ttl {
    font-size: 2.6rem;
    margin: 0 0 15px;
    text-align: center;
  }
}
.c-type-slider-A-wrap .item .text-box .text p {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 750px) {
  .c-type-slider-A-wrap .item .text-box .text p {
    font-size: 1.2rem;
    text-align: center;
  }
}

.slider {
  overflow: hidden;
}

.slider .item {
  height: auto !important;
}

.top-mv {
  position: relative;
}
.top-job {
  padding: 80px 0 60px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .top-job {
    padding: 40px 0 30px;
  }
}
.top-job .job-slider {
  position: relative;
}
.top-job .job-slider .slide-wrap {
  overflow: hidden;
}
@media (max-width: 1200px) {
  .top-job .job-slider .slide-wrap {
    padding-bottom: 37px;
  }
}
@media (max-width: 1200px) and (max-width: 750px) {
  .top-job .job-slider .slide-wrap {
    padding-bottom: 0;
  }
}
.top-job .job-slider .item-in a {
  display: block;
  position: relative;
}
.top-job .job-slider .item-in a .img-area {
  position: relative;
  overflow: hidden;
}
.top-job .job-slider .item-in a .img-area .img-in .img {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 300px;
}

.top-job .job-slider .item-in a .img-area .img-in .img.pt02{
  position: static;
  height: inherit;
}

.top-job .job-slider .item-in a .img-area .img-in .img img {
  object-fit: contain;
  transition: all 0.3s ease;
  width: 100%;
  height: 300px;
  max-width: inherit;
  transform: scale(1.4);
  position: relative;
}

.top-job .job-slider .item-in a .img-area .img-in .img.pt02 img {
  object-fit: inherit;
  transition: all 0.3s ease;
  width: 100%;
  height: inherit;
  max-width: inherit;
  transform: scale(1);
  position: relative;
}

.top-job .job-slider .item-in a p {
  font-weight: 700;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .top-job .job-slider .item-in a p {
    margin: 10px 0 0;
  }
}
.top-job .job-slider .item-in a .cat-list {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: right;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .top-job .job-slider .item-in a .cat-list {
    right: 10px;
    top: 10px;
  }
}
.top-job .job-slider .item-in a .cat-list li {
  width: 100px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
  background: linear-gradient(90deg, #FFD600 0%, #FFF500 100%);
  border-radius: 5px;
}
@media (max-width: 750px) {
  .top-job .job-slider .item-in a .cat-list li {
    width: 80px;
    height: 30px;
    font-size: 1.2rem;
    border-radius: 2px;
  }
}
.top-job .job-slider .item-in a .text-area p {
  font-weight: 700;
  margin: 10px 0 11px;
}
@media (max-width: 750px) {
  .top-job .job-slider .item-in a .text-area p {
    margin: 5px 0 5px;
  }
}
.top-job .job-slider .item-in a .text-area dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 7px;
}
.top-job .job-slider .item-in a .text-area dl dt {
  width: 130px;
}
@media (max-width: 750px) {
  .top-job .job-slider .item-in a .text-area dl dt {
    width: 90px;
    font-size: 1.2rem;
  }
}
.top-job .job-slider .item-in a .text-area dl dt i {
  margin: 0 5px 0 0;
}
@media (max-width: 750px) {
  .top-job .job-slider .item-in a .text-area dl dt i img {
    height: 10px;
  }
}
.top-job .job-slider .item-in a .text-area dl dd {
  width: calc(100% - 130px);
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 30px;
}
@media (max-width: 750px) {
  .top-job .job-slider .item-in a .text-area dl dd {
    width: calc(100% - 90px);
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 15px;
  }
}
.top-job .job-slider .item-in a:hover .img-area .img-in .img img {
  transform: scale(1.45);
}

.top-job .job-slider .item-in a:hover .img-area .img-in .img.pt02 img {
  transform: scale(1.05);
}

.top-job .job-slider .swiper-button-prev {
  width: 62px;
  height: 62px;
  position: absolute;
  left: 40px;
  top: 160px;
}
@media (max-width: 750px) {
  .top-job .job-slider .swiper-button-prev {
    display: none;
  }
}
.top-job .job-slider .swiper-button-prev:after {
  display: none;
}
.top-job .job-slider .swiper-button-prev:before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background: url(../images/common/prev.png);
  background-size: 100%;
  position: absolute;
}
@media (max-width: 750px) {
  .top-job .job-slider .swiper-button-prev:before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 750px) {
  .top-job .job-slider .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
.top-job .job-slider .swiper-button-next {
  width: 62px;
  height: 62px;
  position: absolute;
  right: 40px;
  top: 160px;
}
@media (max-width: 750px) {
  .top-job .job-slider .swiper-button-next {
    display: none;
  }
}
.top-job .job-slider .swiper-button-next:after {
  display: none;
}
@media (max-width: 750px) {
  .top-job .job-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 30vw;
  }
}
.top-job .job-slider .swiper-button-next:before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background: url(../images/common/next.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .top-job .job-slider .swiper-button-next:before {
    width: 30px;
    height: 30px;
  }
}
.top-job .swiper-pagination {
  text-align: left;
  bottom: 0;
  line-height: 0;
  display: none;
}
@media (max-width: 1200px) {
  .top-job .swiper-pagination {
    display: block;
  }
}
.top-job .swiper-pagination .swiper-pagination-bullet {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  border: 1px solid #006DB8;
  margin: 0 20px 0 0;
}
.top-job .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006DB8;
}

.top-search {
  background: #fafafa;
  padding: 60px 0;
}
@media (max-width: 750px) {
  .top-search {
    padding: 30px 0;
  }
}
.top-search .c-tab-list li a {
  display: block;
  width: 400px;
  height: 84px;
  background: url(../images/top/case01.png) center top no-repeat;
  background-size: cover;
  text-align: center;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
@media (max-width: 750px) {
  .top-search .c-tab-list li a {
    background: #3276FC;
    border: 2ps solid #3276FC;
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    height: 50px;
  }
}
.top-search .c-tab-list li a span.text01 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top-search .c-tab-list li a span.text01 {
    font-size: 1.2rem;
    display: block;
  }
}
.top-search .c-tab-list li a span.text02 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .top-search .c-tab-list li a span.text02 {
    font-size: 1.4rem;
    display: block;
  }
}
.top-search .c-tab-list li a span {
  margin: 0 30px;
}
@media (max-width: 750px) {
  .top-search .c-tab-list li a span {
    margin: 0 5px;
  }
}
.top-search .c-tab-list li a.active {
  background: url(../images/top/case02.png) center top no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .top-search .c-tab-list li a.active {
    background: none;
    border: 2px solid #3276FC;
  }
}
.top-search .c-tab-list li a.active span.text01 {
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-search .c-tab-list li a.active span.text02 {
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top-search .tab-content {
  margin: 30px 0 0;
}
.top-search .tab-content .tab-img {
  text-align: center;
}

.servicePage .ex-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  .servicePage .ex-text {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 30px;
  }
}
.servicePage .c-service-list .item {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
@media (max-width: 750px) {
  .servicePage .c-service-list .item {
    padding-bottom: 15px !important;
  }
}
.servicePage .c-service-list .item .item-in a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 28px 20px;
}
@media (max-width: 750px) {
  .servicePage .c-service-list .item .item-in a {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 14px 10px;
  }
}
.servicePage .c-service-list .item .item-in a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.6rem;
  font-weight: 900;
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 750px) {
  .servicePage .c-service-list .item .item-in a i {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.4rem;
    font-weight: 900;
  }
}
@media (max-width: 750px) {
  .servicePage .what-sec .what-list .item {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 750px) {
  .servicePage .what-sec .what-list .item:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.servicePage .what-sec .what-list .item .in {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 5px;
  position: relative;
  height: 100%;
}
@media (max-width: 750px) {
  .servicePage .what-sec .what-list .item .in {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 3px;
  }
}
.servicePage .what-sec .what-list .item .in .content {
  background: #fff;
  border-radius: 20px;
  padding: 0 15px 20px;
}
@media (max-width: 750px) {
  .servicePage .what-sec .what-list .item .in .content {
    border-radius: 10px;
    padding: 0 15px 20px;
  }
}
.servicePage .what-sec .what-list .item .in .content .ttl {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .servicePage .what-sec .what-list .item .in .content .ttl {
    top: -15px;
  }
}
.servicePage .what-sec .what-list .item .in .content .ttl span {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 360px;
  height: 60px;
  background: #717071;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 750px) {
  .servicePage .what-sec .what-list .item .in .content .ttl span {
    width: 240px;
    height: 40px;
    background: #717071;
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff;
    border-radius: 100px;
  }
}
.servicePage .what-sec .what-list .item .in .content .text {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .servicePage .what-sec .what-list .item .in .content .text {
    font-size: 1.4rem;
    padding-top: 40px;
  }
}
.servicePage .what-sec .what-list .item .in .content figure {
  text-align: center;
}
.servicePage .what-sec .what-list .item.othercase .in {
  background: linear-gradient(90deg, #3EBBFC 0%, #3276FC 50%, #415BF5 75%);
  box-shadow: none;
}
.servicePage .what-sec .what-list .item.othercase .in .content .ttl span {
  background: linear-gradient(90deg, #3EBBFC 0%, #3276FC 50%, #415BF5 75%);
}
.servicePage .what-sec .what-list .item.othercase .in .content .text {
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.servicePage .what-sec .comment-area {
  background: url(../images/resouces/comment_bg.png) center top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 151px;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 40px;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .servicePage .what-sec .comment-area {
    background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
    height: inherit;
    display: block;
    padding: 20px;
    margin: 15px 0 0;
  }
}
.servicePage .what-sec .comment-area p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .servicePage .what-sec .comment-area p {
    font-size: 1.2rem;
  }
}

.service-mv {
  background: url(../images/resouces/mask.png) left top no-repeat;
  background-size: 100%;
  min-height: 996px;
  position: relative;
}
@media (max-width: 750px) {
  .service-mv {
    background: url(../images/resouces/mask_sp.png) left top no-repeat;
    background-size: 100%;
    min-height: inherit;
  }
}
.service-mv .text-box {
  width: 100%;
}
@media (max-width: 750px) {
  .service-mv .text-box {
    margin: 0 0;
    padding-top: 30px;
  }
}
.service-mv .text-box h2 {
  font-size: 6.4rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 750px) {
  .service-mv .text-box h2 {
    font-size: 3.2rem;
  }
}
.service-mv .text-box .text {
  margin: 15px 0 0;
}
@media (max-width: 750px) {
  .service-mv .text-box .text {
    margin: 8px 0 0;
    width: 200px;
  }
}
.service-mv .text-box .text p {
  color: #fff;
  font-size: 2.4rem;
}
@media (max-width: 750px) {
  .service-mv .text-box .text p {
    font-size: 1.2rem;
  }
}
.service-mv .text-box .img-area {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .service-mv .text-box .img-area {
    display: block;
    margin: 0 0 0;
  }
}
.service-mv .text-box .img-area .left {
  width: 200px;
}
@media (max-width: 750px) {
  .service-mv .text-box .img-area .left {
    position: absolute;
    width: 100px;
    top: 15px;
    right: 30px;
  }
}
.service-mv .text-box .img-area .right {
  width: calc(100% - 200px);
  padding: 25px 0 0 47px;
}
@media (max-width: 750px) {
  .service-mv .text-box .img-area .right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .service-mv .text-box .img-area .right img {
    width: 220px;
  }
}
.service-mv .mv-contactBox {
  width: 600px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 210px;
}
@media (max-width: 750px) {
  .service-mv .mv-contactBox {
    margin-top: 20px;
    position: static;
    top: 210px;
    width: 95%;
    margin: 30px auto 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  }
}
.service-mv .mv-contactBox .in {
  padding: 30px;
}
@media (max-width: 750px) {
  .service-mv .mv-contactBox .in {
    padding: 15px;
  }
}
.service-mv .mv-contactBox .in .conntact-ttl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .service-mv .mv-contactBox .in .conntact-ttl {
    font-size: 2.2rem;
    margin: 0 0 15px;
  }
}
.service-mv .mv-contactBox .in .conntact-ttl span {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  padding: 5px 16px;
  border-radius: 5px;
  background: linear-gradient(90deg, #3EBBFC 0%, #3276FC 50%, #415BF5 75%);
  margin: 0 10px 0 0;
}
@media (max-width: 750px) {
  .service-mv .mv-contactBox .in .conntact-ttl span {
    font-size: 1.2rem;
    padding: 2px 8px;
    border-radius: 2px;
    margin: 0 5px 0 0;
  }
}
.service-mv .mv-contactBox .in dl {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
.service-mv .mv-contactBox .in dl dt {
  display: table-cell;
  width: 180px;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 900;
}
.service-mv .mv-contactBox .in dl dt sup {
  color: #e50012;
}
.service-mv .mv-contactBox .in dl dd {
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 750px) {
  .service-mv .mv-contactBox .in dl {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .service-mv .mv-contactBox .in dl dt {
    display: block;
    width: 100%;
    vertical-align: top;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 15px;
  }
  .service-mv .mv-contactBox .in dl dt sup {
    color: #e50012;
  }
  .service-mv .mv-contactBox .in dl dd {
    display: block;
    width: 100%;
    vertical-align: top;
  }
}

.service-mv .mv-contactBox .in dl dd .wpcf7-not-valid-tip{
  font-size: 0.6em;
}

.service-mv .mv-contactBox .in dl dd .radio-area label {
  font-size: 1.5rem;
  margin: 0 15px 0 0;
}
.service-mv .mv-contactBox .in dl dd .radio-area label input {
  margin: 0 10px 0 0;
}
.service-mv .mv-contactBox .in .check-area {
  font-size: 1.5rem;
  padding: 0 0 0 0x;
}
.service-mv .mv-contactBox .in .check-area input {
  margin: 0 10px 0 0;
}
.service-mv .mv-contactBox .in .check-area a {
  text-decoration: underline;
}
.service-mv .mv-contactBox .c-btn {
  margin: 30px 0 0;
}
.service-mv .container {
  position: relative;
}

.problem-sec {
  padding: 80px 0 80px;
}
@media (max-width: 750px) {
  .problem-sec {
    padding: 40px 0 40px;
  }
}
.problem-sec .main-ttl {
  text-align: center;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.7;
  margin: 0 0 20px;
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 750px) {
  .problem-sec .main-ttl {
    font-size: 2.4rem;
    line-height: 1.7;
    margin: 0 0 10px;
  }
}
.problem-sec .middle-text {
  position: absolute;
  margin-top: -160px;
  text-align: center;
  text-align: center;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.7;
  left: 0;
  z-index: 2;
  width: 100%;
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 750px) {
  .problem-sec .middle-text {
    font-size: 2rem;
    line-height: 1.7;
    margin: -80px 0 10px;
  }
}
.problem-sec .problem-list01 .item {
  padding-top: 0;
  padding-bottom: 190px !important;
  background: url(../images/resouces/arrow.png) center bottom 60px no-repeat;
}
@media (max-width: 750px) {
  .problem-sec .problem-list01 .item {
    padding-bottom: 20px !important;
    background: none;
  }
}
@media (max-width: 750px) {
  .problem-sec .problem-list01 .item:last-child {
    padding-bottom: 150px !important;
    background: url(../images/resouces/arrow.png) center bottom 30px no-repeat;
  }
}
.problem-sec .problem-list01 .item .in {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 0 10px 30px 10px;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .problem-sec .problem-list01 .item .in {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 0 10px 15px 10px;
    height: 100%;
    border-radius: 10px;
  }
}
.problem-sec .problem-list01 .item .in .fig-img {
  text-align: center;
  height: 270px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .problem-sec .problem-list01 .item .in .fig-img {
    height: inherit;
    padding: 20px;
  }
}
@media (max-width: 750px) {
  .problem-sec .problem-list01 .item .in .fig-img img {
    width: 80px;
  }
}
.problem-sec .problem-list01 .item .in figcaption {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .problem-sec .problem-list01 .item .in figcaption {
    font-size: 1.2rem;
  }
}
@media (max-width: 750px) {
  .problem-sec .problem-list02 .item {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.problem-sec .problem-list02 .item .in {
  background: linear-gradient(90deg, #3EBBFC 0%, #3276FC 50%, #415BF5 75%);
  padding: 56px 10px 30px 10px;
  height: 100%;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 750px) {
  .problem-sec .problem-list02 .item .in {
    padding: 50px 10px 15px 10px;
    border-radius: 10px;
  }
}
.problem-sec .problem-list02 .item .in .fig-img {
  text-align: center;
  margin: 0 0 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .problem-sec .problem-list02 .item .in .fig-img {
    margin: 0 0 10px;
  }
}
@media (max-width: 750px) {
  .problem-sec .problem-list02 .item .in .fig-img img {
    width: 60px;
  }
}
.problem-sec .problem-list02 .item .in .fig-img .sub-ttl {
  text-align: center;
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
}
@media (max-width: 750px) {
  .problem-sec .problem-list02 .item .in .fig-img .sub-ttl {
    top: -15px;
  }
}
.problem-sec .problem-list02 .item .in .fig-img .sub-ttl > span {
  background: linear-gradient(90deg, #3EBBFC 0%, #3276FC 50%, #415BF5 75%);
  padding: 4px;
  border-radius: 100px;
  display: inline-block;
}
@media (max-width: 750px) {
  .problem-sec .problem-list02 .item .in .fig-img .sub-ttl > span {
    padding: 2px;
  }
}
.problem-sec .problem-list02 .item .in .fig-img .sub-ttl > span > span {
  width: 100px;
  height: 60px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
}
@media (max-width: 750px) {
  .problem-sec .problem-list02 .item .in .fig-img .sub-ttl > span > span {
    width: 80px;
    height: 40px;
  }
}
.problem-sec .problem-list02 .item .in .fig-img .sub-ttl > span > span > span {
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: 900;
}
@media (max-width: 750px) {
  .problem-sec .problem-list02 .item .in .fig-img .sub-ttl > span > span > span {
    font-size: 1.4rem;
  }
}
.problem-sec .problem-list02 .item .in figcaption .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .problem-sec .problem-list02 .item .in figcaption .ttl {
    font-size: 1.5rem;
    margin: 0 0 5px;
  }
}
.problem-sec .problem-list02 .item .in figcaption .text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 750px) {
  .problem-sec .problem-list02 .item .in figcaption .text {
    font-size: 1.2rem;
  }
}

.select-sec {
  padding: 80px 0;
  background: #fafafa;
}
@media (max-width: 750px) {
  .select-sec {
    padding: 40px 0;
  }
}
.select-sec .select-list dl {
  display: table;
  width: 100%;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .select-sec .select-list dl {
    margin: 0 0 15px;
  }
}
.select-sec .select-list dl dt {
  display: table-cell;
  width: 100px;
  vertical-align: top;
}
@media (max-width: 750px) {
  .select-sec .select-list dl dt {
    width: 60px;
  }
}
.select-sec .select-list dl dt span {
  width: 100px;
  height: 100px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: linear-gradient(90deg, #3EBBFC 0%, #3276FC 50%, #415BF5 75%);
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  border-radius: 20px;
}
@media (max-width: 750px) {
  .select-sec .select-list dl dt span {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    border-radius: 10px;
  }
}
.select-sec .select-list dl dd {
  display: table-cell;
  padding: 0 0 0 30px;
}
@media (max-width: 750px) {
  .select-sec .select-list dl dd {
    padding: 0 0 0 15px;
    font-size: 1.1rem;
  }
}
.select-sec .select-list dl dd .ttl {
  font-size: 3.6rem;
  font-weight: 900;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .select-sec .select-list dl dd .ttl {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 0 10px;
  }
}

.plan-sec, .contact-sec {
  padding: 80px 0;
}
@media (max-width: 750px) {
  .plan-sec, .contact-sec {
    padding: 40px 0;
  }
}
.plan-sec .c-btn, .contact-sec .c-btn {
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  .plan-sec .c-btn, .contact-sec .c-btn {
    margin: 20px 0 0;
  }
}

.faq-sec {
  padding: 80px 0;
  background: #fafafa;
}
@media (max-width: 750px) {
  .faq-sec {
    padding: 40px 0;
  }
}
.faq-sec .c-faq-list dl {
  background: #FFFFFF;
  border: 1px solid #C8C9CA;
  border-radius: 10px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .faq-sec .c-faq-list dl {
    border-radius: 5px;
    margin: 0 0 15px;
  }
}
.faq-sec .c-faq-list dl dt {
  cursor: pointer;
  padding: 18px 30px 18px 60px;
  position: relative;
}
@media (max-width: 750px) {
  .faq-sec .c-faq-list dl dt {
    padding: 10px 15px 10px 40px;
    font-size: 1.2rem;
  }
}
.faq-sec .c-faq-list dl dt i {
  font-size: 1.6rem;
  font-weight: 900;
  position: absolute;
  left: 30px;
  top: 18px;
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 750px) {
  .faq-sec .c-faq-list dl dt i {
    font-size: 1.2rem;
    left: 15px;
    top: 9px;
  }
}
.faq-sec .c-faq-list dl dd {
  padding: 0 30px 18px 60px;
  display: none;
}
@media (max-width: 750px) {
  .faq-sec .c-faq-list dl dd {
    padding: 0 15px 10px 40px;
  }
}

#c-contact-btn {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 300px;
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  z-index: 3;
}
@media (max-width: 750px) {
  #c-contact-btn {
    display: none;
  }
}
#c-contact-btn a {
  display: block;
  padding: 23px 0;
}
#c-contact-btn .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
#c-contact-btn .ttl i {
  margin: 0 0 0 15px;
}
#c-contact-btn .text {
  text-align: center;
  color: #fff;
}

.voice-sec {
  padding: 80px 0;
  background: #fafafa;
}
@media (max-width: 750px) {
  .voice-sec {
    padding: 40px 0;
  }
}
.voice-sec .voice-list .item {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
.voice-sec .voice-list .item .item-in {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 750px) {
  .voice-sec .voice-list .item .item-in {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px;
  }
}
.voice-sec .voice-list .item .item-in .ttl {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .voice-sec .voice-list .item .item-in .ttl {
    font-size: 1.6rem;
    font-weight: 900;
    position: relative;
    margin: 0 0 10px;
    padding-right: 70px;
  }
}
.voice-sec .voice-list .item .item-in .ttl span {
  width: 100px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: linear-gradient(90deg, #FFD600 0%, #FFF500 100%);
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  .voice-sec .voice-list .item .item-in .ttl span {
    width: 60px;
    height: 30px;
    font-size: 1.2rem;
    top: -3px;
  }
}
.voice-sec .voice-list .item .item-in .img-box {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.voice-sec .voice-list .item .item-in .img-box .img-area {
  width: 100px;
}
.voice-sec .voice-list .item .item-in .img-box .img-area figure {
  text-align: center;
}
.voice-sec .voice-list .item .item-in .img-box .img-area figure figcaption {
  text-align: center;
  font-weight: 900;
  font-size: 1.4rem;
  margin: 15px 0 0;
}
.voice-sec .voice-list .item .item-in .img-box .img-area figure .fig-img {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.voice-sec .voice-list .item .item-in .img-box .img-area figure .fig-img img {
  object-fit: contain;
  max-width: inherit;
  transform: scale(1.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.voice-sec .voice-list .item .item-in .img-box .text-area {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.voice-sec .voice-list .item .item-in .img-box .text-area p {
  font-size: 1.4rem;
  font-weight: 400;
}

.case-sec {
  padding: 80px 0;
}
@media (max-width: 750px) {
  .case-sec {
    padding: 40px 0;
  }
}
.case-sec .c-btn {
  margin: 20px 0 0;
}

.c-case-list .item-in a {
  display: block;
  position: relative;
}
.c-case-list .item-in a .img-area {
  position: relative;
  overflow: hidden;
}
.c-case-list .item-in a .img-area .img-in .img {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 100%;
}
@media (max-width: 750px) {
  .c-case-list .item-in a .img-area .img-in .img {
    height: 250px;
  }
}
.c-case-list .item-in a .img-area .img-in .img img {
  object-fit: contain;
  transition: all 0.3s ease;
  width: 100%;
  max-width: inherit;
  transform: scale(1.4);
  position: relative;
  height: 300px;
}
@media (max-width: 750px) {
  .c-case-list .item-in a .img-area .img-in .img img {
    height: 250px;
  }
}
.c-case-list .item-in a .img-area span {
  width: 100px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 750px) {
  .c-case-list .item-in a .img-area span {
    right: 10px;
    top: 10px;
    font-size: 11px;
    width: 70px;
    height: 25px;
    border-radius: 2px;
  }
}
.c-case-list .item-in a p {
  text-align: left;
  font-weight: 700;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .c-case-list .item-in a p {
    margin: 10px 0 0;
  }
}
.c-case-list .item-in a .cat-list {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: right;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .c-case-list .item-in a .cat-list {
    right: 10px;
    top: 10px;
  }
}
.c-case-list .item-in a .cat-list li {
  width: 100px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
  background: linear-gradient(90deg, #FFD600 0%, #FFF500 100%);
  border-radius: 5px;
}
@media (max-width: 750px) {
  .c-case-list .item-in a .cat-list li {
    width: 80px;
    height: 30px;
    font-size: 1.2rem;
    border-radius: 2px;
  }
}
.c-case-list .item-in a .text-area p {
  font-weight: 700;
  margin: 10px 0 11px;
}
@media (max-width: 750px) {
  .c-case-list .item-in a .text-area p {
    margin: 5px 0 5px;
  }
}
.c-case-list .item-in a .text-area dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 7px;
}
.c-case-list .item-in a .text-area dl dt {
  width: 130px;
}
@media (max-width: 750px) {
  .c-case-list .item-in a .text-area dl dt {
    width: 90px;
    font-size: 1.2rem;
  }
}
.c-case-list .item-in a .text-area dl dt i {
  margin: 0 5px 0 0;
}
@media (max-width: 750px) {
  .c-case-list .item-in a .text-area dl dt i img {
    height: 10px;
  }
}
.c-case-list .item-in a .text-area dl dd {
  width: calc(100% - 130px);
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 30px;
}
@media (max-width: 750px) {
  .c-case-list .item-in a .text-area dl dd {
    width: calc(100% - 90px);
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 15px;
  }
}
.c-case-list .item-in a:hover .img-area .img-in .img img {
  transform: scale(1.45);
}

.voicePage {
  padding-top: 20px;
}
@media (max-width: 750px) {
  .voicePage {
    margin-top: -70px;
  }
}
.voicePage .voice-sec {
  background: none;
  padding: 0;
}

.casePage {
  padding-top: 20px;
}
@media (max-width: 750px) {
  .casePage {
    margin-top: -70px;
  }
}
.casePage .voice-sec {
  background: none;
  padding: 0;
}

.contactPage {
  padding-top: 20px;
}
@media (max-width: 750px) {
  .contactPage {
    margin-top: -70px;
  }
}
.contactPage .thanks-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 25px;
}
@media (max-width: 750px) {
  .contactPage .thanks-ttl {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.contactPage .thanks-text p {
  text-align: center;
  font-weight: 400;
}
.contactPage .contact-text {
  text-align: center;
}
.contactPage .contact-text p {
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 400;
}
.contactPage .contact-text p sup {
  color: #e50012;
}
.contactPage .form-area dl {
  display: table;
  width: 100%;
  border-top: 1px solid #c8c9ca;
}
@media (max-width: 750px) {
  .contactPage .form-area dl {
    display: block;
    width: 100%;
  }
}
.contactPage .form-area dl dt {
  display: table-cell;
  width: 250px;
  padding: 40px 20px;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 750px) {
  .contactPage .form-area dl dt {
    display: block;
    width: 100%;
    padding: 10px 0 10px;
  }
}
.contactPage .form-area dl dt sup {
  color: #e50012;
}
.contactPage .form-area dl dd {
  display: table-cell;
  padding: 30px 0;
  vertical-align: middle;
  font-weight: 400;
}
@media (max-width: 750px) {
  .contactPage .form-area dl dd {
    display: block;
    width: 100%;
    padding: 0 0 15px;
  }
}
.contactPage .form-area dl dd .form-control {
  background: #fff;
  text-align: left;
  width: 100% !important;
  display: block;
}
.contactPage .form-area .privacy {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  border-top: 1px solid #c8c9ca;
  padding: 30px 0 0;
}
.contactPage .form-area .privacy > span {
  display: inline-block;
}
.contactPage .form-area .privacy input {
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.contactPage .form-area .privacy a {
  text-decoration: underline;
}
.contactPage .contact-btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contactPage .contact-btn > * {
  margin: 0 30px;
}
.contactPage .contact-btn .submit {
  padding: 2px;
}
.contactPage .contact-btn .submit > span {
  min-height: 70px;
  max-width: 400px;
  background: #fff;
  width: 100%;
  border-radius: 100px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 750px) {
  .contactPage .contact-btn .submit > span {
    min-height: 50px;
    max-width: 280px;
  }
}
.contactPage .contact-btn .submit > span span {
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 750px) {
  .contactPage .contact-btn .prev {
    margin-bottom: 20px;
  }
}
.contactPage .contact-btn .prev i img {
  right: inherit;
  left: 30px;
}
@media (max-width: 750px) {
  .contactPage .contact-btn .prev i img {
    left: 15px;
  }
}

.privacyPage {
  padding-top: 20px;
}

.privacy-cnt {
  padding: 0 0 0;
}
.privacy-cnt * {
  font-weight: 400;
}
@media (max-width: 750px) {
  .privacy-cnt {
    padding: 50px 0 0;
  }
}
.privacy-cnt dl {
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .privacy-cnt dl {
    margin: 15px 0 0;
  }
}
.privacy-cnt dl dt {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .privacy-cnt dl dt {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
.privacy-cnt dl dd {
  margin: 0;
}

.caseDetailPage {
  padding-top: 20px;
}
@media (max-width: 750px) {
  .caseDetailPage {
    margin-top: -70px;
  }
}
.caseDetailPage .detail-image {
  margin: 0 0 30px;
}
.caseDetailPage .detail-image img {
  width: 100%;
}
.caseDetailPage .cat {
  text-align: left;
  margin: 0 0 15px;
}
.caseDetailPage .cat span {
  width: 100px;
  height: 40px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
}
@media (max-width: 750px) {
  .caseDetailPage .cat span {
    right: 10px;
    top: 10px;
    font-size: 11px;
    width: 70px;
    height: 25px;
    border-radius: 2px;
  }
}
.caseDetailPage .detail-list dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 7px;
}
.caseDetailPage .detail-list dl dt {
  width: 130px;
}
@media (max-width: 750px) {
  .caseDetailPage .detail-list dl dt {
    width: 90px;
    font-size: 1.2rem;
  }
}
.caseDetailPage .detail-list dl dt i {
  margin: 0 5px 0 0;
}
@media (max-width: 750px) {
  .caseDetailPage .detail-list dl dt i img {
    height: 10px;
  }
}
.caseDetailPage .detail-list dl dd {
  width: calc(100% - 130px);
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 30px;
}
@media (max-width: 750px) {
  .caseDetailPage .detail-list dl dd {
    width: calc(100% - 90px);
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 15px;
  }
}
.caseDetailPage .edit-area {
  margin: 30px 0 0;
}

.corporatePage {
  padding-top: 20px;
}
@media (max-width: 750px) {
  .corporatePage {
    margin-top: -70px;
  }
}
.corporatePage .corporate-list dl {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.corporatePage .corporate-list dl dt {
  display: table-cell;
  width: 260px;
  vertical-align: middle;
  padding: 20px 10px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 750px) {
  .corporatePage .corporate-list dl dt {
    width: 80px;
    padding: 10px 0;
  }
}
.corporatePage .corporate-list dl dt:after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #4F40EE 0%, #3276FC 50%, #3EBBFC 100%);
}
@media (max-width: 750px) {
  .corporatePage .corporate-list dl dt:after {
    width: 85px;
  }
}
.corporatePage .corporate-list dl dd {
  display: table-cell;
  padding: 20px 10px;
  font-weight: 400;
  border-bottom: 3px solid #fafafa;
}
@media (max-width: 750px) {
  .corporatePage .corporate-list dl dd {
    padding: 10px 10px;
  }
}
.corporatePage .bottom-text {
  text-align: right;
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  .corporatePage .bottom-text {
    margin: 20px 0 0;
  }
}
.corporatePage .bottom-text a {
  text-decoration: underline;
  font-weight: 400;
}

.page-id-42 .regist-text {
  display: block;
}

.page-id-42 .confirm-text {
  display: none;
}

.page-id-45 .regist-text {
  display: none;
}

.page-id-45 .confirm-text {
  display: block;
}

.service-mv .wpcf7-response-output{
  max-width: 360px;
  margin-left: auto !important;
  margin-top: -80px !important;
  font-size: 0.8em !important;
}

.service-mv .mv-contactBox .c-btn p{
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}