@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@font-face{
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSansCJKjpRegular.woff') format('woff')
  }
* {
font-famly:sans-seif;
}
*/
body { 
  /*
  font-family: "游ゴシック", "Yugothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; 
  */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
  "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
  "Noto Serif JP", serif;
  color:#333; 
  /*line-height:1.8;*/ 
  width:100%; 
  font-size: 16px !important;
  font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  scroll-behavior: smooth !important;
  margin: 0;
  padding: 0;
}
a{
	text-decoration: none;
	color: #333;
	margin: 0;
	padding: 0;
  scroll-behavior: smooth;
	}
a:hover{
	color: #999;
	transition: 0.3s;
	}
a img {
	transition: 0.3s;
	border-style: none;
	}
a:hover img {
	opacity: 0.8;
	}
p{
	margin: 0;
  font-size: 18px;
  }
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
  }
.sp {
  display:none;
  }
.sp2 {
  display:none;
  }
.pc .admin-bar { padding-top:33px; }
.font{
  font-family:  "游ゴシック", "Yugothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;;
  font-weight: normal;
}
/*
.font2{
  font-family: 'Noto Sans CJK JP', sans-serif,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
*/
.en{
  font-family: "Montserrat",sans-serif, Arial, Helvetica, 'sans-serif';
}
a { 
  color:#333; 
  text-decoration:none; 
}
a, a:before, a:after, input {
  -webkit-transition-property:background-color, color, border-color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  -moz-transition-property:background-color, color, border-color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease;
  -o-transition-property:background-color, color, border-color; -o-transition-duration:0.2s; -o-transition-timing-function:ease;
  transition-property:background-color, color, border-color; transition-duration:0.2s; transition-timing-function:ease;
}
h4{
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
h3{
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
h2{
  padding: 0;
  margin: 0;
}
h1 {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 12%;
  text-align: center;
  z-index: 5;
}
.logo{
  margin-top: 9px;
  animation-name: fadeUpAnime;
  animation-delay: 4s;
  animation-duration: 2s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideDown {
  0% { top:-50px; }
  100% { top:0px; }
}
@keyframes slideDown {
  0% { top:-50px; }
  100% { top:0px; }
}
/* 固定コンテンツ */
#fixed_footer_content {
  position:fixed; bottom:0; left:0; width:100%; height:120px; color:#fff; padding:40px; z-index:9999; 
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
#fixed_footer_content.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
#fixed_footer_content a { color:#fff; text-decoration:none; }
#fixed_footer_content .content_left {
  position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  width:-webkit-calc(100% - 530px); width:-moz-calc(100% - 530px); width:calc(100% - 530px);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .has_image .content_left { width:-webkit-calc(100% - 840px); width:-moz-calc(100% - 840px); width:calc(100% - 840px); }
#fixed_footer_content .button {
  position:absolute; right:55px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  min-width:300px; height:55px; line-height:55px; text-align:center; display:inline-block; padding:0 40px 0 10px; font-size:16px;
}
#fixed_footer_content .button:after {
  font-family:'design_plus'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .image {
  position:absolute; right:55px; max-width:728px;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#fixed_footer_content .image img { width:100%; max-width:100%; height:auto; display:block; }
#fixed_footer_content .close {
  position:absolute; right:5px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  display:block; width:40px; height:40px; border-radius:100%;
}
#fixed_footer_content span { display:none; }
#fixed_footer_content .close:before {
  font-family:'design_plus'; color:#fff; font-size:20px; display:block;
  content:'\e91a'; position:absolute; top:10px; left:10px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .close:hover { background:rgba(255,255,255,0.1); }
#fixed_footer_content .catch { font-size:21px; margin:0; line-height:1.5; }
#fixed_footer_content .desc { font-size:14px; margin:5px 0 0 0; line-height:2; }
#fixed_footer_content .pr { background:#fff; color:#333; display:inline; font-size:12px; margin:5px 15px 0 0; padding:0 12px; border-radius:2px; height:20px; line-height:20px; float:left; }
#fixed_footer_content .pr1 { display:none; }

#fixed_footer_content .free {
  width:100%; padding-right:100px; position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .post_content p { font-size:14px; margin:0; line-height:1.6; }
/* フッターウィジェット */
#footer_top { width:100%; min-width:1260px; background:#fff; }
#footer_top_inner { width:1170px; padding:50px 0px 20px; margin:0 auto; overflow:hidden; }
#footer_center_widget { width:330px; float:left; }
#footer_right_widget { width:330px; float:right; }
#footer_top .side_widget { margin:0 0 30px 0; }
.footer_headline { font-size:16px; margin:0 0 30px 0; display:none; }
/* 紹介文 */
#footer_info { width:330px; 
   margin:0 auto; overflow:hidden; 
   text-align: center;
  }
#footer_info .info { margin:0 0 20px 0; }
#footer_info .info p { line-height:2.0; font-size:14px; }
#footer_social_link { left:-10px; position:relative; }

/* ページ上部へ戻るボタン */
#return_top { display:block; }
#return_top a { display:block; height:60px; width:60px; line-height:60px; text-decoration:none; background:#ccc; z-index:100; position:relative; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  font-family:'design_plus'; color:#fff; font-size:12px; display:block; position:absolute; width:18px; height:18px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top a:before { content:'\e911'; left:22px; top:2px; }
#return_top {
  position:fixed; right:0px; bottom:0px; z-index:999;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
#return_top.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
/**************************************** SAHARA *****************************************/


.btn {
  position: fixed;
  z-index: 98;
  right: 0;
  bottom: 0;
}

.inner{
  width: 1400px;
  padding: 40px 0 48px;
  margin: 0 auto;
}
.ttl{
  background: #9f9ea4;
  color: #fff !important;
  padding: 15px;
  font-size: 26px;
  text-align: center;
}
.main{
  width: 1400px;
  padding: 0 0 85px;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.main .img{
  text-align: center;
  display: block;
  margin: 0 auto;
}
.main-mov-pc {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.main-mov-sp {
  display: none;
}
.txt1 {
  position: absolute;
  top: 6%;
  right: 17%;
}
.txt2 {
 /*position: absolute;
  top: 5%;
  left: 10%;*/
  display: none;
}

h2{
  /*font-size: 44px;*/
  display: block;
  /*text-align: center;*/
  line-height: 1.5;
  letter-spacing: -0.05em;
}

h2 span{
  /*font-size: 22px;*/
  display: block;
  /*text-align: center;*/
  /*letter-spacing: 2px;*/
}



/*ファーストビュー*/
.wrap_over {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
#lashbeit_wrap #first_image {
  padding-top: 0px;
  /*max-width: 1000px;*/
  margin: 0 auto;
  line-height: 0;
}
#lashbeit_wrap h2.movie_head {
  padding: 3px 0 2px 0px;
  margin: 0 0.5em 0.5em 0.5em;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  text-align: center;
  background: none;
  border: none;
}

/*セミナースケジュール*/
#schedule {
  max-width: 100%;
  background: #00A79D;
  margin: 0 auto;
  padding: 48px 0;
}
.schedule_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#schedule .benefits {
  margin: -170px 0 -60px 0;
  display: block;
  position: absolute;
  left: -50px;
  z-index: 1000;
}
#schedule h2 {
  text-align: center;
  /*font-weight: 300;*/
  margin:  24px 0 20px;
  padding: 0;
  line-height: 150%;
  font-size: 30px;
  line-height: 1.25;
  color: #fff;
}
#schedule h2 .small {
  display: block;
  font-size: 26px;
}
#schedule p {
  margin: 0;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}
