
body {
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans GB W3", "メイリオ", Meiryo, "MS PGothic", sans-serif;
    line-height: 2;
}

::selection {
	background-color: rgba(212, 189, 65, .9); /* Safari */
}
::-moz-selection {
	background-color: rgba(212, 189, 65, .9); /* Firefox */
}

@font-face {
    font-family: 'HuiFontP109';
  src: url("/font/HuiFontP109.woff2") format("woff2"),
       url("/font/HuiFontP109.woff") format("woff");
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

.hui {
    font-family: 'HuiFontP109', sans-serif;
}

a {
    border: none;
    color: #8B7A00;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

a,
a:visited {
    text-decoration: none;
}

a:visited {
    color: #8B7A00;
}

a:active {
    color: #534c1e;
    text-decoration: none;
}

a:hover {
    color: #ab9a19;
    text-decoration: underline;
}

@media screen and (max-width: 767px){
    img {
        max-width: 100%;
    }

    .acms-container {
        max-width: 100%;
        margin: 0;
    }

}

/* ボタン */
.entry-column p.entry-btn,
p.entry-btn {
	margin-bottom: 10px;
}
.entry-column p.entry-btn a,
p.entry-btn a {
    background: #8B7A00;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 14px 34px;
    border-radius: 2em;
}
.entry-column p.entry-btn a:hover,
p.entry-btn a:hover,
.entry-column p.entry-btn a:visited,
p.entry-btn a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn a:focus,
p.entry-btn a:focus,
.entry-column p.entry-btn a:active,
p.entry-btn a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover,
p.entry-btn a:hover {
	background-color: #8B7A00;
    background-image: linear-gradient(to bottom, #ab9a19, #8B7A00);
    color: #FFF;
}
.entry-column p.entry-btn a:active,
p.entry-btn a:active,
.entry-column p.entry-btn a:focus,
p.entry-btn a:focus {
	background: #8B7A00;
}

/* 強調ボタン */
.entry-column p.entry-btn-attention a,
p.entry-btn-attention a {
	background: #C41134;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.entry-column p.entry-btn-attention a:hover,
p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited,
p.entry-btn-attention a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn-attention a:focus,
p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active,
p.entry-btn-attention a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn-attention a:hover,
p.entry-btn-attention a:hover {
	background-color: #910021;
	background-image: linear-gradient(to bottom, #C41134, #910021);
	color: #FFF;
}
.entry-column p.entry-btn-attention a:active,
p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus,
p.entry-btn-attention a:focus {
	background: #910021;
}


.entry-title,
.main h2,
h2.module-header,
.entry-column h3,
.entry-column h4,
.suggest-inner h2 {
	color: #8B7A00;
	font-family: 'HuiFontP109', sans-serif;
	font-size: 28px;
}




.page-title-wrapper {
    display: table;
    position: relative;
        overflow: hidden;
    width: 100%;
    height: 70px;
    color: #fff;
    background: #0e3d7c;
}

.page-title-filter {
    display: none;
}

.page-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    letter-spacing: 0em;
}

.page-title span {
    display: inline-block;
    position: relative;
}

.page-title span:before,
.page-title span:after {
    width: 50px;
}

.page-title span:before {
    top: 50%;
    left: -52px;
}

.page-title span:after {
    top: 50%;
    right: -52px;
}

.page-title span:before,
.page-title span:after {
    content: "";
    display: block;
    width: 42px;
    height: 1px;
    border-top: solid 1px #4575a5;
    position: absolute;
}

.page-description {
    margin: 2px 0 0 0;
    color: #6c98c3;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    letter-spacing: 1.8px;
}

@media (min-width: 768px){

    .page-title {
        margin: 0;
        font-size: 24px;
        line-height: 1.2;
    }

}

.topicpath {
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 12px;
    text-align: right;
    background: none;
}


.topicpath-list {
    margin: 0 0 0 auto;
    text-align: right;
    display: inline-block;
}

.topicpath-link {
    font-size: 12px;
}

.topicpath-item {
    padding: 0 10px 0 15px;
}


.page-header {
    margin: 0 0 4em 0;
}

.acms-page-header {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.entry-title {
	color: #0e3d7c;
    font-size: 2.5em;
    text-align: center;
    letter-spacing: -.05em;
}

.entry-column h2 {
    position: relative;
    margin: 3em 10px 1.5em 10px;
    padding: 10px 0 10px 16px;
    font-size: 20px;
    line-height: 1.4;
    color: #8B7A00;
    border: none;
    background: none;
}

.entry-column h2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -12px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
    background: #f2eddc;
}

.entry-column h3 {
    position: relative;
    color: #8B7A00;
    margin: 3em 10px 1.5em 10px;
    padding: 2px 20px 8px 5px;
    font-size: 18px;
    line-height: 1.4;
    border: none;
    clear: both;
}

.entry-column h3:before {
	display: none;
}

.entry-column h3:after {
    content: "";
    background-color: #e2d9bb;
    width: calc(100% - 120px);
    height: 0.1875rem;
    border-left: solid 120px #8b7a00;
    position: absolute;
    bottom: 0;
    left: 0;
}

.entry-column h4 {
    margin: 3em 10px 1.5em 10px;
    padding-left: 24px;
    position: relative;
	color: #8B7A00;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.entry-column h4:before {
    content: "▼";
    left: 0;
    position: absolute;
	color: #8B7A00;
}

.entry-column p {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 2;
}


@media (min-width: 768px){

    .acms-page-header {
        margin-bottom: 60px;
    }

    .entry-title {
        font-size: 3.5em;
    }

    .entry-column h2 {
        font-size: 30px;
        line-height: inherit;
    }

    .entry-column h3 {
        font-size: 24px;
        line-height: inherit;
    }

}


.head-wrapper {
	margin: 0;
    padding: 0 0 20px 0;
	background: rgba(255,255,255,.5);
}

.head-wrapper::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 630px 630px 0;
    border-color: transparent #ecf5ff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -100;
}




.header {
    position: relative;
    text-align: center;
}

.header-logo {
    padding: 10px 0 0 0;
}

.site-name {
    margin: 0;
}

.site-logo {
    width: 220px;
}

@media (max-width: 767px){

    /* ハンバーガーメニュー */
    #nav-drawer {
    }

    /*チェックボックス等は非表示に*/
    .nav-unshown {
      display:none;
    }

    /*アイコンのスペース*/
    #nav-open {
      display: inline-block;
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 100;
      width: 30px;
      height: 22px;
      vertical-align: middle;
    }

    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
      position: absolute;
      height: 3px;/*線の太さ*/
      width: 25px;/*長さ*/
      border-radius: 3px;
      background: #555;
      display: block;
      content: '';
      cursor: pointer;
    }
    #nav-open span:before {
      bottom: -8px;
    }
    #nav-open span:after {
      bottom: -16px;
    }

    /*閉じる用の薄黒カバー*/
    #nav-close {
      display: none;/*はじめは隠しておく*/
      position: fixed;
      z-index: 99;
      top: 0;/*全体に広がるように*/
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0;
      transition: .3s ease-in-out;
    }

    /*中身*/
    #nav-content {
      overflow: auto;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;/*最前面に*/
      width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
      max-width: 330px;/*最大幅（調整してください）*/
      height: 100%;
      background: #fff;/*背景色*/
      transition: .3s ease-in-out;/*滑らかに表示*/
      -webkit-transform: translateX(-105%);
      transform: translateX(-105%);/*左に隠しておく*/
    }

    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
      display: block;/*カバーを表示*/
      opacity: .5;
    }

    #nav-input:checked ~ #nav-content {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);/*中身を表示（右へスライド）*/
      box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }

    .navbar {
        display: block;
        width: 100%;
    }
    .header-nav-sub .navbar li a {
        background: none;
    }
}


