@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 *****************************************/

/*- 2/8 -*/
#contents_body{
  margin: 0 auto;
}
/*#lashbeit_wrap {
  background:url(../img/bg.jpg);
  width: 100%;
  background-size: cover;
}*/
.btn {
  position: fixed;
  z-index: 98;
  right: 0;
  bottom: 0;
}

.inner{
  max-width: 1000px;
  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;
}
#seminar{
  background: #eceff3;
}
#seminar .wrap{
  background: #fff;
  border: #646d81 2px solid;
}
#seminar .wrap .este{
  display: flex;
  justify-content: space-between;
}
#seminar .wrap .este div {
  padding: 40px 0px 40px 40px;
}
h2{
  /*font-size: 44px;*/
  display: block;
  /*text-align: center;*/
  line-height: 1.5;
  letter-spacing: -0.05em;
}
#seminar h2{
  background: #646d81;
  padding: 20px;
  font-size: 32px;
  color: #fff;
}
h2 span{
  /*font-size: 22px;*/
  display: block;
  /*text-align: center;*/
  /*letter-spacing: 2px;*/
}
#seminar .ttl2{
  font-size: 40px;
}
#seminar span{
  font-size: 26px;
}
#seminar .ttl2+p{
  font-size: 21px;
  line-height: 1.2;
  padding: 9px 0 18px;
  border-bottom: solid 1px #333;
}
#seminar .yt01 {
	display: block;
	max-width: 100%;
	margin: 36px auto 24px;
}
#seminar .este02 {
  width: 25.1%;
  height: 23%;
}
#seminar .movie{
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 20px 0 60px;
}
#seminar .date{
  font-family: "poppins";
  font-size: 34px;
  margin: 20px 0;
  font-weight: bold;
}
#seminar .date span{
  font-size: 26px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  letter-spacing: 2px;
}
#seminar .date small{
  font-size: 22px;
}
#seminar .date02{
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000;
}
#onayami{
  background:#343435;
  width: 100%;
  padding-bottom: 16px;
}
#onayami .inner {
background-color: #343435;
padding: 20px 12px;
margin: 12px auto 0;
/*width: 60%;*/
max-width: 1000px;
}
/*
#onayami h2{
  background: #343435;
  color: #fff !important;
  padding: 40px 20px;
  font-size: 40px;
  text-align: center;
  position: relative;
}
*/
#onayami h2 span{
  color: #EE2B45;
  font-size: 60px;
  display: inline-block;
  position: relative;
}
/*
#onayami h2::before {
  content: "";
  background: url(../img/check2.png);
  position: absolute;
  width: 192px;
  height: 193px;
  top: 20%;
  left: 10%;
  z-index: 100;
}
#onayami h2 span::after {
  content: "";
  background: url(../img/check3.png);
  position: absolute;
  width: 136px;
  height: 6px;
  top: 0;
  left: 12%;
}
*/
#onayami .onayami_txt {
  /*
  display: grid;
  grid-template-rows: 70px 70px 70px 70px;
  grid-template-columns: 1fr 1fr;
    */
  font-weight: bold;
  padding: 3px 3px 3px 12px;
  margin-bottom: 12px;
  background-color: #fff;
}
#onayami .onayami_txt01::before {

}
.onayami_txt {
  border-left: 50px solid #DEDEDE;
    border-radius: 10px 0 0 10px;
    position: relative;
}
.onayami_txt::before {
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 160px;
  font-size: 18px;
  text-align: center;
} 
.onayami_txt01::before {
  content: "低投資・短期回収";
 
}
.onayami_txt02::before {
  content: "品　質";
}
.onayami_txt03::before {
  content: "薬事対応";
}


#onayami .onayami_txt p{
  position: relative;
  padding-left: 46px;
  font-size: 21px;
  /*line-height: 1.25;*/
  margin-bottom: 30px;
  margin-top: 25px;
}
#onayami .onayami_txt p::before {
  content: "";
  background: url(../img/check.png);
  position: absolute;
  width: 53px;
  height: 41px;
  top: -6px;
  left: 0;
  z-index: 100;
  background-repeat: no-repeat;
}

#machine .inner,
#machine img {
  padding: 24px 0 0;
}

#function_piece .wrap {
  display: flex;
  max-width: 960px;
    margin: 0 auto;
}

#function_piece .product-img {
	margin: 12px;
}