#schedule .day {
  font-size: 1.8em;
  text-align: center;
  line-height: 100%;
  margin-bottom: 15px;
}
#schedule .day .nittei {
  font-size: 90%;
  vertical-align: top;
}
#schedule .day .youbi {
  font-size: 60%;
  vertical-align: middle;
}
#schedule .time {
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
}
#schedule .time span {
  font-size: 1rem;
}
#schedule .schedule_text {
  max-width: 600px;
  margin: 0 auto;
}
#schedule .schedule_text-seminar {
  /*padding: 3px;*/
  color: #00A79D;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  background-color: #ffffff;
  letter-spacing: -0.1em;
}
#schedule .day_area {
  margin-bottom: 12px;
  padding: 15px 0 9px;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  font-weight: bold;
}
#schedule .date01 span,
#schedule .date02 span {
  font-size: 24px;
  /*margin: 9px 0 6px;*/
  display: inline-block;
  padding: 3px 24px 3px 0;
  /*letter-spacing: 2px;*/
}
#schedule .date01 span {
background: #000;
color: #fff;
}
#schedule .day-time01,
#schedule .day-time02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#schedule .day_text,
#schedule .time_text {
  /*padding: 12px;*/
}
#schedule .day_text {
  font-size: 42px;
}
#schedule .day_text small {
  font-size: 26px;
}
#schedule .time_text {
  font-size: 24px;
}


/*セミナー動画*/
#sectionSemi {
  width: 100%;
  margin: auto;
  padding: 48px 0;
  /*background-color: #000;*/
  /*color: #fff;*/
}
#sectionSemi .mainArea {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  counter-reset: number;
}
#sectionSemi .mainArea h4 {
  font-size: 24px;
  text-align: center;
}
#sectionSemi iframe {
  margin-top: 24px;
}

/*お悩み*/
#onayami h2::before {
  top: -2%;
  left: 5%;
  background-size: 70%;
  background-repeat: none;
  background-repeat: no-repeat;
}
#onayami .onayami_txt {
  grid-template-rows: 100px 100px 100px 100px;
}
#onayami h2 span::after {
  left: 12%;
  background-size: 60%;
  background-repeat: no-repeat;
}
#onayami h2 {
  padding: 30px 12px 20px;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  font-family: serif;
  text-align: center;
  position: relative;
  line-height: 1.25;
}
#machine {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 19%, rgba(245,245,245,1) 52%);
}
#machine img {
  width: 70%;
  display: block;
  margin: 0 auto;
  padding: 0 0 10px;
}

/*正しいエレクトロポレーション理論*/
#choice{
  /*background: url(../img/choice_bg.jpg);*/
  background-color: #B1D0CF;
}
#choice img{
  /*width: 70%;*/
  /*width: 100%;*/
  display: block;
  margin: 0 auto 0;
}
#choice .choice img {
	height: fit-content;
}
#choice .choice{
  /*width: 42%;*/
  width: 90%;
}
#choice .choice3{
  width: 100%;
}
#choice .choice5{
  width:100%;
}
#choice .choice p{
  /*margin-bottom: 75px;*/
  margin-right: 10px;

}
#choice .choice2{
  width: 42%;
  /*margin-bottom: 100px;*/
}
#choice .choice4{
  width: 42%;
}
#choice .choice_wrap {
  display: flex;
  align-items: start;
  background: #fff;
  padding: 30px;
  border: 3px solid #8F5137;
}
.choice_right{
  width: 42%;
}
#choice .wrap{
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  font-family: sans-serif;
}
#choice h3 {
  font-size: 22px;
  color: #8F5137;
  margin-bottom: 10px;
  margin-top: 10px;
}
#choice h3 span{
  font-size: 50px;
  font-style: italic;
  font-family: Franklin Gothic Book,  Arial, Helvetica, sans-serif;
}
#choice h2 {
  color: #fff;
  font-size: 44px;
  padding: 0 0 20px;
  text-shadow: 1px 2px 3px #666666
}
#choice h2 span {
  font-size: 30px;
}
#choice .choice_bg p {
  padding: 0 12px 0 12px;
}
.choice_bg {
  background-color: #fff;
  padding: 24px 24px 36px;
}
#choice h3 {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.1;
}

