/* +++++++++++++++++++++++++　common */

body {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    min-width: inherit;
    word-break: break-all;
}

img,
svg {
    width: 100%;
}

.sp-only {
    display: block !important;
}

.pc-only {
    display: none !important;
}

#wrapper {
    margin-left: inherit;
    width: 100%;
}

.content-area {
    max-width: 100%;
    min-width: inherit;
    padding: 0 20px;
    margin-left: 0;
}


/* btn02 */

.base-btn-b {}

.base-btn-b a {
    display: block;
    padding: 10px 0px;
}


/* btn0 */

.float-btn {}

.float-btn p {
    float: none;
    margin-bottom: 1em;
    margin-right: 0;
}

.float-btn a {
    display: block;
}


/* title02 */

.sub-ttl02 {
    margin-bottom: 1em;
}


/* page-ttl */

.page-ttl {
    margin-bottom: 20px;
    padding-top: 40%;
    background-attachment: inherit !important;
}

.page-ttl .inner {
    padding: 20px 30px;
}
.page-ttl .ttl-inner {
    max-width: 100%;
    min-width: initial;
}
.page-ttl .inner .teltime {
    margin-top: 2em;
    font-size: 15px;
}
.page-ttl .inner .teltime .copy01 {
    font-size: 20px;
}

.page-ttl .inner .ja {
    font-size: 30px;
}

.page-ttl .inner .en {}


/* base-table */

.base-table01 {
    width: 100%;
    border-collapse: collapse;
}

.base-table01 th,
.base-table01 td {
    display: block;
    padding: 10px;
}

.base-table01 th {
    width: 100%;
    font-weight: bold;
    background-color: #F5F5F5 !important;
}

.base-table01 td {
    width: 100%;
}

.base-table01 tr:nth-child(even) th,
.base-table01 tr:nth-child(even) td {
    background-color: inherit;
}

.base-table01 dl {
    margin-bottom: 2em;
}

.base-table01 dt {
    float: none;
    width: 100%;
    padding: 0;
}

.base-table01 dd {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
}

.base-table01 dl dd:nth-of-type(even) {
    background-color: #fff;
}

.base-table01 dd:last-child {
    border-bottom: none;
}


/* base-table2 */

.base-table02 {
    width: 100%;
    border-collapse: collapse;
}

.base-table02 th,
.base-table02 td {
    display: block;
    padding: 10px;
    width: 100%;
}

.base-table02 th {
    width: 100%;
    font-weight: bold;
    background-color: #F5F5F5 !important;
}

.base-table02 td {
    width: 100%;
}

.base-table02 tr:nth-child(even) th,
.base-table02 tr:nth-child(even) td {
    background-color: inherit;
}


/* base-table3 */

.base-table01-free {
    width: 100%;
    border-collapse: collapse;
}

.base-table01-free th,
.base-table01-free td {
    display: block;
    padding: 10px;
}

.base-table01-free th {
    width: 100%;
    font-weight: bold;
    background-color: #F5F5F5 !important;
}

.base-table01-free td {
    width: 100%;
}

.base-table01-free tr:nth-child(even) th,
.base-table01-free tr:nth-child(even) td {
    background-color: inherit;
}


/* 写真レイアウト */

.photo-tree-column {}

.photo-tree-column li {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.photo-tree-column li:nth-child(3n) {
    margin-right: 2%;
}

.photo-tree-column li:nth-child(2n) {
    margin-right: 0;
}


/* 写真レイアウト2 */

.photo-right-box {}

.photo-right-box .photo {
    float: none;
    width: inherit;
    margin-bottom: 2em;
}

.photo-right-box .txt {
    float: none;
    width: inherit;
}


/* 写真レイアウト3 */

.photo-four-column {}

.photo-four-column li {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.photo-four-column li:nth-child(4n) {
    margin-right: 2%;
}

.photo-four-column li:nth-child(2n) {
    margin-right: 0;
}


/* コンテンツレイアウト */

.content-tree-column {}

.content-tree-column li {
    float: none;
    width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
}

.content-tree-column li:nth-child(3n) {
    margin-right: 0;
}

.base-tree-list{
	display:block;
}
.base-tree-list > ul{
    width: 100%;
}
/* コンテンツレイアウト2 */

.base-tree-list-mini {}

.base-tree-list-mini li {
    float: none;
    width: 100%;
    margin-right: 0;
}


/* PDFリンクリスト */

.link-list-pdf {}

.link-list-pdf div {
    float: none;
    width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
}


/* 事業概要 */

.about-area {
    position: relative;
    margin-bottom: 2em;
    background-color: transparent;
    text-align: center;
    color: #000;
}

.about-area .about-bg {
    margin-bottom: 1em;
    background-color: #042855;
}

.about-area .about-txt {
    position: inherit;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
}

.about-area p {
    font-size: 1em;
    line-height: 1.7em;
}

.about-area .copy {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
    font-size: 20px;
}

.about-list {}

.about-list li {
    float: none;
    width: 100%;
    margin-bottom: 2em;
    margin-right: 0;
}


/* +++++++++++++++++++++++++　header */

#sp-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
}

#sp-header #sp-logo {
    width: 20%;
    padding: 5px 10px;
    background-color: #fff;
}

