@charset "utf-8";
/* CSS Document */
:root {
    --mainblue: #08C2C2;
    --lightblue: #B2E9EC;
    --darkblue: #02476B;
    --gold: #C6954E;
    --gray: #707070;
    --lightgray: #F7F6F5;
    --red: #FF0032;
}
.bg-lg{
    background-color: var(--lightgray);
        margin-top:-25vw;
        padding-top: 20vw!important;
    }
html {
    height:100%;
    background:#fff; 
    font-family:"Hiragino Mincho ProN", YuMincho,  serif;
    line-height: 1.8em;
    font-weight: normal;
    }
body {
    -webkit-text-size-adjust:100%!important;
    -ms-text-size-adjust:100%!important;
    position:relative;
    z-index: 1;
 }

/* テキストのフェードイン */
.fadein {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

@media all and (-ms-high-contrast:none) {
.g-nav-menu li {
	padding:20px 0!important;
	}
.g-nav-menu li a {
	padding-top:13px!important;
	}
.g-nav-menu li.entry a {
	padding:15px 18px 2px 18px!important;
	}
#flow_privilege .privilege ul li a {
	padding:15px 0 5px 0!important;
	}
.btn {
	padding:25px 25px 10px 25px!important;
	}
}
.inner {
    max-width:1200px;
    margin:80px auto 0;
    width:100%;
	}

#login-area .inner,#about .inner, footer .inner{
    margin:0 auto;
    }
.content {
    padding:100px 15px;
    position:relative;
 }
#job .content {
    padding:0 15px 100px;
    }
#merit.content, #support.content {
    padding:100px 15px 0;
    }  
.content-m {
    margin:100px 15px;
    position:relative;
    }
.cf:after {
    content:"";
    clear:both;
    display:block;
	}
h1{
	font-size: 50px;
	margin: 15px 0;
	line-height: 1.1;
	text-align: center;
	color: #02325A;
	font-weight: 600;
}
h1 span{

font-weight: 600;

font-size: 74px;
}

h2{
    font-size: 30px;
    margin-bottom: 80px;
    line-height: 1.5em;
    text-align: center;
    }
h3{
    font-size: 24px;
    margin-bottom: 2em;
    line-height: 1.8em;
    text-align: center;
    }
p{
    font-size:16px;
    line-height:1.8em;
    color:#222222;
    text-align: left;
}
.text-c{
    text-align: center;
    }
a:hover {
    text-decoration:none;
    transition: all 0.3s;
    opacity: 0.8;
	}
a img {
    transition:0.2s;
	}
.underline{
    position: relative;
    margin-bottom: 1em;
}
.underline::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-49%);
    width: 45px;
    height: 3px;
    background-color: var(--mainblue);
  }
.logo{
    max-width: 180px;
    position:absolute;
    z-index:100;
    top:14px;
    left:20px;
	}

.btn a {
    display:block;
    position: relative;
    background: var(--red);
    color:#fff;
    font-size:24px;
    text-decoration:none;
    width: 60%;
    margin: 0 auto;
    padding:25px;
    text-align: center;
    line-height: 1.5em;
 }
.btn a:hover {
	transition: all 0.3s;
}
.btn a::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right:1em;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(135deg);
}
.head--g-nav{
	z-index:111;
	display:none;
	}
.flex{
    display: flex;
    flex-direction: row;
    }
