@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.sec1 {
	padding: 150px 0 0 0;
}
.sec2 {
	padding: 150px 0;
}
.sec3 {
	padding: 0 0 150px 0;
}
.sec4 {
	padding: 75px 0;
	background: #F2F2F2;
}
.sub-ttl, .left-inner p, .footer_100_contact p._tittle, .service-content h3 span, .post_content .main-ttl-second span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
}

.flex-inner {
	display: flex;
	justify-content: space-between;
}

.sub-ttl {
	color: #999999;
	margin-bottom: 20px;
}
.post_content .main-ttl {
	color: #DF0618;
    background: initial;
    font-size: 2.4vw;
    padding: 0 0 2rem 0;
    margin: 0 0 50px 0;
}
.post_content .main-ttl::before {
	border-top: none;
    border-bottom: dashed 4px #001;
    width: 15%;
}
.post_content .main-ttl-second {
	color: #000;
	padding: 0;
    background: initial;
    font-size: 1.8vw;
    margin: 0 0 40px 0;
}
.post_content .main-ttl-second span {
	display: block;
    color: #999999;
    margin-top: 15px;
    font-size: 1.042vw;
}
.post_content .main-ttl-second::before {
	content: initial;
}

.center {
	text-align: center;
}
@media screen and (min-width: 1500px) {
	.post_content p, .post_content a {
		font-size: 20px;
	}
}
/*TOPページ*/
.top-front .flex-inner {
	align-items: center;
}
.top-front .img_box {
	width: 46%;
}
.top-front .content_box {
	width: 36%;
	margin-right: 13%;
}
.top-front .content_box p {
	line-height: 2.1;
	margin-bottom: 3rem;
}

.red-but {
	position: relative;
    display: flex;
	max-width: 380px;
	font-weight: bold;
    margin: 0 0 0 auto;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    gap: 10rem;
    align-items: center;
    justify-content: space-between;
    padding: 23px 30px;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    margin-bottom: 15px;
}

