@charset "utf-8";
/* ===========================================================
 *
 * 矢内製作所 スタイルシート
 * Last UpDate : 2025/12/22
 *
=========================================================== */

/* ----------------------------------------------------------
	style.css
---------------------------------------------------------- */

/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/noto-sans-jp-v55-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/noto-sans-jp-v55-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-jp-900 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/noto-sans-jp-v55-japanese-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/zen-old-mincho-v13-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* zen-old-mincho-600 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/zen-old-mincho-v13-japanese-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* zen-old-mincho-900 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/zen-old-mincho-v13-japanese-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v49-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/roboto-v49-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/roboto-v49-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* ----------------------------------------------------------
 common
---------------------------------------------------------- */

html{ font-size: 62.5%; scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
	color: #333;
	background-color: #fff;
	font-family: 'Roboto','Noto Sans JP',"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding-top: 80px;
}

/*
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .h2Wrap{ line-height: 1.7 !important; }

}
*/


.mb0{ margin-bottom: 0 !important; }
.mt40{ margin-top: 40px !important; }

/* a.anker{ display: block; padding-top: 100px; margin-top: -100px; } */

:root{
	--main-color: #106a9d;
	--main-color-koime: #14417d;
}

strong{ font-weight: bold !important; }



/* ----------------------------------------------------------
 link
---------------------------------------------------------- */
a:link		{ color: #333; text-decoration: none; }
a:visited	{ color: #333; text-decoration: none; }
a:hover		{ color: var(--main-color); text-decoration: none; }
a:active	{ color: var(--main-color); text-decoration: none; }

a { -ms-filter: "alpha( opacity=60 )"; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{ position: fixed; top: 0; width: 100%; height: 80px; z-index: 100; background-color: #fff; box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.1); display: flex; justify-content: space-between; align-items: center; }

.header_logo{ flex-basis: 18%; margin-left: 2%; }
.header_logo img{ width: 100%; height: auto; max-width: 263px; max-height: 47px; }
.header_logo a:hover{ opacity: .6; }

.header_logo_sec{ }
.header_logo_sec a{ display: flex; flex-wrap: wrap; }
.header_logo_sec a svg{ margin-right: 10px; }

.header_logo_sec span{ flex-basis: 100%; display: block; font-size: 1.2rem; letter-spacing: 0px; font-family: 'Noto Sans JP'; margin-bottom: 8px; }

.gnavi{ flex-basis: 48%; margin-left: 12%; }
.gnavi a{ font-size: 1.6rem; text-align: center; }


#menu {}

#menu-btn {
  display: none;
}

#menu-content {
	width: 100%;
  margin: 0;
  list-style-type: none;
	position: relative;
}

#menu-content > li {
float: left;
width: 18%;
  transition: all 0.2s;
}
#menu-content > li:nth-child(2){ width: 25%; }

#menu-content > li > a {
	position: relative;
  display: block;
  line-height: 1.4;
  font-size: 1.9rem;
  text-decoration: none;
	font-weight: 700;
	height: 80px;
	padding-top: 20px;
}
#menu-content > li > a span{ display: block; font-size: 1.2rem; font-weight: 400; }

#menu-content > li > a:after{ position: absolute; content: ""; width: 60%; height: 3px; left: 50%; background-color: var(--main-color); bottom: 1px; transform: translateX(-50%) scaleX(0); transform-origin: center; transition: transform .3s; }
#menu-content > li > a:hover::after,
#menu-content > li > a:focus-visible::after{
  transform: translateX(-50%) scaleX(1);
}

#menu-content > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

#menu-content > li > ul.second-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  list-style-type: none;
	width: 15%;
	left: 27%;
	top: 80px;
          box-shadow: 1px 1px 7px #bbb;
}

#menu-content > li:hover > ul.second-content {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
	background-color: #fff;
}

#menu-content > li > ul.second-content > li {
	border-bottom: 1px solid #ccc;
}

#menu-content > li > ul.second-content > li > a {
	position: relative;
  display: block;
  line-height: 40px;
  font-size: 1.6rem;
  text-decoration: none;
	padding: 10px;
}




#menu-content > li > ul.second-content > li > a:hover {
  background: #eee;
  transition: all 0.2s;
}

#menu-content > li > ul.second-content > li:hover > a,
#menu-content > li > ul.second-content > li > a.current{ background: #eee; }

@media screen and (max-width: 1200px) {
#menu nav {
    position: fixed;
    top: 0;
    left: -1000px;
    bottom: 0;
    width: 80%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
  }
 #menu .open nav {
    left: 0;
    opacity: 1;
	 z-index: 99;
  }
 #menu  nav .inner {
    padding: 25px;
  }
#menu nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
	  flex-wrap: wrap;
  }
 #menu nav .inner ul li {
    position: relative;
    margin: 0;
  }
 #menu nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 1.8rem;
	 font-weight: 700;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
	  flex-wrap: wrap;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 15px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(45deg);
  }
  #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu-content > li {
    width: 100%;
    margin-bottom: 15px;
  }
  #menu-content > li:hover {
    background: none;
  }
  #menu-content > li > a {
  /*  height: 100%; */
    padding: 15px 10px;
	  font-weight: 700;
    font-size: 1.6rem;
    border-bottom: 1px solid #999;
	  line-height: normal !important;
	  text-align: left;
  }
  #menu-content > li > ul.second-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
	  margin-top: 10px;
	 margin-left: 20px;
  }
.open #menu-content > li > ul.second-content{
    position: relative;
	}
  #menu-content > li > ul.second-content > li {
    width: 100%;
    text-align-last: left;
  }
  #menu-content > li > ul.second-content > li > a {
    padding-left: 15px;
	  font-size: 1.4rem;
	  line-height: 1.3;
	  position: relative;
	  text-align: left;
  }
  #menu-content > li > ul.second-content > li > a:hover {
    background: none;
  }

	#menu-content > li > ul.second-content > li > a:before{
	  content: '';
	  width: 4px;
	  height: 4px;
	  border-top: solid 1px var(--main-color);
	  border-right: solid 1px var(--main-color);
	  position: absolute;
	  left: 0px;
	  top: 16px;
	transform: rotate(45deg);
	}
}







