@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
}
html{
  font: 62.5% 'Noto Sans JP', "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
}
body{
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2em;
  margin:0;
  color:#313131;
}

img{
outline:none;
border-style:none;
width: 100%;
}

a{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pc{display: block;}
.sp{display: none;}
@media screen and (min-width: 0px) and (max-width: 768px) {
.sp{display: block;}
.pc{display: none;}
}

/* フェード */
.inview {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  transition-property: transform, -webkit-transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  transition-delay: .1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.inview.action {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.fadeIn{
animation-name:fadeInAnime2;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime2{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-time03{
animation-delay: 0.3s;
}

section{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

header{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}
header h1{
  padding-top: 30px;
  width: 250px;
  float: right;
}

.top_box{
margin: 0 auto;
width: 1200px;
  background: url("../img/top_bg.png") top center no-repeat;
  background-size: 100%;
  padding: 0 0 50px 0;
}
.mv{
  width: 1200px;
  margin: 0 auto;
  background-image: url(../img/mv_02.png);
  background-size:100%;

}
.mv_txt {
  width: 605px;
  position: absolute;
  top: 600px;
  left: 6%;
}
.mv_ttl{
  width: 100%;
}
.mv_price{
  width: 100%;
}

.campaign_top {
    margin: -50px auto 0;
    width: 810px;
}

.campaign_top_00 {
    margin: -50px auto 0;
    width: 810px;
}

.campaign_innr {
    margin: 100px auto 25px;
    width: 910px;
}

.campaign_box {
  padding: 0 0 50px 0;
  background-color: #fff;
  border-radius: 12px;
  filter: drop-shadow(0 0 1rem rgba(132, 0, 0, 0.3));
  box-shadow: 0px 0px 15px 0px rgba(132, 0, 0, 0.3);
  line-height: 2;
  margin: 30px auto 0;

}

.campaign_title {
font-weight: bold;
font-size: 30px;
color: #b30022;
text-align: center;

}


.campaign_bnr{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 940px;
}

#btn_animation .btn {
  display:flex;
  justify-content: center;
  align-items: center;
  width: 800px;

  font-size:16px;
  border-radius:50px;
  text-decoration: none;
  margin: 20px auto 0;
  animation: bound 3s infinite;

}

.bound {
  width: 700px;
  height:auto;

  animation: bound 3s infinite;
  margin: 20px auto 0;
}

@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}











.nayami section{
  background-image: url(../img/nayami_bk.jpg);
  background-size: cover;
  position: relative;
  height: calc(1774px / 2);

}
.nayami .nayami_check {
    width: calc(1838px / 2);
    position: absolute;
    top: 360px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.nayami .consultation_txt {
    width: calc(1377px / 2);
    position: absolute;
    bottom: -23px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}
.solution section{
  background-image: url(../img/consultation_bk.jpg);
  background-size: cover;
  position: relative;
  height: 651px;
}
.solution .solution_txt{
  width: calc(1078px / 2);
  position: absolute;
  bottom: 100px;
  margin: 0 auto;
  right: 12%;
}
.method section{

  background-image: url();
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 100px 0 25px 0;
}
.contents_innr{
  margin: 0 auto 50px;
  width: 910px;
}



h2{
  background-image: url(../img/h2ttlbk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 145px;
  height: calc(480px / 2);
}
h2 img{
  margin-top: -22px;
}
.method h2 img{
  width: calc(829px / 1.8);
}
.versatility_box {
  padding: 25px 38px;
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0 0 1rem #b9b9b9);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  margin-top: -54px;
  line-height: 2;
}
.versatility_box p.fw_b{
  font-weight: bold;
  margin-bottom: 10px;
}
.versatility_box b{
  border-bottom: 3px solid #ff3e7e;
}
.method .method_figure{
  margin-top: 60px;
  margin-bottom: 50px;
}
.method .contents_innr  p {
    text-align: left;
	font-size: 120%;
}
.contents_innr_rallignment{
  padding-left: 145px;
  margin-bottom: 30px;
}
.campaign_bnr2{
  margin: 0 auto;
  width: calc(1871px / 2);
  padding-bottom: 45px;
}
.feature section{
  padding-top: 100px;
}
.feature h2 img{
  width: calc(829px / 1.8);
}
.feature .versatility_box{
  margin-bottom: 40px;
  margin-top: -80px;
}
.versatility_box h3 {
  font-size: 4.0rem;
  font-weight: bold;
  color: #ff3e7e;
  border-bottom: 3px solid #ff3e7e;
  width: 70%;
  line-height: 1.5;
  margin-bottom: 12px;
}
.font_w_b{
  font-weight: bold;
}

.font_big{
font-size: 120%;
}

.font_un{
background:linear-gradient(transparent 60%, #ff6 60%);
font-weight: bold;
}

.feature ul{
  display: flex;
  flex-wrap: wrap;
}
.feature ul li{
  width: 30.3333%;
  margin-right: 4.5%;
  margin-bottom: 25px;
}
.feature ul li:nth-child(3n){
  margin-right: 0;
}
.feature ul li img{
  margin-bottom: 9px;
}
.feature ul li p{
  text-align: right;
  line-height: 1.3;

  position: relative;
}
.feature ul li p::before{
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 34px;
  margin: auto;
}
.feature ul li:nth-child(1) p::before{
  background-image: url(../img/num01.png);
  width: calc(209px / 2);
  height: calc(179px / 2);
}
.feature ul li:nth-child(2) p::before{
  background-image: url(../img/num02.png);
  width: calc(234px / 2);
  height: calc(179px / 2);
}
.feature ul li:nth-child(3) p::before{
  background-image: url(../img/num03.png);
  width: calc(243px / 2);
  height: calc(179px / 2);
}
.feature ul li:nth-child(4) p::before{
  background-image: url(../img/num04.png);
  width: calc(247px / 2);
  height: calc(179px / 2);
}
.feature ul li:nth-child(5) p::before{
  background-image: url(../img/num05.png);
  width: calc(241px / 2);
  height: calc(179px / 2);
}
.feature ul li:nth-child(6) p::before{
  background-image: url(../img/num06.png);
  width: calc(233px / 2);
  height: calc(179px / 2);
}
.feature ul li:nth-child(7) p::before{
  background-image: url(../img/num07.png);
  width: calc(251px / 2);
  height: calc(179px / 2);
}
.feature ul li:nth-child(8) p::before{
  background-image: url(../img/num08.png);
  width: calc(256px / 2);
  height: calc(179px / 2);
}
.voice section{
  background-image: url(../img/voice_bk.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.voice section{
  padding: 100px 0 25px 0;
  
}
.voice h2 img{
    width: calc(827px / 1.8);
}
.voice_box{
  margin-bottom: 5px;
}
.voice_box h3{
  width: 100%;
  font-size: 2.8rem;
      margin-bottom: 16px;
}
.voice_box dl::after{
  content: "";
  clear: both;
}
.voice_box dl dt{
  float: right;
  width: 33%;
  padding: 0px 0 10px 25px;
}
.voice_box dl dd img{
  width: calc(644px / 2);
  margin-bottom: 5px;
}
.voice_box dl dd{
  font-size: 2.0rem;
}
.voice_box2{
  margin-top: 40px;
}
.contents_innr > p{
  text-align: right;
  font-size: 1.6rem;
}
.staff section{
  padding-top: 100px;
}
.staff h2 img{
    width: calc(827px / 1.8);
}
.staff_box{
  margin-bottom: 175px;
  position: relative;
}
.staff01{
  margin-bottom: 175px;
}
.staff_box h3{
  width: 85%;
  font-size: 2.8rem;
  margin-bottom: 0;
}
.staff_box p{
  font-weight: bold;
}
.staff_box p.staff_cate {
  color: #fff;
  background-color: #ff3e7e;
  padding: 2px 8px;
  line-height: 1.2;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 5px;
}
.staff_box ul li{
  font-weight: bold;
  font-size: 2.0rem;
  text-indent: -1em;
  margin-left: 1em;
      line-height: 1.5;
}
.staff02 .staff_box{
  margin-top: 0;
}
.staff01 .staff_box::after{
  content: "";
  background-image: url(../img/staff_pic.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(736px / 2);
  height: calc(1329px / 2);
  position: absolute;
  top:0;
  bottom: 0;
  right: -145px;
  margin: auto;
}
.staff02 .staff_box::after{
  content: "";
  background-image: url(../img/staff_pic2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(746px / 2);
  height: calc(1329px / 2);
  position: absolute;
  top:0;
  bottom: 0;
  right: -145px;
  margin: auto;
}
.staff02 table tr th{
  text-align: left;
}
.price section{
  padding-top: 100px;
  background-image: url(../img/price_back.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 50px 0 25px 0;
}
.price h2 img{
    width: calc(830px / 1.8);
}
.price_box{
  padding: 25px 30px;
  background-image: url(../img/price_combk.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  margin-bottom: 50px;
}
.price_box p{
  width: 64%;
  font-weight: bold;
}
.price_box dl{
  display: flex;
}
.price_box dl dt{
  font-weight: bold;
  width: 70%;
}
.price_box dl dd img{
  height: 100%;
}
.price ul.course{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.price ul.course li{
  font-weight: bold;
}
.price ul.course li p{
  margin-bottom: 4%;
}
.price ul.course li p span {
  color: #fff;
  background-color: #ff3e7e;
  padding: 1% 5% 2%;
  line-height: 1;
  font-size: 2.0rem;
  display: ruby;
}
.price ul.course01 li:first-child {
  width: 28.2%;
}
.price ul.course02 li:first-child {
  width: 30.4%;
}
.price ul.course03 li:first-child {
  width: 31.2%;
}
.price ul.course04 li:first-child {
  width: 31.2%;
}
.price ul.course01 li:last-child{
  width: calc(583px / 2);
}
.price ul.course02 li:last-child{
  width: calc(651px / 2);
}
.price ul.course03 li:last-child{
  width: calc(637px / 2);
}
.price ul.course04 li:last-child{
  width: calc(688px / 2);
}
.price ul.course04 {
    margin-bottom: 60px;
}
.price_txt_box{
  margin-bottom: 25px;
  font-weight: bold;
}
.price_txt_box h3 {
  font-size: 2.8rem;
  color: #ff3e7e;
  border-bottom: 3px solid #ff3e7e;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 3px;
}
.price_txt_box ul li{
  text-indent: -1em;
  margin-left: 1em;
}
.faq section{
  padding-top: 100px;
}
.faq h2 img{
  width: calc(825px / 1.8);
}
.faq_innr{
  margin-top: 50px;
}
/*ベース*/
.faq .toggle {
  display: none;
}
.faq .Label {
  padding: 8px 0;
  display: block;
}
.faq .Label:after {
  content: "";
  position: absolute;
  background-image: url(../img/button_open.png);
  background-size: cover;
  width: calc(55px / 2);
  height: calc(57px / 2);
  top: 22%;
  right: 2%;
  transition: all .5s;
}
.faq .Label,
.faq .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transform: translateZ(0);
  transition: all 0.3s;
}
.faq .content {		/*本文*/
  height: 0;
  margin-bottom:20px;
  padding:0 15px;
  overflow: hidden;
}
.faq .toggle:checked + .Label + .content {	/*開閉時*/
  height: auto;
  padding: 8px 15px;
  transition: all .3s;
}
.faq .toggle:checked + .Label::before {
  transform: rotate(45deg) !important;
  transition: all .5s;
}
.faq .toggle:checked + .Label::after {
  transform: rotate(45deg) !important;
  transition: all .5s;
}
.faq .toggle:checked + .Label + .content p{
  font-size: 2.0rem;
  padding-right: 30px;
  line-height: 1.75;
}
.faq .Label p{
  font-size: 2.6rem;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  padding-right: 30px;
  border-bottom: 5px solid #ff3e7e;
  line-height: 1.5;
}
.faq .Label p span{
  display: inline-block;
}
.faq .Label p span::first-letter {
  color: #ff3e7e;
}
.faq_innr p b{
  font-size: 2.4rem;
  margin-right: 10px;
  font-weight: 600;
}
.content dl{
  display: flex;
  font-weight: bold;
}
.content dl dt{
  width: 154px;
  margin-right: 25px;
}
.content dl dd{
  background-color: #ffdfdf;
  width: calc(100% - 154px - 25px);
  position: relative;
  padding: 15px 25px;
}
.content dl dd::before{
  content: "";
  background-image: url(../img/speech_bubble.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: calc(49px / 2);
  height: calc(73px / 2);
  position: absolute;
  left: -24px;
  top:63px;
  margin: auto;
}
.studio section{
  padding-top: 100px;
}
.studio h2 img{
  width: calc(830px / 1.8);
}
.studio_landscape{
  margin-top: -74px;
  margin-bottom: 20px;
}
.studio_info h4{
  font-size: 3.8rem;
  font-weight: bold;
  border-bottom: 3px solid #000;
  margin-bottom: 5px;
}
.studio_info ul li{
  font-weight: bold;
  font-size: 2.5rem;
  position:relative;
  text-indent: -25px;
  margin-left: 25px;
}
.studio_info ul li b {
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.studio_info ul li:nth-child(1) b img{
  width: calc(41px / 2);
  height: calc(42px / 2);
}
.studio_info ul li:nth-child(2) b img{
  width: calc(49px / 2);
  height: calc(39px / 2);
}
.studio_info ul li:nth-child(3) b img{
  width: calc(29px / 2);
  height: calc(42px / 2);
}
.studio_info ul li span {
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 2px 12px 5px;
}
.studio_info{
  margin-bottom: 20px;
}
.trial section{
  padding-top: 100px;
  background-image: url(../img/price_back.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.trial h2 img{
    width: calc(831px / 1.8);
}
.trial .contents_innr{
  margin-bottom: 0;
  padding-bottom: 100px;
}
.form_innr{
  border-radius: 0;
  padding: 30px 30px;
}
.form_innr dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.form_innr dl.remarks{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.form_innr dl dt {
  width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 15px;
}
.form_innr dl dt .must {
  background-color: #d70000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  padding: 3px 4px 6px;
  border-radius: 5px;
}
.form_innr dl dd {
  width: calc(100% - 250px - 15px);
}
input[type="text"], input[type="email"], input[type="date"], textarea {
  width: 100%;
  padding: 17px;
  border: 2px solid #dddddd;
  vertical-align: middle;
  font-size: 2.5rem;
}
::placeholder {
  color: #cccccc;
}
.sex dd{
  display: flex;
  flex-wrap: wrap;
}
.Radio-Input {
  appearance: none;
  position: absolute;
}
.Radio-Text::before {
  content: '';
  display: block;
  border: 2px solid #dddddd;
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.Radio-Text {
  position: relative;
  display: flex;
  align-items: center;
}
.Radio-Input:checked + .Radio-Text::after {
  content: '';
  position: absolute;
  left: calc(8px - 5px);
  display: block;
  width: calc(83px / 2);
  height: calc(71px / 2);
  background-image: url(../img/check_mark.png);
  background-size: cover;
}
.sex dd div{
  margin-right: 10%;
  margin-bottom: 2.5%;
}
.sex dd div:last-child{
  width: 100%;
  margin-bottom: 0px;
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 2px solid #dddddd;
	border-radius: 2px;
}
.cp_ipselect.cp_sl02::before {
  position: absolute;
  top: 0;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  margin: auto;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 31px;
	content: '';
  background-color: #333333;
	border-left: 2px solid #dddddd;
  z-index: -1;
}
.cp_ipselect.cp_sl02 select {
	padding: 17px;
	color: #dddddd;
  font-size: 2.5rem;
}
.form_innr dl.remarks{
  display: block;
}
.form_innr dl.remarks dt {
  margin-bottom: 5px;
}
.form_innr dl.remarks dd {
    width: 100%;
}
.annotation{
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 30px;
}
p .check{
  display: flex;
  align-items: center;
  justify-content:center;
  font-weight: bold;
}
p .check a{
  text-decoration: none;
}
input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="checkbox"] {
  position: relative;
  border: 2px solid #dddddd;
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 0;
  content: '';
  width: calc(83px / 2);
  height: calc(71px / 2);
  background-image: url(../img/check_mark.png);
  background-size: cover;
}
button[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(75%, 630px);
  padding: 6px 15px 6px 15px;
  border: none;
  background: #d70000;
  color: #fff;
  text-align: center;
  margin: 5rem auto 2rem ;
  font-size: 3.8rem;
  font-weight: bold;
  border-radius: 12px;
}
footer{
  background-color: #000;
}
footer p{
  padding: 20px 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
body{
  font-size: min(2.2rem,1.9vw);
}
.mv{
  width: 100%;
  height: 0;
  padding-top: 127%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
header{
  width: 96%;
}
header h1 {
  padding-top: 2.7%;
  width: 22.9%;
}
.mv_txt {
  width: 50.8%;
  top: 39.7%;
}
.campaign_bnr {
  bottom: 0.7%;
  width: 78.5%;
}

.campaign_top_00 {
    margin: -16% auto 0;
    width: 96%;
}

.campaign_top {
    margin: 0 auto 0;
    width: 96%;
}


.campaign_innr {
    margin: 20px auto 5px;
    width: 100%;
}

.campaign_box {
  padding:0 0 20px 0;
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0 0 0.3rem rgba(132, 0, 0, 0.3));
  box-shadow: 0px 0px 10px 0px rgba(132, 0, 0, 0.3);
  line-height: 2;
  margin: 20px auto 0;
  width: 92%;

}
.bound {
  width: 90%;
  height: auto;

  animation: bound 3s infinite;
  margin: 10px auto 0;
}

@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}


.campaign_title {
font-weight: bold;
font-size:20px;
color: #b30022;
text-align: center;
line-height: 1.6;
}


.campaign_bnr{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width:96%;
}

#btn_animation .btn {
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width:96%;

  font-size:16px;
  border-radius:50px;
  text-decoration: none;

background: rgb(240,227,186);
background: linear-gradient(180deg, rgba(240,227,186,1) 25%, rgba(240,227,186,0.5) 100%);
margin:10px auto 30px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  transition: .2s;
}

#btn_animation .btn:before, #btn_animation .btn:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  border-radius: 50px;
  background: #f0e3ba;
  transform: translate3d(0,0,0);
}

#btn_animation .btn:before {
  animation: anime 1s ease-out infinite;
}

#btn_animation .btn:after {
  animation: anime 1s ease-out 1s infinite;
}

@keyframes anime{
0%{transform:scale(.95); opacity:.5}
90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
}




.nayami section {
  width: 100%;
  height: 0;
  padding-top: 73.9%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.nayami .nayami_check {
  top: 40.7%;
  width: 76.7%;
}
.nayami .consultation_txt {
  bottom: -2.6%;
  width: 57.5%;
}
.solution section {
  width: 100%;
  height: 0;
  padding-top: 54.25%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.solution .solution_txt {
  width: 45%;
  bottom: 15.4%;
}
.method section {
  padding-top: 9.7%;
}
h2 {
  padding: 0 12.1%;

  width: 100%;
  height: 0;
  padding-top: 20%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}
.method h2 img {
  width: 34.7%;
}
h2 img {
  position: absolute;
  top:-9%;
  margin-top: 0;
}
.contents_innr {
  margin: 0 auto 4.7%;
  width: 76%;
}
.versatility_box {
  padding: 2.8% 4.3%;
  margin-top: -1.3%;
}
.method .method_figure {
  margin-top: 7.3%;
  margin-bottom: 6.0%;
}
.contents_innr > p {
  font-size: min(1.6rem,1.6vw);
}
.method .campaign_bnr2 {
  width: 78.1%;
  padding-bottom: 3.7%;
}
.campaign_bnr2 {
  width: 100%;
  padding-bottom: 3.7%;
}

.feature h2 img {
  width: 34.5%;
}
.versatility_box h3 {
  font-size: min(4rem,3.4vw);
  margin-bottom: 12px;
}
.feature .versatility_box {
  margin-bottom: 6.9%;
}
.feature ul li {
  margin-bottom: 2.7%;
}
.feature ul li p::before {
  bottom: 57%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature ul li:nth-child(1) p::before {
  width: 40%;
  height: 0;
  padding-top: 33.64%;
}
.feature ul li:nth-child(2) p::before {
  width: 43%;
  height: 0;
  padding-top: 32.49%;
}
.feature ul li:nth-child(3) p::before {
  width: 43%;
  height: 0;
  padding-top: 31.66%;
}
.feature ul li:nth-child(4) p::before {
  width: 45%;
  height: 0;
  padding-top: 32.46%;
}
.feature ul li:nth-child(5) p::before {
  width: 45%;
  height: 0;
  padding-top: 33.27%;
}
.feature ul li:nth-child(6) p::before {
  width: 44%;
  height: 0;
  padding-top: 33.82%;
}
.feature ul li:nth-child(7) p::before {
  width: 46%;
  height: 0;
  padding-top: 32.31%;
}
.feature ul li:nth-child(8) p::before {
  width: 46%;
  height: 0;
  padding-top: 31.92%;
}
.voice h2 img {
  width: 34.6%;
}
.voice section {
  padding-top: 9.7%;
}
.voice_box2 {
  margin-top: 4.5%;
}
.voice_box dl dd img {
  width: 53.2%;
  margin-bottom: 0.8%;
}
.voice_box dl dd {
  font-size: min(2.0rem,1.7vw);
}
.contents_innr > p {
  font-size: min(1.6rem,1.6vw);
}
.staff h2 img {
  width: 34.7%;
}
.staff section {
  padding-top: 9.7%;
  overflow: hidden;
}
.staff01 {
  margin-bottom: 16.2%;
}
.staff_box {
  margin-bottom: 16.2%;
}
.staff_box p.staff_cate {
  padding: 2px 8px;
  font-size: min(1.6rem,1.6vw);
}
.staff_box ul li {
  font-size: min(2.0rem,1.7vw);
}
.staff01 .staff_box::after {
  right: -15%;
  width: 37%;
  height: 0;
  padding-top: 67.57%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.staff02 .staff_box::after {
  right: -15%;
  width: 36%;
  height: 0;
  padding-top: 64.15%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.price section {
  padding-top: 9.7%;
}
.price h2 img {
  width: 44.6%;
}
.price ul.course {
  margin-bottom: 3.3%;
}
.price ul.course li p {
  font-size: min(2.8rem,2.4vw);
  margin-bottom: 2%;
}
.price ul.course01 li:last-child {
  width: 32%;
}
.price ul.course02 li:last-child {
  width: 35.8%;
}
.price ul.course03 li:last-child {
  width: 35%;
}
.price ul.course04 li:last-child {
  width: 37.9%;
}
.price ul.course li p span {
  font-size: min(2.2rem,1.9vw);
  margin-left: 1.9%;
  padding: 1% 3% 1.4%;
}
.price_txt_box {
  margin-bottom: 2.8%;
}
.price_txt_box h3 {
  margin-bottom: 0.3%;
  font-size: 2.35vw;
  font-size: min(2.8rem,2.35vw);
}
.price ul.course04 {
  margin-bottom: 6.6%;
}
.faq section {
  padding-top: 9.7%;
}
.faq h2 img {
  width: 44.5%;
}
.faq_innr {
  margin-top: 4.2%;
}
.faq .Label p {
  padding-right: 7%;
  font-size: min(2.6rem,2.18vw);
}
.faq .toggle:checked + .Label + .content p {
  font-size: min(2.0rem,1.7vw);
  padding-right: 0px;
  line-height: 1.75;
}
.faq .Label {
  padding: 0.9% 0;
}
.content dl dt {
  width: 17.5%;
  margin-right: 2.8%;
}
.content dl dd {
  width: calc(100% - 17.5% - 2.8%);
  padding: 1.7% 2.8%;
}
.faq .Label:after {
  width: calc(55px / 3);
  height: calc(57px / 3);
}
.content dl dd::before {
  top: 25%;
}
.studio section {
  padding-top: 9.7%;
}
.studio h2 img {
  width: 44.8%;
}
.studio_landscape {
  margin-top: -6.1%;
  margin-bottom: 2.2%;
  position: relative;
}
.studio_info h4 {
  font-size: min(3.8rem,3.2vw);
  font-weight: bold;
  border-bottom: 3px solid #000;
  margin-bottom: 0.6%;
}
.studio_info ul li {
  text-indent: -2.8%;
  margin-left: 2.8%;
  font-size: min(2.5rem,2.1vw);
}
.studio_info ul li span {
  padding: 0.2% 1.4% 0.6%;
}
.studio_info ul li b {
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.studio_info ul li b {
  width: 2.8%;
  margin-right: 1%;
}
.studio_info ul li:nth-child(1) b img {
  width: 82%;
  height: auto;
}
.studio_info ul li:nth-child(2) b img {
  width: 99%;
  height: auto;
}
.studio_info ul li:nth-child(3) b img {
  width: 58%;
  height: auto;
}
.studio_info {
  margin-bottom: 2.2%;
}
.trial section {
  padding-top: 9.7%;
}
.trial h2 img {
  width: 45%;
}
.form_innr {
  padding: 3.3% 3.3%;
}
.form_innr dl dt {
  width: 29.5%;
  margin-right: 1.8%;
}
.form_innr dl {
  font-size: 2.1vw;
  padding-bottom: 2.3%;
  margin-bottom: 2.3%;
}
.form_innr dl dd {
  width: calc(100% - 29.5% - 1.8%);
}
.form_innr dl dt .must {
  font-size: 1.5vw;
  padding: 1.2% 3% 1.8%;
}
input[type="text"], input[type="email"], input[type="date"], textarea {
  padding: 2.9%;
  font-size: min(2.5rem,2.1vw);
}
button[type="submit"] {
  font-size: 3.15vw;
  padding: 0.7% 3% 0.7% 3%;
}
.trial .contents_innr {
  margin-bottom: 0;
  padding-bottom: 8.4%;
}
.cp_ipselect.cp_sl02 select {
  padding: 3.5% 2%;
  font-size: min(2.5rem,2.1vw);
}
footer p {
  padding: 1.6% 0;
  text-align: center;
  font-size: min(1.6rem,1.6vw);
  color: #fff;
}
}
@media screen and (min-width: 0px) and (max-width: 1000px) {
.Radio-Text::before {
  width: 30px;
  height: 30px;
}
input[type="checkbox"] {
  width: 30px;
  height: 30px;
}
}

/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 768px) {
body{
  /* font-size: min(2.2rem,2.89vw); */
  font-size: min(2.2rem,4.12vw);
}
.top_box{
  background-image: url("../img/top_bg.png");
  background-size:cover;
  width: 100%;
  padding: 0 0 40px 0;
}
.mv {
  background-image: url("../img/mv_sp02.png");
  background-size: 100%;
  margin: 0 auto;
  padding: 0;
  height: auto;
}
.mv_txt {
  width: 100%;

}
.mv_ttl {
  margin-bottom: 2%;
}
.mv_price {
  width: 83%;
}
.campaign_bnr {
  bottom: 1.9%;
  width: 100%;
}
.nayami section {
  background-image: url(../img/nayami_bk_sp.jpg);
  padding-top: 94.66%;
}
.nayami .nayami_check {
  top: 44.7%;
  width: 96%;
}
.solution section {
  background-image: url(../img/consultation_bk_sp.jpg);
  padding-top: 109.66%;
}
.nayami .consultation_txt {
  bottom: -36.0%;
  width: 82.5%;
}
.solution .solution_txt {
  width: 59%;
  bottom: 8.4%;
  right: 3%;
}
h2 {
  background-size: 90% 100%;
  background-position: bottom left;
  padding-left: 4%;
  background-image: url(../img/h2ttlbk_sp.jpg);
  padding-top: 30%;
}
.method h2 img {
  width: 56.7%;
  top: -18%;
}
.method section {
  padding-top: 15.7%;
}
.versatility_box {
  padding: 2.8% 4.3%;
  margin-top: -7.3%;
  filter: drop-shadow(0 0 0.3rem #b9b9b9);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.contents_innr {
  margin: 0 auto 4.7%;
  width: 92%;
}
.versatility_box p.fw_b {
  margin-bottom: 2.8%;
}
.versatility_box b {
  border-bottom: 2px solid #ff3e7e;
}
.contents_innr > p {
  font-size: min(1.6rem,4.17vw);
  /* font-size: min(1.6rem,3.08vw); */
}
.contents_innr_rallignment {
  padding-left: 4%;
  margin-bottom: 3%;
}
.method .campaign_bnr2 {
  width: 100%;
}
.feature h2 img {
  width: 56.7%;
  top: -14%;
}
.versatility_box h3 {
  font-size: min(4rem,5.4vw);
  width: 100%;
  margin-bottom: 2%;
  padding-bottom: 0.5%;
}
.feature ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 25px;
}
.feature ul li:nth-child(3n) {
  margin-right: auto;
}
.feature ul li:nth-child(2n) {
  margin-right: 0;
}
.feature .versatility_box {
  width: 92%;
  margin: -13.3% auto 6.9%;
  padding: 2.8% 4.3% 3.5%;
}
.feature .contents_innr {
  width: 100%;
}
.feature ul li p {
  font-size: min(2.2rem,3.8vw);
}
.feature ul li:nth-child(2n) p{
  padding-right: 4%;
}
.voice h2 img {
  width: 57.6%;
  top: -15%;
}
.voice_box {
  padding: 2.8% 4.3%;
  margin-top: -9.3%;
}
.voice_box2 {
  margin-top: 5%;
}
.voice_box dl dt {
  width: 46%;
  padding: 0 0 3% 5%;
}
.voice_box dl dd {
  font-size: min(2.0rem,4.17vw);
  /* font-size: min(2.0rem,2.6vw); */
  line-height: 1.75;
  font-weight: bold;
}
.voice .contents_innr > p {
  font-size: min(1.6rem,3.6vw);
  /* font-size: min(1.6rem,2.38vw); */
}
.staff h2 img {
  width: 56.7%;
}
.staff_box {
  width: 74%;
  margin: -8.2% auto 9%;
  margin-left: 0%;
  padding: 2.8% 3.2% 12%;
}
      .staff_box h3 {
  font-size: min(3.8rem,5.2vw);
  width: 100%;
  margin-bottom: 1%;
  padding-bottom: 0.5%;
  border-bottom: 2px solid #ff3e7e;
}
.staff01 .staff_box::after {
  right: -41%;
  top: -10px;
  width: 62%;
  padding-top: 112.57%;
}
  .staff_box p.staff_cate {
  font-size: min(1.6rem,2.2vw);
}
.staff_box ul li {
  /* font-size: min(2.0rem,2.7vw); */
  font-size: min(2.0rem,4.17vw);
  padding-right: 15%;
}
.staff01 p{
line-height: 1.75;
font-size: 3.6vw;
}
.staff02 .staff_box::after {
  right: -46%;
  width: 60%;
  padding-top: 108.15%;
          top: -9%;
}
.staff02 p{
font-size: 3.4vw;
}
.staff02 table tr{
font-size: 3.4vw;
}
.price h2 img {
  width: 68.6%;
  top: -15%;
}
.price_box {
  margin-top: -2.7%;
  background-image: url(../img/price_combk_sp.png);
}
.price_box p {
  line-height: 1.75;
}
.price ul.course li p {
  font-size: min(2.8rem,3.0vw);
}
.price ul.course li p.courselength {
font-size: min(2.8rem,7.2vw);
}
.price ul.course01 li:first-child {
  width: 34.2%;
}
.price ul.course02 li:first-child {
  width: 36.4%;
}
.price ul.course03 li:first-child {
  width: 38.2%;
}
.price ul.course04 li:first-child {
  width: 38.2%;
}
.price ul.course01 li:last-child {
  width: 48%;
}
.price ul.course02 li:last-child {
  width: 53.8%;
}
.price ul.course03 li:last-child {
  width: 57%;
}
.price ul.course04 li:last-child {
  width: 56.9%;
}
.price_txt_box h3 {
  margin-bottom: 0.3%;
  font-size: min(2.8rem,4vw);
  padding-bottom: 0.5%;
  border-bottom: 2px solid #ff3e7e;
}
.faq h2 img {
  width: 67.5%;
}
.faq_innr {
  margin-top: 4.2%;
}
.faq .Label p {
  /* font-size: min(2.6rem,3.4vw); */
 font-size: min(2.6rem,4.17vw);
  border-bottom: 3px solid #ff3e7e;
  line-height: 1.3;
  padding-bottom: 1.2%;
}
.faq .content {
  margin-bottom: 2%;
}
.faq .Label:after {
  width: calc(55px / 4);
  height: calc(57px / 4);
}
.content dl dd::before {
  width: calc(49px / 3);
  height: calc(73px / 3);
  left: -12px;
  top: 18px;
}
.faq .toggle:checked + .Label + .content p {
  /* font-size: min(2.0rem,2.9vw); */
  font-size: min(2.0rem,4.17vw);
}
.studio h2 img {
  width: 64.8%;
}
.studio_landscape {
  margin-top: -7.1%;
  margin-bottom: 2.2%;
  position: relative;
}
.studio_info h4 {
  font-size: min(3.8rem,5.0vw);
  border-bottom: 2px solid #000;
  padding-bottom: 0.5%;
}
.studio_info ul li {
  text-indent: -4.8%;
  margin-left: 4.8%;
  font-size: min(2.5rem,4.17vw);
  /* font-size: min(2.5rem,3.5vw); */
}
.studio_info ul li b {
  width: 3.8%;
  margin-right: 1%;
}
.studio iframe{
  height: 130px;
}
.trial h2 img {
  width: 67%;
}
.form_innr {
  margin-top: -6.3%;
}
.form_innr dl {
  font-size: 3.2vw;
}
.form_innr dl dt {
  width: 37.5%;
  margin-right: 2.2%;
}
.form_innr dl dd {
  width: calc(100% - 37.5% - 2.2%);
}
.form_innr dl dt .must {
  font-size: 2.0vw;
  border-radius: 3px;
}
input[type="text"], input[type="email"], input[type="date"], textarea {
  padding: 2.9% 1.9%;
  font-size: min(2.5rem,3vw);
}
.Radio-Text::before {
  width: 20px;
  height: 20px;
}
.Radio-Input:checked + .Radio-Text::after {
  width: calc(83px / 4);
  height: calc(71px / 4);
}
.cp_ipselect.cp_sl02:after {
  width: 8%;
}
.cp_ipselect.cp_sl02::before {
  right: 2%;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}
.cp_ipselect.cp_sl02 select {
  font-size: min(2.5rem,2.6vw);
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
input[type="checkbox"]:checked:before {
  width: calc(83px / 4);
  height: calc(71px / 4);
}
button[type="submit"] {
  font-size: 4.15vw;
  padding: 1.7% 3% 1.7% 3%;
  margin: 8% auto 2%;
  width: 100%;
  border-radius: 4px;
}
footer p {
  font-size: min(1.6rem,2.2vw);
}
  }



.grecaptcha-badge {
  display: none!important;
}
footer {
  position: relative;
}

footer .telLink {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
footer .telLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.7vw;
  font-weight: bold;
  line-height: 1.0;
  color: #fff;
  width: 100%;
  height: 60px;
  background: linear-gradient(#ffac69,#ff5d78,#ff96c5);
  text-decoration: none;
}
footer .telLink a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
  padding-right: 7px;
  color: #fff;/*アイコンの色*/
  margin-top: 2px;
}

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

footer .lineLink {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
footer .lineLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5.7vw;
  font-weight: bold;
  line-height: 1.0;
  color: #fff;
  width: 100%;
  height: 60px;
  background: linear-gradient(#3bae37,#3bae37,#8fc936);
  text-decoration: none;
}
footer .lineLink a::before {
	display: block;
	content: "";
	background-image: url("../img/line_icon.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 48px;
	height: 48px;
  padding-right: 7px;
  color: #fff;/*アイコンの色*/
  margin-top: 2px;
}



@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 65px;
  } 
}

.purpose_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  input[type="checkbox"] {
    flex-shrink: 0;
  }
  > * {
    line-height: 1.1;
  } 
}
