/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
	box-sizing: border-box;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	transition:all 0.6s ease-out;
	text-decoration:none;
}
a:hover {
	color:#3d91d3;
}
.home a:hover {
  opacity: 0.8;
}
figure img {
	width:100%;
	height:auto;
}


/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul {
	list-style-type:none;
}
ol {
	list-style-type:decimal;
}
:root {
	--tra: all 0.6s ease-out;
	scroll-padding-top: 7rem;
	scroll-behavior: smooth;
}

.forPC {
	display:block;
}
.forSP {
	display:none;
}

img {
 image-rendering: -webkit-optimize-contrast;
}

html {
	font-size: 0.6666666667vw;
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	color:#2a2f33;
}
body.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
span.red {
	color:red;
}

header {
	width:100%;
	height:13rem;
    position: fixed;
	top:0;
	left:0;
	z-index:5;
}
header .headerBody {
	width:100%;
	height:13rem;
	margin:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:5;
	transition:all 0.6s ease-out;
	background: #fff;
}
.home header .headerBody {
	background:none;
}


h1.logo {
	width:31.7rem;
	height:4rem;
	position:absolute;
	top:4.4rem;
	left:5.8rem;
}


h1.logo a {
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	background:url("../images/logo_bk.png") no-repeat;
	background-size:100%;
	transition: var(--tra);
}
h1.logo a:hover {
	background:url("../images/logo_bl.png") no-repeat;
	background-size:100%;
}
.home h1.logo a {
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	background:url("../images/logo.png") no-repeat;
	background-size:100%;
	transition: var(--tra);
}
.home h1.logo a:hover {
	opacith:0.8;
}


h1.logo img {
	width:100%;
	height:auto;
}

/* MENU */
nav {
    position: absolute;
    top: 0;
    right: 0;
    height:7rem;
}
ul.menu {
	margin:4.8rem 0 0 0;
	padding:0 0 0 0;
	display:block;
	height:7rem;
}

ul.menu > li {
	font-size:1.5rem;
	font-weight:700;
	display:block;
	height:7rem;
	color:#000;
	padding:0 2.3rem;
	box-sizing: border-box;
	cursor: pointer;
	float:left;
	position:relative;
}
ul.menu > li > a {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.5rem;
    text-decoration: none;
    display: block;
    height: auto;
    color: #2a2f33;
    width: 100%;
	padding:0 0.25rem 0;
    box-sizing: border-box;
    transition: all 0.6s;
	text-align:center;
	letter-spacing: 0.1rem;
}
ul.menu > li > a:hover {
    color: #3d91d3;
}



.home ul.menu > li > a {
    color: #ffffff;
}
.home ul.menu > li > a:hover {
    opacity:0.8;
}
ul.menu > li > a > span {
	font-size:1rem;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	display:block;
	margin-top:0.6rem;
}



ul.menu > li.pdf a {
    background: url(../images/common/ico_pdf.svg) no-repeat left top 2.6rem;
    background-size: 2.64rem;
    padding-left:3.2rem;
}
ul.menu > li.mail {
	margin-top:0;
	width:14.4rem;
	height:7rem;
	padding:0 0 0 0;
}
ul.menu > li.mail a {
	width:11rem;
	height:3.6rem;
	font-family: "Outfit", sans-serif;
	font-size:1.1rem;
	font-weight:400;
	letter-spacing: 0;
	color:#fff;
    background: #2a2f33;
    background-size: 1.8rem;
    display:flex;
	justify-content: center;
	align-items: center;
	padding:0;
	box-sizing: border-box;
	border-radius:1.8rem;
	transition:var(--tra);
}
ul.menu > li.mail a:hover {
    background: #3d91d3;
}
.home ul.menu > li.mail a {
	color:#2a2f33;
    background: #fff;
}
ul.menu > li.mail a:hover {
	border-bottom:none;
}
.home ul.menu > li.mail a:hover {
	opacity:0.8;
}
ul.subMenu {
	display:none;
}

