@charset "UTF-8";

/*@import url("style_menu.css");*/

img {
	width: 100%;
	height: auto;
}
.logo {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
	z-index: 5;
}
 .brssp {
 	display: none;
 }
 .fin {
	opacity : 0;
	transform : translate(0, 20px);
	transition-duration: 1s;
	transition-property: all;
}
.fin.sin {
	opacity : 1;
	transform : translate(0, 0);
}
.firstbox.sin {
	transition-delay: 1s;
}
@media screen and (max-width: 480px) {
 .brssp {
 	display: block;
 }
 .brclear {
 	display: none;
 }
}

/* トップ メイン */

.tcpbox {
	position: absolute;
	z-index: 4;
	top: 350px;
	right: 5%;
	width: 450px;
}
.tcp01, .tcp02 {
	position: absolute;
	font-size: 50px;
	font-weight: 600;
	color: #C70067;
	background: #FFF;
	line-height: 1.4em;
	padding: 0 10px;
	display: inline-block;
	overflow: hidden;
}
.tcp02 {
	top: 100px;
}
.tcp01 span {
	letter-spacing: -.09em;
	position: relative;
	display: inline-block;
}
.tcp01 span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/lettere.png") no-repeat center center;
	background-size: auto 80%;
	opacity: 0;
	transition: all .8s 2.5s;
}
.tcp01.eon span:before {
	opacity: 1;
}
.tcp01:before, .tcp02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #C70067;
	transform-origin: right center;
	transition: all .5s 1.8s;
}
.tcp01.eon:before, .tcp02.eon:before {
	left: 100%;
}

