@charset "UTF-8";

/*----------------------------------------

■1：ELEMENTS

----------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, 'Yu Gothic', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  height: 100%;
  background: #FFF;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;

}

.MBfont {
  font-family: 'mbempire';
}

/*
::selection {
  background: #FFFF00;
  color: #000;
}
::-moz-selection {
  background: #FFFF00;
  color: #000;
}
*/

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.1em;
}

ul,
li,
dl,
dd,
dt {
  list-style: none;
  margin: 0;
  padding: 0;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 0;
}


img,
img a {
  border: 0;
  vertical-align: bottom;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #000;
}

/* a:link,
a:visited,
a:hover,
a:active {
  color: #000;
} */

a:hover {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a img {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

a:hover img {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0.5;
}

.Center {
  text-align: center !important;
}

.Left {
  text-align: left;
}

.Right {
  text-align: right;
}

.mt10 {
  margin-top: 5px !important;
}

.mt20 {
  margin-top: 10px !important;
}

.mt30 {
  margin-top: 15px !important;
}

.mt40 {
  margin-top: 20px !important;
}

.mt50 {
  margin-top: 25px !important;
}

.mt60 {
  margin-top: 30px !important;
}

.mt70 {
  margin-top: 35px !important;
}

.mt80 {
  margin-top: 40px !important;
}

.mt90 {
  margin-top: 45px !important;
}

.mt100 {
  margin-top: 50px !important;
}

.mt110 {
  margin: 100px 0 50px !important;
  padding: 0 15px;
}

.orange {
  color: #ff5537;
}

.bule {
  color: #4cc4ff;
}

.strongTxt {
  font-size: 1.2em;
  color: #ff004e;
}

.Yellow {
  color: #ffFF00;
}

.white {
  color: #FFF;
}

.pt9 {
  font-size: 9pt;
}

.pt13 {
  font-size: 13pt;
}

.pt15 {
  font-size: 15pt;
}

.pt18 {
  font-size: 18pt;
}

.pt22 {
  font-size: 22pt;
}

.pt25 {
  font-size: 25pt;
}

.pt30 {
  font-size: 30pt;
}

.caption {
  font-size: 0.7em;
  line-height: 1.4em;
}

.attention {
  font-size: 0.7em;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.attention2 {
  font-size: 1.6rem !important;
}

.attention2 span {
  display: inline-block;
  line-height: 1.8em !important;
  margin: 0 3px 0 0;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in2 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in3 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
}

.fade-in2.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
}

.fade-in3.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
}

.fade-in-bottom {
  transform: translateY(100px);
}

.fade-in-left {
  transform: translateX(-100px);
}

.fade-in-right {
  transform: translateX(100px);
}

.fade-in-scale {
  transform: scale(1.5);
}

@media screen and (min-width:769px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mt70 {
    margin-top: 70px !important;
  }

  .mt80 {
    margin-top: 80px !important;
  }

  .mt90 {
    margin-top: 90px !important;
  }

  .mt100 {
    margin-top: 100px !important;
  }

  .mt110 {
    margin: 120px 0 60px !important;
  }
}

@media screen and (min-width:769px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

/* header */
header {
    height: 100px;
    position: fixed;
        display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
	    z-index: 97;
	overflow:hidden;
	transition: top 0.3s ease, background 0.3s ease;
  top: 0;
}
header .lp-Wrapper{
display: flex;
    justify-content: space-between;	
	align-items: center;
}
.head-logo {
  max-width: 300px;
  z-index: 99;
	width:70%;
}

.head-flex {
display: flex;
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
}
.head-a {
  color: #0b2a6a;
  transition: color 0.3s ease;
	font-weight:bold;
}

header.hide {
  top: -110px;
}

header.scrolled {
  background: white;
}
header.scrolled .head-a {
  color: #0b2a6a;
}
header.scrolled .head-logo img {
  filter: none; 
}
.hamburger {
		width: 30px;
		height: 20px;
		position: relative;
		cursor: pointer;
    z-index: 99;
	}
	.hamburger::before,
	.hamburger::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		background: #0b2a6a;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}
	.hamburger::before {
		top: 0;
	}
	.hamburger::after {
		bottom: 0;
	}
header.scrolled .hamburger::before, header.scrolled .hamburger::after{
	background:#0b2a6a;
}
.nav-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  color: #074591;
  z-index: 98;
  padding: 100px 50px;
	opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
}
.nav-menu ul {
	list-style: none;
	padding: 0;
}
.nav-menu ul li {
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #074591;
}
.nav-menu ul li a {
	text-decoration: none;
	color: #074591;
	font-size: 18px;
	display: block;
	font-weight:bold;
}
.nav-menu.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width:769px) {
  .nav-menu ul li a:hover {
    background: #074591;
    color:#fff;
  }
}
@media (max-width:480px) {
  .nav-menu ul li {
    padding: 10px;
  }
  .nav-menu ul li a {
    font-size: 16px;
  }
  .nav-menu ul li a:hover {
    opacity: 1;
  }
}

	.hamburger.active::before {
		transform: translateY(9px) rotate(45deg);
	}
	.hamburger.active::after {
		transform: translateY(-9px) rotate(-45deg);
	}
