@charset "utf-8";


/* 202409 追記
----------------------------------------------------------- */

.top_recruit_area.btyclb {
	margin: 30px auto;
	max-width: 720px;
}
.top_recruit_area.btyclb .swiper {
    overflow: visible;
 }
.top_recruit_area.btyclb .movie_list {
	
}

.top_recruit_area.btyclb .movie_list .swiper-slide {
    width: 45%;
}

.top_recruit_area.btyclb .movie_list .swiper-slide a:after {
    width: 32px;
    height: 32px;
}
.access_area .dl_base dd a {
	color: #333;
    text-decoration: underline;
}

.top_recruit_area .movie_list li a.coming_soon:before {
    background-color: rgb(46 46 46 / 54%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
}
.top_recruit_area.btyclb .movie_list .swiper-slide a.coming_soon:after {
    content: "Coming soon";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 186px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 9;
    font-size: 16px;
}
/* swiperの部品 */

.swiper-btm-area {
	margin-top: 20px;
    align-items: center;
}

.swiper-btm-area .swiper-handle {
    position: relative;
    justify-content: center;
    align-items: center;
	width: 120px;
}
.swiper-btm-area .swiper-button-prev,
.swiper-btm-area .swiper-button-next {
    position: relative;
    left: 0;
    margin-top: auto;
}
.swiper-btm-area .swiper-button-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-right: 15px;
}
.swiper-btm-area .swiper-handle-set {
	position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--green);
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    background: #cdc3c3;
}

.swiper-btm-area .swiper-handle-set:before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    top: 20px;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    z-index: 2;
}
.swiper-btm-area .swiper-button-next:after,
.swiper-btm-area .swiper-button-prev:after{
	content: none;
}

.swiper-btm-area .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    top: 0px;
    width: calc(100% - 120px - 30px);
    height: 4px;
    margin: 0 0 0 30px;
    background-color: #f5f5f5;
}
.swiper-btm-area .swiper-scrollbar-drag {
    background-color: var(--green);
}
.swiper-btm-area .swiper-btm-area .btn {
	width: 180px;
}

@media screen and (max-width: 760px) {
	
	.top_recruit_area.btyclb {
	    padding: 20px;
	}
	.top_recruit_area.btyclb .movie_list .swiper-slide {
	    width: 98%;
	    padding: 40px;
	}
	.top_recruit_area.btyclb .movie_list .swiper-slide a.coming_soon:after {
	    height: 188px;
	}
	.swiper-btm-area .swiper-handle {
	    width: 100px;
	}
	.swiper-btm-area .swiper-handle-set {
	    width: 40px;
	    height: 40px;
    	margin-right: 10px;
	}
	.swiper-btm-area {
        display: flex;
	}
	.swiper-btm-area .swiper-handle-set:before {
	    top: 16px;
	    right: 18px;
    }
    .swiper-btm-area .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: calc(100% - 100px - 10px);
        margin-left: 10px;
	}
	.top_recruit_area.btyclb .movie_list .swiper-slide {
    	padding: 15px;
	}
	.top_recruit_area.btyclb .movie_list .swiper-slide a:after {
	    width: 22px;
	    height: 22px;
	}
}

/* header
----------------------------------------------------------- */


.header_bg {
    position: relative;
    transition: .8s;
    z-index: 2;
    height: 86px;
}
.logo_menu {
	position: relative;
}
.site_logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

/* G-navi
----------------------------------------------------------- */

.header_bg2.fixed .g_navi_sub {
    top: 18px;
}
#g_navi {
    position: absolute;
    top: 0px;
    right: 130px;
    transition: .7s;
}
#g_navi nav {
    margin: 0 auto 0px;
}
.nav-unshown {
	display:none;
}
.nav-unshown {
	display:none;
}
#g_navi ul {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
#g_navi .nav>ul>li {
    position: relative;
    width: auto;
}
#g_navi .nav>ul>li>a {
	display: table;
    position: relative;
    padding: 26px 14px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #555;
    transition: .5s;
}
#g_navi .nav>ul>li.active a,
#g_navi .nav>ul>li>a:hover,
#g_navi .nav>ul>li.active a span.gf,
#g_navi .nav>ul>li>a:hover span.gf {
	color: var(--orange);
    text-decoration: none;
    transition: .5s;
}
#g_navi .nav>ul>li>a span {
    display: block;
    margin-top: 1px;
    font-size: 12px;
}
#g_navi .nav>ul>li>a span.gf {
	margin-bottom: 1px;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    line-height: 1;
}



.nav-item_sub ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.nav-item_sub ul li {
    align-items: center;
    width: calc(100% / 3 - 10px);
    margin: 0 5px 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgb(163 90 15 / 20%);
}

.nav-item_sub li a {
    display: flex;
    align-items: center;
    padding: 0px;
    color: #333;
}
.nav-item_sub li a:hover {
    text-decoration: none;
    transition: .8s;
	opacity: .7;
}
.nav-item_sub li .img {
    position: relative;
	width: 148px;
    overflow: hidden;
}
.nav-item_sub li .img img {
	width: 100%;
	height: auto;
}
.nav-item_sub li .txt {
    width: calc(100% - 148px);
    padding: 15px;
}
.nav-item_sub li .txt .sub {
	display: none;
}
.nav-item_sub li h3 {
    font-size: 13px;
    font-weight: 600;
}

/* マウスオーバー時の動作 */
@media screen and (min-width: 768px) {
	
	#g_navi ul ul.company_list {
		margin-top: 0px;
	}
	.nav-item_sub {
		position: fixed;
		top: 86px;
		left: 0;
		opacity: 0;
		transition: all 0.2s ease;
		visibility: hidden;
		width: 100%;
		padding: 25px 0px;
    	background-color: rgb(205 223 204 / 90%);
	}
	.nav-item:hover .nav-item_sub {
		opacity: 1;
		visibility: visible;
	}
	.nav-item_sub ul.navi_service_list li {
	    width: calc(100% / 3 - 10px);
	    margin: 5px;
	}

}

