@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body,
* {
		font-family: "Noto Sans JP", sans-serif;
		outline: none !important
}

* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-moz-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 100%;
		overflow-x: hidden
}

body {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-color: #fff;
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		color: #000;
		font-family: "Noto Sans JP", sans-serif;
		margin: 0;
		position: relative;
		width: 100%
}

button {
		border: none;
		cursor: pointer
}

ul {
		margin: 0;
		padding: 0
}

a {
		color: inherit;
		text-decoration: none
}

a:active,
a:focus {
		color: inherit;
		cursor: pointer;
		font-family: inherit;
		text-decoration: none !important
}

.hoverable a:hover {
		color: inherit;
		cursor: pointer;
		font-family: inherit;
		text-decoration: none !important;
		cursor: pointer
}

legend {
		color: #000
}

ol,
ul {
		list-style: none
}

* {
		text-decoration: none
}

caption,
th {
		text-align: left
}

sup {
		vertical-align: text-top
}

img {
		display: block;
		border: none !important
}

sub {
		vertical-align: text-bottom
}

input,
textarea,
select {
		font-size: 100%
}

a {
		color: inherit;
		text-decoration: none
}

textarea {
		outline: none;
		resize: none
}

abbr,
acronym {
		border: 0;
		font-variant: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
		font-size: 100%;
		font-weight: normal
}

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

fieldset,
img {
		border: 0
}

input,
textarea,
select {
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit
}

address,
caption,
cite,
code,
dfn,
th,
var {
		font-style: normal;
		font-weight: normal
}

q:before,
q:after {
		content: ''
}

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

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
a,
blockquote,
figure {
		margin: 0;
		padding: 0
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%
}

body {
		margin: 0
}

h1 {
		font-size: 2em;
		margin: 0.67em 0
}

hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible
}

pre {
		font-family: monospace, monospace;
		font-size: 1em
}

a {
		background-color: transparent
}

abbr[title] {
		border-bottom: none;
		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: -0.25em
}

sup {
		top: -0.5em
}

img {
		border-style: none
}

button,
input,
optgroup,
select,
textarea {
		font-family: inherit;
		font-size: 100%;
		line-height: 1.15;
		margin: 0
}

button,
input {
		overflow: visible
}

button,
select {
		text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
		-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText
}

fieldset {
		padding: 0.35em 0.75em 0.625em
}

legend {
		box-sizing: border-box;
		color: inherit;
		display: table;
		max-width: 100%;
		padding: 0;
		white-space: normal
}

progress {
		vertical-align: baseline
}

textarea {
		overflow: auto
}

[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-decoration {
		-webkit-appearance: none
}

::-webkit-file-upload-button {
		-webkit-appearance: button;
		font: inherit
}

details {
		display: block
}

summary {
		display: list-item
}

template {
		display: none
}

[hidden] {
		display: none
}

.header-bottom {
		position: fixed !important
}

.header.clone {
		display: none !important
}

.header.initialized {
		display: block !important;
		height: 60px !important
}

#header {
		align-items: center;
		background-color: #fff;
		display: block;
		left: 0;
		height: 90px;
		position: relative;
		top: 0;
		width: 100%;
		z-index: 99999
}

@media only screen and (max-width: 61.875em) {
		#header {
				height: 60px;
				display: flex
		}
}

@media only screen and (max-width: 47.9375em) {
		#header {
				height: 60px;
				display: flex;
				position: fixed
		}
}

#header .header-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%
}

#header .header-wrapper .header-contents {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding: 8px 12px 0px;
		width: 100%;
		max-width: 1130px
}

@media only screen and (max-width: 60em) {
		#header .header-wrapper .header-contents {
				padding: 0px 0px 0;
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		#header .header-wrapper .header-contents {
				padding: 0 0px 0;
				width: 100%
		}
}

#header .header-wrapper .header-contents .logo {
		margin-left: 60px;
		transition: .3s;
		margin-top: -10px;
		width: 290px
}

@media only screen and (max-width: 100em) {
		#header .header-wrapper .header-contents .logo {
				margin-left: 2.5%;
				width: 300px
		}
}

@media only screen and (max-width: 64em) {
		#header .header-wrapper .header-contents .logo {
				margin-top: .5%
		}
}

@media only screen and (max-width: 47.9375em) {
		#header .header-wrapper .header-contents .logo {
				margin-left: 2.5%;
				margin-top: 1%;
				width: 40%
		}
}

#header .header-wrapper .header-contents .logo:hover {
		opacity: .8
}

#header .header-wrapper .header-contents .logo .logo-text {
		display: block;
		font-size: 12px;
		margin-bottom: 5px
}

@media only screen and (max-width: 64em) {
		#header .header-wrapper .header-contents .logo .logo-text {
				font-size: 10px
		}
}

@media only screen and (max-width: 47.9375em) {
		#header .header-wrapper .header-contents .logo .logo-text {
				display: none
		}
}

#header .header-wrapper .header-contents .logo img {
		width: 190px
}

@media only screen and (max-width: 64em) {
		#header .header-wrapper .header-contents .logo img {
				width: 150px
		}
}

@media only screen and (max-width: 47.9375em) {
		#header .header-wrapper .header-contents .logo img {
				width: 90%
		}
}

#header .header-wrapper .header-contents .header-right {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		padding: 0px 0 0;
		width: 70%
}

@media only screen and (max-width: 61.875em) {
		#header .header-wrapper .header-contents .header-right {
				display: none
		}
}

@media only screen and (max-width: 47.9375em) {
		#header .header-wrapper .header-contents .header-right {
				display: none
		}
}

#header .header-wrapper .header-contents .header-right .top-link {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		width: 100%
}

#header .header-wrapper .header-contents .header-right .top-link .top-link-lists {
		display: flex
}

#header .header-wrapper .header-contents .header-right .top-link .top-link-lists .top-link--item {
		color: #000;
		font-size: 14px;
		padding: 0 10px;
		position: relative;
		transition: .5s
}

#header .header-wrapper .header-contents .header-right .top-link .top-link-lists .top-link--item::before {
		color: #000;
		content: '\f0da';
		font-family: "Font Awesome 5 Free";
		font-style: normal;
		font-weight: 900;
		font-size: 15px;
		top: 1px;
		position: relative;
		margin-right: 5px
}

#header .header-wrapper .header-contents .header-right .top-link .top-link-lists .top-link--item:hover {
		color: #008332
}

#header .header-wrapper .header-contents .header-right .top-link .top-link-lists .top-link--item span {
		font-size: 12px;
		margin-left: 5px
}

#header .header-wrapper .header-contents .header-right .top-link .number {
		margin-left: 30px;
		margin-right: 30px;
		width: auto
}

#header .header-wrapper .header-contents .header-right .top-link .number p {
		display: block;
		font-size: 20px;
		font-weight: bold;
		position: relative
}

#header .header-wrapper .header-contents .header-right .top-link .number p::before {
		background-image: url("../images/common/icon_phone.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		display: block;
		height: 18px;
		position: absolute;
		left: -20px;
		bottom: 3px;
		width: 18px
}

#header .header-wrapper .header-contents .header-right .top-link .number p span {
		display: block;
		font-size: 12px;
		font-weight: normal
}

#header .header-wrapper .header-contents .header-right .top-link .number img {
		width: 100%
}

#header .header-wrapper .header-contents .header-right .top-link .request {
		background-color: #fff;
		border: solid 1px #DD8731;
		border-radius: 15px;
		color: #DD8731;
		display: flex;
		font-size: 13px;
		font-weight: bold;
		flex-wrap: wrap;
		align-items: center;
		margin-left: 20px;
		justify-content: center;
		transition: .5s;
		height: 35px;
		width: 180px
}

#header .header-wrapper .header-contents .header-right .top-link .request:hover {
		background-color: #DD8731;
		color: #fff
}

#header .header-wrapper .header-contents .header-right .top-link .contact1 {
		background-color: #DD8731;
		border: solid 1px #DD8731;
		border-radius: 15px;
		color: #fff;
		display: flex;
		font-size: 13px;
		font-weight: bold;
		flex-wrap: wrap;
		align-items: center;
		margin-left: 20px;
		justify-content: center;
		transition: .5s;
		height: 35px;
		width: 180px
}

#header .header-wrapper .header-contents .header-right .top-link .contact1:hover {
		background-color: #fff;
		color: #DD8731
}

#header .header-wrapper .header-contents .header-right .main-nav {
		margin-left: 45px;
		margin-top: 10px
}

@media only screen and (max-width: 64em) {
		#header .header-wrapper .header-contents .header-right .main-nav {
				margin-left: 0
		}
}

@media only screen and (max-width: 47.9375em) {
		#header .header-wrapper .header-contents .header-right .main-nav {
				display: none
		}
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists {
		display: flex;
		position: relative
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item {
		display: inline-block;
		text-align: center;
		transition: .5s
}

@media only screen and (max-width: 64em) {
		#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item {
				width: 124px
		}
}

