@charset "UTF-8";

header.page{
  position: relative;
}

header.page:after{
  z-index: -1;
  content: '';
  background: #FF9800;
  position: absolute;
  left:0;
  bottom:0;
  width:100vw;
  height: 100%;
}

header.page nav *{
  color:#101010;
}
.Recruit .comm__Inner .Item picture a:hover{
	opacity:0.7;
}

header.page .global-nav{
	margin-right:0;
}

header.page #nav-wrap nav::after{
	display:none;
}
header.page #nav-wrap nav{
	position:relative;
	right:0;
}

.p-page-visual__inner {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  height: auto;
  margin-top: 98px;
}

.p-page-visual__inner div{
  width: 85%;
  padding:4vw  2.6vw;
  margin-bottom: auto;
  position: relative;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:flex-start;
  background: linear-gradient(to right, rgba(230, 95, 4, 1) 0%, rgba(242, 151, 65, 1) 100%);
}

.p-page-visual__inner div.breadcrumbs{
  padding: .5em 1em;
  column-gap: .25em;
  font-size: 0.75rem;
  justify-content: flex-start;
  margin: 0;
  width:60%;
  position: absolute;
  bottom:0;
  left:2.6vw;
  background: #f6f6f6;
  border-top-left-radius: 0.86em;
  border-top-right-radius: 0.86em;
  color:#555;
}
.breadcrumbs a{
  color:var(--key-Color);
  text-decoration: none;
}
header.page .p-page-visual__inner picture{
  width: 12%;
}

.breadcrumbs{
  flex-direction: row !important;
}

@media screen and (min-width: 768px) and (max-width: 1490px) {
  .logo-wrap{
    max-width: 260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	
	header.page #nav-wrap{
		padding-left:20px;
		padding-right:20px;
	}
	header.page #nav-wrap nav{
		right:0;
	}
	
	header.page .logo-wrap{
		padding-left:0;
		padding-right:0;
	}
  .p-page-visual__inner{
    margin-top: 80px;
  }
  #menu-gloval-navi li.contact{
    min-width: 140px;
  }
  .logo-wrap{
    max-width: 180px;
  }
}


.page #menu-gloval-navi li.contact i{
  color:#fff;
}

h1.heading__title{
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  color:rgba(255,87,34,0.35);
  margin: 0;
  z-index: 3;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  position: absolute;
  right: 0;
  bottom:-10px;
}
.c-heading-secondary__sub {
  margin-top: 0.6rem;
  display: block;
  font-size: calc(var(--h1) * 1.5);
  padding: .5em;
  color: #fff;
  background: #000;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  display: flex;
  column-gap: .5em;
  justify-content: center;
  align-items: center;
  line-height: 1.15;
  position: relative;
}

.c-heading-secondary__sub::after{
  content: '';
  background: #000;
  width: 150px;
  height: 1px;
  position: absolute;
  right:-150px;
  top: 50%;
  display: block;
  transform: translateY(-50%) ;
}

.p-page-visual__mv {
  width: auto;
  height: clamp(300px,500px,600px);
  object-fit: cover;
  overflow: hidden;
}
.p-page-visual__mv img{
  width: 100%;
}

.mt__none{
	margin-top:0 !important;
}
.video-title{
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
}

.video__wrap{
	padding-top:0;
}

section .comm__Inner{
  position: relative;
}

section.page h2 + .jan-small.left{
  margin-bottom: var(--row-space);
}

.ilust__right{
  width: 200px;
  position: absolute;
  right:calc(var(--row-space) * 1.5);
  top:-1em;
  z-index: 5;
}

.ilust__right.kikai{
  width: 120px;
}

.ilust__right.kaitai{
  width: 300px;
  top:1.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .page__fv{
    margin-top: 0;
  }

  h1.heading__title {
    font-size: 3.5rem;
  }
  .p-page-visual__mv{
    height: 300px;
  }
  #about .flex{
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #about .flex .Hurf{
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .page__fv{
    height: 25vh;
    margin-top: 0;
  }
  .ilust__right{
    width: 90px;
    top:0;
    right:-10px;
  }
  .ilust__right.kikai{
    width: 100px;
  }
  .ilust__right.kaitai{
  width: 130px;
  top:1em;
}
}

/******************* 会社概要 *******************/


.page{
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif
}

ul.disc{
  list-style: none;
  margin: 0 auto 1em;
  padding-left: 0;
  font-weight: bold;
}