.flex-wrap{
    flex-wrap: wrap;
}   
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.item-stretch{
    align-items:stretch;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.flex-col {
    flex-direction: column;
}
.flex-row{
    flex-direction: row;
}
.flex-sm-row {
    flex-direction: column;
}
.flex-sm-col {
    flex-direction: row;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.grow-1{
    flex-grow: 1;
}
/*=====================================
header
=====================================*/
header {
    z-index:1000;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	}
header ul {
    display:inherit;
    float:right;
    margin-right:30px;
	}
header.fixed.inner {
    max-width:100%;
	}
header.fixed ul {
    padding-left:30px;
	}
/*=====================================
navgation
=====================================*/
.g-nav {
    width:100%;
    z-index:10;
	}
.g-nav-menu li {
    position:relative;
    float: left;
    margin-right:1em;
    display:block;
    padding:30px 0;
	}
.g-nav-menu li a {
    position:relative;
    font-size:17px;
    font-weight: bold;
    color:#222222;
    display:block;
    line-height:16px;
    text-decoration:none;
	}
.g-nav-menu li.entry {
    padding:15px 0;
    margin-left: 1em;
	}
.g-nav-menu li.entry a {
    background: var(--red);
    color:#fff;
    padding:15px 18px;
 }
.g-nav-menu li.entry a::before {
    display:none;
	}
.fixed {
    position:fixed;
    right:0;
    background:#fff;
    width:100%;
    padding:0;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
	}
/*=====================================
mainVisual
=====================================*/
#mainVisual {
 display: flex;
 /* height: 65vh; */
 }
#mainVisual .mv_textarea{
	/* max-width: 780px; */
	/* height: 760px; */
	margin: 0 auto;
	text-align: center;
	padding: 30px 40px;
	/* width: 69%; */
	/* min-width: 800px; */
	min-width: 760px;
}
#mainVisual .mv_textarea p{
	text-align: center;
}
#mainVisual .mv_textarea p.text01{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0;
}
#mainVisual .mv_textarea p.subtitle{
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 700;
	/* margin-top: 20px; */
	letter-spacing: 2px;
}
#mainVisual .mv_textarea .achievement{
}
#mainVisual .mv_textarea .achievement ul{
	display: flex;
	justify-content: center;
}
#mainVisual .mv_textarea .achievement ul li{
	padding: 10px 20px;
	margin: 5px;
	font-size: 20px;
	line-height: 1;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	border-radius: 6px;
	color: #ffffff;
	text-shadow: 2px 2px 5px #000;
}
#mainVisual .mv_textarea .achievement ul li span{
	font-size: 30px;
}
#mainVisual .mv_textarea .rankingNo1{
	margin: 0 auto;
	/* width: 760px; */
}

#mainVisual .mv_textarea .rankingNo1 p.rankingNo1_annotation{
	font-size: 12px;
	text-align: center;
}

#mainVisual .test_01,
#mainVisual .test_02{
 background: red;
 width: 100%;
 }

#mainVisual .test_01{
 background: url(https://img.jusnet.co.jp/career/lp/keiri5/images/mv_new_bg_01.jpg) right center no-repeat #02325a;
 background-size: contain;
 }


#mainVisual .test_02{
background: url('https://img.jusnet.co.jp/career/lp/keiri5/images/mv_new_bg_02.jpg') 0  no-repeat #02325a;
 background-size: contain;
 }
/*=====================================
entry-area
=====================================*/
.entry-area{
	background-color: #F7F6F5;
	padding: 40px 15px;
}

.entry-area .inner.btn{
	margin: 0 auto;
}

/*=====================================
about
=====================================*/
#about h2{
    font-size: 30px;
}
#about h3{
    font-size: 24px;
    margin-bottom: 1em;
    text-align: left;
}
#about h3 span{
    border-bottom:2px solid var(--mainblue) ;
}
#about .text, #about .image{
    width: 48%; 
}
/*=====================================
job
=====================================*/
.tabBox{
    background-color: var(--lightblue) ;
    padding: 50px 0;
}
.tabArea {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }

.one_tab {
    width: 49%;
    margin-bottom: 20px;
    }
