@charset "utf-8";




/* ----------------------------------------------------------------------
 * RESET
 * ---------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
input,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
:before,
:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: bottom;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
	background: #fff;
	overflow-y: scroll;
}

.g-body {
	color: #3b3b3b;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: arial, 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-feature-settings: 'pkna';
	line-height: 1;
	letter-spacing: .05em;
	width: 100%;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	background: #1f94c7;
	position: relative;
	cursor: default;
}

input,
textarea,
select,
option,
button {
	font-family: arial, 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a,
a:before,
a:after,
a img,
input[type="image"] {
	color: #000;
	text-decoration: underline;
	transition: .2s ease;
}

.no-touch a:hover,
.no-touch a:hover img,
.no-touch input[type="image"]:hover {
	text-decoration: none;
	opacity: .8;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}

::selection {
	color: #fff;
	background: #000;
}

::-moz-selection {
	color: #fff;
	background: #000;
}

.js-anim {
	transition: 1s ease;
	transform: translateY(60px);
	opacity: 0;
}

.js-anim.is-on {
	transform: none;
	opacity: 1;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 * GLOBAL - UTILITY
 * ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-show-pc {
	display: inline-block !important;
}

.u-show-tablet {
	display: none !important;
}

.u-show-mobile {
	display: none !important;
}

.u-font-Oswald {
	font-family: Oswald, sans-serif !important;
}

.u-font-serif {
	font-family: 'Cormorant Garamond', '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif !important;
}

.u-bg-gray {
	padding-top: 60px;
	background-color: rgba(0,0,0,.025);
}

.u-line-gray {
	border: 1px solid #e2e2e2;
}

.u-table {
	line-height: 1.5;
	width: 100%;
	border-top: 1px solid #d4d4d4;
}

.u-table th {
	vertical-align: top;
	text-align: left;
	width: 220px;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #d4d4d4;
	background: #f1f1f1;
}

.u-table td {
	vertical-align: top;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #d4d4d4;
}




/* ----------------------------------------------------------------------
 * LAYOUT
 * ---------------------------------------------------------------------- */
.g-wrap {
	padding: 520px 0 0;
	background: #fff;
}

.g-container {
	background: #fff;
	position: relative;
	z-index: 10;
}

.g-container:before {
	content: '';
	width: 100%;
	min-height: 140px;
	padding: 10% 0 0;
	background: url("/recruit/_assets/img/global/triangle-white.svg") no-repeat center / cover;
	position: absolute;
	top: 1px;
	left: 0;
	transform: translateY(-100%);
}

@media all and (-ms-high-contrast:none){
	.g-container:before {
		padding: 8.75% 0 0;
	}
}

.g-container__inner {
	position: relative;
	z-index: 10;
}

.u-content {
	padding: 60px 0 0;
	position: relative;
}

.u-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px;
	position: relative;
}

.nicescroll-rails {
	right: 5px !important;
	z-index: 100 !important;
}






/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-title-mid {
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 30px 0 10px;
	border-bottom: 2px solid #23a5de;
}

.u-title-low {
	border-bottom: 1px solid #d4d4d4;
}

.u-title-low .e-title {
	font-size: 1.9rem;
	font-weight: 700;
	margin: -1px 0;
	padding: 10px .25em;
	display: inline-block;
	border-bottom: 1px solid #000;
}

.u-read-text {
	line-height: 1.85;
	letter-spacing: .05em;
	padding: 0 0 30px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.kyoeiman-comment {
	position: relative;
}

.kyoeiman-comment p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75;
	width: calc(100% - 130px);
	margin: 10px 0 0;
	padding: 20px 25px;
	border-radius: 20px;
	background: #23a5de;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	position: absolute;
	top: 0;
	right: 130px;
}

.kyoeiman-comment p:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 30px 0;
	border-color: transparent #23a6de transparent transparent;
	position: absolute;
	bottom: 0;
	right: 30px;
	transform: translateY(100%) skewX(20deg);
}

.kyoeiman-comment figure {
	text-align: right;
}

.kyoeiman-comment figure img {
	max-width: 150px;
}

.kyoeiman-comment.is-white p {
	color: #000;
	background: #fff;
}

.kyoeiman-comment.is-white p:after {
	border-color: transparent #fff transparent transparent;
}

.kyoeiman-comment.is-SEIZA figure {
	padding: 20px 0 0;
}

.kyoeiman-comment.is-SEIZA figure img {
	max-width: 140px;
}

.kyoeiman-comment.is-SEIZA p {
	margin: 0;
}











