@import "default.css";
@import "standard.css";
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
}
:root {
 --main-color: #D30719;
 --sub-color: #3150A5;
}
a:hover {
	opacity: .7;
}
* {
	box-sizing: border-box;
	list-style: none;
}
img {
	width: 100%;
	height: auto;
}
a {
	color: var(--sub-color);
	text-decoration: none;
	transition: all .3s;
}
/* ヘッダー
------------------------------------------------ */
header {
	width: 100%;
	top: 0;
	left: 0;
}
header .wrap {
	padding: 25px 45px 25px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
header #lower_bg {
	margin-bottom: 30px;
	padding-bottom: 40px;
	background: #666 url(../image/common/lower_bg.webp);
	background-size: contain;
}
header .top_logo {
	max-width: 220px;
	width: 100%;
}
header .language_list {
	display: flex;
	gap: 30px;
}
header .language_list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
header .language_list li img {
	width: 40px;
}
header .language_list li p {
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	text-transform: capitalize;
}
header .language_list li.current p {
	text-decoration: underline;
	text-underline-offset: 8px;
}
header .h_under {
	padding: 24px 88px;
	background: rgba(174, 0, 8, 0.6);
}
header .nav {
	display: flex;
	gap: 65px;
}
header .nav li a {
	color: #fff;
}
.is-fixed {
	padding: 24px 88px;
	background: rgba(174, 0, 8, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
/* フッター
------------------------------------------------ */
footer {
	padding: 86px 0 240px;
	background-color: #030408;
	color: #fff;
	position: relative;
	z-index: 0;
}
footer::after {
	content: '';
	max-width: 940px;
	width: 100%;
	height: 100%;
	background: url(../image/common/f_img.webp) no-repeat 0 0/cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.f_logo {
	max-width: 220px;
	width: 100%;
	margin-bottom: 24px;
}
footer p {
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 1;
}
#pagetop {
	width: 60px;
	aspect-ratio: 1;
	position: fixed;
	right: 30px;
	bottom: 30px;
}
#pagetop a {
	width: 100%;
	height: 100%;
	background-color: var(--main-color);
	border: 1px var(--main-color) solid;
	display: block;
	position: relative;
}
#pagetop a::after {
	content: '';
	width: 23px;
	aspect-ratio: 23/25;
	background-color: #fff;
	-webkit-mask-image: url(../image/common/pagetop.svg);
	mask-image: url(../image/common/pagetop.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
}
#pagetop a:hover {
	background-color: #fff;
}
#pagetop a:hover::after {
	background-color: var(--main-color);
}
/* Hタグ
------------------------------------------------ */
h2.title01 {
	margin-bottom: 54px;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
}
h2.title01 .en {
	font-size: 80px;
	font-size: 8rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: capitalize;
	display: block;
}
h2.title01 .en::first-letter {
	color: var(--main-color);
}
/* 共通
------------------------------------------------ */
#contents {
	width: 100%;
	margin-bottom: 80px;
}
.inner {
	max-width: 1380px;
	width: 95%;
	margin: 0 auto;
}
br.sp {
	display: none;
}

/* トップページ
------------------------------------------------ */
#p_top header {
	position: absolute;
	z-index: 99;
}
/* メインビジュアル */
#mv {
	min-height: 840px;
	position: relative;
	z-index: 0;
}
#mv::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.43);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/* #mv .vegas-content-scrollable {
  position: absolute;
} */
#mv .title_area01 {
	position: absolute;
	top: 240px;
	left: min(60px, 4%);
}
#mv .title_area02 {
	position: absolute;
	bottom: 166px;
	right: min(110px, 6%);
}
#mv .title {
	font-size: clamp(6rem, 5vw, 8rem);
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.3;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
#mv .title_area01 .title {
	margin-bottom: 50px;
}
#mv .title_s01 {
	font-size: clamp(5rem, 5vw, 7rem);
}
#mv .title_s02 {
	font-size: clamp(4rem, 5vw, 6rem);
}
#mv .text {
	padding-left: 98px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
#mv .text::before {
	content: '';
	width: 62px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#mv .slider {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/* お知らせ */
