@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: https://www.gnu.org/licenses/gpl.html
*/

@import url("reset.css");
@import url("formParts.css");
@import url("over.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	color: #202020;
}

div, p{
	text-align: justify;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

.min{
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    letter-spacing: -0.025rem;
}

p:empty {
    display: none;
  }
  

@media screen and (max-width:1049px){

img{
	display: block;
	width: auto;
	height: 100%;
}

body{
    position: relative;
    padding: 0;
    width: 100%;
    padding: 84px 0 0 0;
    overflow-x: hidden;
}

/* header */

header{
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    width: 100%;
    height: 84px;
    background-color: #FFF;
    z-index: 9999;
}

header h1,
header div.headerLogo{
    width: 240px;
    padding: 22px 0 22px 15px;
}

header h1 a img,
header div.headerLogo a img{
    width: 100%;
    height: auto;
}

.headerMenu{
    display: none;
    justify-content: flex-end;
}

.headerMenu nav ul{
    display: flex;
    justify-content: center;
    padding: 24px 0;
}


.headerMenu nav ul li a{
    position: relative;
    white-space: nowrap;   
    border-left: 1px solid #ccc;
    display: block;
    height: 31px;
    padding: 5px 23px;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    transition: .5s;
}

.headerMenu nav ul li a::after{
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: 0 auto;
    background-color: #c4000f;
    transition: .2s;
    opacity: 0;
}

.headerMenu nav ul li a:hover::after{
    position: absolute;
    display: block;
    content: "";
    width: 65%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: 0 auto;
    background-color: #c4000f;
    transition: .2s;
    opacity: 1;
}

.headerMenu nav ul li a:hover{
    color: #c4000f;
    transition: .5s;
}

.recBtn{
    position: relative;
    width: 175px;
    height: 77px;
    padding: 0 9px;
    background-color: #c4000f;
    border-radius: 2px;
    text-align: center;
    z-index: 100;
    transition: .2s;
}

.recBtn:hover{
    opacity: .8;
    transition: .2s;
}

.recBtn a{
    position: relative;
    display: block;
    width: 100%;
    height: 77px;
    padding: 12px 0 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    z-index: 120;
}

.recBtn a span{
    margin: 0 0 0 5px;
    font-size: 22px;
    vertical-align: -4px;;
}

.recBtn p{
    position: absolute;
    width: 158px;
    height: 34px;
    bottom: 0;
    border-top: 1px solid #d64d57;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    z-index: 110;
}


/* ハンバーガーメニュー */

.drawer{
    position: relative;
    display: block;
    width: 84px;
	height: 84px;
	margin: 0;
    z-index: 9999;
}

.drawer-hidden {
	display: none;
}

.drawer-open {
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    width: 84px;
	height: 84px;
	margin: auto;
	z-index: 100;
}

.drawer-open span{
	position: absolute;
	display: block;
	width: 33px;
	height: 3px;
	transition: 0.5s;
    bottom: 0;
	top: 0;
    margin: auto 0;
    background-color: #222;
}

.drawer-open span:before {
	content: "";
	display: block;
	height: 3px;
	width: 33px;
    background-color: #222;
	transition: 0.5s;
	position: absolute;
	bottom: 12px;

}

.drawer-open span:after {
	content: "";
	display: block;
	height: 3px;
	width: 33px;
    background-color: #222;
	transition: 0.5s;
	position: absolute;
	top: 12px;
}

.drawer-open.clicked span {
	background: #FFF;
}
.drawer-open.clicked span::before {
	bottom: 0;
	transform: rotate(45deg);
}
.drawer-open.clicked span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* 横スライドメニュー*/

header .drawer-content{
	display: block;
}

.drawer-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 84px;/*ヘッダーの高さ*/
	left: 100%;/*向き変更*/
	transition: 0.5s;
	padding: 20px 0 20px 0;
	margin-left: 0;/*向き変更・背景見せる場合マージン入れる*/
	padding-right: 0;/*向き変更・背景見せる場合マージン入れる*/
	overflow: scroll;
	background: #FFF;
    border-top: 1px solid #d4dbde;
	z-index: 9900;
}

.drawer-content.clicked {
	left: 0;/*向き変更*/
}

.drawer-content-bg{
    position: relative;
    z-index: 9000;
}

.drawer-content-bg.clicked {
	left: 0;
}

.drawerNav{
    margin: 0 auto 20px auto;
}

.drawerNav ul{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.drawerNav ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    color: #222;
    border-bottom: 1px dotted #CCC;
}

.drawerNav ul li:last-child a{
    border-bottom: 0px dotted #CCC;
}

.drawer-content-wrap .recBtn{
    margin: 0 auto;
    width: 220px;
}


.drawer-content-wrap .recBtn a{
    position: relative;
    display: block;
    width: 100%;
    height: 77px;
    padding: 12px 0 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    z-index: 120;
}

.drawer-content-wrap .recBtn a span{
    margin: 0 0 0 5px;
    font-size: 22px;
    vertical-align: -4px;;
}

.drawer-content-wrap .recBtn p{
    width: 200px;
    height: 34px;
    bottom: 0;
    border-top: 1px solid #d64d57;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    z-index: 110;
}


.fv{
    position: relative;
    width: 100%;
    height: 390px;
    padding: 0 10px;
}

.fvImg{
    position: relative;
    width: 100%;
    height: 390px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 200;
}

.fvImg img{
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.fvLeed{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 300px;
    height: 120px;
    margin: 0;
    padding: 15px 0 15px 25px;
    background-color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    z-index: 210;
    letter-spacing: .3rem;
}

.fvLeed span{
    color: #c4000f;
}

/* layout */

main{
    width: 100%;
}

.centerTtl{
    width: 100%;
    margin: 0 auto 35px auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .3rem;
}


.centerAnchor{
    display: block;
}

.centerAnchor{
    position: relative;
    display: block;
    width: 275px;
    height: 36px;
    margin: 0 auto;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    color:#FFF;
    text-align: center;
    line-height: 35px;
    transition: .2s;
}

.centerAnchor:hover{
    opacity: .8;
    transition: .2s;
}

.centerAnchor span{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    margin: auto 0;
    font-weight: 400;
    font-size: 23px;
    vertical-align: -6px;
}

/* bread */

section.bread{
    width: 95%;
    margin: 0 auto 20px auto;
    padding: 10px 0;
}

section.bread ul{
    display: flex;
}

section.bread ul li{
    position: relative;
    margin: 0 20px 0 0;
    font-size: 12px;
}

section.bread ul li::after{
    position: absolute;
    display: block;
    content: "";
    top: 2px;
    bottom: 0;
    right: -12px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #d6d6d6;
    border-right: 2px solid #d6d6d6;
    transform: rotate(45deg);
}

section.bread ul li:last-child::after{
    display: none;
}

section.bread ul li a{
    color: #333333;
}


/* page */

section.cover{
    position: relative;
    width: 95%;
    height: 100px;
    margin: 0 auto;
    border-radius: 4px;
}

section.cover{
    background-position: center center;
    background-size: cover;
}

section.cover.trencher{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_tchr.webp');}
section.cover.rotary{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_rotary.webp');}
section.cover.machine{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_rotary.webp');}
section.cover.history{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_rotary.webp');}
section.cover.civil{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_rotary.webp');}
section.cover.about{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_about.webp');}
section.cover.mission{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_about.webp');}
section.cover.csr{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_about.webp');}
section.cover.case{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_case.webp');}
section.cover.topicArchive{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_topicArchive.webp');}
section.cover.access{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_access.webp');}
section.cover.commenu{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_comMenu.webp');}
section.cover.license{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_license.webp');}
section.cover.service{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_service.webp');}
section.cover.comInfo{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_comInfo.webp');}
section.cover.cominfo{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_comInfo.webp');}
section.cover.message{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_message.webp');}
section.cover.contact{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_contact.webp');}

section.cover h1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 33px;
    margin: auto 0;
    padding: 0 20px 0 20px;
    border-radius: 4px 0 0 4px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 900;
    line-height: 32px;
    color: #FFF;
    letter-spacing: .3rem;
}

section.cover h1::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: -10px;
    width: 20px;
    height: 33px;
    background-color: #c4000f;
    transform: skewX(-25deg);
}

.pageWpr{
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #cccccc;
}

.borderTitleEn{
    position: relative;
    padding: 20px 0 40px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
    font-weight: 900;
    color: #cccccc;
    text-align: center;
    letter-spacing: .2rem;
}

.borderTitleEn::after{
    position: absolute;
    display: block;
    content: "";
    bottom: 30px;
    left: 0;
    right: 0;
    width: 80px;
    height: 1px;
    margin: 0 auto;
    background-color: #cccccc;
}

.pageCtsUnit{
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.flex{
    display: flex;
    justify-content: space-between;
}

.pageCtsUnit.flex{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.pageCtsUnit.rightImg{
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pageCtsUnit.lftImg{
    margin: 0 auto 1rem auto;
    padding: 0;
}

.pageCtsUnit.lftImg .pageCtsImg{
    width: 100%;
    margin: 0 auto 1rem auto;
    border-radius: 10px;
}

.pageCtsUnit.rightImg .pageCtsImg{
    width: 100%;
    
    margin: 0 auto 1rem auto;
    border-radius: 10px;
}


.pageCtsUnit.rightImg div img{
    position: relative;
    z-index: 100;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.pageCtsUnit.lftImg div img{
    position: relative;
    z-index: 100;
    border-radius: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pageCtsTitle{
    margin: 0 0 15px 0 !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    color: #c4000f;
    line-height: 30px !important;
    text-align: center;
}

.subTitle{
    margin: 0 auto 20px auto;
    padding: 30px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .3rem;
}

.subTitle.red{
    color:#c4000f;
}

.subTitle.center{
    text-align: center;
}

.pageCtsUnit.lftImg .pageCtsTitle{
    text-align: center;
}

.pageCtsBody p{
    margin: 0 0 .8rem 0;
    font-size: 15px;
    line-height: 24px;
}

.pageCtsBody p.btm{
    margin: 0 0 2rem 0;
}

.pageCtsBody p span{
    font-weight: 700;
    color:#c4000f;
}

.mainLeed{
    width: 90%;
    margin: 0 auto 35px auto;
    font-size: 16px;
    font-weight: 900;
    color: #333333;
    line-height: 1.7rem;
}

.mainLeed span{
    color: #c4000f;
}

.mainLeed.center{
    text-align: center;
}

.pageImg.wide{
    width: 90%;
    max-width: 430px;
    height: 220px;
    margin: 0 auto 30px auto;
}

.pageImg.wide img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

/* pager */

.pager{
    width: 100%;
}

.pager nav ul{
    display: flex;
    justify-content: center;
}

.pager nav ul li{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    border: 1px solid #c4000f;
    border-radius: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #c4000f;
    overflow: hidden;
}

.pager nav ul li a{
    display: block;
    background-color: #c4000f;
    color: #FFF;
}

/* company about */


.about{
    margin: 0 0 0 0;
}

.about .title{
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto 50px auto;
}

.about .title div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 70px;
    margin: 0 auto;
    z-index: 100;
}

.about .title p{
    position: relative;
    font-size: 22px;
    font-weight: 900;
    color:#c4000f;
    text-align: center;
    line-height: 60px;
    z-index: 110;
}

.comInfoMenu{
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
}

.comInfoMenu div.unit{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 12px 15px 12px 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.comInfoMenu .unit div{
    padding: 5px 0 0 17px;
    border-left: 4px solid #c4000f;
}

.comInfoMenu .unit div p{
    height: 22px;
    line-height: 22px;
    margin: 0 auto 5px auto;
    font-size: 22px;
    font-weight: 900;
}

.comInfoMenu .unit div p:last-child{
    margin: 0 auto;
}

.comInfoMenu .unit div span.en{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color:#c4000f;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .2rem;
}

.comInfoMenu .unit div p{
    display: block;
    color: #222;
}

.comInfoMenu .unit span.material-symbols-outlined{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 33px;
    height: 33px;
    font-size: 33px;
    color:#c4000f;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    transition: .2s;
}

.comInfoMenu .unit:hover span.material-symbols-outlined{
    right: 10px;
    transition: .2s;
}

.comInfoMenu div.unit a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.comInfoMenu div.unit a span{
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
}


/*



.comInfoMenu{
    width: 100%;
}

.comInfoMenu div.unit{
    position: relative;
    display: block;
    width: 32%;
    height: 95px;
    padding: 22px 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.comInfoMenu .unit div{
    padding: 0 0 0 17px;
    border-left: 4px solid #c4000f;
}

.comInfoMenu .unit div p{
    height: 22px;
    line-height: 22px;
    margin: 0 auto 5px auto;
    font-size: 22px;
    font-weight: 900;
}

.comInfoMenu .unit div p br{
    display: none;
}

.comInfoMenu .unit div p:last-child{
    margin: 0 auto;
}

.comInfoMenu .unit div span.en{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color:#c4000f;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .2rem;
}

.comInfoMenu .unit span.material-symbols-outlined{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 33px;
    height: 33px;
    font-size: 33px;
    color:#c4000f;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    transition: .2s;
}

.comInfoMenu .unit:hover span.material-symbols-outlined{
    right: 10px;
    transition: .2s;
}

.comInfoMenu div.unit a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comInfoMenu div.unit a span{
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

*/

.comMenu{
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

.comMenu .unit{
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    margin: 0 0 10px 0;
    padding: 20px 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: hidden;
}

.comMenu .unit div:first-child{
    justify-content: flex-start;
    padding: 0 0 0 10px;
    border-left: 3px solid #c4000f;
}

.comMenu .unit div.img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto 0;
    width: 130px;
    transform: skewX(-12deg);
    overflow: hidden;
}

.comMenu .unit div.img img{
    position: absolute;
    display: block;
    left: -10px;
    transform: skewX(12deg);
}

.comMenu .unit .flex p.title{
    font-size: 18px;
    font-weight: 900;
    color: #222;
    line-height: 26px;
    transition: .2s;
}

.comMenu .unit:hover .flex p.title{
    color: #c4000f;
    transition: .2s;
}

.comMenu .unit .flex span.en{
    display: none;
    margin: 0 0 0 20px;
}

.comMenu .unit a{
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
}

.comMenu .unit a span{
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
}

/* archive case civil */

.caseCatWpr{
    width: 90%;
    margin: 0 auto 15px auto;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #cccccc;
}

.caseCatWpr ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caseCatWpr ul li{
    display: block;
    width: 48%;
    height: 49px;
    margin: 0 0 10px 0;
    border: 1px solid #c4000f;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #c4000f;
}

.caseCatWpr ul li a{
    display: block;
    background-color: #c4000f;
    font-size: 16px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    color: #FFF;
    transition: .2s;
}

.caseCatWpr ul li a.stay{
    background-color: #FFF;
    color: #c4000f;
}



.caseCatWpr ul li a:hover{
    transition: .2s;
    opacity: .8;
}

.civilRrsWpr{
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 10px auto;
    padding:  0;
}

.civilRrsWpr .unit{
    width: 100%;
    height: 120px;
    margin: 0 0 15px 0;
    background-color: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
}

.civilRrsWpr .unit .img{
    width: 40%;
    overflow: hidden;
}

.civilRrsWpr .unit .img img{
    width: auto;
    height: 120px;
    object-fit: cover;
}

.civilRrsWpr .unit .body{
    position: relative;
    width: 70%;
    padding: 10px 15px;
}

.civilRrsWpr .unit .body span.catTag{
    display: inline-block;
    margin: 0 0 2px 0;
    font-size: 12px;
    padding: 2px 4px;
    border: 1px solid #bbbbbb;
    border-radius: 1px;
}

.civilRrsWpr .unit .body p{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.civilRrsWpr .unit .body a{
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    color: #c4000f;
}

.civilRrsWpr .unit .body a span{
    margin: 0 0 0 4px;
    vertical-align: -7px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.toArchiveBtn{
    margin: 0 auto 40px auto;
    padding: 15px 0;
}

.toArchiveBtn a{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 275px;
    height: 36px;
    margin: 0 auto;
    background-color: #c4000f;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: #FFF;
}

.toArchiveBtn a span{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

/* info archive */

.infoAcv{
    width: 90%;
    margin: 0 auto 35px auto;
}

.infoAcv nav ul{
    border-top: 1px solid #e7e7e7;
}

.infoAcv nav ul li a{
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #e7e7e7;
}

.infoAcv nav ul li a .data{
    margin: 0 0 5px 0;
}



.infoAcv nav ul li a .data .date{
    margin: 0 .5rem 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.infoAcv nav ul li a .data .cat{
    display: inline-block;
    padding: 0 10px;
    background-color: #c4000f;
    border-radius: 3px;
    font-size: 13px;
    color: #FFF;
    text-align: center;
}

.infoAcv nav ul li a p{
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    color: #222;
}

/* topics */

.topicsWpr.flex{
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.topicsWpr .unit{
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    background-color: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
    transition: .2s;
}

.topicsWpr .unit .img{
    width: 100%;
    height: 190px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.topicsWpr .unit .img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .2s;
}

.topicsWpr .unit .body{
    position: relative;
    width: 100%;
    padding: 15px 18px;
}

.topicsWpr .unit .body span.date{
    display: inline-block;
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #c4000f;
}

.topicsWpr .unit .body span.catTag{
    display: inline-block;
    margin: 4px 0 0 0;
    font-size: 13px;
    color: #c4000f;
    padding: 2px 4px;
    border: 1px solid #c4000f;
    border-radius: 1px;
}

.topicsWpr .unit .body p{
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    color: #222;
}



.cirtifyTitle{
    width: 90%;
    margin: 0 auto 2rem auto;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    text-align: center;
}

.cirtify.flex{
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 20px auto;
}

.cirtify .img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
    text-align: center;
}

.cirtify .img img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.cirtify .body{
    width: 100%;
    font-size: 14px;
    line-height: 23px;
}

.cirtifyLog table{
    width: 95%;
    margin: 0 auto 2rem auto;
}

.cirtifyLog table tbody tr th,
.cirtifyLog table tbody tr td{
    padding: 10px 10px;
    border-right: 1px solid #cccccc;
    border-left: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 13px;
    background-color: #FFF;
}

.cirtifyLog table tbody tr th:last-child,
.cirtifyLog table tbody tr td:last-child{
    border-right: 0px solid #cccccc;
}

.cirtifyLog table tbody tr td:first-child{
    text-align: left;
    font-weight: 700;
}

/* machine */

.machineMenuWpr{
    width: 100%;
}

.machineMenuWpr ul{
    width: 90%;
    margin: 0 auto;
}

.machineMenuWpr ul li{
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 0 2rem 0;
}

.machineMenuWpr ul li div{
    display: flex;
    justify-content: center;  /* 水平方向中央 */
    align-items: center;      /* 垂直方向中央 */
    height: 250px;           /* 親ボックスの高さを指定 */
    border-radius: 10px;
    overflow: hidden;
}

.machineMenuWpr ul li div img{
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}

.machineMenuWpr ul li a{
    position: absolute;
    display: block;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 220px;
    height: 30px;
    margin: 0 auto;
    background-color: #c4000f;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #FFF;
    text-align: center;
    transition: .1s;
}

.machineMenuWpr ul li a span{
    margin: 0 0 0 6px;
    vertical-align: -4px;
}

.machineMenuWpr ul li a:hover{
    bottom: -20px;
    transition: .4s;
}

.machineMenuWpr ul li a::before{
    position: absolute;
    display: block;
    content: "";
    left: -10px;
    width: 20px;
    height: 30px;
    background-color: #c4000f;
    transform: skewX(-20deg);
}

.machineMenuWpr ul li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -10px;
    width: 20px;
    height: 30px;
    background-color: #c4000f;
    transform: skewX(-20deg);
}


.machineOv{
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 10px 10px 10px;
    background-color: #f6f5ee;
}

.machineOv h2{
    width: 145px;
    margin: 0 auto 1rem auto;;
    background-color: #222;
    padding: 10px 15px 15px 15px;
    font-size: 22px;
    line-height: 23px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    font-style: oblique; 
}

.machineOv.rotary h2{
    width: 180px;
    margin: 0 auto 1rem auto;;
    background-color: #222;
    padding: 10px 15px 15px 15px;
    font-size: 22px;
    line-height: 23px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    font-style: oblique; 
}

.machineOv h2 span{
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    color: #FFF;
    font-style: normal;
}

.machineOv .img{
    width: 90%;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.machineOv .img img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1rem auto;
}

.machineOv.rotary .img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.machineOv.rotary .img img{
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1rem auto;
}

.machineOv div.body p{
    font-size: 14px;
    line-height: 24px;
}

.machineProf{
    margin: 0 auto 80px auto;
}

.machineFetWpr{
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 1.3rem 0 0 0;
}

.machineFetWpr .fet{
    margin: 0 0 1.4rem 0;
}

.machineFetWpr .fet .title{
    margin: 0 0 .4rem 0;
    font-size: 17px;
    height: 27px;
    font-weight: 900;
}

.machineFetWpr .fet .title span{
    margin: 0 6px 0 0;
    color: #c4000f;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    vertical-align: -6px;
}

.machineFetWpr .fet .leed{
    font-size: 14px;
    line-height: 21px;
}

.machineFetWpr .fetImg{
    width: 100%;
    margin: 0 auto;
}

.machineFetWpr .fetImg img{
    width: 100%;
    height: auto;
}


.SpecWpr{
    width: 100%;
}

.SpecWpr .title{
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700; 
}

.SpecWpr .tblWpr{
    margin: 0 0 2rem 0;
}

.SpecWpr .tblWpr.flex table tbody{
    display: block;
    width: 100%;
}

.SpecWpr .tblWpr.flex table:first-child{
    display: block;
}

.SpecWpr .tblWpr.flex table:last-child{
    display: block;
}

.SpecWpr .tblWpr.flex table tr td{
    padding: 13px 8px;
    font-size: 13px;
    border-top: 0px solid #FFF;
    border-right: 1px solid #FFF;
    border-left: 0px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.SpecWpr .tblWpr.flex table tr td:first-child{
    background-color: #e7e7e7;
    border-right: 1px solid #FFF;
    font-weight: 700;
    text-align: center;
}

.SpecWpr .tblWpr.flex table tr td:last-child{
    background-color: #f3f3f3;
    text-align: right;

}

.machineMovie {
  width: 90%;
  max-width: 320px; /* 必要に応じて幅を指定 */
  margin: 0 auto 40px auto;
}

.machineMovie iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* YouTubeの多くの動画は16:9 */
  height: auto;
  border: none;
}

.pdfDlWpr{
    width: 100%;
    margin: 0 auto;
}

.pdfDl{
    width: 90%;
    margin: 0 auto 20px auto;
}

.pdfDlWpr .pdfDl{
    width: 90%;
    margin: 0 auto 20px auto;
}

.pdfDl p{
    margin: 0 auto 10px auto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.pdfDl a{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 25px 0px 15px 20px;
    border: 1px solid #cccccc;
    transition: .2s;
}

.pdfDl a:hover{
    background-color: #f1f1f1;
    transition: .2s;
}

.pdfDl a span.dlMsg{
    display: block;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    line-height: 17px;
    color: #222;
}

.pdfDl a span.small{
    font-size: 12px;
    font-weight: 400;
    color: #222;
}

.pdfDl a span.material-symbols-outlined{
    display: block;
    font-size: 50px;
    line-height: 30px;
    color: #222;
}

.pageInqBtn{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    background-color: #c4000f;
    font-size: 17px;
    line-height: 25px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    border-radius: 40px;
    transition: .2s;
}

.pageInqBtn:hover{
    opacity: .8;
    transition: .2s;
}

.pageInqBtn::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.pageInqBtn.wide{
    display: block;
    width: 90%;
    margin: 0 auto;
}

/* other pages css */

.accessWpr p:first-child{
    font-size: 14px;
    margin: 0 0 30px 0;
    text-align: center;
}

.accessWpr div.way{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 25px auto;
}

.accessWpr div.way div{
    width: 50%;
    padding: 0 0 15px 0;
}

.accessWpr div.way div span{
    display: block;
    margin: 0 auto 15px auto;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.accessWpr div.way div p{
    font-size: 14px;
    padding: 0 15px 0 10px;
    text-align: center;
}

.accessWpr div.way div:first-child{
    border-right: 1px solid #cccccc;
}

.accessWpr iframe{
    display: block;
    width: 95%;
    margin: 0 auto;
    height: 240px;
    border: 1px solid #cccccc;
}

.license{
    width: 95%;
    margin: 0 auto;
}

.license h2{
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
    border-left: 5px solid #c4000f;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.license table{
    width: 100%;
    margin: 0 0 1rem 0;
    border-top: 1px solid #e3dede;
    border-left: 1px solid #e3dede;
}

.license table tr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.license table tr td{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 13px;
    border-right: 1px solid #e3dede;
    border-bottom: 1px solid #e3dede;
}

.license table tr:last-child td{
    display: none;
}

.service.flex{
    display: block;
    margin: 0 0 30px 0;
}

.service div.img{
    display: none;
}


.service div.body{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.7rem;
}

.service div.body span{
    color:#c4000f
}

.cominfo table{
    width: 95%;
    margin: 0 auto 35px auto;
    border-top: 1px dotted #cccccc;
}

.cominfo table tr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.cominfo table tr td{
    display: 100%;
    width: 100%;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px dotted #cccccc;
    font-size: 14px;
}

.cominfo table tr td:first-child{
    background-color: #faf9f9;
    border-left: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc;
}

.cominfo table tr td:first-child p{
    padding: 0 0 0 14px;
    border-left: 3px solid #c4000f;
}

.cominfo table tr td:last-child{
    padding: 10px;
    font-weight: 400;
}

.cominfo table tr td:last-child p{
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 20px;
}

.message{
    margin: 0 0 35px 0;
    border-bottom: 1px solid #CCC;
}

.message .header{
    position: relative;
    width: 90%;
    margin: 0 auto 1.5rem auto;
}

.message .header .img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.message .header .img img{
    width: 100%;
    height: auto;
}

.message .header .body{
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 240px;
    height: 90px;
    background-color: #FFF;
    padding: 10px 10px 0 0;
    text-align: right;
}

.message .header .body p.en{
    margin: 0 0 5px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 13px;
    font-weight: 900;
    color: #cccccc;
    line-height: 13px;
    letter-spacing: .5rem;
    text-align: right;
}

.message .header .body p{
    margin: 0 0 0 0;
}

.message .header .body span{
    display: block;
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: 900;
    color:#c4000f;
    text-align: right;
}

.message .header .body p.president{
    font-size: 26px;
    font-weight: 900;
    color: #222;
    line-height: 26px;
    text-align: right;
}

.message .body{
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.message .body p{
    margin: 0 0 1.4rem;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 21px;
}

.message .body .sig{
    text-align: right;
    padding: 10px 0 0 0;
}

.message .body .sig span{
    display: block;
    margin: 0 0 10px 0;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
}

.message .body .sig p{
    text-align: right;
    font-size: 30px;
    font-weight: 900;
    line-height: 34px;
}

.message .body .sig p span.sigTag{
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: right;
    line-height: 34px;
    vertical-align: 3px;
}


.mission{
    margin: 0 0 35px 0;
}

.mission .title{
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto 50px auto;
}

.mission .title div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 120px;
    height: 70px;
    margin: 0 auto;
    z-index: 100;
}

.mission .title p{
    position: relative;
    padding: 20px 0 0 0;
    font-size: 22px;
    font-weight: 900;
    color:#c4000f;
    text-align: center;
    line-height: 30px;
    z-index: 110;
}


.mission .body{
    width: 90%;
    margin: 0 auto;
}

.mission .body p{
    margin: 0 0 1rem 0;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 23px;
}

.mission .body figure{
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.missionImg{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 30px auto;
}

.missionImg .unit{
    width: 100%;
    padding: 0 0 0 0;
}

.missionImg .unit .img{
    width: 100%;
    height: 210px;
    margin: 0 0 5px 0;
    border-radius: 10px;
    overflow: hidden;
}

.missionImg .unit .img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.missionImg .unit p{
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-align: center;
}

.history{
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #CCC;
}

.history .unit{
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.history .unit .year{
    position: relative;
    width: 90px;
    padding: 0 0 30px 0;
    font-size: 20px;
    /*
    background-color: yellow;
    */
    text-align: center;
}

.history .unit .year span{
    font-size: 30px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
    line-height: 26px;
}

.history .unit .year span.era{
    position: absolute;
    display: block;
    top: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

.history .unit .dot{
    position: relative;
    width: 30px;
    border-right: 1px dotted #CCC;
}

.history .unit .dot span{
    position: absolute;
    display: block;
    top: 15px;
    width: 12px;
    height: 12px;
    background-color: #c4000f;
    border-radius: 6px;
}

.history .unit .dot span::after{
    position: absolute;
    display: block;
    content: "";
    top : 6px;
    right: -39px;
    width: 39px;
    height: 1px;
    border-top: 1px solid #CCC;
}

.history .unit .body{
    width: calc(100% - 125px);
    padding: 12px 0 15px 25px;
    font-size: 13px;
}

.history .unit .body span{
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 5px 15px;
    border: 1px solid #c4000f;
    border-radius: 20px;
    color: #c4000f;
}

.contactWpr{
    margin: 0 auto 35px auto;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #CCC;
}

.contactWpr p.center{
    width: 90%;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 30px auto;
}

.contactWpr table{
    width: 95%;
    margin: 0 auto 30px auto;
    border-top: 1px dotted #cccccc;
}


.contactWpr table tr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactWpr table tr td{
    width: 100%;
    border-bottom: 1px dotted #cccccc;
    border-left: 0px solid #FFF;
    border-right: 0px solid #FFF;
}

.contactWpr table tr td:first-child{
    position: relative;
    width: 100%;
    padding: 10px;
    vertical-align: top;
    background-color: #faf9f9;
}

.contactWpr table tr td:last-child{
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.contactWpr table tr td:first-child p{
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.contactWpr table tr td:first-child span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    height: 24px;
    font-size: 13px;
    color:#c4000f;
    padding: 0 6px;
    border-radius: 2px;
    border: 1px solid #c4000f;
}

.ftMynavi.flex{
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 11px 0 10px 0;
    border: 1px solid #e8e7e7;
}

.ftMynavi p{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

.ftMynavi a{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.ftMynavi a img{
    width: 100%;
    height: auto;
}

/* single */

.singleWpr.flex{
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

.singleHeader{
    margin: 0 0 1.3rem 0;
}

article{
    width: 100%;
}

article.news{
    width: 100%;
}

article .header{
    margin: 0 0 2rem 0;
}

article .header p{
    margin: 0 1rem 0 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1rem;
    line-height: 25px;
    vertical-align: 2px;
}

article .header h1{
    margin: 0 0 .4rem 0;
    font-size: 22px;
    font-weight: 900;
    line-height: 31px;
}

article .header span{
    display: inline-block;
    padding: 0 10px 2px 10px;
    background-color: #c4000f;
    border-radius: 3px;
    font-size: 13px;
    line-height: 21px;
    color: #FFF;
    text-align: center;
}

article.case .header span{
    display: inline-block;
    padding: 0 10px 2px 10px;
    background-color: #FFF;
    border-radius: 3px;
    font-size: 13px;
    line-height: 21px;
    color: #222;
    text-align: center;
    border: 1px solid #CCC;
}

article .body{
    margin: 0 0 2rem 0;
    padding: 0 0 2rem 0;
    border-bottom: 1px solid #CCC;
}

article .body p{
    margin: 0 0 1rem 0;
    font-size: 14px;
    line-height: 22px;
}

aside{
    width: 100%;
}

aside .cat{
    margin: 0 0 50px 0;
}

aside .cat p{
    margin: 0 0 1.3rem 0;
    padding: 0 0 0 12px;
    border-left: 3px solid #c4000f;
    font-size: 18px;
    font-weight: 700;
    color: #c4000f;
}


aside .cat nav ul{
    border-bottom: 1px solid #e7e7e7; 
}

aside .cat nav ul li a{
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    border-top: 1px solid #e7e7e7; 
}

aside .cat nav ul li a span{
    margin: 0 10px 0 0;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -6px;
    color: #CCC;
}

aside .latest p{
    margin: 0 0 1.3rem 0;
    padding: 0 0 0 12px;
    border-left: 3px solid #c4000f;
    font-size: 18px;
    font-weight: 700;
    color: #c4000f;
}

aside .latest nav ul{
    border-bottom: 1px solid #e7e7e7; 
}

aside .latest nav ul li a{
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    border-top: 1px solid #e7e7e7; 
}

aside .latest nav ul li a span{
    font-size: 14px;
    font-weight: 700;
    color: #c4000f;
}

/* front news */

.frontNews{
    width: 95%;
    margin: 0 auto; 
    padding: 35px 0;
}

.frontNews ul li{
    padding: 12px 0;
    border-top: 1px solid #e7e7e7;
}

.frontNews ul li:last-child{
    border-bottom: 1px solid #e7e7e7;
}

.newsItemInfo{
    width: 100%;
    margin: 0 0 5px 0;
}

.newsItemInfo .date{
    margin: 0 .5rem 0 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    vertical-align: 2px;
    color: #333;
}

.newsItemInfo .cat{
    display: inline-block;
    padding: 0 10px;
    background-color: #c4000f;
    border-radius: 3px;
    font-size: 13px;
    color: #FFF;
    text-align: center;
}

.frontNews ul li p{
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    color: #333;
}

/* front_biz */

section.front_biz{
    width: 100%;
    margin: 0 auto;
}

section.front_biz .imgWpr{
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px 3%;
}

section.front_biz .imgWpr h2{
    margin: 0 0 20px 0;
    font-size: 30px;
    font-weight: 700;
    color: #c4000f;
    line-height: 30px;
    letter-spacing: .6rem;
}

section.front_biz .imgWpr div{
    margin: 0 auto .6rem auto;
    border-radius: 10px;
    overflow: hidden;
}

section.front_biz .imgWpr div img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.front_biz .imgWpr p{
    margin: 0 0 40px 0;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
}

section.front_biz .imgWpr a{
    display: block;
    width: 275px;
    height: 36px;
    margin: 0 auto;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    color:#FFF;
    text-align: center;
    line-height: 35px;
    transition: .2s;
}


section.front_biz .imgWpr a span{
    position: relative;
    margin: 0 0 0 5px;
    font-weight: 400;
    font-size: 23px;
    vertical-align: -6px;
}

section.front_biz .imgWpr span.en{
    position: absolute;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #cccccc;
    letter-spacing: .2rem;
}

section.front_biz .imgWpr.left span.en{
    top: 40px;
    right: 10px;
}

section.front_biz .imgWpr.right span.en{
    top: 40px;
    right: 10px;
}

/* front_abt */

.front_abt{
    width: 100%;
    padding: 35px 0 40px 0;
    background-color: #f6f6f6;
}

.inr{
    width: 90%;
    margin: 0 auto;
}

.front_abt .inr .ttlWpr{
    position: relative;
    width: 100%;
    margin: 0 auto 35px auto;
    text-align: center;
}

.front_abt .inr .ttlWpr .ttl{
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .3rem;
}

.front_abt .inr .ttlWpr .ttlEn{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3rem;
    color: #c4000f;
    text-align: center;
}

.front_abt .inr .ttlWpr span{
    position: absolute;
    display: none;
    bottom: -10px;
    right: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #cccccc;
    letter-spacing: .7rem;
}

.front_abt .inr .bodyWpr{
    display: block;
    width: 100%;
    margin: 0 auto 35px auto;
}

.front_abt .inr .bodyWpr .bodyImg{
    width: 100%;
    max-width: 350px;
    margin: 0 auto 2rem auto;
}

.front_abt .inr .bodyWpr .bodyImg img{
    width: 100%;
    height: auto;
}

.front_abt .inr .bodyWpr .bodyImg span{
    display: block;
    padding: 6px 0 0 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.front_abt .inr .bodyWpr .bodyTxt{
    width: 100%;
}

.front_abt .inr .bodyWpr .bodyTxt p{
    margin: 0 0 1rem 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
}

.front_abt .inr .abtImgWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 25px auto;
}

.front_abt .inr .abtImgWpr div{
    width: 47%;
    height: 120px;
    margin: 0 5px 10px 5px;
    border-radius: 8px;
    overflow: hidden;
}

.front_abt .inr .abtImgWpr div img{
    width: auto;
    height: 100%;
    object-fit: cover;
}

.centerAnchor a{
    display: block;
}

.centerAnchor a{
    position: relative;
    display: block;
    width: 275px;
    height: 36px;
    margin: 0 auto;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    color:#FFF;
    text-align: center;
    line-height: 35px;
    transition: .2s;
}

.centerAnchor a:hover{
    opacity: .8;
    transition: .2s;
}

.centerAnchor a span{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    margin: auto 0;
    font-weight: 400;
    font-size: 23px;
    vertical-align: -6px;
}

/* frontTpc */

.frontTpc{
    width: 95%;
    margin: 0 auto;
    padding: 65px 0 40px 0;
}

.frontTpc .centerTtl{
    margin: 0 auto 60px auto;
}

.tpcWpr{
    margin: 0 auto 25px auto;
}

.tpcUnt{
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.tpcImg{
    position: relative;
    width: 100%;
    height: 186px;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
}

.tpcImg img{
    display: block;
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}













.tpcUntBdy{
    padding: 15px 20px;
    font-size: 14px;
}

.tpcUntBdy span{
    color: #c4000f;
}

.tpcUntBdy p{
    font-size: 13px;
    padding: 6px 0;
    font-weight: 700;
    color: #222;
    line-height: 21px;
}

/* frontRslt */

.frontRslt{
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 40px 0;
}

.frontRsltTtl{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px auto;
}

.frontRsltTtl h2{
    font-size: 30px;
    font-weight: 700;
    color: #c4000f;
    line-height: 30px;
    letter-spacing: .6rem;
}

.frontRsltTtl span{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #cccccc;
    line-height: 30px;
    letter-spacing: .7rem;
}

.rstUnitWpr{
    padding: 0 0 20px 0;
}

.rstUnit{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 15px 0;
    background-color: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
}

.rstUnitImg{
    width: 40%;
    height: 120px;
    overflow: hidden;
}

.rstUnitImg img{
    width:auto;
    height: 100%;
    object-fit: cover;
}

.rstUnitBody{
    position: relative;
    width: 60%;
    padding: 10px 14px;
}

.rstUnitBody span.cat{
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 2px 5px 3px 5px;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    font-size: 13px;
    line-height: 13px;
}

.rstUnitBody p{
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;

}

.rstUnitBody a{
    width: 100%;
    bottom: 21px;
    height: 14px;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color:#c4000f;
    transition: .2s;
}

.rstUnitBody a:hover{
    transition: .2s;
    opacity: .8;
}

.rstUnitBody a span{
    margin: 0 0 0 5px;
    vertical-align: -7px;
}


.rstUnitImg{
    position: relative;
    width: 40%;
    height: 130px;
    z-index: 400;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    transition: .2s;
}

.rstUnitImg img{
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}

.rstUnit:hover .rstUnitImg{
    transform: scale(1.03);
    transition: .2s;
}

.rstUnitBody{
    position: relative;
    width: calc(100% - 40%);
    padding: 13px 18px;
    z-index: 400;
}

.rstUnitBody span.cat{
    display: inline-block;
    margin: 0 0 7px 0;
    padding: 2px 5px 3px 5px;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    font-size: 13px;
    line-height: 13px;
}

.rstUnitBody p{
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;

}

.rstUnitBody div.detail{
    width: 100%;
    bottom: 21px;
    height: 14px;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color:#c4000f;
    transition: .2s;
}


.rstUnitBody div span.material-symbols-outlined{
    margin: 0 0 0 5px;
    vertical-align: -7px; 
}

.rstUnit a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 500;
}

.rstUnit a span.visually-hidden{
  position: absolute;
  display: block;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
















/* recBnr */

section.recBnr{
    width: 85%;
    margin: 0 auto;
    padding: 0 0 40px 0;
    transition: .2s;
}

section.recBnr a{
    display: block;
    width: 100%;
}

section.recBnr a img{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    height: auto;
}

/* btmInfo */

.btmInfo{
    width: 100%;
    padding: 35px 0;
    background-color: #f6f6f6;
}

.btmInfoWpr{
    width: 95%;
    margin: 0 auto;
}

.btmInfoWpr div{
    width: 265px;
    margin: 0 auto 20px auto;
}

.btmInfoWpr div img{
    width: 265px;
    height: auto;
}

.btmInfoWpr p{
    width: 100%;
    margin: 0 auto 1rem auto;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

.btmInfoWpr a{
    display: block;
    width: 44px;
    margin: 0 auto;
}

.btmInfoWpr a img{
    width: 44px;
    height: 44px;
}

/* footer */

footer{
    width: 100%;
    padding: 25px 0 0 0;
    background-color: #ebebeb;
}

nav.footerInr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

nav.footerInr div{
    width: 50%;
    margin: 0 0 1.3rem 0;
}

nav.footerInr div p{
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

nav.footerInr div ul li a{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 33px;
    color: #222;
    transition: .2s;
    text-align: center;
}

nav.footerInr div ul li a::before{
    position: absolute;
    display: none;
    content: "";
    transition: .2s;
}

nav.footerInr div ul li a:hover{
    color:#c4000f;
    transition: .2s;
}

nav.footerInr div ul li a:hover::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: -20px;
    width: 5px;
    height: 5px;
    margin: auto 0;
    border-top: 2px solid #c4000f;
    border-right: 2px solid #c4000f;
    transform: rotate(45deg);
    transition: .2s;
}


section.cr{
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
    text-align: center;
    background-color: #FFF;
}

/* faq */

.qa__title--ja {
	color: #767676;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px; /* 128.125% */
}

.qa-item {
	margin-bottom: 10px;
	padding: 0;
	border-radius: 4px;
    background-color: #FFF;
}

.qaUnitWpr .qa-item {
    border: 1px solid #d7f0fc;
}

.qa-box__q {
	position: relative;
	padding: 12px 42px 12px 45px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q br{
    display: none;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #1b313d;
    text-align: center;
    line-height: 22px;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 12px 22px 12px 45px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 21px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content br{
    display: none;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 19px;
	font-weight: 700;
	color: #e72119;
    text-align: center;
}

.qa-box__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 3px;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-bottom: 2px solid #1b313d;
	border-right: 2px solid #1b313d;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}

.pc{
	display: none !important;
}

}

@media screen and (min-width:1050px){

img{
	display: block;
	width: 100%;
	height: auto;
}

body{
	position: relative;
    color: #333333;
}

/* header */

header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 1160px;
    height: 108px;
    padding: 16px;
}

header h1,
header div.headerLogo{
    width: 320px;
    padding: 11px 0;
}

.headerMenu{
    display: flex;
    justify-content: flex-end;
}

.headerMenu nav ul{
    display: flex;
    justify-content: center;
    padding: 24px 0;
}


.headerMenu nav ul li a{
    position: relative;
    white-space: nowrap;   
    border-left: 1px solid #ccc;
    display: block;
    height: 31px;
    padding: 5px 23px;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    transition: .5s;
}

.headerMenu nav ul li a::after{
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: 0 auto;
    background-color: #c4000f;
    transition: .2s;
    opacity: 0;
}

.headerMenu nav ul li a:hover::after{
    position: absolute;
    display: block;
    content: "";
    width: 65%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: 0 auto;
    background-color: #c4000f;
    transition: .2s;
    opacity: 1;
}

.headerMenu nav ul li a:hover{
    color: #c4000f;
    transition: .5s;
}

.recBtn{
    position: relative;
    width: 175px;
    height: 77px;
    padding: 0 9px;
    background-color: #c4000f;
    border-radius: 2px;
    text-align: center;
    z-index: 100;
    transition: .2s;
}

.recBtn:hover{
    opacity: .8;
    transition: .2s;
}

.recBtn a{
    position: relative;
    display: block;
    width: 100%;
    height: 77px;
    padding: 12px 0 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    z-index: 120;
}

.recBtn a span{
    margin: 0 0 0 5px;
    font-size: 22px;
    vertical-align: -4px;;
}

.recBtn p{
    position: absolute;
    width: 158px;
    height: 34px;
    bottom: 0;
    border-top: 1px solid #d64d57;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    z-index: 110;
}

.fv{
    position: relative;
    width: 100%;
    height: 590px;
    padding: 0 16px;
}

.fvImg{
    position: relative;
    width: 100%;
    height: 590px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 200;
}

.fvImg img{
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.fvLeed{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    width: 655px;
    height: 165px;
    margin: auto 0;
    padding: 35px 0 35px 50px;
    background-color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 47px;
    z-index: 210;
    letter-spacing: .3rem;
}

.fvLeed span{
    color: #c4000f;
}

/* bread */
nav ul.bread{
    display: flex;
    width: 1000px;
    height: 40px;
    margin: 0 auto 50px auto;
}

nav ul.bread li{
    height: 40px;
}

nav ul.bread li a{
    position: relative;
    display: block;
    margin: 0 23px 0 0;
    font-size: 13px;
    line-height: 38px;
    color: #222;
}

nav ul.bread li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
}

nav ul.bread li:last-child a::after{
    display: none;
}

/* layout */

.centerTtl{
    width: 100%;
    margin: 0 auto 35px auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .3rem;
}


.centerAnchor{
    display: block;
}

.centerAnchor{
    position: relative;
    display: block;
    width: 275px;
    height: 36px;
    margin: 0 auto;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    color:#FFF;
    text-align: center;
    line-height: 35px;
    transition: .2s;
}

.centerAnchor:hover{
    opacity: .8;
    transition: .2s;
}

.centerAnchor span{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    margin: auto 0;
    font-weight: 400;
    font-size: 23px;
    vertical-align: -6px;
}

/* bread */

section.bread{
    width: 1050px;
    margin: 0 auto 50px auto;
    padding: 15px 0;
}

section.bread ul{
    display: flex;
}

section.bread ul li{
    position: relative;
    margin: 0 30px 0 0;
}

section.bread ul li::after{
    position: absolute;
    display: block;
    content: "";
    top: 2px;
    bottom: 0;
    right: -20px;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-top: 2px solid #d6d6d6;
    border-right: 2px solid #d6d6d6;
    transform: rotate(45deg);
}

section.bread ul li:last-child::after{
    display: none;
}

section.bread ul li a{
    color: #333333;
}


/* page */

section.cover{
    position: relative;
    width: 1050px;
    height: 200px;
    margin: 20px auto 0 auto;
    border-radius: 14px;
}

section.cover{
    background-position: center center;
    background-size: cover;
}

section.cover.trencher{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_tchr.webp');}
section.cover.rotary{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_rotary.webp');}
section.cover.machine{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_rotary.webp');}
section.cover.history{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_rotary.webp');}
section.cover.civil{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_rotary.webp');}
section.cover.about{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_about.webp');}
section.cover.mission{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_about.webp');}
section.cover.csr{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_about.webp');}
section.cover.case{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_case.webp');}
section.cover.topicArchive{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_topicArchive.webp');}
section.cover.access{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_access.webp');}
section.cover.comMenu{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_comMenu.webp');}
section.cover.commenu{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_comMenu.webp');}
section.cover.license{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_license.webp');}
section.cover.service{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_service.webp');}
section.cover.comInfo{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_comInfo.webp');}
section.cover.cominfo{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_comInfo.webp');}
section.cover.message{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_message.webp');}
section.cover.contact{background-image: url('https://www.k-koken.co.jp/wordpress/wp-content/uploads/2025/10/cover_contact.webp');}

section.cover h1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18px;
    width: 420px;
    height: 66px;
    margin: auto 0;
    padding: 0 50px;
    border-radius: 4px 0 0 4px;
    background-color: #c4000f;
    font-size: 27px;
    font-weight: 900;
    line-height: 64px;
    color: #FFF;
    letter-spacing: .5rem;
}

section.cover h1::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: -20px;
    width: 40px;
    height: 66px;
    background-color: #c4000f;
    transform: skewX(-25deg);
}

.pageWpr{
    width: 1050px;
    margin: 0 auto;
    padding: 0 0 70px 0;
    border-bottom: 1px solid #cccccc;
}

.borderTitleEn{
    position: relative;
    padding: 0 0 80px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #cccccc;
    text-align: center;
    letter-spacing: .4rem;
}

.borderTitleEn::after{
    position: absolute;
    display: block;
    content: "";
    bottom: 70px;
    left: 0;
    right: 0;
    width: 80px;
    height: 1px;
    margin: 0 auto;
    background-color: #cccccc;
}

.pageCtsUnit{
    position: relative;
    width: 100%;
    margin: 0 0 3rem 0;
}

.flex{
    display: flex;
    justify-content: space-between;
}

.pageCtsUnit.rightImg{
    margin: 0 0 135px 0;
    padding: 0 520px 0 0;
}

.pageCtsUnit.lftImg{
    margin: 0 0 135px 0;
    padding: 0 0 0 520px;
}

.pageCtsUnit.lftImg .pageCtsImg{
    position: absolute;
    width: 425px;
    height: 315px;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.pageCtsUnit.rightImg .pageCtsImg{
    position: absolute;
    width: 425px;
    height: 315px;
    top: 0;
    right: 0;
    border-radius: 10px;
}

.pageCtsUnit.rightImg .pageCtsImg::before{
    position: absolute;
    display: block;
    content: "";
    width: 1000px;
    height: 315px;
    top: 40px;
    left: -60px;
    background-color: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
}

.pageCtsUnit.lftImg .pageCtsImg::before{
    position: absolute;
    display: block;
    content: "";
    width: 1000px;
    height: 315px;
    top: 40px;
    right: -50px;
    background-color: #f6f6f6;
    border-radius: 10px;
    overflow: hidden;
}

.pageCtsUnit.rightImg div img{
    position: relative;
    z-index: 100;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.pageCtsUnit.lftImg div img{
    position: relative;
    z-index: 100;
    border-radius: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pageCtsTitle{
    margin: 0 0 35px 0;
    font-size: 26px !important;
    font-weight: 900 !important;
    color: #c4000f;
    line-height: 35px;
}

.subTitle{
    margin: 0 auto 40px auto;
    padding: 60px 0 0 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .3rem;
}

.subTitle.red{
    color:#c4000f;
}

.subTitle.center{
    text-align: center;
}

.pageCtsUnit.lftImg .pageCtsTitle{
    text-align: right;
}

.pageCtsBody p{
    margin: 0 0 .8rem 0;
    font-size: 15px;
    line-height: 24px;
}

.pageCtsBody p.btm{
    margin: 0 0 180px 0;
}

.pageCtsBody p span{
    font-weight: 700;
    color:#c4000f;
}

.mainLeed{
    margin: 0 0 90px 0;
    font-size: 26px;
    font-weight: 900;
    color: #333333;
    line-height: 2.7rem;
}

.mainLeed span{
    color: #c4000f;
}

.mainLeed.center{
    text-align: center;
}

.pageImg.wide{
    width: 750px;
    height: 420px;
    margin: 0 auto 70px auto;
    border-radius: 10px;
    overflow: hidden;
}

/* pager */

.pager{
    width: 100%;
}

.pager nav ul{
    display: flex;
    justify-content: center;
}

.pager nav ul li{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    border: 1px solid #c4000f;
    border-radius: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #c4000f;
    overflow: hidden;
}

.pager nav ul li a{
    display: block;
    background-color: #c4000f;
    color: #FFF;
}

/* company about */


.about{
    margin: 0 0 35px 0;
}

.about .title{
    position: relative;
    width: 100%;
    height: 190px;
    margin: 0 auto 50px auto;
}

.about .title div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 309px;
    height: 185px;
    margin: 0 auto;
    z-index: 100;
}

.about .title p{
    position: relative;
    font-size: 44px;
    font-weight: 900;
    color:#c4000f;
    text-align: center;
    line-height: 185px;
    z-index: 110;
}


.comInfoMenu{
    width: 100%;
}

.comInfoMenu div.unit{
    position: relative;
    display: block;
    width: 49%;
    height: 95px;
    padding: 22px 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.comInfoMenu div.unit.singleUnit{
    position: relative;
    display: block;
    width: 100%;
    height: 95px;
    padding: 22px 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.comInfoMenu .unit div{
    padding: 0 0 0 17px;
    border-left: 4px solid #c4000f;
}

.comInfoMenu .unit div p{
    height: 22px;
    line-height: 22px;
    margin: 0 auto 5px auto;
    font-size: 22px;
    font-weight: 900;
}

.comInfoMenu .unit div p br{
    display: none;
}

.comInfoMenu .unit div p:last-child{
    margin: 0 auto;
}

.comInfoMenu .unit div span.en{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color:#c4000f;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .2rem;
}

.comInfoMenu .unit span.material-symbols-outlined{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 33px;
    height: 33px;
    font-size: 33px;
    color:#c4000f;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    transition: .2s;
}

.comInfoMenu .unit:hover span.material-symbols-outlined{
    right: 10px;
    transition: .2s;
}

.comInfoMenu div.unit a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comInfoMenu div.unit a span{
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.comMenu{
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 0 0;
}

.comMenu div.unit{
    position: relative;
    display: block;
    width: 49%;
    margin: 0 0 25px 0;
    padding: 27px 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: hidden;
}

.comMenu div.unit div:first-child{
    justify-content: flex-start;
    padding: 0 0 0 17px;
    border-left: 6px solid #c4000f;
}

.comMenu div.unit div.img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto 0;
    width: 150px;
    height: 83px;
    transform: skewX(-12deg);
    overflow: hidden;
}

.comMenu div.unit div.img img{
    position: absolute;
    display: block;
    left: -10px;
    transform: skewX(12deg);
}

.comMenu div.unit .flex p.title{
    font-size: 26px;
    font-weight: 900;
    color: #222;
    line-height: 26px;
    transition: .2s;
}

.comMenu div.unit:hover .flex p.title{
    color: #c4000f;
    transition: .2s;
}

.comMenu div.unit .flex span.en{
    margin: 0 0 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 26px;
    letter-spacing: .3rem;
}

.comMenu div.unit a{
    position: absolute;
    display: block;
    width: 100%;
    height: 83px;
    top: 0;
    left: 0;
}

.comMenu div.unit a span{
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
}

/* archive case civil */

.caseCatWpr{
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #cccccc;
}

.caseCatWpr ul{
    display: flex;
    justify-content: space-between;
}

.caseCatWpr ul li{
    display: block;
    width: 24%;
    height: 49px;
    border: 1px solid #c4000f;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #c4000f;
}

.caseCatWpr ul li a{
    display: block;
    background-color: #c4000f;
    font-size: 16px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    color: #FFF;
    transition: .2s;
}

.caseCatWpr ul li a.stay{
    background-color: #FFF;
    color: #c4000f;
}

.caseCatWpr ul li a:hover{
    transition: .2s;
    opacity: .8;
}

.civilRrsWpr{
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 10px 0;
}

.civilRrsWpr .unit{
    width: 48%;
    height: 130px;
    margin: 0 0 30px 0;
    background-color: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
}

.civilRrsWpr .unit .img{
    width: 45%;
    overflow: hidden;
}

.civilRrsWpr .unit .img img{
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.civilRrsWpr .unit .body{
    position: relative;
    width: 55%;
    padding: 15px;
}

.civilRrsWpr .unit .body span.catTag{
    display: inline-block;
    margin: 0 0 4px 0;
    font-size: 13px;
    padding: 2px 4px;
    border: 1px solid #bbbbbb;
    border-radius: 1px;
}

.civilRrsWpr .unit .body p{
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
}

.civilRrsWpr .unit .body a{
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    color: #c4000f;
}

.civilRrsWpr .unit .body a span{
    margin: 0 0 0 4px;
    vertical-align: -7px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.toArchiveBtn{
    margin: 0 auto 80px auto;
    padding: 25px 0;
}

.toArchiveBtn a{
    position: relative;
    display: block;
    margin: 0 auto;
    width: 275px;
    height: 36px;
    margin: 0 auto;
    background-color: #c4000f;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: #FFF;
}

.toArchiveBtn a span{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

/* info archive */

.infoAcv{
    width: 830px;
    margin: 0 auto 45px auto;
}

.infoAcv nav ul{
    border-top: 1px solid #e7e7e7;
}

.infoAcv nav ul li a{
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
}

.infoAcv nav ul li a .data{
    width: 275px;
}

.infoAcv nav ul li a p{
    width: 555px; 
}

.infoAcv nav ul li a .data .date{
    margin: 0 10px 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    letter-spacing: .2rem;
}

.infoAcv nav ul li a .data .cat{
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 10px 3px 10px;
    background-color: #c4000f;
    border-radius: 2px;
    font-size: 15px;
    color: #FFF;
}

.infoAcv nav ul li a p{
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    color: #222;
}

/* topics */

.topicsWpr{
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 10px 0;
}

.topicsWpr .unit{
    width: 31.5%;
    margin: 0 0 30px 0;
    background-color: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
    transition: .2s;
}
.topicsWpr .unit:hover{
    background-color: #ede9e9;
    transition: .2s;
}

.topicsWpr .unit .img{
    width: 100%;
    overflow: hidden;
}

.topicsWpr .unit .img img{
    width: auto;
    height: 190px;
    object-fit: cover;
    transition: .2s;
}

.topicsWpr .unit:hover .img img{
    transition: .2s;
    transform: scale(1.05);
}

.topicsWpr .unit .body{
    position: relative;
    width: 100%;
    padding: 15px 18px;
}

.topicsWpr .unit .body span.date{
    display: inline-block;
    margin: 0 0 4px 0;
    font-size: 14px;
    color: #c4000f;
}

.topicsWpr .unit .body span.catTag{
    display: inline-block;
    margin: 4px 0 0 0;
    font-size: 13px;
    color: #c4000f;
    padding: 2px 4px;
    border: 1px solid #c4000f;
    border-radius: 1px;
}

.topicsWpr .unit .body p{
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    color: #222;
}

.cirtifyTitle{
    margin: 0 0 2rem 0;
    font-size: 26px;
    font-weight: 900;
    line-height: 26px;
}

.cirtify.flex{
    flex-direction: row-reverse;
    margin: 0 0 70px 0;
}

.cirtify .img{
    width: 350px;
    text-align: center;
}

.cirtify .body{
    width: calc(100% - 350px);
    font-size: 15px;
    line-height: 26px;
}

.cirtifyLog table{
    width: 100%;
    margin: 0 0 4rem 0;
}

.cirtifyLog table tbody tr th,
.cirtifyLog table tbody tr td{
    padding: 10px 15px;
    border-right: 1px solid #cccccc;
    border-left: 0px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    background-color: #FFF
}

.cirtifyLog table tbody tr th:last-child,
.cirtifyLog table tbody tr td:last-child{
    border-right: 0px solid #cccccc;
}

.cirtifyLog table tbody tr td:first-child{
    text-align: left;
    font-weight: 700;
}

/* machine */

.machineMenuWpr{
    width: 100%;
    padding: 0 0 55px 0;
}

.machineMenuWpr ul{
    display: flex;
    justify-content: space-between;
}

.machineMenuWpr ul li{
    position: relative;
    display: block;
    width: 48%;
    height: 335px;
}

.machineMenuWpr ul li div{
    border-radius: 10px;
    overflow: hidden;
}

.machineMenuWpr ul li a{
    position: absolute;
    display: block;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 315px;
    height: 50px;
    margin: 0 auto;
    background-color: #c4000f;
    font-size: 21px;
    font-weight: 900;
    line-height: 48px;
    color: #FFF;
    letter-spacing: .5rem;
    text-align: center;
    transition: .1s;
}

.machineMenuWpr ul li a span{
    margin: 0 0 0 6px;
    vertical-align: -4px;
}

.machineMenuWpr ul li a:hover{
    bottom: -20px;
    transition: .4s;
}

.machineMenuWpr ul li a::before{
    position: absolute;
    display: block;
    content: "";
    left: -10px;
    width: 20px;
    height: 50px;
    background-color: #c4000f;
    transform: skewX(-20deg);
}

.machineMenuWpr ul li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -10px;
    width: 20px;
    height: 50px;
    background-color: #c4000f;
    transform: skewX(-20deg);
}


.machineOv{
    position: relative;
    width: 100%;
    margin: 0 0 155px 0;
    padding: 55px 30px 55px 595px;
    background-color: #f6f5ee;
}

.machineOv h2{
    position: absolute;
    top: 25px;
    left: 0;
    width: 145px;
    height: 85px;
    background-color: #222;
    padding: 19px 20px;
    font-size: 32px;
    line-height: 23px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    font-style: oblique;
}

.machineOv.rotary h2{
    position: absolute;
    top: 60px;
    left: 380px;
    width: 180px;
    height: 85px;
    background-color: #222;
    padding: 19px 15px;
    font-size: 32px;
    line-height: 23px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
    font-style: oblique; 
}

.machineOv h2 span{
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    color: #FFF;
    font-style: normal;
}

.machineOv .img{
    position: absolute;
    top: 14px;
    left: 24px;
    width: 527px;
    height: 328px;
}


.machineOv.rotary .img{
    position: absolute;
    top: 14px;
    left: 24px;
    width: 403px;
    height: 277px;
}

.machineOv div.body p{
    font-size: 14px;
    line-height: 24px;
}

.machineProf{
    margin: 0 auto 80px auto;
}

.machineFetWpr{
    width: 455px;
}

.machineFetWpr .fet{
    margin: 0 0 1.4rem 0;
}

.machineFetWpr .fet .title{
    margin: 0 0 .4rem 0;
    font-size: 17px;
    height: 27px;
    font-weight: 900;
}

.machineFetWpr .fet .title span{
    margin: 0 6px 0 0;
    color: #c4000f;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    vertical-align: -6px;
}

.machineFetWpr .fet .leed{
    font-size: 14px;
    line-height: 21px;
}

.SpecWpr{
    width: 540px;
}

.SpecWpr .title{
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700; 
}

.SpecWpr .tblWpr{
    margin: 0 0 2rem 0;
}

.SpecWpr .tblWpr.flex table tbody{
    display: block;
    width: 100%;
}

.SpecWpr .tblWpr.flex table:first-child{
    display: block;
}

.SpecWpr .tblWpr.flex table:last-child{
    display: block;
}

.SpecWpr .tblWpr.flex table tr td{
    padding: 15px 10px;
    border-bottom: 1px solid #FFF;
}

.SpecWpr .tblWpr.flex table tr td:first-child{
    background-color: #e7e7e7;
    border-right: 1px solid #FFF;
    font-weight: 700;
    text-align: center;
}

.SpecWpr .tblWpr.flex table tr td:last-child{
    background-color: #f3f3f3;
    text-align: right;

}

.machineMovie {
  width: 700px;
  max-width: 700px; /* 必要に応じて幅を指定 */
  margin: 0 auto 80px auto;
}

.machineMovie iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* YouTubeの多くの動画は16:9 */
  height: auto;
  border: none;
}

.pdfDlWpr{
    display: flex;
    justify-content: center;
}

.pdfDl{
    width: 335px;
    margin: 0 auto 50px auto;
}

.pdfDlWpr .pdfDl{
    width: 335px;
    margin: 0 10px 50px 10px;
}

.pdfDl p{
    margin: 0 auto 10px auto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.pdfDl a{
    position: relative;
    display: flex;
    justify-content: center;
    width: 335px;
    padding: 25px 0px 15px 20px;
    border: 1px solid #cccccc;
    transition: .2s;
}

.pdfDl a:hover{
    background-color: #f1f1f1;
    transition: .2s;
}

.pdfDl a span.dlMsg{
    display: block;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    line-height: 17px;
    color: #222;
}

.pdfDl a span.small{
    font-size: 12px;
    font-weight: 400;
    color: #222;
}

.pdfDl a span.material-symbols-outlined{
    display: block;
    font-size: 50px;
    line-height: 30px;
    color: #222;
}

.pageInqBtn{
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: #c4000f;
    font-size: 22px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    border-radius: 40px;
    transition: .2s;
}

.pageInqBtn:hover{
    opacity: .8;
    transition: .2s;
}

.pageInqBtn::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 30px;
    width: 15px;
    height: 15px;
    margin: auto 0;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
}

.pageInqBtn.wide{
    display: block;
    width: 710px;
    height: 80px;
    line-height: 78px;
}

/* other pages css */

.accessWpr p:first-child{
    margin: 0 0 60px 0;
    text-align: center;
}

.accessWpr div.way{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 45px auto;
}

.accessWpr div.way div{
    width: 50%;
    padding: 0 0 35px 0;
}

.accessWpr div.way div span{
    display: block;
    margin: 0 auto 25px auto;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.accessWpr div.way div p{
    text-align: center;
}

.accessWpr div.way div:first-child{
    border-right: 1px solid #cccccc;
}

.accessWpr iframe{
    width: 100%;
    height: 540px;
    border: 1px solid #cccccc;
}

.license{
    margin: 0 auto 8rem auto;
}

.license h2{
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
    border-left: 5px solid #c4000f;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.license table{
    width: 100%;
    margin: 0 0 2rem 0;
    border-top: 1px solid #e3dede;
    border-left: 1px solid #e3dede;
}

.license table tr{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.license table tr td{
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding: 10px 13px;
    border-right: 1px solid #e3dede;
    border-bottom: 1px solid #e3dede;
}

.service{
    margin: 0 0 90px 0;
}

.service div.img{
    width: 275px;
}


.service div.body{
    width: 750px;
    padding: 1.6rem 0;
    font-size: 26px;
    font-weight: 900;
    line-height: 46px;
}

.service div.body span{
    color:#c4000f
}

.cominfo table{
    width: 100%;
    margin: 0 auto 85px auto;
    border-top: 1px dotted #cccccc;
}

.cominfo table tr td{
    padding: 20px 14px;
    vertical-align: top;
    border-bottom: 1px dotted #cccccc;  
}

.cominfo table tr td:first-child{
    background-color: #faf9f9;
    border-left: 0px solid #FFF;
}

.cominfo table tr td:first-child p{
    padding: 0 0 0 14px;
    border-left: 4px solid #c4000f;
}

.cominfo table tr td:last-child{
    padding: 20px 25px;
    font-weight: 700;
    border-right: 0px solid #FFF;
}

.cominfo table tr td:last-child p{
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 20px;
}

.message{
    margin: 0 0 85px 0;
    border-bottom: 1px solid #CCC;
}

.message .header{
    position: relative;
    width: 100%;
    margin: 0 0 135px 0;
}

.message .header .img{
    width: 699px;
    height: 525px;
    border-radius: 10px;
    overflow: hidden;
}

.message .header .body{
    position: absolute;
    top: 150px;
    right: 0;
    width: 525px;
    height: 240px;
    background-color: #FFF;
    padding: 28px 0 0 36px;
}

.message .header .body p.en{
    margin: 0 0 30px 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #cccccc;
    line-height: 50px;
    letter-spacing: .5rem;
}

.message .header .body span{
    display: block;
    margin: 0 0 12px 0;
    font-size: 21px;
    font-weight: 900;
    color:#c4000f;
}

.message .header .body p.president{
    font-size: 50px;
    font-weight: 900;
    color: #222;
    line-height: 50px;
}

.message .body{
    width: 700px;
    margin: 0 auto;
    padding: 0 0 80px 0;
}

.message .body p{
    margin: 0 0 2rem;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    line-height: 32px;
}

.message .body .sig{
    text-align: right;
    padding: 50px 0 0 0;
}

.message .body .sig span{
    display: block;
    margin: 0 0 15px 0;
    text-align: right;
    font-size: 19px;
    font-weight: 700;
}

.message .body .sig p{
    text-align: right;
    font-size: 30px;
    font-weight: 900;
    line-height: 34px;
}

.message .body .sig p span.sigTag{
    display: inline-block;
    margin: 0 15px 0 0;
    text-align: right;
}

.mission{
    margin: 0 0 85px 0;
}

.mission .title{
    position: relative;
    width: 100%;
    height: 190px;
    margin: 0 auto 50px auto;
}

.mission .title div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 309px;
    height: 185px;
    margin: 0 auto;
    z-index: 100;
}

.mission .title p{
    position: relative;
    font-size: 44px;
    font-weight: 900;
    color:#c4000f;
    text-align: center;
    line-height: 185px;
    z-index: 110;
}

.mission .body{
    width: 700px;
    margin: 0 auto;
}

.mission .body p{
    margin: 0 0 2rem;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    line-height: 32px;
}

.mission .body figure{
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.missionImg{
    display: flex;
    justify-content: space-between;
    width: 1050px;
    margin: 0 auto 100px auto;
}

.missionImg .unit{
    width: 32%;
}

.missionImg .unit .img{
    width: 100%;
    height: 200px;
    margin: 0 0 5px 0;
    border-radius: 10px;
    overflow: hidden;
}

.missionImg .unit .img img{
    object-fit: cover;
}

.missionImg .unit p{
    font-size: 14px;
    font-weight: 700;
    color: #222;
    text-align: center;
}

.history{
    margin: 0 0 85px 0;
    padding: 0 0 70px 0;
    border-bottom: 1px solid #CCC;
}

.history .unit{
    display: flex;
    width: 100%;
}

.history .unit .year{
    position: relative;
    width: 150px;
    font-size: 26px;
}

.history .unit .year span{
    font-size: 36px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
    line-height: 36px;
}

.history .unit .year span.era{
    position: absolute;
    display: block;
    top: 34px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

.history .unit .dot{
    position: relative;
    width: 55px;
    border-right: 1px dotted #CCC;
}

.history .unit .dot span{
    position: absolute;
    display: block;
    top: 15px;
    width: 12px;
    height: 12px;
    background-color: #c4000f;
    border-radius: 6px;
}

.history .unit .dot span::after{
    position: absolute;
    display: block;
    content: "";
    top : 6px;
    right: -95px;
    width: 95px;
    height: 1px;
    border-top: 1px solid #CCC;
}

.history .unit .body{
    width: 845px;
    padding: 8px 0 45px 65px;
}

.history .unit .body span{
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 7px 15px;
    border: 1px solid #c4000f;
    border-radius: 20px;
    color: #c4000f;
}

.contactWpr{
    margin: 0 auto 70px auto;
    padding: 0 0 50px 0;
    border-bottom: 1px solid #CCC;
}

.contactWpr p.center{
    font-weight: 700;
    text-align: center;
    margin: 0 auto 60px auto;
}

.contactWpr table{
    width: 100%;
    margin: 0 auto 60px auto;
    border-top: 1px dotted #cccccc;
}

.contactWpr table tr td{
    border-bottom: 1px dotted #cccccc;
    border-left: 0px solid #FFF;
    border-right: 0px solid #FFF;
}

.contactWpr table tr td:first-child{
    position: relative;
    width: 285px;
    padding: 20px;
    vertical-align: top;
    background-color: #faf9f9;
}

.contactWpr table tr td:last-child{
    position: relative;
    width: calc(100% - 285px);
    padding: 13px 18px;
}

.contactWpr table tr td:first-child p{
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.contactWpr table tr td:first-child span{
    position: absolute;
    display: block;
    top: 20px;
    right: 13px;
    margin: auto 0;
    font-size: 13px;
    color:#c4000f;
    padding: 2px 6px;
    border-radius: 2px;
    border: 1px solid #c4000f;
}

.ftMynavi{
    width: 620px;
    margin: 0 auto;
    padding: 11px;
    border: 1px solid #e8e7e7;
}

.ftMynavi p{
    padding: 8px 0 8px 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.ftMynavi p:first-child{
    padding: 15px 0 0 35px;
}

.ftMynavi a{
    display: block;
}

/* single */

.singleWpr{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 90px 0;
}

.l-article.wide .singleWpr,
.l-article.wide .singleWpr article{
    width: 91%;
    margin: 0 auto;
}

.singleHeader{
    margin: 0 0 2.5rem 0;
}

.single_postDate{
    width: 100%;
    margin: 0 1rem 0 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2rem;
    line-height: 25px;
    vertical-align: 2px;
    color: #222;
}

article{
    width: 760px;
}

article.news{
    width: 100%;
}

article .header{
    margin: 0 0 2rem 0;
}

article .header p{
    margin: 0 1rem 0 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2rem;
    line-height: 25px;
    vertical-align: 2px;
}

article .header h1{
    margin: 0 0 .8rem 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 39px;
}

article .header span{
    display: inline-block;
    padding: 0 10px 2px 10px;
    background-color: #c4000f;
    border-radius: 3px;
    font-size: 15px;
    line-height: 25px;
    color: #FFF;
    text-align: center;
}

article.case .header span{
    display: inline-block;
    padding: 0 10px 2px 10px;
    background-color: #FFF;
    border-radius: 3px;
    font-size: 15px;
    line-height: 25px;
    color: #222;
    text-align: center;
    border: 1px solid #CCC;
}

article .body p{
    margin: 0 0 1rem 0;
    font-size: 16px;
    line-height: 27px;
}

aside{
    width: 250px;
}

aside .cat{
    margin: 0 0 50px 0;
}

aside .cat p{
    margin: 0 0 1.3rem 0;
    padding: 0 0 0 12px;
    border-left: 3px solid #c4000f;
    font-size: 18px;
    font-weight: 700;
    color: #c4000f;
}


aside .cat nav ul{
    border-bottom: 1px solid #e7e7e7; 
}

aside .cat nav ul li a{
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    border-top: 1px solid #e7e7e7; 
}

aside .cat nav ul li a span{
    margin: 0 10px 0 0;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    vertical-align: -6px;
    color: #CCC;
}

aside .latest p{
    margin: 0 0 1.3rem 0;
    padding: 0 0 0 12px;
    border-left: 3px solid #c4000f;
    font-size: 18px;
    font-weight: 700;
    color: #c4000f;
}

aside .latest nav ul{
    border-bottom: 1px solid #e7e7e7; 
}

aside .latest nav ul li a{
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    border-top: 1px solid #e7e7e7; 
}

aside .latest nav ul li a span{
    font-size: 14px;
    font-weight: 700;
    color: #c4000f;
}

/* front news */

.frontNews{
    width: 840px;
    margin: 0 auto; 
    padding: 65px 0 135px 0;
}

.frontNews ul li a{
    display: flex;
    padding: 17px 0;
    border-top: 1px solid #e7e7e7;
}

.frontNews ul li:last-child{
    border-bottom: 1px solid #e7e7e7;
}

.newsItemInfo{
    width: 275px;
}

.newsItemInfo .date{
    display: inline-block;
    width: 140px;
    margin: 0 1rem 0 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2rem;
    line-height: 25px;
    vertical-align: 2px;
    color: #333;
}

.newsItemInfo .cat{
    display: inline-block;
    height: 25px;
    padding: 0 15px;
    background-color: #c4000f;
    border-radius: 3px;
    font-size: 15px;
    line-height: 25px;
    color: #FFF;
    text-align: center;
}

.frontNews ul li p{
    width: 565px;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    color: #333;
}

/* front_biz */

section.front_biz{
    width: 100%;
    margin: 0 auto;
    padding: 33px 0 115px 0;
    overflow: hidden;
}

section.front_biz .imgWpr{
    position: relative;
    width: 1050px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #f6f6f6;
}

section.front_biz .imgWpr.left{
    margin: 0 auto 135px auto;
    padding: 60px 45px 100px 615px;
}

section.front_biz .imgWpr.right{
    margin: 0 auto;
    padding: 60px 615px 100px 45px;
}


section.front_biz .imgWpr h2{
    margin: 0 0 40px 0;
    font-size: 30px;
    font-weight: 700;
    color: #c4000f;
    line-height: 30px;
    letter-spacing: .6rem;
}

section.front_biz .imgWpr div{
    position: absolute;
    display: flex;
    justify-content: center;  /* 水平方向中央 */
    align-items: center;      /* 垂直方向中央 */
    width: 1000px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

section.front_biz .imgWpr.left div{
    top: -33px;
    right: 485px;
}

section.front_biz .imgWpr.right div{
    top: -33px;
    left: 485px;
}


section.front_biz .imgWpr div img{
    width: 1000px;
    height: auto;
    object-fit: cover;
}

section.front_biz .imgWpr p{
    margin: 0 0 40px 0;
    font-size: 15px;
    line-height: 27px;
    font-weight: 700;
}

section.front_biz .imgWpr a{
    display: block;
    width: 275px;
    height: 36px;
    margin: 0 auto;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    color:#FFF;
    text-align: center;
    line-height: 35px;
    transition: .2s;
}

section.front_biz .imgWpr a:hover{
    opacity: .8;
    transition: .2s;
}

section.front_biz .imgWpr a span{
    position: relative;
    margin: 0 0 0 5px;
    font-weight: 400;
    font-size: 23px;
    vertical-align: -6px;
}

section.front_biz .imgWpr span.en{
    position: absolute;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #cccccc;
    letter-spacing: .7rem;
}

section.front_biz .imgWpr.left span.en{
    bottom: -25px;
    right: -25px;
}

section.front_biz .imgWpr.right span.en{
    bottom: -25px;
    left: -25px;
}

/* front_abt */

.front_abt{
    width: 100%;
    padding: 70px 0 60px 0;
    background-color: #f6f6f6;
}

.inr{
    width: 1050px;
    margin: 0 auto;
}

.front_abt .inr .ttlWpr{
    position: relative;
    width: 955px;
    margin: 0 auto 55px auto;
}

.front_abt .inr .ttlWpr .ttl{
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .3rem;
}

.front_abt .inr .ttlWpr .ttlEn{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3rem;
    color: #c4000f;
}

.front_abt .inr .ttlWpr span{
    position: absolute;
    display: block;
    bottom: -10px;
    right: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #cccccc;
    letter-spacing: .7rem;
}

.front_abt .inr .bodyWpr{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 955px;
    margin: 0 auto 75px auto;
}

.front_abt .inr .bodyWpr .bodyImg{
    width: 350px;
}

.front_abt .inr .bodyWpr .bodyImg span{
    display: block;
    padding: 6px 0 0 0;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.front_abt .inr .bodyWpr .bodyTxt{
    width: 555px;
}

.front_abt .inr .bodyWpr .bodyTxt p{
    margin: 0 0 1rem 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
}

.front_abt .inr .abtImgWpr{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 55px auto;
}

.front_abt .inr .abtImgWpr div{
    width: 24%;
    border-radius: 8px;
    overflow: hidden;
}

.centerAnchor a{
    display: block;
}

.centerAnchor a{
    position: relative;
    display: block;
    width: 275px;
    height: 36px;
    margin: 0 auto;
    border-radius: 18px;
    background-color: #c4000f;
    font-size: 15px;
    font-weight: 700;
    color:#FFF;
    text-align: center;
    line-height: 35px;
    transition: .2s;
}

.centerAnchor a:hover{
    opacity: .8;
    transition: .2s;
}

.centerAnchor a span{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    margin: auto 0;
    font-weight: 400;
    font-size: 23px;
    vertical-align: -6px;
}

/* frontTpc */

.frontTpc{
    width: 1050px;
    margin: 0 auto;
    padding: 65px 0 100px 0;
}

.frontTpc .centerTtl{
    margin: 0 auto 60px auto;
}

.tpcWpr{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 45px auto;
}

.tpcUnt{
    display: block;
    width: 31.5%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.tpcUntBdy{
    padding: 15px 20px;
    font-size: 14px;
}

.tpcImg{
    position: relative;
    width: 100%;
    height: 186px;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
}

.tpcImg img{
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}

.tpcUntBdy span{
    color: #c4000f;
}

.tpcUntBdy p{
    padding: 6px 0 0 0;
    font-weight: 700;
    color: #222;
    line-height: 21px;
}

/* frontRslt */

.frontRslt{
    width: 1050px;
    margin: 0 auto;
    padding: 0 0 100px 0;
}

.frontRsltTtl{
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px auto;
}

.frontRsltTtl h2{
    font-size: 30px;
    font-weight: 700;
    color: #c4000f;
    line-height: 30px;
    letter-spacing: .6rem;
}

.frontRsltTtl span{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #cccccc;
    line-height: 30px;
    letter-spacing: .7rem;
}

.rstUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
}

.rstUnit{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 48%;
    margin: 0 0 30px 0;
    background-color: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
}

.rstUnitImg{
    position: relative;
    width: 230px;
    height: 130px;
    z-index: 400;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    transition: .2s;
}

.rstUnitImg img{
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}

.rstUnit:hover .rstUnitImg{
    transform: scale(1.03);
    transition: .2s;
}

.rstUnitBody{
    position: relative;
    width: calc(100% - 230px);
    padding: 13px 18px;
    z-index: 400;
}

.rstUnitBody span.cat{
    display: inline-block;
    margin: 0 0 7px 0;
    padding: 2px 5px 3px 5px;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    font-size: 13px;
    line-height: 13px;
    color: 
}

.rstUnitBody p{
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;

}

.rstUnitBody div.detail{
    width: 100%;
    bottom: 21px;
    height: 14px;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color:#c4000f;
    transition: .2s;
}


.rstUnitBody div span.material-symbols-outlined{
    margin: 0 0 0 5px;
    vertical-align: -7px; 
}

.rstUnit a{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 500;
}

.rstUnit a span.visually-hidden{
  position: absolute;
  display: block;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

/* recBnr */

.recBnr{
    width: 882px;
    margin: 0 auto;
    padding: 75px 0;
    transition: .2s;
}

.recBnr:hover{
    opacity: .9;
    transition: .2s;
}

/* btmInfo */

.btmInfo{
    width: 100%;
    padding: 35px 0;
    background-color: #f6f6f6;
}

.btmInfoWpr{
    display: flex;
    justify-content: space-between;
    width: 1050px;
    margin: 0 auto;
}

.btmInfoWpr div{
    width: 300px;
}

.btmInfoWpr div img{
    width: 265px;
    height: auto;
}

.btmInfoWpr p{
    width: 645px;
    font-size: 14px;
    line-height: 23px;
}

.btmInfoWpr a{
    display: block;
    width: 105px;
}

.btmInfoWpr a img{
    width: 44px;
    height: 44px;
}

/* footer */

footer{
    width: 100%;
    padding: 45px 0 0 0;
    background-color: #ebebeb;
}

nav.footerInr{
    display: flex;
    justify-content: space-between;
    width: 1050px;
    margin: 0 auto 3rem auto;
}

nav.footerInr div p{
    margin: 0 0 30px 0;
    font-size: 15px;
    font-weight: 700;
}

nav.footerInr div ul li a{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #222;
    transition: .2s;
}

nav.footerInr div ul li a::before{
    position: absolute;
    display: none;
    content: "";
    transition: .2s;
}

nav.footerInr div ul li a:hover{
    color:#c4000f;
    transition: .2s;
}

nav.footerInr div ul li a:hover::before{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: -20px;
    width: 5px;
    height: 5px;
    margin: auto 0;
    border-top: 2px solid #c4000f;
    border-right: 2px solid #c4000f;
    transform: rotate(45deg);
    transition: .2s;
}


section.cr{
    width: 100%;
    padding: 25px 0;
    font-size: 13px;
    text-align: center;
    background-color: #FFF;
}

/* faq */

.qa-item {
	margin-bottom: 12px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;
    border-radius: 4px;
}

.qa-box__q {
	position: relative !important;
	padding: 17px 22px 17px 55px;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q br{
    display: none;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1b313d;
    text-align: center;
    line-height: 20px;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 16px 26px 12px 55px;
	border-radius: 8px;
	font-size: 17px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content br{
    display: none;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 24px;
	font-weight: 700;
	color: #e72119;
    text-align: center;
}

.qa-box__icon {
	width: 30px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto 0;
	border-bottom: 2px solid #1b313d;
	border-right: 2px solid #1b313d;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}

.paneltest{
    color: red !important;
}

.sp{
	display: none;
}

}