#g-navi .toggle,
#g-navi .toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

#g-navi .toggle-bg {
    position: fixed;
    padding: 15px 10px 7px 15px;
    background-color: #0585C2;
    top: 0px;
    right: 0px;
    z-index: 1001;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

#g-navi .toggle {
    display: block;
    position: relative;
    width: 28px;
    height: 16px;
}

#g-navi .toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
}

#g-navi .toggle span:nth-of-type(1) {
    top: 0;
}

#g-navi .toggle span:nth-of-type(2) {
    top: 7px;
}

#g-navi .toggle span:nth-of-type(3) {
    bottom: 0;
}

#g-navi .toggle.active span {
    height: 1px;
    background-color: #fff;
    border-radius: 0;
}

#g-navi .toggle-bg.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
}

#g-navi .toggle-bg.active span:nth-of-type(2) {
    opacity: 0;
}

#g-navi .toggle-bg.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
}

#g-navi .child {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    /* padding: 70px 20px 20px 20px; */
    padding: 65px 20px 20px 20px;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
}

#g-navi {
    float: none;
    width: auto;
    display: block;
    list-style: none;
}

#g-navi li {
    list-style: none;
}

#g-navi li a {
    position: relative;
    display: block;
    /* padding: 13px 0px; */
    padding: 10px 0px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    color: #fff;
    text-decoration: none;
}

#g-navi li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* +++++++++++++++++++++++++　footer */

#sp-footer {}

#page-top-btn a {
    display: block;
    padding: 15px 0;
    background-color: #0685C2;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}

#page-top-btn a span {
    padding-left: 15px;
    position: relative;
}

#page-top-btn a span:after {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sp-sitemap {}

#sp-sitemap li {
    float: left;
    width: 50%;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

#sp-sitemap li:nth-child(2n) {
    border-right: none;
}

#sp-sitemap a {
    display: block;
    padding: 15px 0;
    background-color: #F1F1F1;
    text-align: center;
    text-decoration: none;
    color: #333333;
}

#sp-sitemap a span {
    padding-left: 15px;
    position: relative;
}

#sp-sitemap a span:after {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sp-footer .copyright {
    padding: 15px 0;
    display: block;
    background-color: #3E4248;
    color: #CCCCCC;
    text-align: center;
    font-size: 12px;
}

.outlink a span {}

#sp-sitemap .outlink a span:after {
    position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    content: '';
    width: 11px;
    height: 11px;
    margin-top: -6px;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: url(../img/common/icon_outlink.png) no-repeat;
}


/* +++++++++++++++++++++++++　top */

#map_canvas {
    width: 100%;
    height: 350px;
}
#map {
    width: 100%;
}
#map iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: 350px;
    /*-webkit-filter:grayscale(100%);
    filter:grayscale(100%);*/
}


/* メインスライド */

#top-main {
    max-height: 600px;
}

#top-main-bg #top-main-copy {
    position: absolute;
    bottom: 25px;
    left: 0px;
    padding: 0 20px;
}

#top-main-bg #top-main-24h {
    position: absolute;
    top: 3px;
    left: 15%;
    padding: 0 25px;
    width: 29%;
}


/* 会社一覧 */

#top-company.content-area {
    padding: 0 !important;
}

#top-company-list {
    padding-top: 0px;
    margin-bottom: 0px;
}

#top-company-list .photo {
    position: relative;
    overflow: hidden;
    width: 50%;
}

#top-company-list .photo img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
}

#top-company-list .data {
    width: 50%;
    min-height: inherit;
    padding: 0px;
}

#top-company-list .data .inner {
    padding: 0px;
}

#top-company-list .data h2 {
    margin-bottom: 0px;
    padding: 20px 20px 0 20px;
}

#top-company-list .data p {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.4em;
}