#news {
	padding: 50px 0 75px;
	background-color: #F5F5F5;
	position: relative;
}
#news .flex{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#news .title {
	margin-bottom: 40px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
}
#news .title .en {
	font-size: 60px;
	font-size: 6rem;
	font-weight: normal;
	color: var(--main-color);
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: capitalize;
	display: block;
}
#news .flex .list a {
	font-size: 14px;
	text-decoration: none;
	color: #333;
	position: relative;
}
#news .flex .list a:before {
	content: '';
	width: 16px; 
	height: 5px;
	background-image: url(../image/common/list_arrow.svg);
background-size: contain;
background-repeat:no-repeat;
position:absolute;
top:50%;
left:-20px;
transform: translateY(-50%); 
}
#news .box {
	width: 50%;
}
#news dl {
	margin-bottom: 28px;
	display: flex;
	align-items: center;
	gap: 10px 26px;
}
#news dl:last-child {
	margin-bottom: 0;
}
#news dl dt time {
	min-width: 120px;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 100vmax;
	font-size: 16px;
	font-size: 1.6rem;
	color: var(--main-color);
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
	display: block;
}
#news dl dd a {
	color: var(--sub-color);
	text-decoration: underline;
}
#news dl dd i {
	font-style: normal;
	font-size: 14px;
	color: var(--main-color);
}
.news_img {
	max-width: 647px;
	width: calc(50% - 5%);
	aspect-ratio: 647/460;
	position: absolute;
	top: 0;
	right: min(81px, 5%);
}
.news_img .img01 {
	max-width: 286px;
	position: absolute;
	top: -70px;
	right: 0;
}
.news_img .img02 {
	max-width: 286px;
	position: absolute;
	top: 230px;
	left: 0;
}
/* 会社概要 */
#company {
	padding: 170px 0;
}
#company .inner {
	position: relative;
}
#company .inner::after {
	content: '';
	max-width: 790px;
	width: 50%;
	aspect-ratio: 790/1123;
	background: url(../image/top/bg_logo.svg) no-repeat 0 0/cover;
	position: absolute;
	top: -315px;
	right: -20px;
	z-index: -1;
}
#company .box {
	max-width: 1160px;
	margin-bottom: 120px;
}
#company .box p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}
#company .flex {
	margin-bottom: 200px;
	display: flex;
	gap: 40px min(89px, 7%);
}
#company .img_area {
	max-width: 420px;
	width: 35%;
}
#company .text_area {
	flex: 1;
}
#company .text_area dl {
	padding: 35px 0;
	border-top: 1px #9B9B9B solid;
	display: flex;
	align-items: center;
	font-size: 18px;
}
#company .text_area dl:last-child {
	border-bottom: 1px #9B9B9B solid;
}
#company .text_area dt {
	width: 20%;
	padding: 0 25px;
	font-weight: bold;
}
#company .text_area dd {
	flex: 1;
}
#company .title02 {
	margin-bottom: 38px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
#company .title02 .en {
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	color: var(--main-color);
	letter-spacing: 0;
	text-align: center;
	display: block;
}
#company .box02 {
	margin-bottom: 100px;
	padding: 82px min(80px, 6%);
	background-color: #F5F5F5;
}
#history dl {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	gap: 72px;
}
#history dl:last-child {
	margin-bottom: 0;
}
#history dl dt {
	width: 125px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0;
	position: relative;
}
#history dl dt::after {
	content: '';
	width: 73px;
	border-bottom: 1px #707070 solid;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}