.tab_inner {
    padding:3em 70px 3em 100px;
    display: block;
    text-decoration: none;
    font-size: 1.15rem;
    line-height: 1.2em;
    color: #222222;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-out;
    position: relative;
    border-radius: 20px;
    border: 3px var(--mainblue) solid;
}
.tab_inner:hover {
    background-color: var(--mainblue)!important;
    color: #fff!important;
    transition: all 0.3s ease-out;
    border: 3px #fff solid;
    box-shadow: inset 0px 0px 0px 5px #fff;
    font-weight: bold;
}
.one_tab.select .tab_inner {
    background-color: var(--mainblue)!important;
    color: #fff!important;
    border: 3px #fff solid;
}
#tab01 .tab_inner::before {
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/tab_01.png) no-repeat;
}
#tab02 .tab_inner::before {
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/tab_02.png) no-repeat;
}
#tab03 .tab_inner::before {
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/tab_03.png) no-repeat;
}
#tab04 .tab_inner::before {
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/tab_04.png) no-repeat;
}
#tab01.select  .tab_inner::before, #tab01:hover .tab_inner::before{
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/tab_01_on.png) no-repeat;
}
#tab02.select  .tab_inner::before, #tab02:hover .tab_inner::before{
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/tab_02_on.png) no-repeat;
}
#tab03.select  .tab_inner::before, #tab03:hover .tab_inner::before{
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/tab_03_on.png) no-repeat;
}
#tab04.select  .tab_inner::before, #tab04:hover .tab_inner::before{
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/tab_04_on.png) no-repeat;
}
#tab01 .tab_inner::before,
#tab02 .tab_inner::before,
#tab03 .tab_inner::before,  
#tab04 .tab_inner::before,
#tab01.select  .tab_inner::before, #tab01:hover .tab_inner::before,
#tab02.select  .tab_inner::before, #tab02:hover .tab_inner::before,
#tab03.select  .tab_inner::before, #tab03:hover .tab_inner::before,
#tab04.select  .tab_inner::before, #tab04:hover .tab_inner::before{
    content: "";
    display: block;
    position: absolute;
    width: 88px;
    height: 88px;
    top: 50%;
    left: 1.5vw;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
}
.tab_inner::after {
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/tab.png) no-repeat;
    transition: all 0.3s ease-out;
}
.one_tab.select .tab_inner::after,.tab_inner:hover::after  {
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/tab_on.png) no-repeat;
}
.tab_inner::after, 
.one_tab.select .tab_inner::after,.tab_inner:hover::after  {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right:1vw;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
}
.tab_main{
    display: none;
    text-align: center;
}
 .tab_main.is_show {
    display: block;
}
#job .main-title{
    padding: 0 15px;
    max-width:1200px;
    margin: 0 auto;
}
#job h2{
    font-size: 30px;
    padding-top: 80px;
}
#job .description, #job .point{
    width: 47%;
    margin-bottom: 80px;
}
#job .description h3, #job .point h3{
    margin-bottom: 1em;
}
#job .support h3{
    margin-bottom: .5em;
}
#job .support{
    position: relative;
    z-index: 1;
}
#job .description h2::before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 50px;
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/icon_book.png) no-repeat;
    background-size: contain;
    transform: translateY(10px) 
}
#job .point h2::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 50px;
    background:url(https://img.jusnet.co.jp/career/lp/keiri5/job/icon_pont.png) no-repeat;
    background-size: contain;
    margin-right: 8px;
    transform: translateY(10px) 
}
#job .support .icon{
    width: 80px;
    margin-bottom: 5px;
}
#job .support .text-box {
    position: absolute; 
    color: #fff;
    width: 60%;  
    height:100%;      
    padding: 40px 80px!important;
    right: 0;            
    bottom: 0;          
    background: rgba(0,39,70,0.85);  
}
#job .tab_main:nth-child(2) .support .text-box {
    width: 65%;  
} 
#job .support .text-box p{
    color: #fff;  
}

#job .example, #job .sample{
    background-color: var(--lightgray); 
}
#job .example .item{
    width: 32%;
    background-color: #fff;
    padding: 30px ;
}
#job .example .image img{
    width: 30%;
    margin-bottom: 10px;
}
#job .example .image p{
    text-align: center;
    line-height: 1.2em;
}
#job .example .type{
    background-color: var(--mainblue);
    color: #fff;
    padding: .5em 1em;
    margin: 20px auto 0;
    text-align: center;
    width: 100%;
}
#job .example h3{
    flex-grow: 1;
    font-size: 1.125rem;
    margin: 1em 0 1.5em;
    line-height: 1.25em;
    text-align: left;
}
#job .example .before, #job .example .after{
    width: 45%;
}
#job .example .before p, #job .example .after p{
    text-align: center;
    padding:.2em 1em;
}
#job .example .before p span, #job .example .after span{
    font-size: 1.25em;
    padding:0  0.1em; 
}
#job .example .before{
    border: 1px solid var(--gray);
    position: relative;   
}
#job .example .before p:first-child{
    background-color: var(--gray);
    color: #fff;
}
#job .example .after{
    border: 1px solid var(--gold);   
}
#job .example .after p:first-child{
    background-color: var(--gold);
    color: #fff;
}
#job .example .before::after {
    content: '';
    display: block;
    width: 15px;
    height: 50px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -26px;
    background: url(https://img.jusnet.co.jp/career/lp/keiri5/job/yajirushi.png) no-repeat;

    background-size: contain;
}
#job .example h4{
    font-size: 1.125em;
    border-top: 1px solid var(--gray);
    padding-top:1.5em;
	margin: 30px 0;
	font-weight: bold;
}
#job .example ul li{
    text-align: left;
    line-height: 1.5em;
    margin-left: 15px;
    margin-bottom: .5em;

}
#job .example ul li::before {
  position: relative;
  top: -2px;
  left: -15px;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 100%;
  background: #222222;
}
#job .link-detail{
    margin-top: 30px;  
}
#job .link-detail a{
    color: #fff;
    padding: 1em;
    width: 100%;
    display: block;
    background-color: var(--mainblue);
    text-decoration: none;
    position: relative;
}
#job .link-detail a::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right:1em;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
#job .sample .item{
    width: 23%;
    background-color: #fff;
    border-top: 5px solid var(--mainblue);
    padding: 20px;
}
#job .sample .item p{
    line-height: 1.2em;
    margin-bottom: 2em;
}
#job .sample .item p:first-child{
    font-weight: bold;
    margin-bottom: 1.2em;
}
#job .sample dl {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    font-size: 0.875rem;
    display: flex;
    text-align: left;
}
#job .sample dt {
    width: 5em;
    margin-bottom: 1em;
    color: var(--mainblue);
}
#job .sample dd {
    width: calc(100% - 7em);
    margin-bottom: 1em;
    margin-left: .5em;
    line-height: 1.2em;
}
/*=====================================
strongpoint
=====================================*/
#strongpoint .item{
 margin: 80px 0;
}
#strongpoint .item:last-child{
    margin: 0;
   }
