@charset "UTF-8";

/*------------------------------------------------------
    ヘッダー
-------------------------------------------------------*/
#header {
    width: 100%;
    height: 160px;
    background-color: #ffffff;
    border-bottom: solid 1px #d9d9d9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

@media screen and (max-width: 991px){
  .header_contact .spNone,#gNav .spNone{
    display: none !important;
  }
	.header_contact .pcNone,#gNav .pcNone {
    display: block !important;
  }
}
@media screen and (min-width: 992px){
  .header_contact .spNone,#gNav .spNone{
    display: block !important;
  }
	.header_contact .pcNone,#gNav .pcNone {
    display: none !important;
  }
}

#header .header {
    height: 95px;
    display: flex;
    justify-content: space-between;
}
#header .header .logo {
    width: 316px;
    height: 53px;
    padding-top: 21px;
}
#header .header .header_contact {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}
#header .header .header_contact .pc_tel {
    width:271px;
    height:60px;
    padding: 0.5em 0.5em 0.5em 30px;
    color: #00348d;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .header .header_contact .pc_tel span {
    font-size: 2.5rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#header .header .header_contact .pc_tel span small {
    font-size: 40%;
}
#header .header .header_contact .pc_tel span::before {
    content: '';
    width: 40px;
    height: 40px;
    background: url("/wp-content/uploads/header_tel.png") center/contain no-repeat;
    display: block;
    position: absolute;
    left: -40px;
}
#header .header .header_contact .pc_contact {
    margin-left: 20px;
    width: 274px;
    height:60px;
}
#header .header .header_contact .contact_btn {
    padding: 0.5em 1.2em 0.5em 30px;
    background: #c5400b;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .header .header_contact .contact_btn span {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#header .header .header_contact .contact_btn span br {
    display: none;
}
#header .header .header_contact .contact_btn span small {
    font-size: 75%;
}
#header .header .header_contact .contact_btn span::before {
    content: '\f0e0';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 2em;
    display: block;
    position: absolute;
    left: -40px;
}
#header .header .header_contact .contact_btn span::after {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    display: block;
    position: absolute;
    right: -1.25em;
}

/*ここからPRTIMESボタン*/
#header .header .header_contact .pc_contact2 {
    margin-left: 20px;
    /*width: 200px;*/
    height:60px;
}
#header .header .header_contact .contact_btn2 {
    padding: 0.5em 1.2em 0.5em 0.5em;
    background: #294c7a;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
		text-decoration:none;
}
#header .header .header_contact .contact_btn2 span.press_release {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
#header .header .header_contact .contact_btn2 span br {
    display: none;
}
#header .header .header_contact .contact_btn2 span small {
    font-size: 75%;
}

#header .header .header_contact .contact_btn2 span.press_release::after {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    display: block;
    position: absolute;
    right: -1.25em;
}
/*ここまでPRTIMESボタン*/

#header .header .header_contact .sp_tel a,
#header .header .header_contact .sp_menu_btn a {
    height: 100%;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .header .header_contact i {
    color: #00348d;
    font-size: 3rem;
}
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
    #header {
        height: 55px;
    }
    #header .header {
        height: 54px;
    }
    #header .header .logo {
        width: 221px;
        height: 37px;
        padding-top: 8px;
    }
    #header .header .header_contact {
        padding-top: 0;
    }
    #header .header .sp_menu_btn.open {
        background-image: url("/img/common/btn_header_menu_sp02.png");
        -webkit-background-size: cover;
        background-size: cover;
    }
    #header .header .sp_menu_btn.open img {
        opacity: 0;
    }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    #header .header .header_contact .pc_contact {
        width: 170px;
        height: 60px;
        margin-left: 6px;
    }
    #header .header .header_contact .pc_contact:hover {
        opacity: 0.6;
    }
    #header .header .header_contact .contact_btn span {
        font-size: 1.2rem;
        text-align: center;
    }
    #header .header .header_contact .contact_btn span::before {
        left: -32px;
    }
    #header .header .header_contact .contact_btn span br {
        display: block;
    }
    #header .header .header_contact .contact_btn span small {
        display: none;
    }
    #header .header .header_contact .pc_tel {
        width: 220px;
        height: 60px;
        padding: 0.5em;
    }
    #header .header .header_contact .pc_tel span {
        font-size: 2.35rem;
    }
    #header .header .header_contact .pc_tel span::before {
        /*display: none;*/
    }
    #header .header .header_contact .pc_tel img {
        display: none;
    }
		
		/*ここからPRTIMESボタン*/
		#header .header .header_contact .contact_btn2 span.press_release p {
        font-size: 1.2rem;
        text-align: center;
    }
		/*#header .header .header_contact .pc_contact2 {
        
        height: 60px;
        margin-left: 6px;
    }
    #header .header .header_contact .pc_contact2:hover {
        opacity: 0.6;
    }
    #header .header .header_contact .contact_btn2 span.press_release p {
        font-size: 1.2rem;
        text-align: center;
    }
    #header .header .header_contact .contact_btn2 span.press_release::before {
        left: -32px;
    }
    #header .header .header_contact .contact_btn2 span.press_release br {
        display: block;
    }
    #header .header .header_contact .contact_btn2 span.press_release small {
        display: none;
    }
		.pr_none{
			display: none;
		}
		/*ここまでPRTIMESボタン*/
		
		
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .pr_none{
		display:none;
	}
}

