@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


@media screen and (max-width: 767px) {
  .pc_only{
    display: none;
  }
}

/*リンク基本設定*/
a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}


 /*ロゴ画像を元画像どおりのサイズで表示*/
.navbar-brand img {
max-height:90px !important;
}
/* 投稿タイトルの先頭文字の色 */
#main h1.entry-title:first-letter,
#main .single h1.entry-title:first-letter {
    color: inherit;
}

.logo-after {
  display: flex;
  justify-content: center;
  width: auto;
	margin-top: 10px;
} 

.logo-after img {
  width: 32px;
}

.logo-after .header-contact {
  margin-right: 16px;
  border: solid 2px #0072BF;
  padding: 5px;
  height: 79px;
  width: 221px;
}

.logo-after .header-contact p{
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #337AB7;
  margin-bottom: 0;
}

.logo-after .header-contact .tel {
	font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 26px;
  position: relative;
}

.logo-after .header-contact .tel::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 23px;
  top: 5px;
  left: 0;
  /*background-image: url(../img/common/tel.svg);*/
}

.logo-after .header-contact .time{
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-left: 4px;
  text-align: center;
  color: #333333;
}

.header-contactform a{
  display: inline-block;
  background: #0072BF;
  border-radius: 1px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 29px 32px;
  color: #fff;
  margin-right: 32px;
  transition: 0.2s;
}
.header-contactform a:hover{
  background: #87C121;
}
 
/* ヘッダー幅を100%に */
.navbar-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar-header::before{
  content: none;
}
.navbar-header::after{
  content: none;
}
 
@media (max-width: 991px) {
  .logo-after {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-header {
    margin: 0 auto!important;
    flex-direction: column;
  }
	.logo-after .header-contact {
		margin-right: 15px;
	}
	.logo-after .header-contact .tel {
		font-size: 22px;
	}
  .logo-after .header-contact .tel::before{
    top: 5px;
  }
	.logo-after .time {
		font-size: 14px;
	}
  .global-nav .logo-after{
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .global-nav .logo-after .header-contact{
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .global-nav .logo-after .header-contact p{
    text-align: center;
    padding-left: 0;
  }
  .global-nav .logo-after .header-contact .tel{
    width: fit-content;
    text-align: center;
  }
  .global-nav .logo-after .header-contact .time{
    text-align: center;
    padding-left: 0;
  }
  .global-nav .logo-after .header-contactform{
    text-align: center;
  }
  .global-nav .logo-after .header-contactform a{
    margin-right: 0;
  }
}

.logo-after .message {
    /*font-size: 20px;*/
	font-size: 35px;
	text-align: right;
	margin-top: 15px;
}

.logo-after .message a:first-child {
	margin-right: 5px;
}

 
.logo-after .tel {
    color: red;
    font-size: 18px;
}
 
.logo-after .time {
    /*font-size: 12px;*/
    color: #666;
    text-align: left;
}


/* グローバルメニューのフォントサイズ、グローバルメニューの横幅上書き */

/*ul.gMenu {
    display: flex !important;
    align-items: center !important;
}*/

ul.gMenu li{
	font-size: 14px !important;
	width: 126px !important;
}

.nav>li>a {
    padding: 10px 5px !important;
}

@media (min-width: 992px) {
	ul.gMenu>li>a {
		min-height: 67px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	ul.gMenu>li>ul.sub-menu {
	    left: 86% !important;
	}

	ul.gMenu ul li a {
	    padding: 10px 1em 10px 1em !important;
	}
  ul.gMenu>li>ul.sub-menu li {
  	left: -107px;
  }

}

.kaisha {
/*width: 90%;*/
width: 100%;
}
 
.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}
 
.kaisha th {
width: 150px;
font-weight: bold;
background-color: #dedede; 
}
 
@media screen and (max-width: 767px) {
	.kaisha,
	.kaisha tr,
	.kaisha td,
	.kaisha th {
		/*display:block;*/
	}
	.kaisha th {
		width:auto;
	}
	
	.kaisha td,
	.kaisha th {
		display:block;
	}
	
}

#kaisha {
    margin-top:-150px;
    padding-top:150px;
}

#enkaku {
    margin-top:-150px;
    padding-top:150px;
}

#soshikizu {
    margin-top:-150px;
    padding-top:150px;
}

#bousaikyoutei {
    margin-top:-150px;
    padding-top:150px;
}

.enkaku {
/*width: 90%;*/
width: 100%;
}

.enkaku th,
.enkaku td {
border: 1px solid #ccc;
padding: 20px;
}

.enkaku th {
width: 150px;
font-weight: bold;
background-color: #dedede;
text-align: right;
}

@media screen and (max-width: 767px) {
	.enkaku,
	.enkaku tr,
	.enkaku td,
	.enkaku th {
		/*display:block;*/
	}
	.enkaku th {
		width:auto;
		text-align: left;
		display:block;
	}
	.enkaku tr,
	.enkaku td {
		display:block;
	}
}

.bousaikyoutei {
width: 100%;
}

.bousaikyoutei th,
.bousaikyoutei td {
border: 1px solid #ccc;
padding: 20px;
}

.bousaikyoutei th {
width: 200px;
font-weight: bold;
background-color: #dedede;
text-align: right;
}

@media screen and (max-width: 767px) {
	.bousaikyoutei th {
		width:auto;
		text-align: left;
		display:block;
	}
	.bousaikyoutei tr,
	.bousaikyoutei td {
		display:block;
	}
}




footer .copySection p:nth-child(2) {
    display:none !important;
}

.header-fixed{
  position: absolute;
  top: 0;
}

/* PCで電話番号リンクを無効に */
.tel {
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .tel {
        pointer-events: auto;
    }
}


/*1枚のダンボールからつながる物語*/

/*共通パーツと一覧*/
.page-header.story-header {
	background-color: #FFFFFF !important;
}

.page-header_pageTitle.story-h1 {
    margin: 50px auto !important;
	font-weight: 700;
	text-align: center;
    color: #000;
}

.page-header_pageTitle.story-h1 span {
	display: block;
	font-size: 14px;
	padding-top: 15px;
	letter-spacing: 1px;
	color: #666;	
}

/*
.section.siteContent.story-content {
	background-color: #EFF6FE;
}
*/

/*
.story-content h2.story-h2 {
    background-color: unset;
    padding: 20px 0;
    border-top: none;
    border-bottom: none;
    text-align: center;
	font-weight: 700;
}
*/

.story-items {
	width: 100%;
}