/*イーポレーション・シリーズとは？*/
.howto_bg {
  background-color: #fff;
  padding: 36px;
}
.howto{
  background: #BEBFC1;
}
.howto h3{
  font-size: 36px;
  padding: 0 0 20px;
  color: #fff;
  text-shadow: 1px 2px 3px #666666
}
.howto p{
  line-height: 2;
  margin-bottom: 40px;
}
.howto ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
  text-align: center;
}

/*支持される6つのポイント*/
#point{
  background-color:#CAD8E1;
  width: 100%;
}
#point h2 strong{
  font-size: 48px !important;
  color: #984a3b;
}
#point h2 {
  font-size: 36px;
  padding: 0 0 20px;
  color: #fff;
  text-shadow: 1px 2px 3px #4682b4;
}
#point ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*column-gap: 40px;*/
  column-gap: 0;
  /*row-gap: 60px;*/
  row-gap: 0;
  justify-content: center;
}
#point ul li{
  background: #fff;
  padding: 50px 40px;
}
#point h3{
  font-size: 26px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 35px;
  font-family: sans-serif;
}
#point h4{
  font-size: 23px;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1.3;
}
#point img {
  display: block;
  margin: 30px auto 0;
}
#point .point-figure {
  margin-top: 0;
}

/*構築可能な18のメニュー*/
#menu18{
  background-color: #DEDEDE;
}
#menu18 .wrap{
  /*display: flex;
  justify-content: left;*/
  background: #fff;
  padding: 30px;
  border: 2px solid #000;
  /*margin-top: 30px;*/
}
#menu18 .wrap > div {
  max-width: 600px;
  margin: 0 auto;
}
#menu18 .wrap .p01 {
  margin-top: 15px;
}
#menu18 .wrap strong {
  display: inline-block;
  background-color: #DEDEDE;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 18px;
  margin-right: 6px;
}
#menu18 .wrap p span {
  display: inline-block;
  width: calc(100% - 2em);
}
#menu18 .wrap h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #DEDEDE;
  letter-spacing: 2px;
}
#menu18 .wrap p {
  display: flex;
  margin-top: 12px;
  font-size: 24px;
}
#menu18 .cp_box {
  display: none;
}
#menu18 .cp_box.menu18-open {
  display: block;
}
#menu18 .menu18-toggle {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: #333333;
  font-family: "游ゴシック", "Yugothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: none;
}
#menu18 .menu18-toggle::before {
  display: inline-block;
  content: "\f139";
  font-family: FontAwesome;
  margin-right: 6px;
  transform: rotate(180deg)
}
#menu18 .menu18-toggle.menu18-active::before {
  transform: rotate(0)
}
#menu18 h2 {
  font-size: 36px;
  padding: 0 0 20px;
  color: #fff;
  text-shadow: 1px 2px 3px #666666;
}
#menu18 ul li{
  margin-bottom: 20px;
}

/*特許情報*/
#patent {
  background-color: #F5EFCB;
}
#patent .wrap {
  background-color: #fff;
  padding: 36px;
}
#patent h2 {
  color: #fff;
  font-size: 44px;
  padding: 0 0 20px;
  text-shadow: 1px 2px 3px #666666;
}
#patent h2 span {
  font-size: 30px;
}
#patent img {
  padding-top: 24px;
}
#evidence .p60 {
  padding-top: 60px;
}
#evidence {
  background-color: #CAD8E1;
}
#evidence .wrap {
  background-color: #fff;
  padding: 36px;
}
#evidence h2 {
  color: #fff;
  font-size: 44px;
  padding: 0 0 20px;
  text-shadow: 1px 2px 3px #4682b4;
}
#evidence h2 span {
  font-size: 30px;
}
#evidence .img-evidence01 {
  display: block;
  margin: 24px auto;
}
#evidence .img-evidence02 {
  padding-top: 24px;
}

/*ＲＯＩ(投資対利益率) を最大化させるマシンの選び方*/
#roi img {
  /*width: 100%;*/
  width: 70%;
}
#roi figure {
  text-align: center;
  margin: 70px auto 0;
}
#roi .inner .wrap p span {
  display: block;
}
#roi {
  background-color: #B1D0CF;
}
#roi h2 {
  color: #fff;
  font-size: 36px;
  padding: 0 0 20px;
  text-shadow: 1px 2px 3px #666666;
  line-height: 1.25;
}
#roi .wrap {
  background-color: #fff;
  padding: 36px;
}

