@charset "UTF-8";
/* page */
.wrapper {
    width: 100%;
    /* min-width: 1100px;    */
    /* PADデバイスで見た場合の余白分10pxを加算 (A+10x2) */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 81px;
}
/* inner　サイト指定のコンテンツ幅に納めるコンテナ */
.inner {
    width:90%;
    max-width: 1080px; /* サイト指定のコンテンツ領域幅 (A)*/
    margin: 0 auto;
}

.inner-l{
    width:90%;
    max-width: 1400px; /* サイト指定のコンテンツ領域幅 (A)*/
    margin: 0 auto;
}
.inner-m{
    width:90%;
    max-width: 1260px; /* サイト指定のコンテンツ領域幅 (A)*/
    margin: 0 auto;
}
.inner-s{
    width:90%;
    max-width: 980px; /* サイト指定のコンテンツ領域幅 (A)*/
    margin: 0 auto;
}

/* main */
.main {
    position: relative;
    z-index: 1;
    /* margin-bottom: 6em; */
}

/*下層共通部分(header、mv、bc)*/
.main-ttl-wrap{
    height:300px;
    position:relative;
}
.main-ttl-wrap .ttl-01{
    color:#fff;
    text-shadow: 0px 0px 10px rgb(51, 51, 51);
    position:absolute;
    top:50%;
    transform: translateY(-50%);
}
/*パンくず*/
.bc-wrap{
    margin-bottom: 90px;
}
.breadcrumb{
    display: flex;
    flex-wrap: wrap;
    padding:10px 30px;
}
.breadcrumb li{
    position:relative;
    margin-right: 8px;
}
.breadcrumb li::before{
    content: ">";
    color: #333;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 7px 0 0;
}
.bc-wrap .breadcrumb li.bc-home::before{
	content: none;
}
.breadcrumb li a{
    color:#0068B7;
    border-bottom: 1px solid #0068B7;
}