@media screen and (max-width: 800px) {
.tcpbox {
	position: absolute;
	z-index: 4;
	top: 250px;
	right: 5%;
	width: 350px;
}
.tcp01, .tcp02 {
	position: absolute;
	font-size: 40px;
	font-weight: 600;
	color: #C70067;
	background: #FFF;
	line-height: 1.4em;
	padding: 0 10px;
	display: inline-block;
	overflow: hidden;
}
.tcp02 {
	top: 70px;
}
.tcp01 span {
	letter-spacing: -.09em;
	position: relative;
	display: inline-block;
}
.tcp01 span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/lettere.png") no-repeat center center;
	background-size: auto 80%;
	opacity: 0;
	transition: all .8s 2.5s;
}
.tcp01.eon span:before {
	opacity: 1;
}
.tcp01:before, .tcp02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #C70067;
	transform-origin: right center;
	transition: all .5s 1.8s;
}
.tcp01.eon:before, .tcp02.eon:before {
	left: 100%;
}
}
.mainSlide {
	width: 100%;
	position: relative;
	height: 700px;
	overflow: hidden;
}
.mainSlide:before {
	content: "";
	position: absolute;
	width: 8848px;
	height: 700px;
	background: url("../img/letters.png") repeat-x left bottom;
	background-size: auto 90%;
  will-change: transform, animation, position;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	animation: 400s linear 0s infinite loopbg;
}
_:-ms-lang(x)::-ms-backdrop, .mainSlide:before {
	content: "";
	position: absolute;
	width: 8848px;
	height: 700px;
	background: url("../img/letters.jpg") repeat-x left bottom;
	background-size: auto 90%;
}
@media screen and (max-width: 800px) {
.mainSlide {
	width: 100%;
	position: relative;
	height: 500px;
	overflow: hidden;
}
.mainSlide:before {
	content: "";
	position: absolute;
	width: 6328px;
	height: 500px;
	background: url("../img/letters.png") repeat-x left bottom;
	background-size: auto 90%;
  will-change: transform, animation, position;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	animation: 400s linear 0s infinite loopbg2;
}
}
@keyframes loopbg {
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(-7742px);
  }
}
@keyframes loopbg2 {
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(-5537px);
  }
}
@keyframes loopbg3 {
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(-4431px);
  }
}
.mainSlide:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 700px;
	background: #FFF;
	transition: all 1s 1.5s;
	left: 0;
	opacity: 1;
}
.mainSlide.eon:after {
	left: -120%;
	opacity: .8;
	transform: skew(-27.5deg);
}
.slidebox {
	mask-image: url('../img/mask.png');
	-webkit-mask-image: url('../img/mask.png');
  mask-size: 100%;
	-webkit-mask-size: 100%;
  mask-position: left top;
	-webkit-mask-position: left top;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	width: 790px;
	height: 660px;
	position: absolute;
	top: 0;
	right: 5%;
	opacity: 0;
	z-index: 2;
	transition: all .8s 1.5s;
}
@media screen and (max-width: 800px) {
.mainSlide:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 500px;
	background: #FFF;
	transition: all 1s 1.5s;
	left: 0;
	opacity: 1;
}
.mainSlide.eon:after {
	left: -130%;
	opacity: .8;
	transform: skew(-27.5deg);
}
.slidebox {
	mask-image: url('../img/mask.png');
	-webkit-mask-image: url('../img/mask.png');
  mask-size: 100%;
	-webkit-mask-size: 100%;
  mask-position: left top;
	-webkit-mask-position: left top;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	width: 590px;
	height: 460px;
	position: absolute;
	top: 0;
	right: 2%;
	opacity: 0;
	z-index: 2;
	transition: all .8s 1.5s;
}
}
.slidebox.eon {
	top: 0;
	right: 10%;
	opacity: 1;
}
.ie11only {
	display: none;
}
_:-ms-lang(x)::-ms-backdrop, .ie11only {
	display: block;
	z-index: 4;
	position: absolute;
	width: 790px;
	height: 660px;
	top: 0;
	right: 5%;
}
_:-ms-lang(x)::-ms-backdrop, .slidebox {
	display: none;
}
.slidebox:before {
	content: "";
	position: absolute;
	width: 790px;
	height: 660px;
	background: url("../img/over.png") no-repeat left top;
	background-size: 100% auto;
	top: 0;
	left: 0;
	z-index: 2;
}
@media screen and (max-width: 800px) {
.slidebox:before {
	content: "";
	position: absolute;
	width: 590px;
	height: 460px;
	background: url("../img/over.png") no-repeat left top;
	background-size: 100% auto;
	top: 0;
	left: 0;
	z-index: 2;
}
}
.swiper-slide:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #B61155;
	top: 0;
	left: 0;
	opacity: 0;
	transform: skew(-30deg);
	transition: all 1s 0s;
}
.swiper-slide-active:before {
	left: -150%;
	opacity: 1;
}
#page-animate .panel01::before {
 content: '';
 position: fixed;
 top: 0;
 left: 150%;
 width: 110%;
 height: 100%;
 background-color: #FCCF54;
 z-index: 9999;
 pointer-events: none;
 right: -100%;
 transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
 transform: skew(-10deg);
}
#page-animate .panel02::before {
 content: '';
 position: fixed;
 top: 0;
 left: -150%;
 width: 110%;
 height: 100%;
 background-color: #B61155;
 z-index: 9999;
 pointer-events: none;
 right: 100%;
 transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
 transform: skew(-10deg);
}
#page-animate .panel01::after {
 content: '';
 position: fixed;
 top: 0;
 left: 150%;
 width: 110%;
 height: 100%;
 background-color: #FCCF54;
 z-index: 9999;
 pointer-events: none;
 right: -100%;
 transition: all 0.8s 1s cubic-bezier(0.4, 0, 0.2, 1);
 transform: skew(-10deg);
}
#page-animate .panel02::after {
 content: '';
 position: fixed;
 top: 0;
 left: -150%;
 width: 110%;
 height: 100%;
 background-color: #B61155;
 z-index: 9999;
 pointer-events: none;
 right: 100%;
 transition: all 0.8s 1s cubic-bezier(0.4, 0, 0.2, 1);
 transform: skew(-10deg);
}
#page-animate.is-slide-in .panel01::before {
 left: 55%;
 transform: skew(-27.5deg);
}
#page-animate.is-slide-in .panel02::before {
 left: -55%;
 transform: skew(-27.5deg);
}
#page-animate.is-slide .panel01::after {
 left: 55%;
 transform: skew(-27.5deg);
}
#page-animate.is-slide .panel02::after {
 left: -55%;
 transform: skew(-27.5deg);
}
@media screen and (max-width: 600px) {
.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	font-size: 10px;
}
	.logo img{
		width: 60px;
		height: auto;
		margin-top: -5px;
		margin-right: 5px;
	}
	.entrylink{
		display: none;
	}
.tcpbox {
	top: 230px;
	right: 3%;
	width: 260px;
}
.tcp01, .tcp02 {
	font-size: 30px;
	padding: 0 10px;
}
.tcp02 {
	top: 50px;
}
.mainSlide {
	width: 100%;
	height: 400px;
}
.mainSlide:before {
	content: "";
	position: absolute;
	width: 5064px;
	height: 400px;
	background: url("../img/letters.png") repeat-x left bottom;
	background-size: auto 90%;
  will-change: transform, animation, position;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	animation: 400s linear 0s infinite loopbg3;
}
.mainSlide:after {
	width: 100%;
	height: 400px;
}
.slidebox {
	width: 450px;
	height: 380px;
	right: -10%;
}
.slidebox.eon {
	top: 0;
	right: -5%;
	opacity: 1;
}
.slidebox:before {
	width: 450px;
	height: 380px;
}
}


