/*
Theme Name: hdc2026
Author: noreTetsuya
*/
@import url("sub.css");
@import url("nore.css");

/*初期設定
----------------------------------------------------*/
/* body */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*outline:1px red solid;*/
}

img {
    max-width: 100%;
    height: auto;
}

.instagram-post iframe {
  margin:0 auto !important;
}

html{
    margin: 0;
    padding: 0;
    scroll-padding:150px;
}

body{
	background-color: #f2f2f2;
	color:#606060;
	font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

.wrapper {
	padding: 0px;
	width: 100%;
	margin: 0px auto;
	overflow-x: hidden;
}

section{
	margin: 0 auto;
}

.bg-white{
  background-color: #fafafa;
}
section p{
	margin: 0 0 5px;
}
.inner{
  max-width: 960px;
  margin: 0 auto;
}


.pagetitle {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size: clamp(32px, 4vw, 60px);
  font-family: 'Noto Sans', sans-serif;
}
header {
	margin: 0;
	padding: 0;
	height: 60px;
	background-color: #fff;
	width: 100%;
	position: fixed;
	z-index: 100;
	top:0;
}

.logo{
    position: fixed;
    top: 10px;
    left: 20px;
}
.logo img{
	width: 100px;
}

.logo a:hover{
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}


/* menu */
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #969696;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1.5px;
    width: 30px;
    border-radius: 2px;
    background-color: #efefec;
    position: absolute;
    bottom:35px;
}
.menu-btn{
  font-size: 15px;
    color: #efefec;
}