.story-items .story-item {
	width: 100%;
	margin-bottom: 50px;
	background: #FFF;
	padding-bottom: 30px;
	text-align: center;
	border: 2px solid #f5f5f5;
}

.story-items .story-item img {
	margin: 0 auto 20px;
}

/*.story-items .story-item .story-item-title {
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 0 20px;	
}*/

.story-items .story-item .story-item-title h2 {
	background-color: transparent;
    padding: 0;
    border-top: none;
    border-bottom: none;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.story-items .story-item .story-item-contributor {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 20px;
}

.story-items .story-item .story-item-excerpt {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 20px;
}

.continued_text {
	text-align: center;
}

.continued_text p {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 2.0rem;
  font-style: italic;
}

.continued_text p:before, .continued_text p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #00CCFF;
}

.continued_text p:before {
  left:0;
}
.continued_text p:after {
  right: 0;
}




/*記事詳細ページ*/

/*h2.story-h2-voice {
    background-color: #EFF6FE;
    padding: 20px 0 30px;
    border-top: none;
    border-bottom: none;
    text-align: center;
	font-weight: 700;
	font-size: 25px;
    margin-top: 0;
}

h2.story-h2-voice span {
	display: block;
	font-size: 16px;
    line-height: 1.5em;
    padding: 0 20px;
}
*/

.section.siteContent.story-content.-detail {
	background-color: #FFF;
    padding-top: 50px;
}
.section.siteContent.story-content.-detail.single-case-content{
	padding-bottom: 0px;
}

.section.siteContent.story-content.-detail .mainSection header {
    border-bottom: none;
}

.section.siteContent.story-content.-detail .story-h2_box {
	text-align: center;
    padding: 10px 10px 20px;
}

.section.siteContent.story-content.-detail h2.story-h2 {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  margin: 0 auto 20px;
  border-top: none;
  border-bottom: none;
  font-weight: 700;
  font-size: 25px;
  background-color: transparent;
  line-height: 1.2;
}

.section.siteContent.story-content.-detail h2.story-h2:before,
.section.siteContent.story-content.-detail h2.story-h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.section.siteContent.story-content.-detail h2.story-h2:before {
  left:0;
}
.section.siteContent.story-content.-detail h2.story-h2:after {
  right: 0;
}

.story-detail-content {
	margin-bottom: 40px;
}

.story-detail-content .story-detail-content-title {
	text-align: left;
	padding: 0 10px 10px;
}
.story-detail-content h3.story-detail-content-title {
	background-color: transparent;
	font-size: 20px;
	font-weight: 700;
    margin-bottom: 20px;
	padding: 0 !important;
}

.story-detail-content .story-detail-contentBox img {
	margin-bottom: 30px;
}

.story-content.-detail .pager .previous > a,
.story-content.-detail .pager .previous > span,
.story-content.-detail .pager .next > a,
.story-content.-detail .pager .next > span {
    color: #FFF;
    background: #87C121;
    border: none;
}

@media screen and (min-width: 768px) {
	.story-items {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.story-items .story-item {
		width: 30%;
	}
	
	.continued_text p {
		padding: 0px 70px;
		font-size: 2.5rem;
	}
	
	/*記事詳細ページ*/

	/*h2.story-h2-voice {
		padding: 20px 0 40px;
		font-size: 35px;
	}

	h2.story-h2-voice span {
		font-size: 20px;
		line-height: 1em;
	}

	h2.story-h2-voice span br {
		display: none;
	}
	*/
	
	.section.siteContent.story-content.-detail h2.story-h2 {
		font-size: 30px;
  		padding: 0 55px;
	}
	
	.section.siteContent.story-content.-detail h2.story-h2:before,
	.section.siteContent.story-content.-detail h2.story-h2:after {
	  width: 45px;
	  height: 4px;
	}
	
	.story-detail-content {
        margin-bottom: 60px;
    }
	
	.story-detail-content h3.story-detail-content-title {
		font-size: 25px;
        margin-bottom: 35px;
	}

	.story-detail-content .story-detail-contentBox {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	
	/*.story-detail-content .story-detail-contentBox .story-detail-contentBox_img {
		width: 50%;
	}*/
	
	.story-detail-content .story-detail-contentBox .story-detail-contentBox_img img {
		width: 100%;
	}
	
	.story-detail-content .story-detail-contentBox.-img-left .story-detail-contentBox_txt {
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2;
		width: 50%;
	}
	
	.story-detail-content .story-detail-contentBox.-img-left .story-detail-contentBox_img {
		margin-right: 30px;
		-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
				order: 1;
		width: 50%;
	}

	.story-detail-content .story-detail-contentBox.-img-right .story-detail-contentBox_txt {
		width: 50%;
	}
	
	.story-detail-content .story-detail-contentBox.-img-right .story-detail-contentBox_img {
		margin-left: 30px;
		width: 50%;
	}
	
	.story-detail-content .story-detail-contentBox.-img-center {
		display: block;
	}
	
	.story-detail-content .story-detail-contentBox.-img-center .story-detail-contentBox_img {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
		max-width: 100%;
		width: auto;
		margin: 50px 0 0;
	}
	
	.story-detail-content .story-detail-contentBox.-img-center .story-detail-contentBox_img img {
		width: auto;
	}
	
	.story-content.-detail .pager {
		padding: 0;
		margin: 20px 0;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
    }
	
	.story-content.-detail .pager > li:first-child {
	    margin-right: auto;
	}
	
	.story-content.-detail .pager a:hover {
		opacity: .6;
		transition: ease-in-out .3s;
	}
}

@media screen and (min-width: 992px) {
	
	.page-header_pageTitle.story-h1 {
		margin: 70px auto !important;
		font-size: 32px;
	}
	
	/*記事詳細ページ*/
	.section.siteContent.story-content.-detail .mainSection {
	    float: none;
    }
	
}

/*採用情報（募集要項）*/
.-recruit {
  font-size: 12pt;
	color: #000000;
	'Noto Sans JP', sans-serif;
}
.recruitTable {
	width: 100%;
}
	
.recruitTable th,
.recruitTable td {
	border: 1px solid #ccc;
	padding: 20px;
	}
	
.recruitTable th {
	width: 210px;
	font-weight: bold;
	background-color: #efefef; 
}

.btnArea {
	text-align: center;
	margin: 40px auto;
}
.btn--pen,
a.btn--pen {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	border-radius: 0.5rem;
	background-color: #0085C8;
}
.btn--pen:after,
a.btn--pen:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f304";
	color: #FFFFFF;
	width: 20px;
  position: absolute;
  top: calc(50% - 0.8em);
  right: 1rem;
}
.btn--pen:hover,
a.btn--pen:hover {
  color: #fff;
  background: #87C121;
}

	 
	@media screen and (max-width: 767px) {
		.recruitTable th {
			width:auto;
		}
		
		.recruitTable td,
		.recruitTable th {
			display:block;
		}
		
	}
	





/* 2023 ADD
--------------------------------------------------*/
body{
	font-family: 'Noto Sans JP', sans-serif;
}
.localNav:nth-of-type(n+2){
  margin-top: 26px;
}

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap'); */

#p-contents,
#p-topcontents,
#p-contents-footer{
  font-family: 'Noto Sans JP', sans-serif;
}
#p-contents p:last-of-type,
#p-topcontents p:last-of-type{
  margin-bottom: 0;
}
#p-contents h1,
#p-topcontents h1{
  box-shadow: none;
}
#p-contents h3,
#p-topcontents h3{
  box-shadow: none;
}
#p-contents h3::after,
#p-topcontents h3::after{
  content: none;
}
#p-contents h4,
#p-topcontent h4{
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
#p-contents ul,
#p-topcontents ul{
  list-style: none;
  text-indent: none;
  margin: 0;
  padding-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin-bottom: 20px;
}
.u-marker{
  background: linear-gradient(transparent 50%, #FFFF00 0%);
}
.u-blue{
  color: #337AB7;
}
@media screen and (min-width: 768px) {
  .u-only--sp{
    display: none;
  }
  #p-contents ul,
#p-topcontents ul{
	margin-bottom: 10px;
 }
}


