/*
Theme Name:the-beginning-4
*/

/* --------------------------------------
ブラウザスタイル初期化
--------------------------------------*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
}
img {
    vertical-align: bottom;
}

/* --------------------------------------
背景＆基本設定
--------------------------------------*/
html {
    overflow:auto;
}
body {
    font-size:1em;
    background-color: white;
    -webkit-text-size-adjust: none;
    min-width: 980px;
    /* background-image: url("img/bg.png"); */
    /*font-family: "MS PGothic", Arial, "Hiragino Kaku Gothic ProN", "Osaka", sans-serif;*/
    /* font-family:'MS UI 明朝','MS UI mincho','MS明 朝','MS mincho'; */
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Meiryo, メイリオ, sans-serif;
    overflow-x: hidden;
    position: relative;
}
img {
    border: none;
}
a {
    color: #000;
    text-decoration: underline;
}
a:link {
    color: #000;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: underline;
}
p {
    margin: 0;
    padding: 0;
    line-height: 2;
}
ul {
    list-style: none;
    margin-bottom: 20px;
}
ol {
    margin-left: 25px;
}
dt {

}
dd {

}
hr {
    overflow: hidden;
    height: 0;
    border: #bdbdbd dotted 1px;
    margin: 5px 0 15px 0;
}

/* --------------------------------------
レイアウト定義
--------------------------------------*/
#base {
    background: url(img/u-main-bg.png);
    background-repeat: no-repeat;
    background-position: right top 120px;
}
.home #base {
    background: none;
}
#bg {
}
.wrapper {
    padding: 0;
    z-index: 1;
    position: relative;
    padding-top: 0px;
}
/*トップページメイン画面*/
/*#ibox {
width: 100%;
    height: 600px;
    position: relative;
}
*/
#ibox {
    width: 100%;
    height: 600px;
    /* margin-bottom: 60px; */
    position: relative;
    background: url(img/main.jpg);
    background-position: center right;
    background-size: cover;
}
#ibox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#ibox-in {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-110%, -58%);
    /* width: 100%; */
}
#ibox-in img {
    position: absolute;
    bottom: -210px;
    left: -193px;
}
#ibox-in p {
    color: #2d4f95;
    font-size: 2em;
    line-height: 1.8;
    display: inline-block;
    text-align: left;
    font-weight: bold;
    border: 1px solid #4c69a4;
    padding: 60px 70px;
}
#ibox-in .ibox-big {
    font-size: 3em;
    background: rgb(255 255 255 / 70%);
    padding: 2px 10px;
}
/*キャッチを画像にする場合*/

#content {
    padding: 0 0;
    width: 1000px;
    margin: 0px auto 0px;
    z-index: 10;
    position: relative;
}
#content img {
}
.wrap-inner {
    padding: 0 0;
    width: 1000px;
    margin: 0 auto;
}
#pan {
    font-size: 0.8em;
    width: auto;
    margin: 10px 0 10px;
    text-align: left;
    color: #4b3416;
}
#pan a {
    color: #2d4f95;
    text-decoration: none;
}
.breadcrumbs {
    display: inline-block;
}
.infobox {
    display: block;
    text-align: center;
    margin-bottom:20px;
}
.cat {
    font-size: 0.8em;
    font-family: 'Arial', 'Helvetica', sans-serif;
    display: inline-block;
}
.cat a {
    text-decoration: none;
    background: black;
    color: white;
    padding: 4px 10px;
    border-radius: 40px;
}
#content #main .cat p {
    margin-bottom:0;
}
.tags a {
     border: 1px solid #c7c7c7;
    padding: 3px 10px;
    font-size: 0.8em !important;
    margin: 3px;
    border-radius: 2px;
    background-color: white;
    color: black;
    text-decoration:none;
}
.tags a:before {

}

#content #main {
    width: 1000px;
    float: none;
    font-size: 1em;
    line-height: 1.8;
    margin: 0 auto;
    text-align: justify;
}

#content #main .post {
    margin-bottom: 40px;
    background-position: center;
    border: 2px solid #00000075;
}

#content #main.main-sm {
    width: 700px;
    margin: 0;
    order: 2;
}

#content.c-side-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}


/* --------------------------------------
各ページタイトル
--------------------------------------*/

#content #main .singletitle a, #content #main .title a {
    color: #2c3b42;
    text-decoration: none;
}
/* --------------------------------------
マウスオーバー設定
--------------------------------------*/
#header .menu li a:hover {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content #main a:hover img {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}
#content #side a:hover img {
    opacity: 0.60; /* opera  firefox safari */
    filter: alpha(opacity=60); /* ie */
    -ms-filter: "alpha( opacity=60 )";
}

/* --------------------------------------
ヘッダー定義
--------------------------------------*/
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
    padding: 0 0 0;
}
header {
    padding: 0 0 0 0;
    margin: 0 0 0;
}
#header {
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 1000;
    height: auto;
    margin: 0px auto;
    position: relative;
    transition: all .3s ease-out;
    width: 100%;
    padding: 28px 50px 28px;
}
/*ロゴ　スクロール時非表示*/

.header_logo {
    text-align: center;
    position: relative;
}
.header_logo h1 {
    margin: 0 !important;
    line-height: 0;
}
.header_logo img {
    width: 421px;
	height:auto;
}
.header_logo a {
    text-decoration: none;
    line-height: 1;
}
/*ロゴ左寄せ*/
.header_logo.logo_left {

}
header .info_right {

}
header .tel-zone {

}
header .mail-zone {

}
header .mail-zone a {
    padding: 28px 0 0;
    display: block;
    background: gray;
    height: 108px;
    width: 120px;
    font-size: 0.9em;
    color: white;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
}
header .mail-zone img {
    display: block;
    width: 34px;
    margin: 0px auto 12px;
}
.head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-wrap nav.gnav {
    display: flex;
    align-items: center;
}

.h-sub {
    display: block;
    font-size: 0.9em;
    position: relative;
    font-family: 'Shippori Mincho', serif;
    font-weight: normal;
}

#pagetop {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
a#pagetop:hover {
    opacity: 0.6;
}

/*-------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */

#gnav {
    background: #ffffff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-size: auto;
    position: relative;
}
#pc-nav-inner {

}

#pc-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    margin: 0;
}
#pc-nav li {
    /* width: 12%; */
    width: auto;
    padding: 0 15px;
    position: relative;
}
#pc-nav li a {
    /* border-left: 1px solid; */
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
}
#pc-nav li:last-child a {
   /* border-right: 1px solid;*/
    border-color: #d5cec5;
}
#pc-nav li a:hover {
opacity:0.6;
}
#pc-nav li a:hover:after {
    /* 下線を引きたい場合
    border-bottom: 2px solid green;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -14px;
    */
}

#sp-nav {

}

#navbutton {
    display: block;
    /* position: absolute; */
    /* top: 10px; */
    /* right: 10px; */
    /* transform: translate(-50%, -50%); */
    height: auto;
    padding: 0;
    transition: all .5s ease;
    text-align: center;
}

#navbutton .lines {
    background: white;
    display: inline-block;
    width: 20px;
    height: 2px;
    position: relative;
    transition: .3s;
}

#navbutton .lines:after, #navbutton .lines:before {
    background: white;
    position: absolute;
    display: inline-block;
    height: 2px;
    content: '';
    transition: .3s;
}

#navbutton .lines:before {
    top: 9px;
    right: 0;
    width: 20px;
}

#navbutton .lines:after {
top: -9px;
    right: 0px;
    width: 20px;
}
    
#navbutton span.menu-tx {
    display: none ! IMPORTANT;
    font-size: 10px;
    display: block;
    margin-top: 6px;
    color: #574837;
}
#navbutton a.xclose {
    display: block;
    position: relative;
    /*padding: 0 0;*/
    margin-top: 0px;
    z-index: 1020;
    cursor: pointer;
}

#navbutton .xclose .lines {
    background: 0 0;
}

#navbutton .xclose .lines:before {
    top: 0px;
    right: 0px;
    transform: rotate3d(0,0,1,45deg);
    transition: .3s;
    width: 20px;
}

#navbutton .xclose .lines:after {
    top: 0px;
    right: 0px;
    transform: rotate3d(0,0,1,-45deg);
    transition: .3s;
}

