@charset "utf-8";

/*
Theme Name: apollobuild
Description: アポロビルサービス株式会社
Version: 1.0
*/

/* General Settings
------------------------------------------ */
* {
    box-sizing		: border-box;
}
html {
    font-size		: 62.5%;
}
body {
    color			: #242424;
    background		: #fff;
    font-size		: 18px;
    font-size		: 1.8rem;
    font-weight: 400;
    line-height		: 1.8;
    font-family		: 游ゴシック,'Yu Gothic', YuGothic,'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin			: 0;
    padding			: 0;
    position: relative;
    margin-top: 90px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight		: normal;
}
img {
    display			: block;
    max-width		: 100%;
    height			: auto;
    vertical-align	: bottom;
}
ul, ol {
    margin			: 0;
    padding			: 0;
}
ul li, ol li {
    list-style-type	: none;
    list-style-image: none;
    
}
a {
    color			: #242424;
    text-decoration	: none;
}
a:hover {
    opacity			: .85;
}
#wrapper {
    /*position		: relative;*/
    overflow: hidden;
}

/* header
------------------------------------------ */
header {
    height: 90px;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    /* padding-left: 30px; */
    padding-left: 1.5%;
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
}
@media all and (-ms-high-contrast:none) {
    header {
        display: block;
        clear: both;
        /*float: right;*/
    }
}
header h1 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0;
	max-width: 374px;
}
@media all and (-ms-high-contrast:none) {
    header h1 {
        float: left;
        padding-top: 20px;
    }
    header h1 img {
        
    }
}
header h1 img {
    display: inline-block;
    margin-right: 5px;
}
@media all and (-ms-high-contrast:none) {
    header > nav {
        float: left;
        width: 60%;
        margin: 0 auto;
        padding-top: 30px;
        text-align: center;
    }
}
header nav ul {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
    font-size: 1.6rem;
}
@media all and (-ms-high-contrast:none) {
    header nav ul {
        justify-content: center;
        -ms-flex-pack: center;
    }
}
header nav > ul > li {
    margin-right: 20px;
}
header nav > ul > li:first-child {
    cursor: pointer;
}
header nav > ul > li:first-child::after {
    content: "\f107";
    font-family: "fontawesome";
    font-weight: 800;
    display: block;
    text-align: center;
    line-height: .5;
}
header nav > ul > li:last-child a {
    color: #00b4e1;
}
/*メガメニュー*/
header nav ul li .sub-menu {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.8);
    /*background: rgba(0,183,238,.7);*/
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    /*display: none;*/
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -ms-center;

}
header nav ul li:first-child:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    color: #00b7ee;
    border-top: 1px solid #ccc;
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}
header nav ul li:first-child .sub-menu {
    color: #00b7ee;
    border-top: 1px solid #ccc;
}
header nav ul li:first-child .sub-menu {
    /*width: 60%;*/
    margin: 0 auto;
    padding: 20px;
}
header nav ul li:first-child .sub-menu li:first-child {
    /*border-left: 1px solid #ccc;*/
}
header nav ul li:first-child .sub-menu li {
    /*border-right: 1px solid #ccc;*/
    /*width: 25%;*/
    width: 15%;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    flex-flow: column;
    -ms-flex-flow: column;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    /*list-style-image: url(data:0);*/
    list-style-type: lower-roman;
    /*position: relative;*/
}
/*アイコンの設定*/
/*header nav ul li:first-child .sub-menu li:first-child {
    
}*/

header nav ul li:first-child .sub-menu li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    border-right: 1px solid #ccc;
    /*padding: 20px 0;*/
    color: #00b7ee;
}
header nav ul li:first-child .sub-menu li:first-child a {
    border-left: 1px solid #ccc;
}

header nav ul li:first-child .sub-menu li a .clean_icon,
header nav ul li:first-child .sub-menu li a i {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #00b7ee;
    margin: 0 auto;
    overflow: hidden;
    position: relative;/*背景アニメーション用*/
}
header nav ul li:first-child .sub-menu li a:hover .clean_icon,
header nav ul li:first-child .sub-menu li a:hover i {
    background: none;
}
header nav ul li:first-child .sub-menu li a .clean_icon::after,
header nav ul li:first-child .sub-menu li a i::after {
    content: "";
    width: 70px;
    height: 70px;
    border: 2px solid #00b7ee;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #00b7ee;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    z-index: -1;
    box-sizing: border-box;
}
header nav ul li:first-child .sub-menu li a:hover .clean_icon::after,
header nav ul li:first-child .sub-menu li a:hover i::after {
    transform: scale(1, 1);

}
header nav ul li:first-child .sub-menu li:first-child a:hover img.imgb {
    display: none;
    visibility: hidden;
}
header nav ul li:first-child .sub-menu li:first-child a:hover img.imgw {

    display: block;
    visibility: visible;

}
header nav ul li:first-child .sub-menu li a img {
    /*padding: 5px;*/
}

