@charset "UTF-8";

/* 0px - 960px */
@media screen and (min-width: 0px) and (max-width: 960px) {
	html {
	font-size: 56.25%; /* 1rem =9px */
	line-height: 1.4;
	}
}

/* ------------------- */
/* ---- Header ------- */
/* ------------------- */

/* 771px - */
@media screen and (min-width: 771px) {
	.menuBar {
		display: none;
	}
	#contactBotton {
		top: 26px;
		margin-right: 5%;
	}
	#contactBotton a {
		padding: 12px 80px;
	}
}
/* 481px - */
@media screen and (min-width: 481px) {
	.t-header {
		height: 120px;
	}
	.t-logo {
		top: 13px;
		width: 48px;
	}
}
/* 481px - 770px */
@media screen and (min-width: 481px) and (max-width: 770px) {
	.menuBar {
		top: 48px;
	}
	#contactBotton {
		top: 46px;
		margin-right: 12%;
	}
	.gNav {
		width: 48%;
		padding-top: 136px;
	}
	.full_nav.on .full_open {
		width: 48%;
	}
}
/* 0px - 770px */
@media screen and (min-width: 0px) and (max-width: 770px) {
	#contactBotton a {
		padding: 12px 24px;
	}
	.nav_pc {
		display: none;
	}
	.delay04 {
		margin-top: 0;
	}
}
/* 0px - 480px */
@media screen and (min-width: 0px) and (max-width: 480px) {
	.t-header {
		height: 80px;
	}
	.t-logo {
		top: 11px;
		width: 30px;
	}
	.menuBar {
		top: 32px;
	}
	#contactBotton {
		top: 30px;
		margin-right: 18%;
	}
	.gNav {
		width: 60%;
		padding-top: 96px;
	}
	.full_nav.on .full_open {
		width: 80%;
	}
}

/* ----------------------- */
/* ---- Cross Fade ------- */
/* ----------------------- */

/* 1121px - */
@media screen and (min-width: 1121px) {
	#crossFade {
		max-height: 864px;
	}
}
/* 481px - */
@media screen and (min-width: 481px) {
	#crossFade {
		padding-top: 120px;
	}
}
/* 981px - 1120px */
@media screen and (min-width: 981px) and (max-width: 1120px) {
	#crossFade {
		max-height: 817px;
	}
}
/* 781px - 980px */
@media screen and (min-width: 781px) and (max-width: 980px) {
	#crossFade {
		max-height: 704px;
	}
}
/* 681px - 780px */
@media screen and (min-width: 681px) and (max-width: 780px) {
	#crossFade {
		max-height: 604px;
	}
}
/* 581px - 680px */
@media screen and (min-width: 481px) and (max-width: 680px) {
	#crossFade {
		max-height: 538px;
	}
}
/* 481px - 580px */
@media screen and (min-width: 481px) and (max-width: 580px) {
	#crossFade {
		max-height: 402px;
	}
}
/* 0px - 480px */
@media screen and (min-width: 0px) and (max-width: 480px) {
	#crossFade {
		max-height: 480px;
		padding-top: 40px;
	}
}

/* --------------------------- */
/* ---- topCatchPhrase ------- */
/* --------------------------- */

/* 0px - 1300px */
@media screen and (min-width: 1331px) {
	#topCatchPhrase {
		margin-left: 45%;
	}
}
/* 771px - */
@media screen and (min-width: 771px) {
	#topCatchPhrase {
		top: 164px;
		font-size: 3rem;
	}
}
/* 481px - 770px */
@media screen and (min-width: 481px) and (max-width: 770px) {
	#topCatchPhrase {
		top: 156px;
		font-size: 2rem;
	}
}
/* 0px - 1300px */
@media screen and (max-width: 1300px) {
	#topCatchPhrase {
		margin-left: 10%;
	}
}
/* 0px - 480px */
@media screen and (min-width: 0px) and (max-width: 480px) {
	#topCatchPhrase {
		top: 104px;
		font-size: 1.8rem;
	}
}

/* ------------------------ */
/* ---- topTitleBox ------- */
/* ------------------------ */