/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.g-header {
	width: 100%;
	min-height: 90px;
	background: #23a5de;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}

.g-header__logo {
	line-height: 1;
	margin: 20px 0 0 60px;
	position: relative;
	z-index: 10;
}

.g-header__logo a {
	display: flex;
}

.g-header__logo em {
	max-width: 180px;
	display: block;
	
	&:nth-child(2) {
		max-width: 130px;
	}
}

.g-header__logo em img {
	width: 100%;
}

.g-header__logo em:nth-of-type(2) img {
	margin: 0 0 0 30px;
}

.g-header__content-title {
	white-space: nowrap;
	padding: 10px 25px;
	display: block;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
}

.g-header__content-title em {
	color: #23a5de;
	font-size: 1.8rem;
	display: block;
	transform: skewX(-10deg);
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.l-nav {
	display: flex;
	align-items: center;
}

.l-nav__items {
	margin-left: auto;
	height: 90px;
	padding: 0 300px 0 0;
	display: table;
}

.l-nav__item {
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.l-nav__item a {
	color: #fff;
	text-decoration: none;
	padding: 15px 30px;
}

.l-nav__item em {
	font-size: 1.8rem;
	font-weight: 700;
	display: inline-block;
	transform: skewX(-10deg);
}

.l-nav__item.is-entry {
	width: 260px;
	position: absolute;
	top: 0;
	right: 0;
}

.l-nav__item.is-entry a {
	color: #000;
	height: 110px;
	padding: 0;
	display: block;
	background: #85e843;
}

.l-nav__item.is-entry a:hover {
	color: #85e843;
	background: #000;
	opacity: 1;
}

.l-nav__item.is-entry a em {
	font-size: 3.4rem;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-60%) skewX(-10deg);
}

.g-header-nav__button {
	display: none;
}



.l-nav__entry a {
	color: #000;
	width: 260px;
	height: 80px;
	display: block;
	background: #85e843;
	position: relative;
}

.l-nav__entry a em {
	font-size: 3.4rem;
	font-weight: 700;
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) skewX(-10deg);
}






.l-nav__items-brand {
	min-height: 90px;
	display: flex;
}

.l-nav__item-brand {
	width: 220px;
}

.l-nav__item-brand .e-link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.l-nav__item-brand.is-bishoukan .e-link {
	background: #b3051e;
}

.l-nav__item-brand.is-rihatsukan .e-link {
	background: #014da0;
}

.l-nav__item-brand .e-img {
	max-width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.g-footer {
	position: relative;
	z-index: 20;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.footer__entry {
	padding: 60px 0 30px;
	background: #1f94c7;
	position: relative;
	transition: .2s ease;
}

.no-touch .footer__entry:hover {
	background: #85e843;
}

.no-touch .footer__entry:hover a {
	color: #fff;
	background: #000;
}

.no-touch .footer__entry:hover p a:before {
	color: #fff;
}

.footer__entry .u-inner {
	z-index: 10;
}

.footer__entry:before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(255,255,255,.25);
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(5deg);
}

.footer__entry:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(255,255,255,.25);
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(5deg);
}

.footer__entry p a {
	color: #000;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	width: 500px;
	margin: 0 auto;
	display: block;
	background: #85e843;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
}

.no-touch .footer__entry p a:hover {
	opacity: 1;
}

.footer__entry p a:before {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

.no-touch .footer__entry p a:hover:before {
	left: 35px;
}

.footer__entry p a:after {
	content: attr(data)'';
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	letter-spacing: .5em;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(50%,25%) rotate(-10deg);
}

.footer__entry p em {
	padding: 30px 0;
	display: block;
	position: relative;
	overflow: hidden;
}

.footer__entry p em:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	animation: anim-entry-reflection 6s ease-in-out infinite;
}

@keyframes anim-entry-reflection {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0
	}

	80% {
		transform: scale(0) rotate(45deg);
		opacity: .5
	}

	81% {
		transform: scale(4) rotate(45deg);
		opacity: .75
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0
	}
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.footer__sitemap {
	padding: 80px 0 30px;
	background: #fff;
}

.footer__sitemap h2 {
	text-align: center;
	margin: 0 0 30px;
}

.footer__sitemap h2 a {
	color: #919191;
	text-decoration: none;
}

.footer__sitemap h2 img {
	max-width: 180px;
	transform: translateX(-15px);
}

.footer__sitemap h2 em {
	font-size: 1.4rem;
	letter-spacing: .25em;
	padding: 20px 0 0;
	display: inline-block;
}

.footer__sitemap ul {
	margin: 0 -20px;
	display: flex;
	justify-content: center;
}

.footer__sitemap ul li {
	width: calc(100% / 4);
	margin: 0 20px;
}

.footer__sitemap ul li a {
	color: #919191;
	text-decoration: none;
}

.footer__sitemap ul li a:hover img {
	transform: scale(1.1);
}

.footer__sitemap ul li img {
	transition: 1s ease-out;
}

.footer__sitemap ul li figure {
	overflow: hidden;
}

.footer__sitemap ul li em {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	display: block;
}

.footer__sitemap ul li em:before {
	content: attr(data)'';
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	padding: 15px 0 10px;
	display: block;
	transform: skewX(-10deg);
	backface-visibility: hidden;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.footer__ownedmedia {
	padding: 60px 0 30px;
	background: #f1f1f1;
}

.footer__ownedmedia ul {
	margin: 0 -20px;
	display: flex;
	justify-content: center;
}

.footer__ownedmedia ul li {
	width: 225px;
	margin: 0 17px;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.footer__ownproduct {
	padding: 60px 0 30px;
	background: #23a5de;
	position: relative;
}

.footer__ownproduct h3 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: right;
	letter-spacing: .25em;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(-280px,-50%);
}

.footer__ownproduct h3:before {
	content: attr(data)'';
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 10px;
	display: block;
	transform: skewX(-10deg);
}

.footer__ownproduct ul {
	margin: 0 -20px;
	display: flex;
	justify-content: center;
}

.footer__ownproduct ul li {
	width: 225px;
	margin: 0 20px;
}

.footer__ownproduct ul li a {
	display: block;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);

	
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.footer__inner {
	padding: 60px 120px 60px 60px;
	background: #1f94c7;
	display: flex;
	justify-content: space-between;
}

.footer__inner a {
	color: #fff;
	text-decoration: none;
}

.footer__inner a:before {
	content: '\f061';
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	text-decoration: none;
	margin-right: 5px;
}

.footer__inner ul {
	display: flex;
}

.footer__inner ul li {
	font-size: 1.4rem;
	margin-right: 40px;
}

.g-copyright {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	font-style: italic;
	letter-spacing: .1em;
	position: relative;
	z-index: 10;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.g-footer .page-top {
	letter-spacing: .05em;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

.g-footer .page-top a {
	text-decoration: none;
	width: 90px;
	display: block;
	position: absolute;
	bottom: -100px;
	right: 20px;
	transition: none;
}

.g-footer .page-top a:hover,
.g-footer .page-top a:hover img {
	opacity: 1;
}

.g-footer .page-top a:before {
	content: 'PAGETOP';
	font-family: 'Oswald', sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	padding: 0 0 5px 7px;
	display: block;
	transform: skewX(-10deg);
}

.g-footer .page-top.is-on {
	opacity: 1;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kv {
	width: 100%;
	padding: 90px 0 0;
	position: fixed;
	top: 0;
	left: 0;
}

.kv figure {
	padding: 520px 0 0;
	overflow: hidden;
	position: relative;
}

.kv figure img {
	min-width: 2560px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.kv h2 {
	color: #ababab;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-75%);
	z-index: 10;
}

.kv h2:before {
	content: attr(data)'';
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 8rem;
	font-weight: 400;
	margin: 0 0 20px;
	display: block;
	transform: skewX(-10deg);
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-menu {
	transform: translateY(-50%);
}

.page-menu ul {
	display: flex;
	justify-content: flex-end;
}

.page-menu ul li {
	width: calc(100% / 4);
	padding: 0 2px;
}

.page-menu ul li a {
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	border-top: 1px solid #ababab;
	border-bottom: 2px solid #ababab;
	display: block;
	position: relative;
}

.page-menu ul li a:hover {
	background: #ababab;
	border-top: 1px solid #ababab;
	border-bottom: 2px solid #ababab;
	opacity: 1;
}

.page-menu ul li a:before {
	content: '\f061';
	font-family: "Font Awesome 5 Free";
	font-size: 1.3rem;
	font-weight: 700;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

.page-menu ul li a:hover:before {
	left: 20px;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.next-contents {
	margin-top: 100px;
	padding: 120px 0 30px;
	position: relative;
}

.next-contents:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #e2e2e2;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(5deg);
}

.next-contents h3 {
	color: #ababab;
	line-height: 1;
	text-align: center;
	margin: 0 0 20px;
	transform: skewX(-10deg);
}

.next-contents p {
	text-align: center;
}

.next-contents p a {
	color: #777;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
}

.next-contents p em:before {
	content: attr(data)'';
	color: #23a5de;
	font-family: 'Oswald', sans-serif;
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 10px;
	display: block;
	transform: skewX(-10deg);
}

.scroll-arrow {
	text-align: center;
	width: 50px;
	margin: 0 auto 30px;
	padding: 14.5% 0 0;
	display: block;
	position: relative;
}

.scroll-arrow span {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	animation: anim-arrow 3s 1s infinite;
}

@keyframes anim-arrow {
	0% {
		height: 100%;
		animation-timing-function: ease-in;
	}

	20% {
		height: 20%;
		animation-timing-function: ease-out;
	}

	60% {
		height: 0;
	}

	100% {
		height: 0;
	}
}

.scroll-arrow a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.scroll-arrow span img {
	position: absolute;
	bottom: 0;
	left: 0;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.modal-inner {
	color: #fff;
	max-width: 1000px;
	min-width: 800px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%,-50%) rotate(740deg) scale(0);
	z-index: 1100;
	transition: .5s ease-out;
	display: none;
}

.is-open-modal .modal-inner {
	transform: translate(-50%,-50%) rotate(0) scale(1);
}

.modal-cover {
	background: rgba(35,165,222,.95);
	width: 0;
	padding: 0;
	border-radius: 50%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%,-50%);
	z-index: 1000;
	display: none;
	transition: .5s ease;
}

.is-open-modal .modal-cover {
	width: 150%;
	padding: 150% 0 0;
}

.modal-inner .close {
	text-align: center;
	display: block;
}

.modal-inner .close em {
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	padding: 12px 60px 15px 70px;
	display: inline-block;
	background: #85e843;
	position: relative;
	cursor: pointer;
}

.modal-inner .close em:before {
	content: '\f057';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}