@media screen and (max-width: 768px) {
	.nav-item_sub {
		display: none;
	}
	.nav-list {
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}


/* 固定 */
.fixed {
	position: fixed;
	top: 0;
	padding: 0;
	width: 100%;
	z-index: 1000;
}

.header_bg.fixed {
    background-color: rgb(255 255 255/90%);
    transition: .8s;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}


.header_btn.pc {
    position: absolute;
    top: 0;
    right: 0;
}

/* eyecatch
----------------------------------------------------------- */

#eyecatch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*
    height: calc(100vh - 86px - 30px);
    height: 700px;
    */
}

.video_box {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*
.video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}
.video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}
*/

.video {
    width: 100%;
}

/* overlay

.overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.25);
}
 */


.inner-content {
	display: none;
}
.inner-content {
    position: absolute;
    width: 90%;
    max-width: 1200px;
    z-index: 1;
}
.inner-content .sub,
.inner-content h1 {
    color: #fff;
}
.inner-content h1 {
	
}
.inner-content h1 img {
    width: 620px;
}
.inner-content .sub {
    display: block;
    margin: 8px 0px 0px 10px;
    letter-spacing: 1.7px;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 300;
    text-transform: initial;
    font-style: italic;
}
/* スライド */
#fade_slide {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
}
#fade_slide:before {
    background-color: rgb(63 147 123 / 25%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 2;
}
.zs-enabled .zs-slideshow {
	position: relative !important;
}
.zs-enabled .zs-slideshow .zs-bullets {
    display: none;
}


/* 左下の下部スクロールの案内 */

@-webkit-keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@keyframes moveScrollPointer {
	0% {
	    -webkit-transform:translate3d(0,0,0);
	    transform:translate3d(0,0,0);
	}
	100% {
	    -webkit-transform:translate3d(0,120px,0);
	    transform:translate3d(0,120px,0);
	}
}
@-webkit-keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
@keyframes moveScrollPointerIn {
	0% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
	10% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	65% {
	    -webkit-transform:scale(1);
	    transform:scale(1);
	}
	100% {
	    -webkit-transform:scale(0);
	    transform:scale(0);
	}
}
.scrool-area {
    width: 1px;
    height: 120px;
    position: absolute;
    bottom: -20px;
    left: 20px;
    z-index: 999;
    background-color: #ddd;
}
span.scl-name {
    position: absolute;
    left: 5px;
    writing-mode: vertical-lr;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-style: italic;
    text-transform: uppercase;
    color: #16406b;
}
.scl-l {
    width: 9px;
    height: 9px;
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-animation-name: moveScrollPointer;
    animation-name: moveScrollPointer;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}
.scl-l:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--green);
    -webkit-animation-name: moveScrollPointerIn;
    animation-name: moveScrollPointerIn;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}

/* FVの求人案内
----------------------------------------------------------- */

.rec_topic {
    position: absolute;
    /*
    bottom: -30px;
    */
    bottom: -90px;
    right: 0;
    z-index: 1;
    padding: 15px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
/*
.rec_topic:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: var(--green);
}
*/
.rec_topic a,
.top_recruit_area a.rec_t_link {
	display: block;
	color: #333;
    transition: .5s;
}
.rec_topic a:hover,
.top_recruit_area a.rec_t_link:hover {
	text-decoration: none;
	opacity: 0.7;
}
.rec_topic a:hover p:after,
.top_recruit_area a:hover p:after {
	content: none;
}
.rec_topic_area {
    align-items: center;
}
.rec_topic .txt_more {
    margin-top: 8px;
    align-items: center;
}


.rec_topic_text {
    margin-top: 10px;
    margin-left: 30px;
}

.rec_topic_text .txt_tp {
    position: relative;
    margin-bottom: 5px;
    font-size: 23px;
    line-height: 1;
    color: var(--green);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.rec_topic_text .txt_sub {
    position: relative;
    font-size: 11px;
    color: var(--green);
    font-weight: 700;
}

.rec_topic_area .img_area {
    position: relative;
    z-index: 1;
    background: var(--base);
}

.rec_topic_area .img_area .r_img {
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 134px;
    height: 134px;
    object-fit: cover;
}
.rec_topic_area .txt_right {
    font-size: 12px;
    color: var(--green);
    letter-spacing: 0.2px;
    font-weight: 700;
    font-feature-settings: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

.l_header_search {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: var(--green);
    position: relative;
}

.l_header_search img {
    width: 12px;
    height: 12px;
}

.txt_more p {
    position: relative;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 600;
}

.txt_more p:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
}




/* lead
----------------------------------------------------------- */

.lead {
    position: relative;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.lead .txt {
    position: relative;
    width: 40%;
    min-width: 300px;
    padding: 45px 0 45px 50px;
    border-left: 15px solid var(--green);
}
.lead .txt .area {
    position: relative;
    display: inline-block;
}
.lead .txt .area h1 {
    position: absolute;
    top: -24px;
    font-size: 16px;
    font-weight: 500;
}
.lead .txt .area span {
    font-size: 50px;
    line-height: 1;
    color: var(--green);
    letter-spacing: 2px;
    font-weight: 500;
}
.post-type-archive-consul .lead .txt .area span,
.privacy-policy .lead .txt .area span {
    font-size: 42px;
    letter-spacing: 3px;
}
.lead .txt .tl {
    margin-top: 3px;
	display: flex;
	align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.lead .txt .tl:before {
	content: "";
    width: 2em;
    margin-right: 0.5em;
	border-top: 1px solid;
}

.lead #breadcrumb {
    position: absolute;
    left: 58px;
    bottom: 30px;
    z-index: 1;
    width: 100%;
}
.lead .img {
    width: 60%;
}
.lead .img figure {
    margin: 0;
    position: relative;
    padding-bottom: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 460px;
}
.about_lead_ceo.lead .img figure {
    background-position: top;
}
/*
.lead .img figure:before {
    background-color: rgb(0 166 255 / 20%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
    border-radius: 590px 0px 0px 0px;
}
*/
.lead_2 {
    position: relative;
    background-color: var(--green);
}

.lead_2 .txt {
    display: table;
    width: 100%;
    margin: 0 auto;
    height: 140px;
    text-align: center;
}

.lead_2 .area {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}
.lead_2 .txt h1 {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;
}
.lead_2 .gf {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1;
}
.lead2 {
    margin-top: -112px;
    background: #f2fbff;
}
#breadcrumb.type2 {
    position: relative;
    padding-top: 30px;
    left: 58px;
}


/* breadcrumb
----------------------------------------------------------- */

#breadcrumb ul {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    margin: 0px auto;
    overflow-x: auto;
    overflow-y: hidden;
}
#breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 11px;
}
#breadcrumb li a {
    display: block;
    padding: 0 12px 0 10px;
    max-width: 360px;
    height: 18px;
    line-height: 18px;
    text-decoration:none;
    color: #999;
    white-space: nowrap;
}