ul.subMenu {
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	width:100%;
	box-sizing: border-box;
	padding:0.5em;
}
ul.subMenu.solution {
	position:absolute;
	top:100%;
	left:-25%;
	background:#fff;
	width:150%;
	box-sizing: border-box;
	padding:0.5em;
}
ul.subMenu li {
	margin-bottom:0.5em;
	border-bottom:1px solid rgba(112,112,112,.27);
	padding:0 0.8em 0.6em;
}
ul.subMenu li:last-child {
	border-bottom:none;
	padding-bottom:0;
}
ul.subMenu li a {
	text-decoration:none;
	font-size:1.2rem;
	font-weight:500;
	color:#313131;
	padding:0 0 0 0;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv {
	width: 100%;
    height: 100vw;
	/*
    background: url(../images/kv.jpg) no-repeat;
    background-size: cover;
	*/
	position:relative;
}
.mv .videoArea {
	position:absolute;
	z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
.mv .videoArea video {
	width:auto;
	height:100%;
}
.mv p.scroll {
	width:1.1rem;
	height:10.2rem;
	position:absolute;
	top:36.6rem;
	right:4.6rem;
	background:url("../images/scroll.svg") no-repeat;
	background-size:1rem;
}
.mv p.scroll a {
	width:100%;
	height:100%;
	display:block;
}
.mv p.catch {
	font-family: "Noto Serif JP", serif;
	font-size:4.7rem;
	font-weight:400;
	color:#fff;
	line-height:6.9rem;
	width:39.7rem;
	margin:auto;
	text-align: center;
	position:absolute;
	top:32%;
	left:calc(50% - 19.85rem);
	animation:appear 3.5s ease forwards;
	animation-delay: 3s;
	  opacity: 0;
	  visibility: hidden;
}
@keyframes appear{
  0% {
	  opacity: 0;
	  visibility: hidden;
  }

  100% {
	  opacity: 1;
	  visibility: visible;
  }
}
p.catch span {
	font-size:1.3rem;
	font-weight:400;
	display:block;
	margin-top:2.5rem;
	text-align: center;
}
p.logoVanish {
	margin:auto;
	width:60rem;
	position:absolute;
	top:40%;
	left:50%;
	transform: translateX(-50%);
	animation:vanish 3s ease forwards;
	animation-delay:0.5s;
}
p.logoVanish img {
	width:100%;
	height:auto;
}
@keyframes vanish{
  0% {
	  opacity: 1;
	  visibility: visible;
  }
  70% {
	  opacity: 1;
	  visibility: visible;
  }
  100% {
	  opacity: 0;
	  visibility: hidden;
  }
}


.fadeIn {
    opacity: 0;
}












.home article {


}

.home section, .home footer {


}
section.top2 {
	width: 100%;
    background: url(../images/bg_top2.webp) no-repeat;
    background-size: cover;
	/*
    padding-top: 31rem;
	*/
}

::-webkit-full-page-media, :future, :root section.top2 .contentBody {
	display:flex;
	flex-direction: column;
	align-items: center;
}



section.top2 p.lead {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-size: 1.7rem;
	margin:auto;
	line-height:5rem;
	letter-spacing: 0.2rem;
	color:#fff;

}
section .contentBody {
	transition:all 2s ease;
	visibility: hidden;
	opacity:0;
	transform:translateY(20rem);
}
section.active .contentBody {
	visibility: visible;
	opacity:1;
	transform:translateY(0);
}
section.top2 .contentBody {
	height: 100%;
	transition:all 2s ease;
	visibility: hidden;
	opacity:0;
	transform:translateY(40rem);
}
section.top2.active .contentBody {
	visibility: visible;
	opacity:1;
	transform:translateY(25%);
}
section.top2 .fp-tableCell {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
section.top2 .fp-scroller {
	height:100%;
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
p.toOtherPage {
	width:44.8rem;
	height:4rem;
	margin:4.6rem auto 0;
}
p.toOtherPage a {
	font-weight: 400;
	font-size: 1.4rem;
	color:#fff;
	background:url("../images/bg_to_other.svg") no-repeat;
	background-size:4rem;
	padding-left:6rem;
	display:flex;
	height:4rem;
	align-items: center;
    letter-spacing: 0.5rem;
}
section.top3 {
	width: 100%;
	padding-bottom:0;
	background: url(../images/bg_top3.webp) no-repeat bottom center;
    background-size: cover;
}
section.top3 .linkBox {
	width:100rem;
	margin:auto;
	display:flex;
	justify-content: space-between;
}
section.top3 .linkBox .links {
	width:46rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.linksInner {
	display:flex;
	justify-content: space-between;
}
section.top3 .linkBox .links h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 3.6rem;
	color:#fff;
	letter-spacing: 0.1rem;
}
section.top3 .linkBox .links h2 span {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	display:block;
	margin-top:0.2rem;
}
section.top3 .linkBox .links ul {
	width:36rem;
	display: flex;
	flex-wrap:wrap;
	margin-top:0.5rem;
}
section.top3 .linkBox .links ul li {
	margin-bottom:2.4rem;
	width:50%;
}
section.top3 .linkBox .links ul.ul2 {
	width:36rem;
	display: block;
	margin-top:0.5rem;
}
section.top3 .linkBox .links ul.ul2 li {
	margin-bottom:2.4rem;
	width:100%;
}

section.top3 .linkBox .links ul li a {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 1.4rem;
	color:#fff;
	position: relative;
	padding-left:2.3rem;
	display: block;
}
section.top3 .linkBox .links ul li a::before {
	content:'';
	width:0.8rem;
	height:3rem;
	border-top:0.1rem solid #fff;
	position:absolute;
	top:1rem;
	left:0;
}
section.top3 p.toOtherPage {
    width: 44.8rem;
    height: 4rem;
    margin: 2rem auto 0;
}
section.top3 p.toOtherPage a, section.top4 p.toOtherPage a {
	font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    background: url(../images/bg_to_other.svg) no-repeat;
    background-size: 4rem;
    padding-left: 6rem;
    display: flex;
    height: 4rem;
    align-items: center;
    letter-spacing: 0.1rem;
	margin-left:0.9rem;
}
section.top4 {
	width:100%;
	background:#2a2f33;
	/*
	padding:15rem 0;
	*/
}
section.top4 .sectionInner {
	width:93rem;
	margin:auto;
}
section.top4 ul.newsList {
	width:82rem;
	margin:auto 0;
	display:flex;
	flex-wrap:wrap;
}
section.top4 ul.newsList li {
	width:50%;
	color:#fff;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:3rem;
	position:relative;
	padding-left: 2.3rem;
	box-sizing: border-box;
}
section.top4 ul.newsList li::before {
    content: '';
    width: 0.8rem;
    height: 3rem;
    border-top: 0.1rem solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
	
}
section.top4 ul.newsList li span.date {
	font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
	margin-right:2.5rem;
}
section.top4 ul.newsList li a {
    font-weight: 400;
    font-size: 1.4rem;
	color:#fff;
}
section.top4 .newsHead {
	width:100%;
	display:flex;
	justify-content: space-between;
	margin-bottom:6rem;
}
section.top4 h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 3.6rem;
    color: #fff;
    letter-spacing: 0.1rem;
	width:26rem;
	margin-top: -1rem;
}
section.top4 h2 span {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    display: block;
    margin-top: 0.2rem;
}
section.top4 .emergency {
	width:58rem;
	color:#fff;
}
section.top4 .emergency h3 {
    font-weight: 400;
    font-size: 1.4rem;
	margin-bottom:1.4rem;
}
section.top4 .emergency h3 a {
    font-weight: 400;
    font-size: 1.4rem;
	margin-bottom:1.4rem;
	color:#fff;
}
section.top4 .emergency p {
    font-weight: 400;
    font-size: 1.2rem;
	line-height:1.9;
}
section.top4 .emergency p.pdf a {
    font-weight: 400;
    font-size: 1.4rem;
	line-height:1.9;
	color:#49abe8;
	background:url("../images/ico_pdf.svg") no-repeat left center;
	background-size:1.32rem;
	padding-left:2rem;
}
section.top4 p.toOtherPage {
    width: 44.8rem;
    height: 4rem;
    margin: 4rem 0 0;
}
section.top5 {
	width:100%;
	background:#fff;
	padding-top:6rem;
}
section.top5 .sectionInner {
	width:116rem;
	margin:auto;
}
section.top5 .bnr {
	width:100%;
	height:29rem;
	margin-bottom:3.5rem;
}
section.top5 .bnr a {
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
section.top5 .bnr a h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 3.6rem;
    color: #2a2f33;
    letter-spacing: 0.1rem;
	width:26rem;
	position:absolute;
	top:8rem;
	left:9.9rem;
	z-index:2;
}
section.top5 .bnr a h2 span {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    display: block;
    margin-top: 0.2rem;
}
section.top5 .bnr p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #2a2f33;
	width:16.8rem;
	height:5rem;
	border-radius:2.5rem;
	background:url("../images/ico_arrow.svg") no-repeat left 3.5rem center #fff;
	background-size:1.3rem;
	position:absolute;
	top:17rem;
	left:9.9rem;
	box-shadow: 0 0 0.4rem rgba(0,0,0,0.03);
	display:flex;
	justify-content: center;
	align-items: center;
	z-index:2;
	padding-left:2rem;
	box-sizing: border-box;
}
section.top5 .bnr figure {
	width:100%;
	height:100%;
	overflow: hidden;
}
section.top5 .bnr figure img {
	width:100%;
	height:100%;
	transition:all 0.6s ease;
}
section.top5 .bnr a:hover {
	opacity: 1;
}
section.top5 .bnr a:hover figure img {
	transform: scale(1.1,1.1);
	opacity: 1;
}

footer {
	width:100%;
	position: relative;
	color:#fff;
	box-sizing: border-box;
	margin-top:16rem;
}
.footerBody {
	width: 116rem;
	margin:auto auto 6.3rem;
	position: relative;
}
p.footCatch {
	position:absolute;
	top:1.2rem;
	left:46rem;
}
p.footCatch a {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #2a2f33;
	transition:var(--tra);
}
p.footCatch a:hover {
    color: #3d91d3;
}
.footComp {
	width:37.8%;
	color:#2a2f33;
	
}
.footComp h3 {
	width: 39.6rem;
    height: 5rem;
    padding-top: 0;
    box-sizing: border-box;
	margin-bottom:4.7rem;
}
.footComp h3 a {
	width: 100%;
    height: 100%;
    display:block;
	background:url("../images/logo_bk.png") no-repeat;
	background-size:100%;
	transition:var(--tra);
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;	
}
.footComp h3 a:hover {
	background:url("../images/logo_bl.png") no-repeat;
	background-size:100%;
}

.footComp h3 img {
	width: 100%;
    height: auto
}

.footCont {
	width:100%;
	display:flex;
	justify-content: flex-start;
}
.footCont p.address {
	width:37.5rem;
	font-size:1.2rem;
	font-weight:400;
	line-height:1.5;
	letter-spacing:0.12rem;
	color:#2a2f33;
	margin-right:7.7rem;
	position:relative;
}
.footCont p.address::after {
	content:'';
	width:1px;
	height:8.1rem;
	background:#e3e3e3;
	position: absolute;
	top:0;
	right:0;
}


.footCont p.address a {
	color:#2a2f33;
}

.footMenu {
	width:45rem;
	display:flex;
	justify-content: space-between;
}
.footMenu a {
	color:#123086;
}

.footMenu > ul {
	width:45rem;
	display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
}
.footMenu > ul::after {
    content: "";
    display: block;
    width: 15rem;
    height: 0;
}
.footMenu > ul.secondUl {
	column-count:1;
	width:21.4%;
}
.footMenu ul.subMenu {
    display: block;
	position:static;
	background:none;
	padding:0 0 0 0;
	margin-top:1.2rem;
}
.footMenu ul.subMenu li {

    padding: 0 0 0;
	margin-bottom:1rem;	
}
.footMenu ul.subMenu li {
    border-bottom: none;
}
.footMenu ul.subMenu li a {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0 0 0 0;
	transition:all 0.6s ease-out;
	color:#123086;
}

.footMenu > ul > li {
	width:15rem;
	margin-bottom:3rem;
	margin-right:0;
	position:relative;
	padding-left: 2.3rem;
	box-sizing: border-box;
}
.footMenu > ul > li::before {
    content: '';
    width: 0.8rem;
    height: 3rem;
    border-top: 0.1rem solid #2a2f33;
    position: absolute;
    top: 1rem;
    left: 0;
}


.footMenu > ul > li img {
	width:13.1rem;
	height:auto;
}
.footMenu ul.secondUl li {
	width:100%;
	margin-bottom:2.25rem;
}
.footMenu ul.secondUl li.pdf {
	display:none;
} 

.footMenu ul.secondUl li.pdf a {
	background:url(../images/common/ico_pdf.svg) no-repeat left center;
	background-size:2.49rem;
	padding-left:3rem;
}
.footMenu ul.secondUl li.mail a {
	background:url(../images/common/ico_mail.svg) no-repeat left min(0.4vw,10px) center;
	background-size:1.8rem;
	padding-left:3rem;
}
.footMenu ul.secondUl li.toShop {
	margin-top:3rem;
}
.footMenu ul li:last-child {
	margin-right:0;
}
.footMenu > ul > li > a {
	font-family: "Noto Serif JP", serif;
	font-weight:400;
	font-size:1.6rem;
	letter-spacing: 0.1em;
	text-decoration:none;
	transition:all 0.6s ease-out;
	color:#2a2f33;
}
.footMenu > ul > li > a:hover {
	color:#3d91d3;
}

.footMenu > ul > li.pdf > a {
	background: url(../images/common/ico_pdf.svg) no-repeat left top ;
    background-size: 2.48rem;
    padding-left: 2.9rem;
}
.footMenu > ul > li.mail > a {
	background: url(../images/common/ico_contact_blue.svg) no-repeat left top 0.4rem ;
    background-size: 1.8rem;
    padding-left: 2.1rem;
}

.footerBottom {
	width:100%;
	background:#f4f4f6;
	height:14rem;
	box-sizing: border-box;
	position:relative;
}




p.rights {
	width:116rem;
	height:100%;
	margin:auto;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #2a2f33;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
}
p.toContact {
	width:32%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}
p.toContact a {
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	background:url("../images/ico_yokobou.svg") no-repeat left 35% center #3d91d3;
	background-size:2.6rem;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
	padding-left:2rem;
	box-sizing: border-box;
	transition:all 0.4s ease;
}

p.toContact a:hover {
	background:url("../images/ico_yokobou.svg") no-repeat left 35% center #397db3;
	background-size:2.6rem;
	opacity:1;
}

/* 下層 */
.breadcrumb {
    width: 100%;
    margin:13rem auto 0;
	padding:0 5.8rem;
	box-sizing: border-box;
}
.breadcrumb ul {
    width: 100%;
	height:7rem;
    display: flex;
    justify-content: flex-start;
}
.breadcrumb ul li {
    font-size: 1.1rem;
    display: inline-block;
    color: #2a2f33;
    line-height: 1.0;
    margin-right: 1.2rem;
	display: flex;
    align-items: flex-start;
}
.breadcrumb ul li a {
    display: flex;
    align-items: center;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
	font-weight:300;
    text-decoration: none;
    color: #2a2f33;
    line-height: 1.0;
    position: relative;
    padding: 0 2rem 0 0;
	background:url(../images/ico_bread.svg) no-repeat center right;
	background-size:0.6rem;
}
.breadcrumb ul li a:hover {
	color:#3d91d3;
}
/*
.breadcrumb ul li a::after {
    content: '>';
    line-height: 1.0;
    position: absolute;
    top: 0;
    right: 0;
    color: #2a2f33;
    transform: scale(0.7,1.8);
	height: 1.1rem;
    display: flex;
    align-items: center;
	font-family: "Noto Serif JP", serif;
    font-size:0.9rem;
}
*/

.pageTtl {
	width:93.6rem;
	height:23rem;
	margin:auto;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.pageTtl.oem {
	display:block;
}

.pageTtl h1 {
	font-family: "Noto Serif JP", serif;
	font-size:3.6rem;
	font-weight:500;
	color:#2a2f33;
}
.pageTtl h1 span {
	font-family: "Outfit", sans-serif;
    font-size: 1.1rem;
	font-weight:400;
	display:block;
}
.pageTtl.oem h1 {
	margin-bottom:7rem;
}	
.pageTtl.oem h1 span {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
	font-weight:400;
	display:block;
}
.pageTtl p {
    width: 28.3rem;
    height: 7rem;
	margin-left:5rem;
}
.pageTtl p a {
    width: 100%;
    height: 100%;
    background: #2A2F33;
    border-radius: 3.5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-right: 1.5rem;
}
.pageTtl p a:hover {
    background:#3d91d3;
	background-size: 1.3rem;
}

main {
	width:100%;
	margin:auto;
}

.catLink {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.catLink li {
	width:calc(100% / 3);
	height:28rem;
}
.catLink li:nth-of-type(7) {
	width:100%;
	height:28rem;
}
.catLink li a {
	width:100%;
	height:100%;
	position: relative;
	display:block;
}
.catLink li a figure {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
}
.catLink li a figure img {
	width:100%;
	height:auto;
	transition: var(--tra);
}
.catLink li a:hover figure img {
	transform:scale(1.1,1.1);
}
p.contentTtl {
	font-family: "Noto Serif JP", serif;
	font-size:2.6rem;
	font-weight:500;
	color:#fff;
	position: absolute;
	top:11.8rem;
	left:0;
	width:100%;
	text-align:center;
	transform: translateY(-0.5rem);
}
p.viewMore {
    width: 10.8rem;
    height: 3rem;
    position: absolute;
	top:21rem;
	left:4.4rem;
	font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    background: url(../images/bg_to_other.svg) no-repeat;
    background-size: 3rem;
    padding-left: 4.8rem;
    display: flex;
    align-items: center;
}

dl.outline {
	width:92.6rem;
	padding:5.5rem 0;
	margin:auto;
	color:#2a2f33;
	font-family: "Noto Serif JP", serif;
	overflow: hidden;
	border-bottom:1px solid #dedede;
}
dl.outline:nth-of-type(7) {
	border-bottom:none;
}
dl.outline dt {
	width:17.6rem;
	margin:auto;
	font-size:1.7rem;
	font-weight:500;
	line-height:3.4rem;
	float:left;
	
}
dl.outline dd {
	width:75rem;
	margin:auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.5rem;
	font-weight:300;
	line-height:3.4rem;
	float:right;
}
dl.outline dd a {
	font-size:1.5rem;
	font-weight:300;
	color:#2a2f33;
	text-decoration:none;
}

.greeting {
	width:60rem;
	margin:6.5rem auto auto;
	padding-bottom:5rem;
}
.greeting p {
    font-family: "Noto Serif JP", serif;
	font-size:1.5rem;
	font-weight:500;
	line-height:4.2rem;
}
.greeting p.president {
	margin-top:4.2rem;
}
.greeting p.president span {
	font-size:2rem;
}
.greeting figure.syaze {
	width:30.6rem;
	margin:10.5rem auto auto;
}

section.philosophy {
	width:100%;
	position: relative;
	margin-top:8.8rem;
	padding-bottom: 17rem;
}
section.philosophy.oem2 {
	margin-top:14rem;
}
section.philosophy::after {
	content:'';	
	width:88rem;
	height:77rem;
	background:url("../images/profile/bg_phi01.webp") no-repeat top left;
	background-size:88.2rem;
	position:absolute;
	top:5.6rem;
	left: calc(50% + 20rem);
}
section.philosophy.oem::after {
	content:'';	
	width:65rem;
	height:53rem;
	background:url("../images/profile/bg_oem01.webp") no-repeat top 2rem left;
	background-size:65rem;
	position:absolute;
	top:5.6rem;
	left: calc(50% + 20rem);
}
section.philosophy.oem2::after {
	content:'';	
	width:65rem;
	height:53rem;
	background:url("../images/profile/bg_oem03.webp") no-repeat top 2rem left;
	background-size:65rem;
	position:absolute;
	top:5.6rem;
	left: calc(50% + 20rem);
}
section.philosophy .sectionInner {
	width:94rem;
	margin:auto;
}
.sectionHead {
	margin:0 0 8rem 5rem;
	width:42rem;
	display:flex;
	justify-content: space-between;
}
.sectionHead.oem {
	margin:0 0 8rem 0;
	width:48rem;
	display:block;
	margin-top:-13rem;
	padding-top:13rem;
}
section.philosophy h2 {
	width:2.2rem;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
	font-size:2.2rem;
	font-weight:500;
}
section.philosophy.oem h2 {
	width:100%;
	-ms-writing-mode: horizontal-tb;
    writing-mode:horizontal-tb;
    font-family: "Noto Serif JP", serif;
	font-size:2.8rem;
	font-weight:500;
	margin-bottom:4rem;

}
section.philosophy h2 span {
    font-family: "Outfit", sans-serif;
	font-size:1rem;
	font-weight:400;
	margin-top:2.4rem
}
.sectionHead p.catch {
	width:30.3rem;
    font-family: "Noto Serif JP", serif;
	font-size:2.2rem;
	font-weight:500;
	line-height:4.8rem;
	margin-top: -1.5rem;
}
.sectionHead.oem p.catch {
	width:100%;
    font-family: "Noto Serif JP", serif;
	font-size:2.2rem;
	font-weight:500;
	line-height:4.8rem;
	margin-top: -1.5rem;
}
section.philosophy p.lead {
	font-size:1.5rem;
	font-weight:300;
	line-height:3.4rem;
	width:34rem;
	margin-left:16.5rem;
}
section.philosophy p.date {
	font-size:1.5rem;
	font-weight:300;
	line-height:3.4em;
	width:34rem;
	margin-left:16.5rem;
	margin-top:4rem;
}

section.policy {
	width:100%;
	position: relative;
	margin-top:-10rem;
}
section.policy::after {
	content:'';	
	width:91rem;
	height:74rem;
	background:url("../images/profile/bg_phi02.webp") no-repeat top left;
	background-size:91.7rem;
	position:absolute;
	top:5.6rem;
	left:-39rem;
	left: calc(50% - 109rem);
	padding-bottom:30rem;
}

section.policy.oem::after {
	display:none;
	content:'';	
	width:65rem;
	height:53rem;
	background:url("../images/profile/bg_oem02.webp") no-repeat top left;
	background-size:65rem;
	position:absolute;
	top:5.6rem;
	left: 28.8rem;
	padding-bottom:30rem;
}


section.policy .sectionInner {
	width:94rem;
	margin:auto;
	padding-top:25.5rem;
}
section.policy.oem .sectionInner {
    position:relative;
	padding-top:2rem;
}
section.policy.oem .sectionInner::after {
	content:'';	
	width:65rem;
	height:53rem;
	background:url("../images/profile/bg_oem02.webp") no-repeat top left;
	background-size:65rem;
	position:absolute;
	top:5.6rem;
	left: -36rem;
	padding-bottom:30rem;
}
section.policy .sectionHead {
	margin:0 auto 8rem auto;
	width:42rem;
	display:flex;
	justify-content: space-between;
	transform: translateX(45%);
}
section.policy.oem .sectionHead {
	margin:0 auto 8rem auto;
	width:45rem;
	display:block;
}

section.policy h2 {
	width:2.2rem;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
	font-size:2.2rem;
	font-weight:500;
}
section.policy.oem h2 {
	width:100%;
	-ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-family: "Noto Serif JP", serif;
	font-size:2.8rem;
	font-weight:500;
	margin-bottom: 4rem;

}
section.policy h2 span {
    font-family: "Outfit", sans-serif;
	font-size:1rem;
	font-weight:400;
	margin-top:2.4rem
}

section.policy.oem p.attention {
	font-size:1.5rem;
	line-height:3.4rem;
	margin-top:2rem;
	margin-bottom:6.4rem;
}

section.policy ol {
	font-size:1.5rem;
	font-weight:300;
	line-height:3.2rem;
	width:37rem;
	margin:auto auto 8rem auto;
	transform: translateX(29rem);
	box-sizing: border-box;
}
section.policy ol li {
	list-style-position: outside;
	padding-left: 1rem;
}
section.policy ol li::marker {
	font-family: "Noto Serif JP", serif;
}

section.base {
	width:100%;
	background:#f4f4f6;
	padding-top:4rem;
	padding-bottom:8rem;
}
section.base .sectionInner {
	width:84rem;
	height:76.4rem;
	margin:auto;
	background:url("../images/profile/japan.png") no-repeat top left 12rem;
	background-size:62.6rem;
	position: relative;
}
.offices {
	position:absolute;
}
.offices figure {
	background: #fff;
    padding: 0.2rem 0.2rem 0;
}
ul.officeIntro li a {
	font-family: "Noto Serif JP", serif;
	font-size:2rem;
	font-weight:500;
	color:#2a2f33;
	background:url("../images/ico_office.svg") no-repeat center left;
	background-size:1.4rem;
	padding-left:2.3rem;
	transition: var(--tra);
}
ul.officeIntro li a:hover {
	color:#3d91d3;	
}	
.office01 {
	top:54.5rem;
	left:51rem;
	width:16.8rem;
	height:15.2rem;
}
.office01 figure {
	width:9.4rem;
	margin:0 auto 2rem;
}
.office02 {
	top:62rem;
	left:35rem;
	width:16.8rem;
	height:15.2rem;
}
.office02 figure {
	width:9.4rem;
	margin:0 auto 2rem;
}
.office03 {
	top:24.2rem;
	left:28rem;
	width:15.3rem;
	height:15.3rem;
}
.office03 figure {
	width:9.4rem;
	margin:0 auto 2rem;
}
.office04 {
	top:8.5rem;
	left:6.2rem;
	width:35rem;
	height:7.7rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.office04 figure {
	width:18.6rem;
	margin:0 auto 0;
	background:#fff;
	display:flex;
	justify-content: space-between;
}
.office04 figure img.hk01 {
	width:10rem;
	height:7.3rem;
	margin-right:0.2rem;
}
.office04 figure img.hk02 {
	width:8.1rem;
	height:7.3rem;
}

.office05 {
	top:38rem;
	right:0;
	width:18.6rem;
	height:12rem;
	text-align: end;
}
.office05 figure {
	width:18.6rem;
	margin:0 auto 2rem;
}
.office06 {
	top:42.5rem;
	left:6.2rem;
	width:18.6rem;
	height:12rem;
	text-align: left;
}
.office06 figure {
	width:18.6rem;
	margin:0 auto 2rem;
}
section.baseTxt {
	width:100%;
}
dl.baseBasic {
	width:92.6rem;
	margin:auto;
	display:flex;
	justify-content: space-between;
	padding:5.2rem 0;
	border-bottom:1px solid #dedede;
	scroll-margin-top: 1rem
}
dl.baseBasic.open {
	border-bottom:none;
}
dl.baseBasic dt {
	width:17.3rem;
	font-family: "Noto Serif JP", serif;
	font-size:1.7rem;
	font-weight:500;
}
dl.baseBasic dd.baseAddress {
	width:45.3rem;
	font-size:1.5rem;
	font-weight:300;
	line-height:2.6rem;
}
dl.baseBasic dd.baseAddress span.kari {
	color:#3d91d3;
	font-weight:500;
}
dl.baseBasic dd.baseAddress a {
	color:#2a2f33;
}
dl.baseBasic dd.baseAddress a.toOtherPage {
	color:#3d91d3;
}
dl.baseBasic dd.baseAddress a.email {
	color:#3d91d3;
	text-decoration:underline;
}
dl.baseBasic dd.detailTrg {
	width:29.8rem;
}
dl.baseBasic dd.detailTrg {
	font-size:1.5rem;
	font-weight:300;
	color:#3d91d3;
	background:url("../images/ico_open.svg") no-repeat top 0.4rem left;
	background-size:1.4rem;
	padding-left:2.2rem;
	cursor: pointer;
}
dl.baseBasic dd.detailTrg.open {
	background:url("../images/ico_close.svg") no-repeat top 0.4rem left;
	background-size:1.4rem;
}
.accessDetail {
	display:none;
	width:100%;
	position:relative;
	padding-bottom:6rem;
}
.accessDetail::after {
	content:'';
	width:92.6rem;
	border-top:1px solid #dedede;
	position:absolute;
	bottom:0;
	left:calc(50% - 46.3rem);
	margin:auto;
}

.accessDetail .gmap {
	width:100%;
	height:30rem;
	margin-bottom:5.5rem;
}
.accessDetail .gmap iframe {
	width:100%;
	height:30rem;
}
.accessDetail .textBox {
	width:92.6rem;
	margin:auto;
	display: flex;
	justify-content: space-between;
}
.viaTrn {
	width:52.7rem;
	padding-right:2rem;
	box-sizing: border-box;
}
.viaCar {
	width:39.6rem;
}
.textBox h4 {
	font-size:1.5rem;
	font-weight:500;
	color:#3d91d3;
	margin-bottom:1.4rem;
}
.textBox .viaCar h4:nth-of-type(2) {
	margin-top:2.5rem;
}
.textBox h5 {
	font-size:1.5rem;
	font-weight:700;
	margin-bottom:1rem;
	margin-top:2.5rem;
}
.textBox h5:nth-of-type(1) {
	margin-top:1rem;
}
.textBox h6 {
	font-size:1.5rem;
	font-weight:700;
	margin-bottom:0.5rem;
	margin-left:1rem;
}
.textBox p {
	font-size:1.5rem;
	font-weight:300;
	line-height:2.4rem;
}
.textBox p.indent {
	margin-left: 2.6rem;
	margin-bottom: 1.5rem;
}
.textBox ul {
	font-size:1.5rem;
	font-weight:300;
	line-height:2.4rem;
	margin-left:3rem;
	list-style-type: disc;
}

section.organization {
	width:92.6rem;
	margin:auto;
}
section.organization img {
	width:100%;
	height:auto;
}
section.organization p.date {
	font-size:1.2rem;
	font-weight:300;
	display:flex;
	justify-content: flex-end;
	margin-top:2.8rem;
}

section.environment {
	width:92.6rem;
	margin: auto;
}
section.environment .sectionHead {
	width:100%;
	margin:2.5rem auto 1rem;
	padding-right:15rem;
	box-sizing: border-box;
}
section.environment .sectionHead p.catch {
    font-family: "Noto Serif JP", serif;
	font-size:1.5rem;
	font-weight:500;
	line-height:4.2rem;
	margin-top:0;
	width:60rem;
}
section.environment .sectionHead figure.ninsho {
    width:15rem;
}
.ecoCamp {
	width:100%;
}
dl.ecoCampDL {
	width:100%;
	display:flex;
	justify-content: space-between;
	padding:8rem 0;
	border-bottom:1px solid #dedede;
}
.ecoCamp dl.ecoCampDL:last-child {
	border-bottom:none;
}
dl.ecoCampDL > dt {
	width:25.5rem;
    font-family: "Noto Serif JP", serif;
	font-size:2rem;
	font-weight:500;
}
dl.ecoCampDL > dd {
	width:67rem;
	font-size:1.5rem;
	font-weight:300;
	line-height:3.4rem;
	font-feature-settings: "palt";
}
dl.ecoCampDL > dd ol {
	list-style-position: outside;
	margin-left:2rem;

}
dl.ecoCampDL > dd ol li {
	line-height:3.4rem;
	margin-bottom:3rem;
	padding-left:2rem;
}
dl.ecoCampDL > dd ol li:last-child {
	margin-bottom:0;
}
dl.ecoCampDL > dd p.attention {
	margin-top:0.5rem;
	font-size:1.1rem;
	font-weight:300;
	display:flex;
	justify-content: flex-end;
}
dl.inner {
	width:100%;
	margin-bottom:1rem;
	display:flex;
	justify-content: space-between;
	line-height:2.8rem;
}
dl.inner > dt {
	width:17.3rem;
}
dl.inner > dd {
	width:calc(100% - 17.3rem);
}
span.pdf {
	display: inline-block;
	margin-left:1.8rem;
}
span.pdf a {
	color:#3d91d3;
	text-decoration:underline;
	background:url("../images/ico_pdf_bk.svg") no-repeat center right;
	background-size:1.3rem;
	padding-right:2.2rem;
}

figure.eco001 {
	width:100%;
	margin:10rem auto auto;
}

section.recruitInfo {
	width:100%;
	padding-top:2rem;
}
dl.recruitDL {
	width:92.6rem;
	margin:auto;
	padding:5rem 0;
	border-top:1px solid #dedede;
	display:flex;
	justify-content: space-between;
}
dl.recruitDL dt {
	width:24rem;
    font-family: "Noto Serif JP", serif;
	font-size:2rem;
	font-weight:500;
}
dl.recruitDL dd {
	font-size:1.5rem;
	font-weight:300;
	line-height:2.4rem;
}
dl.recruitDL dd a {
	color:#2684c8;
	text-decoration:underline;
}
dl.recruitDL dd.info {
	width:38rem;
}
dl.recruitDL dd.contact {
	width:30rem;
}
dl.recruitDL.headLine {
	margin:auto;
	padding:3.4rem 0;
	border-top:none;
}
dl.recruitDL.headLine dt {
    font-family: 'Noto Sans JP', sans-serif;
	font-size:1.4rem;
	font-weight:300;
}
dl.recruitDL.headLine dd.info, dl.recruitDL.headLine dd.contact {
	font-size:1.4rem;
	font-weight:300;
}

/* フォーム */
section.contactBody {
	width:92.6rem;
	margin:auto;
	font-size:1.5rem;
	font-weight:300;
	line-height:3.4rem;	
}
section.contactBody p.lead {
	margin:auto;
	padding-bottom:6rem;
	margin-bottom:6rem;
	border-bottom:1px solid #dedede;
}

.formBody {
	width:100%;
	margin:auto;
}
.radioBox {
	width:74rem;
	margin-bottom:3rem;
}
.wpcf7-list-item {
    margin: 0 0 2rem 0 !important;
}

.formBody dl {
	width:100%;
	padding:2.2rem 0 0;
	margin:auto;
}
.formBody dl dt {
	font-size:1.6rem;
	font-weight:700;
	color:#333333;
	letter-spacing: 0.02rem;
	width:100%;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.formBody dl dd {
	font-size:1.6rem;
	font-weight:700;
	color:#333333;
	letter-spacing: 0.02rem;
	width:100%;
}
.formBody span.hissu {
    margin-left: 0.6rem;
	margin-top: 0.2em;
}

.radio-001 {
    border: none;
}
.wpcf7-form-control-wrap {
	width:100%;
}
.wpcf7-form-control {
	width:100%;
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	font-size: 1.7rem;
}
.wpcf7-form-control::after{
  content:"";
  display: block;
  width:30%;
}
.wpcf7-list-item {
	width:30%;
	margin-bottom: 2.5rem;
	box-sizing:border-box;
}
.radio-001 label {
    display: flex;
    align-items: center;
    gap: 1.8rem 1rem;
    position: relative;
    cursor: pointer;

}

.radio-001 label::before, .radio-001 label:has(:checked)::after {
    border-radius: 50%;
    content: '';
	margin-top: 0.1rem;
}
.radio-001 label::before {
    width: 1.8rem;
    height: 1.8rem;
    background-color: transparent;
    border: 0.1rem solid #cccccc;
    box-sizing: border-box;
	margin-top: 0.2rem;
}

.radio-001 label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 0.9rem;
    transform: translate(-50%, -50%);
    width: 1.3rem;
    height: 1.3rem;
    background-color: #3d91d3;
    animation: anim-radio-001 .3s linear;
	margin-top: 0.1rem;
}
.radio-001 label:has(:checked)::before {
    border: 0.1rem solid #3d91d3;
}


@keyframes anim-radio-001 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #12308633;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio-001 input {
    display: none;
}
@-moz-document url-prefix(){
.radio-001 input {
    display: block;
}
}

span.seimei {
	display:block;
}
.formBody dl dd.seimei, .formBody dl dd.seimei p {
    display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 53.5rem;
}

.halfBox {
	display:flex;
	justify-content: space-between;
	width: 100%;
}
.half {
    width:25.4rem;
}
.formBody dl dt {
    font-size:1.5rem;
	font-weight:300;
	margin-bottom: 0.4rem;
}
.formBody dl dd.seimei label {
    width:25.4rem;
	display: block;
}
.formBody dl dd.seimei label.full {
    width:100%;
	margin-top:3rem;
}
.formBody input[type="text"], .formBody input[type="tel"], .formBody input[type="email"], .formBody select {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
    outline: none;
	border:none;
    background: #f4f4f6;
	border-radius:0.4rem;
	width: 60rem;
}
.formBody input[type="text"], .formBody select.pref {
	width:60rem;
}
.formBody input.long[type="text"] {
    width: 100%;
}
.formBody select.pref {
    font-size: 1.4rem;
	padding: 0.96rem;
}
.formBody .seimei input[type="text"], .formBody select {
	margin-top:0.4rem;
}
.formBody p.attention {
	font-size:1.3rem;
	font-weight:400;
	color:#808080;
	margin-top:0.5rem;
}
.formBody textarea  {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size: 1.6rem;
    border: none;
    padding: 1rem;
    box-sizing: border-box;
    outline: none;
    background: #f4f4f6;
	width:60rem;
	height:23.6rem;
	border-radius:0.4rem
}
ul.formInfo {
	width:56rem;
	margin:5.8rem auto 0;
}
ul.formInfo li {
	font-size:1.4rem;
	font-weight:400;
	position:relative;
	margin-bottom:1.1rem;
	padding-left:1.8rem;
	letter-spacing: 0.1em;
}
ul.formInfo li::before {
	content:'';
	position:absolute;
	top:0.6rem;
	left:0;
	width:1rem;
	height:1rem;
	border-radius:50%;
	background:#123086;
	
}
.btnBox {
	display:flex;
	justify-content: flex-start;
	margin-top:3.5rem;
}
.btnBox p {
	width:100%;
}

span.wpcf7-spinner {
	display:none;
}
.btnForm {
	width:28.4rem;
	height:7rem;
	background:#2a2f33;
	border-radius:14.2rem;
	display:block;
	color:#fff;
	font-size:1.5rem;
	font-weight:400;
	letter-spacing: 0.1em;
	cursor:pointer;
	border:none;
	box-sizing: border-box;
	transition:all 0.4s ease;
}
.btnForm:hover {
	background:#3d91d3;
	background-size:1.1rem;
	border:none;
	box-sizing: border-box;
}
.btnBack, .wpcf7-previous {
	width: 28.4rem;
    height: 7rem;
    background: #2a2f33;
    border-radius: 14.2rem;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    transition: all 0.4s ease;
}
.btnBack:hover, .wpcf7-previous:hover {
	background:#3d91d3;
	background-size:1.1rem;
	border:none;
	box-sizing: border-box;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border:none;
	color: #dc3232;
    font-size: 1.6rem;
    font-weight: normal;
    display: block;
	width:100%;
	text-align: center;
}
.confirmBox {
	width:100%;
}
.confirmBox dl {
	width:100%;
	display:flex;
	justify-content:space-between;
}
.confirmBox dl dt {
	width:20%;
}
.confirmBox dl dd {
	width:80%;
	display:flex;
	justify-content:flex-start;
}


.contact.confirm h3.contactHl, .confirm h3.contactHl {
    width: 100rem;
    height: 5rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/others/confirm_hl.png) no-repeat top center;
    background-size: 100rem;
    margin: 4rem auto 0;
}
.confirm .contactHead p.attention, .thanx .contactHead p.attention {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.9;
	width:100%;
	text-align:center;
	margin:6rem auto;
}
.thanx .contactHead p.attention {
    font-size: 2rem;
}
.thanx .contactHead p.attention {
	margin-bottom:3rem;
}
.confirm .formBody dl dd {
    font-size: 1.6rem;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0.02rem;
    width: 53.5rem;
}
.confirm .formBody dl dd p {
    white-space: pre-wrap;
	word-break: break-all
}



.confirm .btnBox {
    width:100%;
	margin:10rem auto;
}
.confirm .btnBox p {
    width:100%;
	display:flex;
	justify-content:space-between;
}

.contact.thanx h3.contactHl, .thanx h3.contactHl {
    width: 100rem;
    height: 5rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/others/thanx_hl.png) no-repeat top center;
    background-size: 100rem;
    margin: 4rem auto 0;
}
.thanx .contactHead {
    margin: 7rem auto 0;
}
.thanxTxtBox {
	width:100rem;
	margin:auto;
	text-align:center;
}
p.thanxTxt {
	font-size:1.6rem;
	font-weight:400;
	color:#333333;
	line-height:1.8;
	margin-bottom:2.2rem;
}
.thanx .toArchive {
    margin: 8rem 0 0;
}

.avobe {
	width: 92.6rem;
    margin: auto;
}

.wpcf7-response-output {
	padding:0.5rem 0.5rem !important;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
}
.avobe .wpcf7-response-output {
	margin: 3rem 0 1rem !important;
	padding: 1rem 1rem !important;
    font-size: 1.6rem !important;
}


section.news dl {
	width:92.6rem;
	height:14.5rem;
	margin:auto;
	border-bottom:1px solid #dedede;
	display:flex;
	justify-content: space-between;
}
section.news dl:last-of-type {
	border-bottom:none;
}
section.news dl dt {
	width:11.3rem;
	height:100%;
	font-family: "Outfit", sans-serif;
	font-size:1.4rem;
	font-weight:300;
	position:relative;
	padding:0 0 0 2.8rem;
	display:flex;
	align-items: center;
	box-sizing: border-box;
}
section.news dl dt::before {
	content:'-';
	width:0.8rem;
	color:#2a2f33;
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
section.news dl.hasNew dt {
	width:19rem;
	box-sizing: border-box;
}
section.news dl dd {
	width:calc(100% - 11.3rem);
	padding:0 0 0 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
section.news dl.hasNew dd {
	width:calc(100% - 19rem);
}
section.news dl dd a.parmaLink {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
section.news dl dt span.new {
	font-family: "Outfit", sans-serif;
	font-size:1.4rem;
	font-weight:300;
	color:#fff;
	background:#2684c8;
	width:6rem;
	height:1.8rem;
	display:flex;
	justify-content: center;
	margin-left:3.2rem;
	border-radius:0.9rem;
	line-height:1.2;
}

section.news dl dd span.topicTtl {
	width:100%;
}
section.news dl dd a {
	font-family: "Noto Serif JP", serif;
	font-size:1.7rem;
	font-weight:500;
	color:#2a2f33;
	transition:var(--tra);
}
section.news dl dd a:hover {
	color:#3d91d3;
}
section.news dl dd.hasImg {
	width:calc(100% - 11.3rem);
	padding:0 0 0 0;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
section.news dl.hasNew dd.hasImg {
    width: calc(100% - 19rem);
}
section.news dl dd.hasImg span.topicTtl {

}
section.news dl dd.hasImg ul {
	width:32rem;
	display:flex;
	justify-content: flex-end;
}
section.news dl dd.hasImg ul li {
	width:16rem;
	height:14.5rem;
	display:flex;
	justify-content: flex-end;
	overflow: hidden;
}
section.news dl dd.hasImg ul li img {
	width:100%;
	height:auto;
	transition: var(--tra);
}
section.news dl dd.hasImg ul li a:hover img {
	transform:scale(1.1,1.1);
}


/* ■■■ページング■■■ */
.wp-pagenavi {
	clear: both;
    height: 4rem;
    margin: 5.6rem auto 0;
    display: flex;
    justify-content: center;
	align-items: center;
	font-family: "Outfit", sans-serif;
	font-size:1.8rem;
	font-weight:400;
	color:#2a2f33;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 0 0.2rem;
	margin:0 2rem;
	line-height: 1;
	box-sizing:border-box;
	border:none;
	height:2.2rem;
	color:#2a2f33;
}
.wp-pagenavi span {
	margin:0 2rem;
}
.wp-pagenavi span.current {
	color:#2a2f33;
	border-bottom:1px solid #2a2f33;
}
.wp-pagenavi a:hover {
	color:#3d91d3;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #2a2f33;
}

a.previouspostslink {
	width:4rem;
	height: 4rem;
	background:url("../images/ico_prev.svg") no-repeat;
	background-size:4rem;
}
a.nextpostslink {
	width:4rem;
	height: 4rem;
	background:url("../images/ico_next.svg") no-repeat;
	background-size:4rem;
}
a.last, span.pages {
	display:none;
}

/* 投稿ページ */
.postContent {
	width:92.6rem;
	margin:3rem auto auto;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding-bottom:11rem;
}
.postContent .sectionInner {
	padding-top:9rem;
	width:60rem;
	margin:auto auto;
}
.postContent img {
	width:60rem;
	height:auto;
	margin:auto auto 2rem;
}
.postContent p {
	font-size:1.5rem;
	font-weight:300;
	line-height:4.2rem;
	margin-bottom:2rem;
}
.postContent p a {
	color:#3d91d3;
	text-decoration:underline;
}
.postContent p.pdf {
	margin-bottom:; /* 8rem */
}
.postContent p.pdf a, .postContent p a.pdf {
	background:url("../images/ico_pdf_bk.svg") no-repeat center right;
	background-size:1.3rem;
	padding-right:2rem;
}
.otherPosts {
	width:92.6rem;
	height:4rem;
	margin:8.4rem auto auto;
	display:flex;
	justify-content: space-between;
}
.otherPosts a {
	font-family: "Outfit", sans-serif;
	font-size:1.1rem;
	font-weight:400;
	color:#2a2f33;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.otherPosts a img {
	width:4rem;
	height:auto;
	margin:0 2rem;
}
.otherPosts p {
	height:4rem;
	display: flex;
}
p.prev a {
	background:url(../images/ico_prev.svg) no-repeat center left;
	background-size:4rem;
	padding-left:7rem
}
p.next a {
	background:url(../images/ico_next.svg) no-repeat center right;
	background-size:4rem;
	padding-right:7rem
}
/* 沿革 */
.histryContent {
	width: 96rem;
	margin:6.4rem auto 0;
}
.historyFirst {
	width:100%;
	display:flex;
	justify-content: space-between;
	overflow: hidden;
}
.historyFirstHl {
	width:9.2rem;
}
.historyFirst h3 {
	width:2.2rem;
	writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
	font-size:2.2rem;
	font-weight:500;
	display:flex;
	justify-content: center;
    align-items: center;
}
.historyFirst h3 span.fouding{
    font-family: "Outfit", sans-serif;
	font-size:1rem;
	font-weight:400;
	margin-top:1.5rem;
	letter-spacing:0.1rem;
}
.historyFirst h3 span.text-combine {
    font-family: "Noto Serif JP", serif;
	font-size:2.2rem;
	width: 100%;
	display:flex;
	justify-content:center;
	align-items: center;
}
.historyFirst dl {
    width:87.4rem;
	height: 26.6rem;
	position: relative;
	top:0;
	left:0;
	margin-bottom: 1px;
}
.historyFirst dl::after {
    content:'';
	position:absolute;
	top:6.4rem;
	left:0;
	background:#dedede;
	width:0.1rem;
	height:20.3rem;
	display:block;
}
.historyFirst dl::before {
    content:'';
	position:absolute;
	top:6.4rem;
	left:0;
	background:#2a2f33;
	width:0.6rem;
	height:0.6rem;
	display:block;
	border-radius:50%;
	transform: translateX(-40%);
	z-index: 2;
}
	
.historyFirst dl dt {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-size:4.4rem;
	font-weight:300;
	line-height:1;
	margin-top:-0.5rem;
	margin-bottom:3.4rem;
	width:100%;
	position: absolute;
	top:0;
	left:-1rem;
}
.historyFirst dl dd {
	width:100%;
	display:flex;
	justify-content: space-between;
	position: absolute;
	top:0;
	left:0;
	border-bottom:1px solid #dedede;
	
}
.historyFirst dl dd p.month {
    font-family: "Noto Serif JP", serif;
	font-size:2.2rem;
	font-weight:400;
	width:13.5rem;
	padding-top:7rem;
	padding-left:4rem;
	box-sizing: border-box;
}
.historyFirst dl dd p.month::first-letter {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-size:4rem;
	font-weight:300;
}
.historyFirst dl dd figure {
    width:26.6rem;
	height:26.6rem;
	overflow: hidden;
}
.historyFirst dl dd span.occurrence {
    font-size:1.5rem;
	font-weight:300;
	line-height:2.4rem;
	font-feature-settings: "palt";
	width:calc(100% - 40.1rem);
	padding-top:7rem;
	letter-spacing:0.1rem;
}
dl.history {
    width: 100%;
    padding: 0 0;
    margin: auto;
	min-height:11.4rem;
    color: #2a2f33;
    font-family: "Noto Serif JP", serif;
    overflow: hidden;    
	display:flex;
	justify-content: space-between;
	align-items: center;
	position:relative;
}
dl.history.noBorder, dl.history.secondFloor {
	min-height:10.5rem;
}
dl.history::after {
	content:'';
	width:100%;
	height:1px;
	background:#dedede;
	position:absolute;
	bottom:0;
	left:9.1rem;
}
dl.history:last-of-type::after {
    display:none;
}
dl.history.noBorder::after, dl.history.preMore::after {
	display:none;
}
dl.history.preMore.open::after {
	display:block;
	content:'';
	width:100%;
	height:1px;
	background:#dedede;
	position:absolute;
	bottom:0;
	left:9.1rem;
}

dl.history::before {
    content: '';
    position: absolute;
    top: 50%;
	left:9.1rem;
    background: #2a2f33;
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    border-radius: 50%;
    z-index: 2;
	transform: translateX(-40%);
} 
dl.history dt {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-size:3rem;
	font-weight:300;
	width:calc(100% - 87.4rem);
	height:100%;
	display:flex;
	align-items: center;
	position:relative;
}
dl.history dt.disappear {
	visibility: hidden;
}	
dl.history dt::after {
	content:'';
	width:1px;
	height:300%;
	background:#dedede;
	position:absolute;
	top:-100%;
	left:9.1rem;
}
dl.history dt.disappear::after {
	visibility: visible;
}
dl.history dd {
	width:87.4rem;
	box-sizing: border-box;
	display:flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
dl.history.year1985 {
    padding: 3rem 0;
}
dl.history.year1985 dd p.month {
    margin-top:-3.5rem;
}
dl.history.year1985::before {
    top: 35%;
}
dl.history.year1985 dt {
    top: -2.5rem;
}
dl.history.year1985 dt::after {
    content: '';
    width: 1px;
    height: 20rem;
    background: #dedede;
    position: absolute;
    top: -5rem;
    left: 9.1rem;
}
dl.history dd p.month {
	width:13.5rem;
	padding-left:4.6rem;
	box-sizing: border-box;
	font-size:1.2rem;
	font-weight:300;
}
dl.history dd p.month span.monthMonth {
	font-size:1.6rem;
	font-weight:500;
}
dl.history dd p.month span.monthNum {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-size:2.9rem;
	font-weight:300;
}
dl.history dd span.occurrence {
	font-family: 'Noto Sans JP', sans-serif;
    font-size:1.5rem;
	font-weight:300;
	line-height:2.4rem;
	font-feature-settings: "palt";
	width:calc(100% - 13.5rem);
	padding:0 0;
	letter-spacing:0.1rem;
}
dl.history.figSingle figure {
	width:26.6rem;
	height:26.6rem;
	overflow: hidden;
}
dl.history.figSingle dd span.occurrence {
    width: calc(100% - 40.1rem);
}
dl.history.figSingle dt::after {
	content:'';
	width:1px;
	height:30rem;
	background:#dedede;
	position:absolute;
	top:-13.3rem;
	left:9.1rem;
}
dl.history.figDouble figure {
	width:26.6rem;
	height:26.6rem;
	overflow: hidden;
}

dl.history.figDouble dt::after {
	content:'';
	width:1px;
	height:30rem;
	background:#dedede;
	position:absolute;
	top:-13.3rem;
	left:9.1rem;
}
dl.history.figDouble dd p.month {
    width: calc(100% - 53.2rem);
    padding-left: 4.6rem;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-weight: 300;
}
dl.history.figDouble dd p.month span.occurrence {
    width: 28rem;
}

dl.history.halfBorder::after {
    content: '';
    width: 74rem;
    height: 1px;
    background: #dedede;
    position: absolute;
    bottom: 0;
	left:auto;
    right: 0;
}
p.moreTrg {
	width:28.4rem;
	height:7rem;
	border-radius:3.5rem;
	font-family: "Outfit", sans-serif;
	font-size:1.5rem;
	font-weight:400;
	background:#2a2f33;
	cursor: pointer;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	margin-top:3rem;
	transition:var(--tra);
}
p.moreTrg:hover {
    background: #3d91d3;
}
p.moreTrg.open {
	display:none;
}
.moreHistory {
	display:none;
}
.moreHistory.open {
	display:block;
}

/* 製造品目 */
ul.innerLink {
	width: 93.6rem;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
}
ul.innerLink li {
	width:calc(100% / 3);
	margin-bottom:3rem;
}
ul.innerLink.oem  {
	gap:4.4rem;
}
ul.innerLink.oem li  {
	width:auto;
}
ul.innerLink li a {
	font-family: "Noto Serif JP", serif;
	font-size:1.7rem;
	font-weight:500;
	color:#2A2F33;
	position:relative;
	padding-left:1.8rem;
}
ul.innerLink li a::before {
	content:'>';
	transform:rotate(90deg)  scale(0.7,1.4);
	position:absolute;
	top:0.5rem;
	left:0;
	font-size:1.3rem;
}
.productItems {
	width:92.6rem;
	margin:11rem auto;
}
.productItems h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    font-weight: 500;
    color: #2A2F33;
	margin-bottom:5rem;
	padding-top:13rem;
	margin-top:-13rem;
	display: flex;
	align-items:center;
}
.productItems h2 span {
	font-size: 2rem;
	margin-left:2rem;
}	
.productItems h2 span.add {
	font-size:1.5rem;
	margin-left:4rem;
}
.productItems h2 span.add a {
	color: #2684c8;
    text-decoration: underline;
}
.productItems h2 span.add a.pdf {
    background: url(../images/ico_pdf_bk.svg) no-repeat center right;
    background-size: 1.3rem;
    padding-right: 2rem;
}

.productItems > dl.itemInfo {
	width:100%;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:5rem;
	margin-bottom:5rem;
}
.productItems > dl.itemInfo:last-child {
	border-bottom:none;
}
.productItems > dl.itemInfo > dt {
	width:100%;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 500;
	line-height:1;
    color: #2A2F33;
	background:url(../images/ico_plus.svg) no-repeat left bottom;
	background-size:2rem;
	padding-left:4rem;
	box-sizing:border-box;
	cursor:pointer;
}
.productItems > dl.itemInfo > dt span {
	font-size: 1.5rem;
}
.productItems > dl.itemInfo > dt span.add a {
	color: #2684c8;
    text-decoration: underline;
}

.productItems > dl.itemInfo > dt span.add a.pdf {
    background: url(../images/ico_pdf_bk.svg) no-repeat center right;
    background-size: 1.3rem;
    padding-right: 2rem;
}
.productItems > dl.itemInfo > dt.notTrigger {
	background:none;
	cursor:auto;
}


.productItems > dl.itemInfo > dt.open {
	background:url(../images/ico_minus.svg) no-repeat left bottom;
	background-size:2rem;
}
.productItems > dl.itemInfo > dd.toggleCont {
	display: none;
	padding:5rem 0 0 5rem;
	box-sizing:border-box;
	font-size: 1.5rem;
	overflow: hidden;
}
.productItems > dl.itemInfo > dd.toggleCont p.pdf {
	width:28.3rem;
	height:7rem;
	margin-top:4rem;
}
.productItems > dl.itemInfo > dd.toggleCont p.pdf a {
	width:100%;
	height:100%;
	/*
	background:url(../images/ico_pdf.svg) no-repeat center right 3rem #2A2F33;
	background-size:1.3rem;
	*/	
	background:#2A2F33;
	border-radius:3.5rem;
	color:#fff;
	font-size:1.5rem;
	font-weight:400;
	display:flex;
	justify-content:center;
	align-items:center;
	box-sizing: border-box;
    padding-right: 0;/* 1.5rem */
}
.productItems > dl.itemInfo > dd.toggleCont p.pdf a:hover {
	/*
    background:url(../images/ico_pdf.svg) no-repeat center right 3rem #3d91d3;
	background-size:1.3rem;
	*/
	background:#3d91d3;
}


.productItems > dl.itemInfo > dd .tableBox {
	display:flex;
	justify-content:flex-start;
	border-right:1px solid #DEDEDE;
}
.tableBox .tableWrap {
	width:25%;
	height:100%;
	border-left:1px solid #DEDEDE;
}
.tableBox .tableWrap:last-child {
	width:50%;
}
.productItems > dl.itemInfo > dd table {
	border-bottom:1px solid #DEDEDE;
	width:100%;

}
.productItems > dl.itemInfo > dd table th {
	border-top:1px solid #DEDEDE;
	
	background:#F4F4F6;
	font-weight:300;
	text-align:left;
	padding:1.6rem 2rem;
	display:block;
}


.productItems > dl.itemInfo > dd table td {
	border-top:1px solid #DEDEDE;
	
	font-weight:300;
	text-align:left;
	padding:1.5rem 2rem;
	line-height:2.4rem;
	display:block;
}
.productItems > dl.itemInfo > dd table td dl {
	margin-bottom:1rem;
}
.productItems > dl.itemInfo > dd table td dl:last-child {
	margin-bottom:0;
}
.productItems > dl.itemInfo > dd table td dl dt {
	font-weight:700;
	margin-bottom:0.5rem;
	line-height:1;
}
.productItems > dl.itemInfo > dd table td dl dd {
	padding-left:1.5rem;
	line-height:2.4rem;
}

.detailsWrap {
	width:100%;
	height:100%;
	display:flex;
	justify-content:flex-start;
	border-bottom:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	box-sizing:border-box;
}
.detailsWrap .details {
	width:25%;
	border-top:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
}
.detailsWrap .details:nth-child(3) {
	width:50%;
}
.detailsWrap .details h3 {
	background:#F4F4F6;
	font-weight:300;
	text-align:left;
	padding:1.6rem 2rem;
	display:block;
	letter-spacing:1em;
}
.detailBody {
	border-top:1px solid #DEDEDE;	
	font-weight:300;
	text-align:left;
	padding:1.5rem 2rem;
	line-height:2.4rem;
	display:block;
}
.detailBody dl {
	margin-bottom:1rem;
}
.detailBody dl:last-child {
	margin-bottom:0;
}
.detailBody dl dt {
	font-weight:700;
	margin-bottom:0.5rem;
	line-height:1;
}
.detailBody dl dd {
	padding-left:1.5rem;
	line-height:2.4rem;
}

/* 取扱品目 */
dl.handled {
	width:92.6rem;
	margin:auto;
	display:flex;
	justify-content:space-between;
	padding:0 0 5rem  0;
	border-bottom:1px solid #DEDEDE;
	margin-bottom:5rem;
}
dl.handled:last-of-type {
	border-bottom:none;
}
dl.handled dt {
	width:33%;
	font-family: "Noto Serif JP", serif;
	font-size:2rem;
	font-weight:500;
}
dl.handled dd {
	width:67%;
	font-size:1.5rem;
	font-weight:300;
	padding-top:0.5rem;
}
dl.handled dd p {
	font-size:1.5rem;
	line-height:2.8rem;
	margin-bottom:2.8rem;
	text-align:justify;
}
dl.handled dd p:last-child {
	margin-bottom:0;
}
dl.handled dd p.catalog a {
	background:url(../images/ico_catalog.svg) no-repeat center left;
	background-size:1.8rem;
	padding-left:4rem;
	color:#2A2F33;
}

ul.checked {
	width:45rem;
}
ul.checked li {
	font-size:1.5rem;
	line-height:2.8rem;
	font-weight:400;
	position:relative;
	padding-left:2.5rem;
	margin-bottom:2rem;
}
ul.checked li::before {
	content:'';
	width:1.8rem;
	height:1.8rem;
	background:url(../images/bg_checked.webp) no-repeat top left;
	background-size:100%;
	position:absolute;
	top:0.6rem;
	left:0;
	
}







































#back-top {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    z-index: 4;
}
#back-top a {
    display: block;
    height: 40px;
    width: 40px;
    //background: url(../images/common/bg_back.svg) no-repeat;
	background-size:100%;
	transition:all 0.6s ease-out;
}




@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width: 750px) {
  .forPC {
    display: none !important; }

  .forSP {
    display: block !important; }

html {
    font-size: 1.3333333333vw;
	overflow-x: hidden;
	scroll-padding-top: 0;
	scroll-behavior: smooth;	
}	
	
body.home {

}	
.home article {
	width:100%;
	overflow-x: hidden;
}	
	
header {
	height:11rem;	
}	
header .headerBody {
    width: 100%;
	height: 11rem;
}	
header .headerBody.gray {
	background:#f4f5f7;	
}
.home header .headerBody.addBG {
    background: #fff;
}	
.home header .headerBody.addBG h1.logo a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/logo_bk.png) no-repeat;
    background-size: 100%;
    transition: var(--tra);
}	
.home header .headerBody.addBG #menu-open {
    background: #2a2f33;
}	
.home header .headerBody.addBG a#menu-open span {
    background: #ffffff;
}	
	
	
	
	
	
	
	
	
	
	
	
