/* common */
.sp {
  display: block;
}
.pc {
  display: none;
}
.h2-style,
.h2-style-nobg { 
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 1;
}
.h2-style .bg {
  background-color: #EBF9FD;
  display: inline-block;
  padding: 0 4%;
  position: relative;
  z-index: 1;
}
.h2-style::before {
  background-color: #080C0D;
  display: block;
  content: "";
  height: 1px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.h2-style .sub,
.h2-style-nobg .sub {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
.h2-style-nobg::before,
.h2-style-nobg::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 70px;
}
.h2-style-nobg::before {
  left: 0;
}
.h2-style-nobg::after {
  right: 0;
}
/* header */
header {
  left: 0;
  top: 0;
  width: 100%;
}
.logo {
  width: 30%;
}
.nav-btn {
  flex-direction: column;
  width: 40px;
  justify-content: space-evenly;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10;
  height: 40px;
}
.nav-btn span {
  background-color: #080C0D;
  border-radius: 10px;
  display: block;
  height: 3px;
  width: 100%;
}
.nav-btn.active span:first-of-type {
  opacity: 0;
}
.nav-btn.active span:nth-of-type(2) {
  transform: rotate(45deg);
}
.nav-btn.active span:last-of-type {
  transform: translateY(-11px) rotate(-45deg);
}
.sp-menu {
  position: fixed;
  right: -70%;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 70%;
  z-index: 5;
  padding-top: 80px;
  transition: right 0.5s;
}
.sp-menu.active {
  right: 0;
}
.sp-menu ul {
  margin-bottom: 20px;
}
.sp-menu li {
  font-size: 1.4rem;
  padding: 20px;
}
.sp-menu li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.sp-menu .contact-btn {
  margin: 0 auto;
  width: 80%;
}
.sp-menu .contact-btn a {
  background-color: #00A89E;
  border-radius: 200px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  text-align: center;
  padding: 15px 0;
}
.sp-menu .contact-btn span {
  background: url(../images/mail_white.svg) no-repeat left center / 20px auto;
  padding-left: 25px;
}
/* kv */
.kv {
  background: url(../images/kv.jpg) no-repeat center top / cover;
  padding-top: 45%;
  height: 100vh;
}
.kv .sns-icons {
  justify-content: space-between;
  align-items: center;
  width: 55%;
}
.kv .sns-icons li {
  width: 17%;
}
.kv .msg,
.kv .catch,
.kv .sub-catch {
  color: #fff;
}
.kv .msg,
.kv .catch {
  text-align: center;
}
.kv .msg {
  line-height: 1.4;
}
.kv .catch span {
  display: inline-block;
  padding: 10px;
  position: relative;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.kv .catch span::before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 10px;
  z-index: -1;
}
/* worry */
.worry-wrap {
  background-color: #C6D8DA;
  padding: 50px 0 0;
  overflow-x: hidden;
}
.worry-wrap .inner {
  background: url(../images/worries_bg.png) no-repeat center bottom / 50% auto;
  padding-bottom: 60%;
}
.worry-wrap h2 {
  line-height: 2;
}
.worry-wrap h2 .border {
  border-bottom: 2px solid #47B9B5;
  display: inline-block;
  margin: 0 5px;
  line-height: 1.6;
}
.worry-wrap h2 .dot {
  position: relative;
}
.worry-wrap h2 .dot::before {
  content: "";
  display: block;
  background-color: #47B9B5;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 4px;
}
/* other worry */
.other-worry-wrap {
  background: url(../images/solution_bg.jpg) no-repeat center center / cover;
  padding: 50px 0;
  color: #fff;
}
.other-worry-wrap h2 {
  line-height: 1.6;
}
.other-worry-wrap .msg {
  line-height: 1.6;
}
.other-worry-wrap .other-worry-lists li {
  background-color: #000;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
}
/* service */
.service-wrap {
  background-color: #EBF9FD;
  padding: 50px 0;
}
.service-wrap .service-lists li {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #519CA5;
  padding: 15px;
  margin-bottom: 10px;
}
.service-wrap .service-lists .number {
  background-color: #333;
  border-radius: 200px;
  color: #fff;
  display: inline-block;
  padding: 6px 10px 2px;
}
.service-lists .icon {
  margin: 30px auto;
  width: 30%;
}
.service-lists dd {
  padding: 0 20px;
  line-height: 1.6;
}
/* strength */
.strength-wrap {
  padding: 50px 0;
}
.strength-wrap h2 .bg {
  background-color: #fff;
}
.strength-wrap .strngth-lists {
  padding: 0 5%;
}
.strength-wrap .strngth-lists li {
  background-color: #EBF9FD;
  padding: 30px 20px;
}
.strength-wrap .strngth-lists .pic {
  margin: 0 auto 20px;
  width: 80%;
}
.strength-wrap .strngth-lists dt,
.strength-wrap .strngth-lists dd {
  line-height: 1.6;
}
.strngth-lists .point-box {
  background-color: #fff;
  padding: 0 20px 20px;
}
.strngth-lists .icon {
  background-color: #080C0D;
  background-image: url(../images/check.svg);
  background-size: 14px 14px;
  background-position: 10px center;
  background-repeat: no-repeat;
  border-radius: 200px;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  padding: 6px 11px 2px 30px;
  transform: translateY(-10px);
}
.strngth-lists .msg {
  font-size: 1.6rem;
  line-height: 1.6;
}
/* plan */
.plan-wrap {
  background-color: #EBF9FD;
  padding: 50px 0;
}
.plan-wrap .plan-table {
  overflow-x: scroll;
}
.plan-wrap table {
  border-collapse: separate;
  border-spacing: 4px;
  width: 700px;
  position: relative;
}
.plan-table th {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
}
.plan-table th:nth-of-type(2) {
  color: #333;
  background-color: #CCEFEB;
}
.plan-table th:nth-of-type(3) {
  background-color: #00A89E;
}
.plan-table th:last-of-type {
  background-color: #C7B199;
  color: #333;
}
.plan-table tr:nth-of-type(odd) td:not(:first-of-type) {
  background-color: #fff;
}
.plan-table th span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 5px;
}
.plan-table td:first-of-type {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 15px 0;
  vertical-align: middle;
}
.plan-table th,
.plan-table td {
  width: 20%;
}
.txt-tr td {
  font-size: 1.2rem;
  text-align: center;
  padding: 15px;
  line-height: 1.4;
  vertical-align: middle;
}
.plan-table .price {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.plan-table tbody tr:first-of-type .price {
  position: relative;
}
.plan-wrap .caution-msg {
  line-height: 1.4;
}
/* operation */
.strength-slider-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: .3s opaity;
  width: 65%;
  margin: 50px auto 40px;
  position: relative;
}
.strength-slider-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.strength-slider-pagination .swiper-pagination-bullet-active {
  background-color: #47B9B5;
}
/* faq */
.faq-wrap {
  padding: 50px 0;
}
.faq-wrap h2 .bg {
  background-color: #fff;
}
.faq-wrap .faq-pack {
  position: relative;
  margin-bottom: 30px;
}
.faq-pack dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.faq-pack dt,
.faq-pack dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: normal;
}
.faq-pack dt {
  margin-bottom: 15px;
}
.faq-pack dt .icon,
.faq-pack dd .icon  {
  width: 12%;
}
.faq-pack dt .txt {
  background: url(../images/faq_bg.png) no-repeat left center / 100% auto;
  font-size: 1.4rem;
  width: 88%;
  padding: 15px 10px 15px 30px;
}
.faq-pack dd .icon {
  font-size: 3rem;
  text-align: center;
}
.faq-pack dd .txt {
  font-size: 1.4rem;
  width: 88%;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
}
/* contact-wrap */
.contact-wrap {
  background-color: #F2F2F2;
  padding: 50px 0;
}
.contact-wrap h2 .bg {
  background-color: #F2F2F2;
}
.contact-wrap h2,
.contact-wrap h2 .sub {
  color: #333;
}
.contact-form dt {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}
.contact-form dd {
  margin-bottom: 20px;
  line-height: 1.4;
}
.contact-form .require,
.contact-form .optional {
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin-left: 15px;
}
.contact-form .require {
  background-color: #C1272D;
  color: #fff;
}
.contact-form .optional {
  background-color: rgba(8, 12, 13, 0.3);
}
.form-input input {
  background-color: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}