#strongpoint picture, #strongpoint .text-box{
    width: 48%;
}
#strongpoint .text-box .title-box{
    margin-bottom: 15px;
}
#strongpoint .num{
    color: var(--gold);
    font-style: italic;
    font-size: 3.8rem;
    margin-right: 20px;
}
#strongpoint .title{
    font-size: 1.375rem;
}
#strongpoint h3{
	margin: 0;
}
/*=====================================
agent
=====================================*/
#agent{
    background-color: var(--darkblue);
    background: url('https://img.jusnet.co.jp/career/lp/keiri5/agent/agent_bg.jpg') no-repeat;
    background-size:cover;}
  
  @supports (background: url('https://img.jusnet.co.jp/career/lp/keiri5/images/agent/agent_bg.webp')) {
    #agent{
        background: url('https://img.jusnet.co.jp/career/lp/keiri5/images/agent/agent_bg.webp') no-repeat;
        background-color: var(--darkblue);
        background-size:cover;
    }
  }
#agent h2{
    color: #fff;
}
#agent .item{
    width: 30%;
    padding: 20px 20px 40px;
    background-color: #fff;
}
#agent .item .image{
    width: 60%;
    margin: 0 auto;  
}
#agent .name{
    text-align: center;
    font-size: 1.125rem;
    line-height: 1em;
    margin: 1em 0;
}
#agent .name span{
    color: var(--gold);
    font-size: 0.85rem;
}
/*=====================================
voice
=====================================*/
#voice{
    background-color: var(--lightgray);
}
#voice hr{
    border: var(--lightgray) 1px solid;
    margin: 15px 0;
}
#voice .item{
    margin-bottom: 50px ;
}
#voice .item:last-child{
    margin-bottom: 0px ;
}
#voice .item-inner{
    background-color: #fff;
    border-radius: 30px;
    padding: 50px ;
    
}
#voice .image{
    width: 18%;
    text-align: center;
}
#voice img{
    width: 60%;
    margin: 0 auto;
}
#voice .text-box{
    width:80%;
}
#voice .image p{
    text-align: center;
    margin-top: 1rem;
}
#voice ul.qa li {
    padding:0;
    
}
#voice ul.qa li p {
    display: flex;
    align-items: start;
    gap: 25px;
}
#voice ul.qa li p .icon {
    display: flex;
    width: 40px;
    min-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff!important;
    font-size: 1.25rem;
    z-index: 1;
}
#voice ul.qa li p .icon::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; 
}
#voice ul.qa li p .icon::after {
    background: var(--mainblue);
}