/* トップ 右ベタ */

.rightPanel {
	position: absolute;
	width: 100%;
	height: 700px;
	background: url("../img/cbg01.jpg") no-repeat center center;
	background-size: cover;
	transform: skew(-27.5deg);
	left: calc(90% - 350px);
	z-index: 1;
}
@media screen and (max-width: 800px) {
.rightPanel {
	position: absolute;
	width: 100%;
	height: 500px;
	background: url("../img/cbg01.jpg") no-repeat center center;
	background-size: cover;
	transform: skew(-27.5deg);
	left: calc(90% - 200px);
	z-index: 1;
}
}
@media screen and (max-width: 600px) {
.rightPanel {
	height: 400px;
	left: calc(90% - 100px);
}
}

/* 右サイドメニュー */
.button_container {
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.25s ease;
}
.button_container:before {
	position: absolute;
	top: 0;
	left: -30px;
	width: 30px;
	height: 20px;
	content: "";
}
.button_container .top, .button_container .middle,
.button_container .bottom{
  width: 31px; 
}
.button_container.active .top, .button_container.active:hover .top {
  transform: translateY(10px) translateX(0) rotate(45deg);
  background: #D5D5D5;
	top: 0;
}
.button_container.active .middle {
  opacity: 0;
  background: #D5D5D5;
}
.button_container.active .bottom, .button_container.active:hover .bottom {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  background: #D5D5D5;
	width: 31px;
	top: 20px;
}
.button_container span {
  background: #D5D5D5;
  border: none;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.35s ease;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}
.button_container:hover span:nth-of-type(1) {
  top: -2px;
}
.button_container:hover span:nth-of-type(3) {
  top: 22px;
}

/* 右サイドメニュー */
body{
	overflow-x: hidden;
	margin: 0;
}
#slide_menu {
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	box-sizing: border-box;
   background: #B60355;;
}
.smbox {
	position: relative;
	width: 80%;
	height: 90vh;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 120px 0 80px;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.smbox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.smbox p,
.smbox p a {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
}
.smbox > p a,
.smbox > ul > li > p {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}
.smbox > p {
	padding-bottom: 20px;
}
.smbox p span {
	font-size: 12px;
	font-style: italic;
	padding-left: 10px;
	font-weight: 400;
}
.smbox ul {
	margin-bottom: 20px;
}
.smbox > ul > li > ul > li {
	background: rgba(210,185,197,0.0);
	line-height: 30px;
	position: relative;
	transition: all .5s;
	box-sizing: border-box;
	padding: 0px;
	border-bottom: solid 1px rgba(210,185,197,0.2);
}
.smbox > ul > li > ul > li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #FFF;
	opacity: 0;
	transition: all .5s;
}
.smbox > ul > li > ul > li:hover{
	background: rgba(210,185,197,0.1);
}
.smbox > ul > li > ul > li a:hover:before {
	opacity: 1;
	width: 100%;
}
.smbox > ul > li > ul > li a:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: url("../img/arrow_y.svg") no-repeat center center;
	background-size: contain;
	right: 10px;
	top: calc(50% - 5px);
	z-index: -1;
}
.smbox > ul > li > ul > li a.new-win:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 12px;
	background: url("../img/nwin-y.svg") no-repeat center center;
	background-size: contain;
	right: 10px;
	top: calc(50% - 6px);
	z-index: 1;
}
.smbox > ul > li > ul > li a {
	color: #EBDBE3;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 5px 0 5px 10px;
	z-index: 5;
   line-height: 1.6em;
}
#container {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}
.entryBtn {
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	position: fixed;
	border-radius: 50%;
	border: solid 2px #B60355;
	box-sizing: border-box;
	font-family: 'Barlow', sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #B60355;
	top: 55px;
  right: 8px;
	z-index: 100;
	cursor: pointer;
	transition: all .3s;
}
.entryBtn:hover {
	color: #FFF;
	background: #B60355;
}
.entryBtn a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 600px) {
#slide_menu {
	position: fixed;
	top: 0;
	right: -90vw;
	width: 90vw;
	height: 100%;
	box-sizing: border-box;
  background: #B60355;
}
}
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
    width: 100vw;
	z-index: 100;
}
.modal__bg {
    background: rgba(255,255,255,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    background: #B60355;
    left: 50%;
    padding: 20px 20px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
		max-width: 600px;
		box-sizing: border-box;
}
.modal__content:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 100px;
	background: url("popdeco01.png") no-repeat center center;
	background-size: contain;
	top: 0px;
	left: 0px;
}
.modal__content:after {
	position: absolute;
	content: "";
	width: 150px;
	height: 150px;
	background: url("popdeco02.png") no-repeat center center;
	background-size: contain;
	bottom: -20px;
	right: -20px;
}
a.js-modal-close {
	position: absolute;
	text-decoration: none;
	top: 10px;
	right: 10px;
	font-size: 20px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	color: #FFF;
	font-weight: 400;
	text-align: center;
}
.modal__content .p01 {
	font-family: 'Barlow', sans-serif;
	color: #FFF;
	font-size: 50px;
	font-style: italic;
	text-align: center;
}
.modal__content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 86%;
	margin: 0 auto;
}
.modal__content ul li {
	width: 48%;
	position: relative;
}
.modal__content ul li .btn {
	width: 100%;
	height: 80px;
	background: #FFF;
	border-radius: 40px;
	position: relative;
	margin-bottom: 20px;
}
.modal__content ul li .btn a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.modal__content ul li:nth-child(1) .btn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/mynavi.gif") no-repeat center center;
	background-size: auto 35px;
}
.modal__content ul li:nth-child(2) .btn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/mynavi25.svg") no-repeat center center;
	background-size: auto 20px;
}
.modal__content ul li:nth-child(3) .btn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/mynavi2026.png") no-repeat center center;
	background-size: auto 20px;
}
.modal__content ul li p {
	text-align: center;
	line-height: 1.6em;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
}

