@charset "utf-8";
/* common */
html {
	width:100%;
}
body {
	width: 100%;
    font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-font-smoothing: antialiased;
	background-color: #FFF;
    color: #444;
}
#wapper {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
	/*background-color: #E8F1F7;*/
}
li{
	list-style-type: none;
}
.fluidimg {
    max-width: 100%;
    height: auto;
}
section {
    text-align: left;
}
section .inner {
    max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 2rem 2rem;
}
.en {
    font-family: sofia-pro, sans-serif;
    font-size: 110%;
}
/*追加：テキスト*/
.en_blue {
    font-family: sofia-pro, sans-serif;
    font-size: 110%;
	color: #49c7e4;
}

.ttl-border {
    display: flex;
    align-items: center;
	font-size: 2rem;
	font-weight: 700;
	margin: 4rem 0;
}

.ttl-border:before,
.ttl-border:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #025db9;
}

.ttl-border:before {
    margin-right: 2rem;
}

.ttl-border:after {
    margin-left: 2rem;
}
/*//追加*/
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}
#pagetop a {
    display: block;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background: #025db9;
}
#pagetop a i{
    color: #FFFFFF;
	margin-right: 0;
}

.taC{text-align: center;margin-top: 1rem;}
.taC.mt0{margin-top: 0;}

/*-------------------------------------
header
-------------------------------------*/
#header {
	background:#fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
}
#header .inner {
	max-width:1300px;
	height:90px;
	padding:0 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	margin: 0 auto;
}
.logo {
    display: flex;
    align-items: center;
}
.logo li{
    margin-right: 2rem;
}
.header-logo {
	width:210px;
}
.header-logo a:hover, .header-logo2 a:hover {
	opacity:.7;
}
#header .nav{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
#header .nav li{
	margin-right: 1rem;
}
#header .nav li:last-child{
	margin-right: 0;
}
#header .nav .tel{
	color: #4b4b4b;
	line-height: 1.2;
}
#header .nav .tel a {
	font-size:1.7rem;
	font-weight: bold;
	padding-left:34px;
	background: url(../img/icon_tel.png) 0 60% no-repeat;
	background-size: 25px;
	letter-spacing: 0.6px;
}
#header .nav .tel span {
	display: block;
	font-size: 0.8rem;
    padding-left: 2.2rem;
	letter-spacing: 1px;
}
.head_dl a{
    background: #0ec8f2;
    color: #fff;
	font-size:1.2rem;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	padding:15px 20px 14px 70px;
}
.head_dl a:before {
	content:"";
	display: block;
	background: transparent url("../img/icon_book.png")center center no-repeat;
	width: 42px;
	height: 33px;
	position: absolute;
	left:20px;
	top:13px;
}
.head_contact a{
	color: #FFFFFF;
    background: #025db9;
	font-size:1.2rem;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	padding:15px 20px 14px 70px;
}
.head_contact a:before {
	content:"";
	display: block;
	background: transparent url(../img/icon_mail.png)center center no-repeat;
	width: 42px;
	height: 33px;
	position: absolute;
	left:20px;
	top:13px;
}