ul.disc li::before{
  content: '●';
  color:var(--key-Color);
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 10px;
}

ul.disc li{
  display: flex;
  align-items: center;
  margin-top: 1em;
  font-weight: 800;
  font-size: 1.15rem;
  padding-bottom: .75em;
  border-bottom: 1px solid var(--orange);
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

p.bg{
  background: #fffbf3;
  padding: 1em;
}

ul.border{
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  row-gap:1vh;
}

ul.border li{
  padding: 1em;
  border: 4px solid var(--orange);
  text-align: center;
  color:var(--orange);
  width: var(--flex_fourth);
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.border{
    padding-left: 0;
  }
  ul.border li{
    padding: .5em;
  }
}

/******************* カテゴリー *******************/
#pomp, #thugite, #other, #parts{
  margin-top: -95px;
  padding-top: 95px;
 }
 div#ac01{
  padding-top: 1em;
 }
#job03 h3, #job04 h3, #job05 h3{
	margin-top:0;
}

.comm__Inner{
  position: relative;
  z-index: 2;
}

p.Center{
  text-align: center;
}

p.white{
  color:#fff !important;
}

.cate_flex{
  display: flex;
  flex-wrap: wrap;
  gap: 1.546vw;
  margin-bottom: 2em;
}

.cate_flex a{
  width:var(--flex_third_space);
  max-width: 100%;
  background: #fff;
  color:#fff;
  font-size: 0.9rem;
  font-weight: 300;
  font-family:游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.cate_flex a::before {
  background: #999;
  border: 1px solid #454545;
  z-index: -1;
}


section.contact{
  background:#353535;
}

section.contact::before{
  content: '';
  background: #000;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 10%;
}
.contact__tel__wrap{
  max-width: 800px;
  margin: auto;
  border-radius: 0.46em;
  overflow: hidden;
  border:1px solid #ccc;
  padding-bottom: .5em;
  margin-bottom: 5vh;
}

.contact__tel__top{
  padding: .5em;
  background: var(--blue);
  text-align: center;
  color:#fff;
  border-top-left-radius: 0.46em;  
  border-top-right-radius: 0.46em;
  margin-bottom: .25em;
  font-size: 1.05rem;
}

.contact__tel__wrap p:last-of-type{
  margin-bottom: 0 !important;
  margin-top: -5px;
}

section.yellow-bg .comm__Inner, section.contact .comm__Inner{
  background: #fff;
  padding: 2.6vw;
  max-width: 1200px;
  margin: auto;
}

.date{
  font-style: italic;
  font-size: 1.0rem;
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.date::before{
  content: '';
  background: var(--key-Color);
  border-radius: 3.46em;
  width: 30px;
  height: 5px;
}

section.news{
  background: #fff5e2;
}

section .comm__Inner.single
{background: #fff;
  max-width: 1100px;
padding: clamp(1em,2vw,2.6vw);}

.single h3{
  padding:.75em;
  font-weight: 500;
  background: var(--orange);
  color:#fff;
  padding-left: .5em;
  margin-bottom: 2em;
  font-size: 1.355rem;
}

section.yellow-bg .comm__Inner .sns{
  color:#000;
  margin-top: 2em;
  align-items: center;
}

section.yellow-bg .comm__Inner .sns a{
  color:#000;
  display: inline-block;
  padding: 10px;
  background: #ddd;
  line-height: 1.0;
  border-radius: 0.16em;
}

.wp-pagenavi{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top:2em;
	margin-bottom:1em;
}

.wp-pagenavi a, .wp-pagenavi span{
  padding: 5px 10px !important;
}
.wp-pagenavi a{
	color:var(--blue);
}

/******************* メールフォーム *******************/

input[type="radio"]{
  width:25px;
  height:25px;
  vertical-align:top;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
select,
textarea {
border-radius: 3px;
padding:1em .5em;
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.1);
border:solid 1px #a7a7a7;
margin:auto;
width:100%;
display:block;
line-height:1.4;
font-size: 16px;
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.wpcf7-not-valid-tip{
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border:solid 1px #d00249;
background-color: #f2f2f2;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="date"] {
    background-color: #fafafa;
    width: 100%;
}

input[type="date" i] {
  padding: .75em;
  margin-bottom: 1em;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], select, textarea{
  width: 100%;
  color:#010101;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   color: #FFFFFF;
    display:block;
   margin:1em auto 0 auto;
   padding:25px;
   -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #252525;
    border: 0px;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    box-sizing:broder-box;
    font-size:1.4rem;
    font-weight:400;
    letter-spacing:1px;
    max-width: 500px;
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.0);
    background:#ea1f0f;
}


select{
 font-size:1.0rem;
 }

 dl.form dt p, dl.form dd p{
  margin-bottom: 0;
 }

 span.text_red{
  background:#fe0000;
  text-align:center;
  color:#fff;
  margin-left:5px;
  display:inline-block;
  line-height:1.0;
  font-size:0.85rem;
  padding:3px;
  font-weight:normal;
  } 
   span.any{
  background:#888;
  text-align:center;
  color:#fff;
  margin-left:5px;
  display:inline-block;
  line-height:1.0;
  font-size:0.85rem;
  padding:3px;
  font-weight:normal;
  } 
hr{position: relative;background: #ddd;opacity: 1;margin: var(--col-space) auto;}

h2.bk{
  color:#000 !important;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}

h2.fx__center{
  justify-content: center;
}

dl.privacy {
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

dl.privacy dt{
  font-weight: bold;
  font-size: 1.1rem;
}

dl.privacy dd{
  margin-bottom: 2em;
}

/**********************記事ページ**********************/

.single figure img{
  max-width: 600px;
  max-height: 600px;
  object-fit: scale-down;
  display: block;
  margin: 0 auto 0;
  background: #fff;
}

.single .textarea{
  padding: 2.6vw;
  background: #464646;
  position: relative;
  color:#fff;
}

.single .textarea p{
  color:#fff;
  font-family:游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
}

.page_navi{
  background: rgba(255,255,255,0.355);
  margin-bottom: 1em;
}

.page_navi a{
  color:#000;
}

.products-page picture img{
	    max-width: 300px;
    max-height: 300px;
    object-fit: scale-down;
    display: block;
    margin: 0 auto 0;
    background: #fff;
}

.cat__btn__wrap{
	display:flex;
	flex-wrap:wrap;
	column-gap:2%;
	row-gap:1em;
	margin:0 auto var(--row-space);
}

.cat__btn{
background: linear-gradient(to right, rgba(230, 95, 4, 1) 0%, rgba(242, 151, 65, 1) 100%);
display:block;
padding:1em;
border-radius:8px;
text-align:center;
color:#fff;
width:var(--flex_fourth);
font-size:1.2rem;
text-decoration:none;
}

.cat__btn.long{
	max-width:300px;
	width:100%;
	margin:1em auto 0;
}

.cat__btn:hover{
	opacity:0.75;
}

@media screen and (max-width: 767px) {
  .single figure img{
    max-width: 300px;
    max-height: 300px;
    object-fit: scale-down;
    display: block;
    margin: 0 auto 0;
    background: #fff;
  }

}

.wp-pagenavi span.current{
	background:var(--key-Color);
	color:#fff;
	border-color:var(--key-Color) !important;
}

/***************1日の流れ**************/

.flow-days {
	margin: 0;
	padding: 0;
}
.flow-days > li {
	list-style-type: none;
	position: relative;
  padding-bottom: 50px;
	display: flex;
	align-items: flex-start;
}
.flow-days > li:nth-of-type(even)::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 0;
	width: 0;
  height: 100%;
	border-left: 4px dotted #d4d4d4;
}

.flow-days > li:nth-of-type(odd)::before {
	content: "";
	position: absolute;
	left: 50px;
	top: -40px;
	width: 20%;
	height: 40px;
}
.flow-days > li:nth-of-type(odd)::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 50px;
	width: 20%;
	height: calc(100% - 50px);
	border-left: 4px dotted #d4d4d4;
}
.flow-days > li:first-of-type::before, .flow-days > li:last-of-type::after {
  content: unset;
}
.flow-days > li dl {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 130px);
}
.flow-days > li .icon12 {
	display: inline-block;
	margin: 0;
	width: 100px;
	height: auto;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 2rem;
	line-height: 100px;
	background: var(--key-Color);
	color: #fff;
	border-radius: 100vh;
	position: relative;
	z-index: 1;
}

.flow-days > li:nth-of-type(even) .icon12{
  background: #0a7baf;
}

.flow-days > li dt {
	display: inline-block;
	margin: 1rem 0 0.5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
}
.flow-days > li dd {
	max-width: 550px;
	margin: 0;
	font-weight: normal;
	line-height: 2;
	letter-spacing: .1em;
}

@media screen and (min-width: 960px) {
	.flow-days > li:nth-of-type(even) {
		margin-left: 20%;
		padding-top: 20px;
	}
	.flow-days > li:nth-of-type(odd)::after {
		border-bottom: 4px dotted #d4d4d4;
	}
	.flow-days > li:nth-of-type(odd)::before {
		border-top: 4px dotted #d4d4d4;
		border-left: 4px dotted #d4d4d4;
	}
	.flow-days > li:nth-of-type(even)::after {
		height: calc(100% - 40px);
	}
}

/********************アコーディオン*********************/

h2.faq{
  justify-content: center;
}
@media screen and (max-width: 767px) {
h2.faq span.text{
  text-align: center;
}
}
.accordion{
  max-width: 1000px;
  margin: auto;
}

.accordion-header {
  background-color: #FFF;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  font-size: clamp(18px,20px,21px);
  font-weight: bold;
  color:var(--key-Color);
}

.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #FFF;
  padding: 1em;
}

.accordion-header span,
.accordion-content span{
  position: relative;
  padding: .5em;
  display: flex;
  align-items: center;
  column-gap: 1em;
}

.accordion-header span::before{
  content:"Q";
  color: var(--key-Color);
  font-size: 34px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}


.accordion-content span::before{
  content:"A";
  color: var(--red);
  font-size: 34px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.jan-small.Center{
  text-align: center;
  margin-bottom: 2em;
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}
.accordion-content {
  display: none;
}
section#faq{
  background: var(--blue);
}

section#faq h2{
  color:#fff;
  margin-bottom:0;
}

