@charset "UTF-8";
/*
Theme Name:マニアック求人
Theme URI:https://job.agekke-adpro.jp/
Description:エイジェックグループ
Version: 1.1
Author:エイジェック広報部
Author URI:https://job.agekke-adpro.jp/
*/ 

/* ======================================================
/*               ++ DEFAULT ++
   ====================================================== 
/* ------ ++ Reset CSS  ++ ------ */
html,body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, figure, footer, header, hgroup, section {
    display: block;
}
ol, ul {
	list-style: none;
}
ul { letter-spacing: -0.5em; }
li { letter-spacing: normal; }
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/: auto; /* for ie8 */
	border:0;
}
a {
	text-decoration: none;
}
a:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, select {
	font-family: inherit;
	vertical-align: middle;
}
input[type="submit"] {
	cursor: pointer;
}
span {
    font-style: inherit;
    font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/* ======================================================
/*               ++ 共通STYLE ++
   ====================================================== */
html,body {
	color: #333;
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify; /*文字右端揃え*/
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	word-break: break-all;
	}
a {
	color: #333;
	text-decoration: none;
	}
a.underline {
    padding-bottom: 2px;
    border-bottom: 1px solid;
	color: #004aed;
	margin: 0 5px;
}
.c-fix:after {
	clear: both;
    content: " ";
    display: block;
}
/* ======================================================
/*                     ++ 共通 ++
   ====================================================== */
/*body {
	background-image: url(images/bg-01.png);
	background-repeat: repeat-y;	
}*/
.ly_cont {
	/*max-width: 1200px;*/
	margin: 0 auto;
	width: 85.7142857143vw;
}
.interval {
    padding: 80px 0;
}
@media screen and (max-width: 1200px) {
	.ly_cont {
			max-width: 96%;
	}
}
@media screen and (max-width: 767px){
	.interval {
    	padding: 30px 0;
	}
}
/* --------------------------------------------------- 改行 */
span.p-br {
	display: block;
}
span.m-br {
	display: inline;
}
a.m-br {
	display: inline;
}
@media screen and (max-width: 767px) {
	span.p-br {
		display: inline;
	}
		span.m-br {
		display: block;
	}
		a.m-br {
		display: block;
	}
}
/* --------------------------------------------------- フォント */
@font-face {
    font-family: "font1";
	src: url('fonts/mplus-2p-medium.woff') format('woff'), url('fonts/mplus-2p-medium.ttf') format('truetype');
}
@font-face {
    font-family: "font2";
	src: url('fonts/grov_abi.woff') format('woff'), url('fonts/grov_abi.ttf') format('truetype');
}
/* --------------------------------------------------- margin 微調整 */
.mt-3 {
	margin-top: 3px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-3 {
	margin-bottom: 3px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-5 {
	margin-left: 5px;
}
.mr-5 {
	margin-right: 5px;
}
/* --------------------------------------------------- line-height */
.lh-2 {
	line-height: 2em;
}
/* --------------------------------------------------- color */
.red {
	color: red;
}
/* --------------------------------------------------- PC/MO　表示切替え */
.m-block {
	display: none;
}
@media screen and (max-width: 767px) {
	.m-block {
		display: block;
	}
	.p-block {
		display: none;
	}
}
/* --------------------------------------------------- Flex */
.flex {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
	height: 100%;
	z-index: 100;
}
/* ======================================================
/*               ++ 装飾・アニメーション ++
   ====================================================== */
.fuwat {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}
.bg_g_ao {
background: rgb(0,91,171);
background: linear-gradient(90deg, rgba(0,91,171,1) 0%, rgba(0,159,232,1) 50%, rgba(0,91,171,1) 100%);
}
@media screen and (max-width: 600px) {
	.fuwat {
  		transition: all .5s;
	}
}
.slide_t {
	opacity : 0;
	transform: translateY(-20px);
	transition: all 2s;
}
.slide_l {
	opacity : 0;
	transform: translateX(-30px);
	transition: all 1s;
}
.slide_l_1 {
	opacity : 0;
	transform: translateX(-100px);
	transition: all 1.4s;
}
.slide_l_2 {
	opacity : 0;
	transform: translateX(-100px);
	transition: all 1.1s;
}
.slide_l_3 {
	opacity : 0;
	transform: translateX(-100px);
	transition: all .8s;
}
.slide_l_4 {
	opacity : 0;
	transform: translateX(-100px);
	transition: all .5s;
}
.slide_r {
	opacity : 0;
	transform: translateX(30px);
	transition: all 1s;
}
@keyframes slidein {
  from {
    transform: translateY(-100px);
  }

  to {
    transform: translateY(0);
  }
}
/* ----- めくれるエフェクト -----*/
@keyframes slidein {
	from {
    	transform: translateY(-100px);
	}

	to {
    	transform: translateY(0);
	}
}
.mask {
	overflow: hidden;
}
.mask .maskInner {
	width: inherit;
	height: inherit;
	background-color: #fff;
	opacity: 0;
}
@keyframes play {
	from {
    	transform: translateX(-100%);
	}
  
	to {
    	transform: translateX(0);
	}
}

@keyframes maskOut {
	from {
    	transform: translateX(0);
	}
  
	to {
    	transform: translateX(100%);
	}
}
.isPlay {
	animation-name: play;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	position: relative;
	opacity: 1 !important;
}
.isPlay:before {
	animation-name: maskOut;
	animation-duration: .5s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(.8,0,.5,1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 101%;
	height: 100%;
	background: #009de6;
}
.isPlay.red:before {
	background: #cf1422;	
}
.isPlay.green:before {
	background: #53af43;
}
/* ----- ■ -----*/
.square {
	position: relative;
	margin-left: 27px;
}
.square::before {
	font-family: FontAwesome;
    content: '\f0c8';
    color: #009de6;
    position: absolute;
    top: 2px;
    left: -25px;
    font-size: 0.85rem;
}
/* ----- ● -----*/
.circle {
	position: relative;
	margin-left: 17px;
}
.circle::before {
	font-family: FontAwesome;
    content: '\f111';
    color: #eee7e0;
    position: absolute;
    top: 5px;
    left: -14px;
    font-size: 10px;
}

/*トップ文字アニメーション*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
}
@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }
  to {
    opacity:1;  
}
}
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #005bac;
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* ======================================================
/*            ++ header ++
   ====================================================== */
.ly_header {
    height: 80px;
    width: 100%;
    z-index: 9999;
    transition: all .5s;
    background: #fff;
    position: fixed;
    box-shadow: rgba(0, 0, 0, .05) 0 0 10px 3px;
}
.ly_header.bg-transparent {
	position: absolute;
	top: 0;
	left: 0;
}
.ly_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 60%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.ly_header .ly_header_inner {
	margin: 0 auto;
	position: relative;
}
.ly_header .top-logo {
    float: left;
    width: 200px;
    height: 55px;
    margin: 17px 0 0 20px;
    background: url(images/logo.svg) no-repeat;
    background-size: contain;
}

.ly_header h1 {
    float: left;
    width: 250px;
    margin: 10px 0 0 20px;
    font-size: 25px;
    font-weight: bold;
    line-height: 1em;
}

.ly_header h1 span {
    display: block;
    font-size: 15px;
    color: #000;
    margin: 0 0 2px 0;
}

.ly_header.bg-transparent .top-logo{
	background: url(images/logo.svg) no-repeat;	
	background-size: cover;
}
.ly_header.sticky .top-logo {
    float: left;
    width: 200px;
    height: 55px;
    margin: 17px 0 0 20px;
    background: url(images/logo.svg) no-repeat;
    background-size: contain;
}
.ly_header .ly_nav {
    float: right;
    margin-right: 60px;
}
.ly_header .ly_navItem{
	display: inline-block;
	vertical-align: top;
}

.ly_header .nav-title {
    padding: 12px 10px;
    position: relative;
    display: block;
    text-decoration: none;
    line-height: 30px;
    letter-spacing: .1em;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-left: none;
    border-right: none;
    background: linear-gradient(154deg, #fc5ea7, #f80e7b);
}

.ly_header .nav-title:hover {
    background: linear-gradient(154deg, #c5feff, #85d0ff);
    background: linear-gradient(154deg, #ffc7c7, #f80e7b);
    transition; 0.5s;
}

.ly_header .nav-title a i {
    display: block;
    font-size: 25px;
    color: #fff;
    transition: 0.3s;
}

.ly_header .ly_navItem a {
    color: #fff;
}

.ly_header .nav-title:hover{
	color: #000;
}

.ly_header .nav-title:hover a i {
    transform: translateY(-3px);
    transition: 0.3s;
    color: #ef1c82;
}

.ly_header .nav-title.single:after{
	display: none;
}
.ly_header .nav-title.is-active {
	background: #e6e6e6;
	color: #000 !important;
	transition: background .2s ease;
}
.ly_header.sticky .nav-title.is-active,
.ly_header.bg-transparent .nav-title.is-active{
	background: #e6e6e6;
	color: #000;
	transition: background .2s ease;
}
.ly_header .nav-title.is-active:after{
    content: '\f0d8';
}
.ly_header .panel{
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	background: #e6e6e6;
	width: 100%;
	z-index: 999;
}
.ly_header .panel-inner{
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto;
}
.ly_header .index li {
	display: inline-block;
	width:20%;
	vertical-align: top;
}
.ly_header .index li.right {
	width: 76%;
	padding-left: 4%;
	border-left: #005e9c solid 2px;
	min-height: 500px;
}
.ly_header .index-title {
	color: #333;
	text-align: center;
	display: block;
	padding: 0 0 30px;
	text-decoration: none;
	transition: .2s;
	margin-top: 6px;
	font-size: 1.25rem;
	letter-spacing: .2;
}
.ly_header .index-title:hover{
	opacity: 0.6;
}
.ly_header .index-list li {
	display: block;
    vertical-align: top;
    margin-top: 10px;
    width: 100%;
}
.ly_header .index-item a {
	color: #333;
	line-height: 1.6em;
	text-decoration: none;
	display: inline-block;
	position: relative;
	letter-spacing: .05em;
}
.ly_header .index-item a:after {
	content: url(images/arrow.png);
	top: 1px;
	right: -18px;
	position: absolute;
}
.ly_header .index-item.l-logo a:after {
	content: none;	
}
.ly_header .index-item a:hover {
	text-decoration: underline;
}
.ly_header .index-item a:hover:after {
	right: -23px;
}
.ly_header .cat-box .index-item a {
	font-size: .9rem;
}
.ly_header .cat-box {
	padding-top: 6px;	
}
.ly_header .index-item img {
	margin-bottom: 10px;
	width: 100%;
}
.ly_header .index li.right .cat-box {
	width: 100%;
}
.ly_header .index li.right .cat-box li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 10px;
}
.ly_header .index li.right .cat-box.group li {
	width: 33.3333%;
}
.ly_header .index li.right .cat-box li.l-logo img {
	width: 80%;
	margin: 0 auto 10px;;
	display: block;
}
.ly_header .index li.right .cat-box li.l-logo {
	text-align: center;
	font-size: .9rem;
}
.ly_header .index li.right .cat-box li h2 a {
	font-size: 1.25rem;
    margin-bottom: 2px;
    color: #005e9c;
    letter-spacing: .05em;
	font-weight: bold;
}
.ly_header .index li.right .cat-box li h2 a:hover {
	color: #009de6;
}
.ly_header .index li.right .cat-box li h2.navinterval {
	margin: 30px 0 2px;
}
.top-visual img.mo {
	display: none;
}

@media screen and (max-width: 1300px) {
	.ly_header .ly_header_inner {
		padding: 0 10px;
	}
	.ly_header .ly_navItem {
    	min-width: auto;
	}
	.ly_header .nav-title:after {
		top: -2px;
		right: 7px;
		font-size: 16px;
	}
	.ly_header .index li.right {
		width: 70%;
		padding-left: 2%;
	}
	.ly_header .index-list li {
    	width: 32%;
    	margin-right: 2%;
	}
	.ly_header .ly_navItem a  {
		font-size: .9rem;
	}
}
@media screen and (max-width: 1023px){
	.ly_header {
    	width: 100%;
    	/*height: 60px;*/
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 999;
    	background: #fff;
	}
	.ly_header.bg-transparent {
		background: none;
	}
	.ly_header.bg-transparent.sticky {
		background: rgba(0,0,0,.6);
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}
	.top-visual {
		padding-top: 60px;
	}
	.top-visual.transparent {
		padding-top: 0;
	}
	.ly_header .ly_header_inner {
		padding: 0;
	}
	/*.ly_header .top-logo,
	.ly_header.sticky .top-logo {
		margin: 13px 0 0 20px;
        width: 180px;
        height: 40px;
	}*/
/*.ly_header h1 {
    width: 180px;
    margin: 4px 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
}*/
/*.ly_header h1 span {
    font-size: 12px;
}*/
	/*#mo-panel {
		display:none;
		padding-top: 60px;
	}
    .ly_header .ly_nav {
        float: none;
        margin: 0;
        background: rgb(255 255 255 / 82%);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        height: 100vh;
        overflow: scroll;
    }
	.ly_header .ly_navItem {
    	min-width: 100%;
		position: relative;
		float: none;
	    font-size: 1rem;
	}
	.ly_header .ly_navItem a.nav-title.single{
		color: #fff;		
	}
	.ly_header .index li {
		display: block;
		width:100%;
	}
	.ly_header .index li.left {
		display: none;
	}
	.ly_header .index li.right {
		width: 100%;
		padding-left: 0;
		border-left: none;
		min-height: auto;
	}
	.ly_header .index-list li {
		display: inline-block;
    	width: 49%;
    	margin-right: 2%;
		vertical-align: top;
		margin-top: 15px;
		padding: 0 3px;
	}
	.ly_header .index-list li:nth-child(2n) {
		margin-right: 0;
	}
	.ly_header .panel-inner {
		width: 94%;
		padding: 15px 0 60px;
	}
	.ly_header .index-item a {
		line-height: 1.3em;
	}
	.ly_header .logo {
		float: none;
		line-height: 1;
		width: 200px;
		margin-right: 0;
		position: absolute;
    	top: 13px;
    	left: 20px;
	}
	.ly_header .panel {
    	border-top: 1px solid #fff;
	}
	.ly_header .cat-box {
    	padding-top: 30px;
	}
	.ly_header .index-item a:after {
    	right: -24px;
	}
	.ly_header .index li.right .cat-box li h2.interval,
	.ly_header .index li.right .cat-box li h2 {
		margin-bottom: 5px;
	}
	.ly_header .index li.right .cat-box li {
		width: 50%;
	}
    .ly_header .nav-title {
        padding: 5%;
        font-size: 1rem;
        text-align: center;
        margin: 9% 0 0;
    }
	.ly_header .nav-title:after {
    	display: none;
	}*/
}
@media screen and (max-width: 767px) {
	/*.ly_header {
		height: 50px;
	}*/
	.top-visual {
		padding-top: 50px;
	}
    .ly_header .top-logo, .ly_header.sticky .top-logo {
        margin: 25px 0 0 10px;
        width: 120px;
    }
    .ly_header .ly_nav {
        margin-right: 0;
    }
	/*#mo-panel {
    	padding-top: 50px;
	}
    .ly_header .nav-title {
        line-height: 50px;
        margin: 11% auto 0;
        width: 50%;
    }*/ 
	.ly_header .index-list li {
    	display: block;
    	width: 100%;
    	margin-right: 0;
    	margin-top: 10px;
	}
	.ly_header .panel{
		top: 50px
	}
	.ly_header .index li.right .cat-box li{
    	width: 100%;
		display: block;
	}
	.ly_header .index li.right .cat-box li.l-logo{
    	width: 50%;
		display: inline-block;
	}
	.ly_header .cat-box .ly_navItem.l-logo a {
    	font-size: .65rem;
	}
	.ly_header .index li.right .cat-box li h2 a {
    	font-size: 1rem;
		margin-bottom: 0;
	}
	.ly_header .index li.right .cat-box li h2.interval {
    	margin: 15px 0 0;
	}
	.ly_header .index li.right .cat-box li h2 {
    	margin-bottom: 0;
	}
	header .cat-box {
    	padding-top: 0;
	}
	.top-visual img.pc {
		display: none;
	}
	.top-visual img.mo {
		display: block;
	}
    .ly_header h1 {
        width: 160px;
        margin: 20px 0 0 9px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1em;
    }
    .ly_header h1 span {
        font-size: 11px;
    }
}
@media screen and (max-width: 420px){
    .ly_header .nav-title a i {
        font-size: 22px;
    }
    .ly_header .ly_navItem a {
        font-size: 12px;
        letter-spacing: 0;
    }
    .ly_header .top-logo, .ly_header.sticky .top-logo {
        margin: 25px 0 0 10px;
        width: 100px;
    }
    .ly_header h1 {
        width: 140px;
        font-size: 14px;
    }
    .ly_header .ly_header_inner {
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .ly_header h1 {
        margin: 8px 0 0 9px;
	}
    .ly_header .top-logo, .ly_header.sticky .top-logo {
        margin: 11px 0 0 10px;
        width: 115px;
        height: 17px;
    }
    .ly_header .ly_nav {
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media screen and (max-width: 320px){
     .ly_header .top-logo, .ly_header.sticky .top-logo {
        margin: 11px 0 0 10px;
        width: 115px;
        height: 17px;
    }
    .ly_header h1 {
        font-size: 13px;
        width: 130px;
    }
}
/* --------------------------------------------------- Toggle Button */
#mo-nav-toggle {
	display: none;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 50px;
	height: 40px;
	cursor: pointer;
	z-index: 101;
}
#mo-nav-toggle div {
	position: relative;
}
#mo-nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #005e9c;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.ly_header.bg-transparent #mo-nav-toggle span {
	background: #fff;
}
.ly_header.sticky #mo-nav-toggle span{
	background: #fff;
}
#mo-nav-toggle span:nth-child(1) {
	top: 0;
}
#mo-nav-toggle span:nth-child(2) {
	top: 18px;
}
#mo-nav-toggle span:nth-child(3) {
	top: 36px;
}
/*@media screen and (max-width: 1023px) {
	#mo-nav-toggle {
		display: block;
	}
}*/
@media screen and (max-width: 767px) {
	#mo-nav-toggle {
		right: 10px;
		width: 40px;
		height: 30px;
	}
	#mo-nav-toggle span {
		height: 4px;
	}
	#mo-nav-toggle span:nth-child(1) {
		top: 0;
	}
	#mo-nav-toggle span:nth-child(2) {
		top: 12px;
	}
	#mo-nav-toggle span:nth-child(3) {
		top: 24px;
	}
}
/* --------------------------------------------------- #nav-toggle 切り替えアニメーション */
@media screen and (max-width: 1023px) {
	#mo-panel-close {
		display:none;
		position: fixed;
    	right: 25px;
    	top: 15px;
    	width: 40px;
    	height: 40px;
		cursor: pointer;
		z-index:99999;
	}

	#mo-panel-close div {
		position: relative;
	}
	#mo-panel-close span {
		display: block;
		position: absolute;
		height: 6px;
		width: 100%;
		background: #005e9c;
		left: 0;
	}
	.ly_header.sticky #mo-panel-close span,
	.ly_header.bg-transparent #mo-panel-close span{
		background: #fff;
	}
	#mo-panel-close span:nth-child(1) {
		top: 13px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#mo-panel-close span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#mo-panel-close span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}
