@charset "utf-8";
/*
theme Name: BIP2020
Author: BIP
Description: original theme
version： 2.1.0
*/
/*---------------reset---------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
		transition: 0.5s;
}
button:hover {
  opacity: .6;
}
/*---------------color---------------*/
.bg-beige{
background-color:#fffbf4;
}

/*---------------general---------------*/
html {
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.4;
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  /*color: #000;*/
}
img {
  max-width: 100%;
  height: auto;
}
/*ページ内リンクの位置を調整*/
a.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

/*コンテンツのサイズ指定*/
.header-inner,
.footer-inner {
  box-sizing: border-box;
  max-width: 1200px;
  width:100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
}
.container {
  box-sizing: border-box;
  width:100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 1rem;
  overflow:hidden;
  background-color:#fff;
}
.inner{
  box-sizing: border-box;
  max-width: 1200px; 
  width:100%;
  margin:0 auto;
  padding-left:20px;
  padding-right:20px;
}
.padding-top-bottom{
	padding-top:1rem;
  padding-bottom:1rem;
}
/*---------------リキッドレイアウト---------------*/
.wrapper-60-40,.wrapper-50-50{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.child-60{
width:56%;
}
.child-40{
width:40%;
}
.child-40 img{
width:100%;
}
.child-50{
width:48%;
}

@media(min-width: 751px) {
.only-sp{
display:none;/*スマホでのみ表示=PCでは非表示*/
}
}
/*---------------typography---------------*/
.small{
font-size:0.8rem;
}	

/*---------------action---------------*/
/*-----------スクロールで出現（PCのみ）-------------*/
@media(min-width: 751px) {
.is_flow{
display:none;/*初期表示で見えないように*/
}
}

/*----------------------ヘッダー（PC）------------------------*/
/*-----------ヘッダーを固定-------------*/
header {
  position: fixed;
  z-index: 9999;/*一番前に表示されるように設定*/
  top: 0;
  width: 100%;
  height:100px;
  background-color:rgba(255,255,255,1);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
}

/*-----------サイトタイトルのCSS-------------*/	
.site-title-wrap {
  text-align: left;
}
.site-title a img {
  display: inline-block;
  width: auto;
  height: 55px;
  margin:20px;
}
/*-----------ヘッダーメニューのCSS-------------*/	
.header-inner {
  position: relative;
  height: 70px;
}
.header-inner-single {
  position: relative;
  height: 280px;
}
.navbutton {
  display: none;
}
.header-nav-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin-left: 230px;/*タイトル分の余白*/
  z-index:99999;
  display:flex;
}
.header-nav {
  font-size: 0;
  margin-right:180px;/*検索フォーム分の余白*/
}
.header-nav li {
  font-size: 1.4vw;
  display: inline-block;
  margin-right: 2vw;
}



.header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #CC2720;
  text-align: center;
  line-height:1.2rem;
  margin-top:0.5rem;
  position: relative;
}
.header-nav li a:after {
  position: absolute;
  content: '';
  bottom: 1.2rem;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #CC2720;
  transition: all 0.3s ease 0s;
}
.header-nav li a:hover::after {
  width: 100%;
}
.header-nav li a span{
  font-weight: normal;
  font-size:1vw;
}
.header-nav li a:hover {
  opacity: .6;
}

@media (min-width: 1200px) {
  .header-nav li {
  font-size: 1rem;
}
	.header-nav li a span{
  font-size:0.75rem;
}
}
/*-----------お問い合わせ（PC）-------------*/
.cb{
  position: fixed;
  top: 120px;
  right: -10px;
}
.contact-button{
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #CC2720;
  color: #fff;
  padding: 4px 40px 4px 10px;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}
.contact-button p{
  font-size: 0.8rem;
  font-weight:normal;
}
/*-----------検索バーのCSS-------------*/
.search_form{
  display:inline-block;
  position:absolute;
  top:15px;
  right:0px;
}
/*-----------検索結果ページのCSS-------------*/
.search-results .container{
  min-height:300px;
  margin-top:150px;
}
.search-results .container ul{
  margin-top:20px;
  margin-left:50px;
  line-height:2rem;
}
.no-article {
  margin-top:150px;
  min-height:200px;
}
.no-article p{
 margin:2rem 0;
}

/*-----------single.php-------------*/
.single-title{
font-size:1.6rem;
color:#707070;
margin-bottom:2rem;
}
.single-date{
font-size:0.9rem;
color:#707070;
margin-bottom:2rem;
text-align:right;
}
.single-nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:1rem 0rem;
margin:2rem auto 0;
border-top: solid 1px var(--text-color-light);
border-bottom: solid 1px var(--text-color-light);
}
.single-nav a{
text-decoration:none;
color:var(--text-color);
line-height:2rem;
font-size:0.9rem;
}
.single-nav-left,
.single-nav-right{
width:40%;
}

/*-----------single-products.php-------------*/
.product-subtitle{

}

/*-----------投稿のパソコン表示用のデザイン-------------*/

.article-content {
  margin-bottom: 2rem;
  margin-top: 90px;
}

