@charset "utf-8";
@import url("color.css");

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	color: var(--hongmong-text);
	letter-spacing: 0.1em; /*100*/
	position: relative;
	line-height: 1.7;
	font-size: 0.875rem;/*14px*/
	font-feature-settings: "palt";
}

a {
	text-decoration: none;
	transition: all 0.3s;
    position: relative;
}

a:hover {
	opacity: 0.5;
}

img {
	height: auto;
	width: 100%;
}

.sp_block {
	display: none;
}

.wrapper {
	width: min(100%, 1000px);
	margin: 0 auto;
	padding: 6vw 5vw;
	position: relative;
}

.page-title {
	color: var(--hongmong-navy);
	font-size: 0.75rem; /*12px*/
	text-align: center;
	margin-bottom: 3vw;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.page-title span {
	display: block;
	font-family: var(--hongmong-font-maru);
	font-weight: 700;
	font-size: 2.5rem; /*40px*/
}

.page-title::after {
	content: '';
	background: radial-gradient(circle farthest-side, var(--hongmong-navy), var(--hongmong-navy) 30%, transparent 30%, transparent);
    background-size: 20px;
    display: block;
    height: 20px;
    width: 60px;
}

.btn {
	display: inline-block;
	background-color: var(--hongmong-pink);
	color: var(--hongmong-white);
    padding: 0.2em 1.5em;
    line-height: 36px;
	border-radius: 20px;
	min-width: 200px;
	position: relative;
}

.btn::after {
	content: '';
	width:0;
	height:0;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	border-style:solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent var(--hongmong-white);
}

.btn-green {
	background-color: var(--hongmong-green);
}

.btn-full {
	width: 100%;
}

/* =================================================
header〜nav
==================================================*/
header {
	display: flex;
	flex-direction: column-reverse;
}

#toggle,
.header-logo,
.header-sub-logo {
	display: none;
}

.top-mv {
	background: url(../img/mv_pc.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	padding: 8vw 0 6vw;
	text-align: center;
	color: var(--hongmong-navy);
}

.top-mv figure {
	width: 100px;
	margin: 0 auto 2em;
}

.top-mv h2 {
	font-size: clamp(2rem, 1.631rem + 1.58vw, 2.813rem);/*45px-32px*/
	font-family: var(--hongmong-font-maru);
	font-weight: 700;
	margin-bottom: 0.5em;
}

.top-mv p {
	font-size: 1.25rem; /*20px*/
}

nav {
	width: 50%;
	min-width: 700px;
	margin: 5vw auto 2vw;
}

.nav-list {
	background-color: var(--hongmong-blue);
	display: flex;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50px;
	padding: 1em 2em;
	box-shadow: var(--hongmong-shadow);
}


.nav-list .page-title {
	display: none;
}

.nav-item {
	width: 25%;
	text-align: center;
}

.nav-item a {
	color: var(--hongmong-white);
	font-family: var(--hongmong-font-maru);
	font-weight: 500;
	font-size: 1.125rem; /*18px*/
}

.nav-item a span {
	display: block;
	font-size: 0.75rem; /*12px*/
}

/* =================================================
会社概要
==================================================*/
#sec-about {
    background: url(../img/top-about-img.png) no-repeat;
    background-position: 100% 100%;
    background-size: 52%;
    /* background-size: contain; */
    margin-bottom: 10vw;
}
.about-text {
    width: 70%;
}


.about-text {
	width: 70%;
    /* padding-left: 4vw; */
}

.page-title-about {
	font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2.125rem); /*24px-32px*/
	font-weight: 700;
	font-family: var(--hongmong-font-maru);
	color: var(--hongmong-navy);
	margin-bottom: 1.5rem;
}

.about-text p {
	line-height: 200%;
	margin-bottom: 3rem;
	width: 70%
}

.name-img {
	height: 23px;
	width: fit-content;
}

.name-img img {
    object-fit: contain;
    height: 15px;
}

@media screen and (min-width:1234px){
	#sec-about {
		background: url(../img/top-about-img.png) no-repeat;
		background-position: right top;
		background-size: contain;
		margin-bottom: 10vw;
	}
	.about-text p {
		line-height: 200%;
		margin-bottom: 3rem;
	}
}

.company-info-list dl dd {
	position: relative
}

	.company-info-list dl dd span {
		position: absolute;
		left: 7em;
		top: -5px;
	}