#breadcrumb li a .fas {
	padding-right: 2px;
}
#breadcrumb li a:after {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(-45deg);
    border-right: 1px solid #999;
}
#breadcrumb li a:before {
    float: right;
    display: block;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(45deg);
    border-right: 1px solid #999;
}
#breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    padding: 0 22px 0 12px;
}


/* 基本タイトル
----------------------------------------------------------- */


.head_title {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.head_title h2 {
    position: relative;
    font-size: 26px;
    letter-spacing: -.5px;
    font-weight: 600;
}
body.home .head_title h2 {
    font-size: 30px;
}
.head_title h2 span.sub {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .5px;
    color: var(--green);
}
.head_title h2:before {
    position: absolute;
    content: '';
    top: -25px;
    left: 0%;
    width: 50px;
    height: 2px;
    margin-left: 0px;
    background-color: var(--green);
}
.head_title.t_center h2:before {
    left: 50%;
    margin-left: -25px;
}

.head_title h3 {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 26px;
    letter-spacing: 2.5px;
    font-weight: bold;
}
.head_title h3:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 60px;
    background: #333;
    right: -80px;
    bottom: 50%;
}
.imp_subtitle {
    margin-top: 16px;
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
    color: #416583;
    line-height: 1.125;
    text-transform: capitalize;
    word-break: break-word;
}

.head_area {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.head_area2 {
    margin-bottom: 30px;
    text-align: center;
}
.head_area2 h1,
.head_area2 h2 {
	position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
}

.head_area2 h2:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    width: 100px;
    height: 1px;
    margin-left: -50px;
    background-color: #416583;
}

#main .head_area2 {
	text-align: left;
}
#main .head_area2 h2 {
    display: block;
	padding: 0px;
	text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}
#main .head_area2 h2:before,
#main .head_area2 h2:after {
	display: none;
}


.heading h3 {
    margin: 30px 0px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
    border-left: 2px solid var(--green);
    color: var(--green);
}

.heading h4 {
    position: relative;
    margin: 20px 0px 20px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
}
.heading h4:before {
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    top: 3px;
    left: 0px;
    position: absolute;
    color: #416583;
    font-size: 22px;
}

/* service
----------------------------------------------------------- */

.service_area {
	position: relative;
}
.service_area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px;
    background-color: var(--base);
    z-index: -1;
}

.ct_menu_list {
    margin: 40px auto 20px;
}

/* 2023.12.25 */
.ct_menu_list li {
    width: calc(100% / 6 - 10px);
    margin: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgb(31 62 32 / 15%);
}
.ct_menu_list li a {
	position: relative;
	display: block;
    color: #333;
}
.ct_menu_list li a:hover {
	text-decoration: none;
}

.ct_menu_list li .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ct_menu_list li .img img {
    width: 160%;
    max-width: 160%;
    height: auto;
}
.ct_menu_list li a:hover .img img {
    transform: scale(1.05);
    transition-duration: .7s;
}

.ct_menu_list li .icon {
    position: relative;
    margin-top: -40px;
    text-align: center;
}
.ct_menu_list li .icon span {
    display: inline-block;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
    border-radius: 50%;
}
.ct_menu_list li .icon img {
    width: 58px;
    height: auto;
}

.ct_menu_list li .txt {
    padding: 0 20px 20px 20px;
    text-align: center;
}
.ct_menu_list li .txt h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.5px;
}
.ct_menu_list li .txt span {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 800;
    color: var(--green);
}

.ct_menu_list li .txt span {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 800;
    color: var(--green);
}
.ct_menu_list li span.vl_t {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 3;
    font-size: 12px;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.ct_menu_list li span.vl_t:after {
    content: "";
    position: relative;
    top: 0px;
    left: -1px;
    display: inline-block;
    margin: 7px 0px 0px;
    width: 1px;
    height: 56px;
    border-left: 1px solid #777;
}
.sv_service_area .mb.sv_mb_area {
	display: none !important;
}
.mb.sv_mb_area .img {
    max-height: 200px;
    overflow: hidden;
}

.mb.sv_mb_area .btn {
    margin: 30px auto 0;
    text-align: center;
}



body.single_box section {
	padding: 0px 0px 60px;
}
body.single_box #content .inner.guide {
    max-width: 900px;
    padding: 40px 40px 0px;
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}
body.single_box #content .inner.guide p {
    font-size: 14px;
}
body.single_box .tl_catch {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
body.single_box .dl_base dt .icon {
	margin-top: 20px;
}
body.single_box .dl_base dl .tl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}