/*------------------------------------------------------
    KV部分
-------------------------------------------------------*/
.kv_area {
    width:100%;
    max-width: 100%;
}
.kv_area .inner {
    max-width: 1400px;
}
.kv_area1 {
    padding-top: 1em;
    background: #152742;
    color: #fff;
}
.kv_area1 .inner {
    display: flex;
    flex-wrap: wrap;
}
.kv_area1 .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.kv_area1 .right {
    width: 100%;
}
.kv_area1 h1 {
    width: 100%;
    padding: 0.5em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 2px 0 3px rgba(0,21,42,0.7);
    order: 1;
}
.kv_area1 h1 .size1 { font-size: 85%; }
.kv_area1 h1 .size2 { font-size: 80%; }
.kv_area1 h1 .size3 { font-size: 65%; }
.kv_area1 ul.top {
    padding: 0.5em 0;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    order: 0;
}
.kv_area1 ul.top li::after {
    content: '/';
    padding: 0.5em;
}
.kv_area1 ul.top li:last-child::after {
    display: none;
}
.kv_area1 ul.bottom {
    padding: 0.5em 0;
    font-size: 1.625rem;
    display: flex;
    justify-content: center;
    order: 2;
}
.kv_area1 ul.bottom li {
    padding: 0.5em;
}
.kv_area1 ul.bottom li::before {
    content: '';
    width: 0.55em;
    height: 0.55em;
    margin-right: 0.2em;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}