@media screen and (max-width: 767px) {
	#mo-panel-close {
		right: 10px;
    	top: 10px;
		width: 30px;
		height: 30px;
	}
	#mo-panel-close span {
		height: 5px;
	}
}
/* ======================================================
/*               ++ 検索 ++
   ====================================================== */
#search {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 999999;
	padding: 200px 0;
	display: none;
}
.search-engine {
	text-align: center;
}
.search-engine input {
	font-size: 50px;
}
.search-engine #s {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background:none;
	outline: none;
	background: rgba(0,0,0,0);
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.search-engine #searchsubmit {
	font-family: font3;
	color: #fff;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}
.search-engine label {
	background: none !important;
}
.screen-reader-text {
	display: block;
	font-size: 26px;
	color: #fff;
	padding-bottom: 20px;
	margin-right: 250px;
}
.result_wrap .ly_cont {
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0;
}
.result_wrap .result {
	margin-bottom: 30px;
	font-size:1.25em;
}
.result_wrap .hit-item {
	padding: 20px 0;
	border-bottom: dotted 0.5px #d4d9d6;
}
.result_wrap .hit-item h2 {
	font-size: 1.1em;
	margin-bottom: 5px;
}
@media screen and (max-width: 1024px){
	.result_wrap .ly_cont {
    	padding: 50px 0;
    	margin: 0 5%;
	}
}
@media screen and (max-width: 767px){
	.result_wrap .ly_cont {
    	padding: 30px 0;
	}
	.result_wrap .result {
		margin-bottom: 0;
		font-size: 1em;
	}
}
/*----------#nav-toggle 切り替えアニメーション----------*/

	#js-search-close {
		position: absolute;
		right: 5%;
		top: 20%;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 999;
	}
	#js-search-close div {
		position: relative;
	}
	#js-search-close span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		left: 0;
	}
	#js-search-close span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#js-search-close span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#js-search-close span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
@media screen and (max-width: 768px) {
	#search {
		top: 50px;
	}
}
@media screen and (max-width: 767px) {
	#search {
		padding: 100px 0;
	}
	.search-engine input {
		font-size: 20px;
		margin-top: 20px;
	}
	.screen-reader-text {
		margin-right: 0;
		font-size: 16px;
		text-align: center;
	}
	#js-search-close {
		top: 10%;
	}
}
/* -------------------------------------------- ++ トップページ ++ -------------------------------------------- */
/*----------H1 top-title ----------*/
h1.top-title span.en{
	font-family: "font2";
	display: block;
	font-size: 5rem;
	letter-spacing: .02em;
	line-height: 70px;
}
h1.top-title span.en.vl{
	line-height: 100px;
}
h1.top-title span.en .head {
	color: #005e9c;
}
h1.top-title span.ja {
	font-weight: normal;
	font-size: .9em;
	letter-spacing: .1em;
}
h1.top-title span.en .sm {
    font-size: 0.6em;
    margin: 0 0.2em;
}
@media screen and (max-width: 1200px) {
	h1.top-title span.en{
		line-height: 80px;
	}
}
@media screen and (max-width: 1023px) {
	h1.top-title span.en {
    	font-size: 4rem;
    	line-height: 60px;
	}
	h1.top-title span.en.vl{
		line-height: 60px;
	}
}
@media screen and (max-width: 767px) {
	h1.top-title span.en {
    	font-size: 1.75rem;
    	line-height: 1;
	}
	h1.top-title span.en.vl{
		line-height: 1;
	}
	h1.top-title span.ja {
		font-size: .75em;
	}
}

