@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

* {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	color: #1f242d;
}

a {
	transition: all .3s;
	color: #1f242d;
}

a:hover {
	opacity: 0.9;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.sp {
	display: none;
}

img {
	max-width: 100%;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	background: rgba(207, 244, 237, 0.6);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.inner {
	max-width: 1000px;
	margin: 0 auto;
}

#header h1 {
	position: absolute;
	top: 0;
	width: 129px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	background: #fff;
}

#header nav {
	padding: 13px 0 13px 129px;
}

#header nav ul {
	display: flex;
}

#header nav ul li {
	flex: 1;
	border-right: 1px dotted #333;
}

#header nav ul li:last-child {
	border: 0 none;
}

#header nav ul li a {
	display: block;
	text-align: center;
	padding: 10px 0;
}

.mv {
	margin: 0 0 50px;
}

.mv img {
	width: 100%;
}

#content > section {
	padding: 60px 0;
}

section h2 {
	text-align: center;
	margin: 0 0 30px;
}

.concept {
	background: url('../img/bg_concept.jpg') no-repeat 50% 50%;
	background-size: 100%;
}

.concept .explain {
	text-align: center;
	line-height: 1.6em;
	padding: 0 200px;
}

.concept_box {
	display: flex;
	margin: 60px 0;
}

.concept_box.rev {
	flex-direction: row-reverse;
}

.concept_box figure {
	width: 42%;
}

.concept_box dl {
	width: 58%;
}

.concept_box dl dt {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4em;
	padding: 0 0 15px 8%;
	border-bottom: 1px solid #000;
}

.concept_box dl dd {
	font-size: 17px;
	line-height: 1.6em;
	margin: 15px 0 0;
	padding: 0 0 0 8%;
}

.concept_box.rev dl dt {
	padding: 0 8% 15px 0;	
}

.concept_box.rev dl dd {
	padding: 0 8% 0 0;
}


.concept_profile {
	display: flex;
	flex-direction: row-reverse;
}

.concept_profile figure {
	width: 54%;
}

.concept_profile .profile_txt {
	width: 46%;
	padding-right: 5%;
	box-sizing: border-box;
}

.concept_profile .profile_txt span {
	display: inline-block;
	font-size: 15px;
	padding: 5px 12px;
	background: #e8e8e8;
}

.concept_profile .profile_txt strong {
	display: block;
	margin: 10px 0 20px;
	font-size: 30px;
	font-weight: 500;
}

.concept_profile .profile_txt p {
	font-size: 17px;
	line-height: 1.5em;
}

.gallery__container {
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.gallery__div-block {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  padding-right: .5vw;
  display: flex;
  overflow: hidden;
  animation: slide-to-left 7s linear infinite;
}

@keyframes slide-to-left {
	100% { transform: translateX(-100%) }
}

.gallery__div-block:last-child {
	padding: 0;
}

.gallery__wrapper {
  width: 100%;
  height: 100%;
  margin: 50px 0;
  padding-top: 0;
  overflow: hidden;
}

.gallery__container-main {
  width: 140vw;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 19.2vw;
}

.gallery__image {
  overflow: hidden;
  width: 100%;
  border-radius: .5vw;
}

.gallery .explain {
	font-size: 17px;
	line-height: 1.6em;
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}

.gallery .btn_insta {
	text-align: center;
}

.gallery .btn_insta a {
	display: inline-block;
	max-width: 420px;
}

.gallery .btn_insta a:hover {
	opacity: .7;
}

.menu {
	background: #f9f9f9;
}

.menu .explain {
	font-size: 17px;
	line-height: 1.6em;
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}

.plan_list {
	display: flex;
	margin: 70px 0 0;
} 

.plan_list .plan_box {
	flex: 1;
	background: #fff;
	padding: 0 60px 60px 60px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
	border-radius: 10px;
}

.plan_list .plan_box:last-child {
	margin: 0 0 0 12px;
}

.plan_list .plan_box figure {
	text-align: center;
	margin: -42px 0 0;
}

.plan_list .plan_box figure img {
	max-width: 131px;
}

.plan_list .plan_box h3 {
	font-size: 28px;
	text-align: center;
	margin: 10px 0 30px;
}

.plan_list .plan_box h3 span {
	font-weight: 500;
	display: inline-block;
	padding: 20px;
	background: url('../img/ttl_dot.png') no-repeat 50% 100%;
	background-size: auto 3.5px;
}

.plan_price {
	text-align: center;
}

.plan_price strong {
	font-weight: 600;
	font-size: 40px;
	color: #3bb8a0;
}

.plan_price span {
	font-weight: 600;
	font-size: 23px;
	color: #3bb8a0;
}

.plan_price strong b {
	font-weight: 600;
	font-size: 29px;
	color: #3bb8a0;
}

.plan_box p {
	font-size: 17px;
	line-height: 1.5em;
	margin: 20px 0 30px;
}

.plan_box dt {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding: 0 0 0 20px;
	margin: 20px 0 7px;
}

.plan_box dt:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6.5px;
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: #3ab8a0;
	border-radius: 50%;
}