.article-content .article-info {
  margin-bottom: .5rem;
}
 
.article-content .cat-data a {
  font-size: .8rem;
  margin-right: .5rem;
  padding: .1rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}
 
.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: .8rem;
  display: inline-block;
  margin-right: .5rem;
  color: #888;
}
 
.article-content .article-info .article-author i {
  margin-right: .3rem;
}

.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
}
 
.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol,
.article-content iframe{
  margin-bottom: 2rem;
}
 

.article-content h1 {
  font-size: 2rem;
  margin: 0 0 2rem;
	height:10rem;
  letter-spacing: 1px;
	text-align:center;
	color:#CC2720;
	line-height:9rem;
	background-image:url(img/img_intro_02_product.jpg);
	background-size:cover;
	background-position:left center;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
	position: relative;
}
.article-content h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3.1rem;
  display: inline-block;
  width: 80%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #CC2720;
} 
.article-content h1:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3rem;
  display: inline-block;
  width: 180px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #CC2720;
}


.article-content h2 {
  color:#CC2720;
  font-size: 1.6rem;
  margin: 3rem 0 2rem;
  padding: .5rem 0;
  letter-spacing: 1px;
	border-bottom: 2px solid;
  border-image: linear-gradient(to right, #CC2720 0% 50%, transparent 100%);
  border-image-slice: 1;
border-style: solid;
  line-height:0.2rem;
}

.heading01 {
  color:#CC2720;
  font-size: 1.6rem;
  margin: 3rem 0 2rem;
  padding: .4rem 0;
  letter-spacing: 1px;
	border-bottom: 2px solid;
  border-image: linear-gradient(to right, #CC2720 0% 50%, transparent 100%);
  border-image-slice: 1;
border-style: solid;
  line-height:0.2rem;
}

.service-wrap{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.service-txt{
width:63%;
}
.service-txt p{
line-height:1.8rem;
color:#707070;
margin-bottom:1rem;
}
.service-img{
width:33%;
}
.service-img img{
width:100%;
}

.article-content h4 {
  color:#707070;
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
  letter-spacing: 0.1rem;
  line-height:1.5rem;
}
 
.article-content h5 {
  color:#707070;
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  letter-spacing: 0.1rem;
	line-height:1.5rem;
}

.article-content p {
  color:#707070;
}
 
.article-content .article-img {
  margin-bottom: 2rem;
}
 
.article-content .article-img img {
  display: block;
  margin: 0 auto;
}
 
.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}
 
.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-content table {
  border-collapse: collapse;
}
 
.article-content th,
.article-content td {
  padding: .6rem;
  vertical-align: middle;
  border: 0;
}

.recruit-table th,
.recruit-table td,
.seminar-table th,
.seminar-table td {
border: 1px solid #ddd;
}

.article-content th{
  width:25%;
  background-color: #EBEBEB;
}

.article-content td.midashi01{
	background-color: #EBEBEB;
	text-align: center;
}
.article-content figure {
  max-width: 100%;
}
 
.article-tag {
  text-align: right;
}
 
.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}
 
.article-tag ul li {
  font-size: .9rem;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}
 
.article-tag ul li:last-child {
  margin-right: 0;
}
 
.article-tag ul li a {
  padding: .2rem .5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}
 
.article-tag ul li a:hover {
  opacity: .6;
}

/*-----------固定ページ（会社情報）のテーブル-------------*/

.company-outline table,td{
line-height:1.2rem;
color:#707070;
padding:0;

}

.company-outline td:first-child{
width:25%;
}
.company-outline {
margin-top:-1.5rem;
	text-align:left;
	line-height:0rem;
}



/*-----------Gutenbergカラム内の画像は中央寄せにする-------------*/
.wp-block-column{
  display: block;
  text-align:center;
}

.wp-block-column p,h2,h3,h4{
  text-align:left;
}
.wp-block-image{
  text-align:center !important;
}

.wp-block-image img{
	margin:1rem auto;
}
/*-----------夢絵コンテスト-------------*/
.dream-picture{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.dream-picture-img{
width:33%;
}
.dream-picture-img img{
width:100%;
height:auto;
}
.dream-picture-txt{
width:64%;
}
.dream-picture-txt h3{
color:#707070;
margin:0.5rem 0;
padding:0;
line-height:1.5rem;
font-size:1.1rem;
}
.dream-picture-txt h4{
margin:1rem 0;
}
.dream-picture-txt h4 span{
font-weight:normal;
font-size:1rem;
padding-right:1rem;
}
/*-----------リクルートページのボタン-------------*/
.recruit-button {
	display:block;
	width:100%;
	background-color:#CC2720;
	border-radius: 4px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
}
.recruit-button a{
	padding:2rem;
}
.recruit-button:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}
/*-----------固定ページ（パッケージプラン）のPC表示用デザイン-------------*/


.package-title{
  display:flex;
	flex-wrap:wrap;
	align-items:center;
	line-height:1rem;
	margin-bottom:2rem;
}
.package-title-main{
width:45%;
text-align:center;
padding:1rem 50px;
}
.package-title-main img{
height:60px;
width:auto;
margin:0.5rem 0 1rem;
}
.package-title-main p{
font-size:1.4rem;
font-weight:bold;
}
.package-title-sub{
width:55%;
	padding:1rem;
}
.package-title-sub h4{
	color:#707070;
font-size:1.4rem;	
	margin:0.5rem 0 1rem;;
	line-height:1.8rem;
}
.package-title-sub p{
font-size:1.2rem;
	font-weight:bold;
line-height:2rem;
margin:0;
}
.package-detail{
text-align:center;
padding:0 50px;
}
.package-detail h4{
text-align:center;
}
.package-detail p{
text-align:center;
	margin-top:1rem;
}
.package-product{
border:1px solid;
	padding:2rem;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
}
.package-product img{
margin:0 1rem;
	height:70px;
	width:auto;
	transition: 0.5s;
}
.package-product img:hover{
transform: scale(2, 2);
}
.package-ex h4{
color:#707070;
line-height:1.8rem;
font-size:1.2rem;
margin-top:0.5rem;
margin-bottom:1.5rem;
}
.package-ex p{
color:#707070;
line-height:1.8rem;
margin-bottom:1.2rem;
}
/*-----------投稿ページ（製品紹介）のPC表示用デザイン-------------*/
.type-post{
margin-top:220px;
}
.product-title {
	font-weight:bold;
  font-size: 2rem;
  margin: 0 0 2rem;
	height:10rem;
  letter-spacing: 1px;
	text-align:center;
	color:#CC2720;
	line-height:9rem;
	/*border-bottom: solid 1px #CC2720;*/
	background-image:url(img/img_intro_02_product.jpg);
	background-size:cover;
	background-position:left center;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
	position: relative;
}
.product-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3.1rem;/*線の上下位置*/
  display: inline-block;
  width: 80%;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #CC2720;/*線の色*/
} 
.product-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3rem;/*線の上下位置*/
  display: inline-block;
  width: 180px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #CC2720;/*線の色*/
}

