@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@font-face {
font-family: myfont;
src: url('../fonts/hima.woff');
}

/*	レイアウト
---------------------------------*/
body {
	padding:0;
	width: 100%;
	line-height: 1.8;
	color: #333;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	counter-reset: section;
}
#wrapper {
	overflow: hidden;
}

/*	ヘッダー
---------------------------------*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 100px;
	width: 100%;
	z-index: 1000;
}
.hd-logo {
	position: relative;
	margin: 0;
	z-index: 1001;
}
.hd-info {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	margin: 0;
	width: calc(100% - 200px);
	z-index: 1001;
}
.hd-tel {
	margin: 0;
	width: 320px;
	background: #fff;
	text-align: center;
}
.hd-tel span {
	position: relative;
	padding: 0 0 0 33px;
	font-size: 33px;
	font-weight: 700;
	line-height: 100px;
	font-family: 'Lato', sans-serif;
}
.hd-tel span:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	background: url(../img/cmn/icon_tel.png) no-repeat center center;
	background-size: contain;
}
.hd-mail {
	width: 200px;
}
.hd-mail a {
	display: block;
	padding: 0;
	width: 100%;
	background: #27ad55;
	line-height: 100px;
	text-align: center;
}
.hd-mail a span {
	position: relative;
	padding: 0 0 0 32px;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
.hd-mail a span:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 26px;
	background: url(../img/cmn/icon_entry.png) no-repeat center center;
	background-size: contain;
}
@media screen and (max-width:1440px) {
.hd-inr {
	padding-left: 15px;
}
}
@media screen and (max-width:1279px) {
.hd-logo {
	position: relative;
	width: 200px;
}
.hd-tel {
	position: relative;
	width: auto;
}
.hd-tel a {
	display: block;
	position: relative;
	margin: 0 0 0 auto;
	width: 40px;
	height: 40px;
	border: 3px solid #a8a8a8;
}
.hd-tel a:before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 22px;
	height: 20px;
	background: url(../img/cmn/icon_tel.png) no-repeat center center;
	background-size: contain;
}
.hd-tel span {
	display: none;
}
.hd-mail {
	position: relative;
	margin: 0;
	width: auto;
}
.hd-mail a {
	display: block;
	position: relative;
	margin: 0 0 0 auto;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
}
.hd-mail a span {
	position: relative;
	padding: 0 0 0 32px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	font-family: 'Lato', sans-serif;
}
}
@media screen and (max-width: 767px) {
header {
	position: relative;
}
.hd-inr,
.hd-contact {
	padding: 0;
	flex-wrap: nowrap;
}
.hd-logo {
	width: 190px;
}
.hd-info {
	width: calc(100% - 190px);
}
.hd-mail a {
	padding: 0 5px;
}
.hd-mail a span {
	padding: 0 0 0 15px;
}
.hd-mail a span:before {
	width: 12px;
	height: 13px;
}
.hd-mail a span {
	position: relative;
	font-size: 13px;
	font-weight: 700;
}
}

/*	フッター
---------------------------------*/
footer {
	position: relative;
	padding: 0;
}
.ft-pagetop {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ft-access {
	background: #ad54ef;
	color: #fff;
}
.ft-access figure {
	position: relative;
	width: 50%;
}
.ft-access figure iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 100%;
}
.ft-access-info {
	position: relative;
	padding: 70px 0;
	z-index: 2;
}
.ft-access-info:before {
	content: "COMPANY";
	position: absolute;
	left: -160px;
	top: 0;
	font-size: 6.26rem;
	font-weight: 700;
	color: #b66cf1;
	font-family: 'Lato', sans-serif;
	z-index: -1;
}
.ft-access-info th {
	padding: 15px 0;
	width: 100px;
	text-align: left;
}
.ft-access-info td {
	padding: 22px 0;
}
.ft-contact-mail {
	position: relative;
	margin: 0 auto;
	width: 800px;
	z-index: 2;
}
.ft-contact {
	padding: 60px 0;
}
.ft-contact-mail:before {
	display: block;
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100%;
	height: 100%;
	background: url(../img/cmn/bg_btn02.png) no-repeat center center;
	background-size: contain;
	z-index: -1;
}
.ft-contact-mail a {
	display: block;
	width: 100%;
	background: #4f67f0;
	text-align: center;
	transition: all .3s;
}
.ft-contact-mail a span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 75px;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	line-height: 150px;
	font-family: 'Lato', sans-serif;
}
.ft-contact-mail a span:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 49px;
	height: 36px;
	background: url(../img/cmn/icon_contact_btn.png) no-repeat center center;
	background-size: contain;
}
.ft-contact-mail a:hover {
	transform: translate(10px,10px);
	opacity: 1;
}
.ft-copyright {
	position: relative;
	padding: 0;
	background: #292929;
	text-align: center;
	font-size: 0.75rem;
	color: #fff;
	line-height: 60px;
}
@media screen and (max-width: 1023px) {
.ft-access figure {
	left: -15px;
	width: 100vw;
	height: 400px;
}
.ft-access figure iframe {
	width: 100vw;
	height: 100%;
}
.ft-access-info {
	padding: 30px 0;
	width: 100%;
}
.ft-access-info:before {
	content: "COMPANY";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 3.26rem;
}
.ft-contact-mail {
	width: 500px;
}
.ft-contact {
	padding: 30px 0;
}
.ft-contact-mail a span {
	padding: 0 0 0 35px;
	font-size: 30px;
	line-height: 94px;
}
.ft-contact-mail a span:before {
	width: 24px;
	height: 18px;
}
}
@media screen and (max-width: 767px) {
.ft-access figure {
	height: 250px;
}
.ft-access-info th {
	padding: 10px 0;
	font-size: 0.8125rem;
}
.ft-access-info td {
	padding: 10px 0;
	font-size: 0.8125rem;
}
.ft-contact-mail {
	width: calc(800px * 0.4);
}
.ft-contact {
	padding: 30px 0;
}
.ft-contact-mail a span {
	padding: 0 0 0 35px;
	font-size: 25px;
	line-height: calc(150px * 0.4);
}
.ft-contact-mail a span:before {
	width: 24px;
	height: 18px;
}
}

