@charset "utf-8";
@import "default.css";
/* SP CSS  */

html { scroll-behavior: smooth; }
body { width:100%; height:auto; }

/* contentwrap */

#contentwrap { 
				width:100%;
				margin:auto;
				font-family :"游明朝体","游明朝",YuMincho,"ヒラギノ明朝 Pro","ヒラギノ明朝 Pro","MS P明朝","MS P明朝",serif;
				font-size:18px;
}


#global_menu ul { width:100%; height:auto; }

#global_menu ul li { width:100%; float:none; font-size:15px; display:block; margin:10px 0 0 0; padding:0 0 10px 0; border-bottom:1px solid #333; }


/* ハンバーガーメニュー */


/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 40px;
  top:35px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 12px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 12px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background-color:rgba(255,255,255,0.9);
  transition: .5s;
  text-align: center;
  padding-top: 10px;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}


.nav_item a {
  color:#000000;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
  
}

#global_menu ul li a { font-weight:bold; color:#000000; text-decoration:none; position:relative; }

#global_menu ul li.contact { 
	background-color:#004098;
	 /*コレ*/border-radius: 100px;
    display: block;
    width: 150px;
    padding:10px 0 10px 0;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin:10px auto 0;

}

#global_menu ul li.contact a {
	color:#FFFFFF;
	text-decoration:none;
}

#global_menu ul li.tel a {
	background-image:url(../images/tel_icon.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	width:160px;
	height:32px;
	padding:0 0 0 40px;
	color:#004098;
	font-size:24px;
	text-decoration:none;
	margin:10px auto 0;
	font-family :  "游ゴシック体","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kami Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-セリフ;
}


/* header logo */

#logo { float:none; margin:5px 34px 0 0; width:100%; }
#logo img{ width:50%; }

#mainv { width:100%; margin:auto; background-image:url(../images/mainvisual_bg.png); background-repeat:no-repeat; background-position:bottom 8px center; text-align:center; }

#mainv img {
	width:100%;
  animation: fade-in 5s;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
}
}

#main_content { width:100%; margin:auto; }


/*-- 挨拶文 --*/
.explanation { 
	text-align:left;
	font-size:18px;
	font-weight:500;
	margin:40px 0 40px 0;
}

.explanation p { width:92%; margin:0 auto 20px; }

/*-- 詳細 --*/
.detail {
	width:90%;
	text-align:left;
	font-size:16px;
	font-weight:500;
	margin:40px auto 40px;
}

.detail p {
	text-align:left;
}

/*-- 画像一覧 --*/

.imageview { width:90%; margin:0 auto; clear:both; }

.imageview li {
	width:150px;
	display:inline-block;
	margin:0 5px 10px 0;
}

.imageview li a img {
	width:100%;
}


/*-- h1 見出し --*/

.h1_title {
	width:90%;
	margin:auto;
	font-size:29px;
	font-weight:500;
	padding-bottom:10px;
	border-bottom:1px #666666 solid;
	text-align:center;
}


/*-- h2 見出し --*/

.h2_title {
	width:90%;
	margin:auto;
	font-size:18px;
	font-weight:500;
	text-align:center;
	margin-bottom:35px;
}

/*-- footer --*/

footer {
	width:100%;
}

#footer_contactlist {
	width:auto;
	margin:0 auto;
	}

#footer_contact {
	background-color:#dadada;
	width:100%;
	padding:20px 0 20px 0;
}

#footer_contactbtn {
	width:350px;
	margin:10px auto 20px;
	float:none;
	}

#footer_contactbtn a {
	width:350px;
	height:70px;
	box-sizing: border-box;
	border-radius:15px;
    display: block;
    padding:23px 0 23px 15px;
	background-color:#1f68d0;
	background-image:url(../images/mail_icon.png);
	background-repeat:no-repeat;
	background-position: left 19% bottom 45%;
    color:#FFF;
    text-decoration: none;
    text-align:center;
	font-size:17px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:500;
}

#fotter_tel {
	width:350px;
	float:none;
	background-image:url(../images/footer_tel_icon.png);
	background-repeat:no-repeat;
	background-position:left 13% top;
	margin:auto;
	text-align:center;
}

#fotter_tel a {
	font-size:33px;
	font-weight:500;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#4b4b4b;
	padding:0 0 0 45px;
	text-decoration:none;
}

#fotter_tel p {
	font-size:15px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#footer_list {
	clear:both;
	background-color:#1f68d0;
	height:auto;
	padding-top:27px;
	margin:0 auto;
	width:100%;
	text-align:center;
}

#footer_list ul {
	width:90%;
	text-align:center;
	margin:0 auto 40px;
}

#footer_list ul li {
	display:inline;
	border-right:#FFFFFF solid 1px;
	padding:0 10px 0 10px;
}