.mainSection-fullsize{
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
}
.l-col2-area{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.l-col3-area{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 15px;
}
.l-col4-area{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px 20px;
}
.c-background-twotone{
  width: 100%;
  border-image-source: linear-gradient(135deg,
  rgba(242,251,246,1) 0%,
  rgba(242,251,246,1) 50%,
  rgba(238,246,252,1) 50%,
  rgba(238,246,252,1) 100%);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  position: relative;
}
@media screen and (max-width: 767px) {
	.u-only--pc{
    display: none;
  }
  .mainSection-fullsize{
    width: 100%;
  }
  .l-col2-area{
    grid-template-columns: 1fr;
  }
  .l-col3-area{
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
  .l-col4-area{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
  .c-background-twotone{
    border-image-source: linear-gradient(100deg,
    rgba(242,251,246,1) 0%,
    rgba(242,251,246,1) 50%,
    rgba(238,246,252,1) 50%,
    rgba(238,246,252,1) 100%);
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw 0 100vw;
    position: relative;
    padding-bottom: 80px;
  }
}
.c-section{
  margin: 0 0 40px;
  padding: 0 0 60px;
  border: 1px solid #CCCCCC;
  border-width: 0 0 1px;
}
.c-section:last-of-type{
  margin: 0;
  padding-bottom: 120px;
  border: none;
}
.case-list.c-section:last-of-type{
	padding-bottom: 0px;
}
.c-section-intro{
  margin: 0 0 44px;
  padding: 28px 30px 25px;
  border: 2px solid #0072BF;
  border-width: 2px 0 0 0;
  background-color: #F5F5F5;
}
.c-section--title{
  margin: 0 0 20px;
  padding: 0 0 14px;
  border: 1px solid #CCCCCC;
  border-width: 0 0 1px;
  color: #0072BF;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.-about-arimurashikou .c-section--title{
  margin: 0 0 25px;
  font-size: 25px;
}
.c-section-intro--txt p{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.c-column{
  margin: 0 0 44px;
}
.c-column:last-of-type{
  margin-bottom: 0;
}
.c-column--title{
  margin: 0 0 20px;
  padding: 0 0 0 17px;
  border: 3px solid #00A13E;
  border-width: 0 0 0 3px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  vertical-align: middle;
}
.c-column--txt p{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.c-column--txt p .u-bold{
  font-weight: 700;
}
.c-column--txt a{
  color: #000000;
  text-decoration: underline;
}
.c-column--txt a:hover{
  color: #0072BF;
  text-decoration: underline;
}
.c-panel--img{
  margin: 0 0 16px;
}
.c-panel--img img{
  display: block;
  width: 100%;
}
.c-panel--title{
  margin: 0 0 13px;
  padding: 0;
  color: #00A13E;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.c-panel--txt p{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.c-figure img{
  display: block;
  width: 100%;
  margin: 0 0 10px;
}
.c-figure--caption{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
a .c-figure--caption{
  color: #333333;
}
a:hover .c-figure--caption{
  color: #0072BF;
  text-decoration: underline;
}

.l-buttonarea{
  display: flex;
  justify-content: center;
  padding: 44px 0 0;
}
.c-button a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  min-width: 300px;
  padding: 0 15px 0 30px;
  background-color: #0072BF;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  position: relative;
}
.c-button a::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  left: 22px;
}
.c-button a:hover{
	background-color: #87C121;
	text-decoration: none;
}
#p-contents-footer{
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
}
#p-contents-footer::before{
  content: '';
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
}
.c-contents-footer--title{
  width: 630px;
  margin: 0 auto 25px;
  position: relative;
}
.c-contents-footer--title::before,
.c-contents-footer--title::after{
  content: '';
  display: block;
  width: 3px;
  height: 36px;
  background-color: #0072BF;
  position: absolute;
  bottom: 0;
}
.c-contents-footer--title::before{
  transform: rotate(-45deg);
  left: 13px;
}
.c-contents-footer--title::after{
  transform: rotate(45deg);
  right: 13px;
}
.c-contents-footer--title p{
  color: #0072BF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
.c-contents-footer--txt{
  margin: 0 0 81px;
}
.c-contents-footer--txt p{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}

.c-contents-footer--txt .add-text{
  font-weight: normal;
}

.l-contents-footer-button-area{
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.hurry-case{
  margin-left: 250px;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.l-contents-footer-button-area .btn-tel a, .l-contents-footer-button-area .btn-tel span{
  display: block;
  text-align: center;
}

.l-contents-footer-button-area .btn-tel .tel-number{
  padding-top: 13px;
  font-size: 25px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

.l-contents-footer-button-area .btn-tel .tel-number span{
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: normal;
}

.btn-tel a::before{
  display: none;
}

.btn-tel{
  position: relative;
  min-width: 300px;
  height: 84px;
  background: #0072BF;
}

.l-contents-footer-button-area .btn-tel::before{
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 25px;
  background-image: url(../img/common/tel_white.svg);
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 25px;
}


@media screen and (max-width: 767px) {
  .c-section-intro{
    margin-bottom: 40px;
    padding: 20px 16px;
  }
  .c-section--title{
    margin-bottom: 16px;
    padding-bottom: 11px;
    font-size: 17px;
  }  
  .-about-arimurashikou .c-section--title{
    margin-bottom: 20px;
    font-size: 20px;
  }
  .c-section-intro--txt p{
    font-size: 14px;
  }
  .c-section:last-of-type{
	  margin: 0;
	  padding-bottom: 10px;
	  border: none;
	}
  .c-column{
    margin-bottom: 40px;
  }
  .c-column--title{
    margin-bottom: 20px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.6;
  }
  .c-column--txt p{
    font-size: 14px;
  }
  .c-panel--img{
    margin-bottom: 15px;
  }
  .c-panel--title{
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .c-panel--txt p{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .c-figure img{
    margin-bottom: 15px;
  }
  .c-figure--caption{
    line-height: 1.5;
  }
  .l-buttonarea{
    padding-top: 40px;
  }
  .c-button a{
    height: 45px;
    min-width: 215px;
    font-size: 13px;
  }
  #p-contents-footer{
    max-width: auto;
    padding: 0;
  }
  .c-contents-footer--title{
    width: 100%;
    padding: 0 1px;
    margin-bottom: 26px;
  }
  .c-contents-footer--title::before,
  .c-contents-footer--title::after{
    height: 25px;
  }
  .c-contents-footer--title::before{
    left: 10px;
    bottom: -13px;
  }
  .c-contents-footer--title::after{
    right: 10px;
    bottom: -13px;
  }
  .c-contents-footer--title p{
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .c-contents-footer--txt{
    margin: 0 0 30px;
  }
  .c-contents-footer--txt p{
    font-size: 14px;
    text-align: left;
  }

  .l-contents-footer-button-area .btn-tel .tel-number{
    padding-top: 10px;
    font-size: 25px;
    text-decoration: none;
    }

  .l-contents-footer-button-area .btn-tel .tel-number span{
    font-size: 13px;
  }

  .l-contents-footer-button-area{
    display: block;
  }

  .l-contents-footer-button-area .btn-tel{
    margin-bottom: 20px;
  }

  .hurry-case{
    margin-left: 0;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 0;
    text-align: center;
  }

  .l-contents-footer-button-area .c-button a{
    height: 87px;
    min-width: 215px;
    font-size: 15px; 
  }
}

/* pager */
#p-pagenavi{
	margin: 60px auto 0;
}
#p-pagenavi .pages,
#p-pagenavi .last,
#p-pagenavi .beginners {
  display: none;
}
#p-pagenavi {
  display: flex;
  justify-content: center;
}
#p-pagenavi a,
#p-pagenavi .current,
#p-pagenavi .total{
  color: #333333;
}
#p-pagenavi a,
#p-pagenavi .current{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background-color: #F5F5F5;
}
#p-pagenavi .current {
  background: #0072BF;
  color: #FFFFFF;
}
#p-pagenavi .extend {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  height: 5px;
  margin: 0 5px;
  background: none;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
}
#p-pagenavi a.previouspostslink,
#p-pagenavi a.nextpostslink {
  width: 50px;
  height: 50px;
  padding: 0;
}
#p-pagenavi a.previouspostslink::before,
#p-pagenavi a.nextpostslink::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
#p-pagenavi a.previouspostslink::before{
  border-width: 7px 7px 7px 0;
  border-color: transparent #333333 transparent transparent;
}
#p-pagenavi a.nextpostslink::after{
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #333333;
}
@media screen and (min-width:768px) {
  #p-pagenavi a,
  #p-pagenavi .current{
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  #p-pagenavi a:hover {
    background-color: #0072BF;
    color: #FFFFFF;
  }
  #p-pagenavi a.previouspostslink::before,
  #p-pagenavi a.nextpostslink::after{
    transition: border-color 0.3s ease;
  }
  #p-pagenavi a.previouspostslink:hover::before{
  border-color: transparent #FFFFFF transparent transparent;
  }
  #p-pagenavi a.nextpostslink:hover::after{
  border-color: transparent transparent transparent #FFFFFF;
  }
 }