/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
}
@media screen and (max-width:1100px) {
.contents-inr {
	padding-left: 15px;
	padding-right: 15px;
}
}

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.2;
}
.ttl-cmn01 strong {
	display: inline-block;
	position: relative;
	margin: 0 0 30px;
	font-size: 2.25rem;
	font-weight: 600;
	background:linear-gradient(transparent 65%, #fafa4f 65%);
}
.ttl-cmn01.lh2 strong {
	background:linear-gradient(transparent 85%, #fafa4f 85%);
}
.ttl-cmn01 small {
	display: inline-block;
	position: relative;
	margin: 0 0 20px;
	font-size: 8.75rem;
	font-family: 'Lato', sans-serif;
	letter-spacing: -0.05em;
	line-height: 1;
}
.ttl-cmn01.col01 small {
	color: #4f67f0;
}
.ttl-cmn01.col02 small {
	color: #27ad55;
}
.ttl-cmn01.col03 small {
	color: #e94a4e;
}
.ttl-cmn02 {
	display: block;
	position: relative;
	margin: 0 0 50px;
	padding: 0;
	text-align: center;
	line-height: 1;
}
.ttl-cmn02 strong {
	display: inline-block;
	position: relative;
	font-size: 1.5rem;
	font-weight: 600;
}
.ttl-cmn02 small {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 5rem;
	font-family: 'Lato', sans-serif;
}
.ttl-cmn02.col01 {
	color: #fff;
}
@media screen and (max-width:1279px) {
.ttl-cmn01 {
	display: block;
	text-align: center;
}
.ttl-cmn01 small {
	display: block;
}
.ttl-cmn01 small br {
	display: none;
}
.ttl-cmn01 strong {
}
}
@media screen and (max-width: 1023px) {
.ttl-cmn01 {
	margin: 0 0 20px;
}
.ttl-cmn01 strong {
	margin: 0 0 20px;
	font-size: 1.25rem;
}
.ttl-cmn01 small {
	margin: 0 0 10px;
	font-size: 4.75rem;
}
.ttl-cmn02 {
	margin: 0 0 30px;
}
.ttl-cmn02 strong {
	font-size: 1rem;
}
.ttl-cmn02 small {
	font-size: 3rem;
}
}
@media screen and (max-width:767px) {
.ttl-cmn01 {
	margin: 0 0 20px;
}
.ttl-cmn01 strong {
	font-size: 1rem;
}
.ttl-cmn01 small {
	font-size: 2.5rem;
}
.ttl-cmn02 {
	margin: 0 0 20px;
}
.ttl-cmn02 strong {
	font-size: 1rem;
}
.ttl-cmn02 small {
	font-size: 2rem;
}
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
	padding: 25px 0 85px;
	background: url(../img/top/bg_main.png) no-repeat center center;
}
.main-img-inr {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1860px;
	z-index: 100;
}
.main-img-inr:after {
	content: "";
	position: absolute;
	bottom: -35px;
	right: 20px;
	width: calc(100% - 40px);
	height: 100%;
	border: 10px solid #fe6565;
	z-index: 1001;
}
.main-img-inr .bx-wrapper {
	margin: 0 auto;
}
.main-img {
	position: relative;
	margin: 0;
	background: no-repeat right center;
	height: 830px;
	overflow: hidden;
}
.main-img.img01 {
	background-image: url(../img/top/img_main01.png);
}
.main-img.img02 {
	background-image: url(../img/top/img_main02.png);
}
.main-img.img03 {
	background-image: url(../img/top/img_main03.png);
}
.main-cap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	padding: 0;
	width: 100%;
	max-width: 1720px;
	height: 100%;
	text-align: center;
	z-index: 1001;
}
.main-cap h2 {
	width: 100%;
}
@media screen and (max-width:1279px) {
.main-img {
	height: 65vw;
	background: no-repeat right center /cover;
}
.main-cap {
	padding: 0 25px;
}
.main-cap img {
	max-width: 100%;
}
}
@media screen and (max-width:767px) {
.main-img-otr {
	padding: 12px 0 35px;
}
.main-img-inr:after {
	bottom: -18px;
	right: 10px;
	width: calc(100% - 20px);
	border: 3px solid #fe6565;
}
}

/*	トップページ
---------------------------------*/

/*	サービス	*/
.top-service {
	padding: 120px 0 0;
}
.top-service li {
	margin: 0 0 45px;
}
.top-service li a {
	display: block;
}
.top-service li figure {
	position: relative;
	width: 42.27%;
	max-width: 465px;
	height: 485px;
}
.top-service li:nth-of-type(1) figure:before {
	display: block;
	content: "";
	position: absolute;
	right: -80px;
	bottom: 0;
	width: 225px;
	height: 169px;
	background: url(../img/top/icon_future01.png) no-repeat center center;
	background-size: contain;
	z-index: 2;
}
.top-service li:nth-of-type(2) figure:before {
	display: block;
	content: "";
	position: absolute;
	left: -20px;
	bottom: 50px;
	width: 121px;
	height: 97px;
	background: url(../img/top/icon_future02.png) no-repeat center center;
	background-size: contain;
	z-index: 2;
}
.top-service li:nth-of-type(3) figure:before {
	display: block;
	content: "";
	position: absolute;
	right: -55px;
	bottom: 30px;
	width: 167px;
	height: 101px;
	background: url(../img/top/icon_future03.png) no-repeat center center;
	background-size: contain;
	z-index: 2;
}
.top-service li figure img {
	position: absolute;
	top: 0;
	max-width: none;
	max-width: initial;
}
.top-service li figure.right img {
	left: 0;
}
.top-service li figure.left img {
	right: 0;
}
.top-service-txt {
	position: relative;
	width: 50%;
	max-width: 550px;
}
.top-service li:nth-of-type(1) .top-service-txt:before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: -15px;
	width: 133px;
	height: 123px;
	background: url(../img/top/icon_ttl_future01.png) no-repeat center center;
	background-size: contain;
	z-index: -1;
}
.top-service-txt h4 {
	display: inline-block;
	margin: 0 0 30px;
	line-height: 1.2;
}
.top-service-txt h4 strong {
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'myfont', sans-serif;
}
.top-service-txt h4.col01 strong {
	color: #27ad55;
}
.top-service-txt h4.col02 strong {
	color: #e94a4e;
}
.top-service-txt h4.col03 strong {
	color: #4f67f0;
}
.top-service-txt p {
	font-size: 0.9378rem;
}
@media screen and (max-width:1279px) {
.top-service li figure {
	display: inline-block;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 684px;
	height: auto;
}
.top-service li figure img {
	position: relative;
	max-width: 100%;
}
.top-service-txt {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 684px;
}
.top-service li:nth-of-type(1) .top-service-txt:before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: -15px;
	width: 133px;
	height: 123px;
	background: url(../img/top/icon_ttl_future01.png) no-repeat center center;
	background-size: contain;
	z-index: -1;
}
.top-service-txt h4 {
	display: inline-block;
	margin: 0 0 30px;
	line-height: 1.2;
}
.top-service-txt h4 strong {
	font-size: 2.5rem;
	font-weight: 500;
	font-family: 'myfont', sans-serif;
}
.top-service-txt h4.col01 strong {
	color: #27ad55;
}
.top-service-txt h4.col02 strong {
	color: #e94a4e;
}
.top-service-txt h4.col03 strong {
	color: #4f67f0;
}
.top-service-txt p {
	font-size: 0.9378rem;
}
}
@media screen and (max-width: 767px) {
.top-service {
	padding: 60px 0 0;
}
.top-service li {
	margin: 0 0 25px;
}
.top-service li:nth-of-type(1) figure:before {
	right: -40px;
	width: 113px;
	height: 84px;
}
.top-service li:nth-of-type(2) figure:before {
	left: -10px;
	bottom: 25px;
	width: 61px;
	height: 43px;
}
.top-service li:nth-of-type(3) figure:before {
	right: -22px;
	bottom: 15px;
	width: 83px;
	height: 51px;
}
.top-service li:nth-of-type(1) .top-service-txt:before {
	top: -7px;
	width: 67px;
	height: 62px;
}
.top-service-txt h4 {
	margin: 0 0 20px;
}
.top-service-txt h4 strong {
	font-size: 1.125rem;
}
.top-service-txt p {
	font-size: 0.8125rem;
}
}