.plan_box dd {
	font-size: 16px;
	line-height: 1.4em;
}

.care .explain {
	max-width: 100%;
	margin: 60px 0;
	padding: 0 150px;
	box-sizing: border-box;
}

.care .explain strong {
	display: block;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 0 20px;
}

.care h3 {
	text-align: center;
	margin: 60px 0 40px;
}

.care h3 span {
	position: relative;
	font-size: 34px;
	font-weight: 500;
	background: linear-gradient(transparent 70%, #fcff65 0%);
	line-height: 1.3em;
	padding: 0 10px;
}

.care h3 span:before {
	content: "";
	display: block;
	width: 1px;
	height: 34px;
	background: #1f242d;
	position: absolute;
	left: -35px;
	top: 20%;
	transform: rotate(-25deg);
}

.care h3 span:after {
	content: "";
	display: block;
	width: 1px;
	height: 34px;
	background: #1f242d;
	position: absolute;
	right: -35px;
	top: 20%;
	transform: rotate(25deg);
}

.tabs {
	display: none;
}

.care_box {
	display: flex;
	margin: 15px 0;
}

.care_box figure {
	width: 35%;
}

.care_box dl {
	width: 60%;
	margin-left: 5%;
}

.care_box dl dt {
	font-size: 24px;
	margin: 20px 0;
	font-weight: 500;
}

.care_box dl dd {
	font-size: 17px;
	line-height: 1.4em;
}

.area_box {
	display: flex;
}

.area_box figure {
	width: 50%;
}

.area_box .area_con {
	width: 50%;
	padding: 0 0 0 8%;
	box-sizing: border-box;
}

.area_box .area_con dl dt {
	font-size: 24px;
	font-weight: 500;
	margin: 35px 0 20px;
}

.area_box .area_con dl dd {
	font-size: 17px;
	line-height: 1.4em;
}

.area_box .btn_links {
	text-align: center;
	margin: 45px 0 0;
}

.area_box .btn_links li {
	margin: 5px 0;
}

.area_box .btn_links li a:hover {
	opacity: .7;
}

.area_box .btn_links img {
	max-width: 300px;
}

.policy {
	background: #f9f9f9;
}

.policy .inner {
	max-width: 670px;
}

.policy h3 {
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	margin: 40px 0;
}

.policy h3 span {
	display: block;
	font-size: 23px;
	font-weight: 500;
	margin: 15px 0 0;
}

.policy h4 {
	font-size: 24px;
	font-weight: 500;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #1f242d;
	margin: 30px 0 15px;
}

.policy p {
	font-size: 17px;
	line-height: 1.4em;
}

#footer {
	background: rgba(207, 244, 237, 0.6);
}

#footer .inner {
	position: relative;
}

#footer .f_logo {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 156px;
}

#footer nav {
	padding: 32px 0 89px 160px;
}

#footer nav ul {
	display: flex;
}

#footer nav ul li {
	flex: 1;
	border-right: 1px dotted #333;
}

#footer nav ul li:last-child {
	border: 0 none;
}

#footer nav ul li a {
	display: block;
	text-align: center;
	padding: 10px 0;
}

#footer .copy {
	font-size: 13px;
	text-align: center;
	padding: 0 0 60px;
}

.arrow_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 65px;
	z-index: 9;
}

.contact_line {
	position: fixed;
	z-index: 9;
	top: 124px;
	right: 0;
}

