@charset "utf-8";

.sp {
	display: none;
}

.mb01 {
	margin-bottom: 1rem;
}

/* anesis */

#anesis ul {
	list-style-type: none;
}

.anesis-title-box {
	position: relative;
	width: 100%;
	height: 300px;
	background: url(images/anesis/water.jpg) center center no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jp {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 1rem;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 3.5rem;
	letter-spacing: 0.5rem;
}

.anesis-contents-inner {
	max-width: calc(1200px + 6%);
	padding: 0 3%;
	margin: 0 auto;
}

.anesis-main-title {
	margin: 10rem auto 5rem;
	text-align: center;
}

.anesis-main-title-wrap {
	margin-bottom: 2rem;
	text-align: center;
}

.anesis-main-title-style {
	font-size: 3.5rem;
	font-weight: normal;
}

.anesis-contents-bg {
	padding: 3rem 0;
	margin-bottom: 10rem;
	background: linear-gradient(to top, transparent 70%, transparent 0%, #ffffff 100%), url(images/anesis/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.catch-text {
	margin-bottom: 10rem;
	text-align: center;
}

.catch-text01 {
	font-size: 2rem;
	color: #666666;
}

.anesis-list-block {
	display: flex;
	justify-content: center;
	align-items: center;
}

.anesis-list {
	width: 25%;
	margin-right: 5%;
}

.anesis-list-item {
	margin-bottom: 5%;
	padding: 1rem;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	background-color: #EA609E;
}

.anesis-item {
	width: 30%;
	text-align: center;
}

.anesis-photo {
	width: 100%;
	vertical-align: top;
}

.photo-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.photo-flex01,
.photo-flex02 {
	align-items: center;
}

.anesis-text01 {
	width: 45%;
	font-size: 2.5rem;
}

.anesis-text02 {
	width: 45%;
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.anesis-img-box {
	width: 48%;
}

.anesis-img {
	width: 100%;
	vertical-align: top;
}

.anesis-title-bg {
	padding: 1rem 1rem 1rem 2rem;
	font-size: 2.5rem;
	border-left: 5px solid #008CD6;
	border-bottom: 1px solid #008CD6;
}

.anesis-list-flexbox {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 auto 10rem;
}

.anesis-list02 {
	width: 40%;
	margin-top: 3rem;
	background-color: #eaf3f8;
	border-radius: 5px;
	padding: 1em 1em 1.5em 2.3em;
	position: relative;
}

.anesis-list-item02 {
	line-height: 1.5;
	padding: 0.5em 0;
}

.anesis-list-item02::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 900;
	position: absolute;
	left: 1em;
	color: #008CD6;
}

.note-style {
	color: #EA609E;
}

.underline {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #C5DDEB 30%);
}

.anesis-list-text {
	margin-top: 2rem;
	font-size: 1.4rem;
}

.anesis-img-wrap {
	width: 58%;
}

.anesis-svg {
	width: 100%;
}

.anesis-main-contents {
	padding: 5rem 0;
	margin-bottom: 5rem;
	background: linear-gradient(to top, transparent 5%, transparent 0%, #eaf3f8 100%), url(images/anesis/bg01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.anesis-list-flexbox02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.anesis-list03 {
	width: 60%;
}

.anesis-img-wrap02 {
	width: 35%;
}

.anesis-list-item-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.anesis-list-item-flex:last-child {
	margin-bottom: 0;
}

.anesis-list-item-title {
	width: 30%;
}

.anesis-list-item-contents {
	width: 68%;
	padding: 0 1rem 1rem 3rem;
	border-left: 2px solid #008CD6;
}

.anesis-list03 {
	padding: 2em;
	background-image: linear-gradient(0deg, transparent 19px, #C5DDEB 20px), linear-gradient(90deg, transparent 19px, #C5DDEB 20px);
	background-size: 20px 20px;
}

.bad-contents-title {
	width: max-content;
	padding: 7px 10px;
	margin-bottom: 2rem;
	color: #fff;
	background-color: #008CD6;
}

.anesis-list-item-details li {
	position: relative;
	padding: 0.3rem 1em 0.3rem 2.3em;
}

.anesis-list-item-details li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0.2em;
	width: 15px;
	height: 15px;
	background: #008CD6;
	transform: translateY(-50%);
	border-radius: 50%;
}

.anesis-goodbox .anesis-list-item-details li::before {
	background: #EA609E;
}

.anesis-goodbox {
	margin: 2em auto;
	background-color: #fff0f0;
	padding: 3em 2em 2em;
	position: relative;
	border: 3px solid #EA609E;
	border-radius: 5px;
}

.anesis-goodbox .anesis-goodbox-title {
	background-color: #EA609E;
	font-size: 1em;
	color: #fff;
	padding: 7px 10px;
	line-height: 1;
	position: absolute;
	top: -15px;
	left: 20px;
}

.anesis-life-contents {
	margin: 5rem auto;
}

.anesis-life-contents-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.anesis-life-contents-item {
	display: flex;
	flex-direction: column;
	width: 31%;
	text-align: justify;
}

.life-contents-title {
	padding: 1rem 0 1rem;
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 2rem;
	background-color: #eaf3f8;
}

.page-bottom-photo {
	margin-top: 10rem;
}

.page-bottom-photo-img {
	width: 100%;
	vertical-align: top;
}

.ability-contents-box {
	padding: 2rem 3rem;
	border: 2px solid #008CD6;
	width: 50%;
	text-align: justify;
	letter-spacing: 0.08em;
}

.ability-contents-title {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #008CD6;
}

.ability-contents-wrap {
	margin-bottom: 2rem;
	padding-top: 0.5rem;
	padding-left: 2.5rem;
}

.ability-img-box {
	width: 50.1%;
}

/* goki */

.goki-title-box {
	position: relative;
	width: 100%;
	height: 300px;
	background: url(images/g/g_top_title_photo.jpg) center center no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goki-contents-inner {
	max-width: calc(1200px + 6%);
	padding: 0 3%;
	margin: 0 auto;
}

.goki-main-title {
	margin: 8rem auto 1rem;
	text-align: center;
}

.goki-main-title-style {
	font-size: 3rem;
	font-weight: normal;
}

.goki-catch-text {
	margin-bottom: 10rem;
	text-align: center;
}

.goki-catch-text01 {
	font-size: 4rem;
	color: #e5001b;
	font-weight: bold;
}

.goki-campaign {
	padding: 1rem;
	margin-bottom: 2rem;
	color: #ffffff;
	background-color: #182346;
	text-align: center;
}

.goki-campaign-text {
	font-weight: bold;
	font-size: 3rem;
}

.goki-campaign-strong {
	color: #f5b919;
}

.goki-campaign-strong-num {
	font-size: 5rem;
}

.caution {
	text-align: right;
	font-size: 1.2rem;
}

.goki-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
}

.goki-explanation {
	width: 50%;
}

.goki-explanation-title {
	margin-bottom: 1rem;
	color: #182346;
	font-size: 2.8rem;
}

.campaign-note {
	margin-top: 1rem;
	font-weight: bold;
	color: #e5001b;
}

.goki-price-img-wrap {
	width: 25%;
}

.goki-ico-img-wrap {
	width: 15%;
}

.g-img {
	width: 100%;
}

.goki-h5-title-wrap {
	margin-top: 5rem;
	margin-bottom: 1rem;
}

.goki-h5-title-style {
	display: inline-block;
	/* width: max-content; */
	padding: 0.5rem 1rem;
	font-size: 1.8rem;
	color: #182346;
	background-color: #f5b919;
}

.goki-h4-title-wrap {
	position: relative;
	padding: 0.5rem 1rem 0.5rem 1.5rem;
	margin-bottom: 1rem;
}

.goki-h4-title-wrap::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #182346;
}

.goki-h4-title-style {
	font-size: 2rem;
}

.goki-caution {
	margin: 0.5rem 0;
	color: #182346;
	font-weight: bold;
	font-size: 1.4rem;
}

.goki-contents-block {
	margin-bottom: 5rem;
}

.goki-contents-block-flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.goki-contents-block-text {
	width: 50%;
	text-align: justify;
}

.goki-contents-block-text01 {
	margin-bottom: 5rem;
}

.goki-contents-block-img {
	width: 45%;
}

.goki-contents-block-flex02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10rem;
}

.goki-contents-block-list {
	width: 45%;
	padding: 2rem;
	background-color: #e6e6e6;
}

.goki-accent-title {
	display: inline-block;
	padding: 0.5rem 2.5rem;
	margin: 1rem 0 0.5rem 0;
	color: #ffffff;
	background-color: #e5001b;
	border-radius: 50px;
}

.goki-list-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.goki-list-detail-title {
	width: 20%;
	border-right: 1px solid #969696;
}

.goki-list-detail-content {
	width: 75%;
}

#footer {
	margin-top: 0;
}