#footer_list ul li a {
	font-size:14px;
	text-decoration:none;
	color:#fff;
}

#footer_list p {
	clear:both;
	text-align:center;
}

#footer_list p small {
	font-size:16px;
	color:#fff;
}

/*-- advantage --*/

#advantage {
	width:90%;
	margin:30px auto;
}

#advantage li {
	width:294px;
	height:136px;
	padding:7px 3px 7px 3px;
	margin:0 auto 20px;
	float:none;
	background-color:#d4e5f1;
	font-size:18px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
}


/*-- cwf --*/

a.cwf { overflow:hidden; }

a.cwf img {
	width:90%;
}


/*-- h1 共通見出し --*/

.h1_common {
	width:90%;
	margin:auto;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px #666666 solid;
	text-align:center;
	margin-bottom:50px;
}


/*-- news --*/

#news {
	width:auto;
	margin:0 auto;
	font-size:18px;
	letter-spacing:2px;
}

#news dt {
	float:none;
	margin-bottom:5px;
}

#news dd {
	text-align:center;
	margin-bottom:5px;
}

#news dd a {
	color:#1f68d0;
	text-decoration:none;
}

/*-- topics --*/

#topics { width:90%; margin:0 auto; }
#topics li { float:none; margin-bottom:10px;  }


/* 製品・サービス */

#product_visual {
	width:100%;
	height:103px;
	padding-top:77px;
	margin:0 auto 22px;
	background-image:url(../images/product_visual.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	clear:both;
}

#product_visual p {
	font-size:25px;
	font-weight:500;
	color:#FFF;
}


/* 各機材ナビゲーション */

#product_nav {
	width:100%;
	margin:0 auto 55px;
	background-color:#eae8e8;
}

#product_nav ul {
	width:auto;
	height:auto;
	margin:0 auto;
	text-align:center;
}

#product_nav ul li {
	width:auto;
	font-size:13px;
	font-weight:500;
	float:none;
	padding:15px 5px 15px 5px;
	letter-spacing:1px;
	
}

#product_nav ul li a { color:#000000; }


/*-- タブCSS --*/

.tab_area{
overflow:hidden;
display:table;
margin:0;
}

.tab_area li{
/*Tabの装飾*/
text-align:center;
cursor: pointer;
vertical-align:middle;
display:table-cell;

}

.all_area {
padding:10px;
overflow: hidden;
}

.all_area div.content_area{
/*Tabの内容を表示するエリアの装飾*/

}

.tab_area li.select{
/*アクティブタブの装飾*/
text-decoration:underline;
}

.hide{display:none;}




.detail {
	width:90%;
	text-align:center;
	font-size:16px;
	font-weight:500;
	margin:40px 0 60px 0;
}

.detail_img {
	margin-bottom:45px;
	width:95%;
}

.detail p{ width:90%; margin:auto; }

/*-- h1 見出し --*/

.h1_prod {
	width:90%;
	height:41px;
	margin:0 auto 35px;
	padding:3px 0 3px 0;
	box-sizing: border-box;
	border-radius:20px;
    display: block;
	border:2px solid #004098;
	font-size:20px;
	font-weight:500;
	text-align:center;
}


.h2_prod {
	width:90%;
	margin:0 auto 15px;
	font-size:17px;
	font-weight:500;
	padding-bottom:10px;
	border-bottom:1px #666666 solid;
	text-align:center;
}

/*-- ごあいさつ --*/

.aisatsu {
	font-size:17px;
	text-align:left;
	width:70%;
	margin:10px auto 10px;
}

p.sign_area {
	margin-top:20px;
	width:85%;
	text-align:right;
}

.repre {
	text-align:right;
	padding-right:20px;
}

.sign {
	text-align:right;
	font-size:24px;
}


/*-- 企業情報 --*/

#company_visual {
	width:100%;
	height:103px;
	padding-top:77px;
	margin:0 auto 55px;
	background-image:url(../images/company_visual.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	clear:both;
}

#company_visual p {
	font-size:25px;
	font-weight:500;
	color:#FFF;
}


/*-- overview --*/

#overview {
	width:90%;
	margin:0 auto;
	font-size:16px;
	letter-spacing:2px;
}

#overview dt {
	width:18%;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	text-align:left;
	overflow:hidden;
}

#overview dd {
	text-align:left;
	margin-bottom:10px;
	overflow:hidden;
}



/*-- history --*/

#history {
	width:90%;
	margin:0 auto;
	font-size:16px;
	letter-spacing:1px;
}

#history dt {
	width:18%;
	float:left;
	margin-right:30px;
	margin-bottom:15px;
	text-align:left;
	overflow:hidden;
}

#history dd {
	text-align:left;
	margin-bottom:15px;
	overflow:hidden;
}




