@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
/******▼reset▼******/
html, body, div, p, a, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, td, th, form, input, fieldset, textarea {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
header, nav, article, aside, section, footer, figure {
	display: block;
	margin: 0;
	padding: 0;
}
html, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
img, fieldset, abbr {
	border: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}
br {
	letter-spacing: normal;
}
a {
	color: #222222;
	text-decoration: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 100%;
}
caption, th {
	text-align: left;
}
q:after, q:before {
	content:'';
}
input ,textarea {
	font-family: "ryo-gothic-plusn","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", sans-serif;
	font-style: normal;
	font-weight: 400;
}
/*-----▼clearfix▼-----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/*-----▼lording▼-----*/
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 9999;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 200px!important;
    text-align: center;
    z-index: 2;
}
#loader img {
    width: 100%;
}
.loading span {
 	display: inline-block;
 	margin: 0 -.075em;
	animation: loading .7s infinite alternate;
	font-weight: 700;
}
.loading span:nth-child(2) {
	animation-delay: .1s;
}
.loading span:nth-child(3) {
	animation-delay: .2s;
}
.loading span:nth-child(4) {
	animation-delay: .3s;
}
.loading span:nth-child(5) {
	animation-delay: .4s;
}
.loading span:nth-child(6) {
	animation-delay: .5s;
}
.loading span:nth-child(7) {
	animation-delay: .6s;
}
@keyframes loading {
  0% {
	transform: scale(1);
  }
  100% {
	transform: scale(0.8);
  }
}
/*-----▼wrapper▼-----*/
#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 62.5%;
	font-family: "ryo-gothic-plusn","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "Avenir Next", Verdana, "游ゴシック", "Yu Gothic", sans-serif;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
