/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/


/*****共通*****/

body{
	font-size:18px;
	letter-spacing:0.75px;
	line-height:180%;
	color:#164186;
}

a{
	transition:0.5s ease;
	text-decoration:none;
}

a:hover{
	opacity:0.8;
}

p{
	margin-bottom:1rem!important;
}

img{
	vertical-align:top;
}

@media(max-width:767px){
body{
	font-size:15px;
	line-height:200%;
}
}

/*****header*****/

#vkvu_scl_btn {
    display: none;
}

nav#global-nav {
    background: #fff;
    border-radius: 100px;
	padding-left: 2rem;
    padding-right: 2rem;
}

.global-nav-list>li:before{
	display:none;
}

.global-nav-list>li .global-nav-name {
    color: #144980;
}

.site-header-logo {
	padding-top: 0;
	margin-bottom:0;
}

header#site-header {
    padding-top: 1.5rem;
}

strong.global-nav-name{
	transition:0.5s ease;
}

.device-pc .global-nav-list>li>a:hover strong.global-nav-name{
	transform:translatey(-5px);
}

.header_scrolled header#site-header {
    padding-top: 0.8rem!important;
    padding-bottom: 0.8rem!important;
	border-radius:0 0 1rem 1rem;
}

h1.vkvu_section_title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 80px;
    line-height: 120%;
    margin-bottom: 1rem;
    font-size: 5rem;
}

p.vkvu_section_text {
    margin: 0;
    color: #144980;
    background: #fff;
    display: inline-block;
    font-size: 2rem;
    padding: 0.5rem 0.8rem;
	line-height:130%;
}

.vkvu_section {
    top: 60%;
}

/*****トップ*****/