#voice ul.qa li p.q .icon::after {
    background: var(--darkblue);
}
#voice ul.qa li p.a span.text{
    font-size: 1.15rem;
    line-height: 1.5em;
}
#voice ul.qa li p.q span.text{
    line-height: 1.5em;   
}
#voice ul.qa li p.a span.text b{
   color: #FF9200;
}
/*=====================================
merit 
=====================================*/
#merit .item{
    width: 48%;
   margin-bottom: 40px;
}
#merit .item .image{
    width: 33%;
}
#merit .item .text-box{
    width: 62%;
}
#merit .item .text-box p{
    font-size: 0.85em;
}
#merit .item .text-box p.title{
    font-size: 1.25em;
    border-bottom: 2px solid var(--mainblue);
    margin-bottom: .5em;
}
/*=====================================
support
=====================================*/
#support li{
    width: 30%;
    position: relative;
    margin-bottom: 40px;
}
#support h3{
   font-size: 1rem;
   margin: 0.5em 0;
   text-align: left;
}
#support h3 span{
    font-size: 1.5rem;
    color: var(--mainblue);
    font-style: italic;
    margin-right: .5em;
}
#support li p{
    font-size: 0.85rem;
}
#support ol li:not(:nth-child(3n))::after {
    content: '';
    display: block;
    width: 20px;
    height: 70px;
    position: absolute;
    top: 25%;
    right: -3vw;
    background: url(https://img.jusnet.co.jp/career/lp/keiri5/job/yajirushi.png) no-repeat;
    z-index: 10;
    background-size: contain;
}
/*=====================================
meeting
=====================================*/
#meeting .text,#meeting .image{
    width: 48%;  
}
/*=====================================
login
=====================================*/
#login-area{
    background-color: #F7F6F5;
}
#login-area ul{
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#login-area .button_box{
	margin: 0 auto;
    padding: 50px;
}
#login-area .button_box li{
	width: calc(100% / 2 - 50px);
	position: relative;
}
#login-area .button_box li p{
	font-size: 22px;
	text-align: center;
	color: #222222;
	margin-bottom: 15px;
}
#login-area .button_box li p a{
	color: #222222;
	text-decoration: underline;
}
#login-area .button_box li a.entry{
	background: #FF0032;
}
#login-area a.btn{
	text-align: center;
	font-size: 26px;
	text-decoration: none;
	color: #fff;
	padding: 30px 35px;
	display: block;
}
#login-area .button_box li:first-of-type::after{
	content: "";
    background: #bfbfbf;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50px;
}
#login-area .button_box li a.login{
	background: #08bfb9;
}
#login-area a.btn{
	text-align: center;
    font-size: 26px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding: 30px 35px;
    display: block;
}
#login-area .button_box li p.text{
	text-align: left;
    line-height: 1.6;
    margin: 20px 0 0 0;
    font-size: 14px;
}
/*=====================================
footer
=====================================*/
footer {
	padding: 100px 20px;
    background-color: var(--mainblue);
}
footer ul {
	display: flex;
 	justify-content: center;
	flex-direction: row;
	margin-bottom: 30px;
}
footer li {
	text-align: center;
	padding: 0 1rem;
	border-right: 1px solid #fff;
}
footer li:last-child {
	border: none;
}
footer li a {
	color: #fff;
    text-decoration: none;
}
footer .copyright {
    color: #fff;
	text-align: center;
	font-size: .625rem;
	letter-spacing: .1em;
}

@media screen and (max-width:1280px) {

h1{
	font-size: 42px;
	/* margin: 15px 0; */
	/* line-height: 1.1; */
	/* text-align: center; */
	/* color: #02325A; */
	/* font-weight: 600; */
}
h1 span{

font-weight: 600;

font-size: 70px;
}

#mainVisual .mv_textarea{
	min-width: 620px;
}	
#mainVisual .test_01{
 background: url(https://img.jusnet.co.jp/career/lp/keiri5/images/mv_new_bg_01.jpg) right center no-repeat #02325a;
 background-size: cover;
 }


#mainVisual .test_02{
  background: url('https://img.jusnet.co.jp/career/lp/keiri5/images/mv_new_bg_02.jpg') 0  no-repeat #02325a;
  background-size: cover;
 }

}
/*1200px
=========================================================================*/
@media screen and (max-width:1280px) {
.content {
	padding:6vw 3vw;
	}
.inner {
    margin:6vw auto 0;
}   
#job .content {
    padding:0 3vw 5vw;
    }
#support.content, #merit.content{
    padding:5vw 3vw 0;
    }
.btn {	
	font-size:2vw;
	margin-top:0;
	}
header {
	z-index:100;
	padding:0;
	}
header ul {
    margin-right:0px;
    }
.logo{
    max-width: 10vw;
    top: 22px;
    }
/*=====================================
navigation
=====================================*/
.g-nav-menu li {
	padding:25px 0;
    margin-right:.8em;
	}
.g-nav-menu li a {
	font-size:1.35vw;
	line-height:16px;
    font-weight: bold;
	}
.g-nav-menu li.entry {
    margin-left: 0em;
    }
/*=====================================
job
=====================================*/
#job .support .text-box {
    width: 67%;     
    padding: 30px 50px!important;
}
#job .tab_main:nth-child(2) .support .text-box { 
    padding: 30px!important;
  }
