@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&display=swap');
* {
  list-style: none;
  box-sizing: border-box;
}

.l-container {
  max-width: initial;
  padding: 0;
}

.l-content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 20px solid #FAE3D6;
}

.p-spMenu__overlay{
  display:none;
}

#before_footer_widget {
  display: none !important;
}
	
body {
  margin:0;
  overflow: scroll;

  color:#444444;
}
	
	#breadcrumb{
		display:none;
	}
	
.wrap {
  overflow:hidden;
}

.right {
  float: right;
}
.left {
  float: left;
}
.relative {
  position: relative;
}
.clear {
  clear:both;
}
.orange {
  color:#E85200;
}
.orange_strong{
  color:#ef0202;
}
.black {
  color:#101010;

}
.text-left {text-align:left !important;}
.text-right {text-align:right !important;}
.text-center {text-align:center !important;}
a {text-decoration: unset;}

.image_wrapper {
  height:0;
}

#humberger {
  position: relative;
  height: 36px;
  width: 25px;
  display: inline-block;
  box-sizing: border-box;
}
.hm_btn {
  position: relative;
  width: 30px;
  height: 21px;
  cursor: pointer;
  display: block;
  z-index: 10000;
}
.hm_btn:before, .hm_btn:after {
  width: 30px;
  height: 2px;
  background: #555;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
  transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
  -o-transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s, -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
}
.hm_btn:before {
  -webkit-box-shadow: #000 0 9px 0;
  box-shadow: #000 0 9px 0;
}
.hm_menu_check:checked ~ .hm_btn::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, 8px, 0);
  transform: rotate(45deg) translate3d(6px, 8px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, -8px, 0);
  transform: rotate(-45deg) translate3d(6px, -8px, 0);
}
.hm_btn:after {
  bottom: 0;
}
.hm_menu_wrap {
  width: 260px;
  height: 340px;
  position: absolute;
  right: -100%;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index:10;
  opacity:0;
}
.hm_menu_check:checked ~ .hm_menu_wrap {
  right: -9px;
  position:absolute;
  opacity:1;
}
.hm_list {
  margin: 45px 0 0;
  padding: 0;
  font-size: 14px;
  border-top: 1px solid #ccc;
  background: #fff;
  border: 2px solid #ea5200;
}
.hm_list li a.menuhov {
  color: #777;
  display: block;
  overflow: hidden;
  padding: 8px 22px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.hm_list li a {
  border-bottom: 1px solid #ea5200;
  display:block;
}
.hm_list li a.menuhov::before {
  background: #ea5200;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  -webkit-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  transition: bottom 0.4s;
  z-index:-1;
}
.hm_list li a.menuhov::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(../img/hm_btn.webp) top left no-repeat;
  background-size: 12px 12px;
}
.hm_list li a.menuhov:hover::after {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background:none;
}
.hm_list li a.menuhov:hover {
  color: #fff;
}
.hm_list li a.menuhov:hover::before {
    bottom: 0;
}
.hm_list img {
  width: 80%;
  vertical-align: middle;
  margin: 10px;
  height: auto;
}


.fv {
  background-color:#FFF5D7;
  z-index:1;
}
.fv_point li div{
  position:absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  width:100%;
}
.fv_img {
  width:100%;
}
.fv ul {
  position: absolute;
  z-index: 10;
}
.fv li{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  text-align: center;
}
.fv li img{
  width: 100%;
}
 
/*ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ*/
.breadcrumbs {
  padding:10px;
  margin:0px;
  font-size: 1em;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li::after{
  content: '＞';
  display: inline-block;
  padding: 0 6px; 
}
.breadcrumbs li:last-child::after{
  display: none;
}
.breadcrumbs li a {
  color: black;
  text-decoration-line: none; 
}

.problem {
  background-color: #E5E5E5;
  width: 100%; 
}
.problem section{
  text-align:center;
  padding-bottom: 11px;
}
.problem h3 , .reason h3, .reason_chat h3{
  padding: 0.5em 1em;
  margin: 7px 0;
  font-weight: bold;
  border: solid 1px #000000;
}

.problem h3 {
  font-size: 20px;
}
@media screen and (min-width:769px) {
  .problem h3 {
    margin-bottom: 14px;
  }
  
}


.problem_list {
  text-align: left;
  padding: 0 0 6px 40%;
  margin-top:5px;
}
.problem_list li {
  padding: 0 0 1vw 0;
  position:relative;
	line-height:1.5em;
  font-weight: bold;

}
.problem_contents {
  display: flex;
  position: relative;
}
.problem_txt {
  font-size:1.08em;
  font-weight:bold;
}

.triangle_h1{
  color:#fff;
  background-color:#E85200;
  text-align: center;
  padding: 1.5vw;
  position: relative;
  margin:0 auto;
  z-index:1;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width:769px) {
  .triangle_h1 {
    font-size: 32px;
  }
}


.triangle_h1:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #E85200 transparent transparent transparent;
  border-width: 40px 400px 0 400px;
  z-index:-1;
}

.seminar_photo {
  background:url('/img/seminar/seminar_bg-2.webp') no-repeat;
  background-size:contain;
  width:100%;
  height: 0;
  padding-top:56%;
  position:relative;
	z-index:1;
}
.seminar_photo img {
  position:absolute;

  transition: all 1s;
  transform:scale(0.01);
}
.seminar_photo .fadein_bubble {
  animation: bubble 1s ease-in-out 1;
  animation-fill-mode: forwards;
}
@keyframes bubble {
  0% { transform:scale(0.01); }
  85% { transform:scale(1.13); }
  100% { transform:scale(1); }
}
.seminar_photo img:nth-of-type(1){
    width: 14%;
    left: 13%;
    top: 17%;
    animation-duration: 1.1s
}
.seminar_photo img:nth-of-type(2){
  width: 20%;
  left: 25%;
  top: 37%;
    animation-duration: 1.5s
}
.seminar_photo img:nth-of-type(3){
  width: 29%;
  left: 45%;
  top: 12%;
    animation-duration: 2s
}
.seminar_photo img:nth-of-type(4){
  width: 22%;
  left: 77%;
  top: 17%;
    animation-duration: 2.3s
}
.seminar_photo img:nth-of-type(5){
  width: 23%;
  left: 2%;
  top: 52%;
    animation-duration: 2.7s
}
.seminar_photo img:nth-of-type(6){
  width: 16%;
  left: 44%;
  top: 62%;
    animation-duration: 3s
}
.seminar_photo img:nth-of-type(7){
  width: 20%;
  left: 68%;
  top: 54%;
    animation-duration: 3.5s
}

.seminar{
    width: 100%;
}

.seminar .contents {
  background-color: #FFF5D7;
  padding-top:40px;
}
.seminar_list {
  display: grid;
  padding:0;
  border-radius: 10px;
  margin: 7px 0;
}
.seminar_list li {
  background: #fff;
  position: relative;
  display: inline-flex;
  float: left;
  box-shadow:3px 3px 4px gray;
  border-radius: 10px;
  margin: 10px;
}
.seminar_list .list_title{
  background-color:#E85200;
  border-bottom-left-radius : 8px;
  border-top-left-radius : 8px;
  width: 152px;
}

.seminar_list li.content5 .list_title {
  color: #fff;
  background-color: #ff00ff;
}

.seminar_list li.content5 .list_title::before {
  border-left-color: #ff00ff;
}

.seminar_list .list_title span:nth-of-type(1){
  color:#fff;
  line-height: 38px;
}
.seminar_list .list_title span:nth-of-type(2){
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 38px;
}
.seminar_list .list_text span:nth-of-type(3){
  margin: 10px 10px 10px 130px;
}
.seminar_list li.content5 .list_title:before {
  border-left-color: #f0f !important;
}
.seminar .prof {
  position: relative;
}
.seminar .prof img{
  opacity:0;
}
.fadein {
  opacity:1 !important;
  transform:translateX(0) !important;
}