/*背景アニメーション*/
/*header nav ul li:first-child .sub-menu li a:hover i {
color: #fff;
}
*/


header nav ul li:first-child .sub-menu li a {
    position: relative;
}
header nav ul li:first-child .sub-menu li a .back {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #00b7ee;
    position: absolute;
}
.mega_li a i {
    /* z-index: 2;*/
    /*position: absolute;*/
    /*left: 0px;
    color: #00b7ee;*/
}
header nav ul li:first-child .sub-menu li:hover img, header nav ul li:first-child .sub-menu li i {
    overflow: hidden;
}
header nav ul li:first-child .sub-menu li:hover i {
    color: #fff;
    background: #00b7ee;   
}
.mega_li:hover a i {
    /*color: #fff;*/
    /*z-index: 1;
    overflow: hidden;*/
}

/*アニメーション用ここまで*/

header nav ul li:first-child .sub-menu li img {
    width: 50px;
    margin-left: 8px;
    margin-top: 7px;
}
header nav ul li:first-child .sub-menu li img:nth-child(2) {
    visibility: hidden;
    display: none;
}
header nav ul li:first-child .sub-menu li img,header nav ul li:first-child .sub-menu li i {
    display: block;
    font-size: 3.0rem;
    text-align: center;
    line-height: 2.0;
    color: #00b7ee;
}
header > ul {
    height: 90px;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: flex-end;
    justify-content: -webkit-flex-end;
    justify-content: -ms-flex-end;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}
@media all and (-ms-high-contrast:none) {
    header > ul {
        /*float: right;*/
    }
}

header > ul li.jp,
header > ul li.en {
    background-color: #1297eb;
    width: 80px;
    text-align: center;
    line-height: 1.5;
    /*position: relative;*/
}
header > ul li.jp {
    background-color: #3db1fb;
}
header > ul li.jp a,
header > ul li.en a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    flex-flow: column;
    -ms-flex-flow: column;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    overflow: hidden;
}
/*アニメーション用*/
header > ul li.jp:hover a {
    color: #3db1fb;
}
header > ul li.en:hover a {
    color: #1297eb;
}
header > ul li.jp a::after,
header > ul li.en a::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
header > ul li.jp:hover a::after,
header > ul li.en:hover a::after {
    left: 0;
    background-color: #fff;
}
header > ul li.jp a::before,
header > ul li.jp a::after,
header > ul li.en a::before,
header > ul li.en a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
header > ul li.jp a,
header > ul li.jp a::before,
header > ul li.jp a::after,
header > ul li.en a,
header > ul li.en a::before,
header > ul li.en a::after {
    box-sizing: border-box;
    transition: all 0.2s;
}
header > ul li.jp i,
header > ul li.en i {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 1.4rem;
}
header > ul li:last-child {
    background-color: #00b7ee;
    width: 195px;
    text-align: center;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    flex-flow: column;
    -ms-flex-flow: column;
    justify-content: center;
    -ms-flex-pack: center;
}
header > ul li:last-child span {
    font-size: 1.8rem;
    display: block;
}
header > ul li:last-child span i {
    font-size: 1.6rem;
}
.drawer-hamburger {
    display: none;
}

/* top
------------------------------------------ */
/* main image
------------------------------------------ */
.slick-track {
    /*margin-bottom: -30px;*/
}
.slider li {
    position: relative;
}
.main_image {
    position: relative;
}
.main_image img {
    overflow: hidden;
}
.main_image .sec-box {
    position: absolute;
    bottom: 5em;
    left: 5em;
    z-index: 3;
    /*display: inline-block;*/
}
.main_image h2,.main_image p {
    padding: .2em .5em;
    color: #06bdbd;
    font-size: 2.0rem;
    font-weight: 400;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: rgba(255,255,255,.8);
}
.main_image h2 {
    padding: .05em .3em;
    font-size: 6.4rem;
    font-weight: 600;
    font-style: oblique;
    line-height: 7.7rem;
    letter-spacing: .25rem;
    margin: 0;
    display: table;
}
.main_image p {
    display: table;
}
.slick-prev,.slick-next {
    position: absolute;
    bottom: 1em;
    color: #fff;
    font-size: 3.0rem;
    font-weight: 300;
    z-index: 1;
}
.slick-prev{
    left: 30px;
}
.slick-next{
    right: 30px;
}

/* top information
------------------------------------------ */
.info-block {
    width: calc( 100% - 40px );
    border: 10px solid #fe7070;
    padding: 1em;
    margin: 20px;
}
.info-block h3 {
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    /*color: #fe7070;*/
    margin: 0 0 .5em;
}
.info-block ul li time {
    margin-right: 1em;
}
.info-block ul li a {
    display: inline-block;
    color: #f00;
    text-decoration: underline;
}

