@charset "UTF-8";

/*---------------------------------------------------------
	Template:sw
	Theme Name:sw_child
	Theme URI: http://【hoge.jp】/
	Description: 【suworks】ホームページテンプレートです。
	Author: SUWO!RKS
	Author URI: http://su-works.jp/
	Version: 1.0
---------------------------------------------------------*/

/* 250613sw追加 */
.bn_wrap .img_zoom img {
	border: 1px solid #eee;
}

body .entry .colbox .bn_wrap h4 {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

/* 250613sw追加 */

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #333;
}

.mon {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

.or {
	color: #ff91a2;
}

/* top concept */
.home .concept_wrap {
	background: url(img/bg_concept.webp) no-repeat center center / cover;
	/* height: 130vh; */
}

.top-concept {
	position: relative;
	overflow: hidden;
}

.wrap {
	display: flex;
}

.top-concept .top-concept-item {
	height: 100vh;
}

.top-concept .top-concept-item .item-inner {
	display: flex;
	align-items: center;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
	height: 100%;
}

.top-concept-item-text {
	width: 62%;
}

.top-concept .top-concept-item-text h2 {
	border: none;
	margin: 0 0 15px;
	padding: 0;
	font-size: 35px;
	text-align: left;
	line-height: 1.3;
}

.top-concept .top-concept-item-text h3 {
	border: none;
	margin: 0 0 30px;
	padding: 0;
	font-size: 24px;
	text-align: left;
	line-height: 1.5;
}

.top-concept .top-concept-item-text {
	font-size: 15px;
	line-height: 2.0;
	padding: 20px;
}

.top-concept .top-concept-item-text h2+p {
	margin-top: 20px;
}

.top-concept-item-img {
	width: 38%;
}

@media screen and (max-width: 960px) {
	.concept_wrap .widget_pageContent {
		padding: 0;
	}

	.top-concept .top-concept-item-text h2 {
		font-size: clamp(22px, 3.2vw, 30px);
		word-break: auto-phrase;
	}

	.top-concept .top-concept-item-text h3 {
		font-size: clamp(16px, 1.6vw, 20px);
		word-break: auto-phrase;
	}

	.top-concept-item-text {
		width: 70%;
	}

	.top-concept-item-img {
		width: 30%;
	}
}

@media screen and (max-width: 680px) {
	.wrap {
		display: flex;
		flex-direction: column;
		width: 100% !important;
	}

	.top-concept .top-concept-item {
		flex-direction: column;
		min-width: 80%;
		flex-shrink: 0;
		/* 折り返さず横並び */
		height: auto;
		/* 高さは自動調整 */
		width: 100% !important;
		margin-top: 70px;
	}

	.top-concept .top-concept-item .item-inner {
		display: flex;
		flex-direction: column;
	}

	.top-concept .top-concept-item-text {
		width: 100%;
		padding: 0;
	}

	.top-concept-item-img {
		width: 100%;
	}
}



/* blog slider */
.post-cat-widget .slick-list {
	margin-bottom: 30px;
}

.post-cat-widget .slick-prev,
.post-cat-widget .slick-next {
	background: #ff91a2;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.post-cat-widget .slick-prev:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff !important;
	opacity: 1;
}

.post-cat-widget .slick-next:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff !important;
	opacity: 1;
}

.post-cat-widget .slick-prev {
	left: calc(50vw - 125px);
	top: auto;
	bottom: -70px;
	z-index: 10;
}

.post-cat-widget .slick-next {
	right: calc(50vw - 125px);
	top: auto;
	bottom: -70px;
	z-index: 10;
}

.post-cat-widget .slick-prev:hover,
.post-cat-widget .slick-prev:focus,
.post-cat-widget .slick-next:hover,
.post-cat-widget .slick-next:focus {
	background: #ff91a2;
	opacity: 0.8;
}

.post-cat-widget .slick-dots {
	bottom: -50px;
	z-index: 0;
}

.post-cat-widget .slick-dots li button:before {
	font-size: 14px;
}

.post-cat-widget .slick-dots li button:after {
	background: #DDDDDD;
}

.post-cat-widget .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ff91a2;
}

/* top service*/
.home .services_wrap {
	padding-top: 100px;
}

.home .services_wrap .widget_pageContent {
	max-width: calc(100% - ((100% - 1000px) / 2));
	margin-left: auto;
}

.home .services_wrap .div_2col+.div_2col {
	margin-top: 50px;
}

.home .services_wrap .div_2col img {
	width: 100%;
	object-fit: cover;
}

.home .services_wrap .div_2col h4 {
	font-size: 35px;
	font-weight: 700;
	text-align: left;
	display: block;
	margin: 30px 0;
	position: relative;
}

