@charset "utf-8";
@media only screen and (max-width: 1200px) {

/* 共通 ↓ */
p {
	font-size: 15px;
}
.inner,#sec11 {
}
#sec01 .inner,
#sec02 .inner,
#sec03 .inner,
#sec04 .inner,
#sec05 .inner,
#sec06 .inner,
#sec07 .inner,
#sec08 .inner,
#sec10 .inner,
#action .inner,
.bg10 .inner,
.sec11 {
	width: 89%;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0 50px;
}
img {
	width: 100%;
}
.br-sp {
	display: block;
}
.br-pc {
	display: none;
}

/* main */
header .imgwrap {
	width: 39%;
	margin: 15px 0 0 15px;
}

header .imgwrap a img {
	width: 100%;
}

header .btn {
	margin: 0;
	width: 100vw;
	display: flex;
	bottom: 0;
	right: 0;
}
header .btn a {
	margin: 0;
	display: block;
	font-size: 18px;
	letter-spacing: 0;
}
header a.btn i {
	margin-right: 0.5rem;
}

/* top */
#top .wrapper .top-cp {
	width: 100%;
}

/* global */
#global-nav .inner {
	font-size: 16px;
	width: 100%;
}

/* sec01 */
#sec01 {
	background: url("../img/bg_sec01_sp.jpg") no-repeat center 0;
	background-size: cover;
	position: relative;
	background-position: center;
}

/* sec02 */
#sec02 .recommend-list {
	margin-bottom: 20px;
}
#sec02 .recommend-list * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#sec02 .recommend-list li {
	width: 100%;
	margin-bottom: 46px;
	position: relative;
}
#sec02 .recommend-list .list-01 .text-box,
#sec02 .recommend-list .list-02 .text-box,
#sec02 .recommend-list .list-03 .text-box,
#sec02 .recommend-list .list-04 .text-box {
	padding: 0;
	margin: 0;
	margin-bottom: 18px;
}
#sec02 .recommend-list .number {
	width: 50px;
}
#sec02 .recommend-list h3 {
	padding: 0 0 0 65px;
	font-size: 1.75em;
	margin: 15px 0;
}
#sec02 .recommend-list li .img-box{
	position: relative;
}
#sec02 .recommend-list .list-02 {
	padding: 0;
}
#sec02 .recommend-list .list-03 {
	padding-bottom: 0;
}
#sec02 .recommend-list .list-04 {
	margin-top: 0;
	padding: 0;
}
#sec02 .recommend-list img {
	display: block;
	width: 100%;
}
#sec02 .list-01 .img,
#sec02 .recommend-list .img {
	position: relative;
}
#sec02 .list-01 .img1 {
	width: 50%;
	left: 0;
	top: 0;
}
#sec02 .list-01 .img2 {
	margin: -40vw 0 0 10%;
	top: 10px;
	left: 10px;
}
#sec02 .list-02 .img1 {
	position: inherit;
}
#sec02 .list-03 .img1 {
	width: 90%;
	margin: -15vw 0 0 15vw;
	z-index: 1;
	right: 0;
	top: 0;
}
#sec02 .list-03 .img2 {
	top: 0;
	width: 90%;
	z-index: 2;
}
#sec02 .list-04 .img1 {
	width: 50%;
	left: 0;
	top: 0;
}
#sec02 .list-04 .img2 {
	margin: -40vw 0 0 10%;
	top: 10px;
	left: 10px;
}
#sec02 p.message-area {
	font-size: 1.5em;
}

/* sec03 メリット */
#sec03 .box-wrap {
	display: block;
}
#sec03 .box-wrap div {
	width: 100%;
	margin: 0 0 15%;
	background: none;
}

/* action */
#action .inner {
	width: 89%;
	margin: 0 auto;
	overflow: hidden;
}
#action .action-wrap {
	padding: 5vw 0 10vw;
	position: inherit;
	width: 100%;
	margin: 0 auto;
	-webkit-transform: translateY(0);
	transform: none;
	top: 0;
}
#action .box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#action .box-wrap .ac-btn {
	width: 49%;
	height: 50px;
}
#action .box-wrap .ac-btn a p {
	line-height: 50px;
}

/* sec01 */
#sec01 {
	background: url("../img/bg_sec01_sp.jpg") repeat-y;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: inherit;
	background-position: center;
}
#sec01 .inner {
	width: 100%;
}
#sec01 .content {
	padding: 2% 3%;
}
#sec01 h2 {
	width: 100%;
	margin: 0 0 0 0;
}
#sec01 .image {
	margin-top: -15px;
}