/*	声	*/
.top-voice {
	padding: 0 0 70px;
	background: url(../img/top/bg_voice.png) no-repeat right bottom;
}
.top-voice li {
	position: relative;
	width: 48.18%;
	max-width: 530px;
	font-size: 0.9378rem;
	z-index: 2;
}
.top-voice li:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background: #fff;
	z-index: -2;
}
.top-voice li:after {
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	z-index: -1;
}
.top-voice li:nth-of-type(1):after {
	border: 3px solid #f1b137;
}
.top-voice li:nth-of-type(2):after {
	border: 3px solid #ad54ef;
}
.top-voice-tbl {
	padding: 0 35px;
	width: calc(100% - 200px);
}
.top-voice-tbl table {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}
.top-voice-tbl tr {
	border-bottom: 1px solid #f2f2f2;
}
.top-voice-tbl th {
	padding: 10px 0;
	width: 90px;
	text-align: left;
}
.top-voice-tbl td {
	padding: 10px 0;
}
.top-voice li p {
	padding: 25px 60px 50px;
	font-size: 0.875rem;
}
@media screen and (max-width: 1023px) {
.top-voice li {
	margin: 0 auto 30px;
	width: 100%;
	max-width: 530px;
}
}
@media screen and (max-width: 767px) {
.top-voice {
	padding: 40px 0 20px;
	background: url(../img/top/bg_voice.png) no-repeat right bottom;
}
.top-voice li {
	background: #fff;
}
.top-voice li:before {
	display: none;
}
.top-voice li:after {
	display: none;
}
.top-voice figure {
	width: 160px;
}
.top-voice-tbl {
	padding: 0 15px;
	width: calc(100% - 160px);
	font-size: 0.8125rem;
}
.top-voice-tbl th {
	display: block;
	padding: 5px;
	padding-bottom: 0;
	width: 100%;
}
.top-voice-tbl td {
	display: block;
	padding: 5px;
	padding-top: 0;
	width: 100%;
}
.top-voice li p {
	padding: 15px 20px 20px;
	font-size: 0.8125rem;
}
}