body.intern-link .modal__content ul li:nth-child(1) {
	display: none;
}
body:not(.intern-link) .modal__content ul li:nth-child(1) {
	display: none;
}
body:not(.intern-link) .modal__content ul li:nth-child(2) {
	display: none;
}
@media screen and (max-width: 600px) {
.modal__content {
    padding: 20px 20px 40px;
    width: 90%;
		max-width: 600px;
}
.modal__content .p01 {
	font-size: 40px;
}
.modal__content ul {
	width: 96%;
}
.modal__content ul li {
	width: 100%;
	position: relative;
}
.modal__content ul li .btn {
	width: 100%;
	height: 60px;
	border-radius: 30px;
	margin-bottom: 10px;
}
.modal__content ul li:nth-child(1) .btn:before {
	background-size: auto 24px;
}
.modal__content ul li:nth-child(2) .btn:before {
	background-size: auto 18px;
}
.modal__content ul li p {
	text-align: center;
	line-height: 1.6em;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
}
}


/* フッター */
footer {
	width: 100%;
	background: #EFEFEF;
	padding: 60px 0 40px;
}
.footerbox {
	width: 90%;
	margin: 0 auto;
}
.footerbox > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.footerbox > ul > li {
	width: 31.33%;
   margin: 0 1% 40px;
}
@media screen and (max-width: 800px) {
.footerbox {
	max-width: 600px;
}
.footerbox > ul > li {
	width: 50%;
	margin-bottom: 40px;
}
}
@media screen and (max-width: 600px) {
footer {
	padding: 10px 0 30px;
}
.footerbox {
	display: none;
}
}
.footerbox > ul > li a {
	font-size: 13px;
	line-height: 1.2em;
	color: #000;
	text-decoration: none;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	transition: all .3s;
}
.footerbox > ul > li a:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	right: -20px;
	top: calc(50% - 5px);
	background: url("../img/arrow_r.png") no-repeat center center;
	background-size: contain;
	transition: all .3s;
}
.footerbox > ul > li a.new-win:after {
   content: "";
	position: absolute;
   width: 12px;
   height: 12px;
   right: -20px;
   top: calc(50% - 6px);
   background: url("../img/nwin.svg") no-repeat center center;
	background-size: contain;
}
.footerbox > ul > li a:hover {
	color: #B60355;
}
.footerbox > ul > li a:hover:after {
	right: -23px;
}
.footerbox > ul > li p {
	font-size: 18px;
	color: #B60355;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.footerbox > ul > li p span {
	display: block;
	font-size: 13px;
	font-style: italic;
	font-family: 'Barlow', sans-serif;
}
.footerbox .cs {
	opacity: .7;
	position: relative;
	line-height: 1.2em;
	padding-bottom: 20px;
}
.footerbox .cs:after {
	content: "COMING SOON";
	position: absolute;
	font-style: italic;
	font-family: 'Barlow', sans-serif;
	font-size: 11px;
	display: block;
}
.cr {
	text-align: center;
	font-size: 14px;
	padding: 30px 0 0;
}