.header_tel{ flex-basis: 18%; margin-right: 170px; max-width: 260px; font-size: 3.3rem; letter-spacing: 1px; line-height: 1.3; }
.header_tel i{ font-size: 2.4rem; margin-right: 5px; color: var(--main-color-koime); }
.header_tel p{ font-size: 1.2rem !important; color: #999; text-align: center; letter-spacing: 2px !important; }


.header_contact{ position: absolute; top: 0; right: 0; width: 120px; height: 80px; }
.header_contact a{ display: flex; align-items: center; align-content: center; flex-wrap: wrap; justify-content: center; width: 120px; height: 80px; background-color: var(--main-color); transition: .3s ease; border: 2px solid var(--main-color); color: #fff; text-align: center; font-size: 1.6rem; letter-spacing: 2px; }
.header_contact a i{ display: block; font-size: 4rem; flex-basis: 100%; }
.header_contact a p{ flex-basis: 100%; }
.header_contact a:hover{ background-color: #fff; color: var(--main-color-koime); }






/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */

.top_footer{ background-color: #f5f5f5; padding: 60px 0; }
.top_footer_sec_tit{ font-size: 2.2rem; text-align: center; letter-spacing: 2px; margin-bottom: 20px; }
.top_footer_info{ display: flex; justify-content: center; }
.top_footer_info_tel{ font-size: 5rem; line-height: 1.2; border-right: 1px solid #ccc; padding-right: 30px; margin-right: 30px; }
.top_footer_info_tel p{ font-size: 1.7rem; color: #999; text-align: right; letter-spacing: 2px; }
.top_footer_info_tel i{ font-size: 4rem; color: var(--main-color); margin-right: 10px; }
.top_footer_info_btn{ width: 300px; margin-left: 10px; }
.top_footer_info_btn a{ display: block; color: #fff; background-color: var(--main-color-koime); text-align: center; padding: 15px; font-size: 2rem; font-weight: 700; border: 1px solid var(--main-color-koime); }
.top_footer_info_btn a i{ font-size: 2.5rem; margin-right: 10px; vertical-align: middle; }
.top_footer_info_btn a:hover{ background-color: #fff; color: var(--main-color-koime); }


footer{ padding: 60px 0 20px 0; background-color: #222; }

.footer_sec{ }
.footer_sec_info{ margin-bottom: 30px; }
.footer_sec_info_logo{ width: 15%; max-width: 300px; margin: 0 auto 10px auto; }
.footer_sec_info_logo a:hover{ opacity: .6; }
.footer_sec_info_add{ color: #fff; font-size: 1.5rem; font-weight: 700; text-align: center; }



.footer_sitemap{ }
.footer_sitemap_list{ display: flex; justify-content: center; }
.footer_sitemap_item{ margin: 0 0 0 1%; padding: 0 1% 0 0; border-right: 1px solid #fff; text-align: center; }
.footer_sitemap_item:last-child{ border-right: 0px solid #fff; }
.footer_sitemap_item > a{ font-size: 1.5rem; letter-spacing: 2px; color: #fff; }
.footer_sitemap_item > a:hover{ opacity: .6; }
.footer_sitemap_item ul{ margin: 10px 0 20px 30px; }
.footer_sitemap_item ul > li{ color: #fff; list-style-type: disc; }
.footer_sitemap_item ul > li a{ font-size: 1.2rem; color: #ccc; letter-spacing: 2px; }

.footer_copyright{ color: #666; font-size: 1.3rem; margin-top: 60px; text-align: center; }



/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */
.h1_wrap{ width: 100%; margin: 0 auto 60px auto; }
.h1_bg{ position: relative; }
/*
.h1_bg:before{ content: ""; display: block; position: absolute; left: 0; width: 1200px; height: 300px; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7960434173669468) 40%, rgba(255,255,255,0) 100%); z-index: 1; }
*/
.h1_bg img{ width: 100%; height: auto; }
.h1_wrap_sec{ position: absolute; left: 5%; top: 20%; z-index: 2; }
.h1_01{ color: #fff; font-size: 2.5rem; letter-spacing: 2px; margin-bottom: 10px; }
h1{ font-size: 6rem; color: #fff; margin-bottom: 0px; letter-spacing: 3px; line-height: 1; font-family: 'Zen Old Mincho'; font-weight: 400; }


h2{ width: 1000px; font-size: 4.5rem; color: #fff; line-height: 1; padding: 15px; text-align: center; font-family: 'Zen Old Mincho'; font-weight: 400; margin: 60px auto 40px auto; background: linear-gradient(100deg,rgba(16, 106, 157, 1) 0%, rgba(0, 0, 0, 1) 96%); }

h2.h2_01{ color: var(--main-color); }
.column_bg01 h2.h2_01{ color: #fff; }


h3{ font-size: 3.5rem; letter-spacing: 2px; margin-bottom: 20px; }

h3.h3_02{ font-size: 2.5rem; color: var(--main-color); letter-spacing: 2px; padding-bottom: 10px; border-bottom: 2px solid #0e4d6f; margin-bottom: 20px; }
h3.h3_03{ font-size: 3rem; letter-spacing: 2px; padding: 10px 0; border-top: 3px solid #ccc; border-bottom: 3px solid #ccc; margin-bottom: 20px; }

h3.h3_04{ font-size: 2.3rem; color: #999; margin-bottom: 20px; }

/* ぱんくず */
 
.breadcrumbs_sec{ margin-top: 20px; letter-spacing: 2px; } 
.breadcrumbs_sec > span{ display: inline-block; position: relative; color: #fff; font-size: 1.2rem; }
.breadcrumbs_sec > span span{ margin-left: 15px; }
.breadcrumbs_sec > span a span{ margin-left: 0; }
.breadcrumbs_sec > span:first-child span{ margin-left: 0; }
.breadcrumbs_sec > span br{ display: none; }
.breadcrumbs_sec > span:before{ content: "/"; display: block; position: absolute; top: 0; left: 5px; color: #fff; font-size: 12px; }
.breadcrumbs_sec span:first-child:before{ content: ""; margin-left: 0; }
.breadcrumbs_sec > span a{ color: #fff; font-size: 1.2rem; margin: 0 0 0 20px; }
.breadcrumbs_sec > span:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_sec span a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */

.main{  }
.contents{ width: 96%; max-width: 1200px; margin: 0 auto; }

.top_img_wrap{ position: relative; }
.top_img{ position: relative; height: 800px; z-index: -1; background-color: #000;  }
.top_img img{
width: 100%;
height: 100%;
object-fit: cover;
background: url("../images/bg_top01.jpg") no-repeat center/cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.top_catch{ position: absolute; left: 5%; top: 15%; }
.top_catch01{ color: #fff; font-size: 2.5rem; letter-spacing: 2px; margin-bottom: 20px; }
.top_catch02{ color: #fff; font-size: 11rem; letter-spacing: 3px; line-height: 1.1; margin-bottom: 20px; font-family: 'Zen Old Mincho'; }
.top_catch02 span{ font-size: 9rem; }
.top_catch03{ color: #fff; font-size: 5rem; line-height: 1.3; letter-spacing: 3px; font-family: 'Zen Old Mincho'; }




.top_business{ background-color: #f0f0f0; margin-bottom: 60px; padding: 40px 0; }
.top_business_list{ width: 90%; margin: 0 auto; display: flex; justify-content: space-between; }
.top_business_item{ position: relative; overflow: hidden; flex-basis: 23%; }
.top_business_item a{ display: block; }
.top_business_item a:hover{ opacity: .6; }

.top_business_tit01{ position: relative; font-size: 2.6rem; color: var(--main-color); font-weight: 700; letter-spacing: 2px; margin-bottom: 10px; padding: 0 20px 0 0; }
.top_business_tit01:before{ content: ""; display: block; position: absolute; right: 10px; top: 11px; width: 15px; height: 15px; border-right: 3px solid var(--main-color); border-bottom: 3px solid var(--main-color); transform: rotate(-45deg); }
.top_business_img01{ margin-bottom: 10px; }
.top_business_img01 img{ width: 100%; height: auto; }
.top_business_txt01{ font-size: 1.8rem; line-height: 1.6; text-align: justify; }

.top_business_btn01{ width: 500px; margin: 20px auto 0 auto; }
.top_business_btn01 a{ display: block; font-size: 2.3rem; text-align: center; color: #fff; padding: 10px; border: 2px solid var(--main-color); background-color: var(--main-color);}
.top_business_btn01 a:hover{ background-color: #fff; color: var(--main-color); }


.top_30years{ width: 66%; margin: 0 auto 60px auto; min-width: 1270px; }
.top_30years_list{ display: flex; justify-content: center; }
.top_30years_item{ margin: 0 2%; }
.top_30years_item_img{}
.top_30years_item_txt{ }
.top_30years_item_tit01{ font-size: 9rem; font-family: 'Zen Old Mincho'; }
.top_30years_item_tit01 span{ font-size: 7rem; }
.top_30years_item_tit01 span.last_letter{ color: var(--main-color); font-size: 9rem; }
.top_30years_item_txt01{ font-size: 2.2rem; line-height: 1.8; letter-spacing: 2px; }


.top_advantage{ background: url("/info/wp-content/uploads/bg_advantage01.jpg") no-repeat; padding: 60px 0; }
.top_advantage_sec{ width: 1200px; margin: 0 auto; }
.top_advantage_sec h2{ color: #fff; font-size: 7rem; font-family: 'Zen Old Mincho'; margin-bottom: 30px; line-height: 1; text-align: left; margin: 0 0 30px 0 !important; padding: 0; background: transparent; }
.top_advantage_sec h2 span{ display: block; color: #fff; font-size: 2.5rem; font-weight: 700; font-family: 'Roboto';  }
.top_advantage_sec h2:before,
.top_advantage_sec h2:after{ display: none; }
.top_advantage_txt01{ width: 45%; font-size: 2rem; color: #fff; letter-spacing: 3px; line-height: 1.9; margin-bottom: 30px; text-align: justify; }
.top_advantage_btn01{ width: 500px; }
.top_advantage_btn01 a{ display: block; font-size: 2.3rem; text-align: center; color: #fff; padding: 10px; border: 2px solid var(--main-color); background-color: var(--main-color);}
.top_advantage_btn01 a:hover{ background-color: #fff; color: var(--main-color); }



.top_btn{ margin-bottom: 60px; }
.top_btn_list{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.top_btn_item{ position: relative; overflow: hidden; flex-basis: 49.5%; }
.top_btn_item:after{ position: absolute; content: ""; display: block; width: 100%; height: 100%; top: 0; transition: all .3s ease-out; }
.top_btn_item a{ display: block; position: relative; z-index: 1; height: 100%; color: #fff;  padding: 100px 0 100px 60px;	}

.top_btn_item_tit{ display: flex; align-items: center; align-content: center; flex-wrap: wrap; text-align: center; letter-spacing: 2px; }
.top_btn_item_tit01{ flex-basis: 100%; color: #fff; font-size: 2.5rem; font-family: 'Roboto'; font-weight: 700; line-height: 1; text-align: center; }
.top_btn_item_tit02{ flex-basis: 100%; color: #fff; font-size: 6rem; font-family: 'Zen Old Mincho'; text-align: center; }


.top_btn_item_business:after{ background: url("/info/wp-content/uploads/btn_business01.jpg"); background-size: cover; }
.top_btn_item_corporate:after{ background: url("/info/wp-content/uploads/btn_corporate01.jpg"); background-size: cover; }

.top_btn_item_business:hover:after,
.top_btn_item_corporate:hover:after{ opacity: .8; transform: scale(1.1); }

.top_btn_item_business:before,
.top_btn_item_corporate:before{ z-index: 1; content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,.4); }

.top_btn_item:before{ transition: all .3s ease-out; }

.top_btn_item:hover:before{ background: rgba(0,0,0,.6); }


.top_products{ width: 1200px; margin: 0 auto 60px auto; padding: 40px 0 0 0; }
.top_products h2{ font-size: 7rem; color: var(--main-color); font-family: 'Zen Old Mincho'; line-height: 1; margin: 0 0 40px 0; padding: 0 0 0 0; text-align: left !important; background: transparent; width: auto; }
.top_products h2 span{ display: block; font-size: 2.5rem; font-family: 'Roboto'; font-weight: 700; letter-spacing: 2px; line-height: 1;  }
.top_products h2:before,
.top_products h2:after{ display: none; }

.top_products_list{ display: flex; justify-content: space-between; }
.top_products_item{ flex-basis: 24%; }
.top_products_img01{ margin-bottom: 10px; }
.top_products_img01 img{ width: 100%; height: auto; }
.top_products_tit01{ position: relative; padding-left: 25px; font-size: 2rem; }
.top_products_tit01:before{ position: absolute; left: 0; top: 6px; display: block; content: ""; width: 15px; height: 15px; border-radius: 100%; background-color: var(--main-color);  }


.top_column{ padding-bottom: 60px; }
.top_column h2{ font-size: 7rem; color: var(--main-color); font-family: 'Zen Old Mincho'; line-height: 1; margin-bottom: 40px; text-align: center; background: transparent; }
.top_column h2 span{ display: block; font-size: 2.5rem; font-family: 'Roboto'; font-weight: 700; letter-spacing: 2px; line-height: 1; text-align: center; }

.top_column h2:before,
.top_column h2:after{ display: none; }

.top_column_sec{ width: 1000px; margin: 0 auto 60px auto; }
.top_column_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_column_item{ display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #ccc; }
.top_column_date01{ font-size: 1.4rem; margin-right: 20px; }
.top_column_cat01{ background-color: var(--main-color); color: #fff; font-size: 1.3rem; padding: 3px 10px; border-radius: 40px; }
.top_column_tit01{ flex-basis: 100%; font-size: 2rem; }
.top_column_tit01 a{ flex-basis: 100%; font-size: 2rem; display: block; padding: 10px 0; }

/* 2カラムを「縦に3件→次の列に3件」で配置 */
.top_column_list{ list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, auto); grid-auto-flow: column; gap: 16px 24px; }

/* 各アイテムのベース */
.top_column_item{ margin: 0; }

.top_column01{}

.top_column01 .top_column_sec{ width: 800px; margin: 0 auto 60px auto; }
.top_column01 .top_column_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_column01 .top_column_item{ display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #ccc; }
.top_column01 .top_column_date01{ font-size: 1.4rem; margin-right: 20px; margin-top: 10px; }
.top_column01 .top_column_cat01{ background-color: var(--main-color); color: #fff; font-size: 1.3rem; padding: 3px 10px; border-radius: 40px; }
.top_column01 .top_column_tit01{ flex-basis: 100%; font-size: 2rem; }
.top_column01 .top_column_tit01 a{ flex-basis: 100%; font-size: 2rem; display: block; padding: 10px 0; }

/* 2カラムを「縦に3件→次の列に3件」で配置 */
.top_column01 .top_column_list{ list-style: none; margin: 0; padding: 0; display: block; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, auto); grid-auto-flow: column; gap: 16px 24px; }

/* 各アイテムのベース */
.top_column01 .top_column_item{ margin: 0; }








/* 共通 */
.column_bg01{ background-color: var(--main-color-koime); color: #fff; padding: 40px 0 80px 0; }
.column_bg01 h2 span{ color: #fff; }

.box01{ width: 90%; max-width: 1000px; margin: 0 auto; }

.txt01{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; }

.table01 table{ width: 100%; }
.table01 thead th{ color: #fff; background-color: var(--main-color) !important; border: 1px solid #ccc !important; padding: 15px !important; }
.table01 th,
.table01 td{ border: 1px solid #ccc !important; padding: 15px !important; }


.table02 table{ max-width: 100%; width: 900px; margin: 0 auto; }
.table02 table th{ background-color: #f5f5f5; padding: 10px 15px !important; text-align: left; font-size: 1.5rem; }
.table02 table td{ border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important;  font-size: 1.8rem; }
.table02 table th:nth-child(1),
.table02 table th:nth-child(6),
.table02 table td:nth-child(1),
.table02 table td:nth-child(6){ width: 8%; text-align: center; }

.table03 table{ width: 100%; }
.table03 table th,
.table03 table td{ border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important; background-color: #fff !important; }

.table04 table{ width: 100%; }
.table04 table th{ color: var(--main-color); border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important; background-color: #fff !important; }
.table04 table td{ border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important; background-color: #fff !important; }

ul.list01{ display: flex; margin: 20px 0 60px 0; }
ul.list01 li{ position: relative; font-size: 2.5rem; color: var(--main-color); padding: 0 0 0 40px; margin-right: 40px; }
ul.list01 li:before{ position: absolute; content: ""; display: block; width: 20px; height: 20px; background-color: #f9e876; border-radius: 50%; top: 10px; left: 0; }


ol.ol_list01{ margin: 10px 0 0 30px; }
ol.ol_list01 li{ list-style-type: decimal; font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; margin-bottom: 5px; }




/* ページ内アンカーリンク */
.main_nav{ text-align: center; }
.main_nav > nav{ display: inline-block; background-color: var(--main-color); padding: 15px 40px; border-radius: 10px; margin: 0 auto; }
.main_nav > nav > ul{ display: flex; justify-content: center; }
.nav_item{ position: relative; color: #fff; font-size: 1.5rem; padding: 0 20px 0 0; }
.nav_item:last-child{ padding: 0; }
.nav_item:after{ content: "/"; display: block; position: absolute; top: 0; right: 8px; }
.nav_item:last-child:after{ display: none; }
.nav_item a{ color: #fff; font-size: 1.5rem; letter-spacing: 2px; }




/* 矢内製作所の強み */
.advantage_tit{ font-size: 11rem; font-family: 'Zen Old Mincho'; text-align: center; margin-bottom: 30px; }
.advantage_tit span{ color: var(--main-color); }
.advantage .txt01{ width: 800px; margin: 0 auto; font-size: 2.2rem; letter-spacing: 2px; line-height: 1.8; }

.advantage_test .advantage_tit{ font-size: 8rem; font-family: 'Zen Old Mincho'; text-align: center; margin-bottom: 30px; }
.advantage_test .txt01{ width: 800px; margin: 0 auto; font-size: 2.2rem; letter-spacing: 2px; line-height: 1.8; text-align: justify; }

.advantage_sec_list{ width: 1100px; margin: 0 auto 100px auto; display: flex; justify-content: space-between; }
.advantage_sec_item{ flex-basis: 49%; }
.advantage_sec_item_img{ flex-basis: 49%; position: relative; }
.advantage_tit01{ font-size: 6rem; font-family: 'Zen Old Mincho'; font-weight: 600; line-height: 1.2; margin-bottom: 20px; }
.advantage_tit01:first-letter{ color: var(--main-color); }
.advantage_tit01 span{ font-size: 5rem; }
.advantage_txt01{ font-size: 2rem; letter-spacing: 2px; line-height: 1.8; }
.advantage_num01{ position: absolute; top: 250px; right: 10px; font-size: 13rem; color: #0197ec; font-family: 'Zen Old Mincho'; }
.advantage_img01{}
.advantage_img01 img{ width: 100%; height: auto; }





/* 事業案内 */
.business_sec{ width: 1200px; margin: 0 auto 40px auto; }
.business_sec_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.business_sec_item{ flex-basis: 48%; margin-bottom: 40px; }
.business_tit01{ font-size: 3rem; color: var(--main-color); font-weight: 700; margin-bottom: 10px; }
.business_img01{ margin-bottom: 10px; }
.business_img01 img{ width: 100%; height: auto; }
.business_txt01{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.6; text-align: justify; }

.business_sec_item02{ flex-basis: 64%; background-color: #eee; border-radius: 10px; padding: 20px 30px; }


.business_list{ width: 700px; margin: 0 auto 80px auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.business_list > li{ margin-left: 30px; flex-basis: 45%; font-size: 2rem; margin-bottom: 20px; list-style-type: disc; }
.business_list > li:nth-child(even){ flex-basis: 35%; }
.business_list > li:nth-child(odd){ flex-basis: 55%; }


/* よくある質問 */
.faq_sec{ width: 1000px; margin: 0 auto 80px auto; }

.faq_accordion{ margin-bottom: 15px; border-radius: 10px; background-color: #eee; }
.faq_accordion summary{	display: flex;justify-content: space-between; align-items: center; position: relative; padding: 20px 20px 20px 55px; color: #131f43; font-size: 2rem; font-weight: 400; cursor: pointer; line-height: 1.3; }

/* デフォルトマーカー非表示 */
.faq_accordion summary::-webkit-details-marker{	display: none; }

/* ▼矢印アイコン（after） */
.faq_accordion summary::after{ content: ''; display: inline-block; width: 7px; height: 7px;	margin-left: 8px;	border-bottom: 3px solid var(--main-color);	border-right: 3px solid var(--main-color); transform: rotate(45deg); transition: transform .3s;	align-self: center; }

/* ▼Qマーク（before） */
.faq_accordion summary::before{
	content: "Q.";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 20px;
	top: 45%;
	transform: translateY(-50%); /* ←縦中央揃え */
	width: 20px; /* アイコン領域確保 */
	height: 20px;
	font-size: 2.5rem;
	color: var(--main-color);
	font-family: 'Zen Old Mincho';
	font-weight: 700;
}

.faq_accordion[open] summary::after {
	transform: rotate(225deg);
}

.faq_accordion p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 20px;
	transition: transform .5s, opacity .5s;
	
	background-color: #ddd;
	border-radius: 0 0 10px 10px;
}

.faq_accordion[open] p {
	transform: none;
	opacity: 1;
	margin: 0;
}


/* ご依頼の流れ */
.flow_sec{ margin-bottom: 80px; }
.flow_sec01{ display: flex; justify-content: center; align-items: center; }
.flow_sec01_list{ padding-left: 0; }
.flow_sec01_item{ list-style-type: none; position: relative; padding-left: 140px; }
.flow_sec01_item:not(:last-child){ padding-bottom: 80px; }
.flow_sec01_ico01{ width: 110px; height: 110px; line-height: 120px; text-align: center; border-radius: 100vh; display: inline-block; background: linear-gradient(90deg,rgba(16, 106, 157, 1) 0%, rgba(10, 57, 84, 1) 100%); color: #fff; position: absolute; left: 0; font-size: 5rem; }
.flow_sec01_item:not(:last-child)::before{ content: ''; background: var(--main-color); width: 1px;
  height: 100%; position: absolute; top: calc(50% - -30px); left: 50px; transform: translateY(-50%);
}
.flow_sec01_item dl dt{ font-size: 3rem; color: var(--main-color); margin-bottom: 10px; }
.flow_sec01_item dl dd{ margin-left: 0; font-size: 1.8rem; }
.flow_contact{ background-color: #eee; padding: 30px; border-radius: 10px; margin-top: 10px; }


/* 製品実績 */
.products_sec{ width: 80%; margin: 0 auto 80px auto; }
.products_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.products_item{ flex-basis: 48%; margin-bottom: 40px; }
.products_img01{ margin-bottom: 10px; }
.products_img01 img{ width: 100%; height: auto; }
.products_tit01{ font-size: 2rem; }

.before-after-container {
    --border-color: #fff; /* 境界線の色 */
    --slide-bg-color: #106a9d; /* スライドテキストの背景色 */
    --slide-text-color: #fff; /* スライドテキストの文字色 */
    --slide-text: "←Slide→"; /* スライドのテキスト */
    --border-width: 2px; /* 境界線の幅 */
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.before-image, .after-image {
    display: block;
    width: 100%;
    height: auto;
}

.after-image {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.before-image_tit01{ position: absolute; left: 10px; top: 10px; font-size: 1.5rem; font-weight: 700; padding: 2px 10px; background-color: #fff; }
.after-image_tit01{ position: absolute; right: 10px; top: 10px; font-size: 1.5rem; font-weight: 700; padding: 2px 10px; background-color: #fff; }

.slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: var(--border-width);
    background: var(--border-color);
    cursor: ew-resize;
    z-index: 10;
}

.slider-handle::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 30px; /* 当たり判定を広げる幅 */
    transform: translateX(-50%);
    background: transparent;
    pointer-events: auto;
}

.slider-handle::after {
    content: var(--slide-text);
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--slide-bg-color);
    color: var(--slide-text-color);
    transform: translate(-50%, -50%);
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    font-weight: bold;
    pointer-events: auto;
    animation: slideText 0.5s ease-in-out infinite;
}

.slider-handle.active::after {
    opacity: 0;
}

.slider-handle.used::after {
  animation: none;
  content: "";
  width: 15px;
  height: 15px;
  opacity: 1;
  border-radius: 50%;
  background: var(--border-color);
}

@keyframes slideText {
    0%, 100% { transform: translate(-50%, -50%) translateX(-2px); }
    50% { transform: translate(-50%, -50%) translateX(2px); }
}









.table_corporate01{ width: 1000px; margin: 0 auto 60px auto; }
.table_corporate01 table{ width: 100%; }
.table_corporate01 table th{ width: 20%; text-align: left; padding: 15px; font-size: 1.6rem; border-bottom: 1px solid #ccc; }
.table_corporate01 table td{ padding: 15px; font-size: 1.6rem; border-bottom: 1px solid #ccc; }

.column_corporate01{ width: 1000px; margin: 0 auto 60px auto; justify-content: center !important; }
.column_corporate01 div:nth-child(1){ text-align: right; }
.column_corporate01 div:nth-child(1) figcaption{ text-align: left; }
.column_corporate01 div:nth-child(2){ text-align: left; }
.column_corporate01 div:nth-child(2) figcaption{ text-align: left; }








.map_sec{ position: relative; width: 100%; padding-top: 20%; height: 0; }
.map_sec iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.txt02{ width: 1000px; margin: 0 auto; font-size: 1.6rem; letter-spacing: 2px; }



/* フォーム */
.contact_sec{ width: 1100px; margin: 0 auto; }
.contact_item{display: flex; width: 100%; padding: 20px 20px; border-bottom: 1px solid #ccc; max-width: 1100px; margin: 0 auto;}
.contact_tit{width: 35%;  font-weight: 700!important; position: relative; margin-left: 80px; text-align: left!important;;}
.contact_tit span{position: absolute;  background-color: #E02E30; color: #fff; margin-right: 15px; border: 1px solid #E02E30; padding: 4px 8px; left: -80px; top: -5px;}
.contact_tit .optional{background-color: #999; border: 1px solid #999;}
.contact_txt,
.contact_adress,
.contact_txtarea{width: 65%;}
.contact_txt input{font-size: 2rem; background: #fff; height: 35px; padding: 8px; border: 1px solid #ccc; width: 100%; }
.contact_txtarea textarea{font-size: 2rem; padding: 8px; background: #fff; border: 1px solid #ccc; width: 100%; }
.contact_adress_sub p{padding: 15px 0;}
.contact_adress input{background: #fff; border: 1px solid #ccc; height: 35px; margin-left: 15px; font-size: 2rem; padding: 8px; }
.contact_submit{border-bottom: none;}
.contact_submit_btn{ text-align: center; margin-top: 30px; }
.contact_submit_btn input{ background-color: var(--main-color); color: #fff; font-size: 1.8rem; font-weight: 700; font-family: "LineSeedJP_Rg","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; letter-spacing: 1px; padding: 15px 30px; cursor: pointer; -webkit-appearance: none; border-radius: 0; border: none; transition: .5s all; }

.contact_submit_btn input:hover{opacity: 0.7;}

input[type="checkbox"]{float: left;}
.contact_check{display: flex;}
.contact_submit .contact_tit{width: 30%;}
.wpcf7-spinner{display: block;}

.contact_adress_sub p span{margin-left: 10px;}

::placeholder{ color: #999; }





.wp-pagenavi{ width: 90%; margin: 40px auto 80px auto; display: flex; justify-content: center; }
.wp-pagenavi a{ display: block; font-size: 1.8rem; text-align: center; color: var(--main-color); background-color: #fff; border-color: var(--main-color) !important; width: 30px; height: 30px; line-height: 29px; padding: 0 !important; }
.wp-pagenavi a:hover{ background-color: var(--main-color); color: #fff; }
.wp-pagenavi span.current{ display: block; width: 30px; height: 30px; line-height: 29px; text-align: center; background-color: var(--main-color); color: #fff; border: 1px solid var(--main-color) !important; margin: 2px; }

.wp-pagenavi span{
	text-decoration: none;
	border: 1px solid var(--main-color) !important;
	width: 30px; height: 30px; line-height: 29px; padding: 0 !important;
	text-align: center;
}



.wsp-container{ width: 50%; margin: 0 auto; }
.wsp-pages-list{}

.sitemap_list{ width: 50%; margin: 0 auto; }
.page_item{ margin-bottom: 20px; }
.page_item > a{ font-size: 2.2rem; letter-spacing: 2px; position: relative; }

.page_item > ul{ margin: 10px 0 30px 0; }
.page_item > ul > li{ margin-bottom: 5px; }
.page_item > ul > li > a {
position: relative;
display: block;
font-size: 1.8rem;
text-decoration: none;
padding: 5px 5px 5px 30px;
letter-spacing: 2px;
}

.page_item a:before{
content: '';
width: 8px;
height: 8px;
border-top: solid 1px var(--main-color);
border-right: solid 1px var(--main-color);
position: absolute;
left: -20px;
top: 10px;
transform: rotate(45deg);
}



/* single.php pagination */

.pagination{ margin: 60px auto 0 auto; }
.pagination ul{ width: 100%; margin: 0 auto 100px auto; display: flex; justify-content: space-between; }
.pagination ul li{ flex-basis: 20%; position: relative; }
.pagination ul li:before{ content: ''; width: 6px; height: 6px; border-top: solid 1px #ccc; border-right: solid 1px #ccc; position: absolute; top: 20px; }
.pagination ul li:nth-child(1):before{ transform: rotate(225deg); left: 30px; }
.pagination ul li:nth-child(2):before{ display: none; }
.pagination ul li:nth-child(3):before{ transform: rotate(45deg); right: 30px; }


.pagination ul li a{ display: block; border: 1px solid var(--main-color); color: var(--main-color); font-size: 15px; font-weight: 500; padding: 10px; text-align: center; background-color: #fff; transition:all .3s ease; text-decoration: none; border-radius: 10px; }
.pagination ul li a:hover{ background: var(--main-color); color: #fff; opacity: 1; }
.pagination ul li.next{ text-align: left; }
.pagination ul li.next i{ margin-right: 20px; }
.pagination ul li:nth-child(2) {  }
.pagination ul li:nth-child(2) a{ display: block; text-decoration: none; }
.pagination ul li.next a,
.pagination ul li.prev a{ display: block; background: var(--main-color); color: #fff; text-decoration: none; }
.pagination ul li.next a:hover,
.pagination ul li.prev a:hover{ background: #fff; color: var(--main-color); }
.pagination ul li.prev i{ margin-left: 20px; }
.pagination ul li.next span,
.pagination ul li.prev span{ display: block; border: 1px solid #b0cdea; color: #fff; background: #b0cdea; font-size: 15px; font-weight: 500; padding: 10px; text-align: center; border-radius: 40px; }


.pagination ul li.next.nopost:before,
.pagination ul li.prev.nopost:before{ border-top: solid 1px var(--main-color); border-right: solid 1px var(--main-color); }



.main_news{ display: flex; justify-content: space-between; width: 1100px; margin: 0 auto; padding: 0 0 80px 0; }

.news_sec{ flex-basis: 65%; }
.news_list{}
.news_item{ display: flex; flex-wrap: wrap; padding: 20px 0; margin-bottom: 10px; border-bottom: 1px solid #ccc; }
.news_date{ flex-basis: 13%; font-size: 1.3rem; padding: 3px 0; margin-right: 10px;  }
.news_cat{ flex-basis: 18%; font-size: 1.5rem; text-align: center; padding: 3px 0; background-color: var(--main-color); color: #fff; letter-spacing: 2px; border-radius: 40px; }
.news_cat p{ font-size: 1.5rem !important; text-align: center; color: #fff; letter-spacing: 2px; margin-bottom: 0 !important; }
.news_cat_news{ background-color: var(--main-color); }

.news_tit{ flex-basis: 100%; font-size: 2.5rem; letter-spacing: 2px; margin-bottom: 5px;  }
.news_tit h2{ width: 100%; font-size: 2rem; margin-top: 5px; text-align: left; margin: 0; padding: 10px 0 0 0; font-family: 'Noto Sans JP'; font-weight: 700; background: transparent; }
.news_tit h2:before,
.news_tit h2:after{ display: none; }
.news_tit .new{ color: #f00; font-size: 1.5rem; margin-right: 10px; }
.news_txt{ font-size: 1.6rem; letter-spacing: 3px; line-height: 2; }

.single-column .news_tit h1{ color: #222; font-size: 3rem; font-weight: 900; font-family: 'Noto Sans JP'; margin-bottom: 20px; padding: 10px 0 0 0; }
.single-column .news_detail h2{ width: 100%; color: #222; font-size: 3rem; font-weight: 700; font-family: 'Noto Sans JP'; margin-bottom: 20px; padding: 20px 0 20px 40px; text-align: left; letter-spacing: 2px; border-top: 2px solid #13beb8; border-bottom: 2px solid #13beb8; position: relative; background: transparent; }
.single-column .news_detail h2:before,
.single-column .news_detail h2:after{ display: none; }
.single-column .news_detail h2:before{ position: absolute; top: 20px; left: 0; display: block; content: "\e900"; font-family: 'icomoon'; color: #818181; font-size: 3rem; width: auto; height: auto; background-color: transparent; transform: translateX(0); font-weight: normal; }
.single-column .news_detail h2:first-letter{ color: #13beb8; }
.single-column .news_detail h3{ background-color: #eee; padding: 10px 20px; border-radius: 10px; margin-bottom: 20px; font-size: 2.4rem; font-weight: 700; }
.single-column p{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; margin-bottom: 20px; }

.news_single_sec .news_item{ border-bottom: 0; }
.news_single_sec .news_tit{ font-weight: 500; padding: 10px 0; border-bottom: 1px solid var(--main-color); margin-bottom: 20px; }

.sidebar{ flex-basis: 30%; }

.sidebar_sec{ background-color: #f5f5f5; margin-bottom: 40px; }
.sidebar_sec h3{ background-color: var(--main-color); color: #fff; font-size: 1.8rem; font-weight: 500; padding: 15px; letter-spacing: 2px; margin-bottom: 0; }
.sidebar_sec01{ padding: 20px 30px 10px 30px; }

.sidebar_sec01_list{}
.sidebar_sec01_list > li,
.sidebar_sec01_item{ position: relative; padding: 0px 0px 0px 1em; font-size: 1.4rem; letter-spacing: 1px; margin-bottom: 10px; }
.sidebar_sec01_list > li:before,
.sidebar_sec01_item:before{ position: absolute; top: 50%; left: 0px; transform: translateY(-50%); width: 0px; height: 0px; border: 0.3em solid transparent; border-left: 0.4em solid #aaa; content: ""; }
.sidebar_sec01_item a:hover{ opacity: .6; }
.sidebar_sec01_item a img{ /* width: 100%; height: auto; */ }
.sidebar_sec01_thumb{ margin-bottom: 5px; }
.sidebar_sec01_title{ font-weight: 700; }




/* ----------------------------------------------------------
 SP CSS
---------------------------------------------------------- */
@media screen and (max-width: 520px){
img,video {
  max-width: 100%;
  height: auto;
}

/* フォントサイズ10px=62.5% */
html{ font-size: 60%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; height: auto !important; height: 100%; padding-top: 0; }

/* 非表示用 */
.noneSP		{ display: none !important; }


/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{ position: fixed; top: 0; width: 100%; height: 50px; z-index: 100; background-color: #fff; box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.1); }

.header_wrap{ display: flex; justify-content: space-between; align-items: center; }

.header_logo{ flex-basis: 100%; margin-left: 10px; margin-top: 0px; }
.header_logo img{ width: 100%; height: auto; max-width: 263px; max-height: 47px; }
.header_logo a:hover{ opacity: .6; }

.header_logo_sec{ margin-top: 0 !important; }
.header_logo_sec a{ display: flex; }
.header_logo_sec a svg{ margin-right: 10px; }

.header_logo_sec span{ flex-basis: 100%; display: block; font-size: 1rem; letter-spacing: 0px; font-family: 'Noto Sans JP'; margin-bottom: 4px; }


.gnavi{ flex-basis: 43%; margin-left: 15%; }
.gnavi a{ font-size: 1.6rem; text-align: center; letter-spacing: 1px; }
.gnavi a:hover{ background-color: #eee; }

#menu-content > li > a:after{ display: none; }


#menu-content > li > a { height: auto; }
#menu-content > li > a span{ display: none;  }


.header_tel{ display: none; }
.header_contact{ display: none; }

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */

/* ページ下部 固定メニュー */
.btm_menu { position: fixed; bottom: -50px; width: 100%; border-top: 1px solid #fff; z-index: 99; }
.btm_menu li { float: left; width: 50%; }
.btm_menu li a{ border-right: 1px solid #fff; }
.btm_menu li:last-child a{ border-right: 0px solid #fff; }
.btm_menu li a { display: block; height: 50px; text-align: center; font-size: 1.6rem; font-weight: 700; padding: 15px 5px 5px; background-color: var(--main-color); color: #fff; }
.btm_menu li a i{ font-size: 1.8rem; margin-right: 10px; vertical-align: middle; }
.btm_menu li a:hover { background-color: #333; color: #fff; }
.btm_menu ul:after { content: ''; clear: both; display: block; }



.top_footer{ padding: 30px 20px 40px 20px; }
.top_footer_tit{ font-size: 1.8rem; text-align: center; }
.top_footer_sec{ position: relative; width: 90%; margin: 25px auto 0 auto; border: 1px solid var(--main-color); padding: 30px 20px 20px 20px; z-index: 1; margin-bottom: 30px; }
.top_footer_sec_tit{ top: -25px; font-size: 1.6rem; font-weight: 700; }
.top_footer_sec_tit:after{ content: ""; display: block; width: 260px; height: 40px; background-color: #f5f5f5; position: absolute; left: 0; right: 0; top: 6px; margin: 0 auto; z-index: -1; }
.top_footer_sec_txt{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; text-align: center; }
.top_footer_info{ flex-wrap: wrap; }
.top_footer_info_tel{ flex-basis: 100%; font-size: 3rem; margin-right: 0; line-height: 1.2; text-align: center; margin-bottom: 20px; border-right: 0; padding-right: 0; }
.top_footer_info_tel p{ font-size: 1.2rem; text-align: center; letter-spacing: 2px; }
.top_footer_info_tel i{ font-size: 2.5rem; color: var(--main-color); margin-right: 10px; }
.top_footer_info_btn{ width: 300px; margin-left: auto; margin-right: auto; }
.top_footer_info_btn a{ display: block; color: #fff; background-color: var(--main-color); text-align: center; padding: 15px; font-size: 1.8rem; border: 1px solid var(--main-color); }
.top_footer_info_btn a i{ font-size: 2.5rem; margin-right: 10px; vertical-align: middle; }
.top_footer_info_btn a:hover{ background-color: #fff; color: var(--main-color); }


footer{ padding: 30px 0 20px 0; background-color: #293a44; }

.footer_sec{ width: 90%; margin: 0 auto; display: block; }
.footer_sec_info{ width: 90%; margin: 0 auto; }
.footer_sec_info_logo{ width: 70%; margin: 0 auto 20px auto; }
.footer_sec_info_logo a:hover{ opacity: .6; }
.footer_sec_info_logo img{ width: 100%; height: auto; }
.footer_sec_info_add{ font-size: 1.3rem; text-align: center; }
.footer_sec_info_tel{ font-size: 1.3rem; text-align: center; }
.footer_copyright{ font-size: 1rem; margin-top: 40px; text-align: center; padding-bottom: 50px; }


.footer_sitemap{ display: none; }


/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */
.h1_wrap{ width: 100%; margin: 0 auto; padding-top: 50px; }
.h1_bg{ position: relative; margin-bottom: 20px; }
/*
.h1_bg:before{ content: ""; display: block; position: absolute; left: 0; width: 1200px; height: 300px; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7960434173669468) 40%, rgba(255,255,255,0) 100%); z-index: 1; }
*/
.h1_bg img{ width: 100%; height: auto; min-height: 100px; object-fit: cover; }
.h1_wrap_sec{ position: absolute; left: 5%; top: 20%; z-index: 2; }
.h1_01{ display: none; }
h1{ font-size: 3rem; margin-top: 5px; margin-bottom: 0px; letter-spacing: 3px; line-height: 1; }


h2{ width: 100%; font-size: 3.3rem; line-height: 1; padding: 15px 0 20px 0; text-align: center; font-family: 'Zen Old Mincho'; font-weight: 400; margin: 60px auto 40px auto; }

	
h3.h3_04{ font-size: 2.1rem; color: #999; margin-bottom: 10px; font-weight: 700; }


/* ぱんくず */ 
.breadcrumbs_sec{ flex-basis: 100%; letter-spacing: 2px; margin-top: 5px; line-height: 1; } 
.breadcrumbs_sec > span{ display: inline-block; position: relative; color: #fff; font-size: 1.2rem; }
.breadcrumbs_sec > span span{ margin-left: 15px; }
.breadcrumbs_sec > span a span{ margin-left: 0; }
.breadcrumbs_sec > span:first-child span{ margin-left: 0; }
.breadcrumbs_sec > span br{ display: none; }
.breadcrumbs_sec > span:before{ content: "/"; display: block; position: absolute; top: 0; left: 5px; color: #fff; font-size: 10px; }
.breadcrumbs_sec span:first-child:before{ content: ""; margin-left: 0; }
.breadcrumbs_sec > span a{ color: #fff; font-size: 1.2rem; margin: 0 0 0 20px; }
.breadcrumbs_sec > span:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_sec span a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */


.main{  }
.page_sec{ width: 90%; margin: 0 auto; }
.contents{ width: 96%; max-width: 1200px; margin: 0 auto; }

.top_img_wrap{ position: relative;  padding-top: 50px; }
.top_img{ position: relative; height: 300px; z-index: -1; background-color: #000;  }
.top_img img{
width: 100%;
height: 100%;
object-fit: cover;
background: url("../images/bg_top01.jpg") no-repeat center/cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
	background-size: cover; 
}

.top_catch{ position: absolute; left: 5%; top: 20%; }
.top_catch01{ color: #fff; font-size: 1.3rem; letter-spacing: 2px; margin-bottom: 20px; }
.top_catch02{ color: #fff; font-size: 4rem; letter-spacing: 3px; line-height: 1.1; margin-bottom: 20px; font-family: 'Zen Old Mincho'; }
.top_catch02 span{ font-size: 3rem; }
.top_catch03{ color: #fff; font-size: 2rem; line-height: 1.3; letter-spacing: 3px; font-family: 'Zen Old Mincho'; }




.top_business{ background-color: #f0f0f0; margin-bottom: 60px; padding: 40px 0; }
.top_business_list{ width: 90%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_business_item{ position: relative; overflow: hidden; flex-basis: 48%; margin-bottom: 30px; }
.top_business_item a{ display: block;}

.top_business_tit01{ font-size: 1.5rem; font-weight: 700; letter-spacing: 0; }
.top_business_tit01:before{ right: 5px; top: 6px; width: 8px; height: 8px; border-right: 2px solid var(--main-color); border-bottom: 2px solid var(--main-color); transform: rotate(-45deg); }
.top_business_img01{ margin-bottom: 10px; }
.top_business_img01{ margin-bottom: 10px; }
.top_business_img01 img{ width: 100%; height: auto; }
.top_business_txt01{ font-size: 1.4rem; line-height: 1.6; }

.top_business_btn01{ width: 300px; margin: 20px auto 0 auto; }
.top_business_btn01 a{ display: block; font-size: 2rem; text-align: center; color: #fff; padding: 10px; border: 2px solid var(--main-color); background-color: var(--main-color);}
.top_business_btn01 a:hover{ background-color: #fff; color: var(--main-color); }


.top_30years{ width: 66%; margin: 0 auto 60px auto; min-width: 350px; }
.top_30years_list{ display: flex; justify-content: center; flex-wrap: wrap; }
.top_30years_item{ margin: 0 2%; flex-basis: 96%; text-align: center; }
.top_30years_item_img{}
.top_30years_item_img img{ width: 40%; height: auto; margin: 0 auto; }
.top_30years_item_txt{ }
.top_30years_item_tit01{ font-size: 3.3rem; font-family: 'Zen Old Mincho'; }
.top_30years_item_tit01 span{ font-size: 2.3rem; }
.top_30years_item_tit01 span.last_letter{ color: var(--main-color); font-size: 4rem; }
.top_30years_item_txt01{ font-size: 1.8rem; line-height: 1.8; letter-spacing: 2px; text-align: left; text-align: justify; }


.top_advantage{ background: url("/info/wp-content/uploads/bg_advantage01.jpg") no-repeat center center; padding: 60px 0; }
.top_advantage_sec{ width: 90%; margin: 0 auto; }
.top_advantage_sec h2{ width: 100%; color: #fff; font-size: 3.5rem; font-family: 'Zen Old Mincho'; margin-bottom: 30px; line-height: 1; text-align: left; margin: 0 0 30px 0 !important; padding: 0; }
.top_advantage_sec h2 span{ display: block; color: #fff; font-size: 2rem; font-weight: 700; font-family: 'Roboto'; letter-spacing: 2px; }
.top_advantage_sec h2:before,
.top_advantage_sec h2:after{ display: none; }
.top_advantage_txt01{ width: 100%; font-size: 1.6rem; color: #fff; letter-spacing: 3px; line-height: 1.7; margin-bottom: 30px; }
.top_advantage_btn01{ width: 300px; margin: 0 auto; }
.top_advantage_btn01 a{ display: block; font-size: 2rem; text-align: center; color: #fff; padding: 10px; border: 2px solid var(--main-color); background-color: var(--main-color);}
.top_advantage_btn01 a:hover{ background-color: #fff; color: var(--main-color); }



.top_btn{ margin-bottom: 60px; }
.top_btn_list{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.top_btn_item{ position: relative; overflow: hidden; flex-basis: 100%; border-bottom: 2px solid #fff; }
.top_btn_item:after{ position: absolute; content: ""; display: block; width: 100%; height: 100%; top: 0; transition: all .3s ease-out; }
.top_btn_item a{ display: block; position: relative; z-index: 1; height: 100%; color: #fff;  padding: 50px 0 50px 0px;	}

.top_btn_item_tit{ display: flex; align-items: center; align-content: center; flex-wrap: wrap; text-align: center; letter-spacing: 2px; }
.top_btn_item_tit01{ flex-basis: 100%; color: #fff; font-size: 2.5rem; font-family: 'Roboto'; font-weight: 700; line-height: 1; text-align: center; }
.top_btn_item_tit02{ flex-basis: 100%; color: #fff; font-size: 4rem; font-family: 'Zen Old Mincho'; text-align: center; }


.top_products{ width: 90%; margin: 0 auto 30px auto; padding: 0px 0 0 0; }
.top_products h2{ font-size: 4rem; color: var(--main-color); font-family: 'Zen Old Mincho'; line-height: 1; margin: 30px 0 20px 0; padding: 0; text-align: left !important;}
.top_products h2 span{ display: block; font-size: 1.5rem; font-family: 'Roboto'; font-weight: 700; letter-spacing: 2px; line-height: 1;  }
.top_products h2:before,
.top_products h2:after{ display: none; }

.top_products_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_products_item{ flex-basis: 48%; margin-bottom: 30px; }
.top_products_img01{ margin-bottom: 10px; }
.top_products_img01 img{ width: 100%; height: auto; }
.top_products_tit01{ position: relative; padding-left: 20px; font-size: 1.6rem; }
.top_products_tit01:before{ position: absolute; left: 0; top: 6px; display: block; content: ""; width: 10px; height: 10px; border-radius: 100%; background-color: var(--main-color);  }


.top_column{ width: 90%; margin: 0 auto; padding-bottom: 60px; }
.top_column h2{ width: 100%; font-size: 4rem; color: var(--main-color); font-family: 'Zen Old Mincho'; line-height: 1; margin-bottom: 20px; text-align: center; }
.top_column h2 span{ display: block; font-size: 1.5rem; font-family: 'Roboto'; font-weight: 700; letter-spacing: 2px; line-height: 1; text-align: center; }

.top_column h2:before,
.top_column h2:after{ display: none; }

.top_column_sec{ width: 90%; margin: 0 auto 60px auto; }
.top_column_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_column_item{ display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #ccc; }
.top_column_date01{ font-size: 1.4rem; margin-right: 20px; }
.top_column_cat01{ background-color: var(--main-color); color: #fff; font-size: 1.3rem; padding: 3px 10px; border-radius: 40px; }
.top_column_tit01{ flex-basis: 100%; font-size: 2rem; }
.top_column_tit01 a{ flex-basis: 100%; font-size: 1.6rem; display: block; padding: 10px 0; }

/* 2カラムを「縦に3件→次の列に3件」で配置 */
.top_column_list{ list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); grid-auto-flow: row; grid-template-rows: unset; gap: 16px 24px; }

/* 各アイテムのベース */
.top_column_item{ margin: 0; }



.top_column01 .top_column_sec{ width: 90%; margin: 0 auto 60px auto; }
.top_column01 .top_column_tit01 a{ flex-basis: 100%; font-size: 1.6rem; display: block; padding: 10px 0; }




/* 共通 */
.column_bg01{ background-color: var(--main-color-koime); color: #fff; padding: 40px 0 80px 0; }
.column_bg01 h2 span{ color: #fff; }

.box01{ width: 90%; max-width: 1000px; margin: 0 auto; }

.txt01{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; }

.table01 table{ width: 100%; }
.table01 thead th{ color: #fff; background-color: var(--main-color) !important; border: 1px solid #ccc !important; padding: 15px !important; }
.table01 th,
.table01 td{ border: 1px solid #ccc !important; padding: 15px !important; }


.table02 table{ max-width: 100%; width: 900px; margin: 0 auto; }
.table02 table th{ background-color: #f5f5f5; padding: 10px 15px !important; text-align: left; font-size: 1.5rem; }
.table02 table td{ border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important;  font-size: 1.8rem; }
.table02 table th:nth-child(1),
.table02 table th:nth-child(6),
.table02 table td:nth-child(1),
.table02 table td:nth-child(6){ width: 8%; text-align: center; }

.table03 table{ width: 100%; }
.table03 table th,
.table03 table td{ border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important; background-color: #fff !important; }

.table04 table{ width: 100%; }
.table04 table th{ color: var(--main-color); border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important; background-color: #fff !important; }
.table04 table td{ border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important; background-color: #fff !important; }

ul.list01{ display: flex; margin: 20px 0 60px 0; }
ul.list01 li{ position: relative; font-size: 2.5rem; color: var(--main-color); padding: 0 0 0 40px; margin-right: 40px; }
ul.list01 li:before{ position: absolute; content: ""; display: block; width: 20px; height: 20px; background-color: #f9e876; border-radius: 50%; top: 10px; left: 0; }


ol.ol_list01{ margin: 10px 0 0 30px; }
ol.ol_list01 li{ list-style-type: decimal; font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; margin-bottom: 5px; }




/* ページ内アンカーリンク */
.main_nav{ text-align: center; }
.main_nav > nav{ display: inline-block; background-color: var(--main-color); padding: 15px 40px; border-radius: 10px; margin: 0 auto; }
.main_nav > nav > ul{ display: flex; justify-content: center; }
.nav_item{ position: relative; color: #fff; font-size: 1.5rem; padding: 0 20px 0 0; }
.nav_item:last-child{ padding: 0; }
.nav_item:after{ content: "/"; display: block; position: absolute; top: 0; right: 8px; }
.nav_item:last-child:after{ display: none; }
.nav_item a{ color: #fff; font-size: 1.5rem; letter-spacing: 2px; }




/* 矢内製作所の強み */
.advantage_tit{ font-size: 4.2rem; font-family: 'Zen Old Mincho'; text-align: center; margin-bottom: 30px; margin-top: 30px; }
.advantage_tit span{ color: var(--main-color); }
.advantage .txt01{ width: 90%; margin: 0 auto; font-size: 2rem; letter-spacing: 2px; line-height: 1.8; }

.advantage_test .advantage_tit{ font-size: 3.5rem; margin-bottom: 20px; }
.advantage_test .txt01{ width: 90%; font-size: 1.8rem; }


.advantage_sec_list{ width: 100%; margin: 0 auto 100px auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.advantage_sec_item{ flex-basis: 100%; }
.advantage_sec_item_img{ flex-basis: 100%; position: relative; }
.advantage_tit01{ font-size: 3.8rem; font-family: 'Zen Old Mincho'; font-weight: 600; line-height: 1.2; margin-bottom: 20px; }
.advantage_tit01:first-letter{ color: var(--main-color); }
.advantage_tit01 span{ font-size: 3.3rem; }
.advantage_txt01{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; text-align: justify; }
.advantage_num01{ position: absolute; top: 150px; right: 10px; font-size: 10rem; color: #0197ec; font-family: 'Zen Old Mincho'; }
.advantage_img01{}
.advantage_img01 img{ width: 100%; height: auto; }





/* 事業案内 */
.business_sec{ width: 100%; margin: 0 auto 40px auto; }
.business_sec_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.business_sec_item{ flex-basis: 100%; margin-bottom: 40px; }
.business_tit01{ font-size: 2.4rem; color: var(--main-color); margin-bottom: 10px; }
.business_img01{ margin-bottom: 10px; }
.business_img01 img{ width: 100%; height: auto; }
.business_txt01{ font-size: 1.6rem; letter-spacing: 2px; line-height: 1.6; }

.business_sec_item02{ flex-basis: 100%; background-color: #eee; border-radius: 10px; padding: 20px 30px; }


.business_list{ width: 100%; margin: 0 auto 80px auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.business_list > li{ margin-left: 30px; flex-basis: 95%; font-size: 1.8rem; margin-bottom: 20px; list-style-type: disc; padding-right: 20px; }
.business_list > li:nth-child(even){ flex-basis: 100%; }
.business_list > li:nth-child(odd){ flex-basis: 100%; }


/* よくある質問 */
.faq_sec{ width: 100%; margin: 0 auto 80px auto; }

.faq_accordion{ margin-bottom: 15px; border-radius: 10px; background-color: #eee; }
.faq_accordion summary{	display: flex;justify-content: space-between; align-items: center; position: relative; padding: 20px 20px 20px 55px; color: #131f43; font-size: 2rem; font-weight: 400; cursor: pointer; line-height: 1.3; }

/* デフォルトマーカー非表示 */
.faq_accordion summary::-webkit-details-marker{	display: none; }

/* ▼矢印アイコン（after） */
.faq_accordion summary::after{ content: ''; display: inline-block; width: 7px; height: 7px;	margin-left: 8px;	border-bottom: 3px solid var(--main-color);	border-right: 3px solid var(--main-color); transform: rotate(45deg); transition: transform .3s;	align-self: center; }

/* ▼Qマーク（before） */
.faq_accordion summary::before{
	content: "Q.";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 20px;
	top: 45%;
	transform: translateY(-50%); /* ←縦中央揃え */
	width: 20px; /* アイコン領域確保 */
	height: 20px;
	font-size: 2.5rem;
	color: var(--main-color);
	font-family: 'Zen Old Mincho';
	font-weight: 700;
}

.faq_accordion[open] summary::after {
	transform: rotate(225deg);
}

.faq_accordion p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 20px;
	transition: transform .5s, opacity .5s;
	
	background-color: #ddd;
	border-radius: 0 0 10px 10px;
}

.faq_accordion[open] p {
	transform: none;
	opacity: 1;
	margin: 0;
}


/* ご依頼の流れ */
.flow_sec{ width: 90%; margin: 0 auto 40px auto; }
.flow_sec01_item{ padding-left: 0px; }
.flow_sec01_item:not(:last-child){ padding-bottom: 48px; }
.flow_sec01_ico01{ position: relative; display: block; width: 90px; height: 90px; line-height: 96px; font-size: 3.6rem; margin: 0 auto 20px auto; }
.flow_sec01_item:not(:last-child)::before{ display: none; }
.flow_sec01_item dl dt{ font-size: 2rem; text-align: center; font-weight: 700; }
.flow_sec01_item dl dd{ font-size: 1.5rem; }
.flow_contact{ padding: 20px; margin-top: 8px; }


/* 製品実績 */
.products_sec{ width: 90%; margin: 0 auto 40px auto; }
.products_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.products_item{ flex-basis: 100%; margin-bottom: 40px; }
.products_img01{ margin-bottom: 10px; }
.products_img01 img{ width: 100%; height: auto; }
.products_tit01{ font-size: 1.8rem; }

.before-image_tit01{ position: absolute; left: 5px; top: 5px; font-size: 1rem; font-weight: 700; padding: 1px 5px; background-color: rgba(255,255,255,.8); }
.after-image_tit01{ position: absolute; right: 5px; top: 5px; font-size: 1rem; font-weight: 700; padding: 1px 5px; background-color: rgba(255,255,255,.8); }




.table_corporate01{ width: 100%; margin: 0 auto 30px auto; }
.table_corporate01 table{ width: 100%; }
.table_corporate01 table th{ display: block; width: 100%; text-align: left; padding: 10px 15px; font-size: 1.6rem; font-weight: 700; border-bottom: 1px solid #ccc; background-color: #eee; }
.table_corporate01 table td{ display: block; padding: 15px; font-size: 1.6rem; border-bottom: 1px solid #ccc; }

.column_corporate01{ width: 90%; margin: 0 auto 60px auto; justify-content: center !important; flex-wrap: wrap; }
.column_corporate01 img{ width: 100%; height: auto; }
.column_corporate01 div:nth-child(1){ text-align: right; }
.column_corporate01 div:nth-child(1) figcaption{ text-align: left; }
.column_corporate01 div:nth-child(2){ text-align: left; }
.column_corporate01 div:nth-child(2) figcaption{ text-align: left; }








.map_sec{ position: relative; width: 100%; padding-top: 50%; height: 0; }
.map_sec iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.txt02{ width: 100%; margin: 0 auto; font-size: 1.6rem; letter-spacing: 2px; }



/* ページ内アンカーリンク */
.main_nav{ text-align: center; }
.main_nav > nav{ display: block; background-color: var(--main-color); padding: 15px 20px 10px 20px; border-radius: 0px; margin: 0 auto; width: 100%; }
.main_nav > nav > ul{ display: flex; justify-content: center; flex-wrap: wrap; }
.nav_item{ position: relative; color: #fff; font-size: 1.5rem; padding: 0 20px 10px 0; }
.nav_item:last-child{ padding: 0; }
.nav_item:after{ content: "/"; display: block; position: absolute; top: 0; right: 8px; }
.nav_item:last-child:after{ display: none; }
.nav_item a{ color: #fff; font-size: 1.5rem; letter-spacing: 2px; }



/* フォーム */
.contact_sec{ width: 100%; margin: 0 auto; }
.contact_item{display: flex; flex-wrap: wrap; width: 100%; padding: 20px 0; border-bottom: 1px solid #ccc; max-width: 1100px; margin: 0 auto;}
.contact_tit{ flex-basis: 100%; width: 100%; margin-left: 80px; margin-bottom: 5px; }
.contact_tit span{ display: block; position: absolute; margin-right: 15px; padding: 2px 8px; left: -80px; top: 0; font-size: 1.4rem; }
.contact_tit .optional{background-color: #999; border: 1px solid #999;}
.contact_txt,
.contact_adress,
.contact_txtarea{ width: 100%; }
.contact_txt input{font-size: 2rem; background: #fff; height: 35px; padding: 8px; border: 1px solid #ccc; width: 100%; }
.contact_txtarea textarea{font-size: 2rem; padding: 8px; background: #fff; border: 1px solid #ccc; width: 100%; }
.contact_adress_sub p{padding: 15px 0;}
.contact_adress input{background: #fff; border: 1px solid #ccc; height: 35px; margin-left: 0; font-size: 2rem; padding: 8px; width: 100%; }
.contact_submit{border-bottom: none;}
.contact_submit_btn{text-align: center; margin-top: 30px;}
.contact_submit_btn input{ background-color: var(--main-color); color: #fff; font-size: 1.8rem; letter-spacing: 1px; padding: 15px 30px; cursor: pointer; -webkit-appearance: none; border-radius: 0; border: none;}

.contact_submit_btn input:hover{opacity: 0.7;}

input[type="checkbox"]{float: left;}
.contact_check{display: flex;}
.contact_submit .contact_tit{width: 30%;}
.wpcf7-spinner{display: block;}

.contact_adress_sub p span{margin-left: 10px;}

::placeholder{ color: #999; }






.wp-pagenavi{ width: 90%; margin: 40px auto 80px auto; display: flex; justify-content: center; }
.wp-pagenavi a{ display: block; font-size: 1.8rem; text-align: center; color: var(--main-color); background-color: #fff; border-color: var(--main-color) !important; width: 30px; height: 30px; line-height: 29px; padding: 0 !important; }
.wp-pagenavi a:hover{ background-color: var(--main-color); color: #fff; }
.wp-pagenavi span.current{ display: block; width: 32px; height: 32px; line-height: 29px; text-align: center; background-color: var(--main-color); color: #fff; border: 1px solid var(--main-color) !important; margin: 2px; }

.wp-pagenavi span{
	text-decoration: none;
	border: 1px solid var(--main-color) !important;
	width: 32px; height: 32px; line-height: 29px; padding: 0 !important;
	text-align: center;
}



.wsp-container{ width: 80%; margin: 0 auto; }


/* single.php pagination */

.pagination{ margin: 60px auto 0 auto; }
.pagination ul{ width: 100%; margin: 0 auto 100px auto; display: flex; justify-content: space-between; }
.pagination ul li{ flex-basis: 30%; position: relative; }
.pagination ul li:before{ content: ''; width: 6px; height: 6px; border-top: solid 1px #ccc; border-right: solid 1px #ccc; position: absolute; top: 18px; }
.pagination ul li:nth-child(1):before{ transform: rotate(225deg); left: 10px; }
.pagination ul li:nth-child(2):before{ display: none; }
.pagination ul li:nth-child(3):before{ transform: rotate(45deg); right: 10px; }


.pagination ul li a{ display: block; border: 1px solid var(--main-color); color: var(--main-color); font-size: 13px; font-weight: 500; padding: 10px; text-align: center; background-color: #fff; transition:all .3s ease; border-radius: 5px; text-decoration: none; }
.pagination ul li a:hover{ background: var(--main-color); color: #fff; opacity: 1; }
.pagination ul li.next{ text-align: left; }
.pagination ul li.next i{ margin-right: 20px; }
.pagination ul li:nth-child(2) {  }
.pagination ul li:nth-child(2) a{ display: block; text-decoration: none; }
.pagination ul li.next a,
.pagination ul li.prev a{ display: block; background: var(--main-color); color: #fff; text-decoration: none; }
.pagination ul li.next a:hover,
.pagination ul li.prev a:hover{ background: #fff; color: var(--main-color); }
.pagination ul li.prev i{ margin-left: 20px; }
.pagination ul li.next span,
.pagination ul li.prev span{ display: block; border: 1px solid #b0cdea; color: #fff; background: #b0cdea; font-size: 13px; font-weight: 500; padding: 10px; text-align: center; border-radius: 5px; }


.pagination ul li.next.nopost:before,
.pagination ul li.prev.nopost:before{ border-top: solid 1px var(--main-color); border-right: solid 1px var(--main-color); }



.main_news{ flex-wrap: wrap; width: 90%; margin: 0 auto; padding: 0 0 40px 0; }

.news_sec{ flex-basis: 100%; margin-bottom: 30px; }
.news_list{}
.news_item{ display: flex; flex-wrap: wrap; padding: 10px 0; margin-bottom: 10px; }
.news_date{ flex-basis: 20%; font-size: 1.3rem; padding: 5px; margin-right: 10px; }
.news_cat{ flex-basis: 30%; font-size: 1.3rem; text-align: center; padding: 3px 0; background-color: var(--main-color); color: #fff; letter-spacing: 2px; border-radius: 40px; }
.news_cat p{ font-size: 1.5rem !important; text-align: center; color: #fff; letter-spacing: 2px; margin-bottom: 0 !important; }
.news_cat_news{ background-color: var(--main-color); }

.news_tit{ flex-basis: 100%; font-size: 5rem; letter-spacing: 2px; margin-bottom: 5px;  }
.news_tit h2{ font-size: 2rem; margin-top: 0; line-height: 1.3; }
.news_tit .new{ color: #f00; font-size: 1.3rem; margin-right: 10px; }
.news_txt{ font-size: 1.5rem; letter-spacing: 3px; line-height: 2; }

.news_detail p{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; }
.wp-block-media-text__content{ padding: 0 !important; }
.wp-block-media-text__content > p{ margin-top: 10px; }

.news_single_sec .news_item{ border-bottom: 0; }
.news_single_sec .news_tit{ font-weight: 500; padding: 10px 0; border-bottom: 1px solid var(--main-color); margin-bottom: 20px; }


.single-column .news_tit h1{ color: #222; font-size: 2.3rem; font-weight: 900; font-family: 'Noto Sans JP'; margin-bottom: 20px; padding: 10px 0 0 0; }
.single-column .news_detail h2{ color: #222; font-size: 2.2rem; font-weight: 700; font-family: 'Noto Sans JP'; margin-bottom: 20px; padding: 20px 0 20px 40px; text-align: left; letter-spacing: 2px; border-top: 2px solid #13beb8; border-bottom: 2px solid #13beb8; position: relative; background: transparent; }
.single-column .news_detail h2:before,
.single-column .news_detail h2:after{ display: none; }
.single-column .news_detail h2:before{ position: absolute; top: 20px; left: 0; display: block; content: "\e900"; font-family: 'icomoon'; color: #818181; font-size: 3rem; width: auto; height: auto; background-color: transparent; transform: translateX(0); font-weight: normal; }
.single-column .news_detail h2:first-letter{ color: #13beb8; }
.single-column .news_detail h3{ background-color: #eee; padding: 10px 20px; border-radius: 10px; margin-bottom: 20px; font-size: 2rem; font-weight: 700; }
.single-column p{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; margin-bottom: 20px; }


.sidebar{ flex-basis: 100%; }

.sidebar_sec{ background-color: #f5f5f5; margin-bottom: 40px; }
.sidebar_sec h3{ background-color: var(--main-color); color: #fff; font-size: 1.8rem; font-weight: 500; padding: 15px; letter-spacing: 2px; margin-bottom: 0; }
.sidebar_sec01{ padding: 20px 30px 10px 30px; }

.sidebar_sec01_list{}
.sidebar_sec01_list > li,
.sidebar_sec01_item{ position: relative; padding: 0px 0px 0px 1em; font-size: 1.4rem; letter-spacing: 1px; margin-bottom: 10px; }
.sidebar_sec01_list > li:before,
.sidebar_sec01_item:before{ position: absolute; top: 50%; left: 0px; transform: translateY(-50%); width: 0px; height: 0px; border: 0.3em solid transparent; border-left: 0.4em solid #aaa; content: ""; }



}
/* ----------------------------------------------------------
 SP CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
 TAB CSS
---------------------------------------------------------- */
@media screen and (min-width: 521px) and (max-width: 1200px){

img,video {
  max-width: 100%;
  height: auto;
}

/* フォントサイズ10px=62.5% */
html{ font-size: 50%; }

/* 基本のフォントサイズ */
body{ font-size: 1.8rem; padding-top: 0; }

/* 非表示用 */
.noneTAB		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
header{ position: fixed; top: 0; width: 100%; height: 50px; z-index: 100; background-color: #fff; box-shadow: 0px 8px 16px -6px rgba(0,0,0,0.1); }

.header_wrap{ display: flex; justify-content: space-between; align-items: center; }

.header_logo{ flex-basis: 45%; margin-left: 10px; margin-top: 0px; }
.header_logo img{ width: auto; height: auto; max-width: 220px; max-height: 25px; }
.header_logo a:hover{ opacity: .6; }

.header_logo_sec span{ flex-basis: 100%; display: block; font-size: 1.2rem; letter-spacing: 0px; font-family: 'Noto Sans JP'; margin-bottom: 4px; }

.header_logo_sec{ }
.header_logo_sec a{ display: flex; }
.header_logo_sec a svg{ margin-right: 10px; }

.gnavi{ flex-basis: 43%; margin-left: 15%; }
.gnavi a{ font-size: 1.6rem; text-align: center; letter-spacing: 1px; }
.gnavi a:hover{ background-color: #eee; }

#menu-content > li > a:after{ display: none; }


#menu-content > li > a { height: auto; }
#menu-content > li > a span{ display: none;  }

.header_tel{ display: none; }
.header_contact{ display: none; }


/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu{ display: none; }

.top_footer{ background-color: #f5f5f5; padding: 30px 20px; }
.top_footer_sec_tit{ font-size: 2rem; text-align: center; letter-spacing: 2px; margin-bottom: 20px; }
.top_footer_info{ display: flex; justify-content: center; }
.top_footer_info_tel{ font-size: 3.5rem; line-height: 1.2; border-right: 1px solid #ccc; padding-right: 20px; margin-right: 20px; }
.top_footer_info_tel p{ font-size: 1.2rem !important; color: #999; text-align: right !important; letter-spacing: 2px; }
.top_footer_info_tel i{ font-size: 2.5rem; color: var(--main-color); margin-right: 10px; }
.top_footer_info_btn{ width: 200px; margin-left: 10px; }
.top_footer_info_btn a{ display: block; color: #fff; background-color: var(--main-color-koime); text-align: center; padding: 15px 10px; font-size: 2rem; font-weight: 700; border: 1px solid var(--main-color-koime); }
.top_footer_info_btn a i{ font-size: 2rem; margin-right: 10px; vertical-align: middle; }
.top_footer_info_btn a:hover{ background-color: #fff; color: var(--main-color-koime); }


footer{ padding: 30px 0 20px 0; background-color: #293a44; }

.footer_sec{ width: 90%; margin: 0 auto; flex-wrap: wrap; }
.footer_sec_info{ flex-basis: 100%; }
.footer_sec_info_logo{ width: 40%; margin: 0 auto 20px auto; }
.footer_sec_info_logo a:hover{ opacity: .6; }
.footer_sec_info_logo img{ width: 100%; height: auto; max-height: 40px; }
.footer_sec_info_add{ font-size: 1.5rem; text-align: center; }
.footer_sec_info_tel{ font-size: 1.5rem; text-align: center; }
.footer_copyright{ font-size: 1.2rem; margin-top: 40px; text-align: center; }


.footer_sitemap{ display: none; }
	
/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */
.h1_wrap{ width: 100%; margin: 0 auto 30px auto; padding-top: 50px; }
.h1_bg{ position: relative; }
/*
.h1_bg:before{ content: ""; display: block; position: absolute; left: 0; width: 1200px; height: 300px; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7960434173669468) 40%, rgba(255,255,255,0) 100%); z-index: 1; }
*/
.h1_bg img{ width: 100%; height: auto; min-height: 120px; max-height: 150px; object-fit: cover; }
.h1_wrap_sec{ position: absolute; left: 5%; top: 25%; z-index: 2; }
.h1_01{ display: none; }
h1{ font-size: 3rem; margin-top: 0px; margin-bottom: 0px; letter-spacing: 3px; line-height: 1; }


h2{ width: 100%; font-size: 3.5rem; line-height: 1; padding: 15px 0 20px 0; text-align: center; font-family: 'Zen Old Mincho'; font-weight: 400; margin: 60px auto 40px auto; }

h2.h2_01{ color: var(--main-color); }
.column_bg01 h2.h2_01{ color: #fff; }


h3{ font-size: 3.5rem; letter-spacing: 2px; margin-bottom: 20px; }

h3.h3_02{ font-size: 2.5rem; color: var(--main-color); letter-spacing: 2px; padding-bottom: 10px; border-bottom: 2px solid #0e4d6f; margin-bottom: 20px; }
h3.h3_03{ font-size: 3rem; letter-spacing: 2px; padding: 10px 0; border-top: 3px solid #ccc; border-bottom: 3px solid #ccc; margin-bottom: 20px; }

h3.h3_04{ font-size: 2.3rem; color: #999; margin-bottom: 20px; }

/* ぱんくず */ 
.breadcrumbs_sec{ flex-basis: 100%; letter-spacing: 2px; margin-top: 5px; } 
.breadcrumbs_sec > span{ display: inline-block; position: relative; color: #fff; font-size: 1.2rem; }
.breadcrumbs_sec > span span{ margin-left: 15px; }
.breadcrumbs_sec > span a span{ margin-left: 0; }
.breadcrumbs_sec > span:first-child span{ margin-left: 0; }
.breadcrumbs_sec > span br{ display: none; }
.breadcrumbs_sec > span:before{ content: "/"; display: block; position: absolute; top: 0; left: 5px; color: #fff; font-size: 10px; }
.breadcrumbs_sec span:first-child:before{ content: ""; margin-left: 0; }
.breadcrumbs_sec > span a{ color: #fff; font-size: 1.2rem; margin: 0 0 0 20px; }
.breadcrumbs_sec > span:first-child a{ margin: 0 0 0 0; }
.breadcrumbs_sec span a:hover{ opacity: 0.6; }

/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */

.main{  }
.contents{ width: 96%; max-width: 1200px; margin: 0 auto; }

.top_img_wrap{ position: relative; }
.top_img{ position: relative; height: 500px; z-index: -1; background-color: #000;  }
.top_img img{
width: 100%;
height: 100%;
object-fit: cover;
background: url("../images/bg_top01.jpg") no-repeat center/cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.top_catch{ position: absolute; left: 5%; top: 15%; }
.top_catch01{ color: #fff; font-size: 2.5rem; letter-spacing: 2px; margin-bottom: 20px; }
.top_catch02{ color: #fff; font-size: 8rem; letter-spacing: 3px; line-height: 1.1; margin-bottom: 20px; font-family: 'Zen Old Mincho'; }
.top_catch02 span{ font-size: 7rem; }
.top_catch03{ color: #fff; font-size: 4rem; line-height: 1.3; letter-spacing: 3px; font-family: 'Zen Old Mincho'; }




.top_business{ background-color: #f0f0f0; margin-bottom: 60px; padding: 40px 0; }
.top_business_list{ width: 90%; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; }
.top_business_item{ position: relative; overflow: hidden; flex-basis: 48%; margin: 0 1% 30px 1%; }
.top_business_item a{ display: block;}

.top_business_tit01{ font-size: 1.8rem; color: var(--main-color); letter-spacing: 2px; margin-bottom: 10px; }
.top_business_tit01:before{ right: 5px; top: 6px; width: 10px; height: 10px; border-right: 3px solid var(--main-color); border-bottom: 3px solid var(--main-color); transform: rotate(-45deg); }
.top_business_img01{ margin-bottom: 10px; }
.top_business_img01 img{ width: 100%; height: auto; }
.top_business_txt01{ font-size: 1.6rem; line-height: 1.6; }


.top_30years{ width: 80%; margin: 0 auto 60px auto; min-width: auto; }
.top_30years_list{ display: flex; justify-content: center; flex-wrap: wrap; }
.top_30years_item{ flex-basis: 100%; margin: 0 2%; }
.top_30years_item_img{ text-align: center; margin-bottom: 10px; }
.top_30years_item_img img{ width: 40%; height: auto; margin: 0 auto; text-align: center; }
.top_30years_item_txt{ }
.top_30years_item_tit01{ font-size: 5rem; font-family: 'Zen Old Mincho'; }
.top_30years_item_tit01 span{ font-size: 3.5rem; }
.top_30years_item_tit01 span.last_letter{ color: var(--main-color); font-size: 5rem; }
.top_30years_item_txt01{ font-size: 2rem; line-height: 1.8; letter-spacing: 2px; }


.top_advantage{ background: url("/info/wp-content/uploads/bg_advantage01.jpg") no-repeat right center; padding: 60px 0;}
.top_advantage_sec{ width: 90%; margin: 0 auto; }
.top_advantage_sec h2{ width: 100%; color: #fff; font-size: 6rem; font-family: 'Zen Old Mincho'; margin-bottom: 30px; line-height: 1; text-align: left; margin: 0 0 20px 0 !important; padding: 0; }
.top_advantage_sec h2 span{ display: block; color: #fff; font-size: 2.2rem; font-weight: 700; font-family: 'Roboto'; letter-spacing: 2px; margin-bottom: 10px; }
.top_advantage_sec h2:before,
.top_advantage_sec h2:after{ display: none; }
.top_advantage_txt01{ width: 100%; font-size: 2rem; color: #fff; letter-spacing: 2px; line-height: 1.6; margin: 0 auto 30px auto; background: rgba(0,0,0,.7); padding: 20px; }
.top_advantage_btn01{ width: 90%; margin: 0 auto; }
.top_advantage_btn01 a{ display: block; font-size: 2.3rem; text-align: center; color: #fff; padding: 10px; border: 2px solid var(--main-color); background-color: var(--main-color);}
.top_advantage_btn01 a:hover{ background-color: #fff; color: var(--main-color); }



.top_btn{ margin-bottom: 30px; }
.top_btn_list{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.top_btn_item{ position: relative; overflow: hidden; flex-basis: 49.5%; }
.top_btn_item:after{ position: absolute; content: ""; display: block; width: 100%; height: 100%; top: 0; transition: all .3s ease-out; }
.top_btn_item a{ display: block; position: relative; z-index: 1; height: 100%; color: #fff;  padding: 60px 0 60px 0;	}

.top_btn_item_tit{ display: flex; align-items: center; align-content: center; flex-wrap: wrap; text-align: center; letter-spacing: 2px; }
.top_btn_item_tit01{ flex-basis: 100%; color: #fff; font-size: 2.2rem; font-family: 'Roboto'; font-weight: 700; line-height: 1; text-align: center; }
.top_btn_item_tit02{ flex-basis: 100%; color: #fff; font-size: 4rem; font-family: 'Zen Old Mincho'; text-align: center; }


.top_products{ width: 90%; margin: 0 auto 30px auto; padding: 40px 0 0 0; }
.top_products h2{ font-size: 6rem; color: var(--main-color); font-family: 'Zen Old Mincho'; line-height: 1; margin: 0 0 40px 0; padding: 0; text-align: left !important;}
.top_products h2 span{ display: block; font-size: 2.2rem; font-family: 'Roboto'; font-weight: 700; letter-spacing: 2px; line-height: 1;  }
.top_products h2:before,
.top_products h2:after{ display: none; }

.top_products_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_products_item{ flex-basis: 48%; margin-bottom: 40px; }
.top_products_img01{ margin-bottom: 10px; }
.top_products_img01 img{ width: 100%; height: auto; }
.top_products_tit01{ position: relative; padding-left: 25px; font-size: 2rem; }
.top_products_tit01:before{ position: absolute; left: 0; top: 6px; display: block; content: ""; width: 15px; height: 15px; border-radius: 100%; background-color: var(--main-color);  }


.top_column{ width: 90%; margin: 0 auto; padding-bottom: 30px; }
.top_column h2{ width: 100%; font-size: 4rem; color: var(--main-color); font-family: 'Zen Old Mincho'; line-height: 1; margin: 0 0 20px 0; text-align: center; }
.top_column h2 span{ display: block; font-size: 1.5rem; font-family: 'Roboto'; font-weight: 700; letter-spacing: 2px; line-height: 1; text-align: center; }

.top_column h2:before,
.top_column h2:after{ display: none; }

.top_column_sec{ width: 90%; margin: 0 auto 60px auto; }
.top_column_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.top_column_item{ display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #ccc; }
.top_column_date01{ font-size: 1.4rem; margin-right: 20px; }
.top_column_cat01{ background-color: var(--main-color); color: #fff; font-size: 1.3rem; padding: 3px 10px; border-radius: 40px; }
.top_column_tit01{ flex-basis: 100%; font-size: 2rem; }
.top_column_tit01 a{ flex-basis: 100%; font-size: 1.8rem; display: block; padding: 10px 0; }

/* 2カラムを「縦に3件→次の列に3件」で配置 */
.top_column_list{ list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); grid-auto-flow: row; grid-template-rows: unset; gap: 16px 24px; }

/* 各アイテムのベース */
.top_column_item{ margin: 0; }


.top_column01 .top_column_sec{ width: 90%; margin: 0 auto 60px auto; }

.top_business_btn01{ width: 300px; margin: 20px auto 0 auto; }



/* 共通 */
.column_bg01{ background-color: var(--main-color-koime); color: #fff; padding: 40px 0 80px 0; }
.column_bg01 h2 span{ color: #fff; }

.box01{ width: 90%; max-width: 1000px; margin: 0 auto; }

.txt01{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; }

.table01 table{ width: 100%; }
.table01 thead th{ color: #fff; background-color: var(--main-color) !important; border: 1px solid #ccc !important; padding: 15px !important; }
.table01 th,
.table01 td{ border: 1px solid #ccc !important; padding: 15px !important; }


.table02 table{ max-width: 100%; width: 900px; margin: 0 auto; }
.table02 table th{ background-color: #f5f5f5; padding: 10px 15px !important; text-align: left; font-size: 1.5rem; }
.table02 table td{ border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important;  font-size: 1.8rem; }
.table02 table th:nth-child(1),
.table02 table th:nth-child(6),
.table02 table td:nth-child(1),
.table02 table td:nth-child(6){ width: 8%; text-align: center; }

.table03 table{ width: 100%; }
.table03 table th,
.table03 table td{ border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important; background-color: #fff !important; }

.table04 table{ width: 100%; }
.table04 table th{ color: var(--main-color); border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important; background-color: #fff !important; }
.table04 table td{ border-top: 0 !important; border-left: 0 !important; border-right: 0 !important; border-bottom: 1px solid #ccc !important; padding: 15px !important; background-color: #fff !important; }

ul.list01{ display: flex; margin: 20px 0 60px 0; }
ul.list01 li{ position: relative; font-size: 2.5rem; color: var(--main-color); padding: 0 0 0 40px; margin-right: 40px; }
ul.list01 li:before{ position: absolute; content: ""; display: block; width: 20px; height: 20px; background-color: #f9e876; border-radius: 50%; top: 10px; left: 0; }


ol.ol_list01{ margin: 10px 0 0 30px; }
ol.ol_list01 li{ list-style-type: decimal; font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; margin-bottom: 5px; }




/* ページ内アンカーリンク */
.main_nav{ text-align: center; }
.main_nav > nav{ display: inline-block; background-color: var(--main-color); padding: 15px 40px; border-radius: 10px; margin: 0 auto; }
.main_nav > nav > ul{ display: flex; justify-content: center; }
.nav_item{ position: relative; color: #fff; font-size: 1.5rem; padding: 0 20px 0 0; }
.nav_item:last-child{ padding: 0; }
.nav_item:after{ content: "/"; display: block; position: absolute; top: 0; right: 8px; }
.nav_item:last-child:after{ display: none; }
.nav_item a{ color: #fff; font-size: 1.5rem; letter-spacing: 2px; }




/* 矢内製作所の強み */
.advantage_tit{ font-size: 7rem; font-family: 'Zen Old Mincho'; text-align: center; margin-top: 20px; margin-bottom: 20px; }
.advantage_tit span{ color: var(--main-color); }
.advantage .txt01{ width: 80%; margin: 0 auto; font-size: 2.2rem; letter-spacing: 2px; line-height: 1.8; }

.advantage_test .advantage_tit{ font-size: 3rem; margin-bottom: 20px; }
.advantage_test .txt01{ width: 80%; }


.advantage_sec_list{ width: 90%; margin: 0 auto 100px auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.advantage_sec_item{ flex-basis: 100%; }
.advantage_sec_item_img{position: relative; }
.advantage_tit01{ font-size: 6rem; font-family: 'Zen Old Mincho'; font-weight: 600; line-height: 1.2; margin-bottom: 20px; }
.advantage_tit01:first-letter{ color: var(--main-color); }
.advantage_tit01 span{ font-size: 5rem; }
.advantage_txt01{ font-size: 2rem; letter-spacing: 2px; line-height: 1.8; text-align: justify; }
.advantage_num01{ position: absolute; top: 230px; right: 10px; font-size: 13rem; color: #0197ec; font-family: 'Zen Old Mincho'; }
.advantage_img01{}
.advantage_img01 img{ width: 100%; height: auto; }




/* 事業案内 */
.business_sec{ width: 90%; margin: 0 auto 40px auto; }
.business_sec_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.business_sec_item{ flex-basis: 48%; margin-bottom: 40px; }
.business_tit01{ font-size: 2.5rem; color: var(--main-color); margin-bottom: 10px; }
.business_img01{ margin-bottom: 10px; }
.business_img01 img{ width: 100%; height: auto; }
.business_txt01{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.6; }

.business_sec_item02{ flex-basis: 100%; background-color: #eee; border-radius: 10px; padding: 20px 30px; }


.business_list{ width: 90%; margin: 0 auto 80px auto; display: flex; justify-content: space-between; flex-wrap: wrap; }
.business_list > li{ margin-left: 30px; flex-basis: 100%; font-size: 2rem; margin-bottom: 20px; list-style-type: disc; }
.business_list > li:nth-child(even){ flex-basis: 100%; }
.business_list > li:nth-child(odd){ flex-basis: 100%; }


/* よくある質問 */
.faq_sec{ width: 90%; margin: 0 auto 80px auto; }

.faq_accordion{ margin-bottom: 15px; border-radius: 10px; background-color: #eee; }
.faq_accordion summary{	display: flex;justify-content: space-between; align-items: center; position: relative; padding: 20px 20px 20px 55px; color: #131f43; font-size: 2rem; font-weight: 400; cursor: pointer; line-height: 1.3; }

/* デフォルトマーカー非表示 */
.faq_accordion summary::-webkit-details-marker{	display: none; }

/* ▼矢印アイコン（after） */
.faq_accordion summary::after{ content: ''; display: inline-block; width: 7px; height: 7px;	margin-left: 8px;	border-bottom: 3px solid var(--main-color);	border-right: 3px solid var(--main-color); transform: rotate(45deg); transition: transform .3s;	align-self: center; }

/* ▼Qマーク（before） */
.faq_accordion summary::before{
	content: "Q.";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 20px;
	top: 45%;
	transform: translateY(-50%); /* ←縦中央揃え */
	width: 20px; /* アイコン領域確保 */
	height: 20px;
	font-size: 2.5rem;
	color: var(--main-color);
	font-family: 'Zen Old Mincho';
	font-weight: 700;
}

.faq_accordion[open] summary::after {
	transform: rotate(225deg);
}

.faq_accordion p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 20px;
	transition: transform .5s, opacity .5s;
	
	background-color: #ddd;
	border-radius: 0 0 10px 10px;
}

.faq_accordion[open] p {
	transform: none;
	opacity: 1;
	margin: 0;
}


/* ご依頼の流れ */
.flow_sec{ width: 90%; margin: 0 auto 40px auto; }
.flow_sec01_item{ padding-left: 0px; }
.flow_sec01_item:not(:last-child){ padding-bottom: 48px; }
.flow_sec01_ico01{ position: relative; display: block; width: 90px; height: 90px; line-height: 96px; font-size: 3.6rem; margin: 0 auto 20px auto; }
.flow_sec01_item:not(:last-child)::before{ display: none; }
.flow_sec01_item dl dt{ font-size: 2.5rem; text-align: center; font-weight: 700; }
.flow_sec01_item dl dd{ font-size: 1.7rem; }
.flow_contact{ padding: 20px; margin-top: 8px; }


/* 製品実績 */
.products_sec{ width: 80%; margin: 0 auto 40px auto; }
.products_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.products_item{ flex-basis: 48%; margin-bottom: 40px; }
.products_img01{ margin-bottom: 10px; }
.products_img01 img{ width: 100%; height: auto; }
.products_tit01{ font-size: 2rem; }

.table_corporate01{ width: 90%; margin: 0 auto 60px auto; }
.table_corporate01 table{ width: 100%; }
.table_corporate01 table th{ width: 20%; text-align: left; padding: 15px; font-size: 1.6rem; border-bottom: 1px solid #ccc; }
.table_corporate01 table td{ padding: 15px; font-size: 1.6rem; border-bottom: 1px solid #ccc; }

.column_corporate01{ width: 90%; margin: 0 auto 60px auto; display: flex; justify-content: center !important; }
.column_corporate01 img{ width: 100%; height: auto; }
.column_corporate01 div{ flex-basis: 48% !important; }
.wp-block-columns.column_corporate01:not(.is-not-stacked-on-mobile)>.wp-block-column {
	flex-basis:48%!important
}
.column_corporate01 div:nth-child(1){ text-align: right; }
.column_corporate01 div:nth-child(1) figcaption{ text-align: left; }
.column_corporate01 div:nth-child(2){ text-align: left; }
.column_corporate01 div:nth-child(2) figcaption{ text-align: left; }








.map_sec{ position: relative; width: 100%; padding-top: 40%; height: 0; }
.map_sec iframe{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.txt02{ width: 90%; margin: 0 auto; font-size: 1.6rem; letter-spacing: 2px; }



/* フォーム */
.contact_sec{ width: 100%; margin: 0 auto; }
.contact_item{display: flex; flex-wrap: wrap; width: 100%; padding: 20px 0; border-bottom: 1px solid #ccc; max-width: 1100px; margin: 0 auto;}
.contact_tit{ flex-basis: 100%; width: 100%; margin-left: 80px; margin-bottom: 5px; }
.contact_tit span{ display: block; position: absolute; margin-right: 15px; padding: 2px 8px; left: -80px; top: 0; font-size: 1.4rem; }
.contact_tit .optional{background-color: #999; border: 1px solid #999;}
.contact_txt,
.contact_adress,
.contact_txtarea{ width: 100%; }
.contact_txt input{font-size: 2rem; background: #fff; height: 35px; padding: 8px; border: 1px solid #ccc; width: 100%; }
.contact_txtarea textarea{font-size: 2rem; padding: 8px; background: #fff; border: 1px solid #ccc; width: 100%; }
.contact_adress_sub p{padding: 15px 0;}
.contact_adress input{background: #fff; border: 1px solid #ccc; height: 35px; margin-left: 0; font-size: 2rem; padding: 8px; width: 100%; }
.contact_submit{border-bottom: none;}
.contact_submit_btn{text-align: center; margin-top: 30px;}
.contact_submit_btn input{ background-color: var(--main-color); color: #fff; font-size: 1.8rem; letter-spacing: 1px; padding: 15px 30px; cursor: pointer; -webkit-appearance: none; border-radius: 0; border: none;}

.contact_submit_btn input:hover{opacity: 0.7;}

input[type="checkbox"]{float: left;}
.contact_check{display: flex;}
.contact_submit .contact_tit{width: 30%;}
.wpcf7-spinner{display: block;}

.contact_adress_sub p span{margin-left: 10px;}

::placeholder{ color: #999; }





.wp-pagenavi{ width: 90%; margin: 40px auto 80px auto; display: flex; justify-content: center; }
.wp-pagenavi a{ display: block; font-size: 1.8rem; text-align: center; color: var(--main-color); background-color: #fff; border-color: var(--main-color) !important; width: 30px; height: 30px; line-height: 29px; padding: 0 !important; }
.wp-pagenavi a:hover{ background-color: var(--main-color); color: #fff; }
.wp-pagenavi span.current{ display: block; width: 32px; height: 32px; line-height: 25px; text-align: center; background-color: var(--main-color); color: #fff; border: 1px solid var(--main-color) !important; margin: 2px; }

.wp-pagenavi span{
	text-decoration: none;
	border: 1px solid var(--main-color) !important;
	width: 32px; height: 32px; line-height: 29px; padding: 0 !important;
	text-align: center;
}



.wsp-container{ width: 50%; margin: 0 auto; }
.wsp-pages-list{}

.sitemap_list{ width: 50%; margin: 0 auto; }
.page_item{ margin-bottom: 20px; }
.page_item > a{ font-size: 2.2rem; letter-spacing: 2px; }

.page_item > ul{ margin: 10px 0 30px 0; }
.page_item > ul > li{ margin-bottom: 5px; }
.page_item > ul > li > a {
position: relative;
display: block;
font-size: 1.8rem;
text-decoration: none;
padding: 5px 5px 5px 30px;
letter-spacing: 2px;
}

.page_item > ul > li > a:before{
content: '';
width: 6px;
height: 6px;
border-top: solid 1px var(--main-color);
border-right: solid 1px var(--main-color);
position: absolute;
left: 15px;
top: 13px;
transform: rotate(45deg);
}

.wsp-container{ width: 80%; margin: 0 auto; }

/* single.php pagination */

.pagination{ margin: 60px auto 0 auto; }
.pagination ul{ width: 100%; margin: 0 auto 100px auto; display: flex; justify-content: space-between; }
.pagination ul li{ flex-basis: 30%; position: relative; }
.pagination ul li:before{ content: ''; width: 6px; height: 6px; border-top: solid 1px #ccc; border-right: solid 1px #ccc; position: absolute; top: 18px; }
.pagination ul li:nth-child(1):before{ transform: rotate(225deg); left: 20px; }
.pagination ul li:nth-child(2):before{ display: none; }
.pagination ul li:nth-child(3):before{ transform: rotate(45deg); right: 20px; }


.pagination ul li a{ display: block; border: 1px solid var(--main-color); color: var(--main-color); font-size: 14px; font-weight: 500; padding: 10px; text-align: center; background-color: #fff; transition:all .3s ease; text-decoration: none; }
.pagination ul li a:hover{ background: var(--main-color); color: #fff; opacity: 1; }
.pagination ul li.next{ text-align: left; }
.pagination ul li.next i{ margin-right: 20px; }
.pagination ul li:nth-child(2) {  }
.pagination ul li:nth-child(2) a{ display: block; text-decoration: none; }
.pagination ul li.next a,
.pagination ul li.prev a{ display: block; background: var(--main-color); color: #fff; text-decoration: none; }
.pagination ul li.next a:hover,
.pagination ul li.prev a:hover{ background: #fff; color: var(--main-color); }
.pagination ul li.prev i{ margin-left: 20px; }
.pagination ul li.next span,
.pagination ul li.prev span{ display: block; border: 1px solid #b0cdea; color: #fff; background: #b0cdea; font-size: 14px; font-weight: 500; padding: 10px; text-align: center; }


.pagination ul li.next.nopost:before,
.pagination ul li.prev.nopost:before{ border-top: solid 1px var(--main-color); border-right: solid 1px var(--main-color); }



.main_news{ flex-wrap: wrap; width: 90%; margin: 0 auto; padding: 0 0 40px 0; }

.news_sec{ flex-basis: 100%; }
.news_list{}
.news_item{ display: flex; flex-wrap: wrap; padding: 20px 0; margin-bottom: 10px; border-bottom: 1px solid var(--main-color); }
.news_date{ flex-basis: 15%; font-size: 1.5rem; text-align: center; background-color: #eee; padding: 3px; margin-right: 10px; }
.news_cat{ flex-basis: 18%; font-size: 1.5rem; text-align: center; padding: 3px; background-color: var(--main-color); color: #fff; letter-spacing: 2px; }
.news_cat_news{ background-color: var(--main-color); }
.news_cat_exhibit{ background-color: #008301; }

.news_tit{ flex-basis: 100%; font-size: 2.5rem; letter-spacing: 2px; margin-bottom: 5px;  }
.news_tit h2{ font-size: 2.5rem; margin-top: 5px; background: transparent; }
.news_tit .new{ color: #f00; font-size: 1.5rem; margin-right: 10px; }
.news_txt{ font-size: 1.6rem; letter-spacing: 3px; line-height: 2; }

.news_detail p{ font-size: 1.8rem; letter-spacing: 2px; line-height: 2; }
.news_detail .wp-block-media-text__content{ padding: 0 !important; margin-top: 10px; }

.news_single_sec .news_item{ border-bottom: 0; }
.news_single_sec .news_tit{ font-weight: 500; padding: 10px 0; border-bottom: 1px solid var(--main-color); margin-bottom: 20px; }



.single-column .news_tit h1{ color: #222; font-size: 2rem; font-weight: 900; font-family: 'Noto Sans JP'; margin-bottom: 20px; padding: 10px 0 0 0; }
.single-column .news_detail h2{ color: #222; font-size: 2rem; font-weight: 700; font-family: 'Noto Sans JP'; margin-bottom: 20px; padding: 20px 0 20px 40px; text-align: left; letter-spacing: 2px; border-top: 2px solid #13beb8; border-bottom: 2px solid #13beb8; position: relative; background: transparent; }
.single-column .news_detail h2:before,
.single-column .news_detail h2:after{ display: none; }
.single-column .news_detail h2:before{ position: absolute; top: 20px; left: 0; display: block; content: "\e900"; font-family: 'icomoon'; color: #818181; font-size: 3rem; width: auto; height: auto; background-color: transparent; transform: translateX(0); font-weight: normal; }
.single-column .news_detail h2:first-letter{ color: #13beb8; }
.single-column .news_detail h3{ background-color: #eee; padding: 10px 20px; border-radius: 10px; margin-bottom: 20px; font-size: 2.4rem; font-weight: 700; }
.single-column p{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.8; margin-bottom: 20px; }



.sidebar{ flex-basis: 100%; }

.sidebar_sec{ background-color: #f5f5f5; margin-bottom: 40px; }
.sidebar_sec h3{ background-color: var(--main-color); color: #fff; font-size: 1.8rem; font-weight: 500; padding: 15px; letter-spacing: 2px; margin-bottom: 0; }
.sidebar_sec01{ padding: 20px 30px 10px 30px; }

.sidebar_sec01_list{}
.sidebar_sec01_list > li,
.sidebar_sec01_item{ position: relative; padding: 0px 0px 0px 1em; font-size: 1.4rem; letter-spacing: 1px; margin-bottom: 10px; }
.sidebar_sec01_list > li:before,
.sidebar_sec01_item:before{ position: absolute; top: 50%; left: 0px; transform: translateY(-50%); width: 0px; height: 0px; border: 0.3em solid transparent; border-left: 0.4em solid #aaa; content: ""; }

.sidebar_sec01_link{ display: flex; align-items: center; }
.sidebar_sec01_thumb img{ width: 100px; height: 100px; object-fit: cover; margin-right: 10px; }


}
/* ----------------------------------------------------------
TAB CSS END
---------------------------------------------------------- */

/* ----------------------------------------------------------
PC CSS
---------------------------------------------------------- */
@media print, screen and (min-width: 1201px) and (max-width: 1600px){

/* フォントサイズ10px */
html{ font-size: 62.5%; }

/* 基本のフォントサイズ */
body{ font-size: 16px; font-size: 1.8rem; }

/* 非表示用 */
.nonePC		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
.header_logo{ flex-basis: 29%; margin-left: 2%; }

.gnavi{ flex-basis: 55%; margin-left: 5%; }
.gnavi a{ font-size: 1.6rem; text-align: center; }


#menu-content > li { width: 16%; }
#menu-content > li:nth-child(2){ width: 32%; }
#menu-content > li > a {
position: relative;
display: block;
line-height: 1.4;
font-size: 1.6rem;
text-decoration: none;
font-weight: 700;
height: 80px;
padding-top: 20px;
}
#menu-content > li > a span{ display: block; font-size: 1.1rem; font-weight: 400; }

.header_tel{ flex-basis: 24%; margin-right: 120px; max-width: 260px; font-size: 3rem; letter-spacing: 1px; line-height: 1.3; }
.header_tel i{ font-size: 2.2rem; margin-right: 5px; color: var(--main-color-koime); }
.header_tel p{ font-size: 1.1rem; color: #999; text-align: center; letter-spacing: 2px; }

.header_contact{ position: absolute; top: 0; right: 0; width: 100px; height: 80px; }
.header_contact a{ display: flex; align-items: center; align-content: center; flex-wrap: wrap; justify-content: center; width: 120px; height: 80px; background-color: var(--main-color); transition: .3s ease; border: 2px solid var(--main-color); color: #fff; text-align: center; font-size: 1.6rem; letter-spacing: 2px; }
.header_contact a i{ display: block; font-size: 4rem; flex-basis: 100%; }
.header_contact a p{ flex-basis: 100%; }
.header_contact a:hover{ background-color: #fff; color: var(--main-color-koime); }

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu{ display: none; }


/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */
.h1_wrap{ width: 100%; margin: 0 auto 60px auto; }
.h1_bg{ position: relative; }
/*
.h1_bg:before{ content: ""; display: block; position: absolute; left: 0; width: 1200px; height: 300px; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7960434173669468) 40%, rgba(255,255,255,0) 100%); z-index: 1; }
*/
.h1_bg img{ width: 100%; height: auto; }
.h1_wrap_sec{ position: absolute; left: 5%; top: 10%; z-index: 2; }
.h1_01{ color: #fff; font-size: 2.2rem; letter-spacing: 2px; margin-bottom: 10px; }
h1{ font-size: 5rem; color: #fff; margin-bottom: 0px; letter-spacing: 3px; line-height: 1; font-family: 'Zen Old Mincho'; font-weight: 400; }




/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */

.top_img{ position: relative; height: 600px; z-index: -1; background-color: #000;  }
.top_img img{
width: 100%;
height: 100%;
object-fit: cover;
background: url("../images/bg_top01.jpg") no-repeat center/cover;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.top_catch{ position: absolute; left: 5%; top: 10%; }

.top_business_list{ width: 90%; margin: 0 auto; display: flex; justify-content: center; flex-wrap: wrap; }
.top_business_item{ position: relative; overflow: hidden; flex-basis: 48%; margin: 0 1% 40px 1%; }
.top_business_item a{ display: block;}

.top_business_tit01{ font-size: 2.6rem; color: var(--main-color); letter-spacing: 2px; margin-bottom: 10px; }
.top_business_img01{ margin-bottom: 10px; }
.top_business_img01 img{ width: 100%; height: auto; }
.top_business_txt01{ font-size: 1.6rem; line-height: 1.6; }


.top_30years{ width: 66%; margin: 0 auto 60px auto; min-width: 1100px; }
.top_30years_list{ display: flex; justify-content: center; }
.top_30years_item{ margin: 0 2%; }
.top_30years_item_img{ flex-basis: 20%; }
.top_30years_item_txt{ flex-basis: 75%; }
.top_30years_item_img img{ width: 100%; height: auto; }
.top_30years_item_tit01{ font-size: 8rem; }
.top_30years_item_tit01 span{ font-size: 6rem; }
.top_30years_item_tit01 span.last_letter{ font-size: 9rem; }
.top_30years_item_txt01{ font-size: 2.2rem; line-height: 1.8; letter-spacing: 2px; }


.top_advantage{ background: url("/info/wp-content/uploads/bg_advantage01.jpg") no-repeat right center; padding: 60px 0; }
.top_advantage_sec{ width: 1100px; margin: 0 auto; }


.top_products{ width: 1100px; }

.top_products_list{ display: flex; justify-content: space-between; }
.top_products_item{ flex-basis: 24%; }
.top_products_img01{ margin-bottom: 10px; }
.top_products_img01 img{ width: 100%; height: auto; }
.top_products_tit01{ position: relative; padding-left: 25px; font-size: 2rem; }
.top_products_tit01:before{ position: absolute; left: 0; top: 6px; display: block; content: ""; width: 15px; height: 15px; border-radius: 100%; background-color: var(--main-color);  }


/* 事業案内 */
.business_sec{ width: 1100px; margin: 0 auto 40px auto; }
.business_sec_list{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.business_sec_item{ flex-basis: 32%; margin-bottom: 40px; }
.business_tit01{ font-size: 3rem; color: var(--main-color); margin-bottom: 10px; }
.business_img01{ margin-bottom: 10px; }
.business_img01 img{ width: 100%; height: auto; }
.business_txt01{ font-size: 1.8rem; letter-spacing: 2px; line-height: 1.6; }

.business_sec_item02{ flex-basis: 64%; background-color: #eee; border-radius: 10px; padding: 20px 30px; }

	


.advantage_test .advantage_tit{ font-size: 5rem; font-family: 'Zen Old Mincho'; text-align: center; margin-bottom: 30px; }
.advantage_test .txt01{ width: 800px; margin: 0 auto; font-size: 2.2rem; letter-spacing: 2px; line-height: 1.8; }


.map_sec{ width: 1000px; margin: 0 auto; }


}
/* ----------------------------------------------------------
 PC CSS END
---------------------------------------------------------- */
/* ----------------------------------------------------------
 PC WIDE CSS
---------------------------------------------------------- */
@media screen and (min-width: 1601px){
/* フォントサイズ10px */
html{ font-size: 62.5%; height: 100%; }

/* 基本のフォントサイズ */
body{ font-size: 16px; font-size: 1.8rem; height: 100%; }

/* 非表示用 */
.nonePCWIDE		{ display: none !important; }

/* ----------------------------------------------------------
 header
---------------------------------------------------------- */
#toggle{ display: none; }
#nav{ display: none; }
	
/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
/* ページ下部 固定メニュー */
.btm_menu{ display: none; }



/* ----------------------------------------------------------
 hx
---------------------------------------------------------- */



/* ----------------------------------------------------------
 contents
---------------------------------------------------------- */

.map_sec{ width: 1000px; margin: 0 auto; }


}
/* ----------------------------------------------------------
 PCWIDE CSS END
---------------------------------------------------------- */