@media only screen and (max-width: 60em) {
		#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item {
				width: 102px
		}
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .link-underline {
		border-bottom-width: 0;
		background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
		background-size: 0 1px;
		background-position: 0 100%;
		background-repeat: no-repeat;
		transition: background-size .3s ease-in-out
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .link-underline-black {
		background-image: linear-gradient(transparent, transparent), linear-gradient(#367DCE, #367DCE)
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .link-underline:hover {
		background-size: 100% 1px;
		background-position: 0 100%
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item:last-child:after {
		background-color: #EBEBEB;
		content: '';
		display: block;
		height: 22px;
		right: 0;
		position: absolute;
		top: 4px;
		width: 1px
}

@media only screen and (max-width: 60em) {
		#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.busi {
				width: 70px
		}
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.busi a {
		padding-right: 37px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.busi .cat-nav .menu-list-sub {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.busi .cat-nav .menu-list-sub .menu-list-sub--item {
		margin-right: 2%;
		width: 32%
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.busi .cat-nav .menu-list-sub .menu-list-sub--item:last-child {
		margin-right: 0
}

@media only screen and (max-width: 60em) {
		#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.company {
				width: 70px
		}
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.company a {
		padding-right: 37px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.company .cat-nav .menu-list-sub {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.company .cat-nav .menu-list-sub .menu-list-sub--item {
		margin-right: 2%;
		width: 23%
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.company .cat-nav .menu-list-sub .menu-list-sub--item:nth-child(4n) {
		margin-right: 0
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.company .cat-nav .menu-list-sub .menu-list-sub--item:last-child {
		margin-right: 0
}

@media only screen and (max-width: 60em) {
		#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.recruit {
				width: 70px
		}
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.recruit a {
		padding-right: 37px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.recruit .cat-nav .menu-list-sub {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.recruit .cat-nav .menu-list-sub .menu-list-sub--item {
		margin-right: 2%;
		width: 32%
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.recruit .cat-nav .menu-list-sub .menu-list-sub--item:nth-child(3n) {
		margin-right: 0
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.recruit .cat-nav .menu-list-sub .menu-list-sub--item:last-child {
		margin-right: 0
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.others a::after {
		display: none
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.others .cat-nav .menu-list-sub {
		margin-left: -604.5px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.others .cat-nav .menu-list-sub .menu-list-sub--item {
		margin-right: 2%;
		width: 48%
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.others .cat-nav .menu-list-sub .menu-list-sub--item:last-child {
		margin-right: 0
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav {
		background-color: #f5f5f5;
		-webkit-transition: all 0.25s ease-in-out;
		-khtml-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		margin: 0 auto;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		left: 0;
		top: 36px;
		padding: 0 1000em;
		margin: 0 -1000em;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-in;
		height: unset
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .inner {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		width: 1130px;
		max-width: 1130px;
		position: relative;
		left: 50%;
		height: auto;
		transform: translate(-50%, -50%);
		top: 100px;
		max-width: 1130px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .inner .inner-title {
		font-size: 20px;
		font-weight: bold;
		width: 130px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .inner .inner-title span {
		color: #367DCE;
		display: block;
		font-size: 12px;
		font-family: 'Montserrat', sans-serif !important;
		margin-bottom: 5px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub {
		background-color: #f5f5f5;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		padding: 30px 0 30px;
		position: relative;
		left: 50%;
		height: auto;
		transform: translate(-55%, -50%);
		top: 30px;
		max-width: 1000px;
		width: 1000px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub .menu-list-sub--item {
		cursor: default;
		display: block;
		float: left;
		margin-right: 24px;
		transition: .5s;
		width: 15%
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub .menu-list-sub--item:hover {
		transition: .5s
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub .menu-list-sub--item:hover a span {
		color: #367DCE
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub .menu-list-sub--item a {
		margin: 0;
		height: 70px;
		padding: 0;
		border-bottom: solid 1px #C7C7C7;
		font-weight: normal;
		transition: .5s
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub .menu-list-sub--item a::before {
		display: none
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub .menu-list-sub--item a::after {
		color: #367DCE;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 10px;
		content: "\f061";
		position: absolute;
		right: 0px;
		top: 50%;
		transition: all 0.2s ease-in-out;
		transform: translate(-50%, -50%)
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub .menu-list-sub--item a figure {
		display: block;
		height: 131px;
		overflow: hidden;
		width: 238px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub .menu-list-sub--item a figure img {
		display: block;
		height: 100%;
		transition: 1s;
		width: 100%
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub .menu-list-sub--item a figure img:hover {
		transform: scale(1.5)
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item .cat-nav .menu-list-sub .menu-list-sub--item a span {
		color: #000;
		display: block;
		font-size: 14px;
		font-weight: 400;
		line-height: 70px;
		margin-top: 0px;
		text-align: center;
		transition: .5s
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item:hover .cat-nav {
		display: block;
		max-height: 1000px;
		transition: max-height 0.3s ease-in-out
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.event .dropdown-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item.event .dropdown-content:hover {
		background-color: #ddd;
		color: black
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item:hover .link-underline {
		background-size: 100% 1px;
		background-position: 0 100%
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item:hover a::after {
		-webkit-transform: rotate(180deg);
		transform: translate(-50%, -50%) rotate(180deg)
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item:hover a .jp {
		color: #367DCE
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item a {
		color: #000;
		display: block;
		padding: 0px 21px 13px;
		position: relative
}

@media only screen and (max-width: 64em) {
		#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item a {
				height: auto
		}
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item a:before {
		background-color: #EBEBEB;
		content: '';
		display: block;
		height: 22px;
		left: 0;
		position: absolute;
		top: -1px;
		width: .8px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item a::after {
		color: #367DCE;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 10px;
		content: "\f107";
		position: absolute;
		right: 10px;
		top: 25%;
		transition: all 0.2s ease-in-out;
		transform: translate(-50%, -50%)
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item a .eng {
		display: block;
		font-family: 'Montserrat', sans-serif !important;
		font-size: 16px;
		font-weight: bold;
		line-height: 100%;
		margin-top: 28px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item a .jp {
		color: #333;
		display: block;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: .05em;
		margin-top: 5px
}

#header .header-wrapper .header-contents .header-right .main-nav .nav-lists .nav-lists--item a:hover .cat-nav {
		transition: margin-top 0.5s ease
}

#header .header-wrapper .header-contents .right-sp {
		display: flex;
		justify-content: flex-end
}

#header .header-wrapper .header-contents .right-sp .contact1 {
		background-color: #DD8731;
		border: solid 1px #DD8731;
		color: #fff;
		display: none;
		font-size: 12px;
		font-weight: bold;
		flex-wrap: wrap;
		align-items: center;
		margin-left: 20px;
		justify-content: center;
		transition: .5s;
		height: 50px;
		width: 130px
}

@media only screen and (max-width: 60em) {
		#header .header-wrapper .header-contents .right-sp .contact1 {
				display: none;
				height: 60px
		}
}

@media only screen and (max-width: 47.9375em) {
		#header .header-wrapper .header-contents .right-sp .contact1 {
				display: none;
				height: 50px
		}
}

#header .header-wrapper .header-contents .right-sp .contact1:hover {
		background-color: #fff;
		color: #DD8731
}

#header .header-wrapper .header-contents .contact-container {
		display: none;
		flex-wrap: wrap;
		height: 60px;
		width: 140px
}

@media only screen and (max-width: 47.9375em) {
		#header .header-wrapper .header-contents .contact-container {
				display: flex
		}
}

#header .header-wrapper .header-contents .contact-container .contact--item {
		background-color: #ca4c96;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 5px 0 5px;
		width: 50%
}

#header .header-wrapper .header-contents .contact-container .contact--item:nth-child(2) {
		border-left: solid 1px #fff
}

#header .header-wrapper .header-contents .contact-container .contact--item:nth-child(2) .icon {
		height: auto;
		width: 18px
}

#header .header-wrapper .header-contents .contact-container .contact--item .cover {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 25px
}

#header .header-wrapper .header-contents .contact-container .contact--item .cover svg {
		height: 25px;
		width: 25px
}

#header .header-wrapper .header-contents .contact-container .contact--item .icon {
		height: auto;
		width: 28px
}

#header .header-wrapper .header-contents .contact-container .contact--item span {
		color: #fff;
		font-size: 10px;
		margin: 0px 0 0;
		text-align: center;
		width: 100%
}

#header .header-wrapper .header-contents .menu-top {
		align-items: center;
		display: flex;
		justify-content: space-between
}

@media only screen and (max-width: 60em) {
		#header .header-wrapper .header-contents .menu-top {
				display: block
		}
}

@media only screen and (max-width: 46.875em) {
		#header .header-wrapper .header-contents .menu-top {
				display: none
		}
}

#header .header-wrapper .header-contents .menu-top .header-nav a {
		color: #333333;
		font-size: 14px;
		font-weight: bold;
		margin-right: 40px;
		padding-bottom: 3px;
		position: relative
}

@media only screen and (max-width: 61.25em) {
		#header .header-wrapper .header-contents .menu-top .header-nav a {
				font-size: 12px;
				margin-right: 20px
		}
}

#header .header-wrapper .header-contents .menu-top .header-nav a:last-child {
		margin-right: 0
}

#header .header-wrapper .header-contents .menu-top .header-nav a:last-child::after {
		display: none
}

#header .header-wrapper .header-contents .menu-top .header-nav a:hover {
		border-bottom: 2px solid #333333
}

#header .header-wrapper .header-contents .menu-top .header-nav a::after {
		border-right: solid 2px #333333;
		content: "";
		height: 10px;
		position: absolute;
		right: -25px;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 14px;
		width: 1px
}

@media only screen and (max-width: 61.25em) {
		#header .header-wrapper .header-contents .menu-top .header-nav a::after {
				right: -12px
		}
}

#header .header-wrapper .header-contents .menu-top .contact-btn {
		border-bottom: 5px solid #C3B60A;
		align-items: center;
		border-radius: 10px;
		background-color: #FFF540;
		display: inline-flex;
		font-size: 18px;
		font-weight: bold;
		justify-content: center;
		height: 55px;
		transition: .3s;
		width: 200px
}

#header .header-wrapper .header-contents .menu-top .contact-btn:hover {
		opacity: .8
}

#header .header-wrapper .header-contents .menu-top .contact-btn:after {
		background-image: url("../images/common/icon-header-contact.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		display: block;
		height: 20px;
		margin-left: 19px;
		width: 20px
}

#header .header-wrapper .header-contents .mobile-menu {
		display: none
}

@media only screen and (max-width: 60em) {
		#header .header-wrapper .header-contents .mobile-menu {
				display: flex
		}
}

@media only screen and (max-width: 46.875em) {
		#header .header-wrapper .header-contents .mobile-menu {
				display: flex
		}
}

#header .header-wrapper .header-contents .mobile-menu .request {
		background-color: #FFF540;
		color: #222;
		display: inline-flex;
		font-size: 14px;
		font-weight: bold;
		height: 58px;
		justify-content: center;
		line-height: 58px;
		text-align: center;
		width: 87px
}

#header .header-wrapper .header-contents .mobile-menu .hamburger {
		background-color: #367DCE;
		height: 50px;
		padding: 0;
		width: 50px
}

@media only screen and (max-width: 60em) {
		#header .header-wrapper .header-contents .mobile-menu .hamburger {
				height: 60px;
				width: 60px
		}
}

@media only screen and (max-width: 46.875em) {
		#header .header-wrapper .header-contents .mobile-menu .hamburger {
				height: 60px;
				width: 60px
		}
}

#header .header-wrapper .header-contents .mobile-menu .hamburger:hover {
		opacity: 1
}

#header .header-wrapper .header-contents .mobile-menu .hamburger::after {
		content: "MENU";
		font-size: 10px;
		font-family: "Montserrat", sans-serif;
		letter-spacing: .08em;
		font-weight: 600;
		color: #fff;
		transition: content 0.3s
}

#header .header-wrapper .header-contents .mobile-menu .hamburger .is-active::after {
		content: "CLOSE"
}

#header .header-wrapper .header-contents .mobile-menu .hamburger.is-active::after {
		content: "CLOSE"
}

#header .header-wrapper .header-contents .mobile-menu .hamburger-box {
		width: 30px
}

#header .header-wrapper .header-contents .mobile-menu .hamburger-inner,
#header .header-wrapper .header-contents .mobile-menu .hamburger-inner:after,
#header .header-wrapper .header-contents .mobile-menu .hamburger-inner:before {
		background-color: #fff;
		border-radius: 0px;
		height: 1px;
		margin: 0 auto;
		width: 30px
}

#header .header-wrapper .header-contents .mobile-menu .text {
		color: #fff;
		display: block;
		font-size: 10px;
		margin: 2px 0 0
}

.header-bottom {
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
}

body,
html {
		color: #424242;
		overflow-x: hidden
}

body.is-active,
html.is-active {
		overflow-y: hidden
}

.is-top {
		margin-top: 0 !important
}

@media only screen and (max-width: 47.9375em) {
		.is-top {
				margin-top: 60px !important
		}
}

.wrapper {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 1200px
}

@media only screen and (max-width: 64em) {
		.wrapper {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.wrapper {
				width: 100%
		}
}

.title {
		font-family: "Montserrat"!important;
		font-size: 50px;
		font-weight: bold;
		letter-spacing: 5px;
		line-height: 1;
		margin-bottom: 20px;
		text-align: center;
		color: #424242
}

@media only screen and (max-width: 100em) {
		.title {
				font-size: 40px;
				margin-bottom: 10px
		}
}

@media only screen and (max-width: 47.9375em) {
		.title {
				font-size: 26px;
				margin-bottom: 10px;
				letter-spacing: 2px
		}
}

.title-cstudy {
	margin: 95px 0 20px;
}

.subtitle {
		font-size: 18px;
		margin-bottom: 50px;
		text-align: center
}

@media only screen and (max-width: 100em) {
		.subtitle {
				font-size: 16px;
				margin-bottom: 40px
		}
}

@media only screen and (max-width: 47.9375em) {
		.subtitle {
				font-size: 16px;
				margin-bottom: 25px
		}
}

.desc {
		color: #424242;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .05em;
		line-height: 2em;
		margin-bottom: 40px;
		text-align: center
}

@media only screen and (max-width: 100em) {
		.desc {
				font-size: 1.5rerm;
				line-height: 2em;
				margin-bottom: 20px
		}
}

@media only screen and (max-width: 47.9375em) {
		.desc {
				font-size: 14px;
				line-height: 26px;
				margin-bottom: 20px
		}
}

.desc:last-child {
		margin-bottom: 0
}

.desc .hl {
		background-color: #222;
		color: #fff;
		display: block;
		line-height: 2;
		padding: 0 0 0 10px;
		margin-bottom: 10px
}

@media only screen and (max-width: 47.9375em) {
		.desc .hl {
				padding: 0 0 0 5px;
				margin-bottom: 5px
		}
}

.desc .hl:last-child {
		margin-bottom: 0
}

@media only screen and (max-width: 47.9375em) {
		.desc .nlsp {
				display: block
		}
}

.btn {
		align-items: center;
		background-color: #DD8731;
		border: solid 1px #DD8731;
		border-radius: 40px;
		color: #fff;
		cursor: pointer;
		display: flex;
		font-size: 16px;
		font-weight: 700;
		height: 70px;
		justify-content: center;
		margin: 0 auto;
		position: relative;
		text-align: center;
		transition: .3s
}

.btn:hover {
		background-color: #fff;
		color: #DD8731
}

#back-to-top {
		align-items: center;
		border: 2px solid #DD8731;
		border-radius: 50%;
		bottom: 50px;
		color: #DD8731;
		display: flex;
		font-size: 0;
		justify-content: center;
		height: 90px;
		position: fixed;
		right: 75px;
		transition: .3s;
		width: 90px;
		z-index: 99;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)
}

@media only screen and (max-width: 64em) {
		#back-to-top {
				height: 60px;
				width: 60px;
				right: 2.5%;
				bottom: 75px
		}
}