a#sidr-menu-button {
    display: block;
    position: relative;
    height: 52px;
    width: 52px;
    padding: 8px;
    margin-top: 0px;
    cursor: pointer;
    opacity: 1;
    transition: all .5s ease;
    text-decoration: none;
    /* border-radius: 4px; */
    background: #2d4f95;
	    margin-left: 44px;
}
#h-nav {
    display: none;
}
/*ハンバーガメニューcss*/
.ac-nav, .sidr-class-ac-nav {
    width: 100%;
    line-height: 1.2;
	    margin-top: 10px;
}

.ac-child a, .sidr-class-ac-child a {
    text-decoration: none;
    padding: 10px 20px 10px 50px;
    display: block;
    font-size: 90%;
    position: relative;
    color: #333;
}

.ac-child a:last-child, .sidr-class-ac-child a:last-child {
    /*border: none;*/
}

.ac-parent,
.sidr-class-ac-parent,
.ac-alone,
.sidr-class-ac-alone {
    position: relative;
    /* height: 50px; */
    /* border-bottom: 1px solid #fff; */
    /* background-color: #ffffff; */
    color: black;
    text-align: center;
    /* line-height: 50px; */
    cursor: pointer;
    width: 100%;
    float: none;
    clear: none;
    padding: 0;
    text-align: left;
}

.ac-alone a, .sidr-class-ac-alone a, .ac-parent, .sidr-class-ac-parent {
    text-decoration: none;
    padding: 14px 10px 14px 30px;
    display: block;
    font-size: 0.9rem;
	color:#2d4f95;
}

.ac-alone a:hover,
.sidr-class-ac-alone a:hover,
.ac-parent:hover,
.sidr-class-ac-parent:hover,
.ac-child a:hover, .sidr-class-ac-child a:hover {
    opacity:0.6;
}


/* 擬似要素で三角形を作成 */
.ac-alone a:before, .sidr-class-ac-alone a:before, .ac-parent:before, .sidr-class-ac-parent:before {
    /*content: '';*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate( 45deg);
    transform: translate(0, -50%) rotate( 45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    transition: .3s;
}

.ac-parent:after, .sidr-class-ac-parent:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #6a6a6a;
    border-right: 2px solid #6a6a6a;
    -webkit-transform: translate(0, -50%) rotate( 45deg);
    transform: translate(0, -50%) rotate( 135deg);
    position: absolute;
    top: 50%;
    right: 12px;
    transition: .3s;
}

/* オープン時にopenクラスを付与 */
.ac-parent.open:after, .sidr-class-ac-parent.open:after {
    transform: rotate(-45deg);
}
.ac-child, .sidr-class-ac-child {
    /* padding: 2em 1em; */
    background-color: white;
    text-align: left;
    padding: 0;
        border: none;
}
.ac-child a:before, .sidr-class-ac-child a:before {
    content: 'ー';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 30px;
    transition: .3s;
}


.sidr-class-nav-res {
    padding: 20px;
    background: white;
}
.sidr-class-nav-res a {
    display: block;
    margin: 0 0 10px;
}
.sidr-class-nav-res a img {
    width: 100%;
    height: auto;
}
p.sidr-class-nav-info {
    color: rgb(152, 152, 152);
    line-height: 1.4;
    display: block;
}
p.sidr-class-nav-info span {
    color: #0076c1;
}


/*--ここまで--*/


/* -------------------------------------
ドロップダウン
-------------------------------------*/  
ul.sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48px;
    z-index: 9999;
    width: auto;
    /* background-color: #ffffff; */
    /* opacity: 0.8; */
}
   
ul.sub-menu li {
    float: none;
    position: static;
    background-image: none;
    width: auto;
    border: none;
    width: 100% !important;
    text-align: left;
    padding: 0 !important;
}
ul.sub-menu li:hover {
opacity:0.6;
}
  
ul.sub-menu li a {
    text-indent: 0px;
    font-size: 0.9em;
    padding: 13px 10px;
    color: #000000;
    display: block !important;
    width: 100% !important;
    border: none;
    border-bottom: 1px solid black !important;
    height: auto !important;
    /* text-align: left !important; */
}

ul.sub-menu li a:hover {
    opacity: 0.8;
    background: unset;
}

ul.sub-menu li:hover:before{
    content:none;
}

ul.sub-sub-menu {
    margin-bottom:0;
}
ul.sub-sub-menu li a {
    font-size: 90%;
    color: #3c3c3c;
    line-height: 1.3;
    padding-left: 30px;
    position: relative;
}

ul.sub-sub-menu li a:before {
    content: "∟";
    position: absolute;
    top: 9px;
    left: 7px;
}


/* --------------------------------------
サイドバー定義
--------------------------------------*/
#content #side {
    position: relative;
    float: right;
    /*width: 260px;*/
    width: 210px;
    font-size: 0.9em;
}

#content #side ul li {
    position: relative;
}

#content #side a {
    text-decoration: none;
    display: block;
    line-height: 1.6;
    padding: 18px 0 18px 40px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    border-bottom: #bfc5d1 solid 1px;
}
#content #side a:hover {
    color: white;
    background: #2d4f95;
}
#content #side a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2d4f95;
    border-right: 2px solid #2d4f95;
    transform: translate(0, -50%) rotate(45deg);
}
#content #side a:hover:before {
	border-color:white;
}

/* --------------------------------------
フッター定義
--------------------------------------*/
footer {
    margin-top:60px;
    background: white;
}
#footer {
    clear: both;
    text-align: center;
    font-size: 0.85em;
    padding-bottom: 0px;
   /* border-top: 1px solid; */
    background: url(img/footer-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 60%;
}
/* フッター文字色定義 */
#footer, #footermenu ul a, #copyright a {
}

.footer_logo a {
    text-decoration: none;
    line-height: 1;
}
.footer_logo img {
    width: 274px;
    height: auto;
}
.footer_info {
    margin-top: 20px;
}
.footer_info p {
    line-height: 1.7;
}
.footer_info p.footer-telfax {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 16px;
    line-height: 1.8;
}
p.footer-telfax .t-blue {
    font-size: 0.9rem;
    margin-right: 10px;
    width: 29px;
    display: inline-block;
}
.footer_com {
    height: auto;
    /* padding-bottom: 60px;*/
    padding-top: 60px;
    /* background-color: rgb(245, 245, 233); */
}
.footer_com, .footer_com a:visited, .footer_com a:link {
    /*color: rgb(152, 152, 152);*/
}

.footer_top {
    width: 1000px;
    margin: 0px auto 10px;
    color: #333333;
}
.footer_top.flexwrap {
    justify-content: flex-start;
}
.footer_left {
    width: auto;
    text-align:left;
}
.footer_right {
    width: auto;
}
.footer_right nav {
    display: flex;
    margin-left: 70px;
    margin-top: 16px;
}
ul.footer-nav {
    margin: 0 40px;
    line-height: 2.2;
}
ul.footer-nav a {
    color: #2d4f95;
    text-decoration: none;
    font-size: 0.9rem;
}
ul.footer-nav .fn-sub a {
    color: #333;
}
ul.footer-nav .fn-sub a:before {
    content: "ー";
    margin-right: 10px;
    margin-left: 2px;
}

.footer_btm {
    width: 100%;
    padding: 30px 0;
}
.footer_btm_wrap {
    width: 1000px;
    margin: 0 auto;
}
#footermenu {
    margin: 0px 0px 20px 0;
    text-align: left;/* float: right; */
}
#footermenu ul {
    display: inline;
}
#footermenu ul li {
    display: inline-block;
    font-size: 0.85em;
    padding: 0 0 0 10px;
    width: auto;
    white-space: nowrap;
}
#footermenu ul li:first-child {
    padding: 0 0 0 0;
}
#footermenu ul a {
    text-decoration: none;
    font-size: 0.8em;
}
#footermenu ul a:hover {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
#copyright {
    padding: 0;
    font-size: 0.8rem;
    text-align: left;
    color: #2d4f95;
}
#copyright a {
    text-decoration: none;
    color: white;
}