.sv_detail_top .icon {
    margin: 0 auto;
    text-align: center;
}
.sv_detail_top .icon img {
    width: 70px;
}
.sv_detail_top .head_title_2 {
    margin: 30px 0px 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted var(--green);
}
.sv_detail_top .head_title_2 h2 {
    font-size: 26px;
    letter-spacing: -.5px;
    font-weight: 600;
}
/* mission
----------------------------------------------------------- */

body.home .message,
.message {
	position: relative;
    padding: 30px 0px 0px;
}

.message .flex_in {
	align-items: center;
}
.message .hed_detail {
	margin-left: 80px;
    width: 480px;
}
.message .sub_tl {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 500;
}
.message .tl {
	margin-bottom: 30px;
    font-size: 26px;
	font-weight: 600;
}
.message .txt {
	
}
.message .txt p {
	
}
.message .btn {
	margin-top: 30px;
}
.message .right {
    width: calc(100% - 560px);
    max-width: 650px;
    margin-left: auto;
    padding-left: 80px;
}
.message .right img {
    width: 100%;
}

.message .bg {
    position: absolute;
    top: 15px;
    left: -33px;
	z-index: -1;
    line-height: 1.1;
    color: rgb(229 229 229 / 25%);
    font-size: 170px;
    font-weight: 900;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
	
	.message .bg {
	    top: -280px;
	    left: -15px;
	    font-size: 170px;
	}
}
@media (max-width: 1200px) {

	.message .bg {
	    top: -260px;
	    left: -15px;
	    font-size: 150px;
	}
}
@media (max-width: 1080px) {

	.message .bg {
	    top: -235px;
	    left: -15px;
	    font-size: 130px;
	}
}
@media (max-width: 1000px) {

	.message .tl {
	    font-size: 22px;
	}
	.message .txt p {
	    font-size: 12px;
	}
	.message .hed_detail {
	    margin-left: 40px;
    	padding-bottom: 40px;
	}
    
	.message .bg {
	    top: -212px;
	    left: -15px;
	    font-size: 110px;
	}
}


.top_sponsor_area {
    width: 90%;
    margin: 60px auto 60px;
	text-align: center;
}



/* 会社概要
----------------------------------------------------------- */

.access_area .flex_in {
    align-items: stretch;
}
.access_area .left {
	width: 50%;
    padding: 0px 30px 0px 0px;
}
.access_area .right {
	width: 50%;
    padding: 0px 0px 0px 30px;
}
.access_area .right img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.google-maps {
	height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
}
body.home .google-maps {
    padding-bottom: 90%;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 会社案内系のリスト */

.ab_company_area ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
}

.ab_company_area ul li {
    width: calc(100% / 4 - 10px);
    margin: 0 5px;
    padding: 5px;
    text-align: center;
}

.ab_company_area ul li a {
    position: relative;
    display: block;
    color: #333;
}
.ab_company_area ul li a:before {
    background-color: rgb(50 50 50 / 50%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 1;
    transition: .8s;
}
.ab_company_area ul li .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ab_company_area ul li .img img {
    width: 100%;
    height: auto;
}

.ab_company_area ul li .txt {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2.2rem;
    color: #fff;
    text-align: center;
}

.ab_company_area ul li .txt .tl h3 {
    font-size: 16px;
    font-weight: 500;
}

/* 沿革 */

.timeline_area {
    align-items: inherit;
}
.timeline {
	margin: 1%;
    padding: 15px;
    width: 48%;
}
.timeline > li {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	overflow: hidden;
}
.timeline-date {
	width: 116px;
    line-height: 1;
}
.timeline-date .gf {
    font-size: 22px;
    letter-spacing: 0.5px;
}
.timeline-content {
    width: calc(100% - 116px);
	padding-left: 30px;
	border-left: 1px var(--green) solid;
}
.timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	background: var(--green);
	position: absolute;
	left: 111px;
    top: 6px;
	border-radius: 100%;
}
.timeline-content p {
    margin-bottom: 25px;
}



/* news
----------------------------------------------------------- */

.news_area {
    position: relative;
    z-index: 1;
    width: 100%;
}
.news_area:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/news_area.jpg) top center no-repeat;
    background-size: cover;
}
.news_area .inner {
    padding: 60px;
    background-color: #fff;
    background-color: #ffffffe6;
}
.news_area .left {
	width: 200px;
}
.news_area .right {
	width: calc(100% - 200px);
	padding-left: 60px;
}

.news .headline ul.list li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}
.news .headline ul.list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.news .headline ul.list li span.date {
    width: 100px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--green);
}
.news .headline ul.list li span.title {
    width: calc(100% - 100px);
    /*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*/
}
.news .headline ul.list li a {
	position: relative;
	color: #333;
	text-decoration: underline;
}
.news .headline ul.list li a.pdf:before {
	content: "";
    position: relative;
    top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/pdf_icon.svg) no-repeat;
	background-size: contain;
	margin-right: 8px;
}
.news .headline ul.list li a.movie:before {
	content: "";
    position: relative;
    top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/movie_icon.svg) no-repeat;
	background-size: contain;
	margin-right: 8px;
}
.news .headline ul.list li a:hover {
	text-decoration: none;
}

/* 採用案内
----------------------------------------------------------- */