#voice .wrap{
  display: flex;
  border: #333 3px solid;
}

#voice .wrap div{
  padding: 0 30px 0 10px;
}
#voice .wrap h3{
  letter-spacing: 2px;
  font-size: 30px;
  margin-bottom: 40px;
  padding-left: 80px;
  position: relative;
}
#voice .wrap h3 span{
  color: #968f48;
}

#voice p span{
  /*position: relative;
  display: inline-block;*/
  background: linear-gradient(transparent 50%, #f2e12e 50%);
}

#voice .img_voice{
  max-width: 100%;
}
#voice h3 {
  font-size: 40px;
  padding: 0 10px 20px 160px;
  margin-top: 30px;
}
#voice .voice-01 h3{
  background: url(../img/voice_ttl.jpg) no-repeat left top;
  background-size: 134px;
}
#voice .voice-02 h3{
  background: url(../img/voice_ttl02.jpg) no-repeat left top;
  background-size: 134px;
}
#voice .cont {
  padding: 18px 48px 48px;
  background-color:  #fff;
}
#voice h3 span {
  color: #B8B497;
}



#flow img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 30px;
}
#flow small {
  line-height: 1.3;
  display: block;
  font-size: 18px;
}

#roi .inner .wrap {
  display: flex;
}

#roi .inner .wrap p {
  margin-right: 30px;
  flex-basis: 60%;

}
#roi .inner .wrap figure {
  flex-basis: 40%;
  margin: 0;
}
#roi img {
  /*width: 70%;*/
  width: 1000px;
}
#roi .inner .wrap p span {
  display: block;
}

#roi figure {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 24px;
}

.seminar-note {
  font-size: 14px;
}



/* スクロール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);
}
/* Footer */
#copyright { 
  font-size:12px; 
  line-height:59px; 
}
#footer_bottom{
  background: #000;
  color: #fff;
  text-align: center;
}
#seminar2{
}
#seminar2 .wrap{
  border: #646d81 2px solid;
}
#seminar2 .wrap .este{
  display: flex;
  justify-content: space-between;
}
#seminar2 .wrap .este div {
  padding: 40px 0px 40px 40px;
}
#seminar .este02 {
  width: 25.1%;
  height: 23%;
}
/*
#seminar2 h2{
  background: #646d81;
  padding: 20px;
  font-size: 32px;
  color: #fff;
}
*/
#seminar2 .ttl2{
  font-size: 42px;
}
#seminar2 span{
  font-size: 24px;
}
#seminar2 .ttl2+p{
  font-size: 21px;
  line-height: 1.2;
  padding: 9px 0 18px;
  border-bottom: solid 1px #333;
}
#seminar2 .date{
  font-family: "poppins";
  font-size: 34px;
  margin: 20px 0;
  font-weight: bold;
}
#seminar2 .date span{
  font-size: 26px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  letter-spacing: 2px;
}
#seminar2 .date small{
  font-size: 22px;
}
#seminar2 .date02{
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000;
}

#present_bunner .inner .wrap {
  padding: 30px;
  background-color: #fff;
  border: none;
  max-width: 724px;
  margin: 0 auto;
}

#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: 12px;
}

.semiform_area {
  background: #b99561/*#a08160*/;
}

.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 {
  margin: 0;
  padding: 0;
  border-top: 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;
}

#footer_logo_image h3 {
  text-align: center;
}
table#footer_address th, table#footer_address td {
  line-height: 1.7;
  padding: 0.5em;
}
table#footer_address th {
  width: 25%;
  text-align: left;
  font-weight: normal;
}



.img40{
  max-width: 300px;
}


@media screen and (max-width: 1400px) {
.inner {
  width: 90%;
}

.img90{
  width: 90%;
}
.img100{
  width: 100%;
}
.main{
  width: 100%;
}
#onayami .onayami_txt p {
  /*font-size: 20px;*/
}
#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 .wrap02 h3::before {
  /*left: 529px;*/
}


}



@media screen and (max-width: 1200px) {
#seminar .ttl2 {
  font-size: 30px;
}

#voice .wrap div {
  padding: 30px;
}


}


@media screen and (max-width: 820px) {
.pc{
  display: none !important;
}
.sp{
  display: inherit;
}
/*h1 {
  top: 9%;
}*/
.txt1 {
  right: 7%;
  width: 13%;
}
/*.txt2 {
  left: 9%;
}*/
#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%;
  max-width: 100%;
}
.img40 {
  width: 30%;
}