html #wpadminbar{
	display:none;
}
html{
	margin-top:0 !important;
}

/* footer_catchcopy */
.footer_catchcopy {
  margin: 60px 0;
  padding: 0 15px;
  text-align: center;
}
.footer_catchcopy .jp {
  display: inline;
  font-size: 2.4rem;
  color: #036651;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 60%, #d4f1bf 0%);
  line-height: 1.4;
}
.footer_catchcopy .jp br:nth-child(2) {
  display: none;
}
.footer_catchcopy .en {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.8;
}
@media (max-width:480px) {
  .footer_catchcopy {
    margin: 50px 0;
  }
  .footer_catchcopy .jp {
    font-size: 2rem;
  }
  .footer_catchcopy .jp br:nth-child(2) {
    display: block;
  }
}

/* footer */
footer a{
	color:#333;
}
.Foot {
  padding: 30px 0 0;
  background: #c0e2e6;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-size: 1.4rem;
}
.footer_link {
  margin-bottom: 30px;
}
.footer_address {
  font-size: 1.2rem;
  line-height: 1.6;
}
.footer_address > span {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  ;
  margin-bottom: 15px;
}
.footer_address .address_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer_address .address_wrap p {
  font-size: inherit;
  margin: 0 25px;
  line-height: inherit;
}
.footer_address .address_wrap span {
  display: block;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
@media (max-width:768px) {
  .Foot {
    padding: 30px 0 61px;
  }  
  .address_wrap {
    flex-direction: column;
  }
  .footer_address .address_wrap p {
    margin: 0 15px;
  }
  .footer_address .address_wrap p:first-of-type {
    margin: 0 15px 15px;
  }
}

/* -- SNSボタン(フッター) --*/
.sns_list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 -5px;
}

.sns_list::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #333;
  transform: translate(-50%, 0);
}

.sns_list li:not(:last-of-type) {
  margin-right: 10px;
}

.sns_list li a {
  display: block;
}

.sns_list li a img {
  width: auto;
  height: 34px;
  filter: brightness(.3);
}