body.home .top_recruit_area {
	position: relative;
    margin-top: -1px;
	padding-top: 0px;
}
.top_recruit_area .img {
	position: relative;
    z-index: 0;
}
.top_recruit_area .img:before {
    background-color: rgb(63 147 123 / 5%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    z-index: 2;
}
.top_recruit_area .img img {
    width: 100%;
}
.top_recruit_area .tl_block {
    position: absolute;
    top: -146px;
}
.top_recruit_area .tl_block h3 {
    padding: 30px 90px;
    background-color: var(--green);
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 5px;
}
.top_recruit_area .sep {
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
}
.top_recruit_area.toc .sep {
    flex-direction: row-reverse;
}
.top_recruit_area .txt {
    width: 45%;
}
.top_recruit_area .top_movie_area {
    width: calc(100% - 45%);
    padding-left: 40px;
	margin-left: auto;
}

.top_recruit_area .top_movie_area .tl h3 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.5px
}
.top_recruit_area .top_movie_area .tl h3 img {
	display: inline-block;
	margin-right: 5px;
}

.top_recruit_area .txt .rec_t_link {
    margin-top: 20px;
}


.top_recruit_area .movie_list {
	
}
.top_recruit_area .movie_list li {
	position: relative;
	width: calc(100% / 3 - 2%);
	margin: 0 1%;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}
.top_recruit_area .movie_list li a {
	display: block;
	padding: 5px;
	color: #333;
	font-weight: 600;
	text-align: center;
}
.top_recruit_area .movie_list li a:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(../images/youtube_start.png) no-repeat;
    background-size: cover;
}




/* 取引先
----------------------------------------------------------- */


ul.partner_list {
	margin-top: 40px;
}
ul.partner_list li {
	position: relative;
    width: calc(100% / 4 - 2%);
    margin: 1%;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 20%);
}

ul.partner_list li a {
	position: relative;
	display: block;
    padding: 20px;
    height: 100%;
	color: #333;
	text-align: center;
    transition: .8s;
}
ul.partner_list li a:after {
    content: "";
	position: absolute;
    bottom: 10px;
    right: 10px;
	width: 16px;
	height: 16px;
    background: url(../images/link_icon.png) no-repeat;
    background-size: cover;
}

ul.partner_list li a:hover {
	opacity: 0.7;
}
ul.partner_list li .img {
    min-height: 70px;
}
ul.partner_list li .img img {
    max-width: 100%;
    max-height: 70px;
}
ul.partner_list li h3 {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 600;
}
.partner_area .ml_txt {
    text-align: center;
}



/* 関連リンク
----------------------------------------------------------- */

body.home .relate_link_area,
.relate_link_area {
    position: relative;
    padding: 60px 0px;
    background: #f7f7f7;
}
.relate_link_area .head_title {
    margin: 20px 0 20px;
}
.relate_link_area .head_title h2,
.relate_link_area .head_title .sub {
	position: relative;
	z-index: 2;
}
.head_title_2 {
    position: relative;
    margin-bottom: 20px;
}
.head_title_2 h2 {
    position: relative;
    z-index: 2;
}
.head_title_2 .tl {
    font-size: 22px;
    font-weight: 500;
}

.head_title_2 h2 .gf {
    display: inline-block;
    position: relative;
    top: -3px;
    left: 6px;
}
.relate_link_area p.bg_tl {
    position: absolute;
    bottom: -26px;
    left: -50px;
    z-index: 0;
    line-height: 1;
    color: rgb(229 229 229 / 50%);
    font-weight: 900;
    font-size: 96px;
    white-space: nowrap;
}
ul.relate_link_list li {
	position: relative;
    width: calc(100% / 4 - 2%); /* 202409 変更 */
    margin: 1%;
}

ul.relate_link_list li a {
	position: relative;
	display: block;
	color: #333;
    transition: .8s;
}
ul.relate_link_list li a:hover {
	opacity: .7;
}
.relate_link_list li .img img {
	width: 100%;
	height: auto;
}


/* 代表メッセージ
----------------------------------------------------------- */

.sign_area {
    margin-top: 40px;
    align-items: center;
    justify-content: center;
}

.sign_area .name {
    text-align: right;
}

.sign_area .img {
    width: 160px;
    margin-left: 20px;
}

.sign_area .img img {
    width: 100%;
}

/* dl
----------------------------------------------------------- */

.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt {
    width: 142px;
    padding: 20px 18px 18px 0px;
    border-bottom: 1px solid var(--green);
    font-size: 13px;
    font-weight: 700;
    color: #333;
}
.dl_base dd {
    width: calc(100% - 142px);
    margin: 0;
    padding: 18px 0px 18px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
}


/* contact
----------------------------------------------------------- */

.ct_txt p {
    font-size: 14px;
}

.privacy_box {
    margin: 40px auto 60px;
    padding: 40px 40px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.inquiry_privacy_box .privacy_box {
    padding: 30px;
    height: 290px;
    overflow-y: scroll;
}


.privacy_box h2 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
    color: #555;
}
.privacy_box h2.nofirst {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.privacy_box h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
    color: #666;
}
.privacy_box p {
    margin-bottom: 20px;
    color: #555;
}
.pvc_btm {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px dotted #afafaf;
}
.pvc_btm p {
	font-size: 15px;
}
.pvc_btm p.btm {
	margin-bottom: 0px;
	text-align: right;
}
.privacy_sec_tl {
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

ul.stdlist_num {
    margin: 20px 0;
}
ul.stdlist_num li {
    margin-left: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    list-style: decimal;
    color: #666;
}
.ct_box_btm {
    margin: 40px auto;
    text-align: center;
}
.ct_box_btm .head_title {
	margin: 0px auto 40px;
}
.ct_box_btm .head_title h2:before {
	content: none;
}
.ct_box_btm .cta_ct_sec {
    justify-content: center;
}
.ct_box_btm .left,
.ct_box_btm .right {
    width: 50%;
    padding: 0 30px;
}
.ct_box_btm .left {
    border-right: 1px solid #ddd;
}
.ct_box_btm .cta_ct_sec .icon {
    margin: 0 auto 15px;
    width: 54px;
}
.ct_box_btm .cta_ld {
    margin-bottom: 15px;
    font-size: 16px;
}
.ct_box_btm .cta_ct_sec .t {
	margin-top: 5px;
}

/* footer
----------------------------------------------------------- */


#footer {
    padding: 15px 0px;
    color: #7e7e7e;;
}