/* sec03 */
#sec03 .box-wrap.merits .img-box,
#sec03 .box-wrap.comparison .img-box {
	margin: 5% auto;
}
#sec03 .box-wrap .txt-box {
	width: 100%;
}
#sec03 .box-wrap .txt-box h3 {
	font-size: 16px;
	letter-spacing: 0;
}
#sec03 .box-wrap .txt-box .emp {
	font-size: 18px;
}
#sec03 .box-wrap .txt-box .no {
	font-size: 14px;
}

/* sec04 */
#sec04 .block {
	margin: 5% auto;
}
#sec04 .block .text-box {
	width: 100%;
    padding: 15px 0;
}
/*#sec04 .block h3,
#sec04 h3 {
	line-height: 1.5;
}*/
#sec04 .block .text-box h3::before,
#sec04 .block .text-box h3::after {
	width: 99%;
}
#sec04 .block .text-box p.justify {
	margin-bottom: 26px;
}
#sec04 .block .img-box {
	position: relative;
	top: 0;
	right: 0;
}
#sec04 .block-sub-01 {
	margin: 0;
}
#sec04 .block-sub-01 .box-wrap .box {
	width: 40%;
	margin-top: 20px;
}
#sec04 .block-sub-02 .inner,
#sec04 .block-sub-03 .inner {
	padding:  25px 0;
}
#sec04 .block-sub-02 .box-wrap .box {
	width: 30%;
	margin: 0 0 30px;
}
#sec04 .block-sub-03 .box-wrap .box {
	width: 275px;
	height: 275px;
	margin: 20px auto;
}

/* sec05 */
#sec05 .top-block .inner {
	width: 100%;
}
#sec05 .top-block h3 {
	margin-left: 5%;
	font-size: 30px;
}
#sec05 .top-block img {
	padding-left: 45%;
}
#sec05 .merit-list li {
	width: 95%;
	margin-left: 0;
}
#sec05 .merit-list li img,
#sec05 .merit-list li .float-img {
	width: 40%;
	height: auto;
	left: 80px;
}
#sec05 .merit-list li .merit {
	margin-left: 10px;
}
#sec05 .merit-list li .merit .big {
	margin-top: 0;
	margin-left: -11px;
}
#sec05 .merit-list li .float-img img {
	width: 100%;
	height: auto;
}
#sec05 .merit-list li p {
	font-size: 1.25em;
	margin-left: 50%;
}

/* sec06 */
#sec06 .box-wrap {
	display: block;
}
#sec06 .box-wrap .img {
	margin: 0;
	width: 100%;
	height: 250px;
}
#sec06 .box-wrap .txtarea {
	padding: 7.5%;
	width: 85%;
}
#sec06 .box-wrap .txtarea h3 .step {
	font-size: .75em;
}
#sec06 .box-wrap .txtarea h3 {
	font-size: 1.5em;
}

/* sec07 */
#sec07 .cp-box {
	padding: 5%;
}
#sec07 .cp-box .tit h3 {
	font-size: 1.15em;
}
#sec07 .cp-box .point {
	margin: auto 2.5%;
}
#sec07 .cp-box .point p {
	font-size: 14px;
}
#sec07 .cp-box .price p.fon-min {
	font-size: 1.25em;
}
#sec07 .cp-box .price h3 {
	margin-bottom: 0px;
    margin-top: 0px;
}
#sec07 .price-box table.pay th {
  width: 55%;
}
#sec07 .price-box table.pay td {
  width: 54%;
}
#sec07 .price-box table.pay td img {
	width: 140px;
}

/* bg10&bgi11*/
.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%;
}
.bg10 {
	padding-bottom:0px;
}
.bg10 .box .name .textwrap p{
	font-size:13px;
}
.bg10 .box .name .imgwrap picture img{
	width:120px;
	height:120px;
}
.bgi11 {
	padding: 60px 0 30px 0;
}
.sec11 .container {
	width: 100%;
}
.sec11 .container .box {
	width: 100%;
}
.sec11 .container .box img {
	width: 100%;
}

/*　footer　*/
#page-top {
    bottom: 100px;
	right: 0;
}
footer {
	margin-top: 36px;
	padding-bottom: 60px;
}



}