/******▼header▼******/
header .header-inner {
	margin: 0 20px;
	position: relative;
	clear: both;
	overflow: hidden;
	line-height: 1.0;
}
header .header-inner h1.header-logo {
	font-size: 2.5em;
    font-weight: 700;
    float: left;
    padding: 30px 0;
}
header .header-inner h1.header-logo img {
	width: 40px;
	position: absolute;
    top: 20px;
}
header .header-inner h1.header-logo span {
    padding-left: 50px;
}
header nav#global-menu {
	max-width: 600px;
	float: right;
	font-size: 0;
	display: block;
}
header nav#global-menu li {
	display: inline-block;
	font-size: 10px;
}
header nav#global-menu li a {
	font-size: 1.5em;
	font-weight: 500;
	display: block;
	padding: 35px 15px;
}
header nav#global-menu li a:hover {
	background-color: #d80003;
	color: #fff;
}
header nav#global-menu li.active a {
	background-color: #d80003;
	color: #fff;
}
@media screen and (max-width:900px){
header .header-inner h1.header-logo {
	font-size: 2em;
    font-weight: 700;
    float: left;
    padding: 30px 0;
}
header .header-inner h1.header-logo img {
	width: 25px;
	position: absolute;
    top: 25px;
}
header .header-inner h1.header-logo span {
    padding-left: 30px;
}
}
/******▼contents▼******/
#container {
	padding: 50px 20px;
}
@media screen and (max-width:850px){
#container {
	padding: 50px 20px;
}
}
.contents {
	max-width: 1000px;
	margin: 0 auto;
	padding: 75px 20px;
}
.contents p {
	margin-bottom: 60px;
	text-align: center;
	font-size: 1.6em;
	line-height: 2.0;
}
.contents p br.sp-none {
	display: block;
}
.contents p br.sp-block {
	display: none;
}
.contents .contents-btn {
	display: block;
    max-width: 250px;
    margin: 0 auto;
    padding: 15px 35px;
    border-radius: 9999px;
    background-color: #d80003;
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    position: relative;
    transition: all .5s;
}
.contents .contents-btn:hover {
	background-color: #0B5AAD;
	cursor: pointer
}
.contents .contents-btn::after {
	content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	transition: all .3s;
}
.contents .contents-btn:hover::after {
	content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
@media screen and (max-width:640px){
.contents p {
	font-size: 1.4em;
	line-height: 1.5;
	text-align: left;
}
br.sp-none {
	display: none;
}
br.sp-block {
	display: block;
}
}
/*-----▼fade-in▼-----*/
.fade-in {
    position: relative;
    padding: 145px 0 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transition: 1.0s;
    opacity: 0;
}
.fade-in.show {
    opacity: 1;
    padding-top: 75px;
}
.list.klee {
	position: relative;
	margin-bottom: 30px;
}
.list.klee.philosophy li::before,
.list.klee.philosophy li::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list.klee.philosophy li::before {
	top: 0;
	left: 0;
	border-top: 3px solid #d80003;
	border-left: 5px solid #d80003;
	border-radius: 10px 3px 8px 5px;
}
.list.klee.philosophy li::after {
	bottom: 0;
	right: 0;
	border-bottom: 3px solid #d80003;
	border-right: 5px solid #d80003;
	border-radius: 8px 5px 10px 3px;
}
/*-----▼title▼-----*/
.contents h2.contents-title {
	margin-bottom: 60px;
	font-size: 2.5em;
	font-weight: 500;
	text-align: center;
}
.contents h2.contents-title::after {
	content: '';
	width: 40px;
    height: 2px;
    display: block;
    margin: 12px auto;
    background-color: #d80003;
}

.contents h3.recruit-title {
	font-size: 1.8em;
	font-weight: 500;
	text-align: center;
	padding: 1em;
	margin-bottom: 50px;
	border-radius: 5px;
	border: 1px solid #d80003;
}
.contents h3.recruit-title span {
	font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    padding: 5px 1em 1px;
    margin-right: 1em;
    background-color: #D80003;
    color: #fff;
}
@media screen and (max-width:640px){
.contents h3.recruit-title {
    font-size: 1.8em;
    font-weight: 500;
    text-align: left;
	line-height: 1.5;
    padding: 1em;
    margin-bottom: 50px;
    border-radius: 5px;
    border: 1px solid #d80003;
}
}
.contents h3.sub-title {
	margin-bottom: 60px;
	font-size: 1.8em;
	font-weight: 500;
	text-align: center;
}
.half-box h3.sub-title {
	margin: 20px 0 10px;
	font-size: 1.8em;
	font-weight: 500;
	text-align: justify;
}
/*-----▼half-box▼-----*/
.half-box {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 80px;
}
.half-box .left {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.half-box .right {
	width: 49%;
	float: right;
}
.half-box .left img,
.half-box .right img {
	width: 100%;
}
.half-box .left:nth-of-type(n+1),
.half-box .right:nth-of-type(n+1) {
	margin-top: 2%;
}
.half-box p {
	text-align: justify;
}
/*-----▼page-head▼-----*/
.home-head {
	width: 100%;
	height: 515px;
	display: block;
	position: relative;
	overflow: hidden;
}
.home-head div {
	width: 95%;
	height: 515px;
	background: url(../images/common/home-top.jpg) no-repeat center;
	background-size: cover;
}
.home-head p {
    line-height: 3.0;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 20px;
}
.home-head p span {
	display: inline;
    padding: 20px 20px 15px;
    font-weight: 700;
    font-size: 2.5em;
    color: #fff;
    background-color: #0B5AAD;
}
.page-head h2.page-title {
	line-height: 3.0;
    text-align: right;
    position: absolute;
    left: 0px;
	top: 50%;
    bottom: 50%;
}
.page-head h2.page-title span {
	display: inline;
    padding: 20px 20px 15px;
    font-weight: 700;
    font-size: 2.5em;
    color: #fff;
    background-color: #0B5AAD;
}
.page-head {
	width: 100%;
	height: 200px;
	display: block;
	position: relative;
}
.page-head.about div {
	width: 95%;
	height: 200px;
	background: url(../images/common/about-top.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
}
.page-head.business div {
	width: 95%;
	height: 200px;
	background: url(../images/common/business-top.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
}
.page-head.recruit div {
	width: 95%;
	height: 200px;
	background: url(../images/common/recruit-top.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
}
.page-head.contact div {
	width: 95%;
	height: 200px;
	background: url(../images/common/contact-top.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
}
.page-head.employment div {
	width: 95%;
	height: 200px;
	background: url(../images/common/employment-top.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
}
.page-head.privacy div {
	width: 95%;
	height: 200px;
	background: url(../images/common/privacy-top.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
}
@media screen and (max-width:850px){
.home-head,
.home-head div {
	height: 365px;
}
.home-head p {
    line-height: 3.5;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 20px;
}
.home-head p span {
	display: inline;
    padding: 20px 20px 15px;
    font-weight: 700;
    font-size: 1.8em;
    color: #fff;
    background-color: #0B5AAD;
}
.page-head {
	height: 180px;
}
.page-head.about div,
.page-head.business div,
.page-head.recruit div,
.page-head.employment div,
.page-head.contact div,
.page-head.privacy div
	{
	height: 180px;
}
}
/*-----▼list▼-----*/
.list.klee {
	width: 100%;
	text-align: center;
}
.list.klee li {
	font-size: 3em;
	font-family: fot-klee-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	display: inline-block;
	margin: 0 20px 12px;
}
.list.klee li img {
	width: 200px;
	display: block;
}
@media screen and (max-width:850px){
.list.klee li {
	width: 210px;
	display: block;
	position: relative;
	margin: 0 auto 40px;
	clear: both;
}
.list.klee.philosophy li {
	font-size: 2.5em;
	width: 100%;
	margin: 0;
	padding: 0px 1em;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.list.klee.philosophy li span {
	display: block;
}
.list.klee li img {
	width: 80px;
	float: left;
	position: relative;
	bottom: 10px;
}
}
/*-----▼table▼-----*/
table.normal-table {
	width: 100%;
	border-top: 1px solid rgba(216,0,5,0.2);
	border-bottom: 1px solid rgba(216,0,5,0.2);
	margin-bottom: 50px;
}
table.normal-table tr:nth-child(2n) {
	background-color: rgba(216,0,5,0.2);
}
table.normal-table th,
table.normal-table td {
	padding: 25px;
	font-size: 1.5em;
	line-height: 1.5;
}
table.normal-table th {
	width: 20%;
}
table.normal-table td #map {
	max-width: 664px;
	margin: 10px 0 0;
}
table.normal-table td #map iframe {
	width: 100%;
}

@media screen and (max-width:850px){
table.normal-table th {
    width: 100%;
    display: block;
    padding: 20px 1em 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table.normal-table td {
	width: 100%;
	display: block;
    padding: 5px 1em 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
table.normal-table td #map {
	max-width: 664px;
	margin: 10px 25px 0;
}
}
table.contact-table {
	width: 100%;
	margin-bottom: 80px;
	border-top: 1px solid rgba(216,0,5,0.2);
	border-bottom: 1px solid rgba(216,0,5,0.2);
}
table.contact-table tr {
	padding: 20px 25px 20px;
    display: block;
}
table.contact-table tr:nth-child(2n) {
	background-color: rgba(216,0,5,0.2);
}
table.contact-table th {
	width: 300px;
	padding: 0;
	font-size: 1.5em;
	vertical-align: middle;
}
table.contact-table th span {
	margin-right: 10px;
    padding: 0.4em 0.5em 0.2em;
    background-color: #d80003;
    color: #FFF;
}
table.contact-table td {
	width: 70%;
	padding: 0px;
	font-size: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
}
table.contact-table td input,
table.contact-table td textarea {
	width: 100%;
	padding: 4px;
	font-size: 1em;
    max-width: 650px;
}
table.contact-table + .half-box {
	display: flex;
	justify-content: center;
}
table.contact-table + .half-box div {
	width: auto;
	float: none;
}
@media screen and (max-width:640px){
table.contact-table th,
table.contact-table td {
	width: 100%;
	display: block;
}
table.contact-table th {
	margin-bottom: 16px;
    margin-top: 6px;
}
}
.simple-table {
	width: 100%;
	border-top: 1px solid #DDD;
	margin-bottom: 50px;
}
.simple-table th {
	word-break: keep-all;
}
.simple-table th,
.simple-table td {
	padding: 14px 25px;
	font-size: 1.5em;
	line-height: 1.5;
	border-bottom: 1px solid #DDD;
}
@media screen and (max-width:640px){
.simple-table th,
.simple-table td {
	display: block;
	width: 100%;
}
.simple-table th {
	padding-bottom: 0;
	border-bottom: none;
}
.simple-table td {
	padding-top: 8px;
}
}
/*-----▼page-btn▼-----*/
.page-btn {
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
}
.page-btn li {
	width: 22.7%;
	margin-left: 3%;
	float: left;
	text-align: center;
	border: 1px solid #D80003;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}
.page-btn li.active {
	width: 22.7%;
	margin-left: 2%;
	float: left;
	text-align: center;
	background-color: #D80003;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}
.page-btn li.active::after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-top: 8px solid #FFFFFF;
    border-left: 7px solid transparent;
    position: absolute;
    top: 15px;
    right: 20px;
}
.page-btn li:first-child {
	margin-left: 0;
}
.page-btn li a {
	display: block;
	padding: 13px 0 10px;
	text-align: center;
	font-size: 1.6em;
	color: #000;
	cursor: pointer;
}
.page-btn li.active a {
	display: block;
	padding: 13px 0 10px;
	text-align: center;
	font-size: 1.6em;
	color: #fff;
	cursor: pointer;
}
@media screen and (max-width:640px){
.page-btn li.active::after {
    display: none;
}
}
/*-----▼box▼-----*/
.feature-box {
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-content: space-between;
	-webkit-align-content: space-between;
}
.feature-box div {
	width: 31.63%;
    margin-left: 2.5%;
	padding: 15px;
	line-height: 0;
	border: 1px solid #d80003;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
}
.feature-box div.first {
    margin-left: 0;
}
.feature-box div img {
	width: 100%;
	margin-bottom: 15px;
}
.feature-box div p {
	text-align: justify;
	line-height: 1.5;
	min-height: 71px;
	margin: 0;
}
@media screen and (max-width:900px){
.feature-box div {
	width: 100%;
    float: none;
    margin-left: 0;
	margin-bottom: 2.5%;
	padding: 20px;
	line-height: 0;
	border: 1px solid #d80003;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: both;
	overflow: hidden;
}
.feature-box div img {
	width: 30%;
	margin-right: 15px;
	margin-bottom: 0;
	float: left;
}
.feature-box div p {
	text-align: justify;
	line-height: 1.5;
	min-height: 71px;
	margin: 0;
}
}
@media screen and (max-width:640px){
.feature-box div {
	width: 100%;
    float: none;
    margin-left: 0;
	margin-bottom: 1em;
	padding: 20px;
	line-height: 0;
	border: 1px solid #d80003;
}
.feature-box div img {
	width: 100%;
	margin-right: 15px;
	margin-bottom: 1em;
    float: none;
}
.feature-box div p {
	text-align: justify;
	line-height: 1.5;
	min-height: 71px;
	margin: 0;
}
}
.tel-box {
	width: 100%;
	border: 5px solid rgba(216,0,5,0.2);
	border-radius: 5px;
	padding: 1em;
    box-sizing: border-box;
}
.tel-box p {
	margin: 25px 0 20px;
    line-height: 1.6;
	text-align: left;
    display: flex;
    justify-content: center;
}
.tel-box.big-text p {
	font-size: 2.4rem;
	font-weight: 700;
	flex-direction: column;
	align-items: center;
}
.tel-box p small {
	display: block;
	font-size: 0.5em;
	font-weight: 400;
}
.tel-box p span {
	display: block;
    font-size: 0.6em;
    padding-bottom: 5px;
}
@media screen and (max-width:640px) {
.tel-box p {
    margin: 25px auto 20px;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3;
    max-width: 210px;
}
}
/*-----▼image▼-----*/
.img-p img {
	width: 100%;
}
/*-----▼text▼-----*/
.contents p.left-text {
	text-align: left;
}
.contents p.right-text {
	text-align: right;
}
.contents h3.left-text {
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d80003;
}
a.link {
	border-bottom: 1px solid #d80003;
	color: #d80003;
}
a.link:hover{
	border-bottom: none;
}

/******▼CONTACT▼******/
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
.contents input.contents-btn#back {
    background-color: #003369;
}
.contents input.contents-btn:disabled {
    background-color: #AAA;
	cursor: auto;
}
/******▼footer▼******/
footer {
	padding: 0 40px;
	position: relative;
	background-color: #003369;
	color: #fff;
}
footer .footer-inner {
	padding: 30px 0 15px;
	clear: both;
	overflow: hidden;
}
footer h1.footer-logo {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 10px;
}
footer h1.footer-logo a {
	color: #fff;
}
footer p {
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 30px;
}
footer ul {
	float: left;
}
footer ul li {
	display: inline-block;
}
footer ul li a {
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
	display: block;
	padding-left: 12px;
	position: relative;
}
footer ul li a::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
p.copy {
	font-size: 1.2em;
	font-weight: 400;
	float: right;
	margin: 0;
}
@media screen and (min-width:850px){
footer  .footer-inner {
	width: 834px;
	margin: 0 auto;
}
}
@media screen and (max-width:850px){
footer h1.footer-logo {
	text-align: center;
	margin-bottom: 20px;
}
footer h1.footer-logo a {
	color: #fff;
}
footer p {
	text-align: center;
}
footer ul {
	float: none;
	margin: 20px 0;
	text-align: center;
}
p.copy {
	float: none;
	text-align: center;
}
}
/*-----▼page-top▼-----*/
#page-top{
	width: 100%;
    height: 40px;
    margin: 0 auto;
	background-color:  #003369;
	border-bottom: 1px solid #afafaf;
	clear: both;
	overflow: hidden;
}
#page-top a {
	width: 100%;
	padding: 7px 0;
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 1.4em;
	font-weight: 400;
	text-align: center;
}
#page-top a::after {
	content: '';
	width: 0;
    height: 0;
	display: inline-block;
    margin-left: 10px;
    border-top: 8px solid transparent;    /*上*/
    border-right: 8px solid transparent;  /*右*/
    border-bottom: 8px solid #fff;        /*下*/
    border-left: 8px solid transparent;   /*左*/
	position: relative;
}

/*-----▼0327▼-----*/
@media screen and (max-width:900px){
header nav#global-menu {
	display: none;
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d80003;
    box-sizing: border-box;
    border-radius: 5px;
}
header nav#global-menu li {
	width: 100%;
	display: block;
    font-size: 10px;
    border-top: 1px solid #d80003;
	border-bottom: none;
    box-sizing: border-box;
}
header nav#global-menu li:first-child {
	border-top: none;
}
header nav#global-menu li a {
	text-align: center;
	padding: 15px 0;
}
#sp-btn {
	width: 40px;
    height: 40px;
    float: right;
    margin: 20px 0px 0;
    display: block;
    border: 1px solid #d80003;
    border-radius: 30px;
    position: relative;
    z-index: 100;
    cursor: pointer;
}
#sp-btn span{
	display: block;
	height: 2px;
	background: #d80003;
	position:absolute;
	width: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#sp-btn span:nth-child(1){
	top:12px;
}
#sp-btn span:nth-child(2){
	top:20px;
}
#sp-btn span:nth-child(3){
	top:28px;
}
header.open #sp-btn span:nth-child(1) {
	top: 20px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
