@charset "UTF-8";
/*=====================
		基本設定
=====================*/
body {
  padding-top: 0!important;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}
.cta {
  display: block;
  width: 260px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #efe31a;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #000;
}
@media screen and (max-width: 640px) {
  .cta {
    font-size: 18px;
  }
}
.cta img {
  padding-right: 5px;
  width: 25px;
  vertical-align: sub;
}
.cta span {
  color: #ed234e;
}
.cta:visited {
  color: inherit;
}
.cta:hover {
  height: 50px;
  line-height: 50px;
}
.title {
  text-align: center;
  padding: 50px 0 30px;
  display: block!important;
}
.title img {
  width: auto!important;
  height: auto!important;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flex-wrap .flex-item {
    width: 100% !important;
  }
  .flex-wrap .flex-item + .flex-item {
    margin-top: 30px;
  }
}
.main-width {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  .main-width {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .main-width {
    padding: 0 10px !important;
  }
}
#Header {
  position: inherit;
  font-family: inherit;
}
#Header .page-title {
  background: #f3f3f3;
}
#Header .page-title h1 {
  font-size: 10px;
  padding: 2px 0;
}
#Header .header-inner {
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  #Header .header-inner {
    height: 70px;
    box-sizing: border-box;
  }
}
#Header .header-inner .main-width {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #Header .header-inner .main-width {
    position: relative;
  }
}
#Header .header-inner .main-width .logo {
  display: block;
  height: 50px;
}
#Header .header-inner .main-width .logo img {
  height: 100%;
}
@media screen and (max-width: 640px) {
  #Header .header-inner .main-width .logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -85px;
  }
}
#Header .header-inner .main-width .header-contact {
  display: flex;
}
#Header .header-inner .main-width .header-contact .header-contact-square {
  display: flex;
  margin-right: 10px;
}
#Header .header-inner .main-width .header-contact .header-contact-square span {
  display: block;
  color: #0068b6;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 7px 0;
  font-size: 14px;
  line-height: 17px;
}
#Header .header-inner .main-width .header-contact .header-contact-square span + span {
  margin-left: 10px;
}
#Header .header-inner .main-width .header-contact .header-contact-tel {
  margin-right: 10px;
}
#Header .header-inner .main-width .header-contact .header-contact-tel span {
  background: #f3f3f3;
  display: block;
  font-size: 10px;
  text-align: center;
  padding: 2px 0;
  border-radius: 9px;
}
#Header .header-inner .main-width .header-contact .header-contact-tel > div {
  font-size: 24px;
  font-weight: bold;
}
#Header .header-inner .main-width .header-contact .header-contact-tel > div img {
  width: 35px;
}
#Header .header-inner .main-width .header-contact .header-contact-mail {
  border-radius: 5px;
  background: #efc91a;
  height: 50px;
}
#Header .header-inner .main-width .header-sp-mail {
  background: #efe31a;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: -5px;
  right: 5px;
  border-radius: 5px;
}
#Header .header-inner .main-width .header-sp-mail img {
  width: 25px;
  vertical-align: middle;
}
#Main-visual {
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media screen and (min-width: 641px) {
  #Main-visual {
    background-image: url("../img/lp/bg-main.jpg");
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  #Main-visual {
    background-image: url("../img/lp/bg-main-sp.jpg");
    padding: 20px 0;
  }
}
#Main-visual .main-fukidashi {
  width: 780px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  position: relative;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  font-size: 30px;
  color: #0068b6;
}
@media screen and (max-width: 640px) {
  #Main-visual .main-fukidashi {
    width: 90%;
    font-size: 22px;
    height: 120px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
#Main-visual .main-fukidashi:before {
  content: "";
  display: block;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
}
@media screen and (max-width: 640px) {
  #Main-visual .main-fukidashi:before {
    border-top: 17px solid #fff;
    bottom: -17px;
  }
}
#Main-visual .main-text {
  margin-top: 30px;
}
#Main-visual .main-award {
  margin-top: 30px;
}
.cv01 {
  background: #0068b6;
}
.cv01 .main-width {
  display: flex;
}
@media screen and (max-width: 640px) {
  .cv01 .main-width {
    text-align: center;
  }
}
.cv01 .main-width .cv01-text {
  width: 75%;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .cv01 .main-width .cv01-text {
    width: 100%;
  }
}
.cv01 .main-width .cv01-text > span {
  display: inline-block;
  font-size: 20px;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 5px;
  color: #0068b6;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  .cv01 .main-width .cv01-text > span {
    font-size: 16px;
    margin: 0 0 5px 0;
  }
}
.cv01 .main-width .cv01-text p {
  padding: 10px 0;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .cv01 .main-width .cv01-text p {
    font-size: 18px;
  }
}
.cv01 .main-width .cv01-text .cv01-cta {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .cv01 .main-width .cv01-text .cv01-cta {
    display: block;
  }
}
.cv01 .main-width .cv01-text .cv01-cta .cv01-cta-tel {
  width: 48%;
  background: #fff;
  color: #ed234e;
  height: 50px;
  line-height: 50px;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cv01 .main-width .cv01-text .cv01-cta .cv01-cta-tel {
    color: #000;
  }
}
@media screen and (min-width: 641px) {
  .cv01 .main-width .cv01-text .cv01-cta .cv01-cta-tel img {
    width: 48px;
  }
}
@media screen and (max-width: 640px) {
  .cv01 .main-width .cv01-text .cv01-cta .cv01-cta-tel .cta {
    width: 100%;
  }
  .cv01 .main-width .cv01-text .cv01-cta .cv01-cta-tel .cta img {
    width: 30px;
  }
}
@media screen and (max-width: 640px) {
  .cv01 .main-width .cv01-text .cv01-cta .cv01-cta-tel {
    width: 100%;
    border-radius: 5px;
    background: #efc91a;
    height: 50px;
    margin-bottom: 10px;
  }
}
.cv01 .main-width .cv01-text .cv01-cta .cv01-cta-mail {
  width: 48%;
  border-radius: 5px;
  background: #efc91a;
  height: 50px;
}
.cv01 .main-width .cv01-text .cv01-cta .cv01-cta-mail .cta {
  width: 100%;
}
.cv01 .main-width .cv01-text .cv01-cta .cv01-cta-mail .cta img {
  width: 25px;
}
.cv01 .main-width .cv01-text .cv01-cta .cv01-cta-line {
  background: #009d00;
  border-radius: 5px;
  height: 50px;
}
.cv01 .main-width .cv01-text .cv01-cta .cv01-cta-line .cta {
  width: 100%;
  background: #00b900;
  color: #fff;
}
.cv01 .main-width .cv01-text .cv01-cta .cv01-cta-line .cta img {
  width: 25px;
}
.cv01 .main-width .cv01-pic {
  width: 25%;
  position: relative;
}
.cv01 .main-width .cv01-pic img {
  position: absolute;
  bottom: 0;
  left: 15px;
}
#Conclusion {
  background-position: center;
}
@media screen and (min-width: 641px) {
  #Conclusion {
    background-image: url("../img/lp/bg-conclusion.jpg");
  }
}
@media screen and (max-width: 640px) {
  #Conclusion {
    background-image: url("../img/lp/bg-conclusion-sp.jpg");
    background-size: cover;
  }
}
@media screen and (max-width: 640px) {
  #Conclusion .title img {
    width: 315.5px;
  }
}
#Conclusion .main-width {
  display: flex;
}
@media screen and (max-width: 640px) {
  #Conclusion .main-width {
    display: block;
  }
}
#Conclusion .main-width .comment-wrap {
  width: 50%;
  height: 520px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #Conclusion .main-width .comment-wrap {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    position: inherit;
  }
}
#Conclusion .main-width .comment-wrap .conclusion-comment {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  color: #0068b6;
  text-align: center;
}
#Conclusion .main-width .comment-wrap .conclusion-comment p {
  font-size: 20px;
  font-weight: bold;
  padding: 75px 0 5px;
}
@media screen and (max-width: 640px) {
  #Conclusion .main-width .comment-wrap .conclusion-comment p {
    padding: 5px 15px;
    font-size: 18px;
  }
}
#Conclusion .main-width .comment-wrap .conclusion-comment span {
  padding-top: 10px;
}
@media screen and (min-width: 641px) {
  #Conclusion .main-width .comment-wrap .conclusion-comment:nth-child(1) {
    top: -90px;
  }
  #Conclusion .main-width .comment-wrap .conclusion-comment:nth-child(2) {
    top: 100px;
  }
  #Conclusion .main-width .comment-wrap .conclusion-comment:nth-child(3) {
    bottom: 20px;
  }
}
#Conclusion .main-width .comment-wrap .conclusion-comment:before {
  content: "";
  display: block;
  width: 24.5px;
  height: 20px;
  background-image: url("../img/lp/comment-mark.png");
  background-size: contain;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 640px) {
  #Conclusion .main-width .comment-wrap .conclusion-comment:before {
    top: -10px;
    left: 20px;
  }
}
#Conclusion .main-width .comment-wrap:first-child .conclusion-comment:nth-child(odd) {
  width: 192px;
  height: 255px;
}
@media screen and (min-width: 641px) {
  #Conclusion .main-width .comment-wrap:first-child .conclusion-comment:nth-child(odd) {
    background-image: url("../img/lp/fukidashi-left.png");
  }
}
@media screen and (max-width: 640px) {
  #Conclusion .main-width .comment-wrap:first-child .conclusion-comment:nth-child(odd) {
    background-image: none;
    height: auto;
    width: 70%;
  }
}
#Conclusion .main-width .comment-wrap:first-child .conclusion-comment:nth-child(even) {
  width: 232px;
  height: 255px;
}
@media screen and (min-width: 641px) {
  #Conclusion .main-width .comment-wrap:first-child .conclusion-comment:nth-child(even) {
    background-image: url("../img/lp/fukidashi-left.png");
  }
}
@media screen and (max-width: 640px) {
  #Conclusion .main-width .comment-wrap:first-child .conclusion-comment:nth-child(even) {
    background-image: none;
    height: auto;
    width: 70%;
  }
}
@media screen and (min-width: 641px) {
  #Conclusion .main-width .comment-wrap:first-child .conclusion-comment:nth-child(1) {
    left: 25%;
  }
  #Conclusion .main-width .comment-wrap:first-child .conclusion-comment:nth-child(2) {
    left: -3%;
  }
  #Conclusion .main-width .comment-wrap:first-child .conclusion-comment:nth-child(3) {
    left: 40%;
  }
}
#Conclusion .main-width .comment-wrap:last-child .conclusion-comment:nth-child(odd) {
  width: 192px;
  height: 255px;
}
@media screen and (min-width: 641px) {
  #Conclusion .main-width .comment-wrap:last-child .conclusion-comment:nth-child(odd) {
    background-image: url("../img/lp/fukidashi-right.png");
  }
}
@media screen and (max-width: 640px) {
  #Conclusion .main-width .comment-wrap:last-child .conclusion-comment:nth-child(odd) {
    background-image: none;
    height: auto;
    width: 70%;
  }
}
#Conclusion .main-width .comment-wrap:last-child .conclusion-comment:nth-child(even) {
  width: 232px;
  height: 255px;
}
@media screen and (min-width: 641px) {
  #Conclusion .main-width .comment-wrap:last-child .conclusion-comment:nth-child(even) {
    background-image: url("../img/lp/fukidashi-right.png");
  }
}
@media screen and (max-width: 640px) {
  #Conclusion .main-width .comment-wrap:last-child .conclusion-comment:nth-child(even) {
    background-image: none;
    height: auto;
    width: 70%;
  }
}
@media screen and (min-width: 641px) {
  #Conclusion .main-width .comment-wrap:last-child .conclusion-comment:nth-child(1) {
    right: 25%;
  }
  #Conclusion .main-width .comment-wrap:last-child .conclusion-comment:nth-child(2) {
    right: -3%;
  }
  #Conclusion .main-width .comment-wrap:last-child .conclusion-comment:nth-child(3) {
    right: 40%;
  }
}
@media screen and (max-width: 640px) {
  #Conclusion .main-width .comment-wrap .conclusion-comment {
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 10px 0;
    box-shadow: 0px 3px 0px 3px rgba(0, 0, 0, 0.2);
  }
  #Conclusion .main-width .comment-wrap .conclusion-comment + .conclusion-comment {
    margin-top: 20px;
  }
}
.appear1,
.appear2,
.appear3,
.appear4,
.appear5,
.appear6 {
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  transform: translateY(15px);
}
.appear1.is-show,
.appear2.is-show,
.appear3.is-show,
.appear4.is-show,
.appear5.is-show,
.appear6.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.appear7,
.appear8,
.appear9 {
  visibility: hidden;
  opacity: 0;
  transition: 2.5s;
  transform: translateY(30px);
}
.appear7.is-show,
.appear8.is-show,
.appear9.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.appear2,
.appear8 {
  transition-delay: 0.3s;
}
.appear3,
.appear9 {
  transition-delay: 0.6s;
}
.appear4 {
  transition-delay: 0.9s;
}
.appear5 {
  transition-delay: 1.2s;
}
.appear6 {
  transition-delay: 1.5s;
}
#Strength {
  background-image: linear-gradient(-45deg, #ffffff 25%, #e6f7fc 25%, #e6f7fc 50%, #ffffff 50%, #ffffff 75%, #E6F7FC 75%, #e6f7fc);
  background-size: 15px 15px;
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #Strength .title img {
    width: 271px;
  }
}
#Strength .flex-wrap .flex-item {
  width: -webkit-calc(((100% - 60px) / 3));
  width: -moz-calc(((100% - 60px) / 3));
  width: calc(((100% - 60px) / 3));
  text-align: center;
}
#Strength .flex-wrap .flex-item img {
  vertical-align: bottom;
}
#Strength .flex-wrap .flex-item .strength-item {
  position: relative;
}
#Strength .flex-wrap .flex-item .strength-item .strength-item-pic {
  height: 205px;
  background-position: center;
  background-size: cover;
}
#Strength .flex-wrap .flex-item .strength-item .strength-item-text {
  background: #fff;
  padding: 45px 15px 30px;
  font-size: 110%;
  line-height: 1.8;
}
#Strength .flex-wrap .flex-item .strength-item .strength-num {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0068b6;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
}
#Strength .flex-wrap .flex-item .strength-item .strength-num span {
  font-size: 10px;
}
#Strength .flex-wrap .flex-item .strength-item .strength-head {
  position: absolute;
  top: 205px;
  left: 50%;
}
#Strength .flex-wrap .flex-item:nth-child(1) .strength-item-pic {
  background-image: url("../img/lp/strength-pic01.jpg");
}
#Strength .flex-wrap .flex-item:nth-child(1) .strength-head {
  margin: -18px 0 0 -129px;
}
#Strength .flex-wrap .flex-item:nth-child(2) .strength-item-pic {
  background-image: url("../img/lp/strength-pic02.jpg");
}
#Strength .flex-wrap .flex-item:nth-child(2) .strength-head {
  margin: -32px 0 0 -141px;
}
#Strength .flex-wrap .flex-item:nth-child(3) .strength-item-pic {
  background-image: url("../img/lp/strength-pic03.jpg");
}
#Strength .flex-wrap .flex-item:nth-child(3) .strength-head {
  margin: -17px 0 0 -115px;
}
#Social-proof {
  background: #00afdd;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 641px) {
  #Social-proof {
    background-image: url("../img/lp/bg-social-proof.jpg");
    background-size: cover;
    background-position: center;
  }
}
#Social-proof .social-proof-so {
  background: #00afdd;
  width: 150px;
  height: 75px;
  position: absolute;
  top: -75px;
  left: 50%;
  margin-left: -75px;
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
}
#Social-proof .social-proof-so img {
  height: 25px;
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  #Social-proof .social-proof-so img {
    height: 18px;
  }
}
.post-item .post-thumnail {
  height: 232px;
  background-position: center;
  background-size: cover;
}
.post-item .post-text {
  background: #f3f3f3;
  height: 110px;
  box-sizing: border-box;
  position: relative;
  padding: 15px;
}
.post-item .post-text .post-title {
  font-size: 16px;
  font-weight: bold;
}
.post-item .post-text .post-date {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.post-thumnail-works {
  display: flex;
  height: 150px;
  position: relative;
}
.post-thumnail-works .post-works {
  background-position: center;
  background-size: cover;
  position: relative;
}
.post-thumnail-works .post-works::before {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
}
.post-thumnail-works .post-works.post-works-before {
  width: 45%;
}
.post-thumnail-works .post-works.post-works-before::before {
  content: "before";
  background-color: #0068b6;
}
.post-thumnail-works .post-works.post-works-after {
  width: 55%;
}
.post-thumnail-works .post-works.post-works-after::before {
  content: "after";
  background-color: #ed234e;
}
.post-thumnail-works .works-time {
  position: absolute;
  left: 30%;
  bottom: 10px;
  background: #fff;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
}
.post-thumnail-works .works-time span {
  display: block;
  padding: 0 15px;
  position: relative;
}
.post-thumnail-works .works-time span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#Voice {
  padding-bottom: 50px;
}
#Voice .flex-wrap .flex-item {
  width: -webkit-calc(((100% - 60px) / 3));
  width: -moz-calc(((100% - 60px) / 3));
  width: calc(((100% - 60px) / 3));
}
#Staff {
  background: #e5f7fc;
}
#Staff .title img {
  width: 350px;
}
@media screen and (max-width: 640px) {
  #Staff .title img {
    width: 283px;
  }
}
#Staff .staff-comment {
  text-align: center;
  padding: 30px 0;
}
#Slick-Slider .slick-slide-inner {
  padding: 0 15px;
  text-align: center;
}
#Slick-Slider .slick-slide-inner img {
  width: 174px;
}
#Slick-Slider .slick-slide-inner .slick-slide-text {
  padding: 15px 5px;
  background: #0068b6;
  color: #fff;
}
#Slick-Slider .slick-slide-inner .slick-slide-text p {
  padding-bottom: 5px;
}
#Slick-Slider .slick-arrow {
  width: 50px;
  height: 50px;
  background: #ed234e;
  color: #fff;
  z-index: 10;
}
#Slick-Slider .slick-arrow.slick-prev {
  left: -60px;
}
@media screen and (max-width: 640px) {
  #Slick-Slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
#Slick-Slider .slick-arrow.slick-next {
  right: -60px;
}
@media screen and (max-width: 640px) {
  #Slick-Slider .slick-arrow.slick-next {
    right: -10px;
  }
}
#Flow .title img {
  width: 210px;
}
@media screen and (max-width: 640px) {
  #Flow .title img {
    width: 180px;
  }
}
#Flow .flow-box {
  display: flex;
  justify-content: space-between;
}
#Flow .flow-box .flow-arrow {
  font-size: 16px;
  width: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #ed234e;
  color: #fff;
  text-align: center;
  line-height: 40px;
  padding: 15px 0;
  box-sizing: border-box;
  height: 300px;
  position: relative;
  letter-spacing: 4px;
}
@media screen and (max-width: 640px) {
  #Flow .flow-box .flow-arrow {
    height: 360px;
  }
}
#Flow .flow-box .flow-arrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ed234e;
}
#Flow .flow-comment {
  text-align: center;
  margin-bottom: 50px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-bottom: 40px;
  background-color: #fff;
  width: -webkit-calc((100% - 60px));
  width: -moz-calc((100% - 60px));
  width: calc((100% - 60px));
  position: relative;
}
@media screen and (max-width: 640px) {
  .tabs {
    width: -webkit-calc((100% - 40px));
    width: -moz-calc((100% - 40px));
    width: calc((100% - 40px));
  }
}
.tabs .tab_item {
  width: 80px;
  height: 80px;
  background-color: #00afdd;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.tabs .tab_item:last-of-type {
  border: none;
}
@media screen and (max-width: 640px) {
  .tabs .tab_item {
    height: 95px;
    width: 75px;
  }
}
.tabs .tab_item:hover {
  background: #0068b6;
}
.tabs .tab_item img {
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  .tabs .tab_item img {
    padding-top: 25px;
  }
}
.tabs .tab_content {
  display: none;
  width: -webkit-calc((100% - 80px));
  width: -moz-calc((100% - 80px));
  width: calc((100% - 80px));
  background: #0068b6;
  color: #fff;
  position: absolute;
  right: 0;
  left: 80px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .tabs .tab_content {
    width: -webkit-calc((100% - 75px));
    width: -moz-calc((100% - 75px));
    width: calc((100% - 75px));
    left: 75px;
  }
}
.tabs .tab_content .flow-box {
  display: flex;
  height: 100%;
}
.tabs .tab_content .flow-box > div {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .tabs .tab_content .flow-box > div {
    width: 100%;
  }
}
.tabs .tab_content .flow-box .flow-box-pic {
  background-position: center;
  background-size: cover;
}
.tabs .tab_content .flow-box .flow-box-pic.flow-box-pic01 {
  background-image: url("../img/promise_img1.jpg");
}
.tabs .tab_content .flow-box .flow-box-pic.flow-box-pic02 {
  background-image: url("../img/promise_img2.jpg");
}
.tabs .tab_content .flow-box .flow-box-pic.flow-box-pic03 {
  background-image: url("../img/promise_img3.jpg");
}
.tabs .tab_content .flow-box .flow-box-pic.flow-box-pic04 {
  background-image: url("../img/promise_img4.jpg");
}
.tabs .tab_content .flow-box .flow-box-text {
  padding: 15px;
}
.tabs .tab_content .flow-box .flow-box-text .flow-box-text-title {
  padding-bottom: 15px;
}
.tabs .tab_content .flow-box .flow-box-text .flow-box-text-title h2 {
  display: inline-block;
  vertical-align: bottom;
  line-height: 43px;
  font-size: 30px;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  .tabs .tab_content .flow-box .flow-box-text .flow-box-text-title h2 {
    padding-left: 0;
    font-size: 20px;
  }
}
.tabs .tab_content .flow-box .flow-box-text p {
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .tabs .tab_content .flow-box .flow-box-text p {
    font-size: 12px;
    line-height: 1.6;
  }
}
.tabs .tab_content .flow-box .flow-box-text a {
  color: #fff;
  text-decoration: underline;
}
.tabs .tab_content .flow-box .flow-box-text a:visited {
  color: #fff;
}
.tabs input[name="tab_item"] {
  display: none;
}
.tabs #flow01:checked ~ #flow01_content,
.tabs #flow02:checked ~ #flow02_content,
.tabs #flow03:checked ~ #flow03_content,
.tabs #flow04:checked ~ #flow04_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #0068b6;
}
#Price {
  background: #e5f7fc;
}
#Price .title img {
  width: 234px;
}
@media scree and (max-width: 640px) {
  #Price .title img {
    width: 211px;
  }
}
#Price .flex-wrap {
  padding: 20px 0 0;
  position: relative;
}
#Price .flex-wrap .flex-item {
  width: -webkit-calc(((100% - 60px) / 3));
  width: -moz-calc(((100% - 60px) / 3));
  width: calc(((100% - 60px) / 3));
  background: #fff;
  position: relative;
  text-align: center;
  padding: 112px 0 20px;
}
@media screen and (max-width: 640px) {
  #Price .flex-wrap .flex-item {
    padding: 20px 0;
  }
}
#Price .flex-wrap .flex-item .price-track {
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 640px) {
  #Price .flex-wrap .flex-item .price-track {
    left: -10px;
  }
}
@media screen and (max-width: 640px) {
  #Price .flex-wrap .flex-item .price-head {
    padding-left: 100px;
  }
}
#Price .flex-wrap .flex-item ul {
  padding: 20px 0;
}
#Price .flex-wrap .flex-item .price-text {
  width: 164px;
}
#Price .price-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
#Price .price-comment {
  width: 70%;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  box-sizing: border-box;
  margin: 50px auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  #Price .price-comment {
    width: 85%;
    margin: 30px auto;
  }
}
.cv02 {
  background: #0068b6;
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .cv02 {
    padding: 0;
  }
}
.cv02 .cv02-inner {
  border-radius: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .cv02 .cv02-inner {
    background: none;
    border-radius: 0;
  }
}
.cv02 .cv02-inner .cv02-inner-text {
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .cv02 .cv02-inner .cv02-inner-text {
    position: relative;
    padding: 50px 0;
  }
}
.cv02 .cv02-inner .cv02-inner-text .cta-sp-head {
  width: 199.5px;
}
.cv02 .cv02-inner .cv02-inner-text h3 {
  display: inline-block;
  font-size: 20px;
  background: #e3e3e3;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .cv02 .cv02-inner .cv02-inner-text h3 {
    padding: 15px 0;
    background: none;
    color: #fff;
    font-size: 16px;
  }
}
.cv02 .cv02-inner .cv02-inner-text > span {
  display: block;
  padding: 5px;
  color: #ed234e;
  font-size: 60px;
  font-weight: bold;
}
.cv02 .cv02-inner .cv02-inner-text > span img {
  width: 95px;
}
.cv02 .cv02-inner .cv02-inner-text p {
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 15px;
}
.cv02 .cv02-inner .cv02-inner-text .cv02-cta {
  width: 500px;
  margin: 0 auto;
  height: 100px;
  background: #efc91a;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .cv02 .cv02-inner .cv02-inner-text .cv02-cta {
    width: 100%;
  }
}
.cv02 .cv02-inner .cv02-inner-text .cv02-cta a {
  display: block;
  width: 100%;
  height: 90px;
  line-height: 90px;
  background: #efe31a;
  border-radius: 10px;
  font-size: 23px;
  color: #000;
  font-weight: bold;
}
.cv02 .cv02-inner .cv02-inner-text .cv02-cta a:hover {
  height: 100px;
  line-height: 100px;
}
.cv02 .cv02-inner .cv02-inner-text .cv02-cta a img {
  width: 40px;
  vertical-align: sub;
}
.cv02 .cv02-inner .cv02-inner-text .cv02-cta a span {
  font-size: 23px;
  color: #ed234e;
}
.cv02 .cv02-inner .cv02-inner-text .cv02-cta:last-child {
  background: #009d00;
}
.cv02 .cv02-inner .cv02-inner-text .cv02-cta:last-child a {
  background: #00b900;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .cv02 .cv02-inner .cv02-inner-text .cv02-cta + .cv02-cta {
    margin-top: 15px;
  }
}
.cv02 .cv02-inner > img {
  position: absolute;
  bottom: 0;
  vertical-align: bottom;
}
.cv02 .cv02-inner .cta-pic01 {
  width: 168.5px;
  left: -15px;
}
@media screen and (max-width: 640px) {
  .cv02 .cv02-inner .cta-pic01 {
    left: -55px;
  }
}
.cv02 .cv02-inner .cta-pic02 {
  width: 265px;
  right: -15px;
}
@media screen and (max-width: 640px) {
  .cv02 .cv02-inner .cta-pic02 {
    right: -75px;
  }
}
#Area {
  padding: 50px 0;
}
#Area .area-box h3 {
  background: #0068b6;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 22px;
  font-weight: bold;
}
#Area .area-box .area-box-link {
  box-sizing: border-box;
  padding: 30px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