@media only screen and (max-width: 47.9375em) {
		#back-to-top {
				border: 1px solid #fff;
				bottom: 75px;
				height: 45px;
				right: 2.5%;
				width: 45px
		}
}

#back-to-top:hover {
		background-color: rgba(255, 255, 255, 0.5)
}

#back-to-top::after {
		content: '\f102';
		font-family: "Font Awesome 5 Free";
		font-size: 36px;
		font-weight: 600
}

@media only screen and (max-width: 47.9375em) {
		#back-to-top::after {
				font-size: 18px
		}
}

.pager-wrapper {
		align-items: center;
		display: flex;
		margin-top: 100px;
		justify-content: center
}

.pager-wrapper .pagination {
		align-items: center;
		display: flex;
		justify-content: flex-start
}

.pager-wrapper .pagination .page-numbers {
		align-items: center;
		background-color: #EDEDED;
		border-radius: 4px;
		color: #393839;
		display: flex;
		font-size: 18px;
		font-weight: 500;
		height: 35px;
		justify-content: center;
		margin-right: 8px;
		transition: .3s;
		width: 40px
}

.pager-wrapper .pagination .page-numbers:hover {
	background-color: #367DCE;
	color: #fff
}

.pager-wrapper .pagination .page-numbers.current {
		background-color: #367DCE;
		color: #fff
}

.pager-wrapper .pagination .page-numbers.dots:hover {
		border: 0
}

.pager-wrapper .pagination .page-numbers.next,
.pager-wrapper .pagination .page-numbers.prev {
	height: 35px;
	font-size: 14px;
	width: 65px;
}

.pager-wrapper .pagination .page-numbers.next:hover,
.pager-wrapper .pagination .page-numbers.prev:hover {
		background-color: #367DCE;
		color: #fff
}

@keyframes slidein {
		from {
				position: fixed;
				top: -50px;
				opacity: 0
		}
		to {
				position: fixed;
				top: 0;
				opacity: 1
		}
}

@keyframes slideout {
		from {
				position: fixed;
				top: 0;
				opacity: 1
		}
		to {
				position: fixed;
				top: -50px;
				opacity: 0
		}
}

.header.clone.initialized {
		-webkit-animation: slideout .3s forwards;
		animation: slideout .3s forwards
}

@media only screen and (max-width: 47.9375em) {
		.header.clone.initialized {
				display: none !important
		}
}

body.sticky .header.clone {
		-webkit-animation: slidein .3s forwards;
		animation: slidein .3s forwards
}

@media only screen and (max-width: 47.9375em) {
		body.sticky .header.clone {
				display: none !important
		}
}

.header.clone.initialized .logo-link {
		display: none !important
}

.header.clone.initialized .top-link {
		display: none !important
}

.header.clone.initialized .logo {
		width: 190px !important
}

#banner .banner-wrapper .banner-contents {
		align-items: center;
		display: flex;
		position: relative
}

@media only screen and (max-width: 47.9375em) {
		#banner .banner-wrapper .banner-contents {
				align-items: flex-end
		}
}

#banner .banner-wrapper .banner-contents .main-mv {
		width: 100%
}

#banner .banner-wrapper .banner-contents .main-mv img {
		width: 100%
}

#banner .banner-wrapper .banner-contents .main-mv img.pc {
		display: block
}

@media only screen and (max-width: 47.9375em) {
		#banner .banner-wrapper .banner-contents .main-mv img.pc {
				display: none
		}
}

#banner .banner-wrapper .banner-contents .main-mv img.sp {
		display: none
}

@media only screen and (max-width: 47.9375em) {
		#banner .banner-wrapper .banner-contents .main-mv img.sp {
				display: block
		}
}

#banner .banner-wrapper .banner-contents .main-mv::before {
		background-color: rgba(0, 0, 0, 0.4);
		content: '';
		display: block;
		height: 100%;
		width: 100%;
		position: absolute
}

#banner .banner-wrapper .banner-contents p {
		color: #fff;
		font-size: 26px;
		font-weight: bold;
		line-height: 46px;
		right: 20vw;
		position: absolute;
		transform: translate(0, -50%);
		top: 50%
}

@media only screen and (max-width: 100em) {
		#banner .banner-wrapper .banner-contents p {
				font-size: 20px;
				line-height: 40px
		}
}

@media only screen and (max-width: 47.9375em) {
		#banner .banner-wrapper .banner-contents p {
				top: 68%;
				font-size: 13px;
				line-height: 20px;
				margin-bottom: 90px;
				left: 5vw
		}
}

@media only screen and (max-width: 47.9375em) {
		#banner .banner-wrapper .banner-contents p br {
				display: none
		}
}

@media only screen and (max-width: 47.9375em) {
		#banner .banner-wrapper .banner-contents p span {
				display: block
		}
}

#banner .banner-wrapper .banner-contents p strong {
		display: block;
		font-size: 50px;
		font-weight: bolder;
		margin-bottom: 90px;
		line-height: 1.8;
		text-shadow: 2px 2px 4px #000000
}

@media only screen and (max-width: 100em) {
		#banner .banner-wrapper .banner-contents p strong {
				font-size: 40px;
				margin-bottom: 80px
		}
}

@media only screen and (max-width: 47.9375em) {
		#banner .banner-wrapper .banner-contents p strong {
				font-size: 23px;
				margin-bottom: 30px
		}
}

.modal {
		background-color: #F5F5F5;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		display: none;
		height: 100vh;
		left: 0;
		transition: .3s;
		position: fixed;
		top: 0;
		overflow: scroll;
		padding-bottom: 50px;
		width: 100vw;
		z-index: 950
}

.modal.is-active {
		display: block
}

.modal .hamburger {
		height: 50px;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px
}

.modal .hamburger-inner,
.modal .hamburger-inner:after,
.modal .hamburger-inner:before {
		background-color: #fff !important
}

.modal .logo {
		display: block;
		margin: 60px auto 0px;
		width: 225px
}

.modal .logo img {
		display: block;
		width: 100%
}

.modal .logo img.img-pc {
		display: block
}

@media only screen and (max-width: 47.9375em) {
		.modal .logo img.img-pc {
				display: none
		}
}

.modal .logo img.img-sp {
		display: none
}

@media only screen and (max-width: 47.9375em) {
		.modal .logo img.img-sp {
				display: block
		}
}

.modal .menu-lists .menu-lists--item {
		text-align: center;
		margin-bottom: 20px;
		padding-bottom: 3px
}

.modal .menu-lists .menu-lists--item a {
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 20px
}

.modal .nav-accordion {
		width: 100%;
		max-width: 100%;
		margin: 0px auto 0px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px
}

@media only screen and (max-width: 64em) {
		.modal .nav-accordion {
				width: 95%
		}
}

@media only screen and (max-width: 47.9375em) {
		.modal .nav-accordion {
				width: 100%
		}
}

.modal .nav-accordion li {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 0px;
		position: relative;
		width: 100%
}

.modal .nav-accordion li.open .link::after {
		content: "\f106";
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-family: "Font Awesome 5 Free";
		font-weight: 900 !important
}

.modal .nav-accordion li ul {
		background-color: #fff;
		align-items: center;
		display: none;
		flex-direction: column;
		justify-content: center;
		transition: .3s;
		width: 100%
}

.modal .nav-accordion li ul li:last-child {
		border-bottom: none
}

.modal .nav-accordion li ul li .link {
		font-size: .875rem
}

.modal .nav-accordion li ul li a {
		padding: 20px 0 21px !important
}

.modal .nav-accordion li .acc-btn {
		background-color: #367DCE;
		border: 0;
		font-size: 0;
		outline: 0;
		position: absolute;
		right: 5%;
		top: 10px;
		-webkit-appearance: none;
		height: 20px;
		width: 20px;
		border-radius: 100%;
		display: flex;
		justify-content: center;
		align-items: center
}

.modal .nav-accordion li .acc-btn.active::after {
		content: "\f068"
}

.modal .nav-accordion li .acc-btn::after {
		content: "\f067";
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		font-family: "Font Awesome 5 Free";
		font-weight: 900 !important;
		position: relative;
		top: 0px
}

.modal .nav-accordion .link {
		background-color: transparent;
		cursor: pointer;
		display: inline;
		padding: 24px 0 23px;
		color: #424242;
		font-size: 14px;
		font-weight: 700;
		position: relative;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		text-align: left;
		width: 90%;
		margin: 0 auto;
		border-bottom: solid 1px #D8D8D8;
		letter-spacing: .03em
}

@media only screen and (max-width: 47.9375em) {
		.modal .nav-accordion .link {
				font-size: .9875rem;
				line-height: 1.5
		}
}

.modal .nav-accordion .link.last-link {
		border-bottom: none
}

.modal .nav-accordion .ham-accordion.active {
		border-bottom: none
}

.modal .nav-accordion .ham-accordion.active::after {
		content: "\f068"
}

.modal .nav-accordion .ham-accordion:after {
		background-color: #367DCE;
		border-radius: 100%;
		content: '\2b';
		color: #fff;
		font-weight: bold;
		font-size: 10px;
		position: absolute;
		right: 0px;
		top: 50%;
		transform: translate(-50%, -50%);
		font-family: "Font Awesome 5 Free";
		font-weight: 900 !important;
		height: 20px;
		width: 20px;
		display: flex;
		justify-content: center;
		align-items: center
}

.modal .nav-accordion .submenu {
		display: none;
		position: relative;
		justify-content: flex-end;
		padding: 0 0 20px
}

.modal .nav-accordion .submenu .sub-link {
		color: #fff;
		display: block;
		font-size: 14px;
		line-height: 1.8;
		padding: 15px 100px 15px 10px
}

@media only screen and (max-width: 47.9375em) {
		.modal .nav-accordion .submenu .sub-link {
				padding: 5px 30px 5px 10px
		}
}

.modal .nav-accordion .submenu .sub-link.pad-link {
		margin-left: 12px;
		border-left: solid 1px #bdbdbd
}

.modal .nav-accordion .submenu .d-block {
		background-color: #fff;
		color: #1e1e1e;
		display: flex;
		font-size: 12px;
		align-items: center;
		justify-content: center;
		padding: 1px 10px 3px;
		margin: 15px 0 15px 12px;
		width: 70px
}

.modal .nav-accordion .submenu .d-block.d-block2 {
		margin: 30px 0 15px 12px
}

.modal .nav-accordion .submenu .p-block {
		background-color: #fff;
		color: #ca4c96;
		display: flex;
		font-size: 12px;
		align-items: center;
		justify-content: center;
		padding: 1px 10px 3px;
		margin: 15px 0 10px 12px;
		width: 70px
}

.modal .nav-accordion .submenu .btn-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end
}

.modal .nav-accordion .submenu .btn-wrapper .btn {
		background-color: #fff;
		border: solid 1px #cb4d97;
		border-radius: 0.3rem;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height: 38px;
		padding: 8px 23px;
		position: relative;
		margin: 30px 100px 30px 0;
		transition: .5s;
		width: 250px
}

@media only screen and (max-width: 64em) {
		.modal .nav-accordion .submenu .btn-wrapper .btn {
				padding: 8px 10px
		}
}