/*導入サロン様からの声*/
#voice .wrap,
#voice .wrap03 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border: #333 3px solid;
}
#voice .wrap03 {
  margin-top: 50px;
}
#voice .wrap div,
#voice .wrap03 div {
  padding: 30px 24px 0 20px;
}
#voice .wrap h3,
#voice .wrap03 h3 {
  letter-spacing: 2px;
  font-size: 30px;
  margin-bottom: 30px;
  padding-left: 100px;
  position: relative;
}
#voice .wrap h3 .em,
#voice .wrap03 h3 .em {
  color: #e6ba76;
}
#voice .wrap h3 img,
#voice .wrap02 h3 img,
#voice .wrap03 h3 img {
  display: none;
}
#voice .wrap p,
#voice .wrap03 p {
  margin-bottom: 20px;
}
#voice h3::before {
  background: url(../img/voice_ttl.jpg);
  content: "";
  position: absolute;
  width: 162px;
  height: 70px;
  top: 2px;
  left: -80px;
  z-index: 100;
}
#voice .wrap03 h3::before{
  background: url(../img/voice_ttl03.jpg);
}
#voice .wrap02{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border: #333 3px solid;
}
#voice .wrap02 div{
  padding: 30px 40px 30px 30px;
  text-align: right;
  width: calc(100% - 651px);
}
#voice .wrap02 h3{
  letter-spacing: 2px;
  font-size: 30px;
  margin-bottom: 40px;
  padding-right: 80px;
  position: relative;
}
#voice .wrap02 h3 .em {
  color: #e6ba76;
}
#voice .wrap02 p{
  margin-bottom: 20px;
  text-align: left;
}
#voice .wrap02 h3::before {
  content: none;
}
#voice .wrap02 h3::after {
  background: url(../img/voice_ttl02.jpg);
  content: "";
  position: absolute;
  width: 162px;
  height: 70px;
  top: 2px;
  left: 550px;
  z-index: 100;
}
#voice p span{
  /*position: relative;
  display: inline-block;*/
  background: linear-gradient(transparent 50%, #f2e12e 50%);
}
#voice .img_voice{
  max-width: 100%;
}
#voice {
  background-color: #CAD8E1;
}
#voice .wrap,
#voice .wrap02,
#voice .wrap03 {
  background-color: #fff;
  padding: 24px;
}
#voice h2 {
  color: #fff;
  font-size: 44px;
  padding: 0 0 20px;
  text-shadow: 1px 2px 3px #666666;
}
#voice h2 span {
  font-size: 30px;
}

/*導入までの流れ*/
#flow img {
  display: block;
  max-width: 80%;
  margin: 30px auto;
}
#flow small {
  line-height: 1.3;
  display: block;
  font-size: 18px;
}
#flow {
  background-color: #dcdcdc;
}
#flow h2 {
  color: #fff;
  font-size: 44px;
  padding: 0;
  text-shadow: 1px 2px 3px #666666;
}
#flow .inner {
  padding-bottom: 30px;
}
#flow .flow_text {
  background-color: #fff;
  padding: 24px;
  margin: 30px auto 50px;
}
#flow .wrap02{
  display: block;
  justify-content: space-between;
  text-align: center;
}
#flow .wrap02 a{
  padding-right: 40px;
}

/*セミナー参加プレゼント*/
.seminar-note {
  font-size: 14px;
}
.first-description {
	font-size: 21px;
}
#present_bunner .inner .wrap {
  /*padding: 30px;
  background-color: #fff;*/
  border: none;
}
#present_bunner .bunner_img {
  /*display: flex;
  justify-content: space-between;*/
}
#present_bunner .bunner_img div:nth-child(2) {
  /*margin-left: 10px;*/
}
#present_bunner .bunner_img img {
  max-width: 100%;
  padding-top: 6px;
}

/*申し込みフォーム*/
.semiform_area {
  background: #b99561;
}
.semiform_area > .inner {
  padding: 24px 0 48px;
  width: 96%;
}
#semiform {
  /*width: 60%;*/
  width: 650px;
  margin: 0 auto;
  padding: 20px 36px 10px;
  background-color: #ddd;
}
#semiform label {
  display: inline-block;
  vertical-align: middle;
  /*width: 40%;*/
  width: 29%;
  /*font-size: 20px;*/
  font-size: 16px;
  /*font-weight: bold;*/
}
#semiform label.radiobt{
  display: inline-block;
  vertical-align: top;
  width: 33%;
  border: none;
  margin-left: 15px;
}
#semiform label.seminar, #semiform label.address{
    vertical-align: top;
}
#semiform label:nth-child(1){
  border: none;
}
#semiform input{
  padding: 5px;
  width: 70%;
  /*border: none;*/
  /*background: #f7f7f7;*/
  /*height: 50px;*/
  /*font-size: 20px;*/
  border: 1px solid #aaa;
}
#semiform input.radio{
    width: 20px;
    margin-left: -20px;
}
#semiform textarea {
  padding: 5px;
  width: 70%;
  min-height: 100px;
  /*border: none;*/
  /*background: #f7f7f7;*/
  /*font-size: 20px;*/
  border: 1px solid #aaa;
}
#semiform p{
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  border-top: 1px dotted #ccc;
  padding: 20px 0;
  line-height: 2;
  display: flex;
  margin-top: 6px;
}
#semiform p:first-child,
#semiform p:last-child {
    border: none;
}
select{
    width: 70%;
    /*font-size: 20px;*/
    font-size: 18px;
    padding: 0 10px;
}
#semiform p.submit{
  display: block;
  width: 100%;
}
#semiform p.submit button{
  display: block;
  width: 40%;
  margin: 30px auto 0;
  /*background-color: #c13232;*/
  background-color: #595a5a;
  /*border-radius: 10px;*/
  border-radius: 4px;
  border-style:none;
  color: #fff;
  padding: 5px;
  font-weight: bold;
  font-size: 22px;
  line-height: 2.2;
}
#semiform p.submit button:hover{
  /*background-color: #bd7676;*/
  opacity: 0.3;
}
#semiform p.pb_sm {
  padding-bottom: 6px;
}
#semiform .small_area {
  font-size: 17px;
  margin: 0;
  padding: 0;
  border-top: 0;
}
.semiform_area h3{
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding: 20px 0;
}
.thanksarea{
  width: 80%;
  height: 500px;
  margin: 0 auto;
  padding: 40px 40px;
  text-align: center;
  line-height: 200%;
}
.applicationform{
    margin-bottom: 30px;
    height: 1840px;
}
.input-field small{
  display: block;
}
.bnarea {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
  background: #e3e5ea;
  padding: 48px 10px 24px;
}
.bnarea img {
  margin-bottom: 30px;
}
.bnarea .bnarea_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.bnarea_inner-ttl {
	font-size: 24px;
	font-weight: bold;
}
.bnarea_inner img {
	max-width: 800px;
}
.bnarea_inner-summary {
	margin-bottom: 9px;
	font-size: 18px;
}

