﻿@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

/*========= TOP =========*/
.pc {
	display: block;
}

.sp {
	display: none;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: #111;
}

ul.gnav {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-around;
	position: fixed;
	top: 0;
	background: #111;
	padding: 5px 0;
	margin-top: 0;
	margin: auto;
	z-index: 9999;
}

.gnav li {
	display: flex;
}

.gnav img {
	width: 15%;
}

.wrap {
	margin: 130px auto 50px;
	text-align: center;
	max-width: 1080px;
}

.mt_30 {
	margin-top: 30px;
	font-size: 21px;
	font-weight: normal;
}


.mt_40 {
	margin-top: 40px;
}

.mt_70 {
	margin-top: 70px;
}

.mt_130 {
	margin-top: 130px;
}

img.mt_30 {
	width: 40%;
}

img.mt_40 {
	width: 45% !important;
}

.t_title {
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	text-align: left;
}

img.top_p {
	width: 80%;
	/*margin-top: 5%;*/
}

.emphasis {
	font-weight: bold;
	font-size: 20px;
}

h1 img {
	width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: bottom;
}

h1 {
	font-size: 30px;
	margin-top: 30px;
}

.b_line {
	border-radius: 100px;
	background: #00B900;
	padding: 0px 30px;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


/*---- concept ----*/

.top {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.top_t {
	font-family: "Noto Serif JP", serif;
	writing-mode: vertical-rl;
	margin: auto;
	line-height: 3;
	letter-spacing: 1.5px;
	text-align: justify;
}

.can {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.point {
	display: flex;
	align-items: center;
	flex-direction: row;
	height: 45px;
	width: 65%;
	margin: 0 auto 40px;

}

.point p {
	text-align: left;
	margin-left: 30px;
	font-size: 20px;
}

.point img {
	width: 25% !important;
	margin-bottom: 20px;
}

.switch_image {
	position: relative;
	margin-top: 100px;
	text-align: center;
}

.switch_image img {
	transition: opacity 0s;
	width: 30%;
}

.switch_image:hover img:first-of-type {
	opacity: 0;
}

.switch_image img:last-of-type {
	position: absolute;
	top: 5%;
	left: 35%;
	opacity: 0;
}

.switch_image:hover img:last-of-type {
	opacity: 1;
}

.concept {
	margin-top: 70px;
}

.concept img {
	width: 30%;
}

/*---- こんなお悩み ----*/

.worry_con {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	margin-left: 19%;
}

.worry_con img {
	width: 8%;
}


.balloon1-left,
.balloon1-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 0.8em 35px;
	padding: 20px;
	min-width: 120px;
	max-width: 100%;
	border-radius: 15px;
	color: #333;
	font-size: 16px;
	background: #fff;
}

.balloon1-left:before,
.balloon1-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -29px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}

.balloon1-left p,
.balloon1-right p {
	text-align: center;
}

/*----  ----*/
ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 2;
	margin-top: 20px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

.concept ul {
	font-size: 20px;
}

.can_top {
	display: flex;
	flex-direction: column;
	align-items: center;
}



/*---- flow ----*/

img.title_p {
	width: 40%;
}

.flow {
	width: 530px;
	margin: auto;
}

.step {
	display: flex;
	align-items: center;
}

.step p {
	margin-left: 20px;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}

.note {
	font-weight: normal;
	font-size: 18px;
}

.step img {
	width: 15%;
}

.triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	border-top: 20px solid #696969;
	border-bottom: 0;
	margin: 40px auto 30px;
}

/*---- Voice　----*/
img.title_p.voice {
	width: 20%;
}

.h_topic {
	font-weight: bold;
	padding: 15px 0;
	text-align: center !important;
	font-size: 20px !important;
}

.human p {
	text-align: left;
	font-size: 16px;
}

.mt_30.human_box {
	display: flex;
	flex-wrap: wrap;
}

.human {
	width: 45%;
	margin: 0 25px;
}

.human img {
	width: 20%;
	position: relative;
	top: 50px;
	z-index: 10;
}

.human.mt_30 {
	margin-top: 90px;
	margin-bottom: 100px;
}

.comment_box {
	color: #333;
	background: #fff;
	padding: 50px 30px 30px;
	border-radius: 40px;
}