@media screen and (max-width:767px) {
  #p-pagenavi .pages {
    display: none;
  }
  #p-pagenavi {
    display: flex;
    justify-content: center;
  }
  #p-pagenavi a,
  #p-pagenavi .current{
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  #p-pagenavi .extend {
    width: 45px;
    height: 45px;
  }
  #p-pagenavi a.previouspostslink,
  #p-pagenavi a.nextpostslink {
    width: 45px;
    height: 45px;
    margin: 0 3px;
  }
}

/* product detail */
#p-product{
  margin-bottom: 105px;
}
#p-product h1,
#p-product h2{
  margin: 0 0 45px;
  padding: 20px 20px 25px;
  border: 2px solid #0072BF;
  border-width: 2px 0 0 0;
  background-color: #F5F5F5;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  vertical-align: middle;
}
#p-product h3{
  margin: 0 0 20px;
  padding: 0 0 0 17px;
  border: 3px solid #00A13E;
  border-width: 0 0 0 3px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  vertical-align: middle;
}
.c-product{
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 40px;
}
.c-product-gallery {
  max-width: 600px;
}
.c-product-detail {
  max-width: 500px;
}
.c-product-gallery-mainlist{
  margin: 0 0 25px;
}
.c-product-gallery-mainlist img{
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.c-product-gallery-sumblist{
  width: 100%;
  overflow: hidden;
}
.c-product-gallery-sumblist .slick-track{
  transform: unset !important;
  width: 100% !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}
.c-product-gallery-sumblist .slick-track::before,
.c-product-gallery-sumblist .slick-track::after{
  content: none !important;
}
.c-product-gallery-sumblist .slick-slide{
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0;
  cursor: pointer;
}
.c-product-gallery-sumblist img{
  display: block;
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.c-product-data-list li{
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 0 0 0 9px;
  position: relative;
  flex-wrap: wrap;
}
.c-product-data-list li::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #0072BF;
  position: absolute;
  left: 0;
  top: 7px;
}
.c-product-data--title{
  font-weight: 700;
  margin: 0 5px 0 1px;
}
.mainSection-product + #p-contents-footer{
  width: 100%;
  margin: 0 auto;
}
.mainSection-product + #p-contents-footer::before{
  content: none;
}
#p-product-others{
  margin: 30px 0 0;
  width: 100%;
  padding: 0 0 120px;
  position: relative;
}
.c-product-others{
  width: 100%;
  margin: 0 auto;
}
.c-product-others--title{
  display: flex;
  align-items: center;
  position: relative;
  top: -25px;
  border: none;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 40px;
  padding: 0 0 0 30px;
  position: relative;
}
.c-product-others--title::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #0072BF;
  position: absolute;
  left: 0;
}
.c-product-others--title::after{
  content: none;
}
#p-product-others .c-column{
  margin: 0 0 80px;
}
#p-product-others .c-column:last-of-type{
  margin-bottom: 0;
}
.p-product-others-faq{
  background: #fff;
  padding: 40px;
  border: 1px solid #EDEDED;
}
.p-product-others-faq p{
  text-align: center;
}
.p-product-others-faq .l-buttonarea{
  padding: 30px 0 0;
}
@media screen and (max-width:767px) {
  #p-product{
    padding-bottom: 55px;
    margin-bottom: 57px;
    border-bottom: 1px solid #CCCCCC;
  }
  #p-product h1,
  #p-product h2{
    margin-bottom: 17px;
    padding: 15px 10px;
    font-size: 20px;
    line-height: 1.5;
  }
  #p-product h3{
    padding-right: 13px;
    font-size: 18px;
  }
  .c-product{
    display: block;
  }
  .c-product-gallery{
    margin-bottom: 35px;
  }
  .c-product-gallery-mainlist{
    margin-bottom: 10px;
  }
  .c-product-gallery-mainlist img{
    position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  object-fit: cover;
  }
  .c-product-gallery-sumblist{
    overflow: hidden;
  }
  .c-product-gallery-sumblist .slick-track{
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .c-product-gallery-sumblist img{
    width: 80px;
    height: 80px;
  }
  .c-product-data-list li{
    font-size: 14px;
    padding-right: 12px;
  }
  .c-product-others{
    margin: 0 auto;
  }
  #p-product-others{
    padding-bottom: 80px;
  }
  .c-product-others--title{
    font-size: 20px;
    top: -16px;
  }
  .image-square::before {
	  content: "";
	  display: block;
	  padding-top: 100%;
	}
  .p-product-others-faq{
    padding: 35px 20px;
  }
  .p-product-others-faq p{
    font-size: 14px;
    text-align: left;
  }
}

