html, body {
	color: #202020;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
	font-size: 62.5%;
	font-weight: 500;
	height: 100%;
letter-spacing:.1rem;
	line-height: 1.15;
	margin: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
ul, li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	font-weight: 500;
	margin: 0;
	padding: 0
}
a {
	color: #202020;
	cursor: pointer;
	list-style: none;
	text-decoration: none
}
a:hover, a:active, a:link, a:visited {
	color: #202020;
	text-decoration: none
}
img {
	display: block;
	width: 100%
}
*, :before, :after {
	box-sizing: border-box
}
:before, :after {
	text-decoration: inherit;
	vertical-align: inherit
}
p {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 34px;
	line-height: 3.4rem
}
@media (max-width:767px) {
p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2.8rem
}
}
hr {
	height: 0;
	overflow: visible
}
main {
	display: block;
	margin: 0 auto
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
svg:not(:root) {
	overflow: hidden
}
table {
	border-collapse: collapse
}
input {
	border-radius: 0;
	color: #333
}
button, input, optgroup, select, textarea {
	margin: 0
}
button, select {
	text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
-webkit-appearance:button
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
select {
	text-transform: none
}
textarea {
	overflow: auto;
	resize: vertical
}
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
[type=number] {
width:auto
}
::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
details {
	display: block
}
dialog {
	background-color: #fff;
	border: solid;
	color: #000;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content
}
dialog:not([open]) {
	display: none
}
summary {
	display: list-item
}
[hidden] {
display:none
}
canvas {
	display: inline-block
}
template {
	display: none
}
a, area, button, input, label, select, summary, textarea, [tabindex] {
-ms-touch-action:manipulation;
touch-action:manipulation
}
.container {
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px;
	width: calc(100% - 60px)
}
@media (max-width:767px) {
.container {
	padding: 0;
	margin: 0 auto;
	width: calc(100% - 40px)
}
}
.container.has-padding {
	padding: 50px
}
@media (max-width:767px) {
.container.has-padding {
	padding: 40px 20px
}
}
.container.is-form {
	max-width: 1060px;
	padding-bottom: 100px
}
@media (max-width:767px) {
.container.is-form {
	padding-bottom: 90px
}
}
.container.is-width650 {
	max-width: 850px;
	box-sizing: content-box;
}
@media (max-width:767px) {
.container.is-width650 {
	max-width: inherit
}
}
.has-sidebar {
	width: calc(100% - 250px)
}
@media (max-width:767px) {
.has-sidebar {
	width: 100%
}
}
.is-pc {
	display: block !important
}
@media (max-width:767px) {
.is-pc {
	display: none !important
}
}
.is-pc-inline {
	display: inline-block !important
}
@media (max-width:767px) {
.is-pc-inline {
	display: none !important
}
}
.is-sp {
	display: none !important
}
@media (max-width:767px) {
.is-sp {
	display: block !important
}
}
.is-sp-inline {
	display: none !important
}
@media (max-width:767px) {
.is-sp-inline {
	display: inline-block !important
}
}
.main {
	padding-top: 85px;
	position: relative
}
@media (max-width:767px) {
.main {
	padding-top: 55px
}
}
.section {
	padding: 70px 0 65px
}
@media (max-width:767px) {
.section {
	padding: 45px 0
}
}
.section+.section {
	padding-top: 0
}
.section+.section .container {
	padding-top: 70px;
}
@media (max-width:767px) {
.section+.section .container {
	padding-top: 45px
}
}
.section:last-child {
	padding-bottom: 90px
}
@media (max-width:767px) {
.section:last-child {
	padding-top: 60px
}
}
.section.is-beige {
	background: #faf9f1
}
.section.bg-gray {
	background: #f8f9f9
}
.section.bg-gradation-yellow {
	background: linear-gradient(160deg, #fdfee7, #e7f4e5)
}
.section.bg-gradation-green {
	background: linear-gradient(90deg, #f6f5ff, #e8e7fe)
}
@media (max-width:767px) {
.section.bg-gradation-green {
	background: linear-gradient(160deg, #f6f5ff, #e8e7fe)
}
}
.section.bg-gradation-green>.container {
	border-top: none
}
.section.bg-gradation-green+.section>.container {
	border-top: none
}
.section.is-beige .container, .section.bg-gray .container, .section.bg-gradation-yellow .container {
	border-top: none
}
.section.is-beige .container>.section_title:first-child, .section.bg-gray .container>.section_title:first-child, .section.bg-gradation-yellow .container>.section_title:first-child {
	padding-top: 0
}
.section.is-beige+.section>.container, .section.bg-gray+.section>.container, .section.bg-gradation-yellow+.section>.container {
	border-top: none
}
.section_header {
	align-items: center;
	background: linear-gradient(90deg,#f7f1f1,#f8ecf6);
	display: flex;
	height: 180px;
	justify-content: center
}
@media (max-width:767px) {
.section_header {
	height: 140px
}
}
.section_header.is-purple {
	background: linear-gradient(90deg, #e5e7fa, #f8edf7)
}
.section_header .section_title {
	top: 10px;
	position: relative;
	font-size: 30px;
	font-size: 3rem;
	line-height: 30px;
	line-height: 3rem
}
@media (max-width:767px) {
.section_header .section_title {
	top: 12px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	line-height: 2.4rem
}
}
.section_header .section_title:after {
	content: none
}
.section_title {
	color: #202020;
letter-spacing:.4rem;
	text-align: center;
	padding: 45px 0 20px;
	position: relative;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 32px;
	line-height: 3.2rem
}
@media (max-width:767px) {
.section_title {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 22px;
	line-height: 2.2rem
}
}
.section_title:before {
	content: "";
	background: url(https://ns-familio.com/images/mark.png) no-repeat center top;
	background-size:100% auto;
	bottom: auto;
	display: block;
	left: 0;
	right: 0;
	height: 26px;
	margin: auto;
	position: absolute;
	top: 0;
	width:54px
}
.section_title:after {
	background:#494cc5;
	bottom: 0;
	display: block;
	left: 0;
	right: 0;
	content: "";
	height: 2px;
	margin: auto;
	position: absolute;
	width: 40px
}
.section_title.is-purple:after {
	background: #ed7d78;
}
.section_title.is-news {
	align-items: flex-end;
	border-bottom: 1px solid #494cc5;
	display: flex;
	justify-content: space-between;
	padding: 10px 0 20px;
	text-align: left;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 22px;
	line-height: 2.2rem
}
.section_title.is-news:before, .section_title.is-news:after {
	content: none
}
.section_title.is-news a {
	border-bottom: 1px solid transparent;
	color: #494cc5;
letter-spacing:.1rem;
	padding-right: 30px;
	position: relative;
	padding-bottom: 1px;
	transition: .4s;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem;
	opacity: 1;
	transition: .2s
}
.section_title.is-news a:hover {
	opacity: .9
}
@media (max-width:767px) {
.section_title.is-news a {
	display: none
}
}
.section_title.is-news a:before, .section_title.is-news a:after {
	background: #494cc5;
	content: "";
	position: absolute;
	transition: .3s
}
@media (max-width:767px) {
.section_title.is-news a:before, .section_title.is-news a:after {
	content: none
}
}
.section_title.is-news a:before {
	height: 1px;
	right: 3px;
	top: 8px;
	width: 10px
}
.section_title.is-news a:after {
	height: 6px;
	right: 5px;
	top: 3px;
	transform: rotate(-45deg);
	width: 1px
}
.section_title.is-news a:hover {
	border-bottom: 1px solid #494cc5
}
.section_title.is-news a:hover:before {
	right: 0
}
.section_title.is-news a:hover:after {
	right: 3px
}
.section_title.is-level2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 33.6px;
	line-height: 3.36rem
}
@media (max-width:767px) {
.section_title.is-level2 {
	padding: 32px 0 24px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 25.2px;
	line-height: 2.52rem
}
}
.section_title.is-level2:before {
	content: none
}
.section_title.is-level2.is-gradation:after {
	background: -moz-linear-gradient(to right, #addbb0, #494cc5);
	background: -webkit-linear-gradient(to right, #addbb0, #494cc5);
	background: linear-gradient(to right, #addbb0, #494cc5)
}
.section_title.is-level2+.section_title.is-level3 {
	padding-top: 28px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 25.2px;
	line-height: 2.52rem
}
@media (max-width:767px) {
.section_title.is-level2+.section_title.is-level3 {
	padding-top: 24px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22.4px;
	line-height: 2.24rem
}
}
.section_title.is-level3 {
	color: #494cc5;
	padding: 70px 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	line-height: 1.8rem
}
@media (max-width:767px) {
.section_title.is-level3 {
	padding: 40px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
}
.section_title.is-level3:before, .section_title.is-level3:after {
	content: none
}
.section_title.is-level3.is-purple {
	color: #b984d6
}
.section_title.is-level3.is-green {
	color: #494cc5
}
.section_title.is-level3 .is-small {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	line-height: 3.2rem
}
@media (max-width:767px) {
.section_title.is-level3 .is-small {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2.8rem
}
}
.section_title.has-catch {
	padding: 30px 0 20px;
	position: relative
}
.section_title.has-catch span {
	background: -moz-linear-gradient(to right, #a4a8e2, #c57abf);
	background: -webkit-linear-gradient(to right, #a4a8e2, #c57abf);
	background: linear-gradient(to right, #a4a8e2, #c57abf);
	-moz-background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	-moz-text-fill-color: rgba(255,255,255,0);
	-webkit-text-fill-color: rgba(255,255,255,0);
	text-fill-color: rgba(255,255,255,0);
	color: transparent;
	font-family: "Josefin Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
letter-spacing:.2rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 110px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
@media (max-width:767px) {
.section_title.has-catch span {
	top: 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 15.6px;
	line-height: 1.56rem
}
}
.section_title.has-catch span.is-width38 {
	width: 38px
}
.section_title.has-catch span.is-width65 {
	width: 65px
}
.section_title.has-catch.is-purple span {
	color: #acb6e5;
	background: -moz-linear-gradient(to right, #a4a8e2, #c57abf);
	background: -webkit-linear-gradient(to right, #a4a8e2, #c57abf);
	background: linear-gradient(to right, #a4a8e2, #c57abf);
	-moz-background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	-moz-text-fill-color: rgba(255,255,255,0);
	-webkit-text-fill-color: rgba(255,255,255,0)
}
.section_desc {
	margin-top: 36px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 33.6px;
	line-height: 3.36rem
}
@media (max-width:767px) {
.section_desc {
	margin-top: 24px;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2.8rem
}
}
.section_desc+.section_desc {
	margin-top: 16px
}
.section_desc .is-green, .section_desc.is-green {
	color: #494cc5;
	font-weight: 700
}
.section_desc .is-purple, .section_desc.is-purple {
	color: #b984d6;
	font-weight: 700
}
.section_desc .is-light, .section_desc.is-light {
	font-weight: 100;
	line-height: 1.6
}
.section_desc .is-light+.button, .section_desc.is-light+.button {
	margin-top: 34px
}
.section_desc .is-red, .section_desc.is-red {
	color: #e5495c;
	font-weight: 700
}
.section_desc.is-left {
	text-align: left
}
.section_desc.is-right {
	text-align: right
}
.section_desc.is-center {
	text-align: center
}
.section_desc.is-small {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24.64px;
	line-height: 2.464rem
}
@media (max-width:767px) {
.section_desc.is-small {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 22.88px;
	line-height: 2.288rem
}
}
.section_desc.is-note {
	color: #3d3d3d;
	margin: 20px auto 8px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22.4px;
	line-height: 2.24rem
}
@media (max-width:767px) {
.section_desc.is-note {
	margin: 14px auto 8px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20.8px;
	line-height: 2.08rem
}
}
.section_desc span.is-small {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem
}
@media (max-width:767px) {
.section_desc span.is-small {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 11px;
	line-height: 1.1rem
}
}
.section_desc+.section_title {
	padding-top: 70px
}
@media (max-width:767px) {
.section_desc+.section_title {
	padding-top: 60px
}
}
.section_img {
	margin: 30px auto 0
}
.section_img.is-width147 {
	max-width: 147px
}
@media (max-width:767px) {
.section_img.is-width147 {
	max-width: 125px
}
}
.section_img.is-width654 {
	max-width: 654px
}
@media (max-width:767px) {
.section_img.is-width654 {
	max-width: inherit
}
}
.section_img.has-marginBotton {
	margin-bottom: 46px
}
@media (max-width:767px) {
.section_img.has-marginBotton {
	margin-bottom: 25px
}
}
.info.is-purple dl dt {
	color: #b984d6
}
.info_list {
	margin: 30px auto 0
}
@media (max-width:767px) {
.info_list {
	max-width: inherit
}
}
.info_list.has-border {
	margin: 8px auto 0
}
.info_list.has-border .info_item {
	padding: 24px 0
}
@media (max-width:767px) {
.info_list.has-border .info_item {
	padding: 12px 0
}
}
.info_list.has-border .info_item+.info_item {
	border-top: 1px solid #dfe8ec
}
.info_item {
	padding: 12px 0
}
@media (max-width:767px) {
.info_item {
	padding: 8px 0
}
}
.info_item dl {
	display: flex;
	flex-wrap: wrap
}
.info_item dl dt {
	color: #494cc5;
	width: 20%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2.8rem
}
@media (max-width:767px) {
.info_item dl dt {
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 24px;
	line-height: 2.4rem
}
}
.info_item dl dt+dd, .info_item dl dt+div {
	width: 80%
}
@media (max-width:767px) {
.info_item dl dt+dd, .info_item dl dt+div {
	margin-top: 4px;
	width: 100%
}
}
.info_item dl dd {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	line-height: 2.8rem
}
@media (max-width:767px) {
.info_item dl dd {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 21.98px;
	line-height: 2.198rem
}
}
.info_item dl dd+dd {
	margin-top: 12px
}
.info_item dl dd span {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24.5px;
	line-height: 2.45rem
}
@media (max-width:767px) {
.info_item dl dd span {
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20.41px;
	line-height: 2.041rem
}
}
.info_attention {
	color: #e5495c;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24.64px;
	line-height: 2.464rem
}
@media (max-width:767px) {
.info_attention {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 22.88px;
	line-height: 2.288rem
}
}
.info .attention {
	color: #b984d6;
	margin-top: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2.8rem
}
@media (max-width:767px) {
.info .attention {
	margin-top: 30px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 24px;
	line-height: 2.4rem
}
}
.info_map {
	height: 260px;
	margin-top: 12px;
	position: relative;
	width: 100%
}
@media (max-width:767px) {
.info_map {
	height: 150px
}
}
.info_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.more {
	position: relative;
	z-index: 0
}
.more.bg-gray {
	background: #f8f9f9
}
.more.bg-beige {
	background: #faf9f1
}
.more:before {
	background: #f7f1f1;
	content: "";
	height: calc(100% - 70px);
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: -1
}
@media (max-width:767px) {
.more:before {
	height: calc(100% - 50px);
	top: 50px
}
}
.more_content {
	background: #fdfdfd;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(76,83,97,.1);
	display: flex;
	padding: 50px 0;
	position: relative;
	z-index: 8
}
@media (max-width:767px) {
.more_content {
	border-radius: 15px;
	display: block;
	padding: 35px 18px
}
}
.more_box {
	text-align: center;
	width: 50%
}
@media (max-width:767px) {
.more_box {
	width: 100%
}
}
.more_box img {
	margin: 0 auto;
	width: 100px
}
.more_box p {
	color: #3d3d3d;
	margin-top: 26px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 36px;
	line-height: 3.6rem
}
@media (max-width:767px) {
.more_box p {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 23.8px;
	line-height: 2.38rem
}
}
@media (max-width:767px) {
.more_box button {
	margin: 25px auto 0
}
}
.more_box+.more_box {
	border-left: 1px solid #dfe8ec
}
@media (max-width:767px) {
.more_box+.more_box {
	border-top: 1px solid #dfe8ec;
	border-left: none;
	margin-top: 40px;
	padding-top: 35px
}
}
.header {
	background: #fff;
	height: 74px;
	width: 100%
}
@media (max-width:767px) {
.header {
	height: 55px
}
}
.header .container {
	align-items: center;
	background: #fff;
	display: flex;
	height: 74px;
	justify-content: space-between;
	max-width: inherit;
	padding: 0 20px;
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%
}
@media (max-width:767px) {
.header .container {
	box-shadow: 0 0 6px rgba(76,83,97,.1);
	height: 55px;
	padding: 0 15px
}
}
.header_logo {
	display: block
}
.header_logo img {
	height: 36px;
	width: auto
}
@media (max-width:767px) {
.header_logo img {
	height: 28px
}
}
.header_menu {
	display: flex
}
.header_list {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	width: 144px
}
@media (max-width:767px) {
.header_list {
	background: #f5fcf8;
	flex-direction: column;
	left: 100%;
	height: 100vh;
	justify-content: flex-start;
	position: absolute;
	transition: .5s;
	top: 55px;
	width: 100%
}
.header_list.is-active {
	left: 0
}
}
.header_item {
	margin-left:30px
}
@media (max-width:767px) {
.header_item {
	margin-left: 0;
	padding: 0 20px;
	width: 100%
}
}
@media (max-width:767px) {
.header_item+.header_item {
	border-top: 1px solid #c8edea
}
}
@media (max-width:767px) {
.header_item:last-child {
	border-top: none
}
}
.header_item a, .header_item button {
	white-space: nowrap
}
.header_item a {
	white-space: nowrap;
	transition: .3s;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
.header_item a:hover {
	color: #494cc5
}
@media (max-width:767px) {
.header_item a {
	color: #494cc5;
	display: block;
	height: 70px;
	padding: 28px 0;
	width: 100%
}
}
.header .hamburger {
	cursor: pointer;
	display: none;
	height: 55px;
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	z-index: 50
}
@media (max-width:767px) {
.header .hamburger {
	display: block
}
}
.header .hamburger i {
	background-color: #494cc5;
	border-radius: 3px;
	height: 2px;
	left: 18px;
	position: absolute;
	transition: .4s;
	width: 26px
}
.header .hamburger i:nth-of-type(1) {
	top: 17px
}
.header .hamburger i:nth-of-type(2) {
	top: 26px
}
.header .hamburger i:nth-of-type(2):after {
	background-color: #494cc5;
	border-radius: 3px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.header .hamburger i:nth-of-type(3) {
	top: 35px
}
.header .hamburger.is-active i:nth-of-type(1) {
	transform: translate(50%) scale(0)
}
.header .hamburger.is-active i:nth-of-type(2) {
	transform: rotate(45deg)
}
.header .hamburger.is-active i:nth-of-type(2):after {
	transform: rotate(90deg)
}
.header .hamburger.is-active i:nth-of-type(3) {
	transform: translate(-50%) scale(0)
}
.header_sns {
	display: none
}
@media (max-width:767px) {
.header_sns {
	display: flex
}
}
.header_sns li a img {
	max-height: 24px;
	max-width: 24px
}
.header_sns li a.is-twitter {
	position: relative;
	top: 2px
}
.header_sns li+li {
	margin-left: 14px
}
.footer {
	background: #f7f1f1;
letter-spacing:.15rem;
	padding: 70px 0 40px
}
@media (max-width:767px) {
.footer {
	padding: 55px 0 30px
}
}
.footer_content {
	display: flex;
	justify-content: flex-start
}
@media (max-width:767px) {
.footer_content {
	flex-direction: column-reverse
}
}
.footer_info {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2.8rem
}
@media (max-width:767px) {
.footer_info {
	margin-top: 50px
}
}
.footer_info img {
	width: 166px
}
.footer_info p {
	color: #3d3d3d;
	margin-top: 26px
}
.footer_sns {
	display: flex;
	margin-top: 28px
}
@media (max-width:767px) {
.footer_sns {
	margin-top: 22px
}
}
.footer_sns li a img {
	max-height: 24px;
	max-width: 24px
}
.footer_sns li a.is-twitter {
	position: relative;
	top: 2px
}
.footer_sns li+li {
	margin-left: 14px
}
.footer_menu {
	display: flex;
	margin-left: 145px
}
@media (max-width:767px) {
.footer_menu {
	display: block;
	margin-left: 0
}
}
.footer_menu ul+ul {
	margin-left: 55px
}
@media (max-width:767px) {
.footer_menu ul+ul {
	margin-left: 0;
	margin-top: 28px
}
}
.footer_menu li+li {
	margin-top: 28px
}
.footer_menu a {
	color: #3d3d3d;
	transition: .3s;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
.footer_menu a:hover {
	color: #494cc5
}
.footer small {
	color: #8c8c8d;
	display: block;
	margin: 55px auto 0;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 19.2px;
	line-height: 1.92rem
}
@media (max-width:767px) {
.footer small {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17.6px;
	line-height: 1.76rem
}
}
.toTop {
	display: none;
	bottom: 30px;
	cursor: pointer;
	height: 40px;
	position: fixed;
	right: 10px;
	width: 40px
}
.breadcrumb {
	margin-top: 40px
}
@media (max-width:767px) {
.breadcrumb {
	margin-top: 24px
}
}
.breadcrumb_list {
	display: flex;
	flex-wrap: wrap
}
.breadcrumb_item {
	margin-right: 16px;
	position: relative
}
@media (max-width:767px) {
.breadcrumb_item {
	margin-right: 12px
}
}
.breadcrumb_item+.breadcrumb_item {
	margin-left: 28px
}
@media (max-width:767px) {
.breadcrumb_item+.breadcrumb_item {
	margin-left: 20px
}
}
.breadcrumb_item+.breadcrumb_item:before {
	border-right: 1px solid #a3a3a3;
	border-top: 1px solid #a3a3a3;
	content: "";
	height: 8px;
	left: -29px;
	position: absolute;
	top: 7px;
	transform: rotate(45deg);
	width: 8px
}
@media (max-width:767px) {
.breadcrumb_item+.breadcrumb_item:before {
	left: -23px
}
}
.breadcrumb_item a {
	color: #a3a3a3;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 24px;
	line-height: 2.4rem
}
.breadcrumb_item a:hover {
	text-decoration: underline
}
button.button {
	padding-top: 2px
}
.button {
	align-items: center;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	height: 40px;
letter-spacing:.2rem;
	justify-content: center;
	max-width: 280px;
	margin: 40px auto 0;
	position: relative;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	opacity: 1;
	transition: .2s
}
.button:hover {
	opacity: .9
}
@media (max-width:767px) {
.button {
	margin: 36px auto 0;
	max-width: 300px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 15px;
	line-height: 1.5rem
}
}
.button_area {
	display: flex;
	justify-content: center;
	margin-top: 40px
}
.button_area .button {
	margin: 40px 0 0
}
@media (max-width:767px) {
.button_area .button {
	margin: 36px 0 0
}
}
.button_area .button+.button {
	margin-left: 50px
}
@media (max-width:767px) {
.button_area .button+.button {
	margin-left: 15px
}
}
.button.is-gradation-green {
	background: linear-gradient(90deg, #fad6e6, #ed7d78);
	color: #fff
}
.button.is-gradation-green:before, .button.is-gradation-green:after {
	background: #fff;
	content: "";
	position: absolute;
	transition: .2s
}
.button.is-gradation-green:before {
	height: 1px;
	right: 22px;
	top: 20px;
	width: 10px
}
.button.is-gradation-green:after {
	height: 6px;
	right: 24px;
	top: 15px;
	transform: rotate(-45deg);
	width: 1px
}
.button.is-gradation-green:hover:before {
	right: 19px
}
.button.is-gradation-green:hover:after {
	right: 21px
}
.button.is-gradation-purple {
	background: linear-gradient(90deg, #a4a8e2, #c57abf);
	color: #fff
}
.button.is-gradation-purple:before, .button.is-gradation-purple:after {
	background: #fff;
	content: "";
	position: absolute;
	transition: .2s
}
.button.is-gradation-purple:before {
	height: 1px;
	right: 22px;
	top: 20px;
	width: 10px
}
.button.is-gradation-purple:after {
	height: 6px;
	right: 24px;
	top: 15px;
	transform: rotate(-45deg);
	width: 1px
}
.button.is-gradation-purple:hover:before {
	right: 19px
}
.button.is-gradation-purple:hover:after {
	right: 21px
}
.button.is-gray {
	background: #afb8bb;
	color: #fff
}
.button.is-small {
	height: 30px;
	margin: 0;
	padding-right: 15px;
	width: 110px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem
}
@media (max-width:767px) {
.button.is-small {
	margin: 0 50px 0 auto;
	padding-right: 25px;
	font-size: 11px;
	font-size: 1.1rem;
    letter-spacing: .1rem;
}
}
.button.is-small:before {
	height: 1px;
	right: 15px;
	top: 17px;
	width: 10px
}
.button.is-small:after {
	height: 6px;
	right: 17px;
	top: 12px;
	transform: rotate(-45deg);
	width: 1px
}
@media (max-width:767px) {
.button.is-small:before {
	top: 16px
}
.button.is-small:after {
	top: 11px
}
.button.is-small:hover:before {
	right: 12px
}
.button.is-small:hover:after {
	right: 14px
}
}
.button.is-medium {
	margin: 0;
	width: 180px
}
@media (max-width:767px) {
.button.is-medium {
	height: 45px;
	margin: 30px auto;
	width: 100%
}
.button.is-medium:before {
	top: 23px
}
.button.is-medium:after {
	top: 18px
}
.button.is-medium:hover:before {
	right: 15px
}
.button.is-medium:hover:after {
	right: 17px
}
}
.button.is-border {
	background: #fff;
	border: 1px solid #494cc5;
	color: #494cc5;
	transition: .4s;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
.button.is-border:before, .button.is-border:after {
	background: #494cc5;
	content: "";
	position: absolute;
	transition: .2s
}
.button.is-border:before {
	height: 1px;
	right: 22px;
	top: 20px;
	width: 10px
}
.button.is-border:after {
	height: 6px;
	right: 24px;
	top: 15px;
	transform: rotate(-45deg);
	width: 1px
}
.button.is-border:hover {
	background: #494cc5;
	color: #fff
}
.button.is-border:hover:before, .button.is-border:hover:after {
	background: #fff
}
.button.is-border:hover:before {
	right: 19px
}
.button.is-border:hover:after {
	right: 21px
}
.button.is-back:before {
	left: 22px;
	right: auto
}
.button.is-back:after {
	left: 24px;
	right: auto;
	transform: rotate(45deg)
}
.button.is-back:hover:before {
	left: 19px
}
.button.is-back:hover:after {
	left: 21px
}
.mainvisual img {
	padding: 0 30px
}
@media (max-width:767px) {
.mainvisual img {
	padding: 0
}
}
.wonder {
	margin: 0 auto;
	max-width: 1400px;
	padding: 50px 0 90px
}
@media (max-width:767px) {
.wonder {
	padding: 40px 0 60px
}
}
.wonder_content {
	display: flex;
	margin-left: 50px
}
@media (max-width:767px) {
.wonder_content {
	display: block;
	margin-left: 0;
	padding: 0 20px
}
}
.wonder_box {
	width: 50%
}
@media (max-width:767px) {
.wonder_box {
	width: 100%
}
}
.wonder_box+.wonder_box {
	padding-left: 50px
}
@media (max-width:767px) {
.wonder_box+.wonder_box {
	margin-top: 30px;
	padding-left: 0
}
}
.wonder h2 {
letter-spacing:.6rem;
	font-weight: 100;
	font-size: 30px;
	font-size: 3rem;
	line-height: 51px;
	line-height: 5.1rem
}
@media (max-width:767px) {
.wonder h2 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 40.8px;
	line-height: 4.08rem;
	letter-spacing: .1rem;
}
}
.wonder h2:before, .wonder h2:after {
	bottom: -18px;
	color: #ed7d78;
	font-size: 56px;
	line-height: 30px;
	position: relative
}
@media (max-width:767px) {
.wonder h2:before, .wonder h2:after {
	bottom: -8px;
	font-size: 37px
}
}
.wonder h2:before {
	content: "“"
}
.wonder h2:after {
	content: "”"
}
.wonder h2 span {
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 56px;
	line-height: 5.6rem
}
.wonder_desc {
	color: #3d3d3d;
	margin-top: 40px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 34px;
	line-height: 3.4rem
}
@media (max-width:767px) {
.wonder_desc {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2.8rem
}
.wonder_desc br{
	display:none;
}
}
.wonder_desc.is-bigger {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 13.2px;
	line-height: 1.32rem
}
@media (max-width:767px) {
.wonder_desc.is-bigger {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22.4px;
	line-height: 2.24rem
}
}
.feature_list {
	flex-wrap:wrap;
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0
}
@media (max-width:767px) {
.feature_list {
	display: block;
	margin: 30px auto 0
}
}
.feature_item {
	max-width: 260px;
	width: 22%;
	margin-bottom:30px;
}
@media (max-width:767px) {
.feature_item {
	max-width: inherit;
	width: 100%
}
}
@media (max-width:767px) {
.feature_item+.feature_item {
	margin-top: 30px
}
}
.feature_desc {
	letter-spacing:.2rem;
	margin-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30.6px;
	line-height: 3.06rem
}
@media (max-width:767px) {
.feature_desc {
letter-spacing:.2rem;
	text-align: center
}
}
.feature_desc.is-center {
	text-align: center
}
.area_content {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 20px auto 0;
	width: 76%
}
@media (max-width:767px) {
.area_content {
	display: block;
	margin: 30px auto 0;
	width: 100%
}
}
.area_img {
	width: 292px
}
@media (max-width:767px) {
.area_img {
	margin: 0 auto;
	width: 80%
}
}
.area_text {
	padding-left: 60px;
	width: calc(100% - 292px)
}
@media (max-width:767px) {
.area_text {
	margin-top: 35px;
	padding-left: 0;
	width: 100%
}
}
.area_text h3 {
	color: #494cc5;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 28.8px;
	line-height: 2.88rem
}
.area_text p {
	margin-top: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22.4px;
	line-height: 2.24rem
}
.recruit {
	background: linear-gradient(90deg, #f7f1f1,#f8ecf6);
	color: #3d3d3d;
	text-align: center
}

.recruit_catch {
	margin-top: 40px;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 41.6px;
	line-height: 4.16rem
}
@media (max-width:767px) {
.recruit_catch {
	margin-top: 30px;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 30.4px;
	line-height: 3.04rem
}
}
.recruit_desc {
	margin-top: 40px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 34px;
	line-height: 3.4rem
}
@media (max-width:767px) {
.recruit_desc {
	margin-top: 35px;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	line-height: 3.2rem
}
}
.recruitButton {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 0;
	max-width: 510px;
	width: 100%
}
@media (max-width:767px) {
.recruitButton {
	margin: 25px auto 0;
	max-width: 300px
}
}
.recruitButton_item {
	height: 34px;
	max-width: 240px;
	width: 48%
}
@media (max-width:767px) {
.recruitButton_item {
	margin: 0 auto;
	width: 100%
}
}
.recruitButton_item a {
	border-radius: 50px;
	display: block;
	height: 100%;
	padding: 8px 0;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
@media (max-width:767px) {
.recruitButton_item a {
	padding: 9px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem
}
}
.recruitButton_item a:after {
	content: "";
	display: block;
	height: 5px;
	right: 18px;
	position: absolute;
	top: 12px;
	transform: rotate(135deg);
	width: 5px
}
.recruitButton_item:nth-child(odd) a {
	border: 1px solid #b984d6;
	color: #b984d6
}
.recruitButton_item:nth-child(odd) a:after {
	border: 1px solid #b984d6;
	border-width: 1px 1px 0 0
}
.recruitButton_item:nth-child(even) a {
	border: 1px solid #494cc5;
	color: #494cc5
}
.recruitButton_item:nth-child(even) a:after {
	border: 1px solid #494cc5;
	border-width: 1px 1px 0 0
}
@media (max-width:767px) {
.recruitButton_item+.recruitButton_item {
	margin: 15px auto 0
}
}
.recruitButton_item:nth-child(n+3) {
	margin-top: 20px
}
.recruitContent_list.is-purple h3 {
	color: #b984d6
}
.recruitContent_list.is-purple dt {
	color: #b984d6
}
.recruitContent_list.is-green h3 {
	color: #494cc5
}
.recruitContent_list.is-green dt {
	color: #494cc5
}
.newsDijest.is-top .newsDijest_list {
	margin-top: 10px
}
.newsDijest.is-top .newsDijest_item {
	margin: 30px 0 0;
	width: calc((100% - 60px)/4)
}
@media (max-width:767px) {
.newsDijest.is-top .newsDijest_item {
	margin: 24px 0 0;
	width: calc((100% - 20px)/2)
}
}
.newsDijest.is-top .newsDijest_img {
	min-height: 140px
}
@media (max-width:767px) {
.newsDijest.is-top .newsDijest_img {
	min-height: 120px
}
}
.newsDijest_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%
}
.newsDijest_item {
	cursor: pointer;
	margin-bottom: 40px;
	width: calc((100% - 40px)/3);
	opacity: 1;
	transition: .2s
}
.newsDijest_item:hover {
	opacity: .9
}
@media (max-width:767px) {
.newsDijest_item {
	margin-bottom: 20px;
	width: calc((100% - 20px)/2)
}
}
.newsDijest_link {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	opacity: 1;
	transition: .2s
}
.newsDijest_link:hover {
	opacity: .9
}
@media (max-width:767px) {
.newsDijest_link {
	display: block
}
}
.newsDijest_img {
	background: #ccc center center/cover no-repeat;
	min-height: 222px;
	width: 100%
}
@media (max-width:767px) {
.newsDijest_img {
	min-height: 140px
}
}
.newsDijest_date {
	color: #3d3d3d;
	display: block;
	margin-top: 16px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem
}
@media (max-width:767px) {
.newsDijest_date {
	margin-top: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem
}
}
.newsDijest_title {
	color: #494cc5;
	margin-top: 6px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20.8px;
	line-height: 2.08rem
}
@media (max-width:767px) {
.newsDijest_title {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 16.9px;
	line-height: 1.69rem
}
}
.news_list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%
}
.news_item {
	box-shadow: 0 0 9px rgba(76,83,97,.1);
	cursor: pointer;
	margin-top: 40px;
	width: calc((100% - 40px)/3);
	opacity: 1;
	transition: .2s
}
.news_item:hover {
	opacity: .9
}
@media (max-width:767px) {
.news_item {
	margin-top: 20px;
	width: calc((100% - 20px)/2)
}
}
.news_img {
	background: #ccc center center/cover no-repeat;
	min-height: 222px;
	width: 100%
}
@media (max-width:767px) {
.news_img {
	height: 48px;
	width: 80px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 23.8px;
	line-height: 2.38rem
}
}
.news_article {
	margin-top: -30px
}
.news_article li {
	border-bottom: 1px solid #e8eaea;
	margin-top: 0;
	padding: 20px 0;
	opacity: 1;
	transition: .2s
}
.news_article li:hover {
	opacity: .9
}
@media (max-width:767px) {
.news_article li {
	padding: 12px 0 10px
}
}
.news_link {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	opacity: 1;
	transition: .2s
}
.news_link:hover {
	opacity: .9
}
@media (max-width:767px) {
.news_link {
	display: block
}
}
.news_title {
	border-left: 4px solid #494cc5;
	color: #494cc5;
	padding-left: 10px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 24px;
	line-height: 2.4rem
}
@media (max-width:767px) {
.news_title {
	padding-left: 14px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 19.2px;
	line-height: 1.92rem
}
}
.news_title+.news_date {
	border-bottom: 1px solid #e8eaea;
	display: block;
	padding: 18px 0 14px
}
.news_date {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem
}
@media (max-width:767px) {
.news_date {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 11px;
	line-height: 1.1rem
}
}
.news_catch {
	color: #494cc5;
	margin-left: 50px;
	padding-bottom: 1px;
	border-bottom: 1px solid transparent;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	opacity: 1;
	transition: .2s
}
.news_catch:hover {
	opacity: .9
}
@media (max-width:767px) {
.news_catch {
	display: inline-block;
	margin: 8px 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 13px;
	line-height: 1.3rem
}
}
.news_catch:hover {
	border-bottom: 1px solid #494cc5
}
.news_content {
	margin-top: 24px
}
@media (max-width:767px) {
.news_content {
	margin-top: 20px
}
}
.news_content h1, .news_content h2, .news_content h3, .news_content h4 {
	font-weight: 700
}
.news_content h1 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 32px;
	line-height: 3.2rem
}
@media (max-width:767px) {
.news_content h1 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 22px;
	line-height: 2.2rem
}
}
.news_content h2 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 39.2px;
	line-height: 3.92rem
}
@media (max-width:767px) {
.news_content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 30.8px;
	line-height: 3.08rem
}
}
.news_content h3 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 30.8px;
	margin-top:20px;
	margin-bottom:10px;
	line-height: 3.08rem
}
.news_content p {
	margin-bottom:20px;
}
@media (max-width:767px) {
.news_content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 25.2px;
	line-height: 2.52rem
}
}
.news_content h3 {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 26.6px;
	line-height: 2.66rem
}
@media (max-width:767px) {
.news_content h3 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22.4px;
	line-height: 2.24rem
}
}
.news_content img {
	height: auto;
	max-height: 400px;
	max-width: 100%;
	width: auto
}
.news_paging {
	margin-top: 30px
}
@media (max-width:767px) {
.news_paging {
	margin-top: 34px
}
}
.news_paging .page-numbers {
	display: flex;
	justify-content: center
}
.news_paging .page-numbers li:nth-child(n+2) {
	margin-left: 10px
}
.news_paging li {
	border-radius: 5px;
	border: 1px solid #494cc5;
	height: 30px;
	text-align: center;
	width: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem;
	line-height: 28px
}
@media (max-width:767px) {
.news_paging li {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem;
	line-height: 34px;
	height: 34px;
	width: 34px
}
}
.news_paging li span, .news_paging li a {
	color: #494cc5;
	display: block;
	height: 100%;
	width: 100%
}
.news_paging li span.current, .news_paging li a.current {
	background: #494cc5;
	color: #fff
}
.news_paging li .prev, .news_paging li .next {
	position: relative
}
.news_paging li .prev:before, .news_paging li .next:before {
	bottom: 0;
	content: "";
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 8px
}
.news_paging li .prev:before {
	border-top: 1px solid #494cc5;
	border-left: 1px solid #494cc5;
	left: 12px;
	transform: rotate(-45deg)
}
.news_paging li .next:before {
	border-top: 1px solid #494cc5;
	border-right: 1px solid #494cc5;
	left: 8px;
	transform: rotate(45deg)
}
.price_table {
	margin: 0 auto;
	max-width: 850px;
	width: 100%
}
.price_table table {
letter-spacing:.12rem;
	width: 100%
}
.price_table table thead {
	background: #494cc5;
	border: 1px solid #494cc5;
	color: #fff;
	height: 40px;
	padding: 8px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
.price_table table tbody {
	text-align: center
}
.price_table table tbody th, .price_table table tbody td {
	border: 1px solid #d6d9c8;
	color: #3d3d3d
}
.price_table table tbody th {
	background: #f7f1f1;
	height: 40px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16.8px;
	line-height: 1.68rem
}
@media (max-width:767px) {
.price_table table tbody th {
	padding: 2px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 14.4px;
	line-height: 1.44rem
}
}
.price_table table tbody td {
	height: 46px;
	padding: 0 16px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20.8px;
	line-height: 2.08rem
}
@media (max-width:767px) {
.price_table table tbody td {
	padding:8px 4px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 16.9px;
	line-height: 1.69rem
}
}
.price_table table tbody td:first-child {
	background: #faf9f1;
	text-align: left
}
@media (max-width:767px) {
.price_table table tbody td:first-child {
	text-align: center
}
}
.price_table table tbody td span {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem
}
@media (max-width:767px) {
.price_table table tbody td span {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 11px;
	line-height: 1.1rem
}
}
.price_table table tbody td .is-greece {
	font-family: Menlo, Monaco, "Courier New", monospace, Arial, sans-serif;
	font-weight: 100;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
@media (max-width:767px) {
.price_table table tbody td .is-greece {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem
}
}
.price_table.margin-top20 {
	margin: 20px auto 0
}
.price_attention {
	color: #3d3d3d;
	margin: 16px auto 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 22.1px;
	line-height: 2.21rem
}
@media (max-width:767px) {
.price_attention {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20.4px;
	line-height: 2.04rem
}
}
.contact:not(.recruit-contact) .contact_tel {
	white-space: nowrap;
	display: flex;
	justify-content: center;
	column-gap: 56px
}
@media (max-width:767px) {
.contact:not(.recruit-contact) .contact_tel {
	flex-direction: column
}
}
@media screen and (max-width:400px) {
.contact:not(.recruit-contact) .contact_tel {
	white-space: wrap
}
}
.contact_tel {
	text-align: center;
	border-bottom: 1px solid #e8eaea;
	padding-bottom: 40px
}
@media (max-width:767px) {
.contact_tel {
	padding-bottom: 32px;
	display: block !important;
}
}
.contact_tel p {
	color: #3d3d3d;
	margin-top: 48px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 25.6px;
	line-height: 2.56rem
}
@media (max-width:767px) {
.contact_tel p {
	margin-top: 30px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 25.5px;
	line-height: 2.55rem
}
}
.contact_tel a {
	color: #494cc5;
	display: block;
letter-spacing:.2rem;
	margin-top: 16px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 24px;
	line-height: 2.4rem
}
@media (max-width:767px) {
.contact_tel a {
	margin-top: 10px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 25px;
	line-height: 2.5rem
}
}
.contact_tel span {
	color: #494cc5;
	display: block;
	margin-top: 16px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem
}
@media (max-width:767px) {
.contact_tel span {
	margin-top: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem
}
}
.contact_tel_right {
	text-align: center
}
.contact_tel_right p {
	color: #3d3d3d;
	margin-top: 48px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 25.6px;
	line-height: 2.56rem
}
@media (max-width:767px) {
.contact_tel_right p {
	margin-top: 30px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 25.5px;
	line-height: 2.55rem
}
}
.contact_tel_right .button {
	margin: 20px auto 0
}
.contactFlow {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 30px
}
@media (max-width:767px) {
.contactFlow {
	margin-top: 24px
}
}
.contactFlow_item {
	align-items: center;
	color: #b5b5b5;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem
}
@media (max-width:767px) {
.contactFlow_item {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem
}
}
.contactFlow_item+.contactFlow_item:before {
	border-top: 1px solid #494cc5;
	border-right: 1px solid #494cc5;
	content: "";
	display: inline-block;
	height: 7px;
	margin: 0 12px 0 10px;
	transform: rotate(45deg);
	width: 7px
}
.contactFlow_item.is-active {
	color: #494cc5
}
.contact.recruit-contact .form_item.wide-margin {
	margin: 28px 0 !important
}
@media (max-width:767px) {
.contact.recruit-contact .form_item.wide-margin {
	margin: 20px 0 !important
}
}
.contact.recruit-contact .form_item dl dt {
	width: 300px
}
@media (max-width:767px) {
.contact.recruit-contact .form_item dl dt {
	width: 100%
}
}
.contact.recruit-contact .form_item dl>div {
	width: calc(100% - 300px)
}
@media (max-width:767px) {
.contact.recruit-contact .form_item dl>div {
	width: 100%
}
}
@media (max-width:767px) {
.contact.recruit-contact .form_item dl textarea {
	max-width: 100%
}
}
.form_list {
	color: #3d3d3d;
	margin: 30px auto 0
}
@media (max-width:767px) {
.form_list+.section_title {
	margin-top: 10px
}
}
.form_list+.button {
	margin-top: 60px
}
@media (max-width:767px) {
.form_list+.button {
	margin-top: 45px
}
}
.form_item+.form_item {
	margin-top: 20px
}
.form_item.is-magin30 {
	margin-top: 30px
}
.form_item dl {
	display: flex;
	flex-wrap: wrap
}
.form_item dl.is-align {
	align-items: center
}
.confirm .form_item dl {
	margin-top: 30px
}
@media (max-width:767px) {
.confirm .form_item dl {
	margin-top: 18px
}
}
.form_item span {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	height: 20px;
	margin-right: 12px;
	padding: 4px 3px 2px;
	position: relative;
	text-align: center;
	top: -2px;
	width: 36px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem
}
@media (max-width:767px) {
.form_item span {
	border-radius: 2px;
	height: 14px;
	margin-right: 8px;
	padding: 2px 0;
	top: 0;
	width: 26px;
	font-size: 10px;
	font-size: 1rem;
	line-height: 10px;
	line-height: 1rem
}
}
.form_item span.is-normal {
	background: #8894aa
}
.form_item span.is-required {
	background: #e34343
}
.form_item span.is-confirm {
	color: #202020;
	width: auto;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	line-height: 1.2rem
}
.form_item div, .form_item~dd {
	width: calc(100% - 236px);
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 15px;
	line-height: 1.5rem
}
@media (max-width:767px) {
.form_item div, .form_item~dd {
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19.5px;
	line-height: 1.95rem
}
}
.form_item div.is-side, .form_item~dd.is-side {
	display: flex
}
@media (max-width:767px) {
.form_item div.is-side, .form_item~dd.is-side {
	justify-content: space-between
}
}
.form_item div.is-side dd, .form_item~dd.is-side dd {
	margin: 0 10px 0 0;
	width: auto
}
@media (max-width:767px) {
.form_item div.is-side dd, .form_item~dd.is-side dd {
	margin: 12px 0 0;
	width: 48%
}
}
.form_item dt {
	justify-content: flex-start;
	display: flex;
	padding-top: 12px;
	width: 236px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
@media (max-width:767px) {
.form_item dt {
	padding-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem
}
}
.form_item dt.is-padding0 {
	padding-top: 0
}
.confirm .form_item dt {
	color: #494cc5;
	padding-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 21px;
	line-height: 2.1rem
}
@media (max-width:767px) {
.confirm .form_item dt {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19.5px;
	line-height: 1.95rem
}
}
.form_item dd {
	width: 100%
}
@media (max-width:767px) {
.form_item dd {
	margin-top: 12px
}
}
.form_item dd:nth-child(n+2) {
	margin-top: 16px
}
@media (max-width:767px) {
.form_item dd:nth-child(n+2) {
	margin-top: 12px
}
}
.confirm .form_item dd {
	margin: 0;
	width: calc(100% - 236px);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 21px;
	line-height: 2.1rem
}
@media (max-width:767px) {
.confirm .form_item dd {
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 19.5px;
	line-height: 1.95rem
}
}
.form input[type=radio] {
	cursor: pointer;
	display: none
}
.form input[type=radio]+label {
	display: block;
	padding-left: 28px;
	position: relative
}
.form input[type=radio]+label:before, .form input[type=radio]+label:after {
	border-radius: 50px;
	content: "";
	position: absolute
}
.form input[type=radio]+label:before {
	background: #494cc5;
	display: none;
	left: 3px;
	height: 10px;
	top: 3px;
	width: 10px;
	z-index: 3
}
.form input[type=radio]+label:after {
	background: #d7f1ee;
	left: 0;
	height: 16px;
	top: 0;
	width: 16px;
	z-index: 2
}
.form input[type=radio]:checked+label:before {
	display: block
}
.form textarea {
	border: 1px solid #494cc5;
	border-radius: 5px;
	height: 150px;
	max-width: 600px;
	resize: none;
	padding: 10px 13px;
	width: 100%;
	-webkit-appearance: none
}
@media (max-width:767px) {
.form textarea {
	height: 100px
}
}
.form textarea:focus {
	outline: 1px solid #494cc5
}
.form textarea::placeholder {
color:#b5b5b5
}
.form input[type=text], .form input[type=email] {
	border: 1px solid #494cc5;
	border-radius: 4px;
	height: 40px;
	padding: 10px 13px;
	width: 100%;
	-webkit-appearance: none
}
.form input[type=text]:focus, .form input[type=email]:focus {
	outline: 1px solid #494cc5
}
.form input[type=text]::placeholder, .form input[type=email]::placeholder {
color:#b5b5b5
}
.form input[type=text]:-webkit-autofill, .form input[type=email]:-webkit-autofill {
box-shadow:0 0 0 1000px #fff inset
}
.form input[type=text].is-small, .form input[type=email].is-small {
	max-width: 200px
}
.form input[type=text].is-medium, .form input[type=email].is-medium {
	max-width: 250px
}
.form input[type=text].is-large, .form input[type=email].is-large {
	max-width: 410px
}
@media (max-width:767px) {
.form input[type=text].is-small, .form input[type=text].is-medium, .form input[type=text].is-large, .form input[type=email].is-small, .form input[type=email].is-medium, .form input[type=email].is-large {
	max-width: inherit
}
}
.form select {
	max-width: 410px;
	border: 1px solid #494cc5;
	border-radius: 4px;
	height: 40px;
	padding: 10px 13px;
	width: 100%;
	color: #333
}
.form select:focus {
	outline: 1px solid #494cc5
}
@media (max-width:767px) {
.form select {
	max-width: 100%
}
}
.form_error {
	color: #e34343;
	margin-top: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem
}
@media (max-width:767px) {
.form_error {
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 13px;
	line-height: 1.3rem
}
}
.complete {
	text-align: center
}
@media (max-width:767px) {
.complete {
	text-align: left
}
}
.complete p {
	margin-top: 16px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30.4px;
	line-height: 3.04rem
}
@media (max-width:767px) {
.complete p {
	margin-top: 10px;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 26.6px;
	line-height: 2.66rem
}
}
.complete p.is-green {
	margin-top: 20px;
	color: #494cc5;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32.4px;
	line-height: 3.24rem
}
@media (max-width:767px) {
.complete p.is-green {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28.8px;
	line-height: 2.88rem
}
}
.complete p.is-red {
	color: #e5495c;
	margin-top: 50px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25.2px;
	line-height: 2.52rem
}
@media (max-width:767px) {
.complete p.is-red {
	margin-top: 36px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 23.4px;
	line-height: 2.34rem
}
}
.inquiry {
	background: #f0faf9;
	border-radius: 7px;
	margin: 40px auto 0;
	max-width: 800px;
	padding: 20px
}
@media (max-width:767px) {
.inquiry {
	margin: 24px auto 0;
	padding: 14px 18px 20px
}
}
.inquiry ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}
.inquiry li {
	width: 45%
}
@media (max-width:767px) {
.inquiry li {
	width: 100%
}
}
.inquiry li p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem
}
@media (max-width:767px) {
.inquiry li p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 13px;
	line-height: 1.3rem
}
}
.inquiry li a {
	color: #494cc5;
	display: block;
	margin-top: 12px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	line-height: 1.8rem
}
@media (max-width:767px) {
.inquiry li a {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 15px;
	line-height: 1.5rem
}
}
.inquiry li+li {
	border-left: 1px solid #dfe8ec
}
@media (max-width:767px) {
.inquiry li+li {
	border-left: none;
	margin-top: 16px
}
}
.inquiry>p {
	margin-top: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 21px;
	line-height: 2.1rem
}
@media (max-width:767px) {
.inquiry>p {
	margin-top: 12px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	line-height: 1.8rem
}
}
.about_title {
	color: #494cc5;
letter-spacing:.1rem;
	margin-bottom: 12px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 53.2px;
	line-height: 5.32rem
}
@media (max-width:767px) {
.about_title {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 39.9px;
	line-height: 3.99rem
}
}
.career {
	background: #f0faf9;
	border-radius: 5px;
	margin: 40px auto 0;
	max-width: 1000px;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	line-height: 2.8rem
}
@media (max-width:767px) {
.career {
	margin-top: 12px;
	padding: 16px;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 26px;
	line-height: 2.6rem
}
}
.career dt {
	color: #494cc5
}
.policy_list {
	margin: 30px auto 0;
	max-width: 1000px
}
@media (max-width:767px) {
.policy_list {
	margin: 20px auto 0
}
}
.policy_item+.policy_item {
	margin-top: 15px
}
.policy dl {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #c57abf;
	padding: 16px 28px
}
@media (max-width:767px) {
.policy dl {
	padding: 16px 18px
}
}
.policy dl dt {
	color: #494cc5;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 36px;
	line-height: 3.6rem
}
.policy dl dt span{
padding-right: 10px;
font-weight:bold;
}
.policy dl dd span{
font-weight:bold;
padding-right: 10px;
	font-size: 18px;
	font-size: 1.8rem;
color:#ed7d78;
}

@media (max-width:767px) {
.policy dl dt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	line-height: 3.2rem
}
}
.policy dl dd {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 30px;
	line-height: 3rem
}
@media (max-width:767px) {
.policy dl dd {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 22.88px;
	line-height: 2.288rem
}
}
.policy dl dd:nth-child(n+2) {
	margin-top: 6px
}
.contact_tel {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    column-gap: 56px;
}
.thanks p{
margin-top:30px;
}
.aki{
    clear: both;
    border-collapse: collapse;
    width: 100%;
    box-sizing: border-box;
    margin: 30px auto 0;
    border-top: 1px solid #CCC;
}
.aki th {
    background: #f5f5f5;
    border-bottom: 1px solid #CCC;
    border: 1px solid #CCC;
    font-weight: normal;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    font-size:20px;
    color: #333;
}
.aki td {
    border: 1px solid #CCC;
    padding: 15px 20px;
    text-align: left;
    font-size: 20px;
    line-height: 1.4em;
    color: #333;
    text-align: center;
}
@media (max-width:767px) {
.aki th {
    padding: 15px 0;
    font-size: 16px;
}
.aki td {
    padding: 15px 0;
    font-size: 16px;
}
}