header.open #sp-btn span:nth-child(2) {
	width: 0;
	left: 25%;
}
header.open #sp-btn span:nth-child(3) {
	top: 20px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
}
/*-----▼0330▼-----*/
.news-list li {
	width: 75%;
    margin: 0 auto;
    padding: 1em 3em 0.7em;
    border-top: 1px solid #DCDCDC;
    box-sizing: border-box;
	display: flex;
	gap: 1em;
}
.news-list li:last-child {
	border-bottom: 1px solid #DCDCDC;
}
.news-list li p.date {
	min-width: 170px;
	margin: 0;
	display: inline-block;
	text-align: left;
}
.news-list li p.date.new {
	padding: 0;
}
.news-list li p.date.new::after {
	display: inline;
    content: "NEW";
	margin-left: 1em;
    padding: 5px 17px 1px;
    border-radius: 12px;
    background-color: #d80003;
    line-height: 0;
    color: #FFFFFF;
    font-weight: bold;
}
.news-list li p.text {
	margin: 0;
	text-align: left;
}
.news-list li p a {
	transition: all .2s;
	color: #d80003;
}
.news-list li > a {
	font-size: 1.6em;
	position: relative;
	transition: all .2s;
	color: #d80003;
}
.news-list li a:hover {
	color: #0B5AAD;
}