/* toppage */
#p-top-intro{
  padding: 50px 0 120px;
}
.l-top-intro-titlearea{
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
}
.c-top-intro--title{
  display: table;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  margin: 0;
  padding: 0 45px 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.46;
  position: relative;
}
.c-top-intro--title::before,
.c-top-intro--title::after{
  content: '';
  display: block;
  width: 2px;
  height: 37px;
  background-color: #333333;
  position: absolute;
  bottom: 0;
}
.c-top-intro--title::before{
  left: 14px;
  transform: rotate(-45deg);
}
.c-top-intro--title::after{
  right: 14px;
  transform: rotate(45deg);
}
.c-top-intro-above{
  width: 1030px;
  padding: 80px 0 70px;
  margin: 0 auto 80px;
  border-image-source: linear-gradient(to bottom, rgb(0 71 144 / 69%) 0%, rgba(0,121,196,0.8) 25%, rgba(0,121,196,0.42) 74%, rgba(2,123,178,0.22) 99%, rgba(2,123,177,0.22) 100%);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  position: relative;
}
.c-top-intro-above::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 178px 0 178px;
  border-color: rgba(2,123,177,0.22) transparent transparent transparent;
  position: absolute;
  bottom: -60px;
  left: calc(50% - 178px);
}
.c-top-intro--img01{
  width: 234px;
  position: absolute;
  left: -180px;
  top: -168px;
  z-index: 500;
}
.c-top-intro--img02{
  width: 250px;
  position: absolute;
  right: -230px;
  bottom: -90px;
  z-index: 500;
}
.c-top-intro--img01 img,
.c-top-intro--img02 img{
  width: 100%;
}
.c-top-intro-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: number 0;
}
.c-top-intro-list li{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 35px 20px 25px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  counter-increment: number 1;
}
.c-top-intro-list li::before{
  content: counter(number)'';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 2px solid #0072BF;
  border-radius: 100%;
  color: #0072BF;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: -20px;
  left: calc(50% - 20px);
}
.c-top-intro-list--txt{
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  vertical-align: middle;
}
.c-top-intro-list--txt .u-marker{
  font-size: 18px;
  font-weight: 700;
  color: #0072BF;
}
.c-top-intro-below{
  padding: 90px 0 0;
}
.l-top-intro-below-titlearea{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 36px;
}
.c-top-intro-below--title{
  display: table;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: none;
}
.c-top-intro-below--title .u-small{
	display: block;
  color: #337AB7;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 0 7px;
}
.c-top-intro-below--title .u-line{
  padding: 0 0 18px;
  border-bottom: 2px solid #0072BF;
}
.c-top-intro-below--txt p{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#p-top-products{
  /*margin: 50px 0 0;*/
  margin: 100px 0 0;
  padding: 67px 0 100px;
}
.l-top-products-titlearea{
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: -50px;
}
.c-top-products--title{
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  padding: 0;
  color: #0072BF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.c-top-products--title .u-small{
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 0 7px;
}
.c-top-products--txt{
  margin: 0 0 40px;
}
.c-top-products--txt p{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#p-top-features{
  /*padding: 120px 0 40px;*/
  padding: 0 0 40px;
}
.c-top-features-column{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 100px;
}
.c-top-features-column:nth-of-type(even) .c-top-features-main{
  grid: grid-area: 1 / 2 / 2 / 3;
}
.c-top-features-column:nth-of-type(even) .c-top-features--img{
  grid-area: 1 / 1 / 2 / 2;
}
.c-top-features-main{
  width: 550px;
}
.c-top-features--img img{
  width: 550px;
  height: 360px;
  object-fit: cover;
}
.c-top-features--title{
  color: #00A13E;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 0 20px;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 30px;
}
.c-top-features--title .u-small{
  display: block;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 9px;
  padding: 0 0 0 17px;
  position: relative;
}
.c-top-features--title .u-small::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #0072BF;
  position: absolute;
  top: 0;
  left: 0;
}
.c-background-blue{
  background-color: #EEF6FC;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#p-top-inquiry{
  padding: 60px 0;
}
.p-top-inquiry-column{
  width: 1140px;
  margin: 0 auto;
}

.p-top-inquiry-column .hurry-case{
  margin-left: 260px;
}

