html {
	font-size: 62.5%;
	visibility: hidden;
}
html.wf-active {
	visibility: visible;
}
*, *::before, *::after {
	box-sizing: border-box;
}
body {
	background-color: #fff;
	color: #565656;
	font-size: 1.5rem;
	font-family: 'fot-rodin-pron', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
	/*font-family: futura-pt,canada-type-gibson,'fot-rodin-pron', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;*/
}


/*汎用*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.pc_invisible {
	display: none;
}
.sp_invisible {
	display: block;
}

/*ヘッダー*/
header {
	background-color: rgba(8,66,108,.5);
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 999;
    box-sizing: border-box;
    padding-left: 30px;
}
.h_logo {
	margin: 0;
}
#gNav > ul {
	text-align: right;
	margin: 0;
}
#gNav > ul li {
	display: inline-block;
	list-style-type: none;
	font-size: 1.3rem;
	margin: 15px 33px 0 0;
    line-height: 200%;
    list-style: none;
}
#gNav > ul li:last-of-type {
	margin-right: 15px;
}
#gNav > ul li.pc_invisible {
	display: none;
}
#gNav > ul a, #gNav > ul a:visited {
	color: #fff;
	text-decoration: none;
}
#gNav li a:hover {
	opacity: 0.8;
}
#gNav > ul li ul li, #gNav > ul li ul li ul li {
	display: none;
}



/*footer*/
footer {
background-color: #0c5e9a;
}
footer nav {
	text-align: center;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 1.4rem;
}
footer nav a,
footer nav a:link {
	color: #fff;
	text-decoration: none;
	position: relative;
}
footer nav a:hover,
footer nav a:visited {
	    color: #fff;
	opacity: 0.9;
	transition: all .3s;
}
footer nav a:hover::before {
    position: absolute;
    top: 15%;
    left: 0;
    content: '';
    margin-left: -9px;
    border: 5px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .3s;
}
.foot-nav01,
.foot-nav02,
.foot-nav03 {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-right: 15px;
}
.foot-nav02 {
}
.foot-nav03 {
	margin-right: 0;
}

footer nav dl dt
 {
	position: relative;
	margin: 10px 0 10px 0;
	padding: 0 0 5px 7px;
	border-bottom: 1px solid #fff;
}
footer nav dl > dt::before {
	content: "";
	position: absolute;
	top:26px;
	right: 0;
	left: 0;
}
footer nav dl dd{
    margin-left: 5px;
    padding-right: 5px;
    line-height: 31px;
}
footer nav dd dl dt {
	margin-bottom: 0;
	margin-top: 0;
    padding: 0;
    border: none;
}
footer nav dl dd dl{
	margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: top;
    border-right: 1px dotted rgba(255,255,255,.5);
}
footer nav dl dd dl:last-child{
	border: none;
}
footer nav dl dd dl dd {
	font-size: 1.25rem;
    line-height: 24px;
    margin-left: 10px;
}
footer .flink{
	text-align: center;
}
footer .flink a{
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	margin:0 10px;
}
footer .copy {
	color: rgba(255,255,255,.5);
	font-size: 1.2rem;
	text-align: center;
	padding: 40px 0 10px;
}
.seinoulogo{
  float: right;
}

#recruit {
	background: #ebf1f7 url(../img/common/back-rec.png) repeat-x;
	color: #005ca9;
	margin-top: 20px;
}
#recruit .container {
	width: 900px;
	margin: auto;
	position: relative;
}
#recruit .left-box {
	float: left;
}
#recruit .left-box:first-of-type {
	background: url(../img/common/img-bk-rec.png) no-repeat;
	margin: 100px 0 40px 0;
	min-width: 500px;
}
#recruit .left-box:nth-child(2) {
	font-size: 0;
}
#recruit h3 {
    font-size: 3rem;
	    margin: 30px 0 0;
}
#recruit .txt-rec {
	width: 480px;
	line-height: 2.5rem;
}
#recruit a.btn-more {
	background-color: #fff;
	color: #0c5e9a;
	border: solid 2px #0c5e9a;
	padding: 8px;
	width: 105px;
	height: 54px;
    margin-right: 10px;
 }