.form-textarea textarea {
  background-color: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
}
.submit-btn {
  margin-top: 40px;
}
.submit-btn input {
  color: #fff;
  display: block;
  background-color: #00A89E;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
/* company */
.company-wrap {
  padding: 50px 0;
}
.company-wrap h2 .bg {
  background-color: #fff;
}
.company-wrap .company-table {
  border: 1px solid #ccc;
}
.company-wrap .company-table dt,
.company-wrap .company-table dd {
  font-size: 1.6rem;
  font-weight: normal;
}
.company-wrap .company-table dt {
  background-color: #B3B3B3;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.company-wrap .company-table dl:not(:first-of-type) dt {
  border-top: 1px solid #ccc;
}
.company-wrap .company-table dd {
  padding: 15px 15px 25px;
  line-height: 1.6;
}
/* footer */
footer {
  background-color: #47B9B5;
  color: #fff;
  padding: 50px 0;
}
.foot-nav {
  margin: 0 auto 20px;
  width: 85%;
}
.foot-nav a {
  font-size: 1.2rem;
}
.foot-nav ul {
  justify-content: space-around;
  gap: 4%;
}
.foot-nav ul li {
  margin-bottom: 10px;
}
footer .copy {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
/* contact form 7 */
.wpcf7-form-control.wpcf7-radio {
  display: flex;
}
span.wpcf7-list-item {
  position: relative;
  flex-basis: 50%;
  width: 100%;
}
span.wpcf7-list-item.first {
  margin: 0!important
}
.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 13px
}
input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #46B9B5;
  box-shadow: inset 0 0 0 2px #fff;
}
.form-trigger .wpcf7-form-control.wpcf7-radio {
  flex-wrap: wrap;
}
.form-trigger .wpcf7-list-item {
  width: 100%;
  margin: 0 0 10px 0 !important;
}
.wpcf7-not-valid-tip {
  background-color: #dc3232;
  color: #fff;
  padding: 2px 6px;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232;
}
/* PC  */
@media screen and (min-width:1024px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  header {
    background-color: rgba(255,255,255, 0.6);
    align-items: center;
  }
  header .logo {
    width: 180px;
  }
  .pc-menu {
    width: calc(100% - 250px);
  }
  .pc-menu div {
    align-items: center;
    justify-content: space-between;
  }
  .pc-menu ul {
    justify-content: space-between;
    width: 70%;
  }
  .pc-menu li a {
    font-size: 1.6rem;
  }
  .pc-menu .contact-btn {
    margin-right: 3%;
  }
  .pc-menu .contact-btn a {
    background-color: #00a89e;
    border-radius: 200px;
    color: #fff;
    display: block;
    font-size: 2rem;
    padding: 15px;
  }
  .pc-menu .contact-btn span {
    background: url(../images/mail_white.svg) no-repeat left center / 20px auto;
    padding-left: 30px;
  }
  .kv {
    padding-top: 250px;
    padding-bottom: 200px;
    height: 100%;
  }
  .kv .sns-icons {
    max-width: 250px;
    width: 40%;
  }
  .kv .msg {
    font-size: 2.4rem;
  }
  .kv .catch {
    font-size: 4rem;
  }
  .kv .catch span {
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .kv .catch span::before {
    bottom: 0px;
  }
  .kv .sub-catch {
    display: flex;
    justify-content: space-between;
    width: 500px;
  }
  .kv .sub-catch li {
    font-size: 1.6rem;
  }
  .success-wrap,
  .other-worry-wrap,
  .service-wrap,
  .strength-wrap,
  .follow-up-wrap,
  .price-wrap,
  .plan-wrap,
  .operation-wrap,
  .faq-wrap,
  .contact-wrap,
  .company-wrap {
    padding: 100px 0;
  }
  .h2-style,
  .h2-style-nobg {
    font-size: 3rem;
    margin-bottom: 60px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .h2-style .sub,
  .h2-style-nobg .sub {
    font-size: 1.4rem;
  }
  .worry-wrap .inner {
    background-position: 90% bottom;
    background-size: 260px auto;
    padding-bottom: 100px;
  }
  .worry-wrap h2 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .worry-wrap h2 .border {
    font-size: 4.8rem;
    border-bottom-width: 4px;
  }
  .worry-wrap h2 .dot::before {
    height: 8px;
    width: 8px;
  }
  .worry-pack {
    display: flex;
    flex-wrap: wrap;
  }
  .worry-pack {
    margin: 0 auto;
    width: 50%;
  }
  .worry-pack .worry-lists {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
  }
  .worry-pack .bg-girl {
    margin: 0 0 0 auto;
    width: 24%;
  }
  .other-worry-wrap h2 {
    font-size: 3rem;
  }
  .other-worry-wrap .other-worry-lists {
    max-width: 800px;
    margin: 0 auto;
  }
  .other-worry-wrap .other-worry-lists li {
    font-size: 2rem;
    padding: 10px 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .other-worry-wrap .msg {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .service-wrap .msg {
    font-size: 2rem;
  }
  .service-wrap .sub-msg {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
  .service-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }
  .service-wrap .service-lists li {
    padding-bottom: 25px;
    margin-bottom: 30px;
    width: 32%;
  }
  .service-lists dt {
    font-size: 2rem;
  }
  .service-lists dd {
    font-size: 1.2rem;
  }
  .service-lists dd br {
    display: none;
  }
  .service-lists .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
  }
  .strength-pack .pic {
    width: 28%;
  }
  .strength-pack .data-pack {
    width: 70%;
  }
  .strength-pack {
    background-color: #E6E6E6;
    border-radius: 20px;
    justify-content: space-between;
    padding: 30px 50px;
    align-items: center;
    height: 100%;
  }
  .strength-wrap .strngth-lists dt {
    font-size: 2rem;
  }
  .strength-wrap .strngth-lists dd {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .strngth-lists .msg {
    font-size: 1.4rem;
  }
  .strength-slider .swiper-slide {
    height: auto;
  }
  .strength-slider-pagination {
    width: 80px;
  }
  .strength-slider-pagination .swiper-pagination-bullet {
    background-color: #47B9B5;
  }
  .strength-slider-pagination .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }
  .strength-button-prev,
  .strength-button-next {
    border: 3px solid #47B9B5;
    border-radius: 50%;
    height: 50px;
    padding: 10px;
    width: 50px;
    z-index: 15;
  }
  .strength-button-prev {
    background: url(../images/icon_prev.svg) no-repeat center center / 30px 30px;
  }
  .strength-button-next {
    background: url(../images/icon_next.svg) no-repeat center center / 30px 30px;
  }
  .slide-button-pack {
    justify-content: space-between;
    margin: 0 0 0 auto;
    width: 120px;
    transform: translateX(-50px);
  }
  .plan-wrap table {
    margin: 0 auto;
    width: 800px;
  }
  .plan-table th {
    font-size: 2rem;
  }
  .plan-table td:first-of-type {
    font-size: 1.6rem;
  }
  .plan-table .price {
    font-size: 2rem;
  }
  .plan-table .price span {
    font-size: 1.2rem;
  }
  .plan-table tbody tr:first-of-type .price::before {
    width: 190px;
    height: 5px;
  }
  .plan-table .circle {
    font-size: 3.2rem;
  }
  .plan-table td {
    font-size: 1.2rem;
  }
  .plan-wrap .caution-msg {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: right;
  }
  .faq-wrap h2 {
    margin-bottom: 100px;
  }
  .faq-wrap .faq-pack {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-pack dt .icon, .faq-pack dd .icon {
    height: 40px;
    width: 40px;
  }
  .faq-pack dt .txt {
    background-size: contain;
    font-size: 1.6rem;
    width: 400px;
    padding: 25px 10px 25px 40px;
  }
  .faq-pack dd .txt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .contact-form dt {
    font-size: 1.6rem;
  }
  .contact-form {
    margin:  0 auto;
    width: 700px;
  }
  .contact-form .form-radio label {
    font-size: 1.6rem;
    width: 40%;
  }
  .contact-form dd {
    margin-bottom: 40px;
  }
  .submit-btn {
    margin-top: 60px;
  }
  .company-wrap .company-table {
    margin: 0 auto;
    width: 700px;
  }
  .company-wrap .company-table dl {
    display: flex;
    flex-wrap: wrap;
  }
  .company-wrap .company-table dt {
    border-bottom: none;
    padding: 40px 20px;
    width: 20%;
  }
  .company-wrap .company-table dl:not(:first-of-type) dt {
    border-top: none;
  }
  .company-wrap .company-table dd {
    padding: 40px 20px;
    width: 80%;
  }
  .company-wrap .company-table dl:not(:last-of-type) dd {
    border-bottom: 1px solid #ccc;
  }
  .foot-nav {
    width: 700px;
  }
  .foot-nav a {
    font-size: 1.6rem;
  }
  .wpcf7-list-item-label {
    font-size: 2.1rem;
  }
  span.wpcf7-form-control.wpcf7-radio {
    flex-wrap: wrap;
  }
  span.wpcf7-list-item {
    flex-basis: unset;
    display: block;
    width: 100%;
    margin: 0 0 10px !important;
  }
  span.wpcf7-list-item.first {
    margin: 0 0 10px !important;
  }
}
/* animation */
/* #wrap {
  display: none;
}
.anime-bg {
  background-color: #47B9B5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.anime-contents {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10000;
}
.anime-contents {
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: 2px;
} */