@media screen and (max-width:768px) {
	.anesis-title-box {
		height: 20rem;
		background: url(images/anesis/water_sp.jpg) center center no-repeat;
		background-size: auto;
	}

	.jp {
		font-size: 3rem;
	}

	.anesis-main-title {
		margin: 3rem auto 0;
	}

	.anesis-main-title-style {
		font-size: 3rem;
	}

	.anesis-list {
		width: 50%;
	}

	.anesis-list-flexbox {
		display: block;
		margin-bottom: 3rem;
	}

	.anesis-list02,
	.anesis-img-wrap {
		width: 100%;
	}

	.anesis-img-wrap {
		margin-top: 2rem;
	}

	.anesis-list-flexbox02,
	.anesis-list-item-flex {
		display: block;
	}

	.anesis-list03 {
		width: 100%;
		padding: 0;
	}

	.anesis-list-item-title {
		width: 100%;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
		font-size: 1.7rem;
		border-bottom: 1px solid #008CD6;
	}

	.anesis-list-item-contents {
		width: 100%;
		padding: 0.5rem;
		border: none;
	}

	.anesis-img-wrap02 {
		width: 100%;
		margin-top: 2rem;
	}

	.anesis-img-size {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.anesis-goodbox {
		padding: 2.5rem 1rem 1rem;
	}

	.anesis-life-contents-inner {
		display: block;
	}

	.anesis-life-contents-item {
		width: 100%;
		margin-bottom: 1.5rem;
		flex-direction: row;
		justify-content: space-between;
	}

	.anesis-img-container {
		width: 30%;
	}

	.anesis-img {
		height: 100%;
		object-fit: cover;
	}

	.anesis-text-container {
		width: 68%;
	}

	.ability-img-box {
		width: 35%;
	}

	.ability-contents-box {
		width: 65%;
	}

	.ability-contents-box {
		padding: 1rem;
	}

	.anesis-img-size02 {
		object-position: left 50%;
	}

	/* goki */
	.goki-title-box {
		height: 20rem;
		background: url(images/g/g_top_title_photo_sp.jpg) center center no-repeat;
		background-size: auto;
	}

	.goki-campaign-text {
		font-size: 2rem;
	}

	.goki-campaign {
		padding: 0 0.5rem 0.5rem;
	}

	.goki-campaign-strong-num {
		font-size: 3rem;
	}

	.goki-contents-inner {
		padding: 1rem 3%;
	}

	.caution {
		font-size: 1rem;
	}

	.goki-main-title {
		margin: 0 auto;
	}

	.goki-main-title-style {
		font-size: 1.8rem;
	}

	.goki-catch-text {
		margin-bottom: 1rem;
	}

	.goki-catch-text01 {
		padding: 1rem 0.5rem;
		font-size: 2rem;
		color: #ffffff;
		background-color: #e5001b;
	}

	.goki-flex {
		display: block;
		margin-bottom: 2rem;
	}

	.goki-explanation {
		width: 100%;
	}

	.goki-explanation-title {
		font-size: 2rem;
	}

	.goki-price-img-wrap {
		width: 45%;
		margin: 4rem auto 0;
	}

	.goki-ico-img-wrap {
		width: 25%;
		margin: 1rem auto 0;
	}

	.goki-h5-title-wrap {
		margin-top: 0;
	}

	.goki-contents-block-flex {
		display: block;
		margin-bottom: 3rem;
	}

	.goki-contents-block-text {
		width: 100%;
	}

	.goki-contents-block-text01 {
		margin-bottom: 3rem;
	}

	.goki-h4-title-style {
		font-size: 1.8rem;
	}

	.goki-contents-block-img {
		width: 100%;
		margin-top: 1rem;
	}

	.goki-contents-block-flex02 {
		display: block;
		margin-bottom: 2rem;
	}

	.goki-contents-block-list {
		width: 100%;
		padding: 1rem;
		margin-top: 2rem;
	}

	.goki-list-detail {
		display: block;
		padding-bottom: 0.3rem;
		margin-bottom: 1rem;
		border-bottom: 1px solid #969696;
	}

	.goki-list-detail:last-child {
		border: none;
		margin-bottom: 0;
	}

	.goki-list-detail-title {
		width: 100%;
		border: none;
	}


}

@media screen and (max-width:599px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	/* anesis */

	.anesis-contents-bg {
		padding-bottom: 0;
		margin-bottom: 3rem;
		background: linear-gradient(to top, transparent 90%, transparent 0%, #ffffff 100%), url(images/anesis/bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	}

	.anesis-main-title-style {
		font-size: 2.5rem;
	}

	.catch-text {
		margin-bottom: 3rem;
	}

	.catch-text01 {
		font-size: 1.3rem;
	}

	.anesis-list-block {
		display: block;
		padding: 1rem;
	}

	.anesis-list {
		width: 100%;
		margin-right: 0;
	}

	.anesis-item {
		width: 100%;
		padding: 1rem;
	}

	.photo-flex01 {
		flex-direction: column;
		margin-bottom: 1rem;
	}

	.photo-flex02 {
		display: block;
	}

	.photo-flex01 .anesis-img-box {
		order: 2;
	}

	.photo-flex01 .anesis-text01 {
		order: 1;
		width: 100%;
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}

	.anesis-img-box,
	.anesis-text02 {
		width: 100%;
	}

	.anesis-text02 {
		margin-bottom: 1rem;
	}

	.anesis-title-bg {
		font-size: 1.8rem;
	}

	.anesis-main-contents {
		padding: 2rem 0;
		margin-bottom: 2rem;
		background: linear-gradient(to top, transparent 5%, transparent 0%, #eaf3f8 100%), url(images/anesis/bg01_sp.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	}

	.anesis-main-title-wrap .anesis-main-title-style {
		font-size: 2rem;
	}

	.anesis-life-contents {
		margin: 2rem auto;
	}

	.anesis-life-contents-item {
		flex-direction: column;
	}

	.anesis-img-container,
	.anesis-text-container {
		width: 100%;
	}

	.life-contents-title {
		font-size: 1.6rem;
	}

	.photo-flex03 {
		display: block;
	}

	.ability-img-box,
	.ability-contents-box {
		width: 100%;
	}

	.ability-contents-box {
		width: 100%;
		padding: 1rem;
	}

	.page-bottom-photo {
		margin-top: 2rem;
	}

	.page-bottom-photo-img {
		height: 100%;
		object-fit: cover;
	}

	/* goki */
	.goki-price-img-wrap {
		width: 80%;
		margin: 2rem auto 0;
	}

	.goki-ico-img-wrap {
		width: 50%;
		margin: 1rem auto 0;
	}

}