#recruit a.btn-more::before,
#recruit a.btn-more::after{color: #0c5e9a;}
#recruit a.btn-more::before{right: 13px;bottom: 13px;border-top: solid 2px;}
#recruit a.btn-more::after{right: 0px;bottom: 25px;border-right: solid 2px;}


#recruit a.btn-more:hover {
	color: #fff;
background-color: #0c5e9a;
}

#recruit a.btn-more:hover::before,
#recruit a.btn-more:hover::after
{
color: #fff;
}


/*404など汎用ページ*/
.error404 .cat-ttl {
    background: url(../img/ttl-bg.png) no-repeat center top;
    height: 170px;
}
.simple-wrap {
	width: 490px;
	margin: 70px auto 200px;
	text-align: center;
}

.simple-wrap  h3 {
	margin: 100px 0 10px;
    font-size: 4rem;
    color: #0b5083;
    line-height: 1.5;
}
.simple-wrap  h4 {
	font-size: 1.5rem;
	    font-size: 1.5rem;
}
.simple-wrap a {
display: inline-block;
    width: 83px;
    height: 43px;
    background-color: #005ca9;
    color: #fff;
    text-decoration: none;
    padding-top: 13px;
	    margin-top: 5rem;
    transition: 0.5s;
}
.simple-wrap a:hover {
	background: #fff;
	color: #005ca9;
	border: 2px solid #005ca9;
}
.cat-ttl h2.simple {
    color: #fff;
    width: 1156px;
    margin: 0 auto;
    padding: 120px 50px 20px;
    font-size: 3rem;
}

/*フォーム*/
#contact,
#entry_form {
	color: #0c5e9a;
}
#contact fieldset,
#entry_form fieldset {
	border: none;
	text-align: center;
}
#contact legend,
#entry_form legend {
	display: none;
}
#contact .font-size-m,
#entry_form .font-size-m {
    font-size: 1.5rem;
	text-align: left;
}
#contact .input-s,
#contact textarea,
#entry_form .input-s,
#entry_form textarea,
#entry_form .select select
{
	display: block;
    width: 100%;
    margin-bottom: 1rem;
    min-height: 40px;
    border-radius: 5px;
    background-color: rgba(12,92,151,1);
    color: #fff;
    border: none;
    font-size: 15px;
}

/*電話番号　スピンボタン（右のボタン）を消す*/
input.qporggbraj-phone[type="number"]::-webkit-outer-spin-button,
input.qporggbraj-phone[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.qporggbraj-phone[type="number"] {
    -moz-appearance:textfield;
}

#contact .confirm .input-s,
#contact .confirm textarea,
#entry_form .confirm .input-s,
#entry_form .confirm textarea,
#entry_form .confirm .select select{
    color: rgba(0,0,0,.5);
    background-color: #eee;
}
#entry_form .select select {
	padding: 0px 20px;
    height: 40px;
}
#contact .required-icon,
#entry_form .required-icon {
    margin: 0 0 0 5px;
   vertical-align: middle;
}
#contact .button,
#contact button,
#entry_form .button,
#entry_form button {
    width: 170px;
    padding: 15px;
    border-radius: 5px;
    font-size: 100%;
    height: 50px;
	margin: 50px auto;
}
#contact .button-primary.button-border,
#entry_form .button-primary.button-border {
	background-color: #0c5e9a;
	color: #fff;
}
#contact .button:not(:disabled):focus,
#contact .button:not(:disabled):hover,
#contact button:not(:disabled):focus,
#contact button:not(:disabled):hover,
#entry_form .button:not(:disabled):focus,
#entry_form .button:not(:disabled):hover,
#entry_form button:not(:disabled):focus,
#entry_form button:not(:disabled):hover{
	background: #fff;
	color: #0c5e9a;
}
#entry_form {
	width: 600px;
	margin: auto;
}
#entry_form .select:after {
    border-top: 5px solid #fff;
}
#entry_form .efofm4 {
	border: 1px solid;
    padding: 20px;
    margin: 30px 0 50px;
}
.ttl-item p,
.ttl-item label{
	font-size:1.7rem!important;
	line-height: 3rem!important;
}
.inner-efo-default-theme .select-s select, .inner-efo-default-theme select.select-s {
    height: 4rem!important;
    font-size: 15px!important;
}

