* {
  box-sizing: border-box;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body:not(.static-page) {
  margin: 0;
  min-width: 960px;
}
@media screen and (max-width: 768px) {
  body:not(.static-page) {
    min-width: initial;
  }
}

img {
  vertical-align: middle;
}

a:hover {
  opacity: 0.8;
}

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

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

.lp .header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .lp .header {
    height: 58px;
    padding: 0 20px;
  }
  .lp .header img {
    width: 100%;
    max-width: 402px;
  }
}
.lp .section-button {
  text-align: center;
  margin: 40px 0 80px;
}
.lp main {
  width: 1100px;
  display: flex;
  justify-content: center;
  padding: 35px 0 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.lp main .pchyouzi {
  display: block;
  max-width: 960px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .lp main {
    width: 100%;
    padding: 20px 0 40px;
  }
  .lp main .pchyouzi {
    padding: 20px;
  }
}
.lp .pl-heading {
  padding: 13px;
  margin: 20px 0;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  font-size: 18px;
}
.lp .recommend .recommend__box {
  padding: 24px 40px 40px;
  margin: 48px 0;
  border: 4px solid #f4f4f4;
}
.lp .recommend .recommend__box .recommend__title {
  display: inline-flex;
  margin: 0;
  gap: 4px;
  background: linear-gradient(transparent 40%, #e4f7f2 40%);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.lp .recommend .recommend__box .recommend__title > img {
  width: 24px;
}
.lp .recommend .recommend__box .recommend__list {
  padding: 0;
  margin: 6.5px 0 0;
}
.lp .recommend .recommend__box .recommend__list .recommend__item {
  display: flex;
  align-items: center;
  padding: 17.5px 0;
  border-bottom: 1px solid #d4d4d4;
}
.lp .recommend .recommend__box .recommend__list .recommend__item .recommend__check {
  box-sizing: border-box;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 16px;
  border: 2px solid #d4d4d4;
  line-height: 15px;
  vertical-align: bottom;
}
.lp .recommend .recommend__box .recommend__list .recommend__item .recommend__check > img {
  position: absolute;
  top: -1px;
  width: 16px;
}
.lp .footer {
  background-color: #10427a;
}
.lp .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #87a0bc;
  height: 112px;
  padding: 0 56px;
}
@media screen and (max-width: 768px) {
  .lp .footer-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0;
    gap: 8px;
  }
  .lp .footer-inner .logo img {
    width: 96px;
  }
  .lp .footer-inner .logo img p {
    margin: 0;
  }
}
.lp .cv-bottom {
  text-align: center;
  margin: 64px 0 80px;
}
.lp .cv-bottom > div {
  text-align: center;
}
.lp .cv-bottom > a {
  display: inline-block;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
  .lp .cv-bottom {
    margin: 40px 0 64px;
  }
  .lp .cv-bottom > a {
    margin: 8px 0;
  }
}