h1.logo {
    width: 36.4rem;
    height: 4.6rem;
    position: absolute;
   top: 3.2rem;
    left: 6rem;
}	
	
.home .mv {
    width: 100%;
    height:110rem;
	/*
    background: url(../images/kv_sp.jpg) no-repeat;
    background-size: cover;
	*/
    position: relative;
}	
	
	
.home .mv::before {
    content: '';
    width: 29.8rem;
    height: 22.3rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/top/bg_left_sp.png) no-repeat;
    background-size: 29.8rem;
    z-index: 2;
}	
.home .mv::after {
    content: '';
    width: 58.4rem;
    height:43.7rem;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/top/bg_right_sp.png);
    background-size: 58.4rem;
    z-index: 2;
}	
.mv p.catch {
    font-size: 5.2rem;
    font-weight: 400;
    color: #fff;
    line-height: 8.3rem;
    width: 44rem;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-45%, -55%);
    animation: appear 3.5s ease forwards;
    animation-delay: 2s;
    opacity: 0;
    visibility: hidden;
}
p.catch span {
    font-size: 1.5rem;
    font-weight: 400;
    display: block;
    margin-top: 1rem;
    text-align: center;
}	
p.logoVanish {
    margin: auto;
    width: 60rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: vanish 2s ease forwards;
}	
.mv p.scroll {
    width: 2.2rem;
    height: 20rem;
    position: absolute;
    top: auto;
    bottom: 7.5rem;
    right: 3rem;
    background: url(../images/scroll.svg) no-repeat;
    background-size: 1.7rem;
}	
#menu-open {
	top: 0;
    right: 0;
    width: 11rem;
    height: 11rem;
    position: absolute;
    background: #2a2f33;
    color: #fff;
    text-align: center;
    padding-top: 7.7rem;
    box-sizing: border-box;
	font-size:1.74rem;
	z-index:21;
	opacity:1;
}
	
