@charset "UTF-8";

body,
html {
    width: 100%;
    margin: 0;
    padding: 0;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
select,
button,
body,
pre {
    font: 16px/250% "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    text-align:center;
}

.inner_box {
    width: 960px;
    margin: 0 auto;
}
h2 {
    font-size: 36px;
    color: #898989;
    letter-spacing: 0.2em;
    margin: 0;
}
h3 {
    margin: 0;
    font-size: 21px;
    color: #898989;
    font-weight: normal;
}
small { color: #898989;}
p { margin: 0;}
p.left { text-align: left;}
#top h1{ margin-top: calc(13vh - 40px);}
#top h2{ margin: 8vh 0 0;}
#top .info_navi { margin-top:11vh;}
.comment {
    font-size: 14px;
    line-height: 2.5em;
    padding-top: 40px;
}
.comment01 {
    width: 63%;
    margin: 0 auto;
    text-align: left;
}

.color-blue {
    color: #0000CC;
    line-height: 2.5em;
}

div.pt30 {
    line-height: 1em;
    max-height: 37.5vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt30, .center-image {
    margin-top: calc(6.25vh);
}


.main { position: relative;}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/*--------------------------------------------------------------------------------
　▼ ページング　
--------------------------------------------------------------------------------*/
.pager {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
}
.pager li {
    display: block;
    margin: 20px;
}
.pager li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #777;
    border-radius: 50%;
}
.pager li.is-current a {
    background: #232323;
}

/*--------------------------------------------------------------------------------
　▼ 各コンテンツ　
--------------------------------------------------------------------------------*/
.section { width: 100%;}
.section-content {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.section-title  {
    margin-top: calc(11vh - 40px);
}

/*--------------------------------------------------------------------------------
　▼ メニュー　
--------------------------------------------------------------------------------*/
.info_navi {
    width: 960px;
    margin: 0 auto;
    font-size: 0;
    padding: 0;
}
.info_navi li{
    display: inline-block;
    list-style-type: none;
    padding: 0 11px;
}
.info_navi li a,
.info_navi li a:link,
.info_navi li a:hover {
    text-decoration: none;
    color: #000;
    font: 14px/100% "Kozuka Gothic ProN", sans-serif;
}
.info_navi li+ li { border-left: 1px solid #333; line-height: 0.5em;}

/*--------------------------------------------------------------------------------
　▼  top
--------------------------------------------------------------------------------*/

#top h2.career-up {
    font-size: 18px;
    margin-top: 0;
    line-height: 1;
    color: black;
    word-break: break-all;
}

/*--------------------------------------------------------------------------------
　▼  origin
--------------------------------------------------------------------------------*/
#origin .pt30 img {
    width: 100%;
}

/*--------------------------------------------------------------------------------
　▼  concept
--------------------------------------------------------------------------------*/
#concept .pt30 { padding-top: 30px;}
#concept .pt30 img { width: 100%;}

/*--------------------------------------------------------------------------------
　▼  about
--------------------------------------------------------------------------------*/
#about .pt30 { padding-top: 30px;}
#about .pt30 img { width: 100%;}


/*--------------------------------------------------------------------------------
　▼  multifunctional
--------------------------------------------------------------------------------*/
#multifunctional .pt30 { padding-top: 30px;max-height:none;}
#multifunctional .pt30 img { width: 100%;object-fit: cover;}

/*--------------------------------------------------------------------------------
　▼  philosophy
--------------------------------------------------------------------------------*/
.philosophy-image {
    max-height: 33vh;
    margin-top: 3em;
    display: flex;
    justify-content: center;
}

.philosophy-image img {
    width: 100%;
}
/*--------------------------------------------------------------------------------
　▼  company
--------------------------------------------------------------------------------*/
#company .table_box {
    display: table;
    width: 100%;
    padding: 20px 0 0;
}
#company .left_box {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
#company .right_box {
    display: table-cell;
    width: 47%;
    padding-left: 3%;
    vertical-align: top;
}
#company table.company_table {
    width: 100%;
    text-align: left;
    line-height: 1.4em;
    font-size: 12px;
}
#company table.company_table tr th {
    width: 25%;
    font-weight: normal;
    padding: 5px;

}
#company table.company_table tr td {
    padding-left: 5px;
}


/*--------------------------------------------------------------------------------
　▼  privacy-policy
--------------------------------------------------------------------------------*/
#privacy-policy .table_box {
    display: table-cell;
    width: 100%;
    padding: 20px 0 0;
}
#privacy-policy .table_box p { margin-bottom: 10px;}
#privacy-policy .left_box {
    display: table-cell;
    text-align: left;
    font-size: 10px;
    line-height: 1.5em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    float: left;
    width: 50%;
    padding-right: 3%;
}
#privacy-policy .right_box {
    display: table-cell;
    text-align: left;
    font-size: 10px;
    line-height: 1.5em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    float: right;
    width: 50%;
    padding-left: 3%;
}
#privacy-policy .pl10 { padding: 0 0 10px 10px;}
#privacy-policy ul.list_no { padding-left: 20px; padding-bottom: 5px;}
#privacy-policy ul.list_no li { list-style: none;}