/* top */
.top{
	padding:10rem 0 1rem;
	background: -moz-linear-gradient(left, #fff,#e6e7e8, #e6e7e8);
    background: -webkit-linear-gradient(left, #fff,#e6e7e8, #e6e7e8);
    background: linear-gradient(to right, #fff, #e6e7e8, #e6e7e8);
}
.top .top_area{
	padding: 4.4rem 0 0;
	max-width: 1100px;
	margin: 0 auto;
	background-image:url("../img/geautomation_bg.png");
    background-repeat: no-repeat;
    background-position:right center;
    background-size:contain;
	height: 360px;
	text-align: left;
}
.top h1{
	font-size: 2rem;
    font-weight: bold;
    color: #025DB9;
    margin-top: 2%;
}
.top h1 span{
    letter-spacing: 3px;
}
.top h2{
	color: #333;
	background: none;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	padding: 5rem 0 1rem;
	letter-spacing: 3px;
	line-height: 2;
}
.top h2::after{
	display: none;
}

/*追加：トップエリア下層ページ*/
.top2 .top_area2 {
	padding: 1rem 0 0;
	margin: 0 auto;
	background-image:url("../img/geautomation_bg02.jpg");
    background-repeat: no-repeat;
    background-position:top center;
    background-size:cover;
	height: 400px;
	text-align: left;
}
.top2 h1{
	font-size: 2rem;
    font-weight: bold;
    color: #025DB9;
    margin-top: 14.5%;
	padding-left: 15%;
}
.top2 h1 span{
    letter-spacing: 3px;
}


.top3 {
	padding:-0.5rem 0 1rem;
	background: -moz-linear-gradient(left, #fff,#e6e7e8, #e6e7e8);
    background: -webkit-linear-gradient(left, #fff,#e6e7e8, #e6e7e8);
    background: linear-gradient(to right, #fff, #e6e7e8, #e6e7e8);
}
.top3 .top_area3 {
	padding: 5rem 0 0;
	max-width: 1100px;
	margin: 0 auto;
	background-image:url("../img/geautomation_bg_s.png");
    background-repeat: no-repeat;
    background-position:right bottom;
    background-size:contain;
	height: 400px;
	text-align: left;
}
.top3 h1 {
	font-size: 2rem;
    font-weight: bold;
    color: #025DB9;
    margin-top: 15%;
}
.top3 h1 span {
    letter-spacing: 3px;
}
/*//追加：トップエリア*/

/* button */
.btn_area{
	display: flex;
	flex-direction: column;
	margin-top: 4rem;
	margin-left: 6rem;
}
.btn_area li:first-child{
	margin-bottom: 1.4rem;
}
.button{
    display:inline-block;
    position: relative;
    background:#025DB9;
    width: 300px;
    padding:12px 50px 12px 20px;
    text-align:center;
    color:#FFF;
	font-size: 1.8rem;
    letter-spacing: 2px;
	border-radius: 50px;
    transition: all .3s;
	background: linear-gradient(140deg, #025DB9 0%,#025DB9 20%, #002060 100%);
	background-position: 0% 50%;
	background-size: 200% auto;
}
.button::after{
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 5px);
    right: 30px;
    width: 20px;
    height: 5px;
    border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: skew(45deg);
    transition: .3s;
}
.button:hover::after{
    right: 20px;
    width: 30px;
}
.button:hover{
	background-position: 100% 50%;
	background: linear-gradient(140deg, #1dafd3 0%, #025DB9 80%, #025DB9 100%);
	background-size: 200% auto;
}

/* sub */
.sub{
	padding: 4.4rem 0 0;
	margin: 0 auto;
	background-image:url("../img/geautomation_bg01.png");
    background-repeat: no-repeat;
    background-position:top center;
    background-size:cover;
	height: 450px;
}
.sub_area{
	max-width: 1100px;
	margin: 0 auto;
}
.sub h2{
	color: #444;
	text-align: left;
	font-size: 1.8rem;
	margin-bottom: 2rem;
	/*text-shadow: 1px 1px 5px #fff, -1px 1px 4px #fff, 1px -1px 4px #fff,-1px -1px 4px #fff;*/
	background: none;
}
.sub h2:nth-child(2){
	margin-left: 15rem;
}
.sub h2:nth-child(1){
	margin-left: 3rem;
}
.sub h2 span{
	padding: 1rem 1.6rem;
	background:rgba(255,255,255,0.9);
}
.sub h2 span.en{
	padding: 0;
	background:none;
	font-size: 2.4rem;
}
.sub h2 b{
	font-size: 2.1rem;
	color: #025DB9;
}
.sub h2::after{
	display: none;
}
.sub01{
	background: #025DB9;
	padding: 2.6rem 0;
}
.sub01 .txt_area{
	max-width: 1036px;
	color: #fff;
	margin: 0 auto;
	padding: 0.2rem 0 0.2rem 1.2rem;
}
.sub01 .txt_area p{
	margin-bottom: 1.1rem;
	line-height: 2;
	letter-spacing: 2px;
	font-size: 1.1rem;
}
.sub01 .txt_area p:last-child{
	margin-bottom: 0;
}

/*追加*/
.sub02 .txt_area{
	max-width: 1036px;
	margin: 0 auto;
	padding: 3rem 0 0.2rem 1.2rem;
}
.sub02 .txt_area p{
	margin-bottom: 1.1rem;
	line-height: 2;
	letter-spacing: 2px;
	font-size: 1.1rem;
}
.sub02 .txt_area p span {
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: -1.2%;
}
.sub02 .txt_area p:last-child{
	margin-bottom: 5rem;
}

.link_btn a {
	color: #FFFFFF;
    background: #025db9;
	font-size:1rem;
	font-weight: 700;
	border-radius: 30px;
	position: relative;
	cursor: pointer;
	padding: 5px 20px;
}
.link_btn a:hover {
	opacity: 0.7;
}
/*//追加*/


/* 共通タイトル */
/*h2 {
	color: #fff;
	background: #025DB9;
	font-size: 2.2rem;
	padding: 1rem 0;
	letter-spacing: 3px;
	text-align: center;
	position: relative;
}
h2:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 48%;
    border: 30px solid transparent;
    border-top: 30px solid #025DB9;
    width: 0;
    height: 0;
}*/
.bg_white,.case_area{
	background: #fff;
	padding: 5rem 2.4rem 2.4rem;
	position: relative;
	margin-top: 7rem;
}
.bg_white.mt0{
	margin-top: 0;
}
.bg_white h3 {
	color: #fff;
	background: #025DB9;
	font-size: 1.5rem;
	padding: 0.4rem 2.2rem;
	letter-spacing: 2px;
	position: absolute;
	top:-30px;
	left: 5%;
}
.en01 {
    font-family: 'Oswald', sans-serif;
	color: #025DB9;
	font-size: 1.4rem;
	font-weight: 700;
	margin-right: 0.6rem;
	padding: 1rem 0 0 1rem;
    display: inline-block;
}
i{
	color: #025DB9;
	margin-right: 0.6rem;
}
.bg_white_all{
	background: white;
}

/* flex */
.container{
    display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}
.container_col{
	display: flex;
	flex-direction: column;
}

/* section01 */
.section01 h2{
	background: none;
	border-left: 8px solid #025DB9;
	text-align: left;
	font-size: 1.6rem;
	color: #333;
	padding: 0.2rem 0 0.2rem 1rem;
	margin: 5rem 0 2rem;
}
.section01 h2::after{
	display: none;
}
.section01 .txt_area{
	width: 45%;
	margin-left: 5%;
}
.section01 .txt_area_info{
	width: 80%;
}
.section01 .txt_area h3{
	font-size: 1.3rem;
	color: #025DB9;
	margin-bottom: 1rem;
	line-height: 1.7;
	font-weight: 700;
}
.section01 .txt_area span{
	background: linear-gradient(transparent 70%, #dde9f7 0%);
	font-size: 1.2rem;
	font-weight: 700;
}
.section01 .container{
	margin-bottom: 2rem;
}
.section01 ul li{
	position: relative;
	text-indent: -0.75em;
	margin: 0 0 1rem 0;
	margin-left: 2rem;
}
.section01 table {
    margin: 0 auto;
	width: 80%;
	margin-bottom: 3rem;
}
.section01 table tr {
    font-size: 1rem;
    text-align: left;
    vertical-align: middle;
    background:#f0f0f0;
}
.section01 table td {
	padding: 0.6rem 1rem 1.2rem 2.6rem;
    letter-spacing: 1.2px;
    line-height: 1.5;
	position: relative;
}
.section01 table td.pt {
	padding-top: 1.6rem;
}
.section01 table td.bg_w {
	/*background: #FFF;*/
	width: 30%;
	padding: 2%;
	outline: 4px solid #f0f0f0;
	outline-offset: -4px;
}
.section01 table td span {
	font-size: 0.6rem;
	color: #0ec8f2;
	position: absolute;
	top: 15px;
    left: 25px;
}
.section01 table td.pt span {
	top: 32px;
}
.section01 table td.txt_blue {
	white-space:nowrap;
	font-weight: 700;
	color: #025db9;
}
/* アンカーリンク用位置調整 */
/*.section01 .anchor_link {
    padding-top: 100px;
    margin-top: -100px;
}*/
/*.section01 table:before {
    content: "";
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}*/


.txt_blue {
	color: #025db9;
}
.txt_b {
	font-weight: 700;
}
.txt_red {
	color: #cf0404;
}

/* section02 */
.section02 p{
	font-size: 1.2rem;
	margin-bottom: 3rem;
	text-align: center;
	letter-spacing: 2.6px;
}
.section02 .line{
	font-size: 1.3rem;
	color: #1dafd3;
	letter-spacing: 1.2px;
	margin-bottom: 1.6rem;
}
.line:before, .line:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #1dafd3;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
}
.line:before {
    transform: rotate(-35deg);
}
.line:after {
    transform: rotate(35deg);
}
.section02 p b{
	font-size: 1.4rem;
}
.section02 .txt_area{
	width: 90%;
}
.section02 .txt_area li .q {
	font-weight: 900;
	padding-bottom: 1%;
}
.section02 .txt_area li.b_dott {
	border-bottom: 2px dotted #333;
	margin: 3% 0;
  }
.section02 ul li {
    text-indent: -1.05em;
}




/* section03 */
.container ul{
	font-weight: 500;
	margin-right: 2rem;
}
.container ul.sipartner{
	display: flex;
    gap: 40px;
    justify-content: flex-start;
    margin: 0;
}
.container figure{
	font-weight: 500;
	margin-right: 2rem;
}
.section03 h2 {
	color: #fff;
	background: #025DB9;
	font-size: 1.5rem;
	padding: 1rem;
	margin-bottom: 3rem;
	letter-spacing: 3px;
	text-align: center;
	position: relative;
	border-radius: 20px;
}
.section03 h2:after {
    display: none;
}
.section03 ul li{
	position: relative;
	text-indent: -0.75em;
	margin: 0 0 1rem 0;
	margin-left: 2rem;
}
.section03 .txt_area {
    width: 45%;
    margin-left: 5%;
}
/*
.container01 p{
    width: 70%;
	align-items: center;
	margin-left: 2rem;
	line-height: 1.8;
}
.section03 h4,.section04 h4{
	color: #0ec8f2;
	font-size: 1.8rem;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 3rem;
}
.section03 h4 span{
	display: block;
	font-size: 1.4rem;
	color: #cbd7dc;
}
.en.e_area{
	background:#025db9;
	color: #fff;
	padding: 0.4rem 2rem 0.6rem;
	font-size: 1.8rem;
	border-radius: 1.25em;
	text-align: center;
	width: 90%;
	margin-bottom: 2rem;
}*/
.section03 .container02{
	justify-content:center;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.section03 .container02 ul li:first-child{
	margin-right: 3rem;
}

/* section04 */
.section04 h4 span.en{
	font-size: 2rem;
}
.section04 table {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin-right: 2rem;
    line-height: 1.5;
}
.section04 table tr {
    border-bottom: 1px solid #cbd7dc;
    padding: 1rem 0 1rem 0.8rem;
}
.section04 table tr:last-child {
    border-bottom: none;
}
table tbody tr td.table_ttl {
    color:#025DB9;
	font-size: 1.05rem;
    width: 29%;
}
.section04 table td {
    padding: 0.8rem 0 0.8rem 0.8rem;
    font-weight: normal;
    line-height: 1.5;
}
.section04 table .indent {
    text-indent: -1.3em;
    padding-left: 1.3em;
    letter-spacing: 1px;
}
.section04 table .circle {
    font-weight: bold;
    color:#025DB9;
}
.ttl01{
	font-size: 1.1rem;
	margin-bottom: 1.6rem;
}
.section04 h4.ttl02{
	font-size: 1.5rem;
	margin-top:3rem;
	color: #1dafd3;
	padding-bottom: 0;
}
.section04 h4.ttl02:before, .section04 h4.ttl02:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #1dafd3;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
}
.section04 h4.ttl02:before {
    transform: rotate(-35deg);
}
.section04 h4.ttl02:after {
    transform: rotate(35deg);
}
.ttl04{
	color:#025DB9;
	padding: 0 0 0 0.8rem;
	border-left:solid 6px #025DB9;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 1.4rem;
}
.ttl04.mt2{
	margin-top: 2rem;
}

p.mt2{
	margin-top: 2rem;
}

.info_date {
	color: #025DB9;
	font-weight: 700;
}
.section04 ul li{
	position: relative;
	margin: 0 0 1rem 0;
}

/* section05 */
.bg_gray{
	background: #f0f2f6;
}
.section05 h2.hmi{
	background: #002060;
    padding: 0.8rem 0 1rem;
	line-height: 1.3;
}
.section05 h2.hmi:after {
    border-top: 30px solid #002060;
}
.section05 h2.hmi .common{
	display: block;
    color: #0ec8f2;
    font-size: 1rem;
    font-weight: normal;
}
.section05 .bg_white h3 {
    background: #002060;
}
.section05 i {
    color: #002060;
}
.section05 .number{
    color: #002060;
	font-size: 0.9rem;
}
.ttl03{
	width: fit-content;
	border: 1px solid #025db9;
	color: #025db9;
	padding: 0.6rem 1rem;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 2rem;
}
.ttl05{
	color: #cf0404;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.ttl06{
	color: #0ec8f2;
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.section05 p.mt1{
	margin-top: 1rem;
	margin-left: 1rem;
}

/* section06 */
/*.bg_navyblue{
	background: #002060;
}*/
.section06 h2 {
    color: #fff;
    background: none;
    font-size: 2.2rem;
    padding: 5rem 0 2rem;
    letter-spacing: 3px;
    text-align: center;
}
.section06 h2::after {
    display: none;
}
.section06 h2 span {
    display: block;
	color: #0ec8f2;
	font-size: 1rem;
	font-weight: normal;
}
.section06 P{
	color: #fff;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
}
.case_area{
    text-align: center;
	padding: 1rem 2.4rem 2.4rem;
	margin-top: 4rem;
	border: 3px solid #0ec8f2;
}
.case_area p{
	color: #333;
	margin-bottom: 1.4rem;
}
.case_area h3{
	font-size: 2rem;
	color: #0ec8f2;
	margin: 3rem 0 2rem;
	line-height: 1.8;
}
.case_area.case_area01{
	margin-top: 7rem;
}
.case_area.case_area01 h3{
	margin: 3rem 0 0.3rem;
}
.case_area h3.mt5{
	margin-top: 5rem;
}
.case_area h3 span{
	font-size: 1.6rem;
	color: #83888c;
}
.case_area .user_ttl {
    color: #fff;
    background: #0ec8f2;
    font-size: 1.8rem;
    padding: 0.3rem 2.2rem 0.4rem;
    letter-spacing: 2px;
    position: absolute;
    top: -30px;
    left: 5%;
}
.case_area .case_no,.case_area .case_no .en{
    font-size: 0.9rem;
	color:  #002060;
	border-bottom: solid 2px #002060;
	line-height: 1.8;
}
.case_area .case_no{
    font-size: 1rem;
	letter-spacing: 2px;
	font-weight: 700;
}
.case_area .user_ttl01{
	font-size: 1.1rem;
	margin-bottom: 3rem;
}
.case_area .user_ttl02{
	text-align: left;
	color:#0ec8f2;
	padding: 0.2rem 0.6rem 0.2rem 0.6rem;
	border-left: solid 7px #0ec8f2;
    text-align: left;
	margin: 1.4rem 0 1rem;
}
.case_area .user_ttl03{
	text-align: left;
	text-indent: -1.1em;
    padding-left: 2em;
	margin-bottom: 0.6rem;
	font-size: 0.9rem;
}
.case_area .circle{
	font-weight: bold;
	color:#0ec8f2;
}
.case_area .container{
    align-items: flex-start;
}
.center{
	margin: 0 auto;
	width: 90%;
}
.taL{
	text-align: left;
}
.img_area{
	width: 480px;
	margin-right: 1.6rem;
}

/* section_pro */
.container ul{
	font-weight: 500;
	/* margin-right: 2rem; */
}
.container figure{
	font-weight: 500;
	margin-right: 2rem;
}
.section_pro h2 {
	color: #fff;
	background: #025DB9;
	font-size: 1.5rem;
	padding: 1rem;
	letter-spacing: 3px;
	width: fit-content;
}
.section_pro h2:after {
    display: none;
}
.section_pro ul li{
	position: relative;
	text-indent: -0.75em;
	margin: 0 0 1rem 0;
	margin-left: 2rem;
}
.section_pro .txt_area {
    width: 45%;
    margin-left: 5%;
}
.section_pro .container02{
	justify-content:center;
	font-size: 1.4rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.section_pro .container02 ul li:first-child{
	margin-right: 3rem;
}

/*-------------------------------------
footer
-------------------------------------*/
.contacts{
	color:#fff;
	text-align:center;
	padding:20px;
	background:#025db9;
	margin-top: 10%;
}
.contacts .title_con{
	font-size:32px;
	font-weight: bold;
	padding:10px 0px 20px 0px;
	border-bottom:#fff 1px solid;
	margin-bottom:20px;
	color: #fff;
}
.contacts .con_waku{
	font-weight:normal;
	font-size:16px;
	padding:10px 20px 10px 20px;
	color:#fff;
	margin:20px 20px 10px 20px;
	line-height:28px;
}
.contacts span{
	font-size:30px;
}
.contacts span a{
	color:#fff;
}
.link-btn li{
	width: 280px;
    border: 3px solid #fff;
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
	border-radius: 10px;
	padding: 0.8rem 2rem;
	font-size: 1.4rem;
	font-weight: 700;
}
.link-btn li:hover{
	background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%);
	transition: .3s;
}
.link-btn li:first-child{
	margin-right: 1.8rem;
}
.tx3 {
    padding: 20px 0 10px 0;
	font-size: 0.7rem;
}
.footer a.gototop {
    cursor: pointer;
    display: block;
    height: 40px;
    text-align: center;
    padding: 8px;
    background-color: #666;
}
.footer {
    width: 100%;
}
.footer a.gototop {
    cursor: pointer;display:
    block;height: 40px;
    text-align: center;
    padding: 8px;
    background-color: #666;
}
.footer a.gototop img {
    width: 27px;
}
.footer .nav {
    padding: 25px 0;
    font-size: 12px;
}
.footer .nav ul {
    text-align: center;
}
.footer .nav ul li {
    display: inline-block;
}
.footer .nav ul li a {
    padding-left: 16px;
    padding-right: 11px;
    border-left: 1px solid #000;
    text-decoration: none;
    color: #000;
}
.footer .nav ul li .first {
    padding-left: 0;
    border-left: none;
}
.footer .nav ul li .last {
    padding-right: 0;
}
.footer .nav ul li br {
    display: none;
}
.footer .copy {
    padding: 12px 0;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background-color: #025DB9;
}


.pc_none{
	display: none;
 }

/* ふわっと表示 */
.scr-target {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.scr-target.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 1s;
}

/*追加*/
.inner iframe {
	text-align: center;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	margin-top: 5%;
}
.btn_blue {
	text-align: center;
	margin: 9% 0 0;
}
.btn_blue a {
	color: #FFFFFF;
    background: #025db9;
	font-size:1.3rem;
	font-weight: 700;
	letter-spacing: 0.3rem;
	border-radius: 50px;
	padding:1.5% 9%;
}
.btn_blue a:hover {
	opacity: 0.8;
}
/*//追加：ナビ*/

/*追加：ナビ*/
.nav_first {
	margin: 0 auto;
    height: 100%;
}

.nav_first>ul {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: none;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}

.nav_first>ul a {
    display: block;
    /*height: 50px;*/
    line-height: 60px;
    /*padding-left: 5%;*/
    color: #25283D;
    /*font-size: 1.5rem;*/
    /*border-top: 1px solid #f2f2f2;*/
}

.nav_first>ul a:hover, .nav_first>ul a.active {
    color: #CC0000;
    text-decoration: none;
}

/* 追加：切り替え */
.sec{padding:50px 0;}

.ttl_03{/*background: #FFE6E8; color:#D6171F*/;padding:10px 20px 15px;font-size: 2.2rem;text-align: center;line-height: 2;}
/*.inner {margin:0 auto;min-width:1040px;max-width:1300px;width: auto;padding:0 20px;}
#header .inner {width:auto;min-width:1040px;max-width:1300px;height:85px;padding:0 20px;}
#header .inner .nav{display: flex;}
.inner .text_p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
.inner ul {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.fixed #header .inner {height:85px;}
.title .inner{min-width:1040px;max-width:1300px;width: auto;padding:0 20px;text-align: left;}
.sec_point .inner{background: #D6171F;position: relative;}
.sec_point .inner:before{content: ""; background: url("../../img/img_003.png")0 0 no-repeat;width: 113px; height: 44px;position: absolute;display: block;left:calc(50% - 56px);bottom:-44px;}
*/
/* tab */
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin:20px 0;
  }
  .tab-wrap:after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	order: -1;
  }
  .link_table .tab-label2 {
	color: #FFF;
	font-weight: bold;
	background: #025db9;
	border-radius: 4px;
	white-space: nowrap;
	text-align: center;
	padding: 5% 1% 5% 1%;
	margin: 2%;
	position: relative;
	/*z-index: 1;
	order: -1;
	cursor: pointer;
	flex: 1;*/
  }
  .link_table .table td,th {
	padding-left: 2%;
	vertical-align: middle;
  }

  /*後で削除*/
  .tab-label {
	color: #D71920;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
}/*//後で削除*/
.txt_c {
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	padding-bottom: 5rem;
	padding-top: 2rem;
}
.txt_b {
	margin: 0 auto;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 5rem;
	padding-top: 2rem;
}
.txt_b2 {
	margin: 0 auto;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 1rem;
}
.mb2 {
	margin-bottom: 2rem;
}
.mt2 {
	margin-top: 2rem;
}
.box_list {
	border: 1px solid #83888c;
	padding: 2%;
	margin-top: 2rem;
	margin-bottom: 2rem;
}


.link_table .tab-label2:hover {
	opacity: 0.7;
  }

  .tab-label p {
	  font-size: 1.8rem;
	  /*min-height: 80px;*/
  }
  .tab-label:not(:last-of-type) {
	margin-right: 5px;
  }
  .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
  }
  /* アクティブなタブ */
  .tab-switch:checked+.tab-label {

  }
  .tab-switch:checked+.tab-label p{
	  position: relative;
  }
  .tab-switch:checked+.tab-label p:after{
	border-bottom:8px solid #D71920;
	content: '';
	width: 200px;
	height: 8px;
	display: block;
	  position: absolute;
	  bottom: -10px;
	  left:calc(50% - 100px);
  }
  .tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
	border:2px solid #CECECE;
  }
  /* ラジオボタン非表示 */
.tab-switch {
	display: none;
  }
/* //追加：切り替え */

@media only screen and (min-width: 1024px) {
    .nav_first {
        display: table;
    }

    .nav_first>ul {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        width: auto;
        top: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .nav_first>ul::after {
        clear: both;
        content: "";
        display: block;
    }

    .nav_first>ul li {
        display: inline-block;
        float: left;
        margin-right: 4rem;
    }

    .nav_first>ul li a:after {
        content: "|";
        color: #B6B6B6;
        padding-left: 4em;
    }

    .nav_first>ul li:last-child a:after {
        content: none;
    }

    .nav_first>ul li:last-of-type {
        margin-right: 0;
    }

    .nav_first>ul a {
        height: auto;
        /*line-height: normal;*/
        padding: 0;
        border: none;
    }
}

.nav-open .nav_first ul, .nav_first ul:target {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .nav-open .nav_first ul, .nav_first ul:target {
        display: table-cell;
    }
}
/*//追加：ナビ*/


/*****************************************************
	タブレット
******************************************************/
@media screen and (max-width: 1024px) {
	.pc_none{
		display: none;
	 }
	#wapper {
		overflow: hidden;
    }
	#header #headerinnr {
		padding: 0 30px;
		width: 100%;
	}
	#headerinnr #logo img {
		width: 140px;
		margin-right: 20px;
	}
	#headerinnr ul li:first-child {
		margin-right: 10px;
	}
	#headerinnr a.headContBtn {
		padding: 6px 16px 4px;
	}
	#header .inner {
		flex-wrap: nowrap;
	}
	.header-logo {
		width: 140px;
	}
	.header-logo img{
		width: 160px;
	}
	.header-logo2 img{
		width: 160px;
	}
	.head_dl a,.head_contact a {
		font-size: 1.2rem;
		padding: 14px 20px;
	}
	.btn_area {
		margin-left: 3rem;
	}
	.top {
		padding: 4rem 0 3rem;
	}
	.top .top_area {
		background-position: right bottom;
	}
	.sub h2:nth-child(1) {
		margin-left: 5rem;
	}
	.sub h2:nth-child(3) {
		margin-left: 3rem;
	}
	.sub01 .txt_area {
		padding: 0.2rem 2rem;
	}
	.head_dl a:before,.head_contact a:before{
		display: none;
	}
	.top h1,.contact .container{
		padding:0 2rem;
	}
	.top h2 {
		margin-top: 16rem;
	}
	h2:after {
		left: 46%;
	}
	.section02 .container .txt_area,.section02 .container.img_second .txt_area{
		margin-right: 2rem;
		padding-left: 2rem;
	}
	.section02 .container.img_second .txt_area{
		margin-left: 0;
	}
	.case_area .container {
		flex-direction: column;
	}
	.img_area{
		width: 100%;
		margin-bottom: 1rem;
	}
	#header .nav .tel{
		display: none;
	}
}

