@charset "UTF-8";

body {
  min-width: 100vw;
  color: #333;
  font-family: "hira", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 100%;
  position: static;
  background: #fff;
  letter-spacing: 0.1em;
}

@font-face {
  font-family: 'hira';
  src: url(../fonts/w6.ttc);
}

@font-face {
  font-family: 'hira_w3';
  src: url(../fonts/w3.ttc);
}

.casesbox {
    background: #fff;
    padding: 2rem 1rem;
    font-weight: bold;
    font-size: 1.8rem;
	display:none;
}
.casesbox a {
    /* background: #f6f6f6; */
    padding: 0;
    color: green;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    width:960px;
    text-align: center;
    position: relative;
}

.casesbox a span{margin-right: 30px;}
.casesbox a:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg);
    color: #333;
}

.casesbox a:hover {opacity: 0.6;text-decoration: underline;}

@media only screen and (max-width: 1039px){
	.casesbox a {
    width:96%;
}
}

header .hd_inner .head_flex a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.head_flex dl {
    display: flex;
    word-break: break-all;
}
.head_flex dl dt {
    border-right: solid 1px #ccc;
    padding-right: 10px;
    color: #333;
    font-size: 28px;
    letter-spacing: 0.001rem;
    font-weight: bold;
    margin-right: 10px;
}

.head_flex dl dt span {
    position: relative;
    top: -5px;
}
.head_flex dl dt img {display: inline-block;}
.head_flex dl dd span {
    color: #999;
    font-size: 14px;
    line-height: 1.2rem;
    letter-spacing: 0.001rem;
    font-weight: normal;
}
 