/*	流れ	*/
.top-flow {
	padding: 120px 0 110px;
}
.top-flow-list > p {
	text-align: right;
	font-size: 0.75rem;
}
.top-flow ul {
	margin: 0 0 25px;
}
.top-flow li {
	width: 23.63%;
	max-width: 260px;
	font-size: 0.9378rem;
}
.top-flow li:nth-of-type(1) {
	margin-top: calc(40px * 3);
}
.top-flow li:nth-of-type(2) {
	margin-top: calc(40px * 2);
}
.top-flow li:nth-of-type(3) {
	margin-top: calc(40px * 1);
}
.top-flow li figure {
	margin: 0 0 20px;
}
.top-flow li p {
	font-size: 0.875rem;
}
.top-flow li p small {
	font-size: 0.8125rem;
}
@media screen and (max-width: 1023px) {
.top-flow li {
	width: 48%;
	max-width: 48%;
}
.top-flow li:nth-of-type(1) {
	margin-top: calc(40px * 1);
}
.top-flow li:nth-of-type(2) {
	margin-top: calc(40px * 0);
}
.top-flow li:nth-of-type(3) {
	margin-top: calc(40px * 2);
}
.top-flow li:nth-of-type(4) {
	margin-top: calc(40px * 1);
}
.top-flow li figure img {
	width: 100%;
}
}
@media screen and (max-width: 767px) {
.top-flow {
	padding: 60px 0 50px;
}
}