.contact_line a {
	display: block;
	padding: 25px 20px 30px;
	background: #fff;
	border-radius: 10px 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

.contact_line a:hover {
	background: #d8f2e2;
}

.contact_line img {
	display: block;
	width: 47px;
	margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
	  position: fixed;
	  top: 23px;
	  right: 3%;
		width: 34px;
		height: 16px;
		z-index: 2;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 28px;
		height: 2px;
		background-color: #1f242d;
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 7px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(2.3vw) rotate(-45deg);
		transform: translateY(4px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-2.3vw) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	.menu-trigger + ul {
		display: none;
	}
	.menu-trigger.active + ul {
		overflow: hidden;
		display: block !important;
	}
	.menu-trigger.active {
		top: 27px;
	}
	#header h1 {
		width: 120px;
		z-index: 10;
	}
	#header {
		height: 60px;
	}
	#header .inner nav {
		position: fixed;
		float: none;
		width: 100%;
		top: 60px;
		left: 0;
		padding: 0;
	}
	#header .inner nav ul {
		display: none;
	}
	#header .inner nav ul li {
		flex: none;
		margin: 0;
		border-top: 1px solid #ccc;
		display: block;
	}
	#header .inner nav ul li a {
		background: rgba(255,255,255,0.9);
		padding: 15px 0;
	}
	#header .inner nav ul li a:hover {
		background: #ccc;
	}
	#header .inner nav ul li:last-child {
		border-bottom: 1px solid #ccc;
	}
	.contact_line {
		top: auto;
		right: auto;
		left: 0;
		width: 100%;
		bottom: 0;
	}
	.contact_line a {
		border-radius: 0;
		padding: 3%;
		line-height: 35px;
		font-size: 18px;
	}
	.contact_line img {
		display: inline-block;
		width: 35px;
		margin: 0 15px 0 0;
	}
	.contact_line a br {
		display: none;
	}
	.arrow_top {
		width: 50px;
		bottom: 80px;
	}
	.mv {
		margin: 0 0 30px;
	}
	.inner {
		max-width: 94%;
	}
	#content > section {
		padding: 50px 0;
	}
	.concept .explain {
		padding: 0;
	}
	.concept_box {
		display: block;
		margin: 40px 0;
	}
	.concept_box.rev {
		flex-direction: inherit;
	}
	.concept_box figure {
		width: 100%;
		margin: 0 0 20px;
	}
	.concept_box figure img {
		width: 100%;
	}
	.concept_box dl {
		width: 100%;
	}
	.concept_box dl dt,
	.concept_box.rev dl dt {
		font-size: 20px;
		padding: 0 0 10px;
	}
	.concept_box dl dd,
	.concept_box.rev dl dd {
		padding: 0;
	}
	.concept_profile {
		display: block;
		flex-direction: inherit;
	}
	.concept_profile figure {
		width: 100%;
	}
	.concept_profile .profile_txt {
		width: 100%;
		padding: 0;
		margin: 20px 0 0;
	}
	.gallery__wrapper {
		margin: 40px 0;
	}
	.gallery__container-main {
		width: 350vw;
		height: 48.2vw;
	}
	.gallery .explain {
		max-width: 94%;
	}
	.gallery .btn_insta img {
		width: 80%;
	}
	.plan_list {
		display: block;
		margin: 80px 0 0;
	}
	.plan_list .plan_box {
		position: relative;
		padding: 80px 30px 30px;
	}
	.plan_list .plan_box:last-child {
		margin: 80px 0 0;
	}
	.plan_list .plan_box figure {
		position: absolute;
		top: -10px;
		left: 50%;
		margin-left: -65px;
		width: 130px;
	}
	.plan_list .plan_box figure img {
		width: 100%;
	}
	.plan_list .plan_box h3 span {
		font-size: 26px;
	}
	.plan_price strong {
		font-size: 35px;
	}
	.plan_price strong b {
		font-size: 25px;
	}
	.plan_price span {
		font-size: 18px;
	}
	.plan_box p {
		font-size: 16px;
	}
	.care .explain {
		padding: 0;
		font-size: 16px;
	}
	.care .explain strong {
		font-size: 22px;
	}
	.care h3 span {
		font-size: 28px;
	}
	.care h3 span:before,
	.care h3 span:after {
		height: 30px;
	}
	.tabs {
		display: flex;
	}
	.tabs li {
		display: block;
		padding: 10px;
		cursor: pointer;
	}
	.tabs li.active {
		font-weight: 500;
		border-bottom: 2px solid #1f242d;
	}
	.care_box {
		display: block;
	}
	.care_box figure {
		width: 100%;
	}
	.care_box dl {
		width: 100%;
		margin: 10px 0 0;
	}
	.tab_content {
		display: none;
	}
	.tab_content.active {
		display: block;
	}
	.area_box {
		display: block;
	}
	.area_box figure {
		width: 100%;
	}
	.area_box .area_con {
		width: 100%;
		padding: 0;
		margin: 30px 0 0;
	}
	.area_box .area_con dl dt {
		font-size: 20px;
	}
	.policy h3 {
		font-size: 24px;
	}
	.policy h3 span {
		font-size: 18px;
	}
	.policy .inner {
		max-width: 94%;
	}
	.policy h4 {
		font-size: 20px;
	}
	#footer .f_logo {
		position: relative;
		max-width: 100px;
		margin: 0 auto;
	}
	#footer nav {
		display: none;
	}
	#footer .copy {
		padding: 40px 0 100px;
	}
}