.article-img img{
width:300px;
}
.category-product h3,h6{
text-align:center;
	color:#707070;
}
.category-product h3{
	font-size:1.6rem;
	line-height:2rem;
}
.category-product h6{
	font-size:0.9rem;
	font-weight:normal;
	line-height:2rem;
}

.product-pickup{
	background-color:#fffbf4;
	width:100%;
	padding:30px 30px 15px;
	margin-bottom:2rem;
}
.product-pickup h4{
	text-align:center;
	margin-top:0;
}
.product-pickup p{
	font-size:0.85rem;
}
.product-pickup-heading{
	text-align:center;
	line-height:2rem;
	font-size:1.1rem;
}
.mitoco-icon-wrap{
display:flex;
flex-wrap:wrap;
	justify-content:space-between;	
	margin:1rem auto 0;
}
.mitoco-icon-child{
	width:14%;
	/*background-color:#333;*/
	text-align:center;
	padding:10px;
}
.mitoco-icon-child img{
	width:70%;
}
.mitoco-icon-child h4{
	font-size:1rem;
}
.mitoco-icon-child p{
	text-align:left;
	margin-bottom:0;
}
@media(max-width: 750px) {
.mitoco-icon-child{
	width:50%;
}

}
/*-----------投稿一覧（製品）のPC表示用デザイン-------------*/

.product-thumbnail-container{
display:flex;
flex-wrap:wrap;
}

.product-thumbnail{
width:25%;
margin:0 1.25%;
padding:0rem 2rem;
text-align:center;
margin-bottom:2rem;
}

.product-thumbnail:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}
.product-thumbnail img{
width:90%;
	margin:0 auto;
}
.product-thumbnail p{
text-align:left;
}
/*-----------事例（case）ページ-------------*/
.graph-base{
	width:100%;
	background-color:#fffbf4;
	position:relative;
	color:#CC2720;
	margin-bottom:2rem;
}
.graph-base-01{
height:15rem;
}
.graph-base-02{
height:35rem;
}
.graph-base-03{
height:30rem;
}
.graph-base-04{
height:20rem;
}
.graph-base h3{
color:#CC2720;
font-size:2rem;
position:absolute;
top:2rem;
left:20px;
}
.graph-base h3 span{
font-size:1rem;
}
.graph-cont{
width:100%;
position:absolute;
top:4rem;
left:20px;
}
.count-up{
display:flex;
align-items:center;
height:4rem;
}

.graph-base p{
color:#CC2720;
margin:0;
}

.graph-base p span{
font-size:2rem;
}

.hokkaido{
position:absolute;
bottom:24rem;
left:70%;
}
.tohoku{
position:absolute;
bottom:15rem;
left:70%;
}
.kanto{
position:absolute;
bottom:10rem;
left:60%;
}
.chubu{
position:absolute;
bottom:13rem;
left:20%;
}
.kinki{
position:absolute;
bottom:6rem;
left:48%;
}
.shikoku{
position:absolute;
bottom:3rem;
left:25%;
}
.kyusyu{
position:absolute;
bottom:0.5rem;
left:3%;
}
.graph_01{
width:60%;
position:absolute;
right:0;
bottom:-2rem;
}
.graph_02{
width:70%;
position:absolute;
left:20px;
bottom:1rem;
}