.w3 {
  font-family: 'hira_w3', sans-serif;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.cv_btn {
 /* -webkit-animation-name: cv_btn;
          animation-name: cv_btn;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;*/
}

@-webkit-keyframes cv_btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cv_btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.main,
.footer {
  width: auto;
  margin: 0 auto;
  text-align: center;
  max-width: 1920px;
}

.main-visual {
  position: relative;
  z-index: 1;
}

main {
  margin-top: 80px;
}

.bg {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}

.con {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.inner {
  display: block;
  width: 1040px;
  height: auto;
  margin: 0 auto;
  left: calc(50% - 520px);
  right: auto;
}

.cv_btn {
  width: 640px;
  top: 83%;
  overflow: hidden;
}

.title {
  width: 100%;
  top: 23%;
}

.tt_p {
  margin-top: -40px;
}

.lpx_edge_tt_1 {
  position: absolute;
  top: 20%;
  left: 0;
}

.lpx_edge_tt_2 {
  position: absolute;
  top: 7%;
  right: 0;
}

.lpx_edge_tt_3 {
  position: absolute;
  top: 7%;
  left: 0;
}

@media only screen and (max-width: 640px) {	
	
  .main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}


/* pc版 */
.sec01 {
  width: 100%;
  height: 810px;
  background: url("../assets/img/lp_xross/lpx_bg01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #f3f7f5;
}
.sec01_r{
	width:auto;
	height:810px;
	left:auto;
	right:-440px;
}

.sec02 {
  width: 100%;
  height: 760px;
  background: url("../assets/img/lp_xross/lpx_bg02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #f3f7f5;
}

.sec03 {
  width: 100%;
  height: 490px;
  background: url("../assets/img/lp_xross/lpx_bg03.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #f3f7f5;
}

.sec04 {
  width: 100%;
  height: 1200px;
  background: #e7fbb9;
  background-size: cover;
  background-position: center;
  color: #f3f7f5;
}

.sec05 {
  width: 100%;
  height: 3015px;
  background: #f3f7f5;
  background-size: cover;
  background-position: center;
  color: #000;
}

.sec06 {
  width: 100%;
  height: 2350px;
  background: #e7fbb9;
  background-size: cover;
  background-position: center;
  color: #000;
}

.sec07 {
  width: 100%;
  height: 2150px;
  background: #f3f7f5;
  background-size: cover;
  background-position: center;
  color: #000;
}

.sec08 {
  width: 100%;
  height: 525px;
  background: url("../assets/img/lp_xross/lpx_bg04.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #f3f7f5;
}

.sec09 {
  width: 100%;
  height: 1300px;
  background: #f3f7f5;
  background-size: cover;
  background-position: center;
  color: #000;
}

.sec10 {
  width: 100%;
  height: 960px;
  background: #e7fbb9;
  background-size: cover;
  background-position: center;
  color: #000;
}

.sec11 {
  width: 100%;
  height: 1330px;
  background: #f3f7f5;
  background-size: cover;
  background-position: center;
  color: #000;
}

.sec12 {
  width: 100%;
  height: 525px;
  background: url("../assets/img/lp_xross/lpx_bg04.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #f3f7f5;
}

.sec13 {
  width: 100%;
  background-size: cover;
  background-position: center;
  color: #000;
  background: #e7fbb9;
}

.sec13 .inner {
  background: #e7fbb9;
}

/*faq*/	
.sec13 .more-toggle,
.sec13 .hidden-content {
  display: none;
}

.sec13 .more-toggle:checked ~ .hidden-content {
  display: block;
}

.sec13 .more-button {
  display: inline-block;
  width: 200px;
  height: 40px;
  padding: 8px;
  background-color: #0000ff;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border-radius: 24px;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s;
}

.sec13 .more-button::before {
  content: 'もっと見る';
}

.sec13 .more-toggle:checked ~ .more-button::before {
  content: '閉じる';
}

.sec13 .more-button:hover {
  opacity: 0.7;
}

.sec13 .more-button:active {
  opacity: 0.4;
}




.sec14 {
  width: 100%;
  background: #fff;
  color: #000;
}

.sec {
  width: 100%;
  height: 760px;
  background: url("../assets/img/lp_xross/lpx_bg04.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #f3f7f5;
}

.kme37_deco3 {
  width: 500px;
  top: 77%;
  left: calc(50% - 550px);
  right: auto;
  overflow: hidden;
  -webkit-animation: fadeUpAnime_guigui 2s infinite;
          animation: fadeUpAnime_guigui 2s infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

.cv_btn {
  display: block;
  width: 580px;
  height: 80px;
  border-radius: 3px;
  border: 1px solid #f8783c;
 /* background: -webkit-gradient(linear, left top, right top, from(#fd644f), to(#f28e26));
  background: linear-gradient(90deg, #fd644f, #f28e26);*/
background:#f8783c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  font-size: 18px;
}

/* header */
header {
  width: 100%;
  height: 80px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  margin: 0 auto;
  top: 0;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 20, 0.2);
          box-shadow: 0px 10px 10px rgba(0, 0, 20, 0.2);
}

header .hd_inner {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  /*margin-left: calc(50% - 960px);*/
}

header .hd_inner .lpx_logo {
  width: 195px;
}

header .hd_inner .head_flex {
  width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .hd_inner .head_flex .lpx_tel {
  max-width: 410px;
  margin-right: 10px;
}

header .hd_inner .head_flex .lpx_contact_btn {
  max-width: 200px;
}

/* header */
/* footer */
footer {
  width: 100%;
  height: 260px;
  background: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .ft_inner {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

footer .ft_inner .ft_l {
  /*width: 50%;*/
}

footer .ft_inner .ft_l .ft_logo {
  width: 250px;
  margin-bottom: 45px;
}

footer .ft_inner .ft_l small {
  font-size: 10px;
  color: #fff;
}

footer .ft_inner .ft_r {
 
}

footer .ft_inner .ft_r ul {
  width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .ft_inner .ft_r ul li{font-size:14px;}

.ft_r .snsbtn
	{display: flex;}	

	@media only screen and (max-width: 640px) {
.ft_r .snsbtn
	{width: 30%;
    margin: 0 auto;
    display: flex;
	text-align: center;}	
}

/* footer */
/* sec01 */
h1 {
  font-size: 46px;
  display: inline;
  line-height: 1.6;
}

h1 img {
  display: inline;
  width: 194px;
  margin: 0 7px;
}

.sec01{
	overflow:hidden;
}
.sec01_h_sub {
  margin-top: 14px;
	font-size:20px;
}
.sec01_h_sub2{
	font-size: 11px;
	margin-top:40px;
	margin-bottom:40px;
}

.sec01_con {
  width: 700px;
  top: 90px;
  left: calc(50% - 500px);
  right: auto;
	color:#000;
	z-index:2;
	text-align: center
}

.sec01_con h1{font-weight:bold;}
.sec01_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top:40px;
		margin-left:0;
	width:580px;
	justify-content:space-between;
	
}

.sec01_box img {
  max-width: 180px;
}

/* sec01 */
/* sec02 */
h2 {
  font-size: 40px;
  padding: 100px 0;
  text-align: center;
  line-height: 1.6;
}

.sec02 {
  text-align: center;
}

.sec02_ul {
  display: inline-block;
  margin: 0 auto;
  font-size: 28px;
}

.sec02_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.sec02_ul_select {
  margin-right: 30px;
  width: 25px;
  height: 24px;
}

/* sec02 */
/* sec03 */
.p_small {
  font-size: 40px;
}

.p_yl {
  color: #fff83d;
}

.p_gl {
  color: #105f32;
}

.p_gl_bg {
  background: /*#82b322;*/green;
  padding: 0.2rem;
  font-family: 'hira';
}

.p_yl_bg {
  background: #fff83d;
  padding: 0.2rem;
  font-weight: bold;
}

.cv_btn2 {
  width: 720px !important;;
  height: 120px;
  margin: 0 auto;
  padding: 0 60px;
}

.cv_btn2 .cv_p {
  font-size: 28px;
}

.cv_btn2 .cv_img {
  width: 226px;
}

.cv_btn3 {
  width: 720px !important;
  height: 120px;
  margin: 0 auto;
  padding: 0 40px;
}

.cv_btn3 .cv_p {
  font-size: 28px;
  line-height: 1.2;
}

.cv_btn3 .cv_img {
  width: 226px;
}

.sec03 .inner h2 {
  padding-bottom: 40px;
}

/* sec03 */
/* sec04 */
.sec04_h_sub {
  text-align: center;
  padding-top: 110px;
  color: #105f32;
  font-size: 22px;
}

.sec04 .inner h2 {
  padding-top: 15px;
  padding-bottom: 60px;
  color: #000;
  font-size: 40px;
}

.lpx_sec4_img {
    max-width: 80% !important;
    margin: 0 auto;
}

/* sec04 */
/* sec05 */
.sec05_tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 110px;
}

.sec05_tt_l h2 {
  text-align: left;
  padding-top: 0;
  padding-bottom: 20px;
}

.sub_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 990px;
  height: 200px;
  background: url("../assets/img/lp_xross/lpx_bubble.png") no-repeat;
  background-size: cover;
  background-position: center;
  margin: 100px auto;
}

.sub_title_line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 990px;
  height: 240px;
  background: url("../assets/img/lp_xross/lpx_bubble_line2.png") no-repeat;
  background-size: cover;
  background-position: center;
  margin: 120px auto;
}

.sub_title_con {
  position: absolute;
}

.sub_title_con .lpx_bubble {
  width: 1000px;
}

.sub_title_con h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.sub_title_con h3 p {
  font-size: 40px;
  color: #fff83d;
}

.sub_title_img {
  margin-right: 40px;
}

.sub_title_p {
  margin-top: 0;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: 18px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 160px;
}

.content_end {
  display: block;
  margin-bottom: 130px;
}

.content_l {
  width: 460px;
}

.content_l_end {
  width: 100%;
  margin-bottom: 80px;
}

.lpx_content_l_tt {
  margin-bottom: 25px;
}

.lpx_content_r_copy {
  top: 72%;
  width: 93%;
  right: 0;
  left: auto;
}

.lpx_content_r_copy_end {
  width: 55%;
}

h4 {
  font-size: 32px;
  color: #105f32;
}

.content_l p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  /*letter-spacing: 0.3px;*/
}

.content_r {
  width: 545px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_r_end {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* sec05 */
/* sec06 */
.sec06 .content1 .lpx_content_r_copy {
  top: 90%;
  width: 77%;
}

.sec06 .content_l_end {
  margin-bottom: 60px;
}

.sec06 .content_l_end p {
  letter-spacing: -0.5px;
}

.sec06 .content_r_end {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sec06 .content_r_end .lpx_content_r_img {
  width: 90%;
}

.sec06 .lpx_content_r_copy_end {
  width: 53%;
}

/* sec06 */
/* sec07 */
.sec07 .content_l {
  width: 515px;
}

.sec07 .content_l p {
  width: 460px;
}

.sec07 .content1 .lpx_content_r_copy {
  top: 83%;
  width: 93%;
}

.sec07 .content2 .lpx_content_r_copy {
  top: 83%;
  width: 93%;
}

.sec07 .content3 .lpx_content_r_copy {
  top: 66%;
  width: 76%;
}

/* sec07 */
/* sec08 */
.sec08 h2 {
  padding-top: 80px;
  padding-bottom: 40px;
}

.sec08 .sec08_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  font-size: 46px;
}

.sec08 .sec08_50 {
  width: 89px;
  height: 57px;
  margin-right: 5px;
}

.sec08 .p_yl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec08 .p_sm {
  font-size: 32px;
}

/* sec08 */
/* sec09 */
.sec09 h2 {
  padding-bottom: 40px;
}

.sec09 .sec09_p {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}

.sec09 .tt_p {
  margin-top: -40px;
}

.sec09 .lpx_sec9_998 {
  margin: 0 auto;
  margin-bottom: 30px;
}

.sec09 .sec09_p {
  margin-bottom: 80px;
}

/* sec09 */
/* sec10 */
.sec10 {
  overflow: hidden;
}

.sec10 h2 {
  padding-bottom: 30px;
}

.sec10 .inner {
  display: block;
  width: 1040px;
  height: auto;
  margin: 0 auto;
  left: calc(50% - 520px);
  right: auto;
}

.sec10 .sec10_p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

/* sec10 */
/* sec11 */
.sec11 .sec11_p {
  text-align: center;
  font-size: 28px;
	letter-spacing: 0.001rem;
}

.sec11 .sec11_p .sec11_p_bg {
  font-size: 32px;
}

.sec11 .sec11_p .p_yl_bg {
  font-size: 32px;
  color: #ff6c00;
}

.sec11 .sec11_table {
  margin-bottom: 90px;
}

/* sec11 */
/* sec12 */
.sec12 h2 {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 2;
  padding-bottom: 60px;
}

.sec12 .cv_btn {
  line-height: 1.2;
}

/* sec12 */
/* sec13 */
.sec13 h2 {
  padding-bottom: 60px;
}

.sec13 .inner {
  padding-bottom: 160px;
  margin-left: calc(50% - 520px);
}

/* sec13 */
/* sec14 */
.sec14 .inner{
	margin-bottom:200px;
	  margin-left: calc(50% - 520px);
}
.sec14 h2{
	padding-top:200px;
}
/* sec14 */
/* sec15 */
/* sec15 */
.p_sm {
  font-size: 32px;
}

/* スライダー */
 .swiper {
  position: absolute;
  left: calc(50% - 960px);
  right: auto;
  width: 1920px;
}

.swiper .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    display: block;
    color: #ffffff;
    width: 1040px !important;
    text-align: center;
    height: 400px !important;
    border-radius: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sec10 .swiper .swiper-slide .slide_l {
  display: block;
  width: 34.6%;
  height: 100%;
  border-radius: 20px 0 0 20px;
}

.swiper .swiper-slide .slide_l1 {
  background: url("../assets/img/lp_xross/sample.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper .swiper-slide .slide_l2 {
  background: url("../assets/img/lp_xross/slide_img_legit.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper .swiper-slide .slide_l3 {
  background: url("../assets/img/lp_xross/sample.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper .swiper-slide .slide_r {
  display: block;
  width: 65.4%;
  height: 100%;
  background: #fff;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 46px;
  text-align: left;
  border-radius: 0 20px 20px 0;
}

.swiper .swiper-slide .slide_r .logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.sample_h1{
	font-size:24px;
}

.swiper .swiper-slide .slide_r .logo_area .slide_logo {
  width: 120px;
  margin-right: 20px;
}

.swiper .swiper-slide .slide_r h3 {
  font-size: 22px;
  letter-spacing: 0;
  margin: 30px auto;
  color: #105f32;
}

.swiper .swiper-slide .slide_r .slide_p {
  line-height: 2;
  letter-spacing: 0;
height:200px;
	overflow:scroll;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 16px !important;
  width: 119px !important;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  margin: auto;
  width: 119px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev:after {
  background-image: url(../assets/img/lp_xross/lpx_sec10_prev.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next:after {
  background-image: url(.../assets/img/lp_xross/lpx_sec10_next.png);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
    max-width: 100%;	
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'none' !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
  content: 'none' !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 17.5% !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-next {
  right: 17.5% !important;
}

.lp__sec1__content {
  padding: 15px 0;
    overflow-x: hidden;	
}
@media (max-width: 768px) {
  .lp__sec1__content {
    padding: 30px 0;
  }

.lp__sec5{padding: 0 !important;}	
	
.sec10_sp h2 {
    font-size: 40px;
    padding: 0;
    text-align: center;
    line-height: 1.6;
}
	
	
	
}
.lp__sec1__content .swiper-slide {
  height: auto !important;
  width: auto !important;
  margin: 0 20px;
}


.lp__sec5 {
    padding: 0 0 60px 0;
}

.lp__sec5 .inner {
    overflow-x: hidden;
}

.lp__sec5__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
}

.lp__sec5__content .swiperLp {
    position: relative;
    left: initial;
    right: initial;
    width: 85%;
    margin: 0 auto;
}

.lp__sec5__content .swiperLp .swiper-slide {
    height: auto !important;
}

.lp__sec5__content .swiperLp .swiper-slide .misc {
    display: flex;
    align-items: center;
    padding: 15px 0 0;
}

.lp__sec5__content .swiperLp .swiper-slide .misc__cat {
    background-color: #000;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 3px 5px;
    margin-right: 10px;
}
.lp__sec5__content .swiperLp .swiper-slide .image img {
    width: 100%;
}

.lp__sec5__content .swiperLp .swiper-slide .misc__other {
    font-size: 10px;
    color: #000;
}
.lp__sec5__content .swiperLp .swiper-slide .misc__logo {
    margin-right: 10px;
}

.lp__sec5__content .swiperLp .swiper-slide .misc__logo img {
    height: 20px;
}

.lp__sec5__content .swiperLp .swiper-slide img {
    /* width: auto; */
}

.lp__sec5__content .swiperLp .swiper-slide .swiperTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
    color: #000;
    text-align: left;
	line-height: 24px;
}

.lp__sec5 .btn-voice {
    background-color: #105f32;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
    width: fit-content;
    min-width: 220px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    /* border: 2px solid #000; */
    margin: 0 auto;
}

.lp__sec5 .btn-voice:hover{
	opacity: 0.7;
}


/* スライダー */
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 40px 0;
}

.accordion-area section {
  color: #fff;
}

.accordion-area h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100;
  height: 85px;
  margin: 0 auto;
  color: #105f32;
  background: #fff;
  border-radius: 9999px;
}

.accordion-area h3 .qa_q {
  width: 33px;
  margin-left: 30px;
  margin-right: 30px;
  height: 24px;
  background: url("../assets/img/lp_xross/lpx_q_close.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-area h3.close {
  color: #fff;
  background: #105f32;
}

.accordion-area h3.close .qa_q {
  background: url("../assets/img/lp_xross/lpx_q.png") no-repeat;
}

.qa_a {
  width: 31px;
  margin-left: 30px;
  margin-right: 30px;
  height: 25px;
}

.qa {
  padding-bottom: 125px;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  line-height: 80px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 18px;
  height: 2px;
  background-color: #105f32;
}

.title::before {
  top: 48%;
  right: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.title::after {
  top: 48%;
  right: 30px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  background-color: #fff;
}

.title.close::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  background-color: #fff;
}

/*アコーディオンで現れるエリア*/
.ac_box {
  display: none;
  /*はじめは非表示*/
  margin: 0;
  color: #000;
}

.ac_box.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ac_box p {
  padding: 0;
  width: 88%;
  line-height: 1.6;
}

.ac_box .ac_box_box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 9999px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 5%;
}



/* SP版 */
.main_sp{
	display:none;
}
.main_pc{
	display:block;
}
	.header_pc{
		display:block;
	}
	.header_sp{
		display:none;
	}
	.small_sp{
		display:none;
	}
	small{
		display:block;
	}
  .sec14 .inner .sec_con_tt {
	  display:none;
  }
	.sec14 .inner h2{
		display:block;
	}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	display:none !important;
	}

@media only screen and (max-width: 640px) {
.main_sp{
	display:block;
}
.main_pc{
	display:none;
}
}

@media only screen and (max-width: 640px) {
	.header_pc{
		display:none;
	}
		.header_sp{
		display:block;
	}
	.inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13% 5%;
		width:100%;
			left:0;
		right:0;
}

.inner img {
  width: 100%;
  display: block;
  margin: 0 auto;
}


.main_sp {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: #f3f7f5;
}
  .main_sp {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .main_pc {
    display: none;
  }
  .inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 13% 5%;
  }
  .sec_con_line {
    top: auto;
    bottom: -3%;
    left: auto;
    right: 0;
    width: 90% !important;
  }
  .sec1 .sec_con_p {
    width: 90%;
    top: 10%;
  }
  .sec1 .sec_con_btn {
    width: 90%;
    top: 84%;
  }
  .sec2 .sec_con_p {
    margin-top: 8%;
  }
  .sec3 .sec_con_tt {
    width: 80%;
    margin-bottom: 10%;
  }
  .sec3 .sec_con_btn {
    width: 90%;
    margin-top: 5%;
  }
  .sec4 .inner {
    background: #e7fbb9;
  }
  .sec4 .inner .sec_con_tt {
    width: 90%;
    margin: 0 auto;
  }
  .sec4 .inner .sec_con_fig {
    width: 100%;
    margin: 0 auto;
    margin-top: 10%;
  }
  .sec5 .inner .sec_con_h .sec_con_tt {
    width: 90%;
  }
  .sec5 .inner .sec_con_h .sec_con_fig {
    width: 80%;
    margin: 10% auto;
  }
  .sec5 .inner .sec_con .sec_con_p {
    margin: 10% auto;
  }
  .sec5 .inner .sec_con .sec_con_fig {
    margin-bottom: 25%;
  }
  .sec5 .inner .sec_con51 .sec_con_line {
    width: 90%;
  }
  .sec5 .inner .sec_con52 .sec_con_fig {
    width: 80%;
  }
  .sec5 .inner .sec_con52 .sec_con_line {
    width: 90%;
  }
  .sec5 .inner .sec_con61 .sec_con_fig {
    width: 80%;
  }
  .sec5 .inner .sec_con61 .sec_con_line {
    width: 70% !important;
    bottom: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .sec5 .inner .sec_con63 .sec_con_fig {
    width: 85%;
    margin-left: 0;
    margin-bottom: 50%;
  }
  .sec5 .inner .sec_con63 .sec_con_line {
    width: 90% !important;
    bottom: -20%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .sec5 .inner .sec_con71 .sec_con_line {
    bottom: -7%;
  }
  .sec5 .inner .sec_con72 .sec_con_line {
    width: 80% !important;
    bottom: -7%;
  }
  .sec5 .inner .sec_con73 .sec_con_line {
    width: 80% !important;
    bottom: -10%;
  }
  .sec8 .sec_con_btn {
    width: 90%;
    top: 85%;
  }
  .sec8 .inner .sec_con_tt {
    width: 90%;
    top: 10%;
  }
  .sec9 .inner .sec_con_fig {
    margin-top: 10%;
  }
  .sec10_sp {
    background: #e7fbb9;
  }
  .sec10_sp .inner .sec_con_tt {
    width: 85%;
    margin-left: 0;
  }
  .sec10_sp .inner .sec_con_fig {
    margin-top: 10%;
  }
  .sec11_sp .inner .sec_con_tt {
    width: 90%;
    margin-left: 0;
  }
  .sec11_sp .inner .sec_con_fig {
    margin: 10% auto;
  }
  .sec12_sp .sec_con_btn {
    width: 90%;
    top: 95%;
  }
  .sec12_sp .inner .sec_con_tt {
    width: 100%;
  }
  .sec12_sp .inner .sec_con_fig {
    margin: 10% auto;
  }
  .sec13_sp .inner .sec_con_tt {
    width: 72%;
    margin-left: 0;
  }
  .sec14 .inner .sec_con_tt {
	  display:block;
    width: 75%;
    margin-left: 0;
  }
	.sec14 .inner h2{
		display:none;
	}
		  .sec14 .inner{
	margin-bottom:15% !important;
	  margin-left:0 !important;
		  margin:0 auto !important;
}

/*ヘッダーとハンバーガー*/
.header_sp {
  position: fixed;
  z-index: 3;
}

.header_sp .hd_inner {
  margin-top: 13px;
  margin-left: 20px;
}

.header_sp .hd_inner .logo img {
  width: 180px;
}

* {
  margin: 0;
  padding: 0;
}

.header_sp {
  /*ヘッダーを固定*/
  position: fixed;
  width: 100%;
  height: 60px;
  background: #fff;
}

#nav {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  -webkit-transition: .7s;
  transition: .7s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#nav ul {
  padding-top: 80px;
}

#nav ul li {
  list-style-type: none;
  font-size: 20px;
}

#nav a {
  display: block;
  text-decoration: none;
  color: #000000;
  margin: 0 15px;
  padding: 7px 0;
  -webkit-transition: .5s;
  transition: .5s;
  margin: 0 auto;
  width: 300px;
	font-size:14px;
	
}
	

.head_flex dl {
    display: flex;
    word-break: break-all;
}
.head_flex dl dt {
    border-right: solid 1px #ccc;
    padding-right: 10px;
    color: #222 !important;
    font-size: 20px;
    letter-spacing: 0.001rem;
    font-weight: bold;
    margin-right: 10px;
}

.head_flex dl dt span {
    position: relative;
    top: -5px;
}
.head_flex dl dt img {
    width: 30px;
    display: inline-block !important;
}
.head_flex dl dd span {
    color: #999;
    font-size: 10px;
    line-height: 1.2rem;
    letter-spacing: 0.001rem;
    font-weight: normal;
    margin: 0;
	text-align: left;}
 	
	
.nav_btn img{
	margin-top:20px !important;
	}

#nav .a_img_t {
  margin-bottom: 30px;
}

#nav .a_img_b {
  margin-top: 30px;
}

#nav .a_img_t img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

#nav .a_img_b img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

#nav li a:hover {
  opacity: 0.7;
}

#hamburger {
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 50px;
  height: 44px;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}
	header{
		padding:0;
	}

.inner_line {
  display: block;
  position: absolute;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 1s;
  transition: 1s;
  border-radius: 4px;
}

#line1 {
  top: 0;
}

#line2 {
  top: 10px;
}

#line3 {
  top: 20px;
}

.in {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.line_1,
.line_2,
.line_3 {
  background: #000000;
}

.line_1 {
  /*-45度回転させる*/
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px !important;
}

.line_2 {
  opacity: 0;
}

.line_3 {
  /*45度回転させる*/
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 31px !important;
  top: auto !important;
}
	/* スライダー */
.swiper {
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
	margin:5% auto;
}

.swiper .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  display: block;
  color: #ffffff;
  width: 100% !important;
  text-align: center;
  height: auto !important;
  border-radius: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -12px !important;
    position: relative !important;
	display:block !important;
	}
	
/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 10px !important;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #105f32 !important;
}
/* フッター SP */	
	footer{
		height:auto;
	}
	footer .ft_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
}
	footer .ft_inner .ft_l{
		width:80%;
		margin:0 auto;
	}
	footer .ft_inner .ft_r{
		    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    text-align: center;
		margin-bottom:60px;
	}
	footer .ft_inner .ft_l .ft_logo{
		display:block;
		margin: 60px auto;
	}
footer .ft_inner .ft_r ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .ft_inner .ft_r ul li {
    margin: 30px auto 0 auto;
}
		small{
		display:none;
	}
	.small_sp{
		display:block !important;
		color:#fff;
		font-size:10px;
		line-height:1.6;
		text-align:center;
		margin-bottom:20px;
	}
	/*アコーディオン */
	.sec13_sp{
		background:#e7fbb9;
	}
	.accordion-area h3 .qa_q {
      width: 30px;
    margin-left: 5px;
    margin-right: 12px;
    height: 24px;
    background: url(../assets/img/lp_xross/lpx_q_close.png) no-repeat;
    background-size: 20px;
    background-position: left;
}
	.accordion-area h3.close .qa_q{
      width: 30px;
    margin-left: 5px;
    margin-right: 12px;
    height: 24px;
    background: url(../assets/img/lp_xross/lpx_q.png) no-repeat;
    background-size: 20px;
    background-position: left;
	}
	.accordion-area h3{
	height:auto;	
		    box-sizing: border-box;
    padding: 15px;
		    padding-right: 36px;
    line-height: 1.6;
	}
	.title{
		line-height:1.2;
		font-size:14px;
	}
	.title::after {
    top: 48%;
    right: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.3s ease transform;
    transition: 0.3s ease transform;
}
	.title::before {
    top: 48%;
    right: 12px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
	.title::before, .title::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    background-color: #105f32;
}
	.qa_a {
    width: 19px !important;
    margin-left: 0px !important;
    margin-right:12px;
    height: 15px;
		
}
	.ac_box p{
		font-size:14px;
	}

.ac_box .ac_box_box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-radius: 9999px;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5%;
}
.accordion-area h3.close .qa_close{
	width: 20px !important;
    margin-right: 10px !important;
		margin-left:0 !important;
	display:none;
	}
