html {overflow: auto;}
html.wf-loading {
	opacity: 0;
	transition: all .3s ease;
}
html.wf-inactive,
html.wf-active {
	opacity: 1;
}

body {font-family:"YakuHanJP",'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;font-size: 16px;color:#242424;background: #fff;line-height: 1.8;font-weight: 300;}
.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sp {display:none;}
img {width: 100%;height: auto;}

/*flexbox*/
.fbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.fb-center {justify-content: center;}
.fb-between {justify-content: space-between;}


/*リンク*/
a {color:#2c3b6d; transition: opacity .3s ease 0s;}
a:hover {opacity: 0.7}
/*見出し*/
/* h1,h2,h3,h4,h5 {color:;} */
h1 {
    margin:0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}
h2 {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.06em;
}
h3 {
    font-size: 30px;
    margin: 0px 0 30px;
    line-height: 1.6;
    font-weight: bold;
    color: #2c3b6d;
}
h3 span{
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
}
h4 {
    font-size: 15px ;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.06em;
}
h5 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.06em;
}
p {margin-bottom: 30px;text-align: justify;}
.sfont {font-size: 12px}
.lfont {font-size: 18px}
.bold {font-weight: bold;}
figure {text-align: center;}
.kome {font-size: 12px;margin-top: 5px;}

.arrow{
    position: absolute;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    top: 22px;
    right: 0;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.right::before{
    width: 10px;
    height: 10px;
    border-top: 1px solid #06A8BE;
    border-right: 1px solid #06A8BE;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrb {
    display: block;
    top: 2px;
    width: 30px;
    margin: 0 auto;
}
.bottom::before{
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*リスト・テーブル*/
table {width: 100%;margin: 60px 0;}
td,th {
    font-weight: 300;
    padding:  22px 10px 22px;
    border-bottom: solid 1px #c1c1c1;
    line-height: 1.5;
}
tr:first-child th {border-top: solid 1px #c1c1c1;}
tr:first-child td {border-top: solid 1px #c1c1c1;}
.recruitment tr:first-child th {border-top: solid 1px #00A7EA;}
.recruitment tr:first-child td {border-top: solid 1px #00A7EA;}

th {
    text-align: left;
    width: 30%;
    vertical-align: top;
    font-size: 16px;
    color: #E30143;
}
td {width:70%}
dl{display:flex;flex-wrap: wrap;margin-bottom: 20px;}
dt {width: 27%;}
dd {width: 73%;margin-left: 0;}

/*カラム設定*/
.wrapper {}
.container {padding: 0 40px;margin:0 auto;}
.con-l {max-width: 1380px;}
.con-m {max-width: 1080px;}
.con-s {width: 740px;}
.con-ss {max-width: 600px;}
#content {padding-top: 115px;}
.content-area{margin: 80px auto 100px;}

/*ヘッダー*/
header {width: 100%;}
.logo-area {padding: 15px 0;width: 290px;}

/*メインビジュアル*/
.main-v {
    margin-bottom: 50px;
}
.main-v .container {
    position: relative;
}
.line-pc {
    position: absolute;
    right: 10px;
    top: -10px;
    width: 30%;
    max-width: 420px;
    background: #fff;
    border: solid 10px #d7e0ff;
    padding: 25px 15px;
}
.line-sp {
    display: none;
}
.main-v .title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}
.line-btn {
    margin-top: 20px;
}
.mess {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 80px 0 50px;
    color: #e08e00;
}
.company-bnr {
    background: #e1e1e1;
    padding: 30px;
}
.company-bnr .item {
    width: 15%;
    margin-bottom: 2%;
}


/*フッター*/
footer {
    margin-top: 50px;
    padding-bottom: 20px;
}
.fotter-link {
    align-items: center;
}
.fr-link {width: 50%;}
.fr-link a {
    background: #d7e0ff;
    width: 300px;
    border-radius: 10px;
    color: #111;
    text-decoration: none;
    padding: 25px;
    display: block;
}
.fr-link a img {
    width: 18px;
    position: relative;
    top: -4px;
    left: 5px;
}
.fl-link2 {width: 25%;}
.privacy .tx {
    width: 100%;
    text-align: right;
}
.copyright {
    width: 25%;
    font-size: 11px;
    padding: 10px 0 0;
    text-align: center;
}
.copyright img{
    width: 180px;
    display: block;
    margin: 0 auto 10px;
}

@media (max-width: 1200px) {
    .main-v .title {
        letter-spacing: 0.02em;
        font-size: 2.4vw;
    }
}
@media (max-width: 1024px) {
    body {font-size: 1.6vw;}
    h3 {
        margin: 0px 0 3vw;
        font-size: 2.9vw;
    }
    h3 span {
        font-size: 1.6vw;
        padding-left: 2vw;
    }
    .logo-area {
        padding: 1vw 0;
        width: 28vw;
    }
    .main-v {
        margin-bottom: 5vw;
    }
    .line-pc {
        padding: 1.2vw 1vw;
    }
    .line-btn {
        margin-top: 1.5vw;
    }
    .mess {
        font-size: 3.4vw;
    }
    .fr-link {
        width: 32%;
    }
    .fl-link2 {
        width: 32%;
    }
    .privacy .tx {
        text-align: center;
    }
    .fr-link a {
        width: 100%;
        padding: 2vw 0;
        text-align: center;
    }
    .fr-link a img {
        width: 1.5vw;
        position: relative;
        top: -0.6vw;
        left: 0;
    }
    .copyright {
        width: 32%;
        font-size: 1.2vw;
    }
    .copyright img {
        width: 18vw;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
    html {height: -webkit-fill-available;}
    body {font-size: 14px;line-height: 1.5;min-height: 100vh;min-height: -webkit-fill-available;}
    .pc {display: none}
    .sp {display: block}
    .tb {display:none;}
    .spbr {display: none}
    p {margin-bottom: 20px;}
    table {margin: 40px 0;}
    th {
        width: 24%;
        font-size: 15px;
    }
    .container {padding: 0 4vw;}
    .con-s {
        width: 100%;
        padding: 0;
    }
    h1 {
        font-size: 7px;
    }
    h3 {
        margin: 0px 0 3vw;
        font-size: 5vw;
    }
    h3 span {
        font-size: 2.4vw;
        padding-left: 0;
        display: block;
        margin-top: 1vw;
    }
    .logo-area {
        padding: 1vw 0 2vw;
        width: 45vw;
    }
    .main-v {
        margin-bottom: 10vw;
    }
    .main-v .container {
        padding: 0;
    }
    .line-pc {
        display: none;
    }
    .line-sp {
        display: block;
    }
    .line-btn {
        width: 80%;
        margin: 1.5vw auto;
    }
    .main-v .title {
        font-size: 6.4vw;
    }
    .mess {
        font-size: 6vw;
        margin: 13vw 0 5vw;
    }
    .company-bnr {
        padding: 4vw;
    }
    .company-bnr .item {
        width: 32%;
    }
    .company-bnr-area .container {
        padding: 0;
    }
    .fr-link {
        width: 100%;
    }
    .fr-link a {
        padding: 4vw 0;
    }
    .fr-link a img {
        width: 3.5vw;
        top: -1vw;
    }
    .fl-link2 {
        width: 100%;
        margin: 8vw 0;
    }
    
    .copyright {
        width: 100%;
        font-size: 2.4vw;
    }
    .copyright img {
        width: 40vw;
    }
}