#present_bunner {
  background-color: #CAD8E1;
}
#present_bunner h2 {
  color: #fff;
  font-size: 76px;
  line-height: 1.25;
  letter-spacing: 0;
  padding: 0 0 20px;
  text-shadow: 1px 2px 3px #4682b4;
}
#present_bunner h2 span {
  font-size: 36px;
}


/*フッター*/
#copyright { 
  font-size:12px; 
  line-height:59px; 
}
#footer_bottom{
  background: #000;
  color: #fff;
  text-align: center;
}
footer .footer_text{
	display: flex;
	align-items: center;
	color: #808285;
	font-size: 24px;
	max-width: 912px;
	margin: 48px auto 30px;
}
footer .footer_text::before,
footer .footer_text::after {
	content: '';
	flex-grow: 1;/* 余白を分け与える */
	height: 1px;
	background: #808285;
}
footer .footer_text::before {
	margin-right: 24px;
}
footer .footer_text::after {
	margin-left: 24px;
}
.footer_top {
	width: 100%;
}
.footer_top_inner {
	width: auto;
  padding: 0 20px 30px;
	text-align: center;
  margin: 0 auto;
}
.footer_address {
	display: inline-block;
	color: #808285;
	margin-top: 24px;
}
.footer_address .address,
.footer_address .tel_mail {
	font-size: 16px;
	text-align: left;
}
.footer_address .tel_mail span {
	padding-left: 12px;
}
.footer_address .tel_mail a {
	color: #808285;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*==================================================
じわっ
===================================*/
/*1秒*/
.blur1 {
	animation-name: blurAnime1;
	animation-duration: 1s;
	animation-fill-mode: forwards;
  }
  
@keyframes blurAnime1 {
	from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
	}
  
	to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
	}
  }
  
/*2秒*/ 
.blur2 {
	animation-name: blurAnime2;
	animation-duration: 2s;
	animation-fill-mode: forwards;
  }
  
@keyframes blurAnime2 {
	from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
	}
  
	to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
	}
  }
  

  

/**************************************** メディアクエリ *****************************************/

@media screen and (max-width: 1400px) {
  .inner {
    width: 90%;
  }
  .img40{
    width: 40%;
    height: max-content;
  }
  .img90{
    width: 90%;
  }
  .img100{
    width: 100%;
  }
  .main{
    width: 100%;
  }
  #seminar .ttl2 {
    font-size: 36px;
  }
  #seminar .date {
    font-size: 24px;
  }
  #seminar .date span {
    font-size: 19px;
  }
  #seminar2 .ttl2 {
    font-size: 36px;
  }
  #seminar2 .date {
    font-size: 24px;
  }
  #seminar2 .date span {
    font-size: 19px;
  }
  #voice h3 {
    font-size: 23px !important;
  }
  #voice .wrap div,
  #voice .wrap02 div,
  #voice .wrap03 div {
    width: 60%;
  }
  #voice .wrap02 h3::after {
  /*left: 609px;*/
  }
  #point ul li {
  /*padding: 44px;*/
  }
  #point img {
    width: 100%;
  }
}


@media screen and (max-width: 1300px) {
  #voice .wrap02 h3::before {
    left: 459px;
  }
  #voice .wrap02 h3 {
    padding-right: 120px;
  }
}


@media screen and (max-width: 1200px) {
  #seminar .ttl2 {
    font-size: 30px;
  }
  #voice .wrap div,
  #voice .wrap02 div,
  #voice .wrap03 div {
    padding: 30px;
  }
  #voice .wrap02 h3::after {
    left: 545px;
  }
  #voice .wrap02 h3::after {
    left: 400px;
  }
  #point .con1 h3::before,
  #point .con2 h3::before,
  #point .con3 h3::before,
  #point .con4 h3::before,
  #point .con5 h3::before,
  #point .con6 h3::before {
  /*background-size: 79%;*/
  background-repeat: no-repeat;
  }
  #point h3::before {
  /*top: -24px;*/
  }
}

@media screen and (max-width: 1000px) {
  #onayami .onayami_txt {
    display: block;
  }
  #onayami .onayami_txt p {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 40px;
  }

  #schedule .benefits {
    left: 10px;
  }
  #sectionSemi {
    width: auto;
    padding: 12px;
  }
  #sectionSemi iframe {
    max-width: 100%;
    margin-top: 12px;
  }

  #voice .wrap,
  #voice .wrap02,
  #voice .wrap03 {
  padding: 0;
  }

#present_bunner h2 {
  font-size: 60px;
}
#present_bunner h2 span {
  font-size: 28px;
}


footer .footer_text {
  margin: 24px 12px;
  }
}


