/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
/* 共通スタイル
--------------------------------------------------------------------- */
/* リセットスタイル
------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
html{
    font-size:62.5%;
    scroll-behavior: smooth;
}
body {
    line-height:1;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-size: 1.6rem;
	color:#000;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}
ul li,ol li,nav ul {
    list-style:none;
	font-size: 14px;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color:#000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
p{
	font-size: 14px;
}
hr {
    display:block;
    height:0;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
hr.border{
	max-width: 1000px;
    display: block;
    clear: both;
	margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ccc;
    border-top: none;
}
hr.border_just{
	width: 98%;
    display: block;
    clear: both;
	margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #ddd;
    border-top: none;
}
hr.clear{
    visibility: hidden;
    clear: both;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border:none;
}
input, select {
    vertical-align:middle;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --green:#068B7C;
    --navy: #0B3F71;
    --navy_002: #0f327a;
    --orange: #FF9607;
    --brown: #581F18;
    --purple: #1D004E;
    --gray: #F4F5F8;
    --g_orange: linear-gradient(145deg, rgb(255 145 0) 0%, rgb(255 177 59) 100%);
    --g_navy: linear-gradient(145deg, rgba(32,44,89,1) 0%, rgba(0,72,124,1) 100%);
    --g_brown: linear-gradient(145deg, rgba(88,31,24,1) 0%, rgba(122,56,48,1) 100%);
    --g_green: linear-gradient(145deg, rgba(0,121,107,1) 0%, rgba(10,153,136,1) 100%);
    --g_purple: linear-gradient(180deg, rgba(206,224,250,1) 0%, rgba(241,208,255,1) 100%);

    --global-f-base: 1.4rem;
    --global-f-level1: 1.6rem;
    --global-f-level2: 1.8rem;
    --global-f-level3: 2.0rem;
    --global-f-level4: 2.2rem;
    --global-f-level5: 2.4rem;
    --global-f-level6: 2.6rem;
    --global-f-level7: 2.8rem;
    --global-f-level8: 3.0rem;
    --global-f-level9: 3.2rem;
    --global-f-level10: 3.6rem;
    --global-f-level11: 3.8rem;
    --global-f-level12: 4.0rem;
    --global-f-level13: 4.2rem;
    --global-f-level14: 4.4rem;
}   


/* ボックス
--------------------------------------------------------------------- */
.global_blueband_wrap{
    background: #edf8f6;
}
.global_blueband_area{
    max-width: 1200px;
    margin: 0 auto 0vh;
    padding: 5vh 0;
}
.global_whiteband_wrap{
    background: #edf8f6;
}
.global_whiteband_area{
    max-width: 1200px;
    min-height: 900px;
    margin: 0 auto 4vh;
    padding: 5vh 0;
}
.one_colomn_basic{
    max-width: 1000px;
    margin: 0 auto 4vh;
}
.entry {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 2vh;
}
.entry p {
    line-height: 1.7;
    margin-bottom: 2vh;
    font-size: var(--global-f-level3);
}
/* サイトID
--------------------------------------------------------------------- */
.logo_area {
    margin-left: 1%;
}
/* グローバルナビ
--------------------------------------------------------------------- */
.header_area{
    margin-bottom: 5vh;
    display: flex;
    align-items: center;

}
.nav_area{
    margin-left: auto;
    margin-right: 3%;
}

.gnav {
    width: 600px;
    display: flex;
    justify-content: space-around;
}

.gnav a {
    display: block;
    font-size: var(--global-f-level3);
}