#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;
}


#voice .wrap,#voice .wrap02,#voice .wrap03 {
  /*margin-top: 40px;*/
  display: block;
}
#voice .wrap02 h3::before {
  left: 0;
  top: 0;
}
#voice .wrap02 div {
    text-align: left;
}


.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: 26px;
}
#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: 6px;
}
select{
width: 100%;
font-size: 3.5vw;
}
#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;
}
}



.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;
}


#onayami .onayami_txt p::before {
  top: 7px;
  left: 0;
  background-size: 60%;
  background-repeat: no-repeat;
}
#onayami h2 span::after {
  left: 12%;
  background-size: 60%;
  background-repeat: no-repeat;
}


#voice .wrap h3::before,
#voice .wrap02 h3::before,
#voice .wrap03 h3::before {
  background-size: 76%;
  background-repeat: no-repeat;
}
#voice .wrap h3, #voice .wrap02 h3, #voice .wrap03 h3 {
  font-size: 23px !important;
  padding-left: 0;
}
#voice .wrap02 h3 {
  padding-right: 0;
}
#voice .wrap h3,
#voice .wrap02 h3,
#voice .wrap03 h3 {
  margin-bottom: 10px;
  padding-top: 70px;
}
#voice .img_voice {
  max-width: 100%;
}
#voice p {
  font-size: 16px;
}

#voice .img90{
  text-align: center;
  margin: 0 auto 10px;
}
#voice .wrap div, #voice .wrap02 div, #voice .wrap03 div {
  padding: 20px;
}



#flow img {
  margin-top: 20px;
}

#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;
}














/*紺谷追加*/
.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;
}
#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;
}

#schedule {
  max-width: 100%;
  background: #B29580;
  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.2;
 color: #fff;
}
#schedule h2 {

}

#schedule h2 .small {
  display: block;
  font-size: 26px;
}

#schedule p {
  margin: 0;
  color: #fff;
  line-height: 1.2;
  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: #B29580;
  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 .mainArea {
  counter-reset: number;
}
#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;
}
#sectionSemi .mainArea h4 {
  font-size: 24px;
  text-align: center;
}
#sectionSemi iframe {
  margin-top: 24px;
}

#machine {
  background-color: #eaeae9;
}
#machine img {
  display: block;
  margin: 0 auto;
}

#evidence {
  background-color: #3782C4;
}
#evidence .wrap {
  background-color: #fff;
  padding: 36px;
}
#evidence h2 {
  color: #fff;
  font-size: 44px;
  padding: 0 0 20px;
  text-shadow: 1px 2px 3px #4682b4;
  text-align: center;
}
#evidence h2 span {
  font-size: 30px;
}
#evidence img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

#roi {
  background-color: #F9EDC3;
}
#roi h2 {
  color: #C76830;
  font-size: 50px;
  text-align: center;
  padding: 12px 0 24px;
  /*text-shadow: 1px 2px 3px #666666;*/
  line-height: 1.25;
}
#roi h2:nth-of-type(2) {
	font-size: 90px;
}

#roi .roi01_add02 {
  margin-top: 24px;
  text-align: center;
}

#function  {
  background-color: #f5d9c6;
}
#function .inner {

}
#function .inner .wrap {
  background-color: #fff;
  padding: 24px;
  margin: 0 auto;
  max-width: 928px;
}
#function h2 {
  position: relative;
  color: #F2965A;
  text-align: center;
  text-shadow: 1px 2px 3px #999999;
}
#function h2 .cb-name {
  display: inline-block;
  padding: 6px 0;
  color: #F2965A;
  font-size: 42px;
  font-weight: bold;
  /*background-color: #646d81;*/
  position: relative;
  top: -5px;
}
#function h2 .num-l-01 {
  display: inline-block;
  font-size: 60px !important;
}
#function h3 {
  margin-bottom: 12px;
  color: #F2965A;
  font-size: 30px;
  line-height: 1;
  background: linear-gradient(transparent 70%, #f5d9c6 70%);
}
#function h3 .num-l-02 {
  display: inline-block;
  margin-right: 12px;
  font-size: 64px;
}
#function h3 .num-l-03 {
  display: inline-block;
  margin-right: 6px;
  font-size: 48px !important;
}
#function h3 + p {
  font-size: 21px;
}
#function .num-l-02_cont {
  display: flex;
  margin-bottom: 24px;
}
#function .num-l-02_text {
  width: 70%;
}
#function .num-l-02_img {
  width: 30%;
  margin: 0 0 0 24px;
}