@media screen and (max-width: 1150px) {
	footer nav dl dd dl{
	    display: block;
	    border: none;
	    padding-bottom: 5px;
	    border-bottom: 1px dotted rgba(255,255,255,.5);
	}
}
@media screen and (max-width: 768px) {
/*汎用*/
.pc_invisible {
	display: block;
}
.sp_invisible {
	display: none;
}
header {
	opacity: 0.9;
}

header .container{
display: flex;
align-items: center;
height: 100%;
width: 188px;
}

.logo {
	z-index: 999999;
}
.glo-nav > ul li ul li, .glo-nav > ul li ul li ul li {
	display: inline-block;
}

.h_logo img {
		    max-width: 100%;
	}


/*ハンバーガーメニュー*/
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	width: 100%;
	position: fixed;
	background: none;
	min-height: 58px;
	z-index: -1;
	top: 0;
	left: 0;
	background-color: rgba(8,66,108,.9);
}
.mean-container a.meanmenu-reveal {
	width: 60px;
	/*height: 58px;*/
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	padding-top: 7px;
	box-sizing: border-box;
	z-index: 99;
}
.mean-container a.meanmenu-reveal::after {
	content: 'メニュー';
	font-size: 1.2rem;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 5px;
	width: 40px;
	margin-top: 8px;
	margin-left: 5px;
}
.mean-container a.meanmenu-reveal.meanclose {
	color: #fff;
	font-size: 60px;
	top: 1vh;
	padding:12px 0 0 10px;
}
.mean-container a.meanmenu-reveal.meanclose::after {
	content: '閉じる';
	font-size: 1.2rem;
	display: block;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 71px;
	max-height: 100vh;
	overflow-y: auto;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	overflow-y: scroll;
	background: #08426c;
	position: relative;
	z-index: 99;
	max-height: 100vh;
}
.mean-container .mean-nav ul ul {
	padding-bottom: 0;
	margin-bottom: 0;/*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	border-top: 1px solid #eee;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0);
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: #113179;
	background: rgba(0,0,51,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	border: none;
	font-size: 1rem;
	padding: 1.8rem 1.2rem;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
/*background: #44698f;*/
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}


#contents {
	padding-top: 71px;
	background: #fff url(../img/common/sp-common-back.png) repeat-x;
     min-height: calc(100vh - 70px);
	}

#recruit {
	background: #ebf1f7 url(../img/common/sp-img-bk-rec.png) no-repeat;
	background-size: 100%;
	min-height: 520px;
	position: relative;
	}
#recruit .container {
    width: 100%;
	position: static;
	}
#recruit .left-box:first-of-type {
	background: none;
    width: 100%;
	margin: 0;
	padding: 0 4%;
	min-width: auto;
}
#recruit .txt-rec {
    width: 100%;
}
#recruit .btns-wrap {
		text-align: center;
	}
#recruit a.btn-more {
    margin: 0 2%;
}
#recruit .left-box:nth-child(2) {
		left: calc(50% - 30%);
	}
#recruit .left-box:nth-child(2) img {
		width: 80%;
	}

footer .flink{
	display: none;;
}
footer .copy {
    padding: 5%;
}

/*404など汎用ページ*/
.cat-ttl h2.simple {
    width: auto;
	}
