.pc,
#gnav,
#headline{
	display:none;
}
.sm_menu {
	z-index: 999;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6% 10%;
	margin: 0;
	box-sizing: border-box;
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
.sm_menu h2,
.sm_menu a {
	color: white;
}
.sm_menu h2 {
	text-align: center;
}
.sm_menu ul {
	padding: 0;
	width: 90%;
	margin: 0 auto;
    clear: both;
}
.sm_menu ul li {
    margin: 0px 0 0px 0;
    padding: 0px;
	font-size: 14px;
    border-bottom: 1px solid #656869;
    position: relative;
    clear: both;
    list-style: none;
}
.sm_menu ul li a {
	display: block;
	padding: 7px 0 15px 0;
	text-decoration: inherit;
	transition: background .5s;
}
.sm_menu ul li img{
    width: 40px;
    height: auto;
    float: left;
    margin: 0 15px 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sm_menu ul li span{
    display: block;
    padding: 5px 0 0 0;
}
.sm_menu ul li#sm_first{
    line-height: 160%;
}
.sm_menu ul li#sm_first i{
        top: 26px;
}
    .sm_menu li a i.fa-angle-right{
        position: absolute;
        top: 20px;
        right: 0;
    }
    .sm_menu li a i.fa-angle-right{
        
    }
/*------------*/
.sm_menu ol{
	padding: 0;
	width: 90%;
	margin: -20px auto auto auto;
}
.sm_menu ol li{
	font-size: .9em;
	line-height: 1.4;
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
}
.sm_menu ol li a{
	display: block;
	padding: 10px 0;
    margin: 10px;
    border-bottom: 1px solid #fff;
	text-decoration: inherit;
	transition: background .5s;
}
/*------------*/
#navTgl:checked ~ .sm_menu {
	transform: none;
}
    #hung_menu{
        position: fixed;
        top: 50px;
        left: 15px;
        font-size: 9px;
        color: #000;
        z-index: 50;
    }
/*------------------------*/

#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0px;
    /* right: 0; */
    left: 0;
}
.open {
	top: 20px;
	z-index: 9998;
	width: 60px;
	height: 48px;
	transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #000;
	transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 99;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
.close span{
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
	border-bottom: 2px solid white;
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
	border-bottom: 2px solid white;
}
#navTgl:checked ~ .close {
	background: rgba(0,0,0,.9);
}

/*-----------------------------------------------*/
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
  table {
    margin: 0;
    border: none;
  }
}
/*-----------------------------------------------*/
html {-webkit-text-size-adjust: none}
body{
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
	height:auto;
}
.wrap {
	margin: 0px;
	padding: 0px;
	width:100%;
}
input,
select {
  font-size: 16px;
  transform: scale(0.9);
}
#smlogo{
    text-align: center;
}
#smlogo img{
    width: 20%;
    height: auto;
    margin: auto;
}
/*-----*/

#logo{
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    text-align: center;
    padding: 20px 0 0 0;
    
  color: #FF8C00;
  background: -webkit-linear-gradient(#ffc8e1,#df5a5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#logo span{
    font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 18px;
}
header {
    display: block;
    padding: 0 0 0 0;
}
header ul{
    display: table;
    margin: auto;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    border-top: 1px solid pink;
    border-bottom: 1px solid pink;
}
header ul li{
    display: table-cell;
    list-style: none;
    padding: 0px;
    margin: 0px auto;
    font-size: 12px;
    width: 20%;
    border-right: 1px solid pink;
    letter-spacing: 0;
}
header ul li:last-child{
    border: none;
}
header ul li a{
    display: block;
    padding: 10px 0;
    color: black;
    text-align: center;
}
#sns{
    text-align: center;
    margin: -10px auto 10px auto;
    padding: 0px;
}
#sns a img{
    width: auto;
    height: 30px;
}

#topmain{
    background-image: url(../img/main_hoso.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto 250px;
    width: 100%;
    height: 250px;
    clear: both;
}
#top_concept{
    width: 90%;
    margin: 10px auto 50px auto;
    font-size: 16px;
    line-height: 180%;
}
#top_concept h2{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 20px;
    line-height: 180%;
}