.footer-contact-wrap {
    background: url(img/contact-hex.png) no-repeat bottom -16px left -40px, linear-gradient(90deg, rgba(45, 79, 149, 1) 20%, rgba(37, 130, 209, 1) 50%, rgba(45, 79, 149, 1) 80%);
    text-align: center;
    padding: 60px 0;
}
.footer-contact-wrap a {
    width: 700px;
    display: block;
    margin: 0px auto;
    padding: 46px 20px;
    color: #2d4f95;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0px 2px 2px black;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(225, 236, 245, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(225, 236, 245, 1) 100%);
	position:relative;
}
.footer-contact-wrap img {
    position: absolute;
    right: 50px;
    top: 50%;
    width: 23px;
    height: auto;
    transform: translate(0px, -50%);
}

/* --------------------------------------
コンテンツ共通パーツ
--------------------------------------*/

#content #main p {
    margin-bottom: 20px;
    padding: 0;
	color:#333;
}
#content #main .singleline {
    overflow: hidden;
}
#submain {
    height: auto;
    position: relative;
    text-align: center;
    margin: 0 0 60px;
    padding: 10px 70px;
    /* background: url(img/bg.jpg); */
}
#submain img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: -550px;
    opacity: 0.5;
}
#submain .h1wrap {
    width: 100%;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
#submain h1 {
    color: #333;
    text-align: left;
    padding: 0px 0px 0px;
    font-size: 2em;
    font-weight: normal;
    display: block;
    margin-top: 50px;
    /* font-family: 'Shippori Mincho', serif; */
    width: auto;
}
#submain h1 .h1-small-jp {
    font-size: 1rem;
    font-weight: bold;
    display: block;
}
#submain h1 .h1-blue {
    font-weight: bold;
    font-size: 3rem;
    color: #2d4f95;
    letter-spacing: 2px;
}
.dotted {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.blog-eyecatch {
    margin: 0 0 0;
}
.blog-eyecatch img {
    width: 100%;
    height: auto;
}
.post_box {
    margin-bottom: 40px;
    position: relative;
}
.postslink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
        z-index: 100;
}

.post_box:hover img, .post_box:hover p {
    opacity: 0.8;
}

.news-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news_box {
    width: 23%;
    position: relative;
}
.news_box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.news-wrap:before,.news-wrap:after {
    content: "";
    display: block;
    width: 23%;
    order: 2;
}
.news_box:hover .blog-eyecatch img {
    opacity: 0.6;
}
.exc-wrap {
    font-size: 0.8em;
}
.entry {

}
.datetx {
    padding-top: 10px;
}
.datetx p {
    font-size: 0.9em;
    display: block;
    text-align: left;
    margin-bottom: 0px !important;
}
.e-title {
    text-align: left;
    line-height: 1.7;
    font-size: 1rem;
}



.moretext {
    text-align: center;
    margin-top: 20px;
}

.moretext a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid gray;
    border-radius: 4px;
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none;
}

.moretext a:hover {
    background-color: gray;
    color: white;
}


/* --------------------------------------
コンテンツ背景
--------------------------------------*/

.bg-brown-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ded3c5 0%,#ded3c5 100%);
}
.bg-white-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/.png),linear-gradient(90deg, #ffffff 0%,#ffffff 100%);
    /* background-image: url(img/.png);
    background-size: contain; */
}
.bg-blue1-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #2d4f95;
}
.bg-blue2-wrap {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #e8edf7;
}


/* --------------------------------------
見出し設定
--------------------------------------*/


/* h1共通部分 */

#toph1 {
    text-align:center;
    background-color: green;
    margin-bottom:20px;
}

.home #content h1 {
    clear: both;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 4px;
}


#content #main h1.singletitle, #content #main h1 {
    clear: both;
    color: #2c3b42;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: normal;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-top: 18px;
}

#content #main h2 {
    clear: both;
    color: #2d4f95;
    font-size: 2.2rem;
    margin: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0px 10px 30px;
    text-align: center;
}
#content #main h3 {
    clear: both;
    color: #313131;
    font-size: 2rem;
    margin: 0 0 0 0;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: normal;
    padding: 40px 10px 36px;
    text-align: center;
}
#content #main h4 {
    clear: both;
    color: #2d4f95;
    font-size: 1.4rem;
    margin: 0 0 0 0;
    font-weight: bold;
    line-height: normal;
    padding: 0;
    letter-spacing: 1px;
    padding: 0 0 12px;
}


#side h3 {
    clear: both;
    color: #2d4f95;
    border-bottom: #bfc5d1 solid 1px;
    font-size: 1.2rem;
    margin: 0 0 0;
    line-height: normal;
    padding: 0 0 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
#side h3:first-child {
    margin-top:0px;
}
/*special css*/


/*end special css*/

/* --------------------------------------
デバイスごとの表示
--------------------------------------*/
.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: none;
}


/* --------------------------------------
WordPress FCKEditor table
--------------------------------------*/

table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto 5px auto;
}
td {
    padding: 10px;
}
/* --------------------------------------
テーブル
--------------------------------------*/

.tablestyle {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
.tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 26%;
    text-align: center;
    font-weight: normal;
}
.tdstyle_none {
    background-color: #F5F3F3;
    border: 1px solid #d2d2d2;
    padding: 8px 10px;
    text-align: center;
}
.tablestyle th {
    padding: 20px 10px;
    border-bottom: 1px solid #bfc5d1;
		color:#2d4f95;
		font-weight:normal;
}
.tablestyle td {
    padding: 20px 10px;
    border-bottom: 1px solid #bfc5d1;
}

/*special css*/
/*end special css*/


/* --------------------------------------
<div class="sq?"></div>での 飾り設定
--------------------------------------*/
.sq1, .sq2, .sq3, .sq4, .sqred {
    display: inline-block;
}
/* 色:グレー */
.sq1 {
    border: 1px solid #ECEBEB;
    background-color: #F3F3F3;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
    border: 5px solid #F3F3F3;
    background-color: #fff;
    margin: 0 0 20px 0;
    padding: 20px 20px 0 20px;
}
/* 色:ピンク */
.sq3 {
    border: 1px solid #FFE8E8;
    background-color: #fff1f4;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
}
/* 囲み:ピンク */
.sq4 {
    border: 5px solid #fff1f4;
    background-color: #fff;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
    ;
}
/* 囲み：赤 */
.sqred {
    border: 1px solid #f29e9e;
    background-color: #fffafa;
    margin: 10px 0;
    padding: 20px 20px 0 20px;
}

/*special css*/
/*end special css*/


/* --------------------------------------
テキスト飾り設定
--------------------------------------*/