/************会社概要***************/

section.about{
  background-color: #F6F6F6;
  padding: var(--col-space) var(--row-space);
}
section.about .comm__Inner, section.lightblue .comm__Inner{
  background: #fff;
  padding: var(--row-space);
}

section.about .comm__Inner + .comm__Inner{
  margin-top: var(--col-space);
}

section.lightblue {
    background-color: #e3e9ff;
  padding: var(--col-space) var(--row-space);
}

dl.border{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 0;
}

dl.border dt{
  margin: 0;
  padding: clamp(1em,1.5em,1.6em);
  width: 20%;
  border-bottom: 2px solid var(--key-Color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  border-right: none;
}
dl.border dd{
  margin: 0;
  width: 80%;
  padding: clamp(1em,1.5em,1.6em);
    border-bottom: 2px solid #eee;
}
dl.border dd p{
  margin-top: 0;
  margin-bottom: 0;
}


/****************沿革*******************/

section.history{
  background: linear-gradient(to right, rgba(230, 95, 4, 1) 0%, rgba(242, 151, 65, 1) 100%);
  padding: var(--col-space) var(--row-space);
}

.history .comm__Inner{
  background: #fff;
  padding: clamp(1em,2.6vw,2.8vw);
  max-width: 900px;
  margin: auto;
  border-radius: 1.46em;
   box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
}

.timeline {
  list-style: none;
  padding-left: 0;
  max-width: 800px;
  margin: 0 auto;
  margin-top: var(--row-space);
}
.timeline > li {
  margin-bottom: 60px;
  display: flex;
}

.timeline p{
  margin: 0 0 0;
  font-size: 1.0rem.25rem;
      padding-right: 1em;
}

.timeline-date{
  font-weight:bold;
}

/* for Desktop */
@media ( min-width : 768px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 190px;
    margin-top: 0;
  }
  .timeline-content {
    width: 75%;
    float: left;
        border-left: 3px #e5e5d1 solid;
        padding: 1em 1em 1em 30px;
        background: #ffffeb;
        border-bottom: 1px solid #f2f2f2;
  }

  .timeline-date {
    border: 2px solid #fafaf2;
    border-bottom: none;
    padding: .5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
    li:last-of-type .timeline-date{
        border-bottom: 2px solid #fafaf2;  
    }
        li:first-of-type .timeline-content{
        border-top: 2px solid #fafaf2;  
    }
    .timeline-content p{
      margin-bottom: 0;
    }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--orange);
    position: absolute;
    left: 185px;
top: 50%;
  transform: translateY(-50%) ;

    border-radius: 100%;
  }
}
@media ( max-width : 767px ){
  .timeline > li{
    flex-direction: column;
    font-size: 0.9rem;
  }
  .timeline p{
    font-size: 1.0rem;
  }
  .timeline p{
    padding-right: 0;
  }
  .timeline-content{
    padding-left: .75em;
    display: flex;
    align-items: flex-start;
  }

  .timeline-content::before{
    content: '└';
    margin-right: .5em;
  }
  .timeline-date{
    display: flex;
    align-items: center;
    column-gap: .5em;
  }
  .timeline-date:before{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--orange);
  }
}