.top-page {
  margin: 0;
  min-width: 960px;
}
@media screen and (max-width: 768px) {
  .top-page {
    min-width: initial;
  }
}
.top-page .header {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .top-page .header {
    height: 64px;
  }
}
.top-page .header-inner {
  padding: 0 32px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top-page .header-inner {
    padding: 0 16px;
  }
}
.top-page .header .logo {
  width: 128.627px;
}
.top-page .header .logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-page .header .logo {
    width: 96px;
  }
}
.top-page .g-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .top-page .g-nav ul {
    font-size: 12px;
    padding: 0;
    gap: 12px;
  }
}
.top-page .g-nav ul li a {
  color: #333;
  text-decoration: none;
}
.top-page .main {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top-page .main {
    padding-bottom: 64px;
  }
}
.top-page .mv img {
  width: 100%;
}
.top-page .special-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 56px 0 0;
}
@media screen and (max-width: 768px) {
  .top-page .special-offer {
    padding: 0 20px;
    margin-top: 48px;
  }
}
.top-page .special-offer .offer-details p {
  position: relative;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 16px;
}
.top-page .special-offer .offer-details p::before, .top-page .special-offer .offer-details p::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  background-color: #333;
  top: 0;
  transform: rotate(-30deg);
}
.top-page .special-offer .offer-details p::before {
  height: 35px;
  margin-right: 16px;
  left: -30px;
}
.top-page .special-offer .offer-details p::after {
  height: 35px;
  margin-left: 16px;
  right: -30px;
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .top-page .special-offer .offer-details p {
    font-size: 16px;
  }
  .top-page .special-offer .offer-details p::before {
    height: 25px;
    left: -20px;
  }
  .top-page .special-offer .offer-details p::after {
    height: 25px;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .special-offer .offer-cta {
    width: 100%;
  }
}
.top-page .special-offer .offer-cta .cta-button {
  position: relative;
  display: flex;
  justify-content: center;
  width: 610px;
  height: 80px;
  padding: 0px 32px;
  align-items: center;
  border-radius: 6px;
  background: #ff8a00;
  box-shadow: 0px 6px 0px 0px #e66e00;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}
.top-page .special-offer .offer-cta .cta-button::after {
  position: absolute;
  right: 32px;
  content: "";
  background: url("../../img/top/icon-btn.svg") no-repeat;
  width: 32px;
  height: 26.231px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top-page .special-offer .offer-cta .cta-button {
    width: 100%;
    font-size: 16px;
    height: 56px;
    border-radius: 4px;
    box-shadow: 0px 3.573px 0px 0px #e66e00;
  }
  .top-page .special-offer .offer-cta .cta-button::after {
    right: 14px;
  }
}
.top-page .feature {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-page .feature {
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 48px;
  }
}
.top-page .feature img {
  width: 100%;
  flex: 1;
}
.top-page .feature .feature-box {
  display: flex;
  width: 572px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: #f1f6f7;
}
@media screen and (max-width: 768px) {
  .top-page .feature .feature-box {
    width: 100%;
    padding: 40px 0;
    gap: 24px;
  }
}
.top-page .feature .feature-box h2 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  gap: 9px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-page .feature .feature-box h2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-page .feature .feature-box h2 img {
    width: 135px;
  }
}
.top-page .feature .feature-box p {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-page .feature .feature-box p {
    font-size: 12px;
  }
}
.top-page .feature .feature-box p span {
  color: #016eeb;
}
.top-page .services {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-page .services {
    margin-top: 48px;
    padding: 0 20px;
  }
}
.top-page .services .service-list {
  margin: 0 auto;
  width: 960px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .top-page .services .service-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
  .top-page .services .service-list img {
    width: 47%;
  }
}
.top-page .services h2 {
  position: relative;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans CJK JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  text-align: center;
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .top-page .services h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
.top-page .services h2::before, .top-page .services h2::after {
  content: "";
  background: url("../../img/common/arrow.svg") no-repeat;
  width: 15px;
  height: 55px;
  display: inline-flex;
  align-items: center;
}
.top-page .services h2::before {
  margin-right: 32px;
}
.top-page .services h2::after {
  transform: rotate(180deg);
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .top-page .services h2::before, .top-page .services h2::after {
    background: url("../../img/common/sp_arrow.svg") no-repeat;
    width: 8px;
    height: 45px;
  }
  .top-page .services h2::before {
    margin-right: 17px;
  }
  .top-page .services h2::after {
    margin-left: 17px;
  }
}
.top-page .footer {
  border-top: 1px solid #e5e5e5;
}
.top-page .footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .top-page .footer nav {
    gap: 12px;
  }
}
.top-page .footer nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
}
.top-page .footer nav ul li a {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .top-page .footer nav ul li a {
    font-size: 12px;
  }
}
.top-page .footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 112px;
  background: #10427a;
}
@media screen and (max-width: 768px) {
  .top-page .footer .footer-bottom {
    height: auto;
  }
}
.top-page .footer .footer-bottom .footer-bottom-inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 0 180px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-page .footer .footer-bottom .footer-bottom-inner {
    padding: 30px 0;
    flex-direction: column;
  }
}
.top-page .footer .footer-bottom .footer-bottom-inner p {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Helvetica Neue";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.8px;
}
@media screen and (max-width: 768px) {
  .top-page .footer .footer-info-urls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.static-page p {
  font-size: 15px;
}
.static-page .mainTitle {
  padding: 2px 10px;
  color: #000;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.6px;
}
.static-page .content {
  padding: 10px 30px;
  background-color: #fff;
}
.static-page .subTitle {
  padding: 40px 0 20px;
  margin: 0;
  border-bottom: 2px solid #000;
  background-color: none;
  font-size: 18px;
  line-height: 1.3;
}
.static-page .action-history-table {
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}
.static-page th,
.static-page td {
  padding: 15px 10px;
  border: 1px solid #e7e9ec;
  word-break: break-all;
  white-space: pre-wrap;
}
.static-page .name {
  text-transform: capitalize;
  word-break: normal;
}
.static-page .wdrawalComplete {
  width: 80%;
  background-color: #f2f2f2;
  margin: auto;
  padding: 30px 50px 50px 50px;
}
.static-page .wdrawalComplete .wdrawalComplete__link,
.static-page .wdrawalComplete .wdrawalComplete__name,
.static-page .wdrawalComplete .wdrawalComplete__email,
.static-page .wdrawalComplete .wdrawalComplete__phoneNumber {
  font-weight: bold;
}
.static-page .wdrawalComplete .wdrawalComplete__link {
  font-size: 18px;
}
.static-page .wdrawalComplete p {
  font-size: 15px;
}
.static-page .wdrawalPage {
  width: 100%;
  border-radius: 5px;
  margin: auto;
}
.static-page .wdrawalPage .wdrawalPage__title {
  margin-left: 5px;
}
.static-page .wdrawalPage .wdrawalPage__content {
  font-size: 15px;
  padding: 8px;
  line-height: 25px;
}
.static-page .wdrawalPage .wdrawalPage__form {
  width: 100%;
  background-color: #f2f2f2;
}
.static-page .wdrawalPage .wdrawalPage__form .wdrawalPage__form--submit {
  text-align: center;
  margin: 20px 0 0 10px;
  padding-bottom: 15px;
}
.static-page .wdrawalPage .wdrawalPage__form label,
.static-page .wdrawalPage .wdrawalPage__form ::placeholder,
.static-page .wdrawalPage .wdrawalPage__form input[type=submit] {
  display: flex;
  margin: 5px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}
.static-page .wdrawalPage .wdrawalPage__form p {
  margin-left: 15px;
  font-size: 15px;
}
.static-page .wdrawalPage .wdrawalPage__form input[type=text],
.static-page .wdrawalPage .wdrawalPage__form input[type=email],
.static-page .wdrawalPage .wdrawalPage__form input[type="phone number"] {
  width: 90%;
  height: 40px;
  margin-left: 15px;
  padding-left: 7px;
}
.static-page .wdrawalPage .wdrawalPage__form input[type=submit] {
  background-color: #c0c0c0;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}

.self_pr_generator main {
  padding: 0;
}
.self_pr_generator .oritatami summary {
  list-style: none;
}
.self_pr_generator .btn1 {
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .self_pr_generator .btn1 {
    margin: 16px 0;
  }
}

/*# sourceMappingURL=style.css.map */