/* top clean staff
------------------------------------------ */
#top article {
    position: relative;
    margin-top: 20px;
}
.top_staff {
    margin: 10px 35px 35px;
    margin: 0px 20px 35px;
    color: #fff;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.top_staff .sec-box {
    background-color: #00b7ee;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
    position: relative;
}
.top_staff .sec-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    margin: 20px;
    /*width: 95%;
    height: 92%;*/
    border: 1px solid #fff;
}

.top_staff .thi-box {
    width: 50%;
}
.top_staff .thi-box:first-child {
    /*margin: 2em 0  2em 2em;*/
    text-align: center;
    z-index: 2;
    margin: 2em 0 2em 0;
    /*padding-left: 2em;*/
}
.top_staff .thi-box:first-child h2 {
    font-size: 7.2rem;
    font-weight: 600;
    margin: 0;
    padding: 75px 0;
}
.top_staff .thi-box:first-child h3,.top_staff .thi-box:first-child .staff_list {
    font-family		: 游ゴシック,'Yu Gothic', YuGothic,'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.top_staff .thi-box:first-child h3 {
    border: 1px solid #fff;
    padding: .2em .8em;
    display: inline-block;
    font-size: 2.0rem;
    font-weight: 600;
    float: left;
    margin-left: 45px;
}
/*IE11のみフォント変更*/
@media all and (-ms-high-contrast:none) {
    .top_staff .thi-box:first-child h3 {
        font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }
}
.top_staff .staff_list {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    clear: both;
}
.top_staff .staff_list li {
    border-bottom: 1px solid #fff;
    /*padding: 1em;*/
    position: relative;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    height: 4em;
    line-height: 4.0;
}
.top_staff .staff_list li::after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: .1em;
}
.top_staff .staff_list li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.top_staff .staff_list li a:hover {
    background: rgba(255,255,255,.2);
}
.top_staff .staff_list li a time {
    margin-right: 10px;
}
.top_staff .staff_list li a .pay {
    margin-right: 10px;
}
.top_staff .staff_list li a br {
	display: none;
}
.top_staff .contact {
    margin: 65px auto;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.top_staff .contact ul {
    line-height: 1.3;   
}
.top_staff .contact ul li:first-child {
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: .1rem;
}
.top_staff .contact ul li:last-child {
    letter-spacing: .3rem;
    font-size: 6.5rem;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.top_staff .contact ul li:last-child a {
    color: #fff;
}
.top_staff .contact ul li:last-child img {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 2.0;
    margin-right: 10px;
    margin-bottom: 5px;
}
.top_staff .thi-box:last-child {
    background-color: #38C7F3;
    
}
.top_staff .thi-box:last-child > img {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
}
.top_staff .btn {
    background-color: #fff;
    position: relative;
    /*padding: .6em 1em;*/
    font-size: 2.4rem;
    font-weight: 400;
    width: 90%;
    margin: 35px auto 0;
    height: 3em;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    line-height: 3.0;
}
.top_staff .btn::after {
    content: "\f138";
    font-family: fontawesome;
    color: #00b7ee;
    position: absolute;
    right: 1em;
    top: 0;
}
.top_staff .btn a {
    color: #00b7ee;
    display: block;
    width: 100%;
    height: 100%;
}
/*アニメーション用*/
.btn a {
    position: relative;
    overflow: hidden;
}
.btn:hover a {
    color: #fff;
}
.btn a::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.btn:hover a::after {
    left: 0;
    background-color: #efadca;
}
.btn a:before,
.btn a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.btn a,
.btn a::before,
.btn a::after {
    box-sizing: border-box;
    transition: all 0.3s;
}
.top_staff .btn:hover::after {
    color: #fff;
}

.top_staff .icon_list {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
    width: 80%;
    margin: 100px auto 0;
}
.top_staff .icon_list li {
    background-color: #efadca;
    color: #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 2em;
}
.top_staff .icon_list li i,.top_staff .icon_list li img {
    display: block;
    font-size: 7.2rem;
    margin: 0 auto 10px;
}
.top_staff .icon_list li:nth-child(2) {
    background-color: #fceef4;
    color: #38c7f2;
}
.top_staff .bigtitle {
    color: #fff;
    font-size: 15.0rem;
    font-weight: 600;
    opacity: .33;
    bottom: .3em;
    right: .1em;
    /*z-index: 3;*/
    z-index: 2;
    text-align: right;
}

/* top business
------------------------------------------ */
.top_business {
    margin: 160px 0;
    position: relative;
}
.top_business .sec-box {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: flex-end;
    justify-content: -webkit-flex-end;
    justify-content: -ms-flex-end;
}
.top_business .sec-box:first-child {
    justify-content: flex-end;
    justify-content: -webkit-flex-end;
    justify-content: -ms-flex-end;
}
.top_business .sec-box:not(first-child) {
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
}
.top_business .sec-box:nth-child(odd){
    text-align: right;
    margin-right: 280px;
}
.top_business .sec-box:nth-child(3) {
    flex-flow: row-reverse;
}
.top_business .sec-box:nth-child(even){
    margin-left: 280px;
    clear: both;
}
.top_business .sec-box:first-child {
    margin-bottom: 95px;
}
.top_business .sec-box:not(first-child) {
    margin-bottom: 120px;
}
.top_business .sec-box .border {
    height: 3px;
    background-color: #00b7ee;
    margin-right: 0;
    margin-bottom: 50px;
}
.top_business .sec-box:first-child .thi-box {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.top_business .sec-box:first-child .thi-box .border {
    height: 4px;
    width: 80px;
}
.top_business .sec-box:nth-child(even) .thi-box .border {
    width: 45%;
    position: absolute;
    left: 0;
}
.top_business img {
    max-width: inherit;
}
.top_business .sec-box:nth-child(3) .thi-box .border {
    width: 45%;
    position: absolute;
    right: 0;
}
.top_business .en_title {
    color: #00b7ee;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 2.0rem;
    margin: 0;
}
.top_business h2 {
    color: #242424;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 4.8rem;
    font-weight: 500;
    margin: 0 0 40px; 
}
.top_business .sec-box .bus_text {
    text-align: left;
    float: right;
}
.top_business .sec-box:first-child .bus_text {
    width: 75%;
}
.top_business .sec-box:nth-child(3) .bus_text {
    width: 93%;
}
/*IE11のみコンテンツ幅調整*/
@media all and (-ms-high-contrast:none) {
    .top_business .sec-box:nth-child(3) .bus_text {
        width: 94%;
    }
}
.top_business .sec-box:nth-child(2) .bus_text,.top_business .sec-box:nth-child(4) .bus_text {
    width: 95%;
    float: left;
}
.top_business h3 {
    color: #00b7ee;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 4.8rem;
    font-weight: 500;
    margin: 120px 0 0;
}

/* top reccom
------------------------------------------ */
.reccom {
    color: #fff;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
}
.reccom .recruit {
    background-position: 60% center;
}
.reccom .recruit,.reccom .company {
    width: 50%;
    text-align: center;
    position: relative;
    padding-bottom: 80px;
    background-repeat: repeat,no-repeat;
    background-color: #fff;
    background-size: cover;
}
.reccom h2 {
    font-size: 6.0rem;
    font-weight: 500;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin-bottom: -10px;
}
.reccom span {
    font-weight: 400;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.reccom p {
    font-weight: 600;
    margin: 70px 0;
}
.reccom .read_btn {
    width: 25%;
    border-color: #fff;
    margin: 0;
}
.reccom .read_btn a {
    color: #fff;
}

/* top contact
------------------------------------------ */
.contact_ft {
    background-color: #00b7ee;
    padding: 80px 0;
    color: #fff;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
    position: relative;
}
.contact_ft h3 {
    margin: 0;
    font-size: 3.0rem;
    font-weight: 800;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.contact_ft ul {
    margin-top: 60px;
}
.contact_ft ul li:first-child {
    font-size: 5.4rem;
    font-weight: 800;
}
.contact_ft ul li:first-child i {
    margin-right: 10px;
    font-size: 4.4rem;
}
.contact_ft ul li:first-child a {
    color: #fff;
}
.contact_ft ul li:last-child {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: -20px;
}
.pagetop {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #bfedfb;
    font-size: 0.9rem;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 1.0;
    padding-top: 5px;
    font-weight: 100;
}
.pagetop:hover {
    opacity: .85;
}
.pagetop a {
    color: #00b7ee;
}
.pagetop a i {
    font-size: 2.5rem;
    display: block;
}

/* top general
------------------------------------------ */
.bigtitle {
    font-size: 17.0rem;
    color: #00b7ee;
    font-style: oblique;
    font-weight: bold;
    opacity: .2;
    position: absolute;
    left: 0;
    margin: 0;
    line-height: 1.0;
    text-align: left;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.top_business .sec-box:first-child .bigtitle {
    left: 160px;
    top: -40px;
}
.bignum {
    color: #f19ec2;
    font-size: 42.0rem;
    font-family		: Arial,'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: lighter;
    font-style: italic;
    margin-top: 165px;
    transform: scale(0.8, 1);
    left: -70px;
}
.top_business .sec-box:nth-child(odd) .bignum {
    right: -40px;
    left: inherit;
    margin-top: 165px;
}
.line {
    height: 100%;
    width: 1px;
    border-style: solid;
    background-color: #f5f5f5;
    border: none;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
}
.line:first-of-type {
    left: 25%;
}
.line:nth-child(2) {
    left: 50%;
}
.line:last-of-type {
    left: 75%;
}
.read_btn {
    font-size: 1.6rem;
    font-weight: 400;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    display: inline-block;
    border: 2px solid #00b7ee;
    /*padding: .5em 3em;*/
    margin-top: 80px;
    text-align: center;
    width: 250px;
    margin: 70px 0 0 30%;
    height: 3em;
    line-height: 2.5;
}
.read_btn a {
    color: #00b7ee;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}
/*アニメーション用*/
.read_btn a:hover {
    color: #fff;
}
.read_btn a::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.read_btn a:hover::after {
    left: 0;
    background-color: #00b7ee;
    
}
.read_btn a::before,
.read_btn a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.read_btn a,
.read_btn a::before,
.read_btn a::after {
    box-sizing: border-box;
    transition: all 0.2s;
}

/* footer
------------------------------------------ */
footer {
    background-color: #454545;
    color: #fff;
    display: flex;
    font-size: 1.6rem;
    padding: 75px 0;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 300;
}
footer a {
    color: #fff;
}
footer .sec-box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
}
footer nav {
    width: 50%;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
}
footer nav > ul > li > a {
    font-weight: 500;
    line-height: 2.0;
}
footer nav > ul > li > ul li {
    line-height: 1.9;
}
footer .address-ft {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    flex-flow: column;
    -ms-flex-flow: column;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
    text-align: right;
}
footer .address-ft ul li:first-child {
    font-weight: 800;
}
footer .copy {
    font-size: 1.3rem;
    vertical-align: bottom;
    margin: 0;
}


/* content general
------------------------------------------ */
.content_wrap {
    width: 100%;
    max-width: 1360px;
    /*width: 70%;*/
    margin: 90px auto;
}
.title {
    /*margin-top: 90px;*/
}
.content_title {
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #626262;
    position: relative;
}
.content_title img {
    opacity: .85;
}
.content_title .title_inner {
    position: absolute;
    top: 2em;
    left: 15%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 1360px;
    /*width: 70%;*/
    margin: 0 auto;
}
.content_title .title_inner h2 {
    font-size: 4.2rem;
    color: #15c1c1;
    font-weight: 800;
    background: rgba(255,255,255,.8);
    margin: 0;
    margin-bottom: 10px;
    display: table;
    padding: .1rem .6em;
}
.content_title .title_inner span {
    font-size: 2.4rem;
    color: #15c1c1;
    font-weight: 400;
    font-style: oblique;
    background: rgba(255,255,255,.8);
    padding: .1rem .4em;
    text-transform: uppercase;
}
.breadcrumbs {
    background: #ececec;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    height: 35px;
    display: flex;
    align-items: center;
}
.breadcrumbs ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 1360px;
    /*width: 70%;*/
    margin: 0 auto;
}
.breadcrumbs ul i {
    font-size: 1.0rem;
    margin: 0 1em;
}
.breadcrumbs a {
    /*text-decoration: underline;*/
}
.content_nav {
    margin-bottom: 90px;
}
.content_nav ul {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -ms-center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.content_nav ul li {
    border: 1px solid #00b7ee;
    /*padding: .4em 2em;*/
    font-size: 1.7rem;
    font-weight: 600;
    margin-right: 2%;
    /* position: relative; */
    width: 23%;
    /*margin-right: 100px;*/
    /*position: relative;*/
    /*width: 18%;*/
    height: 3em;
    line-height: 3.0;
    text-align: center;
    display: inline-block;
}
/*.content_nav ul li::after {
    content: "\f0d7";
    font-family: "fontawesome";
    display: inline-block;
    font-size: 1.4rem;
    color: #00b7ee;
    margin-left: 15px;
    vertical-align: text-top;
}*/
.content_nav ul li:last-child {
    margin-right: 0;
}
.content_nav ul li a {
    color: #00b7ee;
    display: block;
    height: 100%;
}
.content_nav ul li i {
    font-size: 1.4rem;
    /*color: #00b7ee;*/
    margin-left: 15px;
    /*vertical-align: text-top;*/
}
/*アニメーション用*/
.nav_btn  {
    position: relative;
    overflow: hidden;
}
.nav_btn a:hover {
    color: #fff;
}
/*
.nav_btn ul li::after a:hover {
    color: #fff;
}
*/
.nav_btn a::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.nav_btn a:hover::after {
    left: 0;
    background-color: #00b7ee;

}
.nav_btn a::before,
.nav_btn a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.nav_btn a,
.nav_btn a::before,
.nav_btn a::after {
    box-sizing: border-box;
    transition: all 0.2s;
}


.content_wrap section {
    margin-bottom: 100px;
}
.content_wrap section:last-child {
    margin-bottom: 120px;
}
.content_wrap h3 {
    font-size: 3.6rem;
    font-weight: 500;
    color: #242424;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 0;
    /*margin-bottom: 60px;*/
    text-align: center;
}
.content_wrap h4 {
    font-size: 3.0rem;
    font-weight: 600;
    color: #00b7ee;
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    border-bottom: 3px solid #00b7ee;
    margin: 0;
    margin-bottom: 20px;
}
.content_wrap h5 {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    border-bottom: 3px solid #242424;
    margin-bottom: 20px;
}
.content_wrap h6 {
    font-family: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 2.0rem;
    border-bottom: 2px solid #00b7ee;
    color: #00b7ee;
    /* text-align: center; */
    margin: 20px 0 10px 0;
}
.content_wrap > p {
    /*margin: 0 0 60px 0;*/
    margin: 60px 0 60px 0;
}
.main_wrap {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
}
.main_wrap .main_content {
    width: 100%;
    max-width: 980px;
}
.main_wrap .main_content section:last-child {
    margin-bottom: 0;
}
.main_wrap .main_content p {
    margin-bottom: 40px;
}
.main_wrap .main_content .imglist {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main_wrap .main_content .imglist li {
    width: 48%;
}
/*.main_wrap .main_content .imglist li:nth-child(3) {
    margin-top: 35px;
}*/
.main_wrap .main_content .imglist li {
    margin-top: 35px;
}
.main_wrap .main_content .imglist li:first-child,.main_wrap .main_content .imglist li:nth-child(2) {
    margin-top: 0;
}
.main_wrap .side_nav {
    /*width: 21%;*/
    width: 100%;
    max-width: 300px;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin-bottom: 0;
}
.main_wrap .side_nav nav,.main_wrap .side_nav .contact {
    background: #cbe6ee;
}
.main_wrap .side_nav nav {
    margin-bottom: 80px;   
}
.main_wrap .side_nav nav h3,.main_wrap .side_nav .contact h3 {
    background: #3da9a9;
    font-weight: 500;
    font-size: 2.2rem;
    color: #fff;
    height: 78px;
    padding: 1em;
    margin-bottom: 0;
    line-height: 1.0;
    border-bottom: 1px solid #fff;
}
.main_wrap .side_nav .contact h3 {
    border-bottom: none;
}
.main_wrap .side_nav nav h3 span,.main_wrap .side_nav .contact h3 span {
    font-weight: 400;
    font-size: 1.4rem;
    display: block;
}
.main_wrap .side_nav nav ul > li {
    /*font-weight: 500;*/
    background: #49c9c9;
}


.main_wrap .side_nav nav ul li a {
    display: block;
    /*height: 65px;*/
    padding: .9em .3em .9em .9em;
}
.main_wrap .side_nav nav ul li a:hover {
    background: #1297eb;
    color: #fff;
}
.main_wrap .side_nav nav ul > li > a {
    color: #fff;
    position: relative;
}
.main_wrap .side_nav nav ul > li > a::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free','fontawesome';
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    font-size: 2.4rem;
}
.main_wrap .side_nav nav ul > li > a  i {
    margin-right: .2em;
}
.main_wrap .side_nav nav ul > li:nth-child(3) {
    border-bottom: 1px solid #fff;
}
.main_wrap .side_nav nav ul > li:first-child > a img {
    width: 10%;
    display: inline-block;
    margin-right: .2em;
}
.main_wrap .side_nav nav ul > li ul li {
    font-weight: 400;
    background: #cbe6ee;
    border-bottom: 1px solid #999;
}
.main_wrap .side_nav nav ul > li ul li:last-child {
    border-bottom: none;
}
.main_wrap .side_nav nav ul > li ul li a {
    color: #242424;
    padding-left: 10%;
    padding-left: 50px;
    transition: all .3s;
}
.main_wrap .side_nav nav ul > li ul li a::after {
    font-size: 1.8rem;
}
.main_wrap .side_nav .contact {
    padding-bottom: 20px;
}
.main_wrap .side_nav .contact .contact_content {
    padding: 1em;
    text-align: center;
}
.main_wrap .side_nav .contact h4 {
    font-size: 2.0rem;
    font-weight: 400;
    border: none;
    color: #242424;
    margin: 20px 0;
}
.main_wrap .side_nav .contact .contact_text {
    font-size: 1.6rem;
    color: #3da9a9;
}
.main_wrap .side_nav .contact ul li {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.3;
}

table {
    width: 100%;
    font-weight: 400;
    border-collapse: collapse;
}
table th {
    background: #00b7ee;
    color: #fff;
    font-weight: 600;
    padding: .8em 1em;
    width: 20%;
    vertical-align: text-top;
}
table tr {
    border-bottom: 1px solid #fff;
}
table tr:nth-child(odd) {
    background: #ddf1f8;
}
table td {
    padding: .8em 1em;
}
table p {
    margin-top: 0;
}
table p:last-child {
    margin-bottom: 0;
}
table a {
    text-decoration: underline;
}


/* company
------------------------------------------ */
.greeting .sec-box {
    display: flex;
    justify-content: space-between;
}
.greeting .sec-box p:first-child {
    margin: 0;
    margin-left: 30px;
}
.greeting .president_img {
    max-width: 300px;
	width: 100%;
}
@media all and (-ms-high-contrast:none) {
    .greeting .sec-box > img {
        width: inherit;
        max-width: 100%;
        height: auto;
    }
}
/*.greeting .president_img img {
    max-width: inherit;
}*/
.greeting .president_text {
    /*width: 100%;*/
	width: calc( 100% - 300px );
}
.greeting .president {
    font-weight: 800;
    text-align: right;
    margin-bottom: 0;
}
.greeting .president .president_name {
    font-size: 3.0rem;
    font-family: 'Noto Serif Japanese','ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
/*.greeting .president img {
    display: inline-block;
}*/
.outline .table_title {
    font-weight: 600;
}
.outline .table_area {
    margin-bottom: 30px;
}

/* business
------------------------------------------ */
.bus_list {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
    margin-top: 60px;
}
.bus_list li {
    width: 48%;
    height: 310px;
    position: relative;
    margin-right: 4%;
    margin-bottom: 55px;
    /*opacity: .6;*/
    
    background-size: cover;
    /*background-position: */
}






.bus_list li:nth-child(even) {
    margin-right: 0;
}
/*.bus_list li:nth-child(3),.bus_list li:nth-child(4) {
    margin-bottom: 0;
}*/
.bus_list li .rgba {
    background: linear-gradient(rgba(0,0,0,.6) 40%,rgba(255,255,255,.3) 0%);
    background: linear-gradient(rgba(0,0,0,.6) 40%,rgba(255,255,255,.3) 0%);
    background: linear-gradient(rgba(0, 0, 0, .5) 46%, rgba(255,255, 255, .2));
    height: 100%;
    width: 100%;
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -ms-center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    transition: all .5s;
}
.bus_list li .rgba:hover {
    background: rgba(18,151,235,.7);
}
.bus_list li .bus_title {
    /*position: absolute;*/
    width: 80%;
    color: #fff;
}
.bus_list li .bus_title h4 {
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 3.6rem;
    color: #fff;
    border: none;
    margin-bottom: 0;
}
.bus_list .bignum {
    font-size: 42.7rem;
    color: #fff;
    margin-top: 5px;
}

/* cleaning_list
------------------------------------------ */
.sec_list {
    margin-top: 60px;
}
.sec_list li {
    height: 210px;
    margin-bottom: 80px;
    position: relative;
}
.sec_list li::after {
    content: "→";
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
    font-size: 3.6rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); /* 上下中央へ移動 */
}
.sec_list li .rgba {
    height: 100%;
    background: rgba(0,0,0,.3);
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    -webkit-justify-content: flex-start;
    -ms-justify-content    : flex-start;
    justify-content        : flex-start;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    transition: all .5s;
}
.sec_list li .rgba:hover {
    background: rgba(18,151,235,.7);
}
.sec_list li .sec_title {
    margin-left: 7%;
    margin-right: 8%;
    color: #fff;
}
.sec_list li .sec_title h4 {
    font-weight: 500;
    font-size: 3.6rem;
    color: #fff;
    border: none;
    margin-bottom: 0;
}

/* daily
------------------------------------------ */
#daily .content_nav ul li {
    width: 35%;
}

/* special
------------------------------------------ */
#special table th,#special table td {
    border-right: 1px solid #fff;
}
#special table th:last-child,#special table tr td:last-child {
    border-right: none;
}
#special table th:first-child {
    width: 10%;
}

/* manage
------------------------------------------ */
#manage .main_wrap {
    margin-top: 90px;
}

/* reform
------------------------------------------ */
.flow {
    margin-bottom: 90px;   
}
.flow li {
    display: flex;
    justify-content: flex-start;
}
.flow li h6 {
    width: 370px;
    height: 50px;
    background: #1297eb;
    position: relative;
    font-size: 2.4rem;
    color: #fff;
    border: none;
    text-align: center;
    padding-top: 1em;
    line-height: 1.0;
    margin-right: 35px;
    }
.flow li:nth-child(even) h6 {
    background: #00b7ee;
}
.flow li:last-child h6 {
    padding-top: .7em;
}
.flow li h6::after {
    border-top: 35px solid #1297eb;
    border-left: 185px solid transparent;
    border-right: 185px solid transparent;
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -185px;
    z-index: -1;
}
.flow li:nth-child(even) h6::after {
    border-top: 35px solid #00b7ee;
}
.flow li p {
    width: 587px;
}
.flow li:last-child p {
    margin-bottom: 0;
}

/* office
------------------------------------------ */
.map iframe {
    width: 100%;
} 
.access {
    display: flex;
    align-items: center;
}
.access::before {
    content: "■";
    font-size: 1.0rem;
    color: #1297eb;
    margin-right: 5px;
}

/* recruit
------------------------------------------ */
.text_bold {
    font-weight: 600;
}
#recruit .content_wrap > p a {
    text-decoration: underline;
}

