/* reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
ol, ul ,li {list-style: none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

/* bace
------------------------------------------------------------*/
body {
    font-family: "Hiragino Sans ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: .8em;
    line-height: 2em;
    font-weight: 400;
    overflow-x: hidden;
    color: #333;
    background: #fff;
    /*合字回避*/
    font-variant-ligatures: none;
    /*iPhone_文字サイズ自動調整*/
    -webkit-text-size-adjust: 100%;
    /*カーニング_webfont対応*/
    text-rendering: optimizeLegibility;
  }
#wrapper {
  /* 一番大きな囲み */
  }
#content_wrapper {
  /* つぎに大きな囲み */
  max-width: 960px;
  margin: 0 auto;
  }
.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 80px;
  }
.innerS {
  width: 80%;
  margin: 0 auto;
  }
.clear {
  clear: both;
  }
.column {
  display: block;
  text-align: justify;
  /*コラム数*/
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  /*コラム間隔*/
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  }
@media screen and (max-width: 900px) {
.column {
    display: block;
    text-align: justify;
    /*コラム数*/
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}
/* 基本カラー*/
.color1 {
    color: #232e84;
  }
.color2 {
    color: #9AC3E7;
  }
.color3 {
    color: #3f6eb4;
  }
.color4 {
    color: #d0e7f9;
  }
.color5 {
    color: #d0e7f9;
  }
.colorGEO {
    color: #008033;
  }
.colorBG {
    background-color: #EAF2F6;
  }
.colorBG1 {
  background-color: #d0e7f9;
  }
.space20 {
	margin-top: 20px;
  }
.space30 {
	margin-top: 30px;
  }
.space40 {
	margin-top: 40px;
  }
.space50 {
	margin-top: 50px;
  }
.space60 {
	margin-top: 60px;
  }
.space70 {
	margin-top: 70px;
  }
.space80 {
	margin-top: 80px;
  }
.space90 {
	margin-top: 90px;
  }
.space100 {
	margin-top: 100px;
  }
/* リンク設定
------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: none;
  }
a:hover {
  color: #A0A0A0;
  text-decoration: none;
  }
a:active, a:focus, input:active, input:focus {
  outline: 0;
  }
img:hover {
	opacity: 0.5 ;
  }
img {
	transition: 1.0s ;
  }

/* ヘッダー
------------------------------------------------------------*/
.header {
  padding: 10px 10px 0px 14px;
  display: flex;
  align-items: center;      /* ←上下中央揃え */
}
.toplogo {
  width: 120px;
}
.toplogoGEO {
    width: 190px;
    margin-left: auto;        /* ←右端に寄せる */
    padding-bottom: 6px;
}
.clear {
    clear: both;
  }

#container {
    position: relative; /* 子要素の基準にする */
    margin: 0;
    display: flex;
    align-items: center;     /*上下中央揃え*/
	}
#overlay-box {
  position: absolute; /* 親に対して絶対配置 */
  left: 0px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding: 28px 0 22px 36px;
  z-index: 10; /* 画像より上に表示 */
}	
#main_img {
    width: 100%;
    height: auto;
    margin-top: 5px;
	}
.geo_logo {
    width: 36%;
    height: auto;
    margin: 0;
}
.header_text {
    font-size: 2.1em;
    text-align: left;
    font-family: "Hiragino Sans ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 900;
    color: #fff;
	margin-top: 6px;
}
.header_text2 {
    font-size: 1.3em;
    font-family: "Zen Old Mincho", serif;
    text-align: left;
    font-weight: 600;
    color: #fff;
	margin-top: 10px;
}
@media screen and (max-width: 600px) {
#overlay-box {
  padding: 20px 0 14px 24px;
}
.toplogo {
  width: 110px;
}
.toplogoGEO {
  width: 160px;
}
.header_text {
    font-size: 1.9em;
	margin-top: 6px;
}
.header_text2 {
    font-size: 1.1em;
}
}