/*-----------横棒グラフのCSS-------------*/
.table-graph{
width:100%;
}
.table-graph tr td:nth-child(1) {
  width:20%;
}
.table-graph tr td:nth-child(2) {
  width:80%;
}
.table-graph tr td:nth-child(3) {
  width:20%;
}
.graph-line{
width:100%;
/*position:absolute;
top:5rem;
left:20px;*/
}
.bar{
  max-width: 600px;
  width: 100%;
	font-size:0.8rem;
  margin: 0em;
  color: white;
  padding: 0.5rem 0.25rem;
  animation: bar-animation 1 6s;
  background: #CC2720;
}
.bar-type-1{
  max-width: 42%;
}
.bar-type-2{
  max-width: 18%;
}
.bar-type-3{
  max-width: 16%;
}
.bar-type-4{
  max-width: 14%;
}
.bar-type-5{
  max-width: 14%;
}
.bar-type-6{
  max-width: 8%;
}
.bar-type-7{
  max-width: 4%;
}
.bar-type-8{
  max-width: 80%;
}
.bar-staff-1{
  max-width: 16%;
}
.bar-staff-2{
  max-width: 5%;
}
.bar-staff-3{
  max-width: 4%;
}
.bar-staff-4{
  max-width: 75%;
}

@keyframes bar-animation{
  0%{
    width: 0px;
  }
  100%{
    width: 100%;
  }
}
/*-----------archive.php用のCSS-------------*/
.archive-top{
margin-top:200px;
}
.archive-top h1 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
 