.home #menu-open {
    background: #ffffff;
}	
	
a#menu-open span {
	display:block;
	width:4.4rem;
	height:0.2rem;
	background:#ffffff;
}	
	
	
	
	
.home a#menu-open span {
	display:block;
	width:4.4rem;
	height:0.2rem;
	background:#2a2f33;
}
a#menu-open span.menuTxt {
	background:none;
	width:100%;
    text-align: center;	
}	
a#menu-open span:first-child {
	position:absolute;
	top:4rem;
	left:3.3rem;
	transition:all 0.4s ease;
}
a#menu-open span:nth-child(2) {
	position:absolute;
	top:5.4rem;
	left:3.3rem;
	transition:all 0.4s ease;
}
a#menu-open span:nth-child(3) {
	position:absolute;
	top:6.8rem;
	left:3.3rem;
	transition:all 0.4s ease;
}
	
a#menu-open.open span.menuTxt {
	opacity:0;
}	
#menu-open.open {
	position: fixed;
    right: 0;
    top: 0;
	width:11rem;
    height: 11rem;
	background: #2a2f33;
	z-index:-1;/* -1 */
	opacity:0; /* 0 */
}
#menu-open.open span {
	width:4.8rem;
	height:0.2rem;
	background:#fff;
}
#menu-open.open span:first-child {
	position:absolute;
	top: 6rem;
    left: 3.5rem;
	transform:rotate(45deg);
}
#menu-open.open span:nth-child(2) {
	opacity:0;	
}
#menu-open.open span:nth-child(3) {
	position:absolute;
	top: 6rem;
    left: 3.5rem;
	transform:rotate(-45deg);	
}	

	
	
	