#feature  {
  background-color: #B29580;
}
#feature .inner .wrap {
  background-color: #fff;
  padding: 40px 40px 0;
  margin: 0 auto;
  max-width: 920px;
}
#feature .inner .wrap:last-child {
  padding-bottom: 40px;
}
#feature h2 {
  position: relative;
  color: #fff;
  text-shadow: 1px 2px 3px #666666;
  text-align: center;
}
#feature h2 .cb-name {
  display: inline-block;
  margin-right: 15px;
  padding: 6px 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  /*background-color: #646d81;*/
  position: relative;
  top: -5px;
  text-shadow: 1px 2px 3px #666666;
}
#feature h2 .num-l-01 {
  display: inline-block;
  font-size: 60px !important;
}
#feature h3 {
  font-size: 40px;
  padding: 0 10px 30px 152px;
  text-align: left;
  color: #B29580;
}
#feature h3 span {
  display: inline-block;
  margin-top:20px;
}
#feature h3.feature01 {
  background: url(../img/Icon_feature01.png) no-repeat left top;
  background-size: 134px;
}
#feature h3.feature02 {
  background: url(../img/Icon_feature02.png) no-repeat left top;
  background-size: 134px;
}
#feature h3.feature03 {
  background: url(../img/Icon_feature03.png) no-repeat left top;
  background-size: 134px;
}
#feature h3.feature04 {
  background: url(../img/Icon_feature04.png) no-repeat left top;
  background-size: 134px;
}

#evidence h2 {
  position: relative;
  color: #fff;
  text-shadow: 1px 2px 3px #666666;
  text-align: center;
}
#evidence h2 .cb-name {
  display: inline-block;
  margin-right: 9px;
  padding: 6px 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  /*background-color: #646d81;*/
  position: relative;
  top: -5px;
  text-shadow: 1px 2px 3px #666666;
}
#evidence h2 .num-l-01 {
  display: inline-block;
  font-size: 60px !important;
}

#voice {
  background-color: #B1D0CF;
}
#voice .wrap {
  background-color: #fff;
  padding: 24px;
}
#voice h2 {
  color: #fff;
  font-size: 60px;
  padding: 0 0 20px;
  text-shadow: 1px 2px 3px #4682b4;
  text-align: center;
}
#voice h2 span {
  font-size: 30px;
}

#hifu {
  background-color: #343435;
}
#hifu .inner{
  padding: 40px 0 48px;
  margin: 0 auto;
}
#hifu .cont {
  padding: 48px;
  background-color: #fff;
}
#hifu h2.hifu_header01 {
  color: #fff;
  font-size: 60px;
  padding: 0 0 20px;
  text-align: center;
}
#hifu h2.hifu_header02 {
  padding: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 1.25;
  text-align: center;
  background-color: #b2292f;
}
#hifu h2.hifu_header01 span {
  display: inline;
  font-size: 36px !important;
}
#hifu h2.hifu_header02 span {
  display: inline;
  font-size: 56px !important;
}
#hifu .hifu01 {
  margin: 24px 0 0;
  text-align: center;
}
#hifu .hifu01 h3 {
  color: #b2292f;
  font-size: 40px;
}
#hifu .hifu01 p {
  color: #333;
  font-size: 30px;
}
#hifu .hifu01 > figure:nth-of-type(1) {
  margin: 12px 0 24px;
  padding: 36px;
  text-align: center;
  border: 3px solid #ed1c24;
}
#hifu .hifu01 > figure:nth-of-type(1) img {
  width: 100%;
}
#hifu .hifu01 > figure:nth-of-type(1) img:nth-of-type(2) {
  display: none;
}
/*
#hifu .hifu01 .jikocho {
  padding-bottom: 36px;
  border-bottom: 6px solid #ed1c24;
}
*/
#hifu .hifu01 .jikocho_txt1 {
  margin-bottom: 24px;
  padding: 15px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #b2292f;
}
#hifu .hifu01 .jikocho_txt1 sup {
  font-size: 18px;
}
#hifu .hifu01 .jikocho_txt2 {
  display: block;
  font-size: 18px;
  text-align: right;
}
#hifu .hifu01 .jikocho img {
  width: 80%;
}
/*
#hifu .inner .wrap:nth-of-type(2) img,
#hifu .inner .wrap:nth-of-type(3) img {
  width: 100%;
}
#hifu .inner .wrap:nth-of-type(2) {
  margin-bottom: 24px;
}
#hifu .inner .wrap:nth-of-type(2) p,
#hifu .inner .wrap:nth-of-type(3) p {
 margin-top: 12px;
}
#hifu .inner .wrap:nth-of-type(3) p span {
  color: #c13232;
  font-weight: bold;
  
}
*/