.hosoku {
    color: #5a5a5a;
    font-size: 90%;
}
.nini {
    font-size: 0.8em;
    color: gray;
    margin-left: 10px;
}
.hissu {
    color: #b50d0d;
    margin-left: 8px;
}
.fs70 {
    font-size: 70%;
}
.fs80 {
    font-size: 80%;
}
.fs90 {
    font-size: 90%;
}
.fs110 {
    font-size: 110%;
}
.fs120 {
    font-size: 120%;
}
.fs130 {
    font-size: 130%;
}
.fs160 {
    font-size: 160%;
}
.fs200 {
    font-size: 200%;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.pt10 {
    padding-top: 10px !important;
}

/*テキスト装飾*/
.tk1 {
    font-weight: bold;
    background: linear-gradient(transparent 70%, rgb(255 243 178) 30%);
    padding-bottom: 3px;
}
.tk2 {
    color: #e60000;
}
.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ff3737 20%);
  padding-bottom: 3px;
}
.t-blue {
    color: #2d4f95;
}
.star {
    display: inline-block;
    margin-right: 20px;
    color: #bda357;
}
/*電話番号装飾*/
.telarea {
  border: 1px solid #CECECE;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}
.teltext {
  font-size: 2em;
}
.freedial {
  text-align: left;
}
.uline {
    color: #F00;
    text-decoration: underline;
    font-style: italic;
}

/*special css*/

/*end special css*/



/* --------------------------------------
Q&A
--------------------------------------*/
.q {
    background-color: #F3F3F3;
    color: #ff6000;
    padding: 4px;
    font-weight: bold;
}
.a {
    padding: 7px 4px;
    border-bottom: #CCC 1px dotted;
    margin: 5px 0 20px 1em;
    text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
--------------------------------------*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
    display: inline;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
--------------------------------------*/
.yt {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.yt iframe,  
.yt object,  
.yt embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* --------------------------------------
汎用クラス定義
--------------------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
* html .clearfix {
    height: 1px;
}


/* --------------------------------------
中央寄せ・右寄せ
--------------------------------------*/
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.al {
    text-align: left;
}
/* --------------------------------------
リスト
--------------------------------------*/
ul {
    text-align: left;

}
ul.ul_1 {
    margin-bottom: 20px;
}
ul.ul_1 li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 1.5em;
}



/* --------------------------------------
レイアウトbox(2列・3列・4列)
--------------------------------------*/
.flexwrap {
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexeven {
  justify-content: space-evenly;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main div.flexwrap:after,#main div.flex-even:after {
    content: none;
}

.two_box {
    width: 48%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.two_box:first-child {
}
.two_box img {
    max-width: 100%;
    height: auto;
}

.three_box {
    width: 31%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.three_box:first-child {

}
.three_box p {

}
.four_box {
    width: 22%;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.four_box:first-child {
    margin-left: 0;
}


/* --------------------------------------
電話番号エリア
--------------------------------------*/
.responsedevise {
    border: 1px solid #c1c1c1;
    padding: 15px 5px 15px;
    text-align: center;
    width: 80%;
    margin: 80px auto 0;
    border-radius: 5px;
    position:relative;
    overflow:hidden;
}

/* --------------------------------------
リンクボタン
--------------------------------------*/
.link-t1 {
    text-align: left;
    background: none;
    /* color: #003461 !important; */
    display: inline-block;
    width: auto;
    padding: 6px 14px 6px 0px;
    margin: 0 0 20px;
    text-decoration: none !important;
    line-height: 1.2;
    position: relative;
}
.link-t1:after {

}
.link-t1:hover {
    opacity:0.6;
}
.btn-b {
    display: inline-block;
}
.btn-b a {
    display: inline-block;
    padding: 18px 90px 20px 30px;
    background: #2d4f95;
    color: white;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
	position:relative;
}
.btn-b a:after {
    content: "";
    width: 23px;
    height: 7px;
    display: block;
    background: url(img/w-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0px, -50%);
}
.btn-b a:hover {
    opacity: 0.6;
}


.btn-w {
    display: inline-block;
}
.btn-w a {
    display: inline-block;
    padding: 18px 90px 20px 30px;
    background: white;
    color: #2d4f95;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
	position:relative;
}
.btn-w a:after {
    content: "";
    width: 23px;
    height: 7px;
    display: block;
    background: url(img/b-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0px, -50%);
}
.btn-w a:hover {
    opacity: 0.6;
}

.btn-w.btn-y a {
    background: #f3f5c5;
}


.btn-bs {
    display: inline-block;
}

.btn-bs a {
    display: inline-block;
    padding: 16px 40px 18px;
    background: black;
    color: white;
    text-decoration: none;
    font-size:90%;
    margin: 0 5px;
}

.btn-bs a:hover {
    opacity: 0.6;
}


/*  special css*/


/*end special css*/

/* ---------------------
H レスポンシブ用
------------------------*/

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
    display: inline;
}
#pc_logo img {
    margin: 0 auto;
}

#content #main p.wp-caption-text {
    margin-top: 2px;
    font-size: 0.9em;
    text-align: center;
    margin-right: 10px;
    padding: 10px 10px 0;
    line-height: 17px;
}



/* --------------------------------------
フォームボタン
--------------------------------------*/

input.wpcf7-form-control {
    height: auto;
    line-height: 2;
    margin: 0px auto;
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 80%;
}
input.wpcf7-form-control.wpcf7-submit {
    height: auto;
    line-height: 2;
    margin: 50px auto 0;
    border: none;
    padding: 10px;
    background-color: #2d4f95;
    width: 300px;
    font-weight: bold;
    font-size: 1.2em;
    color: white;
    cursor: pointer;
    letter-spacing: 4px;
    display: block;
    font-size: 1.4rem;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: 0.6;
}
.wpcf7-form-control .wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 0 0;
}
select.wpcf7-form-control {/*プルダウンメニュー*/
    width: auto;
    height: auto;
}
textarea.wpcf7-form-control {
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 80%;
    line-height: 2;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    /*bodyのフォント指定が効かないため設定*/
}
.s-button {
    text-align:center;
}
.s-button input {
    padding: 10px 40px;
    height: auto;
    margin-top: 50px;
    cursor: pointer;
    width: 200px;
    font-size: 1.2em;
    background-color: black;
    color: white;
    border: none;
}
.s-button input:hover {
    opacity:0.6;
}
/*MW form*/
.table-form input[type="text"], .table-form input[type="email"], .table-form input[type="tel"] {
    height: auto;
    line-height: 2;
    margin: 0px auto;
    border: 0;
    padding: 10px 20px;
    width: 100%;
    background: #f5f5f1;
	font-size:1.1rem;

}
table.table-form td, table.table-form th {
    vertical-align: middle;
    padding: 20px 0;
    border-bottom: 1px solid #bfc5d1;
	font-size: 1.1rem;
}
table.table-form th {
    font-weight: normal;
    width: auto;
    padding: 0 20px 0 60px;
}
table.table-form td {
    width: 70%;
    padding-right: 60px;
}
table.table-form textarea {
    line-height: 2;
    margin: 0px auto;
    border: 0;
    padding: 10px 20px;
    width: 100%;
    background: #f5f5f1;
	font-size:1.1rem;
	display: block;
}

.form-btn input[type="submit"] {
    display: inline-block;
    padding: 14px 100px 16px;
    background: #123188;
    color: white;
    text-decoration: none;
    transition: 0.6s;
    font-size: 1.1rem;
    line-height: 1.4;
    border-radius: 100px;
        border: none;
        cursor: pointer;
}
.form-btn input[type="submit"]:hover {
    opacity: 0.6;
}
.form-btn {
    text-align: center;
}


/* --------------------------------------
ページナビ
--------------------------------------*/

.wp-pagenavi {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#main .wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi a.page, .wp-pagenavi .current, .wp-pagenavi span {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    font-size: 0.9rem;
    font-weight: bold;
    margin: 5px;
   /* border-radius: 6px; */
    color: #333333;
}
#main .wp-pagenavi .current {
    border: none !important;
    background: #2d4f95;
    color: white;
    width: 60px;
}
#main .wp-pagenavi a, #main .wp-pagenavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    border: 1px solid #dddddd;
    font-weight: bold;
    position: relative;
    font-size: 0.9rem;
    margin: 5px;
   /* border-radius: 6px; */
}
#main .wp-pagenavi span {
    border: none;
    width: auto;
}
#main .wp-pagenavi a.last,#main .wp-pagenavi a.first {
    font-weight: normal;
    font-size: 0.8rem;
}
.wp-pagenavi a:hover {
    opacity: 0.6;
    border: 1px solid #dddddd !important;
}
.wp-pagenavi a.nextpostslink:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #7d7d7d;
    border-right: 2px solid #7d7d7d;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%) rotate(45deg);
}
.wp-pagenavi a.previouspostslink:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #7d7d7d;
    border-right: 2px solid #7d7d7d;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}



/*コンテンツ装飾
ここから*/
.home .wrap-inner {
    padding: 100px 0;
}
#content #main .h-je-wrap h2 {
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 0 30px 16px 0;
    border-bottom: 1px solid;
    margin-bottom: 24px;
}
#content #main .h-je-wrap p {
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 2px;
}
.top-our-s-wrap {
    background: url(img/our-s-bg.jpg), #2d4f95;
    background-repeat: no-repeat;
    background-position: right -130px bottom -40px;
}
.top-our-s-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*flex-wrap: wrap;*/
}
#content #main .top-our-s-wrap .h-je-wrap h2 {
    color: white;
}
#content #main .top-our-s-wrap .h-je-wrap p {
    color: #cccf7f;
    margin: 0;
}
.top-our-s-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
#content #main .top-our-s-txt p.top-txt {
    color: white;
    font-size: 1.1rem;
    margin: 0;
}
#content #main .top-our-s-txt p.btn-w {
    margin-top: 40px;
}