@media (min-width: 768px){


    #nav-input,
    #nav-open,
    #nav-unshown {
        display: none;
    }


    .header-logo {
        display:table-cell;
        width: 40%
    }

    .header-stack .header-logo {
        display: block;
        width: 100%
    }

    .header-nav {
        display: table-cell;
        width: 60%
    }

    .header-stack .header-nav {
        display: block;
        width: 100%;
        margin: 0 0 15px
    }

	.header {
	    position: relative;
	    height: 180px;
	    text-align: center;
	}

    .header-logo {
        position: absolute;
        z-index: 10;
        display: inline-block;
        width: 160px;
        margin: 5px 0 0 0;
        padding: 0;
        top: 0;
        left: 0;
        }

	.site-logo {
	    width: 100%;
	    height: auto;
	    margin: 0;
	}

	.site-name {
	    margin: 0;
	}

	.site-name a {
	    display: block;
	    z-index: 2;
	    position: relative;
	}

	.header-nav {
	    display: block;
	    width: 100%;
	    margin: 65px 0 0 0;
	}

	.header-nav ul {
		display: flex;
	    flex-wrap: wrap;
	    margin: 0 auto;
	    position: relative;
	    width: 100%;
	    justify-content: center;
	}

	.header-nav li {
		margin: 0 5px;
	    width: 110px;
	    height: 110px;
	    display: list-item;
	    box-sizing: border-box;
	    text-align: center;
	    background-color: rgba(255,255,255,.6);
        border: 1px solid #8B7A00;
	    border-radius: 5px;
	}

	.header-nav li:hover {
		background: rgb(246, 243, 218, .8);
	}

    .header-nav li.gnavi_office {
        margin-right: 5px;
    }

	.header-nav li a {
	    display: block;
        text-indent:100%;
        white-space:nowrap;
        overflow:hidden;
	    font-size: 14px;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	    height: 100%;
	    vertical-align: bottom;
	    text-align: center;
	    border: none;
	}

    .header-nav li:nth-child(1) a {
        background: url(../images/gnavi01.png) no-repeat;
        background-size: cover;
    }
    .header-nav li:nth-child(2) a {
        background: url(../images/gnavi02.png) no-repeat;
        background-size: cover;
    }
    .header-nav li:nth-child(3) a {
        background: url(../images/gnavi03.png) no-repeat;
        background-size: cover;
    }
    .header-nav li:nth-child(4) a {
        background: url(../images/gnavi04.png) no-repeat;
        background-size: cover;
    }
    .header-nav li:nth-child(5) a {
        background: url(../images/gnavi05.png) no-repeat;
        background-size: cover;
    }
    .header-nav li:nth-child(6) a {
        background: url(../images/gnavi06.png) no-repeat;
        background-size: cover;
    }

	.header-nav li:hover a {
		color: #fff;
	    border-bottom: none;
	}

