@charset "UTF-8";

/*========================================================*/
/* トップページ限定
/*========================================================*/
body#page_home {
    padding-top: 60px;
}
@media (min-width:768px) {
    body#page_home {
        padding-top: 0;
    }
}

/* フッター
/*--------------------------------------------------------*/
.footer_main {
    background: transparent;
}
.footer_main .navi {
    border-bottom: 1px solid #7fcee0;
}
.footer_main .navi ul li a {
    color: #999;
}

.footer_main .discription p {
    color: #888;
}

.footer_sub {
    background: rgba(58, 182, 207, 0.5);
}
.footer_sub span {
    color: #fff;
}

/* SNS
/*--------------------------------------------------------*/
#ig { top: 65px; }
#fb { top: 120px; }
#ln { top: 175px; }
@media (min-width:768px) {
    #ig { top: 0; }
    #fb { top: 55px; }
    #ln { top: 110px; }
}

/* メイン画像
/*--------------------------------------------------------*/
#main_image {
    position: relative;
    top: 4px;
    height: 190px;
    background-image: url(img/main_image.jpg);
    background-size: cover;
}
#main_image h1 {
    width: 120px;
    height: 167px;
    background: #fff url(img/logo.png) no-repeat;
    background-size: contain;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
#main_image h1 > img {
    width: 100%;
}
#main_image section {
    position: absolute;
    top: 28px;
    /* bottom: 50px; */
    padding: 5px;
    /* text-align: center; */
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    height: min-content;
}
#main_image section > div > div {
    margin-bottom: 8px;
    color: #3ab6cf;
    font-size: 200%;
}
#main_image section p {
    padding: 0;
}
.image_title {
    color: #ff8080;
    /* font-weight: bold; */
}
#main_image section p > span {
    display: inline;
    font-size: 120%;
    font-weight: bold;
}
@media (min-width:768px) {
    #main_image {
        height: 480px;
        margin-bottom: 0;
        top: 0;
    }
    #main_image section {
        top: auto;
        bottom: 50px;
        padding: 15px 20px 15px;
        text-align: left;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    }
    #main_image section p > span {
        display: inline;
    }
}

#home_greeting, #home_service, #home_Introduction,
#blog, #information, #access {
    margin-bottom: 20px;
}
@media (min-width:768px) {
    #home_greeting, #home_service, #home_Introduction,
    #blog, #information, #access {
        margin-bottom: 30px;
    }
}
@media(max-width:767px) {
    .about_1,.about_2,.about_3 {
        line-height: 1.8;
    }
    .top_msg {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
    }
}

/* 会社紹介文
/*--------------------------------------------------------*/
#home_Introduction {
    padding: 40px 0 40px;
    background-image: url(img/greeting.png);
    background-size: cover;
    text-align: center;
}
#home_Introduction .greeting {
    background-color: #fff;
}
#home_Introduction .greeting h3 {
    text-align: left;
    padding-left: 3.5%;
    padding-top: 20px;
    color: #666;
    font-size: 150%;
}
#home_Introduction .greeting hr {
    border-color: #3ab6cf;
    width: 93%;
    margin: 3px auto;
}
#home_Introduction .greeting .greeting_content {
    width: 93%;
    text-align: center;
    margin: 15px auto 3px auto;
}
#home_Introduction .greeting p {
    text-align: left;
    line-height: 1.5;
}
#home_Introduction .greeting p:last-of-type {
    padding-bottom: 20px;
}
#home_Introduction h2 {
    color: #666;
    font-size: 260%;
    line-height: 2.6;
}
#home_Introduction .col-sm-2 {
  width:20%;
  margin-bottom: 10px;
}
@media(min-width:768px) {
    #home_Introduction .greeting p {
        font-size: 18px;
    }
}
@media (max-width:767px) {
    #home_Introduction .col-sm-2{
      width:33.33333333%;
    }
}