#content #main .top-company-wrap .h-je-wrap h2,#content #main .top-recruit-wrap .h-je-wrap h2, #content #main .top-topics-wrap h2 .h2-jp, #content #main .recruit-top-bottom-wrap h2 {
    color: #8d911a;
}
#content #main .top-company-wrap .h-je-wrap p,#content #main .top-recruit-wrap .h-je-wrap p,#content #main .recruit-top-bottom-wrap .h-je-wrap p {
    color: #2d4f95;
}
#content #main .top-company-txt p.top-txt,#content #main .top-recruit-txt p.top-txt {
    font-size: 1.1rem;
    margin: 0;
}
.top-company-inner {
    display: flex;
    justify-content: flex-start;
}
.top-company-img {
    display: block;
    width: 50vw;
    margin-left: calc(-50vw + 50%);
    background: url(img/top-company-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 120px;
}
#content #main .top-company-txt p.btn-b,#content #main .top-recruit-txt p.btn-b  {
    margin-top: 40px;
    margin-bottom: 0;
}
section.bg-blue2-wrap.top-recruit-wrap {
    background: url(img/recruit-bg.png), #e8edf7;
    background-position: right 20px bottom 30px;
    background-repeat: no-repeat;
}
.top-recruit-inner {
    display: flex;
    /*justify-content: space-around;*/
	    justify-content: space-between;
}
.recruit-img {
    max-width: 470px;
}
.recruit-img img {
    width: 100%;
    height: auto;
}

.top-topics-inner {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}
#content #main .top-topics-wrap h2 .h2-jp {
    font-size: 0.9rem;
    font-weight: bold;
    /* display: inline-block; */
    margin-bottom: 0px;
    letter-spacing: 0;
    padding: 6px 0 0px;
    margin: 0px 0 0;
    display: block;
}
#content #main .top-topics-wrap h2 .h2-en {
    font-weight: bold;
    font-size: 2rem;
    color: #2d4f95;
}
#content #main .h-topics-wrap h2 {
    border: 1px solid rgb(45 79 149 / 50%);
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin-bottom: 90px;
}

section.top-topics-wrap .wrap-inner {
    padding-bottom: 20px;
}
.top-topics-right {
    width: 60%;
}
.topics-wrap .entry {
    margin-bottom: 30px;
}
.topics-wrap .entry:last-of-type {
    margin: 0;
}
.topics-wrap .entry a {
    font-size: 1rem;
    text-decoration: none;
    display: flex;
}
.topics-wrap .entry a .datetx {
    padding: 0;
    margin-right: 30px;
}
.topics-wrap .entry a .datetx p {
    font-size: 1rem;
    color: #333333;
}
.topics-wrap .entry p {
    line-height: 1.6 !IMPORTANT;
    margin: 0 !important;
}

section.company-lead-wrap {
    margin-bottom: 100px;
}
.rinen-wrap {
    border: 1px solid #6c83b5;
    text-align: center;
    padding: 60px 30px;
}
section.company-message-wrap {
    background: #f5f5f1;
    padding: 30px;
margin-bottom: 100px;
}
section.company-message-wrap .wrap-inner {
    width: auto;
    padding: 70px 80px;
    border: 4px solid white;
}
p.pre-txt {
    font-family: 'Shippori Mincho', serif;
    letter-spacing: 2px;
    text-align: right;
    margin-bottom: 0 !IMPORTANT;
}
p.pre-txt .pre-big {
	font-size:1.4em;
	margin-left:20px;
}
.company-info-wrap .tablestyle th {
    width: 250px;
    text-align: center;
}
.company-info-wrap .tablestyle td {
    padding: 20px 0px;
}
section.company-info-wrap tr:first-of-type {
    border-top: 1px solid #2d4f95;
}
section.company-info-wrap tr:last-of-type {
    border-bottom: 1px solid #2d4f95;
}
section.company-info-wrap tr:last-of-type th,section.company-info-wrap tr:last-of-type td {
    border-bottom: 0;
}
section.company-info-wrap {
    margin-bottom: 100px;
}

section.company-map-wrap {
    width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-bottom: 100px;
}

.history-wrap {
    border: 1px solid #6c83b5;
    padding: 50px 110px;
    background: url(img/history-hex.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.history-wrap dl {
    display: flex;
    flex-wrap: wrap;
}
.history-wrap dl dt {
    width: 17%;
    margin-bottom: 12px;
	color:#2d4f95;
}
.history-wrap dl dd {
    width: 83%;
    margin-bottom: 12px;
}
.history-wrap dl dt:last-of-type, .history-wrap dl dd:last-of-type {
    margin-bottom: 0;
}
.post_box.topics-post:first-of-type {
border-top: #bfc5d1 solid 1px;	
}
.post_box.topics-post {
    border-bottom: #bfc5d1 solid 1px;
    margin: 0;
}
.post_box.topics-post a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 30px 0;
}
.topics-wrap.topics-cat-wrap .entry a .datetx {
    margin: 0 22px;
}
#content #main .topics-wrap.topics-cat-wrap p.e-title {
    color: #2d4f95;
    font-weight: bold;
}

.tel-info-wrap {
    background: #e7edf7;
    padding: 30px;
    text-align: center;
	margin-bottom: 60px;
}
#content #main p.ti-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#content #main p.tel-num-wrap {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
span.tel-num {
    color: #2d4f95;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1;
}
span.tel-num img {
    margin-right: 4px;
    margin-bottom: 2px;
}
span.tel-sub {
    line-height: 1.4;
}
p.form-title .hissu {
    margin: 0;
}
#content #main .table-form p {
    margin-bottom: 0;
}
table.table-form tr:first-child th, table.table-form tr:first-child td {
    border-top: 1px solid #2d4f95;
}
table.table-form tr:last-child th, table.table-form tr:last-child td {
    border-bottom: 1px solid #2d4f95;
}



section.bg-blue1-wrap.recruit-top-lead-wrap {
    background: url(img/recruit-w-bg.png), #2d4f95;
    background-repeat: no-repeat;
    background-position: bottom 20px right;
}
section.recruit-top-lead-wrap .wrap-inner {
    padding: 70px 0;
}
#content #main .recruit-top-lead-wrap h2 {
    color: white;
    padding-bottom: 50px;
}
.require-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.require_box {
    width: 24%;
    background: white;
}
.require-wrap:after {
    content: "";
    display: block;
    width: 24%;
}
.require-wrap:before {
    content: "";
    display: block;
    width: 24%;
	order:2;
}
.require_box .entry {
    padding: 26px 30px;
}
.require_box .datetx {
    padding: 0;
}
.require_box a {
    text-decoration: none;
}
#content #main .require_box .entry .e-title {
    color: #2d4f95;
    font-weight: bold;
    margin-bottom: 0;
}
.btn-wrap-c {
    text-align: center;
}

section.recruit-top-bottom-wrap .wrap-inner {
    padding: 100px 0 0px;
}
.recruit-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recruit-box {
    width: 45%;
    margin-bottom: 80px;
}
.recruit-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.recruit-box .btn-b, .recruit-box .btn-b a {
    width: 100%;
}


.message-m-wrap {
    padding: 30px;
    background: #f3f3ea;
    border: 1px solid #b3b73c;
margin-bottom: 80px;
}
.message-m-inner {
    background: white;
    padding: 80px 70px 60px;
}
#content #main .message-m-wrap h2 {
    font-size: 2rem;
    line-height: 1.6;
}

#content #main h3.h-blue {
    background: #e7edf7;
    padding: 15px 20px;
    color: #2d4f95;
}
.ini-box-wrap {
    margin-top: 20px;
}
.ini-box-wrap:last-child {
    margin-top: 100px;
    margin-bottom: 60px;
}
.ini-box-inner {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 20px;
}
.ini-box-txt {
    margin-right:50px;
}
.ini-box-img {
    order: 2;
}
.ini-box-one-inner {
    margin-bottom: 40px;
}

#content #main h2.h-blue {
    background: #e7edf7;
    padding: 18px 20px;
    margin-bottom: 45px;
}
.category-require-wrap {
    margin-bottom: 100px;
}
.category-require-wrap a {
    display: flex;
    justify-content: flex-start;
	text-decoration: none;
}
.category-require-wrap .post_box {
    border-bottom: 1px solid #2d4f95;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.category-require-wrap .blog-eyecatch {
    width: 240px;
    margin-right: 60px;
    flex-shrink: 0;
}
.category-require-wrap .datetx {
    padding: 0 0 4px 0;
}
.category-require-wrap .e-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #2d4f95 !important;
}