#p-top-faq{
  padding: 50px;
  border: 1px solid #CCCCCC;
  margin: 80px 0 0;
}
#p-top-faq p{
  text-align: center;
}
.c-top-faq--title{
  border-bottom: none;
  color: #0072BF;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
#p-top-story{
  padding: 80px 0 120px;
}
.c-top-story--title{
  border-top: none;
  padding: 0;
  background-color: transparent;
  margin: 0 0 60px;
}
.c-top-story-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.c-top-story-list a:hover .c-top-story-list--txt{
  color: #0072BF;
  text-decoration: underline;
}
.c-top-story-list a:hover h3.c-top-story-list--title{
  background: linear-gradient(270deg, #5fdb5d, #55d359, #4bca54, #40c250, #35ba4b, #29b147, #19a942, #00a13e);
  text-decoration: none;
}
.c-top-story-list--title{
	position: relative;
}
.c-top-story-list--title::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  right: 15px;
  top: 36%;
}
.c-top-story-list--img{
  margin: 0 0 10px;
}
.c-top-story-list--img img{
  margin: 0;
}
.c-top-story-list--title{
  border-bottom: none;
  background: linear-gradient(90deg, #5fdb5d, #55d359, #4bca54, #40c250, #35ba4b, #29b147, #19a942, #00a13e);
  padding: 7px;
  margin: 0 0 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
.c-top-story-list--txt{
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#p-top-news{
  padding: 0 0 70px;
  position: relative;
}
.c-top-news--title{
  display: flex;
  align-items: center;
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
  background-color: transparent;
  padding: 0 0 25px 30px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5em;
  position: relative;
}
.c-top-news--title::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #0072BF;
  position: absolute;
  left: 0;
}
.c-top-news--title::after{
  content: '';
  display: block;
  width: 230px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #337AB7;
}
.c-top-news-externallink a{
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: absolute;
  right: 0;
  top:20px;
}
.c-top-news-externallink a:hover{
  color: #0072BF;
}
.c-top-news-externallink--img{
  display: block;
  width: 30px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.c-news-list li a{
  display: block;
  padding: 30px 0 20px;
  border-bottom: 1px solid #CCCCCC;
}
.c-news-list--date{
  display: block;
  color: #669BC9;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 0 5px;
  border-bottom: none;
  padding: 0;
}
.c-news-list--title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #333333;
}
a:hover .c-news-list--title{
  text-decoration: underline;
  color: #0072BF;
}
.c-top-news-externallink a:hover{
  text-decoration: underline;
}

/*有村紙工で製造可能な段ボール箱*/
#p-top-manufacturable {
    padding: 80px 0 50px;
}
#p-top-manufacturable h3 {
  text-align: center;
  margin: 0 auto 80px;
}
#p-top-manufacturable .l-buttonarea {
  padding: 0 0 44px;
}
.c-top-manufacturable--txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (max-width:767px) {
  #p-top-intro{
    padding: 26px 0 50px;
  }
  .l-top-intro-titlearea{
    padding-bottom: 19px;
  }
  .c-top-intro--title{
    padding: 0 35px 0;
    font-size: 20px;
    line-height: 1.35;
  }
  .c-top-intro--title::before,
  .c-top-intro--title::after{
    height: 25px;
  }
  .c-top-intro--title::before{
    left: 10px;
  }
  .c-top-intro--title::after{
    right: 10px;
  }
  .c-top-intro-above{
    width: 100%;
    padding: 56px 20px 35px;
    margin-bottom: 100px;
  }
  .c-top-intro-above::after{
    border-width: 45px 50vw 0 50vw;
    bottom: -45px;
    left: calc(50% - 50vw);
  }
	.c-top-intro-list--txt .u-marker{
		font-size: 16px;
		font-weight: 700;
		color: #0072BF;
	}
  .c-top-intro--img01{
    width: 100px;
    top: -170px;
    left: 0;
  }
  .c-top-intro--img02{
    width: 121px;
    right: 0;
    bottom: -70px;
  }
  .c-top-intro-list{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .c-top-intro-list li::before{
    width: 34px;
    height: 34px;
    font-size: 15px;
    top: -17px;
    left: calc(50% - 17px);
  }
  .c-top-intro-list--txt{
    font-size: 14px;
  }
  .c-top-intro-below{
    padding-top: 20px;
  }
  .l-top-intro-below-titlearea{
    margin-bottom: 30px;
  }
  .c-top-intro-below--title{
    font-size: 18px;
    border-bottom: none;
    line-height: 2.2;
  }
  .c-top-intro-below--title .u-small{
	  font-size: 12px;
	  margin: 0 0 0px;
	}
  .c-top-intro-below--title .u-line{
    padding-bottom: 6px;
  }
  .c-top-intro-below--txt p{
    text-align: left;
    font-size: 14px;
  }
  #p-top-products{
    margin: 80px 0 0;
    padding: 36px 0 60px;
  }
  .l-top-products-titlearea{
    position: absolute;
    top: -30px;
  }
  .c-top-products--title{
    font-size: 20px;
  }
  .c-top-products--title .u-small{
    font-size: 11px;
    margin-bottom: 5px;
  }
  .c-top-products--txt{
    margin-bottom: 30px;
  }
  .c-top-products--txt p{
    font-size: 14px;
    line-height: 1.8;
  }
  #p-top-features{
    /*padding: 40px 0 20px;*/
    padding: 0 0 20px;
    /*border-bottom: 1px solid #CCCCCC;*/
  }
  .c-top-features-column{
    display: block;
    margin-bottom: 40px;
  }
  .c-top-features-main{
    width: 100%;
    margin-bottom: 20px;
  }
  .c-top-features--img img{
    width: 100%;
    height: auto;
  }
  .c-top-features--title{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
  .c-top-features--title .u-small{
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .c-top-features--txt{
  	font-size: 14px;
  }
  #p-top-inquiry{
    padding: 40px 0;
  }
  .p-top-inquiry-column{
    width: calc(100% - 30px);
  }
  #p-top-faq{
    padding: 40px 20px;
    margin: 40px 0 0;
  }
  #p-top-faq p{
    font-size: 14px;
    text-align: left;
  }
  .c-top-faq--title{
    font-size: 19px;
    text-align: left;
    padding-bottom: 0;
  }
  #p-top-story{
    padding: 40px 0 20px;
  }
  .c-top-story--title{
    margin-bottom: 40px;
  }
  .c-top-story-list{
    display: block;
  }
  .c-top-story-list li{
		margin-bottom: 40px;
	}
  .c-top-story-list--img{
    margin-bottom: 5px;
  }
  .c-top-story-list--img img{
    width: 100%;
  }
  .c-top-story-list--title{
    font-size: 16px;
  }
  .c-top-story-list--txt{
    font-size: 14px;
    line-height: 1.4;
  }
  #p-top-news{
    padding-bottom: 60px;
  }
  .c-top-news--title{
    padding-bottom: 14px;
    font-size: 20px;
  }
  .c-top-news--title::after{
    content: '';
    display: block;
    width: 102px;
  }
  .c-top-news-externallink{
    display: flex;
    justify-content: flex-end;
  }
  .c-top-news-externallink a{
    font-size: 12px;
    position: relative;
    right: 0;
    top: 0;
  }
  .c-top-news-externallink--img{
    display: block;
    width: 30px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  .c-news-list li a{
    display: block;
    padding: 30px 0 20px;
    border-bottom: 1px solid #CCCCCC;
  }
  .c-news-list--date{
    display: block;
    color: #669BC9;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 0 0 5px;
    border-bottom: none;
    padding: 0;
  }
  .c-news-list--title{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #333333;
  }

  /*有村紙工で製造可能な段ボール箱*/
  #p-top-manufacturable {
    padding: 50px 0 20px;
  }
  #p-top-manufacturable h3 {
    text-align: center;
    margin: 0 auto 40px;
  }
  #p-top-manufacturable .l-col3-area {
    gap: 15px;
  }
  #p-top-manufacturable .l-buttonarea {
    padding: 0 0 44px;
  }
  .c-top-manufacturable--txt p {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  .p-top-inquiry-column .hurry-case{
    margin-left: 0;
  }

}