/* サービス
/*--------------------------------------------------------*/
#home_service > div {
    background: rgba(127, 206, 224, 0.2);
}
#home_service > div > div {
    padding: 5px;
    margin-bottom: 0px !important;
}
#home_service p {
    text-align: center;
    margin-top: 15px;
}
#home_service h3 {
    margin-bottom: 10px;
    color: #3ab6cf;
    text-shadow: 1px 1px 1px #fff;
    font-size: 120%;
    font-weight: 600;
}
#home_service .img {
    float: left;
    background: #fff;
    padding: 5px;
    overflow: hidden;
}
#home_service .img > img {
    width: 100%;
}
#home_service .img p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}
#home_service > div > div > div > p:not(:last-child) {
    margin-bottom: 1em;
}
#home_service .about_use {
    clear: both;
    text-align: center;
}
#home_service .about_use img {
    width: 30px;
}
#home_service .about_use .use_title {
    display: inline;
    font-size: 18px;
    position: relative;
    top: 3px;
    padding: 0 5px;
}
#home_service .about_use .use_content {
    margin-bottom: 20px;
}
.img_pc {
    display: none;
}
.img_sp {
    display: block;
}
@media (min-width:768px) {
    .img_sp {
        display: none;
    }
    .img_pc {
        display: block;
    }
    #home_service .img {
        padding: 10px;
        margin-bottom: 10px;
    }
    #home_service > div > div {
        background: transparent;
        margin-bottom: 0;
        padding: 10px;
    }
    #home_service p {
        font-size: 18px;
        text-align: center;
        margin-top: 30px;
    }
    #home_service .about_use img {
        width: 40px;
    }
    #home_service .about_use .use_title {
        top: 5px;
        padding: 0 10px;
        font-size: 25px;
    }
}
/* ごあいさつ
/*--------------------------------------------------------*/
#home_greeting {
    padding: 15px 0 15px;
    background-size: cover;
    text-align: center;
}
#home_greeting .greeting_contents {
    margin: 0 10px;
    position: relative;
}
#home_greeting .greeting_contents img {
    width: 130px;
    position: absolute;
    bottom: 0;
    right: 0px;
}
#home_greeting p {
    text-align: left;
}
#home_greeting .greeting {
    background-color: #fff;
}
#home_greeting .greeting h3 {
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
}
#home_greeting .greeting hr {
    border-color: #3ab6cf;
    width: 93%;
    margin: 3px auto;
}
#home_greeting .greeting .greeting_content {
    width: 93%;
    text-align: center;
    margin: 3px auto;
}
#home_greeting .greeting p {
    text-align: left;
    font-size: 18px;
}
#home_greeting .administrator {
    text-align: right;
    position: relative;
    top: 5px;
    right: 5px;
    z-index: 1000;
}
#home_greeting .administrator span {
    font-size: 19px;
    margin-left: 10px;
}
@media(min-width:768px) {
    #home_greeting p {
        font-size: 18px;
    }
    #home_greeting .greeting_contents img {
        width: 200px;
        position: absolute;
        bottom: -40px;
        right: 0px;
    }
    #home_greeting .administrator {
        top: 10px;
    }
    #home_greeting .administrator span {
        font-size: 25px;
    }
}

/* 採用について
/*--------------------------------------------------------*/
#infomation .infomation_contents {
    border: solid 1px #666;
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
}
#infomation .infomation_contents .info_title {
    border-bottom: solid 1px #666;
    display: inline;
    color: #666;
    font-size: 11px;
    margin-bottom: 10px;
}
#infomation .infomation_contents .info_title+p {
    line-height: 2.5;
    font-weight: bold;
    color: #666;
}
#infomation .infomation_contents .img_1 {
    display: block;
    margin: 15px auto;
    width: 55px;
}
#infomation .infomation_contents .img_2 {
    margin: 15px 20px 15px 0px;
    width: 55px;
}
#infomation .infomation_contents button {
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #ffa2a2;
    box-shadow: 2px 2px 2px #888;
}
#infomation .infomation_contents .form_btn {
    margin: 10px 0 !important;
}
#infomation .tel_info {
    background-color: #d9f5ff;
    border: none;
    width: 49%;
    margin: 0 5px 0 1px;
}
#infomation .mail_info {
    background-color: #fff1e8;
    border: none;
    width: 49%;
}
#infomation .form_info {
    background-color: #e9fef3;
    border: none;
    margin-bottom: 20px;
}
#infomation .form_title {
    display: block;
}

