@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*NotoSansJPミディアム*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*NotoSansJPエクストラライト*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-ExtraLight.ttf');
  src:
  url('../fonts/font/NotoSansJP-ExtraLight.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-ExtraLight.woff') format('woff'),
  url('../fonts/font/NotoSansJP-ExtraLight.ttf') format('truetype');
	font-weight: 200;
}
@font-face {/*Inter*/
  font-family: "Inter";
  src: url('../fonts/font/Inter-VariableFont_opsz,wght.ttf');
  src:
  url('../fonts/font/Inter-VariableFont_opsz,wght.woff2') format('woff2'),
  url('../fonts/font/Inter-VariableFont_opsz,wght.woff') format('woff'),
  url('../fonts/font/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*Interミディアム*/
  font-family: "Inter";
  src: url('../fonts/font/Inter-VariableFont_opsz,wght.ttf');
  src:
  url('../fonts/font/Inter-VariableFont_opsz,wght.woff2') format('woff2'),
  url('../fonts/font/Inter-VariableFont_opsz,wght.woff') format('woff'),
  url('../fonts/font/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-weight: 500;
}

/* Link
=========================================== */

a:link, a:visited {
	color: #0F0F0F;text-decoration: none;
}
a:hover, a:active {
	color: #0F0F0F;text-decoration: underline;
}
a {
	outline: none;transition: 0.3s;
}
a img {transition: 0.3s;}

:focus { outline: none;}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body {
	color: #0F0F0F;
	background:url("../img/common/bg01.jpg") repeat center top;
	background-size:contain;
	font-size:16px;
	line-height:1.5;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {font-weight:700;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wrap {width: 1100px;margin:0 auto;position:relative;}
table {width:100%;}
img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 300px;height: 70px;margin-top: 80px;}
.btn01 a {display: flex;justify-content: space-between;align-items: center;width: 100%;height: 100%;padding: 22px 30px 22px 40px;box-sizing: border-box;background: #FFFFFF;border-radius: 70px;overflow: hidden;position: relative;z-index: 1;}
.btn01 a::before {content: "";display: block;width: 100%;height: 100%;border-radius: 35px;background: #0082D8;position: absolute;top: 0;right: -100%;transition: 0.3s;z-index: -1;}
.btn01 a .btn-text {width: calc(100% - 20px);font-weight: 700;transition: 0.5s;}
.btn01 a .icon {width: 10px;height: 10px;background: #0082D8;border-radius: 50%;}
.btn01 a:hover {text-decoration: none;}
.btn01 a:hover::before {right: 0;}
.btn01 a:hover .btn-text {color: #FFFFFF;}

.btn01.shiro a {background: transparent;border: 1px solid #FFFFFF;}
.btn01.shiro a::before {background: #FFFFFF;}
.btn01.shiro a .btn-text {color: #FFFFFF;}
.btn01.shiro a .icon {background: #FFFFFF;}
.btn01.shiro a:hover .btn-text {color: #0F0F0F;}

.btn01.bg_mizu a {background: #F2F8FC;}

.title01 {display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 80px;}
.title01 .ja {font-size:46px;line-height:1.44;}
.title01 .en {display: block;font-family: "Inter";font-optical-sizing: auto;font-style: normal;font-size: 20px;color: #0082D8;line-height: 1.2;font-weight: 500;}

.title01.shiro .en {color: #FFFFFF;}

.title01.title01_bb {padding-bottom: 30px;border-bottom: 1px solid #EEEEEE;}
.title01.shiro.title01_bb {border-bottom: 1px solid rgba(255, 255, 255, 0.16);}

.tel_box {align-items: flex-end;}
.tel_box .tel {}
.tel_box .tel .num {font-size: 20px;font-weight: 500;line-height: 1.2;}
.tel_box .tel .num em {font-size: 50px;}
.tel_box .tel-text {font-size: 14px;line-height: 1.43;;font-weight: 500;margin-bottom: 10px;}

.fax-num {font-size: 16px;font-weight: 500;}

.under-cont > section {padding: 160px 0;}
.under-cont > section:first-child {padding-top: 95px;}

.text-bg01 {display: inline-block;padding: 0 10px 3px;box-sizing: border-box;background: #0082D8;color: #FFFFFF;}

/*ウェブフォント*/
.normal{font-weight: 400;}
.medium {font-weight: 500;}
.bold{font-weight: 700;}
.light{font-weight: 200;}

.common_text {line-height: 2;}

.tcenter {text-align: center;}
.tleft {text-align: left;}
.tright {text-align: right;}

.inter {font-family: "Inter";font-optical-sizing: auto;font-style: normal;}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.safari .tate {letter-spacing: 0.1em;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
}

/*色*/
.shiro {color:#FFFFFF;}
.mizu {color: #0082D8;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
#header {width:100%;height: 122px;min-width:1100px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;}
.fixed #header {background: #fff;}
#header .header_inner {height: 100%;justify-content: space-between;align-items: center;flex-wrap: nowrap;padding: 20px 60px 0;box-sizing: border-box;}
#header .header_inner .logo_box {width: auto;position: relative;z-index: 1;}
#header .header_inner .logo {display: flex;align-items: center;width: 500px;}
#header .header_inner .logo a {display: block;width: 274px;}
#header .header_inner .logo a:hover {text-decoration: none;opacity: 0.7;}
#header .header_inner .logo .logo-text {font-size: 11px;margin-left: 20px;font-weight: 400;}

#header .header_inner .right {height: 100%;flex-direction: column;align-items: flex-end;}
#header .header_inner .right .right_top {height: 49px;padding-top: 20px;box-sizing: border-box;margin-bottom: 12px;justify-content: flex-end;}
#header .header_inner .right .right_top .tel_box {align-items: flex-end;}
#header .header_inner .right .right_top .tel_box .tel .num {font-size: 12px;}
#header .header_inner .right .right_top .tel_box .tel .num em {font-size: 24px;}
#header .header_inner .right .right_top .tel_box .tel-text {font-size: 12px;margin-left: 4px; margin-bottom: 4px;}

/*gnav*/
.gnav {height: 41px;}
.gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
.gnav > ul > li {margin-right: 30px;}
.gnav > ul > li:last-child {margin-right: 0;}
.gnav > ul > li > a {display: flex;flex-wrap: nowrap;height: 100%;justify-content: center;width: auto;max-width: 100%;}
.gnav > ul > li > a > span {font-size: 15px;line-height: 21px;font-weight: 500;transition: 0.3s;white-space: nowrap;}
.gnav > ul > li > a:hover {text-decoration: none;}
.gnav > ul > li > a:hover span {color: #0082D8;}

.gnav .gnav_first {}
.gnav .gnav_first > p {display: flex;height: 100%;font-size: 15px;line-height: 21px;font-weight: 500;padding-right: 18px;position: relative;white-space: nowrap;transition: 0.3s;cursor: pointer}
.gnav .gnav_first > p::before {content: "";display: inline-block;width: 12px;height: 12px;background: url("../img/common/gnav_open.svg") no-repeat center;background-size: contain;transition: 0.3s;position: absolute;top: 5px;right: 0;}
.gnav .gnav_first:hover > p::before {background: url("../img/common/gnav_close.svg") no-repeat center;background-size: contain;}
.gnav_bg {
	width: 100%;
	height: auto;
    position: absolute;
    left: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	box-sizing: border-box;
	background: #FFFFFF;
	z-index: -1;
}
.gnav_second {
	width: 1100px;
	box-sizing: border-box;
    transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	margin: 40px auto 60px;
	position: relative;
}
.gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
.gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
.gnav_first .gnav_second .title01 {
	justify-content: flex-start;
	margin-bottom: 20px;
}
.gnav_first .gnav_second .title01 .ja {
	font-size:20px;
}
.gnav_first .gnav_second .title01 .en {
	font-size: 12px;
	margin: 0 0 3px 20px;
}
.gnav_first .gnav_second ul.flex li {
	width: 365px;
	margin-right: 2px;
}
.gnav_first .gnav_second ul.flex li:last-child {
	margin-right: 0;
}
.gnav_first .gnav_second ul.flex li a {
	display: flex;
	align-items: center;
	width:100%;
	padding: 20px;
	box-sizing: border-box;
	background: #F2F8FC;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.gnav_first .gnav_second ul.flex li a::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #0082D8;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	right: 10px;
	transition: 0.3s;
	z-index: -1;
}
.gnav_first .gnav_second ul.flex li a .img {
	width: 120px;
}
.gnav_first .gnav_second li a p {
	width: calc(100% - 150px);
	margin-left: 30px;
	transition: 0.3s;
}
.gnav_first .gnav_second li a p .mini {
	font-size: 12px;
}
.gnav_first .gnav_second li a:hover {
	text-decoration: none;
}
.gnav_first .gnav_second ul.flex li a:hover::before {
	width: 100%;
	height: 100%;
	border-radius: 0;
	bottom: 0;
	right: 0;
}
.gnav_first .gnav_second li a:hover p {
	color: #FFFFFF;
}

/*CTA*/
#fixed-btn {width: 70px;height: 220px;position: fixed;top: 50%;right: 0;transform: translateY(-50%);z-index: 10;}
#fixed-btn a {display: flex;justify-content: center;align-items: center;flex-direction: column;width: 100%;height: 100%;background: #0082D8;}
#fixed-btn a .btn_text {font-size: 15px;font-weight: 700;}
#fixed-btn a .icon {width: 30px;height: 30px;border: 1px solid #FFFFFF;border-radius: 50%;background: url("../img/common/icon_mail.svg") no-repeat center;background-size: 10px;margin-top: 34px;}
#fixed-btn a:hover {text-decoration: none;opacity: 0.7;}

/* main */
/*-------------------------------------------*/
#main {margin-top:140px;}
#main.home_main {width: 100%;padding-top: 200px;box-sizing: border-box;position: relative;margin-top: 0;}
#main.home_main::before {content:"";display: block;width:100%;height:93%;background:url("../img/common/bg01.jpg") no-repeat center top;background-size:cover;position:absolute;top: 0;left: 0;z-index: -1;}
#main.home_main .text_box {width: 1120px;justify-content: space-between;align-items: flex-end;margin: 0 auto 72px;}
#main.home_main .text_box .main_title {font-size: 40px;line-height: 1.55;}
#main.home_main .text_box .main-list {width: 372px;}
#main.home_main .text_box .main-list li {padding: 4px 10px;box-sizing: border-box;background: #000000;margin: 10px 10px 0 0;}
#main.home_main .text_box .main-list li:last-child {margin-right: 0;}

#main.home_main .main_img {width: 100%;height: 520px;padding-left: 7%;box-sizing: border-box;}
#main.home_main .main_img .img_in {width: 100%;height: 100%;background: url("../img/main/main_img.jpg") no-repeat center left;background-size: cover;}

#main.home_main .blog_box {width: 875px;height: 100px;align-items: center;padding-left: 50px;box-sizing: border-box;background: #FFFFFF;position: absolute;bottom: 0;right: 0;z-index: 1;}
#main.home_main .blog_box h2 {width: 96px;font-size: 22px;font-weight: 500;}
#main.home_main .blog_box .top-blog01 {width: calc(100% - 266px);margin-right: 50px;}
#main.home_main .blog_box .top-blog01 a {display: flex;align-items: center;width: 100%;}
#main.home_main .blog_box .top-blog01 a .time {width: 90px;font-size: 14px;}
#main.home_main .blog_box .top-blog01 a .title {width: calc(100% - 90px);font-weight: 400;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
#main.home_main .blog_box .btn01 {width: 120px;height: 100px;margin-top: 0;}
#main.home_main .blog_box .btn01 a {padding: 0;border-radius: 0;}
#main.home_main .blog_box .btn01 a::before {display: none;}
#main.home_main .blog_box .btn01 a .btn-text {width: 100%;font-size: 14px;color: #0082D8;text-align: center;}
#main.home_main .blog_box .btn01 a .icon {display: none;}
#main.home_main .blog_box .btn01 a:hover {background: #0082D8;}
#main.home_main .blog_box .btn01 a:hover .btn-text {color: #FFFFFF;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {width: 100%;height: 340px;}
#main.kasou .main_img {width: 94%;height: 100%;background-image: url("../img/main/kasou_main01.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;}
#main.kasou h1 {color: #FFFFFF;position: absolute;bottom: 78px;left: 0;}
#main.kasou h1 .ja {display: block;font-size:40px;line-height:1.45;}
#main.kasou h1 .en {display: block;font-family: "Inter";font-optical-sizing: auto;font-style: normal;font-size: 20px;font-weight: 500;line-height: 1.2;margin-top: 10px;}

.page-reason #main.kasou .main_img {background-image: url("../img/main/kasou_main02.jpg");}
.page-arcwelding #main.kasou .main_img {background-image: url("../img/main/kasou_main03.jpg");}
.page-plasma-cutting #main.kasou .main_img {background-image: url("../img/main/kasou_main04.jpg");}
.page-equipments #main.kasou .main_img {background-image: url("../img/main/kasou_main05.jpg");}
.page-company #main.kasou .main_img {background-image: url("../img/main/kasou_main06.jpg");}
#main.kasou.works-main .main_img {background-image: url("../img/main/kasou_main07.jpg");}
#main.kasou.blog-main .main_img {background-image: url("../img/main/kasou_main08.jpg");}
.page-job #main.kasou .main_img {background-image: url("../img/main/kasou_main09.jpg");}
.page-people #main.kasou .main_img {background-image: url("../img/main/kasou_main10.jpg");}
.page-recruit #main.kasou .main_img {background-image: url("../img/main/kasou_main11.jpg");}

/*パンくず*/
div#bread {padding-top: 8px;margin: 0 auto;}
ul.bread-list {font-size:13px;justify-content: flex-end;flex-wrap: nowrap;}
ul.bread-list li {line-height: 19px;white-space: nowrap;}
ul.bread-list li a {text-decoration:none;line-height: 19px;white-space: nowrap;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"/";margin: 0 8px;}
ul.bread-list li:last-child{display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: pre-wrap;}
ul.bread-list li:last-child::after{display: none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
#access-sec {padding: 160px 0;background: url("../img/common/bg02.jpg") no-repeat center top;background-size: cover;}
#access-sec .wrap {width: 1240px;}
#access-sec .title01 {margin-bottom: 60px;}
#access-sec .map_box {width: calc(100% + ((100vw - 1240px) / 2));height: 500px;position: relative;}	
#access-sec .map_box iframe {width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#access-sec .info {align-items: center;margin-top: 40px;}	
#access-sec .info .btn01 {margin-top: 0;margin-left: 40px;}
#recruit-sec {height: 600px;background: url("../img/common/recruit_bg.jpg") no-repeat center;background-size: cover;}
#recruit-sec .wrap {height: 100%;}
#recruit-sec .cnt {width: 100%;padding: 0 60px;box-sizing: border-box;justify-content: space-between;align-items: center;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}		
#recruit-sec .cnt .title01 {display: block;margin-bottom: 0;}		
#recruit-sec .cnt .title01 .ja {font-size:42px;line-height:1.58;}
#recruit-sec .cnt .title01 .en {font-size: 28px;margin-bottom: 13px;}
#recruit-sec .cnt .text_box {width: 465px;}
#recruit-sec .cnt .text_box p.common_text {text-align: right;}
#recruit-sec .cnt .text_box .btn01 {margin: 40px 0 0 auto;}

#contact-sec {padding: 160px 0;background: url("../img/common/contact_bg.jpg") no-repeat center;background-size: cover;}
#contact-sec .wrap {width: 1240px;}
#contact-sec .cnt {justify-content: space-between;align-items: flex-start;}
#contact-sec .cnt .contact_btn {width: 580px;height: 140px;}
#contact-sec .cnt .contact_btn a {display: flex;justify-content: space-between;align-items: center;width: 100%;height: 100%;padding: 0 40px 0 80px;box-sizing: border-box;background: #000000;border-radius: 70px;}
#contact-sec .cnt .contact_btn a .btn-text {display: inline-block;width: calc(100% - 80px);font-size: 24px;font-weight: 700;color: #FFFFFF;}
#contact-sec .cnt .contact_btn a .icon {width: 60px;height: 60px;border: 1px solid #FFFFFF;border-radius: 50%;background: url("../img/common/icon_mail.svg") no-repeat center;background-size: 20px;}
#contact-sec .cnt .contact_btn a:hover {text-decoration: none;opacity: 0.7;}

#contact-sec .cnt .num_box {width: 625px;margin-top: 20px;}
#contact-sec .cnt .num_box .tel_box {justify-content: flex-end;}
#contact-sec .cnt .num_box .tel_box .tel .num {color: #FFFFFF;}
#contact-sec .cnt .num_box .tel_box .tel-text {color: #FFFFFF;}
#contact-sec .cnt .num_box .fax-num {text-align: center;color: #FFFFFF;}

#footer {padding: 100px 0 30px;background: #373947;color: #FFFFFF;}
#footer .wrap {width: 1240px;}
#footer a {color: #FFFFFF;}
#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;margin-bottom: 120px;}
#footer .footer_box .left {width: 510px;}
#footer .footer_box .left .logo {display: flex;align-items: center;width: 100%;}
#footer .footer_box .left .logo a {display: block;width: 290px;}
#footer .footer_box .left .logo a:hover {text-decoration: none;opacity: 0.7;}
#footer .footer_box .left .logo .logo-text {font-size: 11px;margin-left: 20px;}

#footer .footer_box .left .info_box {margin-top: 40px;}
#footer .footer_box .left .info_box .address {margin-bottom: 23px;}

#footer .footer_box .left .info_box .tel_box {margin-bottom: 6px;}
#footer .footer_box .left .info_box .tel_box .tel .num {font-size: 16px;font-weight: 400;line-height: 1.25;}
#footer .footer_box .left .info_box .tel_box .tel .num em {font-size: 16px;}
#footer .footer_box .left .info_box .tel_box .tel-text {font-size: 11px;line-height: 1.45;font-weight: 400;margin-bottom: 0;margin-left: 16px;}
#footer .footer_box .left .info_box .fax-num {font-weight: 400;text-align: left;}

#footer .footer_box .right {width: calc(100% - 600px);}
#footer .footer_box .right .navs-list {width: 100%;justify-content: flex-end;display:flex;}
.navs-list > ul.navs-list01 {margin-right: 80px;}
.navs-list > ul.navs-list00 > li {margin-bottom: 30px;font-weight: 500;}
.navs-list > ul.navs-list00 > li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li a .mini {font-size: 12px;}

#footer .bottom_box {padding-top: 30px;justify-content: space-between;align-items: center;flex-direction: row-reverse;position: relative;}
#footer .bottom_box::before {content: "";display: block;width: 100vw;height: 1px;background: rgba(255, 255, 255, 0.1);position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
#footer .bottom_box .link_list {width: auto;}
#footer .bottom_box .link_list li {font-size: 14px;line-height: 1.43;margin-right: 30px;}
#footer .bottom_box .link_list li:last-child {margin-right: 0;}
#footer .bottom_box .copyright {font-size: 12px;line-height: 1.25;color: rgba(255, 255, 255, 0.46);}

/* wideWrap
=========================================== */
section{width:100%;}

aside,footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