@media only screen and (max-width: 47.9375em) {
		.modal .nav-accordion .submenu .btn-wrapper .btn {
				padding: 8px 23px
		}
}

.modal .nav-accordion .submenu .btn-wrapper .btn:hover {
		background-color: #cb4d97
}

.modal .nav-accordion .submenu .btn-wrapper .btn:hover p {
		color: #fff
}

.modal .nav-accordion .submenu .btn-wrapper .btn:hover p::after {
		border: solid #fff;
		border-width: 0 3px 3px 0;
		content: "";
		display: inline-block;
		padding: 3px;
		position: relative;
		top: 50%;
		margin-left: .5rem;
		transform: translate(0%, -20%) rotate(-45deg);
		text-align: center
}

.modal .nav-accordion .submenu .btn-wrapper .btn p {
		color: #cb4d97;
		font-size: 14px;
		font-weight: 600;
		padding-right: .25rem;
		position: relative
}

@media only screen and (max-width: 64em) {
		.modal .nav-accordion .submenu .btn-wrapper .btn p {
				font-size: 16px
		}
}

@media only screen and (max-width: 47.9375em) {
		.modal .nav-accordion .submenu .btn-wrapper .btn p {
				font-size: 16px
		}
}

.modal .nav-accordion .submenu .btn-wrapper .btn p:after {
		border: solid #cb4d97;
		border-width: 0 3px 3px 0;
		content: "";
		display: inline-block;
		padding: 3px;
		position: relative;
		top: 50%;
		margin-left: .5rem;
		transform: translate(0%, -20%) rotate(-45deg)
}

.modal .request {
		background-color: #fff;
		border: solid 1px #DD8731;
		border-radius: 15px;
		color: #DD8731;
		display: flex;
		font-size: 15px;
		flex-wrap: wrap;
		align-items: center;
		margin: 20px auto 0;
		justify-content: center;
		transition: .5s;
		height: 45px;
		width: 245px
}

.modal .request:hover {
		background-color: #DD8731;
		color: #fff
}

.modal .contact1 {
		background-color: #DD8731;
		border: solid 1px #fff;
		border-radius: 15px;
		color: #fff;
		display: flex;
		font-size: 15px;
		flex-wrap: wrap;
		align-items: center;
		margin: 20px auto 0;
		justify-content: center;
		transition: .5s;
		height: 45px;
		width: 245px
}

.modal .contact1:hover {
		background-color: #DD8731;
		color: #fff
}

.modal .social-container {
		background-color: #fff;
		border-radius: 9px;
		display: block;
		padding: 10px 0 20px;
		margin: 20px auto 0;
		width: 95%
}

.modal .social-container .s-title {
		display: block;
		font-size: 16px;
		text-align: center;
		margin: 0 auto 8px
}

.modal .social-container .s-lists {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 12px;
		justify-content: space-between;
		width: 175px
}

.modal .social-container .s-lists .s-lists--item {
		width: 19%
}

.modal .social-container .s-lists .s-lists--item img {
		width: 100%
}

.modal .social-container .number {
		display: block;
		margin: 0 auto;
		width: max-content
}

.modal .social-container .number p {
		display: block;
		font-size: 20px;
		font-weight: bold;
		position: relative
}

.modal .social-container .number p::before {
		background-image: url("../images/common/icon_phone.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: '';
		display: block;
		height: 18px;
		position: absolute;
		left: -20px;
		bottom: 3px;
		width: 18px
}

.modal .social-container .number p span {
		display: block;
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 5px;
		text-align: center
}

.modal .social-container .number img {
		width: 100%
}

.modal .line-link {
		display: block;
		margin: 30px auto 50px;
		width: 50%
}

.modal .line-link img {
		width: 100%
}

.contact {
		background-color: #fff;
		padding: 65px 0 120px
}

@media only screen and (max-width: 64em) {
		.contact {
				padding: 65px 30px 120px
		}
}

@media only screen and (max-width: 47.9375em) {
		.contact {
				padding: 30px 0 60px
		}
}

@media only screen and (max-width: 47.9375em) {
		.contact .contact-contents {
				padding: 0 5%
		}
}

.contact .contact-contents .subtitle {
		margin-bottom: 20px
}

.contact .contact-contents .contact-info {
		background-image: url("../images/bg_contact.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 19px;
		display: block;
		padding: 67px 87px 56px
}

@media only screen and (max-width: 47.9375em) {
		.contact .contact-contents .contact-info {
				border: 3px solid #000;
				padding: 35px 0 40px
		}
}

.contact .contact-contents .contact-info .contact-details {
		display: block
}

.contact .contact-contents .contact-info .contact-details .contact-title {
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 100px;
		line-height: 36px;
		text-align: left
}

@media only screen and (max-width: 47.9375em) {
		.contact .contact-contents .contact-info .contact-details .contact-title {
				font-size: 14px;
				margin-bottom: 15px
		}
}

.contact .contact-contents .contact-info .contact-details .btn-contact {
		background-color: #DD8731;
		color: #fff;
		align-items: center;
		border-radius: 11px;
		display: flex;
		font-size: 24px;
		font-weight: 700;
		height: 75px;
		justify-content: center;
		width: 315px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		transition: .3s
}

@media only screen and (max-width: 47.9375em) {
		.contact .contact-contents .contact-info .contact-details .btn-contact {
				height: 60px;
				font-size: 14px;
				width: 225px
		}
}

.contact .contact-contents .contact-info .contact-details .btn-contact:hover {
		background-color: #fff;
		color: #DD8731
}

#footer {
		background-color: #121212;
		padding: 70px 0 55px
}

#footer .footer-wrapper .footer-contents .nav-footer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		width: 1050px
}

#footer .footer-wrapper .footer-contents .nav-footer .nav-footer-lists {
		width: 23.5%
}

#footer .footer-wrapper .footer-contents .nav-footer .nav-footer-lists:nth-child(n+2) {
		padding-top: 25px
}

#footer .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item-title {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 175%
}

#footer .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item {
		display: flex;
		color: #fff;
		font-size: 14px;
		line-height: 175%;
		transition: .5s;
		width: 100%
}

#footer .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item .img-footer {
		display: block;
		height: 53px;
		width: 162px !important
}

#footer .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item:hover {
		color: #DD8731;
		opacity: .5
}

#footer .footer-wrapper .footer-contents .copyright {
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: bold;
		width: 100%;
		margin: 80px auto 0;
		text-align: center
}

.contact2 {
		background-color: #fff;
		padding: 60px 0 110px
}
.contact2 .wrapper {
	width: 90%
}

@media only screen and (max-width: 64em) {
		.contact2 {
				padding: 65px 30px 120px;
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.contact2 {
				padding: 50px 0 50px
		}
}

@media only screen and (max-width: 47.9375em) {
		.contact2 .contact-contents {
				padding: 0 5%
		}
}

.contact2 .contact-contents .subtitle {
		margin-bottom: 20px
}

.contact2 .contact-contents .contact-info {
		background-image: url("../images/bg_contact.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 19px;
		display: block;
		padding: 67px 87px 56px
}

@media only screen and (max-width: 47.9375em) {
		.contact2 .contact-contents .contact-info {
				padding: 40px 30px 30px
		}
}

.contact2 .contact-contents .contact-info .contact-details {
		display: block
}

.contact2 .contact-contents .contact-info .contact-details .contact-title {
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 60px;
		line-height: 36px;
		text-align: left
}

@media only screen and (max-width: 47.9375em) {
		.contact2 .contact-contents .contact-info .contact-details .contact-title {
				font-size: 15px;
				line-height: 28px;
				margin-bottom: 15px;
				text-align: center
		}
}

.contact2 .contact-contents .contact-info .contact-details .btn-contact {
		background-color: #DD8731;
		color: #fff;
		align-items: center;
		border-radius: 11px;
		display: flex;
		font-size: 24px;
		font-weight: 700;
		height: 75px;
		justify-content: center;
		width: 315px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		transition: .3s
}

@media only screen and (max-width: 47.9375em) {
		.contact2 .contact-contents .contact-info .contact-details .btn-contact {
				height: 60px;
				font-size: 14px;
				width: 225px
		}
}

.contact2 .contact-contents .contact-info .contact-details .btn-contact:hover {
		background-color: #fff;
		color: #DD8731
}

#footer2 {
		background-color: #367DCE;
		padding: 70px 0 55px
}

@media only screen and (max-width: 64em) {
		#footer2 {
				padding: 70px 15px 55px
		}
}

@media only screen and (max-width: 47.9375em) {
		#footer2 {
				padding: 35px 0 40px
		}
}

@media only screen and (max-width: 47.9375em) {
		#footer2 .footer-wrapper .footer-contents {
				padding: 0 40px
		}
}

#footer2 .footer-wrapper .footer-contents .nav-footer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		width: 1050px
}

@media only screen and (max-width: 64em) {
		#footer2 .footer-wrapper .footer-contents .nav-footer {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		#footer2 .footer-wrapper .footer-contents .nav-footer {
				width: 100%
		}
}

#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists {
		width: 23.5%
}

@media only screen and (max-width: 47.9375em) {
		#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists {
				width: 100%
		}
}

#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists:nth-child(n+2) {
		padding-top: 25px
}

#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item-title {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 175%
}

#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item {
		display: flex;
		color: #fff;
		font-size: 14px;
		line-height: 175%;
		transition: .5s;
}
#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item span {
	border-bottom-width: 0;
	background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
	background-size: 0 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size .3s ease-in-out
}

#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item span:hover {
	background-size: 100% 1px;
	background-position: 0 100%
}

@media only screen and (max-width: 64em) {
		#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item {
				font-size: 13px
		}
}

@media only screen and (max-width: 47.9375em) {
		#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item {
				font-size: 14px
		}
}

#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item .img-footer {
		display: block;
		height: 53px;
		width: 162px !important
}

#footer2 .footer-wrapper .footer-contents .nav-footer .nav-footer-lists .nav--item:hover {
		/* color: blue;
		opacity: .5 */
}

#footer2 .footer-wrapper .footer-contents .copyright {
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: bold;
		width: 100%;
		margin: 80px auto 0;
		text-align: center
}

@media only screen and (max-width: 47.9375em) {
		#footer2 .footer-wrapper .footer-contents .copyright {
				margin: 40px auto 0
		}
}

.page-top .mission {
		background-color: #fff;
		display: block;
		padding: 65px 0 120px;
		position: relative;
		overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
		.page-top .mission {
				align-items: flex-end
		}
}

.page-top .mission .mission-contents {
		overflow: hidden;
		position: relative;
		width: 1050px;
		margin: 0 auto
}

.page-top .mission .mission-contents .mission-cover img {
		width: 100%
}

.page-top .mission .mission-contents .mission-cover img.pc {
		display: block
}

@media only screen and (max-width: 47.9375em) {
		.page-top .mission .mission-contents .mission-cover img.pc {
				display: none
		}
}

.page-top .mission .mission-contents .mission-cover img.sp {
		display: none
}

@media only screen and (max-width: 47.9375em) {
		.page-top .mission .mission-contents .mission-cover img.sp {
				display: block
		}
}

.page-top .mission .mission-contents .mission-details {
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top .mission .mission-contents .mission-details {
				padding: 0 5%
		}
}

.page-top .mission .mission-contents .mission-details .mission-title {
		font-size: 36px;
		font-weight: 900;
		letter-spacing: 5px;
		line-height: 48px;
		margin-bottom: 40px;
		text-align: center
}