/* clean staff
------------------------------------------ */
#staff .content_wrap > p a {
    text-decoration: underline;
    font-weight: 600;
    color: #00b7ee;
}
#staff .search {
    display: inline-block;
    background: #a0a0a0;
    margin-bottom: .5em;
    padding: .2em 1em;
    border-radius: 3px;
/*
    display: flex;
    justify-content: flex-end;
*/
    
}
#staff .search form {
    margin: 0;
}
#staff .search label {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
}
input[type="text"] {
    border: none;
    font-family		: 游ゴシック,'Yu Gothic', YuGothic,'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    height: 1.5em;
    border-radius: 3px;
    /*vertical-align: bottom;*/
}
input[type="submit"] {
    border-style: none;
    color: #fff;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: #666;
    /*background: #a0a0a0 url(../images/search.png) no-repeat center center;*/
    cursor: pointer;
    height: 1.5em;
    border-radius: 20px;
    padding: 0 1em;
    font-size: 1.6rem;
}
input[type="submit"]:hover {
    opacity: .85;
}
#staff table th,#staff table td {
    border-right: 1px solid #fff;
}
#staff table th:last-child,#staff table tr td:last-child {
    border-right: none;
}
#staff table th {
    width: inherit;
}
#staff table td .fa-female {
    color: #ff0000;
    font-size: 3.0rem;
    text-align: center;
}
#staff table td .fa-male {
    color: #000cff;
    font-size: 3.0rem;
}
#staff table td .detail_btn {
    display: inline-block;
    width: 97px;
    height: 33px;
    color: #fff;
    background: #a0a0a0;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1.6rem;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    line-height: 2.2;
}
#staff table td.text-center {
    text-align: center;
}
.pagenation {
    margin-top: 50px;
}
.pagenation ul {
    display: flex;
    display:-webkit-flex;
    display:-ms-flexbox;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -ms-center;
    /*font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-size: 2.0rem;
    /*text-decoration: underline;*/
}
.pagenation ul li {
    margin-right: 60px;
}
.pagenation ul li a {
    text-decoration: underline;
}
/* .pagenation ul li:first-child,.pagenation ul li:last-child {
    text-decoration: none;
} */
.pagenation ul li:first-child a,.pagenation ul li i {
    color: #00b7ee;
}
/* .pagenation ul li:first-child a {
    text-decoration: none;
} */
.pagenation ul li:last-child {
    margin-right: 0;
}
.pagenation ul li a.prev,
.pagenation ul li a.next {
    text-decoration: none;
}
.pagenation ul li .current {
    color: #00b7ee;
}