@media screen and (min-width: 1921px){
	header nav *{
		font-size:20px;
	}
  .p-page-visual__inner div{
    width: 50%;
    max-width: 1000px;
  }
  .c-heading-secondary__sub {
    padding: .5em 1.5em;
    display: inline-flex;
  }
}

section.other{
  background: #fffae9;
}

p.en__title{
  max-width: 480px;
  margin: auto;
}

section#business.wh{
	background:#fff;
}

/****************事業内容*******************/

.service__contents{
  margin-top: var(--row-space);
}

.underline{
text-decoration: underline;
}

.bg--service{
  border:1px solid #fff5e2 !important;
  padding: clamp(1em,2vw,2.2vw);
  background: #fffcf1;
}

.marker{
  background:linear-gradient(transparent 60%, rgb(255, 255, 194) 60%);
  font-weight: bold;
}

.fl--flex_wrap + .fl--flex_wrap{
  margin-top: var(--row-space);
}

.fl--flex_wrap .Hurf.pb__none{
  padding: 0 !important;
}

.fl--flex_wrap.service{
	justify-content:center;
	margin-top:2em;
	row-gap:2vh;
	column-gap:2%;
}
.fl--flex_wrap.service .three{
	width:calc(96% / 3);
}

/******************* 製品紹介 *******************/