/*	福利厚生	*/
.top-welfare {
	padding: 95px 0;
	background: url(../img/top/bg_welfare.png) no-repeat center top /cover;
}
.top-welfare ul {
	padding: 40px 70px;
	background: url(../img/top/icon_wel01.png) no-repeat left top,
	url(../img/top/icon_wel02.png) no-repeat right top,
	url(../img/top/icon_wel03.png) no-repeat left bottom,
	url(../img/top/icon_wel04.png) no-repeat right bottom;
	background-color: #f2f2f2;
}
.top-welfare ul li {
	margin: 30px 0;
	padding: 0 30px 20px;
	width: calc((100% / 3) - 20px);
	background: #fff;
	min-height: 250px;
}
.top-welfare ul li h4 {
	margin: -30px 0 20px;
	text-align: center;
}
.top-welfare ul li h4 span {
	display: block;
	margin: 0 0 20px;
}
.top-welfare ul li h4 strong {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
}
.top-welfare ul li p {
	font-weight: 500;
}
@media screen and (max-width: 1023px) {
.top-welfare ul li {
	width: 100%;
}
}
@media screen and (max-width: 767px) {
.top-welfare {
	padding: 45px 0;
}
.top-welfare ul {
	padding: 20px;
}
.top-welfare ul li h4 strong {
	font-size: 1rem;
}
.top-welfare ul li p {
	font-size: 0.8125rem;
}
}