/* 詳細共通パーツ */
.mainbox01 {
	width: 100%;
	height: 350px;
	position: relative;
	z-index: 1;
}
.mainbox01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-size: auto 350px;
	background-position: center top!important;
	background-attachment: fixed;
	background-repeat: no-repeat;
	transition: all 1s 1.5s;
}
.mainbox01.eon:before {
	opacity: 1;
}
.mainbox01 .h1sub {
	display: inline-block;
	background: #FFF;
	position: absolute;
	bottom: 40px;
	left: 5%;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	color: #B60355;
	padding: 0 10px;
	overflow: hidden;
}
.mainbox01 .h1sub:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #B60355;
	transition: all .5s 2s;
}
.mainbox01.eon .h1sub:before {
	left: 100%;
}
.mainbox01 h1 {
	display: inline-block;
	background: #B60355;
	position: absolute;
	bottom: -20px;
	left: 5%;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 500;
	color: #FFF;
	padding: 0 10px;
	overflow: hidden;
}
.mainbox01 h1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	transition: all .5s 2s;
}
.mainbox01.eon h1:before {
	left: 100%;
}
.contents {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.recruitlink {
	width: 100%;
	height: 80px;
	position: relative;
}
.recruitlink.cs2 p {
	opacity: .6;
}
.recruitlink a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.recruitlink p {
	display: inline-block;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 22px;
	letter-spacing: .02em;
	font-weight: 500;
	color: #FFF;
	transition: all .5s;
}
.recruitlink:hover p {
	color: #B60355;
}
.recruitlink.cs2:hover p {
	color: #FFF;
}
.recruitlink p .csspan {
	font-size: 11px;
	width: 100%;
	line-height: 1em;
	display: block;
	position: absolute;
	bottom: -5px;
	text-align: center;
	color: #FFF;
	font-style: italic;
	font-family: 'Barlow', sans-serif;
}
/*.recruitlink p:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: calc(50% - 10px);
	right: -35px;
	background: url("../img/arrow_w.png") no-repeat center center;
	background-size: contain;
	transition: all .5s;
}*/
.recruitlink.cs2 p:before {
	display: none;
}
/*.recruitlink:hover p:before {
	right: -40px;
	background: url("../img/arrow_r.png") no-repeat center center;
	background-size: contain;
}*/
.recruitlink:after {
	position: absolute;
	content: "";
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: #B60355;
	z-index: -2;
}
.recruitlink:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #FCCF54;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.recruitlink:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.recruitlink.cs2:hover:before {
   transform: scale(0, 1);
}

.recruitlink02 {
	width: 100%;
	height: 80px;
	position: relative;
}
.recruitlink02.cs2 p {
	opacity: .6;
}
.recruitlink02 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.recruitlink02 p {
	display: inline-block;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 22px;
	letter-spacing: .02em;
	font-weight: 500;
	color: #FFF;
	transition: all .5s;
}
.recruitlink02:hover p {
	color: #B60355;
}
.recruitlink.cs2:hover p {
	color: #FFF;
}
.recruitlink02 p .csspan {
	font-size: 11px;
	width: 100%;
	line-height: 1em;
	display: block;
	position: absolute;
	bottom: -5px;
	text-align: center;
	color: #FFF;
	font-style: italic;
	font-family: 'Barlow', sans-serif;
}
/*.recruitlink02 p:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: calc(50% - 10px);
	right: -35px;
	background: url("../img/arrow_w.png") no-repeat center center;
	background-size: contain;
	transition: all .5s;
}*/
.recruitlink02.cs2 p:before {
	display: none;
}
/*.recruitlink02:hover p:before {
	right: -40px;
	background: url("../img/arrow_r.png") no-repeat center center;
	background-size: contain;
}*/
.recruitlink02:after {
	position: absolute;
	content: "";
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: #CF6193;
	z-index: -2;
}
.recruitlink02:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #FCCF54;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.recruitlink02:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.recruitlink02.cs2:hover:before {
   transform: scale(0, 1);
}

.recruitlink03 {
	width: 100%;
	height: 80px;
	position: relative;
}
.recruitlink03.cs2 p {
	opacity: .6;
}
.recruitlink03 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.recruitlink03 p {
	display: inline-block;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	font-size: 22px;
	letter-spacing: .02em;
	font-weight: 500;
	color: #B60355;
	transition: all .5s;
}
.recruitlink03:hover p {
	color: #B60355;
}
.recruitlink03.cs2:hover p {
	color: #B60355;
}
.recruitlink03 p .csspan {
	font-size: 11px;
	width: 100%;
	line-height: 1em;
	display: block;
	position: absolute;
	bottom: -5px;
	text-align: center;
	color: #B60355;
	font-style: italic;
	font-family: 'Barlow', sans-serif;
}
.recruitlink03 p:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: calc(50% - 10px);
	right: -10px;
	background: url("../img/link.png") no-repeat center center;
	background-size: contain;
	transition: all .5s;
}
.recruitlink03.cs2 p:before {
	display: none;
}
/*.recruitlink03:hover p:before {
	right: -40px;
	background: url("../img/arrow_r.png") no-repeat center center;
	background-size: contain;
}*/
.recruitlink03:after {
	position: absolute;
	content: "";
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: #E9C3D1;
	z-index: -2;
}
.recruitlink03:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #FCCF54;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.recruitlink03:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.recruitlink03.cs2:hover:before {
   transform: scale(0, 1);
}