/*title*/
.ttl-01,
.ttl-02{
    font-size: 3em;
    letter-spacing: 0.05em;
}
.ttl-01{
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
.ttl-02{
    border-bottom: 1px solid #19598C;
    margin-bottom: 60px;
}
.ttl-en{
    font-size:23.8%;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.ttl-02 .ttl-en{
    /* margin-left:15px; */
}
.ttl-03{
    font-size: 2em;
    letter-spacing: 0.05em;
    line-height: 1.143;
    margin-bottom: 30px;
}
.ttl-04{
    font-size: 3em;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.ttl-05{
    font-size: 1.714em;
    letter-spacing: 0.05em;
    line-height: 1.333;
}
.ttl-06{
    font-size: 2em;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.ttl-07{
    font-size: 1.571em;
    letter-spacing: 0.05em;
    line-height: 1.455;
}
.ttl-08{
    color: #0068B7;
    font-size: 2em;
    letter-spacing: 0.05em;
    line-height: 1.75;
}
.ttl-09{
    font-size: 1.429em;
    line-height: 1.5;
}
.ttl-bd {
    display: flex;
    align-items: center;
}
.ttl-bd::after {
    content: '';
    height: 1px;
    background-color: #0068B7;
    flex-grow: 1;
}
.ttl-bd::after {
    margin-left: 1em;
}

/*txt*/
.txt-01{
    font-size: 1.143em;
    line-height:2;
    letter-spacing: 0.05em;
}
.txt-02{
    font-size:1em;
    line-height:2;
    letter-spacing: 0.05em;
}
.txt-03{
    font-size:0.714em;
    line-height:1.25;
}
.txt-04{
    color:#B74F00;
    font-size: 1.143em;
    line-height:2;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.txt-05{
    color: #6f6f6f;
    font-size: 0.857em;
    line-height: 1.25;
}
.txt-06{
    font-size: 1.143em;
    line-height: 1.75;
}
.txt-r{
    text-align: right;
}
.txt-nw{
	display: inline-block;
	white-space: nowrap;
}
.txt-color-01{
    color: #ff0000;
}
.sup{
    font-size:60%;
    vertical-align: super;
}
.bold{
    font-weight: bold;
}
/*箇条書き*/
.txt-list-item{
    padding-left: 1.143em;
    position: relative;
}
.txt-list-item::before{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.txt-list-item::before{
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

/*link*/
.link-01{
    color:#0068B7;
    /* font-size: 1em; */
    line-height: 1;
    border-bottom: 1px solid #0068B7;
    padding-left: 1.5em;
    margin: 0 5px;
    /* display: inline-block; */
    transition: 0.3s;
    position:relative;
}
.link-01:hover{
    opacity: 0.8;
}
.link-01::after{
    content: "";
    position:absolute;
    width:0.75em;
    height:0.75em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%230068b7' d='M15.454 9.863H.999V8.775h11.834L8.825 4.767l.766-.768Z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E") no-repeat center/contain;
    top:0.125em;
    left:0.375em;
    transform: none;
}
.link-02{
    color:#0068B7;
    /* font-size: 1.143em; */
    /* letter-spacing: 0.05em; */
    border-bottom: 1px solid rgba(0,104,183,0);
    transition: 0.3s;
}
.link-02:hover{
    border-bottom: 1px solid rgba(0,104,183,1);
    opacity: inherit;
}
.link-03::after{
    width:0.75em;
    height:0.75em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath fill='%230068B7' d='M15 .5V5a.5.5 0 0 1-1 0V1.707L6.853 8.854a.5.5 0 0 1-.707-.707L13.293 1H10a.5.5 0 0 1 0-1h4.5a.5.5 0 0 1 .5.5Zm-2 13v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6a.5.5 0 0 0 0-1h-6A1.5 1.5 0 0 0 0 3.5v10A1.5 1.5 0 0 0 1.5 15h10a1.5 1.5 0 0 0 1.5-1.5Z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.link-04::after{
    width:0.75em;
    height:0.75em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.042' height='11.023' viewBox='0 0 11.042 11.023'%3E%3Cg fill='%230068b7'%3E%3Cpath d='M6.282 4.255h-1.11V3.144a.46.46 0 1 0-.919 0v1.111H3.142a.46.46 0 0 0 0 .919h1.111v1.11a.46.46 0 0 0 .919 0v-1.11h1.11a.46.46 0 0 0 0-.919Z'/%3E%3Cpath d='M4.714 8.5A3.788 3.788 0 1 1 8.5 4.714 3.788 3.788 0 0 1 4.714 8.5Zm6.192 1.758L8.353 7.705a4.692 4.692 0 1 0-.649.651l2.553 2.553a.529.529 0 0 0 .651 0 .462.462 0 0 0-.002-.649Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
/*外部リンク最後尾用 link-05のみ設置で動作*/
.link-05::after{
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath fill='%230068B7' d='M15 .5V5a.5.5 0 0 1-1 0V1.707L6.853 8.854a.5.5 0 0 1-.707-.707L13.293 1H10a.5.5 0 0 1 0-1h4.5a.5.5 0 0 1 .5.5Zm-2 13v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6a.5.5 0 0 0 0-1h-6A1.5 1.5 0 0 0 0 3.5v10A1.5 1.5 0 0 0 1.5 15h10a1.5 1.5 0 0 0 1.5-1.5Z'/%3E%3C/svg%3E") no-repeat center/contain;
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.3em;
    vertical-align: inherit;
}
.link-cnt{
    border-bottom: none;
    display: block;
    padding-left: 1.25em;
    margin: 0;
}
.link-cnt.link-01:hover {
    opacity: inherit;
}
.link-cnt.link-01::after{
    top: 0.75em;
    left:0;
    transform: none;
}
.link-cnt .link-txt{
    display: inline;
    border-bottom: 1px solid rgba(0,104,183,0);
    transition: .3s;
}
.link-cnt .link-txt:hover{
    border-bottom: 1px solid rgba(0,104,183,0.8);
}
/*btn*/
.btn-list{
    width:100%;
    max-width:980px;
    margin:0 auto;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.btn-list .btn-wrap{
    width: calc((100% - 60px)/3);
    display: flex;
    flex-direction: column;
}
.btn-list .btn-wrap:nth-of-type(n+4){
    margin-top: 20px;
}
.btn-list .btn-wrap .btn-01{
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}
.btn-list-02{
    justify-content: space-around;
}
.btn-list-02 .btn-wrap{
    min-width: 260px;
}
.btn-list-02 .btn-wrap:not(:last-of-type) .btn-03{
    background-color: #0068B7;
}

.btn-wrap{
    width:100%;
    max-width:300px;
}
.btn-01,
.fm-btn .btn-01{
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #0068B7;
    padding: 15px 0;
    display: block;
    position:relative;
}
.btn-01::after{
    content: "";
    position:absolute;
    width:15px;
    height:15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.849' height='15.85' viewBox='0 0 15.849 15.85'%3E%3Cpath fill='none' stroke='%23fff' d='M.5 7.675h14.143L9.66 2.692'/%3E%3C/svg%3E") no-repeat center/contain;
    top:50%;
    right:15px;
    transform: translateY(-50%);
}
.btn-02::before{
    content: "";
    position: absolute;
    width:25px;
    height:25px;
    top:50%;
    left:49px;
    transform: translateY(-50%);
}
.btn-02.btn-pdf::before{
    width:15px;
    height:20px;
    background:url(/common/imgs/pdf.png)no-repeat center/contain;
    left:60px;
}
.btn-02.btn-vr{
    background-color:#00A596;
}
.btn-02.btn-vr::before{
    background:url(/common/imgs/vr.png)no-repeat center/contain;
}
.btn-02.btn-map::before{
    background:url(/common/imgs/map.png)no-repeat center/contain;
    left:75px;
}
.btn-02.btn-map::after{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath fill='%23fff' d='M15 .5V5a.5.5 0 0 1-1 0V1.707L6.853 8.854a.5.5 0 0 1-.707-.707L13.293 1H10a.5.5 0 0 1 0-1h4.5a.5.5 0 0 1 .5.5Zm-2 13v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6a.5.5 0 0 0 0-1h-6A1.5 1.5 0 0 0 0 3.5v10A1.5 1.5 0 0 0 1.5 15h10a1.5 1.5 0 0 0 1.5-1.5Z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.btn-03,
.fm-btn .btn-03{
    font-size: 1.429em;
    background-color: #A74444;
    padding:20px 0;
}
.fm-btn .btn-03{
    width:100%;
}
/*form btn*/
.fm-btn{
    position: relative;
}
.fm-btn::after{
    content: "";
    position:absolute;
    width:15px;
    height:15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.849' height='15.85' viewBox='0 0 15.849 15.85'%3E%3Cpath fill='none' stroke='%23fff' d='M.5 7.675h14.143L9.66 2.692'/%3E%3C/svg%3E") no-repeat center/contain;
    top:50%;
    right:15px;
    transform: translateY(-50%);
}
/*submit*/
.fm-btn .btn-03{
    transition:0.3s
}
.fm-btn .btn-03:hover{
    cursor: pointer;
    opacity: 0.8;
}
/*画像付きボタン*/
.section-img-btn .items-cnt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-img-btn .item-cnt{
    width: calc((100% - 40px)/2);
}
.section-img-btn .item-cnt:nth-of-type(n+3) {
    margin-top: 53px;
}
.section-img-btn .item-cnt a{
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.section-img-btn .item-cnt a::before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.849' height='15.85' viewBox='0 0 15.849 15.85'%3E%3Cpath fill='none' stroke='%23fff' d='M.5 7.675h14.143L9.66 2.692'/%3E%3C/svg%3E") no-repeat center/contain;
    bottom: 16px;
    right: 16px;
    z-index: 1;
}
.section-img-btn .item-cnt a::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent rgba(0,104,183,0.9) transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
.section-img-btn .item-cnt .ttl-04{
    color: #fff;
    font-size: clamp(1.714em, 3.09vw, 3em);
    text-shadow: 0px 0px 10px rgb(51 51 51);
    padding-right: 45px;
    position:absolute;
    bottom: 8px;
    left: 20px;
}

/*セレクト*/
@media all and (-ms-high-contrast: none) {
    .select::-ms-expand {
        display: none;
    }
}
.select{
    appearance: none;
    color: #707070;
    font-size: 0.857em;
    padding: 5px 40px 5px 10px;
    border: 1px solid #888;
    border-radius: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.914' height='5.294' viewBox='0 0 8.914 5.294'%3E%3Cpath fill='none' stroke='%230068b7' stroke-linecap='round' stroke-linejoin='round' d='m.707.707 3.88 4.087L8.208.707'/%3E%3C/svg%3E")no-repeat center right 10px/auto;
}
.select:hover{
    cursor: pointer;
}
/*レイアウト調整*/
.m-20{
    margin-bottom: 20px;
}

/*ピックアップ*/
/*スライダー*/
.slider-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider-box .slider-cnt .slick-track {
	display: flex;
}
.slider-box .slider-cnt .slider-item{
	width: 340px;
    transform: scale(0.76);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	height: auto;
}
.slider-box .slider-cnt .slider-item.slick-center{
    /* margin: 0 100px; */
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
}
.slider-box .slider-cnt .slider-item a {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.slider-box .slider-cnt .slider-item.slick-center a {
	width: 300px;
	margin: 0 auto;
}
.slider-box .slider-cnt .slider-item img {
	width: 100%;
}
.slider-box .slider-cnt .slider-item .slick-cnt{
    background-color:#002440;
    position:relative;
    transition:0.3s;
    display:flex;
    flex-direction: column;
    padding: 1vw;
	height: 5vw;
	overflow: hidden;
}
.slider-box .slider-cnt .slider-item .slick-cnt::after{
    content: "";
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent rgba(255,255,255,0.7) transparent;
    right:1px;
    bottom:1px;
    transition:0.3s
}
.slider-box .slider-cnt .slider-item.slick-center .slick-cnt {
	/* height: auto !important; */
}
.slider-box .slider-cnt .slider-item.slick-center .slick-cnt::after{
    border-width: 0 0 20px 20px;
}
.slider-box .slider-cnt .slider-item .slick-ttl{
    display: block;
    margin-bottom: 5px;
    display: block;
	margin-bottom: 5px;
	height: 4vw;
	overflow: hidden;
	font-size: 1.1vw;
}
.slider-box .slider-cnt .slider-item .slick-txt{
    margin-top: auto;
    display: block;
    font-size: 0.857em;
    margin-top: auto;
	display: block;
	overflow: hidden;
	height: 1.5em;
}

/*prev next btn*/
.slick-pager{
	max-width: 1198px;
	position: relative;
	left: 0;
	bottom: 84px;
	right: 0;
	margin: auto;
	z-index: 20;
}
/*0324編集ここから*/
.slider-arrow-cnt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.slick-prev,
.slick-next{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 0;
	z-index: 100;
}
.slick-prev:hover,
.slick-next:hover{
	opacity: 0.7;
	transition: all 0.3s;
}
.slick-prev {
	background: transparent url('/common/imgs/slide_arw_prev.png') no-repeat center/contain;
	margin-left: -225px;
    transform: translate(50%,-50%);
    left: 50%;
}
.slick-next {
	background: transparent url('/common/imgs/slide_arw_next.png') no-repeat center/contain;
    margin-right: -225px;
    transform: translate(-50%,-50%);
    right: 50%;
}
/*0324編集ここまで*/
/*prev next btn*/

/*NEWS*/
.tpc-item {
    border-bottom: 1px solid #888;
}

.tpc-list .tpc-item .tpc-link{
    display: block;
    padding: 40px 200px 30px 20px;
    position: relative;
}
.tpc-list .tpc-item a::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.849' height='15.85' viewBox='0 0 15.849 15.85'%3E%3Cpath fill='none' stroke='%230068B7' d='M.5 7.675h14.143L9.66 2.692'/%3E%3C/svg%3E") no-repeat center/contain;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.tpc-list .tpc-item a:hover,
.tpc-list .tpc-item a.mouse-over:hover img{
    opacity: inherit;
}
/*日付*/
.tpc-date {
    font-size: 1em;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
/*タグ*/
.tpc-tag {
    width: 75px;
    margin-left: 27px;
    display: flex;
}
.tpc-list a .tpc-ttl .txt-01 {
    color: #0068B7;
    font-size: 1.143em;
    line-height: 2;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(0, 104, 183, 0);
    display: inline;
    transition: 0.3s;
}
.tpc-list .tpc-link .tpc-ttl .txt-01{
    font-size: 1.143em;
    line-height: 2;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(0, 104, 183, 0);
    display: inline;
    transition: 0.3s;
}
.tpc-list .tpc-item a:hover .txt-01{
    border-bottom: 1px solid rgba(0, 104, 183, 1);
}
.category-clm .news-empty{
	padding: 3em 1.5em;
}
/*表組み*/
.table-inner .table-items-wrap{
    border-top: 1px solid #888;
    width: 100%;
}
.table-inner .table-items-wrap + .link-cnt{
    margin-top: 10px;
}
.table-inner .table-item{
    border-bottom: 1px solid #888;
    display: flex;
}
.table-inner .table-item .txt-01{
    line-height: 1.5;
}
.table-inner .clm-01{
    background-color:#EEE;
    width: 35%;
    min-width: 230px;
    max-width: 340px;
    padding: 40px;
    box-sizing: border-box;
}
.table-inner .clm-02{
    background-color: #fff;
    width:740px;
    max-width: 100%;
    padding: 40px 60px;
    box-sizing: border-box;
}
.table-inner .table-item .clm-02.clm-pd .ot-cnt{
    margin-bottom: 5px;
}
.table-inner .table-item .clm-02.clm-pd .type03{
    margin-left: 27px;
    width: 273px;
}

/*ページネーション*/
.pagination-cnt{
    margin-top: 80px;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .pagination-item{
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
  }
  .pagination-item-link {
    font-size: 1.143em;
    background: #fff;
    border: solid 1px #AAA;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    transition: all 0.15s linear;
  }
.pagination-item:first-of-type .pagination-item-link,
.pagination-item:last-of-type .pagination-item-link{
    font-size:1.5em;
}
.pagination-item-link.current {
    color: #0068B7;
    background: #E4EEF7;
    border-color: #0068B7;
    pointer-events: none;
}
.pagination-item-link:not(.current):hover {
    color: #0068B7;
    background: #E4EEF7;
    border-color: #0068B7;
}
.pagination > * + * {
    margin-left: 12px;
}
/*下部お問い合わせ*/
.section-ft-contact{
    background:rgba(228,238,247,0.9);
    padding: 40px 0 180px;
    margin-top: 120px;
}
.section-ft-contact .ttl-04{
    margin-bottom: 25px;
}
.section-ft-contact .items-cnt{
    display: flex;
    flex-wrap: wrap;
}
.section-ft-contact .item-cnt{
    width: calc(100%/2);
    padding: 35px 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-ft-contact .item-01{
    text-align: center;
    border-right: 1px solid #333;
}
.section-ft-contact .item-02{
    padding-right: 0;
}
.section-ft-contact .ttl-07{
    font-size: 1.429em;
}
.section-ft-contact .item-02 .ttl-07{
    margin-bottom: 15px;
}
.section-ft-contact .ttl-07 .big{
    color: #0068B7;
    font-size: 160%;
}
.section-ft-contact .item-cnt .btn-wrap{
    margin: 30px auto 0 auto;
}
/*共通読み込みボタン*/
/*大切にしていること*/
.section-important .items-cnt{
    display: flex;
    justify-content: space-between;
}
.section-important .items-cnt .item-cnt{
    width: calc((100% - 40px)/2);
    display: flex;
    flex-direction: column;
}
.section-important .items-cnt .item-cnt a{
    color: #fff;
    text-align: center;
    background: url(/common/imgs/im_banner01.jpg) no-repeat center/cover;
    height: 150px;
    display: block;
    position: relative;
}
.section-important .items-cnt .item-cnt a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent rgba(255,255,255,0.8) transparent;
    right: 0px;
    bottom: 0px;
    transition: 0.3s;
}
.section-important .items-cnt .item-cnt:last-of-type a{
    background-image: url(/common/imgs/im_banner02.jpg);
}
.section-important .items-cnt .item-cnt a p{
    width: 100%;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
}
/*数字で見る*/
.section-num .cnt-01 .ttl-04{
    color: #0068B7;
    margin-bottom: 10px;
}
.section-num .num-cnt .item-txt{
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    position: relative;
}
.section-num .num-cnt .num{
    color:#005799;
    font-size: 2.286em;
    font-weight: bold;
}
.section-num .num-cnt .atnt{
    color: #888;
    font-size: 0.714em;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: right;
    margin-top: auto;
}
.section-num .num-cnt .cat{
    color: #fff;
    background-color: #75A5C9;
    border-radius: 2px;
    padding: 1px 16px;
    display: inline-block;
}
.section-num .num-cnt .item-txt > span,
.section-num .num-cnt .item-02 .num-wrap > span{
    margin:0 2px;
}
.section-num .num-cnt .item-02 .item-txt{
    display: flex;
    justify-content: space-around;
}
.section-num .num-cnt .item-02 .clm-cnt{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-num .num-cnt .item-02 .num-wrap{
    display: block;
}

/*** header ***/
.hd_hv{
    background: #fff;
}
.core-parts.header_01.header-group {
    /* display: inline-block; */
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 101;
}
.core-parts.header_01 .header-width{
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.core-parts.header_01 img {
    height: auto;
    max-width: 100%;
    /* vertical-align: top; */
    transition: 0.3s;
}
.core-parts.header_01 .header-group-inner {
    position: relative;
    z-index: 2;
}
.core-parts.header_01 .header-logo {
    position: relative;
    z-index: 1;
    display: flex;
}
.core-parts.header_01 .header-logo a {
    background-color: #fff;
    padding: clamp(12px, 2vw, 22px) clamp(5px, 2vw, 30px);
    display: block;
    display: flex;
    align-items: center;
}
.core-parts.header_01 .header-width .header-logo a h1{
    display: flex;
    align-items: center;
}
.core-parts.header_01 .header-global-01 {
    position: relative;
    z-index: 10;
    width: calc(100% - 60px);
}
.core-parts.header_01 .header-nav-wrap.inner{
    max-width: inherit;
    width: auto;
}
.core-parts.header_01 .header-nav-wrap{
    display: flex;
    justify-content: flex-end;
    height: 100%;
}
.core-parts.header_01 .header-nav{
    width: calc(100% - 80px);
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.core-parts.header_01 .hglb02-nav {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    box-sizing: border-box;
    height: 58%;
    position: relative;
}

.core-parts.header_01 .hglb02-nav .hglb02nv-item {
    /* position: relative; */
    box-sizing: border-box;
    margin-right: 35px;
    transition: 0.3s;
}

.core-parts.header_01 .hglb02-nav .hglb02nv-item .hglb02nv-btn {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255,255,255,0);
    transition: 0.3s;
}
.core-parts.header_01 .hglb02-nav .hglb02nv-item .hglb02nv-btn::after{
    content: "";
    position:absolute;
    width:5px;
    height: 3px;
    background:url(/common/imgs/arrow.png) no-repeat center/contain;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
}

.core-parts.header_01 .hglb02-nav .hglb02nv-item  .hglb02nv-btn:hover {
    text-decoration: none;
}
.core-parts.header_01 .hglb02-nav .hglb02nv-item.hglb02nv-current .hglb02nv-btn:hover,
.core-parts.header_01 .hglb02-nav .hglb02nv-item.hglb02nv-current .hglb02nv-btn:hover *
/* .core-parts.header_01 .sdm-list-01 > li.sdm01-current > a,
.core-parts.header_01 .sdm-list-03 > li.sdm01-current > a*/ {
    cursor: default;
    opacity: 1;
}
.core-parts.header_01 .hglb02-nav .hglb02nv-item .hglb02nv-btn:hover,
.core-parts.header_01 .hglb02-nav .hglb02nv-item.hglb02nv-current .hglb02nv-btn {
  border-bottom: 2px solid #0068B7;
  text-decoration:none;
}
/* .core-parts.header_01 .hglb02-nav li a .hglb02nv-on {
    display: none;
}
.core-parts.header_01 .hglb02-nav li a:hover .hglb02nv-on,
.core-parts.header_01 .hglb02-nav li.hglb02nv-current a .hglb02nv-on {
    display: inline;
}
.core-parts.header_01 .hglb02-nav li a:hover .hglb02nv-off,
.core-parts.header_01 .hglb02-nav li.hglb02nv-current a .hglb02nv-off {
    display: none;
} */
/* .core-parts.header_01 .hglb02-nav li img {
    vertical-align: top;
} */
/* .core-parts.header_01 li.hg01n-current a.mouse-over:hover img {
    opacity: 1;
} */

/*子リンク部分*/
.core-parts.header_01 .hglb02nv-child-wrap{
    width: calc(100% + 160px);
    background-color: rgba(255,255,255,0.9);
    padding:30px 30px 40px 60px;
    box-sizing: border-box;
    position:absolute;
    left: 0;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.header-serch-cnt{
    width: calc(100% + 160px);
    background-color: rgba(255,255,255,0.9);
    padding:30px 30px 40px 60px;
    box-sizing: border-box;
    position:absolute;
    top: 81px;
    left: 0;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.core-parts.header_01 .hglb02nv-item:hover .hglb02nv-child-wrap{
    visibility: visible;
    opacity: 1;
}
.core-parts.header_01 .nv-ttl{
    color:#333;
    letter-spacing: 0.05em;
    white-space: nowrap;
}
.core-parts.header_01 .hglb02nv-child-wrap .nv-ttl-wrap{
    padding-right: 83px;
    margin-right: 60px;
    border-right:1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.core-parts.header_01 .hglb02nv-child-wrap .nv-ttl{
    font-size:1.714em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.core-parts.header_01 .hglb02nv-child-wrap .nv-ttl-wrap .hglb02nv-child-link{
    margin-top: 10px;
}
.core-parts.header_01 .nv-ttl-eng{
    color:#ccc;
    font-size:0.417em;
    letter-spacing: 0.05em;
}
.core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child{
    box-sizing: border-box;
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
    flex-grow: 1;
}
.core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child-item{
    width: calc((100% - 60px) / 3.1);
    margin-right: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child-item:nth-of-type(n+4){
    margin-top:15px;
}
.core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child-item:nth-of-type(3n) {
    margin-right: 0;
}
.core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child-item.only-item{
    width: 100%;
}
.core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child-link{
    color: #0068B7;
    padding-left:15px;
    position: relative;
    display: inline-block;
}
.core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child-link::before{
    content: "\03e";
    position:absolute;
    left:0;
}
/*ヘッダー事業内容用*/

/*ヘッダー事業内容用ここまで*/

/*ヘッダーお問い合わせ*/
.core-parts.header_01 .header-cont-nav {
    display: flex;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 81px;
}
.core-parts.header_01 .header-cont-nav .header-cont-btn{
    color:#fff;
    font-size:0.8em;
    font-weight: bold;
    background:url(/common/imgs/email.svg) no-repeat center top 30%/auto,#0068B7;
    padding: 0 2px 10px 2px;
    box-sizing: border-box;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.3s;
}
.core-parts.header_01 .header-cont-nav  .header-search-cont{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.core-parts.header_01 .header-cont-nav .header-cont-btn-01{
    color: #0068B7;
    font-size: 0.857em;
    background:#E4EEF7;
    height: 42%;
    padding: 0;
    display: flex;
    align-items: center;
}
.core-parts.header_01 .header-cont-nav .header-cont-btn-03{
    background:#fff;
    height: 58%;
}
.core-parts.header_01 .header-cont-nav .header-cont-btn-01::before{
    content: "";
    background: url(/common/imgs/building.svg) no-repeat;
    background-size: 20px;
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 10px;
}
.core-parts.header_01 .header-cont-nav .header-cont-btn-03::before{
    background: url(/common/imgs/search.svg) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
}
.core-parts.header_01 .header-cont-nav .header-cont-btn:hover{
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
}
.core-parts.header_01 .hglb03-nav{
	display: flex;
	height: 42%;
	justify-content: flex-end;
}
.core-parts.header_01 .hglb03-nav li{
	display: flex;
	margin-right: 1px;
}
.core-parts.header_01 .hglb03-nav li a{
	color: #0068B7;
	font-size: 0.857em;
	background: #E4EEF7;
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.core-parts.header_01 .hglb03-nav li#hglb03nv-01 a::before{
    content: "";
    background: url(/common/imgs/commercial.svg) no-repeat;
    background-size: 30px;
    display: inline-block;
    width: 30px;
    height: 17px;
    margin-right: 10px;
}
.core-parts.header_01 .hglb03-nav li#hglb03nv-02 a::before{
    content: "";
    background: url(/common/imgs/mansion.svg) no-repeat;
    background-size: 20px;
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-right: 10px;
}
.core-parts.header_01 .hglb03-nav li#hglb03nv-04 a::before {
    content: "";
    background: url(/common/imgs/union.svg) no-repeat;
    background-size: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
/*サイト内検索*/
.header-serch-cnt{
    width: calc(100% - 320px);
    left: inherit;
    right: 0;
}
.header-serch-cnt.js-search-open{
    visibility: visible;
    opacity: 1;
}
.header-serch-cnt form{
    width: 100%;
}
.header-serch-cnt .header-serch-inner{
    display: flex;
    width: 100%;
}
.header-serch-cnt .header-serch-inner .item01{
    font-size: 1em;
    border: 1px solid #EEEEEE;
    padding: 10px 20px;
    box-sizing: border-box;
    width: calc(100% - 150px);
}
.header-serch-cnt .header-serch-inner .item02{
    font-size: 1em;
    padding: 0 20px;
    box-sizing: border-box;
    min-width: 150px;
}

/*footer */
.core-parts.footer_01.footer-group {
    /* margin-top: 130px; */
    background-color: #fff;
    color: #2B2F38;
    padding: 58px 0 14px;
    box-sizing: border-box;
    position:relative;
}
.core-parts.footer_01.footer-group::before{
    content: "";
    position:absolute;
    background:url(/common/imgs/ft_bg.png) repeat-x center bottom/auto 100%;
    width:100%;
    height:100px;
    top:-98px;
    left:0;
    z-index: 1;
}
.core-parts.footer_01.footer-group::after{
    content: "";
    position:absolute;
    background:url(/common/imgs/ft_hm.png) no-repeat center/contain;
    width:243px;
    height:272px;
    right:20px;
    top:-215px;
    z-index: 1;
}

.core-parts.footer_01 .inner {
    margin: 0 auto;
    /* max-width: unset; */
    width: 90%;
    max-width:1080px;
    display: flex;
}
.core-parts.footer_01 .footer-global-01 {
    /* display: flex;
    justify-content: space-between; */
    margin-right: 100px;
}
.core-parts.footer_01 .footer-global-01 .footer-logo{
    margin-bottom:30px;
}
.core-parts.footer_01 .footer-global-01 .fglb-btn{
    margin-bottom: 10px;
}
.core-parts.footer_01 .footer-global-02 .fglb-btn-02 .btn-01{
    background-color: #fff;
    color: #0068B7;
    width: 150px;
    height: 30px;
    font-weight: normal;
    text-align: left;
    padding: 2px 23px 3px 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    line-height: 1.25;
}
.core-parts.footer_01 .footer-global-02 .fglb-btn-02 .btn-01::after{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.849' height='15.85' viewBox='0 0 15.849 15.85'%3E%3Cpath fill='none' stroke='%230068B7' d='M.5 7.675h14.143L9.66 2.692'/%3E%3C/svg%3E") no-repeat center/contain;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

   /* .core-parts.footer_01 .footer-global-01 .pagetop {
    margin-top: -40px;
} */
   .core-parts.footer_01 .fglb01-outer {
    display: flex !important;
    margin: 0;
    justify-content: space-between;
}
/* .core-parts.footer_01 .fglb01-inner {
    padding-bottom: 70px;
} */
   /* .core-parts.footer_01 .footer-global-01 dl {
    padding: 32px 0;
    display: table;
}
   .core-parts.footer_01 .footer-global-01 dl dt {
    float: left;
    padding: 12px 77px 12px 0;
    border-right: 1px solid #555;
    margin-right: 77px;
    line-height: 1.5;
    font-size: 1.250em;
    font-weight: bold;
}
   .core-parts.footer_01 .footer-global-01 dl dd {
    font-size: 0.875em;
    vertical-align: middle;
    display: table-cell;
    height: inherit;
} */

.core-parts.footer_01 .inner .footer-global-02{
    width: calc(100% - 360px);
}


.core-parts.footer_01 .fglb01w-nav {
    margin-bottom: 34px;
}
.core-parts.footer_01 .fglb01w-nav li{
    margin-bottom: 6px;
}
   .core-parts.footer_01 .footer-global-01 ul li {
    margin: 0;
}
   .core-parts.footer_01 .footer-global-01 .ftr-list-01 li {
    float: left;
}
   .core-parts.footer_01 .fglb01-wrap-03 .fglb01w-ttl {
    width: auto;
}
   .core-parts.footer_01 .footer-global-02 .fglb01w-nav a {
    background-size: 6px;
}
   .core-parts.footer_01 .footer-global-02 .fglb01w-nav .fglb01w-nav-sub {
    margin-left: 1.25em;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}
   .core-parts.footer_01 .footer-global-02 .fglb01w-nav .fglb01w-nav-sub li {
    margin-right: 0;
}


.core-parts.footer_01 .footer-global-02 .pagetop{
    position: relative;
    /* z-index: 99; */
    display: flex;
    justify-content: flex-end;
}
.core-parts.footer_01 .footer-global-02 .pagetop .arrow-btn{
    color:#fff;
    text-align: center;
    letter-spacing: 0.05em;
    background-color:#002747;
    padding:25px 43px  9px 43px;
    position:relative;
}
.core-parts.footer_01 .footer-global-02 .pagetop .arrow-btn::after{
    content: "";
    position: absolute;
    width:16px;
    height:16px;
    background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.698' height='29.698' viewBox='0 0 29.698 29.698'%3E%3Cpath fill='%23fff' d='M0 14.849 14.849-.001l14.85 14.85-1.415 1.414L14.849 2.828 1.414 16.263Z'/%3E%3C/svg%3E") no-repeat center/contain;
    left:50%;
    top:10px;
    transform: translateX(-50%);
}
.core-parts.footer_01 .footer-global-02 .fglb01-inner .fglb01-wrap.fglb01-wrap-01 {
    /* width: 30%; */
    margin-right: 20px;
}
.core-parts.footer_01 .footer-global-02 .fglb01-inner .fglb01-wrap.fglb01-wrap-02, .core-parts.footer_01 .footer-global-02 .fglb01-inner .fglb01-wrap.fglb01-wrap-03 {
    /* width: 18%; */
    margin-right: 20px;
}

.core-parts.footer_01 .footer-global-02 .fglb01-inner .fglb01-wrap-03 .fglb01w-ttl{
    margin-bottom:30px;
}
.core-parts.footer_01 .footer-global-02 .fglb01-inner .fglb01-wrap-03 .fglb01w-ttl.m-20{
    margin-bottom:20px;
}


.core-parts.footer_01 .footer-global-02 .fglb01-inner .fglb01w-ttl {
    font-size: 1.143em;
    font-weight: bold;
    line-height: 1.143;
    margin: 0 0 20px;
}
.core-parts.footer_01 .footer-global-02 .fglb01-inner .fglb01w-ttl a{
    color:#0068B7;
    line-height: 1.4;
}

.core-parts.footer_01 .footer-global-02 .fglb02-inner .ft-list-01 {
    width: 100%;
    background-color:#0068B7;
    padding:10px 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.core-parts.footer_01 .footer-global-02 .fglb02-inner .ft-list-01 li {
    color: #fff;
    font-size: 0.714em;
    line-height: 1;
    margin-right: 10px;
}
.core-parts.footer_01 .footer-global-02 .fglb02-inner .ft-list-01 li:last-of-type{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.core-parts.footer_01 .footer-global-02 .fglb02-inner .footer-copy {
    color:#0068B7;
    font-size: 0.571em;
    text-align: center;
}

   /* 移動元/web/core/sp_menu/common.css*/
@media only screen and (min-width: 769px) {
	/* スマホメニュー用 PCの場合にスクリーン外に移動させる */
    .hdn-pc {
        position: absolute;
        left: auto;
        right: -70%;
    }
}
/*ヘッダー対応*/
@media only screen and (max-width: 1100px) and (min-width: 769px) {
	.core-parts.header_01 .header-logo a{
		width: 24vw;
		height: 14%;
	}
	.core-parts.header_01 .header-global-01{
		width: 100%;
	}
	.core-parts.header_01 .hglb02-nav{
		margin-left: -18vw;
		margin-right: -2vw;
	}
    .core-parts.header_01 .hglb02-nav .hglb02nv-item{
        margin-right: 4%;
        font-size: 84%;
    }
    .core-parts.header_01 .hglb02-nav .hglb02nv-item .hglb02nv-btn{
        text-align: center;
    }
    .core-parts.header_01 .hglb02nv-child-wrap{
        padding: 30px 30px 30px 40px;
        flex-direction: column;
    }
    .core-parts.header_01 .hglb02nv-child-wrap .nv-ttl-wrap{
        display: flex;
        flex-wrap:wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding:0 0 20px 0;
        margin:0 0 20px 0;
    }
    .core-parts.header_01 .hglb02nv-child-wrap .nv-ttl-wrap .hglb02nv-child-link{
        margin: 0 0 3px 40px;
    }
    .core-parts.header_01 .item-04 .hglb02nv-child-wrap .nv-ttl-wrap .hglb02nv-child-link{
        margin: 0 0 3px 12px;
    }
    .core-parts.header_01 .hglb02nv-item .hglb02nv-child-wrap .hglb02nv-child-item,
    .core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child-item:nth-of-type(3n),
    .core-parts.header_01 .hglb02nv-item.item-02 .hglb02nv-child-wrap .hglb02nv-child-item:nth-of-type(7){
        width: calc((100% - 30px) / 2.1);
        margin-right: 30px;
    }
    .core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child-item:nth-of-type(n+4) {
        margin-top: 0;
    }
    .core-parts.header_01 .hglb02nv-child-wrap .hglb02nv-child-item:nth-of-type(n+3) {
        margin-top: 15px;
    }


}
@media only screen and (max-width: 1014px) and (min-width: 909px){
	   .header-serch-cnt{
        top: 81px;
    }


}

@media only screen and (max-width: 908px) and (min-width: 851px) {
    .wrapper {
        /* padding-top: 105px; */
    }
    .core-parts.header_01 .hglb02-nav .hglb02nv-item{
        margin-right: 28px;
    }
    .core-parts.header_01 .header-cont-nav .header-search-cont{
        padding: 0;
    }
    .header-serch-cnt{
        top: 81px;
    }
}
@media only screen and (max-width: 850px) and (min-width: 769px){
    .header-serch-cnt{
        top: 81px;
    }
    .core-parts.header_01 .header-cont-nav .header-cont-btn-04{
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 769px){
    .core-parts.footer_01 .footer-global-02 .fglb-btn-02 .btn-01{
        width: 20vw;
        padding: 2px 32px 3px 15px;
        align-items: center;
        letter-spacing: 0;
        line-height: 1.25;
    }
    .core-parts.footer_01 .footer-global-02 .fglb02-inner .ft-list-01{
        flex-wrap: wrap;
        gap: 10px 0;
    }
}