@charset "utf-8";
	/* 480px以上は写さない */
@media (min-width: 480px) {
	.sp-only {
		display: none!important;
	}
}
	/* 960px以上は写さない */
@media (min-width: 960px) {
	.tb-only {
		display: none!important;
	}
}

	/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1280px) {
	.nav a {
		font-size: 16px;
	}
	.h-top .tel {
		font-size: 18px;
	}
	.cp {
		width: 95%;
	}
	.cp .top span {
		font-size: 35px;
	}
	.cp .circle {
		width: 240px;
		height: 240px;
		line-height: 240px;
	}
	#news {
		max-width: 1000px;
	}
	.index-ttl .en {
		font-size: 90px;
	}
	.index-ttl .ja {
		font-size: 32px;
	}
	h3.ttl {
		font-size: 29px;
	}
	.link-btn {
		width: 48%;
		font-size: 17px;
	}
	#feature .item {
		width: 95%;
	}
	.contact-flex {
		width: 80%;
		margin: 40px auto 0;
	}
	.contact-btn div {
		font-size: 25px;
	}
	.contact-btn {
		padding: 15px 0 20px;
	}
	.page-ttl {
		font-size: 50px;
	}
	.sec-ttl {
		font-size: 32px;
		padding: 40px 0;
	}
	.flow-item .ttl .number {
		font-size: 25px;
		padding: 15px 0;
	}
	.flow-item .ttl div {
		font-size: 25px;
	}
	.fee-btn a {
		padding: 18px 0;
		font-size: 20px;
	}
	.fee-btn a::after {
		border-left: 20px solid transparent;
	    border-bottom: 20px solid #fff;
	}
	
	
	
	
	}


	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	body {
		font-size: 16px;
	}
	.wrap {
		width: 95%;
	}
	img.mv-img, #mv {
		height: 50vh;
	}
	.header-left {
		width: 15%;
	}
	.header-right {
		width: 85%;
	}
	.h-top .tel {
		font-size: 15px;
	}
	.h-top span {
		font-size: 13px;
	}
	.nav a {
		font-size: 15px;
	}
	.cp .top span {
		font-size: 25px;
	}
	.cp .circle {
		width: 140px ;
		height: 140px;
		line-height: 140px;
	}
	.cp .bottom {
		font-size: 25px;
	}
	#news {
		width: 90%;
	}
	.index-ttl {
		margin-bottom: 35px;
	}
	.index-ttl .en {
		font-size: 70px;
	}
	.index-ttl .ja {
		font-size: 26px;
	}
	h3.ttl {
		font-size: 20px;
	}
	.link {
		width: 100%;
	}
	.link-btn {
		font-size: 15px;
		border: 2px solid #C41A41;
	}
	#feature .item {
		margin-top: 60px;
		margin-bottom: 60px;
		padding: 35px 0;
	}
	#service {
		margin: 80px auto;
	}
	#service .flex .w-50 {
		padding: 45px 3% 80px;
	}
	.more-btn {
		font-size: 20px;
	}
	#area {
		padding: 60px 0;
	}
	.contact-btn div {
		font-size: 20px;
	}
	.contact-btn {
		padding: 10px 0;
	}
	.contact-btn::after {
		border-left: 15px solid transparent;
	    border-bottom: 15px solid #fff;
	}
	.reserve .btn {
		font-size: 17px;
	}
	#mainvisual {
		height: 50vh;
	}
	.page-ttl {
		font-size: 40px;
	}
	.sec-ttl {
		font-size: 26px;
		padding: 30px 0;
		width: 90%;
	}
	.sec-ttl::after {
		height: 2px;
		bottom: 15px;
	}
	.border {
		padding: 40px 0;
		border: 7px solid #3DD5D5;
		width: 80%;
		margin: 0 auto;
	}
	.fee-btn {
		width: 50%;
	}
	.fee-btn a {
		font-size: 18px;
	}
	.fee-btn a::after {
		border-left: 15px solid transparent;
		border-bottom: 15px solid #fff;
	}
	.menu-item .ttl {
		font-size: 18px;
		padding: 15px 0 15px 15px;
	}
	.menu-item .txt {
		padding: 20px 2%;
	}
	.border .txt {
		width: 90%;
	}
	.price::after {
		width: 20%;
		bottom: 80%;
	}
	.vacancy-menu h4 {
		font-size: 18px;
	}
	.contactform {
		width: 90%;
	}
	
	
	
	}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	#header {
		background: none;
		position: absolute;
	}
	.header-left {
		width: 35%;
	}
	.header-right {
		display: none!important;
	}
	.sp-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: fixed;
	}
	.nav_wrapper {
		position: fixed;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		bottom: 0;
	}
	.nav_wrapper div:first-child {
		border-left: 1px solid #F3F3F3;
	}
	.nav_wrapper div {
		width: 25%;
		display: flex;
		background: #3DD5D5;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #F3F3F3;
		border-top: 1px solid #F3F3F3;
	}
	.nav_wrapper a {
		padding: 5px;
	}
	#page_top {
		display: none!important;
	}
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.cp .top {
		padding-bottom: 0;
		margin-bottom: 15px;
	}
	.cp .top span {
		font-size: 18px;
	}
	.cp .bottom {
		font-size: 16px;
	}
	.cp .circle {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.index-ttl {
		margin-bottom: 20px;
	}
	.index-ttl .en {
		font-size: 50px;
	}
	.index-ttl .ja {
		font-size: 20px;
	}
	.news-item {
		flex-direction: column;
	}
	.news-item .date {
		width: 100%;
		text-align: start;
	}
	.news-item .news-ttl {
		width: 100%;
	}
	#concept {
		padding: 40px 0;
	}
	h3.ttl {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.link {
		flex-direction: row;
	}
	#feature {
		padding: 45px 0;
	}
	#feature .item {
		margin-top: 40px;
		margin-bottom: 40px;
		padding: 25px 0;
	}
	#feature .txtbox, #feature .img {
		width: 100%;
	}
	#service {
		margin: 50px auto;
	}
	#service .flex .w-50 {
		padding: 30px 3% 60px;
		width: 100%;
	}
	#service h3.ttl {
		border-bottom: 2px solid #fff;
	}
	.more-btn {
		font-size: 17px;
	}
	#area {
		padding: 40px 0;
	}
	#index-about {
		padding: 40px 0;
	}
	#index-about .bg-img {
		padding: 10px;
		margin-top: 30px;
	}
	#index-about .txtbox {
		padding: 30px 0;
	}
	#index-fee {
		padding: 50px 0 60px;
	}
	#index-contact {
		padding: 50px 0;
	}
	#index-contact .txt {
		margin-top: 0;
	}
	.contact-flex {
		flex-direction: column;
	}
	.contact-btn {
		width: 100%;
		margin: 0 auto 20px;
	}
	#footer {
		padding-top: 20px;
	}
	.reserve {
		justify-content: space-between;
	}
	.reserve .btn {
		width: 48%;
		margin-right: 0;
		padding: 10px 0;
	}
	.footer-wrap {
		margin: 0 auto;
	}
	.copyright {
		padding: 15px 0 80px;
	}
	#mainvisual {
		height: 36vh;
	}
	.page-ttl {
		font-size: 25px;
	}
	.section {
		margin-top: 65px;
	}
	.sec-ttl {
		font-size: 18px;
		padding: 20px 0;
		margin: 0 auto 40px;
	}
	.sec-ttl::after {
		height: 1px;
	}
	#about .item {
		margin-bottom: 50px;
		padding: 30px 3%;
	}
	#about .txtbox, #about .img {
		width: 100%;
	}
	.section .img img {
		margin: 30px auto;
	}
	.bg_white {
		padding-top: 50px;
	}
	.flow-item .ttl .number {
		font-size: 18px;
	}
	.flow-item .ttl div {
		font-size: 17px;
		padding-left: 20px;
	}
	.flow-item .txt {
		padding: 15px;
	}
	.border {
		padding: 30px 0;
		border: 5px solid #3DD5D5;
		width: 95%;
	}
	.fee-btn {
		width: 75%;
	}
	.fee-btn a {
		font-size: 16px;
		padding: 12px 0;
	}
	#flow {
		margin-bottom: 80px;
	}
	.menu-item .ttl {
		font-size: 16px;
		padding: 10px 0 10px 10px;
	}
	.menu-item .txt {
		padding: 15px 2%;
	}
	.menu-item {
		margin-bottom: 30px;
	}
	.fee-btn {
		width: 65%;
	}
	.fee-btn a::after {
		border-left: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
	.price {
		flex-direction: column;
	}
	.price .content, .price .end {
		width: 100%;
	}
	.price::after {
		display: none;
	}
	.vacancy-menu h4 {
		font-size: 16px;
		padding: 10px 0 10px 10px;
		border-left: 3px solid #3DD5D5;
		width: 100%;
	}
	.vacancy-option .price div {
		width: 100%;
	}
	.vacancy-option {
		margin-bottom: 90px;
	}
	.company-list li {
		flex-direction: column;
	}
	.company-list .list-ttl {
		width: 80%;
	}
	.company-list .list-txt {
		padding: 13px 0px 10px 40px;
		width: 100%;
		margin: -10px auto 0 7px;
	}
	.contact-table tr {
		display: flex;
		flex-direction: column;
	}
	.contact-item, .contact-body {
		width: 100%;
		padding: 15px 10px;
	}
	.contact-item span {
		font-size: 13px;
	}
	.contactform {
		margin: 0 auto;
	}
	.contact-submit {
		font-size: 17px;
		padding: 10px 0;
	}
	


	
	

	
	
	
}