.accordion-area h3.close .qa_open{
	width: 20px !important;
    margin-right: 10px !important;
		margin-left:0 !important;
	display:block;
	}
.accordion-area h3 .qa_close{
	width: 20px !important;
    margin-right: 10px !important;
		margin-left:0 !important;
	display:block;
	}
.accordion-area h3 .qa_open{
	width: 20px !important;
    margin-right: 10px !important;
		margin-left:0 !important;
	display:none;
	}
	.accordion-area li{
		margin:20px auto;
	}
	.accordion-area{
		margin-top: 15%;
	}

	/*アコーディオン */
	/*フォーム */
.sec14_sp{
background:#fff;
}
.item_unit{
	display:block !important;
}
.item_unit .form_l{
	width:100% !important;
	margin-bottom:4% !important;
}

.item_unit .form_r{
			width:100% !important;
}
form{
	margin-top:15%;
}
.item_unit .req {
    background: #f45d5d;
    padding: 5px !important;
    border-radius: 2px !important;
    margin-right: 10px !important;
    color: #fff;
    font-size: 12px !important;
}
.item_unit .any {
    padding: 5px !important;
    border-radius: 2px !important;
    margin-right: 10px !important;
    font-size: 12px !important;
}
	.item_unit .tit{
		font-size:16px !important;
	}
	.item_unit .form_r .disc{
		font-size:14px !important;
	}
	.answer input{
		font-size:14px !important;
	}
	.txarea textarea input{
		font-size:14px !important;
	}
	.personal_info{
		margin-top:12% !important;
	}
	.personal_info_area{
		margin-top:4% !important;
	}
	.personal_info .mwform-checkbox-field {
    margin: 10% auto !important;
    font-size: 14px !important;
}
	.personal_info .conf_btn{
    width: 100% !important;
	}
	header .hd_inner{
		width:100% !important;
	}
	.select select{
		    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0.7rem;
    border: 1px solid #dddddd;
    font-size: 16px;
	}
	.address{
		width:100%;
	}
}
.select select,.address{
	    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0.7rem;
    border: 1px solid #dddddd;
    font-size: 16px;
	color:#666666;
}
	/*フォーム */



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

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


.swiper .swiper-slide{
	height:435px;
}

.swiper .swiper-slide .slide_r .slide_p{
	height:250px;
}

.swiper-button-next, .swiper-button-prev{
	top:53% !important;
}

header .hd_inner{
	margin-top:12px;
}

.logo{
	width:250px;
}
@media screen and (max-width: 768px) {
	.swiper .swiper-slide{
	height:auto !important;
}
}