.red-but_icon {
    width: 10px;
    height: 10px;
    background-color: #DF0618;
}
.recruit-bnr {
	display: block;
    margin: 0 auto;
    max-width: 855px;
}
.business-content .items {
	margin-top: 75px;
	justify-content: center;
}
.items .item {
	width: 25%;
	position: relative;
}
.service-content {
	position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
}
.service-content p {
  line-height: 2;
    color: #ffffff;
    font-size: 1.46vw !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
.service-content h3 {
	color: #fff;
    font-size: 2.188vw;
    margin: 0 0 15px 0;
    text-align: center;
	padding: 0;
}
.service-content h3 span {
	font-weight: 300;
    font-size: 0.938vw;
    display: block;
}
.service-content h3:before {
	content: initial;
}
.foot_access {
	background: url(http://kawaguchiyakuhin.co.jp/wordpress/wp-content/uploads/2025/12/back-red-e1766226898778.png);
	background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.foot_access article {
    margin: 0 auto;
    width: 80%;
    max-width: 1080px;
}
.foot_access article .iframe_box {
	width: 58%;
}
.foot_access article .content_box {
	width: 40%;
}
.foot-logo {
	margin-bottom: 15px;
}
.foot_access article .content_box p {
	font-size: 0.938vw;
	margin-bottom: 5rem;
}
.foot-nav {
    display: flex;
    font-weight: 600;
    margin-left: 95px;
}
.foot-nav li {
	position: relative;
    list-style: none;
    width: 150px;
    padding-left: 10px;
    line-height: 2.2;
}

.foot-nav li a {
	color: #000;
}
.foot-nav li::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 18px;
    height: 1px;
    left: -1.5rem;
    background: #000;
}
/*別ページより追加分*/
.page-headers .ttlarea .h1, .heading h1, .pripori .h1 {
	font-family: montserrat, sans-serif;
	font-weight: 300;
}
.scroll span, .under_heading h6, .steps .step .step__number, .point_box .en {
	font-family: montserrat, sans-serif;
font-weight: 400;
}
.point_box .en {
	font-family: montserrat, sans-serif;
	font-weight: 700;
}
/*全ページ共通*/
img {
	vertical-align: top;
}
.shadow {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
   border-radius: 15px;
}
section {
	margin-bottom: 0 !important;
}


.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.flex_box {
	display: flex;
}
.flex_box.reverse {
    flex-direction: row-reverse;
}

.bold {
	font-weight: 700;
}
.center {
	text-align: center;
}
@media screen and (max-width: 1500px) {
	.sec1 {
	padding-top: 120px;
}
	.post_content p {
		font-size: 14px;
	}
	.red-but {
    max-width: 280px;
    padding: 15px 20px;
}
	.recruit-bnr {
    max-width: 650px;
}
	.foot_access {
    background-position: -500px 0;
	}
}
@media screen and (max-width: 480px) {
	.post_content {
		width: 100%;
	}
	.flex-inner {
    display: block;
}
	.sec1 {
	padding-top: 75px;
}
.sec2 {
    padding: 75px 0;
}
	.sec3 {
    padding: 0 0 75px 0;
}
	.flex_box {
	display: block;
}

	.sub-ttl {
    margin-bottom: 20px;
}
	.post_content .main-ttl-second {
    font-size: 25px;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
	}
	.post_content .main-ttl-second::before {
    height: 3px;
    border: none;
}
	.post_content .main-ttl {
    font-size: 25px;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}
	.post_content .main-ttl::before {
    border-bottom: solid 3px var(--color_htag);
}

	.top-front .img_box {
    width: 80%;
    margin: 50px auto 0 auto;
}
	.business-content .items {
    margin-top: 50px;
	}
	.items {
		display: flex;
		flex-wrap: wrap;
	}
	.items .item {
    width: 50%;
    margin: 0;
}
	.service-content h3 {
    font-size: 25px;
	}
	.service-content h3 span {
    font-size: 12px;
    margin-top: .5em;
}
	.left-inner {
    width: 100%;
    padding: 50px 0;
}
	.left-inner p {
	font-size: 25px;	
	}
	.left-inner span {
    font-size: 12px;
}
	.right-inner {
    width: 100%;
    padding: 30px 30px 75px 30px;
}
	.top-bnr {
	padding: 50px 0;
}
	.full-width {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
}
	.post_content .main-ttl-second span {
    margin-top: 5px;
    font-size: 12px;
}
	.service-content {
    top: 10px;
    left: 10px;
}
	.service-content p {
    font-size: 14px !important;
	}
	.foot_access article {
    width: 100%;
	}
	.foot_access article .iframe_box {
    width: 100%;
}
.foot_access article .content_box {
    width: 100%;
	margin-top: 15px;
}
	.foot_access article .content_box p {
    font-size: 14px;
    margin-bottom: 3rem;
}
	.foot-logo {
    max-width: 250px;
}
	.foot-nav {
    margin-left: 15px;
}
	.foot-nav li {
    width: 120px;
	}
	.foot_access {
    background: url(http://kawaguchiyakuhin.co.jp/wordpress/wp-content/uploads/2026/01/sp-back-e1768114334442.png);
    background-size: cover;
	}
}
/*見出し関連*/

.heading {
	margin-bottom: 4.7rem;
}
.heading h1 {
	font-size: 2.6vw;
	line-height: 1.5;
}
.heading h6 {
	font-size: 1vw;
}


@media screen and (max-width: 480px) {
    .top-front .content_box {
    width: 100%;
}
}
/*ヘッダー*/
.c-gnav>.menu-item>a {
    padding: 0 2rem;
}

address {
	font-size: 1.4vw;
	line-height: 1;
    font-weight: bold;
    font-style: normal;
    text-align: center;
	 color: #003D88;
}
address span {
	color: #101921;
	  font-size: 0.75vw;
    margin-left: 9%;
}
.fa-phone:before {
    margin-right: 10px;
}
    .-series-right .w-header {
        margin-left: 30px;
    }
.c-gnav>.menu-item:last-child {
	background: #DF0618;
	color: #fff;
}
@media screen and (max-width: 1440px) {
	 .-series .c-headLogo {
        max-width: 300px;
	}
}
@media screen and (min-width: 481px) {
	header .l-container {
    max-width: 92%;
    margin: 0 auto 0 0;
}
	.sp_head_addicon {
		display: none;
	}

}
@media screen and (max-width: 480px) {
	.sp_head_addicon {
		width: 25px;
		margin: 0 5px;
	}
	.l-header__customBtn {
		display: none;
	}
}

.content {
    display: none;
	padding-top: 3rem;
}

.content.is-display {
    display: block;
}



/*フッター*/
.footer_100_contact {
	background: #DF0618;
	display: flex;
	position: relative;
}
.footer_100_contact a {
  width: 100%;
  height: 22rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  color: rgb(255 255 255);
}
.footer_100_contact p._tittle {
  font-size: 2.604vw;
  letter-spacing: 0.4rem;
  font-weight: 300;
  line-height: 1.2;
}
.footer_100_contact p._text {
  letter-spacing: 0.1rem;
}
.footer_100_contact p.all_text {
  font-size: 0.85em;
  line-height: 2;
  text-align: center;
}
.footer_100_contact a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: rgb(48 48 48);
  transition: 0.5s;
  z-index: -1;
}
.footer_100_contact a:hover::before {
  width: 100%;
}

.w-beforeFooter {
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
.footer_100_contact p._tittle {
    font-size: 25px;
	}
	.footer_100_contact p._text {
    font-size: 12px;
	}
}
/*下層ページ*/
	.content_inner {
		margin: 0 auto;
	}
.c-pageTitle {
	display: none;
}
.page-headers .ttlarea .h1, .pripori .h1 {
    font-size: 2.8vw;
    margin: 0 0 12px 0;
    line-height: 1;
}
.page-headers .page-header__title, .pripori .page-header__title {
    font-size: 1vw;
    padding-left: 0;
    text-align: left;
    color: #999;
    font-weight: 600;
}

.page-headers {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    margin: 0;
  padding: 0;
	height: 575px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	border-bottom: 0;
}

.page-header {
display: none !important;
}
.page-headers>div:first-child{
	min-width:calc(50% - 386px);
}

.page-headers .scroll {
    height: 90px;
    position: absolute;
    text-align: right;
    bottom: 0px;
	left: 50%;
	margin-left: -480px;
	z-index: 2;
}
.page-headers .scroll a:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    display: block;
    top: 60px;
    left: 16px;
	background: #DF0618;
}
.page-headers>div.bg {
	background-image: url(http://kawaguchiyakuhin.co.jp/wordpress/wp-content/uploads/2025/12/24228144_m.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-flex-grow: 3;
    flex-grow: 3;
    overflow: hidden;
    position: relative;
}
.page-headers .txtarea{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	z-index: 1;
}
.page-headers .containers{
	position: relative;
	height: 100%;
}
.page-headers .containers .row{
	height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.scroll a {
	width: 40px;
	height: 100%;
  display: inline-block;
  position: relative;
  transition: all 0.2s;
}
.scroll a:hover{
}

.scroll a:before {
  position: absolute;
  content: "";
  height: 110px;
  width: 1px;
  display: block;
  top: 60px;
  left: 16px;
}
.scroll span {
   display: block;
    transform: rotate(-90deg);
	 color: #101921;
    font-size: 12px;
    width: 8em;
    position: absolute;
    top: 30px;
    left: -32px;
	 letter-spacing: 0.1em;
}
/*==================================================
 * layout
 *================================================*/
#containers {
  /*overflow: hidden;*/
  position: relative;
  min-height: 100%;
}

aside{
	padding-top:0px;
}


/*------------------------------------------------------------
	anime
------------------------------------------------------------*/
@-webkit-keyframes hello { 
	0% {
		-webkit-transform:translate(-102%, 0);
		transform:translate(-102%, 0)
	}
	100% {
		-webkit-transform:translate(0%, 0);
		transform:translate(0%, 0)
	}
}
@keyframes hello { 
	0% {
		-webkit-transform:translate(-102%, 0);
		transform:translate(-102%, 0)
	}
	100% {
		-webkit-transform:translate(0%, 0);
		transform:translate(0%, 0)
	}
}

@-webkit-keyframes bye { 
	0% {
		-webkit-transform:translate(0%, 0);
		transform:translate(0%, 0)
	}
	100% {
		-webkit-transform:translate(102%, 0);
		transform:translate(102%, 0)
	}
}
@keyframes bye { 
	0% {
		-webkit-transform:translate(0%, 0);
		transform:translate(0%, 0)
	}
	100% {
		-webkit-transform:translate(102%, 0);
		transform:translate(102%, 0)
	}
}

.bgbk {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.bgbk.aos-animate:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #DF0618;/*移動背景*/
	content: '';
	-webkit-animation: hello 600ms cubic-bezier(0.77, 0, 0.175, 1) 720ms forwards; 
	animation: hello 600ms cubic-bezier(0.77, 0, 0.175, 1) 720ms forwards;/*600*/
	-webkit-transform:translate(-100%, 0);
	transform:translate(-100%, 0);
}

.bgbk.aos-animate{
	-webkit-animation: bye 750ms cubic-bezier(0.77, 0, 0.175, 1) both; 
	animation: bye 750ms cubic-bezier(0.77, 0, 0.175, 1) both;/*750*/
}

@media (min-width: 768px){
	.header >	.containers {
		min-width: 1080px;
		width: auto;
		max-width: 1180px;
		padding: 0 30px;}
}

@media (max-width: 480px) {
	#contents{
		padding-bottom:0;
	 }
}

@media (min-width: 768px){
	#contents{ 
		min-height:500px;
	}
}