/* ISO */
.badgeArea {
  background: linear-gradient(to left, #2e93ca, #1fa581), url(../img/lp-sales/cta-bg.png) no-repeat right center;
  background-blend-mode: overlay;
  text-align: center;
  padding: 30px 15px;
  text-align: center;
}
.badgeArea .badgeArea_txt {
  display: block;
  margin: 0 0 15px 0;
  color: #fff;
  font-size: 1.2rem;
}
.badgeArea .badgeArea_txt p {
  font-size: 1.2rem;
  line-height: 1;
}
.badgeArea .badgeArea_txt p:not(:last-of-type) {
  margin-bottom: 8px;
}

.badgeArea .badgeArea_txt span:first-of-type {
  margin-left: 5px;
}

.badgeArea ul.badgeArea_list {
  display: flex;
  justify-content: center;
  list-style: none;
}

.badgeArea ul.badgeArea_list li:not(:last-of-type) {
  margin-right: 8px;
}

.badgeArea ul.badgeArea_list li img {
  width: auto;
  max-width: 100%;
  max-height: 60px;
}
.indexSection01_text {
    color: #0e3775;
    font-size: 9pt;
    letter-spacing: .15em;
    line-height: 2;
    position: absolute;
    bottom: 15%;
	left:0;
	font-weight:bold;
}
.indexSection01_scroll {
        position: absolute;
        bottom: 40%;
        top: 60%;
        right: 0;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
.indexSection01_scroll span {
    display: block;
    position: relative;
    color: #fff;
    font-size: 12pt;
    margin: 5% 0 0;
    letter-spacing: .15em;
    transform: rotate(90deg);
    text-align: right;
    text-shadow: 1px 1px 1px #000;
}
.indexSection01_scroll span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -110px;
    width: 100px;
    height: 1px;
background: #fff;
    box-shadow: 1px 1px 1px #000;
}
.grecaptcha-badge{
	opacity:0;
}
.recaptcha_alert {
  font-size: 1.2rem;
  margin: 15px 0;
  padding: 15px;
  text-align: center;
  line-height: 1.6;
  border-top: 1px dotted #036651;
  border-bottom: 1px dotted #036651;
}
.recaptcha_alert a {
  text-decoration: underline;
}
.recaptcha_alert a:hover {
  text-decoration: none;
}
.copyright {
  font-size: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.sp_footer{
  display: none;
}
@media only screen and (max-width: 480px) {
  .badgeArea .badgeArea_txt span {
    display: block;
  }

  .badgeArea .badgeArea_txt span:first-of-type {
    display: inline-block;
  }
}
/* reason */
.lp-Wrapper{
	width: calc(100% - 30px);
  max-width: 1100px;
  margin: 0 auto;
	overflow:hidden;
	font-family:YuGothic;
}
.lp-reason{
	padding:100px 0 10px;
	background:#f3f3f3;
}
.lp-reason-flex{
	  background: url(../img/lp-sales/pride__bg.jpg) no-repeat top center;
    margin: 40px 0 0;
    position: relative;
}
.lp-reason-flexdiv{
	display:flex;
	z-index:1;
	    justify-content: center;
    align-items: stretch;
	max-width:1000px;
	margin:0 auto;
}
.lp-reason-wajo{
	position: absolute;
  top: -30px;
  left: 50px;
  width: 435px;
	z-index:2;
}
.lp-reason-div{
	position:relative;
	width:30%;
}
.high-now-text{
	position:absolute;
	color:#fff;
	font-weight:bold;
	text-align: center;
  left: 0;
  right: 0;
  top: 45%;
  font-size: 15pt;
  line-height: 1.8;
}
.lp-h6{
  font-size: 26pt;
  text-align: center;
  margin: 0 auto 50px;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
  color: #0f3775;
}
.lp-h6 span{
	font-size:15pt;
	display:block;
	line-height:1.8;
}
.reason-sp{
	display:none;
}
.reason-pc{
	display:block;
}
.reasong-img{
	mix-blend-mode: multiply;
	margin: 30px auto 60px;
	max-width: 640px;
}
.lp-thanks{
    padding: 200px 0 100px;
}
.lp-thanksh1{
	text-align:center;
	margin-bottom:50px;
}
.lp-thanksp{
	text-align:center;
}
.lp-thanks a{
	color: #47b39d;
}
@media screen and (max-width:1000px){
	.scroll-hint--show {
    display: block;
  }
	.reason-sp{
	display:block;
}
.reason-pc{
	display:none;
}
	.lp-reason-flexdiv {
    justify-content: center;
    align-items: center;
		flex-direction: column;}
	.lp-reason-div {
    position: relative;
    width: 100%;
    max-height: 250px;
    height: auto;
    overflow: hidden;
    display: block;
		align-items: center;
    align-content: center;
    justify-content: center;
  }
	.lp-reason-wajo {
    width: 150px;
  }
	.high-now-text{
		right: 50%;
    font-size: 19pt;
    top: 30%;
	}
}
@media screen and (max-width:768px){
		.lp-reason {
    padding: 50px 0 10px;
    background: #f3f3f3;
}
	.lp-h6 {
    font-size: 16pt;
    text-align: center;
		margin: 0 auto 20px;
  }
	.lp-h6 span {
		font-size: 13pt;
  }
	.high-now-text {
    right: 0;
    font-size: 14pt;
    top: 50%;
    line-height: 1.5;
    transform: translate(0, -50%);
  }
	.lp-reason-wajo {
    position: absolute;
    top: -47px;
		left: 11px;
  }
	.lp-reason-div {
    position: relative;
    width: 100%;
		max-height: 180px;
  }
}
/* lp-high-pressure-sales */

.lp-sales-Wrapper {
  width: calc(100% - 30px);
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  font-family: YuGothic;
}

.lp-sales-kv {
  background: url(../img/lp-sales/kv-bg.png) no-repeat center center;
  background-size: cover;
  height: 700px;
  position: relative;
  padding-top: 100px;
}

.lp-sales-kv .lp-sales-Wrapper {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  height: 100%;
}

.lp-sales-kv1 {
  max-width: 620px;
  width: 100%;
}

.lp-sales-sec1, .lp-sales-sec2, .lp-sales-sec3, .lp-sales-sec4, .lp-sales-sec6, .lp-sales-sec7 {
  background: #ebf8ee;
  padding: 50px 0;
}
.lp-sales-contact {
  padding: 100px 0;
    background: #ebf8ee;
}
.lp-sales-h1, .lp-sales-h2, .lp-sales-h3, .lp-sales-h4, .lp-sales-h5{
	font-weight:bold;
}
.lp-sales-h1 {
  color: #0f3775;
  line-height: 1.3;
  margin: 50px 0;
  position: relative;
  text-align: center;
}

.lp-sales-h1::before {
    content: '';
    width: 100%;
    height: 95px;
    background: url(../img/lp-sales/title-bg.png) no-repeat center;
    position: absolute;
    display: flex;
    top: -25px;
    justify-content: center;
    align-items: center;
}

.lp-sales-h2 {
  display: block;
    color: #0f3775;
    margin: 30px 0 10px;
    width: 100%;
    padding-bottom: 3px;
    position: relative;
	font-weight:bold;
}
.lp-sales-h2::after{

	content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #2e93ca, #1fa581);
    position: absolute;
}

.lp-sales-h3 {
  display: block;
  color: #333;
  margin: 30px 0 10px;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px lightgray solid;
}
.lp-sales-h3 span{
color: #0f3775;
}

.lp-sales-sec1table {
  width: 100%;
	    margin: 30px 0;
}

.lp-sales-sec1table table {
  width: 100%;
}

.lp-sales-sec1table table th {
  background: #c0e2e6;
  padding: 12px 2px;
  font-size: 13pt;
  line-height: 1.5;
  border: 1px solid lightgray;
  text-align: center;
}

.lp-sales-sec1table table td {
  background: #ffffff;
  padding: 12px;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #d3d3d3;
  font-size: 11pt;
}

.lp-sales-sec1table p {
  text-align: left;
}

.lp-sales-cta {
  background: linear-gradient(to left, #0c50ae, #2e93ca), url(../img/lp-sales/cta-bg.png) no-repeat right center;
  background-blend-mode: overlay;
  text-align: center;
  padding: 60px 0;
  line-height: 1.4;
}

.lp-sales-cta p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.lp-sales-ctaflex {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  gap: 30px;
  background: #fff;
  max-width: 900px;
  margin: 20px auto 0;
  padding: 20px;
}

.lp-sales-ctaflex-a1 {
  position: relative;
  background: #21a28b;
  padding: 20px 10px;
  width: 40%;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
}
.lp-sales-ctaflex-a2 {
  position: relative;
  background: #2e93ca;
  padding: 20px 10px;
  width: 40%;
  color: #fff !important;
  font-weight: bold;
  border-radius: 5px;
}
.lp-sales-ctaflex-a1::after,
.lp-sales-ctaflex-a2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-color: #FFF;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transition: all .2s ease;
  transform: translate(0, -50%) rotate(45deg);
}
.lp-sales-sec2flex1 {
  display: flex;
  gap: 30px;
}

.lp-sales-sec2flex1>div {
  width: 49%;
	margin:0px 0;
}

.lp-sales-sec2flex2{
  display: flex;
	gap: 2%;
    justify-content: space-between;
	    margin: 30px 0;
}
.lp-sales-sec2flex2>div {
  background: #fff;
  width: 32%;
	border-radius: 10px;
    overflow: hidden;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.lp-sales-sec2flex2-title{
	    background: #0f3775;
    padding: 15px;
}
.lp-sales-sec2flex2-text{
	    padding: 10px 20px 20px;
}
.lp-sales-h4{
	    text-align: center;
    color: #0e3775;
    font-weight: bold;
    padding: 3px;
    border-bottom: 1px solid;
	margin-bottom: 10px;
}
.lp-sales-sec3-title{
	height:300px;
	background: url(../img/lp-sales/sec3.png) no-repeat 80% center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.lp-sales-sec3-title p{
	color:#fff;
	font-weight:bold;
	position:relative;
}
.lp-sales-sec3-title div{
	display:flex;
	    position: absolute;
    align-items: center;
    justify-content: center;
	    text-align: center;
}
.lp-sales-sec3flex{
background-color: #fff;
    display: flex;
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 5px;
    gap: 30px;
    align-items: center;
}
.lp-sales-sec5{
  padding: 50px 0;
}
.lp-sales-h5{
	color:#0f3775;
	font-weight:bold;
	    min-width: 220px;
}
.lp-sales-sec5div {
  margin-top: 40px;
  border: 1px solid #0f3775;
  padding: 30px;
	    border-radius: 10px;
}

.lp-sales-sec5flex {
  display: flex;
  gap: 2%;
  justify-content: flex-start;
  align-items: stretch;
	margin-bottom: 20px;
}

.lp-sales-sec5img {
  width: 20%;
}

.lp-sales-sec5content {
  width: 78%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lp-sales-sec5p {
  text-align: left;
  color: #0f3775;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 20px;
	    line-height: 1.3;
    border-bottom: 1px solid;
}

.lp-sales-sec5content table {
  width: 100%;
}

.lp-sales-sec5content table th {
  padding: 2px;
}
.lp-sales-sec5content table th p{
  background: #0f3775;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: bold;
	padding: 3px;
    border-radius: 5px;
    margin: 3px;
	min-width:150px;
}

.lp-sales-sec5content table td {
  background: #fff;
  padding: 3px 3px 3px 10px;
  text-align: left;
  line-height: 1.5;
  font-size: 13pt;
}

.lp-sales-sec5p2 {
  background: #eef5ff;
	    padding: 20px;
    border-radius: 5px;
}
.lp-sales-sec5 .lp-sales-sec1table th{
    min-width: 280px;
    text-align: left;
    padding-left: 20px;
}
.lp-sales-sec5 .lp-sales-sec1table td{
	width:65%;
	text-align:left;
    padding-left: 20px;
}
.lp-sales-sec6flex{
  display: flex;
    position: relative;
    width: 95%;
    margin: 70px 0 70px auto;
    background: #fff;
    padding: 10px 10px 10px 100px;
    border-radius: 10px;
    border: 2px #22a28d solid;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.lp-sales-sec6img{
  position: absolute;
	    left: -5%;
}

.lp-sales-sec6p1{
  display: block;
  border-radius: 5px;
  background: #2e93ca;
  color: #fff;
  font-weight: bold;
  min-width: 300px;
	    text-align: center;
}
.lp-sales-sec6p2{
  color: #333;
}
.lp-sales-sec7q{
  display: flex;
  background: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px #22a28d solid;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.lp-sales-sec7a{
	display: flex;
  padding: 10px 20px;
  justify-content: flex-start;
  gap: 20px;
}
.lp-sales-sec7div{
	margin-bottom:30px;
}
.lp-sales-sec7qimg,.lp-sales-sec7aimg{
  width: 29px;
}
.lp-sales-sec7qtext{
  color: #0f3775;
  font-weight: bold;
}
.lp-sales-sec7atext{
    width: calc(100% - 30px);
}
.lp-sales-form {
  background: url(../img/lp-sales/cta-bg.png) no-repeat right -100px #ebf8ee;
  background-blend-mode: overlay;
  text-align: center;
  padding: 60px 0;
}

.lp-sales-form #form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.wpcf7-radio input[type="radio"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #333;
    background-color: #fff;
}
.wpcf7-list-item{
	width:100%;
}
.wpcf7-list-item>label{
	display: flex;
    align-items: center;
}
.contactTable {
  width: 100%;

}

.form-w50 p {
  display: flex;
  align-items: center;
}


.required {
  background: #e85b54;
  color: #fff;
  padding: 2px 5px;
  font-weight: bold;
  border-radius: 3px;
  font-size: 10pt;
  margin-right: 5px;
}

.optional {
  background: #666666;
  color: #fff;
  padding: 2px 5px;
  font-weight: bold;
  border-radius: 3px;
  font-size: 10pt;
  margin-right: 5px;
}

.contactTable tr {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 0;
  text-align: left;
}

.contactTable th p {
  font-size: 12pt;
  font-weight: bold;
  color: #666666;
}

.contactTable input,
.contactTable textarea,
.contactTable select{
  background: #fff;
  width: 100%;
  border-radius: 3px;
  padding: 10px 15px;
  border: 0.5px solid lightgray;
}

.contactTable option,
.wpcf7-form-control-wrap{
	width:100%;
}
.wpcf7-form-control-wrap select{
	margin-bottom:10px;
}
.contactTable th,
.contactTable td {
  padding: 5px 0;
}

.contacttitle {
  font-size: 26pt;
  text-align: center;
  display: inline-block;
  color: #074591;
  margin: 0 auto 20px;
  line-height: 1.8;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.contactBtn {
	display:block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  background: #0f3775;
  padding: 10px;
  border-radius: 5px;
}

.contactBtn input {
  font-size: 20pt;
  font-weight: bold;
  color: #fff;
}

.contactTxt2 {
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
}

.contacttitlespan {
  font-size: 13pt;
  display: block;
}

input::placeholder,
textarea::placeholder {
  color: #808080;
  font-family: 'ヒラギノ角ゴ Pro';
  font-size: 12pt;
}

.wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width:1024px) {
  header {
		height: 70px;}
	.lprpw-kv .lprpw-Wrapper{
		flex-direction: column;
	}

  .lp-sales-kv {
    height: 600px;
  }
}

@media screen and (max-width:768px) {
	.nav-menu{
		padding: 80px 30px;
	}
	.sp_footer{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 96;
  }
  .sp_footer ul{
    display: flex;
    height: 60px;
    width: 100%;
    background: #209F76;
  }
  .sp_footer ul li{
    border-right: 1px solid #FFF;
    width: calc( 34% - 1px);
    height: 100%;
    text-align: center;
  }
  .sp_footer ul li:last-of-type {
    border-right: none;
  }
  .sp_footer ul li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp_footer ul li img{
    width: 100%;
    max-width: 80px;
  }
  .lp-sales-sec1table table td {
    font-size: 10pt;
  }

  .pt13,
  .lp-sales-sec1table table th,
  .lp-sales-sec5content table th,
  .lp-sales-sec5content table td {
    font-size: 12pt;
  }

  .pt15,
  .lp-sales-h4 {
    font-size: 13pt;
  }

  .pt18 {
    font-size: 12pt;
  }

  .pt22 {
    font-size: 16pt;
  }

  .pt25 {
    font-size: 18pt;
  }

  .pt30 {
    font-size: 22pt;
  }
	
	.lp-sales-sec1, .lp-sales-sec2, .lp-sales-sec3, .lp-sales-sec4, .lp-sales-sec6, .lp-sales-sec7 {
    background: #ebf8ee;
    padding: 30px 0;
}
  .lp-sales-h1 {
    font-size: 18pt !important;
    padding-left: 0;
    margin: 30px 0;
  }

  .lp-sales-sec1flex,
  .lp-sales-sec6flex,
  .lp-sales-sec3flex,
  .lp-sales-sec7flex,
	.lp-sales-sec2flex1,
	.lp-sales-sec5flex{
    flex-direction: column;
    align-items: center;
  }

	.lp-sales-sec2flex2{
		flex-wrap:wrap;
		margin: 15px 0;
	}
  .lp-sales-h2 {
    font-size: 15pt;
    margin: 20px 0 30px;
    line-height: 1.4;
  }
  .lp-sales-h2:after {
    bottom: -15px;
  }

  .lp-sales-sec1flex-div1,
  .lp-sales-sec1flex-div2,
  .lp-sales-sec3flex>div,
  .lp-sales-sec7div,
	.lp-sales-sec5flex>div,
	.lp-sales-sec2flex1>div{
    width: 100%;
    max-width: 100%;
  }
	
	.lp-sales-sec2flex2>div{
		width: 100%;
    max-width: 360px;
		margin:0 auto 20px;
	}
	.lp-sales-sec3-title {
		height: 150px;}
	.lp-sales-sec1table {
    width: 100%;
    margin: 15px 0;
}
  .lp-sales-h3 {
    margin: 20px 0 15px;
    line-height: 1.6;
  }

  .lp-sales-cta {
    padding: 30px 0;
  }
	.cta-pc{
		display:none;
	}
	.lp-sales-h5{
		text-align: center;
	}
	.lp-sales-sec3flex{
		gap:5px;
	}

  .lp-sales-sec4 {
    padding: 30px 0;
  }

  .lp-sales-sec6,
  .lp-sales-sec7,
  .lp-sales-sec5 {
    padding: 30px 0;
  }

  .lp-sales-sec5 {
    padding: 30px 0 50px;
  }
	.lp-sales-sec5div{
		padding: 15px;
	}
	.lp-sales-sec5content table th p{
		padding: 2px;
    margin: 1px;
	}
	.lp-sales-sec5p{
		margin-bottom: 10px;
		font-size:15pt;
	}
	.lp-sales-sec5img{
		max-width: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
		display: flex;
    justify-content: center;
	}
	.lp-sales-sec5flex{
		margin-bottom: 10px;
	}
	.lp-sales-sec1table table th{
		padding: 8px 2px;
	}
	.lp-sales-sec1table table td{
		padding:8px;
	}
	.lp-sales-sec6flex {
    position: relative;
    width: 100%;
    margin: 70px 0 50px auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 2px #22a28d solid;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
	.lp-sales-sec6img {
    position: absolute;
    left: 0px;
    top: -57px;
}
	.lp-sales-sec7div {
    margin-bottom: 15px;
}
	.lp-sales-form {
    padding: 30px 0;
}
}

@media screen and (max-width: 640px) {
  .lp-sales-kv {
    height: 500px;
  }

  .lp-sales-ctaflex {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .lp-sales-ctaflex-a1,
  .lp-sales-ctaflex-a2 {
    width: 100%;
  }

  .lp-sales-h1 {
    font-size: 20pt;
  }

  .logo {
    width: 60%;
  }
	.lp-sales-sec5content table th,
	.lp-sales-sec5content table td{
    display: block;
    width: 100%;
}
	.lp-sales-sec5 .lp-sales-sec1table th,
	.lp-sales-sec5 .lp-sales-sec1table td{
		display: block;
    width: 100%;
	}
	.lp-sales-sec6flex{
		padding: 30px 10px 10px 10px;
	}
	.lp-sales-sec6img {
    position: absolute;
    left: 32vw;
    top: -57px;
    width: 24vw;
  }
	.lp-sales-sec6p1 {
		width: 100%;}
	.lp-sales-h1:before {
    height: 60px;
    background-size: contain;
		top: -14px;
  }
  .contacttitle{
    font-size: 16pt;
    margin: 0 auto 10px;
    line-height: 1.4;
  }
  .contacttitlespan {
		font-size: 11pt;
    margin-bottom: 10px;
  }
	.contactBtn input {
		font-size: 16pt;}
	.contactTable tr {
		padding: 3px 0;}
	.nav-menu {
		padding: 80px 15px;}
	.nav-menu ul li {
		padding: 10px 0;}
}

/* サイドボタン */
.floatingArea {
  position: fixed;
  top: 120px;
  right: 0;
  left: auto;
  display: block;
  width: 50px;
  height: auto;
}
.floatingArea ul {
  display: block;
  list-style-type: none;
}
.floatingArea ul li {
  width: 100%;
  background: none;
  border-right: none;
  margin: 0 0 10px 0;
}
.floatingArea img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px){
  .floatingArea {
    top: 90px;
  }
}
@media screen and (max-width: 768px){
  .floatingArea {
    display: none;
  }
}

/* フッターサイト一覧 */
.footer_sitelist {
  margin: 30px auto 0 !important;
  width: 100% !important;
  padding: 20px 15px 0 !important;
  border-top: 1px dotted #036651 !important;
}
.footer_sitelist .inner_wrap {
  max-width: 1100px !important;
  margin: 0 auto !important;
}
.footer_sitelist .inner_wrap:nth-child(1) {
  margin-bottom: 6px !important;
}
.footer_sitelist .inner_wrap .accordion-header {
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #036651 !important;
}
@media screen and (max-width: 768px){
  .footer_sitelist .inner_wrap .accordion-header {
    font-size: 15px !important;
  }
}
.footer_sitelist .inner_wrap .accordion-toggle {
  font-size: 20px !important;
  font-weight: 100 !important;
  color: #036651 !important;
  margin: -4px 8px 0 0 !important;
}
.footer_sitelist .inner_wrap .accordion-content-inner li .accordion-content-title {
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #036651 !important;
  margin: 15px 0 6px !important;
}
.footer_sitelist .inner_wrap .accordion-content-inner li p {
  line-height: inherit !important;
}
.footer_sitelist .inner_wrap .accordion-content-inner li p a {
  color: #000 !important;
}