#footer .inner {
	align-items: center;
}
#footer .sub_left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
	width: calc(100% - 318px);
}
#footer .sns_link {
	margin-left: 15px;
}
#footer .sns_link li {
	display: inline-block;
	width: 30px;
	margin-right: 10px;
}
#footer .sub_right {
	width: 318px;
}

.credit_ft a {
	color :#333;
}


.sub_right {
    margin-left: auto;
}

/* タブレットに適用させるCSS
----------------------------------------------------------- */
@media screen and ( max-width:1024px ) {
	
    header .in,#breadcrumb ul,#bread_all ul,#footer_body,
    #side,#side_wrap,#main,#main_area,.area,#content,iframe,
    .rt_prof,.lt_office_img,.member_list_blk .img,.member_list .img,
    .cta_area .flex_lt, .cta_area .flex_rt,.fta_icon .flex_lt,.home .article_list {
        width: 100%;
        float: none;
    }
    
    .inner,#content .in,.in {
        width: 96%;
        margin: 0 auto;
    }

    #g_navi nav {
        width: 100%;
    }
    .header_bg .eyecatch h1 {
	    text-align: center;
	}
    #main {
        margin: 0px;
        border-right: 0px;
    	padding: 0px;
    	padding: 20px; /* 20200519 */
    }
	.about .lt_blk {
	    width: 55%;
	    margin-right: 3%;
	}
	ul.member_list_link li {
		width: 33%;
	}
	ul.member_list_link {
	    text-align: center;
	}

}