.archive-top p {
  font-size: .875rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
 
@media(max-width: 600px) {
  .archive-top h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
 
  .archive-top p {
    font-size: .8125rem;
    margin-bottom: 1rem;
  }
}


/*-----------index.phpのCSS-------------*/
.contents{
line-height:0;
}

.main{
position:relative;
z-index:1;
}
.main-b{
  width: 100%;
  height: 670px;
  object-fit: cover;
	position:fixed;
}
.main-frame{
	height:670px;
	width:40%;
	background-color:rgba(255,255,255,0.7);
position:absolute;
	right:0;
	top:0;
	z-index:2;
	line-height:1rem;
	align-items:center;
}
.main-inner{
	margin-top:270px;
	margin-left:25px;
}
.main-frame h2{
	position:relative;
font-size:1.8rem;
	line-height:3.9rem;
	border-bottom:solid 2px #CC2720;
	margin-bottom:2rem;
	font-weight:bold;
	letter-spacing:0.1rem;
	padding-right:70px;
	color:#3A3A3A;
}
.main-frame h2::after{
   content:"";
   display:block;
   width:200px;
   height:8px;
   background-color:#CC2720;
   position:absolute;
   bottom:-5px;
   left:0px;
}
.main-frame h2 span{
font-size:3rem;
	line-height:2.8rem;
	/*border-bottom:solid 8px;*/
	font-weight:bold;
	color:#CC2720;
}
.main-frame h3{
font-size:1.3rem;
	font-weight:normal;
	letter-spacing:0.1rem;
	color:#3A3A3A;
}

[class^="intro"] p{
line-height:1.8rem;
margin-bottom:2rem;
}
[class^="intro"] h2{
	position:relative;
font-size:1.5rem;
	line-height:2.8rem;
	font-weight:normal;
	letter-spacing:0.1rem;
	margin-bottom:2.4rem;
	border-bottom:solid 1px;
	padding-bottom:0.5rem;
}
.intro_01-frame h2::after{
   content:"";
   display:block;
   width:135px;
   height:6px;
   background-color:#fff;
   position:absolute;
   bottom:-3px;
   left:0px;
}
.intro_02-frame h2::after{
   content:"";
   display:block;
   width:135px;
   height:6px;
   background-color:#CC2720;;
   position:absolute;
   bottom:-3px;
   left:30%;
}
.intro_03-frame h2::after{
   content:"";
   display:block;
   width:70px;
   height:6px;
   background-color:#CC2720;;
   position:absolute;
   bottom:-3px;
   left:39.5%;
}
[class^="intro"] h2 span{
font-size:2rem;
	font-weight:bold;
	padding-bottom:0px;
	/*border-bottom:solid 6px;*/

}
.intro_01{
position:relative;
	top:670px;
	z-index:2;
}
.intro_01-b{
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.intro_01-frame{
	height:100%;
	width:440px;
	background-color:rgba(204,39,32,0.85);
position:absolute;
	left:0;
	top:0;
	z-index:2;
	line-height:1rem;
	display:flex;
	align-items:center;
	padding-left:70px;
}
.intro_01-frame h2{
	color:#fff;
}
.intro_01-frame p{
	color:#fff;
}
.intro_02{
position:relative;
	top:670px;
	z-index:2;
}
.intro_02-frame h2{
	color:#707070;
	border-color:#CC2720;
	text-align:center;
}
.intro_02-frame h2 span{
	color:#CC2720;
}
.intro_02-b{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.intro_02-frame{
	padding:2rem 0 1rem;
	max-width:1200px;
	width:100%;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	top:60px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:2;
	line-height:1rem;
	display:flex;
	align-items:center;
	text-align:center;
	border-radius: 4px;
}
.intro_02-inner{
margin:0 auto;
}
.intro_02-service-logo{
display:flex;
flex-wrap:wrap;
align-items:center;
}
.intro_02-service-logo img{
	margin-right:1rem;
	transition: 0.5s;
}
.intro_02-service-logo img:hover{
transform: scale(2, 2);
}

.intro_03{
position:relative;
top:670px;	
	z-index:2;
}
.intro_03-frame h2{
	color:#707070;
	border-color:#CC2720;
	text-align:center;
}
.intro_03-frame h2 span{
	color:#CC2720;
}
.intro_03-b{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.intro_03-frame{
	padding:2rem 0 1rem;
	max-width:1200px;
	width:100%;
	background-color:rgba(255,255,255,0.85);
	position:absolute;
	top:60px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index:2;
	line-height:1rem;
	display:flex;
	align-items:center;
	text-align:center;
	border-radius: 4px;
}
.intro_03-inner{
margin:0 auto;
}

.intro-button-frame{
	width:100%;
	position:absolute;
	bottom:0px;
	padding-bottom:50px;
}
.intro-button{
	color:#fff;
	background-color:rgba(0,0,0,0.15);
	border: 1px solid #fff;
	font-size:1.2rem;
	padding:0.5rem 3rem;
	display:block;
	margin:0 auto;
	border-radius: 4px;
}


.intro-button:hover{
transform: scale(1.03, 1.03);
}

.top-lower{
position:relative;
top:650px;
	z-index:1111;
	line-height:2rem;
	margin-bottom:650px;
}

.whatsnew{
line-height:1.5rem;
}
.what-new{
.width:100%;
	background-color:#fff;
}
.whatsnew-inner{
max-width:1200px;
	width:100%;
	margin:0 auto;
	padding:1rem 0;
}

.whatsnew h2{
text-align:center;
color:#CC2720;
font-size:1.2rem;
letter-spacing:0.2rem;
margin:1rem 0 0.5rem;
}
.what-new-button-frame{
text-align:center;
}
.what-new-button-frame button{
color:#fff;
background-color:#CC2720;
padding:0.5rem 1rem;
border-radius: 4px;
margin:2rem auto;
}
.package{
background-color:#fffbf4;
padding: 4rem 70px;
}
.package-inner{
max-width:1200px;
	width:100%;
	margin:0 auto;
}
.package-title{
display:flex;
justify-content:center;
align-items:flex-start;
width:100%;
}
.package-title-icon{
width:50px;
margin-right:10px;
}
.background-white{
background-color:#fff;
}
.text-white{
color:#fff !important;
}

.package-title-txt{
text-align:center;
color:#CC2720;
font-size:2rem;
position:relative;
margin:1.5rem 0 0;
border-bottom: hidden;
}

.package-title-txt:after {
    background-color: #d6d9dd; /* 線色 */
    border-radius: 3px; /* 線幅の半分 */
    content: "";
    display: block;
    height: 6px; /* 線幅 */
	width:0px;
	position:absolute;
	top: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transition: all 0.8s;
	transition-delay: 0.8s;
}
.package-title-txt.isActive:after {
  width: 300px;
}
.package-intro{
text-align:center;
font-size:1rem;
line-height:2rem !important;
margin:0 16%;
}
.package p{
line-height:1.5rem;
	color:#707070;
	margin-top:3rem;
}

.ex3-parent{
display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:2rem;
}
.ex3-child{
width:30%;
text-align:center;
line-height:1rem;
}
.ex3-child-b{
background-color: #fff;
border-radius: 4px;
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);	
}

.ex3-child-b:hover{
    opacity: 0.4;
	transition: 0.5s ;
}
.ex3-child a{
text-decoration: none;
}
.ex3-title{
position: relative;
	height:80px;
	border-radius: 4px 4px 0 0;
}
.ex3-title img{
height:40px;
	width:auto;
	margin-top:5px;
}
.ex3-title a{
position: absolute;
    top: 0px;
    left: 0;
    height:100%;
    width: 100%;
}
.ex3-title p{
	font-size:1.2rem;
	font-weight:bold;
	letter-spacing:0.1rem;
	position: absolute;
	bottom:7px;
	left: 0;
	right:0;
	margin:auto;
}
.ex3-image{
position: relative;
	height:200px;
}
.ex3-image a{
position: absolute;
    top: 0px;
    left: 0;
    height:100%;
    width: 100%;
}
.ex3-image img{
height:170px;
	width:auto;
	margin-top:15px;
}
.tw01{
background-color:#FDE8D3;
}
.tw02{
background-color:#FADFDF;
}
.tw03{
background-color:#CC2720;
}
.tw01 p{
	color:#CC2720;
}
.tw02 p{
	color:#CC2720;
}
.tw03 p{
	color:#fff;
}
.package-price{
color:#CC2720;
font-style:bold;
font-size:1.6rem;
text-align:center;
line-height:1.8rem;
margin:0rem auto 1.5rem;
}
.package-price span{
font-size:1rem;
padding-right:0.5rem;
vertical-align: middle;
}
.ex3-text{
text-align:left;
padding:2rem 0;
}
.ex3-text h4{
color:#707070;
font-size:1.2rem;
line-height:2rem;
}
.ex3-text p{
margin:1rem 0;
}
.ex3-text a{
color:#707070;
}
.ex3-text li{
	line-height:1.5rem;
	margin-left:20px;
}
.package-button{
	color:#CC2720;
	border: 1px solid #CC2720;
	font-size:1.2rem;
	padding:0.5rem 3rem;
	display:block;
	margin:0 auto;
	border-radius: 4px;
}
.package-button:hover{
	transform: scale(1.03, 1.03);
	background-color:rgba(0,0,0,0.15);
}
.package-detail-button{
	color:#fff;
	background-color:#CC2720;
	font-size:1rem;
	padding:1rem 3rem;
	display:block;
	margin:0 auto 2rem;
	border-radius: 4px;
}
.package-detail-button:hover{
	transform: scale(1.03, 1.03);
	background-color:rgba(0,0,0,0.15);
}
.nondeco{
	list-style: none;
}
.other{
	text-align:center;
	margin:4rem auto;
}
.other p{
	margin-bottom:3rem;
}
.seminar-banner{
	padding:1rem 0;
background-color:#fff;
	position:relative;
}
.contact-banner{
	padding:1rem 0;
background-color:#fff;
	position:relative;
}
.contact-box{
	display:flex;
	justify-content:space-between;
	margin-top:2rem;
}

.contact-box-h3{
	color:#CC2720;
	font-size:1.4rem;
	line-height:1.8rem;	
	margin-top:0.5rem;
	display: flex;
	align-items: center;
}
.contact-box-h3::before {
	color:#CC2720;
	content: "■";
	padding-right:0.5rem;

}
.contact-box-h3::after {
	content: "";
	flex-grow: 1;
	border-top: 2px dotted #CC2720;
	margin-left:1rem;
}
.contact-box p{
	color:#CC2720;
	line-height:1.8rem;
	margin-top:1rem;
	margin-left:2rem;
}
.stay-box{
	width:250px;
}
.stay-box img{
	width:100%;
h	eight:auto;
}
.liquid-box{
	flex:0.96;
}
.linkbutton-frame{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:2rem;
}
.linkbutton-frame a{
	text-decoration: none;
}
.linkbutton-frame-inner{
	width:48%;
	margin-bottom:1rem;
}
.linkbutton{
	color:#fff;
	font-size:1.1rem;
	padding:1rem;
	width:100%;
	border-radius: 4px;
	 box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
}
.linkbutton-2-wrapper{
	width:100%;
	text-align: center;
}

.linkbutton-2{
	color:#fff;
	font-size:1.1rem;
	padding:1rem 4rem;
	background-color:#CC2720;
	margin:2rem auto 4rem;
	border-radius: 4px;
	 box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
}
.linkbutton-3{
	color:#fff;
	font-size:1.1rem;
	padding:1rem 9rem;
	background-color:#CC2720;
	margin:2rem auto 4rem;
	border-radius: 4px;
	 box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
}

/*-----------mitoco導入のPC表示用デザイン-------------*/

.mitoco{
	background-color:#fffbf4;
}

.solution{
	text-align:center;
	padding:3rem 0;
	color:#CC2720;
	font-size:1.6rem;
}

.mitoco-inner{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	background-color:#fff;
	padding:3rem 5%;
	text-align:center;	
}
.mitoco-header{
	text-align:center;
	color:#007ECD;
	font-size:1.8rem;
	margin:1rem auto;
	line-height:3rem;
}
.mitoco-header2{
	text-align:center;
	color:#707070;
	font-size:1.1rem;
}
.mitoco-logo{
	width:300px;
	height:auto;
	margin:1rem auto;
}
.mitoco-top-img{
	width:75%;
	height:auto;
	margin:1rem auto;
	
}
.mitoco-p, .mitoco-p2{
	color:#CC2720;
	font-weight:bold;
}
.mitoco-p2{
	font-size:1.3rem;
}
.mitoco-p2 span{
	font-size:1.8rem;
}
.mitoco-note{
	font-size:0.8rem;
}
.mitoco-button-wrap{
	padding-top:1.5rem;
}
/*-----------背景色-------------*/
.orange{
	background-color:#FF1616;	
}
.red{
	background-color:#CC2720;	
}

/*-----------PC用のフッターのCSS-------------*/

footer{
	background-color: #EBEBEB; 
	padding: 0.5rem 2rem 2rem;
	position:relative;
	z-index:9999;
}
.footer-inner{
	display: flex;
	justify-content:space-between;
}
.footer-logo{
	width:160px;	
}
.footer-logo img{
	width:100%;
	height:auto;
	margin-bottom: 1rem;	
}
.footer-logo p{
	font-weight:bold;
	color:#707070;
}
.footer-nav {
	font-size: 0;
	margin-bottom: 3rem;
}
.footer-nav li {
	font-size: 0.9rem;
	font-weight:bold;
	display: inline-block;
	margin-right: 2rem;
	margin-top:0.5rem;
}
.footer-nav li:last-child {
	margin-right: 0rem;
}
.footer-nav li a {
	text-decoration: none;
	color: #707070;
}
.footer-nav li a:hover {
	opacity: .6;
}
.footer-right{
	text-align: right;
}
.sns-link img{
	width:40px;
	height:auto;
	margin-bottom: 1rem;
}
.footer-link li {
	font-size: 0.8rem;
	display: inline-block;
	margin-left: 2rem;
	margin-bottom:1rem;
}
.footer-link li:first-child {
	margin-left: 0rem;
}
.footer-link li a {
	text-decoration: none;
	color: #707070;
}
.footer-link li a:hover {
	opacity: .6;
}
.copyright p {
	font-size: 0.75rem;
	color: #707070;
}
 /*----------TOPへ戻る-------------*/
.page_top {
	position:fixed;
	bottom:20px;
	right:20px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	font-size:20px;
	text-decoration:none;
	background:#CC2720;
	text-align: center;
	line-height: 50px;
	z-index:99999;
}
 /*----------問い合わせフォーム改訂-------------*/
.form-000{
	width:100%;
	/*background-color:#ccc;*/
}
.inquiry-button-wrapper{
	width:100%;
	text-align:center;
}
.inquiry-button{
	color:#fff;
	border:none;
	font-size:1.1rem;
	padding:1rem 9rem;
	background-color:#CC2720;
	margin:2rem auto 4rem;
	border-radius: 4px;
	 box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
}

/* template02 */
.form__wrap {
  width: 100%;
  max-width: 900px;/*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}
.wpcf7 .template02 {
  color: #666;
  font-size: 16px;
}
.wpcf7 .template02 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}
.wpcf7 .template02 a:hover {
  opacity: .5;
  transition: opacity .25s;
}
.wpcf7 .template02 div.form__row {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid #efe8e5;
}
.wpcf7 .template02 div.form__row.row-privacy,
.wpcf7 .template02 div.form__row.row-submit {
  display: block;
  border-top: 0;
  margin-top: 1em;
  text-align: center;
}
.wpcf7 .template02 p.form__label,
.wpcf7 .template02 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label {
  width: 36%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 p.form__body {
  width: 64%;
  padding: 1.5em 1em;
}
.wpcf7 .template02 div.form__row.row-privacy .form__body,
.wpcf7 .template02 div.form__row.row-submit .form__body {
  width: 100%;
}
.wpcf7 .template02 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 44px; 
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label label::after {
  content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #f1f1f1;
  color: #929292;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
}
.wpcf7 .template02 p.form__label.is-required label {
  position: relative;
}
.wpcf7 .template02 p.form__label.is-required label::after {
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #CC2720;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
/* テキストフィールド */
.wpcf7 .template02 input[type=text],
.wpcf7 .template02 input[type=tel],
.wpcf7 .template02 input[type=email],
.wpcf7 .template02 textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
/* チェックボックス */
.wpcf7 .template02 input[type=checkbox] {
  display: none;
}
.wpcf7 .template02 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}
.wpcf7 .template02 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span {
  color: #6c5d2f;
  transition: all .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::before {
  opacity: 1;
  border: 1px solid #6c5d2f;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #6c5d2f;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity .25s ease;
}
/* ラジオボタン */
.wpcf7 .template02 input[type=radio] {
  display: none;
}
.wpcf7 .template02 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #c4bbb8;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
.wpcf7 .template02 input[type=radio]:checked + span {
  color: #6c5d2f;
}
.wpcf7 .template02 input[type=radio]:checked + span::before {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #6c5d2f;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity .25s ease;
}
/* セレクト */
.wpcf7 .template02 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: .5em 3.5em .5em 1em;
  border: 1px solid #c4bbb8;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, #d4cbb2, #d4cbb2);
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 select::-ms-expand {
  display: none;
}
.wpcf7 .template02 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: .6em;
  height: .6em;
  top: 50%;
  right: .8em;
  margin-top: -3px;
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}
.wpcf7 .template02 select:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}
.wpcf7 .template02 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #6c5d2f;
  border-right: 1px solid #6c5d2f;
}
/* 送信ボタン */
.wpcf7 .template02 .submit-btn {
  position: relative;
  width: 320px;
  height: 65px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wpcf7 .template02 input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #6c5d2f solid;
  border-radius: 8px;
  background-color: #6c5d2f;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .template02 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none!important;
  border: 1px solid #f8f8f8!important;
  background-color: #f8f8f8!important;
  color: #929292!important;
}
.wpcf7 .template02 input[type="submit"]:hover {
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  background-color: #fff;
  color: #6c5d2f;
  transition: all .25s;
}
.wpcf7 .template02 input[type="submit"]:focus {
  outline: 0;
  border: 1px #6c5d2f solid;
  box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
}

 /*----------page_packageのCSS-------------*/
.page-title {
  font-size: 2rem;
	height:10rem;
  letter-spacing: 1px;
	text-align:center;
	color:#CC2720;
	line-height:9rem;
	background-image:url(img/img_intro_02_product.jpg);
	background-size:cover;
	background-position:left center;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
	position: relative;
}
.page-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3.1rem;/*線の上下位置*/
  display: inline-block;
  width: 80%;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #CC2720;/*線の色*/
} 
.page-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3rem;/*線の上下位置*/
  display: inline-block;
  width: 180px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #CC2720;/*線の色*/
}

