.myMainvisual {
	padding: 0  0 40px;
}

.myMainvisual .slider {
	position: relative;
}

.myMainvisual .slider .slick-slide {
	text-align: center;
}

.myMainvisual .slider .slick-slide img {
	display: inline;
	width: 100%;
}

.myMainvisual .slider .slick-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 1000;
}

.myMainvisual .slider .slick-dots li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: solid 2px #fff;
	margin: 0 8px;
	border-radius: 50%;
	background-color: #9d9d9d;
	width: 16px;
	height: 16px;
	line-height: 0;
	vertical-align: middle;
}

.myMainvisual .slider .slick-dots button {
	background-color: transparent;
	border-radius: 50%;
	border: none;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

.myMainvisual .slider .slick-dots button:hover {
	opacity: 0.7;
}

.myMainvisual .slider .slick-dots .slick-active {
	border-color: #22a494;
	background-color: #fff;
	width: 18px;
	height: 18px;
}

.myMainvisual .newsBlock {
	border: solid 2px #cfcfcf;
	padding: 10px 60px;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-radius: 9999px;
}

.myMainvisual .newsBlock .title,
.myMainvisual .newsBlock .body {
	display: table-cell;
	vertical-align: middle;
}

.myMainvisual .newsBlock .title {
	width: 4em;
	font-weight: bold;
	color: #f87983;
	font-size: 18px;
	font-size: 1.8rem;
}

.myMainvisual .newsBlock .item a {
	display: table;
	width: 100%;
	table-layout: fixed;
	text-decoration: none;
	color: #22a494;
	font-size: 16px;
	font-size: 1.6rem;
}

.myMainvisual .newsBlock .item a:hover .txt {
	text-decoration: underline;
}

.myMainvisual .newsBlock .item .date,
.myMainvisual .newsBlock .item .txt {
	display: table-cell;
	vertical-align: middle;
}

.myMainvisual .newsBlock .item .date {
	width: 6em;
}

.myMainvisual .newsBlock .item .txt {
	font-weight: bold;
}

.myMainvisual .newsBlock .item .txt span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.myFirstBlock {
	background-color: #fffff5;
	border-radius: 15px;
	padding: 40px 50px;
}

.myFirstBlock .title {
	margin-bottom: 20px;
	text-align: center;
	color: #f87983;
	font-size: 30px;
	font-size: 3rem;
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	font-weight: bold;
}

.myFirstBlock .body {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.myFirstBlock .image,
.myFirstBlock .detail {
	display: table-cell;
	vertical-align: middle;
}

.myFirstBlock .image {
	width: 330px;
	text-align: center;
}

.myFirstBlock .detail {
	padding-left: 50px;
}

.myFirstBlock .list {
	font-size: 20px;
	font-size: 2rem;
	color: #6e6c6b;
	font-weight: bold;
}

.myFirstBlock .list li {
	margin: 0 0 10px 1em;
	text-indent: -1em;
}

.myFirstBlock .list .num {
	color: #f87983;
}

.myFirstBlock .list .maker {
	background: -webkit-linear-gradient(transparent 50%, #ffff95 0%);
	background: linear-gradient(transparent 50%, #ffff95 0%);
}

.myFirstBlock .txt {
	margin: 0 0 40px 1em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #6e6c6b;
}

.myFirstBlock .btn {
	max-width: 404px;
	margin: 0 0 0 1em;
}

.myServiceList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.myServiceList li {
	width: 25%;
	margin-top: 40px;
}

.myServiceList li:nth-child(1),
.myServiceList li:nth-child(2),
.myServiceList li:nth-child(3),
.myServiceList li:nth-child(4) {
	margin-top: 0;
}

.myServiceList a {
	display: block;
	text-decoration: none;
}

.myServiceList .image {
	margin-bottom: 20px;
	text-align: center;
}

.myServiceList .title {
	max-width: 200px;
	margin: 0 auto 10px;
	padding: 3px 10px;
	border-radius: 5px;
	background-color: #f87983;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
}

.myServiceList .color02 .title {
	background-color: #22a494;
}

.myServiceList .txt {
	max-width: 200px;
	margin: 0 auto;
}

.myStaffFaqBlock {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.myStaffFaqBlock .staff,
.myStaffFaqBlock .faq {
	display: table-cell;
	vertical-align: top;
}

.myStaffFaqBlock .staff .body {
	max-width: 430px;
	margin: 0 auto;
}

.myStaffFaqBlock .staff .body .image {
	margin-bottom: 30px;
	text-align: center;
}

.myStaffFaqBlock .staff .body .txt {
	margin-bottom: 40px;
	color: #f87983;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
}

.myStaffFaqBlock .staff .body .btn {
	max-width: 290px;
	margin: 0 auto;
}

.myStaffFaqBlock .faq .body {
	max-width: 450px;
	margin: 0 auto;
}

.myStaffFaqBlock .faq .body .faqList {
	margin-bottom: 40px;
}

.myStaffFaqBlock .faq .body .faqList li:not(:last-child) {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: dotted 2px #cb9c1e;
}

.myStaffFaqBlock .faq .body .faqList a {
	display: block;
	position: relative;
	padding: 8px 0 0 70px;
	min-height: 50px;
	font-size: 20px;
	font-size: 2rem;
	color: #f87983;
	text-decoration: none;
	line-height: 1.5;
	font-weight: bold;
}

.myStaffFaqBlock .faq .body .faqList a:before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	line-height: 48px;
	text-align: center;
}

.myStaffFaqBlock .faq .body .btn {
	max-width: 290px;
	margin: 0 auto 40px;
}

.myStaffFaqBlock .faq .body .btnRecruit a {
	display: block;
	background-color: #fff;
	background-image: url(../img/common/icon_recruit.png);
	background-position: 25px center;
	background-repeat: no-repeat;
	border: solid 1px #ddd;
	padding: 36px 30px 30px 160px;
	border-radius: 10px;
	text-decoration: none;
	line-height: 1.4;
}

.myStaffFaqBlock .faq .body .btnRecruit .main {
	color: #22a494;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
}

.myStaffFaqBlock .faq .body .btnRecruit .en {
	color: #f87983;
	font-size: 15px;
	font-size: 1.5rem;
}

.myInfoDetailBlock {
	display: table;
	width: 100%;
	table-layout: fixed;
	position: relative;
	margin-bottom: 40px;
}

.myInfoDetailBlock .image,
.myInfoDetailBlock .detail {
	display: table-cell;
	vertical-align: top;
}

.myInfoDetailBlock .image {
	width: 470px;
	text-align: center;
}

.myInfoDetailBlock .detail {
	padding-left: 55px;
}

.myInfoDetailBlock .deco {
	position: absolute;
	top: -100px;
	right: 0;
}

.myInfoMapBlock .inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.myInfoMapBlock .inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.myInfoMapBlock .deco {
	margin: -10px -50px 0 0;
	text-align: right;
}

.myNewsBlock {
	position: relative;
}

.myNewsBlockWrap {
	position: relative;
	overflow: hidden;
}

.myNewsBlock .deco {
	position: absolute;
}

.myNewsBlock .decoL {
	top: -100px;
	left: -40px;
}

.myNewsBlock .decoR {
	top: -100px;
	right: 10px;
}

.myNewsBlock .decoB {
	bottom: -50px;
	right: 10px;
}

.myNewsBlock .myNewsSlider {
	margin: 0 -15px 60px;
	position: relative;
}

.myNewsBlock .myNewsSlider .item {
	margin: 0 15px;
}

.myNewsBlock .myNewsSlider .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 44px;
	width: 70px;
	height: 44px;
	margin: auto;
	text-indent: -9999px;
	z-index: 10;
}

.myNewsBlock .myNewsSlider .slick-prev {
	background-image: url(../img/common/arrowL.svg);
	left: -70px;
}

.myNewsBlock .myNewsSlider .slick-next {
	background-image: url(../img/common/arrowR.svg);
	right: -70px;
}

.myNewsBlock .btnAll {
	max-width: 290px;
	margin: 0 auto;
}

.myAboutBlock {
	padding: 70px 0 40px;
}

.myAboutBlock .title {
	margin-bottom: 20px;
	text-align: center;
}

.myAboutBlock .body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 850px;
	margin: 0 auto 40px;
}

.myAboutBlock .body .photo {
	width: 180px;
	position: relative;
	text-align: center;
}

.myAboutBlock .body .photo .image {
	position: relative;
	margin: 0 0 10px;
}

.myAboutBlock .body .photo .name {
	position: relative;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}

.myAboutBlock .body .photo .deco_pc {
	position: absolute;
	bottom: -30px;
	right: 0;
}

.myAboutBlock .body .photo .deco_sp01,
.myAboutBlock .body .photo .deco_sp02 {
	display: none;
}

.myAboutBlock .body .photo .deco_sp01 {
	width: 120px;
	position: absolute;
	top: -30px;
	left: -60px;
}

.myAboutBlock .body .photo .deco_sp02 {
	width: 120px;
	position: absolute;
	bottom: -20px;
	right: -60px;
}

.myAboutBlock .body .detail {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 20px;
	line-height: 2;
}

.myAboutBlock .body .detail p + p {
	margin-top: 20px;
}

.myAboutBlock .btn {
	max-width: 300px;
	margin: 0 auto;
}

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

.myMainvisual .slider .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}

.myMainvisual .slider .slick-dots button {
	width: 8px;
	height: 8px;
}

.myMainvisual .slider .slick-dots .slick-active {
	width: 10px;
	height: 10px;
}

.myFirstBlock .body {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.myFirstBlock .image,
.myFirstBlock .detail {
	display: block;
}

.myFirstBlock .image {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.myFirstBlock .detail {
	padding-left: 0;
	margin-bottom: 20px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.myFirstBlock .btn {
	margin-left: auto;
	margin-right: auto;
}

.myServiceList li {
	padding: 0 10px;
}

.myStaffFaqBlock {
	display: block;
	width: auto;
}

.myStaffFaqBlock .staff,
.myStaffFaqBlock .faq {
	display: block;
}

.myStaffFaqBlock .staff {
	margin-bottom: 30px;
}

.myInfoDetailBlock {
	display: block;
	width: auto;
}

.myInfoDetailBlock .image,
.myInfoDetailBlock .detail {
	display: block;
}

.myInfoDetailBlock .image {
	width: auto;
	margin-bottom: 30px;
}

.myInfoDetailBlock .detail {
	padding-left: 0;
}

.myInfoDetailBlock .deco {
	display: none;
}

.myInfoMapBlock .deco {
	display: none;
}

.myNewsBlock .deco {
	display: none;
}

.myNewsBlock .myNewsSlider .slick-arrow {
	background-size: 12px 22px;
	background-color: rgba(255, 255, 255, 0.8);
	width: 60px;
	height: 60px;
}

.myNewsBlock .myNewsSlider .slick-prev {
	left: -15px;
	border-radius: 0 30px 30px 0;
}

.myNewsBlock .myNewsSlider .slick-next {
	right: -15px;
	border-radius: 30px 0 0 30px;
}

.myAboutBlock .title {
	max-width: 480px;
	margin: 0 auto 40px;
}

}

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

.myMainvisual {
	padding-bottom: 20px;
}

.myMainvisual .newsBlock {
	padding: 10px 20px;
}

.myMainvisual .newsBlock .title {
	font-size: 14px;
	font-size: 1.4rem;
}

.myMainvisual .newsBlock .item a {
	font-size: 12px;
	font-size: 1.2rem;
}

.myFirstBlock {
	padding: 20px;
	border-radius: 8px;
}

.myFirstBlock .title {
	margin-bottom: 15px;
	font-size: 18px;
	font-size: 1.8rem;
}

.myFirstBlock .list {
	font-size: 16px;
	font-size: 1.6rem;
}

.myFirstBlock .txt {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.myServiceList li {
	width: 50%;
	padding: 0 10px;
	margin-top: 20px;
}

.myServiceList li:nth-child(3),
.myServiceList li:nth-child(4) {
	margin-top: 20px;
}

.myServiceList .title {
	margin-bottom: 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.myServiceList .txt {
	display: none;
}

.myStaffFaqBlock .staff .body .image {
	margin-bottom: 15px;
}

.myStaffFaqBlock .staff .body .txt {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}

.myStaffFaqBlock .faq .body .faqList {
	margin-bottom: 20px;
}

.myStaffFaqBlock .faq .body .faqList a {
	padding: 2px 0 0 40px;
	min-height: 30px;
	font-size: 18px;
	font-size: 1.8rem;
}

.myStaffFaqBlock .faq .body .faqList a:before {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.myStaffFaqBlock .faq .body .btnRecruit a {
	background-size: 60px auto;
	padding: 20px 20px 20px 100px;
	border-radius: 5px;
}

.myStaffFaqBlock .faq .body .btnRecruit .main {
	font-size: 18px;
	font-size: 1.8rem;
}

.myStaffFaqBlock .faq .body .btnRecruit .en {
	font-size: 12px;
	font-size: 1.2rem;
}

.myNewsBlock .myNewsSlider {
	margin-bottom: 40px;
}

.myAboutBlock {
	padding: 30px 0 20px;
}

.myAboutBlock .body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.myAboutBlock .body .photo {
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.myAboutBlock .body .photo .deco_pc {
	display: none;
}

.myAboutBlock .body .photo .deco_sp01,
.myAboutBlock .body .photo .deco_sp02 {
	display: block;
}

.myAboutBlock .body .detail {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	padding-left: 0;
	margin-bottom: 60px;
}

}


/*# sourceMappingURL=maps/top.css.map */
