@charset "utf-8";

@media only screen and (max-width: 1024px) {
	header .imgwrap{
		margin: 31px 0 0 4px;
	}
		header .imgwrap a img{
			width: 60%;
		}
}

@media only screen and (max-width: 850px) {

/* 共通 */
p {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 0.9em;
	line-height: 2.5rem;
}

.br-sp,br.b_sp{
	display: block;
}
.br-pc,br.b_pc{
	display: none;
}
.main {
	font-size: 24px;
	line-height: 1.5;
}

header .imgwrap {
	width: 39%;
	margin: 28px 0 0 14px;
}

header .imgwrap img {
	width: 100%;
}

header .btn {
	margin: 0;
	width: 100%;
	display: flex;
	bottom: 0;
	right: 0;
	top: auto;
}
header .btn a {
	width: 33.33%;
	margin: 0;
  border: 1px solid #fff;
  background: rgba(85,85,85,0.75);
  color: #fff;
	height: 50px;
	font-size: 14px;
}
header .btn a::before {
  background: #fff;
}
header .btn a:hover {
  color: #555;
}
header .btn a span {
	margin: auto;
}

.inner,.sec11{
	width: 89%;
	margin: 0 auto;
	overflow: hidden;
}

img {
	width: 100%;
}

/* top */
.top {
	width: 100%;
	margin: -120px auto 0;
}
.top h1 {
	float: none;
}
.top h1 picture img {
	width: 100%;
}
#top-slide .slick-dots {
	bottom: 20px;
}
#top-slide .slide .inner {
	padding: 55% 0 50px;
}
#top-slide .cp01 {
	background: url("../img/top-01_bg-sp.jpg") center top / cover no-repeat;
}
#top-slide .cp02 {
	background: url("../img/top-02_bg-sp.jpg") center top / cover no-repeat;
}
#top-slide .cp03 {
	background: url("../img/top-03_bg-sp.jpg") center top / cover no-repeat;
}
#top-slide .cp04 {
	background: url("../img/top-04_bg-sp.jpg") center top / cover no-repeat;
}
#top-slide .slide.cp04 .inner {
	text-align: right;
}
#top-slide .cp01 img,
#top-slide .cp02 img,
#top-slide .cp03 img,
#top-slide .cp04 img {
	width: 100%;
}
#top-slide a {
	font-size: 12px;
	margin-top: 5px;
	padding: 5px 50px;
}
#top-slide .cp02 a {
	margin-right: 0;
}