.navbar {
    display: inline-block;
    vertical-align: middle;
}

    .navbar li.stay a {
        border-bottom: none;
    }

}



@media screen and (min-width: 1034px){

    .header-nav {
        display: block;
        width: 100%;
        margin: 25px 0 0 0;
    }

    .site-name {
        margin: 64px 0 0 0;
    }

    .site-logo {
        width: 200px;
        height: auto;
        margin: 0;
    }
    
    .header-logo {
        position: absolute;
        z-index: 10;
        display: inline-block;
        width: 220px;
        margin: 0 0 0 -110px;
        padding: 0;
        top: 0;
        left: 50%;
    }
    .header-nav li.gnavi_office {
        margin-right: 220px;
    }

    .header-nav li {
        width: 120px;
        height: 120px;
    }
}



.header-nav-sub .navbar li a {
    background: #8B7A00;
}

.header-nav-sub .navbar li a:hover,
.header-nav-sub .navbar li a:focus,
.header-nav-sub .navbar li a:active {
    color: #FFF;
    background: #ab9a19;
}



.top_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.main-slider-text-inner {
    display: block;
    margin-top: 154px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.top_image_after {
        margin-top: 160px;
}

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

.top_image_after {
        margin-top: inherit;
}

	.fix-height,
	.main-slider-image {
	    height: 900px;
	}

	.top_image_after {
		content: '';
		height: 720px; /*900-headerのheight*/
	}

	.top_image,
	.slick-track{
		width: 100% !important;
	}

    .slick-slide img {
        display: block;
        max-width: 100%;
    }

    .main-slider-text-inner {
        display: block;
        margin-top: 410px;
        padding: 0 20px;
        text-align: center;
        vertical-align: middle;
    }

}



.suggest-box {
    background: url(../images/bg_suggest.jpg) 50% 100% repeat-x #fffd98;
    background-size: initial;
}

.suggest-inner {
    padding: 3em 0;
}


.suggest_btn a {
    display: block;
    overflow: hidden;
    margin: 5px 5px 10px 5px;
    padding: 30px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    background: rgba(255,255,255,.5);
    border: 2px solid #8b7a00;
    border-radius: 6px;
}

.suggest_btn a:hover {
    color: #fff;
    background: #8b7a00;
    text-decoration: none;
}




.foot-wrapper {
    padding: 30px 0;
    background: #CFC996;
}


.company-about {
    margin: 50px 0 30px 0;
    color: #333;
    text-align: center;
    line-height: 1.5;
}

.company-name {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 34px;
    font-style: normal;
    font-weight: bold;
}

.company-detail {
    margin: 0 0 5px 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-style: normal;
}