.voice-box-wrap {
    padding: 60px;
    border: 1px solid #2d4f95;
    margin-bottom: 80px;
}
.voice-box-lead-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	    margin-bottom: 50px;
}
.voice-box-img {
    width: 350px;
    margin-right: 50px;
}
.voice-box-img img {
    width: 100%;
    height: auto;
}
.voice-box-txt {
    flex: 1;
}
.voice-box-txt p {
    margin-bottom: 0 !IMPORTANT;
    font-size: 1.1rem;
}
p.vb-p {
    position: relative;
    margin-bottom: 10px !important;
}
p.vb-p:before {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    background: #2d4f95;
    top: 50%;
    position: absolute;
}
span.vb-wrap {
    background: white;
    position: relative;
    z-index: 1;
}
span.vb-name {
    font-size: 1.3em;
    color: #2d4f95;
    font-weight: bold;
}
span.vb-kana {
    font-size: 0.8em;
}
p.vb-info {
    font-weight: bold;
}
.faq-q p {
    font-size: 1.1rem;
    position: relative;
    padding: 0 0 0 44px !important;
    color: #2d4f95 !important;
    font-weight: bold;
}
.faq-q p:before {
    content: "Ｑ.";
    color: #2d4f95;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -12px;
    font-size: 1.7rem;
}
.faq-a {
    margin-bottom: 40px;
}
.faq-a p {
    font-size: 1rem;
    position: relative;
    padding: 0 0 0 44px !important;
	    margin-bottom: 0 !important;
}
.faq-a p:before {
    content: "Ａ.";
    color: #2d4f95;
    font-weight: bold;
    /* margin-right: 4px; */
    position: absolute;
    left: 8px;
    top: -4px;
    font-size: 1.2rem;
}
.faq-a-wrap {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
}
.faq-img {
    width: 260px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-left: 40px;
}
.faq-img img {
    width: 100%;
    height: auto;
	    margin-top: 8px;
}
.faq-a-wrap .faq-a {
    margin-bottom: 0;
}

#content.c-topics-wrap #main h2 {
    text-align: left;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 30px;
}
#content.c-topics-wrap section.wrap-inner-single {
    border-top: 1px solid #2d4f95;
    padding-top: 24px;
}
#content #main p.s-topics-date {
    margin-bottom: 14px;
}

#content.recruit-d-wrap #main {
    border-top: 1px solid #2d4f95;
    padding-top: 42px;
}
#content.recruit-d-wrap #main h2 {
    text-align: left;
    padding-bottom: 35px;
}
.recruit-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	    margin-bottom: 45px;
}
.recruit-table {
    width: 50%;
    margin: 0;
}
.recruit-lead-img {
    width: 34%;
}
.recruit-lead-img img {
    width: 100%;
	height:auto;
}
.tablestyle.recruit-table th {
    border-bottom: 1px solid #bfc5d1;
    text-align: center;
    padding: 10px 20px;
    font-size: 1.1rem;
    color: #333;
    background: #e7edf7;
    width: 145px;
}
.tablestyle.recruit-table td {
    padding: 10px 30px;
    font-size: 1.1rem;
    color: #333;
}
.tablestyle.recruit-table tr:first-of-type {
    border-top: 1px solid #bfc5d1;
}
#content.recruit-d-wrap #main h3 {
    text-align: left;
    background: #2d4f95;
    color: white;
    padding: 14px 30px;
    font-size: 1.3rem;
}
.recruit-con-inner {
    padding: 20px 30px;
}
.recruit-con-inner:last-of-type {
    padding-bottom: 50px;
}
#content.recruit-d-wrap #main p strong {
    color: #2d4f95;
}
.works-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.works-box {
    padding: 65px 40px 40px;
    border: 1px solid #2d4f95;
    width: 46%;
    border-top: 9px solid #2d4f95;
    position: relative;
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.works-box-img {
    position: absolute;
    background: #6984bd;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}
#content #main .works-box h2 {
    font-size: 2rem;
    padding-bottom: 20px;
}
.works-list-wrap {
    background: #e7edf7;
    padding: 20px 30px;
	    margin-bottom: 0px;
}
.works-list-wrap ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.works-list-wrap ul li {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: flex-start;
    margin-right: 18px;
    line-height: 2;
    font-weight: bold;
	    color: #333333;
}
.works-list-wrap ul li:before {
    content: "■";
    font-size: 0.4rem;
    display: inline-block;
    color: #2d4f95;
    margin-right: 4px;
}
.works-point-wrap {
    padding: 30px 30px 0;
    position: relative;
    background: url(img/i-point.png);
    background-repeat: no-repeat;
    background-position: left top 18px;
}
#content #main .works-point-wrap p {
    color: #2d4f95;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
}
.works-b-bottom {
    margin-top: auto;
    display: grid;
}
li.wl-1 {
    letter-spacing: -1px;
}
.works-box-img.i-kote img {
    margin-left: 7px;
    margin-top: -4px;
}
.works-box-img.i-hinshitu img {
    margin-top: -5px;
}


.os-lead-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
}
.os-lead-img {
    margin-right: 80px;
}
#content #main .os-lead-txt h2 {
    text-align: left;
    padding: 0 0 20px 0;
}
#content #main .os-scope-wrap h2 {
    color: white;
    padding-bottom: 40px;
    font-size: 2rem;
}

.os-scope-band {
    background: url(img/white-hex.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.os-scope-band .wrap-inner {
    padding: 60px 0 30px;
}
.os-scope-row-wrap {
    display: flex;
    justify-content: space-between;
    background: white;
    padding: 40px 50px;
margin-bottom: 35px;
}
ul.os-scope-row {
    margin: 0;
}
ul.os-scope-row li {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #2d4f95;
    font-size: 1.1rem;
	    line-height: 2;
}
ul.os-scope-row li:before {
    content: "■";
    color: #8d911a;
    font-size: 0.6rem;
    margin-right: 5px;
}
p.os-scope-note {
    text-align: center;
    color: white ! IMPORTANT;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.7;
}
section.os-expo-wrap {
    margin-bottom: 80px;
}
.os-expo-inner {
    padding-top: 80px;
}
#content #main .os-expo-wrap h2 {
    font-size: 2rem;
}
.os-expo-cards {
    display: flex;
    justify-content: space-between;
	margin-bottom:30px;
}
.os-expo-cards img {
    width: 32%;
}
#content #main .os-works-inner h2 {
    font-size: 2rem;
    position: relative;
    padding: 0;
    margin-bottom: 50px;
}
.wrap-inner.os-works-inner h2:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #2d4f95;
    position: absolute;
    left: 0;
    top: 50%;
}
span.h-line-wrap {
    background: white;
    z-index: 1;
    position: relative;
    padding: 0 35px;
}
ul.os-works-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
li.os-works-item {
    width: 20%;
    text-align: center;
}
span.os-works-icon {
    display: block;
}
span.os-works-icon {
    display: block;
    margin-bottom: 20px;
}
span.os-works-cap {
    display: block;
    line-height: 1.3;
    font-weight: bold;
	color:#333;
}

.os-works-box-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
align-items: flex-start;
}
.os-works-box {
    display: flex;
    /* align-items: center; */
    width: 32%;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
margin-bottom: 20px;
}
.os-works-box-icon {
    margin-bottom: 20px;
}
.os-works-icon-wrap {
    background: #e7ecf7;
    border-radius: 100%;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.os-works-box-icon img {
    width: 80%;
    height: auto;
}
.os-works-box-txt {
    width: 100%;
}
#content #main .os-works-box h3 {
    padding: 0;
    font-size: 1.1rem;
    margin-top: 20px;
    letter-spacing: 0;
}
.os-works-box-txt {
    width: 100%;
    text-align: center;
}
.os-works-box-txt ul {
    display: inline-block;
}
.os-works-box-txt li {
    position: relative;
    display: flex;
    align-items: center;
}
.os-works-box-txt li:before {
    content: "■";
    color: #2d4f95;
    font-size: 0.4rem;
    margin-right: 5px;
}


@media screen and (max-width: 1200px) { 
#pc-nav-inner {
    display: none;
}
#ibox-in {
        transform: translate(0, -58%);
        /* width: 100%; */
        left: 50px;
    }