.home .services_wrap .div_2col h4:before {
	content: '';
	width: 90px;
	height: 90px;
	background: hwb(358deg 64% 11% / 20%);
	position: absolute;
	top: -30px;
	left: -50px;
	border-radius: 50%;
}

.home .services_wrap .div_2col p {
	text-align: left;
	margin: 0 0 1em;
}

@media screen and (max-width: 960px) {
	.home .services_wrap .div_2col {
		width: 100% !important;
		padding-left: 50px;
	}

	.home .services_wrap .div_2col h4 {
		font-size: clamp(24px, 3.5vw, 28px);
	}

	.home .services_wrap .div_2col h4:before {
		width: 60px;
		height: 60px;
		top: -20px;
		left: -20px;
	}

}

@media screen and (max-width: 680px) {
	.home .services_wrap .div_2col h4 {
		margin-bottom: 10px;
		padding-right: 10px;
	}

	.home .services_wrap .div_2col p {
		padding-right: 20px;
	}
}

/* top case study */
.home .case_wrap {
	padding: 80px 0 100px;
	background: url(img/bg_case.webp) no-repeat center center / cover;
}

.home .case_wrap h2 {
	text-align: center;
}

.home .entry .case_wrap .my_widget_subtitle h3 {
	display: table;
	margin: 0 auto 30px;
}

.case_wrap.widget_my_widget21 .slick-slider .slick-slide {
	margin: 0 30px;
}

.case_wrap.widget_my_widget21 .slick-slider .slick-slide a {
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	display: block;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.case_wrap.widget_my_widget21 .post_cate {
	background: #8CC0DB;
}

.home .case_wrap .more-link a {
	background: #fff;
}

.home .case_wrap .post-cat-widget .slick-prev {
	top: 50%;
	left: 35%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	bottom: inherit;
	width: 50px;
	height: 50px;
}

.home .case_wrap .post-cat-widget .slick-next {
	top: 50%;
	left: calc(100vw - 36%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	bottom: inherit;
	width: 50px;
	height: 50px;
}

@media screen and (max-width: 960px) {
	.home .case_wrap .post-cat-widget .slick-prev {
		left: 10%;
	}

	.home .case_wrap .post-cat-widget .slick-next {
		top: 50%;
		left: calc(100vw - 10%);
	}
}

@media screen and (max-width: 680px) {
	.case_wrap.widget_my_widget21 .slick-slider .slick-slide {
		margin: 0 15px;
	}
}


/* home alliance partner */
.home .ap_wrap {
	margin-top: 100px;
	position: relative;
	z-index: 0;
	padding: 0 0 100px;
}

.ap_wrap:before {
	content: '';
	background: #FAFAFA;
	position: absolute;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	height: 99%;
	z-index: -1;
}

.home .ap_wrap .colbox {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.home .ms_wrap {
	padding: 0 0 100px;
	max-width: 1000px;
}

/* top company */
.entry .company_wrap {
	background: url(img/bg_company.webp) no-repeat center center / cover;
	padding: 100px 0 50px;
}

.company_wrap .logo {
	display: flex;
	justify-content: center;
}

body .company_wrap .shopinfo h3 {
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin: 35px 0 25px;
	padding: 0;
	background: transparent;
	color: #000;
	text-align: center;
	display: block;
}

.company_wrap .shopinfo h3 small {
	padding-left: 0;
	font-size: 20px;
}

.company_wrap .shopinfo table {
	max-width: 400px;
	margin: 0 auto 40px;
	color: #333;
}

.company_wrap .shopinfo table a {
	color: #333;
}

.company_wrap .sns p {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}

.company_wrap .sns a {
	border: 1px solid #333333;
	border-radius: 50%;
	color: #333;
	padding: 10px;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	transition: 0.3s;
}

.company_wrap .sns a:hover {
	text-decoration: none;
	color: #E2A2A4
}

/*  page  */
.col10 .main p.slug {
	letter-spacing: 0.1rem;
	text-align: left;
	font-weight: 700;
	border: none;
	font-size: 70px;
	margin: 0;
	padding: 30px 0 0;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 1.5;
	font-family: "Montserrat", "Noto Sans JP",  sans-serif;
}

.service_link .sl_box a {
	text-decoration: none;
}

.service_link .sl_box .ttl {
	display: flex;
	padding: 20px;
	background: #F7C7CA;
	color: #fff;
	border-radius: 20px 20px 0 0;
	height: 80px;
	align-content: center;
	justify-content: center;
}

.service_link .sl_box .ttl p {
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 680px) {
	.col10 .main p.slug {
		font-size: 40px;
	}
}