@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;
}
.sub-ttl, .left-inner p, .footer_100_contact p._tittle, .service-content h3 span, .post_content .main-ttl {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.flex-inner {
	display: flex;
	justify-content: space-between;
}
.green-but {
	background: #43B45B;
    color: #fff;
    padding: 35px 80px;
    border-radius: 50px;
}
.sub-ttl {
	color: #999999;
	margin-bottom: 50px;
}
.post_content .main-ttl {
	color: #374453;
    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: solid 6px var(--color_htag);
    width: 15%;
}
.post_content .main-ttl-second {
	color: #374453;
    background: initial;
    font-size: 1.8vw;
    padding: 0 0 15px 0;
    margin: 0 0 50px 0;
	position: relative;
  	display: flex;
	padding-top: 0;
  	justify-content: center;
}
.post_content .main-ttl-second::before {
	position: absolute;
  content: '';
  top: 100%;
  width: 10%;
  height: 1px;
  border-radius: 2px;
	background-color: #43B45B;
    left: auto;
}
.center {
	text-align: center;
}
@media screen and (max-width: 1500px) {
	.green-but {
    padding: 25px 45px;
}
}
/*TOPページ*/
.top-front .img_box, .top-front .content_box {
	width: 46%;
}

.top-front .green-but {
    float: right;
	margin-top: 75px;
}

.business-content .items {
	margin-top: 75px;
	justify-content: center;
}
.items .item {
	width: 30%;
	position: relative;
	margin: 0 2%;
}
.service-content {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
}
.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;
}
.service-content .green-but {
	display: block;
    width: 65%;
    margin: 0 auto;
	text-align: center;
}
/*topics*/
.left-inner {
	width: 30%;
    background: #F4F4F4;
    text-align: center;
    padding: 75px 0;
}
.left-inner p {
	font-size: 2.343vw;
    color: #43B45B;
	font-weight: 300;
	line-height: 1;
}
.left-inner span {
	color: #08174E;
	font-size: 14px;
}
.right-inner {
	width: 70%;
	padding: 75px 0 75px 75px;
}

/*別ページより追加分*/
.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;
}
.sec1 {
	padding-top: 160px;
}


.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.flex_box {
	display: flex;
}
.flex_box.reverse {
    flex-direction: row-reverse;
}
.p_explanation {
	line-height: 2.3;
	font-size: 14px;
}
.bold {
	font-weight: 700;
}
.center {
	text-align: center;
}
@media screen and (max-width: 1440px) {
	.sec1 {
	padding-top: 120px;
}
	.post_content p {
		font-size: 14px;
	}
}
@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;
}
	.p_explanation {
    line-height: 1.7;
	}
	.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 .green-but {
    float: none;
    text-align: center;
    margin: 30px auto 0 auto;
    width: 60%;
	display: block;
}
	.top-front .img_box {
    width: 80%;
    margin: 50px auto 0 auto;
}
	.business-content .items {
    margin-top: 50px;
	}
	.items .item {
    width: 80%;
    margin: 0 auto 3em auto;
}
	.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;
}
}
/*見出し関連*/

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

/*ボタン*/
.circle_but {
position: relative;
margin-top: 100px;
}
.circle_but:after {
    top: 50%;
    margin-left: 20px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 1.125rem;
    font-weight: 600;
}
.survice_link:after {
content: "事業案内";
}
.company_link:after {
content: "私たちについて";
}
.btn-loading {
  display: inline-flex;
  text-decoration: none;
  width: 84px;
  height: 84px;
  color: #101921;
  font-size: 1.125rem;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  background-color: #CAD5DC;
  border-radius: 100%;
  transition: color 0.4s;
  overflow: hidden;
}
.btn-loading:before,
.btn-loading:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #003D88;
  pointer-events: none;
}
.btn-loading:before {
  bottom: 0;
  left: 0;
}
.btn-loading:after {
  top: 0;
  right: 0;
}

.btn-loading:hover:before,
.btn-loading:hover:after {
  height: 100%;
}
.btn-loading:hover:before {
  transition: height 0.2s 0.2s linear;
}
.btn-loading:hover:after {
  transition: height 0.2s linear;
}
.btn-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #FFF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

@media screen and (max-width: 480px) {
    .top-front .content_box {
    width: 100%;
}
	.circle_but {
 
	 max-width: 185px;
	  margin: 30px 0 0 auto;
}
	.btn-loading {
    width: 45px;
    height: 45px;
    font-size: .75rem;
	}
	.circle_but:after {
    font-weight: 400;
}
	.btn-loading span {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
	}
}
/*ヘッダー*/
.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: #43B45B;
	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;
}

/*投稿共通*/
.icon-posted:before, .icon-folder:before {
    content: initial;
}
.p-postList .p-postList__title {
    font-weight: 500;
}


/*フッター*/
.footer_100_contact {
  background: #43B45B;
  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;
  margin-bottom: 3rem;
}
.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 {
		width: 960px;
		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: #43B45B;
    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: #43B45B;
}
.page-headers>div.bg {
	background-image: url(http://s-and-m-kk.co.jp/wordpress/wp-content/uploads/2025/07/pixta_76677175_L-scaled.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: #43B45B;/*移動背景*/
	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 #167129;
    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;
}
/*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: #167129;
    color: #fff;
    margin-left: 5px;
    padding: 5px;
    font-weight: normal;
	border-radius: 3px;
}
.wpcf7 {
	max-width: 1080px;
    margin: 50px auto 0 auto;
}
.pripori {
	width: 100%;
    height: 350px;
    padding: 30px 50px;
    overflow-y: scroll;
    border: 1px #dcdcdc solid;
}
.pripori-ttl {
	margin-bottom: 1em;
}
.wpcf7-submit {
	background: #167129;
    color: #fff;
    padding: 35px 100px;
    border-radius: 50px;
    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: 25px 45px;
}
}