.header_area_wrap{
    display: flex;
    align-items: center;
    border-bottom: 8px solid #00364D;
    border-image: linear-gradient(to right, #00364D 0%, #006B99 99%);
    border-image-slice: 1;
}
.top .header_area_wrap{
    display: block;
}

.header_area_wrap .header_area{
    max-width: unset;
    min-height: unset;
    margin: 0 auto 0;
    position: sticky;
    top:0;
}
.header_area_wrap .header_area .header_nav {
    width: 1000px;
    display: flex;
    
}
.header_area_wrap .header_area .header_nav li {
    font-size: 1.8rem;
    font-weight: bold;
}
.header_area_wrap .header_area .header_nav li span{
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
}
.header_area_wrap .header_area .header_nav li a{
    min-width: 116px;
    padding: 10px 8px;
    display: block;
}
.header_area_wrap .header_area .header_nav li.header_nav_contact{
    background: -webkit-linear-gradient(0deg, #00364D, #006B99);
}
.header_area_wrap .header_area .header_nav li.header_nav_contact a{
    color: #fff;
}

/* フッター
--------------------------------------------------------------------- */
.footer_wrap{
    min-height: 365px;
    padding: 10vh 0;
    color:#fff;
    background-images: url(../images/footer_001.jpg);
    background: transparent linear-gradient(295deg, #0E4B65 0%, #337481 28%, #104A6B 100%);
}
.footer_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 3vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer_company_information_wrap {
    margin-bottom: 2vh;
    line-height: 1.7;
}
.footer_company_information_wrap h2{
    width: 220px;
    margin-bottom: 4vh;
}
.copyright{
    text-align: center;
}
.footer_nav{
    width: 500px;
    display: flex;
    justify-content: space-around;
}
.footer_nav li a{
    color: #fff;
}
/* パスワード入力
--------------------------------------------------------------------- */
.custom_password_aria{
    max-width: 1200px;
    margin: 0 auto 0;
    width: 100%;
}  
.custom_password_aria input{
    border: 1px solid #ccc;
}
/* パンくずリスト
--------------------------------------------------------------------- */
.bread_crumb_area{
    max-width:1200px;
    width: 95%;
	margin:0% auto 4vh;
}
.bread-crumb{
    height: 2.0rem;
    margin: 0;
    padding: 0.8em 0 0.5em;
    clear: both;
    display: flex;
}
.bread-crumb li{
	margin-bottom: 5px;
	font-size: 1.2rem;
  /* margin-right: 1em; */
    list-style: none outside none;
    display: flex;
}
.bread-crumb li:after {
    content: '>';
    padding-left: 10px;
    margin-right: 10px;
}
.bread-crumb li:last-child:after {
    content: '';
}
.bread-crumb{
	max-width:1200px;
    width: 100%;
	margin:0% auto 2.0rem;
}
.bread-crumb ul{
  height: 2.0rem;
 	margin: 0;
  padding: 0.8em 0 0.5em;
  clear: both;
  display: flex;
}
.bread-crumb ul li{
	margin-bottom: 5px;
	font-size: 1.2rem;
  /* margin-right: 1em; */
  list-style: none outside none;
}
.bread-crumb  ul li:after {
  content: '>';
  padding-left: 10px;
  margin-right: 10px;
}
.bread-crumb  ul li:last-child:after {
    content: '';
}
/* フォントスタイル
--------------------------------------------------------------------- */
/* フォント
------------------------------------------ */
.font_pagehead {
    margin-bottom: 2vh;
    padding-bottom: 2vh;
    border-bottom: 4px solid #ccc;
    font-size: 26px;
}
.font_underline_blue {
    width: 50%;
    margin: 0 auto 2vh;
    padding-bottom: 1vh;
    text-align: center;
    font-size: 5.0rem;
    font-style: italic;
    color: #00364D;
    background: -webkit-linear-gradient(0deg, #00364D, #006B99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 4px solid #00364D;
    border-image: linear-gradient(to right, #00364D 0%, #006B99 99%);
    border-image-slice: 1;
}
.font_underline_blue span{
    margin-left: 3%;
    font-size: 3.0rem;
}
.font_underline_black_half{
    margin: 4vh auto 4vh;
    padding-bottom: 1vh;
    font-size:var(--global-f-level3);
    color: #000;
    border-bottom: 3px dotted #ccc;
}
.font_underline_black_half span{
    margin-left: 3%;
    font-size: 2.0rem;
}
.font_borderleft_blue {
    line-height: 1.5;
    margin-bottom: 3vh;
    padding-left: 16px;
    border-left: 5px solid #00364D;
    font-size: 2.2rem;
}
.font_border{
    margin-bottom: 3vh;
    padding:10px;
    border: 1px solid #000;
    text-align: center;
    font-size: 2.2rem;
}
.font_l{
    line-height: 1.7;
    margin-top: 2vh;
    margin-bottom: 2vh;
    font-size: 2.2rem;
}
.font_m{
    line-height: 1.7;
    padding: 10px 15px;
    font-size: 1.8rem;
    text-align: center;
}
.font_back_blue{
    line-height: 1.7;
    padding: 10px 15px;
    font-size: 1.8rem;
    background:#003288;
    text-align: center;
    color:#fff;
}
.font_link{
    text-decoration: underline;
}
.font_link:hover{
    text-decoration: none;
}
/*  ボタン
------------------------------------------ */
.link_more_right{
    margin-bottom: 4vh;
    display: flex;
    justify-content: right;
}
.link_more_center{
    margin-bottom: 4vh;
    display: flex;
    justify-content: center;
}
.link_more{
    height: 30px;
    line-height: 30px;
    position: relative;
}
.link_more a{
    padding-left: 10px;
    display: block;
    color: #fff;
}
.link_more.link_gray{
    height: 50px;
    line-height: 50px;
}
.link_more.link_gray a{
    padding: 5px 10px;
    color: #000;
    font-size: 1.8rem;
}
.link_blue{
    width: 190px;
    margin-right: 4%;
    background: #006B99;
}
.link_gray{
    width: 320px;
    margin-right: 4%;
    background: #F1F1F1;
}
.link_more:after{
    content: '';
    display: block;
    width: 78px;
    height: 30px;
    margin-top:-3vh;
    right: -1vw;
    position: absolute;
}
.link_more.link_blue:after{
    background: url(../images/icon_arrow.svg) no-repeat bottom center;
}
.link_more.link_gray:after{
    background: url(../images/icon_arrow_002.svg) no-repeat bottom center;
}
.global_contact_inner .link_brown a img{
    margin-right: 5px;
}
.link_brown{
    width: 400px;
    text-align: center;
    margin-top: 2vh;
    margin-right: 4%;
    background: #49380E;
    background: linear-gradient(295deg, #926F1B 0%, #49380E 100%);
}
.link_brown a{
    padding: 16px 0;
    font-size:1.8rem;
    text-align: center;
    display: block;
    color: #fff;
}

/*  ページのトップへ backtop
--------------------------------------------------------------------- */
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
  }
.pagetop a{
display: block;
font-size: 0;
width: 50px;
height: 50px;
text-align: center;
background: linear-gradient( 135deg, #00364D 10%, #006B99 100%);
border-radius: 50%;
line-height: 50px;
}
.pagetop a i{
font-size: 20px;
color:#fff;
line-height: 50px;
}


/* テーブル
--------------------------------------------------------------------- */
.planning_flow {
    line-height: 1.7;
    margin: 0 auto 4vh;
    border-collapse: collapse;
    text-align: center;
}
.planning_flow th,
.planning_flow td{
    padding: 15px;
}
.planning_flow td{
    border: 6px solid #f0f0f0;
}
.planning_flow th{
    border: 6px solid #fff;
    background: #006DB9;
    color:#fff;
    font-size: 1.7rem;
}
.planning_flow th span{
    padding-right:10px;
}
.planning_flow tr:nth-of-type(5) td{
    border:none;
}
.planning_flow tr:nth-of-type(6) td{
    background: #aacbec;
    border: 6px solid #fff;
    font-weight: bold;
}
.planning_flow tr:nth-of-type(6) td:nth-of-type(1){
    width: 25%;
}
.table_basic{
    width: 100%;
    line-height: 1.7;
    margin: 0 auto 4vh;
    border-collapse: collapse;
}
.table_basic th,
.table_basic td{
    padding: 15px;
}
.table_basic th{
    width: 15%;
    border: 6px solid #fff;
    background: #F1F1F1;
    text-align: center;
}
.table_basic td{
    background: #fff;
}
.table_basic_002{
    width: 100%;
    line-height: 1.7;
    margin: 0 auto 4vh;
    border-collapse: collapse;
}
.table_basic_002 td{
    padding: 15px;
}
.table_basic_002 td{
    border: 6px solid #edf8f6;
    background: #fff;
}
.table_basic_002 td:nth-of-type(1) {
    width: 28%;
    font-weight: bold;
}

.table_basic_003{
    width: 100%;
    line-height: 1.7;
    margin: 0 auto 4vh;
    border-collapse: collapse;
}
.table_basic_003 th,
.table_basic_003 td{
    padding: 15px;
}
.table_basic_003 th{
    width: 50%;
    border: 6px solid #fff;
    background: #F1F1F1;
    text-align: center;
}
.table_basic_003 td{
    background: #fff;
}


.table_basic_004{
    width: 100%;
    line-height: 1.7;
    margin: 0 auto 4vh;
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
}
.table_basic_004 th,
.table_basic_004 td{
    padding: 15px;
}
.table_basic_004 th{
    width: 30px;
    height: 25px;
    padding: 8px 8px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: #C0C0C0 1px solid
}
.table_basic_004 td{
    height: 25px;
    padding: 8px 8px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: #C0C0C0 1px solid
}

body .table_basic_004 .cell_green{
    background: #edf8f6;
    font-weight: bold;
}


/* 目次スタイル 上書き
-------------------------------------------------------------*/
.toc_title a {
    display: inline;
}

body #toc_container {
    width: 100%;
    line-height: 2;
    margin: 3vh auto;
    padding: 23px;
}
body #toc_container p.toc_title+ul.toc_list {
    font-weight: bold;
}
body .toc_number {
    margin-right: 10px;
    font-size: var(--global-f-level5);
}



/* トップページ
--------------------------------------------------------------------- */
/* ヘッダー
------------------------------------------ */
.top .header_area_wrap .header_area {
    overflow: hidden;
}
.top .header_area_wrap{
    width: 100%;
    min-height: 900px;
    margin-bottom: 2vh;
    position: relative;
    background: url(../images/top_001.jpg) no-repeat top center;
    background-size: cover;
}
.top .header_area_wrap::after{
    display: block;
    content: '';
    width: 100%;
    height: 45px;
    background: -webkit-linear-gradient(0deg, #00364D, #006B99);
}
.top .header_area_wrap .header_area {
    max-width: 1200px;
    min-height: 900px;
    margin: 0 auto 0;
    position: relative;
}
.top .header_area_wrap .header_area .top_catchphrase_wrap{
    min-width: 666px;
    max-width: 100%;
    min-height: 300px;
    top:300px;
    right: 2vw;
    background: rgba(255,255,255,0.8);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top .top_catchphrase_area h2{
    line-height: 1.4;
    margin-bottom: 3vh;
    padding-bottom: 1vh;
    border-bottom: 4px solid #00364D;
    border-image: linear-gradient(to right, #00364D 0%, #006B99 99%);
    border-image-slice: 1;
    font-size: 3.5rem;
    font-weight: bold;
    color: #00364D;
    background: -webkit-linear-gradient(0deg, #00364D, #006B99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top .top_catchphrase_area ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.top .top_catchphrase_area li{
    width: 32%;
    height: 34px;
    line-height: 34px;
    margin-bottom: 2vh;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    background: rgba(255,255,255,0.9);
}
/* お知らせ
------------------------------------------ */
.top .header_area_wrap .top_topic_wrap{
    min-width: 600px;
    min-height: 10vh;
    transform: skewX(-5deg);
    right: 2vw;
    bottom: 3vh;
    background: rgba(255,255,255,0.9);
    position: absolute;
}    
.top .header_area_wrap .top_topic_area{
    transform: skewX(5deg);
    padding: 15px;
}
.top .top_topic_subinformation{
    display: flex;
    align-items: center;
}
.top .top_topic_category{
    width: 100px;
    margin: 10px 5px 10px 0;
    padding: 2px 10px;
    text-align: center;
    background: #19272d;
    color: #fff;
}
.top .header_area_wrap .top_topic_area h4{
    margin-bottom: 1vh;
    font-size: 2rem;
}
.top .top_contents_inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 3vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.top .top_contents_inner .top_feature_oneitem{
    width: 42%;
    background: #F1F1F1;
    padding: 3%;
}
.top .top_contents_inner .top_feature_oneitem:nth-of-type(1){
    background: #fff;
}
.top .top_contents_inner .top_feature_oneitem:nth-of-type(1) p{
    line-height: 1.7;
    font-size: 1.8rem;
    font-weight: 600;
}
.top .top_contents_inner .top_feature_oneitem:nth-of-type(1) p span{
    font-size: 2.8rem;
    font-weight: bold;
}
.top .top_contents_inner .top_feature_oneitem:nth-of-type(2) p{
    font-size: 1.8rem;
    line-height: 1.7;
}
/* トップページ ヘッダーお知らせ
------------------------------------------ */
.top .top_news_inner ul li a {
    display: flex;
}
.top .top_news_inner ul li a p{
    margin-right: 1%;
}


/* トップページ お知らせ
------------------------------------------ */
.top .top_news_area{
    max-width: 720px;
    margin: 0 auto 4vh;
    padding: 5vh 0;
}
.top .top_news_oneitem{
    margin-bottom: 2vh;
}
.top .top_news_oneitem a{ 
    display: flex;
    
    font-size: 1.5rem;
}
.top .news_date{
    width: 19%;
    padding: 5px;
    text-align: left;
}
.top .news_category{
    padding: 5px;
    background: #ccc;
    text-align: center;
    margin: 0 1%;
}
.top .news_title{
    line-height: 1.5;
    padding: 5px;
}
.news_description {
    line-height: 1.7;
}
/* global サービス トピックス
--------------------------------------------------------------------- */
.service .top_contents_wrap{
    max-width: 1000px;
    margin: 0 auto 4vh;
}
.global_topic_area {
    display: flex;
    align-items:start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.global_topic_oneitem {
    width: 30%;
    margin-bottom: 4vh;
}
.global_topic_oneitem_inner{
    margin-top: -1vh;
}
.global_topic_oneitem h3 {
    margin-bottom: 2vh;
    font-size: 2.0rem;
    text-align: center;
    color: #00364D;
}
.global_topic_oneitem>p{
    width: 90%;
    height: 35px;
    line-height: 35px;
    margin: 0vh auto 0vh;  
    padding-left: 10px;
    background: -webkit-linear-gradient(0deg, #00364D, #006B99);
    font-family: 'Lora', serif;
    color: #fff;
    font-size: 2.8rem;
    position: relative;
}
.global_topic_oneitem_description{
    background: #fff;
    padding: 19px;
}
.global_topic_oneitem_description ul{
    
}
.global_topic_oneitem_description li{
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.global_topic_oneitem_description li i{
    width: 2%;
    margin-left: 3%;
}
/* global 導入実績
------------------------------------------ */
.global_case_area {
    max-width: 1000px;
    margin: 0 auto 4vh;
    padding: 5vh 0;
}
.global_case_inner a{
    width: 23%;
    line-height: 1.7;
    margin-bottom: 5vh;
}
.global_case_inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 9%;
    text-align: center;
}
.global_case_oneitem ul,
.global_case_category {
    margin-bottom: 1vh;
    display: flex;
}
.global_case_category li,
.global_solution_category li{
    margin: 0 2%;
    padding: 4px 10px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
}
.global_case_category li{
    background: #006B99;
}
.global_solution_category li{
    background: #D60E1B;
}
.global_case_oneitem p{
    margin-bottom: 1vh;
    text-align: center;
}
.global_case_oneitem h5{
    font-size: 1.4rem;
    text-align: center;
}
.global_case_img{
    margin-bottom: 1vh;
}
/*  実績 次のページ
-------------------------------------------------------------*/
.global_page_link .global_page_link_inner{
    width: 95%;
    padding-top: 10px;
    margin: 32px auto 48px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    font-size: 1.4rem;
}
.global_page_link h2{
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding-bottom: 2vh;
    border-bottom: 2px solid #444;
}
.global_page_link_inner > p{
    width: 48%;
    line-height: 1.7;
    margin-bottom: 2vh;
}
.global_page_link_inner > p:nth-of-type(2) {
    text-align: right;
}
.global_page_link a {
    color: black;
}
.global_page_link .prev,.global_page_link .news .next {
    width: fit-content;
}

/* 実績 ページネーション
-------------------------------------------------------------*/
.wp-pagenavi {
	display: flex;
    margin: 0 auto 4vh;
    clear: both;
	text-align:center;
    justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #144f6d;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin dotted #144f6d;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #144f6d;
    }
.wp-pagenavi span.current{
	color: #fff;
	background-color: #144f6d;
    }

/* 実績一覧リスト表示
--------------------------------------------------------------------- */
.font_category_head h2 {
    margin: 4vh 0;
    padding: 10px;
    border-top: solid #CCC;
    border-bottom: solid #CCC;
    display: flex;
    justify-content: space-between;
}
.font_category_head h2 span{
    font-size: var(--global-f-base);
}
.global_case_link {
    margin-bottom: 2vh;
    text-align: center;
}
.global_case_link a{
    width: 100%;
    padding: 10px 100px;
    border: 1px solid #333;
    display: block;
}
.global_works_li {
    width: 100%;
    max-width: 749px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.global_works_li .global_works_item {
    width: 45%;
    margin-bottom: 2vh;
    text-align: center;
}
.global_works_li .global_works_item:nth-of-type(2n) {
    margin-right: 0;
}
.global_works_inner {
    padding: 24px;
}
.global_works_item > a {
    box-shadow: 0 3px 6px rgb( 0, 0, 0,0.16);
    color: black;
}

.global_works_li .global_works_title {
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.global_works_li .global_works_content {
    height: 3.6em ;
    margin-bottom: 16px;
    line-height: 1.8;
    overflow: hidden;
    font-size: 1.4rem;
}
.global_works_li .global_works_date {
    text-align: right;
    font-size: 1.2rem;
}
.global_works_img {
    max-width: 100%;
    height: 210px;
}
.global_works_img img {
    max-width: 100%;
    height: 210px;
    object-fit: cover;
}
.global_gray_bgbox {
    padding: 16px 32px;
    background-color: var(--gray);
    box-shadow: 0 3px 6px rgb( 0,  0, 0,0.16)
}
.column_category a {
    margin: 10px;
    display: block;
}

/* global サービス
------------------------------------------ */
.global_servicenav_wrap {
    max-width: 1000px;
    margin: 0 auto 4vh;
    padding: 30px 60px;
    background: #F1F1F1;
}
.global_servicenav_area {
    display: flex;
    flex-wrap: wrap;
}
.global_servicenav_oneitem {
    width: 30%;
    margin-bottom: 2vh;
}
.global_servicenav_oneitem h3 {
    margin-bottom: 2vh;
    font-size: 2.0rem;
    text-align: center;
    color: #00364D;
}
.global_servicenav_oneitem p{
    width: 90%;
    height: 25px;
    line-height: 25px;
    margin: 0vh auto 0vh;  
    padding-left: 10px;
    background: -webkit-linear-gradient(0deg, #00364D, #006B99);
    font-family: 'Lora', serif;
    color: #fff;
    font-size: 2.0rem;
    position: relative;
}
.global_service_description_wrap{
    max-width: 800px;
    margin: 0 auto 4vh;
    padding-top: 4vh;
    line-height: 1.7;
}
.global_service_description_wrap span{
    font-size: 2.2rem;
    font-weight: bold;
}
.global_service_description_title {
    display: flex;
    align-items: center;
    margin-bottom: 2vh;
}
.global_service_description_title h2{
    width: 300px;
    margin-left: 1%;
    padding: 4px 10px;
    background:#210852;
    color: #fff;
    font-size: 2.2rem;
}
.global_service_description_title p{
    background: #fff;
    color: #210852;
    font-size: 2.2rem;
}
.global_service_subsidy_area {
    max-width: 800px;
    margin: 0 auto 8vh;
    padding: 20px 40px;
    box-shadow: 1px 1px 1px 2px #ccc;
    background: #fff;
}
.global_service_subsidy_area > h3 {
    margin-bottom: 4vh;
    text-align: center;
    font-size: 2.0rem;
}
.global_service_subsidy_description {
    line-height: 1.7;
    margin-bottom: 4vh;
    padding: 20px 60px;
    background: #F1F1F1;
}
.global_service_subsidy_area p{
    line-height: 1.7;
    margin-bottom: 2vh;
}
.global_service_subsidy_description > h4 {
    margin-bottom: 2vh;
    padding-bottom: 1vh;
    border-bottom: 1px solid #555;
    text-align: center;
    font-weight: bold;
}
.service_subsidyinfo_oneitem {
    width: 32%;
    display: flex;
    align-items: center;   
}
.service_subsidyinfo_oneitem:nth-of-type(1){
    width: 20%;
}
.service_subsidyinfo_oneitem:nth-of-type(2){
    width: 40%;
}
.service_subsidyinfo_oneitem ul li{
    line-height: 1.7;
    font-size: 3.0rem;
    font-weight: bold;
}
.service_subsidyinfo_oneitem ul li span{
    font-size: 2.0rem;
}
.service_subsidyinfo {
    display: flex;
    justify-content: space-between;
}
.service_subsidyinfo_oneitem h5{
    width: 88px;
    background: #f1f1f1;
    padding: 10px 0px;
    margin: 0 12px;
    text-align: center;
}
.service_subsidyinfo_oneitem_inner dl {
    margin-bottom: 2vh;
    display: flex;
    align-items: baseline;
    font-size: 1.8rem;
}
.service_subsidyinfo_oneitem_inner dl dd .result_data{
    margin: 2px 10px;
    font-size: 3rem;
    font-weight: bold;
}
.service .middle_contents_area{
    max-width: 1200px;
    margin: 0 auto 4vh;
}

/* 評価
--------------------------------------------------------------------- */
.star5_rating{
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #ccc;
}
.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}
.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32;
}
.star5_rating[data-rate="5"]:after{ width: 100%; }
.star5_rating[data-rate="4.9"]:after{ width: 98%; }
.star5_rating[data-rate="4.8"]:after{ width: 96%; }
.star5_rating[data-rate="4.7"]:after{ width: 94%; }
.star5_rating[data-rate="4.6"]:after{ width: 92%; }
.star5_rating[data-rate="4.5"]:after{ width: 90%; }
.star5_rating[data-rate="4.4"]:after{ width: 88%; }
.star5_rating[data-rate="4.3"]:after{ width: 86%; }
.star5_rating[data-rate="4.2"]:after{ width: 84%; }
.star5_rating[data-rate="4.1"]:after{ width: 82%; }
.star5_rating[data-rate="4"]:after{ width: 80%; }
.star5_rating[data-rate="3.9"]:after{ width: 78%; }
.star5_rating[data-rate="3.8"]:after{ width: 76%; }
.star5_rating[data-rate="3.7"]:after{ width: 74%; }
.star5_rating[data-rate="3.6"]:after{ width: 72%; }
.star5_rating[data-rate="3.5"]:after{ width: 70%; }
.star5_rating[data-rate="3.4"]:after{ width: 68%; }
.star5_rating[data-rate="3.3"]:after{ width: 66%; }
.star5_rating[data-rate="3.2"]:after{ width: 64%; }
.star5_rating[data-rate="3.1"]:after{ width: 62%; }
.star5_rating[data-rate="3"]:after{ width: 60%; }
.star5_rating[data-rate="2.9"]:after{ width: 58%; }
.star5_rating[data-rate="2.8"]:after{ width: 56%; }
.star5_rating[data-rate="2.7"]:after{ width: 54%; }
.star5_rating[data-rate="2.6"]:after{ width: 52%; }
.star5_rating[data-rate="2.5"]:after{ width: 50%; }
.star5_rating[data-rate="2.4"]:after{ width: 48%; }
.star5_rating[data-rate="2.3"]:after{ width: 46%; }
.star5_rating[data-rate="2.2"]:after{ width: 44%; }
.star5_rating[data-rate="2.1"]:after{ width: 42%; }
.star5_rating[data-rate="2"]:after{ width: 40%; }
.star5_rating[data-rate="1.9"]:after{ width: 38%; }
.star5_rating[data-rate="1.8"]:after{ width: 36%; }
.star5_rating[data-rate="1.7"]:after{ width: 34%; }
.star5_rating[data-rate="1.6"]:after{ width: 32%; }
.star5_rating[data-rate="1.5"]:after{ width: 30%; }
.star5_rating[data-rate="1.4"]:after{ width: 28%; }
.star5_rating[data-rate="1.3"]:after{ width: 26%; }
.star5_rating[data-rate="1.2"]:after{ width: 24%; }
.star5_rating[data-rate="1.1"]:after{ width: 22%; }
.star5_rating[data-rate="1"]:after{ width: 20%; }
.star5_rating[data-rate="0.9"]:after{ width: 18%; }
.star5_rating[data-rate="0.8"]:after{ width: 16%; }
.star5_rating[data-rate="0.7"]:after{ width: 14%; }
.star5_rating[data-rate="0.6"]:after{ width: 12%; }
.star5_rating[data-rate="0.5"]:after{ width: 10%; }
.star5_rating[data-rate="0.4"]:after{ width: 8%; }
.star5_rating[data-rate="0.3"]:after{ width: 6%; }
.star5_rating[data-rate="0.2"]:after{ width: 4%; }
.star5_rating[data-rate="0.1"]:after{ width: 2%; }
.star5_rating[data-rate="0"]:after{ width: 0%; }
/* サービス ホームページ制作
------------------------------------------ */
.global_service_webcreate_area{
    max-width: 1000px;
    margin: 0 auto 4vh;
}
/* サービス 集客対策の立案
------------------------------------------ */
.global_service_planning_area{
    max-width: 1000px;
    margin: 0 auto 4vh;
}
.global_topic_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.global_topic_list li{ 
    width: 28%;
    margin: 1vh;
    padding: 15px;
    text-align: center;
    background: #f8f5ff;
    font-weight: bold;
}
/* サービス 人材採用の促進
------------------------------------------ */
.global_service_recruit_area,
.global_service_others_area{
    max-width: 1000px;
    margin: 0 auto 4vh;
    display: flex;
    justify-content: space-around;
}
.global_service_recruit_oneitem,
.global_service_others_oneitem{
    width: 48%;
}
/*　ECサイト制作
--------------------------------------------------------------------- */
.ec .top_contents_wrap{
    margin-bottom: 4vh;
    text-align: center;
    background: var(--g_orange);
}
.ec .ecsolution_oneitem_area {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.ec .ecsolution_oneitem {
    width: 25%;
    line-height: 1.7;
    margin-bottom: 4vh;
    
}
.ec .ecsolution_oneitem h3{
    font-size: 2.5rem;
    text-align: center;
}
.ec .ecsolution_oneitem img{
    margin: 0 auto 2vh;
    display: block;
}
.ec .ecsolution_oneitem h4 {
    margin-bottom: 2vh;
    padding: 5px 0;
    text-align: center;
    background: #006DB9;
    color:#fff;
    font-size: 2.0rem;
}
.ec .ec_functionlist_area ul{
    max-width: 1200px;
    margin: 0 auto 4vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color:#fff;
    text-align: center;
    font-size: 1.2rem;
}
.ec .ec_functionlist_area ul li{
    width: 22%;
    padding: 15px;
    margin-bottom: 4vh;
    font-size: var(--global-f-level2);
    background: #13806C;
}
.ec_flow_wrap {
    margin: 4vh auto;
}
.ec .ec_flow_area{
    max-width: 1000px;
    margin: 0 auto;
}
.ec .ec_flow_area p{
    margin-bottom: 2vh;
}
.ec .ec_flow_area ul li{
    line-height: 1.7;
}

/*　ECサイト決済
--------------------------------------------------------------------- */
.ec_payment .top_contents_wrap{
    margin-bottom: 4vh;
    text-align: center;
    background: var(--navy_002);
}
.ec_payment .ecsolution_oneitem_area {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.ec_payment .ecsolution_oneitem {
    width: 25%;
    line-height: 1.7;
    margin-bottom: 4vh;
    
}
.ec_payment .ecsolution_oneitem h3{
    font-size: 2.5rem;
    text-align: center;
}
.ec_payment .ecsolution_oneitem img{
    margin: 0 auto 2vh;
    display: block;
}
.ec_payment .ecsolution_oneitem h4 {
    margin-bottom: 2vh;
    padding: 5px 0;
    text-align: center;
    background: #006DB9;
    color:#fff;
    font-size: 2.0rem;
}
.ec_payment .ec_functionlist_area ul{
    max-width: 1200px;
    margin: 0 auto 4vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    color:#fff;
    text-align: center;
    font-size: 1.2rem;
}
.ec_payment .ec_functionlist_area ul li{
    width: 22%;
    padding: 15px;
    margin-bottom: 4vh;
    font-size: var(--global-f-level2);
    background: #13806C;
}
.ec_flow_wrap {
    margin: 4vh auto;
}
.ec_payment .ec_flow_area{
    max-width: 1000px;
    margin: 0 auto;
}
.ec_payment .ec_flow_area p{
    margin-bottom: 2vh;
}
.ec_payment .ec_flow_area ul li{
    line-height: 1.7;
}


/*　会社情報
--------------------------------------------------------------------- */
.company .top_contents{
    max-width: 1000px;
    margin: 0 auto 4vh;
}
.company .top_contents p{
    margin-bottom: 2vh;
    line-height: 1.7;
}
.companyinfo_area{
    max-width: 1000px;
    margin: 0 auto 4vh;
}
.companyinfo_area dl{
    display: flex;
    margin-bottom: 3vh;
    align-items: center;
}
.companyinfo_area dl dt{
    width: 8%;
    margin-right: 4%;
    display: block;
    font-weight: bold;
    
    font-size: 2rem;
}
.companyinfo_area p {
    line-height: 1.7;
}
.companyinfo_area .companyinfo_oneitem{
    margin-bottom: 4vh;
    padding: 1%;
    background: #fff;
}
.company .middle_contents_wrap{
    max-width: 1000px;
    margin: 0 auto 4vh;
}
/* 料金表
--------------------------------------------------------------------- */
.global_priceinfo_wrap{
    max-width: 800px;
    margin: 0 auto 0;
}
.global_priceinfo_area h3{
    margin-bottom: 2vh;
    font-size:2rem;
}
.global_priceinfo_area p{
    line-height: 1.7;
    margin-bottom: 1vh;
}
.global_price_oneitem{
    
}
/* 実績紹介
--------------------------------------------------------------------- */
.case_detail_wrap{
    max-width: 800px;
    margin: 0 auto 0;
}
.case_detail_inner {
    line-height: 1.7;
    margin-top: 2vh;
    padding-top: 2vh;
    border-top: 2px solid #000;
    display: flex;
    justify-content: space-between;
}
.case_detail_data,
.case_detail_description{
    width: 48%;
}
.case_detail_data dt{
    margin-bottom: 1vh;
    font-weight: bold;
}
.case_detail_data dd{
    margin-bottom: 4vh;
}
/* お知らせ
------------------------------------------ */
.news .top_contents{
    max-width: 800px;
    margin: 0 auto 0;
}
.global_newslist_area{
    max-width: 720px;
    margin: 0 auto 0;
}
.global_newsdetail_area{
    max-width: 720px;
    margin: 0 auto 3vh;
}
.global_newslist_area>a{
    display: block;
    margin-bottom: 3vh;
    border-bottom: 1px solid #ccc;
}
.news .global_newslist_oneitem {
    margin-bottom: 3vh;
    display: flex;
}
.news .global_newslist_oneitem .news_data{
    margin-bottom: 1vh;
    display: flex;
    align-items: center;
}
.global_newslist_description{
    width: 50%;
}
.news .global_newslist_oneitem .news_data img{
    width: 12px;
    margin-right: 10px;
}
.news .global_newslist_thumbnail {
    width: 22%;
    margin-left: auto;
}
.global_newslist_thumbnail .news_thumbnail img{
    width: 138px;
    height: 95px;
    object-fit: cover;
}
    
.global_newslist_body h2,
.global_newslist_body h3,
.global_newslist_body h4,
.global_newslist_body p,
.global_newslist_body ul li{
    line-height: 1.7;
    margin-bottom: 3vh;
}
.global_newslist_body h2{
    font-size: 2.0rem;
}
.global_newslist_body h3{
    font-size: 2.0rem;
}

.entry_body h2,
.entry_body h3{
    border-bottom: 1px solid #d6d6d6;

}


.border_list li {
    line-height: 1.7;
    margin-bottom: 2vh;
    padding: 2%;
    border: 4px solid #00bcd4;
    display: flex;
    align-items: center;
    background: #ecf4f5;
    font-weight: bold;
    color: #000000;
}
.border_list span {
    font-size: 24px;
}

/* グローバル global お知らせ一覧
------------------------------------------ */
.global_archivelist{
    max-width: 600px;
    margin: 0 auto 3vh;
}
.global_archivelist h5{
    margin-bottom: 2vh;
}



/* グローバル global コンタクト
------------------------------------------ */
.global_footer_contact_wrap {
    background: url(../images/footer.jpg) no-repeat top center;
    min-height: 554px;
}
.global_footer_contact_area{
    max-width: 1020px;
    margin: 0 auto 4vh;
    padding: 5vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.global_footer_contact_area h4 {
    line-height: 1.5;
    margin: 4vh 0;
    text-align: center;
    font-size: 2.8rem;
    text-shadow:2px 2px 9px #000;
    color: #fff;
}
.global_footer_contact_wrap .global_footer_contact_inner{
    width: 1000px;
    padding: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.7);
}
.global_footer_contact_wrap .global_footer_contact_oneitem {
    width: 48%;
    text-align: center;
}
.global_footer_contact_wrap .global_footer_contact_oneitem p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 2vh;
}
.global_footer_contact_wrap .global_footer_contact_oneitem .btn_green,
.global_footer_contact_wrap .global_footer_contact_oneitem .btn_blue{
    width: 250px;
    margin: 0 auto 0;
    border-radius:3px;
}
.global_footer_contact_wrap .global_footer_contact_oneitem p a{
    padding: 5px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
    font-size:2.0rem;
}
.btn_green{
    background: #00B900;
}
.btn_blue{
    background: #1D77AE;
}

/* グローバル global コンタクト
------------------------------------------ */
.global_contact_wrap {
    
}
.global_contact_area{
    max-width: 800px;
    margin: 0 auto 4vh;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.global_contact_area h4 {
    line-height: 1.5;
    margin: 4vh 0;
    text-align: center;
    font-size: 2rem;
    color: #000;
}
.global_contact_inner{
    background: #F5F5F5;
}
.global_contact_wrap .global_contact_btn_area{
    width: 800px;
    padding: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.global_contact_wrap .global_contact_oneitem {
    width: 48%;
    text-align: center;
}
.global_contact_wrap .global_contact_oneitem p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 2vh;
}
.global_contact_wrap .global_contact_oneitem .btn_green,
.global_contact_wrap .global_contact_oneitem .btn_blue{
    width: 250px;
    margin: 0 auto 0;
    border-radius:3px;
}
.global_contact_wrap .global_contact_oneitem p a{
    padding: 5px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
    font-size:2.0rem;
}
/* 404
------------------------------------------ */
.notfound_info p{
    margin-bottom: 2vh;
}
/* 本文
------------------------------------------ */

/* 次のページ 
============================= */
.pagelink{
    padding-top: 15px;
    border-top: 1px solid #444;
}
.news .pagelink p{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.news .pagelink p span{
    width:300px;
	margin: 0 auto 0;
}
.news .pagelink p span.prev{
    margin-right: 0;
}
.news .pagelink p span.next{
    margin-left: 0;
}
.news .pagelink{
	clear: both;
}
.ennewstry .pagelink span{
	padding: 5px;
}
.news .pagelink span:nth-of-type(1){
	float: left;
}
.news .pagelink span:nth-of-type(2){
	float: right;
}
.news .pagelink ul{
	width:300px;
	margin: 0 auto 0;
}
.news .pagelink ul li{
	padding: 10px;
}
.news .pagelink ul li,
.news .pagelink ul li a{
	line-height: 1;
	padding: 0px;
	float: left;
    background: #e4e4e4;
    margin: 5px;
}
.news .pagelink ul li:nth-of-type(1){
}
.news .pagelink ul li:nth-of-type(2){
}
.news .pagelink span a{
	color: #000;
	font-weight: bold;
    text-decoration: underline;
}
.news .pagelink span a:hover{
    text-decoration: none;
}
.addtoany_content {
    padding: 20px;
    border-top: solid 1px #ccc;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
}

/* チケットお申込みフォーム
--------------------------------------------------------------------- */
.performance_list {
    line-height: 1.7;
    margin-bottom: 3vh;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
}
dl.performance_list dt{
    margin-bottom: 1vh;
    font-size: var(--global-f-level4);
}
dl.performance_list dd {
    margin-bottom: 1vh;
    font-size: var(--global-f-level3);
}
.performance_list li{
    line-height: 1.7;
    margin-bottom: 1vh;
    font-size: var(--global-f-level4);
}
/* フォーム
--------------------------------------------------------------------- */
.contact_list{
    line-height: 1.7;
}
.contact_list li{
    margin-bottom: 1vh;
    font-size: var(--global-f-level1);
}
.contact_wrap .border-list ul li {
    font-size: 1.7rem;
}

span.wpcf7-form-control.wpcf7-radio {
    margin-top: 1vh;
    margin-bottom: 1vh;
    display: block;
}
.from_title{
    margin-bottom: 1vh;
    padding-left: 12px;
    border-left: 4px solid #222;
    font-size:24px !important;
}
label{
	font-size:24px !important;
}
.contact p{
	margin-bottom:2vh !important;
}
.contact .contact_wrap {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.contact .top_contents_wrap{
    margin: 0 auto;
}
.contact .content-wrapper{
    margin: 0 auto 5vh;
    border-bottom: 1px dashed;
    padding-bottom: 5vh;
}
.concept .contact_wrap h3{
    margin-bottom: 1vh;
}
dl.border-list {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}

.contact_wrap .border-list dt {
    width: 33%;
    line-height: 50px;
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;

}
.contact_wrap .border-list dd {
    width: 65%;
    line-height: 50px;
    margin-bottom: 30px;
}
.contact_wrap dl span.must {
margin-right: 10px;
    margin-left: auto;
    color: #fff;
    font-size: 10px;
    font-size: 1.7rem;
    position: relative;
    padding: 4px 6px;
    background: #008591;
    line-height: 1;

}
.contact_wrap .form-bottom {
    margin: 0 auto;
    display: block;
    text-align: center;
}

div.wpcf7-response-output {
    
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
    border: 2px solid #ff0000;
}
.contact_wrap .confilm-btn,
.contact_wrap .submit-btn {
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.contact_wrap .confilm-btn input[type="submit"], 
.contact_wrap .submit-btn input[type="submit"] {
font-size: 1.6rem;
letter-spacing: 0.1em;
width: 320px;
height: 60px;
cursor: pointer;
background: none;
color: #000;
border-style: none;
-webkit-appearance: none;
outline: 0;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-align: center;
box-sizing: border-box;
border: 1px solid #000;
}

.contact_wrap .confilm-btn, 
.contact_wrap .submit-btn {
margin: 0 auto;
display: inline-block;
position: relative;
}

.contact_wrap .submit-btn {
width: 320px;
}

.contact_wrap .confilm-btn,
.contact_wrap .submit-btn {
margin: 0 auto;
display: inline-block;
position: relative;
}

.contact_wrap .confilm-btn input[type="submit"], 
.contact_wrap .submit-btn input[type="submit"] {
font-size: 1.6rem;
letter-spacing: 0.1em;
width: 320px;
height: 60px;
cursor: pointer;
background: none;
color: #000;
border-style: none;
-webkit-appearance: none;
outline: 0;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-align: center;
box-sizing: border-box;
border: 1px solid #000;
}

.contact_wrap input[type="text"], 
.contact_wrap input[type="email"], 
.contact_wrap input[type="tel"] {
    padding: 12px;
    border: 0;
    width: 100%;
    height: 46px;
    margin: 2vh auto;
    box-sizing: border-box;
    font-size: 1.6rem;
    -webkit-appearance: none;
    outline: 0;
    background-color: #E8ECEF;
    outline: 0;
}
.contact_wrap textarea {
    margin: 2vh auto;
padding: 12px;
border: 0;
box-sizing: border-box;
font-size: 1.6rem;
width: 100%;
-webkit-appearance: none;
outline: 0;
background-color: #E8ECEF;
display: block;
outline: 0;
}
.span.wpcf7-form-control.wpcf7-radio{
    margin: 2vh auto;
}
.mfp_buttons ul li .wpcf7-submit {

background: linear-gradient( 135deg, #1a2a51 10%, #3f76dc 100%);

}
.mfp_buttons ul {
display: flex;
justify-content: space-around;
}
.mfp_buttons ul li .submit_reset{
color:#000;
}
.mfp_buttons ul li input{
width: 140px;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
font-weight: bold;
font-size: 18px;
text-transform: none;
padding: 15px 30px;
-webkit-appearance: none;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
}

.border-list select {
width: 100%;
min-height: 49px;
padding: 6px;
font-size: 1.4rem;
}
span.wpcf7-form-control.wpcf7-checkbox span {
margin-bottom: 1%;
font-size: var(--global-f-level1);
}

.contact_check {
width:100%;
margin-bottom: 4vh;
position: relative;
}
.contact_check dt{
margin: 1%;
font-weight: bold;
}
.contact_check dt span {
    margin-right: 13px;
}
body .wrap .contact_check .must{
margin-left: 2%;
}
.contact_check dd{
padding: 10px;
border: 1px solid #ccc;
}

.contact .contact_attention{

}
/**/
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
    margin-bottom: 2vh;
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}



/* マルチデバイス ハンバーガーメニュー
--------------------------------------------------------------------- */
.sp_nav_area .header_sp .drawer-toggle{
    display: none;
}
.sp_nav_area .header_sp .drawer-hamburger{
    width: 3rem;
}

body.drawer--right .drawer-hamburger, 
body.drawer--right.drawer-open .drawer-nav, 
body.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 3%;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
    background-color    : #000 !important;
}

/* 1200px //
--------------------------------------------------------------------- */
@media screen and (max-width: 1220px) {


 /* グローバルナビ 1200
--------------------------------------------------------------------- */
.header_area nav{
    display: none;
}  


/* マルチデバイス Gナビ 1200
--------------------------------------------------------------------- */
.drawer-brand{
    padding-right: .25rem;
    padding-left: .25rem;        
}
.sp_nav_area .header_sp .drawer-toggle{
    display: block;
}
.sp_nav_area .header_sp .drawer-menu {
   
}
.sp_nav_area .header_sp .drawer-menu li.logo_area{
    margin-bottom: 1vh;
    text-align: center;
    background: #fff;
}    
.sp_nav_area .header_sp .drawer-menu li.logo_area img{
    max-width: 200px;
}
.sp_nav_area .header_sp .drawer-menu li:nth-of-type(1) img{
    width: 95%;
    vertical-align: middle;
}
.sp_nav_area .header_sp .drawer-menu li {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: url(../images/spmenu_back.jpg) no-repeat;
}
.sp_nav_area .header_sp .drawer-dropdown-menu{
    border-top: 1px solid #fff;    
}    
.sp_nav_area .header_sp .drawer-menu li a{
    display: block;
    margin-top: 1vh;
    margin-bottom: 1vh;
    padding: 14px 25px 14px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 2.2rem;
    color: #000;        
}
.sp_nav_area .header_sp .drawer-menu li a:hover{
        text-decoration: none;
}    

/* パンくずリスト 1200
--------------------------------------------------------------------- */
.wrap .bread_crumb_area{
    width: 95%;
    margin-top: 10px;
}


/* フォーム 1200
--------------------------------------------------------------------- */
.border-list {
    flex-direction: column;
  }
  .contact_wrap .border-list dt {
    width: 100%;
  }
  .contact_wrap .border-list dd {
    width: 100%;
  }     



}



@media screen and (max-width: 1020px) {
/* 全体 1020 
--------------------------------------------------------------------- */
.wrap {
    width: 95%;
    margin: 0 auto;
}
.global_blueband_area {
    max-width: 1200px;
    margin: 0 auto 0vh;
    padding: 5vh 5%;
}
/* フォント 1020 
--------------------------------------------------------------------- */
.font_underline_blue{
    width: 100%;
    font-size: 1.6rem;
}
.font_underline_blue span {
    margin-left: 1%;
    font-size: 1.6rem;
}
.font_underline_black_half {
    width: 98%;
}

/* パンくず 1020
--------------------------------------------------------------------- */
.bread-crumb {
    display: none;
}
/* フッター 1020
--------------------------------------------------------------------- */
.global_footer_contact_wrap .global_footer_contact_inner{
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
}
.global_footer_contact_area h4 {
    font-size: 1.4rem;
}
.global_footer_contact_wrap .global_footer_contact_oneitem {
    width: 95%;
    padding: 15px 0;
    text-align: center;
}

.global_contact_wrap .global_contact_btn_area{
    width: 100%;
}

    
}

/* マルチデバイス  800
--------------------------------------------------------------------- */
@media screen and (min-width: 800px) {
    .sp_mode{
        display: none !important;
    }

}
/* 
--------------------------------------------------------------------- */
@media screen and (max-width: 800px) {

/* テーブル  800
--------------------------------------------------------------------- */
.global_table_wrap {
margin: 0 auto 2vh;
overflow: auto;
white-space: nowrap;
}
/* 全体 800 
--------------------------------------------------------------------- */
.sp_mode{
    display: block;
}
.normal_mode{
    display: none !important;
}
.font_underline_black_half{
    font-size: 1.8rem;
}
.entry {
    width: 94%;
    margin: 0 auto 2vh;
}
/* トップ 800 
--------------------------------------------------------------------- */
.top .header_area_wrap::after{
display: none;
}
.top .logo {
    margin-bottom: 1vh;
    margin-left: 3%;
    padding-top: 3%;
    position: static;
}
.top .header_area_wrap{
    width: 100%;
    min-height: 70vh;

    margin-bottom: 2vh;
    position: relative;
    background: url(../images/top_009.jpg) no-repeat top center;
}
.top .header_area_wrap .header_area{
    min-height: 70vh;
    height: 70vh;
}
.top .header_area_wrap .header_area .top_catchphrase_wrap{
    width: 100%;
    min-width: auto;
    margin: 0 auto 4vh;
    padding: 5%;
    bottom: 0;
    right: unset;
    top:unset;
}
.top .top_catchphrase_area h2{
    font-size: 1.8rem;
} 
.top .top_contents_inner {
    width: 98%;
    flex-direction:column;
}
.top .top_contents_inner .top_feature_oneitem {
    width: 100%;
    padding: 3%;
}
.top .top_catchphrase_area ul{
    flex-direction: column;
}
.top .top_catchphrase_area ul li{
    width: 100%;
}
.top .top_contents_inner .top_feature_oneitem:nth-of-type(1) p span {
    font-size: 1.8rem;
    font-weight: bold;
}
.top .top_news_oneitem a {
    flex-direction: column;
}
.top .news_date {
    width: 100%
}    
.top .news_category {
    width: 25%;
    text-align:left;
}
.top .news_category {
    width: 98%;
    margin: 0 auto 2vh;
    text-align: center;
}
/* 制作実績 800
--------------------------------------------------------------------- */
.global_topic_area{
    flex-direction: column;
}
.case_detail_inner{
    width: 98%;
    margin: 2vh auto;
    flex-direction: column;
}
.case_detail_data,
.case_detail_description {
    width: 100%;
}
.global_topic_oneitem {
    width: 90%;
    margin: 0 auto 2vh;
}
.global_case_inner a {
    width: 98%;
    margin-bottom: 3vh;
    display: block
}
.global_page_link .global_page_link_inner{
    flex-direction: column;
}
.global_page_link_inner > p{
    width: 95%;
}
.global_page_link_inner > p:nth-of-type(2){
    margin-left: auto;
}
/* サービス  800
--------------------------------------------------------------------- */
.global_servicenav_oneitem {
    width: 100%;
    margin-bottom: 2vh;
}
.global_servicenav_wrap {
    padding: 10px 10px;
 
}
.global_service_subsidy_description{
    padding: 10px 10px;
}
.global_service_description_wrap span{
    font-size: 1.7rem;
}
.service_subsidyinfo {
    flex-direction: column;
}
.service_subsidyinfo_oneitem,
.service_subsidyinfo_oneitem:nth-of-type(1),
.service_subsidyinfo_oneitem:nth-of-type(2) {
    width: 100%;
}
.global_service_subsidy_area {
    padding: 15px;
}
.global_topic_list {
    flex-direction: column;
}
.global_topic_list li {
    width: 95%;
    margin: 1% auto 1%;
    padding: 3%;
}
.global_service_subsidy_area {
     width: 95%;
}
.global_service_recruit_area,
.global_service_others_area{
    flex-direction: column;
}
.global_service_recruit_oneitem, 
.global_service_others_oneitem {
    width: 95%;
}
/* global コンタクト 800
--------------------------------------------------------------------- */
.global_contact_wrap .global_contact_btn_area{
    flex-direction: column;
}
.global_contact_wrap .global_contact_oneitem {
    width: 100%;
}
.global_contact_inner {
    width: 100%;
}
/* global 会社概要 800
--------------------------------------------------------------------- */
.companyinfo_area dl {
    flex-direction: column;
}
.companyinfo_area dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1vh;
    text-align: center;
}
.companyinfo_area .companyinfo_oneitem{
    padding: 10%;
}
.company .table_basic th {
    width: 40%;
}
/* フッター 800
------------------------------------------ */
.footer_company_information_wrap {
    width: 90%;
}    
.footer_company_information_wrap h2 {
    width: 220px;
    margin: 0 auto 4vh;
}
.footer_inner {
    width: 95%;
    flex-direction: column;
}
.footer_nav {
    width: 300px;
    flex-direction: column;
    text-align: center;
}
.footer_nav li{
    width: 98%;
    margin-bottom: 2vh;
}
.footer_nav li a {
    display: block;
}
.global_contact_wrap .global_contact_oneitem .btn_green, 
.global_contact_wrap .global_contact_oneitem .btn_blue {
    margin: 0 auto 3vh;
}
.link_brown {
    width: 250px;
    margin-right: 0;
    margin-bottom: 2vh;
}
.global_table_attention{
    margin-bottom: 1vh;
    font-weight: bold;
    color:#006DB9;
}
.news .global_newslist_oneitem {
    margin-bottom: 3vh;
    display: flex;
}
/* お知らせ 800
--------------------------------------------------------------------- */
.news .global_newslist_oneitem {
    
}
.global_newslist_area{
    width: 95%;
}
.global_newslist_description {
    width: 100%;
}
.global_newslist_description p{
    line-height: 1.7;
    margin-bottom: 2vh;
}
.news .global_newslist_thumbnail {
    width: 76%;
    margin-left: 20%;
}
.global_newslist_thumbnail .news_thumbnail img{
    width: 90px;
    height: auto;
}

/* テーブル 800px
--------------------------------------------------------------------- */
.planning_flow th, .planning_flow td{
    font-size: 1.2rem;
}
/* EC 800px
--------------------------------------------------------------------- */
.ec .ecsolution_oneitem_area{
    flex-direction: column;
}
.ec .ecsolution_oneitem_area .ecsolution_oneitem{
    width: 95%;
    margin: 0 auto;
}
.ec .ec_functionlist_area ul{
    flex-direction: column;

}
.ec .ec_functionlist_area ul li {
    width: 95%;
    margin: 0 auto 1vh;

}

/* EC_Payment 800px
--------------------------------------------------------------------- */
.ec_payment .ecsolution_oneitem_area{
    flex-direction: column;
}
.ec_payment .ecsolution_oneitem_area .ecsolution_oneitem{
    width: 95%;
    margin: 0 auto;
}
.ec_payment .ec_functionlist_area ul{
    flex-direction: column;

}
.ec_payment .ec_functionlist_area ul li {
    width: 95%;
    margin: 0 auto 1vh;

}

}


/* 600px
--------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
/* フッター 600
------------------------------------------ */    
.top .header_area_wrap .top_topic_wrap{
    width: 93%;
    max-width: 600px;
    min-width: unset
}



}