.btn2 {
	margin: 0 auto;
	width: auto;
	height: 70px;
	border-radius: 35px;
	box-sizing: border-box;
	border: 3px solid #b60355;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn2 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.btn2 p {
	color: #b60355;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 500;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	text-align: center;
}
.btn2 p:after {
	content: "";
	position: absolute;
	right: 18px;
	height: 18px;
	width: 20px;
	background: url("../img/arrow_r.png") no-repeat center center;
	background-size: contain;
	top: calc(50% - 9px);
	transition: all .5s;
}
.btn2:after {
	position: absolute;
	content: "";
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: #FDF0F7;
	z-index: -2;
}
.btn2:hover p:after {
	right: 15px;
}
.btn3 {
	margin: 0 auto;
	width: auto;
	height: 30px;
	border-radius: 17px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.btn3 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.btn3 p {
	color: #FFF;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 500;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	text-align: center;
}
.btn3 p:after {
	content: "";
	position: absolute;
	right: 10px;
	height: 10px;
	width: 10px;
	background: url("../img/arrow_w.png") no-repeat center center;
	background-size: contain;
	top: calc(50% - 5px);
	transition: all .5s;
}
.btn3:after {
	position: absolute;
	content: "";
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: #B60355;
	z-index: -2;
}
.btn3:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #F5D06A;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .5s;
}
.btn3:hover p {
	color: #B60355;
}
.btn3:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn3:hover p:after {
	right: 5px;
	background: url("../img/arrow_r.png") no-repeat center center;
	background-size: contain;
}


.btn3w {
	margin: 0 auto;
	width: auto;
	height: 30px;
	border-radius: 17px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn3w a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.btn3w p {
	color: #B60355;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 500;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	text-align: center;
}
.btn3w p:after {
	content: "";
	position: absolute;
	right: 10px;
	height: 10px;
	width: 10px;
	background: url("../img/arrow_r.png") no-repeat center center;
	background-size: contain;
	top: calc(50% - 5px);
	transition: all .3s;
}
.btn3w:after {
	position: absolute;
	content: "";
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: -2;
}
.btn3w:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #F5D06A;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.btn3w:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn3w:hover p:after {
	right: 5px;
}