/*ã‚ªãƒ³ãƒ©ã‚¤ãƒ³ä½“é¨“ã‚»ãƒŸãƒŠãƒ¼æ—¥ç¨‹ãƒ»è©³ç´°*/
.seminar_detail .schedule ,.seminar_detail .detail{
  text-align:center;
  color:#444444;
  padding-top:60px;
}
  .seminar_detail .detail{
    padding-top:30px;
  }
.schedule table ,.detail table{
  margin: 0 auto;
  background-color:#FFF6DE;
  padding: 30px;
}
.schedule table th{
  color:#91732A;
  border-left:1px solid #91732A ;
	border-right:1px solid #91732A ;
	border-bottom:1px solid #91732A ;


}
.schedule table th:nth-of-type(2){
  border-right:1px solid #91732A ;
}
.schedule table td ,.detail table th{
  padding:1.5% 0;
  border-collapse: collapse;
}
.schedule table td a{
  color:#D45604;}
.schedule table tr:nth-of-type(1) td {
  border-top:1px solid #91732A ;
}
.detail table th {
  color:#91732A;
  border-right:1px solid #91732A;
  border-bottom:1px solid #91732A;
  text-align:center;
  padding:11px 0;
}
.detail table td {
  border-bottom:1px solid #91732A;
  text-align:left;
	padding-left:5px;
}

.recommend ,.not_recommended{
  width:90%;
  background-color:#FFF6DE;
  margin: 30px auto !important;
  padding: 20px !important;
  position:relative;
}
.recommend {
  margin-top: 0 !important;
}
.recommend h1:before{
  content:"";
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align:center;
  line-height: 20px;
  border-radius: 50%;
  border: solid 3px #EEC7A9;
  margin-right:5px;
  top: 3px;
  position: relative;
}
.recommend h1, .not_recommended h1{
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
	font-size:1.5rem;
}
.recommend li ,.not_recommended li{
  position:relative;
  /* padding:20px  0; */
  padding:12px  0;
  text-align:left;
  z-index:1;
}
/*
.recommend li:before,.not_recommended li:before {
  content:"";
  display:inline-block;
  height:20px;
  width:20px;
  background:url(../img/checkbox.webp) no-repeat;
  background-size:contain;
  position: absolute;
  left: -26px;
  top:10px;
}
*/
.recommend img {
  float: right;
  width: 14vw;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width:210px;
}
.not_recommended{
  background-color:#E7E7E7;
}
.not_recommended h1{
  margin-left:30px;
  color:#444444;
}
.not_recommended h1 span {
  display: inline-block;
  vertical-align: middle;
  color: #948C89;
  line-height: 1;
  width: 39px;
  height:3px;
  background: currentColor;
  position: relative;
  transform: rotate(45deg);
  padding-left: 5px;
}
.not_recommended h1 span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.not_recommended ul {
  padding-left:40%;
}
.not_recommended .image_transparent:before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255,255,255,0) 81%, #e7e7e7 97%); 
  position: absolute;
  top: 0;
  left: 0;
}
.not_recommended .image_transparent{
  transform: scale(-1, 1);
  width: 20%;
  position: absolute;
  left: 7vw;
  max-width: 120px;
  bottom:0;
}
.not_recommended .image_transparent img{
  width:100%;
}

