@charset "utf-8";
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/*
 *  Delighters.js 関連
 */

.delighter{
    transition: all .7s ease-out;
    transform: translateY(36px);
    opacity: 0;
}
.started{
    opacity: 1;
    transform: translateY(0px);
}
.ended{
}
/*---------------------------------------------------------------------------*/


html{
    /* フォントサイズの正確に */
    -webkit-text-size-adjust: 100%;
    /* 文字をシャープに */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* カーニングとリガチャ（合字）を調整 */
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    font-size: 62.5%;
}


body{
    font-size: 1.4rem;
    background: #fff;
    color: #111;
    font-family: 'メイリオ','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.7;
}

body{
    margin: 0;
    padding: 0;
    opacity: 1;
    transition-duration: 0.5s;
}
body.appear{
    opacity: 1;
}


*{
    box-sizing: border-box;
    behavior: smooth;
    block: 'start';
}

div,section,header,footer,article{
    box-sizing: border-box;
    border-collapse: collapse;
}
p{
    margin: 0;
    padding: 0;
}
a{
    color: #023f7d;
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}

.mincho{
    font-family: 'cursive','ＭＳ 明朝', 'ＭＳ 明朝', 'ヒラギノ明朝', 'HG明朝E',  serif, 'Noto Serif JP';
}
.gothic{
    font-family: 'メイリオ','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

.standOut1{
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.standOut1:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0.4vw;
    left: 0;
    right: 0;
    height: 0.4vw;
    background-color: rgba(255,255,0,0.5);
    z-index: -1;
}

.sep8{
    height: 8px;
}
.sep16{
    height: 16px;
}
.sep32{
    height: 32px;
}
.sep64{
    height: 64px;
}

.table{
    display: table;
}
.tr{
    display: table-row;
}
.td,
.td1,
.td2,
.td3,
.td4,
.td5,
.td6,
.td7,
.td8,
.td9,
.td10,
.td11,
.td12,
.td13,
.td14,
.td15,
.td16{
    display: table-cell;
}
.th,
.th1,
.th2,
.th3,
.th4,
.th5,
.th6,
.th7,
.th8,
.th9,
.th10,
.th11,
.th12,
.th13,
.th14,
.th15,
.th16{
    display: table-cell;
}

.submitButton{
    width: 100%;
    border-style: none;
    padding: 8px;
    font-size: 16px;
    background-color: #ccc;
    color: #000;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    border: #ccc 2px solid;
}
.submitButton:hover{
    border: #7a7a7a 2px solid;
}

#pager{
    text-align: center;
    width: 100%;
    max-width: 720px;
    margin: 16px auto;
}
.page{
    display: inline-block;
    padding: 2px;
}

img {
    vertical-align: middle;
    border-style: none;
}

.w1000{
    width: 1000px;
    margin: 0 auto;
    max-width: calc(100vw - 16px);
}


/******************************************************
    共通固定ブロック
******************************************************/
/*-------------------------------------------------------------------
    ヘッダ0
-------------------------------------------------------------------*/
#Header0{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 86px;
    background-color: #f0f0f0;
    z-index: 1000;
}
#Header0 .inner{
    width: 90%;
    max-width: 930px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}
#Header0 .header0Left,
#Header0 .header0Right{
    width: 47.3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#Header0 .header0LeftFigure,
#Header0 .header0RightFigure{
    width: 13.6%;
    margin: 0 0 0 0;
}
#Header0 .header0HoujinLink {
    display: inline-block;
    width: 84%;
}
#Header0 .btnHeader0HoujinLink {
    border-radius: 4px;
    background: #005BAC;
    border: 1px solid #005BAC;
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 0.75em 1em 0.8em 1em;
    display: block;
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
}
#Header0 .btnHeader0HoujinLink.arrow_r::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
}

#Header0 .header0WorkerLink1,
#Header0 .header0WorkerLink2{
    display: inline-block;
    width: 41%;
}
#Header0 .btnHeader0WorkerLink1,
#Header0 .btnHeader0WorkerLink2{
    border-radius: 4px;
    background: #E25D33;
    border: 1px solid #E25D33;
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 0.75em 1em 0.8em 1em;
    display: block;
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
}
#Header0 .btnHeader0WorkerLink1.arrow_r::after,
#Header0 .btnHeader0WorkerLink2.arrow_r::after{
    font-family: "Font Awesome 5 Free";
    content: "\f2d2";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.3s;
}