/*	よくある質問	*/
.top-qa {
	padding: 100px 0 110px;
}
.top-qa dl {
	border-bottom: 1px solid #181616;
}
.top-qa dt {
	position: relative;
	padding: 25px 60px 20px 60px;
	border-top: 1px solid #181616;
	font-size: 1.25rem;
	font-weight: 500;
	cursor: pointer;
}
.top-qa dt:before {
	content: "Q";
	position: absolute;
	left: 20px;
	top: 12px;
	font-size: 1.875rem;
	font-weight: 600;
	color: #e94a4e;
}
.top-qa dt:after {
	display: block;
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url(../img/cmn/icon_ps.png) no-repeat center center;
	background-size: contain;
	z-index: -1;
}
.top-qa dt.active:after {
	background: url(../img/cmn/icon_ms.png) no-repeat center center;
}
.top-qa dd {
	display: none;
	padding: 25px 20px 20px 60px;
	background: #f2f2f2;
	font-size: 1rem;
	font-weight: 500;
}
@media screen and (max-width:767px) {
.top-qa {
	padding: 50px 0 50px;
}
.top-qa dl {
	border-bottom: 1px solid #181616;
}
.top-qa dt {
	padding: 10px 50px 10px 40px;
	border-top: 1px solid #181616;
	font-size: 1rem;
}
.top-qa dt:before {
	left: 10px;
	top: 10px;
	font-size: 1.25rem;
}
.top-qa dd {
	display: none;
	padding: 10px 10px 10px 40px;
	font-size: 0.8125rem;
}
}

/*	エントリー	*/
.top-entry {
	padding: 95px 0;
	background: #f2f2f2;
}
.top-entry h4 {
	margin: 70px 0 35px;
	padding: 0 0 0 20px;
	border-left: 7px solid #e94a4e;
}
.top-entry h4 span {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}
.top-entry h4 small {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
}
.top-entry table {
	margin: 0 0 60px;
	width: 100%;
	background: #fff;
}
.top-entry table tr {
	border-bottom: 1px solid #f2f2f2;
}
.top-entry table th {
	padding: 15px;
	width: 170px;
	vertical-align: middle;
}
.top-entry table td {
	padding: 15px;
}
.btn-entry {
	position: relative;
	margin: 0 auto;
	width: 500px;
	z-index: 2;
}
.btn-entry:before {
	display: block;
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100%;
	height: 100%;
	background: url(../img/cmn/bg_btn01.png) no-repeat center center;
	background-size: contain;
	z-index: -1;
}
.btn-entry a {
	display: block;
	width: 100%;
	background: #27ad55;
	text-align: center;
	transition: all .3s;
}
.btn-entry a span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 55px;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 100px;
	font-family: 'Lato', sans-serif;
}
.btn-entry a span:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 32px;
	height: 55px;
	background: url(../img/cmn/icon_entry_btn.png) no-repeat center center;
	background-size: contain;
}
.btn-entry a:hover {
	transform: translate(10px,10px);
	opacity: 1;
}
@media screen and (max-width:1023px) {
.btn-entry {
	position: relative;
	margin: 0 auto;
	width: calc(500px * 0.7);
	z-index: 2;
}
.btn-entry a span {
	padding: 0 0 0 45px;
	font-size: 26px;
	line-height: calc(100px * 0.7);
}
}
@media screen and (max-width:767px) {
.top-entry {
	padding: 35px 0;
}
.top-entry h4 {
	margin: 30px 0 15px;
	padding: 0 0 0 10px;
	border-left: 3px solid #e94a4e;
}
.top-entry h4 span {
	font-size: 1.125rem;
}
.top-entry h4 small {
	font-size: 1rem;
}
.top-entry table {
	margin: 0 0 30px;
}
.top-entry table tr {
	font-size: 0.8125rem;
}
.top-entry table th {
	padding: 15px;
	width: 100px;
}
.top-entry table td {
	padding: 15px;
}
.btn-entry {
	width: calc(500px * 0.5);
}
.btn-entry a span {
	padding: 0 0 0 35px;
	font-size: 16px;
	line-height: calc(100px * 0.5);
}
.btn-entry a span:before {
	width: 16px;
	height: 28px;
}
}