/*type-use case詳細*/
.type-use-nav{
	margin: 0 auto;
}
.page_item a:hover{
	background-color: #F2F2F2;
	text-decoration: none;
}
.c-column.c-underline {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 40px;
}
a:hover{
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.type-use-nav{
     display:none !important;
  }
  .page-header_pageTitle, h1.page-header_pageTitle:first-child{
		margin: 15px 0 15px;
	}
	.c-column.c-underline {
    border-bottom: none;
    padding-bottom: 20px;
  }
}

div.subSection-title{
	padding-bottom: 8px;
  position: relative;
  line-height: 1.7em;
  padding: 0;
}
div.subSection-title a {
    color: #333333;
    padding: 10px 0 11px;
    display: block;
    font-weight: 500;
}
div.subSection-title a:hover{
    background: #F5F5F5;
}



/*有村紙工について*/
h2.c-intro-below--title{
  display: table;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  text-align: center;
  background-color: #FFFFFF;
  padding: 0;
  border-top: none;
  border-bottom: none;
  margin: 0 auto 50px;
}
.c-intro-below--title .u-line{
  padding: 0 0 18px;
  border-bottom: 4px solid #0072BF;
  line-height: 2.5;
}
.c-intro-below--txt{
  margin-bottom: 60px;
}

.c-intro-below--txt p{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  h2.c-intro-below--title{
    font-size: 20px;
    border-bottom: none;
    line-height: 2.2;
  }
  .c-intro-below--title .u-line{
    padding-bottom: 6px;
  }
  .c-intro-below--txt p{
    text-align: left;
    font-size: 16px;
  }
}

.c-section-about-arimurashikou {
  margin: 0 auto 40px;
  padding: 28px 30px 25px;
  border: 2px solid #0072BF;
  border-width: 2px 0 0 0;
  background-color: #F5F5F5;
  max-width: 1000px;
}

.c-section-about-arimurashikou--txt p{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 10px;
}
.c-section-about-arimurashikou--txt img {
  margin-top: 30px;
  /*margin-bottom: 10px;*/
  margin-bottom: 40px;
}
.c-section-about-arimurashikou--txt p:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-section-about-arimurashikou {
    margin-bottom: 0;
    padding: 20px 16px;
  }
  .c-section-about-arimurashikou--txt p {
    font-size: 14px;
  }
  .c-section-about-arimurashikou--txt img {
    margin-top: 10px;
    /*margin-bottom: 0;*/
    margin-bottom: 40px;
  }
}


.-about-arimurashikou-case-list {
  padding: 0 0 80px;
}
.-about-arimurashikou-case-list .c-frame p {
  display: none;
}
.-about-arimurashikou-case-list ul {
  padding-left: 0;
}
.-about-arimurashikou-case-list li {
  list-style: none;
}
.-about-arimurashikou-case-list li br {
  display: none;
}
.-about-arimurashikou-story .c-section-about-arimurashikou-story--txt {
  margin-bottom: 40px;
} 
.-about-arimurashikou-story .l-buttonarea {
  padding: 30px 0 0 0;
} 
@media screen and (max-width: 767px) { 
  .-about-arimurashikou-case-list {
    padding: 0 0 40px;
  }
  .-about-arimurashikou-case-list .l-col4-area {
    gap: 15px;
  }
  .-about-arimurashikou-story .c-section-about-arimurashikou-story--txt {
    margin-bottom: 20px;
  } 
  .-about-arimurashikou-story .l-buttonarea {
    padding: 10px 0 0 0;
  } 
}

/* よくあるご質問 */
.content_menu{
  margin-bottom: 72px;
  text-align: left;
}

.content_menu_list{
  display: inline-flex;
  gap: 32px;
  padding: 0;
}

.content_menu_list li{
  width: 220px;
  list-style: none;
}

.content_menu_list li a{
  display: grid;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-left: 28px;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  border: 1px solid #ccc;
  border-left: 2px solid #337AB7;
  transition: 0.4s;
}

.content_menu_list li a::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #333333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
}

.content_menu_list li a:hover{
  background-color: #f5f5f5;
}

.faq_section_items{
  margin-bottom: 80px;
}

.faq_section_item{
  margin-bottom: 24px;
}

.faq_section_item:last-child{
  margin-bottom: 0;
}

.faq_head, .faq_content{
  width: 100%;
  padding: 20px 24px 23px 66px;
  position: relative;
}

.faq_head{
  background-color: #337AB7;
  color: #fff;
}

.faq_content{
  background-color: #F5F5F5;
}

.faq_content a{
  text-decoration: underline;
}

.faq_head p, .faq_content p{
  margin-bottom: 0;
}

.faq_head::before, .faq_content::before{
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  left: 24px;
}

.faq_head::before{
  content: "Q.";
}

.faq_content::before{
  content: "A.";
}

.faq_txt_small{
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #666666;
  margin-top: 8px;
}