/* メイン画像
------------------------------------------------------------*/

 @keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 801px) {/* 画面サイズ801px以上はこのファイルはスタイルが適用される */
.br-801 {
    display: none;
  }
}
@media screen and (min-width: 800px) {/*　画面サイズが800pxまでこのファイルのスタイルが適用される。*/
.br-800 {
    display: none;
  }
}
/*スクロールでふわっと表示*/
.wrapper_oll{
  overflow: hidden;
}
.sec_box{
  width: 100%;
  box-sizing:border-box;
}
/* fadeUp */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
from {
  opacity: 0;
  transform: translateY(100px);
  }
to {
  opacity: 1;
  transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 .fadeUpTrigger{
    opacity: 0;
}

/* コンテンツエリア
------------------------------------------------------------*/
.title {
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 3.6em;
    line-height: 1.4em;
}
.middtitle {
    font-size: 1.6em;
    width: 100%;
    text-align: center;
    margin: 0px auto 20px auto;
    font-weight: bold;
    color: #000;
  }
.lead {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.8em;
	padding: 16px 0;
  }
@media screen and (max-width:600px) {
.title {
    font-size: 2.9em;
}
.middtitle {
    font-size: 1.3em;
  }
.lead {
    text-align: justify;
  }
}
	

/* SEC01 GEO5について
------------------------------------------------------------*/
#sec01 {
    background-image: repeating-linear-gradient(180deg, #EDEDDC, #EDEDDC 25%, #F8F8E7 25%, #F8F8E7 50%);
    padding: 46px 0 26px 0;
  }
.aboutus_lead {
	text-align: center;
	font-size: 1.3em;
	padding: 16px 0;
	line-height: 1.8em;
  }
@media screen and (max-width: 700px) {
.aboutus_lead {
	text-align: justify;
	font-size: 1.1em;
	padding: 16px 0;
	line-height: 2em;
  }
}
.toptitle {
    font-size: 2.4em;
    width: 100%;
    text-align: center;
    margin: 0px auto 20px auto;
    font-weight: bold;
    color: #000;
  }
@media screen and (max-width: 600px) {
.toptitle {
    font-size: 2em;
  }
}
/* SEC02　ソリューションズ
------------------------------------------------------------*/
#sec02 {
    background-color: #fff;
    padding: 20px 0 46px 0;
  }
#wrap {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    width: 90%;
}
.container {
    margin: 0;
}
/* カード */
.card {
    background: #008033;
    border-radius: 4px;
    overflow: hidden;
    height: 100%; /* ← 高さ揃える */
}
/* 画像エリア */
.solu_ico {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}
.solu_ico img {
    background: #008033;
    width: 60%;
    height: auto;
}
/* テキスト */
.card-body {
    padding: 8px 0 10px 0;
}
.card-text {
    color: #fff;
    font-size: 1em;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 600px) {
#wrap {
    width: 90%;
    gap: 8px;
}
.solu_ico img {
    width: 80%;
}
.card-text {
    font-size: .8em;
}	
}
/* SEC03　問い合わせ
------------------------------------------------------------*/
#sec03 {
    background-image: linear-gradient(0deg, #ededdc, #ededdc 50%, #F8F8E7 51% 100%);
    padding: 20px 0;
  }
.geo_link {
    font-family: "Hiragino Sans ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
    margin: 0 auto 20px auto;
    font-weight: 400;
    font-size: .9em;
    text-align: center;
    border: 1px solid #555;
    padding: 6px;
    width: 240px;
    background-color: #fff;
    display: block;  /* 領域全体をリンクに */
    box-shadow: #ccc 3px 3px 0px 0px;
    -webkit-box-shadow: #ccc 3px 3px 0px 0px; /* chrome */
    -moz-box-shadow: #ccc 3px 3px 0px 0px;
}
.geo_link:hover {
  background-color: #333;       /* 背景色を変える */
  color: #fff;                  /* 文字色を変える */
  transform: translateY(-2px);  /* 少し上に浮かす */
}
.annotation {
	text-align: center;
	font-size: 1em;
	line-height: 1em;
    font-weight: 100;
  }	