/* ======================================================
/*               ++ footer ++
   ====================================================== */

footer .copy {
    background: #1d1d1d;
    padding: 5px 0;
}

footer .copy p {
	text-align: center;
	font-size: .65rem;
	color: #fff;
}

footer .copy p a {
    color: #03A9F4;
    text-decoration: underline;
}

footer .global-link.menu li {
	display: inline-block;
	width: 22.5%;
	vertical-align: top;
	color: #fff;
}
footer .global-link.sns li {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	color: #fff;
}
footer .global-link.menu li:last-child {
	width: 10%;
}
footer .global-link.menu .brand li:last-child {
	width: 100%;
}
footer .global-link.menu li:nth-child(3){
	margin-top: 32px;
}
footer .global-link.menu li .block {
	margin-bottom: 22px;
	line-height: 1.8em;
}
footer .global-link.menu li .block.last {
	margin-bottom: 0;
}
footer .global-link.menu li .block h2 {
	margin-bottom: 4px;
	letter-spacing: .1em;
}
footer .global-link.menu li .block h3 {
	font-size: .85rem;
}
footer .global-link.menu li .block h4 {
	font-size: .75rem;
	line-height: 1.8em;
}
footer .global-link.menu li .block h3 a,
footer .global-link.menu li .block h4 a {
	color: #fff;
}
footer .global-link.sns {
	padding: 0 0 20px;
	border-bottom: solid 1px #fff;
	margin: 0 0 20px;
}
footer .global-link.sns li h3 {
	text-align: center;
	font-size: .9rem;
	margin: 0 0 12px;
	letter-spacing: .1em;
}
footer .global-link.sns li .icon {
	padding: 0 5px;
}
footer .global-link.sns li .icon.three {
	padding: 0 30px;
}
footer .global-link.sns li .icon.two {
	padding: 0 60px;
}
footer .global-link li .icon.two li {
	width: 50%;
}
footer .global-link li .icon.three li {
	display: inline-block;
	width: 33.33333%;
}
footer .global-link li .icon.four li {
	width: 25%;
}
footer .global-link li .icon li img {
	width: 40px;
	margin: 0 auto;
	display: block;
}
footer .global-link li h2.single {
	margin-bottom: 5px;
}
footer .global-link li h2.single a {
	color: #fff;
}
footer .global-link li .brand li {
	width: 100%;
	margin: 0 0 10px!important;
}
footer .global-link.menu li.mo {
	display: none;
}
footer .global-link li .brand li a {
    display:block;
}
@media screen and (max-width: 1023px) {
	footer .global-link.sns li {
    	width: 50%;
		margin-bottom: 8px;
	}
	footer .global-link.sns li.title {
    	display: block;
    	width: 100%;
	}
	footer .global-link.sns li h3 {
		font-size: .75rem;
		margin: 0 0 5px;
	}
	footer .global-link.sns li .icon.two {
    	padding: 0 120px;
	}
	footer .global-link li .icon li img {
    	width: 30px;
	}
	footer .global-link.sns li .icon.three {
    	padding: 0 80px;
	}
	footer .global-link.sns li .icon {
    	padding: 0 50px;
	}
	footer .global-link.sns {
    	padding: 0 0 5px;
    	margin: 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	footer .global-link.sns li .icon.two {
    	padding: 0 35px;
	}
	footer .global-link.sns li .icon.three {
    	padding: 0 15px;
	}
	footer .global-link.sns li .icon {
    	padding: 0 10px;
	}
	footer .global-link.menu li {
    	width: 50%;
		font-size: .85rem;
	}
	footer .global-link.menu li.pc {
		display: none;
	}
	footer .global-link.menu li.mo {
		display: inline-block;
	}
	footer .global-link.menu li .block {
    	margin-bottom: 10px;
	}
	footer .global-link.menu li .block h3 {
    	font-size: .65rem;
    	line-height: 1.8;
	}
	footer .global-link.menu li:last-child {
    	width: 100%;
	}
	footer .global-link li .brand li {
		display: inline-block;
    	width: 23.5% !important;
    	margin: 10px 2% 0 0!important;
	}
	footer .global-link li .brand li:nth-child(4n) {
    	margin: 10px 0 0 0!important;
	}
	footer .global-link li h2.single {
    	margin-bottom: 0;
	}
	footer .copy {
    	margin-top: 0;
	}
}
@media screen and (max-width: 320px) {
	footer .global-link.sns li h3 {
		font-size: .65rem;
	}
	footer .global-link.menu li .block h2 {
    	margin-bottom: 0;
	}
	footer .global-link.menu li .block h3 {
    	font-size: .5rem;
	}
}
/* ======================================================
/*               ++ topスクロール ++
   ====================================================== */
#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
	background: #2f2f2f;
    opacity: 0.6;
	z-index: 999;
}
#page_top a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}
#page_top a::before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 20px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	line-height: 20px;
}
@media screen and (max-width: 767px) {
	#page_top {
    	width: 30px;
    	height: 30px;
    	right: 10px;
    	bottom: 70px;
	}
	#page_top a {
		width: 30px;
		height: 30px;
	}
	#page_top a::before {
		font-size: 20px;
		width: 20px;
		height: 20px;
		line-height: 1em;
	}
}

/* -------------------------------------------- ++ 固定ページ ++ -------------------------------------------- */
/* ======================================================
/*               ++ 共通スタイル ++
   ====================================================== */

#pageHeader {
    letter-spacing: 5px;
    padding: 150px 0 70px;
    position: relative;
    z-index: 1;
    background: linear-gradient(45deg, #FF9800, #FFC107);
}
#pageHeader .title_wrap {
	z-index: 2;	
}
#pageHeader .title_wrap h1 {
    text-align: center;
    color: #fff;
    font-weight: 100;
	font-size: 30px;
	line-height: 1;
	z-index: 2;
	font-weight: bold;
}
@media screen and (max-width: 767px){
    #pageHeader {
        margin-top: 80px;
        padding: 30px 0;
    }
	#pageHeader .title_wrap h1 {
		font-size: 1rem;
	}
}
/*----- ページナビゲーション -----*/
#pageNav {
    background: #fafafa;
    padding: 15px 0;
}
#pageNav ul.navlist {
	margin: 0 auto;
	max-width: 1024px;
}
#pageNav .navlist li {
	display: inline-block;
	padding: 0 20px;
	vertical-align: bottom;
}
/*.profile #pageHeader {
	background: url(images/top-profile.jpg) center center no-repeat;
	background-size: cover;
}*/
#pageNav .navlist li a.current {
	color: #005bac;
}
/*----- ナビゲーションにカレント -----*/
.ly_header .ly_navItem span.current {
	position: relative;
}
@media screen and (max-width: 1023px){
	.ly_header .ly_navItem span.current:after{
		content: none;
	}	
}
@media screen and (max-width: 767px){
	#pageNav{
		display: none;
	}	
}
/*----- パンくず -----*/
#bread ul {
    margin: 8px auto 0;
    font-size: .85em;
    letter-spacing: .1em;
	text-align: center;
}
#bread li {display: inline;}
#bread li a,
#bread li {
	color: #fff;
}
.page-template-page-childpage2 #bread ul,
.academy #bread ul {
	text-align: left;
}
.page-template-page-childpage2 #bread li a,
.page-template-page-childpage2 #bread li,
.academy #bread li,
.academy #bread li a {
	color: #333;
}
#bread li a:hover {text-decoration: underline;}
@media screen and (max-width: 767px){
	#bread ul {
		font-size: 0.65rem;
		margin: 5px auto 0;
	}
}
/*----- セクションタイトル -----*/
h1.sec-title {
	padding: 30px 25px;
	font-size: 20px;
	line-height: 1em;
	background: #e6e6e6;
	text-align: center;
    letter-spacing: .05em;
}
/*----- 左に線　タイトル -----*/
.l-line-title {
	position: relative;
    margin: 0 0 15px 58px;
	letter-spacing: .05em;
	font-size: 1.25rem;
}
.l-line-title:before {
    content: "";
    display: block;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    width: 40px;
    left: -56px;
}