@media screen and (max-width: 820px) {
  .pc{
    display: none !important;
  }
  .sp{
    display: inherit;
  }
  .txt1 {
    right: 7%;
    width: 13%;
  }
  #seminar .ttl2,#seminar2 .ttl2 {
    font-size: 36px;
    line-height: 1.1;
  }
  #seminar .yt01 {
    margin: 24px 0;
  }
  #seminar .wrap .este div {
    padding: 20px;
  }
  .este .img90 {
    width: 100%;
  }
  #voice .img40 {
    width: 100%;
    height: auto;
  }
  .img40 {
    width: 30%;
  }
  #point ul {
    display: block;
  }
  #point ul li {
    margin-top: 20px;
  }
  #point h3 {
    margin-bottom: 20px;
  }
  #point h2 {
    padding: 0;
  }
  #voice .wrap02 h3 {
    padding-right: 0;
  }
  #voice .wrap,#voice .wrap02,#voice .wrap03 {
    /*margin-top: 40px;*/
    display: block;
  }
  #voice .wrap02 h3::before {
    left: 0;
    top: 0;
  }
  #voice h3::before,
  #voice .wrap02 h3::after {
    left: 0;
    top: 2px;
  }
  #voice .wrap div,
  #voice .wrap03 div {
    width: calc(100% - 60px);
  }
  #voice .wrap02 div {
    width: calc(100% - 60px);
    text-align: left;
  }
  #voice .wrap h3,#voice .wrap02 h3,#voice .wrap03 h3{
    font-size: 30px !important;
    padding-left: 190px;
  }
  #choice .wrap {
    margin-top: 0;
    display: block;
  }
  #choice .choice,
  #choice .choice2,
  #choice .choice_right,
  #choice .choice3,
  #choice .choice4,
  #choice .choice5 {
    width: 100%;
  }
  #choice .choice3 {
    margin-bottom: 0;
  }
  #choice .choice_wrap {
    display: block;
  }
  #choice .choice p {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #choice .choice img {
    width: 100%;
    height: auto;
  }
  #menu18 .wrap {
    display: block;
  }
  #menu18 .wrap div {
    width: 100%;
  }
  .footer_widget h3 {
    font-size: 100%;
  }
  #semiform{
    /*width: 90%;*/
    /*margin: 20px auto;*/
    width: 96%;
    padding: 2%;
    background-color: #ddd;
  }
  #semiform label{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
  }
  #semiform label.radiobt{
    display: inline-block;
    width: 100%;
    border: none;
    margin-left: 15px;
  }
  #semiform label.address{
    vertical-align: top;
  }
  #semiform p{
    padding: 10px 10px 15px;
    line-height: 1.5;
    display: block;
  }
  #semiform .small_area {
    padding-left: 10px;
  }
  select{
    width: 100%;
  }
  #semiform input{
    width: 96%;
  }
  #semiform textarea{
    width: 96%;
  }
  #semiform p.submit button{
    width: 50%;
    margin: 10px auto 0;
  }
  #semiform small {
    font-size: 10px;
  }
  #semiform p.pb_sm {
    padding-bottom: 0;
  }
  .thanksarea{
    width: 90%;
    height: 270px;
    margin: 0 auto;
    padding: 30px 5%;
    text-align: center;
    line-height: 200%;
  }
  .applicationform{
    margin-bottom: 20px;
    height: 1840px;
  }
  #footer_center_widget {
    width: 100%;
  }
  .bnarea img {
    width: 90%;
    margin-bottom: 20px;
  }
}



@media screen and (max-width: 768px) {
#voice .wrap h3::before,
#voice .wrap02 h3::after,
#voice .wrap03 h3::before {
	top: 0;
  background-size: 76%;
  background-repeat: no-repeat;
}
#voice .wrap02 h3::after{
  left: 0;
}
#voice .wrap h3,
#voice .wrap02 h3,
#voice .wrap03 h3 {
  font-size: 23px !important;
  padding-left: 0;
}
#voice .wrap h3 img,
#voice .wrap03 h3 img {
  display: block;
}
#voice .wrap02 h3 img {
  padding-right: 0;
  display: block;
}
#voice .wrap h3 span,
#voice .wrap02 h3 span,
#voice .wrap03 h3 span {
  display: none;
}

#voice .wrap h3,
#voice .wrap02 h3,
#voice .wrap03 h3 {
  margin-bottom: 10px;
  padding-top: 70px;
}
}



@media screen and (max-width: 414px) {
  .sp2{
    display: inherit;
  }

  h2 {
    font-size: 30px;
  }

  .ttl {
    font-size: 23px;
    padding: 10px;
  }

  .main .img {
     width: 80%;
  }

  .main {
     padding: 0 0 50px;
  }

  .txt2 {
    left: 50%;
    width: 42%;
    top: 72%;
    position: absolute;
    transform: translateX(-50%);
    display: block;
    animation-name: fadeUpAnime;
    animation-delay: 4s;
    animation-duration: 2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.txt3{
  margin-top: 10px;
}
.main-mov-pc {
  display: none;
}
.main-mov-sp {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 150px;
}
#seminar h2,#seminar2 h2 {
  font-size: 26px;
}
#seminar .ttl2, #seminar2 .ttl2 {
  font-size: 29px;
  line-height: 1.3;
}
#seminar span,#seminar2 span {
  font-size: 20px;
}
#seminar .movie {
  padding: 0 0 20px;
}
#seminar h2, #seminar2 h2 {
  font-size: 20px;
  padding: 10px;
}
#seminar .yt01 {
	height: 24vh;
}


#point h2{
  line-height: 1.2;
}
#point ul {
  margin-top: 20px;
}
#point ul li {
  padding: 20px;
}
#point h3 {
  font-size: 21px;
  margin-bottom: 10px;
}
#point .con1 h3::before,
#point .con2 h3::before,
#point .con3 h3::before,
#point .con4 h3::before, 
#point .con5 h3::before,
#point .con6 h3::before {
  /*background-size: 58%;*/
  top: 0;
  left: -4px;
}
#voice .img_voice {
  max-width: 100%;
}
#voice p {
  font-size: 16px;
}
/*
.howto .img90,
#voice .img90{
  text-align: center;
  margin: 0 auto 10px;
}*/
#voice .wrap div,
#voice .wrap03 div {
  padding: 20px;
}
#voice .wrap02 div {
  padding: 20px;
  width: calc(100% - 40px);
}

#choice .choice_wrap {
  padding: 12px;
}

#choice h3 span {
  font-size: 40px;
}
#choice h3 {
  font-size: 18px !important;
}
#choice img {
  width: 100%;
}

#roi img {
  width: 100%;
}
#menu18 .wrap p {
  font-size: 16px;
  font-weight: bold;
}
#menu18 .wrap h3 {
  /*font-size: 20px;*/
  font-size: 18px;
}
#menu18 .wrap {
  padding: 12px;
}
#menu18 p.indent-1 {
  margin-top: 9px;
}
#semiform label {
  /*font-size: 18px;*/
  font-size: 15px;
}
#seminar2 h3 span {
  font-size: 16px;
}
#present_bunner .inner .wrap p {
  font-size: 16px;
}
#present_bunner .bunner_img {
  display: block;
}