@media screen and (max-width: 767px){
  .content_menu{
    margin-bottom: 56px;
  }
  .content_menu_list{
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .content_menu_list li{
    width: 100%;
  }
  .faq_section_items{
    margin-bottom: 56px;
  }
  .faq_head, .faq_content{
  padding: 16px 20px 18px 48px;
  }
  .faq_head::before, .faq_content::before{
    left: 16px;
  }
  .faq_head p, .faq_content p{
    font-size: 15px;
    line-height: 1.7em;
  }
  .faq_head .faq_txt_small, .faq_content .faq_txt_small{
    font-size: 13px;
  }
}

/* フォーム調整 */
.wpcf7-form{
  width: 420px;
  margin: 0 auto;
  margin-top: 65px;
}

.select-data-area{
  margin-bottom: 0;
}

.form-wrap{
  border-bottom: solid 1px #f3f3f3;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form{
    width: 100%;
  } 

  .form-wrap{
    width: 100%;
  }
}

/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/
.scrolled .navbar-header{
  display: none;
}


/*お問い合わせ */
.form-text-wrap{
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  line-height: 1.8;
}

.fill-out-contact-form .select-date-text{
  font-size: 12px;
  letter-spacing: 0.05em;
}

.fill-out-contact-form .select-date-text span{
  color: #DC0000;
  display: block;
}

.fill-out-contact-form .icon-required{
  border: solid 1px red;
  color: red;
  padding: 1px 5px;
  margin-left: 10px;
  font-weight: normal;
  font-size: 11px;
}

.fill-out-contact-form .prefectures-select-field{
  display: block;
  width: 236px;
  margin-top: 10px;
}

/* ラジオボタン */
.fill-out-contact-form input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.fill-out-contact-form .wpcf7-list-item.first {
  margin-left: 0; 
}

.fill-out-contact-form .wpcf7-list-item-label {
  position: relative;
  display: flex; /*円とテキストを横並びにする*/
  align-items: center; /*円とテキストを上下中央揃えにする*/
  cursor: pointer;
  gap: 10px;
  font-weight: normal;
}

.fill-out-contact-form .wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%; /*円の形にする*/
  border: 1px solid #0075FF; /*外側の円の太さと色*/
  width: 25px; /*外側の円の幅*/
  height: 25px;　/*外側の円の高さ*/
  margin-right: 10px; /*円とテキストの間隔はここで調節*/
}

.fill-out-contact-form .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 17px; /*内側の円の幅*/
  height: 17px;/*内側の円の高さ*/
  background-color: #0075FF;/*内側の円の色*/
  left: 4px; /*横位置調整*/
  top: 50%;
  transform: translateY(-50%);
}

.fill-out-contact-form span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 17px; /*内側の円の幅*/
  height: 17px;/*内側の円の高さ*/
  background-color: #0075FF;/*内側の円の色*/
  left: 4px; /*横位置調整*/
  top: 50%;
  transform: translateY(-50%);
  display: none; /*追加*/
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block; /*ラジオボタンがチェックされたとき表示*/
}

/*.fill-out-contact-form span.wpcf7-list-item {
  margin-left: 100px;
}*/

.fill-out-contact-form .radio-btn-text{
  font-weight: bold;
}


@media screen and (max-width: 767px) {
  .form-text-wrap{
    font-size: 14px;
  }
}

/* ドロップダウンメニュー */
.fill-out-contact-form .wpcf7-form-control.wpcf7-select.form-control{
  font-weight: normal;
}

.fill-out-contact-form .wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date{
  margin-top: 10px;
  cursor: pointer;
}

/* 内容を確認チェックボックス */
.fill-out-contact-form .wpcf7-form-control-wrap.acceptance-630 .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{
  margin-left: 0;
}

/* フッター内の文字位置調整 */
#p-contents-footer .hurry-case{
  margin-left: 260px;
}

@media screen and (max-width: 767px) {
  #p-contents-footer .hurry-case{
    margin-left: 0;
  }
}

/* お問い合わせフォーム▼ボタン */
.form-wrap .c-button.contact-form-triangle a::before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  left: 22px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 0;
  border-top: 15px solid #FFFFFF;
}

/* お問い合わせフォームページ内リンク位置調整 */
html {
  scroll-padding-top: 120px;
}

/* スマホで日付が表示されなくなる */
.fill-out-contact-form input[type="date"] {
  color: #333; /* テキストの色を黒に設定 */
  background-color: #fff; /* 背景色を白に設定 */
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .fill-out-contact-form input[type="date"]{
    color: #333; /* テキストの色を黒に設定 */
    background-color: #fff; /* 背景色を白に設定 */
    border: 1px solid #ccc;
    width: 130px;
    height: 35px;
    border-radius: 5px;
    background-image: url(../img/common/calender.svg);
    background-repeat: no-repeat;
    background-position: 110px;
    background-size: 15px;
    padding-left: 0;
  }
}

/* ヘッダーロゴの上にh1追加 */
.header-logo-text{
  font-size: 13px;
}
.navbar-header{
  align-items: center;
}
.navbar-brand{
  line-height: 15px !important;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .header-logo-text{
    font-size: 11px;
  }
  .navbar-brand .header-logo-text img{
    max-height: 65px !important;
    margin: 0 auto;
  }
}

/* お問い合わせフォームにファイル添付項目追加 */
.wpcf7-form-control-wrap.your-file{
  display: block;
  margin: 15px 0 10px 0;
  font-weight: normal;
}
.select-file-area{
  margin-bottom: 0;
}

/* WEB_0001-22955 事例ページにお問い合わせ追加(同ページにIDが2つになる為classに変更) */
.p-contents-footer{
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 105px !important;
}
.p-contents-footer{
  width: 100%;
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
}
.p-contents-footer::before{
  content: '';
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #CCCCCC;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
}


@media screen and (max-width: 767px) {
  .p-contents-footer{
    max-width: auto;
    padding: 0;
    margin-bottom: 55px !important;
  }
}

.mainSection-product + .p-contents-footer{
  width: 100%;
  margin: 0 auto;
}
.mainSection-product + .p-contents-footer::before{
  content: none;
}

/* フッター内の文字位置調整 */
.p-contents-footer .hurry-case{
  margin-left: 260px;
}

@media screen and (max-width: 767px) {
  .p-contents-footer .hurry-case{
    margin-left: 0;
  }
}



@media (min-width: 992px) {
    .mainSection {
        float: right;
    }
}

.mainSection .widget {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .mainSection .widget {
        margin-bottom: 35px;
    }
}