/* # =================================================================
#	normalize
# ================================================================= */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll; /* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%; /* iOS 8+ */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 1 */
	text-decoration: underline; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea { /* 2 */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend { /* 2 */
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
	border-radius: 0;
}

[type='number'] {
	width: auto; /* Firefox 36+ */
}

[type='search'] {
	-webkit-appearance: textfield; /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none; /* Safari 8 */
}

textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/* Style select like a standard input */

select { /* Firefox 36+ */
	-webkit-appearance: none;
	-moz-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend { /* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

[type='search'] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
#	base
# ================================================================= */

html {
	font-size: 62.5%;
}

body {
	color: #222;
	font-family: 'Noto Sans JP', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

button {
	outline: none;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

ul li {
	list-style-type: none;
}

/* 汎用パーツ
------------------------- */

/* 表示/非表示 */

.is_sp {
	display: none;
}

.is_pc {
	display: block;
}

.is_pc-l {
	display: block;
}

/* 角丸(左) */

.radius-l {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0;
	border-top-left-radius: 30px;
	border-top-right-radius: 0;
}

/* 角丸(右) */

.radius-r {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 0;
	border-top-right-radius: 30px;
}

/* グラデーション */

.gradation {
	background: -webkit-linear-gradient(30deg, #86c8e7 30%, #7d96c8 50%, #dba1d6 70%);
	-webkit-background-clip: text;
	color: #86c8e7;
	-webkit-text-fill-color: transparent;
}
.gradation.pl {
	background: -webkit-linear-gradient(30deg, #eaa0ca 0%, #9293d9 100%);
	-webkit-background-clip: text;
	color: #eaa0ca;
	-webkit-text-fill-color: transparent;
}
.gradation.hl {
	background: -webkit-linear-gradient(15deg, #9793c5 0%, #86c8e7 100%);
	-webkit-background-clip: text;
	color: #9793c5;
	-webkit-text-fill-color: transparent;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-khtml-user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slick-list {
	position: relative;
	display: block;
	margin: 0;
	overflow: hidden;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: hand;
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	border: 1px solid transparent;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	display: block;
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	color: transparent;
	outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	color: white;
	font-family: 'slick';
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	opacity: 0.75;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	width: 20px;
}

.slick-dots li button {
	display: block;
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 20px;
	line-height: 0;
	outline: none;
	padding: 5px;
	width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	color: black;
	content: '•';
	font-family: 'slick';
	font-size: 6px;
	-webkit-font-smoothing: antialiased;
	height: 20px;
	line-height: 20px;
	opacity: 0.25;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	width: 20px;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* # =================================================================
#	layout
# ================================================================= */

/* コンテナ
------------------------- */

.container {
	position: relative;
	/* overflow-x: hidden; */
	overflow: hidden;
}

.container.grad {
	background: linear-gradient(-135deg, rgba(139, 208, 241, 0.05) 0%, rgba(135, 174, 252, 0.05) 40%, rgba(169, 154, 205, 0.05) 70%, rgba(201, 162, 112, 0.05) 100%);
}

/* メイン
------------------------- */

.main {
	position: relative;
	z-index: 1;
}

/* 基本のレイアウト幅
------------------------- */

.inner {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	padding: 0 55px;
}

/* # =================================================================
#	mask
# ================================================================= */

.mask {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-image: url(../images/mask_dot.png);
	background-position: top left;
	background-repeat: repeat;
	height: 100%;
	width: 100%;
}

.mask span {
	position: absolute;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
}

.mask span.icon-0 {
	background-image: url(../images/mask_cn.png);
}

.mask span.icon-1 {
	background-image: url(../images/mask_gu.png);
}

.mask span.icon-2 {
	background-image: url(../images/mask_kt.png);
}

.mask span.icon-3 {
	background-image: url(../images/mask_mm.png);
}

.mask span.icon-4 {
	background-image: url(../images/mask_pc.png);
}

.mask span.icon-5 {
	background-image: url(../images/mask_pn.png);
}

/* # =================================================================
#	headline
# ================================================================= */

/* セクション 見出し
------------------------- */

.h_section {
	/* font-family: 'Pacifico', cursive; */
	font-family: 'Fredoka One', cursive;
	font-size: 9rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 10px;
}

.h_section + * {
	margin-top: -25px;
}

/* # =================================================================
#	button
# ================================================================= */

/* デフォルトボタン
------------------------- */

.btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	height: 53px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.2;
	overflow: hidden;
	padding: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 195px;
	z-index: 1;
}

.btn > {
	display: block;
}

.btn::after {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	width: 15px;
	height: 15px;
	margin: auto;
	background: url(../images/arrow_white.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content: "";
}

.btn span::before,
.btn span::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.btn span::before {
	background-color: #46638b;
	z-index: -1;
}

.btn span::after {
	background: linear-gradient(30deg, #86c8e7, #dba1d6);
	z-index: -2;
}

.btn:hover::after {
	right: 22px;
}

.btn:hover span::before {
	opacity: 0;
}

.btn.btn-white {
	color: #46638b;
}

.btn.btn-white::after {
	background: url(../images/arrow_blue.png) no-repeat center;
	background-size: contain;
}

.btn.btn-white span::before {
	background-color: #fff;
}

.btn.btn-white:hover {
	color: #fff;
}

.btn.btn-white:hover::after {
	background: url(../images/arrow_white.png) no-repeat center;
	background-size: contain;
}

/* # =================================================================
#	carousel
# ================================================================= */

.carousel .slick-list {
	padding-top: 60px !important;
}

.carousel_item {
	position: relative;
	display: none;
	margin: 0 17.5px;
	outline: none;
	width: calc(25vw - 30px);
}

.carousel_item::after {
	position: absolute;
	display: block;
	-webkit-animation: bounce 7s ease infinite normal 0s none;
	animation: bounce 7s ease infinite normal 0s none;
	background-repeat: no-repeat;
	content: '';
	z-index: 1;
}

.carousel_item span {
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.carousel_item span img {
	width: 100%;
}
/*
.carousel_item.krp::after {
	top: -24px;
	left: 30px;
	background-image: url(../images/icon_krp.png);
	background-size: 91px auto;
	height: 105px;
	width: 91px;
}

.carousel_item.krm::after {
	top: -28px;
	right: 0;
	left: 0;
	background-image: url(../images/icon_krm.png);
	background-size: 71px auto;
	height: 60px;
	margin: auto;
	width: 71px;
}

.carousel_item.kkrr::after {
	top: -24px;
	right: 30px;
	background-image: url(../images/icon_kkrr.png);
	background-size: 110px auto;
	height: 89px;
	width: 110px;
}

.carousel_item.kitty::after {
	top: -27px;
	right: 24px;
	background-image: url(../images/icon_kitty.png);
	background-size: 100px auto;
	height: 82px;
	width: 100px;
}

.carousel_item.pompom::after {
	top: -32px;
	right: 0;
	left: 0;
	background-image: url(../images/icon_pompom.png);
	background-size: 146px auto;
	height: 45px;
	margin: auto;
	width: 146px;
}

.carousel_item.mymero::after {
	top: -22px;
	left: 46px;
	background-image: url(../images/icon_mymero.png);
	background-size: 74px auto;
	height: 66px;
	width: 74px;
}

.carousel_item.snmn::after {
	top: -22px;
	right: 0;
	left: 0;
	background-image: url(../images/icon_snmn.png);
	background-size: 117px auto;
	height: 64px;
	margin: auto;
	width: 117px;
}

.carousel_item.gdtm::after {
	top: -22px;
	right: 30px;
	background-image: url(../images/icon_gdtm.png);
	background-size: 80px auto;
	height: 74px;
	margin: auto;
	width: 80px;
} */

/* # =================================================================
#	News
# ================================================================= */

.news {
	padding-bottom: 10px;
}

.news_set {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.news_item {
	margin: 0 1.597vw 3.194vw;
	width: 314px;
}

.news_item a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 30px;
	color: #375074;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.6;
	padding: 42px 20px 26px;
	width: 100%;
}

.news_item a > {
	display: block;
}

.news_item a::before,
.news_item a::after {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 30px;
	content: '';
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.news_item a::before {
	background-color: #f5f6f8;
	z-index: -1;
}

.news_item a::after {
	background-color: #e8ebf3;
	z-index: -2;
}

.news_item a:hover::before {
	opacity: 0;
}

.news_item_h {
	display: block;
	width: 100%;
}

.news_item_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 65px;
	width: 100%;
}

.news_item_info > {
	display: block;
}

.news_item_tag {
	display: inline-block;
	background-color: #fff;
	border-radius: 100px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 6px 20px;
	text-align: center;
}

.news_item_tag::before {
	display: inline-block;
	content: '#';
	vertical-align: middle;
}

.news_item_date {
	font-weight: 700;
	line-height: 1;
}

/* # =================================================================
#	breadcrumb
# ================================================================= */

.breadcrumb ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumb ul li {
	position: relative;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 14px 0 0;
	opacity: 0.5;
	padding: 0 0 3px 20px;
}

.breadcrumb ul li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: '>';
	height: auto;
	margin: auto;
	width: auto;
}

.breadcrumb ul li:first-child {
	padding: 0;
}

.breadcrumb ul li:first-child::before {
	content: none;
}

.breadcrumb ul li:last-child {
	margin-bottom: 0;
}

.breadcrumb.white {
	color: #fff;
}

/* # =================================================================
#	animation
# ================================================================= */

/* 画像ホバーアニメーション
------------------------- */

.js-hover.on .js-hover-img span {
	opacity: 0;
}

.js-hover-img {
	position: relative;
}

.js-hover-img span {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	width: 100%;
}

.js-hover-img div {
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	z-index: -1;
}

/* ヘッダーアイコン
------------------------- */

/* TOP カルーセルアニメーション
------------------------- */

/* 画像切り替え
------------------------- */

/* キキララ ゆらゆら
------------------------- */

/* キャラクター飛び出し
------------------------- */

/* # =================================================================
#	header
# ================================================================= */

.header {
	position: relative;
	width: 100%;
	z-index: 100;
}

.header_inner {
	padding: 0 55px;
}

/* アイコン
------------------------- */

.header_icon {
	position: fixed;
	top: 24px;
	/* right: 55px; */
	right: 45px;
	display: inline-block;
	height: 72px;
	width: 87px;
	z-index: 1;
}

.header_icon > span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-image: url(../images/icon_kitty_solid_in.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 87px auto;
	cursor: pointer;
	height: 100%;
	width: 100%;
}

.header_icon.zoom > span {
	-webkit-animation: zoom 0.4s;
	animation: zoom 0.4s;
	background-image: url(../images/icon_kitty_grad.png);
}

.header_icon.open {
	-webkit-animation: zoom 0.4s;
	animation: zoom 0.4s;
}

.header_icon.open > span {
	background-image: url(../images/icon_kitty_solid_w.svg);
}

/* ロゴ
------------------------- */

.header_logo {
	position: absolute;
	top: 38px;
}

/* グローバルナビゲーション
------------------------- */

.header_nav {
	position: fixed;
	top: 35px;
	right: 55px;
	margin-right: 80px;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.header_nav_menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_nav_menu > {
	display: block;
}

.header_nav_menu > li {
	/* margin-right: 40px; */
	margin-right: 35px;
}

.header_nav_menu > li:nth-child(1) .header_nav_menu_item::after {
	background-color: #e9f8ff;
}

.header_nav_menu > li:nth-child(2) .header_nav_menu_item::after {
	background-color: #eff7ff;
}

.header_nav_menu > li:nth-child(3) .header_nav_menu_item::after {
	background-color: #f3f2ff;
}

.header_nav_menu > li:nth-child(4) .header_nav_menu_item::after {
	background-color: #f8ecf7;
}

.header_nav_menu_item {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.4;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.header_nav_menu_item::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-radius: 50%;
	content: '';
	height: 45px;
	margin: auto;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	width: 45px;
	z-index: -1;
}

.header_nav_menu_item:hover {
	color: #46638b;
}

.header_nav_menu_item:hover::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.header_nav_company:hover .header_nav_sub {
	opacity: 1;
	visibility: visible;
}

.header_nav_sub {
	position: absolute;
	left: -81.5px;
	height: 230px;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	visibility: hidden;
	width: 227px;
	z-index: 1;
}

.header_nav_sub_inner {
	position: relative;
	background-color: #46638b;
	border-radius: 30px;
	height: calc(100% - 33px);
	margin-top: 23px;
	width: 100%;
}

.header_nav_sub_inner::before {
	position: absolute;
	top: -12px;
	right: 0;
	left: 0;
	display: block;
	border-color: transparent transparent #46638b transparent;
	border-style: solid;
	border-width: 0 11.5px 13px 11.5px;
	content: '';
	height: 0;
	margin: 0 auto;
	width: 0;
}

.header_nav_sub_menu {
	padding: 20px;
}

.header_nav_sub_menu li {
	padding: 14px 0;
	text-align: center;
}

.header_nav_sub_menu li + li {
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.header_nav_sub_menu li a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.header_nav_sub_menu li a:hover {
	opacity: 0.6;
}

/* サイトナビ
------------------------- */

.header_sitenav {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #46638b;
	height: 100vh;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	visibility: hidden;
	width: 100%;
}

.header_sitenav_inner {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 100px;
	width: 100%;
}

.header_sitenav_inner > {
	display: block;
}

.header_sitenav_inner::before {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/mask_dot_blue.png);
	background-position: top left;
	background-repeat: repeat;
	content: '';
	height: 100%;
	width: 100%;
}

.header_sitenav.show {
	opacity: 1;
	visibility: visible;
}

.header_sitenav.show .header_sitenav_box {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.header_sitenav_box {
	position: relative;
	opacity: 0;
	-webkit-transform: scale(0.99);
	transform: scale(0.99);
	-webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.5s ease-out, -webkit-transform 0.4s ease-out;
	transition: opacity 0.5s ease-out, transform 0.4s ease-out;
	transition: opacity 0.5s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
	width: 80%;
}

.header_sitenav_box a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.header_sitenav_box a:hover {
	opacity: 0.6;
}

.header_sitenav_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.header_sitenav_menu {
	width: 50%;
}

.header_sitenav_menu > li {
	margin-bottom: 4.5vh;
}

.header_sitenav_menu > li > a,
.header_sitenav_menu > li > span {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.header_sitenav_sub {
	padding-top: 1.7vh;
}

.header_sitenav_sub li {
	margin-top: 1.3vh;
}

.header_sitenav_sub li a {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.4;
}

.header_sitenav_sub-set {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.header_sitenav_sub-set li {
	width: 33.3333%;
}

.header_sitenav_ctrl {
	margin-top: 6.6vh;
}

.header_sitenav_ctrl ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.header_sitenav_ctrl ul li {
	margin-right: 35px;
}

.header_sitenav_ctrl ul li a {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
}

.header_sitenav_btn {
	position: relative;
	height: 75px;
	margin: 8vh auto 0;
	width: 50px;
}

.header_sitenav_btn::after {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	content: 'close';
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.header_sitenav_btn span {
	position: relative;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 50px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.header_sitenav_btn span::before,
.header_sitenav_btn span::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #46638b;
	content: '';
	height: 2px;
	margin: auto;
	width: 25px;
}

.header_sitenav_btn span::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header_sitenav_btn span::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header_sitenav_btn span:hover {
	opacity: 0.6;
}

/* # =================================================================
#	footer
# ================================================================= */

/* pagetop
----------------------- */
#pagetop {
	position: absolute;
	/* position: relative; */
	/* bottom: 25px; */
	right: 45px;
	bottom: 25px;
	/* width: 60px;
	height: 60px; */
	color: #fff;
	font-size: 1.1rem;
	cursor: pointer;
	z-index: 9;

	/* span {

	} */
}
#pagetop::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	/* background: #fff; */
	transition: all .3s ease-in-out;
	content: "";
	z-index: -1;
}
#pagetop::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 11px;
	margin: auto;
	background: url(../images/common/pagetop.png) no-repeat center center;
	background-size: contain;
	transform: translateY(-15px);
	content: "";
}
#pagetop:hover::after {
	transform: scale(1.1);
}
/* .footer.pl #pagetop::after {
	background: #dfa3c9;
}
.footer.hl #pagetop::after {
	background: #7b9cc9;
} */

.footer {
	position: relative;
	overflow: hidden;
	padding-top: 166px;
	z-index: 1;
}

.footer::before {
	position: absolute;
	top: 58px;
	left: calc(((500vw - 100%) / 2) * -1);
	display: block;
	background-color: #46638b;
	border-radius: 50%;
	content: '';
	height: 500vw;
	margin: auto;
	width: 500vw;
	z-index: -1;
}

.footer::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	background-image: url(../images/img_kitty.svg);
	background-repeat: no-repeat;
	content: '';
	height: 69px;
	margin: auto;
	width: 88px;
}

.footer_body {
	background-color: #46638b;
	padding-top: 30px;
}

.footer_wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.footer_ctrl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
	width: 100%;
}


.footer.pl::before {
	background: #dfa3c9;
}
.footer.pl .footer_body {
	background: #dfa3c9;
}
.footer.hl::before {
	background: #7b9cc9;
}
.footer.hl .footer_body {
	background: #7b9cc9;
}




/* フッターロゴ
------------------------- */

.footer_logo {
	margin-right: 30px;
	width: 298px;
}
.footer_logo_recruit {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

/* フッター　お問い合わせ
------------------------- */
.footer_contact {
	position: relative;
	margin-top: 25px;
	margin-right: 20px;
	overflow: hidden;
}
.footer_contact::before {
	display: inline-block;
	position: absolute;
	top: 10px;
	/* left:  110%; */
	left: 110px;
	/* max-width: 272px; */
	width: calc(100% - 110px);
	height: 4px;
	background: url(../images/common/footer_contact_dots.png) no-repeat center left;
	background-size: cover;
	content: "";
}
.footer_contact.pl dt {
	color: #dfa3c9;
}
.footer_contact.hl dt {
	color: #7b9cc9;
}
.footer_contact dt {
	display: table;
	position: relative;
	margin-bottom: 10px;
	padding: 0 10px;
	background: #fff;
	border-radius: 20px;
	font-size: 1.3rem;
	font-weight: bold;
}
.footer_contact dt::after {
	/* display: inline-block;
	position: absolute;
	top: 50%;
	left:  110%;
	max-width: 272px;
	width: 100%;
	height: 4px;
	background: url(../images/common/footer_contact_dots.png) repeat-x center;
	background-size: cover;
	content: ""; */
}
.footer_contact dd {
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
.footer_contact .tel-num {
	font-size: 2.4rem;
	line-height: 1;
}
/* フッターナビ
------------------------- */

.footer_nav {
	width: 600px;
}

.footer_menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer_menu li {
	margin-bottom: 12px;
	width: 33.3333%;
}

.footer_menu li:last-child {
	margin-left: auto;
}

.footer_menu li a {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.4;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.footer_menu li a:hover {
	opacity: 0.6;
}

/* バナー
------------------------- */

.footer_bnr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
	width: 100%;
}

.footer_bnr_item {
	background-color: #fff;
	border-radius: 15px;
	height: 90px;
	margin: 0 15px;
	width: 228px;
}

.footer_bnr_item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.footer_bnr_item a > {
	display: block;
}
.footer_bnr_item.pl a img {
	height: 23px;
}
.footer_bnr_item.hl a img {
	height: 23px;
}
.footer_bnr_item a:hover {
	opacity: 0.6;
}

/* コピーライト
------------------------- */

.footer_copyright {
	padding: 40px 0;
}

.footer_copyright p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}

@media only screen and (min-width: 1440px) {

.is_pc-l {
	display: none;
}

.news_item {
	margin: 0 23px 46px;
}

}

@media only screen and (max-width: 1439px) {
	.h_section {
		font-size: 6.25vw;
	}

}

@media only screen and (max-width: 1030px) {

.news_item_info {
	display: block;
}

.news_item_tag {
	margin-bottom: 10px;
}

.footer {
	padding-top: 110px;
}

.footer_body {
	padding-top: 0;
}

.footer_body .inner {
	padding: 0;
}

.footer_ctrl {
	display: block;
	margin-bottom: 47.5px;
	padding: 0 25px;
}

.footer_logo {
	margin-bottom: 45px;
	margin-right: 0;
	text-align: center;
	width: 100%;
}
.footer_logo_recruit {
	margin-left: 10px;
}
.footer_contact {
	display: table;
	margin: 0 auto 30px;
}

.footer_nav {
	margin: 0 auto;
	width: 80%;
}

.footer_bnr {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding: 0 10px;
}

.footer_bnr_item {
	height: 62px;
	margin: 0 10px 20px;
	width: calc(50% - 20px);
}

.footer_copyright {
	padding: 15px 0 30px;
}

.footer_copyright p {
	font-size: 1rem;
}

}

@media only screen and (max-width: 980px) {

	.header {
		z-index: auto;
	}

	.header_inner {
		padding: 0 20px;
	}

	.header_icon {
		top: 10px;
		right: 10px;
		height: 50px;
		width: 50px;
		z-index: 120;
	}

	.header_icon > span {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #46638b;
		border-radius: 50%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		box-shadow: 0 0 10px rgba(255,255,255,.5);
	}

	.header_icon > span > {
		display: block;
	}

	.header_icon > span > span {
		position: relative;
		height: 13px;
		width: 20px;
	}

	.header_icon > span > span span {
		position: absolute;
		left: 0;
		display: inline-block;
		background-color: #fff;
		height: 1px;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		width: 100%;
	}

	.header_icon > span > span span:nth-child(1) {
		top: 0;
	}

	.header_icon > span > span span:nth-child(2) {
		top: 6px;
	}

	.header_icon > span > span span:nth-child(3) {
		bottom: 0;
	}

	.header_icon.zoom > span {
		background-image: none;
	}

	.header_icon.open > span {
		background-color: #fff;
		background-image: none;
	}

	.header_icon.open > span > span span {
		background-color: #46638b;
	}

	.header_icon.open > span > span span:nth-child(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}

	.header_icon.open > span > span span:nth-child(2) {
		opacity: 0;
	}

	.header_icon.open > span > span span:nth-child(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}

	.header_logo {
		top: 0;
		left: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 65px;
		width: 100%;
		z-index: 2;
	}

	.header_logo > {
		display: block;
	}

	.header_logo a {
		display: block;
		margin-left: 20px;
		width: 236.5px;
	}

	.header_nav {
		display: none !important;
	}

	.header_nav_menu_item {
		color: #222;
	}

	.header_nav_menu_item::after {
		content: none;
	}

	.header_sitenav {
		height: 100%;
		-webkit-overflow-scrolling: touch;
		overflow-y: auto;
		z-index: 110;
	}

	.header_sitenav_inner {
		display: block;
		height: auto;
		padding: 65px 20px 40px;
	}

	.header_sitenav_box {
		padding-top: 20px;
		width: 100%;
	}

	.header_sitenav_box a:hover {
		opacity: 1;
	}

	.header_sitenav_nav {
		display: block;
	}

	.header_sitenav_menu {
		width: 100%;
	}

	.header_sitenav_menu > li {
		border-bottom: solid 1px rgba(255, 255, 255, 0.1);
		margin-bottom: 0;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.header_sitenav_menu > li > a,
	.header_sitenav_menu > li > span {
		font-size: 1.8rem;
	}

	.header_sitenav_sub {
		padding-top: 0;
	}

	.header_sitenav_sub li {
		margin-top: 20px;
	}

	.header_sitenav_sub-set {
		display: block;
	}

	.header_sitenav_sub-set li {
		width: 100%;
	}

	.header_sitenav_ctrl {
		margin-top: 30px;
	}

	.header_sitenav_ctrl ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header_sitenav_ctrl ul li {
		margin-bottom: 20px;
		margin-right: 0;
		width: 50%;
	}

	.header_sitenav_ctrl ul li a {
		font-size: 1.4rem;
	}

	.header_sitenav_btn {
		margin-top: 40px;
	}

	.header_sitenav_btn span:hover {
		opacity: 1;
	}

	.header_sitenav_recruit-top {
		position: relative;
	}

	.header_sitenav_recruit-top span {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		height: 100%;
		overflow: hidden;
		width: 69px;
	}

	.header_sitenav_recruit-top span::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border-right: solid 3px #fff;
		border-top: solid 3px #fff;
		content: '';
		height: 10px;
		margin: auto;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		width: 10px;
	}

	.header_sitenav_recruit-top span.open::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.header_sitenav_recruit-harmonyland,
	.header_sitenav_recruit-puroland {
		display: none;
	}
}

@media only screen and (max-width: 767px) {

body {
	font-size: 1.5rem;
	overflow: hidden;
}

.is_sp {
	display: block;
}

.is_pc {
	display: none;
}

.inner {
	padding: 0 20px;
}

.h_section {
	font-size: 4.5rem;
	margin-bottom: 5px;
	text-align: center;
}

.h_section + * {
	margin-top: -10px;
}

.btn {
	height: 50px;
	margin: 0 auto;
	width: 190px;
}

.btn:hover::after {
	right: 25px;
}

.btn:hover span::before {
	opacity: 1;
}

.btn.btn-white:hover {
	color: #46638b;
}

.btn.btn-white:hover::after {
	background: url(../images/arrow_blue.png) no-repeat center;
  background-size: contain;
}

.carousel .slick-list {
	padding-top: 50px !important;
}

.carousel_item {
	margin: 0 7.5px;
}

.carousel_item span {
	border-radius: 15px;
}

.carousel_item.krp::after {
	top: -15px;
	left: 15px;
	background-size: 45.5px auto;
	height: 52.5px;
	width: 45.5px;
}

.carousel_item.krm::after {
	top: -16px;
	background-size: 40px auto;
	height: 35px;
	margin: auto;
	width: 40px;
}

.carousel_item.kkrr::after {
	top: -12px;
	right: 15px;
	background-size: 55px auto;
	height: 44.5px;
	width: 55px;
}

.carousel_item.kitty::after {
	top: -13.5px;
	right: 12px;
	background-size: 50px auto;
	height: 41px;
	width: 50px;
}

.carousel_item.pompom::after {
	top: -16px;
	background-size: 73px auto;
	height: 22.5px;
	width: 73px;
}

.carousel_item.mymero::after {
	top: -11px;
	left: 23px;
	background-size: 37px auto;
	height: 33px;
	width: 37px;
}

.carousel_item.snmn::after {
	top: -15px;
	background-size: 58.5px auto;
	height: 32px;
	width: 58.5px;
}

.carousel_item.gdtm::after {
	top: -15px;
	right: 15px;
	background-size: 40px auto;
	height: 37px;
	width: 40px;
}

.news_set {
	display: block;
}

.news_item a {
	padding: 40px 20px 27.5px;
}

.news_item a::after {
	content: none;
}

.news_item a:hover::before {
	opacity: 1;
}

.news_item {
	margin: 0 0 20px;
	width: 100%;
}

.news_item_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 34px;
}

.news_item_tag {
	margin-bottom: 0;
}

.breadcrumb {
	display: none;
}

/* pagetop
----------------------- */
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	margin-left: auto;
	text-indent: -9999px;
}
#pagetop::before {
	width: 15px;
	background: url(../images/common/pagetop_blue.png) no-repeat center center;
	background-size: contain;
	transform: translateY(-1px);
}
#pagetop::after {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	z-index: -1;
}

.footer::before {
	position: absolute;
	top: 58px;
	left: -50%;
	left: calc(((200vw - 100%) / 2) * -1);
	display: block;
	width: 200vw;
	height: 230px;
	margin: auto;
	background-color: #46638b;
	border-radius: 50% / 100% 100% 0 0;
	content: '';
	z-index: -1;
}

.footer_ctrl {
	padding: 0;
}

.footer_logo {
	padding: 0 20px;
}

.footer_logo a {
	display: block;
	margin: 0 auto;
	width: 240px;
}
.footer_nav {
	width: 100%;
}

.footer_menu {
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.footer_menu li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	margin-bottom: 0;
	width: 50%;
}

.footer_menu li:nth-child(even) {
	border-left: solid 1px rgba(255, 255, 255, 0.1);
}


.footer.pl .footer_menu li:last-child {
	width: 100%;
	margin-left: 0;
}
.footer.hl .footer_menu li:last-child {
	width: 100%;
	margin-left: 0;
}

.footer_menu li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	padding: 0 20px;
	width: 100%;
}

.footer_menu li a > {
	display: block;
}

.footer_menu li a:hover {
	opacity: 1;
}
.footer_bnr {
	margin-bottom: 50px;
}
.footer_bnr_item a {
	margin: 0 auto;
	width: 80%;
}
.footer_bnr_item.pl a img {
	height: 18px;
}
.footer_bnr_item.hl a img {
	height: 16px;
}
.footer_bnr_item a:hover {
	opacity: 1;
}

}


@media only screen (max-width: 420px) {
	.header_logo img {
		width: 90%;
	}
}

@-webkit-keyframes zoom {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50% {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes zoom {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50% {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes bounce {

0% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

71% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

75% {
	-webkit-transform: translateY(5px) scale(0.8);
	transform: translateY(5px) scale(0.8);
}

80% {
	-webkit-transform: translateY(-20px) scale(1.2);
	transform: translateY(-20px) scale(1.2);
}

81% {
	-webkit-transform: translateY(-20px) scale(1.2);
	transform: translateY(-20px) scale(1.2);
}

85% {
	-webkit-transform: translateY(4px) scale(1);
	transform: translateY(4px) scale(1);
}

88% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

90% {
	-webkit-transform: translateY(1px) scale(1);
	transform: translateY(1px) scale(1);
}

100% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

}

@keyframes bounce {

0% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

71% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

75% {
	-webkit-transform: translateY(5px) scale(0.8);
	transform: translateY(5px) scale(0.8);
}

80% {
	-webkit-transform: translateY(-20px) scale(1.2);
	transform: translateY(-20px) scale(1.2);
}

81% {
	-webkit-transform: translateY(-20px) scale(1.2);
	transform: translateY(-20px) scale(1.2);
}

85% {
	-webkit-transform: translateY(4px) scale(1);
	transform: translateY(4px) scale(1);
}

88% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

90% {
	-webkit-transform: translateY(1px) scale(1);
	transform: translateY(1px) scale(1);
}

100% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

}

@-webkit-keyframes imgChange {

0% {
	opacity: 0;
}

10% {
	opacity: 1;
}

55% {
	opacity: 1;
}

65% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@keyframes imgChange {

0% {
	opacity: 0;
}

10% {
	opacity: 1;
}

55% {
	opacity: 1;
}

65% {
	opacity: 0;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes kkrrMove {

0% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

25% {
	-webkit-transform: translateX(-65%);
	transform: translateX(-65%);
}

50% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

75% {
	-webkit-transform: translateX(-35%);
	transform: translateX(-35%);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}

@keyframes kkrrMove {

0% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

25% {
	-webkit-transform: translateX(-65%);
	transform: translateX(-65%);
}

50% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

75% {
	-webkit-transform: translateX(-35%);
	transform: translateX(-35%);
}

100% {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

}

@-webkit-keyframes charaJump {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

10% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

50% {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

65% {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes charaJump {

0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

10% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

50% {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

65% {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}