#history dl dd {
	padding-left: 48px;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0;
	flex: 1;
}
#company .map {
	max-width: 860px;
	width: 100%;
	margin: 0 auto 40px;
	padding: 10px;
	border: 1px #AAAAAA solid;
}
#company .btn {
	max-width: 260px;
	width: 100%;
	margin: 0 auto;
}
#company .btn a {
	padding: 10px 10px;
	background-color: #F5F5F5;
	border-radius: 100vmax;
	color: var(--sub-color);
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
	display: block;
}
#company .btn a:hover {
	background: var(--sub-color);
	color: #fff;
}
/* 産業用機械 */
#business {
	padding: 100px 0 130px;
	background: url(../image/top/business_bg.webp) no-repeat 0 0/cover;
}
#business .box {
	max-width: 1380px;
	margin-bottom: 120px;
}
#business .box p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}
#business .box .m_btm {
	margin-bottom: 70px;
}
#business #data {
	width: 100%;
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
}
#business #data dl {
	width: 49%;
	display: flex;
	align-items: center;
	gap: 10px;
}
#business #data dl:last-child {
	margin-bottom: 0;
}
#business #data dt {
	width: 240px;
	padding: 20px 10px;
	background-color: #0A0A0ACC;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#business #data dd {
	flex: 1;
}
#business #maintenance h3 {
	margin-bottom: 10px;
	font-weight: bold;
}
#business #maintenance .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
#business #maintenance .flex .photo {
	width: 230px;
	height: auto;
}
#business #maintenance .flex dl {
	flex: 1;
}
#business #maintenance .flex dt {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

#business .box02 {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto 80px;
	padding: 60px 50px 60px 60px;
	background-color: #fff;
	border: 1px var(--main-color) solid;
}
.machine li {
	margin-bottom: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 44px;
}
.machine li:last-child {
	margin-bottom: 0;
}
.machine li .img02 {
	max-width: 440px;
	width: 100%;
}
.machine li .img02_sp {
	display: none;
}
.machine li dl {
	max-width: 666px;
	width: 100%;
}
.machine li dt {
	margin-bottom: 40px;
	padding: 30px 0 20px;
	font-size: 34px;
	font-size: 3.4rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	z-index: 0;
}
.machine li dt::before {
	content: '';
	width: calc(100% + 94px);
	height: 100%;
	background: linear-gradient(to right, #D30719, #6A040D);
	position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
	z-index: -1;
}
.machine li dt .en {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}
.machine li dt .en2 {
	font-size: 24px;
}
.machine li .m_btm01 {
	margin-bottom: 64px;
}
.machine li .maker .logo {
	max-width: 210px;
	width: 100%;
	margin-bottom: 14px;
}
.machine li .maker .text {
	font-weight: bold;
}
.machine .img_area {
	max-width: 390px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.machine .img_area img {
	width: calc((100% - 10px) / 2);
}
.machine li .m_btm02 {
	margin-bottom: 52px;
}
.after_text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
/* コンタクト */
#contact h2.title01 {
	text-align: center;
}
#contact {
	padding: 120px 0 240px;
}
#contact .text {
	margin-bottom: 70px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
#contact .box {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding: 90px;
	border: 6px #F5F5F5 solid;
}
#contact .box dl {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 52px;
	display: flex;
	gap: 40px;
}
#contact .box dl dt {
	max-width: 170px;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#contact .box dl dt span {
	color: var(--main-color);
}
#contact .box dl dd {
	flex: 1;
}
#contact .box input[type="text"], #contact .box textarea {
	padding: 12px;
	background-color: #F5F5F5;
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
}
#contact .box textarea {
	width: 100%;
}
#contact .box .input01 {
	width: 100%;
}
#contact .box .input02 {
	max-width: 500px;
	width: 100%;
}
#contact .box .input03 {
	max-width: 400px;
	width: 100%;
}
#contact .box .input04 {
	max-width: 200px;
	width: 100%;
}
#contact .box button {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	padding: 16px 10px;
	background: var(--main-color);
	border: 1px var(--main-color) solid;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: block;
	transition: all .3s;
}
#contact .box button:hover {
	color: var(--main-color);
	background: #fff;
}

/* お知らせ一覧
------------------------------------------------ */
#p_news .box {
	margin-bottom: 60px;
	padding: 80px;
}
#p_news .wp-pagenavi {
	width: 90%;
	margin: 0 auto;
}
/* お知らせ詳細
------------------------------------------------ */
#p_news #post p {
	margin-bottom: 15px;
}
#p_news #post.box {
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}
#p_news #post h4.title {
	margin-bottom: 60px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
	display: block;
}
#p_news #post h4.title::before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--main-color);
}
#p_news .back_btn {
	text-align: center;
}
#p_news .back_btn a {
	padding: 10px 30px;
	border: 1px var(--main-color) solid;
	border-radius: 30px;
	color:  var(--main-color);
}