@media only screen and (max-width: 100em) {
		.page-top .mission .mission-contents .mission-details .mission-title {
				font-size: 36px;
				margin-bottom: 40px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top .mission .mission-contents .mission-details .mission-title {
				font-size: 35px;
				line-height: 45px;
				margin-bottom: 25px;
				text-align: center
		}
}

.page-top .mission .mission-contents .mission-details .mission-title span {
		color: #DD8731
}

@media only screen and (max-width: 47.9375em) {
		.page-top .mission .mission-contents .mission-details .mission-title span {
				display: block
		}
}

.page-top .mission .mission-contents .mission-details .mission-title2 {
		display: block;
		font-size: 30px;
		font-weight: 900;
		line-height: 40px;
		letter-spacing: 5px;
		margin-top: 35px;
		margin-bottom: 60px;
		text-align: center
}

@media only screen and (max-width: 47.9375em) {
		.page-top .mission .mission-contents .mission-details .mission-title2 {
				font-size: 35px;
				line-height: 45px;
				margin-bottom: 25px;
				text-align: center
		}
}

.page-top .mission .mission-contents .mission-details .mission-title2 span {
		color: #DD8731
}

@media only screen and (max-width: 47.9375em) {
		.page-top .mission .mission-contents .mission-details .mission-title2 span {
				display: block
		}
}

.page-top .mission .mission-contents .mission-details .desc {
		text-align: left
}

@media only screen and (max-width: 47.9375em) {
		.page-top .mission .mission-contents .mission-details .desc br {
				display: none
		}
}

.page-top .mission .mission-contents .cover {
		display: block;
		margin: 0 auto;
		width: 100%
}

.page-top .mission .mission-contents .cover img {
		width: 100%
}

.page-top .service {
		background-color: #000;
		padding: 75px 0 220px
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service {
				padding: 40px 0 45px
		}
}

.page-top .service .service-contents .title {
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 60px;
		font-weight: bold;
		letter-spacing: 5px;
		line-height: 1;
		margin-bottom: 40px;
		text-align: left
}

@media only screen and (max-width: 100em) {
		.page-top .service .service-contents .title {
				font-size: 60px;
				margin-bottom: 40px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service .service-contents .title {
				font-size: 28px;
				margin-bottom: 10px;
				letter-spacing: 2px
		}
}

.page-top .service .service-contents .subtitle {
		background-color: #DD8731;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 22px;
		margin-bottom: 10px;
		text-align: center;
		height: 40px;
		width: 144px
}

@media only screen and (max-width: 100em) {
		.page-top .service .service-contents .subtitle {
				font-size: 22px;
				margin-bottom: 10px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service .service-contents .subtitle {
				font-size: 12px;
				margin-bottom: 25px
		}
}

.page-top .service .service-contents .service-lists {
		flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		width: 1200px
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service .service-contents .service-lists {
				flex-direction: column;
				margin: 0 auto;
				width: 90%
		}
}

.page-top .service .service-contents .service-lists .service-lists--item {
		margin-bottom: 50px;
		position: relative;
		width: 100%;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		transition: .5s;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service .service-contents .service-lists .service-lists--item {
				border-radius: 25px;
				height: auto;
				margin-bottom: 20px;
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service .service-contents .service-lists .service-lists--item:last-child {
				margin-bottom: 0
		}
}

.page-top .service .service-contents .service-lists .service-lists--item .service-cover {
		overflow: hidden;
		transition: .5s;
		width: 45%
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service .service-contents .service-lists .service-lists--item .service-cover {
				height: 150px
		}
}

.page-top .service .service-contents .service-lists .service-lists--item .service-cover img {
		height: auto;
		width: 100%
}

.page-top .service .service-contents .service-lists .service-lists--item .service-details {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 100px 0px 100px;
		width: 50%
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service .service-contents .service-lists .service-lists--item .service-details {
				padding: 10px 20px 15px
		}
}

.page-top .service .service-contents .service-lists .service-lists--item .service-details .service-title {
		color: #fff;
		font-size: 26px;
		font-weight: 700;
		margin-bottom: 20px;
		text-align: left
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service .service-contents .service-lists .service-lists--item .service-details .service-title {
				font-size: 20px;
				margin-bottom: 10px
		}
}

.page-top .service .service-contents .service-lists .service-lists--item .service-details .service-desc {
		color: #fff;
		font-size: 16px;
		line-height: 28px
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service .service-contents .service-lists .service-lists--item .service-details .service-desc {
				font-size: 14px;
				line-height: 20px
		}
}

.page-top .service .service-contents .service-lists .service-lists--item .yt {
		display: block;
		margin: 30px auto 0px;
		width: 100%
}

.page-top .service .service-contents .service-lists .service-lists--item .yt iframe {
		height: 415px;
		width: 100%
}

.page-top .service .service-contents .service-lists .service-lists--item .btn {
		background-color: #DD8731;
		border-radius: 11px;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 30px auto 0;
		height: 45px;
		width: 236px
}

@media only screen and (max-width: 47.9375em) {
		.page-top .service .service-contents .service-lists .service-lists--item .btn {
				bottom: auto;
				height: 45px;
				font-size: 12px;
				left: auto;
				margin-top: 10px;
				position: relative;
				transform: translate(0);
				width: 150px
		}
}

.page-top .service .service-contents .service-lists .service-lists--item .btn:hover {
		background-color: #fff;
		color: #DD8731
}

.page-top .newstop {
		background-color: #fff;
		display: block;
		padding: 65px 0 120px;
		position: relative;
		overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
		.page-top .newstop {
				align-items: flex-end
		}
}

.page-top .newstop .newstop-contents {
		overflow: hidden;
		position: relative;
		width: 1050px;
		margin: 0 auto
}

.page-top .newstop .newstop-contents .newstop-details {
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top .newstop .newstop-contents .newstop-details {
				padding: 0 5%
		}
}

.page-top .newstop .newstop-contents .newstop-details .news-lists {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		width: 95%
}

@media only screen and (max-width: 47.9375em) {
		.page-top .newstop .newstop-contents .newstop-details .news-lists {
				width: 100%
		}
}

.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item {
		border-bottom: solid 1px #D5D5D5;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 30px 0 30px;
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item {
				padding: 15px 0 15px
		}
}

.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		position: relative;
		padding: 0 15px;
		transition: all 0.2s ease-in-out
}

.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item a::after {
		background-color: #000;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		content: "";
		height: 12px;
		width: 12px;
		position: absolute;
		right: 15px;
		top: 50%;
		transition: all 0.2s ease-in-out;
		transform: translate(-50%, -50%)
}

.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item a:hover::after {
		background-color: #DD8731;
		border-radius: 100%;
		color: #fff;
		content: "\f061";
		font-size: 10px;
		height: 30px;
		width: 30px;
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		transition: all 0.2s ease-in-out;
		right: -3px;
		transform: scale(1) translate(-50%, -50%)
}

.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item a:hover .post-title {
		color: #DD8731
}

.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item .post-date {
		display: block;
		color: #868787;
		font-size: 16px;
		margin: 0 0 0px;
		padding-left: 10px;
		width: 10%
}

@media only screen and (max-width: 47.9375em) {
		.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item .post-date {
				margin: 0 0 10px;
				width: 100%
		}
}

.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item .post-cat {
		background-color: #F4F4F3;
		border-radius: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		margin: 0 0 0px;
		padding: 5px 10px;
		width: 10%
}

@media only screen and (max-width: 47.9375em) {
		.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item .post-cat {
				margin: 0 0 10px;
				width: 100%
		}
}

.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item .post-title {
		color: #1E6591;
		display: block;
		font-size: 16px;
		transition: opacity 0.3s ease;
		width: 75%
}

@media only screen and (max-width: 47.9375em) {
		.page-top .newstop .newstop-contents .newstop-details .news-lists .news-lists--item .post-title {
				width: 100%
		}
}

.page-top .comrec {
		background-color: #fff;
		display: block;
		padding: 0px 0 0px;
		position: relative;
		overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
		.page-top .comrec {
				align-items: flex-end
		}
}

.page-top .comrec .comrec-contents {
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 0 auto
}

.page-top .comrec .comrec-contents .comrec-lists {
		display: flex;
		flex-wrap: wrap;
		width: 100%
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item {
		position: relative;
		height: 284px;
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
		width: 50%
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item:hover .cover img {
		filter: grayscale(0%);
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item:hover .cover .inner-title {
		color: #DD8731;
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item:hover .arrow svg .el_svgArrow_circle {
		fill: #fff
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item:hover .arrow svg .el_svgArrow_innerArrow {
		stroke: #DD8731
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item:hover .arrow svg .el_svgArrow_pointer {
		transform: translateX(48%)
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover {
		display: block;
		position: relative;
		height: 284px;
		max-width: 100%;
		z-index: 1
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover img {
		filter: grayscale(100%);
		object-fit: cover;
		height: 284px;
		width: 100%;
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .inner-title {
		letter-spacing: 5px;
		color: #fff;
		display: flex;
		flex-wrap: wrap;
		font-size: 30px;
		font-family: "Montserrat", sans-serif;
		font-weight: bold;
		justify-content: flex-end;
		position: absolute;
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
		margin-top: 25px;
		top: 0px;
		left: -20px;
		z-index: 9
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .inner-title span {
		letter-spacing: 2px;
		display: flex;
		justify-content: flex-end;
		font-size: 16px;
		width: 100%
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .arrow {
		display: inline-block;
		position: absolute;
		bottom: 21px;
		right: 25px;
		line-height: 1
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .arrow svg {
		transition: width 0.5s ease
}

.page-top .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .arrow svg path {
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.page-top2 .mission {
		background-image: url("../images/bg_mission.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		display: block;
		padding: 65px 0 120px;
		position: relative;
		overflow: hidden
}

@media only screen and (max-width: 64em) {
		.page-top2 .mission {
				padding: 50px 0 0px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission {
				align-items: flex-end;
				background: url("../images/bg_mission_sp.png") center 150px/100% no-repeat;
				padding: 35px 0 0px
		}
}

.page-top2 .mission .mission-contents {
		overflow: hidden;
		position: relative;
		width: 1050px;
		margin: 0 auto
}

@media only screen and (max-width: 64em) {
		.page-top2 .mission .mission-contents {
				width: 90%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .mission-contents {
				width: 100%
		}
}

.page-top2 .mission .mission-contents .mission-cover img {
		width: 100%
}

.page-top2 .mission .mission-contents .mission-cover img.pc {
		display: block
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .mission-contents .mission-cover img.pc {
				display: none
		}
}

.page-top2 .mission .mission-contents .mission-cover img.sp {
		display: none
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .mission-contents .mission-cover img.sp {
				display: block
		}
}

.page-top2 .mission .mission-contents .mission-details {
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .mission-contents .mission-details {
				padding: 0 5%
		}
}

.page-top2 .mission .mission-contents .mission-details .mission-title {
		font-size: 36px;
		font-weight: 900;
		letter-spacing: .1em;
		line-height: 1.66667em;
		margin-bottom: 40px;
		text-align: center
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .mission-contents .mission-details .mission-title {
				font-size: 6.9vw;
				line-height: 36px;
				margin-bottom: 25px;
				text-align: center;
				letter-spacing: 0
		}
}

.page-top2 .mission .mission-contents .mission-details .mission-title span {
		color: #DD8731
}

.page-top2 .mission .mission-contents .mission-details .mission-title2 {
		display: block;
		font-size: 30px;
		font-weight: 900;
		line-height: 40px;
		letter-spacing: 5px;
		margin-top: 35px;
		margin-bottom: 60px;
		text-align: center
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .mission-contents .mission-details .mission-title2 {
				font-size: 35px;
				line-height: 45px;
				margin-bottom: 25px;
				text-align: center
		}
}

.page-top2 .mission .mission-contents .mission-details .mission-title2 span {
		color: #DD8731
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .mission-contents .mission-details .mission-title2 span {
				display: block
		}
}

.page-top2 .mission .mission-contents .mission-details .desc {
		text-align: left
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .mission-contents .mission-details .desc br {
				display: none
		}
}

.page-top2 .mission .mission-contents .cover {
		display: block;
		margin: 30px auto 85px;
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .mission-contents .cover {
				margin: 30px auto 40px;
				width: 90%
		}
}

.page-top2 .mission .mission-contents .cover img {
		width: 100%
}

.page-top2 .mission .strength-contents {
		overflow: hidden;
		position: relative;
		width: 1050px;
		margin: 0 auto
}

@media only screen and (max-width: 64em) {
		.page-top2 .mission .strength-contents {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .strength-contents {
				background-color: #EEF5FB;
				padding: 40px 0 0px;
				width: 100%
		}
}

.page-top2 .mission .strength-contents .strength-title {
		color: #DD8731;
		font-size: 36px;
		font-weight: 900;
		letter-spacing: .1em;
		line-height: 1.66667em;
		margin-bottom: 15px;
		text-align: center
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .strength-contents .strength-title {
				font-size: 20px;
				margin-bottom: 0px;
				text-align: center
		}
}

.page-top2 .mission .strength-contents .title-02 {
		display: block;
		font-size: 30px;
		font-weight: bold;
		line-height: 40px;
		margin: 0 0 30px;
		text-align: center
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .strength-contents .title-02 {
				font-size: 20px;
				line-height: 30px;
				margin: 0 auto 0px;
				width: 90%
		}
}

.page-top2 .mission .strength-contents .strength-lists {
		background-color: #EEF5FB;
		border-radius: 14px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 30px 30px
}

.page-top2 .mission .strength-contents .strength-lists .strength-lists--item {
		background-color: #fff;
		border-radius: 11px;
		display: block;
		height: 527px;
		padding: 25px 20px 0;
		width: 31.5%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item {
				height: auto;
				margin-bottom: 30px;
				padding: 15px 15px 25px;
				width: 100%
		}
}

.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .number {
		display: block;
		font-size: 36px;
		font-weight: bold;
		margin: 0 0 20px
}

.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover {
		display: block;
		margin: 0 0 25px
}

.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover img {
		display: block;
		margin: 0 auto;
		width: 100%
}

.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover img.img-1 {
		height: 186px;
		width: 247px
}

@media only screen and (max-width: 64em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover img.img-1 {
				height: auto;
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover img.img-1 {
				width: 247px
		}
}

.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover img.img-2 {
		height: 184px;
		width: 245px
}

@media only screen and (max-width: 64em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover img.img-2 {
				height: auto;
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover img.img-2 {
				width: 245px
		}
}

.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover img.img-3 {
		height: 229px;
		width: 257px
}

@media only screen and (max-width: 64em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover img.img-3 {
				height: auto;
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .cover img.img-3 {
				width: 257px
		}
}

.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .inner-info {
		display: block;
		font-size: 24px;
		font-weight: bold;
		line-height: 32px;
		text-align: center
}

@media only screen and (max-width: 64em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .inner-info {
				font-size: 20px;
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .inner-info {
				font-size: 20px;
				line-height: 25px
		}
}

.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .inner-info p {
		color: #DD8731;
		font-size: 30px;
		line-height: 40px
}

@media only screen and (max-width: 64em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .inner-info p {
				font-size: 24px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .inner-info p {
				font-size: 22px;
				line-height: 30px
		}
}

.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .inner-info p span {
		font-size: 24px
}

@media only screen and (max-width: 64em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .inner-info p span {
				font-size: 16px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .mission .strength-contents .strength-lists .strength-lists--item .inner-info p span {
				font-size: 20px
		}
}

.page-top2 .mission .strength-contents .banner-info {
	margin: 55px 0 0;
	width: 100%;
}

.page-top2 .mission .strength-contents .banner-info img {
	width: 100%;
}


.page-top2 .service {
		padding: 75px 0 140px
}

@media only screen and (max-width: 64em) {
		.page-top2 .service {
				padding: 75px 30px 140px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .service {
				padding: 50px 15px 50px
		}
}

.page-top2 .service .service-contents {
		position: relative;
		width: 1050px;
		margin: 0 auto
}

@media only screen and (max-width: 64em) {
		.page-top2 .service .service-contents {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .service .service-contents {
				width: 100%
		}
}

.page-top2 .service .service-contents .service-lists {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		width: 1050px
}

@media only screen and (max-width: 64em) {
		.page-top2 .service .service-contents .service-lists {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .service .service-contents .service-lists {
				width: 100%
		}
}

.page-top2 .service .service-contents .service-lists .service-lists--item {
		transition: .5s;
		width: 49%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .service .service-contents .service-lists .service-lists--item {
				margin-bottom: 30px;
				width: 100%
		}
}

.page-top2 .service .service-contents .service-lists .service-lists--item .cover {
		display: block;
		overflow: hidden;
		margin: 0 auto 15px;
		width: 100%
}

.page-top2 .service .service-contents .service-lists .service-lists--item .cover img {
		height: 233px;
		object-fit: cover;
		transition: .5s;
		width: 100%
}

.page-top2 .service .service-contents .service-lists .service-lists--item .info .inner-title {
		display: block;
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 10px;
		position: relative;
		transition: .5s
}

.page-top2 .service .service-contents .service-lists .service-lists--item .info .inner-title::after {
		background-color: #367DCE;
		border-radius: 100%;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 12px;
		content: "\f105";
		position: absolute;
		right: 105px;
		top: 50%;
		height: 25px;
		width: 25px;
		transition: all 0.2s ease-in-out;
		transform: translate(-50%, -50%)
}

@media only screen and (max-width: 64em) {
		.page-top2 .service .service-contents .service-lists .service-lists--item .info .inner-title::after {
				right: 0px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .service .service-contents .service-lists .service-lists--item .info .inner-title::after {
				right: 0px
		}
}

.page-top2 .service .service-contents .service-lists .service-lists--item .info .details {
		display: block;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .05em;
		line-height: 2em;
		transition: .5s
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .service .service-contents .service-lists .service-lists--item .info .details {
				line-height: 1.6em
		}
}

.page-top2 .service .service-contents .service-lists .service-lists--item:hover .cover img {
		transform: scale(1.1)
}

.page-top2 .service .service-contents .service-lists .service-lists--item:hover .info .inner-title {
		color: #367DCE
}

.page-top2 .service .service-contents .service-lists .service-lists--item:hover .info .details {
		color: #367DCE
}

.page-top2 .service .service-contents .service-btn {
		background-color: #fff;
		border: solid 1px #367DCE;
		border-radius: 11px;
		color: #367DCE;
		display: flex;
		flex-wrap: wrap;
		font-size: 18px;
		font-weight: normal;
		justify-content: center;
		margin: 40px auto 0;
		align-items: center;
		padding-left: 20px;
		position: relative;
		height: 45px;
		width: 328px
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .service .service-contents .service-btn {
				margin: 20px auto 0
		}
}

.page-top2 .service .service-contents .service-btn p {
		position: relative;
		padding-right: 25px
}

.page-top2 .service .service-contents .service-btn p::after {
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 12px;
		content: "\f105";
		position: absolute;
		right: 0px;
		top: 52%;
		transition: all 0.2s ease-in-out;
		transform: translate(-50%, -50%)
}

.page-top2 .service .service-contents .service-btn:hover {
		color: #fff;
		background-color: #367DCE
}

.page-top2 .service .service-contents .cover-main {
		display: block;
		margin: 80px auto 0
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .service .service-contents .cover-main {
				margin: 40px auto 0
		}
}

.page-top2 .service .service-contents .cover-main img {
		width: 100%
}

.page-top2 .newstop {
		background-color: #fff;
		display: block;
		padding: 65px 0 120px;
		position: relative;
		overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop {
				align-items: flex-end;
				padding: 40px 0 50px
		}
}

.page-top2 .newstop .newstop-contents {
		overflow: hidden;
		position: relative;
		width: 1050px;
		margin: 0 auto
}

@media only screen and (max-width: 64em) {
		.page-top2 .newstop .newstop-contents {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop .newstop-contents {
				width: 100%
		}
}

.page-top2 .newstop .newstop-contents .newstop-details {
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop .newstop-contents .newstop-details {
				padding: 0 5%
		}
}

.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		width: 95%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists {
				width: 100%
		}
}

.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item {
		border-bottom: solid 1px #D5D5D5;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 30px 0 30px;
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item {
				padding: 15px 0 15px
		}
}

.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		position: relative;
		padding: 0 40px 0 15px;
		transition: all 0.2s ease-in-out
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item a {
				justify-content: flex-start
		}
}

.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item a::after {
		background-color: #000;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		content: "";
		height: 12px;
		width: 12px;
		position: absolute;
		right: 15px;
		top: 50%;
		transition: all 0.2s ease-in-out;
		transform: translate(-50%, -50%)
}

@media only screen and (max-width: 64em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item a::after {
				right: 0px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item a::after {
				display: none
		}
}

.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item a:hover::after {
		background-color: #DD8731;
		border-radius: 100%;
		color: #fff;
		content: "\f061";
		font-size: 10px;
		height: 30px;
		width: 30px;
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		transition: all 0.2s ease-in-out;
		right: -3px;
		transform: scale(1) translate(-50%, -50%)
}

@media only screen and (max-width: 64em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item a:hover::after {
				right: -20px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item a:hover::after {
				right: -3px
		}
}

.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item a:hover .post-title {
		color: #DD8731
}

.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item .post-date {
		display: block;
		color: #868787;
		font-size: 16px;
		margin: 0 0 0px;
		padding-left: 10px;
		width: 10%
}

@media only screen and (max-width: 64em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item .post-date {
				font-size: 12px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item .post-date {
				margin: 0 0 10px;
				width: 40%
		}
}

.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item .post-cat {
		background-color: #F4F4F3;
		border-radius: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		margin: 0 0 0px;
		padding: 5px 10px;
		width: auto
}

@media only screen and (max-width: 64em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item .post-cat {
				font-size: 10px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item .post-cat {
				margin: 0 0 10px
		}
}

.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item .post-title {
		color: #1E6591;
		display: -webkit-box;
		font-size: 16px;
		transition: opacity 0.3s ease;
		width: 75%;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden
}

@media only screen and (max-width: 64em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item .post-title {
				font-size: 15px;
				padding-right: 20px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .newstop .newstop-contents .newstop-details .newstop-lists .news-lists--item .post-title {
				font-size: 15px;
				line-height: 26px;
				padding-right: 0;
				width: 100%
		}
}

.page-top2 .newstop .newstop-contents .newstop-details .news-btn {
		background-color: #fff;
		border: solid 1px #367DCE;
		border-radius: 11px;
		color: #367DCE;
		display: flex;
		flex-wrap: wrap;
		font-size: 18px;
		font-weight: normal;
		justify-content: center;
		margin: 40px auto 0;
		align-items: center;
		position: relative;
		height: 45px;
		width: 328px
}

.page-top2 .newstop .newstop-contents .newstop-details .news-btn p {
		position: relative;
		padding-right: 25px
}

.page-top2 .newstop .newstop-contents .newstop-details .news-btn p::after {
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 12px;
		content: "\f105";
		position: absolute;
		right: 0px;
		top: 52%;
		transition: all 0.2s ease-in-out;
		transform: translate(-50%, -50%)
}

.page-top2 .newstop .newstop-contents .newstop-details .news-btn:hover {
		color: #fff;
		background-color: #367DCE
}

.page-top2 .tele {
		background-color: #367DCE;
		display: block;
		padding: 75px 0 105px;
		position: relative;
		overflow: hidden
}

@media only screen and (max-width: 64em) {
		.page-top2 .tele {
				padding: 75px 30px 105px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .tele {
				align-items: flex-end;
				padding: 50px 15px 50px
		}
}

.page-top2 .tele .tele-contents {
		overflow: hidden;
		position: relative;
		width: 1050px;
		margin: 0 auto
}

@media only screen and (max-width: 64em) {
		.page-top2 .tele .tele-contents {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .tele .tele-contents {
				width: 100%
		}
}

.page-top2 .tele .tele-contents .tele-title {
		color: #fff;
		font-size: 36px;
		font-weight: 900;
		letter-spacing: .1em;
		line-height: 1.66667em;
		margin-bottom: 0px;
		text-align: center
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .tele .tele-contents .tele-title {
				font-size: 20px
		}
}

.page-top2 .tele .tele-contents .tele-title1 {
		display: block;
		margin: 0 auto;
		width: 692px
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .tele .tele-contents .tele-title1 {
				width: 100%
		}
}

.page-top2 .tele .tele-contents .tele-title1 img {
		width: 100%
}

.page-top2 .tele .tele-contents .title-02 {
		color: #fff;
		display: flex;
		flex-wrap: wrap;
		font-size: 36px;
		font-weight: 900;
		letter-spacing: .1em;
		line-height: 150%;
		margin: 0 auto;
		justify-content: flex-start;
		width: max-content
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .tele .tele-contents .title-02 {
				font-size: 20px
		}
}

.page-top2 .tele .tele-contents .title-02 span {
		display: block;
		font-size: 20px;
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .tele .tele-contents .title-02 span {
				font-size: 16px
		}
}

.page-top2 .tele .tele-contents .cover {
		display: block;
		margin: 30px auto 25px
}

.page-top2 .tele .tele-contents .cover img {
		width: 100%
}

.page-top2 .tele .tele-contents .desc {
		color: #fff;
		text-align: left
}

.page-top2 .tele .tele-contents .tele-btn {
		background-color: #fff;
		border: solid 1px #367DCE;
		border-radius: 11px;
		color: #367DCE;
		display: flex;
		flex-wrap: wrap;
		font-size: 18px;
		font-weight: normal;
		justify-content: center;
		margin: 40px auto 0;
		align-items: center;
		padding-left: 20px;
		position: relative;
		height: 45px;
		width: 328px
}

.page-top2 .tele .tele-contents .tele-btn p {
		position: relative;
		padding-right: 30px
}

.page-top2 .tele .tele-contents .tele-btn p::after {
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'Font Awesome\ 5 Free';
		font-weight: 900;
		font-size: 12px;
		content: "\f105";
		position: absolute;
		right: 5px;
		top: 52%;
		transition: all 0.2s ease-in-out;
		transform: translate(-50%, -50%)
}

.page-top2 .tele .tele-contents .tele-btn:hover {
		color: #fff;
		background-color: #367DCE;
		border: solid 1px #fff
}

.page-top2 .tele .tele-contents .yt {
		display: block;
		margin: 50px auto 0
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .tele .tele-contents .yt iframe {
				height: 250px;
				width: 100%
		}
}

.page-top2 .company {
		padding: 0px 0 180px
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company {
				padding: 50px 0 50px
		}
}

.page-top2 .company .company-contents {
		background-color: #EEF5FB;
		border-radius: 19px;
		position: relative;
		width: 1050px;
		margin: 0 auto;
		padding: 75px 75px 50px
}

@media only screen and (max-width: 64em) {
		.page-top2 .company .company-contents {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents {
				border-radius: 0px;
				padding: 50px 15px;
				width: 100%
		}
}

.page-top2 .company .company-contents .inner-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
}

.page-top2 .company .company-contents .inner-container .info {
		width: 52%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .info {
				width: 100%
		}
}

.page-top2 .company .company-contents .inner-container .info .company-table {
		display: table;
		width: 100%
}

.page-top2 .company .company-contents .inner-container .info .company-table tr td {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .05em;
		line-height: 2em;
		padding: 15px 15px;
		border-bottom: solid 1px #B2B2B2
}

.page-top2 .company .company-contents .inner-container .info .company-table tr td .link {
		color: #041381;
		transition: .5s;
		text-decoration: underline
}

.page-top2 .company .company-contents .inner-container .info .company-table tr td .link:hover {
		opacity: .7
}

.page-top2 .company .company-contents .inner-container .covers {
		width: 40%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .covers {
				margin: 30px auto 0;
				width: 100%
		}
}

.page-top2 .company .company-contents .inner-container .covers .cover-main {
		display: block;
		margin: 0 0 50px;
		width: 100%
}

.page-top2 .company .company-contents .inner-container .covers .cover-main img {
		width: 100%
}

@media only screen and (max-width: 64em) {
		.page-top2 .company .company-contents .inner-container .covers .map iframe {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .covers .map iframe {
				width: 100%
		}
}

.page-top2 .company .company-contents .inner-container .area-container {
		background-color: #fff;
		border-radius: 14px;
		display: block;
		margin: 50px 0 0;
		padding: 45px 100px 45px;
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .area-container {
				padding: 50px 15px 50px;
				width: 100%
		}
}

.page-top2 .company .company-contents .inner-container .area-container .area-title {
		color: #264F84;
		display: block;
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 35px;
		text-align: center
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .area-container .area-title {
				font-size: 18px
		}
}

.page-top2 .company .company-contents .inner-container .area-container .area-cover1 {
		display: block;
		margin: 0 auto 10px;
		width: 100%
}

.page-top2 .company .company-contents .inner-container .area-container .area-cover1 img {
		width: 100%
}

.page-top2 .company .company-contents .inner-container .area-container .area-cover2 {
		display: block;
		margin: 0 auto 0px;
		width: 100%
}

.page-top2 .company .company-contents .inner-container .area-container .area-cover2 img {
		width: 100%
}

.page-top2 .company .company-contents .inner-container .area-container .area-lists {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
}

.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item {
		margin: 0 0 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item {
				width: 100%
		}
}

.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info {
		width: 45%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info {
				margin: 0 auto 10px;
				width: 100%
		}
}

.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info .area-name {
		color: #367DCE;
		display: block;
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 10px
}

.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info .area-details {
		display: block;
		font-size: 14px;
		line-height: 20px
}

.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info .link {
		color: #041381;
		display: block;
		font-size: 14px;
		margin: 5px 0 0;
		text-decoration: underline;
		transition: .5s
}

.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info .link:hover {
		opacity: .7
}

.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item .cover {
		display: block;
		width: 50%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item .cover {
				width: 100%
		}
}

.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item .cover img {
		width: 100%
}

.page-top2 .company .company-contents .inner-container .area-container .area-lists .area-lists--item:nth-child(4n) {
		margin-right: 0
}

.page-top2 .company .company-contents .inner-container .area-container .area2-lists {
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 0;
		justify-content: flex-start
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .area-container .area2-lists {
				margin: 15px 0 0
		}
}

.page-top2 .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item {
		margin-right: 3.5%;
		margin-bottom: 60px;
		width: 31%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item {
				margin-bottom: 30px;
				width: 100%
		}
}

.page-top2 .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item:nth-child(3n) {
		margin-right: 0
}

.page-top2 .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info {
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info {
				margin: 0 auto 10px;
				width: 100%
		}
}

.page-top2 .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info .area-name {
		color: #367DCE;
		display: block;
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 10px
}

.page-top2 .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info .area-details {
		display: block;
		font-size: 14px;
		line-height: 20px
}

.page-top2 .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info .link {
		color: #041381;
		display: block;
		font-size: 14px;
		margin: 5px 0 0;
		text-decoration: underline;
		transition: .5s
}

.page-top2 .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info .link:hover {
		opacity: .7
}

.page-top2 .comrec {
		background-color: #fff;
		display: block;
		padding: 0px 0 0px;
		position: relative;
		overflow: hidden
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .comrec {
				align-items: flex-end
		}
}

.page-top2 .comrec .comrec-contents {
		overflow: hidden;
		position: relative;
		width: 100%;
		margin: 0 auto
}

.page-top2 .comrec .comrec-contents .comrec-lists {
		display: flex;
		flex-wrap: wrap;
		width: 100%
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item {
		position: relative;
		height: 284px;
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
		width: 50%
}

@media only screen and (max-width: 64em) {
		.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item {
				height: 220px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item {
				height: 178px;
				width: 100%
		}
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item:hover .cover img {
		filter: grayscale(0%);
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item:hover .cover .inner-title {
		color: #DD8731;
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item:hover .arrow svg .el_svgArrow_circle {
		fill: #fff
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item:hover .arrow svg .el_svgArrow_innerArrow {
		stroke: #DD8731
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item:hover .arrow svg .el_svgArrow_pointer {
		transform: translateX(48%)
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover {
		display: block;
		position: relative;
		height: 284px;
		max-width: 100%;
		z-index: 1
}

@media only screen and (max-width: 64em) {
		.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover {
				height: 220px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover {
				height: 178px
		}
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover img {
		filter: grayscale(100%);
		object-fit: cover;
		height: 284px;
		width: 100%;
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1)
}

@media only screen and (max-width: 64em) {
		.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover img {
				height: 220px
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover img {
				height: 178px;
				filter: none
		}
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .inner-title {
		letter-spacing: 5px;
		color: #fff;
		display: flex;
		flex-wrap: wrap;
		font-size: 30px;
		font-family: "Montserrat", sans-serif;
		font-weight: bold;
		justify-content: flex-end;
		position: absolute;
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
		margin-top: 25px;
		top: 0px;
		left: -20px;
		z-index: 9
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .inner-title {
				font-size: 18px;
				left: -40px
		}
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .inner-title span {
		letter-spacing: 2px;
		display: flex;
		justify-content: flex-end;
		font-size: 16px;
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .inner-title span {
				font-size: 12px
		}
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .arrow {
		display: inline-block;
		position: absolute;
		bottom: 21px;
		right: 25px;
		line-height: 1
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .arrow svg {
		transition: width 0.5s ease
}

@media only screen and (max-width: 47.9375em) {
		.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .arrow svg {
				height: 30px;
				width: 80px
		}
}

.page-top2 .comrec .comrec-contents .comrec-lists .comrec-lists--item .cover .arrow svg path {
		transition: 0.25s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.page-privacy .privacy {
		padding: 90px 0 260px
}

.page-privacy .privacy .privacy-contents {
		display: block;
		margin: 0 auto;
		max-width: 1000px
}

.page-privacy .privacy .privacy-contents .privacy-desc {
		font-size: 16px;
		line-height: 28px
}

.page-privacy .privacy .privacy-contents .privacy-lists {
		margin-top: 50px
}

.page-privacy .privacy .privacy-contents .privacy-lists .privacy-lists--item {
		margin-bottom: 50px
}

.page-privacy .privacy .privacy-contents .privacy-lists .privacy-lists--item h3 {
		color: #1a1a1a;
		font-size: 26px;
		font-weight: 700;
		line-height: 48px;
		margin-bottom: 20px
}

.page-privacy .privacy .privacy-contents .privacy-lists .privacy-lists--item p {
		font-size: 16px;
		line-height: 28px
}

.page-privacy .privacy .privacy-contents .privacy-lists .privacy-lists--item p+p {
		margin-top: 50px
}

.news {
		padding: 80px 0 70px
}

@media only screen and (max-width: 47.9375em) {
		.news {
				padding: 50px 0
		}
}

.news .news-contents .filter-search {
		margin-bottom: 60px
}

.news .news-contents .filter-search .filter {
		align-items: center;
		display: flex;
		margin-bottom: 15px;
		margin-left: 180px
}

.news .news-contents .filter-search .filter .filter-title {
		align-items: center;
		display: flex;
		font-size: 18px;
		font-weight: bold;
		justify-content: flex-end;
		margin-right: 20px;
		width: 120px
}

.news .news-contents .filter-search .filter .filter-lists {
		align-items: center;
		display: flex;
		justify-content: flex-start
}

.news .news-contents .filter-search .filter .filter-lists .filter-lists--item {
		margin-right: 20px
}

.news .news-contents .filter-search .filter .filter-lists .filter-lists--item:last-child {
		margin-right: 0
}

.news .news-contents .filter-search .filter .filter-lists .filter-lists--item:hover a {
		background-color: #1a1a1a;
		border: 2px solid #1a1a1a;
		color: #ffff
}

.news .news-contents .filter-search .filter .filter-lists .filter-lists--item.current a {
		background-color: #1a1a1a;
		border: 2px solid #1a1a1a;
		color: #ffff
}

.news .news-contents .filter-search .filter .filter-lists .filter-lists--item a {
		align-items: center;
		border: 2px solid #d5d5d5;
		border-radius: 20px;
		display: flex;
		justify-content: center;
		padding: 10px 20px;
		transition: .3s
}

.news .news-contents .news-lists {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px
}

@media only screen and (max-width: 47.9375em) {
		.news .news-contents .news-lists {
				width: 100%;
				overflow: hidden
		}
}

.news .news-contents .news-lists .news-lists--item {
		border-radius: 50px;
		height: 430px;
		margin-bottom: 40px;
		transition: .5s;
		width: 370px;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)
}

.news .news-contents .news-lists .news-lists--item:hover {
		transform: scale(0.9)
}

.news .news-contents .news-lists .news-lists--item:hover .news-cover {
		border-radius: 40px;
		transform: scale(0.8)
}

.news .news-contents .news-lists .news-lists--item .news-cover {
		height: 250px;
		overflow: hidden;
		transition: .5s;
		width: 100%
}

.news .news-contents .news-lists .news-lists--item .news-cover img {
		height: 100%;
		object-fit: cover;
		width: 100%
}

.news .news-contents .news-lists .news-lists--item .news-details {
		padding: 30px 40px 50px
}

.news .news-contents .news-lists .news-lists--item .news-details .news-info {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px
}

.news .news-contents .news-lists .news-lists--item .news-details .news-info .news-date {
		color: #8f8f8f;
		font-size: 14px
}

.news .news-contents .news-lists .news-lists--item .news-details .news-info .news-cat {
		color: #5e85bf;
		font-size: 14px
}

.news .news-contents .news-lists .news-lists--item .news-details .news-title {
		font-size: 20px;
		font-weight: 700;
		line-height: 32px
}

.news .news-contents .post .post-title {
		font-size: 32px;
		font-weight: 700;
		line-height: 48px
}

.news .news-contents .post .post-detail {
		align-items: center;
		border-bottom: 2px solid #e7e7e7;
		display: flex;
		margin-bottom: 30px;
		margin-top: 30px;
		padding-bottom: 40px
}

.news .news-contents .post .post-detail .detail {
		display: flex;
		margin-right: 60px
}

.news .news-contents .post .post-detail .detail:last-child {
		margin-right: 0
}

.news .news-contents .post .post-detail .detail .detail-title {
		font-size: 18px;
		font-weight: 700
}

.news .news-contents .post .post-detail .detail span {
		display: block;
		font-size: 16px;
		margin-left: 20px
}

.news .news-contents .post .post-cover {
		align-items: center;
		display: flex;
		justify-content: center;
		margin-bottom: 30px
}

.news .news-contents .post .post-cover img {
		max-width: 100%
}

.news .news-contents .post .post-contents p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px
}

.news .news-contents .post .post-contents h2 {
		font-size: 26px;
		font-weight: 700;
		line-height: 48px;
		margin-top: 50px;
		margin-bottom: 30px
}

.news .news-contents .post .post-contents img {
		display: block;
		margin: 0 auto;
		max-width: 100%
}

.news .news-contents .btn {
		width: 300px;
		margin: 50px auto 150px;
		height: 80px
}

.news .news-contents .related-posts {
		margin-top: 100px
}

.news .news-contents .related-posts h4 {
		font-size: 26px;
		font-weight: 700;
		margin-bottom: 30px
}





















.page-company .profile .area-container {
	background-color: #fff;
	border-radius: 14px;
	display: block;
	margin: 50px 0 0;
	padding: 45px 100px 45px;
	width: 100%
}

@media only screen and (max-width: 47.9375em) {
	.page-company .profile .area-container {
			padding: 50px 15px 50px;
			width: 100%
	}
}

.page-company .profile .area-container .area-title {
	color: #264F84;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 35px;
	text-align: center
}

@media only screen and (max-width: 47.9375em) {
	.page-company .profile .area-container .area-title {
			font-size: 18px
	}
}

.page-company .profile .area-container .area-cover1 {
	display: block;
	margin: 0 auto 10px;
	width: 100%
}

.page-company .profile .area-container .area-cover1 img {
	width: 100%
}

.page-company .profile .area-container .area-cover2 {
	display: block;
	margin: 0 auto 0px;
	width: 100%
}

.page-company .profile .area-container .area-cover2 img {
	width: 100%
}

.page-company .profile .area-container .area-lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.page-company .profile .area-container .area-lists .area-lists--item {
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

@media only screen and (max-width: 47.9375em) {
	.page-company .profile .area-container .area-lists .area-lists--item {
			width: 100%
	}
}

.page-company .profile .area-container .area-lists .area-lists--item .info {
	width: 45%
}

@media only screen and (max-width: 47.9375em) {
	.page-company .profile .area-container .area-lists .area-lists--item .info {
			margin: 0 auto 10px;
			width: 100%
	}
}

.page-company .profile .area-container .area-lists .area-lists--item .info .area-name {
	color: #367DCE;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px
}

.page-company .profile .area-container .area-lists .area-lists--item .info .area-details {
	display: block;
	font-size: 14px;
	line-height: 20px
}

.page-company .profile .area-container .area-lists .area-lists--item .info .link {
	color: #041381;
	display: block;
	font-size: 14px;
	margin: 5px 0 0;
	text-decoration: underline;
	transition: .5s
}

.page-company .profile .area-container .area-lists .area-lists--item .info .link:hover {
	opacity: .7
}

.page-company .profile .area-container .area-lists .area-lists--item .cover {
	display: block;
	width: 50%
}

@media only screen and (max-width: 47.9375em) {
	.page-company .profile .area-container .area-lists .area-lists--item .cover {
			width: 100%
	}
}

.page-company .profile .area-container .area-lists .area-lists--item .cover img {
	width: 100%
}

.page-company .profile .area-container .area-lists .area-lists--item:nth-child(4n) {
	margin-right: 0
}

.page-company .profile .area-container .area2-lists {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0;
	justify-content: flex-start
}

@media only screen and (max-width: 47.9375em) {
	.page-company .profile .area-container .area2-lists {
			margin: 15px 0 0
	}
}

.page-company .profile .area-container .area2-lists .area2-lists--item {
	margin-right: 3.5%;
	margin-bottom: 60px;
	width: 31%
}

@media only screen and (max-width: 47.9375em) {
	.page-company .profile .area-container .area2-lists .area2-lists--item {
			margin-bottom: 30px;
			width: 100%
	}
}

.page-company .profile .area-container .area2-lists .area2-lists--item:nth-child(3n) {
	margin-right: 0
}

.page-company .profile .area-container .area2-lists .area2-lists--item .info {
	width: 100%
}

@media only screen and (max-width: 47.9375em) {
	.page-company .profile .area-container .area2-lists .area2-lists--item .info {
			margin: 0 auto 10px;
			width: 100%
	}
}

.page-company .profile .area-container .area2-lists .area2-lists--item .info .area-name {
	color: #367DCE;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px
}

.page-company .profile .area-container .area2-lists .area2-lists--item .info .area-details {
	display: block;
	font-size: 14px;
	line-height: 20px
}

.page-company .profile .area-container .area2-lists .area2-lists--item .info .link {
	color: #041381;
	display: block;
	font-size: 14px;
	margin: 5px 0 0;
	text-decoration: underline;
	transition: .5s
}

.page-company .profile .area-container .area2-lists .area2-lists--item .info .link:hover {
	opacity: .7
}




.page-top2 .service .service-contents .cstudy-btn {
	background-color: #fff;
	border: solid 1px #367DCE;
	border-radius: 11px;
	color: #367DCE;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	font-weight: normal;
	justify-content: center;
	margin: 40px auto 0;
	align-items: center;
	position: relative;
	height: 45px;
	width: 328px
}

.page-top2 .service .service-contents .cstudy-btn p {
	position: relative;
	padding-right: 25px
}

.page-top2 .service .service-contents .cstudy-btn p::after {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: 12px;
	content: "\f105";
	position: absolute;
	right: 0px;
	top: 52%;
	transition: all 0.2s ease-in-out;
	transform: translate(-50%, -50%)
}

.page-top2 .service .service-contents .cstudy-btn:hover {
	color: #fff;
	background-color: #367DCE
}



















.page-company .company {
		padding: 0px 0 0px
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company {
				padding: 0px 0 0px
		}
}

.page-company .company .company-contents {
		background-color: #EEF5FB;
		border-radius: 19px;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 75px 75px 50px
}

@media only screen and (max-width: 64em) {
		.page-company .company .company-contents {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents {
				border-radius: 0px;
				padding: 50px 15px;
				width: 100%
		}
}

.page-company .company .company-contents .inner-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
}

.page-company .company .company-contents .inner-container .info {
		width: 52%
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .info {
				width: 100%
		}
}

.page-company .company .company-contents .inner-container .info .company-table {
		display: table;
		width: 100%
}

.page-company .company .company-contents .inner-container .info .company-table tr td {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: .05em;
		line-height: 2em;
		padding: 15px 15px;
		border-bottom: solid 1px #B2B2B2
}

.page-company .company .company-contents .inner-container .info .company-table tr td .link {
		color: #041381;
		transition: .5s;
		text-decoration: underline
}

.page-company .company .company-contents .inner-container .info .company-table tr td .link:hover {
		opacity: .7
}

.page-company .company .company-contents .inner-container .covers {
		width: 40%
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .covers {
				margin: 30px auto 0;
				width: 100%
		}
}

.page-company .company .company-contents .inner-container .covers .cover-main {
		display: block;
		margin: 0 0 50px;
		width: 100%
}

.page-company .company .company-contents .inner-container .covers .cover-main img {
		width: 100%
}

@media only screen and (max-width: 64em) {
		.page-company .company .company-contents .inner-container .covers .map iframe {
				width: 100%
		}
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .covers .map iframe {
				width: 100%
		}
}

.page-company .company .company-contents .inner-container .area-container {
		background-color: #fff;
		border-radius: 14px;
		display: block;
		margin: 50px 0 0;
		padding: 45px 100px 45px;
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .area-container {
				padding: 50px 15px 50px;
				width: 100%
		}
}

.page-company .company .company-contents .inner-container .area-container .area-title {
		color: #264F84;
		display: block;
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 35px;
		text-align: center
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .area-container .area-title {
				font-size: 18px
		}
}

.page-company .company .company-contents .inner-container .area-container .area-cover1 {
		display: block;
		margin: 0 auto 10px;
		width: 100%
}

.page-company .company .company-contents .inner-container .area-container .area-cover1 img {
		width: 100%
}

.page-company .company .company-contents .inner-container .area-container .area-cover2 {
		display: block;
		margin: 0 auto 0px;
		width: 100%
}

.page-company .company .company-contents .inner-container .area-container .area-cover2 img {
		width: 100%
}

.page-company .company .company-contents .inner-container .area-container .area-lists {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
}

.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item {
		margin: 0 0 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item {
				width: 100%
		}
}

.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info {
		width: 45%
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info {
				margin: 0 auto 10px;
				width: 100%
		}
}

.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info .area-name {
		color: #367DCE;
		display: block;
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 10px
}

.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info .area-details {
		display: block;
		font-size: 14px;
		line-height: 20px
}

.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info .link {
		color: #041381;
		display: block;
		font-size: 14px;
		margin: 5px 0 0;
		text-decoration: underline;
		transition: .5s
}

.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item .info .link:hover {
		opacity: .7
}

.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item .cover {
		display: block;
		width: 50%
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item .cover {
				width: 100%
		}
}

.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item .cover img {
		width: 100%
}

.page-company .company .company-contents .inner-container .area-container .area-lists .area-lists--item:nth-child(4n) {
		margin-right: 0
}

.page-company .company .company-contents .inner-container .area-container .area2-lists {
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 0;
		justify-content: flex-start
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .area-container .area2-lists {
				margin: 15px 0 0
		}
}

.page-company .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item {
		margin-right: 3.5%;
		margin-bottom: 60px;
		width: 31%
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item {
				margin-bottom: 30px;
				width: 100%
		}
}

.page-company .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item:nth-child(3n) {
		margin-right: 0
}

.page-company .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info {
		width: 100%
}

@media only screen and (max-width: 47.9375em) {
		.page-company .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info {
				margin: 0 auto 10px;
				width: 100%
		}
}

.page-company .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info .area-name {
		color: #367DCE;
		display: block;
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 10px
}

.page-company .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info .area-details {
		display: block;
		font-size: 14px;
		line-height: 20px
}

.page-company .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info .link {
		color: #041381;
		display: block;
		font-size: 14px;
		margin: 5px 0 0;
		text-decoration: underline;
		transition: .5s
}

.page-company .company .company-contents .inner-container .area-container .area2-lists .area2-lists--item .info .link:hover {
		opacity: .7
}