@media (max-width: 491px) {
	.page-headers {
		margin: 0;
		padding: 0px 0px;
		background-size: auto 100% !important;
	}
}


@media screen and (min-width: 768px) and (max-width: 991px) {/*6*/
	.containers {
		padding-left:0;
		padding-right:0;
		width: 90%;
    margin: 0 auto;
	}
	.page-headers>div:first-child {
    min-width: calc(50% - 200px);
}
}


@media screen and (min-width: 1440px) {
	.page-headers{background-size: cover !important;}
	.containers {width: 75%; margin: 0 auto;max-width:1410px;}
}

@media screen and (min-width: 901px) and (max-width: 1440px) {
	.page-headers>div:first-child {
    min-width: calc(50% - 260px);
}
	.page-headers {
    height: 430px;
	}
}


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

	.page-headers {
		margin: 0;
		padding: 0px 0px;
		height:180px;
	}

	.page-headers>div:first-child{
		min-width:120px;
	}
	.page-headers>div.bg{
	   background-position: 75% center;
	}
	
	.page-headers .ttlarea{
		text-align: left;
		padding-top:60px; 
	}

	.page-headers .containers  .row {
			display: block;
	}	

	.page-headers .scroll {
			height: 85px;
			position: absolute;
			text-align: right;
			bottom: 0px;
			left: 50%;
			margin-left: calc(-50% + 30px);
			z-index: 1;
	}
	.page-headers .scroll a:before {
			position: absolute;
			content: "";
			height: 30px;
			width: 1px;
			display: block;
			background-color: #FCF7F5;
			top: 55px;
			left: 5px;
	}	

	.page-headers .scroll span {
			display: block;
			transform: rotate(-90deg);
			color: #000;
			font-size: 10px;
			width: 8em;
			position: absolute;
			top: 40px;
			left: -35px;
			letter-spacing: 0.05em;
	}	
	.page-headers .txtarea{
		position: absolute;
		width: calc(100% - 20px);
		height: 100%;
		left: 20px;
		top:0;
		z-index: 1;
	}
	.page-headers .ttlarea .h1{
		font-size: 5.8vw;
		margin: 0;
		line-height: 2;
	}
	.page-headers .page-header__title {
		font-size: 10px;
	}

	.post-type-archive-works .page-headers>div.bg{
		background-image: url("/wordpress/wp-content/uploads/2024/05/page-header-scaled.jpg");
	}
		.row{ margin-left:0; margin-right:0}


	aside {
    	padding-top:0 !important;
	}
		.scroll a {
		width: 40px;
		height: 100%;
		display: inline-block;
		position: relative;
		transition: all 0.2s;
	}
	.scroll a:hover{
	}

	.scroll a:before {
		position: absolute;
		content: "";
		height: 60px;
		width: 1px;
		display: block;
		background-color: #000;
		top: 60px;
		left: 6px;
	}
	.scroll span {
			display: block;
			transform: rotate(-90deg);
			color: #000;
			font-size: 10px;
			width: 8em;
			position: absolute;
			top: 40px;
			left: -35px;
			letter-spacing: 0.05em;
	}
	.containers {
		padding-left:0;
		padding-right:0;
	}
}