/*---- footer　----*/

footer {
	width: 100%;
	background-color: #333;
	color: #fff;
	z-index: 9999;
}

.footer_box {
	padding: 30px;
	text-align: center;
}

.add_logo {
	width: 15%;
}

.sns {
	margin: 30px 0;
}

.sns_logo {
	width: 3%;
	margin: 0px 12px;
}

img.sns_logo2 {
	width: 14%;
	margin: 0px 12px;
}

.copy {
	text-align: center;
	padding-top: 3%;
}

.address {
	margin-top: 20px;
}


/*---------------------------
SP
-----------------------------*/
@media screen and (max-width : 599px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.wrap {
		margin: 0 20px 30px;
	}

	.gnav img {
		width: 50% !important;
	}

	.gnav li {
		margin-bottom: 0px;
		width: 35%;
	}

	li.b_line {
		width: auto;
		padding: 0 20px;
		font-size: 16px;
	}

	.b_line {
		padding: 0;
		line-height: 2.5;
		text-align: center;
	}

	h1 {
		margin-top: 30px;
	}

	.mt_30 {
		font-size: 19px;
	}

	.mt_70 {
		margin-top: 70px;
	}

	.title_p {
		width: 80%;
	}

	.concept img {
		width: 70%;
	}

	img.title_p.voice {
		width: 50%;
	}

	img.title_p {
		width: 80%;
	}


	img.top_p {
		width: auto;
		margin-left: 0px;
	}

	.concept img.mt_40 {
		width: 100% !important;
	}

	.concept ul {
		width: 100%;
		text-align: left;
		text-indent: -1em;
	}

	.worry_con {
		display: flex;
		align-items: flex-end;
		margin-bottom: 5px;
	}

	.worry_con img {
		width: 18%;
	}

	.balloon1-left {
		position: relative;
		display: inline-block;
		margin: 1.5em 0 0 35px;
		padding: 15px 20px;
		min-width: 120px;
		max-width: 100%;
		border-radius: 15px;
		color: #333;
		font-size: 16px;
		background: #fff;
	}

	.balloon1-left:before {
		content: "";
		position: absolute;
		top: 65%;
		left: -28px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #fff;
	}

	.balloon1-left p {
		text-align: left;
		text-indent: -0.5em;
		margin-left: 0.5em;
	}

	.balloon1-right {
		position: relative;
		display: inline-block;
		margin: 1.5em 35px 0 0;
		padding: 15px 20px;
		min-width: 120px;
		max-width: 100%;
		border-radius: 15px;
		color: #333;
		font-size: 16px;
		background: #fff;
	}

	.balloon1-right:before {
		content: "";
		position: absolute;
		top: 65%;
		left: 99%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #fff;
	}

	.balloon1-right p {
		text-align: left;
		text-indent: -0.5em;
	}

	.worry_con.left {
		display: flex;
		flex-direction: row-reverse;
	}

	.worry_con {
		margin-left: 0;
	}




	.point {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		height: auto;
	}

	.point p {
		font-size: 18px;
		margin-left: 25px;

	}

	.point img {
		width: 23% !important;
		margin-bottom: 10px;
		margin-right: 70%;
	}

	.top {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		margin-top: 15%;
	}

	.top_t {
		line-height: 2;
	}

	.switch_image img {
		width: 70%;
	}

	.switch_image img:last-of-type {
		left: 15%;
	}

	img.mt_40 {
		width: 85%;
	}

	li {
		margin-bottom: 20px;
	}

	.flow {
		width: auto;
	}

	.note {
		font-size: 17px;
	}

	.human {
		width: auto;
		margin: 0 10px 10px;
	}

	.human.mt_30 {
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.h_topic {
		margin-bottom: 0px !important;
	}

	.comment_box {
		padding: 50px 20px 30px;
	}

	.human img {
		width: 25%;
		top: 53px;
	}


	/*---- footer　----*/

	.add_logo {
		width: 35%;
	}

	.sns_logo {
		width: 7%;
		margin: 0px 10px;
	}

	img.sns_logo2 {
		width: 30%;
		margin: 0px 10px;
	}

	.footer_box {
		padding: 5%;
		text-align: center;
		font-size: 0.8em;
	}




}