/*æ¼«ç”»*/
.manga {
  text-align:center;
  background: linear-gradient(#fff, #fff 70%,#FFF5D7);
}
.manga article .scene {
  position:relative;
}
.scene .piece{
  z-index:2;
  box-shadow: 4px 4px #b8aa89;
}
.manga .comment {
  background-color:#FDE0A4;
  position:absolute;
  text-align:left;
  padding: 10px;
}
.manga .star_right {
  width: 13%;
  position: absolute;
  bottom: -37%;
  right:1vw;
  z-index:-1;
}
.manga .star_left {
  width: 13%;
  position: absolute;
  bottom: -20%;
  left:1vw;
  z-index:-1;
}
.under_yellow {
  font-size: 1.5em;
  background: linear-gradient(transparent 50%, #ffe10073 50%);
}

/*æ­£ã—ã„åŠªåŠ›*/
.effort {
  text-align:center;
  background-color:#FFF5D7;
}
.baloon{
  position: absolute;
  display: inline-block;
  max-width: 100%;
  background: #E85200;
  transform: rotateZ(-10deg);
  color:#fff;
  font-size:1em;
}
.effort .baloon {
  margin: 1.5em 0;
  min-width: 120px;
  left: 5vw;
  top: -6vh;
  padding: 7px 10px;
}
.baloon:before{
  content: "";
  position: absolute;
  top: 97%;
  left: 35%;
  border: 16px solid transparent;
  border-top: 16px solid #E85200;
  border-right: 15px;
}
.baloon span{
  font-size:1.3em;
  font-weight:bold;
}
.effort .triangle {
  width: 100%;
  top: 0;
  position: absolute;
}
.effort .triangle span{
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #E85200;
}
.effort_1 {
  background-color:#FFF5D7;
}
/*
.effort_1  section{
  opacity: 0;
  transform:translateX(-500px);
  transition: all 1s;
}
*/
article[class^="effort_"] {
  padding:42px 0;
  position: relative;
}
article[class^="effort_"] section{
  background-color:#fff;
  padding:10px 30px;
  width: 60%;
  margin: 0 auto;
}
.image_comment{
  padding: 12px 0;
  font-weight:bold;
}
.effort_2 {
  background-color:#FEEBBE;
}
/*
.effort_2 section {
  opacity: 0;
  transform:translateX(-500px);
  transition: all 1s;
}
*/
.effort_2 img{
  width: 100%;
}
.effort_3 ,.effort_4{
  background-color:#FDE0A4;
}
/*
.effort_3 section {
  opacity: 0;
  transform:translateX(-500px);
  transition: all 1s;
}
*/
.effort_3 section {
  margin-bottom: 30px !important;
}
.effort_4{
  padding:40px 0  !important;
}
.effort_4 .dating{
  font-weight: bold;
  font-size:1.4em;
}

/* ä¾¿ç®‹é¢¨ */
.reason_success, .chance{
  background-image:url(/img/seminar/note_left.webp) ,url(/img/seminar/note_right.webp) ;
  background-position:left 20px center,right 20px center;
  background-repeat:repeat-y,repeat-y;
  background-size:150px;
}

.reason_success{
    position:relative;
}

.reason_success_bg{
display:flex;
justify-content:space-between;
align-items:center;
height: 630px;
}

.reason_success_bg img{
    height: 100%;
}

.reason_success_text{
    position:absolute;
    top: 0;
    width: 100%;
}

.note p{
  margin:0;
}

.reason_success .note p{
white-space: nowrap;
}

/*ç†ç”±*/
.reason {
  width:100%;
  background-color:#E7E7E7;
}
.reason h3{  
  margin-bottom: 40px;
  background-color: #E7E7E7;}
.reason img{
  position:absolute;
  transition: all 3s;
}

div[class^=wave-circle] {
  position:absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  background-color:#80808042;
  border-radius:50%;
}
.wave-circle{
  animation: wave 5s linear infinite;
}
.wave-circle2{
  animation: wave2 4s linear infinite;
}

@keyframes wave {
  0% {
    border-radius: 80% 60% 80% 60% / 70% 80% 60% 80%;
  }
  20% {
    border-radius: 70% 60% 60% 80% / 70% 80% 60% 80%; 
  }
  40% {
    border-radius: 60% 80% 70% 60% / 80% 60% 50% 60%; 
  }
  60% {
    border-radius: 80% 60% 80% 70% / 70% 90% 80% 80%; 
  }
  80% {
    border-radius: 60% 80% 70% 60% / 80% 60% 50% 60%; 
  }
  100% {
    border-radius: 80% 60% 80% 60% / 70% 80% 60% 80%; 
  }
}
@keyframes wave2 {
  0% {
    border-radius: 70% 60% 60% 80% / 70% 80% 60% 80%;
  }
  20% {
    border-radius: 80% 60% 80% 70% / 70% 90% 80% 80%;
  }
  40% {
    border-radius: 60% 80% 70% 60% / 80% 60% 50% 60%;
  }
  60% {
    border-radius: 80% 60% 80% 60% / 70% 80% 60% 80%;
  }
  80% {
    border-radius: 60% 80% 70% 60% / 80% 60% 50% 60%;
  }
  100% {
    border-radius: 70% 60% 60% 80% / 70% 80% 60% 80%;
  }
}

/* ãƒãƒ£ãƒƒãƒˆå½¢å¼ */
.reason_chat {
  background-color: #FFF5D7;
}
div[class^=speech_] {
  width:100%;
  /*opacity:0;*/
  /*transition:opacity 1s,transform 2s !important;*/
}
.speech_left {
  /*transform:translateX(-500px);*/
  position:relative;
}
.speech_right {
  /*transform:translateX(500px);*/
  position:relative;
}

.speech_left:before {
  content:"";
  display:inline-block;
  height:50px;
  width:50px;
  background:url(/img/seminar/chat_left-1.webp) no-repeat;
  background-size:contain;
  position: absolute;
  left: 0px;
  top: 52%;
  transform: translateY(-50%);
}
.speech_right:before {
  content:"";
  display:inline-block;
  height:50px;
  width:50px;
  background:url(/img/seminar/chat_right-1.webp) no-repeat;
  background-size:contain;
  position: absolute;
  right: 0px;
  border-radius: 50%;
  top: 52%;
  transform: translateY(-50%);
}
.chat_left, .chat_right{
  position: relative;
  padding: 7px 16px;
  min-width: 120px;
  font-size: 1em;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: left;
  z-index:3;
  margin-top: 10px;
}
.chat_left {
  background: #FFF;
  margin-left: 75px;
}
.chat_right{
  background: #FDE1B0;
  box-shadow: #b8aa89 3px 3px;
  margin-right: 75px;
}
.chat_left:before ,.chat_right:before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  border: 12px solid transparent;
  z-index: 2;
}
.chat_left:before {
  left: -29px;
  border-right: 33px solid #FFF;
}
.chat_right:before{
  right: -29px;
  border-left: 33px solid #FDE1B0;
}
.chat_right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -1px;
  border: 7px solid transparent;
  border-left: 18px solid #b8aa89;
  z-index: 1;
}

.chat_left span ,.chat_right span{
  margin: 0;
  padding: 0;
}



.feedback_detail {
  background-color:#FAE3D6;
}
 .facilitator{
  background-color:#FFFCDB;
}


.feedback_detail h1 span{
  color: #fff;
  position: absolute;
  top: 22%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  font-size: 1.7em;
  font-weight:normal;
}
.feedback{ margin-top: 2%;}
.feedback_detail h1 img{
  width:80%;
}
.feedback .sheet img{
  width:90%;
}

.feedback div[class^=comment_]{
  position:absolute;
}
.feedback .sheet div[class^=comment_]:nth-of-type(1){
  top:9%;
  left:-4%;
  transform:translateX(-1000px);
  transition: all 1s;
}
.feedback .sheet div[class^=comment_]:nth-of-type(2){
  right:-3%;
  top:28%;
  transform:translateX(-1000px);
  transition: all 1s;
}
.feedback .sheet div[class^=comment_]:nth-of-type(3){
  top:55%;
  left:-5%;
  transform:translateX(-1000px);
  transition: all 1s;
}
.feedback .sheet div[class^=comment_]:nth-of-type(4){
  right:-4%;
  bottom:0%;
  transform:translateX(-1000px);
  transition: all 1s;
}

.feedback div[class^=comment_] div{
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 0.9em;
  background: #FFF;
  border: solid 3px #E85200;
  box-sizing: border-box;
  border-radius: 8px;
  text-align:left;
}

.feedback div[class^=comment_] div:before {
  content: "";
  position: absolute;
  z-index: 2;
}
.feedback .comment_right div:before {
  top: 50%;
  right: -11px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  border-left: 0;
}
.feedback .comment_bottom div:before {
  bottom: -11px;
  left: 70%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  border-top: 0px;
}
.feedback .comment_left div:before {
  top: 50%;
  left: -11px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  border-right:0;
}

.feedback div[class^=comment_] div:after {
  content: "";
  position: absolute;
  z-index: 1;
}
.feedback .comment_right div:after {
  top: 49%;
  right: -17px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-bottom: 16px solid #E85200;
  border-left: 0;
}
.feedback .comment_bottom div:after {
  bottom: -18px;
  left: 70%;
  margin-left: -20px;
  border: 16px solid transparent;
  border-right: 16px solid #E85200;
  border-top: 0px;
}
.feedback .comment_left div:after {
  top: 50%;
  left: -17px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-bottom: 14px solid #E85200;
  border-right:0;
}
.feedback .comment_right span ,
.feedback .comment_bottom span ,
.feedback .comment_left span {
  margin: 0;
  padding: 0;
}
.feedback .comment span{
  background-color:#fff;
  padding:10px;
  display:block;
  border-radius: 10px;
	box-shadow: 0 0 0 1px #E85200, 0 0 0 8px #fff;
	box-sizing: border-box;
  font-weight:bold;
  margin:8% !important;
}

.skilup h3{
  background: linear-gradient(90deg, var(--g)) 0 0/100% 2px, 
              linear-gradient(90deg, var(--g)) 0 100%/100% 2px, 
              linear-gradient(0, var(--g)) 0 0/2px 100%, 
              linear-gradient(0, var(--g)) 100% 0/2px 100% #fff;
  background-repeat: no-repeat;
  --w: calc(100% - 30px);
  --g: #E85200 30px, transparent 20px var(--w), #E85200 var(--w);
  flex-wrap: wrap;
  padding: 20px;
}
.skilup_image img {
  position:absolute;
}
.skilup_comment div:nth-of-type(1) span{
  color: #E85200;
  border: 1px solid #E85200;
  margin: 0 auto;
  padding:10px 30px;
}

.skilup_comment .feedback_btn{
  color:#fff;
  background-color: #E85200;
  padding: 8px 15px;
  border-radius: 28px;
  margin: 20px auto;
  width: 80%;
  box-shadow: 3px 3px #c2c2c2;
  max-width:300px;
}
.skilup_comment .feedback_btn:after {
  content:"＞";
  position:absolute;
  right:4px;
}
.skilup_comment .feedback_btn:active{
  box-shadow:none;
  top:3px;
}
.skilup .experience{
  background-color:#FFF6DE;
  padding:1%;
  margin: 30px 0;
}
.skilup .experience h4{
  font-size: 1.6em;
  margin: 0;
  padding: 9px 0;
}
.skilup .experience ul{
  text-align:left;
  position:relative;
}
.skilup .experience li{
  padding:5px;
}

/*ãƒ—ãƒ­ã‚°ãƒ©ãƒ ã®ã‚¤ãƒ¡ãƒ¼ã‚¸*/
.program_image h2{
  color:#E85200;
	font-size:2rem;
}
.program_image section[class^=step_]{
  background-color:#FDE1B0;
  padding:20px 0 30px;
}

.program_image .baloon {
  min-width: 50px;
  margin: 0;
  padding: 0px 10px;
  box-shadow:2px 2px #847B34;
}
.program_image .baloon:after {
  content: "";
  position: absolute;
  top: 95%;
  left: 35%;
  border: 16px solid transparent;
  border-top: 16px solid #E85200;
  border-right: 15px;
}
.program_image .baloon:before {
  content: "";
  position: absolute;
  top: 97%;
  left: 38%;
  border: 16px solid transparent;
  border-top: 16px solid #847B34;
  border-right: 15px;
}
.program_image .baloon span{
  font-size:1.4em;
}

.program_image .triangle{
	height:10px;
	background:#FDE1B0;
	border-bottom:none;
	position:relative;
  margin-top: -2px;
  margin-bottom: 70px;
}
.program_image .triangle:before{
	content:"";
	width:calc(100% + 4px);
	height:40px;
	position:absolute;
	bottom:-39px;
	left:-2px;
	background:linear-gradient(to top right, transparent 50%,#fff 50%, #FDE1B0 calc(50% + 2px)) top left/ 50% 100% no-repeat,
	linear-gradient(to top left, transparent 50%,#fff 50%,#FDE1B0 calc(50% + 2px)) top right / 50% 100% no-repeat;
}


.supporter {
  background-color:#FFFCDB;
}

.supporter h4 {
  margin-bottom: 15px;
}

.supporter h4 span{
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  color: #E85200;
  font-size: 18px;
}
.supporter .ribbon {
  width:60%;
}
.prof_open{
  display:none;
}
.supporter .prof_message {
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0;
  border-left: thick solid #E85200;
  padding-left: 10px;
}

.supporter .introduce{
  background-color:#FDE1B0;
  padding:30px;
  box-shadow: 3px 3px #baad87;
}
.quote {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
}
.quote > span {
  flex: 0 0 auto;
  font-weight:bold;
}
.quote::before,
.quote::after {
  content: "";
  flex: 0 0 2px;
  height: auto;
  margin: 0px 10px;
  background: #444444;
}
.quote::before { transform: rotate( -30deg ) }
.quote::after { transform: rotate( 30deg ) }

.detail_btn {
  background-color: #fff;
  color: #EA5200;
  padding: 10px 43px 10px 30px;
  border-radius: 25px;
  box-shadow: 3px 3px #baad87;
  position:relative;
  font-weight:bold;
}
.detail_btn:after {
  content: '＞';
  display: inline-block;
  padding: 0 6px;
  right: 0;
  position: absolute;
}
.detail_btn:active {
  box-shadow:none;
  top:3px;
}


.voice_1 , .voice_3, .voice_5{
  background-color:#FFFCDB;
}
article[class^=voice_] .quote::before, article[class^=voice_] .quote::after{
  background:#E85200;
}
article[class^=voice_] .quote > span{
  padding:7px;
}
.client{
  min-height: 280px;
  width:100%;
  margin-top: 2%;
}
.client .after, .client .before, .client .arrow{
  position: absolute;
  color: #fff;
  bottom: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.client .before{
  left:40%;
  top:0%;
}
.client .after{
  left:60%;
}
.client .arrow{
  width: 14%;
  top: 53%;
  left: 46%;
}
.client .after div, .client .before div{
  position:relative;
}
.client .after span, .client .before span{
  position: absolute;
  color: #fff;
  bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.client .before span{
  color: #fff;
  font-size: 1.6em;
}
.client .after span{
  color:#E85200;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  font-size: 1.9em;
  font-weight: bold;
}
.client .before img{
  border-radius: 50%;
}
article[class^=voice_] .qa {text-align:left; }
article[class^=voice_] .question span:nth-of-type(1){
  font-size: 1.3em;
}
article[class^=voice_] .question span:nth-of-type(2){
  font-size: 2em;
}
article[class^=voice_] .question span:nth-of-type(3){
  margin-left: 2%;
  width: 80%;
  overflow: auto;
}
article[class^=voice_] .question span{
  font-weight:bold;
}
article[class^=voice_] .question span {
  vertical-align: middle;
}
article[class^=voice_] .answer {
  padding: 1vw 0;
    display: block;
    line-height: 1.7em;
}

.voice_4 img ,.voice_5 img,.voice_6 img{
  width:23%;
  padding: 0 5% 5%;
}
.voice_4 .qa:nth-of-type(1),.voice_5 .qa:nth-of-type(1),.voice_6 .qa:nth-of-type(1) {
  margin-top:2%;
}


.q_a{
  background-color:#FFFCDB;
}
.q_a article{
  text-align:left;
  padding:20px;
}

.q_a article .q.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.q_a article .q.on:after{
	background-color: transparent;
}

.q_a article:nth-of-type(1){
  padding-top:50px;
}
.q_a .q, .q_a .a{
  padding: 7px 20px;
  text-align: unset;
  position:relative;
}
.q_a .q{
  background-color:#FDE1B0;
  font-weight:bold;
}
.q_a .a{
  background-color:#fff;
  border: 1px solid #FDE1B0;
}
.q_a .title {
  font-size: 2em;
  color:#E85200;
  font-weight: bold;
  margin-right:12px;
}
.q_a .q .title {
  vertical-align: middle;
  transform: translateY(-50%);
  display: inline-block;
  top: 50%;
  position: absolute;
}
.q_a .a .title {
  vertical-align: top;
  display: inline-block;
  position: absolute;
}
.q_a .content {
  display: inline-block;
  line-height: 1.8em;
  margin-left: 6%;
}
.q_a .a .content {
  margin-top: 1%;
}


.chance .note{
  text-align:left;
  background-size: 100% 3.0em;
}
.chance_title .text-normal{
  font-weight:normal !important;
  font-size:0.8em;
}
.chance .note .orange{
  text-align: center;
  margin-top: -0.4em;
}
.note .orange{
  font-weight:bold;
}


.facilitator .prof{
  background-color:#fff;
  padding: 3vw;
  margin: 0 auto;
  /* border-radius: 30px; */
  position:relative;
}
.facilitator .prof .detail_btn {
  background-color:#ffecc0;
}
.facilitator .prof .itemNm {
  font-weight:bold;
  margin:10px 0 0;
}

fotter {
  background-color: #FFFCDB;  
  text-align:center;
  display: block;
  padding: 1px;
}
fotter li {
  display: inline-block;
}
fotter li a{
  text-decoration: none;
  font-size:0.7em;
  color: #444;
}
fotter li:not(:first-child)::before {
  content: "ï½œ";
}


/*å‹•ã*/
.baloon{
  animation: vibration 3s  infinite;
}
.shake {animation: shake 3s 1;}
  @keyframes shake {
    0% {  transform: translateY(4px);}
    3% {  transform: translateY(-4px);}
    6% {  transform: translateY(0px);}
    9% {  transform: translateY(4px);}
    12% {  transform: translateY(-4px);}
    15% {  transform: translateY(0px);}
    
    100% {  transform: translateY(0px);}
  }
  

input[id^=check]{
  display: none;
}

.check_label {
  position: relative;
  display: inline-block;
  font-size: 32px !important;
  left:-24px;
  top:-5px;
}

.check_label .check_mark{
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: .5em;
  border: 1px solid black;
  box-sizing: border-box;
  transform: translateY(-50%);
  background-color: #fff;
}
#check11 .check_label .check_mark,
#check12 .check_label .check_mark,
#check13 .check_label .check_mark{
  background-color: #948D8A !important;
}

.check_mark:before{
  content: '';
  position: absolute;
  bottom: 25%;
  left: 50%;
  font-size: 0;
  width: .22em;
  height: .5em;
  background-color: currentColor;
  transform-origin: center bottom;
  transform:  translateX(-50%) scaleX(-1) rotate(-135deg) translateY(.5em); 
}

.check_mark:after{
  content: '';
  position: absolute;
  bottom: 25%;
  left: 50%;
  font-size: 0;
  width: .22em;
  height: 1.2em;
  background-color: currentColor;
  transform-origin: center bottom;
  transform: translateX(-50%) rotate(45deg) translate(.03em,.1em);
}

.orange_check{
  color: #E85200;
}
.brack_check{
  color: #444;
}

.dodgerblue{
  color: dodgerblue;
}

input[id^=check]:checked + .check_label .check_mark:before{
  font-size: 0.5em;
  animation: check_anim .1s linear both;
}
input[id^=check]:checked + .check_label .check_mark:after{
  font-size: 0.5em;
  animation: check_anim 0.2s 0.2s linear both;
}


@keyframes check_anim{
  from{
    height: 0;
  }
}





@media screen and (min-width: 769px) and (max-width: 1001px){
    .schedule{
        width: 50%;
        margin: auto;
    }
}



/* pc */
@media screen and (min-width: 769px)  {
  .sp_only {
    display: none !important;
  }
  .pc_frame {
    max-width:864px;
    margin: 0 auto;
    text-align:center;
    padding:30px;
  }
 
  .fv_point {
    top: 75%;
    left:44%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  .fv_point li{
    width: 24%;
    padding: 5px;
  }
  .fv_point li div .point_title{
    font-size:2vw;
    font-weight:bold;
  }
  .fv_point li div .point_title.omiai{
    font-size:1.7vw;
  }
  .fv_point li div .point_content{
    font-size:1.6vw;
  }
  .fv .comment {
    position: absolute;
    z-index: 10;
    top: 100%;
    text-align: right;
    width: 100%;
  }
  .fv .comment span{
    margin-right: 12vw;
    font-size:1vw;
  }
  .fv_sns {
    top: 88%;
    text-align: center;
    width: 100%;
  }
  .fv_sns li {
    width: 5%;
    padding:0 1%;
  }
  .fv .image_wrapper {
    padding-bottom: 56%;
  }
  .problem_list li {
    padding-bottom: 1.5vw;
  }
  .problem_contents img{
    width: 25%;
    position: absolute;
    /* top: -120px; */
    top: -100px;
    left: 80px;
	  padding:0;
  }


  /*nav form*/
  .pc_form {
    /*background:url('../wp-content/themes/swell/img/form.webp') no-repeat;*/
    background-size:cover;
    width:100%;
    min-height: 292px;
  }
  .pc_form .content{
    padding: 5% 15% 5% 15%;
    text-align: center;
  }
  .pc_form .content p{
    color: #E85200;
    font-weight: bold;
    font-size: 27px;
    margin: 12px 0px;
    letter-spacing: 0.07em;
  }
  .zoom_regist {
    width:92%;
    color:#fff !important;
    position: relative;
    margin: auto;
  }
  .zoom_regist span {
    position: absolute;
    left: 85px;
    font-size: 21px;
    top: 14px;
  }
  .pc_form .tel {
    padding: 25px 0 0;
  }
  .pc_form .tel span:nth-of-type(1){
    font-size:14px;
  }
  .pc_form .tel img{
    width:31%;
  }
  .pc_form .tel span:nth-of-type(2){
    font-size:10px;
  }

  .seminar .prof {
    height: 500px;
  }
  .seminar_list .list_title:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 16px solid #E85200;
    position: absolute;
    top: 1px;
    left: 152px;
    z-index: 2;
  }
  .seminar_list li {
    transform: translateX(-1500px);
    transition: all 1s;
    opacity: 0;
  }
	.black{
		padding-left:40px;
	}
  .seminar_list li div{
    display:inline-flex;
    padding: 10px 20px;
    text-align: left;
  }
  .seminar_list li .list_text {
    width: calc(100% - 152px);
  }
  .seminar_list .list_text span {
    margin-left: 27px;
    font-size: 20px;
    line-height: 38px;
  }
  .seminar .prof img {
    width: 35%;
    position: absolute;
    border: 10px solid #fff;
    box-shadow: 0 0 3px grey, 0 0 3px grey, 3px 3px 4px grey;
    opacity: 1 !important;
  }
  .seminar .prof img:nth-of-type(1) {
    left: 32%;
    transform: translateX(-87px) translateY(-31px);
    top: 2%;
    transition:opacity 1s,transform 0.5s !important;
    transition-delay:0s;
  }
  .seminar .prof img:nth-of-type(2) {
    left: 59%;
    transform: translateX(-300px) translateY(-100px);
    top: 24%;
    transition:opacity 1s,transform 0.5s !important;
    transition-delay:2s;
  }
  .seminar .prof img:nth-of-type(3) {
    left:52%;
    transform: translateX(-200px) translateY(-186px);
    top: 48%;
    transition:opacity 1s,transform 0.5s !important;
    transition-delay:3s;
  }
  .seminar .prof img:nth-of-type(4) {
    left:20%;
    transform: translateX(130px) translateY(-187px);
    top: 57%;
    transition:opacity 1s,transform 0.5s !important;
    transition-delay:4s;
  }
  .seminar .prof img:nth-of-type(5) {
    left:6%;
    transform: translateX(299px) translateY(26px);
    top: 29%;
    z-index:10;
    transition:opacity 1s,transform 0.5s !important;
    transition-delay:6s
  }

  .schedule table ,.detail table{
    width:60%;
  }
  .detail .image_wrapper {
    height: auto;
    padding-bottom: 15px;
  }

  .manga article{margin-top:-30px;}
  .manga .piece{
    margin: 28px 20px;
  }
  .manga .scene {
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.8s;
  }
  .manga img {
    width:540px;
    height:362px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 2s ease;
    transition-delay: 1.5s;
  }
  .manga .ribbon img{
    width:604px !important;
    height:85px !important;
  }
  .manga .scene:nth-of-type(1) .comment,
  .manga .scene:nth-of-type(3) .comment,
  .manga .scene:nth-of-type(5) .comment{
    right: 15%;
    bottom: 5%;
  }
  .manga .scene:nth-of-type(2) .comment{
    left: 15%;
    top: 2%;
  }
  .manga .scene:nth-of-type(4) .comment{
    left: 15%;
    bottom: 5%;
  }

  .manga .scene:nth-of-type(6) .ribbon{
    bottom: 1%;
    position: absolute;
    width:100%;
  }
  .ribbon img{width:70%;}

  .effort_1 .image_wrapper {
    padding-bottom: 45%;
  }
  .effort_1 .content div span{
    float:right;
    width: 50%;
    transform: translateY(50%);
  }
  .effort_1 .content div img{
    float:left;
    width: 50%;
  }
  .effort_2 .image_wrapper {
    padding-bottom: 94%;
  }
  .effort_3 .image_detail{
   width:80%;
  }
  .effort_3 img{
    min-height:397px;
  }
  .effort_4 .dating{
    padding: 13px 40px;
  }

  .reason_success, .chance{
    background-position:left 20px center,right 20px center;
  }
  .note {
    min-height:500px;
  }

  .note_wrap{
    width: 80%;
    margin: 30px auto 0;
  }
  .note {
    background-image:
      linear-gradient(
        180deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 97%,
        #E6A47D 99%,
        #E6A47D 100%
      );
    background-size:100% 3.2em;
    line-height:3;
    text-align:center;
  }
  
  .note .orange{
    font-size:1.2em;
  }

  .reason section article{
    background:radial-gradient(circle at center ,#757575 0, #E7E7E7 31%);
    height: 50vw;
    max-height: 350px;
  }
  div[class^=wave-circle] {
    width: 30vw;
    height: 30vw;
  }
  .reason .main_image {
    width:26%;
    top: 13%;
    left: 39%;
  }
  .reason img:nth-of-type(2) {
    left:22%;
    top:-2%;
    width:14vw;
    max-width:180px;
    opacity: 0;
  }
  .reason img:nth-of-type(3) {
    left:17%;
    top:34%;
    width:14vw;
    max-width:190px;
    opacity: 0;
  }
  .reason img:nth-of-type(4) {
    left:57%;
    top:-4%;
    width:17vw;
    max-width:240px;
    opacity: 0;
  }

  .chat {
    width: 80%;
    margin: 0 auto;
  }
  div[class^=speech_] {
    height:76px;
  }
  .chat div:nth-of-type(3),  .chat div:nth-of-type(5){
    padding-top: 10px;
  }
  .chat div:nth-of-type(5) .chat_left{
    margin-top: 20px;
  }

  .feedback_detail .image_wrapper {
    padding-bottom:9%;
    margin-bottom: 10px;
  }
  .feedback .sheet {float:left;}
  .feedback .comment {float:right;}
  .feedback .comment{padding-top:6%;}
  .feedback .sheet ,.feedback .comment{
    width:50%
  }
  .feedback .sheet .image_wrapper {
     padding-bottom:128%;
     display: block;
  }

  .skilup_image {
    min-height:274px;
  }
  .skilup_image img:nth-of-type(1) {
    width: 40%;
    top: 13%;
    left: 36%;
    max-width: 261px;
  }
  .skilup_image img:nth-of-type(2) {
    width: 14%;
    border-radius:50%;
    top: 0;
    left: 31%;
  }
  .skilup_image img:nth-of-type(3) {
    width: 31%;
    top: 19%;
    left: 0;
    max-width: 230px;
  }
  .skilup_image img:nth-of-type(4) {
    width: 13%;
    top: 17%;
    left: 73%;
    transform: rotate(20deg);
  }

  .program_image .title{
    font-weight: bold;
    font-size: 1.4em;
    margin: 4px 0 16px 0;
  }

  .sp_preview {
    width:70%;
    margin: auto;
  }
  .program_image .sp_preview_1,
  .program_image .step_2 img:nth-of-type(1),
  .program_image .step_3 img:nth-of-type(1) {
    transform: translateX(-1000px);
  }
  .program_image .sp_preview_2, 
  .program_image .step_2 img:nth-of-type(2),
  .program_image .step_3 img:nth-of-type(2) {
    transform: translateX(1000px);
  }
  .program_image .sp_preview_1 ,.sp_preview_2{
    width:49%;
    min-height: 418px;
    opacity: 0;
    transition: all 1s;
  }
  .program_image .step_1 img{
    max-width: 200px;
  }
  .program_image .step_1 .circ{
    position: absolute;
    left: 39%;
    top: 27%;
    opacity: 0;
    transition: all 1s;
  }
  .program_image .step_2 img, .program_image .step_3 img{
    width: 300px;
    height:280px;
    opacity: 0;
    transition: all 1s;
  }
  .program_image .baloon {
      left: 10vw;
      top: -2%;
  }
  .supporter .ribbon_image.image_wrapper{
    padding-bottom:11%;
  }

  .supporter .introduce{
    margin: 4%;
  }
  .supporter .introduce img {
    width: 40%;
    float: left;
    padding-left: 5%;
  }
  .supporter .introduce .prof {
    width: 54%;
    float:right;
  }
  .supporter .introduce .prof table{
    text-align:left;
    width:100%;
    padding: 10% 0 10% 10%;
  }
  .supporter .introduce .prof_open th{
    width:17%;
  }
  .supporter .introduce .prof_open{
    padding-bottom: 20px;
  }
  .quote > span {
    font-size: 97%;
  }
  .client .after{top:2vw;}
  .client .after img{
    width:80%;
  }
  .client .before img{
    border-radius: 50%;
    width:10vw;
    min-width: 150px;
  }
  .voice_4 img, .voice_5 img,.voice_6 img{
    height: 166px;
  }

  article[class^=voice_] .question .content {
    transform: translateY(50%);
  }
  article[class^=voice_] .qa {margin-bottom: 3% ;}

  .chance {
    margin: 0 auto 35px;
    max-width: 1100px;
  }
  .chance .note_wrap img:nth-of-type(1) {
    position:absolute;
    right: -5%;
    width: 22%;
    top: 6%;
  }
  .chance .note_wrap img:nth-of-type(2) {
    position:absolute;
    left: -6%;
    width: 20%;
    bottom: 3vw;
  }
  .facilitator .prof .image_wrapper{
    /* width:55%; */
    /* min-width:280px; */
    padding-bottom:57%;
  }
  .facilitator .prof .image_wrapper img {
    /* width:100%; */
  }
  .facilitator .prof_image {
    min-height:35vh;
  }
  .facilitator article:nth-of-type(1) .prof{
    margin: 50px auto 0;
    max-width: 60%;
  }
  .facilitator .prof .name div{
    /* position:absolute; */
    bottom:0;
    /* padding-left:3vw; */
  }

  @keyframes vibration {
    0% {  transform: rotateZ(-10deg);transform-origin:40% 115%;}
    3% { transform: rotateZ(-5deg);transform-origin:40% 115%;}
    5% {  transform: rotateZ(-10deg);transform-origin:40% 115%;}
    7% { transform: rotateZ(-5deg);transform-origin:40% 115%;}
    10% {  transform: rotateZ(-10deg);transform-origin:40% 115%;}
    100% {  transform: rotateZ(-10deg);transform-origin:40% 115%;}
  }
}




/* sp */
@media screen and (max-width: 768px) {
  .fontsize {
    font-size:16px;
  }
  .pc_only {
    display: none !important;
  }
  .sp_frame {
    margin: 0 auto;
    text-align:center;
    padding:20px;
  }
	
	.sp_frame h4 {
		margin: 20px 0 10px;
    color: #E85200;
	}

  header .logo {
    height: 15vw;
    max-height: 65px;
    width: auto;
    padding: 3px 12px;
  }
  header .logo_h1{
    position: absolute;
    width: 58%;
    height: auto;
    top: 0vw;
    max-width:300px;
  }
  header .tel span {
    font-size: 12px;
  }

  .fv .sp_only.image_wrapper {
    padding-bottom: 136%;
	  margin-top:0;
  }
  .fv_point {
    top: 68%;
    padding: 0;
    text-align: center;
    margin:1vw;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  .fv_point li{
    width: 25%;
    padding: 8px;
  }
  .fv_point li div {
    line-height:4vw;
  }
  .fv_point li div .point_title{
    font-size:4vw;
    font-weight:bold;
  }
  .fv_point li div .point_content{
    font-size:3vw;
  }
  .fv .comment {
    position: absolute;
    z-index: 10;
    top: 94%;
    text-align: right;
    width: 100%;
  }
  .fv .comment span{
    margin-right: 10vw;
    font-size:2vw;
  }
  .fv_sns {
    top: 93%;
    text-align: center;
    width: 100%;
    padding: 0;
    margin:0;
  }
  .fv_sns li {
    width: 10%;
    padding:0 2%;
  }

  .problem_list {
    padding: 1px 0 6px 45vw;
	  width:100% !important;
  }

  .problem_list li {
    padding: 2vw 0 1vw 0;
  }
  .problem_contents img{
    width: 47%;
    position: absolute;
    max-width: 212px;
	  /* top:-50px; */
  }

  .sp_form {
    background:url(https://www.marryup.jp/marryup2023/wp-content/uploads/sp_form_bg.webp) no-repeat;
    background-size:cover;
    min-height: 292px;
    text-align:center;
  }
  .sp_form p {
    color: #444444;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0 0 20px;
  }
  .sp_form .btn {
    background-color: #EA5200;
    border-radius: 3px;
    border: 1px solid white;
    box-shadow: 0 0 0 1.5vw #ea5200;
    width: 90%;
    position: relative;
    margin: 15% auto !important;
    padding: 2%;
    height:40px;
  }
  .sp_form .btn:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    background-color:#82731C;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 1.6vw;
    margin-left: -1%;
    margin-top: -1%;
  }
  .sp_form .btn_active{
    margin-top: 11% !important;
  }
  .sp_form .btn_active:before {
    background-color:#fff0 !important;
  }
  .sp_form .btn img {
    position:absolute;
    left: 9px;
    bottom: 0px;
    width: 20vw;
    max-width: 157px;
  }
  .sp_form .btn span {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3em;
    position: absolute;
  }
  .sp_form .zoom_btn span {
    left: initial;
    right: 11vw;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 2vw;
  }
	.sp_form .tel_btn span, .sp_form .line_btn span{
		    font-size: 17px;
    color: #fff;
    font-weight: bold;
    left: 26vw;
    position: absolute;
    top: 2vw;
	}
  .sp_form .tel_btn{
    background-color: #3D5A9A;
    box-shadow: 0 0 0 1.5vw #3D5A9A;
  }
  .sp_form .tel_btn img {
    width: 15vw;
    bottom: 2vw;
    left: 4vw;
  }
  .sp_form .line_btn {
    background-color: #07B53B;
    box-shadow: 0 0 0 1.5vw #07B53B;
  }
  .sp_form .line_btn img {
    width: 17vw;
    bottom: 2vw;
    left: 3vw;
  }

  .sp_form .btn:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 5vw solid #fff;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    right: 2vw;
    top: 26%;
    transform: scale(0.8);
  }

  .triangle_h1:after {
    bottom:-25px;
    border-width: 30px 150px 0 150px;
  }

  .seminar .prof {
    height: 75vw;
  }
  .seminar .prof img {
    width: 40%;
    position: absolute;
    border: 1vw solid #fff;
    box-shadow: 0 0 3px grey, 0 0 3px grey, 3px 3px 4px grey;
    opacity:1 !important;
  }
  .seminar .prof img:nth-of-type(1) {
    left: 25vw;
    top: 5vw;
    transform: translateX(-30px) translateY(2px);
    transition:opacity 1s,transform 0.5s !important;
  }
  .seminar .prof img:nth-of-type(2) {
    left: 55vw;
    top: 20vw;
    transform: translateX(-120px) translateY(-30px);
    transition:opacity 1s,transform 0.5s !important;
  }
  .seminar .prof img:nth-of-type(3) {
    left: 51vw;
    top: 38vw;
    transform: translateX(-80px) translateY(-70px);
    transition:opacity 1s,transform 0.5s !important;
  }

  .seminar .prof img:nth-of-type(4) {
    left: 15vw;
    top: 44vw;
    transform: translateX(80px) translateY(-65px);
    transition:opacity 1s,transform 0.5s !important;
  }
  .seminar .prof img:nth-of-type(5) {
    left: 2vw;
    top: 24vw;
    z-index:10;
    transform: translateX(151px) translateY(39px);
    transition:opacity 1s,transform 0.5s !important;
  }

  .seminar_list li {
    max-height:60px;
    transform:translateX(-500px);
    transition: all 1s;
  }
  .seminar_list li div{
    display:inline-flex;
    align-items: center;
    padding:10px 0px 10px 10px;
  }
  .seminar_list li .list_text span{
    margin-left: 17px;
    font-weight:bold;
    /* font-size: 70%; */
    font-size: 100%;
    line-height: 1.4;
  }
  .seminar_list .list_title{
    width: 102px;
  }
	
	  .seminar_list .list_title span{
    font-size:15px;
  }
	
  .seminar_list .list_title:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 18px solid #E85200;
    position: absolute;
    top: 0px;
    left:101px;
    z-index: 2;
  }
  .seminar_list li:nth-of-type(5) .list_title:before{
    border-left: 18px solid #E85200;
  }
  .seminar_detail .schedule ,.seminar_detail .detail{
    padding-top:40px;
  }
  .seminar_detail .detail{
    padding-top:30px;
  }
  .schedule table ,.detail table{
    width:90%;
    padding:20px;
  }
  .detail .image_wrapper {
    height: auto;
    padding-bottom: 15px;
  }

  .recommend ,.not_recommended{
    margin: 30px auto !important;
  }
  .recommend {
    margin-top: 0 !important;
  }

  .recommend ul{
    padding-left: 14px;
    margin-bottom:0;
    width:100%;
  }
  .recommend li{width:69%;}
  .recommend li:nth-of-type(1){width:100%;}
  .recommend li:nth-of-type(2){width:100%;}
  .recommend li:before {
    height:14px;
    width:14px;
  }
  .recommend img {
    float: right;
    /* width: 45vw; */
    width: 48vw;
    position: absolute;
    /* right: -15px; */
    right: -32px;
    z-index: 0;
  }
  .not_recommended h1 {
    margin-left:-20px;
    white-space: nowrap;
    font-size:1.3em;
  }
  .not_recommended h1 span {
    width:24px;
  }
  .not_recommended .image_transparent{
    /* width: 45%; */
    width: 39%;
    position: absolute;
    top: auto;
    left: -23px;
    max-width: 150px;
    bottom:0 ;
  }

  .manga h4 {
    font-size: 16px;
    margin:4vw 0;
  }
  .manga .image_wrapper {
    padding-bottom:70%;
  }
  .manga img{
    width: 90%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 3s ease;
    transition-delay:1.5s;
  }
  .manga .comment{
    font-size: 14px;
  }
  .manga .scene {
    padding-bottom:20px;
    opacity : 0;
    transform: translateY(100px);
    transition: all .8s;
  }
  .manga .image_wrapper{
    padding-bottom:70%;
  }
  .manga .scene:nth-of-type(1) .comment{
    right: 10px;
    bottom: 30px;
  }
  .manga .scene:nth-of-type(2) .comment{
    left: 10px;
    top: -20px;
  }
  .manga .scene:nth-of-type(3) .comment{
    right: 10px;
    bottom: 30px;
  }
  .manga .scene:nth-of-type(4) .comment{
    left: 10px;
    bottom: 30px;
  }
  .manga .scene:nth-of-type(5) .comment{
    right: 10px;
    bottom: 30px;
  }
  .manga .scene:nth-of-type(6) .ribbon{
    bottom: 46px;
    position: absolute;
  }

  article[class^="effort_"] {
    position: relative;
  }
  article[class^="effort_"] section {
    width:90%;
    padding:10px;
  }
  .effort .baloon {
    left: 1%;
    top: -9%;
    font-size: 12px;
  }
  .effort_1 .baloon {
    top:-7%;
  }
  .baloon:before{
    left: 16%;
  }
  article[class^="effort_"] img{
    width: 80%;
  }
  .image_comment ,  .image_detail span{
    font-size: 0.88em;}

  .effort_1 .image_wrapper {
    padding-bottom: 70%;
  }
  .effort_2 section, .effort_3 section{
    margin-bottom:20px !important;
  }
  .effort_3 .image_wrapper {
    padding-bottom: 76%;
  }
  .effort_3 .pc_frame:nth-of-type(3) .image_wrapper{
    padding-bottom: 69%;
  }
  .effort_4 .dating{
    display: block;
    padding: 10px 15px;
    font-size: 1.2em;
  }


  .reason_success , .chance {
    background-position:left -10px center,right -10px center;
    background-size: 20%;
  }

  .note_wrap{
    width: 80%;
    margin: 30px auto;
    background-color: rgba(255,255,255,0.6);
	  padding:0 !important;
  }
  .note_wrap .image_wrapper:nth-of-type(1) {
    padding-bottom: 50%;
    width: 44%;
    float: right;
  }
  .note_wrap .image_wrapper:nth-of-type(2) {
    padding-bottom: 43%;
    width: 44%;
    float: left;
  }
  .note {
    background-image:
      linear-gradient(
        180deg,
        rgba(0,0,0,0) 0%,
        rgba(0,0,0,0) 97%,
        #E6A47D 99%,
        #E6A47D 100%
      );
    background-size:100% 2.24em;
    line-height:2.3;
    text-align:center;
  }
  
  .reason .note .orange{
    font-size:1em;
    white-space:nowrap;
    font-weight:bold;
  }

  .reason section article{
    background:radial-gradient(circle at center ,#757575 0, #E7E7E7 45%);
    height: 60vw;
    margin-top:20px;
  }
  .reason {padding:20px 0px 0 0 ;}
  .reason h3{margin-bottom:0px;margin-top: -15px;}
  .reason section {min-height:250px;}
  div[class^=wave-circle] {
    width: 50vw;
    height: 50vw;
  }
  .reason .main_image{
    left: 29vw;
    width: 46%;
    max-width: 220px;
    top:4vh;
  }
  .reason img:nth-of-type(2) {
    left: 3vw;
    top: 1vh;
    width: 30vw;
    max-width: 164px;
    opacity: 0;
  }
  .reason img:nth-of-type(3) {
    left: -1vw;
    width: 30vw;
    top:22vw;
    max-width: 164px;
    opacity: 0;
  }
  .reason img:nth-of-type(4) {
    left:64%;
    top:1vh;
    width:34vw;
    max-width: 200px;
    opacity: 0;
  }

  div[class^=speech_] {
    min-height:90px;
    max-height:130px;
    display: inline-table;
  }
  .chat_left, .chat_right {
    margin-top:15px;
  }
  .speech_left:before, .speech_right:before,{
    height: 40px;
    width: 40px;
  }
  .chat div:nth-of-type(5) .chat_left{
    margin-top:23px;
  }
  .feedback_detail .image_wrapper {
    padding-bottom:18%;
  }
  .feedback_detail h1 span {
    color: #fff;
    position: absolute;
    top: 14%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    font-size: 5.5vw;
  }
  .feedback .sheet .image_wrapper {
     padding-bottom:128%;
     display: block;
  }

  .skilup_image {
    min-height:52vw;
	  margin-top:30px;
  }
  .skilup_image img:nth-of-type(1) {
    width: 48vw;
    left: 20vw;
    max-width: 261px;
    bottom:10%;
  }
  .skilup_image img:nth-of-type(2) {
    width: 21vw;
    border-radius:50%;
    top: -11%;
    left: 31%;
  }
  .skilup_image img:nth-of-type(3) {
    width: 38vw;
    top: 0;
    left: 0;
    max-width: 230px;
  }
  .skilup_image img:nth-of-type(4) {
    width: 20vw;
    top: 25%;
    left: 68vw;
    transform: rotate(14deg);
  }

  .skilup h3{padding:10px 0;}
  .skilup .under_yellow {
    font-size: 1.3em;
  }
  .skilup .experience h4 {
    font-size: 1.2em;
  }

  .program_image section[class^=step_] {
    margin-top: 37px;
  }
  .program_image .baloon {
      left: -4%;
      top: -6%;
  }


  .sp_preview {
    width:95%;
    margin: auto;
  }
  .program_image .sp_preview_1 ,.sp_preview_2{
    width:49%;
/*     opacity: 0; */
    transition: all 1s;
  }
  .program_image .step_1 img{
    max-width: 40vw;
  }
  .program_image .step_1 .circ{
    position: absolute;
    left: 23vw;
    top: 27%;
/*     opacity: 0; */
    transition: all 1s;
  }


  .program_image section[class^=step_] .title{margin:0;}
  .program_image .step_2 img,   .program_image .step_3 img{
    position:absolute;
    margin: 0 5%;
    opacity: 0;
    transition: all 1s;
  }
/*   .program_image .sp_preview_1, .program_image .step_2 img:nth-of-type(1), .program_image .step_3 img:nth-of-type(1) {
    transform:translateX(-1000px);
  } */
  .program_image .sp_preview_2, .program_image .step_2 img:nth-of-type(2), .program_image .step_3 img:nth-of-type(2) {
/*     transform:translateX(1000px); */
  }
  .program_image .step_1{ min-height: 90vw;}
  .program_image .step_2{ min-height: 100vw;}
  .program_image .step_3{ min-height: 100vw;}

  .sp_preview_2 {
    width: 49%;
   padding-top: 20%; 
  }

  .program_image .step_1 .cric {
    left: 25vw;
    top: 31%;
  }
  .program_image .step_2 img, .program_image .step_3 img{
    width:55%;
	  opacity:1;
  }
  .program_image .step_2 img:nth-of-type(1){
    left: 0;
    top: 15vh;
  }
  .program_image .step_2 img:nth-of-type(2){
    right: 0;
    top: 50%;
  }
   .program_image .step_3 img:nth-of-type(1){
    left: 0;
    top: 8vh;
  }
  .program_image .step_3 img:nth-of-type(2){
    right: 0;
    top: 49%;
  }
  .supporter .ribbon_image.image_wrapper{
    padding-bottom:18%;
  }
  .supporter .introduce {
    padding:2% 2% 6%;
    margin:5% 0;
  }
  .supporter .introduce .prof table{
    border-collapse: separate;
    border-spacing: 0px 4px;
  }
  .supporter .introduce .prof table th{
      width:16%;
  }
  .introduce article{
    padding: 3% 0 10%;
  }
  .supporter .ribbon {
    width: 100%;
  }
  .supporter .introduce .supporter_img .image_wrapper {padding-bottom:71%;}
  .supporter .introduce .supporter_img {
    width: 100%;
  }
  .supporter .introduce .supporter_img div{
    margin: 0 auto;
  }
  .supporter .introduce .supporter_img img{
    width: 70%;
  }
  .supporter .introduce .prof {
    width: 100%;
    text-align: left;
  }
  .supporter .introduce .prof p{
    margin:0;
  }
  .quote{
    margin: 0 auto;
    font-size: 1em;
    padding: 10px 0;
  }
  .quote::before, quote::after {
    margin: 0px 13px;
  }
  .prof .th{font-weight:bold;}

  .client {
    max-width:450px;
    margin: 0 auto;
  }
  .client .before {
    left: 20%;
    top: 0%;
    max-width: 290px;
  }
  .client .after {
    left: 60%;
    top: 5%;
  }
  .client .after img{
  min-width: 200px;
    max-width: 250px;
  }
  .client .arrow {
    width: 35%;
    top: 52%;
    left: 31%;
  }
  .client .before img {
    width: 55%;
  }

  article[class^=voice_] .quote > span {
    font-size:1.2em;
  }
  article[class^=voice_] .qa {margin-bottom: 3vh ;}
  article[class^=voice_] .qa .question span {
    display:inline-block;
  }
  article[class^=voice_] .qa .qa_img {
    text-align:center;
  }
  article[class^=voice_] .qa .qa_img img{
    width:35% !important;
  }
  .voice_4 .image_wrapper, .voice_5 .image_wrapper,.voice_6 .image_wrapper{
    padding-bottom:40%;
  }

  .q_a .content {
    margin-left: 11%;
  }
  .chance .note .orange {
    white-space:nowrap;
    margin-bottom: -0.07em;
    font-size: 1.2em;
  }
  .chance .note {
    line-height: 2.35;
    background-size: 100% 2.3em;
  }
  .chance img{
    width:100%;
  }
  .facilitator .prof {
    /* width:90%; */
  }
  .facilitator .prof .name{
    line-height: 1.6em;
    padding:20px 0;
  }
  .facilitator .top {
    margin-top: 6vw;
  }
  .facilitator .detail {
    padding-bottom: 20px;
  }

  .facilitator .prof img {
    margin: 0 auto;
    display: block;
    width: 55%;
    min-width: 280px;
  }

  fotter [class^=fotter_]{
    margin: 1vw;
  }
  fotter ul{
    margin:0;
    padding:0;
  }
  .sp_fotter{
    position:fixed;
    bottom:-5px;
    height: 70px;
    left:0;
    right:0;
    z-index:100;
    width:100%;
    background-color: #fff;
  }
  .fotter_btn{
    background-color:#fff;
    position: sticky;
  }
  .fotter_btn [class^=fotter_]{
    width:45%;
    display:inline-block;
    position: absolute;
  }
  .fotter_seminar:before, .fotter_line:before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #B3B4B4;
    height: 100%;
    width: 100%;
    margin-top: 0.7vw;
    margin-left: 0.7vw;
  }
  .fotter_seminar {
    min-height:48px;
    background-color:#E85200;
    left:0;
  }
  .fotter_line {
    background-color: #07B53B;
    min-height: 48px;
    outline: 1px solid #fff;
    outline-offset: -4px;
  }
  .fotter_line img {
    position:absolute;
    width:13vw;
    bottom: 0px;
    left: 2vw;
    max-width: 50px;
  }
  .fotter_line span {
    color: #fff;
    font-size: 1.3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15vw;
  }
  .fotter_seminar p{
    color:#fff;
    margin:0;
  }
  .fotter_seminar span {
    display: inline-block;
    font-size: 0.8em;
    padding: 0 13px;
    border: 1px solid #fff;
  }
  .fotter_seminar span:nth-of-type(1) {
    background-color:#fff;
    margin-right:-8px;
  }
  .fotter_seminar span:nth-of-type(2) {
    background-color:#E85200;
    color:#fff;
  }


  @keyframes vibration {
    0% {  transform: rotateZ(-10deg);transform-origin:20% 115%;}
    3% { transform: rotateZ(-5deg);transform-origin:20% 115%;}
    5% {  transform: rotateZ(-10deg);transform-origin:20% 115%;}
    7% { transform: rotateZ(-5deg);transform-origin:20% 115%;}
    10% {  transform: rotateZ(-10deg);transform-origin:20% 115%;}
    100% {  transform: rotateZ(-10deg);transform-origin:20% 115%;}
  }
	
	.tel span{
		display:block;
	}
		.zoom_regist{
			position:relative;
			margin: 10px 0 20px;
		}
	.zoom_regist span{
		position:absolute;
		top:0;
		display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #fff;
}

	.content p{
		color:#E85200;
		font-weight:bold;
    font-size: 18px;
    letter-spacing: 0.07em;
	}
	
	#sidebar{
		display:none;
	}
  
  .feedback_detail h1 img{
    width: 100%;
  }
	
}