@media screen and (min-width: 481px) {
	a[href^="tel:"] {
	pointer-events: none;
}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	.download_but {
    padding: 10px;
    width: 85%;
    margin: 50px auto 0 auto;
}
	.pc {
		display: none !important;
	}
	.sp_flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.content_inner { 
		width: 95%;
		margin: 0 auto;
}
	.page-headers .ttlarea .h1, .pripori .h1 {
    font-size: 5.8vw;
	}
	.pripori .page-header__title {
    font-size: 10px;
	}

}

/*ipad*/
@media screen and (min-width: 481px) and (max-width: 1200px) {
	.top_wecan .img_box {
    width: 30%;
    margin-left: 5%;
}
	.top_wecan .content_box {
    margin: 0 5%;
    width: 55%;
}
	.right_img {
		display: none;
}
		.heading {
    margin-bottom: 2rem;
}
	.heading h1 {
    font-size: 4vw;
	}

	.heading h6 {
    font-size: 1.6vw;
}
	.topwho_weare .img_box {
    width: 40%;
}
	.topwho_weare .content_box {
    width: 55%;
}
	.page-headers>div.bg {
    background-image: url(/wordpress/wp-content/uploads/2024/08/underbg_sp.jpg);
	}
	.page-headers {
    height: 380px;
}
	.content_inner {
    width: 100%;
	}
}