/* メニューパネル */
#menu-panel {
	opacity: 0;
	visibility: hidden;
    position: fixed;
    top: 0;
    right: auto;
    right: 0;
    z-index: 20;
    padding: 17rem 10rem 0 10rem;
    width: 100%;
    height: 100%;
    background: #f4f5f7;
    box-sizing: border-box;
    overflow-y: scroll;
	transition:all 0.5s ease;
}	
#menu-panel.open {
	opacity:1;
	visibility: visible;
    z-index: 20;
}	
#menu-panel h1.logo a {
	display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/logo_black.png) no-repeat;
    background-size: 100%;
    transition: var(--tra);
}		
	
.menu-list {
    list-style: none;
}
.menu-list li {
    margin: 0 0 min(3.3vw, 40px);
    opacity: 0;
}
.menu-list a {
    color: #fff;
    text-decoration: none;
    font-size: min(1.3vw, 1.6rem);
	font-weight:700;
	line-height: 1.0;
	position:relative;
}
.menu-list a::after {
    content: '';
    width: min(0.83vw,10px);
    height: 100%;
    background: url(../images/menu_arrow.svg) no-repeat center center;
    background-size: 70%;
    position: absolute;
    top: 0;
    right: -1.5em;
}
.menu-list a.insta::after {
    display:none;
}	
ul.menu {
	/*
	display:none;
	*/
	width:100%;
    margin: auto auto 5rem;
    padding: 0 0;
    height: auto;
	overflow: hidden;
}
ul.menu > li {
	width:58%;
	border-bottom:0.2rem solid #e3e3e3;
}
ul.menu > li:nth-child(even) {
	width:42%;
}
ul.menu > li:nth-child(5), ul.menu > li:nth-child(6) {
	border-bottom:none;
}	
ul.menu > li > a, .home ul.menu > li > a {
    font-size:3rem;
    font-weight:500;	
	color:#2a2f33;
	height:auto;
	padding:6rem 0 6rem 4rem;
	position:relative;
	text-align:left;
}
ul.menu > li > a::before {
    content: '';
    width: 1.3rem;
    height: 3rem;
    border-top: 0.1rem solid #2a2f33;
    position: absolute;
    top: 50%;
    left: 0;
}	
	
ul.menu > li > a > span {
    display:none;
}
	
ul.menu > li.pdf a, ul.menu > li.mail a {	
	position:relative;
	width:100%;
	height:100%;
	background:none;
	padding-left:0;
}
ul.menu > li.pdf a::before, ul.menu > li.mail a::before {
	content:'';
	position:absolute;
	top:5.8rem;
	right:0;
	width:1.2rem;
	height:2.4rem;
	//background:url("../images/common/arrow_menu.svg") no-repeat right center;
	background-size:1.6vw;
	padding-left: 0;
}
ul.menu > li.mail {
    margin-top:3rem;
	width:33rem;
    height:10rem;
    padding: 0 0 0 0;
}	
ul.menu > li.mail a, .home ul.menu > li.mail a {
    width: 100%;
    height: 100%;
    font-size:2.4rem;
    font-weight:700;
    letter-spacing: 0;
	color:#fff;
    background: #2a2f33;
    display: flex;
	justify-content: center;
	align-items: center;
	padding:0 0 0 3rem;
    box-sizing: border-box;
	border-radius: 5rem;
}
ul.menu > li.mail a::before {
    content: '';
    width: 1.3rem;
    height: 3rem;
    border-top: 0.1rem solid #fff;
    position: absolute;
    top: 50%;
    left: 8.3rem;
}	
	
ul.menu > li.current > a {
    border: none;
    color: #123086;
}	
	
	
	
ul.menu > li.pdf a::after {
	content: '';
    width: 4.13rem;
    height: 8vw;
    position: absolute;
    top: 3.9rem;
    left: 19vw;
    background: url(../images/common/ico_pdf.svg) no-repeat center left;
    background-size: 4.13rem;
    padding-left: 3rem;
}		
ul.menu > li.mail a::after {
	content:'';
	width:5.5vw;
	height:4vw;
	position:absolute;
    top: 5.5rem;
	left:23.5vw;
    //background: url(../images/common/ico_contact_blue.svg) no-repeat center left;
    background-size: 3.6rem;
    padding-left: 3rem;
}
#menu-panel figure.toShop {
	width:26rem;
	height:10.4rem;	
}
#menu-panel figure.toShop a {
	display:block;
	width:100%;
	height:100%;
}	
#menu-panel figure.toShop img {
	margin-top:5rem;
	margin-bottom:9rem;
	width:100%;
	height:auto;
}	
	
	
ul.menu > li:first-child > a {
	background:none;
}		
ul.menu > li {
    padding: 0 2vw 0;
	height:auto;
	margin-bottom: 5vw;
}		
	
#menu-close span {
	width:5rem;
	height:0.2rem;
	background:#fff;
	transition:0.4s;
}
#menu-close span:first-child {
	position:absolute;
	top: 6rem;
    left: 3.3rem;
	transition:all 0.4s ease;
}
#menu-close span:nth-child(2) {
	position:absolute;
	top:6.5vw;
	left:4.8vw;
	transition:all 0.4s ease;
}
#menu-close span:nth-child(3) {
	position:absolute;
	top: 6.09rem;
    left: 3.3rem;
	transition:all 0.4s ease;
}	
		
#menu-close.active span:first-child {
	position:absolute;
	top: 5.5rem;
    left: 3rem;
	transform:rotate(45deg);
}
#menu-close.active span:nth-child(2) {
	opacity:0;	
}
#menu-close.active span:nth-child(3) {
	position:absolute;
	top: 5.5rem;
    left: 3rem;
	transform:rotate(-45deg);	
}		
	
.btn-menu {
    position: fixed;
    right: 0;
    top: 0;
    padding: 0 0;
    border: none;
    height: 11rem;
    width: 11rem;
	background: #2a2f33;
	opacity:0;
}
.btn-menu.active {
    z-index: 24;/* 24 */
	opacity:1;
}	
	
.menu-list li {
    margin: 0 0 8vw;
}	
.menu-list a {
    font-size: 3.4vw;
}	
.menu-list a::after {
    content: '';
    width: 1vw;
    height: 100%;
    background: url(../images/common/menu_arrow.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: -1.5em;
}	
ul.menu > li > span.btnAco {
    position: absolute;
    top: 0;
    right: 5vw;
    width: 5vw;
    height: 5.6vw;
    display: block;
    margin-top: 0;
}	
ul.menu > li {
    position:relative;
    padding: 0 0 0;
    margin-bottom: 0;
}	
	
ul.menu > li > span.btnAco {
    position: absolute;
    top: 5.2rem;
    right: 0;
    width: 100%;
    height: 2.6rem;
    display: block;
    margin-top: 0;
}	
ul.menu > li > span.btnAco::after {
	content: '+';
    position: absolute;
    top: 0;
    right: 3.5vw;
    width: 0;
    height: 100%;
    color: #123086;
    display: flex;
    align-items: center;
    font-size: 7vw;
    font-weight: 100;
}	
ul.menu > li > span.btnAco.open::after {
	content:'-';
    top: -1rem;
    right: -2.2rem;
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    font-size: 8vw;
	transform:scale(1.4,1.0)
}	
	
	
ul.subMenu, ul.subMenu.solution {
    position: static;
	display:none;
    background: none;
    width: 90%;
	margin-top:-5rem;
	margin-left:3vw;
	margin-bottom: 0;
    box-sizing: border-box;
    padding: 0.5em;
}	

ul.subMenu li {
    margin-bottom: 0;
    border:none;
    padding: 0 0;
}	
ul.subMenu li a {
	display:block;
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: 400;
    color: #123086;
    padding:2rem 0;
	width:100%;
}			

footer {
    padding-top:0;
	padding-bottom:0;
	background: #fff;
}	
.footerBody {
    width: 62rem;
    margin: auto;
    display: block;
}	
.footMenu {
    width: 100%;
    margin: auto;
    display: block;
	box-sizing: border-box;
	padding: 0 0 0 0;	
}	
.footMenu > ul {
    margin-top: 0;
    width: 100%;
	margin-bottom:8rem;
}	
.footMenu > ul > li {
	position: relative;
    padding: 0 0 0;
    margin-bottom: 0;
    display:block;
    float: none;
    margin-right: 0;
	border-bottom: 1px solid #dcdcdc;
}	
.footMenu > ul.secondUl {
    width: 100%;
}	
.footMenu > ul > li > a {
	font-size: 3rem;
    color: #2a2f33;
    height: auto;
    padding: 6vw 0;
    background:none;
    background-size: 1.6vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.4s ease;
	display: block;
}	
.footMenu > ul > li:first-child > a {
    background: none;	
}	
.footMenu > ul > li > span.btnAco {
	z-index:1;
	position: absolute;
    top: 5.2rem;
    right: 0;
    width: 2.6rem;
    height: 2.6rem;
    display: block;
    margin-top: 0;
}	
.footMenu > ul > li > span.btnAco::after {
	content: '+';
    position: absolute;
    top: 0;
    right: 3.5vw;
    width: 0;
    height: 100%;
    color: #123086;
    display: flex;
    align-items: center;
    font-size: 7vw;
    font-weight: 100;
}
.footMenu > ul > li > span.btnAco.open::after {
    content: '-';
    top: -1rem;
    right: -2.2rem;
    width: 5vw;
    height: 5vw;
    display: flex;
    align-items: center;
    font-size: 8vw;
    transform: scale(1.4,1.0);
}	
	
	
	
.footMenu ul.subMenu {
    display: none;
    position: static;
    background: none;
    padding: 0 0 0 0;
    margin-top: -2rem;
}	
.footMenu ul.subMenu li a {
    display: block;
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: 400;
    color: #123086;
    padding: 2rem 0;
    width: 100%;
}	
.footMenu ul.secondUl li.pdf {
margin-bottom: 0;	
}	

.footMenu ul.secondUl li.pdf a {
    background: url(../images/common/arrow_menu.svg) no-repeat right center;
    background-size: 1.6vw;
    padding-left: 0;
    position: relative;
}	
.footMenu ul.secondUl li.pdf a::after {
	content: '';
    width: 5.5vw;
    height: 8vw;
    position: absolute;
    top: 4.5vw;
    left: 18vw;
    background: url(../images/common/ico_pdf.svg) no-repeat center left;
    background-size: 7vw;
    padding-left: 3rem;
}	
.footMenu ul.secondUl li.mail a {
    background: url(../images/common/arrow_menu.svg) no-repeat right center;
    background-size: 1.6vw;
    padding-left: 0;
    position: relative;
	letter-spacing: 0;
}
	
.footMenu ul.secondUl li.mail a::after {
    content: '';
    width: 5.5vw;
    height: 4vw;
    position: absolute;
    top: 6.7vw;
    left: 24vw;
    background: url(../images/common/ico_mail.svg) no-repeat center left;
    background-size: 5.5vw;
    padding-left: 3rem;
}	
.footMenu ul.secondUl li.toShop img {
    width: 26rem;
    height: 10.4rem;
}	
.footMenu > ul > li.toShop > a	{
    background: none;
}	
.footMenu ul.secondUl li.toShop {
	margin-top: 0;
	border-bottom:none;
}	
.footMenu ul.secondUl li {
    width: 100%;
    margin-bottom: 0;
}	
.footConp {
    width: 100%;
}	
.footConp h3 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 51.4rem;
    height: 4.09rem;
    background: url(../images/common/logo_sp.png) no-repeat;
    background-size: 100%;
	margin:3rem auto 13rem;
}	
p.rights {
    margin-top: 0;
    width: 100%;
    height: 19rem;
    line-height: 1.5;
    text-align: left;
    font-size: 1.8rem;
    color: #000;
    justify-content: flex-start;
    letter-spacing: normal;
	background:#f7f7f7;
	padding-left:7.4rem;
	box-sizing: border-box;
	font-weight:300;
}
p.toContact {
    width: 100%;
    height: 100%;
    position: static;
}	
#back-top {
    position: fixed;
    bottom: 12rem;
    right: 2rem;
    z-index: 4;
}
#back-top a {
    height: 8vw;
    width: 8vw;
}	

section.top2 p.lead {
    font-weight: 300;
    font-size: 2.8rem;
    margin: auto;
    line-height: 6.5rem;
    letter-spacing: 0.2rem;
    color: #fff;
}
p.toOtherPage {
    width: 22rem;
    height: 4rem;
    margin: 5rem 0 0 9rem;
}	
section.top2 p.toOtherPage {
	width:100%;
	padding-left: 9rem;
	box-sizing:border-box;
	margin-left:0;
}	
	
	
p.toOtherPage a {
    font-weight: 400;
    font-size: 2.4rem;
    color: #fff;
    background: url(../images/bg_to_other.svg) no-repeat;
    background-size: 8rem;
    padding-left: 10rem;
    display: flex;
    height: 8rem;
    align-items: center;
    letter-spacing: 0.5rem;
}
section.top2 {
    width: 100%;
    background: url(../images/bg_top2_sp.webp) no-repeat;
    background-size: 100%;
    padding-top: 24rem;
    padding-bottom: 36.6rem;

}	
section.top2 .contentBody {
    visibility: visible;
    opacity: 1;
	transform: translateY(0);
}
	
section .contentBody {
    transition: all 2s ease;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}	