.detail {
	width:100%;
	text-align:center;
	font-size:16px;
	font-weight:500;
	margin:40px 0 60px 0;
}

.detail_img {
	margin-bottom:45px;
}


/* 採用情報 */

#job_visual {
	width:100%;
	height:103px;
	padding-top:77px;
	margin:0 auto 55px;
	background-image:url(../images/jobcareer_visual.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	clear:both;
}

#job_visual p {
	font-size:25px;
	font-weight:500;
	color:#FFF;
}

/*-- jobinfo --*/

.job_detail {
	font-size:18px;
}

.h2_jobinfo {
	width:90%;
	padding:5px 0 5px 0;
	font-size:17px;
	font-weight:500;
	background-color:#e4e4e4;
	margin:0 auto 45px;
}


.requirements {
	width:90%;
	margin:0 auto;
	font-size:16px;
	letter-spacing:0.1em;
	line-height:1.9;
}


.requirements dt {
	width:18%;
	float:left;
	clear:left;
	margin-right:15px;
	margin-bottom:10px;
	text-align:left;
	display:block;
}

.requirements dd {
	width:72%;
	text-align:left;
	margin-bottom:10px;
	overflow:hidden;
	display:block;
	float:left;
}


/* contact */

#contact_visual {
	width:100%;
	height:103px;
	padding-top:77px;
	margin:0 auto 55px;
	background-image:url(../images/contact_visual.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	clear:both;
}

#contact_visual p {
	font-size:25px;
	font-weight:500;
	color:#FFF;
}


.contact_detail {
	font-size:18px;
	width:90%;
	margin:auto;
}


#mail_btn {
	width:354px;
	margin:0 auto;

}

#mail_btn a {
	display:block;
	width:354px;
	height:78px;
	background-image:url(../images/contact_btn.png);
	background-repeat:no-repeat;
	background-position:top;
}

#mail_btn a:hover {
	display:block;
	width:354px;
	height:78px;
	background-image:url(../images/contact_btn.png);
	background-repeat:no-repeat;
	background-position:bottom;
}



#tel_btn {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#tel_btn a {
	background-image:url(../images/telbtn_icon.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	width:280px;
	height:64px;
	padding:13px 0 0 60px;
	color:#004098;
	font-size:36px;
	text-decoration:none;
	margin:20px auto;
}


/* sdgs css */

#sdgs_visual {
	width:100%;
	height:103px;
	padding-top:77px;
	margin:0 auto 55px;
	background-image:url(../images/sdgs_visual.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	clear:both;
}

#sdgs_visual p {
	font-size:25px;
	font-weight:500;
	color:#FFF;
}


/*-- sdgs --*/

.sdgs {
	width:90%;
	margin:0 auto;
	font-size:16px;
	letter-spacing:2px;
}

.sdgs dt {
	width:20%;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	text-align:left;
	overflow:hidden;
	background-color:#BDFFFF;
}

.sdgs dd {
	text-align:left;
	margin-bottom:10px;
	overflow:hidden;
}

.sdgs dd p { margin-bottom:15px; }
.sdgs dd img { padding:0 0 0 5px; width:40%; }


/* creative work flow css */

#workflow_visual {
	width:100%;
	height:103px;
	padding-top:77px;
	margin:0 auto 55px;
	background-image:url(../images/workflow_visual.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	clear:both;
}

#workflow_visual p {
	font-size:23px;
	font-weight:500;
	color:#FFF;
}


/*-- workflow text --*/


.wf_detail {
	width:95%;
	text-align:left;
	font-weight:500;
	margin:40px auto 60px;
}

.wf_detail_img {
	margin-bottom:45px;
}


.wf_h1 {
	width:100%;
	margin:0 auto 20px;
	font-size:23px;
	font-weight:bold;
	text-align:center;
}

.wf_top {
	width:100%;
	margin:0 auto 50px;
	letter-spacing:normal;
	font-size:18px;
	text-align:left;
	display:block;
}

.wf_under {
	width:95%;
	margin:0 auto 50px;
	font-size:22px;
	line-height:45px;
}

.wf_under a {
	display:inline-block;
	color:#1f68d0;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-decoration:none;
}


/*-- step area --*/

#step1,
#step2,
#step3,
#step4,
#step5,
#step6 {
	width:100%;
	margin:0 auto 50px;
}
#step1 img,
#step2 img,
#step3 img,
#step4 img,
#step5 img,
#step6 img {
	display:block;
	float:none;
	margin:0 auto 30px;
}

#step1 p,
#step2 p,
#step3 p,
#step4 p,
#step5 p,
#step6 p {
	font-size:18px;
	font-weight:500;
	overflow:hidden;
}

#step1 p strong { font-weight:bold; }
#step1 p span { font-size:15px; }


