@charset "utf-8";

/*_:-ms-lang(x)::backdrop, #globalnavi #globalnavi_inner ul li a, #header .tel, #contentscontainer, #footer {
        transform: rotate(0.01deg);
}

_:-ms-lang(x)::-ms-backdrop, .pager a, .pager span.now {
        line-height: 3;
}*/

input::-webkit-input-placeholder { padding-top: 0.3em; }

@font-face {
    font-family: GenJyuu;
    src: url(/common/fonts/GenJyuuGothicX-Normal.eot);
    src: url(/common/fonts/GenJyuuGothicX-Normal?#iefix) format("embedded-opentype"),
         url(/common/fonts/GenJyuuGothicX-Normal.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.5rem;
    color: #343a40;
    font-family: fot-tsukuardgothic-std, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
    letter-spacing: 2px;
    position: relative;
}


body::after {
    content: '';
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

body.fadeout::after {
    opacity: 1;
}

body.fadeout #contents {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #f15a24;
}

/* 全体設定
============================================================================================================ */

/* ヘッダー
============================================================================================================ */
header {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 15px;
    z-index: 10001;
}

header h1 {
    width: 146px;
    height: 46px;
    margin: 0 auto;
}

header h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

header h1 a:hover {
    opacity: 1;
}

header h1 a svg {
    display: block;
}

header h1 .baselogo {
    fill: #343a40;
}

header h1 .baselogo {
    opacity: 0;
}

header h1 .logomask {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    ;
}

header .tel {
    right: 30px;
    top: 43px;
    font-size: 1.7rem;
    line-height: 100%;
    position: absolute;
    font-weight: bold;
}

header .icons {
    height: 24px;
    left: 30px;
    top: 40px;
    position: absolute;
    font-size: 24px;
    display: flex;
}

.icons a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
    margin-right: 5px;
}

.icons a:last-of-type {
    margin-right: 0;
}

nav.fixednav {
    transform: translateY(-100px);
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    overflow: hidden;
}

.gtt {
    width: 58px;
    height: 58px;
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    transform: translateX(58px);
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.gtt.show {
    transform: none;
}

.gtt a {
    width: 100%;
    height: 100%;
    padding: 14.5px;
    display: block;
    background-color: #fff;
}

.gtt a:hover {
    opacity: 1;
}

nav.fixednav.fixed {
    transform: translateY(0);
}

nav.fixednav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 30px;
    max-width: 1280px;
    margin: 0 auto;
}

nav.fixednav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

nav.fixednav ul li.logo svg {
    width: 140px;
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    fill: #343a40;
}

nav.fixednav ul li.tel {
    font-size: 1.7rem;
}

nav.fixednav ul li.icons {
    font-size: 24px;
    display: flex;
}

/*#globalnavi_inner ul li a.current, .fixednav ul li a.current {
    text-decoration-line: underline;
    text-decoration-color: #f15a24;
    pointer-events: none;
}*/

/* グローバルナビ
============================================================================================================ */
#globalnavi {
    position: relative;
    margin: 30px 0;
    z-index: 9999;
}

#globalnavi #globalnavi_inner ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 860px;
    padding: 0 60px;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}

#globalnavi #globalnavi_inner ul li {
    line-height: 100%;
    text-align: center;
}

#globalnavi #globalnavi_inner ul li a {
    line-height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    padding: 15px 0;
    font-weight: bold;
}

#globalnavi #globalnavi_inner ul li a:hover,
nav.fixednav ul li a:hover {
    color: #f15a24;
    opacity: 1;
}
#nav_toggle,
#globalnavi_inner2,
#contacts,
menu,
menu.open {
    display: none;
}

/* コンテンツ
============================================================================================================ */
#contentscontainer {
    width: 100%;
}

#toppage,
#newspage,
#aboutpage,
#flowpage,
#workspage,
#formpage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

/* フッター
============================================================================================================ */
#footer {
    margin: auto 0 30px;
    width: 100%;
    text-align: center;
    padding-top: 75px;
    bottom: 0;
}

_:-ms-lang(x), body.done::after {
  display: none\9;
}

_:-ms-lang(x), body.done.fadeout::after {
  display: block\9;
}

.fixedlink {
    position: fixed;
    bottom: 60px;
    right: 45px;
    z-index: 10;
    -moz-animation: cssAnimation 2.5s ease infinite;
    -webkit-animation: cssAnimation 2.5s ease infinite;
    animation: cssAnimation 2.5s ease infinite;
    transition: all 0.3s ease-out;
}

.fixedlink a {
    display: block;
    line-height: 25px;
    padding: 7.5px 15px;
    border-radius: 15px;
    background-color: #fff;
    font-weight: bold;
    border: 2px solid #a7b6bb;
    color: #a7b6bb;
    transition: all 0.3s ease-out;
    text-align: center;
}

@keyframes cssAnimation {
    0% {
        transform: translateX(0);
    }
    
    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes cssAnimation {
    0% {
        transform: translateX(0);
    }
    
    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateX(0);
    }
}

.fixedlink a p {
    line-height: 1.5;
}

.fixedlink a p:last-of-type::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    position: relative;
    margin-left: 5px
}

.fixedlink:hover {
    animation-play-state: paused;
}

.fixedlink a:hover {
    background-color: #a7b6bb;
    color: #fff;
    transform: translateX(0);
}

.fixedlink .hidelink {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    color: #a7b6bb;
    transition: all .3s ease-out;
    cursor: pointer;
    padding: 9px;
    
}
.hidelink .class1 {
    fill: none;
    stroke: #a7b6bb;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.fixedlink a:hover + .hidelink .class1 {
    stroke: #fff;
}