section.top3 {
    width: 100%;
    background: url(../images/bg_top3_sp.webp) no-repeat center bottom;
    background-size: cover;
    padding-top: 20rem;
	padding-bottom:20rem;
}
section.top3 .linkBox {
    width: 100%;
    margin: auto;
    display: block;
}	
section.top3 .linkBox .links {
    width: 63rem;
    display: block;
	margin:auto auto 21rem;
}
section.top3 .linkBox .links:nth-of-type(2) {
	margin:auto auto 0;
}
.linksInner {
    display: block;
}	
section.top3 .linkBox .links h2 {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 4.5rem;
    color: #fff;
    letter-spacing: 0.1rem;
	margin-bottom:6.5rem;
}	
section.top3 .linkBox .links h2 span {
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    display: block;
    margin-top: 0.2rem;
}	
section.top3 .linkBox .links ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;

}
section.top3 .linkBox .links ul li {
    margin-bottom: 6.5rem;
    width: 50%;
}	
section.top3 .linkBox .links ul li a {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    padding-left: 4rem;
    display: block;
}	
section.top3 .linkBox .links ul li a::before {
    content: '';
    width: 1.3rem;
    height: 3rem;
    border-top: 0.1rem solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
}	
section.top3 p.toOtherPage {
    width: 100%;
    height: 8rem;
    margin: 3rem 0 0;
}	
section.top3 p.toOtherPage a, section.top4 p.toOtherPage a {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    color: #fff;
    background: url(../images/bg_to_other.svg) no-repeat;
    background-size: 8rem;
    padding-left: 12rem;
    display: flex;
    height: 8rem;
    align-items: center;
    letter-spacing: 0.1rem;
    margin-left: 0;
}	
section.top4 {
    width: 100%;
    background: #2a2f33;
    padding: 21rem 0;
}	
section.top4 .sectionInner {
    width: 55rem;
    margin: auto;
}	
section.top4 .newsHead {
    width: 100%;
    display: block;
    margin-bottom: 6rem;
}	
section.top4 h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 4.5rem;
    color: #fff;
    letter-spacing: 0.1rem;
    width: 100%;
    margin-top:0;
	margin-bottom:5.6rem;	
}	
section.top4 h2 span {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    display: block;
    margin-top: 0.2rem;
}
section.top4 .emergency {
    width: 100%;
    color: #fff;
	margin-bottom:8rem;
}
section.top4 .emergency h3 {
    font-weight: 400;
    font-size: 2.4rem;
    margin-bottom: 5rem;
}	
section.top4 .emergency h3 a {
    font-weight: 400;
    font-size: 2.4rem;
    color: #fff;
}	
section.top4 .emergency p {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.4rem;
}	
section.top4 .emergency p {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.4rem;
	margin-bottom:2rem;
}	
section.top4 .emergency p.pdf a {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3.4rem;
    color: #49abe8;
    background: url(../images/ico_pdf.svg) no-repeat left center;
    background-size: 2.3rem;
    padding-left: 3rem;
}
	
	
section.top4 ul.newsList {
    width: 100%;
    margin: auto 0;
    display: block;
}	
section.top4 ul.newsList li {
    width: 100%;
    color: #fff;
    display: block;
    margin-bottom: 0;
    position: relative;
	padding:5rem 0 5rem;
    box-sizing: border-box;
	border-bottom:0.2rem solid rgba(255,255,255,0.1);
}
section.top4 ul.newsList li:nth-of-type(4) {
	border-bottom:none;
}	
section.top4 ul.newsList li span.date {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-size: 2rem;
    margin-right: 2.5rem;
	width:100%;
	display:block;
	position:relative;
	padding-left:4.8rem;
	margin-bottom:0.8rem;
}
section.top4 ul.newsList li span.date::before {
    content: '';
    width: 1.3rem;
    height: 3rem;
    border-top: 0.1rem solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
}	
section.top4 ul.newsList li a {
    font-weight: 400;
    font-size: 2.4rem;
    color: #fff;
	width:100%;
	padding-left:4.8rem;
}	
section.top4 ul.newsList li::before {
    display:none;
}	
section.top4 p.toOtherPage {
    width: 100%;
    height: 8rem;
    margin: 6rem 0 0;
}	
section.top5 {
    padding-top: 7rem;
}	
section.top5 .sectionInner {
    width: 62rem;
    margin: auto;
}	
section.top5 .bnr {
    width: 100%;
    height: 40.3rem;
    margin-bottom: 4.5rem;
}	
section.top5 .bnr a h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size:4.5rem;
    color: #2a2f33;
    letter-spacing: 0.1rem;
    width: 100%;
    position: absolute;
    top: 10.3rem;
    left: 7rem;
    z-index: 2;	
}
section.top5 .bnr a h2 span {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    display: block;
    margin-top: 0.2rem;
}	
section.top5 .bnr p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #2a2f33;
    width: 30.8rem;
    height: 8.6rem;
    border-radius: 15.4rem;
    background: url(../images/ico_arrow.svg) no-repeat left 6rem center #fff;
    background-size: 2.3rem;
    position: absolute;
    top: 21.4rem;
    left: 7rem;
    box-shadow: 0 0 0.4rem rgba(0,0,0,0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-left: 2rem;
    box-sizing: border-box;
}	
.footComp {
    width: 100%;
    color: #2a2f33;
	padding:0 3rem;
}
.footComp h3 {
    width: 56rem;
    height: 7.2rem;
    padding-top: 0;
    box-sizing: border-box;
    margin-bottom: 4.7rem;
}
p.footCatch a {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 2.8rem;
    color: #2a2f33;
}	
p.footCatch {
    position: static;
	width:100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 2.8rem;
    color: #2a2f33;
	margin-bottom:8rem;
}	
.footCont {
    width: 100%;
    display:block;
}	
.footCont p.address {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.12rem;
    color: #2a2f33;
    margin-right: 0;
	margin-bottom:12rem;
    position: relative;
	padding:0 3rem;
	box-sizing: border-box;
}
.footCont p.address::after {
    display:none;
}
	
.footMenu > ul > li {
    position: relative;
    padding: 0 0 0 10rem;
    margin-bottom: 0;
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #dcdcdc;
	width:50%;
}
/*
.footMenu > ul > li:nth-child(5) {
    border-bottom: none;
}	
*/
.footMenu > ul > li::before {
    content: '';
    width: 1.3rem;
    height: 3rem;
    border-top: 0.1rem solid #2a2f33;
    position: absolute;
    top: 50%;
    left: 6rem;
}	
	
.footerBottom {
    width: 100%;
    background: #fff;
    height: auto;
    box-sizing: border-box;
    position: relative;
}	
p.toContact {
    width: 100%;
    height: 15.4rem;
    position: static;
}	
p.toContact a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/ico_yokobou.svg) no-repeat left 32% center #3d91d3;
    background-size: 4.4rem;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    color: #fff;
    padding-left: 2rem;
    box-sizing: border-box;
    transition: all 0.4s ease;
}	
	
/* 下層 */
.breadcrumb {
    display:none;
}
.pageTtl {
	width:100%;
	height:32rem;
	margin:11rem auto auto;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	padding-left:9.6rem;
	box-sizing: border-box;
}
.pageTtl h1 {
	width: 55rem;
	font-family: "Noto Serif JP", serif;
	font-size:4.5rem;
	font-weight:500;
	color:#2a2f33;
	line-height:1.4;
}
.pageTtl h1.seizouhinmoku {
	width: 25rem;	
}
.pageTtl h1 span {
	font-family: "Outfit", sans-serif;
    font-size: 1.8rem;
	font-weight:400;
	display:block;
}
.pageTtl p {
    width: 28.3rem;
    height: 7rem;
	margin-left:0;
	margin-top:-2vw;
}
.pageTtl p a {
    width: 100%;
    height: 100%;
    background: #2A2F33;
    border-radius: 3.5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-right: 1.5rem;
}	
	

main {
	width:100%;
	margin:auto;
	overflow: hidden;
}

.catLink {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.catLink li {
	width:50%;
	height:32.2rem;
}
.catLink li:nth-of-type(7) {
	width:100%;
	height:32.2rem;
}
.catLink li a {
	width:100%;
	height:100%;
	position: relative;
	display:block;
}
.catLink li a figure {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
}
.catLink li a figure img {
	width:100%;
	height:auto;
	transition: var(--tra);
}
.catLink li a:hover figure img {
	transform:scale(1.1,1.1);
}
p.contentTtl {
	font-family: "Noto Serif JP", serif;
	font-size:3.2rem;
	font-weight:500;
	color:#fff;
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	height:7.4rem;
	text-align:center;
	transform: translateY(-55%);
	display:flex;
	justify-content: center;
	align-items: center;
}
p.viewMore {
    width: 10.8rem;
    height: 3rem;
    position: absolute;
	top:26rem;
	left:2.7rem;
	font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: #fff;
    background: url(../images/bg_to_other.svg) no-repeat;
    background-size: 3rem;
    padding-left: 4.8rem;
    display: flex;
    align-items: center;
}
	
dl.outline {
    width: 55rem;
    padding: 5.2rem 0;
    margin: auto;
    color: #2a2f33;
    font-family: "Noto Serif JP", serif;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}	
dl.outline dt {
    width: 100%;
    margin: auto;
    font-size: 2.8rem;
    line-height: 1;
    float: none;
	margin-bottom:3rem;
}	
dl.outline dd {
    width: 100%;
    margin: auto;
    font-size: 2.4rem;
    line-height: 4.6rem;
    float: none;
}	
dl.outline dd a {
    font-size: 2.4rem;
}	
	
.greeting {
	width:55rem;
	margin:0 auto auto;
	padding-bottom:10rem;
}
.greeting p {
    font-family: "Noto Serif JP", serif;
	font-size:2.4rem;
	font-weight:500;
	line-height:6.4rem;
}
.greeting p.president {
	margin-top:7rem;
}
.greeting p.president span {
	font-size:3.2rem;
}
.greeting figure.syaze {
	width:35rem;
	margin:15rem auto auto;
}	
	
section.philosophy {
	width:100%;
	position: relative;
	margin-top:8.8rem;
	padding-bottom: 77rem;
}
section.philosophy::after {
	content:'';	
	width:100%;
	height:60rem;
	background:url("../images/profile/bg_phi01sp.webp") no-repeat top left;
	background-size:100%;
	position:absolute;
	top:auto;
	bottom:0;
	left: 0;
}
section.philosophy .sectionInner {
	width:56rem;
	margin:auto;
}
.sectionHead {
	margin: 0 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom:5rem;
}

section.philosophy h2 {
	width:3.5rem;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
	font-size:3.5rem;
	font-weight:500;
}
section.philosophy h2 span {
    font-family: "Outfit", sans-serif;
	font-size:1.6rem;
	font-weight:400;
	margin-top:3.4rem
}
.sectionHead p.catch {
	width:43rem;
    font-family: "Noto Serif JP", serif;
	font-size:3rem;
	font-weight:500;
	line-height:6.5rem;
	margin-top: -1.5rem;
	color: #2a2f33;
	padding-bottom:4rem;
}

section.philosophy p.lead {
	font-size:2.4rem;
	font-weight:300;
	line-height:6.4rem;
	width:43rem;
	margin-left:13.5rem;
}
section.philosophy p.date {
	font-size:2.4rem;
	font-weight:300;
	line-height:3.4em;
	width:34rem;
	margin-left:13.5rem;
	margin-top:4rem;
}

section.policy {
	width:100%;
	position: relative;
	margin-top:0;
	padding-bottom:70rem;
}
section.policy::after {
	content:'';	
	width:100%;
	height:60rem;
	background:url("../images/profile/bg_phi02sp.webp") no-repeat top left;
	background-size:100%;
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
	padding-bottom:0;
}
section.policy .sectionInner {
	width:56rem;
	margin:auto;
	padding-top: 17rem;
}
section.policy .sectionHead {
	margin:0 0 8rem 0;
	width:100%;
	display:flex;
	justify-content: space-between;
	transform: translateX(0);
}
section.policy h2 {
	width:3.5rem;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
	font-size:3.5rem;
	font-weight:500;
}
section.policy h2 span {
    font-family: "Outfit", sans-serif;
	font-size:1.6rem;
	font-weight:400;
	margin-top:3.4rem
}

section.policy ol {
	font-size:2.4rem;
	font-weight:300;
	line-height:4.6rem;
	width:43rem;
	margin:auto auto 8rem auto;
	transform: translateX(0);
	box-sizing: border-box;
	margin-left: 15rem 
}
section.policy ol li {
	list-style-position: outside;
	padding-left: 1rem;
	margin-bottom:1.8rem;
}
	
section.base {
	width:100%;
	background:#f4f4f6;
	padding-top:4rem;
	padding-bottom:17rem;
}
section.base .sectionInner {
	width:100%;
	height:76.4rem;
	margin:auto;
	background:url("../images/profile/japan_sp.png") no-repeat top 5rem left 5.5rem;
	background-size:62.6rem;
	position: relative;
}
.offices {
	position:absolute;
}
.offices figure {
	border:2px solid #fff;
}
ul.officeIntro li a {
	font-family: "Noto Serif JP", serif;
	font-size:2.4rem;
	font-weight:500;
	color:#2a2f33;
	background:url("../images/ico_office.svg") no-repeat center left;
	background-size:2.4rem;
	padding-left:3.2rem;
	transition: var(--tra);
}
ul.officeIntro li a:hover {
	color:#3d91d3;	
}	
.office01 {
	top: 59.5rem;
    left: 45rem;
    width: 20rem;
    height: 15.2rem;
}
.office01 figure {
	width:9.4rem;
	margin:0 0 2rem 2rem;
}
.office02 {
	top: 66.5rem;
    left: 28rem;
    width: 16.8rem;
    height: 15.2rem;
}
.office02 figure {
	width:9.4rem;
	margin:0 auto 1rem;
}
.office03 {
	top:24.2rem;
	left:33rem;
	width:19rem;
	height:15.3rem;
}
.office03 figure {
	width:9.4rem;
	margin:0 0 1rem;
}
.office03 ul {
	margin-left:0.5rem;
}
.office04 {
	top:8.5rem;
	left:6.2rem;
	width:35rem;
	height:7.7rem;
	display: block;
}
.office04 figure {
	width:18.6rem;
	margin:0 0 0;
	background:#fff;
	display:flex;
	justify-content: flex-start;
}
.office04 figure img.hk01 {
	width:10rem;
	height:7.3rem;
	margin-right:0.2rem;
}
.office04 figure img.hk02 {
	width:8.1rem;
	height:7.3rem;
}
.office04 ul li {
    display: inline-block;
	margin-right:2rem;
}
.office05 {
	top: 43.5rem;
    right: 8.2rem;
    width: 18.6rem;
    height: 12rem;
    text-align: end;
}
.office05 figure {
	width:18.6rem;
	margin:0 0 0.5rem;
}
.office06 {
	top: 47.5rem;
    left: 8rem;
    width: 18.6rem;
    height: 12rem;
    text-align: left;
}
.office06 figure {
	width:18.6rem;
	margin:0 auto 1rem;
}
section.baseTxt {
	width:100%;
}
dl.baseBasic {
	width:55rem;
	margin:auto;
	display:block;
	padding:5.2rem 0;
	border-bottom:1px solid #dedede;
}
dl.baseBasic dt {
	width: 100%;
    font-family: "Noto Serif JP", serif;
    font-size: 2.7rem;
    font-weight: 500;
    padding: 4rem 0 6rem;
}
dl.baseBasic dd.baseAddress {
	width: 100%;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 4.6rem;
}
dl.baseBasic dd.baseAddress span.floor {
	display:block;
	margin:2.5rem 0 0;
}
dl.baseBasic dd.baseAddress span.floor:nth-of-type(1) {
	display:block;
	margin:4rem 0 0;
}
	
	
	
dl.baseBasic dd.baseAddress span.kari {
	color:#3d91d3;
	font-weight:500;
}
dl.baseBasic dd.baseAddress a {
	color:#2a2f33;
}
dl.baseBasic dd.baseAddress a.toOtherPage {
	color:#3d91d3;
}
dl.baseBasic dd.baseAddress a.email {
	color:#3d91d3;
	text-decoration:underline;
}
dl.baseBasic dd.detailTrg {
	width:100%;
}
dl.baseBasic dd.detailTrg {
	font-size: 2.4rem;
    font-weight: 300;
    color: #3d91d3;
    background: url(../images/ico_open.svg) no-repeat center left;
    background-size: 2.2rem;
    height: 2.4rem;
    margin: 8rem 0 9rem;
    padding-left: 3.2rem;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
dl.baseBasic dd.detailTrg.open {
	background:url("../images/ico_close.svg") no-repeat center left;
	background-size:2.2rem;
}
.accessDetail {
	display:none;
	width:100%;
	position:relative;
	padding-bottom:12rem;
}
.accessDetail::after {
	content:'';
	width:56rem;
	border-top:1px solid #dedede;
	position:absolute;
	bottom:0;
	left:9.5rem;
}
section.baseTxt .accessDetail:last-of-type::after {
	display:none;
}

.accessDetail .gmap {
	width:100%;
	height:48rem;
	margin-bottom:8.5rem;
}
.accessDetail .gmap iframe {
	width:100%;
	height:48rem;
}
.accessDetail .textBox {
	width:56rem;
	margin:auto;
	display: block;
}
.viaTrn {
	width:100%;
	padding-right:2rem;
	box-sizing: border-box;
	margin-bottom: 7rem;
}
.viaCar {
	width:100%;
	box-sizing: border-box;
}
.textBox h4 {
	font-size:2.4rem;
	font-weight:500;
	color:#3d91d3;
	margin-bottom:1.4rem;
}
.textBox .viaCar h4:nth-of-type(2) {
	margin-top:2.5rem;
}
.textBox h5 {
	font-size:2.4rem;
	font-weight:700;
	margin-bottom:1rem;
	margin-top:2.5rem;
}
.textBox h5:nth-of-type(1) {
	margin-top:1rem;
}
.textBox h6 {
	font-size:2.4rem;
	font-weight:700;
	margin-bottom:1rem;
	margin-left:1rem;
}
.textBox p {
	font-size:2.4rem;
	font-weight:300;
	line-height:4.6rem;
}
.textBox p.indent {
	margin-left: 2.4rem;
	margin-bottom: 1.5rem;
}
.textBox ul {
	font-size:2.4rem;
	font-weight:300;
	line-height:4.6rem;
	margin-left:5rem;
	list-style-type: disc;
}
	
section.organization {
	width:100%;

}		
section.organization figure {
	overflow-x: scroll;
	padding:0;
	margin:7.8rem 0 auto 10rem;
	height: 146.6rem;
    overflow-y: hidden;
	transform: rotateX(180deg);
}	
::-webkit-scrollbar {
	display:none;	
}
	
			
section.organization figure img {
	width:160rem;
	height:auto;
	transform: rotateX(180deg) translateX(-9rem);
}		
section.organization .textBox {
	width:55rem;
	margin:auto;

}	
section.organization .textBox p.excuse {
	font-size:2.4rem;
	font-weight:300;
	margin-bottom:0;
}		
section.organization .textBox p.date {
	font-size:2.2rem;
	font-weight:300;
	margin-top:0;
	margin-bottom:4rem;
}	
.scroll {
  overflow: auto;
}
	
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 0.6rem !important;
}	
.simplebar-track.simplebar-horizontal {
  height: 0.6rem;
  background: #cccccc !important;
  border-radius: 0.3rem !important;
  width: 55rem;
  margin: 0 0 0 0;
}
.simplebar-scrollbar {
  height: 0.6rem !important;
  background: #2a2f33 !important;
  border-radius: 0.3rem !important;
  top: 0;
}	
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0 !important;
    height: 0.6rem !important;
    min-height: 0;
    min-width: 10px;
    width: auto;
	border-radius: 0.3rem !important;
}	
	