/*----- 横並び -----*/
.ratio li {
	display: inline-block;
	vertical-align: top;
}
.ratio-45-45 li {
	display: inline-block;
	vertical-align: top;
	width: 45% !important;
	margin: 0 10% 0 0;
	padding: 0 !important;
}
.ratio-45-45 li:last-child {
	margin: 0 !important;	
}
.ratio-48-48 li {
	display: inline-block;
	vertical-align: top;
	width: 48% !important;
	margin: 0 4% 0 0;
	padding: 0 !important;
}
.ratio-48-48 li:last-child {
	margin: 0 !important;	
}
.ratio-40-60 li {
	display: inline-block;
	vertical-align: top;
	width: 40% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ratio-40-60 li:last-child {
	width: 60% !important;
}
.ratio-35-65 li {
	display: inline-block;
	vertical-align: top;
	width: 35% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ratio-35-65 li:last-child {
	width: 65% !important;
}
.ratio-30-70 li {
	display: inline-block;
	vertical-align: top;
	width: 30% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ratio-30-70 li:last-child {
	width: 70% !important;
}
.ratio-25-75 li {
	display: inline-block;
	vertical-align: top;
	width: 25% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ratio-25-75 li:last-child {
	width: 75% !important;
}
.ratio-15-85 li {
	display: inline-block;
	vertical-align: top;
	width: 15% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ratio-15-85 li:last-child {
	width: 85% !important;
}
.ratio-32 li {
	display: inline-block;
	vertical-align: top;
	width: 32% !important;
	margin: 0 2% 2% 0  !important;
	padding: 0 !important;
}
.ratio-32 li:nth-child(3n) {
	margin: 0 0 2% 0  !important;
}
.ratio-30 li {
	display: inline-block;
	vertical-align: top;
	width: 30% !important;
	margin: 0 5% 5% 0  !important;
	padding: 0 !important;
}
.ratio-30 li:nth-child(3n) {
	margin: 0 0 5% 0  !important;
}
@media screen and (max-width: 1024px) {
	.ratio-45-45 li {
		width: 48% !important;
		margin: 0 4% 0 0;
	}
	.ratio-45-45 li:last-child {
		margin: 0 !important;	
	}
}
@media screen and (max-width: 767px) {
	.ratio-45-45 li:last-child,
	.ratio-48-48 li:last-child,
	.ratio-40-60 li:last-child,
	.ratio-35-65 li:last-child,
	.ratio-30-70 li:last-child,
	.ratio-25-75 li:last-child,
	.ratio-15-85 li:last-child,
	.ratio-32 li:last-child,
	.ratio-30 li:last-child {
		margin: 0 !important;
	}
	.ratio-45-45 li,
	.ratio-48-48 li,
	.ratio-40-60 li,
	.ratio-35-65 li,
	.ratio-30-70 li,
	.ratio-25-75 li,
	.ratio-15-85 li,
	.ratio-32 li,
	.ratio-30 li,
	.ratio-40-60 li:last-child,
	.ratio-35-65 li:last-child,
	.ratio-30-70 li:last-child,
	.ratio-25-75 li:last-child,
	.ratio-15-85 li:last-child {
		display: block;
		width: 100% !important;
		margin: 0 0 20px 0 !important;
	}
}
/*----- リンクボタン -----*/
.more a {
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 50px auto 0;
    background: #005bac;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    position: relative;
    transition: transform .5s;
}
.more a span {
    position: relative;
}
.more a span:after {
    content: url(images/arrow.png);
    top: 0;
    right: -30px;
    position: absolute;
}
.more a:hover {
	background: #009de6;
}
.more a:hover span:after {
    right: -35px;	
}
@media screen and (max-width: 1024px){
.more a {
    margin: 28px auto 0;
	}	
}
@media screen and (max-width: 767px){
.more a {
    margin: 20px auto 0;
	}	
}
.beginning {
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.8em;
	position: relative;
}
.beginning:before {
	content: "";
    display: block;
    height: 100px;
    background-color: #000;
    position: absolute;
    top: -76px;
    width: 1px;
    left: 50%;
}
/*----- 固定ボタン -----*/
#kotei-btn {
	width: 160px;
    position: fixed;
    right: 0px;
    bottom: 80px;
    z-index: 999;
}
@media screen and (max-width: 767px) {
	#kotei-btn {
    	width: 90px;
    	bottom: 0;
	}
}
.maintenance {
	text-align: center;
	padding: 30px 0;
}

/* ======================================================
/*             ++ メイン画像 ++
   ====================================================== */
.ly_mv {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    border-top: 7px solid #f5a227;
    border-bottom: 7px solid #f5a227;
}

.bl_topTitBox {
    position: absolute;
    z-index: 10;
    margin: auto 0;
    top: 17%;
    left: 26.5%;
    text-align: left;
    color: #272727;
    width: 100%;
    background: #ffffffe6;
    width: 47%;
    padding: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 1px 9px 0 rgb(0 0 0 / 20%);
    border-radius: 20px;
}

.bl_topTitBox .main-title {
    font-size: 6vw;
    color: #000;
    font-weight: bold;
    line-height: 1.2em;
    text-indent: -1em;
    letter-spacing: 0.01em;
}

.bl_topTitBox span.co {
    display: inline-block;
    padding: 5px 8px 5px 0;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1;
    font-size: 5.3vw;
    margin: 20px 0 0 0;
    text-indent: 0;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.008em;
}

.bl_topTitBox p.el_topTit_sub {
    font-size: 1.6vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    padding: 16px 0;
    /* background: linear-gradient(154deg, #4ba0d8, #0f88d8); */
    background: linear-gradient(154deg, #ffab2e, #f39e0e);
    border-radius: 50px;
    width: 90%;
    text-align: center;
}

.bl_topTitBox p.el_topTit_sub span {
    font-size: 1.8vw;
    font-weight: 700;
    margin: 0 2px 0 0;
}

.bl_topTitBox h2 {
    font-size: 3.5vw;
    font-weight: 600;
    text-align: center;
    margin: 3.5% 0 4%;
    line-height: 1.7em;
}

.bl_topTitBox h2 span {
    font-size: 4.5vw;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01em;
    padding: 0 5px;
    color: #007fc3;
}

.bl_topTitBox p.el_topTit_sub.el_topTit_sub__sm {
    text-align: center;
    padding: 0;
    background: transparent;
    font-size: 1.5vw;
    color: #007fc3;
    width: 100%;
    font-weight: 500;
}

.bl_topTitBox .en {
    font-size: 1.25vw;
    color: #242424;
}

.ly_mv img.deco01 {
    position: absolute;
    width: 40%;
    left: -15%;
    top: -15%;
    z-index: -1;
    opacity: 0.3;
}

.ly_mv img.deco02 {
    position: absolute;
    top: 5%;
    right: -6%;
    width: 18%;
}

.bl_topTitBox img {
    width: 47%;
    min-width: 280px;
}

.bl_targetBox {
    position: absolute !important;
    bottom: -19%;
    left: 0;
    width: 100%;
    z-index: 10;
}

.bl_targetBox ul {
    display: flex;
    justify-content: center;
}

.bl_targetBox ul li {
    padding: 10px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #42eb84, #36f9d1);
    color: #00794f;
    font-size: 20px;
    text-align: center;
    margin: 0 2% 0 0;
    position: relative;
    line-height: 1.7em;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.bl_targetBox ul li:last-child {
    margin: 0;
}

.bl_targetBox ul li img {
    position: absolute;
    bottom: 0;
    left: -17%;
    width: 45%;
}

.bl_targetBox ul li:nth-child(2) img {
    width: 58%;
}

.bl_targetBox ul li span {
    display: contents;
    font-size: 1.2rem;
    font-weight: 500;
    color: #cbfd09;
}

.bl_targetBox ul li:nth-child(2) {
    background: linear-gradient(0deg, #f2b1b9, #f9d0d6);
    color: #e54961;
}

.bl_targetBox ul li:nth-child(3) {
    background: linear-gradient(45deg, #72c48a, #95d9a8);
    margin: 0;
}

.p-block {
    position: relative;
}

.ly_mv .pc {
    display: block;
    margin: 73px 0 0;
}

.ly_mv .pc img {
    width: 100%;
}

.ly_mv .sp {
    display: none;
}

@media screen and (min-width: 2400px) {
    .ly_mv h1 {
        font-size: 2vw;
        margin: 25px 0 0;
    }
}

@media screen and (min-width: 1500px) {
    .bl_topTitBox {
        top: 25%;
    }
}

@media screen and (max-width: 1190px) {
    .bl_targetBox ul li p {
        font-size: 1.3vw;
    }
    .bl_targetBox ul li span {
        font-size: 1.5vw;
    }
    .bl_targetBox ul li:nth-child(3) p {
        font-size: 1.2vw;
    }
    .bl_targetBox ul li:nth-child(3) span{
        font-size: 1.3vw;
    }
    .bl_targetBox {
        bottom: -22%;
    }
}

@media screen and (max-width: 1023px) {
    /*.ly_mv .pc {
        margin: 21px 0 0;
    }*/
    .bl_topTitBox {
        top: 25%;
    }
}

@media screen and (max-width: 985px) {
    .bl_targetBox ul li:nth-child(3) p {
        line-height: 1.8em;
    }
    .bl_targetBox ul li {
       width: 70px;
       height: 70px;
    }
    .bl_targetBox ul li {
        font-size: 1.4vw;
    }
}

@media screen and (max-width: 1023px) {
    .name2 p {
        font-size: 8vw;
    }
}

@media screen and (max-width: 767px) {
    .bl_topTitBox span.co {
        margin: 0;
    }
    .ly_mv img.deco01 {
        position: absolute;
        width: 45%;
        top: -15%;
    }

    .ly_mv img.deco02 {
        position: absolute;
        top: 34%;
        right: -10%;
        width: 23%;
    }

    .ly_mv .pc {
        display: none;
    }

    .ly_mv .sp {
        display: block;
    }

    .ly_mv .sp img {
        width: 100%;
    }

    .bl_topTitBox {
        top: 36%;
        width: 80%;
        left: 11%;
        padding: 5%;
    }

    .bl_topTitBox p.el_topTit_sub {
        font-size: 2.5vw;
        width: 65%;
        letter-spacing: 0;
        padding: 17px 0;
    }

    .bl_topTitBox h2, .bl_topTitBox span.co {
        font-size: 6.5vw;
        line-height: 1.5em;
    }

    .bl_topTitBox h2 span {
        font-size: 7vw;
    }

    .bl_topTitBox p.el_topTit_sub.el_topTit_sub__sm {
        font-size: 3.5vw;
        width: 100%;
    }

    .bl_topTitBox p.el_topTit_sub span {
        font-size: 3.2vw;
        display: block;
        padding: 0 0 8px 0;
    }
}

@media screen and (max-width: 500px) {
    .bl_topTitBox p.el_topTit_sub {
        font-size: 15px;
        width: 94%;
        letter-spacing: 0;
        padding: 13px 0;
        font-size: 3.5vw;
        font-weight: 800;
    }
}

/* ======================================================
/*               ++ 会社概要 ++
   ====================================================== */
.profile table {
	border-collapse: collapse;
	width: 100%;
	letter-spacing: .1em;
}
.profile table td,
.profile table th  {
	vertical-align: middle;
}
.profile table td {
	border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding: 22px 0 22px 22px;
    text-align: left;
	background: #f7f6f5;
}
.profile table th {
	background: #efefef;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding: 22px 0 22px 22px;
    text-align: left;
    width: 20%;
	font-weight: normal;
}
.profile table td.registration p {
	line-height:2em;
}
.profile table td.registration p:nth-child(2) {
	margin-left: 1em;
	line-height: 1.4em;
	margin-bottom: .6em;
	font-size: .9em;
}
.profile table td.kisoku a,
.profile table td.kyoutei a {
	line-height: 2em;
}
.profile table td.kisoku a:hover,
.profile table td.kyoutei a:hover {
	color: #42a057;
}
.profile .link_btn ul {
	width: 90%;
    margin: 0 auto 50px;
}
.profile .link_btn ul li {
	display: inline-block;
	width: 45%;
	margin-right: 10%;
	vertical-align: top;
}
.profile .link_btn ul li:last-child {
	margin-right: 0;
}
.profile .link_btn ul li a {
	background: #2d2e49;
	color: #fff;
	display: block;
	padding: 15px 0;
	text-align: center;
	position: relative;
}
.profile .link_btn ul li a:hover {
	letter-spacing: .2em;
	transition: .3s ease-in-out;
}
.profile .link_btn ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-top: 30px solid #9091b4;
}
.profile .link_btn ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #9091b4;
}
.profile .link_btn ul li a:hover:before {
    border-right: 51px solid transparent;
    border-top: 51px solid #9091b4;
	transition: .3s ease-in-out;
}
.profile .link_btn ul li a:hover:after {
    border-left: 51px solid transparent;
    border-bottom: 51px solid #9091b4;
	transition: .3s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.profile table th,
	.profile table td {
    	padding: 22px;
	}
	.profile #pageHeader .title_wrap {
		top: 20%;
		right: 10%;
	}
}
@media screen and (max-width: 767px) {
	.profile table {
		border-top: none;
	}
	.profile table td {
		border-bottom: none;
	}
	.profile table td,
	.profile table th {
		display:block;
    	font-size: 14px;
    	padding: 20px 10px;
	}
	.profile table th {
   		border-bottom: none;
		width: 100%;
	}
	.profile table {
    	margin-bottom: 30px;
	}
}
/* ======================================================
/*                ++ 個人情報保護方針 ++
   ====================================================== */
.policy h2.item-title {
    color: #386e9a;
    margin: 50px 0 10px;
	font-size: 1.25rem;
}
.policy h2.item-title.first {
    margin: 0 0 20px;
	text-align: center;
    font-weight: bold;
	font-size: 1.5rem;
}
.policy h2.item-title.first.top-5 {
	margin-top:5%;
}
.policy p.number-item {
	margin-top: 10px;
	line-height: 1.6em;
}
.policy .item-wrap {
	margin: 10px 0 10px 17px;
	line-height: 1.7em;
}
.policy .date {
	margin-top: 20px;
	text-align: right;
}
.policy .box {
	padding: 30px;
	margin: 10px 0;
	border: 1px solid #d4d9d6;
}
.policy .square {
	margin: 10px 0 0 17px;
}
.policy .item-wrap.kaiji li span {
	margin-right: 10px;
}
.policy table {
	border-collapse: collapse;
	width: 100%;
	letter-spacing: .1em;
	margin-top: 15px;
}
.policy table td,
.policy table th  {
	vertical-align: middle;
}
.policy table td {
	border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding: 22px 0 22px 22px;
    text-align: left;
	background: #f7f6f5;
}
.policy table th {
	background: #efefef;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding: 22px 0 22px 22px;
    text-align: left;
    width: 20%;
	font-weight: normal;
}
.policy .ratio-15-85 {
	margin-top: 20px;
}
.policy .ratio-15-85 li {
	vertical-align: middle;
}
.policy .ratio-15-85 li img {
	display: block;
	margin: 0 auto;
	width: 60%;
}
.policy .item-wrap a.link {
    color: #005ae0;
}
.policy .item-wrap a.link:hover {
    color: #65a0f7;
}
@media screen and (max-width: 767px) {
	.policy h2.item-title.first {
		font-size: 1.25rem;
	}
	.policy h2.item-title {
    	margin: 20px 0 4px;
    	font-size: 1.1rem;
	}
	.policy table {
		border-top: none;
	}
	.policy table td {
		border-bottom: none;
	}
	.policy table td,
	.policy table th {
		display:block;
    	font-size: 14px;
    	padding: 20px 10px;
	}
	.policy table th {
   		border-bottom: none;
		width: 100%;
	}
	.policy .square {
    	margin: 10px 0 0 24px;
	}
	.policy .square::before {
    	left: -22px;
	}
	.policy .item-wrap {
    	margin: 10px 0;
    	line-height: 1.6em;
	}
	.policy .box {
    	padding: 15px;
	}
}
/* ======================================================
/*                ++ このサイトについて ++
   ====================================================== */
.sitepolicy .agk-banner {
	margin: 10px 0;
}
.sitepolicy .agk-banner img{
	padding: 20px;
	border: 1px solid #d4d9d6;
}
.sitepolicy .agk-banner img.left {
	margin-right: 20px;
}
@media screen and (max-width: 767px){
	.sitepolicy .agk-banner img {
    	margin: 0 auto;
    	display: block;
	}
	.sitepolicy .agk-banner img.left {
    	margin: 0 auto 10px;
	}
}
/* ======================================================
/*                ++ サイトマップ ++
   ====================================================== */
.sitemap .map ul.sitemap li.level-1 {
	display:inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 32px;
	vertical-align: top;
}
.sitemap .map ul.sitemap li.level-1:nth-child(3n) {
	margin-right: 0;
}
.sitemap .map ul.sitemap li.level-1 a {
	font-size: 1.25em;
	display:block;
	margin: 0 0 10px 24px;
	position: relative;
}
.sitemap .map ul.sitemap li.level-1 a::before {
    font-family: FontAwesome;
    content: '\f07c';
    position: absolute;
    top: 4px;
    left: -24px;
	font-size:1rem;
	color: #b0c4de;
}
.sitemap .map ul.sitemap li.level-2 a {
	font-size: .85rem;
	position: relative;
    margin: 0 0 0 45px;
}
.sitemap .map ul.sitemap li.level-2 a:hover,
.sitemap .map ul.sitemap li.level-1 a:hover {
	color: #005e9c;
}
.sitemap .map ul.sitemap li.level-2 a:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #004097;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 13px;
    left: -19px;
}
.sitemap .map ul.sitemap li.level-3 a {
    margin: 0 0 0 61px;
}
.sitemap .map ul.sitemap li.level-3 a:before {
    left: -14px;
	width: 10px;
}
@media screen and (max-width: 767px) {
	.sitemap .map ul.sitemap li.level-1 {
		display:block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.sitemap .map ul.sitemap li.level-1 a {
		font-size: 1em;
		margin: 0 0 4px 24px;
	}
	.sitemap .map ul.sitemap li.level-2 a {
    	font-size: 0.85rem;
    	margin: 0 0 0 45px;
		line-height: 1.8em;
	}
	.sitemap .map ul.sitemap li.level-3 a {
    	margin: 0 0 0 61px;
	}
}
/* ======================================================
/*                ++ アニメーション ++
   ====================================================== */
.animation-btn-01{
  display: block;
  height: 100%;
  -webkit-animation: hue-rotate 10s linear infinite;
          animation: hue-rotate 10s linear infinite;
	text-align: center;
}

.animation-btn-01 .button {
  -webkit-font-smoothing: antialiased;
  background-color: #333;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 1px;
  color: white;
  padding: 20px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.animation-btn-01 .button:hover {
  background-color: #90feb5;
  color: #fff;
}
.animation-btn-01 .button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.button--bubble {
  position: relative;
  z-index: 2;
  color: white;
  background: none;
}
.button--bubble:hover {
  background: none;
}
.button--bubble:hover + .button--bubble__effect-container .circle {
  background: #44fd82;
}
.button--bubble:hover + .button--bubble__effect-container .button {
  background: #44fd82;
}
.button--bubble:active + .button--bubble__effect-container {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.button--bubble__container {
  position: relative;
  display: inline-block;
}
.button--bubble__container .effect-button {
  position: absolute;
  width: 100%;
  height: 25%;
  top: 50%;
  left: 25%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #222;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}

.button--bubble__effect-container {
  position: absolute;
  display: block;
  width: 200%;
  height: 400%;
  top: -150%;
  left: -50%;
  -webkit-filter: url("#goo");
  filter: url("#goo");
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  pointer-events: none;
}
.button--bubble__effect-container .circle {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #222;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
.button--bubble__effect-container .circle.top-left {
  top: 40%;
  left: 27%;
}
.button--bubble__effect-container .circle.bottom-right {
  bottom: 40%;
  right: 27%;
}

.goo {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.button--bubble__container {
  top: 50%;
  margin-top: -25px;
}

@-webkit-keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
.btn-box {
	background: #fff;
	padding-bottom: 20px;
	min-height: 112px;
}
.btn-wrap {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
 background: #fff;
}

.btn-wrap a {
  display: block;
  padding: 10px 0;
  width: 65%;
  color: #333;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .2s ease-in-out;
	font-size: .9rem
}

.btn-wrap a:active {
  background: rgba(255, 255, 255, .5);
}
/* ======================================================
/*                ++ お問合せ ++
   ====================================================== */
.form {
    padding: 50px;
    background: #f3f3f3;
    /*box-shadow: 10px 10px 8px -10px rgba(0, 0, 0, .5);*/
    margin: 50px 0 0;
}
.form-box, .form-box-02 {
    margin: 0 auto 40px;
}

.form-box-02 {
    width: 100%;
    margin: 0 auto 10px;
}

.wpcf7-textarea {
    width: 100%;
    padding: 10px 5px;
    font-size: 16px;
    border-radius: 30px;
    border: none;
}

.form-box-03 {
    margin: 20px auto 0;
}
.form-box-02 .kome{
	margin:10px 0;
}
.form-box li {
	display:inline-block;
	vertical-align:top;
	width:calc(49% - 2px);
	margin-left:1px;
	margin-right: 2%;
}
.form-box li:last-child {
	margin-right: 0;	
}
.form-box4 {
    margin-bottom: 2%;
}
.form-box4 li {
    display: inline-block;
    vertical-align: top;
    width: calc(23.5% - 2px);
    margin-left: 1px;
    margin-right: 2%;
}
.form-box4 li:last-child {
	margin-right: 0;	
}
.form-box4 li .mei {
    text-align: right;
}
.form_item {
    margin-bottom: 10px;
    font-size: 18px;
}
.yoyaku-kibou li {
	display:inline-block;
	width:32%;
	vertical-align:top;
	margin-right:2%;
}
.yoyaku-kibou li:last-child {
	margin-right:0;
}
span.his {
    background: #F44336;
    padding: 0 2px;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 0 10px;
    font-size: 0.85em;
}
/*240109*/
.form h4.midashi {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2em;
    border-left: 10px solid #005bac;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}
.wpcf7-form-control.textarea, .wpcf7-form-control.textarea2 {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'font1', 'Noto Sans JP', 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    border: none;
    border-radius: 50px;
}
.wpcf7-form-control.textarea3 {
	width: 100px;
	padding: 5px;
	font-size: 16px;
	border:none;
}
.wpcf7-form-control.select {
	background:#fff;
	padding: 5px;
	width:220px;
	font-size: 16px;
	border:none;
}
.wpcf7-form-control.select2 {
	background:#fff;
	padding: 5px;
	width:80px;
	font-size: 16px;
	border:none;
}
.wpcf7-form-control.select3 {
    background: #fff;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    border: none;
    border-radius: 50px;
}
.hb-item {
	width:33.333%;
	float:left;
}
span.unit {
	display:inline-block;
	margin-left:5px;
}
label {
    border: none;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border: none;
    border-radius: 50px;
}
.wpcf7-list-item-label,
label {
	vertical-align:middle;
}
.c-red {
	color:#f15a24;
}
.policy-link a {
	text-decoration: underline;
	font-size:1.25em;
}
.form-wrap .button:hover{
	background:#140469;;
}
.policy-link a:hover {
	color:#fff;
}
.ps {
	margin-bottom:10px;
}
.transmission {
    text-align: center;
    margin: 70px auto 20px;
}
.thanks_m {
	background:#fff;
	padding: 50px;
	text-align:center;
}
.form .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #f5a227;
    display: inline-block;
    width: 30%;
    color: #fff;
    outline: none;
    border-radius: 5px;
    font-size: 1.1em;
    border: none;
    padding: 15px 0;
    margin: 0 2%;
    font-weight: 700;
    letter-spacing: .1em;
}
.wpcf7-spinner {
	display: none!important;
}
.form .button:hover {
    color: #fff;
    background: #ff710e;
    transition-duration: .6s;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
span.wpcf7-list-item {
    margin: 0 5px 5px 0!important;
}
.form .l-line-title {
    margin: 30px 0 30px 58px;	
}
.contact .intro {
	text-align: center;
}
.contact .tab-menu > li {
    width: 30%;
    margin-right: 2%;
    font-size: 1rem;
}
@media screen and (max-width: 1023px) {
	.form {
		padding: 50px 0;
	}	
}
@media screen and (max-width: 960px) {
	.form {
		padding: 30px 10px;
		margin: 30px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.form {
		padding: 15px;
	}
	.form .ly_cont {
		padding: 30px 10px;
	}
	h1.gaiyou {
		font-size:1.5em;
		margin-bottom:0;	
	}
	.form-box-02 {
		width:100%;
		margin: 20px 0;
	}
	.form-box {
		margin-bottom:0;
	}
	.form-box li {
		display:block;
		vertical-align:top;
		width:100%;
		margin:0 0 20px 0;
	}
	.wpcf7-form-control.select {
		width:100%;
	}
	.form_item,
	.policy-link a {
		font-size:1em;
	}
	.thanks_m {
		text-align:left;
		padding: 0 20px;
		margin: 50px 0;
	}
	.form .button {
		width: 48%;
		margin:0 0 0 2%;
	}
	.contact .text {
    	margin: 20px 0;
	}
	.transmission {
    	margin: 20px auto 5px;
	}
	.form {
    	margin: 20px 0 0;
	}
	.contact .tab-menu > li {
    	width: 48%;
    	margin-right: 4%;
		font-size: .85rem;
	}
	.contact .tab-menu > li:last-child {
    	margin-right: 0;
	}
	.contact .tab-content > div {
		margin: 0;
	}
	.wpcf7-form-control.select2 {
		width: 100px;
	}
	.hb-item {
    	width: 100%;
    	float: none;
		margin-bottom: 10px;
	}
	.form .l-line-title {
    	margin: 30px 0 30px 38px;
	}
}
/* ======================================================
/*               ++ ページネーション ++
   ====================================================== */
.pagenation {
    margin: 60px auto 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0 auto;
    text-align: center;
	border-bottom: none !important;
}
.pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display: -moz-inline-box;
  display: inline-block;
  /*display: inline;*/

}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
	.pagenation {
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 767px) {
	.pagenation {
		margin: 0;
	}
}

/* ==============================================
* Lazer Effect 
==============================================*/
.lazer:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: -1px;
  right: 0;
  transition: .1s ease-in-out .1s;
}
.lazer:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: .1s ease-in-out .2s;
}
.lazer span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .1s ease-in-out .3s;
}
.lazer span:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: -1px;
  transition: .1s ease-in-out;
}
.lazer:hover span:after {
  height: 0;
}
.lazer:hover:before {
  width: 0;
}
.lazer:hover:after {
  height: 0;
}
.lazer:hover span:before {
  height: 2px;
	background: #f0793f;
	  width: 30%;
	left: 50%;
	    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ======================================================
     　++ 会社概要修正 210830 ++
====================================================== */
.profile table td a {
	color:#333;
}
.profile table td a:hover {
    color: #ccc;
}
/* ======================================================
 ? ? 　++ ニュース一覧ページ ++
====================================================== */
.newsarea-wrap {
    padding: 40px 0;
}
.news-cont {
    padding: 30px;
    margin: 0 auto;
}
.news-cont {
    border-bottom: 1px solid #aaa;
}
.news-cont li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5% 0 0;
	width: 15%;
}
.news-cont .right {
    width: 70%;
    margin: 0;
}
h1.newstitle {
	padding: 5px 0;
    font-size: 1.1rem;
    margin-top: 5px;
    line-height: 1.25;
    font-weight: bold;
}
h1.newstitle a:hover {
    color: #adadad;
}
.newstext a {
    text-decoration: none;
    color: #023e75;
}
.newstext a:hover {
    text-decoration: none;
    color: #5689b7;
}
.pagenation {
    margin: 60px auto 0;
}
.pagenation ul {
    margin: 0 auto;
    text-align: center;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display: -moz-inline-box;
    display: inline-block;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999;
    border-radius: 3px;
    color: #fff;
    cursor: not-allowed;
    padding: 10px 20px;
}
.news-cont .eye {
    overflow: hidden;
}
@media screen and (max-width: 768px){
.news-cont li {
    vertical-align: middle;
}
}
@media screen and (max-width: 600px){
.news-cont li {
    display: block;
    width: 100%;
    margin: 0;
}
.news-cont .right {
    width: 100%;
}
.news-cont .eye img {
    width: 100%;
    height: 100%;
}
}
/* ======================================================
 ? ? 　++ ニュース個別投稿ページ ++
====================================================== */
.news-content {
    max-width: 1200px;
    margin: 0 auto;
}
.news-cont-s {
    max-width: 600px;
    margin: 0 auto;
}
.news-cont-s li.right {
    margin-top: 30px;
}
.ichiran {
    max-width: 600px;
    margin: 20px auto 0;
}
.ichiran a {
    color: #023e75;
}
.sankaku {
    margin-right:10px;
}
/* ======================================================
 ? ? 　++ トップページ　ニュース一覧追加 ++
====================================================== */
.news-list {
	padding: 80px 0;
}
.newsnext a {
    width: 240px;
    display: block;
    text-align: center;
    color: #fff;
	background: #023e75;
    padding: 10px 0;
    font-family: font1;
    margin: 0 auto;
    letter-spacing: 4px;
    font-size: 1em;
	border-radius: 2px;
}
.newsnext a:hover {
	background: #333;
}
.days {
	display: inline-block;
	color: #999;
}
.news-list h1.newstitle {
	font-size: 1em;
	display: inline-block;
}
.news-list .newsarea-wrap {
    padding: 30px 0 50px 0;
	overflow: hidden;
}
.category, .category_2 {
	display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 10px;
    background: #023e75;
    vertical-align: text-top;
    font-size: 0.75em;
    line-height: 19px;
    color: #fff;
    border-radius: 2px;
    height: fit-content;
    width: fit-content;
}
.category_2 {
	background: #333;
	display: block;
    margin: 0;
}
.news-list .news-cont-top2 h1.newstitle {
    display: block;
}
.news-cont-top {
    padding: 20px;
    margin: 0 auto;
    border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 640px){
.single .newsarea-wrap {
    padding: 30px;
}
}

/* ======================================================
 ? ? 　++ ヘッダーにアルバイト業務ページ追加 210913 ++
====================================================== */
.ly_header .panel-inner .joblist {
	height:200px;
}
.ly_header .panel-inner .joblist li.right {
    min-height: 200px;
}
/* ======================================================
 ? ? 　++ 求人情報ページエントリーフォーム ++
====================================================== */
.select-00, .select-01, .select-02 {
    border: 1px solid #ccc;
    background: #fff;
    padding: 7px 0 7px 10px;
    margin: 0;
    width: 100%;
    font-size: 16px;
}
.wpcf7 input[type="text"] {
    direction: ltr;
}
.contact-form-header h2.tb-title {
	font-size: 1.5em;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
    margin: 30px 0;
    line-height: 1.2em;
	color: #333;
}
.contact-form-header h2.tb-title:before {
    content: "";
    padding: 10px;
    left: 0;
    position: absolute;
    top: 3px;
    background: #005bac;
}
.contact-form-row {
    display: table;
    width: 100%;
}
.contact-form-th {
    font-weight: 700;
    width: 30%;
}
.contact-form-th, .contact-form-td {
    font-size: 15px;
    padding: 40px 0;
    display: table-cell;
    vertical-align:top;
    text-align: left;
    border-bottom: solid 1px #e3e3e3;
    color: #383838;
    line-height: 2;
}
#entry .tabs {
    margin-top: 50px;
    text-align: center;
}
#entry .tabs li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 0;
    background-color: #ccc;
    color: #808080;
    width: 30%;
    margin-right: 2%;
    font-size: 1rem;
}
.entry1 #entry .tabs li:first-child {
    background-color: #333;
}
.entry2 #entry .tabs li:last-child {
    background-color: #333;
}
#entry .textbox  {
    text-align: center;
}
.crf {
    color: #fff;
}
#entry .tabs li a{
	display:block;
}
@media screen and (max-width: 767px) {
#entry .tabs > li {
    width: 48%;
}
.contact-form-header h2.tb-title {
    font-size: 1.2em;
}
.contact-form-header h2.tb-title:before {
    padding: 9px;
    top: 2px;
}
.contact-form-th, .contact-form-td {
    padding: 0;
    display: block;
}
.contact-form-th {
    width: 100%;
}
.contact-form-row {
    margin-bottom: 3%;
}
#entry span.wpcf7-list-item {
    display: block;
    margin: 0;
}
#entry .textbox {
    text-align: left;
}
}
/* ======================================================
 ? ? 　++ 求人情報ページ ++
====================================================== */
.mr3 {
    margin-right: 3px;
}
.mr-b {
    margin: 0 0 100px;
}
.job h3.title {
    font-size: 35px;
    display: inline-block;
    color: #1f1f1f;
    text-align: center;
    font-weight: 600;
}
.job .req-table {
    border-top: solid 1px #e3e3e3;
    font-size: 15px;
    margin-top: 20px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.job .req-table th, .req-table td {
    border-bottom: solid 1px #e3e3e3;
    color: #383838;
    line-height: 1.5;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}
.job .req-table th {
    font-weight: 700;
    width: 20%;
}
.head-border {
    position: relative;
    display: block;
    padding: 0 55px;
    font-size: 0.7em;
    margin: 5% 0;
}
.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #fff;
}
.head-border:before {
    left: 0;
}
.head-border:after {
    right: 0;
}
.ly_job {
    background: #fff9f0;
}
.job-content {
    max-width: 1024px;
    margin: 0 auto;
}