/*****************************************************
	iPad 横向きのみ
******************************************************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
	section .inner {
		padding: 0 1rem;
	}
	.contact .txt_area {
		margin-right: 2rem;
		margin-left: 2rem;
	}
}
/*****************************************************
	横向き・横幅812px以下の場合
******************************************************/
@media (orientation: landscape) and (max-width: 896px){
	#headerinnr #logo img {
		width: 120px;
	}
	#headerinnr ul {
		width: 500px;
	}
	.section03 h4 {
		width: 200px;
	}
	.head_dl a, .head_contact a {
		font-size: 1rem;
		padding: 14px 10px;
	}
}

/*****************************************************
	スマホ
******************************************************/
@media only screen and (max-device-width: 599px) {
	.pc_none{
		display: block;
	}
	.sp_none{
       display: none;
    }
	.logo {
		align-items: flex-start;
		width: 40%;
	}
	.header-logo img {
		width: 120px;
		margin-top: 0.6rem;
	}
	.header-logo2 img{
		width: 120px;
	}
	section .inner {
		width: 100%;
		padding: 0 1.4rem;
		margin-bottom: 4rem;
	}
	#header .inner {
		flex-wrap: nowrap;
	}
	.head_dl a,.head_contact a {
		font-size: 0.9rem;
		padding: 6px 10px;
		position: static;
	}
	.head_dl a:before.head_contact a::before,.head_dl a:before{
		display: none;
	}
	.head_dl a:before,.head_contact a:before {
		content: "";
		display: none;
	}
	.line:before, .line:after {
		display: none;
		content: "";
	}
	#header .nav {
		margin-top: 1rem;
	}
	#header .nav .tel {
		display: none;
	}
	#header .nav li{
		margin-bottom: 1rem;
	}
	.top h1 {
		text-align: center;
		line-height: 1.3;
	}
	.top h1 span {
		letter-spacing: 2px;
	}
	.button {
		font-size: 1.4rem;
	}
	.section01 .txt_area,iframe,.sub_area {
		width: 100%;
	}
	.container,.logo,#header .nav {
		flex-direction: column;
	}
	.container figure,.container ul,.section03 .container02 ul li:first-child,.logo li,#header .nav li,.link-btn li:first-child {
		margin-right: 0;
	}
	.sub h2:nth-child(2),.sub h2:nth-child(1) ,.sub h2:nth-child(3){
		margin-left:0;
	}
	.sub h2 span {
		background: none;
		padding: 0;
	}
	.sub h2 b {
		font-size: 2rem;
	}
	.sub h2{
		margin-bottom: 1rem;
		text-align: center;
		background-color: rgba(255,255,255,0.7);
		padding: 0.6rem 0;
	}
	.sub {
		padding: 2rem 0 0;
	}
	.btn_area {
		margin-left: 0.6rem;
		margin-top: 15rem;
		text-align: center;
	}
	.top {
		background:#e6e7e8;
		padding: 6rem 0 3rem;
	}
	.top .top_area {
		padding: 0.8rem 0 0;
		background-image: url(../img/geautomation_bg_sp.png);
		background-position: center center;
		background-size: contain;
		height: 520px;
	}
	.bg_white h3 {
		left: 0;
		text-align: center;
        width: 100%;
	}
	.container ul {
		margin-bottom: 2rem;
		flex-direction: column;
		gap: 0px;
	}
	.section03 ul li{
		padding-left: 0;
		margin: 0;
	}
	.container01 p {
		width: 100%;
		margin-left: 0;
		margin-top: 2rem;
	}
	.bg_white, .case_area {
		padding: 5rem 1rem 2.4rem;
	}
	.en.e_area {
		padding: 0.4rem 0 0.6rem;
		width: 100%;
	}
	.btn_area li:first-child {
		margin-bottom: 1rem;
	}
	.section04 h4.ttl02:before, .section04 h4.ttl02:after {
		display: none;
	}
	h2:after {
		left: 42%;
	}
	.contact {
		height:auto;
	}
	.contactBtn,.link-btn li:first-child{
		margin-bottom: 1.5rem;
	}
	.contact .container {
		padding: 0;
	}
	.contacts .title_con {
		font-size: 24px;
	}
	.contacts span {
		font-size: 30px;
		display: block;
		padding-top: 10px;
	}
	.contacts .con_waku {
		font-weight: normal;
		font-size: 12px;
		padding: 10px;
		color: #fff;
		margin: 0px;
		text-align: center;
		line-height: 24px;
	}
	.link-btn {
		margin: 0 auto;
		font-size: 15px;
		width: 320px;
	}
	.footer .nav {
		display: flex;
        flex-wrap: wrap;
		justify-content: space-between;
		padding: 14px 0;
	}
	.footer .nav ul li{
		padding-bottom: 0.6rem;
	}
	.footer .nav ul li a {
		border-left: none
	}
	#footer .logo {
		padding: 20px 10px;
	}
	#footer .footerinnr .footerNav {
		justify-content: space-between;
	}
	#footer .footerinnr .footerNav li {
		width: 50%;
	}
	#footer .footerinnr .footerNav li:last-child {
		width: 100%;
	}
	#footer .footerinnr .footerNav li a {
		padding: 10px 0px;
	}

	.section01 table td.txt_blue{
		white-space: wrap;
	}
	.link_btn > a{
		white-space: nowrap;
	}
}