#hifu_taiou {
  background-color: #384150;
}
#hifu .inner{
  padding: 40px 0 48px;
  margin: 0 auto;
}
#hifu_taiou .cont {
  padding: 20px 50px;
  background-color: #fff;
}
#hifu_taiou .hifu_taiou_01 {
  width: 84%;
  margin: 0 auto;
}
#hifu_taiou .cont .hifu_taiou_01 .wrap {
  padding: 10px 0;
}
#hifu_taiou .cont .hifu_taiou_02 .wrap {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0;
}
#hifu_taiou .cont .hifu_taiou_03 .wrap {
  width: 70%;
  margin: 0 auto;
  padding: 20px 0;
}
#hifu_taiou .cont .hifu_taiou_03 .wrap {
  padding: 10px 0;
}
#hifu_taiou .cont .hifu_taiou_01 .wrap p {
  margin-top: 12px;
}
#hifu_taiou h2 {
  color: #fff;
  font-size: 44px;
  padding: 0 0 20px;
}
#hifu_taiou h2 span {
  font-size: 36px;
}
#hifu_taiou p.hifu_taiou_h {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#hifu_taiou p span {
  color: #384150;
}
#hifu_taiou p span.c-red {
  color: #ED1C24;
}

#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;
}

.semiform_area h3{
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding: 20px 0;
}

#present_bunner {
  background-color: #BECED8;
}
#present_bunner h2 {
  color: #fff;
  font-size: 44px;
  padding: 0 0 20px;
  text-shadow: 1px 2px 3px #4682b4;
}


/*フッター*/
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;
}

/*==================================================
じわっ
===================================*/
/*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: 1000px) {
  #onayami .onayami_txt {
    display: block;
  }
  #onayami .onayami_txt p {
    font-size: 16px;
    margin-bottom: 20px;
    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;
}
#roi img {
  width: 100%;
}

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


@media screen and (max-width: 820px) {
	#schedule .benefits {
	  top: -60px;
	  right: 0;
	  text-align: right;
	}
  #voice .wrap02 h3 {
    padding-right: 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: 21px;
  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;
  width: 90%;
}

#machine img {
  width: 100%;
}

#function_piece .wrap {
  display: block;
}
#function_piece .inner {
  width: 100%;
}
#function .num-l-02_cont {
  display: block;
}
#function .num-l-02_text {
  width: 100%;
}
#function .num-l-02_img {
  width: 90%;
  margin: 0 auto;
}
#function h2 {
  font-size: 24px;
}
#function h2 .cb-name {
  font-size: 18px;
  top: -6px;
}
#function h2 .num-l-01 {
  display: inline-block;
  font-size: 32px !important;
}
#function h3 {
  margin-bottom: 9px;
  font-size: 16px;
}
#function h3 .num-l-02 {
  margin-right: 6px;
  font-size: 28px;
}
#function h3 .num-l-03 {
  display: inline-block;
  margin-right: 6px;
  font-size: 24px !important;
}
#function h3 + p {
  font-size: 16px;
}

#roi .inner .wrap {
  flex-direction: column;
}
#roi .inner .wrap figure {
  flex-basis: 100%;
  max-width: 100%;
}
#roi .inner .wrap p {
  margin: 12px 0 12px;
  flex-basis: 100%;
  max-width: 100%;
  font-size: 16px;
}

#feature .inner .wrap {
  padding: 24px 24px 6px;
}
#feature .inner .wrap:last-child {
  padding-bottom: 24px;
}
#feature h2 {
  font-size: 24px;
}
#feature h2 .cb-name {
  font-size: 18px;
  top: -6px;
}
#feature h2 .num-l-01 {
  display: inline-block;
  font-size: 36px !important;
}

#feature h3.feature01,
#feature h3.feature02,
#feature h3.feature03,
#feature h3.feature04 {
  font-size: 24px;
  background-size: 20%;
  padding: 10px 0 18px 22%;
}
#feature h3 span {
  margin-top: 0;
}

#evidence h2 {
  font-size: 24px;
}
#evidence h2 .cb-name {
  font-size: 18px;
  top: -6px;
}
#evidence h2 .num-l-01 {
  display: inline-block;
  font-size: 32px !important;
}

#voice .voice-01 h3,
#voice .voice-02 h3 {
  background-size: 22%;
  padding: 0 0 0 26%;
  margin: 24px 0 9px;
}
#voice .cont {
  padding: 5px 20px 24px;
}
#voice h3 {
  font-size: 21px;
}

#hifu h2.hifu_header01 {
  padding: 0 0 10px;
  font-size: 30px;
}
#hifu h2.hifu_header01 span {
  font-size: 18px !important;
}

#hifu_taiou h2 {
  padding: 0 0 10px;
  font-size: 30px;
}
#hifu_taiou h2 span{
  font-size: 18px !important;
}
#hifu_taiou .hifu_taiou_01 {
  width: 100%;
}
#hifu_taiou .cont .hifu_taiou_02 .wrap {
  width: 100%;
}
#hifu_taiou .cont .hifu_taiou_03 .wrap {
  width: 100%;
}
#hifu_taiou p.hifu_taiou_h {
  font-size: 21px;
}

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

#roi .roi_bg {
  /*padding: 24px;*/
  padding: 0;
}
#roi h2 {
  font-size: 24px;
  padding: 12px 0;
}
#roi h2:nth-of-type(2) {
	font-size: 30px;
}

