html {
  font-size: 62.5%;
  letter-spacing: 0.1em;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-size: 1.2rem;
  margin: 0 auto;
}

/* デフォルトのヘッダーフッター非表示 */
div#header,
div#footer_banner,
div#footer_bottom {
     display: none;
}
div#container {
  padding: 0;
  overflow: hidden;
}

/* カスタムテキストサイズ */
.text-s {
     font-size: 20px;
}
@media (max-width: 600px) {
  .text-s {
     font-size: 14px;
  }
}
.text-m {
     font-size: 32px;
}
@media (max-width: 600px) {
  .text-m {
     font-size: 20px;
  }
}
.text-l {
     font-size: 48px;
}
@media (max-width: 600px) {
  .text-l {
     font-size: 20px;
  }
}

/* メインビジュアル */
#main_visual_lp.fvpc {
  display: block;
}
@media (max-width: 990px) {
  #main_visual_lp.fvpc {
  display: none;
  }
}
#main_visual_lp.fvsp {
  display: none;
}
@media (max-width: 990px) {
  #main_visual_lp.fvsp {
  display: block;
  }
}
#main_visual_lp {
     position: relative;
     display:block;
     width: 100%;
}
#main_visual_lp img {
      width: 100%;
}
#main_visual_lp img.fv-1 {
     position: relative;
}
#main_visual_lp img.fv-2 {
     position: absolute;
     width: 100%;
     top: 72px;
     left: 0;
     z-index: 10;
     opacity: 0.4;
}
@media (max-width: 990px) {
  #main_visual_lp img.fv-2 {
     top: 40px;
  }
}
#main_visual_lp h1.title_lp {
     position: absolute;
     top: calc(100% - 772px - 156px);
     left: 40px;
     z-index: 100;
     margin-right: 40px;
}
@media (max-width: 990px) {
  #main_visual_lp h1.title_lp {
     top: calc(100% - 831px - 94px);
     left: 18px;
     margin-right: 18px;
  }
}
#main_visual_lp .img_box {
  position: absolute;
  width: 88%;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;  
  margin-bottom: 92px;
  gap: 2rem;
}
@media (max-width: 990px) {
  #main_visual_lp .img_box {
    margin-bottom: 40px;
    flex-wrap: wrap;
    top: 140px;
    gap: 0;
  }
}
@media (max-width: 600px) {
  #main_visual_lp .img_box {
    top: 200px;
  }
}
#main_visual_lp .icon_box {
  display: inline-flex;
  width: 60%;
  justify-content: center;
  align-items: center;  
}
@media (max-width: 990px) {
  #main_visual_lp .icon_box {
    width: 100%;
  }
}
#main_visual_lp .icon_box img {
  width: 320px;
  height: 320px;
  padding: 40px;
}
@media (max-width: 1345px) {
  #main_visual_lp .icon_box  img {
    width: 240px;
    height: 240px;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  #main_visual_lp .icon_box  img {
    width: 160px;
    height: 160px;
    padding: 8px;
  }
}
#main_visual_lp .prof-lp {
  display: block;
  text-align: center; 
  width: 40%;
  position: relative;
}
@media (max-width: 990px) {
  #main_visual_lp .prof-lp {
    width: 100%;
  }
}
#main_visual_lp .prof-lp img {
  width: 300px;
}
@media (max-width: 990px) {
  #main_visual_lp .prof-lp img {
    width: 200px;
  }
}
#main_visual_lp .prof-lp .prof-lp-text {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 84%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 990px) {
  #main_visual_lp .prof-lp .prof-lp-text {
    top: 72%;
    width: 60%;
  }
}
@media (max-width: 600px) {
  #main_visual_lp .prof-lp .prof-lp-text {
    width: 100%;
  }
}
#main_visual_lp .prof-lp .name {
  color: #ffffff;
  padding: 1rem;
  font-weight: bold;
}
#main_visual_lp .prof-lp .text_area {
  display: flex;
  justify-self: center;
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #2980B9;
  text-align: left;
  font-size: 1.4rem;
}

/* デフォルトボタン */
.btn_lp {
  width: 480px;
  height: 64px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin: 0 auto 80px;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .btn_lp {
    width: 280px;
    margin: 0 auto 40px;
  }
}
.btn_lp.primary {
  background-color: #003C7A;
}
.btn_lp.primary.fv {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 144px);
}
.btn_lp a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .btn_lp a {
    font-size: 16px;
  }
}
.btn_lp.primary span::before {
  content: '\f0e0';
  font-family: 'design_plus';
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 16px 0 0
}
.btn_lp.primary:hover {
  border: 1px solid #003C7A;
  background-color: #ffffff;
}
.btn_lp.primary:hover a {
  color: #003C7A;
}
.btn_lp.primary:hover span::before,
.btn_lp.primary a:hover span::before {
  color: #003C7A;
}

/* カスタムボタン */
.btn_lp.bk {
  background-color: #333333;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .btn_lp.bk {
    margin-bottom: 24px;
  }
}
.btn_lp.bk:hover {
  border: 1px solid #333333;
  background-color: #ffffff;
}
.btn_lp.bk:hover a {
  color: #333333;
}

/* コンテンツエリア */
#wrapper {
  margin: 0 auto;
}
#wrapper section:nth-child(2),
#wrapper section:nth-child(5) {
  background-color: #F3F3F3;
}
#wrapper .container_lp {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  padding: 4rem;
}
@media (max-width: 990px) {
  #wrapper .container_lp {
    padding: 2rem;
  }
}
#wrapper .main-text {
  font-size: 16px;
  text-align: left;
  width: 50%;
  margin: 0 auto 30px;
  line-height: 1.6;
}
@media (max-width: 990px) {
  #wrapper .main-text {
    font-size: 14px;
    width: 80%;
  }
}
h2.index_3box-title.lp {
  margin-top: 20px;
}
@media (max-width: 600px) {
  h2.index_3box-title.lp {
    font-size: 24px;
  }
}