/* =================================================
サービス一覧
==================================================*/
#sec-service {
	background-color: var(--hongmong-base);
	position: relative;
	margin-bottom: 4vw;
}

#sec-service::before {
	content: '';
    display: block;
    background: url(../img/sec-object-wave.png) repeat-x;
    background-size: contain;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
}

#sec-service::after {
	content: '';
    display: block;
    background: url(../img/sec-object-wave.png) repeat-x;
    background-size: contain;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -30px;
	transform: rotate(180deg);
}

.service-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-item {
	background-color: var(--hongmong-white);
	border-radius: 40px;
	padding: 30px 20px;
	width: 32%;
	text-align: center;
}

.service-item:first-child {
	width: 100%;
	display: flex;
	margin-bottom: 2vw;
	text-align: left;
	align-items: flex-start;
}

.service-item dl,
.service-item:first-child .service-text dd{
	margin-bottom: 1.5rem;
}

.service-item:first-child dl {
	margin-bottom: 0;
}

.service-text {
	flex: 1;
	margin: 0 1.5rem;
}

.service-img {
	width: 45%;
	border-radius: 20px;
	overflow: hidden;
}

.service-item-ttl {
	color: var(--hongmong-navy);
	font-family: var(--hongmong-font-maru);
	font-size: 1.5rem; /*24px*/
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.service-item-ttl span {
	font-size: 0.6em;
	line-height: 240%;
}

.service-badge {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	background-color: var(--hongmong-pink);
	color: var(--hongmong-white);
	font-family: var(--hongmong-font-maru);
	font-weight: 600;
	box-shadow: var(--hongmong-shadow);
	transform: rotate(-30deg);
}

/* =================================================
実績
==================================================*/
#sec-voice {
	margin-bottom: 6vw;
}

.voice-list {
	width: 80%;
	margin: 0 auto 4vw;
}

.slick-initialized .slick-slide {
    display: flex;
}

.voice-item {
	/* display: flex; */
	justify-content: space-between;
	align-items: center;
}

.voice-item-img {
	width: 30%;
	margin-right: 3vw;
}

.voice-item-text {
	flex: 1;
}

.voice-item-text dt {
	color: var(--hongmong-navy);
	font-family: var(--hongmong-font-maru);
	font-weight: 700;
	margin-bottom: 2vw;
}

.voice-item-text dt span {
	display: block;
	font-size: 1.5rem; /*24px*/
}

#sec-voice .btn {
	text-align: center;
}

.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
	border-top: 3px solid var(--hongmong-blue);
	border-left: 3px solid var(--hongmong-blue);
}

.slick-next {
	transform: rotate(135deg);
	right: -70px;
}

.slick-prev {
	transform: rotate(-45deg);
	left: -70px;
}

button {
	transition: all 0.5s;
}

button:hover {
	opacity: 0.5;
	transition: all 0.5s;
}

/* =================================================
footer
==================================================*/
footer {
	text-align: center;
}

.sec-contact {
	background-color: var(--hongmong-base);
	padding: 3vw 0;
	position: relative;
}

.sec-contact::before {
	content: '';
    display: block;
    background: url(../img/sec-object.png) repeat-x;
    background-size: contain;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
	background-position-y: bottom;
}

.contact-link a {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	background-color: var(--hongmong-white);
	color: var(--hongmong-navy);
	font-family: var(--hongmong-font-maru);
	font-size: 1rem;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 2vw auto 0;
}

.contact-link img {
	width: 40px;
}

.sec-company {
	padding: 3vw 0;
	position: relative;
}

.footer-logo {
	margin: 0 auto 50px;
	width: 100px;
	height: 100px;
}

.footer-copy {
	display: inline-block;
	transform: rotate(90deg);
	transform-origin: top right;
	position: absolute;
	right: 2rem;
	font-size: 12px;
}