.job-content h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.job-content h2 i {
    padding: 0 10px 0 0;
    color: #f5a227;
}

.job-content h2 span {
    display: block;
    color: #fb4499;
    font-size: 18px;
}

/*.el_fukidashi {
    position: relative;
    display: flex;
    margin: 1.5em auto 0;
    padding: 7px 10px;
    max-width: 120px;
    max-width: 270px;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    justify-content: center;
}

.bael_fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.el_fukidashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.el_fukidashi p {
  margin: 0;
  padding: 0;
}*/

.jobarea-wrap {
    padding: 90px 0 40px;
}

.jobarea-wrap .btn_box {
    display: block;
    margin-bottom: 2%;
}
.jobarea-wrap .btn_box a {
    display: inline-block;
    border: solid 1px #053a6d;
    padding: 5px 8px;
    color: #053a6d;
    border-radius: 5px;
}
.jobarea-wrap .btn_box a.active {
    background: #053a6d;
    color: #fff;
}
.job-content .job-box {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
    margin: 0 auto 50px;
    background: #fff;
}
.job-content .job-box h3.title a {
    color: #007fc3;
    text-decoration: underline;
}
.job-content .job-box .req-table .fas {
    display: block;
    color: #007fc3;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 5px auto 0;
}
.fa-border {
    border: 0.15em solid #007fc3;
    border-radius: 3em;
    padding: 8px;
}
.job-content .job-hed {
    border-top: 3px solid #007fc3;
    border-bottom: 1px solid #ddd;
    padding: 28px 25px 20px;
}