.bubble01{
    position: relative;
    width: 100%;
    height: 36px;
    background: #B60355;
    text-align: center;
    color: #FFFFFF;
    font-size: 19px;
		line-height: 36px;
    font-weight: 500;
		z-index: 3;
}
.bubble01:after{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(182, 3, 85, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #B60355;
    top: 100%;
    left: 50%;
}
.bubble02 {
    position: relative;
    width: 100%;
    height: 36px;
    background: #B60355;
    text-align: center;
    color: #FFFFFF;
    font-size: 19px;
		line-height: 36px;
    font-weight: 500;
		z-index: 3;
}
.bubble02:after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(182, 3, 85, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#B60355;
    bottom:100%;
    left:50%;
}
.btmlink {
	padding: 60px 0;
}
.btmlinksub {
	width: 80%;
	max-width: 980px;
	margin: 0 auto;
	border-top: 2px dotted #d3d3d3;
	box-sizing: border-box;
	padding: 80px 0 0;
}
.btmlinksub .p01 {
	text-align: center;
	color: #B60355;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.4em;
}
.btmlinksub .p02 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 30px;
}
.btmlinksub ul {
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btmlinksub ul li {
	width: 46%;
	margin: 0 2%;
}


@media screen and (max-width: 600px) {
.mainbox01 {
	height: 200px;
}
.mainbox01:before {
	width: 100%;
	height: 200px;
	background-size: auto 200px;
	background-position: center top!important;
}
.mainbox01 .h1sub {
	bottom: 30px;
	left: 5%;
	font-size: 14px;
	padding: 0 5px;
}
.mainbox01 h1 {
	bottom: -10px;
	left: 5%;
	font-size: 19px;
	padding: 0 5px;
}
	.recruitlink_wrap{
		display: block;
	}
.recruitlink {
	height: 60px;
}
.recruitlink p {
	font-size: 16px;
}
/*.recruitlink p:before {
	width: 15px;
	height: 15px;
	top: calc(50% - 8px);
	right: -30px;
}
.recruitlink:hover p:before {
	right: -35px;
}*/
	
.recruitlink02 {
	height: 60px;
}
.recruitlink02 p {
	font-size: 16px;
}
/*.recruitlink02 p:before {
	width: 15px;
	height: 15px;
	top: calc(50% - 8px);
	right: -30px;
}
.recruitlink02:hover p:before {
	right: -35px;
}*/
	
.recruitlink03 {
	height: 60px;
}
.recruitlink03 p {
	font-size: 16px;
	width: 52%;
}
/*.recruitlink03 p:before {
	width: 15px;
	height: 15px;
	top: calc(50% - 8px);
	right: -30px;
}
.recruitlink03:hover p:before {
	right: -35px;
}*/
	
.btn2 {
	height: 60px;
	border-radius: 30px;
	border: 2px solid #b60355;
}
	.btn2.w300 {
		width: 100%;
	}
.btn2 p {
	font-size: 14px;
}
.btn2 p:after {
	right: 20px;
	height: 15px;
	width: 15px;
	top: calc(50% - 7px);
}
.btn2:hover p:after {
	right: 15px;
}
.bubble01{
    position: relative;
    width: 100%;
    height: 36px;
    background: #B60355;
    text-align: center;
    color: #FFFFFF;
    font-size: 19px;
		line-height: 36px;
    font-weight: 500;
}
.bubble01:after{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(182, 3, 85, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #B60355;
    top: 100%;
    left: 50%;
}
.bubble02 {
    position: relative;
    width: 100%;
    height: 36px;
    background: #B60355;
    text-align: center;
    color: #FFFFFF;
    font-size: 19px;
		line-height: 36px;
    font-weight: 500;
}
.bubble02:after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(182, 3, 85, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#B60355;
    bottom:100%;
    left:50%;
}
}

.btmlink {
	padding: 60px 0;
}
.btmlinksub {
	width: 90%;
	margin: 0 auto;
	border-top: 2px dotted #d3d3d3;
	box-sizing: border-box;
	padding: 40px 0 0;
}
.btmlinksub .p01 {
	text-align: center;
	color: #B60355;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.4em;
}
.btmlinksub .p02 {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 50px;
}
.btmlinksub ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.btmlinksub ul li {
	width: 48%;
	margin: 0 1%;
}
.btmlinksub .btn2 {
	height: 60px;
}
.btmlinksub .btn2 p {
	font-size: 14px;
}
@media screen and (max-width: 600px) {
.btmlink {
	padding: 60px 0;
}
.btmlinksub {
	width: 90%;
	padding: 60px 0 0;
}
.btmlinksub .p02 {
	padding-bottom: 30px;
}
.btmlinksub ul {
	max-width: 400px;
}
.btmlinksub ul li {
	width: 100%;
	margin: 0 1% 20px;
}
.btmlinksub .btn2 p {
	font-size: 13px;
}
}


.nbox01 {
	padding: 60px 0;
	width: 100%;
}
.h201 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #B60355;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.np01 {
	width: 80%;
	max-width: 680px; 
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
}
.notes {
   display: block;
   font-size: 80%;
}
@media screen and (max-width: 600px) {
.h201 {
	font-size: 20px;
}
}

.doublebox {
	width: calc(100% - 8px);
	height: 100%;
	left: 0;
	top: 4px;
	box-sizing: border-box;
	padding: 30px;
	border: 1px solid #B60355;
	border-radius: 2px;
	position: relative;
	background: #FFF;
}
.doublebox:after {
	content: "";
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	position: absolute;
	top: -4px;
	left: -4px;
	box-sizing: border-box;
	border: 2px solid #B60355;
	border-radius: 4px;
}







.topblock01 {
	background: url("../img/bg01.png") no-repeat center center;
	background-size: cover;
	padding: 60px 0;
}
.topblock02 {
	padding: 60px 0 0;
	position: relative;
}
.topblock03 {
	background: url("../img/spc_img/spc_top_bg_sp.jpg") no-repeat center center;
   background-size: cover;
	padding: 120px 0 120px;
}
.topblock03 .btn2 {
   width: 70%;
   max-width: 280px;
   margin: 0 auto;
}

.toph2 {
	font-size: 30px;
	font-weight: 600;
	color: #B60355;
	text-align: center;
	line-height: 1.6em;
}
.toph2 span {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	display: block;
}
.topblock03 .toph2 {
	color: #FFF;
}
.infocont01 {
	width: 96%;
	margin: 0 auto 80px;
	background: #FFF;
	border-top: 2px solid #B60355;
	box-sizing: border-box;
	padding: 60px 0 0;
	position: relative;
}
.topbnr01 {
	width: 90%;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.topbnr01 li {
	width: 48%;
	margin: 0 1%;
	position: relative;
}
.topbnr01 li.cs {
	opacity: .6;
}
.topbnr01 li.cs .p03 {
	font-size: 16px;
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: 400;
	line-height: 1em;
	color: #B60355;
}
.topbnr01 li .doublebox {
	position: relative;
	padding:  30px 0;
}
.topbnr01 li .doublebox a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 10;
}
.topbnr01 li .num {
	font-size: 40px;
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	line-height: 1em;
	color: #B60355;
}
.topbnr01 li .p01 {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #B60355;
	padding: 10px 0 30px;
}
.topbnr01 li .p02 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #B60355;
	padding: 20px 0 30px;
}
.topbnr01 li .btn3 {
	width: 130px;
	margin: 0 auto;
}
.topblock03 .p01 {
	font-size: 14px;
	color: #FFF;
	width: 60%;
	max-width: 500px;
	margin: 30px auto 50px;
}