#present_bunner .bunner_img div:nth-child(2) {
  margin-left: 0;
}

}


@media screen and (min-width: 415px) and (max-width: 820px) {

  /*#flow img {
    max-width: 70%;
  }
  #flow .flow_text {
    width: 62%;
  }*/
}


@media screen and (min-width: 415px) and (max-width: 1000px) {
  #onayami .onayami_txt p {
    font-size: 20px;
  }
}


@media screen and (max-width: 768px) {
  .wrap_over {
  padding-bottom: 96px;
}
  #lashbeit_wrap #first_image {
  width: 100%;
  padding-top: 0;
}

  #lashbeit_wrap #first_image img {
  width: 100%;
}
  .inner{
  padding: 30px 0 36px;
}

  #schedule {
  padding: 24px 0;
}
  #schedule .schedule_inner {
  max-width: 100%;
  width: auto;
  padding-right: 12px;
  padding-left: 12px;
}
  #schedule .benefits {
  margin: -10vh 0 -4.5vh 0;
    display: block;
    /*text-align: right;*/
    top: -18px;
    right: 5px;
}
  #schedule .benefits img {
  width: 26vw;
}
  #schedule h2 {
  font-size: 18px;
  letter-spacing: -0.05em;
  margin: 12px 0 15px;
}
  #schedule h2 .small {
  font-size: 16px;
}
  #schedule .schedule_text-seminar {
  font-size: 18px;
}
  #schedule .day_text {
  font-size: 21px;
}
  #schedule .day_text small {
  font-size: 18px;
}
  #schedule .date02 span {
  font-size: 15px;
  padding: 0 15px 0 0;
}
  #schedule .time_text {
  font-size: 15px;
}
  #schedule p {
  font-size: 12px;

}
  #sectionSemi .mainArea h3 {
  margin-top: 24px;
  font-size: 18px;
}
  #sectionSemi .mainArea h4 {
  font-size: 15px;
}
  #sectionSemi iframe {
  height: 30vh;
}
  #onayami h2 {
  padding: 20px 12px 6px;
  font-size: 21px;
}
  #onayami h2 span {
  font-size: 36px;
}
  #onayami .inner {
  padding: 6px;
}

  #machine img {
  width: 100%;
}
  #choice .sp .wrap > *,
  #choice .sp .wrap .choice_right .choice4 {
  margin-top: 24px;
}
  #choice h2 {
  font-size: 22px;
  padding: 0 0 10px;
}
  #choice h2 span {
  font-size: 18px;
}
#choice .choice p {
  font-size: 16px;
}
#choice .choice_bg p {
  padding: 0;
}

.howto {
  margin: 0;;
}
.howto_bg {
  padding: 24px;
}
.howto h3 {
  font-size: 20px;
  padding: 0 0 10px;
}
.howto ul {
  display: block;
}
.howto p {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.8;
}
.howto ul img {
  width: 100%;
  padding-bottom: 30px;
}
.howto ul li:last-child img{
  padding-bottom:0;
}

  #patent .wrap {
  padding: 24px;
}
  #point h2 {
  font-size: 30px;
  padding: 0;
}

#menu18 h2 {
  font-size: 30px;
  padding: 0;
}
#menu18 .wrap {
  margin-top: 10px;
}
#menu18 .wrap strong {
  width: 2rem;	
  height: 2rem;	
  font-size: 15px;
  margin-top: 4px;
}

#patent h2 {
  padding: 0 0 10px;
  font-size: 30px;
}
#patent h2 span {
  font-size: 18px;
}

#evidence .wrap {
  padding: 24px;  
}
#evidence h2 {
  padding: 0 0 10px;
  font-size: 30px;
}
#evidence h2 span {
  font-size: 18px;
}

#roi .wrap {
  padding: 24px;
}
#roi h2 {
  font-size: 24px;
  padding: 0 0 10px;
}

#voice h2 {
  padding: 0 0 10px;
  font-size: 30px;
}
#voice h2 span {
  font-size: 18px;
}

#flow h2 {
  padding: 0 0 10px;
  font-size: 30px;
}
#flow .wrap02 a {
  padding-right: 0;
}
#flow .img40 {
  width: 100%;
}
#flow .wrap .este div {
  padding: 20px;
}

#flow img {
  margin: 0 auto 10px;
  max-width: 100%;
}

.semiform_area h3 {
  font-size: 25px;
  margin-top: 0;
}

#present_bunner h2 {
  padding: 0 0 10px;
  font-size: 38px;
}
#present_bunner h2 span {
  font-size: 18px;
}
#present_bunner .inner .wrap {
  /*padding: 12px;*/
}
#present_bunner .inner .wrap p {
  font-size: 21px;
}

footer .footer_text {
  font-size: 18px;
}
footer .footer_text::before {
  margin-right: 18px;
}
footer .footer_text::after {
  margin-left: 18px;
}
  .bnarea .bnarea_inner p {
  font-size: 12px;
}
  .footer_top_inner {
}
  .footer_address p {
  font-size: 14px;
}
  .footer_logo img {
  max-width: 50%;
  height: auto;
}
  .btn img {
  width: 100%;
}
}