#job .support{
    width: 95%;
    margin: 0 auto;
}
#job .support .text-box p{
    font-size: 1.3vw;
 } 	
}
/*970px
=========================================================================*/
@media screen and (max-width:970px) {
.logo {
    top:15px;
    max-width: 12vw;
    left:10px;
    z-index: 0;
}
.wc-static-ctn,
.body.wc-close{display:none!important}
.head--g-nav .g-nav{
	width: 100%;
	padding: 15px;
	background: rgb(0 0 0 / 44%);
	box-sizing: border-box;
	}
.head--g-nav.fixed{
	position: fixed;
	background: none;
	display: block;
    }
.head--g-nav .g-nav a{
    font-size: 3vw;
	text-align: center;
    background: var(--red);
    color: #fff;
    text-decoration: none;
    padding: 1em;
    margin: 0 auto;
    display: block;
    width: 60%;
	}
/*=====================================
navigation
=====================================*/
#top-head {
    top:0;
    position:fixed;
    z-index: 1000;
    right:0;
    width:100%;
    background:#fff;
    box-shadow:0 1px 25px 0 rgba(0, 0, 0, 0.1);
	}
#global-nav ul li.contact a {
    color:#252525;
	}
.g-nav-menu li.contact a:hover {
    background:none
	}
#nav-toggle {
    position:fixed;
    z-index:1111;
    right:7px;
    top:7px;
    width:45px;
    height:45px;
    cursor:pointer;
    background:#827f68;
    padding:13px;
    border-radius:100px;
    box-shadow:3px 3px 5px rgba(0, 0, 0, 0.19);
	}
#nav-toggle div {
    position:relative;
	}
#nav-toggle span {
    display:block;
    position:absolute;
    height:3px;
    width:100%;
    background:#fff;
    left:0;
    -webkit-transition:.35s ease-in-out;
    -moz-transition:.35s ease-in-out;
    transition:.35s ease-in-out;
	}
#nav-toggle span:nth-child(1) {
    top:0;
	}
#nav-toggle span:nth-child(2) {
    top:8px;
	}
#nav-toggle span:nth-child(3) {
    top:16px;
	}
#global-nav ul {
    background:#ffffff;
    padding:0;
    width:100%;
    margin:0;
	}
.g-nav-menu li a {
    text-align:left;
    padding:0 0 7px 20px;
	}
#global-nav {
    position:absolute;
    top:-557px;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
	}
#global-nav ul li {
    width:100%;
    padding:0;
    border-bottom:solid 1px #ccc;
	}
.g-nav-menu li.entry{
	display:none
    }
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    padding:25px 40px;
    font-size:16px;
    color:#2a2a2a;
	}
#top-head #global-nav ul li a {
    background:#fff
	}
#top-head #global-nav ul li.entry a::before {
    display:block
	}
.open #nav-toggle span:nth-child(1) {
    top:8px;
    -webkit-transform:rotate(315deg);
    -moz-transform:rotate(315deg);
    transform:rotate(315deg);
	}
.open #nav-toggle span:nth-child(2) {
    width:0;
    left:50%;
	}
.open #nav-toggle span:nth-child(3) {
    top:8px;
    -webkit-transform:rotate(-315deg);
    -moz-transform:rotate(-315deg);
    transform:rotate(-315deg);
	}
.open #global-nav {
    -moz-transform:translateY(556px);
    -webkit-transform:translateY(556px);
    transform:translateY(556px);
	}
.fixed {
    position:inherit;
	}
/*=====================================
job
=====================================*/
.bg-lg{
    margin-top:-25vw;
    padding-top: 25vw!important;
}
.tabArea {
    width: 95%;
}
.tab_inner:hover {
    box-shadow: inset 0px 0px 0px 4px #fff;
}
.tab_inner {
    padding:3em 65px 3em 80px;
}
.tab_inner::after, 
.one_tab.select .tab_inner::after,.tab_inner:hover::after  {
    width: 40px;
    height: 40px;
    right:1.5vw;
}
#tab01 .tab_inner::before,
#tab02 .tab_inner::before,
#tab03 .tab_inner::before,  
#tab04 .tab_inner::before,
#tab01.select  .tab_inner::before, #tab01:hover .tab_inner::before,
#tab02.select  .tab_inner::before, #tab02:hover .tab_inner::before,
#tab03.select  .tab_inner::before, #tab03:hover .tab_inner::before,
#tab04.select  .tab_inner::before, #tab04:hover .tab_inner::before{
    width: 70px;
    height: 70px;
    left: 1.5vw;
}
#job .support{
    width: 100%;
}
#job .support{
    position: relative;
}
#job .support h3{
    font-size: 1.25rem;
}
#job .support .oyama{
    width: 50%;
    margin: 0 auto;
}
#job .support .text-box, #job .tab_main:nth-child(2) .support .text-box  {
    position:relative; 
    color: #fff;
    width: 100%;  
    margin-top: -23vw;
    z-index: -1;
    padding: 28vw 20px 40px!important;      
    background: rgba(0,39,70,0.9);  
}
#job .support .text-box p{
    font-size: 1rem;
}  
#job .example .before::after {
    width: 18px;
    height: 50px;
    right: -3.5vw;
}
#job .example .item{
    width: 48%;
    margin-bottom: 20px;
}
#job .example .before::after {
    right: -3vw;
}
/*=====================================
voice
=====================================*/
#voice .item-inner{
    padding: 30px ;
}
/*=====================================
support
=====================================*/
#support ol li:not(:nth-child(3n))::after {
    top: 15%;
    right: -3.5vw;
}
/*=====================================
footer
=====================================*/
footer {
	padding: 60px 20px 140px ;
    background-color: var(--mainblue);
}
}
/*767px
=========================================================================*/
@media screen and (max-width:781px) {
body {
    min-width:inherit;
	}
.inner {
    max-width:100%;
    width:inherit;
    margin:40px 0 0;
	}
.content {
    padding:50px 15px;
	}
#merit.content{
    padding:50px 15px 0;
}
.content-m {
    padding:0px 15px;
    margin: 50px 0;
    position: relative;
}
h2{
    margin-bottom: 40px;
}
h3{
    font-size: 20px;
}
.logo {
    top:10px;
    max-width:120px;
	}