/*------------------------------------------------------------------
    本ヘッダ
-------------------------------------------------------------------*/
header > .inner{
    height: 80px;
    background-color: #fff;
}
.headerLogoArea{
    display: flex;
    position: absolute;
    left: 15px;
    align-items: center;
    top: calc(50% - 18px);
    gap: 8px;
}
.headerCompanyLogo{
    height: 36px;
}
.headerCompanyName {
    height: 16px;
}

.headerNavFlex{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#HeaderNav ul .menuItem {
    position: relative;
    height: 80px;
}
#HeaderNav ul .menuItem a {
    color: #333;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    transition: 0.3s;
}

#HeaderNav .dropdown{
    position: relative;
    height: 80px;
}

#HeaderNav ul .menuItem:nth-child(2)::before,
#HeaderNav ul .menuItem:nth-child(3)::before,
#HeaderNav ul .menuItem:nth-child(4)::before {
    content: "";
    height: 2rem;
    width: 1px;
    background: #bebebe;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
#HeaderNav .dropdown:hover a + ul {
    top: 80px;
    display: block;
    opacity: 1;
    transition: all 0.2s;
    visibility: visible;
}
#HeaderNav .dropdown a + ul {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    position: absolute;
    height: auto;
    width: 200px;
    display: block;
    transition: all 0.2s;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

#HeaderNav ul .menuItem.telnum{
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    transition: 0.3s;
    border: 0;
    line-height: 75px;
}
#HeaderNav .telnum img{
    transition: 0.3s;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.headerNavDocument > a,
.headerNavContact > a{
    width: 80px;
    height: 80px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    position: relative;
    transition: 0.3s;

}
.headerNavDocument a {
    background: #f4511e;
}
.headerNavContact a {
    background: #005bac;
}
.headerNavDocument > a > .inner,
.headerNavContact > a > .inner{
    width: 80px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.headerNavDocument a span,
.headerNavContact a span{
    display: block;
    margin-bottom: 3px;
}
.headerNavDocument a i,
.headerNavContact a i{
    font-size: 3rem;
}

/*---------------------------------------------------------
    フッター
---------------------------------------------------------*/
footer{
    background: #455a64;
    display: block;
    padding-top: 60px;
    padding-bottom: 50px;
}

.footerFlex{
    display: flex;
    align-items: flex-start;
    width: 1140px;
    margin: 0 auto;
}
.footerFlexLeft{
    
}
.footerAddress ul li:first-child {
    font-weight: 600;
    font-size: 1.6rem;
}

.footerAddress ul li {
    color: #fff;
    margin-bottom: 5px;
}
.footerLogo{
    width: 113px;
    height: 88px;
    display: block;
    transition: 0.3s;
}

.footerFlexRight{
    
}
.footerNav{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 3rem;
}

.footerNav ul{
    margin-right: 50px;
}

/*----------------------------------------------------------
    コピーライト
-----------------------------------------------------------*/
#Copylight{
    box-sizing: border-box;
    background: #fff;
    color: #666;
    text-align: center;
    display: block;
    padding: 15px;
    font-size: 1.2rem;
}

/*-------------------------------------------------------------------
    優先上位
-------------------------------------------------------------------*/
.pcno{
    display: none !important;
}
.breadCrumbs{
    list-style: none;
}
.breadCrumbs{
    display: inline-block;
}

.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}
.mincho{
    font-family: 'ＭＳ 明朝', 'ＭＳ 明朝', 'ヒラギノ明朝', 'HG明朝E',  serif;
}
.hidden{
    display: none;
}
.inner{
    position: relative;
}
.invisible{
    display: none;
}

.inlineBlock{
    display: inline-block;
}

.flex{
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
}

.return{
    position: fixed;
    background-color: #fff;
    border: #ccc 1px solid;
    padding: 4px;
    top: 16px;
    right: 8px;
    z-index: 999;
}