.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-btn:hover{
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #969696;
    transition: all 0.5s;/*アニメーション設定*/
    overflow-y: auto;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.menu-content ul{
    margin: 100px auto;
    padding: 0;
    }

.menu-content li{
	list-style: none;
	text-align: center;
	margin: 5px;
}

.menu-content li a{
	color: #fff;
	text-decoration: none;
  font-size: clamp(16px, 3vw, 20px);
}


/*SNSアイコンをとりつける*/
/* ボタン全体 */
.flowbtn17{
  border-radius:50%;
  position:relative;
  display:inline-block;
  width:50px;
  height:50px;
  font-size:30px;
  text-decoration:none;
  transition:.5s;
  background-color:#444;
  color:#fff;
  }
  /* ボタンマウスホバー時のテキスト指定 */
  .flowbtn17:hover{
  text-decoration:none;
  }
  /* アイコンをど真ん中に*/
  .flowbtn17 i{
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  }
/* YouTubeマウスホバー時 */
.flowbtn17.fl_yu2:hover{
  background:linear-gradient(135deg, #f5515f 0%,#c9293c 100%);
  }
  /* Instagramマウスホバー時 */
  .flowbtn17.insta_btn2:hover{
  background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  }
/* LINEマウスホバー時 */
.flowbtn17.fl_li2:hover{
  background: linear-gradient(135deg, #3a9278 0%,#00c300 100%);
}

/* ulタグの内側余白を０にする */
ul.snsbtniti{
  padding:0px !important;
  margin: 20px 0 !important;
  }
  /* ボタン全体の位置 */
  .snsbtniti{
  display:flex;
  flex-flow:row wrap;
  justify-content: center;
  }
  /* ボタン同士の余白 */
  .snsbtniti li{
  text-align:center !important;
}


.menu-logo{
margin: 0 auto;
text-align: center;
}
.menu-logo img{
	text-align: center;
	width: 150px;
}

/* 高校生・大人はこちら */
.adult-btn {
    position: fixed;
    top: 0px;
    right: 60px;
    height: 60px;
    width: 150px;
    z-index: 90;
    background-color: #a8a8a8;
    color: #efefec;
}

.adult-btn p{
  font-size: 16px;
  text-align: center;
  padding:5px;
}

.adult-btn span{
  font-size: 12px;
}

@media(max-width: 680px) {
  .inforightpc{
		display: none;
	}
  .infoleftpc{
		display: none;
	}
}

.inforightpc {
  position: fixed;
  top: 0px;
  right: 60px;
  height: 60px;
  width: 120px;
  z-index: 90;
}

.inforightpc:hover{
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}

.inforightpc button{
  color:#ee7a62;
  border: solid;
  border-width:thin;
  background-color:#fafafa;
  cursor: pointer;
  outline: none;
  padding: 5px 0;
  width:100%;
  font-size: 16px;
  font-weight:550;
  letter-spacing: 1px;
  line-height:1.505;
}

.infoleftpc {
  position: fixed;
  top: 0px;
  right: 180px;
  height: 60px;
  width: 160px;
  z-index: 90;
}

.infoleftpc:hover{
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}

.infoleftpc button{
  display:flex;
  color:#fff;
  border: solid;
  border-width:inherit;
  background-color:#ee7a62;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: 100%;
  font-weight:500;
  align-items: center;
  justify-content: center;
}

.infoleftpc button img{
  width:12px;
  padding:0 5px 0 0px;
}

.telpc{
  font-size:16px;
  line-height:1;
  margin: 10px 0 10px 0;
  letter-spacing: 0.5px;
  font-weight:550;
}

.main{
	margin-top: 60px;
}

/*スライダー*/
.toppics{
  width: 100%;
}

.toppic{
  width: 100%;
  overflow: hidden;
  position:relative;
}

.slider {
  width: 100%;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
  height: auto;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.fun{
  background-color: rgba(242,242,242,0.7);
  padding:1% 8% 1% 3%;
}

.fight{
  background-color: rgba(242,242,242,0.7);
  padding:1% 7% 1% 3%;
}

.toppic p{
  white-space:nowrap;
}

.danceschool{
  background-color: rgba(242,242,242,0.7);
  padding:1% 7% 1% 8%;
}

.toptitle {
  position: absolute;/*絶対配置*/
  font-size: clamp(18px, 4vw, 62px);
  text-align: left;
  left: 0px;
  bottom: 30%;
  color: #ee7a62;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 180%;
}
.toptitle h1{
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  white-space: nowrap;
}



.square_box {
  margin: 150px auto ;
  display:  block;
  width: 100%;
  background: #fff;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

@media screen and (max-width:680px){
  .square_box{
    margin: 100px auto ;
  }
}

@media screen and (max-width:980px){
  .back-inner{
    margin: 0 8%;
  }
}

.clArea{
  position: relative;
  margin: 0;
  padding: 0;
}
.centerlogo{
  margin: 0 auto;
  padding: 10px 0px ;
  position: absolute;
  bottom:50px;
  left: 50%;
  transform: translateX(-50%);
}
.evback{
  position: relative;
}
.eviMain{
  position: absolute;
  top:-20px;
  bottom:50px;
  left: 47%;
  transform: translateX(-50%);
}

.eviMain2 {
  position: absolute;
  top: 30px;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.eviArea{
  color:#ee7a62;
  text-align: center;
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
  width: 370px;
  margin: 0 auto;
  margin-bottom: -15px;
}

.eviText01{
  font-size: 20px;
  position: absolute;
  left: 110px;
  font-weight: 300;
}
.eviText02{
  font-size: 27px;
  font-weight: bold;
  position: absolute;
  top:-30px;
  left: 50px;
}
.eviText02::first-letter{
  font-size: 70px;
  padding-right: 15px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0px 30px;
  margin-right: -20px;
}

.eviText02a{
  font-size: 27px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 60px;
}

.eviText02a::first-letter{
  font-size: 70px;
  padding-right: 15px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0px 30px;
  margin-right: -20px;
}

.eviback02{
  background-color: #fff;
  padding-right: 5px;
}

.title{
  color:#ee7a62;
  text-align: center;
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
  width: 370px;
  margin: 0 auto;
  margin-bottom: -15px;
}

.hosoku1{
  font-size: clamp(18px, 1.2vw, 25px);
  /*文字の装飾は省略*/
  font-weight: normal;
  position: absolute;
  left: 100px;
  bottom: 40px;
  }

.hosoku1a{
  font-size: clamp(18px, 1.2vw, 25px);
  /*文字の装飾は省略*/
  font-weight: normal;
  position: absolute;
  left: 150px;
  bottom: 40px;
}

.hosoku2{
  font-size: clamp(30px, 2vw, 30px);
  font-weight:500;
}
.hosokued1{
  font-size: clamp(60px, 4vw, 80px);
  background-color: #fff;
  border-radius: 50%;
  padding: 15px 20px;
}
.hosokued2a{
  margin-left:-20px;
  padding: 5px 10px 10px 0;
}

.hosokued2{
  margin-left:-20px;
  background-color: #fff;
  padding: 5px 10px 10px 0;
}

@media screen and (max-width:680px){
  .evidence{
    flex-direction: column;
  }
}

.evidence{
  display: flex;
  flex-direction: column;
  position: relative;
}

.example{
  width: 96%;
  margin: 0 0 50px 0;
  padding: 5px 5px;
}

.pointArea{
  display: flex;
  flex-direction: row;
}

.pointpic{
  width: 30%;
}
.pointpic img{
  width: 100%;
}
.pointlogo{
  position: relative;
  margin: 0 0 0 20px;
  width: 70%;
}
.pointlogo img{
  position: absolute;
  top:0px;
  left:5px;
  width: 100px;
}
.pointlogo p {
  position: absolute;
  left: 70px;
  top:70px;
  font-size: clamp(14px, 4vw, 42px);
  color: #ee7a62;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width:480px){
.pointlogo {
    position: relative;
    margin: 0 0 0 10px;
    width: 80%;
}
.pointlogo img{
  top:-20px;
  left:5px;
  width: 50px;
}
.pointlogo p {
  left: 30px;
  top:20px;
}
}

.text-btn{
  text-align: right;
}

.arrow_right {
  padding-bottom: 5px;
  position: relative;
  padding-right: 5px;
  transform: translateX(-50%);
  display: inline-block;
}

.text-btn:hover {
  color:#ee7a62;
  transition: all 0.3s ease 0s;
}

.arrow_right a{
  color:inherit;
}

.arrow_right::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px; /* 要素の右からの距離 */
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 2px solid #646464;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 2px solid #646464;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

.arrow_right::after { /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -17px; /* 要素の右からの距離 */
  width: 11px; /* 棒の長さ */
  height: 2px; /* 棒の太さ */
  background: #646464; /* 棒の色 */
}

.classAnnais{
  display: flex;
	flex-direction: row;
  margin-bottom: 10%;
}
.classAnnai{
 width:33%;
 margin:0 auto;
 text-align: center;
}
.classAnnai2{
  width:33%;
  margin:0 auto;
  text-align: center;
 }

 @media screen and (max-width:480px){
  .classAnnai{
    width:50%;
    margin:0 auto;
    text-align: center;
   }
   .classAnnai2{
     width:25%;
     margin:0 auto;
     text-align: center;
    }
 }
.classAnnai img{
  width: 80%;
  max-width: 200px;
}
.bgimg{
  background-image: url("https://hd-company.net/wp-content/uploads/border1.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.fullbgimg{
  background-image: url("https://hd-company.net/wp-content/uploads/border1.png");
  background-repeat: repeat-x;
  background-size: contain;
  margin: 10% 0 10% 0;
  height:50px;
  width: 100%;
}

@media screen and (max-width:480px){
  .fullbgimg{
    height:20px;
  }
}

.classAnnaiTitle{
  position: relative;
  font-size:clamp(20px, 3vw, 40px);
  text-align: center;
  color: #646464;
  font-weight:500;
  margin: auto;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.classAnnaiTitle span{
  background-color:#cbe6e2;
  border-radius: 20px;
  padding: 5px 30px;
  width: 200px;
}

.classCols{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 2%;
}

.classCols
.classCol{
  flex-basis: 25%;
}

.classCol{
  padding: 0 2%;
}

.classCol img{
  width: 100%;
}

@media screen and (max-width:680px){
  .classCols
  .classCol{
    flex-basis: 40%;
  }
}

.classshort{
  padding-bottom: 5%;
}

@media screen and (max-width:680px){
  .shortexample{
    width: 100%;
    margin: auto;
  }
}

.classexample{
  width: 100%;
}

.classexample img {
  width: 100%;
}

.classexample:hover{
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}

.shortexample{
  width: 50%;
  margin: auto;
  min-width:280px;
}

.shortexample:hover{
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}

.shortexample img{
  width: 100%;
}

.footclassborder{
  width: 100%;
}
.hdcmovie{
  margin: 10% auto;
}
h2.moviefont{
  text-align:center;
  padding-bottom: 2%;
  color: #646464;
  font-size: clamp(16px, 3vw, 22px);
  font-weight: normal;
}

.hdcyoutube-wrap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
}

.hdcyoutube {
  width: 100%;
  aspect-ratio:16/9;
}
.hdcyoutube iframe {
  width: 100%;
  height: 100%;
}

.contact-back{
  padding: 7%;
  background-color: #ee7a62;
  margin-bottom: 80px;
}

.experience-btn:hover{
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}

.experience-btn{
  text-align: center;
  padding-bottom: 1%;
}

.contact{
  max-width: 600px;
  margin: 0 auto;
}

.experience-btn img{
  width: 100%;
}

.info-btn{
  display: flex;
  justify-content: center;
}


.document{
  padding-right:1.2%;
}

.document:hover{
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}

.document img {
  width: 100%;
  max-width: 385px;
}

.contactmail{
  padding-left:1.2% ;
}

.contactmail img{
  width: 100%;
  max-width: 385px;
}

.contactmail:hover{
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}

.abouthdc{
  padding-bottom: 10px;
}

.abouthdc img{
  width: 60%;
  max-width: 500px;
}
.about{
  margin: 0 auto;
  max-width: 980px;
  margin-bottom: 3%;
  padding:0 30px;
}

@media screen and (max-width:480px){
  .about{
    margin: 0 auto;
    padding:0 10px;
  }
  .abouthdc img{
	  width: 80%;
  }
}

.classletter{
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: clamp(16px, 2vw, 30px);
}

.thought{
  width: 100%;
  margin-bottom:5%;
}

.thought img{
  width: 100%;
}

.Explanationclass{
  font-size: clamp(20px, 3vw, 35px);
}

.questioncolumn{
  margin-bottom: 20px;
}

td{
  padding-bottom: 10px;
}

tr:nth-of-type(2n) td{
  padding-bottom: 20px;
}

tr:last-child td{
  vertical-align:top
}

.answercolumn{
  padding-bottom: 30px;
}

.questionlogo{
  width: 10%;
  text-align: center;
}

.questionlogo img{
  width: 45px;
}

.question{
  width: 90%;
  text-align: left;
  vertical-align: middle;
  font-size: clamp(16px, 3vw, 18px);
}

@media screen and (max-width:680px){
  .question{
    padding-left: 10px;
  }
}

.class-btn{
  padding-right: 30px;
}

.more-btn button {
  color:#ee7a62;
  border: solid;
  border-width:thin;
  border-radius:10px;
  background-color:#fafafa;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 70px;
  line-height: 70px;
  width: 220px;
  font-size: clamp(16px, 3vw, 22px);
  position: relative;
  padding-right: 15px;
}

@media screen and (max-width:480px){
  .more-btn button {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}
.more-btn button::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 7px;    /* くの字を山なりに見た時、左側の長さ */
  height: 7px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #ee7a62;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #ee7a62;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

.more-btn{
  text-align: right;
  width:100%;
}

.more-btn a{
  color:#ee7a62;
  text-decoration: none;
}

.more-btn button:hover{
  color:#fff;
  background: #ee7a62;
  transition: all 0.3s ease 0s;
}

.more-btn button:hover:before{
  border-top: 3px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  transition: all 0.3s ease 0s;
}

.more-btna button {
  color:#ee7a62;
  border: solid;
  border-width:thin;
  border-radius:10px;
  background-color:#fafafa;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 70px;
  line-height: 70px;
  width: 300px;
  font-size: clamp(16px, 3vw, 22px);
  position: relative;
  padding-right: 15px;
}

@media screen and (max-width:480px){
  .more-btna button {
    width: 220px;
    height: 40px;
    line-height: 40px;
  }
}
.more-btna button::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 7px;    /* くの字を山なりに見た時、左側の長さ */
  height: 7px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #ee7a62;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #ee7a62;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}

.more-btna{
  text-align: right;
  width:100%;
}

.more-btna a{
  color:#ee7a62;
  text-decoration: none;
}

.more-btna button:hover{
  color:#fff;
  background: #ee7a62;
  transition: all 0.3s ease 0s;
}

.more-btna button:hover:before{
  border-top: 3px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  transition: all 0.3s ease 0s;
}

.newsimg{
  width: 28%;
  float: left;
  margin:2.4%;
  vertical-align:top;
  list-style: none;
  text-align: center;
  border: solid 1px #999;
}

.date{
  vertical-align: middle;
}

.newsimg a{
  text-decoration: none;
  color:#000;
  font-size:12px;
}

@media screen and (max-width:480px){
  .newsimg{
    width:42%;
    margin:3%;
  }
}

.newsimg img{
  width: 100%;
  height: auto;
}

.morebtn button{
  color:#ee7a62;
  border: solid;
  border-width:thin;
  border-radius:15px;
  background-color:#fafafa;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 50px;
  line-height: 50px;
  width: 150px;
  font-size: 16px;
  margin-top:30px;
}

.morebtn button:hover{
  color:#fafafa;
  background:#ee7a62;
  transition: all 0.3s ease 0s;
}


.figure{
  margin:0 ;
}

.morenews{
  text-align: center;
  clear: both;
  width:100%;
}

.column{
  width: 100%;
  display:flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  z-index: 99;
}

@media(min-width: 681px) {
	.column {
		display: none;
	}
}

.infoleft{
  width:50%;
}

.infoleft a{
  text-decoration-line:none;
  color:#fff;
}

.inforight a{
  text-decoration-line:none;
  color:#ee7a62;
}

.inforightpc a{
  text-decoration-line:none;
  color:#ee7a62;
}

.infoleftpc a{
  text-decoration-line: none;
  color:#fff;
}

.infoleft button{
  display:flex;
  color:#fff;
  border: solid;
  border-width:inherit;
  background-color:#ee7a62;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: 100%;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

.infoleft button img{
  width:20px;
  padding:5px 10px 5px 0px;
}

.tel{
  font-size:16px;
  line-height:0.7;
  margin:20px 10px 20px 0;
  letter-spacing: 1px;
  font-weight:550;
}

.infoicon{
  font-size:9px;
  font-weight:lighter;
}

.inforight{
  width:50%;
}

.inforight button{
  color:#ee7a62;
  border: solid;
  border-width:thin;
  background-color:#fafafa;
  cursor: pointer;
  outline: none;
  padding: 5px 0;
  width:100%;
  font-size: 20px;
  font-weight:550;
  letter-spacing: 1px;
  line-height:1.25;
}

.inforight button img{
  vertical-align:top;
}

.footer-ex{
	width: 100%;
	margin-top: 15%;
	background-color: #ee7a62;
	color: #efefec;
	max-width: 100%;
}

@media screen and (max-width:680px){
  .footer-ex{
    padding-bottom: 80px;
  }
}
.footer-ex p{
  text-align:left;
  margin: 0px auto;
  padding-top: 50px;
  padding-left: 30px;
  max-width: 980px;
  font-size: clamp(16px, 3vw, 20px);
}
.footer-content{
  text-align:left;
  margin: 0px auto;
  padding-top: 20px;
  padding-left: 30px;
  max-width: 980px;
  font-size: 12px;
}
.footer-content li{
list-style: none;
}

.footer-content a{
  color: #efefec;
  text-decoration: none;
}

.footer-contact{
  text-align:left;
  margin: 0px auto;
  padding-top: 20px;
  padding-left: 30px;
  max-width: 980px;
  font-size: 16px;
  font-weight: 500;
  font-family:"Century Gothic";
  padding-bottom: 40px;
}
.footer-contact span{
  font-size: 12px;
  padding-left: 10px;
  font-weight: 100;
}

.footer-contact li{
  list-style: none;
}

/* ボタン全体 */
.flowbtn10{
  display:inline-block;
  font-size:20px;
  text-decoration:none;
  transition:.5s;
  color:#efefec;
}

/* Instagramマウスホバー時 */
.flowbtn10 .fa-instagram:hover{
  color:#c6529a;
}

/* YouTubeマウスホバー時 */
.flowbtn10 .fa-youtube:hover{
  color:#fc0d1c;
}
  /* LINEマウスホバー時 */
  .flowbtn10 .fa-line:hover{
  color:#00c300;
}

/* ulタグの内側余白を０にする */
ul.f-snsbtniti{
  padding:0!important;
}
  /* アイコン全体の位置 */
  .f-snsbtniti{
  display:flex;
  flex-flow:row wrap;

}
  /* アイコン同士の余白 */
  .f-snsbtniti li{
  flex:0 0 40px;
  text-align:left!important;
}

/*無料体験の流れ*/
.ex-title{
  text-align: center;
  background-color:#ee7a62;
  color:#ededed;
  padding: 5px 20px;

  width: 60%;
  border-radius: 30px;
  margin:0 auto;
  font-size: clamp(20px, 4vw, 30px);
}

.exfllow{
  max-width: 960px;
  margin: 0 auto 10% auto;
}
.ex-titles{
  width:100%;
  text-align:center;
  margin:100px 0 8%;
}

.exboxs{
  margin:0 50px;
}

.exbox{
  width:100%;
  margin-bottom:60px;
}

.ex-background{
  background-color:#cbe6e2;
  display:flex;
  padding:15px;
  align-items: center;
}

.ex-background img{
  width:5px;
}

.ex-background p{
  padding-left:10px;
  font-size:clamp(14px, 3vw, 20px);
}

.ex-background a{
  color: #007bcf;
  font-weight: 700;
}

.step{
  font-size:12px;
  letter-spacing: 0.2em;
  color:#696969;
  font-weight:700;
  font-family:'fot-tsukuardgothic-std', sans-serif;
  line-height: 25px;
  padding-right:5px;
}

.stepnum{
  font-size:30px;
  letter-spacing: 0.01em;
}

.ex-post{
  font-size:clamp(10px, 2.5vw, 16px);
  margin:5px 40px 20px 40px;
}

.bold{
  font-weight:500;
}

.ex-arrow{
  text-align:center;
}

.ex-arrow img {
width:40px;
}

.ex-white{
  background-color:#ffffff;
  font-size:clamp(15px, 2vw, 22px);
  color:#ee7a62;
  padding:5% 3%;
  margin:0 20px 10px 20px;
  font-weight:700;
  text-align:center;
}

.white-p{
  font-size:clamp(10px, 2.5vw, 16px);
  margin:2% 10% 5% 10%;
}

.ex-button{
  display:flex;
  justify-content:center;
  max-width:600px;
  margin:0 auto;
}

.ex-btn button{
  color:#ee7a62;
  border: solid;
  border-width:thin;
  border-radius:15px;
  background-color:#fafafa;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 45px;
  line-height: 45px;
  width: 130px;
  font-size: 15px;
  margin-top:30px;
}

.ex-btn{
  text-align:center;
  width:100%;
}

.ex-btn a{
  color:#ee7a62;
  text-decoration: none;
}

.ex-btn button:hover{
  color:#fafafa;
  background:#ee7a62;
  transition: all 0.3s ease 0s;
}

.ex-btn button:hover:before{
  border-top: 3px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;
  transition: all 0.3s ease 0s;
}

.ex-btn button {
  color:#ee7a62;
  border: solid;
  border-width:thin;
  border-radius:10px;
  background-color:#fafafa;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 60px;
  line-height: 60px;
  width: 200px;
  font-size: 22px;
  position: relative;
  padding-right: 15px;
}

.ex-btn button::before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 7px;    /* くの字を山なりに見た時、左側の長さ */
  height: 7px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #ee7a62;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #ee7a62;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}


@media screen and (max-width:480px){
  .ex-btn button {
    color:#ee7a62;
    border: solid;
    border-width:thin;
    border-radius:10px;
    background-color:#fafafa;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 150px;
    font-size: 16px;
    position: relative;
    padding-right: 10px;
  }
}

@media screen and (max-width:480px){
  .ex-btn button::before { /* くの字の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    width: 5px;    /* くの字を山なりに見た時、左側の長さ */
    height: 5px;   /* くの字を山なりに見た時、右側の長さ */
    border-top: 2px solid #ee7a62;     /* くの字を山なりに見た時、左側の太さと色 */
    border-right: 2px solid #ee7a62;   /* くの字を山なりに見た時、右側の太さと色 */
    transform: rotate(45deg);    /* くの字の向き */
  }
}

/* Contact Form7 */

.wrap {
	max-width: 100%;
}
.ttl {
	margin: 0 0 30px 0;
}

.itm {
	font-weight: normal;
}

/* 必須マーク */
.wrap .hissu {
	background: #FF1A00;
  color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}

.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: #005513;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  background-color: #eff1f5;
}

@media screen and (min-width: 768px) {
.ttl  {
	float: left;
	clear: left;
	width: 100%;
	padding: 5px 10px 5px 0;
	}
.itm  {
	margin-left: 35%;
	}

.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513;
}
}