/*会社概要*/
/*table*/
.dl_base {
margin-top: 75px;
}
.dl_base dl {
    display: flex;
    flex-wrap: wrap;
}
.dl_base dt, .dl_base dd {
font-size: 16px;
}
.dl_base dt {
    width: 160px;
    padding: 25px 25px 25px 0px;
    border-bottom: 1px solid #DF0618;
    font-weight: 700;
}
.dl_base dd {
    width: calc(100% - 160px);
    margin: 0;
    padding: 25px 0px 25px 25px;
    line-height: 1.8;
    border-bottom: 1px solid #C4C4C4;
}
.timeline {
  list-style: none;
  width: fit-content;
    margin: 5em auto 0;
    padding-left: 0;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
	white-space: nowrap;
	  
  }
  .timeline-date {
    width: 35%;
    float: left;
    margin: 30px 0;
  }
  .timeline-content {
    width: 60%;
        float: left;
        border-left: 3px #d8d6d6 solid;
        padding: 30px;
  }
  .timeline-content:before {
    content: '';
        width: 12px;
        height: 12px;
        background: #DF0618;
        position: absolute;
        left: 34%;
        top: 35px;
        border-radius: 100%;
  }
@media screen and (max-width:480px) {
	.timeline {
    width: 100%;
    padding-left: 0 !important;
    margin: 50px auto 0;
	}
	.timeline > li {
    white-space: normal;
}
	.timeline-date {
    width: 40%;
	}
	.timeline-content:before {
    left: 38.5%;
	}
	.timeline-content {
    padding: 30px 0 30px 30px;
}
}
/*access*/

@media screen and (max-width:480px) {
.dl_base {
    margin-top: 50px;
}
.dl_base dl {
margin-bottom: 2rem;
}
    .dl_base dt {
        width: auto !important;
        padding: 5px 25px 5px 0px;
        display: inline-block;
        font-size: 14px;
    }
    .dl_base dd {
        width: 100% !important;
        display: block;
        font-size: 13px;
        padding: 10px 0px;
    }

}

/*お問い合わせ*/
.required {
	    font-size: 75%;
    background: #DF0618;
    color: #fff;
    margin-left: 5px;
    padding: 5px;
    font-weight: normal;
}
.wpcf7 {
	max-width: 1080px;
}
.pripori {
	width: 100%;
    height: 350px;
    padding: 30px 50px;
    overflow-y: scroll;
    border: 1px #dcdcdc solid;
}
.pripori-ttl {
	margin-bottom: 1em;
}
.wpcf7-submit {
	background: #DF0618;
    color: #fff;
    padding: 15px 100px;
    margin: 3em auto 0 auto;
    letter-spacing: .5em;
    display: block;
}
.privacy-policy__item__title {
	font-size: 110%;
    line-height: 3;
    font-weight: bold;
}
.nonbr input, .nonbr textarea {
	width: 100%;
}

.pripori-box {
	margin-top: 3em;
	margin-bottom: 1em;
}
.lineqr {
	display: block;
    max-width: 300px;
    margin: 0 auto 1em auto;
}
@media screen and (max-width:480px) {
.lineqr {
    display: block;
    max-width: 180px;
	}
	.wpcf7 {
    margin: 30px 0 0 0;
}
	.post_content td, .post_content th {
    display: block;
}
	.wpcf7-submit {
    margin: 30px auto 0 auto;
    width: 60%;
    padding: 15px 45px;
}
}