p {
    line-height:20px;
    line-height:1.5;
	}
.btn a{
    width: 100%;
	padding: 20px;
	font-size: 1.25rem;
	}
.flex-sm-row {
    flex-direction: row;
}
.flex-sm-col {
    flex-direction: column;
}
.flex-sm-col-reverse {
    flex-direction: column-reverse;
}
.sm-items-center {
    align-items: center;
}
.head--g-nav .g-nav a{
    font-size: 1.125rem;
    padding:1.2em 1em;
    width: 100%;
	}
/*=====================================
mainVisual
=====================================*/
h1{
	font-size: 30px;
	margin: 20px 0;
}

h1 span{
	font-size: 50px;
}
#mainVisual {
    width:100%;
	height: auto;
	background-image: none;
	display: inline-block;
}
#mainVisual .mv_textarea{
	padding: 10px;
	height: auto;
	min-width: 100%;
}
#mainVisual .mv_textarea p{
}
#mainVisual .mv_textarea p.text01{
	font-size: 13px;
	margin-top: 18px;
}
#mainVisual .mv_textarea p.subtitle{
	font-size: 15px;
	margin-top: 0;
}
#mainVisual .mv_textarea .achievement{
}
#mainVisual .mv_textarea .achievement ul{
	display: flex;
	justify-content: center;
}
#mainVisual .mv_textarea .achievement ul li{
	padding: 7px 14px;
    margin: 4px;
    font-size: 13px;
    line-height: 1;
}
#mainVisual .mv_textarea .achievement ul li span{
	font-size: 20px;
}
#mainVisual .mv_textarea .rankingNo1{
	margin: 18px 0 0 0;
	width: 100%;
    max-width: 710px;
}

#mainVisual .mv_textarea .rankingNo1 p.rankingNo1_annotation{
	font-size: 9px;
    margin-top: 10px;
}

/*=====================================
about
=====================================*/
#about .inner{
    margin-top: 0;
}
#about h2{
    font-size: 24px;
}
#about h3{
    font-size: 20px;
}
#about .text, #about .image{
    width: 100%;
    margin-bottom: 20px; 
}
/*=====================================
job
=====================================*/
.tabArea {
    width: 90%;
}
.one_tab {
    width: 100%;
}
.one_tab:last-child {
    margin-bottom: 0px;
}
.tab_inner {
    padding:1.5em 70px 1.5em 70px;
}
.tab_inner:hover {
    box-shadow: inset 0px 0px 0px 3px #fff;
}
#tab01 .tab_inner::before,
#tab02 .tab_inner::before,
#tab03 .tab_inner::before,  
#tab04 .tab_inner::before,
#tab01.select  .tab_inner::before, #tab01:hover .tab_inner::before,
#tab02.select  .tab_inner::before, #tab02:hover .tab_inner::before,
#tab03.select  .tab_inner::before, #tab03:hover .tab_inner::before,
#tab04.select  .tab_inner::before, #tab04:hover .tab_inner::before{
    width: 60px;
    height: 60px;
    left: 3vw;
}
.tab_inner::after, 
.one_tab.select .tab_inner::after,.tab_inner:hover::after  {
    width: 40px;
    height: 40px;
    right:3vw;
}
#job .main-title{
    padding: 0 10px;
}
 #job h2{
    font-size: 24px;
    padding-top: 40px;
}
#job .description{
    width: 100%;
    margin: 30px 0 20px;
}
#job .point{
    width: 100%;
    margin-bottom: 40px;
}
#job .support{
    position: relative;
}
#job .support h3{
    font-size: 1.25rem;
}
#job .support .oyama{
    width: 70%;
    margin: 0 auto;
}
#job .support .text-box, #job .tab_main:nth-child(2) .support .text-box  {
    position:relative; 
    color: #fff;
    width: 100%;  
    margin-top: -23vw;
    z-index: -1;
    padding: 28vw 20px 40px!important;      
    background: rgba(0,39,70,0.9);  
}
#job .support .text-box p{
    font-size: 1rem;
 }  
 #job .example .item{
    width: 100%;
}