/**/
#top_4point{
    
}
#top_4point ul {
    margin: 0px;
    padding: 0px;
}
#top_4point ul li{
    list-style: none;
    margin: 0px 0 7px 0;
    padding: 0px;
    width: 100%;
    clear: both;
}
#top_4point ul li a{
    display: block;
    background-color: #fbe9ea;
    width: 90%;
    margin: auto;
    text-align: center;
    color: black;
    text-decoration: none;
    padding-bottom: 40px;
}
#top_4point ul li a p.num{
  font-family: "Lexend", sans-serif;
    font-size: 40px;
    line-height: 0;
    margin: 0px;
    padding: 60px 0 0 0px;
}
#top_4point ul li a h3{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
    margin: 0 auto;
    padding: 45px 0 20px 0;
}
#top_4point ul li a p.txt{
    font-size: 14px;
    width: 300px;
    margin: auto;
    text-align: left;
}

.lineh2{
    clear:both;
      display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: #d76368;
    font-weight: normal;
    font-size: 18px;
    margin: 0px auto;
    padding: 0 0 30px 0;
}

.lineh2::before,.lineh2::after {
  width: 1px;
  height: 20px;
  content: "";
  background-color: #e7878b;
}

.lineh2::before {
  margin-right: 1em;
  transform: rotate(-30deg);
}

.lineh2::after {
  margin-left: 1em;
  transform: rotate(30deg);
}
.space{
    clear: both;
    height: 50px;
}

/*----------*/
.leftimglist,
.leftimglist dl,
.leftimglist dl dt,
.leftimglist dl dd{
    clear: both;
    margin: 0px;
    padding: 0px;
    display: block;
}
.leftimglist{
    width: 90%;
    margin: -50px auto 30px auto;
}
.leftimglist dl dt img{
    width: 100px;
    height: auto;
    margin: 50px 0 15px 0;
    border: 1px solid #ddd;
}
.leftimglist dl dd{
    display: table-cell;
    vertical-align: top;
}
.leftimglist dl dd h3{
    margin: 0 0 20px 0;
}
.leftimglist dl dd table{
    margin: 0 0 0 0;
    border-top: 1px solid #ddd;
    width: 100%;
}
.leftimglist dl dd table th{
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    color: #676767;
    text-align: left;
    font-size: 12px;
}
.leftimglist dl dd table td{
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.others{
    width: 90%;
    margin: 0 auto auto auto;
    background-color: #f7f7f7;
    padding: 30px 0
}
.others p{
    margin: auto;
    width: 90%;
    padding: 0px;
}
.others table{
    margin: auto;
    width: 90%;
    border-top: 1px solid #ddd;
}
.others table th{
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    color: #676767;
    text-align: left;
    width: 30%;
    font-size: 12px;
}
.others table td{
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

/**/
#ogawa{
    width: 90%;
    margin: auto;
}
#teachimg{
    
}
#teachimg img{
    width: 100px;
    height: auto;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    margin: auto;
}

#ogawa h4{
    color: gray;
    position: relative;
    font-size: 16px;
    width: 50%;
  display: flex;
    margin: 50px 0 0 0;
}
#ogawa h4::after{
        content: "";
  height: 1px;
  flex-grow: 1;
  background-color: gray;
  top: 12px;
    left: 5px;
    position: relative;
    }

/**/
#line{
    width: 90%;
    margin: 100px auto;
    border: 3px solid #06c755;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#line div{
    margin:  30px;
}
#line div,
#line div dl,
#line div dl dt,
#line div dl dd{
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
}
#line div dl dt{
    text-align: center;
}
#line div dl dt img{
    width: 150px;
    height: auto;
    margin: 15px auto;
}
#line div dl dd h3{
    width: 80%;
    margin: auto;
}
#line div dl dd p{
    width: 80%;
    margin: auto;
}
#line div dl dd a{
    display: block;
    background-color: #06c755;
    color: white;
    text-decoration: none;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    padding: 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/**/
.img100{
    width: 100%;
    height: auto;
}
footer{
    text-align: center;
    clear: both;
    background-color: #ffb1b1;
    color: white;
}
#f_logo{
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 30px;
}
#f_logo span{
    font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 18px;
}
#f_sns{
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px 0 0;
}
#f_sns a img{
    width: auto;
    height: 30px;
}