.company-tel {
    margin: 0 0 15px;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

.company-detail a,
.company-tel a {
    color: #333;
}


.footer-nav {
    float: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.footer-nav-list {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #333;
}

.footer-nav-list a {
    color: #333;
}

.footer-nav-list a:before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 0 1px 1px 0;
    vertical-align: middle;
    height: 4px;
    width: 4px;
    border-color: #8B7A00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 4px 2px 6px;
    position: relative;
}



.footlink {
	text-align: center;
}

.footlink a {
	font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2;
    background: #fff;
    border-radius: 4px;
    color: #333;
    display: block;
    padding: 4px 20px;
    width: 160px;
}

.footlink a:hover {
	opacity: .7;
}

.foot-site-logo {
    width: 220px;
}

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

    .foot-site-logo {
        width: 340px;
    }

}


/*TOP*/

.top_infobox {
	margin: 5px 0;
    padding: 50px 0 100px 0;
    background: #f2eddc;
}

.top_headline {
	width: 80%;
    margin: 30px auto 50px auto;
}

.top_headline .module-header {
    color: inherit;
    border-bottom: none;
    text-align: center;
    padding: 0 0 15px 0;
}

.top_headline .acms-list-group,
.top_headline .acms-list-group-item {
    border: none;
}

.top_headline .acms-list-group-item:hover {
    background: #faf9e2;
}

.top_headline a.module-index-link {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 14px;
}

.top_headline p {
	text-align: right;
}


/* TOPブログ */
.index_blog {
	position: relative;
}

.index_blog p {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    background: #fbf8ee;
}

.index_blog p a {
	display: block;
    padding: 15px;
}

.index_blog .b_date,
.index_blog .b_title {
	font-size: 16px;
	font-weight: bold;
}

.index_blog .b_text {
	color: #333;
}

.index_blog .more {
    font-size: 14px;
    text-align: right;
}

.index_blog .more .acms-icon {
	color: #ccc;
}


/* top_aboutbox */
.top_aboutbox {

}

.top_aboutbox h2 {
	font-size: 24px;
    color: #333;
    letter-spacing: -1px;
}

.top_aboutbox .h01 {
	margin: 0 0 40px 0;
    padding: 0;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}

.top_aboutbox .h02,
.top_aboutbox .h03,
.top_aboutbox .h04 {
	margin: 35px 0 40px 0;
    padding: 0;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}

.top_aboutbox .h05 {
    margin: 35px 0 40px 0;
    padding: 0;
    color: #136699;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: -1px;
}

.top_aboutbox .h05 span {
	font-size: 22px;
}


.top_officebox {
    margin: 120px 0 0 0;
    padding: 80px 0;
    width: 100%;
    background: url(../images/bg_sora.jpg) 50% 100% no-repeat #edf8ff;
    background-size: initial;
}

.top_officebox h2 {
	color: #136699;
}

.top_officebox ul {
	margin: 60px 0;
	padding: 0 0;
}

.top_officebox li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.top_officebox li:nth-child(3) {
	clear: both;
}

.top_officebox li a {
    display: block;
    margin: 5px;
    padding: 12px 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    background: rgba(255,255,255,.5);
    border: 2px solid #8b7a00;
    border-radius: 6px;
}


.top_officebox li a:hover {
	color: #fff;
    background: #8b7a00;
    text-decoration: none;
}

@media (min-width: 768px){

    .company-detail {
        font-size: 16px;
    }
    .company-tel {
        font-size: 28px;
    }

    .top_aboutbox h2 {
        font-size: 52px;
    }

    .top_aboutbox .h01 {
        font-size: 24px;
    }
    .top_aboutbox .h02,
    .top_aboutbox .h03,
    .top_aboutbox .h04,
    .top_aboutbox .h05 {
        font-size: 24px;
    }
    .top_aboutbox .h05 span {
        font-size: 38px;
    }

    .top_officebox li {
        width: 33%;
    }

    .top_officebox li a {
        margin: 5px 5px 10px 5px;
        padding: 30px 20px;
        font-size: 18px;
    }
}


.page_navi_box ul {
	margin: 0 0 60px 0;
    padding: 16px 10px;
    text-align: center;
    background: #bdd4ed;
}

.page_navi_box li {
    margin: 7px 3px;
    padding: 0;
    line-height: 1;
}

.page_navi_box li a {
    display: inline-block;
    padding: 7px 15px;
    color: #0e3d7c;
    font-size: 15px;
    text-decoration: none;
    background: #fff;
    border-radius: 1em;
}

.page_navi_box li a:hover {
	color: #fff;
    text-decoration: none;
    background: #0e3d7c;
}