#job .example .image, #job .example .text-box{
    width: 100%;
}
#job .example .image{
    margin-bottom: 10px;
}
#job .example .image img{
    width: 40%;
    margin: 0 auto 10px;
}
#job .example .before, #job .example .after{
    width: 48%;
}
#job .sample .item{
    width: 95%;
    margin: 0 auto 20px;
}
#job .example .before::after {
    display: none;
}
/*=====================================
strongpoint
=====================================*/
#strongpoint .item{
    margin: 40px 0;
}
#strongpoint .item:last-child{
    margin-bottom: 0;
}   
#strongpoint picture, #strongpoint .text-box{
    width: 100%;
}
#strongpoint picture{
    margin-bottom: 20px;
}
#strongpoint .text-box .title-box{
    margin-bottom: 10px;
}
#strongpoint .num{
    font-size: 2.5rem;
    margin-right: 15px;
}
#strongpoint .title{
    font-size: 1.25rem;
}
/*=====================================
agent
=====================================*/
#agent .item{
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 20px;
}
#agent .item:last-child{
    margin-bottom: 0px;
}
#agent .item .image{
    width: 50%;  
}
/*=====================================
voice
=====================================*/
#voice .item{
    margin-bottom: 25px ;
}
#voice .item-inner{
    padding:30px  20px;
    margin: 0 auto;
    width: 100%;
}
#voice .text-box{
    width:100%;
}
#voice .image{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#voice .image p{
    text-align: left;
}
#voice ul.qa li p {
    gap: 15px;   
}

/*=====================================
merit 
=====================================*/
#merit .item{
   width: 100%;
   margin-bottom: 40px;
}
#merit .item:last-child{
    margin-bottom: 0px;
 }
#merit .item .image{
    width: 70%;
    margin-bottom: 20px;
}
#merit .item .text-box{
    width: 100%;
}
/*=====================================
support
=====================================*/
#support li{
    width: 100%;
    margin-bottom: 30px;
}
#support li:last-child{
    margin-bottom: 0px;
}
#support ol li:not(:nth-child(3n))::after {
    display: none;
}
/*=====================================
meeting
=====================================*/
#meeting .text,#meeting .image{
    width: 100%;   
}
#meeting .image{
    margin-bottom: 20px; 
}
/*=====================================
login button
=====================================*/
#login-area .content{
	padding: 40px 15px;
}
	
#login-area .button_box{
	padding: 25px 20px;
}
#login-area .button_box li{
	width: 100%;
}
#login-area .button_box li:first-of-type{
	margin-bottom: 40px;
}
#login-area .button_box li:first-of-type::after{
	right: inherit;
    top: inherit;
    width: 100%;
    height: 1px;
        bottom: -20px;
}
#login-area .button_box li p{
	font-size: 16px;
    margin-bottom: 10px;
}

#login-area a.btn{
	font-size: 18px;
    padding: 20px;
}

	

/*=====================================
footer
=====================================*/
footer {
	padding: 60px 0px 120px;
}
footer ul {
	flex-direction: column;
	margin-bottom: 20px;
}
footer li {
	text-align: center;
	border: none;
}
footer li:not(:last-child) {
	margin-bottom: 15px;
}
footer .link{
	margin:0 auto 60px ;
	width:100%;
}
footer .link a {
	padding:1em 1.5em;
	line-height: 1.25em;
}
}
/*********************************************************/
@media (max-width: 780px) {
	.pc {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
}
@media (min-width: 781px) {
	.sp {
		display: none !important;
	}
	.sp-block {
		display: inline !important;
	}
}
@media screen and (max-width:969px) {
    .pc-970 {
		display: none !important;
	}
	.sp-970-block {
		display: block !important;
	}
}
@media (min-width: 970px) {
	.sp-970 {
		display: none !important;
	}
	.sp-970-block {
		display: inline !important;
	}
}