/*
Theme Name: pestmanspro
Theme URI: https://pestmanspro.com
Author: ペストマンズプロ
Description: LP用オリジナルテーマ
Version: 1.0.0
Text Domain: pestmanspro
*/

/* reset */
html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}

/* Base Font */
html,
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Segoe UI", Arial, "Yu Gothic", "YuGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #333;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.mt {
  margin-top: 100px;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.header {
  width: 100%;
}

.header-inner {
  height: 120px;
  display: flex;
  justify-content: space-between;
}

.header-logo {
  margin-left: 10%;
}

.header-logo img {
  width: 122px;
}

.header_right {
  display: flex;
}

.header-info {
  text-align: center;
  margin-left: auto;
}

.header-info-time {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #f98702;
}

.header-info-tel {
  height: calc(100% - 46px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: #1d43d6;
  text-decoration: none;
  padding: 0 20px;
}

.header-info-tel img {
  width: 35px;
}

.header-info-tel:hover {
  opacity: 0.8;
}

.header-mail .mail-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background: #44ab3f;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}

.header-mail .mail-btn img {
  width: 20px;
  margin-right: 3px;
  padding-top: 3px;
}

.header-mail .mail-btn:hover {
  background: #61c75b;
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}

.support .support_title {
  background: #f3ad16;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 30px;
}

.support .support_img {
  display: flex;
  flex-wrap: wrap;
}

.support .support_img img {
  width: calc(100% / 6);
}

.other_support {
  width: 90%;
  max-width: 950px;
  padding: 10px 20px;
  font-weight: bold;
  background: #333332;
}

.other_support .other_support_title {
  text-align: center;
  font-size: 26px;
  color: #404142;
  background: #fff;
}

.other_support .other_support_text {
  padding: 30px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.2em;
}

.other_support .yellow {
  color: #f7f81e;
}

.sec02 .sec02_inner {
  padding: 50px;
  background: #fff6e1;
}

.sec02 .sec02_block {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.sec02 .sec02_inner img {
  width: 30%;
}

.sec03 .sec03_img {
  max-width: 1000px;
}

.sec04 .sec04_img {
  width: 90%;
  max-width: 900px;
  margin-bottom: 50px;
}

.sec04 .sec04_text {
  width: fit-content;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(to right, #738ffe, #2f4cff);
}

.sec04 .sec04_text span {
  font-size: 44px;
}

.sec05_img_wrap {
  background: #6283ff;
}

.sec05_img {
  width: 90%;
  max-width: 1200px;
}

.sec05 .reasons {
  background: url("assets/img/lattice.png");
  background-size: 100%;
}

.sec05 .reasons .reasons_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  padding-top: 80px;
}

.sec05 .reasons .reasons_block .reasons_text {
  width: 49%;
}

.sec05 .reasons .reasons_block .reasons_text .reasons_title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.sec05 .reasons .reasons_block .reasons_text .reasons_title span.orange {
  margin-right: 10px;
  font-size: 80px;
  color: #f98702;
}

.sec05 .reasons .reasons_block .reasons_text .reasons_title span.normal {
  line-height: 1.1em;
}

.sec05 .reasons .reasons_block .reasons_text .reasons_content {
  font-size: 24px;
}

.sec05 .reasons .reasons_block .reasons_img {
  width: 49%;
}

.sec05 .moreover {
  padding-bottom: 50px;
  background: #dde5ff;
}

.sec05 .moreover .moreover_img {
  width: 90%;
  max-width: 1200px;
  margin-top: 50px;
}

.sec05 .moreover .moreover_text {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.sec05 .moreover .moreover_span1 {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 36px;
  text-shadow: 
  2px 2px 0 #FFF,
  -2px -2px 0 #FFF,
  -2px 2px 0 #FFF,
  2px -2px 0 #FFF,
  0px 2px 0 #FFF,
  0 -2px 0 #FFF,
  -2px 0 0 #FFF,
  2px 0 0 #FFF;
}

.sec05 .moreover .moreover_span2 {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 10px;
  background: #fefc39;
}

.sec05 .moreover .moreover_span3 {
  margin-bottom: 30px;
  font-size: 36px;
}

.sec06 .sec06_block {
  background: #5d5ace;
}

.sec06 .sec06_block .sec06_inner {
  margin-top: 15%;
}

.sec06 .sec06_inner .sec06_img {
  width: 90%;
  max-width: 1200px;
}

.sec06 .sec06_inner .sec06_img img {
  margin-top: -10%;
}

.sec07 .sec07_inner {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 70px;
  background: linear-gradient(to bottom, #fff 15%, #fffbd3 15%) ;
}

.sec07 .sec07_inner::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 100px solid transparent;
  border-top: 60px solid #fffbd3;
  width: 0;
  height: 0;
}

.sec07 .sec07_inner .sec07_img {
  width: 90%;
  max-width: 1200px;
}

.sec07 .sec07_inner .sec07_text {
  width: 90%;
  max-width: 850px;
  margin-top: 50px;
  font-size: 30px;
  font-weight: bold;
}

.sec07 .sec07_inner .sec07_text span {
  color: #d14903;
}

.sec07 .sec07_inner .sec07_text_2 {
  width: 90%;
  max-width: 800px;
  margin-top: 50px;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

.sec07 .sec07_inner .sec07_text_2 span {
  color: #d14903;
}

.sec07 .sec07_inner .sec07_img_2 {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-top: 50px;
}

.sec07 .sec07_inner .sec07_img_2 .sec07_hakutaro {
  position: absolute;
  left: -20%;
  bottom: 0;
  width: 180px;
}

.sec08  .sec08_img {
  width: 90%;
  max-width: 1000px;
}

.sec08 .sec08_text {
  width: 90%;
  max-width: 800px;
  margin-top: 70px;
}

.sec08 .sec08_text .sec08_title {
  position: relative;
  width: fit-content;
  padding: 5px 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #5d5ace;
  z-index: 1;
}

.sec08 .sec08_text .sec08_title span {
  margin-right: 5px;
}

.sec08 .sec08_text .sec08_content {
  margin-top: -1%;
  padding: 30px;
  font-size: 23px;
  border: 1px solid #333;
}

.sec09 .sec09_title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #ea5f38;
}

.sec09_slider .swiper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 10px 40px;
}

.voice-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.voice-swiper .swiper-slide {
  height: auto !important;
}

.voice-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
}

.voice-card-top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.voice-card-face {
  flex-shrink: 0;
  margin-right: 12px;
}

.voice-card-face img {
  width: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.voice-card-meta {
  font-size: 16px;
  line-height: 1.1em;
}

.voice-card-area {
  font-weight: 600;
  margin: 0 0 4px;
}

.voice-card-profile {
  margin: 0;
  color: #666;
}

.voice-card-divider {
  border-top: 1px solid #e0e0e0;
  margin: 8px 0 12px;
}

.voice-card-text {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  line-height: 1.7;
}

.voice-card-text span {
  color: #ea5f38;
}

.voice-swiper .swiper-button-prev,
.voice-swiper .swiper-button-next {
  color: #333;
}

.voice-swiper .swiper-pagination-bullet {
  background: #aaa;
  opacity: 1;
}

.voice-swiper .swiper-pagination-bullet-active {
  background: #007a6e;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  color: #ea5f38;
}

.sec11 .sec11_title {
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #f07737;
}

.sec11 .sec11_img {
  width: 90%;
  max-width: 800px;
  margin-top: 70px;
}

.sec11 .sec11_block {
  width: 90%;
  max-width: 1000px;
}

.sec11 .sec11_block_title {
  padding: 15px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  background: #fdd927;
  border-radius: 10px 10px 0 0;
}

.sec11 .sec11_block_content {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-radius: 0 0 10px 10px;
}

.sec11 .sec11_block_inner {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.sec11 .sec11_block_content .sec11_item {
  margin: 15px;
  padding-right: 15px;
  font-size: 30px;
  font-weight: bold;
  border-right: 1px solid #333;
}

.sec11 .sec11_block_content .sec11_item:nth-child(4),
.sec11 .sec11_block_content .sec11_item:nth-child(7) {
  border: none;
}

.sec11 .sec11_img_2 {
  background: linear-gradient(to bottom, #fff 17%, #ffffb0 17%) ;
}

.sec11 .sec11_img_2 .sec11_img_2_content {
  width: 90%;
  max-width: 1200px;
}

.sec12 .sec12_img {
  position: relative;
  width: 50%;
  max-width: 500px;
  margin-top: 200px;
}

.sec12 .sec12_img .sec12_hakutaro {
  position: absolute;
  left: -40%;
  bottom: -20%;
  width: 180px;
}

.sec12 .swiper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 10px 40px;
}

.price_card {
  padding: 20px 40px;
  border: 2px solid #333;
  background: #fff;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.price_card_img {
  margin-bottom: 20px;
}

.price_card_img img {
  display: block;
  width: 100%;
  height: auto;
}

.price_card_title {
  padding: 5px;
  color: #40401c;
  font-size: 20px;
  font-weight: bold;
  font-size: 30px;
  background: #fefc39;
}

.price_card_price {
  padding: 12px 4px 4px;
  color: #e14140;
  font-weight: bold;
  font-style: italic;
}

.price_card_price_num {
  font-size: 40px;
  line-height: 1.2;
}

.price_card_price_unit {
  margin-left: 4px;
  font-size: 18px;
}

.price_card_note {
  padding-bottom: 16px;
  font-size: 18px;
  color: #e14140;
  font-style: italic;
}

.sec13 .sec13_inner {
  background: linear-gradient(to bottom, #fff 23%, #fdd98c 23%);
}

.sec13 .sec13_img {
  width: 90%;
  max-width: 1200px;
}

.sec14 {
  background: #dde5ff;
}

.sec14_title {
  padding-top: 50px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.sec14_flow_block {
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding: 30px 30px 30px 0;
  background: #fff;
}

.sec14 .block_left {
  width: 65%;
}

.sec14 .left_title {
  display: flex;
  align-items: center;
}

.sec14 .left_title .left_title_img {
  width: 150px;
  margin-right: 15px;
}

.sec14 .left_title .left_title_text {
  font-size: 30px;
  font-weight: bold;
}

.sec14 .left_content {
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
}

.sec14 .block_right {
  width: 30%;
}

.sec14_payment {
  margin-top: 50px;
  padding-bottom: 50px;
  background: #f8f2e6;
}

.sec14_payment .payment_title {
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.sec14_payment .payment_text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.sec14_payment .payment_img {
  width: 90%;
  max-width: 800px;
}

.sec15 {
  padding: 50px 0;
  background: #fff5db;
}

.sec15 .sec15_img {
  width: 90%;
  max-width: 1200px;
}

.sec16 {
  width: 90%;
  max-width: 1200px;
  background: #fff6cb;
  border-radius: 15px;
}

.sec16 .sec16_title {
  padding: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.sec16 .container {
  padding: 30px;
}

.accordion-item {
  border: none;
  border-top: 2px solid #b1b1b1;
}

.accordion-item:last-child {
  border-bottom: 2px solid #b1b1b1;
}

.accordion-header {
  position: relative;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
  font-size: 18px;
}

.accordion-title {
  font-weight: bold;
  margin: 0;
  display: flex;
}

.accordion-q {
  padding-right: 10px;
  color: #2133a5;
}

.accordion-text {
  color: #d14903;
}

.accordion-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #2133a5;
  transition: transform .3s;
}

.accordion-icon::before {
  width: 2px;
  height: 16px;
  margin-left: -1px;
  transform: translateY(-50%);
}

.accordion-icon::after {
  width: 16px;
  height: 2px;
  margin-top: -1px;
  transform: translateX(-50%);
}

.accordion-item.is-active .accordion-icon::before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height .3s;
}

.accordion-content__inner {
  padding: 20px 40px 20px 20px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #525252;
  display: flex
}

.accordion-content__inner .accordion-a {
  padding-right: 10px;
  color: #f6a815;
}

.sec17 {
  background: #f3f6ff;
}

.sec17 .sec17_title {
  padding: 30px;
  color: #f07737;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.wpcf7 {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 100px;
  padding: 20px 15px;
}

.wpcf7-form p {
  margin: 0 0 20px;
}

.wpcf7-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.wpcf7-form label span.note {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #777;
  margin-left: 4px;
}

.wpcf7-form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.wpcf7-text,
.wpcf7-tel,
.wpcf7-email {
  height: 44px;
}

.wpcf7-textarea {
  min-height: 150px;
  resize: vertical;
}

.wpcf7-form-control:focus {
  outline: none;
  border-color: #009688;           /* 好きなアクセントカラーに変更可 */
  box-shadow: 0 0 0 3px rgba(0, 150, 136, 0.15);
}

.wpcf7-form-control::placeholder {
  color: #aaa;
}

.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #999 50%), 
                    linear-gradient(135deg, #999 50%, transparent 50%);
  background-position: calc(100% - 16px) 16px, calc(100% - 11px) 16px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.wpcf7-select,
.wpcf7-text,
.wpcf7-tel,
.wpcf7-email,
.wpcf7-textarea {
  -webkit-appearance: none;
  border-radius: 4px;
}

.privacy-scroll {
  max-height: 200px;
  overflow-y: scroll;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fdfdfd;
  line-height: 1.6;
  font-size: 13px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.privacy-scroll .ul-list{
  margin-left: 1.5em;
}

.privacy-scroll::-webkit-scrollbar {
  width: 8px;
}

.privacy-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.privacy-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.wpcf7 h3 {
  font-size: 16px;
  margin: 25px 0 10px;
  font-weight: 700;
}

.accept-box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.accept-box .wpcf7-form-control {
  border: none;
  background: none;
}

.accept-box .wpcf7-list-item {
  margin: 0;
}

.accept-box input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.accept-box .wpcf7-list-item-label {
  display: inline-block;
  font-size: 14px;
}

.submit-area {
  text-align: center;
  margin-top: 10px;
}

.submit-area input[type="submit"] {
  display: inline-block;
  padding: 12px 50px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  background: #5d5ace;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.submit-area input[type="submit"]:hover {
  background: #5652ce;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.submit-area input[type="submit"]:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.wpcf7-spinner {
  margin-left: 8px;
}

.wpcf7-not-valid {
  border-color: #e53935 !important;
  background-color: #fff5f5;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #e53935;
}

.wpcf7-response-output {
  margin: 20px 0 0;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  border: 1px solid #e53935;
  background: #fff5f5;
  color: #c62828;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #4caf50;
  background: #f1f8e9;
  color: #2e7d32;
}

.privacy-scroll {
  max-height: 260px;
  overflow-y: scroll;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1.6;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.accept-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.accept-box input {
  margin-right: 8px;
}

.submit-area {
  text-align: center;
}

.submit-area input[type="submit"] {
  padding: 12px 40px;
  font-size: 16px;
  cursor: pointer;
}

.footer_inner {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  background: #b7c6ff;
}

.footer_inner a {
  color: #333;
  text-decoration: none;
}

.footer_copy {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}

.cta_innner {
  width: 90%;
  max-width: 1200px;
}

.cta_innner a.tel_link {
  color: #ffdc3d;
  text-decoration: none;
}

.cta_time {
  padding-top: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #d91123;
}

.cta_mail_wrap {
  padding: 30px;
  background: #d91123;
}

.cta_mail_block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background: #fff9af;
}

.cta_mail_block .cta_mail_img {
  width: 70%;
    max-width: 695px;
}

.cta_mail_block .cta_tel_text {
  min-width: 320px;
  margin-left: 15px;
  font-size: 20px;
  font-weight: bold;
}

.cta_mail_block .cta_tel_text span {
  margin-left: 15px;
  font-size: 30px;
}

/* 追加：左右に揺れるアニメーション */
#btn_animation {
  display: block;
  animation: btn_animation 2s infinite;
}

/* アニメーションのキーフレーム */
@keyframes btn_animation {
  0% {
    transform: translate(4px, 0px);
  }
  5% {
    transform: translate(-4px, 0px);
  }
  10% {
    transform: translate(4px, 0px);
  }
  15% {
    transform: translate(-4px, 0px);
  }
  20% {
    transform: translate(4px, 0px);
  }
  25% {
    transform: translate(-4px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
  /* 30%〜100%は動きなし（静止状態） */
}

.lp_fixed_contact {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: #000000da;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.lp_fixed_contact.is_visible {
  transform: translateY(0);
}

.lp_fixed_contact_inner {
  display: flex;
  gap: 8px;
  max-width: 1100px;
  margin: 0 auto;
}

.lp_fixed_contact_btn {
  flex: 1;
  display: block;
}

.lp_fixed_contact_btn img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .lp_fixed_contact_inner {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .mt {
    margin-top: 50px;
  }

  .pc_content {
    display: none;
  }

  .header-inner {
    align-items: center;
    height: auto;
  }

  .header-logo {
    margin-left: 10px;
  }

  .header-logo img {
    width: 90px;
  }

  .header-info-time {
    height: 45px;
    font-size: 14px;
  }

  .header-info-tel {
    font-size: 18px;
    padding: 10px;
  }

  .header-info-tel img {
    width: 25px;
  }

  .header-mail .mail-btn {
    padding: 7px;
    font-size: 14px;
  }

  .support .support_title {
    font-size: 20px;
    padding: 15px;
  }

  .support .support_img img {
    width: calc(100% / 3);
  }

  .other_support {
    width: 100%;
  }

  .other_support .other_support_title {
    font-size: 18px;
  }

  .other_support .other_support_text {
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0;
  }

  .sec02 .sec02_inner img {
    width: 100%;
    margin: 10px auto;
  }

  .sec04 .sec04_text {
    width: 90%;
    font-size: 16px;
  }

  .sec04 .sec04_text span {
    font-size: 20px;
  }

  .sec05 .reasons .reasons_block {
    padding-top: 50px;
  }

  .sec05 .reasons .reasons_block .reasons_text {
    width: 100%;
  }

  .sec05 .reasons .reasons_block .reasons_text .reasons_title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .sec05 .reasons .reasons_block .reasons_text .reasons_title span.normal {
    line-height: normal;
  }

  .sec05 .reasons .reasons_block .reasons_text .reasons_title span.orange {
    font-size: 34px;
  }

  .sec05 .reasons .reasons_block .reasons_text .reasons_content {
    font-size: 16px;
  }

  .sec05 .reasons .reasons_block .reasons_img {
    width: 100%;
    margin-top: 20px;
    order: 1;
  }

  .sec05 .moreover .moreover_text {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .sec05 .moreover .moreover_span1 {
    font-size: 24px;
  }

  .sec05 .moreover .moreover_span3 {
    display: block;
    font-size: 22px;
  }

  .sec05 .moreover .moreover_img {
    width: 100%;
    margin-top: 30px;
  }

  .sec07 .sec07_inner {
    padding-bottom: 30px;
  }

  .sec07 .sec07_inner .sec07_text {
    font-size: 16px;
  }

  .sec07 .sec07_inner .sec07_text_2 {
    font-size: 18px;
  }

  .sec07 .sec07_inner .sec07_img_2 .sec07_hakutaro {
    position: static;
    margin: 20px auto 0;
    width: 100px;
  }

  .sec07 .sec07_inner::after {
    border: 60px solid transparent;
    border-top: 40px solid #fffbd3;
  }

  .sec08 .sec08_text {
    margin-top: 30px;
  }

  .sec08 .sec08_text .sec08_title {
    width: 100%;
    font-size: 16px;
  }

  .sec08 .sec08_text .sec08_content {
    margin-top: 0;
    padding: 15px;
    font-size: 16px;
  }

  .sec09 .sec09_title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .voice-card {
    padding: 14px;
  }

  .voice-card-face img {
    width: 50px;
    height: 50px;
  }

  .sec09_slider .swiper {
    padding: 10px 10px 0px;
  }

  .sec11 .sec11_title {
    padding: 15px;
    font-size: 20px;
  }

  .sec11 .sec11_img {
    margin-top: 30px;
  }

  .sec11 .sec11_block_title {
    font-size: 20px;
  }

  .sec11 .sec11_block_content .sec11_item {
    margin: 15px;
    padding-right: 0;
    font-size: 18px;
    border-right: none;
  }

  .sec11 .sec11_img_2 {
    margin-top: 30px;
  }

  .price_card {
    margin: 0 8px;
  }

  .sec12 .sec12_img {
    margin-top: 70px;
  }

  .sec12 .sec12_img .sec12_hakutaro {
    position: absolute;
    left: -40%;
    bottom: 0;
    width: 80px;
  }

  .sec12 .swiper {
    padding: 50px 10px 40px;
  }

  .sec14_title {
    padding: 30px 15px 0;
    font-size: 20px;
  }

  .sec14_flow_block {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .sec14 .block_left {
    width: 100%;
  }

  .sec14 .left_title .left_title_img {
    width: 120px;
  }

  .sec14 .left_title .left_title_text {
    font-size: 20px;
  }

  .sec14 .left_content {
    padding: 15px 0 15px 30px;
    font-size: 16px;
    font-weight: bold;
}

  .sec14 .block_right {
    width: 100%;
    padding-left: 30px;
  }

  .sec14_payment {
    padding-bottom: 30px;
  }

  .sec14_payment .payment_title {
    padding: 30px 15px 15px;
    font-size: 20px;
  }

  .sec14_payment .payment_text {
    font-size: 16px;
  }

  .sec16 {
    width: 100%;
    border-radius: 0;
  }

  .sec16 .sec16_title {
    padding: 30px 15px 0px;
    font-size: 20px;
  }

  .accordion-header {
    padding: 15px 50px 15px 10px;
    font-size: 16px;
  }

  .accordion-content__inner {
    padding: 15px;
    font-size: 16px;
  }

  .sec17 .sec17_title {
    padding: 30px 15px 0;
    font-size: 20px;
  }

  .wpcf7 {
    margin: 0 auto 50px;
    padding: 10px;
  }

  .wpcf7-form-control {
    font-size: 14px;
  }

  .submit-area input[type="submit"] {
    width: 100%;
    max-width: 320px;
  }

  .cta_time {
    font-size: 16px;
  }

  .cta_mail_wrap {
    padding: 15px;
  }

  .cta_mail_block {
    flex-wrap: wrap;
    padding: 15px;
  }

  .cta_mail_block .cta_mail_img {
    width: 100%;
  }

  .cta_mail_block .cta_tel_text {
    min-width: auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 16px;
  }

  .cta_mail_block .cta_tel_text span {
    margin-left: 10px;
    font-size: 24px;
  }

  .lp_fixed_contact {
    padding: 10px;
  }

}





/* ----------------------------------------------------
会社概要
---------------------------------------------------- */
.company_p {
	padding: 70px 0;
	background: #fff4eb;
}
.company_p h2 {
	font-size: 45px;
	font-weight: 800;
	padding: 20px 0;
	text-align: center;
}

.table {
	width: 724px;
	margin: 0 auto;
}

table {
	width: 724px;
	border-collapse: collapse;
	margin: 20px auto 0;
	font-size: 20px;
	text-align: left;
	line-height: 1.6;
}
th, td {
	border: 1px solid #ccc;
	padding: 16px;
}
th {
	background-color: #f0793c;
	font-weight: bold;
	color: #fff;
}
td {
	padding-left: 10px;
	background-color: #fff;
}

@media screen and (max-width: 640px) {
  .pc-item {
    display: none;
  }
  
	.company_p {
		padding: 10% 3.5% 10% 3.5%;
	}

	.company_p h2 {
		padding: 0;
		margin-bottom: 20px;
    font-size: 22px;
	}

	.table {
		width: 100%;
	}

	.company_p .table table {
		width: 100%;
		border: 1px solid #ccc;
		border-collapse: collapse;
		line-height: 1.5;
	}

	.company_p .table table tr {
		display: block;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}

	.company_p .table table tr:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}

	.company_p .table table th,
	.company_p .table table td {
		display: block;
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
		border: none;
	}

	.company_p .table table th {
		background-color: #f0793c;
		color: #fff;
		font-size: 1rem;
		font-weight: bold;
	}

	.company_p .table table td {
		background-color: #fff;
		font-size: 1.1rem;
		line-height: 1.5;
		text-align: justify;
	}
}