/*--------------------------------------------------------------------------------
　▼  contact
--------------------------------------------------------------------------------*/
#contact table.contact_table {
    text-align: left;
    width: 60%;
    margin: 40px auto 0;
}
#contact table.contact_table tr th {
    width: 30%;
    text-align: right;
    vertical-align: top;
    position: relative;
    font-weight: normal;
}
#contact table.contact_table tr td { text-align: left; padding: 0 0 5px 10px;}
#contact table.contact_table tr td input {
    width: 100%;
    text-align: left;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #bfbfbf !important;
}
#contact table.contact_table tr td textarea {
    width: 100%;
    height: 150px;
    text-align: left;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #bfbfbf !important;
}
#contact table span.required {
    display: block;
    padding: 3px 5px;
    color: #fff;
    text-align: center;
    background: #ff0000;
    font: 8px/100% "ＭＳ 明朝";
    width: 30px;
    border-radius: 10px;
    position: absolute;
    top: -7px;
    right: 0;
}
#contact p.font10 { font: 10px/150% 'Noto Sans JP', sans-serif;}
.mt60 { margin-top: 60px; display: block;}
::-webkit-input-placeholder {
    color: #9fa0a0;
    font-size: 14px;
}
::-moz-placeholder {
    color: #9fa0a0; opacity: 1;
    font-size: 14px;
}
:-ms-input-placeholder {
    color: #9fa0a0;
    font-size: 14px;
}
.button a {
    display: inline-block;
    margin: 20px auto;
    font-size: 18px;
    max-width: 220px;
    width: 100%;
    background-color: #ed6c00;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px;
}
/*--------------------------------------------------------------------------------
　▼  Recruitment
--------------------------------------------------------------------------------*/
.recruitment_table > caption {
  caption-side: bottom;
  padding: 50px;
  font-weight: bold;
}
#recruitment .table_box {
    display: ruby;
    width: 100%;
    padding: 20px 0 0;
}
#recruitment td{

  text-align:start;
  vertical-align:top;
}
/*--------------------------------------------------------------------------------
　▼  button
--------------------------------------------------------------------------------*/
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover {
    color: #fff;
}
.btn-primary {
    min-width: auto;
    width: 250px;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-weight: bolder;
}
/*---------------------------------アンダーライン削除----------------------------------*/
/*-----------------------------------------------------------------------------*/
.underline{
    text-decoration: none;
}

/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width: 900px) {

    .inner_box { width: 95%;}
    img { max-width: 80%;}
    h2 {
        font-size: 22px;
        margin-top: 1.5vh;
    }
    h3 { font-size: 16px;}
    #top .info_navi { width: 95%;}
    .section-content { padding: 30px 0;}
    .comment { line-height: 2em;}
    .comment01 { width: 90%;}

    #concept .pt30 img { max-width: 100%;}
    #about .pt30 img { max-width: 100%;}
    #multifunctional .pt30 img { max-width: 100%;}
    #company .left_box {
        display: block;
        width: 100%;
        line-height: 1em;
    }
    #company .left_box iframe { height: 250px !important;}
    #company .right_box {
        display: block;
        width: 100%;
        padding: 0;
    }
    #privacy-policy .left_box {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-top: 10px;
    }
    #privacy-policy .right_box {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    #contact table.contact_table { width: 95%;}
    #contact table span.required { width: 45px;}
    #recruitment .table_box { font: 12px/250% "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;}
}


@media screen and (max-width:736px) {

    #top h1 { margin: 0;}
    #top h2 { margin-top: 1.3vh;}
    #top .info_navi { width: 90%; margin-top: 10vh;}
    #top .info_navi li { padding: 0 10px;}
    h2 { margin-top: 1.5vh;}
    h3 { font-size: 16px;}
    #company table.company_table tr th,
    #company table.company_table tr td { padding: 0;}
    #recruitment .table_box { font: 12px/250% "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;}
}

@media screen and (max-width:375px) {

    .inner_box {
        width: 80%;
        overflow-y: scroll;
    }

    .section-title {
        margin-top: 0;
    }

    .pt30, .center-image {
        margin-top: 0.5vh;
    }

    .comment {
        font-size: 12px;
        line-height: 2em;
        padding-top: 20px;
    }

    #top h1{ margin-top: 2vh;}
    #top h2{ margin-top: 6vh;}

    #top h2.career-up {
        font-size: 14px;
    }

    #top .info_navi {
        margin-top: 3vh;
    }

    .info_navi li { padding: 0 10px;}

    .comment.comment01 {
        width: 100%;
        padding-top: 5px;
    }

    #company .left_box iframe { height: 180px !important;}
    #privacy-policy .left_box,
    #privacy-policy .right_box { line-height: 1.2em;}
    #privacy-policy .pl10 { padding: 0 0 5px 10px;}

    #contact table.contact_table { font: 12px/250% "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;}
    #contact table.contact_table tr th { width: 30%;}
    #contact table.contact_table input { font-size: 16px;}
    #recruitment .table_box { font: 12px/250% "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;}
}
/*---------------------------------TOPのリンク文字列単位で改行----------------------------------*/
/*-----------------------------------------------------------------------------*/
.sp-only {
  display: none;
}
/* 幅470px以下で改行を表示 */
@media (max-width: 470px) {
  .sp-only {
    display: inline;
  }
}