/* スマホに適用させるCSS
----------------------------------------------------------- */
@media screen and ( max-width:760px ) {
	
    .inner,#content .in,.in {
        width: 90%;
        margin: 0 auto;
    }
    #content {
    	padding: 60px 0px 30px;
	}
	p {
    	font-size: 13px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    
    .pc {
        display: none !important;
    }
    .mb {
        display: block !important;
    }
    
    /* lauout
    ----------------------------------------------------*/
    
    body.home section,
    section {
		padding: 60px 0px;
	}
    #content.wide .in {
        width: 100%;
        padding-top: 20px;
    }
    .w_80,.w_80_txt,w_60_txt {
        width: 100% !important;
    }
	.head_title {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	body.home .head_title h2 {
		font-size: 24px;
	}
	.head_title h2 {
	    font-size: 20px;
	}
	.head_title h2 span.sub {
	    margin-top: 5px;
	    font-size: 11px;
	    letter-spacing: .5px;
	}
    #breadcrumb, #bread_all {
	    padding: 0px;
	    margin-top: 50px;
	    background: none;
    }
    
    
    /* header / eyecatch
    ----------------------------------------------------------- */
	    
	.header_bg {
		height: 64px;
	}
	.site_logo {
	    top: 17px;
	    left: 17px;
	}
	.site_logo img {
	    width: 152px;
	}
	#eyecatch {
	    justify-content: inherit;
	    height: auto;
	}
	/*
	.video {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    width: 177.77777778vh;
	    height: 56.25vw;
	    min-height: 100%;
	    min-width: 100%;
	}
	*/
	.inner-content {
	    margin: 0 auto 0;
	    left: 15px;
	}
	.inner-content h1 img {
		width: 72%;
	}
	.inner-content .sub {
	    width: 90%;
    	width: 70%;
	    margin: 8px 0px 0px 6px;
	    letter-spacing: 0.5px;
	    font-size: 9px;
	}
	.rec_topic {
	    width: 90%;
    	max-width: 320px;
	    padding: 12px 5px 0px 12px;
    	bottom: -100px;
    	border-radius: 0;
	}
	
	.rec_topic_area .img_area {
		width: 70px;
	}
	.rec_topic_area .img_area .r_img {
	    width: 70px;
	    height: 70px;
	}
	.rec_topic_text {
	    width: calc(100% - 90px);
	    margin-top: 10px;
	    margin-left: 20px;
	}
	.rec_topic_text .txt_tp {
	    font-size: 16px;
	}
	.rec_topic_text .txt_sub {
	    font-size: 10px;
	    letter-spacing: -.5px;
	}
	.rec_topic .txt_more {
	    margin-top: 5px;
	}
	.rec_topic .txt_more p {
	    margin-left: 8px;
	    font-size: 12px;
	}

    /* TOP
    ----------------------------------------------------------- */
	
	body.home .message,
	.message {
		margin-top: 90px;
	    padding: 30px 0px;
	}
	.message .flex_in {
	    width: 90%;
	    margin: 0 auto;
	}
	.message .hed_detail {
		width: 100%;
		margin-left: 0px;
	}
	.message .tl {
	    margin-bottom: 20px;
	}
	.message_img {
	    margin-bottom: 20px;
	}
	.message .bg {
	    top: -145px;
	}
	.top_sponsor_area {
	    margin: 0px auto 40px; /* 202409 変更 */
	}
	.service_area:after {
    	height: 330px;
    }
    
	.ct_menu_list {
    	display: flex !important;
	}
	.ct_menu_list.pc {
		display: none !important;
	}
	.ct_menu_list li {
	    width: calc(100% / 2 - 10px);
	    margin: 0 5px 15px;
	}
	.ct_menu_list li .img img {
	    width: 100%;
	    max-width: 100%;
	    height: auto;
	}
	.ct_menu_list li .icon img {
	    width: 29px;
	}
	.ct_menu_list li span.vl_t {
	    font-size: 10px;
	}
	.ct_menu_list li span.vl_t:after {
    	left: 0px;
	    height: 11px;
	}
	.ct_menu_list li .txt {
	    padding: 0 15px 15px 15px;
	    text-align: center;
	}
	.ct_menu_list li .txt h3 {
	    font-size: 16px;
	}
	body.service_index .ct_menu_list {
	    display: flex !important;
	}
	
	
	.news_area .inner {
	    display: block;
	    padding: 30px;
	}
	.news_area .left,
	.news_area .right {
	    width: 100%;
	    padding: 0px;
	}
	.news_area .btn {
	    margin-top: 30px;
	    text-align: center;
	}
	/* TOPのみ、newsの4件目以降を非表示 */
	body.home .news .headline ul.list li:nth-child(n+4)  {
		display: none;
	}
	
	ul.partner_list li {
	    width: calc(100% / 2 - 2%);
	}

	ul.partner_list li a {
	    padding: 10px;
	}
	ul.partner_list li .img {
	    min-height: 44px;
	}
	ul.partner_list li h3 {
	    margin-top: 5px;
	    font-size: 10px;
	    font-weight: 600;
	}
	ul.partner_list li a:after {
	    bottom: 5px;
	    right: 5px;
	    width: 8px;
	    height: 8px;
	}
	.top_recruit_area .tl_block {
	    position: absolute;
	    top: -79px;
	}
	.top_recruit_area .tl_block h3 {
	    padding: 16px 20px;
	    font-size: 18px;
	}
	.top_recruit_area .sep.flex_in {
	    display: block;
	    margin-top: 50px;
	}
	.top_recruit_area .txt,
	.top_recruit_area .top_movie_area {
		width: 100%;
		padding: 0px;
	}
	.top_recruit_area .top_movie_area {
	    margin-top: 25px;
	}
	.top_recruit_area .top_movie_area .tl h3 {
		font-size: 16px;
	}
	.top_recruit_area .movie_list li a {
	    padding: 12px;
	    font-size: 12px;
	}
	.top_recruit_area .movie_list li a:after {
	    bottom: 5px;
	    right: 5px;
	    width: 12px;
	    height: 12px;
	}
	.modal-video-movie-wrap {
	    width: 80% !important;
	    margin: 0 auto !important;
	}
	body.home .relate_link_area,
	.relate_link_area {
	    padding: 30px 0px;
	}
	ul.relate_link_list li {
	    position: relative;
    	width: calc(100% / 2 - 4%); /* 202409 変更 */
	    margin: 2%;
	}
	.relate_link_area p.bg_tl {
	    bottom: -5px;
	    left: -10px;
	    font-size: 46px;
	}
	.head_title_2 .tl {
	    font-size: 16px;
	    font-weight: 500;
	}
	.head_title_2 h2 .gf {
	    font-size: 12px;
	    top: -2px;
	    left: 6px;
	}
	.access_area .left,
	.access_area .right {
		width: 100%;
		padding: 0;
	}
	.access_area .right {
		margin-top: 0px;
	}
	
	
	.timeline_area {
	    margin: 15px 5%;
	}
	.timeline {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.timeline-date {
		
    }
	.timeline-content {
    	width: calc(100% - 116px);
	}
	.timeline-date .gf {
	    font-size: 20px;
	}

	.dl_base dt {
	    width: 72px;
	    padding-right: 0px;
	}
	.dl_base dd {
	    width: calc(100% - 72px);
	}
	.privacy_box {
    	padding: 20px;
	}
	.privacy_box h2 {
    	margin-bottom: 25px;
	    font-size: 16px;
	}
	.privacy_box h3 {
	    font-size: 14px;
	}
	.privacy_box p {
	    font-size: 12px;
	}
    /* 業務内容
    ----------------------------------------------------------- */
    
	body.single_box #content .inner.guide {
	    padding: 20px 20px 0px;
	}
	.sv_detail_top .head_title_2 h2 {
		font-size: 20px;
	}
	body.single_box #content .inner.guide p {
	    font-size: 13px;
	}
	body.single_box .tl_catch {
	    font-size: 16px;
	}
	body.single_box .dl_base dd {
	    font-size: 12px;
	}
	.ab_company_area ul li {
	    width: calc(100% / 2 - 10px);
	}
	.ab_company_area ul li .txt {
	    height: 1.6rem;
	}
	.ab_company_area ul li .txt .sub {
	    font-size: 10px;
	    line-height: 1;
	}
	.ab_company_area ul li .txt .tl h3 {
	    font-size: 13px;
	}
	
    /* lead
    ----------------------------------------------------------- */

	.lead {
	    overflow: inherit;
	    background: none;
	}

	.lead .txt {
	    width: 100%;
	    margin: 0;
	    padding: 20px;
	    border-left: 0;
	    order: 1;
	    z-index: 1;
	    background: #fff;
	}
	.lead .txt .area h1 {
	    position: relative;
	    top: 0;
	    font-size: 14px;
	    margin-bottom: 2px;
	}
	.lead .txt .area span {
	    font-size: 26px;
	}
	.lead .txt .tl {
	    font-size: 13px;
	}
	.lead #breadcrumb {
	    position: relative;
	    left: 15px;
	    margin-top: 0px;
	    bottom: auto;
	    width: 100%;
	    order: 2;
	}
	.lead .img {
	    width: 100%;
	    order: 0;
	}
	
	.lead .img figure {
	    padding-bottom: 0%;
	    height: 200px;
	    border-radius: 0px;
	}
	.lead .img figure:before {
	    border-radius: 0px;
	}
	body.company .lead .img figure {
    	background-position-y: -50px;
	}
	.about_lead_ceo.lead .img figure {
	    background-position: center;
	}
	.lead_2 .txt {
	    height: 100px;
	}
	.lead_2 .txt h1 {
	    font-size: 16px;
	}
	#breadcrumb.type2 {
	    margin-top: 10px;
	    padding: 0px;
	    left: 0px;
	}
    
    /* 開閉アイコン
    ----------------------------------------------------------- */

    #panel-btn {
        display: inline-block;
        position: absolute;
        top: 16px;
        right: 20px;
        z-index: 99999;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        /*
        background: #227ca9;*/
    }
    #panel-btn:hover {
    }
    #panel-btn:active,
    #panel-btn:focus {
        background: none;
    }
    .header_bg #panel-btn-icon,
    .header_bg #panel-btn-icon:before,
    .header_bg #panel-btn-icon:after {
        background: #333;
    }
    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #333;
        transition: .2s;
    }

    #panel-btn-icon:before, #panel-btn-icon:after{
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #333;
        transition: .3s;
    }
    #panel-btn-icon:before{
        margin-top: -6px;
    }
    #panel-btn-icon:after{
        margin-top: 4px;
    }
    #panel-btn .close{
        background: transparent;
    }
    #panel-btn .close:before, #panel-btn .close:after{
        margin-top: 0;
    }
    #panel-btn .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background: #fff;
    }
    #panel-btn .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        background: #fff;
    }

    /* Gメニュー
    ----------------------------------------------------*/
    
    #g_navi {
		margin: 0px;
	}
	#nav-drawer {
		position: fixed;
	    top: 26px;
	    right: 14px;
		z-index: 99999;
	}
	/*アイコンのスペース*/
	#nav-open {
	    display: inline-block;
	    /* text-align: center; */
	    width: 30px;
	    height: 20px;
	    vertical-align: middle;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span::before, #nav-open span::after {
	    position: absolute;
	    height: 2px;/*線の太さ*/
	    width: 15px;/*長さ*/
	    border-radius: 3px;
	    background: #333;
	    display: block;
	    content: '';
	    cursor: pointer;
	}
	
	#nav-open span:before {
	    bottom: -6px;
	}
	#nav-open span:after {
	    bottom: -12px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
	    display: none;/*はじめは隠しておく*/
	    position: fixed;
	    z-index: 99;
	    top: 0;/*全体に広がるように*/
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background: black;
	    opacity: 0;
	    transition: .3s ease-in-out;
	}

	/*中身*/
	#nav-content {
	    overflow: auto;
	    position: fixed;
	    top: 0;
	    right: 0;
	    z-index: 9999;/*最前面に*/
	    width: 75%;/*右側に隙間を作る*/
	    max-width: 330px;/*最大幅*/
	    height: 100%;
	    background: #fff;/*背景色*/
	    transition: .3s ease-in-out;/*滑らかに表示*/
	    -webkit-transform: translateX(105%);
	    transform: translateX(105%);/*右に隠しておく*/
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
	    display: block;/*カバーを表示*/
	    opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
    	background: var(--green);
	    -webkit-transform: translateX(0%);
	    transform: translateX(0%);/*中身を表示*/
	    box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	/*開いた際のエリア部分*/
	.nav-tl-menu {
	    display: block;
	    position: relative;
	    padding: 30px;
	    font-size: 18px;
	    letter-spacing: 3px;
	    color: #fff;
	}

    #nav-content .nav>ul>li {
	    width: 100%;
	    height: auto;
	    float: none;
	    padding: 0px;
    }
    #nav-content .nav>ul>li>a {
	    display: block;
	    vertical-align: middle;
	    width: 100%;
	    color: #fff !important;
	    height: auto;
	    padding: 20px 0px 20px 0px;
    }
    #g_navi .nav>ul>li.active a span.gf,
    #g_navi .nav>ul>li a span.gf {
		color: #fff !important;
	}
    #g_navi .nav>ul>li>a:hover, #g_navi .nav>ul>li.active a {
		
	}
    #nav-content .nav>ul>li>a:hover {
        text-decoration:none;
    }
	#g_navi .nav>ul>li>a:after {
	    content: none;
	}
	#g_navi li a span.gf {
	    font-size: 14px;
	}
		
	.nav-item_sub {
	    padding: 20px 5px;
	    background: #3c7a27;
	}
	.nav-item_sub ul li {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 5px;
	}
	.nav-item_sub ul li:last-child {
		margin-bottom: 0px;
	}
	.nav-item_sub li .img {
	    width: 110px;
	}
	.nav-item_sub li .txt {
	    width: calc(100% - 110px);
	    padding: 5px;
	}
	.nav-item_sub li h3 {
	    letter-spacing: 0.5px;
	}
	
	
	
	
	.header_btn.mb {
    	margin-top: 15px;
	    padding: 25px 0px;
	    background: #3c7a27;
	    text-align: center;
	}
	.header_btn img {
	    position: relative;
	    top: 0px;
	    display: inline-block;
	    width: 22px;
	    height: auto;
	    margin-right: 8px;
	}
	
	
	
	
	
	
	/* 閉じるボタン */
	#nav-drawer .close {
	    position: absolute;
	    top: 18px;
	    right: 20px;
	    width: 20px;
	    height: 20px;
	}
    #nav-drawer .close:before, #nav-drawer .close:after {
	    display: block;
	    content: "";
	    position: absolute;
	    top: 50%;
	    left: 0;
        margin-top: 0;
	    width: 20px;
	    height: 2px;
    	background: #fff;
	}
    #nav-drawer .close:before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #nav-drawer .close:after{
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }


    /* フッター
    ----------------------------------------------------------- */


	#footer {
	    padding: 10px 0px 20px;
	}
	.inner.credit_ft.flex_in {
		display: block;
	}
	#footer .sub_left {
		margin-bottom: 10px;
		width: 100%;
	}
	#footer .sub_right {
		margin: auto;
		width: 100%;
	}
	
    /* 背景レイヤー
    ----------------------------------------------------------- */
    
    .bg_layer {
        display: none;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3500;
    }

}