.job-content .job-hed h1.title a {
    color: #007fc3;
    text-decoration: underline;
    font-size: 35px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3%;
}

.job-content .job-hed h3.title {
    margin-bottom: 3%;
}
.job-content .job-detail {
    padding: 12px 25px;
}
.job .req-table {
    border: solid 1px #e3e3e3;
}
.job .req-table th {
    padding: 20px;
    border-right: 1px solid #e3e3e3;
    background: #ebf7fd;
    text-align: center;
    vertical-align: middle;
}
.asmjob_btn_box {
    padding: 30px 0 50px;
    margin: 0;
}
.job-box .asmjob_btn_box {
    text-align: center;
}
.asmjob_btn {
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 250px;
    height: 47px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}
.asmjob_btn_box .sodan {
    background: #F44336;
    height: 58px;
    line-height: 36px;
}
.asmjob_btn_box .sodan i {
    font-size: 15px;
    margin: 0 7px 0 0;
}
.asmjob_btn_box .sodan:hover {
    background: #d51c0f;
}
.asmjob_btn_box .detail {
    border: 1px solid #007fc3;
    margin-right: 2%;
    color: #007fc3;
}
.asmjob_btn_box .detail i {
    color: #ffd007;
    margin: 0 5px 0 0;
}
.asmjob_btn_box .detail:hover {
    background: #d7f3ff;
}
.job-hed li {
    display: inline-block;
    margin: 0 10px 7px 0;
}
.job-hed .job_category1 {
    border: 1px solid #007fc3;
    color: #fff;
    font-size: 16px;
    padding: 4px 7px;
    border-radius: 3px;
    background: #007fc3;
}
.job-hed .job_category2 {
    border: 1px solid #007fc3;
    color: #007fc3;
    font-size: 16px;
    padding: 4px 7px;
	border-radius: 3px;
}
@media screen and (max-width: 767px){
.asmjob_btn_box .detail {
    margin-right: 0;
}
    .job-content h2 {
        font-size: 30px;
    }
    .jobarea-wrap {
        padding: 40px 0 0;
    }
    .job-content .job-box .req-table th, .req-table td {
        display: block;
        width: 100%;
    }
    .job-content .job-box .req-table .fas {
        display: inline-block;
        width: 23px;
        height: 23px;
        margin: 0;
        font-size: 13px;
        margin-left: 2%;
        vertical-align: bottom;
    }
    .job-content .job-box .req-table .fa-border {
            padding: 3px;
    }
    .job .req-table th {
        padding: 15px 20px;
    }
    .job h3.title {
        font-size: 1.3rem;
        text-align: left;
    }
	.jobarea {
        padding: 0 5%;
        max-width: 97%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px){

}
/* ----- 求人検索フォーム ----- */
section ~ .job-search {
    padding-top: 40px;
}
.job-search_ttlWrap {
	padding-top: 25px;
	position: relative;
}
.job-search_ttlWrap::before {
    content: "";
    background-color: #f5a227;
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.job-search_ttl {
    background-color: #fff0d9;
    color: #0e0e0e;
    font-size: 25px !important;
    font-weight: bold;
    padding: 0 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.job-search .form {
    background-color: #fff0d9;
    padding: 28px 25px;
    margin: 5% auto 0;
}

.job-search .bl_form-blockBox {
    overflow: hidden;
}

.job-search .form-block {
    float: left;
    width: 49%;
    margin: 40px 2% 20px 0;
    background: #fff5e5;
    padding: 2% 3%;
}

.job-search .form-block:nth-child(2) {
    margin: 40px 0 20px 0;
}

.job-search .form-block_ttl {
    /* border-left: 5px solid #f5a227; */
    color: #f5a227;
    /* background: #e9e9e9; */
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    font-weight: 500;
}

.job-search .form-block_ttl i {
    margin: 0 10px 0 0;
}

/* checkbox */
.job-search .form_checkbox {
    text-align: left;
}

.job-search .form_checkbox li {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 10px;
    text-align: center;
}

.job-search .form_checkbox label {
    border: 1px solid #0e0e0e;
    border-radius: 3px;
    color: #0e0e0e;
    font-size: 18px;
    padding: 8px;
}

.job-search .form_checkbox input[type="checkbox"] {
    margin-right: .5em;
}

.job-search .form_checkbox input[type="checkbox"]:checked {
    background-color: #007fc3;
}

/* submit button */
.job-search .form_submit {
    margin-top: 30px;
    text-align: center;
}
.job-search .form_submit input {
    cursor: pointer;
    display: inline-block;
    outline: none;
    border-radius: 5px;
    font-size: 18px;
    border: none;
}
.job-search .form_submit input[type="submit"] {
    background-color: #f5a227;
    color: #FFFFFF;
    padding: 15px 10%;
}
.job-search .form_submit input[type=submit]:hover {
    background-color: #f19000;
}
.job-search .form_submit input[type="button"] {
    background-color: #dcd6d2;
    display: inline-block;
    padding: 10px 2%;
	margin-right: 10px;
}
.job-search .form_submit input[type="button"]:hover {
    background-color: #ccc;
}

/* ----- 求人検索結果ページ ----- */
.job .result_wrap .result {
    margin-bottom: 0;
    padding-top: 40px;
}

@media screen and (max-width: 767px){
.job-search .form-block {
    float: none;
    width: 100%;
}
}

@media screen and (max-width: 480px){
    .job-search_ttl {
        font-size: 18px;
    }
    .form-block {
        margin-top: 20px;
    }
    .job-search .form_checkbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .job-search .form_checkbox li {
        margin-right: 0;
        text-align: left;
        min-width: 48%;
    }
    .job-search .form_checkbox label {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .job-search .form_submit input[type="submit"],
	.job-search .form_submit input[type="button"] {
        padding: 10px 0;
        width: 100%;
    }
    .job-search .form_submit input[type="button"] {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
/* ======================================================
 ? ? 　++ 求人一覧ページsingle 210927 ++
====================================================== */
.j_blue {
    color:#007fc3;
}
.job-single .req-table {
    width: 100%;
}

.job-single .req-table ul {
    display: flex;
}

.job-single .req-table ul li {
    width: 30%;
    background: #ffedd2;
    margin: 0 15px 0 0;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    color: #ef792b;
    font-weight: 500;
}

.job-single .req-table th {
    width: 210px;
	font-size: 17px;
}
.job-single .req-table td {
    width: 720px;
	border: 0;
	font-size: 16px;
}
.job-single .job-hed h2.title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007fc3;
}
.header_detail {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    border-top: 3px solid #007fc3;
    border-bottom: 3px solid #007fc3;
}
.header_detail .header_inner {
    height: auto;
    margin: 0 auto;
    padding: 30px 20px;
	overflow: hidden;
    max-width: 1024px;
}
.header_detail .header_title h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-top: 10px;
}
.job_bread {
    background-color: #fafafa;
    padding: 100px 0 0;
}
.job_bread ul {
    max-width: 1024px;
    padding: 0 20px;
    height: auto;
    margin: 0 auto;
}
.job_bread li {
    display: inline-block;
	color: #808080;
    font-size: 11px;
}
.asmjob_btn_box .entry {
    background: #F44336;
    height: 58px;
    line-height: 36px;
}
.asmjob_btn_box .entry:hover {
    background: #d51c0f;
}
.job-single .job-box {
    padding: 35px 50px;
	/*border-top: 4px solid #007fc3;*/
}
.job-single .job-hed {
	border:0;
	padding:0;
}
.job-single .job-detail {
    padding: 20px 0 50px;
}
.r_btn .return {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
}
.r_btn .r_grey {
    background: #fff;
}
.r_btn .r_grey:hover {
    background: #ececec;
}
.r_btn .return .far {
    color: #007fc3;
	margin-right: 5px;
    font-size: 15px;
}
.header_detail .header_title h1 {
	padding: 0;
}
.header_detail .job-hed {
    float: left;
    width: 100%;
}
.header_detail .asmjob_btn_box {
    float: right;
    width: 20%;
	padding: 0;
}
.header_detail .asmjob_btn {
    display: block;
}
.header_detail .asmjob_btn_box .entry {
    margin-right: 0;
    margin-bottom: 5%;
}
.job-single .req-table th, .job-single .req-table td {
    border: 1px solid #e3e3e3;
    padding: 25px 20px;
}
.job-single .req-table th {
    background: #ebf7fd;
}

.job-single .req-table th i {
    color: #007fc3;
    margin: 0 8px 0 0;
}

.job-single .req-table td a {
	padding-bottom: 2px;
    border-bottom: 1px solid;
	color: #004aed;
	margin: 0 5px;
}

.job-single .req-table td a:hover {
	color: #00a1e9;
}
@media screen and (max-width: 1279px) {
.job_bread {
    padding-top: 90px;
}
}
@media screen and (max-width: 768px) {
.job_bread ul {
    width: 100%;
    padding: 15px;
}
.header_detail .asmjob_btn_box {
    width: 100%;
    padding: 0;
    margin-top: 5%;
}
.header_detail .asmjob_btn {
    display: inline-block;
}
.header_detail .asmjob_btn_box .entry {
    margin-right: 2%;
    margin-bottom: 0%;
}
.job-single .job-box {
    padding: 35px 20px;
}
.header_detail .job-hed {
    width: 100%;
}
    .header_detail .header_title h1 {
        font-size: 1.4rem;
    }
.header_detail .asmjob_btn_box .entry {
    margin-right: 0;
}
.header_detail .asmjob_btn_box {
    width: 100%;
}
.asmjob_btn {
    width: 90%;
    margin: 0;
    margin-top: 20px;
}
    .header_detail .header_inner {
        width: 100%;
        padding: 30px 20px;
    }
.header_detail .job-hed {
    width: 100%;
}
.header_detail .asmjob_btn_box {
    width: 100%;
    text-align: center;
}
.header_detail .asmjob_btn {
    width: 90%;
    margin: 0;
    margin-top: 20px;
}
.asmjob_btn_box .entry {
    margin-right: 0;
}
.job-single .job-box {
    padding: 0 20px;
}
.job-single .req-table th, .job-single .req-table td {
    display: block;
    width: 100%;
}
.job-single .job-hed {
    margin-top: 10px;
}
    .job-single .job-hed h2.title {
        font-size: 1rem;
        padding: 7% 0 0;
    }
    .r_btn .return {
        width: 90%;
    	margin: 0 auto;
    }
    .job-single .job-detail {
        padding: 20px 0 0px;
    }
    .job-single .req-table ul li {
        width: 45%;
        margin: 10px 10px 0 0;
    }
    .job-single .req-table ul {
        display: flex;
        flex-wrap: wrap;
    }
.job_bread {
    padding-top: 90px;
}
}
@media screen and (max-width: 480px) {

}
/* ======================================================
/*               ++ トップページ改修230126 ++
   ====================================================== */
/*ニュースタブ*/
.news-list .tab-menu3  {
    float: left;
    margin: 0;
    text-align: center;
	padding-top: 20px;
	width: 100%;
}
.news-list .newsarea-wrap {
    width: 100%;
}
.news-list .tab-menu3 > li {
    cursor: pointer;
    display: inline-block;
    width: 13.8%;
    margin-right: 0.4%;
    padding: 10px 0;
    background-color: #ccc;
    color: #fff;
    font-size: 0.6em;
    border-radius: 3px;
    letter-spacing: 0.2px;
}
.news-list .tab-menu3 > li:hover {
    background: #000;
}
.news-list .tab-menu3 > .active {
    cursor: default;
    background-color: #000;
    color: #fff;
}
.news-list .tab-menu3 > li:nth-child(1) {
    width: 9%;
}
.news-list .tab-menu3 > li:nth-child(4) {
    width: 19.2%;
}
/*ニュースカテゴリー*/
.category.c_bpo, .news-list .tab-menu3 > li.c_bpo:hover {background: #0d2340;}
.category.c_others, .news-list .tab-menu3 > li.c_others:hover {background: #5c8ab9;}
.category.c_cheer, .news-list .tab-menu3 > li.c_cheer:hover {background: #0081cc;}
.category.c_athlete, .news-list .tab-menu3 > li.c_athlete:hover {background: #005bac;}
.category.c_baseball, .news-list .tab-menu3 > li.c_baseball:hover {background: #00a0e9;}
.category.c_md, .news-list .tab-menu3 > li.c_md:hover {background: #0b318f;}

#pageHeader .title_wrap h3 {
    font-size: 1.3em;
}
.sp-news .interval,
.news .interval {
    padding: 40px 0;
}
@media screen and (max-width: 950px) {
.news-list .tab-menu3 > li {
    width: 24.5%;
    color: #fff;
    font-size: 0.8em;
    margin-bottom: 0.5%;
}
}
@media screen and (max-width: 640px) {
.news-list h1.top-title {
    float: none;
    width: 100%;
}
.news-list .tab-menu3 {
    float: none;
    width: 100%;
}
.news-list .tab-menu3 > li:nth-child(1),
.news-list .tab-menu3 > li:nth-child(4) {
    width: 24.5%;
}
}
@media screen and (max-width: 597px) {
.news-list h1.newstitle {
    display: block;
    padding: 5px 0 0 0px;
}
}
@media screen and (max-width: 480px) {
.news-list .tab-menu3 > li {
    width: 49.5%;
}
.news-list .tab-menu3 > li:nth-child(4) {
    width: 49.5%;
}
.news-list .tab-menu3 > li:first-child {
    width: 100%;
}
}

/*--- ニュース月別アーカイブ (2021.03 追加) ---*/
.news2col.flex-j {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.newsMain {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.newsSidebar {
	margin-left: 30px;
	width: 270px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 0 0 30px;
}
.newsSidebar h4.newsSidebar_ttl {
    border-left: 15px solid #005bac;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 10px;
    font-weight: bold;
}
.newsArchive {
	border-bottom: 1px solid #aaaaaa;
}
.newsArchive_listTtl {
	border-top: 1px solid #aaaaaa;
	cursor: pointer;
	padding: 10px 10px;
	position: relative;
	font-weight: bold;
}
.newsArchive_listTtl::after {
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	content: "";
	display: inline-block;
	height: 10px;
	margin: 0 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
}
.newsArchive_listTtl.is-open::after {
	margin-bottom: -4px;
	transform: rotate(-135deg);
}
.newsArchive_listCont {
	padding-left: 20px;
	padding-bottom: 10px;
}
.newsArchive_listCont li {
	padding-top: 5px;
}
.newsArchive_listCont a {
	text-decoration: none;
    color: #007fc3;
    transition: 0.3s;
}
.newsArchive_listCont a:hover {
    color: #79b6d8;
}
.newsArchive_listCont a .linkTxt_month {
	width: 3em;
	display: inline-block;
}
.news2col .news-content {
	flex: 1;
}
@media screen and (max-width:1200px) {
	.news2col.flex-j {
		display: block;
	}
	.newsSidebar {
		margin-left: 0;
		margin-top: 30px;
		width: 100%;
	}
}

@media screen and (min-width:768px) {
	.news2col {
		min-height: 400px;
	}
}
/* ======================================================
/*           ++ ニュース一覧ページ修正230201 ++
   ====================================================== */
/*タブ追加*/
.news2col .news-list .tab-menu3 {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
	padding: 0;
    padding-bottom: 20px;
}
.news2col .news-list {
    padding: 0;
	flex: 1;
}
/* ======================================================
/*           ++ ニュースシングルページ修正230201 ++
   ====================================================== */
.single-sp-news .news-cont-s {
    max-width: 1200px;
    margin: 0 auto;
}
.single-sp-news .news-cont-s .days {
    margin-right: 0;
}
.single-sp-news .news-cont-s h1.newstitle {
    color: #023e75;
    font-weight: bold;
    display: block;
    font-size: 1.5rem;
    padding-bottom: 25px;
}
.single-sp-news .news-cont-s .newstext p {
    margin-bottom: 1.8em;
    text-align: left;
}
.single-sp-news .ichiran {
    max-width: 1200px;
    margin: 20px auto 0;
}
/* ======================================================
/*           ++ パートナー　230315 ++
   ====================================================== */
.partner-bunner .vertically {
    margin: 50px auto 0;
}
.partner-bunner .vertically li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
}
.partner-bunner .vertically li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
.partner-bunner .vertically li {
    display: block;
    width: 100%;
    margin-right: 0;
	margin-bottom: 20px;
}
.partner-bunner .vertically {
    margin: 20px auto 0;
}
}

/*====================================================================
求人登録ページ
====================================================================*/
.recruit-form .message {
    background-image: url(images/form_mainimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.recruit-form .lead.saiyo p {
    font-size: 3rem;
    background: no-repeat 50%;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.recruit-form .lead.saiyo p span {
    display: inline-block;
    position: relative;
    transform: skewX(-10deg);
    padding: 0 40px;
}
.recruit-form .lead.saiyo p span.el_FormToptxt__orange {
    color: #ff9800;
    padding: 0 5px 0 0;
    font-size: 55px;
}
.recruit-form .lead {
    text-align: center;
    margin-top: 2%;
}
.recruit-form .lead p {
    font-size: 2rem;
    background: no-repeat 50%;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.recruit-form #occupation .bg {
    position: relative;
}
.recruit-form #occupation .bg::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(images/saiyo_bg02.webp);
    background-size: cover;
}
.recruit-form #occupation h1.top-title span.ja {
    color: #fff;
}
.recruit-form #occupation .ratio-32 {
    margin-top: 5%;
}
.recruit-form #occupation .ratio-32 li {
    border: solid 2px #f89302;
    border-image: linear-gradient(-90deg, rgba(0, 113, 218, 1) 0%, rgba(66, 201, 255, 1) 100%);
    border-image-slice: 1;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 113, 218, 1);
    box-shadow: 6px 6px 0px 0px rgba(0, 113, 218, 1);
	background: #fff;
}
.recruit-form #occupation .ratio-32 li .img {
    padding: 0 6%;
}
.recruit-form #occupation .ratio-32 li .box {
    padding: 6%;
}
.recruit-form #occupation .ratio-32 li .box p {
    font-size: 0.9em;
    font-weight: bold;
	position: relative;
}
.recruit-form #occupation .ratio-32 li h3 {
	background: linear-gradient(-90deg, rgba(0, 113, 218, 1) 0%, rgba(66, 201, 255, 1) 100%);
    border-image: linear-gradient(-90deg, rgba(0, 113, 218, 1) 0%, rgba(66, 201, 255, 1) 100%);
    border-image-slice: 1;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(66, 201, 255, 1);
    box-shadow: 0px 0px 0px 2px rgba(66, 201, 255, 1);
}
.recruit-form #occupation .ratio-32 li h3.title {
    width: 70%;
    margin: -10px auto 30px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    line-height: 1.2;
    border: solid 2px #fff;
    font-size: 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.recruit-form #occupation .ratio-32 li .titleen {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 1.8em;
    font-weight: bold;
    font-style: italic;
    color: #d2e8fb;
	z-index: -1;
}
.recruit-form .job-content .jobarea-wrap section {
    display: inline-block;
    width: 300px;
    vertical-align: top;
	margin-right: 10px;
/*	height: 555px;*/
/*	overflow: scroll;*/
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
}
.recruit-form .job-content .job-box {
    box-shadow: none;
}
.recruit-form .job-content .job-box .asmjob_btn_box .detail {
    background: #053a6d;
    margin-right: 0;
    margin-bottom: 2%;
}
.recruit-form #recruit .bg {
    background: #fff;
}
.recruit-form #recruit h1.top-title span.en .head {
 	display: inline-block;
	background: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
	background: -webkit-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.recruit-form #achievement .bg {
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(images/saiyo_bg03.webp);
    background-size: cover;
}
.recruit-form #achievement .ratio-32 {
    margin-top: 5%;
}
.recruit-form #achievement .ratio-32 li {
    border: solid 2px #f89302;
    border-image: linear-gradient(-90deg, rgba(0, 113, 218, 1) 0%, rgba(66, 201, 255, 1) 100%);
    border-image-slice: 1;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 113, 218, 1);
    box-shadow: 6px 6px 0px 0px rgba(0, 113, 218, 1);
	background: #fff;
}
.recruit-form #achievement .ratio-32 li h3 {
	background: linear-gradient(-90deg, rgba(0, 113, 218, 1) 0%, rgba(66, 201, 255, 1) 100%);
    border-image: linear-gradient(-90deg, rgba(0, 113, 218, 1) 0%, rgba(66, 201, 255, 1) 100%);
    border-image-slice: 1;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(66, 201, 255, 1);
    box-shadow: 0px 0px 0px 2px rgba(66, 201, 255, 1);
}
.recruit-form #achievement .ratio-32 li h3.title {
    width: 70%;
    margin: -10px auto 30px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    line-height: 1.2;
    border: solid 2px #fff;
    font-size: 20px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.recruit-form #achievement .ratio-32 li h4 {
    text-align: center;
    font-weight: bold;
}
.recruit-form #achievement .ratio-32 li .box {
    padding: 5%;
}
.recruit-form #entry .bg {
    background: #fff;
}
.recruit-form #entry h1.top-title span.en .head {
 	display: inline-block;
	background: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
	background: -webkit-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*スライド*/