.simple-wrap {
    width: auto;
	min-height: 80vh;
margin: 5%;
}


/*フォーム*/
#entry_form {
width: 100%;
padding: 5%;
}
#entry_form .input-s {
	padding: 0px 8px;
    height: 40px;
}

}


/* 個人情報の取扱い */

#terms.termsCond {
	max-width: 600px;
	color: #0c5e9a;
	border: 1px solid #005ca9;
	padding: 5px;
	box-sizing: border-box;
	height: 400px;
    overflow-y: scroll;
    margin: 20px auto;
	text-align: left;
}
#terms div.termsCond__single {
	margin: 10px auto;
}
#terms h3.termsCond__single-ttl {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.4;
	margin-bottom: 5px;
	position: relative;
}
#terms .termsCond__counter {
    position: absolute;
    left: -52px;
}
#terms h3.termsCond__single-ttl,
#terms .termsCond__txt {
	margin-inline-start: 45px;
	text-align: left;
	background: none;
}
#terms .termsCond__txt {
	font-size: 15px;
	line-height: 1.4;
	color: #333;
	margin-top: 0;
}
#terms .termsCond__txt a {
	word-break: break-all;
	text-decoration: underline;
	font-weight: 500;
}
#terms table.termsCond__table{
	border-collapse: collapse;
	font-size: 14px;
	margin: 20px auto 10px;
	width: 95%;
}
#p_box table.termsCond__table{
	border-collapse: collapse;
	font-size: 14px;
	margin: 0px auto;
	width: 100%;
}
#terms table.termsCond__table th,#p_box table.termsCond__table th{
	background-color: #0c5e9a;
	color: #fff;
}
#terms table.termsCond__table th,
#terms table.termsCond__table td,
#p_box table.termsCond__table th,
#p_box table.termsCond__table td {
	border: 1px solid #0c5e9a;
	text-align: left;
	vertical-align: top;
	padding: 3px 10px 3px 15px;
}
#terms table.termsCond__table td{
	color: #333;
}

#contact .efofm7 .bl-item,
#entry_form .efofm9 .bl-item {
	display: none;
}
#contact .efofm8 .bl-item label.control,
#entry_form .efofm10 .bl-item label.control {
	font-size: 17px;
	justify-content: center;
	align-items: center;
}
#contact .efofm8 .ttl-item .required-icon,
#entry_form .efofm10 .ttl-item .required-icon {
	display: none;
}
#contact .efofm8 .bl-item span.control-label,
#entry_form .efofm10 .bl-item span.control-label {
	flex: 0 1 210px;
}
#contact .inner-efo-default-theme .control.checkbox .control-indicator,
#entry_form .inner-efo-default-theme .control.checkbox .control-indicator {
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 2px;
}

/* 海外business・オフィスサプライ追加 */

.business_contents {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
	margin-top: 20px;
}

.business_box {
    width: 50%;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.business_box {
		width: 100%;
	}
	

}

.business_boximg img {
    width: 100%;
    max-width: 90%;
}




/*20260129*/

#h_top{
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
}

.h_logo{
width: auto;
}

.lang_box {
    position: absolute;
    top: 25px;
    z-index: 998;
}

.lang_box.pc_la {
    position: absolute;
    left: 216px;
    top: 20px;
    z-index: 998;
}

.gt_float_switcher {
    box-shadow: rgb(166 153 143) 0px 0px 2px 0px !important;
}
.gt_float_switcher {
    font-size: 16px!important;
}
.gt_float_switcher img {
    width: 27px!important;
    border: 1px solid #c9c9c9;
}
.gt_float_switcher .gt_options a {
    padding: 7px!important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 2px 4px!important;
}
@media screen and (max-width:767px) {
  .lang_box,
  .lang_box.pc_la{
  top:21px;
    }  
    .gt_float_switcher {
        font-size: 12px!important;
    }
    .gt_float_switcher img {
        width: 20px!important;
    }
}