/* catch */
.bg-catch {
	background: url(../img/bg_catch_sp.jpg) repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

/* ba */
.bg-ba .ba-tit img {
	width: 25%
}

.bg-ba .ba-wrap img {
	width: 100%;
}

.bg-ba .ba-wrap .ba-txt {
	margin-top: 20px;
	padding: 10px;
	line-height: 1.5;
	font-size: 1.5rem;
}

/* bg01 */
.bg01 {
	background: url(../img/bg01_sp.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: inherit;
	background-position: right center;
}
.bg01 .bg01-wrap picture img {
	padding: 5%;
	width: 65%;
}

/* bg02 */
.bg02{
	padding: 25px 0;
}

.bg02 .trouble-box {
	margin: 60px 0 0;
}

.bg02 .trouble-box .tit {
	font-size: 2.4rem;
  line-height: 1.3;
}

.bg02 .trouble-box:nth-child(even) .tit {
	padding-left: 120px;
}

.bg02 .trouble-box .tit::before {
	content: "";
	width: 150px;
	height: 150px;
}

.bg02 .trouble-box:nth-child(even) .tit::before {
	top: -20px;
	left: -35px;
}

.bg02 .trouble-box:nth-child(odd) .tit::before {
	top: -20px;
	right: -35px;
}

/* bg03 */
.bg03 .inner {
	overflow: visible;
}
.bg03 .imgwrap picture img {
	width: 40%;
	margin: 0;
}
.bg03 .imgwrap picture img.text {
	width: 55%;
	padding: 25px 0px;
}

/* bg04 */
.bg04 {
	padding-bottom: 0;
}

.bg04 h3.tit {
	font-size: 2rem;
}
.bg04 .trouble-list li {
	max-height: 314px;
	width: 49%;
	overflow: hidden;
}

.bg04 .trouble-list h4 {
	padding: 1em 3rem;
}

.bg04 .tit {
	margin: 30px 0 15px 0;
}

.tab-panel {
	box-sizing: border-box;
}

.tab-panel .cap {
	font-size: 1.5rem;
}

.tab-panel .main-box {
  padding: 15px 20px;
}

.tab-panel .main-box .main-tit {
	text-align: center;
	margin-bottom: 2rem;
}

.tab-panel .main-box .main-tit span.sub {
	font-size: 1.4rem;
}

.tab-panel .main-box .main-tit h3 {
	font-size: 3.0rem;
}

.tab-panel .main-box .thum {
	position: inherit;
	margin: 0 auto;
	width: 80%;
}

.tab-panel .main-box .type-list {
	width: 100%;
	justify-content: center;
    -webkit-justify-content: center;
}
.tab-panel .main-box .type-list li {
	width: 33%;
}

.tab-panel .main-box .type-list img{
	width: auto;
}

.tab-panel .spec-box {
	display: block;
	display: -webkit-block;
	display: -moz-block;
	padding: 15px 20px;
}

.tab-panel .spec-box .price-big-box {
	width: 100%;
}

.tab-panel .spec-box .price-box {
	box-sizing: border-box;
	width: 100%;
}

.tab-panel .spec-box .price-box .course-tit {
	font-size:2rem;
	margin: 0 0 2%;
}

.tab-panel .spec-box .price-box .normal-price,
.tab-panel .spec-box .price-box .monitor-price {
	margin: 10px 0;
}
.tab-panel .option {
    padding: 15px 20px;
}
.tab-panel .spec-box .txt-box {
	width: 100%;
	font-size: 1.4rem;
	margin: 20px 0 0;
}

.tab-panel .details {
	padding: 15px 20px;
}

.tab-panel .details .table-wrap {
	display: -webkit-block;
	display: block;
}

.tab-panel .details .table-wrap .lp_table {
	width: 100%;
}

.tab-panel .btn {
	padding: 0 20px 15px;
	text-align: right;
}

.tab-panel .btn a p {
	color: #fff;
}

.tab-panel .spec-box .price-big-box .price-box {
	margin-left:0px;
}

/* action */
.action {
	background: url(../img/bg_action_sp.jpg) repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.action .action-wrap {
	padding: 5vw 0 90vw;
	position: inherit;
	width: 85%;
	margin: 0 auto;
	-webkit-transform: translateY(0);
	transform: none;
}

.action .btn_wrap .ac-btn {
	width: 49%;
	height: 50px;
}

.action .btn_wrap .ac-btn a p {
	line-height: 50px;
	color: #fff;
}

.bg05 .balance-wrap h3 {
	margin-bottom: 15px;
}

.bg05 .balance-wrap h3 img {
	width: 100%;
}

.bg05 .balance-wrap img {
	width: 90%;
}

/* bg06 */
.grid {
	display: block;
	width: 100%;
}
.grid .grid-item{
	width: 100%;
}
.grid .title {
}
.grid .title .tit-num {
	font-size: 45px;
	line-height: 1.2;
}
.grid .title .tit-text {
	font-size: 20px;
}
.grid .text {
	font-size: 14px;
	margin-bottom: 25px;
}

/* bg07 */
.bg07 .price_list h3 {
	font-size: 2.5rem;
}
.bg07 .price_list dl {
	padding: 0 0 20px;
	margin: 20px 0;
	display: block;
	display: -webkit-block;
	display: -moz-block;
}
.bg07 .price_list dl dt,
.bg07 .price_list dl dd {
	width: 100%;
}
.bg07 .price_list dl dt h4 {
	padding: 0 0 10px;
}
.bg07 .price_list dl dd .normal,
.bg07 .price_list dl dd .monitor {
	margin: 0 0 5px;
}
.bg07 .price_list dl dd .monitor .num {
	font-size: 3rem;
}
.bg07 .price_list dl dd .normal .num {
	font-size: 2.5rem;
}

.bg07 .price_list dl dd .price {
	width: 250px;
}

/* bg08 */
.bg08 {
	background: url(../img/bg08_sp.jpg) no-repeat center 0;
	background-size: cover;
	position: relative;
	background-position: bottom;
	min-height: 600px;
}
.bg08 .wrap {
	position: inherit;
	-webkit-transform: translateY(none);
	transform: none;
	padding: 5%;
}

.bg08 .img_box {
	margin: 0 auto;
}

.bg08 .btn_wrap .ac-btn {
	height: 50px;
}

.bg08 .btn_wrap .ac-btn a p {
	line-height: 50px;
}

/* bg09 */
.bg09 {
	background: url("../img/bg09_sp.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.bg09 h3 {
	font-size: 2.75rem;
}
.bg09 h2 {
	font-size: 4rem;
}
.bg09 p {
	font-size: 1em;
	line-height: 2;
}
.bg09 p span {
	margin: 0 5px;
}

/* bg10 */
.bg10 {
	padding: 45px 0;
}

.bg10 .container {
	display: -webkit-block;
	display: block;
}

.bg10 .box {
	margin: 20px auto;
	width: 100%;
}

.bg10 .box .career {
	width: 100%;
}
.bg10 .box dl dt {
	width: 30%;
}
.bg10 .box dl dd {
	width: 70%;
}

/* bgi11 */
.bgi11 {
	padding: 60px 0 30px 0;
}
.sec11 .container .box {
	width: 100%;
}
.sec11 .container .box img {
	width: 100%;
}

#page-top {
	bottom: 50px;
}
footer {
	margin-top: 36px;
	padding-bottom: 60px;
}



}
