@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-size: 14px;
    color: #404040;
    background: #FFFFFF;
    font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
    min-width: 1200px;
}

img {
    vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    border: 1px solid #E7E7E7;
}

input[type=submit],
button {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.for-sp {
    display: none !important;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.t-center {
    text-align: center !important;
}

.t-link {
    color: #0092DB;
    text-decoration: underline;
}

.t-link:hover {
    text-decoration: none;
    opacity: 1;
}

.hover:hover {
    opacity: .7;
}

.mb20 {
    margin-bottom: 20px;
}

.mtb20 {
    margin: 20px 0;
}

.btn-box {
    margin: 20px 0;
    text-align: center;
}

.blue-btn {
    display: inline-block;
    padding: 15px;
    background: #0092DB;
    border: 1px solid #0092DB;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    min-width: 300px;
    box-shadow: 0 10px 15px rgba(153, 153, 153, 0.3);
}

.blue-btn:after {
    content: "→";

    display: inline-block;
    margin-left: 10px;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header {
    height: 106px;
    z-index: 999;
}

.head-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

header .h1box {
    background: #1869c3;
    color: #FFFFFF;
    padding: 3px 0;
}

header .h1box p {
    font-size: 12px;
    color: #FFFFFF;
}

.logo-box {
    float: left;
    width: 350px;
}

.logo-box img {
    margin-top: 10px;
    width: 320px;
}

.logo-box span {
    display: block;
    width: 320px;
    height: 24px;
    background-color: #EEEEEE;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 500;
    color: #1869c3;
    text-align: center;
    padding-top: 2px;
    padding-left: 10px;
    margin-top: 2px;
}

.ht-right {
    float: right;
    display: flex;
    align-items: center;
    font-size: 35px;
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
    color: #1869c3;
    height: 72px;
}

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main {}

.content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.content-s {
    width: 1000px;
    margin: 0 auto;
}

.st {
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1869c3;
    margin-bottom: 20px;
}

.st span {
    display: inline-block;
    padding-left: 20px;
    border-left: 5px solid #1869c3;
}

.st-blue {
    color: #0092DB;
}

.st-blue span {
    border-left: 5px solid #0092DB;
}

.sst {
    margin: 20px 0;
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0092DB;
}

.sst:before {
    content: "";

    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../img/common/icon-search.png) no-repeat center;
    background-size: contain;
}

section {
    margin: 50px 0;
    display: block;
    overflow: hidden;
}

.gray-box {
    background: #EFEFEF;
    padding: 50px 0;
}

.textbox {
    margin: 20px 0;
    line-height: 150%;
}


/**/
.main-img {
    display: block;
    overflow: hidden;
    background: #0092DB;
}

.main-img .content {
    background: url(../img/index/main-img.png) no-repeat left center;
    height: 400px;
    position: relative;
}

.main-img .mainimg-inner {
    position: absolute;
    right: 30px;
    top: 50%;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FFFFFF;
    padding: 20px 30px;
}

.main-img .mainimg-inner h1 {
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #0092DB;
    line-height: 130%;
}

.main-img .mainimg-inner .mi-border {
    display: inline-block;
    width: 40px;
    border-bottom: 5px solid #0092DB;
    margin: 20px 0;
}

.main-img .mainimg-inner p {
    line-height: 150%;
    font-size: 18px;
}

/**/
.twin-box {
    display: table;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.twin-box li {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    line-height: 150%;
}

.twin-box li:first-of-type {
    padding-right: 10px;
}

.twin-box li:last-of-type {
    padding-left: 10px;
}

.twin-box li img {
    width: 100%;
}

.twin-box li p {
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0092DB;
    margin-bottom: 10px;
}

.twin-box li .btn-box {
    margin-bottom: 0;
}

.twin-box li .btn-box a {
    width: 100%;
}

/**/
.staff-recruit {}

.staff-recruit ul {
    display: block;
    overflow: hidden;
}

.staff-recruit ul li {
    float: left;
    width: calc(33.33% - 10px);
    margin-right: 15px;
}

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

.staff-recruit ul li dl {}

.staff-recruit ul li dl dt {
    border-top: 2px solid #1869c3;
    margin-bottom: 10px;
}

.staff-recruit ul li dl dt img {
    width: 100%;
}

.staff-recruit ul li dl dd {
    font-family: 'Noto sans japanese', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0092DB;
    line-height: 130%;
}

.staff-recruit .blue-btn {
    display: block;
}

/**/
.rs-todofuken .rs-todo-box ul {
    display: block;
    overflow: hidden;
}

.rs-todofuken .rs-todo-box ul li {
    margin-bottom: 10px;
    float: left;
    width: calc(25% - 6px);
    margin-right: 8px;
}

.rs-todofuken .rs-todo-box ul li:nth-of-type(4n) {
    margin-right: 0;
}

.rs-todofuken .rs-todo-box ul li a {
    display: block;
    border: 1px solid #E7E7E7;
    padding: 10px;
    padding-right: 40px;
    text-align: center;
    font-family: 'Noto sans japanese', sans-serif;
    color: #0092DB;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.rs-todofuken .rs-todo-box ul li a:after {
    content: "↓";

    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    font-size: 14px;
    font-weight: 400;
}

/**/
.recruit-faq {
    margin-bottom: 0;
}

.recruit-faq dl {
    margin: 20px 0;
    border: 1px solid #CCCCCC;
}

.recruit-faq dl dt {
    font-family: 'Noto sans japanese', sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 800;
    background: #0092DB;
    padding: 15px;
    padding-left: 60px;
    position: relative;
}

.recruit-faq dl dt span {
    position: absolute;
    top: 15px;
    left: 15px;
}

.recruit-faq dl dd {
    padding: 15px;
    line-height: 150%;
    background: #FFFFFF;
    padding-left: 60px;
    position: relative;
}

.recruit-faq dl dd span {
    position: absolute;
    top: 15px;
    left: 20px;
    font-family: 'Noto sans japanese', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: rgba(0, 146, 219, .7);
}

/*フッター
----------------------------------------------------------------------------------------------------*/
/* footer{
	margin-top:50px;
	background:#12438C;
	padding:20px 0;
	color:#FFFFFF;
}

footer .foot-inner{
	width:1200px;
	overflow: hidden;
	margin:0 auto;
	color:#FFFFFF;
}

footer .f-copy{
	float: left;
	color:#FFFFFF;
}

footer ul{
	float: right;
}

footer ul li{
	float: left;
	margin-left:10px;
}

footer ul li a{}
footer ul li a:before{
	content:" ";
	display: inline-block;
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/common/arrow-right-w.png) no-repeat left center;
	background-size:cover;
	vertical-align: middle;
}

footer ul li a:hover{
	text-decoration:underline;
}*/

/*トップに戻る*/
/* .totop{
	position:fixed;
	bottom:50px;
	right: calc( 50% - 600px);
	
	display: inline-block;
	width:50px;
}

.totop img{
	width: 100%;
} */