.topspace{
margin-top:90px;
}
 /*----------検索ワードのハイライト-------------*/
.search-highlight {
font-weight: bold;
background: linear-gradient(transparent 60%, #ffff66 60%);
}

@media only screen and (max-width: 750px) {
  .wpcf7 .template02 div.form__row {
    display: block;
  }
  .wpcf7 .template02 p.form__label {
    width: 100%;
    padding: 1.5em 1em 0;
  }
  .wpcf7 .template02 p.form__body {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
}
 /*----------取扱製品一覧ボタン-------------*/
.products-button-frame{
	width:100%;
	position:absolute;
	bottom:0px;
	padding-bottom:50px;
}
.products-button{
	color:#CC2720;
	/*background-color:rgba(0,0,0,0.15);*/
	border: 1px solid #CC2720;
	font-size:1.1rem;
	padding:0.5rem 3rem;
	display:block;
	margin:0 auto 3rem;
	border-radius: 4px;
}


.products-button:hover{
transform: scale(1.03, 1.03);
}

/*パンくずリスト*/
 
.bread ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.bread li {
  display: inline-block;
}
 
.bread li a {
  font-size: .7em;
  padding: 5px;
  text-decoration: none;
  color: #888;
}
 
.bread li a[href]:hover {
  background-color: #eee;
}
 
.bread li:after {
  content: '\003e';
  color: #888;
}
 
.bread li:last-child:after {
  content: none;
}
 
.bread i {
  font-size: 1em;
}
 
.bread span {
  display: inline-block;
  text-indent: -9999px;
}
 
 
/*スマートフォン表示のときは一番最後の記事タイトルが表示されないように設定*/
 
@media (max-width: 599px) {
  .bread li:last-child {
    display: none;
  }
}

.single-title{
text-align:center;
line-height:1.8rem;
}

.product-subtitle{
text-align:center;
}

.product h2{
	line-height:1.8rem;
	font-size:1.4rem;
}

.product p{
}




.product ul {
  list-style: none;
  padding: 1rem 5%;;
  margin: 0;
  margin-bottom:2rem;
}
.product ul li {
  position: relative;
  font-size:1.4rem;
  padding: 0 0 0 2em;
  margin: 1rem;
  color:#707070;
}
.product ul li::before {
  position: absolute;
  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size:1.7rem;
  content: '\f14a';
  color: #CC2720;
}
.product-column{
border:1px solid #CC2720;
border-radius: 4px;
padding: 1rem 50px;
}

.product-column h2{
	line-height:1.8rem;
	font-size:1.2rem;
}
.product-button{
width:70%;
margin: 3rem auto 6rem;
}
.products-wrapper{
width:100%;
margin: 0 auto;
display:flex;
flex-wrap:wrap;
}
.kiji-list{
position:relative;
/*background-color:#ccc;*/
width:33.3%;
margin-bottom:2rem;
padding:2%;
line-height:2rem;
}

.products-head{
margin-top:90px;
}
.products-lead{
color:#707070;
line-height:2rem;
text-align:center;
margin-bottom:1rem;
}
.products-title {
  font-size: 2rem;
  margin: 0 0 2rem;
	height:10rem;
  letter-spacing: 1px;
	text-align:center;
	color:#CC2720;
	line-height:9rem;
	background-image:url(img/img_intro_02_product.jpg);
	background-size:cover;
	background-position:left center;
	background-color:rgba(255,255,255,0.7);
	background-blend-mode:lighten;
	position: relative;
}
.products-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3.1rem;
  display: inline-block;
  width: 80%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #CC2720;
} 
.products-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3rem;
  display: inline-block;
  width: 180px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #CC2720;
}
.products-logo{
width:100%;
text-align:center;
}
.products-excerpt{
padding:1rem 0 3rem;
color:#707070;
font-size:0.9rem;
line-height:1.6rem;
}
.products-more{
display:block;
font-size:0.9rem;
margin:1rem auto;
padding:0.5rem 2rem;
color:#fff;
background-color:#CC2720;
border-radius: 4px;
position:absolute;
bottom:0;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.info-list{
}
.info-list li{
	margin-bottom:0rem;
	list-style: none;
	line-height:1.5rem;
	border-bottom:dotted #707070 1px;
	padding:1rem 0;
}
.info-list li span{
}