.topblock04 {
	background: url("../img/topbg01.jpg") no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	padding: 200px 0 0;
}
.topblock04 .infocont01 {
	z-index: 2;
	position: relative;
}
.topblock04inside {
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}
.topblock04inside:after {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	bottom: 0;
	left: 0;
	background: #FFF;
}

.jobbnr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	z-index: 2;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.jobbnr li {
	width: 50%;
	box-sizing: border-box;
	position: relative;
}
.jobbnr li:first-child {
	border-right: 1px solid #FFF;
}
.topblock02 .cs {
	text-align: center;
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-size: 20px;
	color: #B60355;
	font-weight: 400;
	padding: 20px 0;
}
.btnall {
	position: absolute;
	width: 40px;
	right: 5%;
	top: 80px;
}
.pplbtn01 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pplbtn01 li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.pplbtn01 li {
	width: 25%;
	position: relative;
	height: 300px;
}
.pplbtn01 li .people {
	width: 100%;
	height: 100%;
	position: relative;
}
.pplbtn01 li .people:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 300px;
	opacity: 1;
	transition: all .5s;
}
.pplbtn01 li .people:after {
	opacity: 1;
}
.pplbtn01 li:nth-child(1) .people:after {
	background-image: url("../img/ppl06on.png")
}
.pplbtn01 li:nth-child(2) .people:after {
	background-image: url("../img/ppl07on.png")
}
.pplbtn01 li:nth-child(3) .people:after {
	background-image: url("../img/ppl01on.png")
}
.pplbtn01 li .peopleon {
	opacity: 0;
}


@media screen and (max-width: 600px) {
.topblock01 {
	padding: 40px 0;
}
.topblock02 {
	padding: 40px 0 0;
}
.topblock03 {
	padding: 80px 0 80px;
}
.toph2 {
	font-size: 26px;
}
.toph2 span {
	font-size: 16px;
}
.topbnr01 {
	width: 90%;
	margin: 30px auto 0;
}
.topbnr01 li {
	width: 100%;
	margin: 0 0 30px;
}
.pplbtn01 li {
	width: 25%;
	height: 180px;
}
.jobbnr li {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.btnall {
	position: absolute;
	width: 40px;
	right: 5%;
	top: 20px;
}
.pplbtn01 li .people:after {
	background-position: center bottom;
	background-size: auto 160px;
}
.jobbnr li:first-child {
	border-bottom: 1px solid #FFF;
	border-right: none;
}
.topblock03 .p01 {
	width: 80%;
	margin: 30px auto 50px;
}
.topblock03 ul li img {
	height: 90px;
	width: auto;
}
.topblock04inside {
	padding-bottom: 0px;
}
.topbnr01 li .p01 {
	font-size: 18px;
	padding: 10px 0 15px;
}
.topbnr01 li .p02 {
	font-size: 20px;
	padding: 10px 0 15px;
}
}



.msg-btn {
	width: 250px;
	height: 50px;
	border-radius: 25px;
	box-sizing: border-box;
	position: absolute;
	top: 200px;
	overflow: hidden;
	background: #FEDC5E;
	z-index: 1;
}
.msg-btn a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.msg-btn p {
	color: #B60355;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	text-align: center;
}
.msg-btn p:after {
	content: "";
	position: absolute;
	right: 15px;
	height: 14px;
	width: 14px;
	background: url("../img/arrow_r.png") no-repeat center center;
	background-size: contain;
	top: calc(50% - 7px);
	transition: all .3s;
}
@media screen and (max-width: 800px) {
	.msg-btn {
		top: 150px;
	}
}
@media screen and (max-width: 600px) {
	.msg-btn {
		top: 110px;
		width: 170px;
		height: 30px;
		border-radius: 15px;
	}
	.msg-btn p {
		font-size: 14px;
		line-height: 1.4em;
	}
	.msg-btn p:after {
		right: 12px;
		height: 10px;
		width: 10px;
		top: calc(50% - 5px);
	}
}