#machine .inner {
  width: 100%;
  padding: 30px 0 0;
}
#machine img {
  padding: 0;
}

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

#hifu .cont {
  padding: 24px;
}
#hifu h2.hifu_header02 {
    font-size: 21px;
}
#hifu h2.hifu_header02 span {
    font-size: 36px !important;
}
#hifu .hifu01 h3 {
    font-size: 21px;
}
#hifu .hifu01 p {
    font-size: 14px;
}
#hifu .hifu01 > figure:nth-of-type(1) {
    padding: 18px;
}
#hifu .hifu01 > figure:nth-of-type(1) img {
    width: 100%;
}
  /*
  #hifu .hifu01 .jikocho {
    padding-bottom: 24px;
    border-bottom: 6px solid #ed1c24;
  }
  */
#hifu .hifu01 .jikocho_txt1 {
    font-size: 14px;
}
#hifu .hifu01 .jikocho_txt1 sup {
    font-size: 12px;
}
#hifu .hifu01 .jikocho_txt2 {
    display: block;
    font-size: 12px;
    text-align: right;
}
#hifu .hifu01 .jikocho img {
    width: 100%;
}
#hifu .hifu01 > figure:nth-of-type(1) img:nth-of-type(1) {
  display: none;
}
#hifu .hifu01 > figure:nth-of-type(1) img:nth-of-type(2) {
  display: block;
}
  /*
  #hifu .inner .wrap:nth-of-type(2) {
    margin-bottom: 24px;
  }
  #hifu .inner .wrap:nth-of-type(2) p,
  #hifu .inner .wrap:nth-of-type(3) p {
   font-size: 16px;
  }
  #hifu .inner .wrap:nth-of-type(3) p span {
    color: #c13232;
    font-weight: bold;
  }
  */
#hifu .cont {
  padding: 24px;
}

#hifu_taiou .cont {
  padding: 5px 20px;
}

#hifu .hifu01 > figure:nth-of-type(1) {
  padding: 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;
}

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

#present_bunner h2 {
  padding: 0 0 10px;
  font-size: 30px;
}
#present_bunner .inner .wrap {
  padding: 12px;
}

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_address p {
  font-size: 14px;
}
.footer_logo img {
  max-width: 50%;
  height: auto;
}

.btn img {
  width: 100%;
}
}


@media screen and (max-width: 400px) {
.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;
}

#feature h3.feature01,
#feature h3.feature02,
#feature h3.feature03,
#feature h3.feature04 {
	font-size: 18px;
}
#feature h3 span {
	margin-top: 0;
}
#feature h3 + p {
	font-size: 16px;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}    
}

.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;
}