#ibox-in p {
    padding: 40px 50px;
    background: rgb(255 255 255 / 70%);
}

}


/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
/* 構造 */

body {
    min-width: 320px;
    overflow-x: hidden;
}
body, .home {
}
.wrapper {
    z-index: 10;
    width: 100%;
}
.wrapper_head {
    margin: 0px auto;
    width: 100%;
    z-index: 1000;
    position: relative;
}
#header .header_logo img {
    margin: 0;
    width: 300px;
    height: auto;
}
header .res-wrap {
    display: none;
}
.h-sub {
    font-size: 0.8em;
}

#submain .h1wrap {
    width: auto;
}
#content #side {/* スマホ用のサイドバー */
    display: block;
    width: 90%;
    margin: 50px auto 0;
    float: none;
    max-width: 700px;
}
#content #side h3 {
    width: 100%;
}

#pc-nav {
    display:none;
}

#sp-nav {
    display:block;
}

#navbutton {
    top:0;
    }
    
a#sidr-menu-button {

}
    
#content #main,
#content #main.main-sm {
    margin:0 auto;
    width: 94%;
    float:none;
    order: 0;
}

#submain img {
    top: -250px;
}

#content img {
    max-width: 100%;
    height: auto;
}
#content {
padding-top: 0;
    width: auto;
}
#pan {
    width: auto;
}
#content .sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

/* ヘッダー */
    
#header {
        width: 100%;
        padding: 20px 20px;
    }
#header .header_logo {
    display: block;
    position: relative;
    margin-bottom: 0;
}

#pc_button {
    display: none;
}

a#sidr-menu-button {
}

#mobile_side {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.side_area img {
    display: block;
    margin: 0 auto;
}
#mobile_side .side_area h3 {
    width: 100%;
}
/* テーブル */

.tablestyle {
    border-collapse: collapse;
    width: 100%;
    border-top: none;
}
.tablestyle ul {
    text-align: center;     
}
    
.tablestyle .tdstyle {
    background-color: #ffffff;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
.tdstyle2 {
    border-bottom: none;
}
/* 固定ページ */

.alignright, .alignleft, .alignnone {
    float: none;
    display: block;
    margin: 10px auto;
}
.alignright.pc_only, .alignleft.pc_only, .alignnone.pc_only { /* caption分岐の際、余白防止 */
    display: none;
}
/* コンタクトフォーム */

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
.wpcf7-text {
    width: 90%;
}
.k-year .wpcf7-form-control {/*年号のテキスト*/
    width: 5rem;
}
.wpcf7 td {/* フォームの行を縦に並べる */
    display: block;
    width: 100%;
}
.wpcf7 .tdstyle {/* フォームの項目を左寄せ */
    text-align: left;
}

.footer_top {
    width: 94%;
    margin: 0px auto 0px;
}
    
.footer_left {
    width: 100%;
text-align: center;
}
.footer_right {
    width: 100%;
    margin-top: 30px;
}


    
.footer_btm_wrap {
    width: 100%;
    float: none;
}
.footer_com {
}
#logo_footer {
    float: none;
    display: inline-block;
}

#footer .footer_btm {
    width: 100%;
    text-align: center;
}

#footermenu {
    text-align: center;
}
#copyright {
    text-align: center;
}


/*コンテンツ装飾
ここから*/  
#submain {
    padding: 10px 40px;
}
.footer_right nav {
    justify-content: center;
    margin: 0;
}
.wrap-inner {
    width: 100%;
}
.top-our-s-wrap .wrap-inner,.top-recruit-wrap .wrap-inner {
    width: 94%;
}
.top-company-img {
    margin-right: 60px;
}
.top-recruit-txt {
    min-width: 310px;
}
.recruit-img {
    width: 70%;
    margin-left: 60px;
}
.footer-contact-wrap a {
    width: 80%;
	max-width: 700px;
        font-size: 1.8rem;
}
.top-topics-right {
    margin-left: 60px;
    width: 50%;
}
.top-topics-left {
    /* flex-shrink: 0; */
    min-width: 310px;
}
.topics-wrap .entry a {
    flex-wrap: wrap;
}

.os-lead-img {
    margin-right: 60px;
}
.os-lead-inner {
    margin-bottom: 40px;
}
.os-scope-row-wrap {
    margin: 0 20px 30px;
    padding: 20px 10px;
}
	
ul.os-scope-row li {
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 10px 5px 10px 5px;
}
ul.os-scope-row li:before {
    font-size: 0.4rem;
}
	
.os-works-box-wrap {
    justify-content: space-around;
}
.os-works-box {
    width: 30%;
}
	
section.company-message-wrap .wrap-inner {
    padding: 50px 50px;
}
.history-wrap {
    padding: 50px 80px;
}
.history-wrap dl {
    justify-content: space-between;
}
.history-wrap dl dd {
    width: 77%;
}
.history-wrap dl dt {
    margin-right: 3%;
}
	
table.table-form th {
    padding: 0 20px 0 30px;
}
table.table-form td {
    width: auto;
	padding-right: 30px;
}
	
section.recruit-top-lead-wrap .wrap-inner {
    width: 94%;
}
.require_box .entry {
    padding: 16px 12px;
}
#content #main .require_box .entry .e-title {
    line-height: 1.4;
}
.recruit-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 70px;
}
.recruit-table {
    width: 50%;
    min-width: 340px;
}
	
#content #main .initiative-wrap h2 {
    font-size: 1.8rem;
}
.ini-box-txt {
    width: 56%;
}
.ini-box-img {
    width: 35%;
}
.works-box {
    width: 48%;
    padding: 55px 30px 30px;
    margin-bottom: 20px;
}
.works-list-wrap {
    padding: 20px;
}
.works-list-wrap ul li {
    line-height: 1.5;
    margin: 2px 0;
}
#content #main .works-b-top p {
    line-height: 1.7;
}
.works-point-wrap {
    padding: 40px 10px 0;
    background-position: left top 15px;
    overflow: visible;
}
	
.message-m-inner {
    padding: 50px 40px 40px;
}
.voice-box-img {
    width: 40%;
}
.voice-box-wrap {
    padding: 40px;
}
.faq-img {
    width: 34%;
}
	
.os-works-icon-wrap {
    width: 180px;
    height: 180px;
}
	
}/*end*/

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {

.sp_only {/* スマホにだけ表示させたいものに使用する */
    display: block;
}
.pc_only {/* pc・タブレットにだけ表示させたいものに使用する */
    display: none;
}

#navbutton {
    top: -15px;
    right: 8px;
}
#content #main,
#content #main.main-sm {
    width: 90%;
}
#content #main h1.singletitle, #content #main h1 {
    font-size: 2em;
}
#content #main h2 {
    font-size: 1.6rem;
}
#content #main h3 {

}
#submain {
        height: auto;
        padding: 10px 20px;
    }

#submain .h1wrap {
    margin: 0;
    text-align: center;
}
#submain h1 {
    font-size:1.4em;
}
    
.footer_tel {
    padding: 10px 0;
}
.f_telbtn {
    display: block;
}
#logo_footer {
    float: none;
    text-align: center;
    display: inline-block;
}
.footer_com {
}
#footer .footer_btm {
    margin-bottom: 0px;
}
.footer_btm_wrap {
    margin-top: 0px;
    float: none;
    /*padding-top: 25px;*/
    width: auto;
}
.telnum {
    display: none;
}

    
#logo_footer img {
    margin-top: 40px;
}

.two_box,.three_box,.four_box {
  width: 100%;
  float: none;
  margin: 0 auto;
}
    
a.link, a.link2 {
    width: 90%;
}

.responsedevise {
    width: 100%;

}

#main .wp-pagenavi a, #main .wp-pagenavi span {
    font-size: 0.8rem;
}
#main .wp-pagenavi a.last, #main .wp-pagenavi a.first {
    font-size: 0.6rem;
    line-height: 1.3;
}
    
/*コンテンツ装飾
ここから*/  
#header {
    padding: 16px 13px;
}
#header .header_logo img {
        width: 240px;
    }
	
#ibox {
    background-position: center right 20%;
    height: 400px;
}
#ibox-in {
    transform: translate(0px, 0px);
    left: -1px;
    top: 60px;
}
#ibox-in p {
        border: 0;
        font-size: 1.4rem;
        padding: 20px 20px 20px 40px;
    }