#top-company-list .base-btn-w-long a {
    font-size: 12px !important;
    padding: 5px;
}

#top-company-list li:nth-child(odd) .photo {
    float: right;
}

#top-company-list li:nth-child(odd) .data {
    margin-top: 0px;
}

#top-company-list li:nth-child(even) .photo {
    margin-top: 0px;
}

#top-company-list li .meto-kakefu-logo,
#top-company-list li .steel-plate-kakefu-logo,
#top-company-list li .sumiko-kakefu-logo,
#top-company-list li .star-kakefu-logo {
    width: 100%;
    margin-bottom: 1em;
}

.link-movie-recruit{
    margin-top: 3em;
    width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 3em;
}
/* ニュース */

#top-new-area {
    padding-top: 50px;
    margin-bottom: 50px;
    border-top: solid 1px #ccc;
}

#news-list .news-ttl {
    clear: both;
    float: none;
    width: 100%;
}

#news-list time {
    width: auto;
    margin-right: 1em;
}

#news-list a {
    text-decoration: none;
}

.news-icon {
    width: auto !important;
    padding: 0.5em 2em;
    line-height: 1;
}

#holdings-area {
    padding: 3em 0;
}

.holdings-logo {
    width: 80%;
    padding-bottom: 1em;
    margin: 0 auto 1em auto;
}

.holdings-logo span {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 17.05%;
}

.holdings-logo .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* +++++++++++++++++++++++++　会社案内 */

#company-message {}

#company-message figure {
    float: none;
    width: 50%;
    margin: 0 auto 2em auto;
    text-align: center;
}

#company-message .txt {
    width: inherit;
    float: none;
}

#slogan .slogan-logoarea {
    max-width: 500px;
    margin: 0 auto;
    padding: .3rem;
    padding-bottom: 0;
}
#slogan figcaption {
    font-size: 1.6rem;
}
#slogan .logo-l figure {
    width: 49.5%;
}
#slogan .logo-s figure {
    width: 24.5%;
}
#slogan .notes {
    font-size: 1.2rem;
}

#kohan-policy {}

#kohan-policy figure {
    float: none;
    width: 100%;
    margin-bottom: 2em;
}

#kohan-policy ol {
    float: none;
    width: 100%;
}

#kohan-policy li {
    margin-bottom: 1em;
}

#kohan-policy .kohan-policy-ttl {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: bold;
    color: #0585C2;
}


/* +++++++++++++++++++++++++　カケフ鋼板 */

#kohan-tokusyoku-list {}

#kohan-tokusyoku-list li {
    float: left;
    width: 48%;
    margin-bottom: 2em;
    margin-right: 4%;
}

#kohan-tokusyoku-list li:nth-child(3n) {
    margin-right: 4%;
}

#kohan-tokusyoku-list li:nth-child(2n) {
    margin-right: 0;
}


/* +++++++++++++++++++++++++　アクセス */

.access-box {}

.access-box .left-data {
    float: none;
    width: 100%;
    margin-bottom: 2em;
}

.access-box .right-map {
    position: relative;
    float: none;
    width: 100%;
    padding: 70% 0 0 0;
}


/* +++++++++++++++++++++++++　フォーム */

#contact-form {}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"] {
    width: 100%;
}

#contact-form textarea {
    width: 100%;
}

.submit-btn {
    width: 100%;
    text-align: center;
    padding: 1em 0em;
}


/* +++++++++++++++++++++++++　お知らせ詳細 */

.news-details {}

.news-details img {
    width: 100%;
    height: auto;
}


/* +++++++++++++++++++++++++　リクルート */

.senior-box {
    position: relative;
    margin-bottom: 2em;
    padding-top: 35.13%;
}

.senior-box figure {
    position: absolute;
    top: 0;
    left: 0;
}

.senior-box .senior-data {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    background-color: #FFF;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    transform: skew(0deg);
}

.senior-box .senior-data .inner {
    transform: skew(0deg);
}

.senior-box .senior-data p {}

.senior-box .senior-data .affiliation {
    margin-bottom: inherit;
}

.senior-box .senior-data .name {
    font-size: 20px;
}

.senior-box .senior-data .season {}

.senior-txt {
    padding: 0;
}

.senior-txt p {
    float: none;
    width: 100%;
    margin-bottom: 2em;
}

.senior-txt figure {
    float: none;
    width: 100%;
}

#bnr-area {
    display: block;
}

#bnr-area a {
    display: block;
    width: 35%;
    margin: 30px auto;
}

.m-wrapper{
	width:100%;
    margin-top: 40px;
}