.annotation_link {
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    font-weight: 100;
    margin: 6px 0 20px 0;
  }	
/* SEC04　ソフトウェア一覧
------------------------------------------------------------*/
#sec04 {
    background-color: #fff;
  	padding-top: 20px;
  }
.soft_box{
    max-width: 1000px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* ← 完全中央揃え */
    gap: 10px;
}

.wrap_soft {
    width: 140px;
}	

.soft {
    width: 30px;
    float: left;
    padding-right: 6px;
    margin-top: 10px;
  }
.softtext {
    font-size: .8em;
    margin-top: 14px;
    float: left;
  }	
.softtext2 {
    font-size: .8em;
    margin-top: 14px;
    float: left;
    line-height: 1.3em;
  }
/* SEC05　無料で試す
------------------------------------------------------------*/
#sec05 {
    background-image: linear-gradient(0deg, #ededdc, #ededdc 50%, #F8F8E7 51% 100%);
  	padding: 20px 0 40px 0;
  }
.attention {
    font-size: .9em;
    margin-top: -8px;
    line-height: 1.5em;
    text-align: center;
    font-weight: 100;
  }

/* フッター
------------------------------------------------------------*/
.logomini {
    width: 120px;
	margin: 40px auto 4px auto;
	display: flex;
  }
.footername {
    text-align: center;
    font-size: .9em;
    margin-bottom: 8px;
  }
.footeraddress {
    text-align: center;
    font-size: .8em;
    line-height: 1.6em;
  }
.copyright {
    font-size: .9em;
    text-align: center;
    margin: 30px 0 20px 0;
    font-weight: 300;
    line-height: 1.4em;
  }
.sitemap {
	font-size: 1em;
	text-align: center;
	margin-bottom: 40px;
  }

/* ページtopへ戻る
------------------------------------------------------------*/
    a#toTop {
    color: #333;
    position: fixed;
    bottom: 30px;
    right: 50px;
    text-decoration: none;
    display: block;
    width: 100px;
    padding: 16px 0px;
    text-align: right;
    transform: rotate(90deg);
    transform-origin: bottom right;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
    font-size: 1.1em;
    }

    a#toTop.visible {
    opacity: 1;
    pointer-events: auto;
    }

    .arrow1 {
      width: 36px;
      height: 1px;
      background: #333;
      position: absolute;
      top: 50%;
      right: 30px;
    }
    .arrow2 {
      width: 1px;
      height: 10px;
      background: #333;
      position: absolute;
      top: calc(50% + 1px);
      right:64px;
      transform: rotate(-130deg);
      transform-origin: top left;
    }

/* レスポンシブ表示・非表示
------------------------------------------------------------*/

/* レスポンシブ表示・非表示
------------------------------------------------------------*/
@media screen and (max-width: 596px) {/*　画面サイズが800pxまでこのファイルのスタイルが適用される。*/
.br-596 {
    display: none;
  }
}
/* スマホで改行なくなる */
@media screen and (max-width: 601px) {
.br-nonsp { 
	display:none; 
  }
}	
@media screen and (max-width: 701px) {
.br-nonsp2 { 
	display:none; 
  }
}	
@media screen and (max-width: 801px) {
.br-nonsp3 { 
	display:none; 
  }
}	
@media screen and (max-width: 450px) {
.br-nonsp4 { 
	display:none; 
  }
}	

/* スマホで改行される */
@media screen and (min-width: 600px) {
.br-sp { 
	display:none; 
  }
}	
@media screen and (min-width: 700px) {
.br-sp2 { 
	display:none; 
  }
}
@media screen and (min-width: 800px) {
.br-sp3 { 
	display:none; 
  }
}
@media screen and (min-width: 450px) {
.br-sp4 { 
	display:none; 
	}
}