section.environment {
	width:55rem;
	margin: auto;
}
section.environment .sectionHead {
	width:100%;
	margin:0 auto 1rem;
	padding-right:0;
	box-sizing: border-box;
	display:block;
	padding-bottom:13rem;
	border-bottom:0.2rem solid #dedede;
}
section.environment .sectionHead p.catch {
    font-family: "Noto Serif JP", serif;
	font-size:2.4rem;
	font-weight:500;
	line-height:6.4rem;
	margin-top:0;
	width:100%;
	margin-bottom:2rem;
}
section.environment .sectionHead figure.ninsho {
    width:24rem;
	margin:auto;
}
.ecoCamp {
	width:100%;
}
dl.ecoCampDL {
	width:100%;
	display:block;
	padding:12rem 0;
	border-bottom:1px solid #dedede;
}
.ecoCamp dl.ecoCampDL:last-child {
	border-bottom:none;
	padding-bottom:0;
}
dl.ecoCampDL > dt {
	width:100%;
    font-family: "Noto Serif JP", serif;
	font-size:2.8rem;
	font-weight:500;
	margin-bottom:7rem;
	padding-left:1.8rem;
}
dl.ecoCampDL > dd {
	width:100%;
	font-size:2.4rem;
	font-weight:300;
	line-height:4.6rem;
	font-feature-settings: "palt";
}
dl.ecoCampDL > dd ol {
	list-style-position: outside;
	margin-left:2rem;
}
dl.ecoCampDL > dd ol li {
	line-height:4.6rem;
	margin-bottom:9rem;
	padding-left:2rem;
}
dl.ecoCampDL > dd ol li:last-child {
	margin-bottom:0;
}
dl.ecoCampDL > dd p.attention {
	margin-top:2rem;
	font-size:1.8rem;
	font-weight:300;
	display:flex;
	justify-content: flex-end;
}
dl.ecoCampDL > dd p.report {
	margin-bottom:2.5rem;
}	
dl.inner {
	width:100%;
	margin-bottom:0.5rem;
	display:flex;
	justify-content: space-between;
	line-height:4.6rem;
}
dl.inner > dt {
	width:20.8rem;
}
dl.inner > dd {
	width:calc(100% - 20.8rem);
}
span.pdf {
	display: inline-block;
	margin-left:1.8rem;
}
span.pdf a {
	color:#3d91d3;
	text-decoration:underline;
	background:url("../images/ico_pdf_bk.svg") no-repeat center right;
	background-size:1.3rem;
	padding-right:2.2rem;
}
figure.eco001 {
	width:100%;
	margin:15rem auto auto;
	
	display:none;
}	
section.recruitInfo {
	width:100%;
	padding-top:0;
}
dl.recruitDL {
	width:55rem;
	margin:auto;
	padding:10rem 0;
	border-top:none;
	border-bottom:0.2rem solid #dedede;
	display:block;
}
dl.recruitDL.rest {
	width:55rem;
	padding:10rem 0 7rem;
}
section.recruitInfo dl.recruitDL:nth-child(2) {
	padding:0 0 10rem;
}
section.recruitInfo dl.recruitDL:last-of-type {
	border-bottom:none;
}	
dl.recruitDL dt {
	width:100%;
    font-family: "Noto Serif JP", serif;
	font-size:3.3rem;
	font-weight:500;
	margin-bottom:4rem;
}
dl.recruitDL dt span {
	font-size:2rem;
	font-weight:300;
}	
dl.recruitDL dd {
	font-size:2.4rem;
	font-weight:300;
	line-height:3.8rem;
}
dl.recruitDL dd a {
	color:#2684c8;
	text-decoration:underline;
}
dl.recruitDL dd.info {
	width:100%;
	margin-bottom:5rem;
	position:relative;
	padding-left:15rem;
	box-sizing: border-box;
}
dl.recruitDL dd.info::before {
	content:'採用情報';
	font-size:2rem;
	font-weight:300;
	position:absolute;
	top:0;
	left:0;
	width:15rem;
	padding-left:2.8rem;
	box-sizing: border-box;
}
dl.recruitDL.rest dd.info {
	padding-left:0;
	text-align:center;
}
dl.recruitDL.rest dd.info::before {
	display:none;
	padding-left: 15rem;
}	
dl.recruitDL dd.contact {
	width:100%;
	position:relative;
	padding-left:15rem;
}
dl.recruitDL dd.contact::before {
	content:'連絡先';
	font-size:2rem;
	font-weight:300;
	position:absolute;
	top:0;
	left:0;
	width:15rem;
	padding-left:2.8rem;
	box-sizing: border-box;
}
dl.recruitDL.rest dd.contact {
	display:none;
}	
dl.recruitDL.headLine {
	margin:auto;
	padding:3.4rem 0;
	border-top:none;
}
dl.recruitDL.headLine dt {
    font-family: 'Noto Sans JP', sans-serif;
	font-size:1.4rem;
	font-weight:300;
}
dl.recruitDL.headLine dd.info, dl.recruitDL.headLine dd.contact {
	font-size:1.4rem;
	font-weight:300;
}
	
	
/* フォーム */
section.contactBody {
	width:55rem;
	font-size:2.3rem;
	font-weight:300;
	line-height:6.4rem;	
	margin:auto;
}
section.contactBody p.lead {	
	margin:auto;
	padding-bottom:10rem;
	margin-bottom:9rem;
	border-bottom:1px solid #dedede;
}

.formBody {
	width:100%;
	margin:auto;
}
.radioBox {
	width:100%;
	margin-bottom:5rem;
}
.formBody dl {
	width:100%;
	padding:2.2rem 0 0;
	margin:auto;
}
.formBody dl dt {
	font-size:1.6rem;
	font-weight:700;
	color:#333333;
	letter-spacing: 0.02rem;
	width:100%;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.formBody dl dd {
	font-size:1.6rem;
	font-weight:700;
	color:#333333;
	letter-spacing: 0.02rem;
	width:100%;
}
.formBody span.hissu {
    margin-left: 0.6rem;
	margin-top: 0.2em;
}

.radio-001 {
    border: none;
}
.wpcf7-form-control-wrap {
	width:100%;
}
.wpcf7-form-control {
	width:100%;
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.wpcf7-list-item {
	width:60%;
	margin-bottom: 2.8rem;
}
.wpcf7-form-control .wpcf7-list-item:nth-child(even) {
	width:40%;
}	
	
.radio-001 label {
    display: flex;
    align-items: center;
    gap: 1.9rem 1rem;
    position: relative;
    cursor: pointer;
	font-family: "Noto Serif JP", serif;
	font-size: 2.7rem;
	font-weight:500;
}

.radio-001 label::before, .radio-001 label:has(:checked)::after {
    border-radius: 50%;
    content: '';
	margin-top: 0.1rem;
}
.radio-001 label::before {
    width: 2.3rem;
    height: 2.3rem;
    background-color: transparent;
    border: 0.1rem solid #cccccc;
    box-sizing: border-box;
	margin-top: 0.2rem;
}

.radio-001 label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 1.1rem;
    transform: translate(-50%, -50%);
    width: 1.5rem;
    height: 1.5rem;
    background-color: #3d91d3;
    animation: anim-radio-001 .3s linear;
	margin-top: 0.1rem;
}
.radio-001 label:has(:checked)::before {
    border: 0.1rem solid #3d91d3;
}


@keyframes anim-radio-001 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #12308633;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio-001 input {
    display: none;
}
@-moz-document url-prefix(){
.radio-001 input {
    display: block;
}
}

span.seimei {
	display:block;
}
.formBody dl dd.seimei, .formBody dl dd.seimei p {
    display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 53.5rem;
}

.halfBox {
	display:flex;
	justify-content: space-between;
	width: 100%;
}
.half {
    width:25.4rem;
}
.formBody dl dt {
    font-size:2.4rem;
	font-weight:300;
	margin-bottom: 0;
}
.formBody dl dd.seimei label {
    width:25.4rem;
	display: block;
}
.formBody dl dd.seimei label.full {
    width:100%;
	margin-top:3rem;
}
.formBody input[type="text"], .formBody input[type="tel"], .formBody input[type="email"], .formBody select {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
    padding: 1.2rem 1.5rem;
    box-sizing: border-box;
    outline: none;
	border:none;
    background: #f4f4f6;
	border-radius:0.6rem;
	width: 100%;
}
.formBody input[type="text"], .formBody select.pref {
	width:100%;
}
.formBody input.long[type="text"] {
    width: 100%;
}
.formBody select.pref {
    font-size: 1.4rem;
	padding: 0.96rem;
}
.formBody .seimei input[type="text"], .formBody select {
	margin-top:0.4rem;
}
.formBody p.attention {
	font-size:1.3rem;
	font-weight:400;
	color:#808080;
	margin-top:0.5rem;
}
.formBody textarea  {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
    border: none;
    padding: 1rem;
    box-sizing: border-box;
    outline: none;
    background: #f4f4f6;
	width:55rem;
	height:37.7rem;
	border-radius:0.6rem;
    font-size: 2.4rem;
}
ul.formInfo {
	width:56rem;
	margin:5.8rem auto 0;
}
ul.formInfo li {
	font-size:1.4rem;
	font-weight:400;
	position:relative;
	margin-bottom:1.1rem;
	padding-left:1.8rem;
	letter-spacing: 0.1em;
}
ul.formInfo li::before {
	content:'';
	position:absolute;
	top:0.6rem;
	left:0;
	width:1rem;
	height:1rem;
	border-radius:50%;
	background:#123086;
	
}
.btnBox {
	display:flex;
	justify-content: flex-start;
	margin-top:3.5rem;
}
.btnBox p {
	width:100%;
}

span.wpcf7-spinner {
	display:none;
}
.btnForm {
	width:33rem;
	height:9rem;
	background:#2a2f33;
	border-radius:14.2rem;
	display:block;
	color:#fff;
	font-size:2.4rem;
	font-weight:400;
	letter-spacing: 0.1em;
	cursor:pointer;
	border:none;
	box-sizing: border-box;
	transition:all 0.4s ease;
}
.btnForm:hover {
	background:#3d91d3;
	background-size:1.1rem;
	border:none;
	box-sizing: border-box;
}
.btnBack, .wpcf7-previous {
	width: 33rem;
    height: 9rem;
    background: #2a2f33;
    border-radius: 14.2rem;
    display: block;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    transition: all 0.4s ease;
	margin-bottom:3rem;
}
.btnBack:hover, .wpcf7-previous:hover {
	background:url("../images/common/triangle_pre_w.svg") no-repeat center left 2rem #123086;
	background-size:1.1rem;
	color:#ffffff;
	border:1px solid #123086;
	box-sizing: border-box;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border:none;
	color: #dc3232;
    font-size: 1.6rem;
    font-weight: normal;
    display: block;
	width:100%;
	text-align: center;
}
.confirm .btnBox p {
    width: 100%;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
.confirmBox dl dt {
    width: 40%;
}
.confirmBox dl dd {
    width: 60%;
}	

.contact.confirm h3.contactHl, .confirm h3.contactHl {
    width: 100rem;
    height: 5rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/others/confirm_hl.png) no-repeat top center;
    background-size: 100rem;
    margin: 4rem auto 0;
}
.confirm .contactHead p.attention, .thanx .contactHead p.attention {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.9;
	width:100%;
	text-align:center;
	margin:6rem auto;
}
.thanx .contactHead p.attention {
    font-size: 2rem;
}
.thanx .contactHead p.attention {
	margin-bottom:3rem;
}
.confirm .formBody dl dd {
    font-size: 1.6rem;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0.02rem;
    width: 53.5rem;
}
.confirm .formBody dl dd p {
    white-space: pre-wrap;
	word-break: break-all
}



.confirm .btnBox {
    width:64rem;
	margin:10rem auto;
}
.contact.thanx h3.contactHl, .thanx h3.contactHl {
    width: 100rem;
    height: 5rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/others/thanx_hl.png) no-repeat top center;
    background-size: 100rem;
    margin: 4rem auto 0;
}
.thanx .contactHead {
    margin: 7rem auto 0;
}
.thanxTxtBox {
	width:100rem;
	margin:auto;
	text-align:center;
}
p.thanxTxt {
	font-size:1.6rem;
	font-weight:400;
	color:#333333;
	line-height:1.8;
	margin-bottom:2.2rem;
}
.thanx .toArchive {
    margin: 8rem 0 0;
}
	