ul.products__wrap{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 1.25vh;
}

ul.products__wrap li{
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  padding: clamp(1em,2vw,2.2vw);
  width: var(--flex_third);
}
ul.products__wrap li img{
	height:auto;
}
ul.products__wrap li a{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

ul.products__wrap li picture{
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}

ul.products__wrap li .products__name{
  text-align: center;
  color:#202020;
  font-weight: 400;
  margin: 1em auto 0;
  font-size:1.25rem;
}

picture.Center{
  text-align: center;
}

picture.Center img{
  display: block;
  margin: auto;
}

.single-products{
  background: #fff;
  padding: clamp(1em,2vw,2.2vw);
  max-width: 1100px;
  margin: auto;
}

.yellow-box {
    position: relative;
    padding: clamp(1em,2.6vw,2.8vw);
    z-index: 1;
    border-top-left-radius: 6.36em;
    border-bottom-right-radius: 6.36em;
}
.yellow-box::before,
.yellow-box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(255, 217, 0, 0.2);
}
.yellow-box::before {
    background-color: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 0;
    z-index: -1;
}
.yellow-box::after {
    background-color: #ffffe6;
    top: 5px;
    left: 5px;
    z-index: -2;
}

.yellow-box p{
  font-size: 1.05rem;
}

.yellow-box p:last-of-type {
  margin-bottom: 0;
}

span.marker{
  background:linear-gradient(transparent 60%, rgba(255,255,255,0.85) 60%);
}

/******************* modal ********************/
.modal_open {
    margin: 40px auto;
    background: linear-gradient(to right, rgba(230, 95, 4, 1) 0%, rgba(242, 151, 65, 1) 100%);
}

.modal {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
}

.modal_body{
  height: 100vh;
  width: 100vw;
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal_content {
    width: calc(100% - 40px);
    max-width: 1000px;
    max-height: 90vh;
    padding: clamp(1em,2.6vw,2.8vw);
    margin: auto;
    border-radius: 6px;
    background-color: #FFF;
    position: relative;
    z-index: 10;
    position: relative;
}

.modal_content .Inner{
  overflow-y: auto;
  max-height: 100%;
}

button.modal_close {
    background-color: #202124;
    position: absolute;
    right:-15px;
    top:-40px;
    width: 45px;
    height: 45px;
    color:#fff;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.modal_bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.thumbnail-works li{
  display: block;
  width: 150px;
  height: 100px;
  min-width:calc(100%/2);
  min-height: 150px;
}

 .works-flex{
  display: flex;
  flex-wrap: wrap;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 1vh 1%;
  }
.works-flex .Hurf{
    width: var(--flex_hurf);
  }

.contents{
  padding: clamp(1em,2vw,2.2vw);
  background: #fff;
  margin: 2.5vh auto 0;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.11);
}

.mainimage{
  display: block;
  margin: 0 auto 2.5vh;
}

.name{
  max-width:160px;
  margin: 0 0 0 auto;
}