/* セクション01 */
#wrapper .container_lp .text_box {
  border-radius: 8px;
  text-align: center;
  background-color: rgba(41, 128, 185, 0.1);
  margin: 0 auto 80px;
  padding: 40px 8px 10px;
}
@media (max-width: 600px) {
  #wrapper .container_lp .text_box {
    margin: 0 auto 40px;
    padding: 30px 8px 10px;
    text-align: left;
  }
}
#wrapper .container_lp .box-s {
  width: 60%;
}
#wrapper .container_lp .box-l {
  width: 80%;
}
#wrapper .container_lp .box-l p {
  font-size: 1.4rem;
}
@media (max-width: 990px) {
  #wrapper .container_lp .box-s {
    width: 80%;
  }
}
#wrapper .container_lp .text_box.box-s p::after {
  content: "";
  display: block;
  width: auto;
  height: 2px;
  padding-top: 8px;
  margin: 4px;
  background-image: url('./img/lp/line_1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* セクション02 */
#wrapper table.price_table {
  max-width: 960px;
  min-width: 280px;
  border-collapse: collapse;
  background-color: #ffffff;
  margin: 0 auto 30px;
}
#wrapper table.price_table thead th {
  text-align: center;
  line-height: 2;
  background-color: #2980B9;
  color: #ffffff;
  padding: 1rem;
  border: 1px solid #BFBFBF;
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  #wrapper table.price_table thead th {
  font-size: 1.4rem;
  }
  #wrapper table.price_table thead th:first-child {
  width: 36%;
  }
}
#wrapper table.price_table tbody td {
  text-align: left;
  line-height: 1.2;
  color: #333333;
  padding: .8rem;
  border: 1px solid #BFBFBF;
  font-size: 1.4rem;
}
@media (max-width: 600px) {
  #wrapper table.price_table tbody td {
  font-size: 1.3rem;
  }
}
#wrapper table.price_table tbody td:last-child {
  text-align: right;
}
#wrapper .container_lp ul {
  text-align: left;
  list-style: none;
  margin: 0 auto 40px;
  max-width: 960px;
}
#wrapper .container_lp ul li {
  line-height: 1.6;
  font-size: 1.3rem;
}

/* セクション03 */
#wrapper section#lp_03 {
  background-image: url('./img/lp/sec_bg_03_pc@2x.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
@media (max-width: 600px) {
  #wrapper section#lp_03 {
  background-image: url('./img/lp/sec_bg_03_sp.jpg');
  }
}
#wrapper .container_lp .prof-pic {
  text-align: center;
  margin-bottom: 1rem;
}
#wrapper .container_lp .prof-pic img {
  border-radius: 8px;
  width: 240px;
}
#wrapper .container_lp .prof-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 30px;
}
#wrapper .container_lp .prof-name span {
  font-weight: bold;
}
#wrapper .container_lp .prof-name span:last-child {
  font-size: 1.3rem;
}
@media (max-width: 600px) {
  #wrapper .container_lp .prof-name span.text-s {
  font-size: 18px;
  }
}

/* セクション04 */
#wrapper .container_lp .flow_lp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 30px;
}
#wrapper .container_lp .flow_lp .flow_step {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  #wrapper .container_lp .flow_lp .flow_step {
    width: 60%;
  }
}
@media (max-width: 600px) {
  #wrapper .container_lp .flow_lp .flow_step {
    width: 100%;
  }
}
#wrapper .container_lp .flow_lp .flow_step .step-icon {
  margin-right: 16px;
  width: 80px;
  height: 80px;
}
@media (max-width: 600px) {
  #wrapper .container_lp .flow_lp .flow_step .step-icon {
  width: 64px;
  height: 64px;
  }
}
 @media (max-width: 990px) {
  #wrapper .container_lp .flow_lp .flow_step .text-m {
    font-size: 24px;
  }
}
#wrapper .container_lp .flow_lp .main-text.w40 {
  width: 40%;
  padding-left: 192px;
}
@media (max-width: 990px) {
  #wrapper .container_lp .flow_lp .main-text.w40 {
    width: 60%;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  #wrapper .container_lp .flow_lp .main-text.w40 {
    width: 100%;
  }
}
#wrapper .container_lp .text_box.box-l .main-text {
  width: 100%;
}

/* セクション05（問い合わせフォーム） */
/* 既存フォームスタイルの一部リセット&上書き */
.wpcf7{
  border: 0;
  background: transparent;
}
.wpcf7 p {
  margin-bottom: 3rem;
  font-size: 14px;
}
@media (max-width: 600px) {
  .wpcf7 form {
  margin: 0;
  }
}
.wpcf7 input, .wpcf7 textarea {
  margin-top: 1rem;
}
.wpcf7-list-item {
  margin: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #003C7A;
  border-radius: 8px;
  font-weight: bold;
}
.wpcf7 input.wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
  background-color: #2980B9;
}
/* 追加スタイル */
#wrapper .container_lp .contact-form.lp {
  max-width: 960px;
  min-width: 280px;
  margin: 0 auto;
}
#wrapper .container_lp .contact-form.lp label {
  font-size: 16px;
  color: #333333;
}
.container_lp .contact-form.lp span.form-req {
  font-weight: bold;
  color: #ffffff;
  background: #BA2937;
  padding: .4rem;
  border-radius: 8px;
  margin-right: 8px;
}
.container_lp .contact-form.lp span.no {
  background: #B3B3B3;
}
input.wpcf7-form-control.wpcf7-file.con-file {
  background-color: #ffffff;
}