/*
Theme Name:   GeneratePress Child
Theme URI:    http://generatepress.com
Author:       NoguchiKikaku
Author URI:   http://noguchi-kikaku.com/
Template:     generatepress
Version:      0.1
Unsemantic CSS Framework Documentation http://unsemantic.com/css-documentation

■目次
・フォント設定
・基本設定
・GP & Unsemantic調整
・toolsカスタマイズ

・ヘッダー
・フッター
・ナビゲーション
・パンクズ
・サイドバー
・トップページ
・固定ページ
・イメージ
・テーブル Bootstrap
・テーブル レスポンシブ設定
・DL DT DD
・コンタクトフォーム
・WP-PAGENAVI
・メディアクエリ
*/

@import url(https://fonts.googleapis.com/css?family=Ramabhadra);
@import url('css/tools.css');

/* =========================================================
* フォント設定
========================================================= */
/*
Noto Sans CJK JP
https://www.google.com/get/noto/#sans-jpan
*/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(font/NotoSansCJKjp-Thin-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Thin-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Thin-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(font/NotoSansCJKjp-Light-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Light-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Light-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(font/NotoSansCJKjp-DemiLight-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-DemiLight-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-DemiLight-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(font/NotoSansCJKjp-Regular-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Regular-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Regular-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(font/NotoSansCJKjp-Medium-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Medium-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Medium-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(font/NotoSansCJKjp-Bold-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Bold-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Bold-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(font/NotoSansCJKjp-Black-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Black-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Black-sub.otf) format('opentype');
}

/*
Noto Serif CJK JP
https://www.google.com/get/noto/#serif-jpan
*/
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(font/NotoSerifCJKjp-ExtraLight-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-ExtraLight-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-ExtraLight-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(font/NotoSerifCJKjp-Light-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Light-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Light-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(font/NotoSerifCJKjp-Regular-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Regular-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Regular-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(font/NotoSerifCJKjp-Medium-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Medium-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Medium-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 600;
    src: url(font/NotoSerifCJKjp-SemiBold-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-SemiBold-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-SemiBold-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(font/NotoSerifCJKjp-Bold-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Bold-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Bold-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(font/NotoSerifCJKjp-Black-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Black-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Black-sub.otf) format('opentype');
}

/* =========================================================
* 基本設定
========================================================= */
body {
    /*font-family: "Noto Serif Japanese", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "MS PMincho", sans-serif;*/
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, "MS PGothic", sans-serif;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
/* ベースカラー */
.basecolor, i {
    color: #15569e;
}
/* fontawesomeのカラー */
a i,
.footer-widgets i {
    color: #fff;
}
button, input, select, textarea {
    /*font-family: "Noto Serif Japanese", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "MS PMincho", sans-serif;*/
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, "MS PGothic", sans-serif;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    border: 0;
    background: #15569e; /* ボタンの色 */
    color: #fff;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: #333;
}
/* 見出し（基本はカスタマイザーで設定） */
h1, h2, h3, h4, h5, h6 {
    /*font-family: "Noto Serif Japanese", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "MS PMincho", sans-serif;*/
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, "MS PGothic", sans-serif;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 0.5em 0;
    border: none;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited,
.info1column a, .info1column a:visited,
.info2column a, .info2column a:visited,
.show-thumbnail-title a, .show-thumbnail-title a:visited,
.show4column-thumbnails a, .show4column-thumbnails a:visited {
    color: #222222;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.info1column a:hover,
.info2column a:hover,
.show-thumbnail-title a:hover,
.show4column-thumbnails a:hover {
    color: #15569e;
}


/* =========================================================
* GP & Unsemantic調整
========================================================= */
/* フルワイドのセクション */
.generate-sections-fullwide .generate-sections-inside-container {
    padding-left: 0;
    padding-right: 0;
}
.grid-container-800 .grid-container {
    max-width: 800px;
}
.grid-container-900 .grid-container {
    max-width: 900px;
}
.grid-container-1000 .grid-container {
    max-width: 1000px;
}
.grid-container-1100 .grid-container {
    max-width: 1100px;
}
.grid-container-1200 .grid-container {
    max-width: 1200px;
}
.grid-container-1300 .grid-container {
    max-width: 1300px;
}
.grid-container-1400 .grid-container {
    max-width: 1400px;
}
.grid-container-1500 .grid-container {
    max-width: 1500px;
}
.grid-container-1600 .grid-container {
    max-width: 1600px;
}
.grid-container-1700 .grid-container {
    max-width: 1700px;
}

/* トップに戻るボタン(rgbaに変換：http://www.color-hex.com/) */
.generate-back-to-top,
.generate-back-to-top:visited {
    background: rgba( 24,91,151, 1);
}
.generate-back-to-top:hover,
.generate-back-to-top:active,
.generate-back-to-top:focus {
    background: rgba( 24,91,151, 0.8);
}
.generate-back-to-top i {
    color: #fff;
}

/* 固定ページ･投稿ページヘッダーのアイキャッチ画像非表示 */
.page .page-header-image,
.page-header-image-single {
    display: none;
}

/* 見出しクラス：GPのカスタマイザーの設定に合わせる */
.h1 {
    font-size: 30px !important;
    font-weight: 500 !important;
}
.h2 {
    font-size: 26px !important;
    font-weight: 500 !important;
}
.h3 {
    font-size: 22px !important;
    font-weight: 500 !important;
}
/* GPのカスタマイザーはh3までの設定しかないため必要なら設定 */
h4, .h4 {
    font-size: 20px !important;
    font-weight: 500 !important;
}
@media only screen and (max-width: 768px) {
    .h1 {
        font-size: 26px !important;
    }
    .h2 {
        font-size: 24px !important;
    }
}

/* カスタマイザーとは別に固定ページの背景色設定 */
body.page {
    background-color: #ffffff;
}

.page-header .page-title{
    color: #225c9d;
    border-top: solid 2px #225c9d;
    border-bottom: solid 2px #225c9d;
    text-align: center;
    padding: 10px 0;
}
.entry-header .entry-title{
    border-left: solid 10px #225c9d;
    padding-left: 10px;
}

.single a[href$=".pdf"]{
    color: #15569e;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 1em auto;
    display: block;
}
.single a[href$=".pdf"]:nth-of-type(2):before{
    font-family: FontAwesome;
    content : "\f1c1";
    color: #15569e;
    font-size: 18px;
    padding-right: 4px;
}
.single a[href$=".pdf"]:hover{
    color: #53A0E2;
}


/* =========================================================
* toolsカスタマイズ
========================================================= */
hr.hcenter-line {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #15569e;
    border-image: none;
    border-style: solid none none;
    border-width: 4px 0 0;
    height: 0;
    margin: 20px auto;
    padding: 0;
    width: 200px;
}
hr.hleft-line {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #15569e;
    border-image: none;
    border-style: solid none none;
    border-width: 4px 0 0;
    height: 0;
    margin: 20px auto 20px 0;
    padding: 0;
    width: 100%;
}
.txt-blue{
    color: #225c9d;
}
.txt-aqua{
    color: #25a1d5;
}
.txt-green{
    color: #25783c;
}
.txt-ygreen{
    color: #92BB3E;
}
.txt-orange{
    color: #F29A12;
}
.txt-lorange{
    color: #f2bf12;
}
.txt-pink {
    color: #ff5c54;
}
.txt-lpink {
    color: #ff8d87;
}
.txt-white{
    color: #fff;
}

.border-radius-5{
    border-radius: 5px;
}

.button{
    border-radius: 2px;
}
.button.blue,
.button.blue:visited {
    background: #225c9d;
    color: #fff;
}
.button.blue:hover {
    background: #286cb7;
    color: #fff;
}
.button.green,
.button.green:visited {
    background: #1c6831;
    color: #fff;
}
.button.green:hover {
    background: #1e7937;
    color: #fff;
}

.button.blue-line,
.button.blue-line:visited {
    background: #fff;
    color: #225c9d;
    border: solid 4px #225c9d;
}
.button.blue-line:hover {
    background: #225c9d;
    color: #ffffff;
}
.button.blue-line:hover i {
    color: #ffffff !important;
}
.button.green-line,
.button.green-line:visited {
    background: #fff;
    color: #25783c;
    border: solid 4px #25783c;
}
.button.green-line:hover {
    background: #25783c;
    color: #ffffff;
}
.button.green-line:hover i {
    color: #ffffff;
}



.info1column li a .cat {
    background: #15569e!important;
}
.info1column li a .information .date {
    font-weight: 500;
    color: #15569e;
}

.bg-lblue{
    background: #EDF6FC!important;
}
.bg-blue{
    background: #225c9d!important;
}
.bg-lgreen{
    background: #F1FBF4!important;
}
.bg-gray{
    background: #eeeeee!important;
}
.bg-white{
    background: #fff!important;
}

.border-box{
    border: solid 1px #ccc;
}

/* ------ padding ------ */
.pt0   { padding-top:0 !important; }
.pt5   { padding-top:5px !important; }
.pt10  { padding-top:10px !important; }
.pt15  { padding-top:15px !important; }
.pt20  { padding-top:20px !important; }
.pt25  { padding-top:25px !important; }
.pt30  { padding-top:30px !important; }
.pt35  { padding-top:35px !important; }
.pt40  { padding-top:40px !important; }
.pt45  { padding-top:45px !important; }
.pt50  { padding-top:50px !important; }
.pt55  { padding-top:55px !important; }
.pt60  { padding-top:60px !important; }
.pt65  { padding-top:65px !important; }
.pt70  { padding-top:70px !important; }
.pt75  { padding-top:75px !important; }
.pt80  { padding-top:80px !important; }
.pt85  { padding-top:85px !important; }
.pt90  { padding-top:90px !important; }
.pt95  { padding-top:95px !important; }
.pt100 { padding-top:100px !important; }

.pr0   { padding-right:0 !important; }
.pr5   { padding-right:5px !important; }
.pr10  { padding-right:10px !important; }
.pr15  { padding-right:15px !important; }
.pr20  { padding-right:20px !important; }
.pr25  { padding-right:25px !important; }
.pr30  { padding-right:30px !important; }
.pr40  { padding-right:40px !important; }
.pr45  { padding-right:45px !important; }
.pr50  { padding-right:50px !important; }
.pr55  { padding-right:55px !important; }
.pr60  { padding-right:60px !important; }

.pb0   { padding-bottom:0 !important; }
.pb5   { padding-bottom:5px !important; }
.pb10  { padding-bottom:10px !important; }
.pb13  { padding-bottom:13px !important; }
.pb15  { padding-bottom:15px !important; }
.pb20  { padding-bottom:20px !important; }
.pb25  { padding-bottom:25px !important; }
.pb30  { padding-bottom:30px !important; }
.pb35  { padding-bottom:35px !important; }
.pb40  { padding-bottom:40px !important; }
.pb45  { padding-bottom:45px !important; }
.pb50  { padding-bottom:50px !important; }
.pb55  { padding-bottom:55px !important; }
.pb60  { padding-bottom:60px !important; }
.pb65  { padding-bottom:65px !important; }
.pb70  { padding-bottom:70px !important; }
.pb75  { padding-bottom:75px !important; }
.pb80  { padding-bottom:80px !important; }
.pb85  { padding-bottom:85px !important; }
.pb90  { padding-bottom:90px !important; }
.pb95  { padding-bottom:95px !important; }
.pb100 { padding-bottom:100px !important; }

.pl0    { padding-left:0 !important; }
.pl5    { padding-left:5px !important; }
.pl10   { padding-left:10px !important; }
.pl15   { padding-left:15px !important; }
.pl20   { padding-left:20px !important; }
.pl25   { padding-left:25px !important; }
.pl30   { padding-left:30px !important; }
.pl35   { padding-left:35px !important; }
.pl40   { padding-left:40px !important; }
.pl45   { padding-left:45px !important; }
.pl50   { padding-left:50px !important; }
.pl55   { padding-left:55px !important; }
.pl60   { padding-left:60px !important; }



/* =========================================================
* ヘッダー
========================================================= */
.site-header img.header-image {
    max-height: 50px;
    width: auto;
}

/* header widget */
.header-widget {
    width: 720px;  /* ヘッダー右のCTAエリア横幅設定 */
    max-width: 70%;
}
.header-widget .button {
    font-size: 15px;
    margin-bottom: 0;
}
.header-tel {
    font-family: 'Ramabhadra', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}
.header-txt {
    font-size: 12px;
    line-height: 18px;
}

/* =========================================================
* フッター
========================================================= */
.footer-widget-logo img.footer-logo {
    max-height: 50px;
    width: auto;
    margin-top: 20px;
}
.inside-footer-widgets .inner-padding {
    padding: 0;
}

.footer-widget-menu-title {
    font-size: 120%;
    line-height: 2em;
}
.footer-widget-menu ul,
.footer-widget-menu ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 90%;
    line-height: 1.6em;
}
.footer-widget-menu li {
    margin: 0;
    padding: 0;
}
.footer-widget-menu li.footer-widget-menu-child {
    margin-left: 18px;
}
.footer-widget-logo {
    margin-bottom: 10px;
}
.footer-widget-info .fa {
    width: 26px;
    text-align: center;
}

.footer-widget-menu i{
    color: #CCF0FE;
}

.footer-widget-menu{
    position: relative;
}
.footer-widget-menu .nyankichi{
    position: absolute;
    bottom: -56px;
    left: 0;
}
.footer-widget-menu .nyankichi:hover{
    bottom: -58px;
}
.footer-widget-menu .nyankichi:hover img {
    opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}

.footer-bn{
    background: #174c88;
    text-align: center;
    padding: 20px 0;
}
.footer-widget-menu .map{
    border-radius: 3px;
    overflow: hidden;
    position:relative;
}




/* コピーライト */
footer.site-info .copy1 {
    text-align: left;
}
footer.site-info .copy2 {
    color: #777;
    text-align: right;
    font-size: 90%
}
footer.site-info .copy2 a {
    color: #777;
}

@media only screen and (max-width: 768px) {
    .footer-widget-menu .nyankichi{
        position: absolute;
        bottom: -60px;
        left: auto;
        right: 0px!important;
    }
    .footer-widget-menu .nyankichi{
        position: relative!important;
        bottom: -50px;
        left: 50%;
        right: 0px!important;
        margin-left: -110px;
        margin-top: -50px;
    }

}


/* =========================================================
* ナビゲーション
========================================================= */
/* モバイル表示の電話番号 */
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a {
    line-height: 1.5em !important;
}
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a i {
    color: #333;
}

ul.menu > li {
     /*width: 16.6%; /* 5=>19.9 6=>16.6 7=>14 */
	width: auto;
    letter-spacing: 0.1em !important;
}
/*ul.menu > li.menu-item-11 {
    width: 13.6%;
}
ul.menu > li.menu-item-852 {
    width: 19.6%;
}*/

/* スクロールした際に横幅指定解除 */
.navigation-stick ul.menu > li {
    width: auto;
}
@media (max-width:992px) {
    ul.menu > li {
        width: auto;
    }
}


.main-navigation{
    border-top: solid 1px #E0DFDF;
    border-bottom: solid 2px #E0DFDF;
}



/* ナビゲーション間の仕切り線 */
ul.menu > li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 22px;
    left: 0px;
    background: #d4d4d4;
    z-index: 1;
}
ul.menu > li:nth-last-child(2)::after,
ul.menu > li:last-child::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 22px;
    right: 0px;
    background: #d4d4d4;
    z-index: 1;
}
/* スクロールした際に仕切り線解除 */
.navigation-stick ul.menu > li::before,
.navigation-stick ul.menu > li:nth-last-child(2)::after,
.navigation-stick ul.menu > li:last-child::after {
    content: none;
}

/* =========================================================
* パンクズ
========================================================= */
.breadcrumbs {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 10px;
}
/* 改行させずに…表示 */
.breadcrumbs .grid-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =========================================================
* サイドバー
========================================================= */
.sidebar {
    padding-top: 40px; /* パンクズの高さを調整 */
}
.sidebar .widget {
    padding: 20px;
}
/* サイドバーウィジェットのタイトル設定 */
.sidebar .widget .widget-title {
    color: #225c9d;
    background-color: #e4f0f5;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    /*margin: -20px -20px 20px -20px; /* .sidebar .widgetのpadding打ち消し */
}
/* セレクトボックスデザイン調整 */
.sidebar .widget select {
    width: 100%;
    padding: 3px;
}

/* wp show posts関係 */
.sidebar .wp-show-posts-entry-meta {
    text-align: right;
}
.sidebar .wp-show-posts-image.wpsp-image-left {
    margin-right: 15px;
}
.sidebar .wp-show-posts .wp-show-posts-entry-title {
    font-size: 15px;
    line-height: 1.65;
    font-weight: 300;
}

/* =========================================================
* トップページ
========================================================= */
.slide-container{
    background: url(images/slide_bg.jpg) top center no-repeat;
    border-bottom: solid 30px #15569e;
}

.top-txt{
    padding: 0;
}
.top-txt strong{
    font-size: 25px;
    margin: 0 0 0.5em 0;
    display: block;
}

.top-works .top-works-txt{
    padding: 0 20px;
}

.top-works .wp-show-posts .wp-show-posts-entry-title{
    font-size: 18px!important;
    line-height: 25px!important;
    margin-top: 0;
}
.top-works .wp-show-posts .wp-show-posts-entry-title a{
    color: #15569e!important;
}
.top-works .wp-show-posts .wp-show-posts-entry-title:before{
    font-family: FontAwesome;
    content : "\f138";
    color: #15569e;
    font-size: 18px;
    padding-right: 4px;
}
.top-works .wp-show-posts-image {
    margin-bottom: 0.5em;
}

.top-support div {
    line-height: 1.3;
}

.top-support .support01{
    border-bottom: solid 5px #25a1d5;
}
.top-support .support02{
    border-bottom: solid 5px #f29a12;
}
.top-support .support03{
    border-bottom: solid 5px #92bb3e;
}

.s1-box {
    border: 5px solid #dddddd;
    padding: 20px;
}
.s1-title {
    font-size: 30px;
    color: #005f9c;
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.s2-box {
    background: #ffffff;
    padding: 20px;
    border-top: 5px solid #005f9c;
}
.s2-title {
    font-size: 24px;
    color: #005f9c;
    text-align: center;
    border: none;
    padding: 0;
    margin: 40px 0 20px 0;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .top-txt{
        padding: 10px 0;
    }
}

/* =========================================================
* 固定ページ
========================================================= */
.page-ttl {
    color: #fff;
}
.page-ttl h1{
    padding: 2em 0 10px 30px;
    font-size: 33px;
}
.page-ttl p{
    padding: 0 0 0 30px;
}

.page-ttl-news{
    font-size: 33px;
    line-height: 1;
    margin: 0;
}
.page-link{
    padding-top: 100px;
    margin-top: -100px;
}
.recruit .button{
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
}
.recruit table th{
    font-weight: bold;
}

.philosophy-main{
    width: 400px;
    margin: 0 auto;
}
.philosophy-main > div{
    border-bottom: dotted 1px #BFC7D3;
}

.philosophy h3 {
    font-size: 24px;
    color: #225c9d;
    margin-bottom: 10px;
}
.philosophy h3.green {
    color: #5f9e24;
}
.philosophy h3.orange {
    color: #df731c;
}
.philosophy h3.red {
    color: #c9312b;
}
.philosophy h3 strong {
    display: block;
    padding: 8px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 10px auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3777a8+1,225c9d+50,3777a8+100 */
    /* background: rgb(55,119,168); Old browsers */
    /* background: -moz-linear-gradient(left,  rgba(55,119,168,1) 1%, rgba(34,92,157,1) 50%, rgba(55,119,168,1) 100%); FF3.6-15 */
    /* background: -webkit-linear-gradient(left,  rgba(55,119,168,1) 1%,rgba(34,92,157,1) 50%,rgba(55,119,168,1) 100%); Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to right,  rgba(55,119,168,1) 1%,rgba(34,92,157,1) 50%,rgba(55,119,168,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3777a8', endColorstr='#3777a8',GradientType=1 ); IE6-9 */
}
.grad-blue {
    background: rgba(34,92,157,0.8);
    /* background: linear-gradient(90deg, rgba(55,119,168,1) 0%, rgba(34,92,157,1) 50%, rgba(55,119,168,1) 100%); */
}
.grad-green {
    background: rgba(37,120,60,0.8);
    /* background: linear-gradient(90deg, rgba(70,153,93,1) 0%, rgba(37,120,60,1) 50%, rgba(70,153,93,1) 100%); */
}
.grad-orange {
    background: rgba(242,154,18,0.8);
    /* background: linear-gradient(90deg, rgba(246,171,54,1) 0%, rgba(242,154,18,1) 50%, rgba(246,171,54,1) 100%); */
}
.grad-pink {
    background: rgba(255,92,84,0.8);
    /* background: linear-gradient(90deg, rgba(249,137,132,1) 0%, rgba(255,92,84,1) 50%, rgba(249,137,132,1) 100%); */
}

.philosophy p{
    padding: 0 10px;
}

.service-list{
    max-width: 800px!important;
    margin: 0 auto;
}
.service-list dd{
    margin: 5px 0 5px 10px;
    border-top: dotted 1px #E4E4E4;
}
.service-list dt,
.service-list dd{
    padding: 3px 10px;
}
.service-list a{
    color: #222;
}
.works .wp-show-posts .wp-show-posts-entry-title{
    font-size: 18px!important;
    line-height: 25px!important;
    margin-top: 0;
}
.works .wp-show-posts .wp-show-posts-entry-title a{
    color: #15569e!important;
}
.works .wp-show-posts .wp-show-posts-entry-title:before{
    font-family: FontAwesome;
    content : "\f138";
    color: #15569e;
    font-size: 18px;
    padding-right: 4px;
}
.works .wp-show-posts-image {
    margin-bottom: 0.5em;
}




@media only screen and (max-width: 1200px) {
    .page-ttl h1{
        padding: 0.8em 0 10px 20px;
        font-size: 30px;
        margin: 0;
    }
    .page-ttl p{
        padding: 0 0 0 20px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 920px) {
    .page-ttl h1{
        padding: 0.5em 0 10px 20px;
        font-size: 26px;
        margin: 0;
    }
    .page-ttl p{
        padding: 0 0 0 20px;
        font-size: 15px;
    }
    .page-ttl-news{
        font-size: 26px;
        line-height: 1;
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .page-ttl h1{
        padding: 0.5em 0 10px 20px;
        font-size: 26px;
    }
    .page-ttl p{
        padding: 0 0 0 20px;
        font-size: 15px;
    }
    .page-ttl-news{
        font-size: 26px;
        line-height: 1;
        margin: 0;
    }
    .philosophy p{
        text-align: left;
    }
    .philosophy-main{
        width: auto;
        font-size: 90%;
        margin: 0 auto 40px auto;
    }
}



/* =========================================================
* イメージ ※一部Bootstrap利用
========================================================= */
img {
    vertical-align: middle;
}
a:hover img {
    opacity:0.8;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.hover:hover {
    opacity:0.8;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}


/* =========================================================
* テーブル Bootstrap利用
========================================================= */
table, td, th {
    border: none;
    font-weight: 300; /* GPのカスタマイザーに合わせて調整 */
}
/* CSSリセットここまで */

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    table-layout: fixed; /* 2016.1.10追加 */
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.table-borderbottom {
    border-bottom: 1px solid #dddddd;
}

/* th調整 */
th {
    text-align: left;
    background: #fafafa;
}
/* モバイル時のフォント */
table.hide-on-desktop,
table.hide-on-tablet {
    font-size: 80%;
}

/* =========================================================
* テーブル レスポンシブ設定（2列の場合に効果的）
========================================================= */
/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    table.table-small {
        font-size: 80%;
        letter-spacing: 0;
    }
    table.table-small tr th,
    table.table-small tr td {
        padding: 5px;
    }
    .table,
    .table-bordered {
        border: none !important;
    }
    /* tableのレスポンシブ対応（table-pcを除く） */
    table:not(.table-pc) th,
    table:not(.table-pc) td {
        width: 100%;
        display: block;
    }
    table:not(.table-pc) th {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.05);
        padding: 5px !important;
    }
    table:not(.table-pc) td {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 5px 20px 5px !important;
        border: none !important;
    }
    table:not(.table-pc) input,
    table:not(.table-pc) select,
    table:not(.table-pc) textarea {
        width: 100%;
    }
    /* checkboxのレスポンシブ対応 */
    table:not(.table-pc) span.wpcf7-list-item input {
        width: auto;
    }
}
/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width : 320px) {
    table.table-small {
        font-size: 70%;
        letter-spacing: 0;
    }
    table.table-small tr th,
    table.table-small tr td {
        padding: 5px;
    }
}

/* =========================================================
* DL DT DD ※Bootstrap利用
========================================================= */
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " ";
}
.dl-horizontal dd:after {
    clear: both;
}

/* =========================================================
* コンタクトフォーム
========================================================= */
/* チェックボックス縦並び */
span.wpcf7-list-item {
    display: block;
}

/* チェックボックス装飾 */
.acceptance-0 input[type="checkbox"] {
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    margin-right: 5px;
}

.form-year input{
    max-width: 100px!important;
}


/* =========================================================
* WP-PAGENAVI
========================================================= */
/*
* generatepressのページャーを非表示
* https://generatepress.com/forums/topic/blog-paging-pagenavi-styles/
*/

.page-numbers {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    text-decoration: none;
    padding: 5px 8px;
    margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:active,
.wp-pagenavi a:focus {
    color: #15569e;
    border: 1px solid #fff;
    background: none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #15569e;
    border: 1px solid #fff;
    padding: 5px 8px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
    background: #15569e;
    border: 1px solid #fff;
    padding: 5px 8px;
}

.wp-pagenavi span.pages {
    color: #15569e;
    background: none;
    padding: 5px 8px 5px 0;
}

.wp-pagenavi span.extend {
    background: transparent;
    color: #15569e;
    background: none;
}


/* =========================================================
* メディアクエリ
========================================================= */


/*==========  モバイル・ファーストの場合  ==========*/


/* カスタム, iPhone Retinaディスプレイ */

@media only screen and (min-width: 320px) {}


/* XSサイズ : Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Sサイズ、タブレット : Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Mサイズ、デスクトップ : Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*==========  非モバイル・ファーストの場合  ==========*/

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {}


/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width: 992px) {}


/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /* モバイル時にはシステム標準フォントに */
    body {
        font-family: sans-serif;
        line-height: 1.7;
        letter-spacing: 0;
        font-weight: 400;
    }
    button, input, select, textarea {
        font-family: sans-serif;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: sans-serif;
    }
    .separate-containers .inside-article, 
    .generate-sections-inside-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobile-grid-100 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    footer.site-info .copy1 {
        text-align: center;
    }
    footer.site-info .copy2 {
        text-align: center;
    }
}

/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .separate-containers .inside-article, 
    .generate-sections-inside-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width: 320px) {}



/*-----------------------------
 *  202210 追加
 *----------------------------- */
/* フッター修正 */
@media only screen and (max-width: 768px){
	.footer-widget-menu .nyankichi {
        max-width: 260px;
    }
}
/* ヘッダー修正 */
@media only screen and (max-width: 1080px){
	.header-widget{
		width: 680px;
	}
}

/* トップページ確認用ページ パンクズ非表示 */
.page-id-3071 .breadcrumbs{
	display: none;
}



/* ナビゲーション */
.main-navigation.mobile-header-navigation{
	background: #fff!important;
}
ul.menu > li:nth-child(1)::before {
	content: none;
}
.inside-header{
	max-width: 1350px;
	margin: 0 auto;
}
.main-navigation.grid-container{
	max-width: 1400px;
}
.main-navigation .main-nav ul li a {
    padding-left: 45px;
    padding-right: 45px;
}
@media only screen and (max-width: 1400px){
    .main-navigation .main-nav ul li a {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1150px){
    .main-navigation .main-nav ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.main-navigation.navigation-stick .main-nav ul li a {
    padding-left: 30px;
    padding-right: 30px;
}
.main-navigation.navigation-stick .main-nav ul li ul li a {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 1400px) {
    .main-navigation.navigation-stick .main-nav ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1200px) {
    .main-navigation.navigation-stick .main-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navigation-stick .menu-item-has-children .dropdown-menu-toggle {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* ページタイトル */
@media only screen and (max-width: 768px){
.page-ttl p {
        padding: 0 10px 0 20px;
    }
}

.home .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background-color: transparent;
}
/* トップページ スライド */
.page-id-3071 .main-navigation:not(.is_stuck){
	background: none;
	border-bottom: none;
}
.page-id-3071 .main-navigation:not(.is_stuck) .main-nav ul li a {
    color: #ffffff;
	font-weight: 500;
}
.page-id-3071 .main-navigation:not(.is_stuck) .main-nav ul li a:hover,
.page-id-3071 .main-navigation:not(.is_stuck) .main-nav ul li a:active,
.page-id-3071 .main-navigation:not(.is_stuck) .main-nav ul li a:focus{
	color: #e0f6ff;
    background: none;
}
.page-id-3071 .main-navigation:not(.is_stuck) ul.menu > li:before {
    content: none;
}
.page-id-3071 .main-navigation:not(.is_stuck) ul.menu .sub-menu{
	background: #225c9d;
}
.page-id-3071 .main-navigation:not(.is_stuck) ul.menu .sub-menu a:hover{
	background: rgba(30,115,190,.9)!important;
}
.page-id-3071 .main-navigation:not(.is_stuck) ul.menu .menu-item-has-children a{
	background: none!important;
}

.page-id-3071 .site-header,
.page-id-3071 .main-navigation{
	position: relative;
	z-index: 1;
}
.top-slide-202210{
	height: calc(100vh - 98px);
}
.top-slide-202210 > div {
    position: absolute;
    height: 100vh;
    top: 98px;
    z-index: 0;
}
@media only screen and (max-width: 786px){
	.top-slide-202210{
		height: calc(100vh - 50px);
	}
	.top-slide-202210 > div {
        top: 50px;
	}
}

/* トップページ */
.section-top-menu{
	transition: all 0.5s
}
.section-top-menu .menu-box{
	display: flex;
	align-items: center;
	margin: 0 20px;
}
.section-top-menu .menu-box .menu-ttl{
	width: 80%;
	z-index: 1;
	position: relative;
}
.section-top-menu .menu-box .menu-btn{
	width: 20%;
	z-index: 1;
}
.section-top-menu .menu-box .menu-ttl > div{
	opacity: 0;
	transition: all 0.5s;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-shadow: 0px 0px 21px rgba(0, 0, 0, 0.49);
}
.section-top-menu .menu-box .menu-ttl .txt-show{
	opacity: 1;
	transition: all 0.5s;
}

.section-top-menu ul{
	margin: 0;
	list-style-type: none;
}
.section-top-menu ul li a{
	background: rgba(0,0,0,.7);
	display: block;
	padding: 1.8em;
	margin-bottom: 5px;
}
.menu-btn ul li a{
	position: relative;
}
.menu-btn ul li a::after{
	position: absolute;
    font-family: FontAwesome;
    content : "\f138";
	color: #fff;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	display: block;
	transition: all 0.2s;
}
.menu-btn ul li a:hover::after{
	right: 10px;
}

.section-top-menu{
	background-position: top center;
	transition: all 0.5s;
	position: relative;
	width: 100%;
	height: 100%;
	transition-delay: 200ms;
}
.section-top-menu::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.1);
	z-index: 0;
}
.section-top-menu.bg-0{
	background-image: url(https://g-kogyo.com/wp/wp-content/uploads/top_menu_0.jpg)!important;	
}
.section-top-menu.bg-1{
	background-image: url(https://g-kogyo.com/wp/wp-content/uploads/top_menu_1.jpg)!important;
}
.section-top-menu.bg-2{
	background-image: url(https://g-kogyo.com/wp/wp-content/uploads/top_menu_2.jpg)!important;	
}
.section-top-menu.bg-3{
	background-image: url(https://g-kogyo.com/wp/wp-content/uploads/top_menu_3.jpg)!important;
}
.section-top-menu .menu-box .menu-ttl h2{
	font-size: 36px;
}
@media only screen and (max-width: 1024px){
	.section-top-menu .menu-box .menu-ttl{
		width: 65%;
		height: 200px;
	}
	.section-top-menu .menu-box .menu-ttl > div{
		width: 98%;
	}
	.section-top-menu .menu-box .menu-btn{
		width: 35%;
	}
}
@media only screen and (max-width: 768px){
	.section-top-menu .menu-box{
		flex-direction: column;
	}
	.section-top-menu .menu-box .menu-ttl,
	.section-top-menu .menu-box .menu-btn{
		width: 100%;
	}
	.section-top-menu .menu-box .menu-ttl h2{
		font-size: 30px;
	}
	.section-top-menu ul li a{
		padding: 1em;
	}
}

/* キャリアパス */
.career-pass{
	border: solid 1px #ccc;
	padding: 30px;
	text-align: center;
}
@media only screen and (max-width: 768px){
	.career-pass{
		border: none;
		padding: 0px;
		text-align: left;
	}
	.career-pass img{
		width: 600px;
		height: auto;
	}
}


/* 後藤工業の1日 */
.section-oneday .day-flow{
	position: relative;
	overflow: hidden;
}
.section-oneday .day-flow::before{
	content: "";
	display: block;
	width: 8px;
	height: 98%;
	background: #15569e;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translatex(-50%);
	z-index: 0;
}
.section-oneday p{
	margin-bottom: 0;
}
.section-oneday .day-ttl{
	margin: -50px auto 20px auto;
	padding: 10px 20px;
	text-align: center;
	border-radius: 20px;
	display: inline-block;
	background: #fff;
	position: relative;
}
.section-oneday .day-ttl::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.section-oneday .day-time{
	text-align: center;
	color: #15569e;
	padding: 5px;
	display: flex;
	font-size: 24px;
	margin: 10px auto;
	justify-content: center;
	max-width: 100%;
	z-index: 1;
	position: relative;
}
.section-oneday .day-time > b{
	background: #15569e;
	color: #fff;
	text-align: center;
	padding: 5px 19px;
	max-width: 100px;
	font-size: 22px;
}
.section-oneday .day-time > span{
	padding: 5px 15px;
	font-weight: bold;
	background: #fff;
}
.section-oneday .day-ttl{
	text-align: center;
	font-size: 18px;
}
.section-oneday .day-txt{
	background: rgba(255,255,255,.95);
	padding: 10px 5px;
	margin: 15px auto;
	border-top: dotted 1px rgba(47,129,221,.5);
	border-bottom: dotted 1px rgba(47,129,221,.5);
	max-width: 800px;
	position: relative;
	z-index: 1;
}
.section-oneday .day-flow .day-double{
	display: flex;
}
.section-oneday .day-flow .day-double .day-normal,
.section-oneday .day-flow .day-double .day-genba{
	padding: 30px;
	margin: 10px 20px;
	width: 48%;
	display: flex;
	flex-direction:column;
}
.section-oneday .day-flow p{
	margin: 10px auto;
	max-width: 90%;
}
.section-oneday .day-flow img{
	margin: 1px auto;
	display: block;
	background: #fff;
	padding: 3px;
}

.section-oneday .day-flow .day-normal{
	background: #e5f0f8;
}
.section-oneday .day-flow .day-genba{
	background: #ecf7ec;
}

.section-oneday .day-flow .day-one{
	margin: 30px auto;
	padding: 20px 0 30px 0;
	background: #fff;
	z-index: 1;
	position: relative;
	border: solid 5px #fff;
	text-align: center;
	max-width: 1060px;
	background: #faf6e1;
}
.section-oneday .day-flow .day-one img{
	max-width: 450px;
	width: 100%;
}

@media only screen and (max-width: 768px){
	.section-oneday .day-flow::before{
		left: 0;
		height: 100%;
	}
	.section-oneday .day-ttl{
		margin-top: -30px;
	}
	.section-oneday .day-flow .day-double{
		flex-direction: column;
	}
	.section-oneday .day-flow .day-double .day-normal,
	.section-oneday .day-flow .day-double .day-genba,
	.section-oneday .day-flow .day-one{
		padding: 20px;
		margin: 10px auto 0 0;
		width: 86%;
		max-width: 100%;
		z-index: -1;
		position: relative;
		border: none;
	}
	.section-oneday .day-time{
		font-size: 20px;
		margin: 10px auto 10px -2px;
		justify-content: flex-start;
	}
	.section-oneday .day-time span{
		white-space: nowrap;
	}
	.section-oneday .day-flow .day-double .day-time,
	.section-oneday .day-flow .day-one .day-time{
		position: relative;
		left: -21px;
	}
	.section-oneday .day-txt{
		border: none;
		text-align: left;
	}
	.section-oneday .day-flow img{
		width: 240px!important;
	}

}



/* 20221026 後藤工業の1日 モバイル表示 */
.oneday-mobile.oneday-mobile .ttl-cate{
	position: relative;
	border-bottom: solid 2px #15569e;
	padding: 5px;
}
.oneday-mobile.oneday-mobile .ttl-cate::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #15569e;
	border-width: 10px;
	margin-left: -10px;
}
/*直行直帰　色指定*/
.oneday-mobile.oneday-mobile .ttl-cate.genba{
	border-bottom: solid 2px #25783c;
}
.oneday-mobile.oneday-mobile .ttl-cate.genba::after{
	border-top-color: #25783c;
}
.oneday-mobile.oneday-mobile .day-flow.day-flow-genba::before {
    background: #25783c;
}
.oneday-mobile.oneday-mobile .day-flow.day-flow-genba .day-time {
    color: #25783c;
}
.oneday-mobile.oneday-mobile .day-flow.day-flow-genba .day-time > b {
    background: #25783c;
}
/* CF7のPタグ自動挿入調整 */
.wpcf7 table p:last-child { margin-bottom: 0; }

/* 20230614 */
.bg-michibo {
/*     background: url(https://g-kogyo.com/wp/wp-content/uploads/michibou.png) right bottom no-repeat; */
}

/* 202501016 トップページ・ヘッダー・フッターリニューアル */
body.page-id-5262 .breadcrumbs{
	display: none;
}
.main-navigation {
    border-top: none!important;
    border-bottom: none!important;
}
ul.menu > li:before {
    height: 28px;
    top: 14px;
}
.main-navigation .current_page_item{
	position: relative;
}
.main-navigation .current_page_item::after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #225c9d;
	position: absolute;
	bottom: 0;
}
.breadcrumbs{
	margin-top: 20px;
}

.serif-jp,.serif-en{
	font-family: 'Noto Serif JP', serif;
}
.font-tel{
	font-family: 'Ramabhadra', sans-serif;
}
.block{
	display: block;
}
.inline-block{
	display: inline-block;
}
.w-48{
	width: 12rem;
}
.btn-contact{
    background: #225c9d;
    color: #fff!important;
    display: block;
    padding:  9px 50px 9px 30px;
    line-height: 1.1em;
    border-radius: 36px;
    font-size: 15px;
	position: relative;
	letter-spacing: 0;
}
.btn-contact::after{
	font-family: FontAwesome;
    content : "\f105";
	color: #fff!important;
	font-size: 23px;
	position:absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-55%);
}
.btn-contact::before{
    content : "";
	background: #fff;
	display: block;
	height: 2px;
	width: 20px;
	border-radius: 1px;
	position:absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-56%);
}
.btn-contact:hover{
	background: #286cb7;
    color: #fff;
}
.top-bar > .grid-container{
	max-width: 1300px;
}
@media only screen and (max-width: 768px){
	.top-bar{
		display: none!important;
	}
}

/* トップページ */
.top-lead-text{
	text-align: center;
	line-height: 2.5em;
	font-size: 17px;
}
.ttl-top{
	font-size: 44px;
	font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.ttl-top .ttl-top-jp{
	font-size: 18px;
	letter-spacing: 0.05em;
}
.top-section{
    border-top: solid 1px #e5e5e5;
}
.top-section .button{
	outline: solid 1.5px rgba(255,255,255,0.6);
}
.top-work{
	padding: 26% 0 2% 0;
	background: url(https://g-kogyo.com/wp/wp-content/uploads/top_work_20251015.webp) top center no-repeat;
	background-size: 100% auto;
	position: relative;
}
.top-work > div:nth-child(1),
.top-recruit > div:nth-child(1) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 900px;
}
.top-work .top-work-cp,
.top-work .top-work-txt,
.top-recruit .top-recruit-cp{
	background: rgba(255,255,255,0.9);
	text-align: center;
}
.top-work .top-work-cp,
.top-recruit .top-recruit-cp{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2em;
	padding: 0.5em 20px;
	margin-top: -2em;
}
.top-recruit .top-recruit-cp{
	margin-top: 0;
}
.top-work .top-work-txt{
	line-height: 1.8em;
	padding: 1em 20px;
}

.top-recruit{
	padding: 24% 0 2% 0;
	background: url(https://g-kogyo.com/wp/wp-content/uploads/top_recruit_20251015.webp) top center no-repeat;
	background-size: 100% auto;
	position: relative;
}
.cta-bn{
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.cta-bn > div{
	line-height: 1.3em;
	background: url(https://g-kogyo.com/wp/wp-content/uploads/nyankichi_20251015.jpg) 20px center no-repeat;
	background-size: 190px auto;
	padding: 25px 15px 25px 220px;
	outline: solid 2px #225c9d;
	border-radius: 2px;
	margin: 0 auto;
}
.cta-bn h2{
	font-size: 40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #a5b9cf;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.cta-bn .cta-info{
	display: flex;
	align-items: center;
	max-width: 95%;
}
.cta-bn .cta-tel{
	font-size: 50px;
	line-height: 0.9em;
	font-family: 'Ramabhadra', sans-serif;
	display: block;
}
.cta-bn .cta-info > div{
	flex-grow: 1;
}
.cta-bn .btn-contact{
	min-width: 130px;
}
.cta-bn img{
	display: none;
}
@media only screen and (max-width: 1140px){
	.cta-bn h2{
		font-size: 3.5vw;
		letter-spacing: 0em;
	}
	.cta-bn .cta-info{
		max-width: 96%;
	}
}
@media only screen and (max-width: 1024px){
	.top-work,
	.top-recruit{
		padding: 38% 0 2% 0;
		background-size: cover;
	}
	.top-work > div:nth-child(1),
	.top-recruit > div:nth-child(1) {
		width: 80%;
	}
	.top-work .top-work-cp,
	.top-recruit .top-recruit-cp{
		font-size: 3vw;
	}
	
	.cta-bn{
		background-size: 21% auto;
		padding: 0 10px;
		background-position: 10px center;
	}
	.cta-bn .cta-tel{
		font-size: 4.5vw;
	}
	.cta-bn .cta-info{
		max-width: 100%;
	}
	.cta-bn .cta-info > div{
		width: 50%;
	}
}
@media only screen and (max-width: 768px){
	.top-work,
	.top-recruit{
		padding: 86% 0 2% 0;
		background-size: cover;
	}
	.top-work > div:nth-child(1),
	.top-recruit > div:nth-child(1) {
		width: 86%;
	}
	.top-work .top-work-cp,
	.top-recruit .top-recruit-cp{
		font-size: 5vw;
	}
	.top-work .top-work-cp{
		letter-spacing: 0;
		padding-right: 0;
	}
	.top-work .top-work-txt{
		line-height: 1.5em;
		font-size: 15px;
	}
	
	.cta-bn{
		padding: 10px;
	}
	.cta-bn > div{
		background-image: none;
		padding: 10px;
	}
	.cta-bn img{
		display: block;
	}
	.cta-bn h2{
		text-align: center;
		max-width: 80%;
		margin: 0 auto;
		font-size: 22px;
	}
	.cta-bn .cta-tel{
		font-size: 32px;
	}
	.cta-bn .cta-info div{
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		text-align: center;
	}
}
@media only screen and (max-width: 600px){
	.cta-bn .cta-info{
		display: block;
	}
}

/* ヘッダーCTA */
.hd-cta {
    display: flex;
    gap: 15px;
    align-items: center;
	justify-content: end;
	margin-right: 5px;
}
.hd-cta .hd-tel{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500;
}
.hd-cta .hd-tel .font-tel{
	font-weight: 600;
	font-size: 30px;
}
.hd-cta .btn-contact{
	max-width: 180px;
}
@media only screen and (max-width: 1260px){
	.hd-cta .hd-tel{
        flex-direction: column;
	}
	.hd-cta .hd-tel .font-tel{
		font-size: 28px;
		margin-top: 1px;
	}
}
/* モンテディオバナー */
.header-widget {
    width: auto;
    max-width: 100%;
}
.header-widget .custom-html-widget{
    display: flex;
    align-items: start;
}
.header-widget .custom-html-widget .hd-montedio{
    letter-spacing: 0.02em;
    line-height: 1.3em;
	color: #19197c;
	font-size: 12px;
	display: block;
    margin-right: 15px;
	text-align: center;
}
.header-widget .custom-html-widget .hd-montedio img{
    object-fit: cover;
    height: 53px;
    display: block;
    background: #19197c;
    padding: 0 5px;
    margin: -4px 0px 4px 0px;
}

/* フッター */
.ft-bn-calendar{
	background:#f0f4f9;
	padding: 20px 0 40px 0;
}
.ft-bnarea{
	margin: 0;
	display: flex;
	gap: 15px;
	padding-top: 25px;
}
.ft-bnarea ul{
	list-style-type: none;
	width: 45%;
	margin: 0;
}
.ft-bnarea li{
	margin-top: 15px;
}
.ft-bnarea li.mynavi a{
	background: #5ac6f0;
    aspect-ratio: 5 / 2;
    display: block;
    text-align: center;
	position: relative;
	padding: 1px 5px;
}
.ft-bnarea li.mynavi a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
@media only screen and (max-width:1024px){
	.ft-bnarea, .ft-calendar{
		max-width: 600px;
		margin: 0 auto 20px auto;
	}
}
@media only screen and (max-width:768px){
	.ft-bnarea{
		max-width: 400px;
		display: block;
	}
	.ft-bnarea ul{
		width: 100%;
		text-align: center;
	}
}

.footer-widget-menu-202510 {
	background: #fff;
}
.footer-widget-menu-202510 .ft-tel{
	display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500;
}
.footer-widget-menu-202510 .ft-tel .font-tel{
	font-weight: 600;
	font-size: 30px;
}
.footer-widget-menu-202510 .btn-contact{
	max-width: 180px;
}
.footer-widget-menu-202510 ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.footer-widget-menu-202510 ul li::before{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #225c9d;;
	position: absolute;
	left: 0;
	top: 12px;
}
.footer-widget-menu-202510 ul li a{
	color: #222;
}
.footer-widget-menu-202510 ul li ul li{
	font-size: 90%;
	margin-bottom: 0px;
}
.footer-widget-menu-202510 ul li ul li::before{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #225c9d;;
	position: absolute;
	left: 0;
	top: 12px;
}


/* アニメーション */
body.page-id-5262{
	opacity: 0;
	transition-duration: 800ms;
}
.opacity-100{
	opacity: 1!important;
}
.sc-anim {
	 opacity: 0;
}
.sc-anim.sc-show {
	 opacity: 1;
	 transform: none;
}
.sc-slideLeft {
	 transform: translateX(-30px);
}
.sc-slideRight{
	 transform: translateX(30px);
}
.sc-slideUp {
	transform: translateY(30px);
}
.duration-800{
	 transition-duration: 800ms;
}
.duration-1000{
	 transition-duration: 1000ms;
}
.duration-1500{
	 transition-duration: 1500ms;
}
.duration-2000{
	 transition-duration: 2000ms;
}
.delay-1500{
	transition-delay: 1500ms;
}