/*-- step1 h2 --*/
h2.step1 {
	margin:0 0 30px 0;
	width:64%;
    position: relative;
    display:block;
    height: 57px;
    line-height: 60px;
    padding: 3px 40px 0 80px;
    background:#d50010 url(../images/step1_icon.png) no-repeat 30px;
    color: #fff;
    font-size: 28px;
    text-align:left;
	font-weight:normal;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2.step1 span { color:#fff; font-size:23px; margin:0 0 0 28px; }

h2.step1::before,
h2.step1::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 0px 30px 20px;
    content: '';
}

h2.step1::before {
    left: 0px;
    border-color: transparent #fff;
}

h2.step1::after {
    right: -20px;
    border-color: transparent #d50010;
}

/*-- step2 h2 --*/
h2.step2 {
	margin:0 0 30px 0;
	width:64%;
    position: relative;
    display:block;
    height: 57px;
    line-height: 60px;
    padding: 3px 40px 0 80px;
    background:#f3e603 url(../images/step2_icon.png) no-repeat 30px;
    color: #000;
    font-size: 30px;
    text-align:left;
	font-weight:normal;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2.step2 span { color:#000; font-size:25px; margin:0 0 0 28px; }

h2.step2::before,
h2.step2::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 0px 30px 20px;
    content: '';
}

h2.step2::before {
    left: 0px;
    border-color: transparent #fff;
}

h2.step2::after {
    right: -20px;
    border-color: transparent #f3e603;
}


/*-- step3 h2 --*/
h2.step3 {
	margin:0 0 30px 0;
	width:64%;
    position: relative;
    display:block;
    height: 57px;
    line-height: 60px;
    padding: 3px 40px 0 80px;
    background:#8ec21f url(../images/step3_icon.png) no-repeat 30px;
    color: #fff;
    font-size: 30px;
    text-align:left;
	font-weight:normal;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2.step3 span { color:#fff; font-size:25px; margin:0 0 0 28px; }

h2.step3::before,
h2.step3::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 0px 30px 20px;
    content: '';
}

h2.step3::before {
    left: 0px;
    border-color: transparent #fff;
}

h2.step3::after {
    right: -20px;
    border-color: transparent #8ec21f;
}


/*-- step4 h2 --*/
h2.step4 {
	margin:0 0 30px 0;
	width:64%;
    position: relative;
    display:block;
    height: 57px;
    line-height: 60px;
    padding: 3px 40px 0 80px;
    background:#019fe8 url(../images/step4_icon.png) no-repeat 30px;
    color: #fff;
    font-size: 30px;
    text-align:left;
	font-weight:normal;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2.step4 span { color:#fff; font-size:25px; margin:0 0 0 28px; }

h2.step4::before,
h2.step4::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 0px 30px 20px;
    content: '';
}

h2.step4::before {
    left: 0px;
    border-color: transparent #fff;
}

h2.step4::after {
    right: -20px;
    border-color: transparent #019fe8;
}


/*-- step5 h2 --*/
h2.step5 {
	margin:0 0 30px 0;
	width:64%;
    position: relative;
    display:block;
    height: 57px;
    line-height: 60px;
    padding: 3px 40px 0 80px;
    background:#0169b6 url(../images/step5_icon.png) no-repeat 30px;
    color: #fff;
    font-size: 30px;
    text-align:left;
	font-weight:normal;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2.step5 span { color:#fff; font-size:25px; margin:0 0 0 28px; }

h2.step5::before,
h2.step5::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 0px 30px 20px;
    content: '';
}

h2.step5::before {
    left: 0px;
    border-color: transparent #fff;
}

h2.step5::after {
    right: -20px;
    border-color: transparent #0169b6;
}


/*-- step6 h2 --*/
h2.step6 {
	margin:0 0 30px 0;
	width:64%;
    position: relative;
    display:block;
    height: 57px;
    line-height: 60px;
    padding: 3px 40px 0 80px;
    background:#7f1283 url(../images/step6_icon.png) no-repeat 30px;
    color: #fff;
    font-size: 30px;
    text-align:left;
	font-weight:normal;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2.step6 span { color:#fff; font-size:25px; margin:0 0 0 28px; }

h2.step6::before,
h2.step6::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 0px 30px 20px;
    content: '';
}

h2.step6::before {
    left: 0px;
    border-color: transparent #fff;
}

h2.step6::after {
    right: -20px;
    border-color: transparent #7f1283;
}


/* pagetop */

.pagetop {
    height: 30px;
    width: 30px;
    position: fixed;
    right: 15px;
    bottom: 5px;
    background: #fff;
    border: solid 2px #4b4b4b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
	box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #4b4b4b;
    border-right: 3px solid #4b4b4b;
    transform: translateY(20%) rotate(-45deg);
}




/* clear fix */
.requirements:after,
.imageview:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