@media(min-width:992px) {
    #infomation .infomation_contents .info_title {
        font-size: 15px;
    }
}
@media(min-width:768px) {
    #recruit .recruit_contents button {
        margin-top: 25px;
    }
    #infomation .form_info {
        background-color: #e9fef3;
        border: none;
        margin: 0;
    }
}
@media(min-width:464px) and (max-width:794px) {
    #infomation .infomation_contents p {
        font-size: 13px;
    }

}
/* インフォメーション
/*--------------------------------------------------------*/
dl.list_horizon {
    margin-top: -4px;
}
dl.list_horizon dt, dl.list_horizon dd {
    padding: 4px 4px 0 4px;
    font-family: sans-serif;
    font-size: 90%;
}
dl.list_horizon dt {
    width: 8em;
    float: left;
    color: #888;
}
dl.list_horizon dd {
    margin-bottom: 1em;
    margin-left: 8em;
    padding-bottom: 4px;
}
dl.list_horizon dd:after {
    content: '';
    display: block;
    clear: both;
}
#information_sp {
    padding: 15px;
    background: rgba(58, 182, 207, 0.1);
}
#information_sp .title {
    border-color: transparent;
}

/* アクセス
/*--------------------------------------------------------*/
#access {
    text-align: center;
}
#access .img {
    position: relative;
    height: 160px;
    margin-bottom: 15px;
    overflow: hidden;
}
#access .img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}
#access h3 {
    font-size: 140%;
}
#access h3 + strong {
    color: #888;
    font-size: 85%;
}
#access address {
    display: block;
    margin: 10px auto 5px;
}
#access address > span {
    display: block;
    font-size: 15px;
}
#access address > a {
    display: block;
    margin: 5px auto;
    color: #ff8080;
    font-size: 25px;
}
#access address > a:hover {
    text-decoration: none;
    opacity: 0.8;
}
#access address > a > img {
    height: 30px;
}
#access dl dt, #access dl dd {
    padding: 0 4px 0 4px;
    font-family: sans-serif;
}
#access dl dt {
    width: 50%;
    float: left;
    color: #888;
    text-align: right;
}
#access dl dt:after {
    content: '/';
    display: inline-block;
    width: 1em;
}
#access dl dd {
    margin-left: 50%;
    text-align: left;
}
#access dl dd:after {
    content: '';
    display: block;
    clear: both;
}
#access .fax_num {
    font-size: 17px;
    font-weight: bold;
}
#access .map > iframe {
    width: 100%;
}
@media (min-width:768px) {
    #access .img {
        height: 220px;
    }
    #access address > span {
        display: inline-block;
    }
    #access dl dt, #access dl dd {
        font-size: 90%;
    }
}

/* デカリンク
/*--------------------------------------------------------*/
#home_links {
    background: #333 url(img/home_link.jpg) repeat-x;
}
#home_links a {
    display: block;
    position: relative;
    text-align: center;
}
#home_links a > div {
    position: absolute;
    width: 100%;
    top: 25%;
}
#home_links hr {
    width: 80%;
    margin: 10px auto 15px;
    box-shadow: 1px 1px 1px #999;
    border-color: #ff0f0f;
}
#home_links a .content > div, #home_links a .content > p {
    color: #222;
    text-shadow: 2px 2px 2px #fff;
    line-height: 1;
}
#home_links a .content > div {
    font-size: 180%;
}
#home_links a .content > p {
    font-size: 100%;
    color: #222;
    font-weight: bold;
}
#home_links a > img {
    width: 100%;
    height: 100%;
}
#home_links a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.1);
}