/* clean staff detail
------------------------------------------ */
#staff_detail table {
    margin-top: 50px;
}
#staff_detail .pagenation {
    margin-top: 20px;
}
#staff_detail .pagenation ul {
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -ms-space-between;
}
#staff_detail .pagenation ul i {
    font-size: 1.6rem;
    color: #00b7ee;
}
.pagenation ul li:first-child a {
    color: #242424;
}
.freedial {
    margin-top: 90px;
    display: flex;
    justify-content: center;
}
.freedial .free_inner {
    max-width: 834px;
    width: 80%;
    color: #1297eb;
}
.freedial .free_inner p {
    margin: 0;
    text-align: left;
}
.freedial .free_inner a {
    display: block;
    background: #1297eb;
    font-family		: 'Noto Sans Japanese','ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #fff;
    text-align: center;
    padding: 1.2em;
    border-radius: 10px;
    line-height: 1.3;
}
.freedial .free_inner a ul li:first-child {
    font-size: 2.0rem;
    font-weight: 500;
}
.freedial .free_inner a ul li:last-child {
    font-size: 5.6rem;
    font-weight: 600;
}
#staff_detail .read_btn {
    max-width: 250px;
    width: 30%;
    margin: 80px auto;
    display: block;
}

/* privacy
------------------------------------------ */
.privacy_text .date,.privacy_text .president,.personal .president {
    text-align: right;
}
.privacy_text .president,.personal .president {
    font-weight: 600;
}
.privacy_text ol,.personal ol {
    /*margin-left: 1em;*/
    margin-left: 1.5em;
}
.privacy_text ol li {
    list-style-type: decimal;
    /*margin-bottom: 1em;*/
}
.personal ol li {
    list-style-type: decimal;
}
.privacy_text a {
    text-decoration: underline;
}

/* not found
------------------------------------------ */
#notfound article a {
    text-decoration: underline;
}

/* search
------------------------------------------ */
.under {
    text-decoration: underline;
}
.search_back {
    margin: 70px 0 0 40%;    
}
.font16 {
    font-size: 1.6rem;
}


/* 印刷用
------------------------------------------ */
@media print {
    body {
        width: 1366px;
        margin-top: 0;
    }
    header {
        position: relative;
    }
    .drawer-hamburger,.drawer-nav {
        display: none;
    }
    
}