@media screen and (max-width:850px){
.news-list li {
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 3em;
    border-top: 1px solid #DCDCDC;
    box-sizing: border-box;
	flex-direction: column;
}
.news-list li p.date {
	display: block;
}
.news-list li > a {
	font-size: 1.3em;
	position: relative;
	transition: all .2s;
	color: #d80003;
}
}

.recruit-box {
	margin-bottom: 100px;
}
.ChangeElem_Panel .recruit-box:last-child {
	margin-bottom: 0;
}
.business-box {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.business-box.center {
	align-items: center;
}
.business-box .title {
	width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    background-color: #ffd4d5;
	border-radius: 8px;
}
.business-box .title h3 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1rem;
	word-break: auto-phrase;
}
.business-box .title h3 + p {
	margin-bottom: 0;
	word-break: auto-phrase;
}
.business-box .detail {
	width: calc( 100% - 300px - 40px );
}
.business-box .detail p {
	text-align: left;
	margin-bottom: 16px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.flex .img {
	width: calc((100% - 24px)/2);
}
.flex .detail {
	width: calc((100% - 24px)/2);
}
.column3-box {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.column3-box > div {
	width: calc((100% - 4%)/3);
}
.column3-box > div img {
	width: 100%;
}
.max-img {
	width: 100%;
}
@media screen and (max-width:780px){

.flex,
.business-box {
	flex-direction: column;
}
.business-box .title {
	width: 100%;
	height: auto;
	border-radius: 0;
	justify-content: flex-start;
	align-items: flex-start;
}
.business-box .title h3 {
	text-align: left;
}
.business-box .detail {
	width: 100%;
}
.flex .img,
.flex .detail {
	width: 100%;
}
.column3-box > div {
	width: calc((100% - 2%)/2);
}
}

/** 20240611 **/
.contacy-policy {
	height: 300px;
	margin-bottom: 3rem;
	border: 2px solid #DDD;
	overflow: auto;
}
.contacy-policy .inner {
	padding: 3rem 3rem 1rem;
}
.inline {
	display: inline-block;
}

/** 20240809 **/
.notice {
	font-size: 1.6em;
	padding: 1.2em;
	border: 1px solid #FF0000;
	box-sizing: border-box;
}
.notice a {
	transition: all .2s;
    color: #d80003;
}
.notice a:hover {
    color: #0B5AAD;
}