/* =================================================

コンテンツ幅1000以下の表示はここからです

==================================================*/
@media screen and (max-width:767px){
	.wrapper {
		padding: 6vw 5vw 20vw;
	}

	.sp_block {
		display: block;
	}

	.sp_none {
		display: none;
	}

	.page-title {
		margin-bottom: 8vw;
	}

	/* =================================================
	header〜nav
	==================================================*/
	/*バーガーメニュー時背景固定用*/
	body.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
	}

	header {
		flex-direction: column;
	}

	.header-logo {
		display: block;
		width: 30px;
	}

	.header-sp {
		display: flex;
		justify-content: space-between;
		position: fixed;
		z-index: 100;
		width: 100%;
		padding: 10px 15px;
	}

	nav {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		padding-top: 80px;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: var(--hongmong-white);
		transition: all .3s;
		z-index: 3;
		margin: 0;
		min-width: 100%;
	}

	nav.sp_open {
		visibility: inherit;
		opacity: 1;
		transition: all 0.3s;
	}

	.nav-list {
		background: transparent;
		box-shadow: none;
		flex-direction: column;
		align-items: center;
	}

	.nav-list .page-title {
		display: flex;
		font-size: 1.25em;
		margin-bottom: 18vw;
	}

	.nav-item {
		width: 100%;
	}

	.nav-item a {
		color: var(--hongmong-navy);
		padding: 2rem 0;
	}

	.nav-item a::after{
		content: '';
		background: radial-gradient(circle farthest-side, #707070, #707070 10%, transparent 10%, transparent);
		background-size: 6px;
		display: inline-block;
		height: 20px;
		width: 60%;
	}

	/*下固定メニュー*/
	.sp-fixed {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9999;
	}

	#toggle {
		position: relative;
		/* right: 2vw; */
		display: block;
		width: 40px;
		height: 40px;
		background: transparent;
		border: none;
	}

	/*ボタン内側*/
	#toggle span{
		display: block;
		transition: all .4s;
		position: absolute;
		left: 3px;
		height: 3px;
		background: var(--hongmong-navy);
		width: 70%;
	}

	#toggle span:nth-of-type(1) {
		top:10px; 
	}

	#toggle span:nth-of-type(2) {
		top: 20px;
	}

	#toggle span:nth-of-type(3) {
		top: 30px;
	}

	/*activeクラスが付与されると線が回転して×に*/
	#toggle.active span:nth-of-type(1) {
		top: 10px;
		left: 0;
		transform: translateY(6px) rotate(-45deg);
		width: 80%;
	}

	#toggle.active span:nth-of-type(2) {
		opacity: 0;
	}

	#toggle.active span:nth-of-type(3){
		top: 22px;
		left: 0px;
		transform: translateY(-6px) rotate(45deg);
		width: 80%;
	}

	.top-mv {
		background-image: url(../img/mv_sp.jpg);
		padding: 20vw 0;
	}

	.top-mv p {
		margin-bottom: 8vw;
	}

	.top-mv .btn {
		font-family: var(--hongmong-font-maru);
		font-weight: 500;
		box-shadow: var(--hongmong-shadow);
	}

	.top-mv .btn::after {
		display: none;
	}

	/* =================================================
	会社概要
	==================================================*/
	#sec-about {
		background-position: right bottom;
		padding: 5vw 0 55vw;
		background-size: contain;
	}

	.about-text {
		width: 100%;
	}
	.about-text p {
		width: 100%
	}
	
	.company-info-list dl dd span {
		position: absolute;
		left: 8em;
		top: 2px;
	}
	
	/* =================================================
	サービス一覧
	==================================================*/
	#sec-service {
		margin-top: 20vw;
	}

	#sec-service .wrapper {
		padding-top: 15vw;
	}

	.service-item:first-child .service-text dd:last-child {
		margin-bottom: 0;
	}

	.service-item {
		width: 90%;
		margin: 0 auto 1.5rem;
		padding: 7vw 2vw;
	}

	.service-item:first-child {
		width: 90%;
		display: block;
		margin-bottom: 1.5rem;
		text-align: center;
		position: relative;
	}

	.service-text {
		flex: 1;
		margin:0;
	}

	.service-img {
		display: none;
	}

	.service-badge {
		position: absolute;
		top: -10px;
		left: -10px;
	}

	/* =================================================
	実績
	==================================================*/
	#sec-voice {
		margin: 20vw 0;
	}

	.voice-item {
		flex-direction: column;
		margin-bottom: 5vw;
	}

	.voice-item-img {
		width: 60%;
		margin: 0 0 5vw;
	}

	.voice-item-text dt {
		text-align: center;
	}

	.slick-prev, .slick-next {
		width: 20px;
		height: 20px;
	}

	.slick-next {
		right: -30px;
	}

	.slick-prev {
		left: -30px;
	}

	/* =================================================
	foorer
	==================================================*/
	.sec-contact::before {
		background-size: cover;
	}
	
	.sec-contact {
		padding: 10vw 0;
	}

	.sec-company {
		padding: 10vw 0;
	}

}