.recruit-form .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    width: 300px;
    margin-right: 10px;
/*    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);*/
}
@media screen and (max-width: 767px) {
.recruit-form .lead p {
    font-size: 1rem;
}
.recruit-form .lead.saiyo p {
    font-size: 1.6rem;
}
    .recruit-form .lead.saiyo p span:before {
        top: -10px;
    }
    .recruit-form #occupation .ratio-32 {
        margin-top: 10%;
    }
    .recruit-form .ratio-32 li {
        margin: 0 0 40px 0 !important;
    }
    .ratio-32 li:nth-child(3n) {
        margin: 0 0 40px 0 !important;
    }
    .recruit-form #recruit h3, .recruit-form #entry h3 {
        font-size: 1rem;
    }
    .recruit-form #recruit .ch_text_box h5, .recruit-form #entry .ch_text_box h5 {
        font-size: 1.5rem;
    }
    .recruit-form #recruit .ch_text_box h5 span:before,
    .recruit-form #entry .ch_text_box h5 span:before {
        height: 40px;
    }
    .recruit-form .job-content .jobarea-wrap section {
        width: 100%;
        margin-right: 0;
    }
    .recruit-form .lead.saiyo p span.el_FormToptxt__orange {
        font-size: 1.8rem;
    }
    .recruit-form .message {
        padding: 10% 0 0;
    }
}
@media screen and (max-width: 480px) {
    .recruit-form .message {
        padding: 15% 0 0;
    }
}

.el_searchBox {
	
}

.el_searchBox ul {
    display: flex;
    justify-content: center;
    margin: 5% 0 0;
}

.el_searchBox ul li {
    width: 30%;
    margin: 0 4% 0 0;
    display: inline-block;
    overflow: hidden;
}

.el_searchBox ul li:nth-child(2) {
    margin: 0;
}

.el_searchBox ul li a {
	
}

.el_searchBox ul li a img {
	
}

.el_searchBox ul li a img {
  display: block;
  transition-duration: .5s;
}
.el_searchBox ul li a img:hover {
  transform: scale(1.2);
}

@media screen and (max-width: 767px) {
    .el_searchBox ul li {
        width: 50%;
    }
}