.kv_area1 .right {
    width: 100%;
    margin: 0.5em -3% 0 -3%;
    display: flex;
}
.kv_area1 .right img {
    width: 50%;
    display: block;
}
.kv_area1 .right ul.bottom {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 375px){
    .kv_area1 h1 {
        font-size: 3rem;
    }
    .kv_area1 ul.top {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 768px){
    .kv_area1 {
        padding-top: 0;
    }
    .kv_area1 .left {
        width: 55%;
    }
    .kv_area1 .right {
        width: 45%;
        margin: 0;
    }
    .kv_area1 h1 {
        width: auto;
        padding: 0.5em;
        font-size: 3.25rem;
    }
    .kv_area1 ul.top {
        font-size: 1.75rem;
    }
    .kv_area1 ul.bottom {
        font-size: 1.5rem;
    }
    .kv_area1 .right img {
        width: auto;
        height: 100%;
    }
}
@media screen and (min-width: 992px){
    .kv_area1 h1 {
        padding: 0.5em 1em;
        font-size: 4rem;
    }
    .kv_area1 ul.top {
        font-size: 2rem;
    }
    .kv_area1 ul.bottom {
        font-size: 1.75rem;
    }
}
@media screen and (min-width: 1440px){
    .kv_area1 h1 {
        font-size: 5rem;
    }
    .kv_area1 ul.top {
        font-size: 2.25rem;
    }
    .kv_area1 ul.bottom {
        font-size: 2rem;
    }
}
.kv_area2 {
    background: #00152a;
}
.kv_area2 .features_wrap {
    width: 100%;
    max-width: calc(100px * 4);
    padding: 1.25em 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kv_area2 .feature {
    width: calc(100%/4 - 5px);
    padding: 6px;
    margin-bottom: 8px;
    background: #9ea4ae;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kv_area2 .feature:nth-child(n+5) {
    margin-bottom: 0;
}
.kv_area2 .feature > div {
    width: 100%;
    height: 100%;
    padding: 0.5em 0;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kv_area2 .feature img {
    margin: 0 auto;
    display: block;
}
.kv_area2 .feature p {
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kv_area2 .feature.small p {
    font-size: 0.65rem;
}
.kv_area2 .feature p small {
    color: #5c6c84;
    font-size: 80%;
}
@media screen and (max-width: 575px){
    .kv_area2 .feature p {
        transform: scale(0.9);
    }
    .kv_area2 .feature p small {
        transform: scale(0.9);
    }
}
@media screen and (max-width: 374px){
    .kv_area2 .feature p {
        transform: scale(0.75);
    }
}
@media screen and (min-width: 576px){
    .kv_area2 .features_wrap {
        max-width: calc(125px * 4);
    }
}
@media screen and (min-width: 768px){
    .kv_area2 .feature {
        width: 120px;
        height: 120px;
    }
    .kv_area2 .feature p {
        font-size: 1.1rem;
    }
    .kv_area2 .feature.small p {
        font-size: 0.9rem;
    }
}
@media screen and (min-width: 992px){
    .kv_area2 .features_wrap {
        max-width: 100%;
    }
    .kv_area2 .feature {
        width: calc(100%/8 - 5px);
        height: auto;
        margin-bottom: 0;
    }
    .kv_area2 .feature p {
        font-size: 1.5rem;
    }
    .kv_area2 .feature.small p {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 1200px){
    .kv_area2 .feature > div {
        padding: 1em;
    }
}
@media screen and (min-width: 1440px){
    .kv_area2 .feature p {
        font-size: 2rem;
    }
    .kv_area2 .feature.small p {
        font-size: 1.75rem;
    }
}
@media screen and (max-width: 767px){
    .pc_view {
        display: none!important;
    }
}
@media screen and (min-width: 768px){
    .sp_view {
        display: none!important;
    }
}

/*@media screen and (max-width: 768px){*/
@media screen and (max-width: 991px){
	#header .header .sp_menu_btn.open i {
		opacity: 0;
	}
}

.contact_btn {
    padding: 0.5em 1.2em 0.5em 30px;
    background: #c5400b;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_btn span {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contact_btn span br {
    display: none;
}
.contact_btn span small {
    font-size: 75%;
}
.contact_btn span::before {
    content: '\f0e0';
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 2em;
    display: block;
    position: absolute;
    left: -40px;
}
.contact_btn span::after {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    display: block;
    position: absolute;
    right: -1.25em;
}

.sp_contact .contact_btn span::before{
	font-size: 1.5em;
}



.line_btn {
    padding: 0.5em 1.2em 0.5em 30px;
    background: #00B900;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line_btn span {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.line_btn span br {
    display: none;
}
.line_btn span small {
    font-size: 75%;
}
.line_btn span::before {
    
		content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('https://j-jurist.com/wp-content/uploads/line_white.png');
    background-position: center;
    background-size: contain;
		background-repeat:no-repeat;
		
		
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 2em;
    /*display: block;*/
    position: absolute;
    left: -40px;
}
.line_btn span::after {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    display: block;
    position: absolute;
    right: -1.5em;
}


.contact_btn2 {
    padding: 0.5em 1.2em 0.5em 0.5em;
    background: #294c7a;
    border-radius: 0.5em;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp_contact2 a[target="_blank"]{
	color:#fff;
	text-decoration:none;
}
.sp_contact2 a[target="_blank"]:after{
	content:none;
}
.contact_btn2 span.press_release {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contact_btn2 span.press_release br {
    display: none;
}
.contact_btn2 span.press_release small {
    font-size: 75%;
}

.contact_btn2 span.press_release::after {
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5em;
    display: block;
    position: absolute;
    right: -1.25em;
}

.sp_contact2 .contact_btn2 span.press_release::before{
	font-size: 1.5em;
}