.about_Area {
    background: linear-gradient(to left, #144980 50%, transparent 50%);
}

.about_container {
    text-align: right;
	color:#fff;
	position:relative;
	z-index:3;
}

.about_outer {
    position: relative;
	padding-top: 3rem;
    padding-bottom: 3rem;
	min-height:600px;
}

h2.main_h2 {
    padding: 0;
    border: none;
    font-size: 8rem!important;
	line-height:100%;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
	margin-bottom:4rem!important;
}

.about_container h2.main_h2{
	font-size:6rem!important;
	margin-bottom:4rem;
}

.about_container h3{
	font-size:4.5rem;
	border:none;
	padding:0;
	text-align:right;
	margin-bottom:3rem;
}

.about_container h3.effect, h2.entry_h2.effect, .recruit_message h3.effect, .business_txtBox h3.effect{
	opacity:0;
	transform: skewX(-20deg) translatey(80px);	
}

.about_container h3.effect.active, h2.entry_h2.effect.active, .recruit_message h3.effect.active, .business_txtBox h3.effect.active{
	animation:skew_anime 1s ease 1 forwards;
}

@keyframes skew_anime{
	0%{opacity:0; transform:translatey(80px) skewX(-20deg);}
	100%{opacity:1; transform:translatey(0) skewX(-20deg);}
}

.about_container h3 span{
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}

.about_container h3:after{
	display:none;
}

h2.main_h2 span{
    color:#cdd4e2;
}

.about_outer:before,
.about_outer:after{
	content:"";
	height:100%;
	width:80%;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

.about_outer:before{
	z-index:1;
	background-image:url(/wp-content/uploads/2026/05/about.jpg);
	background-size:cover;
}

.about_outer:after{
	z-index:2;
	background:rgba(170,181,192,0.8);
	mix-blend-mode:multiply;
}

.about_txt p {
    font-size:20px;
}

.about_txt p:last-of-type {
    margin: 0;
}

h3.home_business_h3{
	font-size:2.6rem;
	font-style: italic; 
	margin-bottom:2rem!important;
}

.home_business_flex .home_business_left{
	width:56%!important;
}

.wp-block-column.home_business_right.is-layout-flow.wp-block-column-is-layout-flow {
    width: 44%!important;
}

.wp-block-columns.home_business_flex:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-basis: auto;
}

.business_img img {
    animation: rotateImg 60s linear infinite;
}

.business_right{
	position:relative;
}

.business_right:before{
	content:"";
	width:56%;
	height:56%;
	border-radius:50%;
	display:block;
	background:#164186;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

@keyframes rotateImg {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.round_txt {
    color: #ffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.round_txt p {
    margin: 0 !important;
    text-align: center;
    line-height: 150%;
    font-size: 1.2rem;
}

.round_ttl {
    font-size: 2.5rem;
    font-weight: bold;
	transform: skewX(-15deg);
	margin-bottom:0.5rem;
	line-height:130%;
	text-align:center;
}

.works_Area h2.main_h2, .works_Area p{
	color:#fff;
}

.works_Area h2.main_h2{
	margin-bottom:2rem!important;
}

.works_Area h2.main_h2 span{
	color:#417998;
}

.works_Area .vk_posts.vk_posts-postType-works {
    margin-top: 3.5rem!important;
}

.works_Area .vk_post .vk_post_title a {
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
}

a.switch_btn {
    max-width: 415px;
    width: 90%;
    display: flex;
	align-items:center;
    border: 1px solid #164186;
    border-radius: 100px;
    position: relative;
    margin: 2rem auto 0 !important;
    font-size: 1.2rem;
    line-height: 150%;
    padding: 1rem 2rem;
	height:70px;
	background:#fff;
}

a.switch_btn:before{
	content:"";
	width:50px;
	height:50px;
	border-radius:50%;
	background: #164186;
	position:absolute;
	top:50%;
	right:0.8rem;
	transform:translatey(-50%);
	transition:0.5s ease;
}

.works_Area a.switch_btn{
	border-color:#fff;
	background:transparent;
	color:#fff;
}

.works_Area a.switch_btn:hover{
	box-shadow:5px 5px 5px rgba(3,37,68,0.8);
}

.works_Area a.switch_btn:before{
	background:#fff;
}

a.switch_btn:hover{
	opacity:1;
	box-shadow:5px 5px 5px rgba(55,81,104,0.3);
}

a.switch_btn span{
	transition:0.5s ease;
	position:relative;
	z-index:3;
}

a.switch_btn:hover span{
	color:#fff;
}

.works_Area a.switch_btn:hover span{
	color:#144980;
}

a.switch_btn:hover:before{
	width:calc(100% - 1.6rem);
	transition: width 0.3s ease;
	border-radius:100px;
}

.works_Area:after{
	content:"";
	width:50rem;
	height:50rem;
	background-image:url(/wp-content/uploads/2026/05/business_deco.png);
	background-size:contain;
	background-position:right bottom;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	opacity:0.2;
}

.bnr_btn{
	display:block;
	position:relative;
    border-radius: 2rem;
	overflow:hidden;
}

.bnr_btn:hover{
	opacity:1;
}

.bnr_btn:after{
	content:"";
	width:100%;
	height:100%;
	border-radius:2rem;
	display:block;
	background:rgba(137,137,137,0.8);
	mix-blend-mode:multiply;
	transition:0.5s ease;
	position:absolute;
	top:0;
	left:0;
}

.bnr_btn:hover:after{
	background:rgba(137,137,137,0.5);	
}

.bnr_btn:hover .bnr_btn_img{
	transform:scale(1.05);
}

.bnr_btn_img {
	width:100%;
	height:100%;
	transition:0.5s ease;
}

.bnr_btn_img img {
    border-radius: 2rem;
	width:100%;
	height:100%;
	object-fit:cover;
}

.bnr_btn_txt {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
	z-index:3;
	color:#fff;
}

.bnr_btn_txt h3{
	border:none;
	font-size:47px;
	font-size:3rem;
	margin-bottom:2rem;
	padding-bottom:0;
}

.bnr_btn_txt h3 span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 130%;
}

.bnr_btn_txt h3:after{
	display:none;
}

.top_news h2.main_h2 {
    font-size: 4rem !important;
	margin-bottom:2rem!important;
}

.second_bnr{
	margin-top:-6rem!important;
}

a.all_btn {
    display: inline-block;
	position:relative;
}

a.all_btn:hover {
    opacity:1;
}

a.all_btn:after {
    content:"";
	width:100%;
	height:1px;
	background:#164186;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	transition:0.5s ease;
}

a.all_btn:hover:after{
	width:0;
}

p.postListText_title{
	margin-bottom:0!important;
}

p.postListText_title a {
    text-decoration: none;
    font-size: 1rem;
}

p.postListText_title a:hover {
    text-decoration: none;
}

.top_news{
	margin-bottom:5rem!important;
}

.home_recruit {
    background: #144980;
    position: relative;
	padding-bottom:5rem;
}

.home_recruit:before, .home_recruit:after{
    content:"";
	width:70%;
	height:550px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

.home_recruit:before{
	z-index:2;
	background-image:url(/wp-content/uploads/2026/05/home_recruit.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right;
}

.home_recruit:after{
	z-index:3;
	background:rgba(170,181,194);
	mix-blend-mode:multiply;
}

.home_recruit .container {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	position:relative;
}

.home_recruit .container.home_recruit_ttl:before{
	content:"";
	width:22rem;
	height:22rem;
	display:block;
	background-image:url(/wp-content/uploads/2026/05/recruit_icon.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	top:2rem;
	right:0;
	opacity:0.8;
}

.home .site-body, .page-id-14 .site-body, .page-id-16 .site-body, .page-id-18 .site-body{
	padding-bottom:0;
}

.site-footer {
    border-top: none;
	padding-top:2rem;
}

.home_recruit h2 {
    border: none;
    padding: 0;
    color: #fff;
    font-size: 85px;
    font-size: 6.5rem;
	margin-bottom:0;
	font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.home_recruit_ttl{
	height:550px;
	margin-bottom:2rem;
}

.home_recruit_txt {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

.home_recruit_ttl h3{
	color:#fff;
	font-size:76px;
	font-size:4.5rem;
	font-weight:bold;
	border:none;
	transform: skewX(-25deg);
	text-align:right;
	margin-bottom:3rem;
	padding-bottom:0;
}

.home_recruit_ttl h3.effect{
	opacity:0;
	transform:translatey(80px);
}

.home_recruit_ttl h3.effect.active{
	animation:skew_anime 1s ease 1 forwards;
}

.home_recruit_ttl h3:after{
	display:none;
}

.home_recruit_ttl h3 span{
	border-bottom:1px solid #fff;
	padding-bottom:0.5rem;
}

.contact_inner {
    text-align: center;
}

a.contact_btn {
    display: block;
    background: #144980;
    color: #fff;
    border-radius: 100px;
    font-size: 5rem;
    font-weight: bold;
    line-height: 130%;
    padding: 2rem 1.5rem;
    margin-top: 2rem !important;
    box-shadow: 4px 4px 5px rgba(5, 31, 58, 0.5);
}

a.contact_btn:hover{
  box-shadow:inset 7px 7px 14px #c7c7c7,
inset -7px -7px 14px #f8f8f8;
	opacity:1;
	background:#dfe1e6;
	opacity:1;
	color:#144980;
}

a.top_btn {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    border-top: 1px solid #b5c1d8;
    border-bottom: 1px solid #b5c1d8;
    padding: 1rem 0;
	color:#144980;
}

a.top_btn:hover{
	opacity:1;
	background:#eaeaea;
	border-top-color:#eaeaea;
	border-bottom-color:#eaeaea;
}

.container.site-footer-content {
    padding-top: 0;
}

.footer_right ul {
	padding:0;
	margin:1rem 0 0;
	display:flex;
	flex-wrap:wrap;
	max-width:470px;
	width:100%;
}

.footer_right ul li {
    list-style-type: none;
    margin: 0 0 1.5rem;
	width:33.3333%;
}

.footer_right ul li:last-os-type {
    margin: 0;
}

.footer_right ul li a{
   text-decoration:none;
	color:#144980;
	font-size:1.3rem;
	transform: skew(-15deg);
    display: inline-block;
}

.flexArea {
    display: flex;
    flex-wrap: wrap;
}

.flex-between{
	justify-content:space-between;
}

.footer_left {
    width: 40%;
}

.footer_left p{
	font-size:1rem;
}

.footer_right {
    width: 55%;
	display: flex;
    justify-content: flex-end;
}

.footer_Area {
    align-items: flex-start;
	margin-top:4rem!important;
	margin-bottom:2rem!important;
}

.footer_logo {
    margin-bottom: 1.5rem;
}

.top_business, .top_company {
	position:relative;
}

.top_business{
	padding-bottom:18rem;
}

.top_company{
	padding-bottom:10rem;
}

.top_business:before, .top_company:before {
	content:"";
	width:100%;
	height:28rem;
	background:#dee3ff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) skewY(-15deg);
}

.top_company:before {
	top:50%;
}

.top_business:after{
	content:"";
	width:100%;
	height:20rem;	
	background:#144980;
	position:absolute;
	bottom:-10rem;
	left:50%;
	transform:translatex(-50%) skewY(10deg);
}

.works_Area {
    padding-top: 0 !important;
    margin-top: -2rem;
}

.pc{display:block;}
.sp{display:none;}

/****COMPANY*****/

.info_table {
    color: #fff;
}

.info_table td{
    border:none;
	border-bottom:1px solid #8fb3d3;
	font-size:1rem;
	padding:1rem 2rem;
}

.info_table td a{
    color:#fff;
}

.info_table tr td:first-of-type{
    width:320px;
}

h2.child_h2 {
    border: none;
    padding: 0;
    font-size: 4rem;
    font-weight: bold;
	font-family: Poppins, sans-serif;
    font-weight: 700;
    font-style: normal;
	margin-bottom:2rem!important;
}

h3.greeting_h3{
	font-size:2.5rem;
	color:#144980;
	font-weight:bold;
	font-style: italic;
}

.ceo_name {
    text-align: right;
	font-size:1.2rem;
}

.ceo_name span{
    display:inline-block;
	margin-right:1rem;
	font-size:1rem;
}

.ceo_img{
	position:relative;
}
.ceo_img:after {
    content: "";
    width: 15rem;
    height: 4rem;
    position: absolute;
    top: -1rem;
    left: 0;
    display: block;
    background-image: url(/wp-content/uploads/2026/05/name_en.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: skewX(-5deg) rotate(-20deg)
}

.information_Area h2.child_h2{
	color:#dee3ff;
}

.mapArea{
	width:100%;
	height:28rem;
}

.deco_Area{
	position:relative;
	padding-bottom:20rem;
}

.deco_Area:after, .deco_Area:before{
    content: "";
    width: 100%;
    height: 20rem;
    position: absolute;
    bottom: -10rem;
    left: 50%;	
}

.deco_Area:after {
    transform: translateX(-50%) skewY(10deg);
    background: rgb(20, 73, 128);
}

.deco_Area:before {
    transform: translateX(-50%) skewY(-10deg);
    background: #ebebeb;
}

.information_Area {
    padding-top: 0;
	padding-bottom:5rem;
    margin-top: -2rem;
}

.page-header::before{
	mix-blend-mode:multiply;
	border-radius:1rem;
}

.page-header {
	width:calc(100% - 15px);
	margin:1rem auto 0;
	border-radius: 1rem;
}

.site-header{
	box-shadow:none;
}

.breadcrumb{
	border-top:none;
}

.page-header-title, h1.page-header-title {
    font-size: 2.5rem;
    font-style: italic;
    letter-spacing: 2px;
}

.site-header {
    background-color: #144980;
	padding-bottom:1.5rem;
}

/****BUSINESS*****/

.business_listArea {
    background: #fff;
    padding: 1.5rem;
}

.business_listArea h4{
	text-align:center;
	background:transparent;
	padding:0;
	margin:0;
	color:#144980;
	font-size:1.8rem;
}

.business_listArea h4:after{
	content:"";
	display:block;
	width:70px;
	height:5px;
	background:linear-gradient(to right, #dee3ff 50%, #144980 50%);
	margin:1rem auto 3rem; 
}

.business_listArea ul{
	padding:0;
	margin:0!important;
	display:flex;
	flex-wrap:wrap;
}

.business_listArea ul li{
	list-style-type:none;
	width:32%;
	display:flex;
	margin:0 2% 1rem 0;
}

.business_listArea ul li:before{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#144980;
	display:block;
	margin-right:5px;
	margin-top:10px;
}

.business_listArea ul li:nth-of-type(3n){
	margin-right:0;
}

.business_listArea ul li p{
	margin:0px!important;
	width: calc(100% - 15px);
	line-height:150%;
}

.business_listArea ul li p span{
	font-size:14px;
}

.business_list_txt {
    border-top: 1px solid #eee;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
	font-size:0.95rem;
}

.business_list_inner{
	max-width:900px;
	margin:0 auto;
	width:100%;
}

.business_txtBox h3 {
    color: #fff;
    border: none;
    padding: 0;
    font-size: 3rem;
    margin: 0 0 3rem;
	text-align:center;
}

.business_txtBox h3:after{
	display:none;
}

ul.business_round_list {
    padding: 0;
	color:#fff;
	display:flex;
	max-width:830px;
	margin:0 auto 3rem;
	width:100%;
	justify-content:center;
}

ul.business_round_list li{
    list-style-type:none;
	margin:0 15px 0 0;
	width:230px;
	height:230px;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	background-image:url(/wp-content/uploads/2026/05/round_deco.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

ul.business_round_list li:before{
	display:block;
	position:absolute;
	top:0.8rem;
	left:0.5rem;
	color:#fff;
	font-size:3rem;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

ul.business_round_list li:nth-of-type(1):before{
	content:"01";
}

ul.business_round_list li:nth-of-type(2):before{
	content:"02";
}

ul.business_round_list li:nth-of-type(3):before{
	content:"03";
}

ul.business_round_list li:last-of-type{
	margin:0!important;
}

ul.business_round_list li p {
    margin: 0 !important;
    font-size: 1.5rem;
    font-weight: bold;
}

ul.business_round_list li p span{
	display:block;
	font-weight:normal;
	font-size:1rem;
	line-height:130%;
}

.business_txt {
    color: #fff;
	max-width:850px;
	width:100%;
    margin: 4rem auto;
}

.business_info_ttl {
    position: relative;
    min-height: 500px;
	width:90%;
	margin:0 0 5rem auto;
}

.business_info_ttl:before, .business_info_ttl:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	border-radius:3rem 0 0 3rem;
	width:100%;
	height:100%;
}

.business_info_ttl:before{
	z-index:2;
	background-image:url(/wp-content/uploads/2026/05/business01.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right;
}

.business_info_ttl:after{
	z-index:3;
	background:rgba(128,136,150,0.7);
	mix-blend-mode:multiply;
}

.business_info_ttl h2{
	border:none;
	padding:0;
	margin:0;
	color:#fff;
	position:absolute;
	z-index:4;
	writing-mode: vertical-rl;
	font-size:3rem;
	letter-spacing:8px;
	font-weight:normal;
	top:50%;
	left:3rem;
	height:100%;
	text-align:center;
	transform:translatey(-50%);
	font-style: italic;
}

.business_infoArea:before {
    content: "";
    width: 100%;
    height: 20rem;
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%) skewY(10deg);
    background: rgb(20, 73, 128);
}

.business_infoArea{
	position:relative;
	padding-bottom:5rem;
}

.main-section--margin-bottom--on{
	margin-bottom:0!important;
}

.page-id-18 .deco_Area:before {
    z-index: 2;
}

/****RECRIT*****/

ul.point_list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
}

ul.point_list li{
    list-style-type:none;
	margin:0 2% 1rem 0;
	position:relative;
	width:32%;
	background:#144980;
	color:#fff;
	padding:2rem 1rem;
}

ul.point_list li:nth-of-type(3n){
    margin-right:0!important;
}

ul.point_list li h4{
    background:transparent;
	padding:0;
	text-align:center;
	font-size:1.5rem;
}

ul.point_list li h4:after{
    content:"";
	display:block;
	background:#fff;
	width:40px;
	height:4px;
	margin:1rem auto 2rem;
}

ul.point_list li p{
	margin:0;
	padding-left:1rem;
	padding-right:1rem;
	font-size:16px;
}

ul.point_list li p span{
	font-size:14px;
}

h3.point_ttl {
    border: none;
    padding: 0;
    margin: 0 0 2rem !important;
    text-align: center;
    font-size: 1.2rem;
	padding-top:4.5rem;
	background:url(/wp-content/uploads/2026/05/company_deco.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

h3.point_ttl:after {
    display:none;
}

.recruit_message h3 {
    display: inline-block;
    transform: skew(-15deg);
    font-size: 4rem;
	padding:0;
	border:none;
	margin:2rem 0!important;
}

.recruit_message h3:after {
    display:none;
}

.recruit_message_ttl{
	font-size:1.8rem;
	font-weight:bold;
	line-height:150%;
	margin-bottom:2rem;
}

.recruit_message{
	text-align:center;
}

.page-id-18 .page-header, .page-id-18 .breadcrumb{
	display:none;
}

.page-id-18 .site-body{
	padding-top:0;
}

h3.simple_h3 {
    border: none;
    text-align: center;
    color: #144980;
    font-size: 3rem;
    padding: 0;
    margin: 0 0 4rem;
}

h3.simple_h3:after {
    display:none;
}

.inline_border{
	text-align:center;
}

.inline_border p{
	display:inline-block;
	border-bottom:1px solid #144980;
	font-size:1.2rem;
}

.white_box{
	background:#fff;
	padding:1rem;
}

h4.works_info_h4{
	font-weight:normal;
	font-size:1.3rem;
	padding:1rem;
	border-radius:0px;
}

.white_box p{
	font-size:16px;
}

.challenging_Area {
    margin-top: 4rem !important;
    background: #fff;
	position:relative;
}

.challenging_Area h4{
	background:#144980;
	color:#fff;
	font-weight:normal;
	position:absolute;
	top:-1.5rem;
	left:1rem;
	border-radius:0px;
	padding:0.5rem 1.5rem 0.5rem 0.5rem;
	font-size:1.3rem;
}

.challenging_left {
    width: 60%;
	padding: 2.5rem 0 1rem 1rem ;
}

.challenging_left p{
    margin-bottom:0;
	font-size:16px;
}

.challenging_right {
    width: 35%;
}

.challenging_img {
    width: 100%;
	height:100%;
}

.challenging_img  img{
    width: 100%;
	height:100%;
	object-fit:cover;
}

.challenging_catch{
	font-size:1.8rem;
	font-weight:bold;
	font-style:italic;
	margin-bottom:0.5rem;
	line-height:150%;
}

.portrait_Area{
	position:relative;
	margin-bottom:4rem!important;
}

.portrait_box {
    background: #ffffff;
    border: 1px solid #144980;
    padding: 2.5rem 2rem;
    position: relative;
	max-width:800px;
	margin:-7rem auto 0;
	box-shadow: 2px 2px 7px rgba(89, 102, 122,0.5);
	border-radius:1rem;
}

ul.flow_list {
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
    padding: 0;
    margin: 5rem 0 0!important;
	border-top:1px solid #ccc;
}

ul.flow_list li{
    list-style-type:none;
	width:32%;
	position:relative;
	margin:0;
	padding-top:1.5rem;
}

ul.flow_list li:before{
    content:"";
	width:10px;
	height:10px;
	display:block;
	border-radius:50%;
	background:#144980;
	position:absolute;
	top:-5px;
	left:50%;
	transform:translatex(-50%);
}

h3.h3_deco {
    text-align: center;
    font-size: 2.5rem;
    padding: 0;
    border: none;
}

h3.h3_deco:after {
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: linear-gradient(to right, #dee3ff 50%, #144980 50%);
    margin: 1rem auto 3rem;
	position:relative;
	border:none;
}

ul.flow_list li h4{
	background:transparent;
	text-align:center;
	border:1px solid #144980;
	color:#144980;
	font-size:1.5rem;
	display:flex;
	align-items:center;
	justify-content:center;
	height:80px;
	padding:0.5rem;
	border-radius:0px;
	line-height:130%;
	margin-bottom:1rem;
}

ul.flow_list li p{
	margin:0;
	font-size:18px;
	padding-left:30px;
	padding-right:30px;
}

.voice_Area {
    border: 1px solid #144980;
    margin-top: 4rem !important;
    position: relative;
    padding: 2rem;
	border-radius:1rem;
}

.voice_left {
    width: 70%;
	margin-top:1rem;
}

.item_center{
	align-items:center;
}

.voice_right {
    width: 25%;
}

.voice_catch {
    font-size:1.5rem;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin-bottom:1rem;
	padding-bottom:0.5rem;
}

.voice_catch span {
    display: block;
    font-size: 16px;
	font-weight:normal;
}

.voice_left p{
    margin:0!important;
	font-size:16px;
}

h4.voice_ttl {
    background: #144980;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: -1.5rem;
    left: 2rem;
    border-radius: 0px;
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
    font-size: 1.3rem;
}

table.recruit_table {
	border:none;
	max-width:800px;
	margin:0 auto;
	width:100%;
}

table.recruit_table th, table.recruit_table td{
    border:none;
	padding:1.5rem;
	font-size:1rem;
}

table.recruit_table th{
	border-bottom:1px solid #144980;
	width:200px;
}

table.recruit_table td{
	border-bottom:1px solid #ccc;
	width:calc(100% - 200px);
}

table.recruit_table td span{
	font-size:14px;
	line-height:130%;
}

.recruit_tableArea{
	background:#fff;
	padding:2rem;
	border-radius:3rem;
}

table.recruit_table td p:last-of-type{
	margin-bottom:0!important;
}

table.recruit_table td ul li{
	line-height:160%;
}

table.recruit_table td ul li span{
	line-height:130%;
}

.requirements_Area h3.simple_h3 {
    color: #fff;
}

.recruit_works_info{
	padding-bottom:6rem;
}

.challenging_Area h4:after {
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    top: 0px;
    border: none;
    border-left: solid 40px #144980;
    border-top: solid 45px transparent;
}

.portrait_box ul {
    padding: 0;
    margin: 0;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.portrait_box ul li{
    list-style-type:none;
	border-bottom:1px solid #144980;
	display:inline-block;
	font-size:1.5rem;
	font-weight:bold;
}

h4.voice_ttl:after {
    content: "";
    display: block;
    position: absolute;
    right: -40px;
    top: 0px;
    border: none;
    border-left: solid 40px #144980;
    border-top: solid 45px transparent;
}

.normal_bnrArea {
    max-width: 900px;
    margin: 4rem auto;
    width: 100%;
	display:flex;
	justify-content:space-between;
}

.normal_bnrArea a{
	display:block;
	width:48%;
	background: linear-gradient(to right, #cccdce 50%, #f6f6f6 50%);
	background-size:200%;
	background-position:right;
	text-align:left;
	font-size:1.3rem;
	position:relative;
	overflow:hidden;
}

.normal_bnrArea a:hover{
	opacity:1;
	background-position:left;
}

.normal_bnrArea a:before, .normal_bnrArea a:after {
    content: "";
    width: 7rem;
    height: 200%;
    position: absolute;
    right: -5rem;
    display: block;
	z-index:2;
}

.normal_bnrArea a:before {
    background: #ebebeb;
    transform: translatey(-50%) rotate(-30deg);
	top: 30%;
}


.normal_bnrArea a:after {
    background: #144980;
    transform: translatey(-50%) rotate(30deg);
	top:70%;
}

.normal_bnrArea a p{
	margin:0!important;
	position:relative;
	z-index:3;
	transition:0.3s ease;
	padding:2rem 1.5rem;
}

.normal_bnrArea a:hover p{
	color:#fff;
}

a.entry_Area{
	display:block;
	background:url(/wp-content/uploads/2026/05/entry_bg.jpg);
	padding:5rem 0;
	background-position: 80% 10%;
}

a.entry_Area:after{
	content:"";
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:rgba(77,84,89,0.9);
	mix-blend-mode:multiply;
	z-index:2;
	transition:0.5s ease;
}

a.entry_Area:hover{
	opacity:1;
}

a.entry_Area:hover:after{
	background:rgba(77,84,89,0.7);
}

a.entry_Area .container{
	position:relative;
	z-index:3;
	color:#fff;
}

h2.entry_h2 {
    border: none;
    padding: 0;
    font-size: 3.5rem;
    transform: skew(-25deg);
    display: inline-block;
	margin-bottom:2rem;
}

h2.entry_h2 span{
	border-bottom: 1px solid #fff;
	padding-bottom:0.5rem;
}

.center{
	text-align:center;
}

a.entry_Area .container p{
	text-align:center;
	margin:0!important;
}

.entry_btn {
    text-align: center;
    border: 1px solid #fff;
    display: block;
    font-size: 3rem;
    padding: 2rem 0.5rem;
    max-width: 400px;
    margin: 3rem auto 0;
    font-weight: bold;
	transform:skew(-20deg);
	transition:0.5s ease;
	background:linear-gradient(to right, #fff 50%, transparent 50%);
	background-size:200%;
	background-position:right;
}

.entry_btn.effect{
	transform:skew(-20deg)transform:translatey(80px);	
}

.entry_btn.effect.active{
	animation:entery_btn 1s ease 1 forwards;
}

@keyframes entery_btn{
	0%{opacity:0;transform:translatey(80px) skew(-20deg);}
	100%{opacity:1;transform:translatey(0) skew(-20deg);}
}

a.entry_Area:hover .container .entry_btn {
	background-position:left;
	color:#144980;
}

.recruit_header_inner h2 {
    padding: 0;
    border: none;
    color: #fff;
    display: flex;
	flex-direction:column;
	margin:0 0 0 -1.5rem;
	align-items: flex-start;
	font-size:5.5rem;
	font-weight:bold;
}

.recruit_header_inner h2 span{
	transform:skew(-20deg);
	border-bottom:1px solid #fff;
	padding-bottom:0;
	display:inline-block;
	margin-bottom:0.8rem;
	line-height:130%;
}

.recruit_header span.vk_outer-background-area.has-background.has-background-dim {
    mix-blend-mode: multiply;
}

h1.recruit_pagettl {
    color: #fff;
    font-weight: normal;
    font-size: 3.5rem;
	margin-bottom:5rem;
	transform:skew(-15deg);
	line-height:150%;
}

h1.recruit_pagettl span{
	display:block;
	font-size:1.8rem;
	transform:skew(0);
	line-height:150%;
}

.recruit_message p {
    font-size: 16px;
}

.single_deco{
	position:relative;
}

.single_deco:before{
	content:"";
	width:100%;
	height:30rem;
	display:block;
	background:#f2f2f2;
	z-index:-1;
	position:absolute;
	top:15%;
	left:50%;
	transform:translatex(-50%) skew(-15deg) rotate(-15deg);
}

.entry-meta{
	display:none;
}

/****投稿*****/

.side_h2 {
    font-size: 1.3rem;
    border-top: none;
    padding: 0 0 0.5rem;
    position: relative;
    border-bottom-color: #eee;
    margin-bottom: 0!important;
}

.side_h2:after{
	content:"";
	width:2.5rem;
	height:3px;
	display:block;
	position:absolute;
	bottom:-1.5px;
	left:0;
	background:#144980;
}

aside#block-9{
	margin-bottom:1rem;
}

.sub-section .vk_post .vk_post_title a, .vk_post .vk_post_title a{
	color:#144980;
}

.sub-section .vk_post .vk_post_title a:hover{
	color:#3f77aa;
	opacity:1;
}

.vk_post_imgOuter_singleTermLabel {
    line-height: 160%;
}

.main-section>.vk_posts>.vk_post-col-sm-12 .vk_post_title {
        font-size: 14px;
        font-weight: normal;
}

.entry_meta.page-header-subtext{
	display:none;
}

h2.form_ttl {
    border: none;
    padding: 0;
    margin: 0 0 2rem;
    font-size: 2rem;
    position: relative;
    border-left: 10px solid #144980;
    padding-left: 1rem;
	transform: skewX(-10deg);
}

table.form_table{
	border-left:none;
	border-right:none;
	margin-top:3rem;
	margin-bottom:2rem;
}

table.form_table th, table.form_table td {
    border: none;
}

table.form_table th{
	width:300px;
	text-align:left;
}

table.form_table tr:nth-of-type(odd) {
    background:#f6f6f6;
}

span.required {
    color: #ce2525;
    font-size: 13px;
    font-weight: normal;
	margin-left:5px;
}

input.form_middle {
    max-width: 400px;
	width:100%;
}

input.form_long {
    max-width: 600px;
	width:100%;
}

input[type="submit"] {
    margin: 0 auto;
    display: block;
}

.effect{
	opacity:0;
	transform:translatey(80px);
}

.effect.active{
	animation:effect_anime 1s ease 1 forwards;
}

@keyframes effect_anime{
	0%{opacity:0; transform:translatey(80px);}
	100%{opacity:1; transform:translatey(0);}
}

ul.check_list {
    padding: 0;
}

ul.check_list li{
   list-style-type:none;
	display:flex;
}

ul.check_list li:before{
   content:"";
	width:24px;
	height:20px;
	display:block;
	background-image:url(/wp-content/uploads/2026/05/check.png);
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:5px;
	margin-top:3px;
}

ul.check_list li p{
   margin:0!important;
	width:calc(100% - 29px);
}

/*****ハンバーガーメニュー****/

.h_menu {
	width:55px;
	height:55px;
	background:#144980;
	text-align:center;
	z-index:10003;
	position:fixed;
	top:0;
	right:0;
	border-radius:0 0 0 8px;
	box-shadow: -2px 2px 4px rgba(7, 57, 102, 0.5);
}

.h_menu:hover {
    cursor: pointer;
}

.bar {
	width:28px;
	height:2px;
	background:#fff;
	display:block;
	position:absolute;
	left:50%;
	border-radius:5px;
}

.bar_top {
	top:26px;
	transform:translate(-50%,-10px);
    transition: transform .8s;  
}

.bar_middle {
	top:50%;
	transform:translate(-50%,-50%);
    transition: transform .8s;  
}

.bar_bottom {
	top:26px;
	transform:translate(-50%,10px);
    transition: transform .8s;  
}

.bar.bar_top.close {
    transform: translate(-50%,0) rotate(45deg);      
    transition: transform .8s;  
}

.bar.bar_middle.close {
    opacity: 0;       
    transition: opacity .8s;   
}

.bar.bar_bottom.close {
    transform: translate(-50%,0) rotate(-45deg);      
    transition: transform .8s;  
}

#h_menu_toggle.menu_open{
	display:block;
	animation:menu_anime 0.5s ease 1 forwards;
	transition:0.5s ease;
}

@keyframes menu_anime{
	0%{	transform:translatex(-150%); opacity:0;}
	100%{transform:translatex(0); opacity:1;}
}

#h_menu_toggle{
    width: 100vw;
    height: 100vh;
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	transform:translatex(-150%);
	transition:0.5s ease;
	opacity:0;
}

#h_menu_box {
    width: 100vw;
    height: 100vh;
    background: #144980;
    top: 0;
    left: 0;
	display:flex;
	align-items:center;
	position:fixed;
    padding: 30px;
	z-index:10001;
}

#h_menu_box nav{
	max-width:350px;
	width:100%;
	margin:0 auto;
	text-align:center;
}

ul.h_menu_icon {
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
}

ul.h_menu_icon li{
    margin-left:15px;
}

ul.h_menu_icon li a{
    font-size:16px;
}

ul.h_menu_icon li a:hover{
    color:#a82112;
	opacity:1;
}

ul.h_menu_icon li:first-of-type{
    margin-left:0;
}

.h_menu_btn a{
	background:#fff;
	color:#144980;
	display:block;
	padding: 15px 10px;
	border-radius:100px;
	box-shadow:2px 2px 4px rgba(7,57,102,0.7);
}

.h_menu_btn a:hover{
	background:#89140b;
	opacity:1;
}

.h_menu_btn a p{
	margin:0!important;
	transform:skew(-15deg);
}

a.h_home_btn {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.h_menu_btn a span{
	display:block;
	font-size:12px;
	line-height:130%;
}

ul.h_memu_list {
    padding: 0;
    margin: 40px 0;
    border-top:1px solid rgba(245,245,245,0.3);
}

ul.h_memu_list li{
    border-bottom:1px solid rgba(245,245,245,0.3);
}

ul.h_memu_list li a{
    padding:10px;
	display:block;
	font-size:15px;
    color: #fff;
	transform:skew(-15deg);
}

ul.h_memu_list li a:hover{
	color:#a82112;
	background:rgba(244,244,244,0.5);
	opacity:1;
}

.h_menu{
	display:none;
}

h1.h_menu_logo {
    max-width: 130px;
    margin: 0 auto;
	width:100%;
}

#vk-mobile-nav-menu-btn {
    display: none;
}

.page_top_btn {
    display: none ! Important;
}

/****フォーム****/

ul.form_step {
    padding: 0;
    margin: 0 0 3rem;
    display: flex;
    justify-content: center;
}

ul.form_step li{
    list-style-type:none;
	margin:0 30px 0 0;
	width:120px;
	height:120px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50%;
	text-align:center;
	background:#f5f5f5;
	line-height:150%;
	flex-direction:column;

}

li.step_action {
    background: #ccc !important;
}

ul.form_step li p{
	margin:0;
	line-height:150%;
	font-size:16px;
}

ul.form_step li:last-of-type{
	margin-right:0;
}

ul.form_step li span{
	display:block;
	font-size:13px;
	line-height:100%;
	margin-bottom:10px;
}

/****プライバシー****/

.privacy_Area {
    margin-top: 3rem;
}

.privacy_txt, .privacy_child p, .privacy_child ul li {
    font-size: 15px;
    line-height: 180%;
}

.privacy_child {
    margin-bottom: 2.5rem;
}

.privacy_child h2 {
    border-top: none;
    font-size: 20px;
    margin: 0 0 1rem;
    padding: 0.5rem 0.5rem 0.5rem 0.8rem;
	transform:skew(-15deg);
	border-left: 8px solid #144980;
}

.policy_check {
    text-align: center;
    font-size: 14px;
	margin-bottom:2rem;
}

.policy_check p a{
	text-decoration:underline;
}

/****スマホ対応*****/
@media(max-width:1200px){
.home_recruit_ttl h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: skewX(0);
}
	
.home_recruit .container.home_recruit_ttl:before {
    width: 19rem;
    height: 19rem;
}
	
.round_ttl {
    font-size: 2rem;
}

}

@media(max-width:991.98px){
.h_menu{
	display:block;
}
	
h2.entry_h2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}
	
ul.flow_list li p {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
	
h4.voice_ttl:after, .challenging_Area h4:after {
    border-top: solid 38px transparent;
}
	
ul.point_list li {
    width: 49%;
}
	
ul.point_list li:nth-of-type(3n) {
    margin-right:2%!important;
}
	
ul.point_list li:nth-of-type(even) {
    margin-right:0;
}
	
}

@media(max-width:767px){
h1.vkvu_section_title {
    font-size: 44px;
}
	
p.vkvu_section_text {
    font-size: 19px;
}

.about_container h3 {
    font-size: 35px;
    text-align: left;
    margin-bottom: 30px;
	line-height:180%;
	transform: skewX(0);
	padding-left:15px;
}
	
.about_container h3 span{
	display:inline-block;
	line-height:130%;
}
	
.about_txt p {
    font-size: 15px;
    text-align: left;
	padding-left:15px;
	padding-right:15px;
}
	
.about_container h2.main_h2 {
    font-size: 55px !important;
    margin-bottom: 20px!important;
	text-align:left;
	margin-top: -30px !important;
}
	
.about_outer:before, .about_outer:after {
    content: "";
    height: 300px;
    width: calc(100% + 10%);
    position: relative;
    top: 0;
    left: 0;
}
	
.about_outer:after{
    position:absolute;
}
	
.about_outer {
    padding-top: 0;
    min-height: auto;
}
	
.about_Area {
    background: linear-gradient(to left, #144980 97%, transparent 97%);
}
	
h2.main_h2 {
    font-size: 55px !important;
    margin-bottom: 40px !important;
}
	
.top_business {
    padding-bottom: 200px;
    padding-top: 60px;
}
	
h3.home_business_h3 {
    font-size: 24px;
    margin-bottom: 30px !important;
}
	
.pc{display:none;}
.sp{display:block;}
	
.vk_outer-width-full.vk_outer-paddingLR-none>div>.vk_outer_container {
    max-width: var(--vk-width-container);
    padding-left: 30px;
    padding-right: 30px;
}
	
.round_ttl {
    font-size: 24px;
}
	
.round_txt p {
    font-size: 16px;
	line-height:150%;
}
	
.business_right {
    width: 100%;
    margin: 0 auto;
}
	
a.switch_btn {
    width: 75%;
    margin: 40px auto 0 !important;
    font-size: 15px;
	padding:20px;
	height:60px;
}
	
.works_Area {
    padding-bottom: 60px;
}

.works_Area:after {
    right: -15rem;
}
	
.second_bnr {
    margin-top: 0 !important;
}
	
.bnr_btn_txt h3 {
    font-size: 35px;
    margin-bottom: 25px;
}
	
.bnr_btn_txt h3 span {
    font-size: 15px;
}
	
.top_company {
    padding-bottom: 60px;
    padding-top: 60px;
}
	
.top_news h2.main_h2 {
    font-size: 55px !important;
    margin-bottom: 30px !important;
}
	
.top_news{
    padding-left:15px;
    padding-right:15px;
}
	
.footer_left, .footer_right{
    width: 100%;
}
	
.main-section{
    margin-bottom:0;
}

.footer_logo {
    margin-bottom: 30px;
    max-width: 250px;
    margin: 0 auto 30px;
}

.footer_right ul li {
    width: 100%;
	text-align:left;
	border-bottom:1px solid #cacaca;
	margin:0;
}
	
.footer_right ul li a{
	padding:10px 0;
	display:block;
}

	
.footer_Area {
    margin-top: 40px !important;
    margin-bottom: 25px !important;
    padding-left: 15px;
    padding-right: 15px;
	text-align:center;
}
	
.footer_right ul {
    margin: 30px 0 0;
}
	
a.contact_btn {
    font-size: 35px;
    padding: 20px;
    margin-top: 20px !important;
}
	
.home_recruit_txt {
    text-align: left;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
	
.home_recruit {
    padding-bottom: 50px;
}
	
.home_recruit_ttl h3{
    font-size: 40px;
    margin-bottom: 30px;
}
	
.home_recruit a.switch_btn {
        margin: 30px auto 0 !important;
}
	
.home_recruit h2 {
    font-size: 55px;
    padding-left: 15px;
    padding-right: 15px;
}
	
.home_recruit:before, .home_recruit:after {
    width: 95%;
	height:450px;
}
	
.home_recruit_ttl {
    height: 450px;
}
	
.home_recruit .container.home_recruit_ttl:before {
    width: 15rem;
    height: 15rem;
    bottom: -100px;
	top:auto;
    right: 50%;
    opacity: 0.8;
    transform: translateX(50%);
}
	
.top_business:before, .top_company:before {
    height: 20rem;
}
	
a.switch_btn:before {
    width: 40px;
    height: 40px;
}
	
.works_Area a.switch_btn {
    margin: 20px auto 0 !important;
}

.bnr_btn_txt {
    bottom: 20px;
    left: 15px;
}
	
.footer_right ul li a {
    font-size: 16px;
}
	
a.top_btn {
    font-size: 15px;
	padding-top:10px;
	padding-bottom:10px;
}
	
.contact_inner {
    padding-top: 30px;
}

.home_recruit_txt p {
    line-height: 200%;
}
	
.site-header-logo img {
    max-height: 60px;
}
	
h2.child_h2 {
    font-size: 45px;
    margin-bottom: 25px !important;
}
	
h3.greeting_h3 {
    font-size: 24px;
}
	
.ceo_img:after {
    width: 12rem;
    height: 3rem;
    top: -1rem;
    left: -1rem;
}
	
.greeting_flex{
	flex-direction:column-reverse;
}
	
.deco_Area {
    padding-bottom: 17rem;
}
	
.info_table td, .info_table tr td:first-of-type {
    display:block;
	width:100%;
	padding:0.8rem;
}
	
.info_table tr td:first-of-type {
    border:none;
	padding-bottom:0;
	margin-bottom:10px;
	font-size:1.1rem;
}
	
.info_table tr td:last-of-type {
	padding-top:0;
}
	
.business_info_ttl:before {
    background-position: center;
}
	
.business_info_ttl {
    min-height: 290px;
    width: calc(100% - 15px);
    margin: 0 0 40px auto;
}

.business_info_ttl h2 {
    font-size: 28px;
    left: 5px;
}
	
.business_infoArea {
    padding-bottom: 50px;
    margin-top: -85px;
}
	
.business_txtBox h3 {
    font-size: 24px;
    margin: 0 0 30px;
}
	
ul.business_round_list li {
    margin: 0 5px 0 0;
    width: 105px;
    height: 105px;
}
	
ul.business_round_list li:before {
    top: 3px;
    left: 4px;
    font-size: 24px;
}
	
ul.business_round_list li p {
    font-size: 15px;
	letter-spacing:0;
}
	
ul.business_round_list li p span {
    font-size: 12px;
}

.business_txt {
    margin: 30px auto;
	padding-left:15px;
	padding-right:15px;
}
	
.business_listArea h4 {
    font-size: 18px;
}
	
.business_listArea h4:after {
    width: 60px;
    height: 4px;
    margin: 10px auto 30px;
}
	
.business_listArea {
    padding: 25px;
}
	
.business_listArea ul li {
    width: 49%;
}
	
.business_listArea ul li:nth-of-type(3n) {
    margin-right: 2%;
}

.business_listArea ul li:nth-of-type(even) {
    margin-right: 0;
}
	
.business_listArea ul li:before {
    margin-top: 7px;
	width:7px;
	height:7px;
}
	
.business_listArea ul li p span {
    font-size: 12px;
}
	
.business_list_txt {
    margin-top: 20px;
    padding-top: 15px;
    font-size: 14px;
}
	
.business_txt p {
    line-height: 180% !important;
}
	
.top_business:before {
    top: 25%;
}
	
.business_info_ttl:before, .business_info_ttl:after {
    border-radius: 25px 0 0 25px;
}

.page-header-title, h1.page-header-title {
    font-size: 30px;
}
	
.recruit_header_inner h2 {
    margin: 0;
    font-size: 35px;
}
	
h1.recruit_pagettl {
    font-size: 25px;
    margin-bottom: 50px;
}
	
h1.recruit_pagettl span {
    font-size: 16px;
}
	
.recruit_message h3 {
    font-size: 25px;
    margin: 20px 0 !important;
}
	
.recruit_message_ttl {
    font-size: 17px;
    margin-bottom: 20px;
	letter-spacing:0.5px;
}
	
.recruit_message p {
    font-size: 14px;
    text-align: left;
}
	
h3.point_ttl {
    margin: 0 0 25px !important;
    font-size: 16px;
    padding-top: 28px;
	background-position:top;
}
	
h3.point_ttl p{
	line-height:150%;
}
	
ul.point_list li {
    margin: 0 0 15px 0;
    width: 100%;
    padding: 35px 20px;
}
	
ul.point_list li:last-of-type {
    margin-bottom:0!important;
}
	
ul.point_list li h4 {
    font-size: 23px;
}
	
ul.point_list li h4:after {
    width: 30px;
    height: 3px;
    margin: 20px auto 30px;
}
	
ul.point_list li p {
    margin: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}
	
.deco_Area:after, .deco_Area:before {
    height: 15rem;
}
	
.deco_Area {
    padding-bottom: 12rem;
}
	
h3.simple_h3 {
    font-size: 25px;
    margin: 0 0 30px;
}
	
.inline_border p {
    border-bottom: none;
    font-size: 16px;
	margin:0!important;
}
	
h4.works_info_h4 {
    font-size: 16px;
    padding: 10px 15px;
}
	
.white_box {
    padding: 20px;
}
	
.white_box p {
    font-size: 15px;
}
	
.white_box ul li{
	margin-top:0;
	line-height:150%;
}
	
.challenging_right {
    width: 100%;
}
	
.challenging_left {
    width: 100%;
    padding: 20px;
}
	
.sp_column_r{
    flex-direction:column-reverse;
}
	
.challenging_catch {
    font-size: 20px;
    margin-bottom: 10px;
}
	
.challenging_left p {
    font-size: 15px;
}
	
.challenging_Area {
    margin-top: 40px !important;
}
	
.challenging_Area h4 {
    font-size: 17px;
}

.challenging_Area h4:after {
    right: -28px;
    border-left: solid 28px #144980;
    border-top: solid 38px transparent;
}

.recruit_works_info {
    padding-bottom: 50px;
}

h3.h3_deco {
    font-size: 25px;
}
	
.portrait_box ul li {
    margin-top:0!important;
    font-size: 16px;
	letter-spacing:0.5px;
}
	
.portrait_box {
    padding: 25px 10px;
	margin-top:-50px;
}
	
.ceo_img {
    max-width: 280px;
    margin: 10px auto 0!important;
	width:100%;
}
	
.portrait_img {
    width: 100%;
    height: 300px;
}
	
.portrait_img img{
    width: 100%;
    height: 100%;
	object-fit:cover;
}
	

ul.flow_list {
    margin: 50px 0 0 !important;
    border-top: none;
    border-left: 1px solid #ccc;
}
	
ul.flow_list li {
    width: 100%;
    padding-top: 0;
	padding-left:20px;
	margin-bottom:30px;
}
	
ul.flow_list li h4 {
    font-size: 18px;
    height: auto;
    padding: 15px;
    margin-bottom: 20px;
}
	
ul.flow_list li p {
    margin: 0!important;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}
	
ul.flow_list li:before {
    top: 25px;
    left: 0;
}
	
.voice_right {
    width: 90%;
    max-width: 350px;
    margin: 0 auto 25px;
}
	
.voice_left {
    width: 100%;
	margin-top:0;
}
	
h4.voice_ttl {
    padding: 7px 15px 7px 10px;
    font-size: 17px;
	left:1rem;
}
	
h4.voice_ttl:after{
	right: -28px;
	border-left: solid 28px #144980;
	border-top: solid 38px transparent;
}
	
.voice_catch {
    font-size: 18px;
    margin-bottom: 18px;
}
	
.voice_catch span {
    font-size: 15px;
}
	
.voice_left p {
    font-size: 15px;
}
	
.voice_Area {
    margin-top: 40px !important;
    padding: 30px 20px;
}
	
table.recruit_table th, table.recruit_table td{
    width: 100%;
    display: block;
	text-align:left;
    padding: 10px 15px;
    font-size: 14px;
}
	
.normal_bnrArea{
    flex-wrap:wrap;
	margin:40px 0;
}
	
.normal_bnrArea a {
    width: 100%;
    font-size: 16px;
	margin-bottom:15px;
}
	
.recruit_tableArea{
    border-radius:1rem;
}
	
.normal_bnrArea a:last-of-type {
	margin-bottom:0;
}
	
h2.entry_h2 {
	font-size:35px;
	margin-bottom:40px;
}
	
a.entry_Area .container p {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
	
.entry_btn {
    font-size: 35px;
    padding: 20px 10px;
    max-width: 350px;
    margin: 40px auto 0;
    width: 80%;
}
	
a.entry_Area {
    padding: 50px 0;
    background-position: center;
}
	
h1.entry-title{
    font-size:20px;
}
	
.single-post h1.page-header-title{
    text-align:left;
	font-size:18px;
}

h2.form_ttl {
    font-size: 20px;
    margin: 0 0 20px;
    border-left-width: 4px;
    padding-left: 8px;
}
	
table.form_table tr:nth-of-type(odd) {
    background: transparent;
}
	
table.form_table th, table.form_table td {
    width: 100%;
    display: block;
}
	
table.form_table th{
    background:#f6f6f6;
}
	
span.required {
    font-size: 11px;
}
	
ul.check_list li:before {
    width: 20px;
    height: 18px;
}
	
ul.check_list li p {
    width: calc(100% - 25px);
}
	
ul.form_step li p {
    font-size: 14px;
	line-height:140%;
}
	
ul.form_step li span {
    font-size: 11px;
    margin-bottom: 8px;
}

ul.form_step li {
    margin: 0 15px 0 0;
    width: 95px;
    height: 95px;
	font-size: 14px;
	line-height: 140%;
}

.privacy_txt, .privacy_child p, .privacy_child ul li {
    font-size: 14px;
    line-height: 160%;
}
	
.privacy_child h2 {
    font-size: 16px;
    border-left: 6px solid #144980;
}
	
.privacy_child {
    margin-bottom: 25px;
}
	
.policy_check {
    font-size: 13px;
    margin-bottom: 30px;
}
	
ul.point_list li:nth-of-type(3n) {
    margin-right:0!important;
}
	
}