section.news dl {
	width:55rem;
	height:auto;
	min-height: 17.6rem;
	margin:auto;
	border-bottom:1px solid #dedede;
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    justify-content: center;
	position: relative;
	overflow: hidden;
}
section.news dl:last-of-type {
	border-bottom:none;
}
section.news dl.double {
	height:35rem;
	display:block;
	padding-top:4rem;
	box-sizing: border-box;
}
section.news dl dt {
	width:100%;
	height:2.4rem;
	font-family: "Outfit", sans-serif;
	font-size:2rem;
	font-weight:300;
	position:relative;
	padding:0 0 0 4rem;
	display:flex;
	align-items: center;
	margin-bottom: 1rem;
	box-sizing: border-box;
}
section.news dl.hasNew dt {
	width:100%;
}	
section.news dl dt::before {
	content:'-';
	font-size:3rem;
	width:3rem;
	color:#2a2f33;
	position:absolute;
	top:110%;
	left:0;
	transform: translateY(-50%);
}
section.news dl dd {
	width:100%;
	padding:0 0 0 1.5rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
section.news dl.hasNew dd {
    width: 100%;
}	
section.news dl dd a.parmaLink {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
section.news dl dt span.new {
	font-family: "Outfit", sans-serif;
	font-size:1.9rem;
	font-weight:300;
	color:#fff;
	background:#2684c8;
	width:8rem;
	height:2.4rem;
	display:flex;
	justify-content: center;
	margin-right:1.7rem;
	border-radius:1.2rem;
	line-height:1.2;
}

section.news dl dd span.topicTtl {
	width:100%;
	padding-left: 2rem;
	padding-right: 1rem;
	box-sizing: border-box;
	display: block;
}
section.news dl dd a {
	font-family: "Noto Serif JP", serif;
	font-size:2.4rem;
	font-weight:500;
	color:#2a2f33;
	transition:var(--tra);
}
section.news dl dd a:hover {
	color:#3d91d3;
}
section.news dl dd.hasImg {
	width:30rem !important;
	padding:0 0 0 2rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
section.news dl dd.hasImg span.topicTtl {

}
section.news dl dd.hasImg ul {
	width:19.4rem;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	position: absolute;
    top: 0;
    right: 0;
}
section.news dl dd.hasImg ul li {
	width:100%;
	height:100%;
	max-height: 17.8rem;
	display:flex;
	justify-content: flex-end;
	overflow: hidden;
}
section.news dl dd.hasImg ul li img {
	width:100%;
	height:auto;
	transition: var(--tra);
}
section.news dl dd.hasImg ul li a:hover img {
	transform:scale(1.1,1.1);
}


/* ■■■ページング■■■ */
.wp-pagenavi {
	clear: both;
    height: 5.6rem;
    margin: 12rem auto 0;
    display: flex;
    justify-content: center;
	align-items: center;
	font-family: "Outfit", sans-serif;
	font-size:2.5rem;
	font-weight:400;
	color:#2a2f33;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 0 0.2rem;
	margin:0 2rem;
	line-height: 1;
	box-sizing:border-box;
	border:none;
	height:2.2rem;
}
.wp-pagenavi span {
	margin:0 2rem;
}
.wp-pagenavi span.current {
	color:#2a2f33;
	border-bottom:1px solid #2a2f33;
}
.wp-pagenavi a:hover {
	color:#3d91d3;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #5dd5ab;
}

a.previouspostslink {
	width:5.6rem;
	height:5.6rem;
	background:url("../images/ico_prev.svg") no-repeat;
	background-size:5.6rem;
}
a.nextpostslink {
	width:5.6rem;
	height:5.6rem;
	background:url("../images/ico_next.svg") no-repeat;
	background-size:5.6rem;
}
a.last, span.pages {
	display:none;
}	
	
	
/* 投稿ページ */
.postContent {
	width:55rem;
	margin:3rem auto auto;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding-bottom:11rem;
}
.postContent .sectionInner {
	padding-top:9rem;
	width:100%;
	margin:auto auto;
}
.postContent img {
	width:100%;
	height:auto;
	margin:auto auto 2rem;
}
.postContent p {
	font-size:2.4rem;
	font-weight:300;
	line-height:6.4rem;
	margin-bottom:2rem;
}
.postContent p a {
	color:#3d91d3;
	text-decoration:underline;
}
.postContent p.pdf {
	margin-bottom:8rem;
}
.postContent p.pdf a, .postContent p a.pdf {
	background:url("../images/ico_pdf_bk.svg") no-repeat center right;
	background-size:2.1rem;
	padding-right:3rem;
}
.otherPosts {
	width:55rem;
	height:5.6rem;
	margin:8.4rem auto auto;
	display:flex;
	justify-content: space-between;
}
.otherPosts a {
	font-family: "Outfit", sans-serif;
	font-size:1.9rem;
	font-weight:400;
	color:#2a2f33;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.otherPosts a img {
	width:5.6rem;
	height:auto;
	margin:0 3rem;
}	
.otherPosts p {
	height:5.6rem;
	display: flex;
}
p.prev a {
	background:url(../images/ico_prev.svg) no-repeat center left;
	background-size:5.6rem;
	padding-left:7rem
}
p.next a {
	background:url(../images/ico_next.svg) no-repeat center right;
	background-size:5.6rem;
	padding-right:7rem
}	
	
.avobe {
	width: 55rem;
    margin: auto;
}

.wpcf7-response-output {
	padding:0 1rem !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
}
.avobe .wpcf7-response-output {
	margin: 3rem 0 1rem !important;
	padding: 1.5rem 1rem !important;
    font-size:2rem !important;
}
/* 沿革 */
.histryContent {
	width: 100%;
	margin:0 auto 0;
}
.historyFirst {
	width:100%;
	display:flex;
	justify-content: space-between;
	overflow: hidden;
}
.historyFirstHl {
	width:auto;
	padding-left:5rem;
}
.historyFirst h3 {
	width:12.4rem;
	writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
	font-size:3.5rem;
	font-weight:500;
	display:flex;
	justify-content: center;
    align-items: center;
}
.historyFirst h3 span.fouding{
    font-family: "Outfit", sans-serif;
	font-size:1.6rem;
	font-weight:400;
	margin-top:3.8rem;
}
.historyFirst h3 span.text-combine {
    font-family: "Noto Serif JP", serif;
	font-size:3.5rem;
}
.historyFirst dl {
    width:56.8rem;
	height: auto;
	position: relative;
	top:0;
	left:0;
	margin-bottom: 1px;
}
.historyFirst dl::after {
    content:'';
	position:absolute;
	top:3.2rem;
	left:0;
	background:#dedede;
	width:1px;
	height:76.8rem;
	display:block;
}
.historyFirst dl::before {
    content:'';
	position:absolute;
	top:3.2rem;
	left:0;
	background:#2a2f33;
	width:0.96rem;
	height:0.96rem;
	display:block;
	border-radius:50%;
	transform: translateX(-40%);
	z-index: 2;
}
	
.historyFirst dl dt {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-size:7rem;
	font-weight:300;
	line-height:1;
	margin-top:-0.5rem;
	margin-bottom:0;
	width:100%;
	position: static;
	margin-left:4rem;
}
.historyFirst dl dd {
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	position: static;
	margin-top:5rem;
	border-bottom:1px solid #dedede;
	padding-top:0;
	padding-bottom: 9rem;
}
.historyFirst dl dd p.month {
    font-family: "Noto Serif JP", serif;
	font-size:3.5rem;
	font-weigt:400;
	width:13.5rem;
	padding-top:0;
	padding-left:4rem;
	box-sizing: border-box;
}
.historyFirst dl dd p.month::first-letter {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-size:6.4rem;
	font-weight:300;
}
.historyFirst dl dd figure {
    width:36rem;
	height:36rem;
	overflow: hidden;
	margin:7rem 0 0 8rem;
}
.historyFirst dl dd span.occurrence {
    font-size:2.4rem;
	font-weight:300;
	line-height:3.8rem;
	font-feature-settings: "palt";
	width:41.8rem;
	padding-top:0;
	padding-left:4rem;
}
dl.history {
    width: 100%;
    padding: 0 0;
    margin:4rem auto 0;
	min-height:11.4rem;
    color: #2a2f33;
    font-family: "Noto Serif JP", serif;
    overflow: visible;    
	display:flex;
	justify-content: space-between;
	align-items:flex-start;
	position:relative;
}
dl.history.noBorder, dl.history.secondFloor {
	min-height:10.5rem;
}
dl.history.secondFloor {
	margin-top:0;
}
dl.history::after {
	content:'';
	width:100%;
	height:1px;
	background:#dedede;
	position:absolute;
	bottom:0;
	left: 18.2rem;
}
	
dl.history.noBorder::after, dl.history.preMore::after {
	display:none;
}
dl.history.preMore.open::after {
	display:block;
	content:'';
	width:100%;
	height:1px;
	background:#dedede;
	position:absolute;
	bottom:0;
	left:18.2rem;
}

dl.history::before {
    content: '';
    position: absolute;
    top: 4.5rem;
	left:18.2rem;
    background: #2a2f33;
    width: 0.96rem;
    height: 0.96rem;
    display: block;
    border-radius: 50%;
    z-index: 2;
	transform: translateX(-40%);
} 
dl.history dt {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 4.8rem;
    font-weight: 200;
    width: 17.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
	padding-top: 2rem;
}
dl.history dt.disappear {
	visibility: hidden;
}	
dl.history dt::after {
	content: '';
    width: 1px;
    height: 80vw;
    background: #dedede;
    position: absolute;
    top: -200%;
    left: 18.2rem;
}
dl.history dt.disappear::after {
	visibility: visible;
}
dl.history dd {
	width:calc(100% - 17.4rem);
	box-sizing: border-box;
	display:flex;
	justify-content:flex-start;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-bottom:8rem;
}
dl.history.noBorder dd {
	padding-bottom:3rem;
}
dl.history dd p.month {
	width:100%;
	padding-left:4.6rem;
	box-sizing: border-box;
	font-size:1.9rem;
	font-weight:300;
	margin-bottom:2rem;
	margin-top: -1rem;
}
dl.history dd p.month span.nengo {
	letter-spacing: 0.2rem;
}
dl.history.secondFloor dd p.month {
    margin-top:2rem;
}
dl.history dd p.month span.monthMonth {
	font-size:2.6rem;
	font-weight:500;
}
dl.history dd p.month span.monthNum {
    font-family: "Frank Ruhl Libre", serif;
    font-optical-sizing: auto;
    font-style: normal;
	font-size:4.7rem;
	font-weight:200;
}
	
dl.history dd span.occurrence {
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3.8rem;
	font-feature-settings: "palt";
	width:100%;
	padding:0 0;
	padding-left: 4.5rem;
	padding-right: 6rem;
	box-sizing: border-box;
}
dl.history.figDouble dd span.occurrence {
    margin-bottom:8rem;
}	
	
	
dl.history.figSingle figure {
	width: 36rem;
    height: 36rem;
    overflow: hidden;
    margin: 7rem 0 0 -4rem;
}
dl.history.figSingle dd span.occurrence {
    width: 100%;
	padding-left: 4.5rem;
	padding-right:10rem;
    box-sizing: border-box;
}
dl.history.figSingle dt::after {
	content: '';
    width: 1px;
    height: 120vw;
    background: #dedede;
    position: absolute;
    top: -160%;
    left: 18.2rem;
}
dl.history.figDouble figure {
	width:36rem;
	height:36rem;
	overflow: hidden;
	margin: 0 0 0 -4rem;
}

dl.history.figDouble dt::after {
	content: '';
    width: 1px;
    height: 300vw;
    background: #dedede;
    position: absolute;
    top: -150%;
    left: 18.2rem;
}
dl.history.figDouble dd p.month {
    width: 100%;
    padding-left: 4.6rem;
    box-sizing: border-box;
    font-size: 1.9rem;
    font-weight: 300;
}
dl.history.halfBorder::after {
    content: '';
    width: 51.8rem;
    height: 1px;
    background: #dedede;
    position: absolute;
    bottom: 0;
	left:auto;
    right: 0;
}
p.moreTrg {
	width:33rem;
	height:9rem;
	border-radius:4.5rem;
	font-family: "Outfit", sans-serif;
	font-size:2.4rem;
	font-weight:400;
	background:#2a2f33;
	cursor: pointer;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	margin:5rem 0 0 12.8rem;
	transition:var(--tra);
	
}
p.moreTrg:hover {
    background: #3d91d3;
}
p.moreTrg.open {
	display:none;
}
.moreHistory {
	display:none;
}
.moreHistory.open {
	display:block;
}	
dl.history.halfBorder {
	margin-bottom:5rem;
}		
dl.history dd p.month.underImg {
	margin-top: 2rem;	
}	
dl.history.preMore dt::after {
    content: '';
    width: 1px;
    height: 400%;
    background: #dedede;
    position: absolute;
    top: -120%;
    left: 18.2rem;
}
	
dl.history.year1985 {
    padding: 3rem 0;
}
dl.history.year1985 dd p.month {
    margin-top:-3.5rem;
}
dl.history.year1985 dt::after {
    content: '';
    width: 1px;
    height: 20rem;
    background: #dedede;
    position: absolute;
	top:8rem;
	left:18.2rem;
}	
dl.history.year1985::before {
    top: 5rem;
}	
dl.history.year1985 dd {
    padding-bottom: 4rem;
}	
	
/* 製造品目 */
ul.innerLink {
	width: 84vw;
	justify-content:space-between;
}
ul.innerLink li {
	width:52%;
	margin-bottom:6rem;
}
ul.innerLink li:nth-child(even) {
	width:48%;
}
ul.innerLink li a {
	font-size:2.4rem;
	color:#2A2F33;
	position:relative;
	padding-left:2rem;
}
ul.innerLink li a::before {
	content:'>';
	transform:rotate(90deg)  scale(0.7,1.4);
	position:absolute;
	top:0.5rem;
	left:0;
	font-size:2rem;
}
.productItems {
	width: 73vw;
	margin:11rem auto;
}
.productItems h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 3.3rem;
    font-weight: 500;
    color: #2A2F33;
	margin-bottom:5rem;
	padding-top:13rem;
	margin-top:-13rem;
	display: block;
}
.productItems h2 span.add {
    display:block;
	margin-left: 0;
}	
	
.productItems > dl.itemInfo {
	width:100%;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:5rem;
	margin-bottom:5rem;
}
.productItems > dl.itemInfo:last-child {
	border-bottom:none;
}
.productItems > dl.itemInfo > dt {
	width:100%;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 500;
	line-height:1;
    color: #2A2F33;
	background:url(../images/ico_plus.svg) no-repeat left bottom;
	background-size:2.6rem;
	padding-left:4rem;
	box-sizing:border-box;
	cursor:pointer;
}
.productItems > dl.itemInfo > dt.open {
	background:url(../images/ico_minus.svg) no-repeat left bottom;
	background-size:2.6rem;
}
.productItems > dl.itemInfo > dd.toggleCont {
	display: none;
	padding:5rem 0 0 0;
	box-sizing:border-box;
	font-size: 2.4rem;
}
.productItems > dl.itemInfo > dd > table {
	width:100%;
	border-right:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
}
.productItems > dl.itemInfo > dd > table th {
	border-top:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	background:#F4F4F6;
	font-weight:300;
	text-align:left;
	padding:1.6rem 2rem;
}
.productItems > dl.itemInfo > dd > table th:nth-child(1) , .items > dl.itemInfo > dd > table th:nth-child(2) {
	width:25%;
}

.productItems > dl.itemInfo > dd > table td {
	border-top:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	font-weight:300;
	text-align:left;
	padding:1.5rem 2rem;
	line-height:2.4rem;
}
.productItems > dl.itemInfo > dd > table td dl {
	margin-bottom:1rem;
}
.productItems > dl.itemInfo > dd > table td dl:last-child {
	margin-bottom:0;
}
.productItems > dl.itemInfo > dd > table td dl dt {
	font-weight:700;
	margin-bottom:0.5rem;
	line-height:1;
}
.productItems > dl.itemInfo > dd > table td dl dd {
	padding-left:1.5rem;
	line-height:2.4rem;
}	
	
.detailsWrap {
	width:100%;
	height:100%;
	flex-wrap:wrap;
}
.detailsWrap .details {
	width:100%;
	border-top:1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	display:flex;
	justify-content:space-between;
}
.detailsWrap .details:nth-child(3) {
	width:100%;
}
.detailsWrap .details h3 {
	background:#F4F4F6;
	font-weight:300;
	text-align:left;
	padding:3.2rem 3.2rem;
	display:block;
	border-right:1px solid #DEDEDE;
	letter-spacing:normal;
}
.detailBody {
	border-top:none;	
	font-weight:300;
	text-align:left;
	padding:3.2rem 3.2rem;
	line-height:2.4rem;
	display:block;
	width:78%;
	box-sizing:border-box;
}
.detailBody dl {
	margin-bottom:1rem;
}
.detailBody dl:last-child {
	margin-bottom:0;
}
.detailBody dl dt {
	font-weight:700;
	margin-bottom:0.5rem;
	line-height:1;
}
.detailBody dl dd {
	padding-left:1.5rem;
	line-height:3.8rem;
}
.detailBody p {
	line-height:3.8rem;
}
	
.productItems > dl.itemInfo > dd.toggleCont p.pdf {
	width:33rem;
	height:9rem;
	margin-top:5.6rem;
}
.productItems > dl.itemInfo > dd.toggleCont p.pdf a {
	width:100%;
	height:100%;
	background:url(../images/ico_pdf.svg) no-repeat center right 4.4rem #2A2F33;
	background-size:2.1rem;
	border-radius:4.5rem;
	color:#fff;
	font-size:2.4rem;
	font-weight:400;
	display:flex;
	justify-content:center;
	align-items:center;
}
.productItems > dl.itemInfo > dd.toggleCont p.pdf a:hover {
    background:url(../images/ico_pdf.svg) no-repeat center right 4.4rem #3d91d3;
	background-size:2.1rem;
}	
	
	
/* 取扱品目 */
dl.handled {
	width: 73vw;
	display:flex;
	justify-content:space-between;
	padding:0 0 9rem  0;
	border-bottom:1px solid #DEDEDE;
	margin-bottom:9rem;
	flex-wrap:wrap;
}
dl.handled:last-of-type {
	border-bottom:none;
}
dl.handled dt {
	width:100%;
	font-family: "Noto Serif JP", serif;
	font-size:3.3rem;
	font-weight:500;
	margin-bottom:3.5rem;
}
dl.handled dd {
	width:100%;
	font-size:2.4rem;
	line-height:3.8rem;
	font-weight:300;
	padding-top:0.5rem;
}
dl.handled dd p {
	font-size:2.4rem;
	line-height:3.8rem;
	margin-bottom:2.8rem;
	text-align:justify;
}
dl.handled dd p:last-child {
	margin-bottom:0;
}
dl.handled dd p.catalog a {
	background:url(../images/ico_catalog.svg) no-repeat center left;
	background-size:2.4rem;
	padding-left:5rem;
	color:#2A2F33;
}
	
	
	
	
/* 2025May */	
.pageTtl.oem {
    height:41rem;
}	
.pageTtl.oem h1 {
    margin-top:24rem;
}	
ul.innerLink.oem {
    row-gap:6.7rem;
	
}	
ul.innerLink.oem li {
        margin-bottom: 0;
}	
ul.innerLink.oem li a .sage {
	margin-left:2rem; 
}	
section.philosophy.oem {
    margin-top: 0;

}	
section.philosophy.oem::after {
    display:none;
}	
section.philosophy.oem h2 {
    font-size: 3.36rem;
    font-weight: 500;
    margin-bottom: 5.4rem;
}	
.sectionHead.oem p.catch {
    font-size: 3rem;
    font-weight: 500;
    line-height: 6.5rem;
}	
.sectionHead.oem {
    width: 100%;
    margin-top: -13rem;
    padding-top: 13rem;
	margin-bottom:0;
}	
ul.checked li {
    font-size: 2.4rem;
    line-height:4.48rem;
    font-weight: 400;
    position: relative;
    padding-left: 4.8rem;
    margin-bottom: 2rem;
}	
ul.checked li::before {
    content: '';
    width: 2.9rem;
    height: 2.9rem;
    background: url(../images/bg_checked.webp) no-repeat top left;
    background-size:2.88rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
}	
.philosophy.oem figure, .policy.oem figure {
	width:100vw;
	margin:17.5rem auto auto;
	margin-left:-9.5rem;
}	
section.philosophy.oem {
    padding-bottom:0;
	margin-bottom:13rem;
    padding-top: 10rem;
    
}	
section.policy.oem .sectionInner::after {
    display:none;
}	
section.philosophy.oem .sectionHead {
    width: 56rem;
    padding-top: 13rem;
    margin-top: -13rem;
}	
section.policy.oem .sectionHead {
    width: 56rem;
    margin-top:-11rem;
	padding-top:11rem;
}
	
ul.checked {
    width: 100%;
}	
	
section.policy.oem h2 {
    font-size: 3.36rem;
    font-weight: 500;
    margin-bottom: 5.6rem;
}	
section.policy.oem p.attention {
    font-size: 2.4rem;
    line-height: 4.4rem;
    margin-top: -1.5rem;
    margin-bottom: 12rem;
}	
section.policy.oem {
    padding-bottom:0;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


}