#ibox-in img {
    width: 100px;
    height: auto;
    bottom: -40px;
    left: -40px;
}
.top-our-s-wrap .wrap-inner, .top-recruit-wrap .wrap-inner {
        width: 90%;
        padding: 60px 0;
    }
.top-our-s-inner {
    flex-wrap: wrap;
}
#content #main .h-je-wrap p {
    font-size: 2rem;
        margin-bottom: 20px !important;
}
#content #main .top-our-s-wrap .h-je-wrap h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
}
	
.home .wrap-inner {
    padding: 60px 0;
}
.top-company-inner {
    position: relative;
    /* justify-content: right; */
}
.top-company-img {
    position: absolute;
    right: -100px;
    bottom: -40px;
    width: 240px;
    height: 100%;
    z-index: -1;
    margin: 0;
    opacity: 0.8;
}
.top-topics-inner {
    flex-wrap: wrap;
    justify-content: center;
}
.top-topics-right {
    margin: 0;
    width: 100%;
    position: relative;
    padding-bottom: 120px;
}
.topics-wrap .entry a .datetx {
    width: 100%;
    margin: 0;
}
#content #main .h-topics-wrap h2 {
    margin-bottom: 40px;
}
.top-topics-right .topics-wrap .entry p.e-title {
    margin: 7px 20px 0px 20px !important;
}
.top-topics-inner .btn-b {
    position: absolute;
    bottom: 0;
	z-index:10;
}
.footer-contact-wrap a {
    font-size: 1.4rem;
    padding: 30px;
}
.footer-contact-wrap img {
    right: 17px;
}
.footer_right {
    display: none;
}
#footer {
    background-size: 80%;
}
	
#base {
    background-size: 40%;
}
#submain h1 .h1-blue {
    font-size: 2rem;
}
#pan {
    font-size: 0.7rem;
}
	
.os-scope-band .wrap-inner {
    padding: 50px 0 30px;
}
.os-lead-inner {
    flex-wrap: wrap;
}
.os-lead-img {
        /* margin-bottom: 20px; */
        margin: 0 auto 20px;
        width: 90%;
    }
#content #main .os-lead-txt h2 {
        font-size: 1.8rem;
        text-align: center;
    }
#content #main .os-scope-wrap h2 {
    font-size: 1.6rem;
        padding-bottom: 30px;
}
.os-scope-row-wrap {
    flex-wrap: wrap;
}
ul.os-scope-row {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
ul.os-scope-row li {
    margin: 5px;
}
p.os-scope-note {
    font-size: 1.2rem;
}
.os-scope-band {
    background-size: 50%;
}
#content #main .os-expo-wrap h2 {
    font-size: 1.8rem;
}
#content #main .os-works-inner h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}
	
.os-works-box {
    width: 45%;
}
.os-works-box-icon img {
    width: 80%;
}
#content #main .os-works-box h3 {
    font-size: 1rem;
    margin-top: 12px;
}
.os-works-box-txt li {
    font-size: 0.8rem;
    line-height: 1.2;
    margin: 8px 0;
}
	
.rinen-wrap {
    padding: 20px;
}
section.company-lead-wrap {
    margin-bottom: 60px;
}
section.company-message-wrap {
    padding: 10px;
    margin-bottom: 60px;
}
section.company-message-wrap .wrap-inner {
    padding: 30px 20px;
}
.company-message-inner p {
    text-align: left;
}
.company-info-wrap .tablestyle th {
    width: 28%;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 20px 0;
}
.company-info-wrap .tablestyle td {
    font-size: 0.9rem;
    line-height: 1.6;
    padding: 20px 0 20px 10px;
}
section.company-info-wrap {
    margin-bottom: 60px;
}
section.company-map-wrap {
    margin-bottom: 60px;		
	}
.history-wrap {
    padding: 40px 30px 30px;
background-size: 50%;
}
.history-wrap dl dd {
    text-align: left;
    width: 70%;
    font-size: 0.9rem;
}
.history-wrap dl dt {
    font-size: 0.9rem;
}
	
.topics-wrap.topics-cat-wrap .entry a .datetx {
    margin: 0;
}
	
.tel-info-wrap {
    padding: 20px;
        margin-bottom: 40px;
}
#content #main p.ti-title {
    font-size: 1rem;
    line-height: 1.4;
}
#content #main p.tel-num-wrap {
    flex-wrap: wrap;
}
span.tel-num {
    font-size: 1.7rem;
}
span.tel-num img {
    width: 17px;
}
span.tel-sub {
    margin-top: 6px;
    font-size: 0.8rem;
}
table.table-form th {
    display: block;
        padding: 0 0 4px;
    border: none;
}
table.table-form td {
    padding: 0 0 16px 0;
    border: none;
}
table.table-form tr th, table.table-form tr td {
    border: none !important;
}

section.recruit-top-lead-wrap .wrap-inner {
    padding: 50px 0 30px;
}
.require-wrap {
    justify-content: space-evenly;
    margin-bottom: 32px;
}
.require_box {
    width: 45%;
    margin-bottom: 3%;
}
#content #main .recruit-top-lead-wrap h2 {
    font-size: 1.6rem;
    padding-bottom: 30px;
}
	
#content #main .h-je-wrap h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.recruit-flex img {
    width: 120px;
}
	
.category-require-wrap .blog-eyecatch {
    width: 100%;
    margin: 0 auto 18px;
}
.category-require-wrap a {
    flex-wrap: wrap;
    padding: 0 20px;
}
.category-require-wrap .post_box {
    padding-bottom: 20px;
}
	
.tablestyle.recruit-table th, .tablestyle.recruit-table td {
    font-size: 1rem;
}
.recruit-table {
    order: 2;
}
.tablestyle.recruit-table th {
    width: 110px;
    padding: 10px;
}
.recruit-lead-img {
    width: 100%;
    padding: 0 20px 30px;
}
	
#content #main .initiative-wrap h2 {
    font-size: 1.4rem;
}
#content #main h3.h-blue {
    font-size: 1.3rem;
}
.ini-box-inner {
    margin: 40px 0 30px;
        flex-wrap: wrap;
}
.ini-box-txt {
    width: 100%;
    margin: 0;
    text-align: left;
}
.ini-box-img {
    width: 100%;
    padding: 0 20px 30px;
    order: 0;
}
#content #main .ini-box-wrap h4 {
    text-align: center;
    font-size: 1.3rem;
}
	
.works-box {
    padding: 40px 20px 20px;
    width: 90%;
    margin: 0 auto 50px;
}
#content #main .works-box h2 {
    font-size: 1.6rem;
}
.works-box-img {
    width: 70px;
    height: 70px;
    top: -40px;
}
.works-box-img img {
        width: 35px;
    height: auto;
}
.works-box-img.i-kote img {
    margin-left: 5px;
}
.works-box-img.i-genka img {
    width: 31px;
	}
.works-box-img.i-hinshitu img {
    width: 40px;
}
	
.message-m-wrap {
    padding: 10px;
}
.message-m-inner {
    padding: 40px 20px 20px;
}
#content #main .message-m-wrap h2 {
    font-size: 1.4rem;
    padding: 0 0 30px;
        letter-spacing: 1px;
}
#content #main .message-m-wrap p {
    padding: 0 20px;
    /* text-align: left; */
}
	
.voice-box-wrap {
    padding: 40px 30px;
}
.voice-box-lead-wrap {
    flex-wrap: wrap;
}
.voice-box-img {
    width: 100%;
    margin: 0 0 20px;
}
p.vb-info {
    font-size: 1rem;
    line-height: 1.8;
}
.faq-q p {
    line-height: 1.7;
        padding-left: 36px !important;
        text-align: left;
}
.faq-q p:before {
    font-size: 1.4rem;
    top: -6px;
}
.faq-a p {
    line-height: 1.8;
        padding-left: 36px !important;
        text-align: left;
}
.faq-a p:before {
    left: 4px;
}
.faq-a-wrap {
    flex-wrap: wrap;
}
.faq-img {
    width: 80%;
    margin: 0 auto 20px;
}
.faq-img img {
    margin-top: 0;
}
	
#content.c-side-wrap {
    margin-top: 60px;
}
.os-works-icon-wrap {
        width: 150px;
        height: 150px;
    }
	
}/*end*/