/*2023.6.20変更修正　紺谷*/
#onayami{
  background:#343435;
  width: 100%;
  padding-bottom: 16px;
}
#onayami .inner {
background-color: #343435;
padding: 20px 12px 36px;
margin: 12px auto 0;
max-width: 1000px;
}
#onayami h2 span{
  color: #EE2B45;
  font-size: 60px;
  display: inline-block;
  position: relative;
}
#onayami .onayami_txt {
  font-weight: bold;
  background-color: #fff;
}
#onayami .onayami_txt + .onayami_txt {
  margin-top: 24px;
}
#onayami .onayami_txt > .onayami_txt-body {
  padding: 30px;
  display: none;
}
#onayami .onayami_txt > .onayami_txt-body.onayami-open {
  display: block;
  transform: translate(0);
  transition: 0.3s ease-out;
}
#onayami .onayami-toggle {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 24px;
  font-family: "游ゴシック", "Yugothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: none;
}
#onayami .onayami-toggle::before {
  display: inline-block;
  content: "\f139";
  font-family: FontAwesome;
  margin-right: 6px;
  transform: rotate(180deg)
}
#onayami .onayami-toggle.onayami-active::before {
  transform: rotate(0)
}

.onayami_txt {
    border-radius: 10px 10px 0 0;
    position: relative;
}
.onayami_txt h3 {
	padding: 9px 0;
  font-size: 24px;
  text-align: center;
  background-color: #DEDEDE;
   border-radius: 10px 10px 0 0;
} 
#onayami .onayami_txt p {
  position: relative;
  padding-left: 46px;
  font-size: 21px;
}
#onayami .onayami_txt p + p {
  margin-top: 18px;
}
#onayami .onayami_txt p::before {
  content: "";
  background: url(../img/check.png);
  position: absolute;
  width: 53px;
  height: 41px;
  top: 0;
  left: 0;
  z-index: 100;
  background-size: 60%;
  background-repeat: no-repeat;
}
#onayami h2 {
  padding: 36px 12px 0;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  font-family: serif;
  text-align: center;
  position: relative;
  line-height: 1.25;
}

@media screen and (max-width: 1000px) {
  #onayami .onayami_txt {
    display: block;
  }
}
@media screen and (min-width: 415px) and (max-width: 1000px) {
  #onayami .onayami_txt p {
    font-size: 20px;
  }
}


@media screen and (max-width: 768px) {
  #onayami h2 {
    padding: 20px 12px 6px;
    font-size: 21px;
  }
  #onayami h2 span {
    font-size: 36px;
  }
  #onayami .inner {
    padding: 6px;
    width: 90%;
  }
	.onayami_txt h3 {
	  font-size: 21px;
	} 
	#onayami .onayami_txt p{
		padding-left: 36px;
	  font-size: 18px;
	}
}




/*テキスト折りたたみ*/
.cp_box *, .cp_box *::before, .cp_box *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
/*#roi .cp_box {
	position: relative;
	height: 340px;
}*/
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: -30px;
	width: 100%;
	height: 36px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0)50%, rgba(255, 255, 255, 1) 70%);
}
#menu18 .cp_box label {
	height: 60px; /* グラデーションの高さ */
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0)50%, rgba(255, 255, 255, 1) 70%);
}
#roi .cp_box label {
	height: 200px; /* グラデーションの高さ */
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(51, 51, 51, 0)100%, rgba(255, 255, 255, 1) 70%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label::after {
	line-height: 2.5;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 100%;
	font-family: FontAwesome;
	font-weight: bold;
	content: '\f13a'' more';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	background-color: rgba(255, 255, 255, 0.9);
	background-image: url(../img/blur-text1.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: 100%;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 56px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
#menu18 .cp_box .cp_container {
	height: auto;
}

#roi .cp_box .cp_container {
	height: 0; /* 開く前に見えている部分の高さ */
	margin-top: 36px;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label::after {
	font-family: FontAwesome;
	content: '\f139'' more';
	background-image: none;
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 30px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.cp_box input:checked ~ .cp_container .font span {
	color: #333333;
	text-shadow: none;
}

#roi .cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 10px; /* 閉じるボタンのbottomからの位置 */
}
#roi .cp_box label::after {
	bottom: 0;
	background-repeat: repeat;
	background-size: 50%;
	background-color: #ffffff;
	height: 34px;
}

#voice summary {
  padding: 0 30px 20px 0;
  font-family: FontAwesome;
  font-weight: bold;
}
details summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  cursor: pointer;
}
details summary::before {
  font-family: FontAwesome;
  content: '\f13a';
  margin-right: 5px;
}
details[open] summary::before {
  content: '\f139';
}



@media screen and (max-width: 991px) {
  #roi .cp_box label::after {
	  height: 24px;
	  background-size: 100%;
  }
}


@media screen and (max-width: 414px) {

.cp_box label::after {
	font-size: 14px;
	bottom: 16px;
	background-image: url(../img/blur-text2.jpg);
}
.cp_box input:checked ~ .cp_container {
	padding-bottom: 20px;
}
/*#menu18 .cp_box .cp_container{
	height: 90px;
}*/
#menu18 .cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 30px;
}
#roi .cp_box label::after {
	bottom: 5px;
	background-image: url(../img/blur-text2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
#roi .cp_box input:checked + label::after {
  background-image: none;
}
#roi .cp_box input:checked ~ .cp_container {
  padding-bottom: 20px;
}
}

#point .font {
  line-height: 1.8;
}

.formrun-embed{
  position: relative;
  display: block;
}
.formrun-embed::after{
  content: "";
  display: block;
  height: 30px;   /* ここで余白量を調整 */
}

/* フォーム全体をコンパクトに中央寄せ */
.formrun-embed {
  max-width: 700px;   /* 横幅を制限。お好みで600px〜800px程度 */
  margin: 0 auto;     /* 中央寄せ */
  padding: 20px;      /* 内側の余白。不要なら 0 に */
  background: #fff;   /* 白背景を維持するなら指定 */
  box-sizing: border-box;
}

/* 共通（PC用） */
#form {
  scroll-margin-top: 80px; /* PCヘッダー分の高さ */
}

/* スマホ用に上書き */
@media (max-width: 768px) {
  #form {
    scroll-margin-top: 20px; /* スマホヘッダーが高ければ増やす */
  }
}