#Area .area-box .area-box-link ul {
  margin: -5px 0 0 -5px;
}
#Area .area-box .area-box-link ul li {
  display: inline-block;
  padding: 5px;
  border: 1px solid #bbb;
  margin: 5px 0 0 5px;
}
#Greeting {
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
@media screen and (min-width: 641px) {
  #Greeting {
    background-image: url("../img/lp/bg-greeting.jpg");
  }
}
@media screen and (max-width: 640px) {
  #Greeting {
    background-image: url("../img/lp/bg-greeting-sp.jpg");
  }
}
#Greeting .greeting-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 80px 30px 30px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #Greeting .greeting-box {
    width: 95%;
  }
}
#Greeting .greeting-box .greeting-title {
  width: 349px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -174px;
}
#Greeting .greeting-box h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 5px 25px;
  color: #0068b6;
  position: relative;
  border-bottom: 3px solid;
  margin-bottom: 15px;
}
#Greeting .greeting-box h4:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #0068b6;
  position: absolute;
  left: 0;
  top: 20px;
}
#Greeting .greeting-box h5 {
  padding: 10px 0 5px;
  font-size: 16px;
  font-weight: bold;
}
#Greeting .greeting-box p {
  line-height: 1.8;
}
#Greeting .greeting-box p + p {
  padding-top: 15px;
}
.totop {
  display: block;
  background: #0068b6;
  height: 50px;
}
.totop p {
  text-align: center;
  padding-top: 25px;
  color: #fff;
  position: relative;
}
.totop p:before {
  content: "";
  display: block;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 12px;
}
.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0068b6;
  height: 100px;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .fixed-btn {
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.fixed-btn .main-width {
  display: flex;
  background-image: url("../img/lp/bg-fixed-btn.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .fixed-btn .main-width {
    background: none;
    justify-content: space-between;
  }
}
.fixed-btn .main-width > a {
  display: block;
  width: 235px;
  padding: 12.5px 0;
}
.fixed-btn .main-width .fixed-btn-tel {
  width: 300px;
  margin: 0 20px;
  padding: 12.5px 0;
  height: 75px;
  color: #fff;
  line-height: 30px;
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .fixed-btn .main-width .fixed-btn-tel {
    width: 49%;
    margin: 5px 0;
    padding: 0;
    height: 50px;
    background: #efc91a;
    border-radius: 5px;
  }
}
.fixed-btn .main-width .fixed-btn-tel img {
  height: 30px;
}
@media screen and (max-width: 640px) {
  .fixed-btn .main-width .fixed-btn-tel img {
    height: 14px;
    vertical-align: baseline;
  }
}
.fixed-btn .main-width .fixed-btn-tel span {
  display: block;
  border: 1px solid;
  text-align: center;
  font-size: 12px;
  border-radius: 15px;
  margin-top: 10px;
}
.fixed-btn .main-width .fixed-btn-tel .cta {
  width: auto;
  font-size: 16px;
  color: #000;
}
.fixed-btn .main-width .fixed-btn-mail {
  margin: 15px 0;
  width: -webkit-calc((100% - 665px));
  width: -moz-calc((100% - 665px));
  width: calc((100% - 665px));
  background: #efc91a;
  border-radius: 10px;
}
.fixed-btn .main-width .fixed-btn-mail a {
  display: block;
  height: 65px;
  background: #efe31a;
  line-height: 65px;
  text-align: center;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
}
.fixed-btn .main-width .fixed-btn-mail a img {
  width: 30px;
  vertical-align: sub;
}
.fixed-btn .main-width .fixed-btn-mail a span {
  color: #ed234e;
}
.fixed-btn .main-width .fixed-btn-mail a:hover {
  height: 75px;
  line-height: 75px;
}
.fixed-btn .main-width .cv01-cta-line {
  width: 49%;
  margin: 5px 0;
  height: 50px;
  background: #009d00;
  border-radius: 5px;
}
.fixed-btn .main-width .cv01-cta-line .cta {
  width: auto;
  background: #00b900;
  color: #fff;
  font-size: 16px;
}
#Footer {
  text-align: center;
  padding: 30px 0 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #Footer {
    margin-bottom: 60px;
  }
}
#Footer img {
  width: 165px;
}
#Footer dl {
  padding: 10px 0;
  line-height: 1.8;
}
#Footer ul {
  margin: 10px auto 0;
}
#Footer ul li {
  display: inline-block;
  color: #000;
  border-left: 1px solid;
}
#Footer ul li:last-child {
  border-right: 1px solid;
}
#Footer ul li a {
  display: block;
  padding: 5px 15px;
}
#Footer ul li a:visited {
  color: #000;
}
#Footer #Copyright {
  border-top: 1px solid #0068b6;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #Footer #Copyright {
    line-height: 1.9;
    padding-top: 10px;
  }
}
.youtube {
  width: 95%;
  margin: 30px auto 0;
}
@media screen and (min-width: 641px) {
  .youtube {
    max-width: 500px;
    margin: 50px auto 0;
  }
}
.youtube iframe {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 641px) {
  .youtube iframe {
    height: 300px;
  }
}
/*=====================
    サービス詳細セクション
=====================*/
#Service-detail {
  background: #f8f9fa;
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  #Service-detail {
    padding: 60px 0;
  }
}
#Service-detail .title h2 {
  font-size: 36px;
  color: #0068b6;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #Service-detail .title h2 {
    font-size: 24px;
  }
}
#Service-detail .service-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  #Service-detail .service-grid {
    margin: -12px;
    margin-top: 50px;
  }
}
#Service-detail .service-grid .service-item {
  width: calc(50% - 30px);
  margin: 15px;
}
@media screen and (max-width: 1024px) {
  #Service-detail .service-grid .service-item {
    width: calc(100% - 24px);
    margin: 12px;
  }
}
#Service-detail .service-grid .service-item h3 {
  font-size: 24px;
  color: #0068b6;
  font-weight: bold;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 3px solid #00afdd;
}
@media screen and (max-width: 640px) {
  #Service-detail .service-grid .service-item h3 {
    font-size: 20px;
  }
}
#Service-detail .service-grid .service-item p {
  line-height: 1.9;
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  #Service-detail .service-grid .service-item p {
    font-size: 14px;
  }
}
#Service-detail .service-grid .service-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#Service-detail .service-grid .service-item ul li {
  position: relative;
  padding-left: 28px;
  line-height: 2;
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  #Service-detail .service-grid .service-item ul li {
    font-size: 14px;
  }
}
#Service-detail .service-grid .service-item ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00afdd;
  font-weight: bold;
  font-size: 18px;
}
/*=====================
    選ばれる理由セクション
=====================*/
#Reason {
  padding: 100px 0;
  background: linear-gradient(135deg, #0068b6 0%, #00afdd 100%);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #Reason {
    padding: 60px 0;
  }
}
#Reason .title {
  position: relative;
  z-index: 1;
}
#Reason .title h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #Reason .title h2 {
    font-size: 24px;
  }
}
#Reason .reason-list {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #Reason .reason-list {
    margin-top: 30px;
  }
}
#Reason .reason-list .reason-item {
  background: #fff;
  padding: 40px 40px 40px 120px;
  border-radius: 16px;
  margin-bottom: 24px;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 640px) {
  #Reason .reason-list .reason-item {
    padding: 80px 24px 24px;
  }
}
#Reason .reason-list .reason-item:last-child {
  margin-bottom: 0;
}
#Reason .reason-list .reason-item:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
#Reason .reason-list .reason-item .reason-number {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: #0068b6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 104, 182, 0.3);
}
@media screen and (max-width: 640px) {
  #Reason .reason-list .reason-item .reason-number {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
#Reason .reason-list .reason-item h3 {
  font-size: 22px;
  color: #0068b6;
  font-weight: bold;
  margin: 0 0 12px;
}
@media screen and (max-width: 640px) {
  #Reason .reason-list .reason-item h3 {
    font-size: 18px;
    text-align: center;
  }
}
#Reason .reason-list .reason-item p {
  line-height: 1.9;
  color: #333;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #Reason .reason-list .reason-item p {
    font-size: 14px;
  }
}
/*=====================
    FAQセクション
=====================*/
#FAQ {
  padding: 100px 0;
  background: #f8f9fa;
}
@media screen and (max-width: 640px) {
  #FAQ {
    padding: 60px 0;
  }
}
#FAQ .title h2 {
  font-size: 36px;
  color: #0068b6;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #FAQ .title h2 {
    font-size: 24px;
  }
}
#FAQ .faq-list {
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  #FAQ .faq-list {
    margin-top: 30px;
  }
}
#FAQ .faq-list .faq-item {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s;
}
#FAQ .faq-list .faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
#FAQ .faq-list .faq-item h3 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 24px 24px 24px 70px;
  background: #0068b6;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #FAQ .faq-list .faq-item h3 {
    font-size: 16px;
    padding: 20px 20px 20px 60px;
  }
}
#FAQ .faq-list .faq-item h3:before {
  content: "Q";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #fff;
  color: #0068b6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #FAQ .faq-list .faq-item h3:before {
    left: 16px;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
#FAQ .faq-list .faq-item div[itemprop="acceptedAnswer"] {
  padding: 24px 24px 24px 70px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #FAQ .faq-list .faq-item div[itemprop="acceptedAnswer"] {
    padding: 20px 20px 20px 60px;
  }
}
#FAQ .faq-list .faq-item div[itemprop="acceptedAnswer"]:before {
  content: "A";
  position: absolute;
  left: 24px;
  top: 24px;
  width: 36px;
  height: 36px;
  background: #ed234e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #FAQ .faq-list .faq-item div[itemprop="acceptedAnswer"]:before {
    left: 16px;
    top: 20px;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}
#FAQ .faq-list .faq-item div[itemprop="acceptedAnswer"] p {
  line-height: 1.9;
  color: #333;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #FAQ .faq-list .faq-item div[itemprop="acceptedAnswer"] p {
    font-size: 14px;
  }
}