/* 936px - */
@media screen and (min-width: 936px) {
	#topTitleBox {
		margin-bottom: 4rem;
	}
}
/* 771px - */
@media screen and (min-width: 771px) {
	#topTitleBox {
		padding: 40px;
	}
}
/* 481px - */
@media screen and (min-width: 481px) {
	.topMainTitle {
		font-size: 2rem;
	}
}
/* 0px - 770px */
@media screen and (min-width: 0px) and (max-width: 770px) {
	#topTitleBox {
		padding: 16px;
	}
}
/* 0px - 480px */
@media screen and (min-width: 0px) and (max-width: 480px) {
	.topMainTitle {
		font-size: 1.6rem;
	}
}

/* -------------------------- */
/* ---- Top Main Content ---- */
/* -------------------------- */

/* h2 */
/* 481px - 770px */
@media screen and (min-width: 481px) and (max-width: 770px) {
	.titleStaff {
		margin-bottom: 2.4rem;
	}
}
/* 0px - 480px */
@media screen and (min-width: 0px) and (max-width: 480px) {
	.titleService::before, .titleMenu::before, .titleNews::before {
		left: 6%;
	}
	.titleStaff {
		margin-bottom: 1.6rem;
	}
}
/* contentAbout */
/* 936px - */
@media screen and (min-width: 936px) {
	#contentAbout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90%;
		max-width: 1120px;
	}
	.topAboutContent-wrap {
		margin-left: 40px;
	}
}
/* 0px - 935px */
@media screen and (min-width: 0px) and (max-width: 935px) {
	.topAbout-wrap {
		margin-bottom: 4rem;
	}
	.titleAbout {
		padding: 0 24px;
	}
	.titleAbout::before {
		left: 60px;
	}
	.textBox-about {
		padding: 0 24px;
		margin: 0 auto;
	}
}
/* contentService */
/* 0px - 935px */
@media screen and (min-width: 0px) and (max-width: 935px) {
	.titleService {
		width: 100%;
		padding: 0 24px;
	}
	.titleService::before {
		left: 60px;
	}
}
@media screen and (min-width: 601px) {
	.topFeature-wrap {
		max-height: 356px;
		overflow: hidden;
	}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
	.topFeature-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		padding: 0 24px;
	}
	.topFeature-img {
		width: 100%;
	}
	.topFeature-txt-inner {
		width: 100%;
		background-color: #EFEADF;
	}
}
/* contentMenu */
/* 771px - */
@media screen and (min-width: 771px) {
	#contentMenu.t-content p.textBox {
		margin-bottom: 4rem;
	}
}
/* 481px - 770px */
@media screen and (min-width: 481px) and (max-width: 770px) {
	#contentMenu.t-content p.textBox {
		margin-bottom: 3.2rem;
	}
}
/* 0px - 480px */
@media screen and (min-width: 0px) and (max-width: 480px) {
	#contentMenu {
		margin: 0 auto 5.2rem;
	}
	#contentMenu.t-content p.textBox {
		margin-bottom: 2rem;
	}
	.priceTable {
		margin-bottom: 2.4rem;
		font-size: 1.4rem;
		width: 90%;
	}
	.priceTable tr.trColor td {
		padding: 0.8rem 0;
		min-width: 0px;
	}
	.priceTable td {
		padding: 1.6rem 0.8rem;
	}
	.topBotton-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.lineBotton {
		margin-bottom: 40px;
	}
}
/* 0px - 440px */
@media screen and (min-width: 0px) and (max-width: 440px) {
	.topBottonBox {
		font-size: 90%;
	}
}
/* contentStaff */
/* 771px - */
@media screen and (min-width: 771px) {
	.topStaff-wrap {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
/* 481px -  */
@media screen and (min-width: 481px) {
	.topStaffBk {
		padding-top: 8rem;
		padding-bottom: 8rem;
		margin-bottom: 8rem;
	}
}
/* 0px - 770px */
@media screen and (min-width: 0px) and (max-width: 770px) {
	.topStaff-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.topStaffBox {
		padding: 0 12px;
	}
	.topStaffName {
		padding-left: 20px;
	}
	.topStaffImg {
		max-width: 280px;
		padding: 12px;
		margin-bottom: 1.6rem;
	}
}
/* - 480px */
@media screen and (max-width: 480px) {
	.topStaff-wrap {
		margin-bottom: 4rem;
	}
	.topStaffBk {
		padding-top: 4rem;
		padding-bottom: 4rem;
		margin-bottom: 4rem;
	}
}
/* contentNews */
/* 0px - 480px */
@media screen and (min-width: 0px) and (max-width: 480px) {
	.topNews-wrap {
		margin-bottom: 1.6rem;
	}
	.topNewsGrid {
		width: 95%;
	}
}
/* ins-wrap */
/* 0px - 480px */
@media screen and (min-width: 0px) and (max-width: 480px) {
	#ins-wrap {
		padding: 1.2rem 0;
		width: 100%;
	}
	.ins-wrap-inner {
		width: 95%;
	}
	.toInsPages {
		margin: 0 auto 4rem;
	}
}

/* ------------------- */
/* ---- Footer ------- */
/* ------------------- */

/* 0px - 480px */
@media screen and (min-width: 0px) and (max-width: 480px) {
	.f-title-JN {
		font-size: 1.2rem;
	}
}

/* -------------------------- */
/* ---- Smooth Scroll ------- */
/* -------------------------- */

/* 1061px - */
@media screen and (min-width: 1061px) {
	#topContactInfo {
		padding-top: 160px;
		margin-top: -160px;
	}
	#contentAbout {
		padding-top: 160px;
		margin-top: -160px;
	}
	#contentService {
		padding-top: 160px;
		margin-top: -160px;
	}
	#contentMenu {
		padding-top: 160px;
		margin-top: -160px;
	}
	#contentStaff {
		padding-top: 80px;
		margin-top: -80px;
	}
}
/* 771px - 1060px */
@media screen and (min-width: 771px) and (max-width: 1060px) {
	#topContactInfo {
		padding-top: 140px;
		margin-top: -140px;
	}
	#contentAbout {
		padding-top: 140px;
		margin-top: -140px;
	}
	#contentService {
		padding-top: 140px;
		margin-top: -140px;
	}
	#contentMenu {
		padding-top: 140px;
		margin-top: -140px;
	}
	#contentStaff {
		padding-top: 70px;
		margin-top: -70px;
	}
}
/* 481px - 770px */
@media screen and (min-width: 481px) and (max-width: 770px) {
	#topContactInfo {
		padding-top: 120px;
		margin-top: -120px;
	}
	#contentAbout {
		padding-top: 120px;
		margin-top: -120px;
	}
	#contentService {
		padding-top: 120px;
		margin-top: -120px;
	}
	#contentMenu {
		padding-top: 120px;
		margin-top: -120px;
	}
	#contentStaff {
		padding-top: 60px;
		margin-top: -60px;
	}
}
/* - 480px */
@media screen and (max-width: 480px) {
	#topContactInfo {
		padding-top: 100px;
		margin-top: -100px;
	}
	#contentAbout {
		padding-top: 100px;
		margin-top: -100px;
	}
	#contentService {
		padding-top: 100px;
		margin-top: -100px;
	}
	#contentMenu {
		padding-top: 100px;
		margin-top: -100px;
	}
	#contentStaff {
		padding-top: 50px;
		margin-top: -50px;
	}
}

/* ------------------------- */
/* ----- Child Content ----- */
/* ------------------------- */

/* 481px - */
@media screen and (min-width: 481px) {
	.subPage-wrap {
		padding: 160px 20px 0;
	}
}
/* - 480px */
@media screen and (max-width: 480px) {
	.subPage-wrap {
		padding: 100px 20px 0;
	}
}
/* News Page */
/* 726px - */
@media screen and (min-width: 726px) {
	.news-item-wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.news-item-img {
		width: 240px;
	}
	.news-item-inner {
		width: 65%;
		padding: 0 20px;
	}
}
/* 481px - */
@media screen and (max-width: 725px) {
	.news-item-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.news-item-img {
		width: 100%;
		max-width: 320px;
	}
	.news-item-inner {
		width: 100%;
		padding: 0 12px;
	}
}



