@charset "UTF-8";

/* @group font */

@font-face {
	font-family: 'font-library';
	src: url('/common/fonts/font-library.ttf?iftez1') format('truetype'), url('/common/fonts/font-library.woff?iftez1') format('woff'), url('/common/fonts/font-library.svg?iftez1#font-library') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group CSS変数を定義 */

:root {
  --main: #618569;
  --sub1: #7FA186;
	--shadow: #D9D9D9;
  --normal: #000000;
  --back1: #85BB92;
	--back2: #ffffff;
	--grad1-s: #85BB92;
	--grad1-e: #ffffff;
	--grad2-s: #C6E0CC;
	--grad2-e: #E8EFE9;
  --gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --fw-normal: 400;
  --fw-mid: 500;
  --fw-bold: 700;
  --inner: 1100px;
}

/* @end */

/* @group 初期設定 */

html {
  overflow: auto;
  color: var(--normal);
}

body {
  color: var(--normal);
  font-family: var(--gothic);
  font-size: var(--fz-pc);
  font-weight: var(--fw-normal);
  line-height: 1.875;
  min-height: 100vh;
	min-width: calc(var(--inner) + 80px);
  width: 100%;
	background-color: var(--back1);
	position: relative;
}

ul ol, ol ul {
  font-size: 100% !important;
}

ul, ol, li ul, li ol {
  list-style: none;
}

sup {
  vertical-align: top;
  font-size: 0.77em;
}

h2 sup {
  font-size: .5em !important;
  display: inline-block;
  padding-top: 5px;
}

sub {
  vertical-align: baseline;
  font-size: 0.77em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

a {
  text-decoration: underline;
  color: var(--main);
  transition: all .4s;
}

a:visited {
  color: var(--main);
}

a:hover {
  text-decoration-color: transparent;
}

a[href^="tel:"] {
  text-decoration: underline;
  cursor: default;
}

button {
  margin: 0;
  padding: 0;
}

a img, button, input[type="submit"] {
  transition: all .4s;
}

strong {
  font-weight: bold;
}

*, ::before, ::after {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

figure img {
  width: 100%;
}

.pc_none {
	display: none;
}


@media screen and (max-width: 768px) {

	body {
		min-width: initial;
	}

	.pc_none {
		display: initial;
	}

	.sp_none {
		display: none;
	}

}

/* @end */

/* @group 見出し */

h2 {
	font-size: 28px;
	background-color: var(--sub1);
	color: #fff;
	padding-left: 21px;
	position: relative;
	margin-bottom: 30px;
}

h2::before {
	content: "";
	position: absolute;
	bottom: -4px;
	width: 100%;
	height: 4px;
	left: 0px;
	background-color: var(--shadow);
}

h3 {
	font-size: 32px;
	color: var(--main);
	padding-left: 48px;
	position: relative;
	line-height: 1.3em;
	margin-bottom: 12px;
}

h3.h3_black {
	color: var(--normal);
}

h3::before,
h3::after {
	content: "";
	position: absolute;
	width: 13px;
	height: 22px;
}

h3::before {
	background-color: var(--shadow);
	left: 21px;
	top: 12px;
}

h3::after {
	background-color: #84BA91;
	left: 18px;
	top: 8px;
}

h3 span {
	font-size: 22px;
	padding-left: 10px;
}

@media screen and (max-width: 768px) {

	h2 {
		font-size: 21px;
		padding-left: 14px;
	}

	h3 {
		font-size: 23px;
		padding-left: 30px;
	}

	h3::before,
	h3::after {
		width: 9.1px;
		height: 15.4px;
	}

	h3::before {
		left: 12px;
		top: 10px;
	}

	h3::after {
		left: 10px;
		top: 7px;
	}

	h3 span {
		font-size: 18px;
	}

}

/* @end */

/* @group 箇条書きリスト */

ul {
	margin-bottom: 40px;
}

ul li {
	position: relative;
	font-size: 22px;
	font-weight: var(--fw-bold);
	padding-left: 73px;
	line-height: 1.5em;
}

ul li:not(:last-child) {
	margin-bottom: 10px;
}

ul li::before {
	content: "✓";
	position: absolute;
	left: 50px;
	top: 1px;
}

ul li span {
	font-size: 17px;
}

@media screen and (max-width: 768px) {

	ul li {
		font-size: 19px;
		padding-left: 53px;
	}

	ul li::before {
		left: 32px;
	}

	ul li span {
		font-size: 15px;
	}

}

/* @end */

/* @group リンク */

.link-btn {
	text-align: center;
	margin-bottom: 20px;
}

.link-btn a {
	text-decoration: none;
	color: var(--main);
	font-weight: var(--fw-bold);
	font-size: 26px;
	display: inline-block;
	width: 100%;
	background-image: linear-gradient(180deg, var(--grad2-s), var(--grad2-e));
	border-radius: 10px;
	line-height: 1.3em;
	padding: 16px;
}

.link-btn a:hover {
	opacity: .6;
}

@media screen and (max-width: 768px) {

	.link-btn a {
		font-size: 21px;
		padding: 12px;
	}

}

/* @end */

/* @group pattern */

.pattern1-1 {
	display: flex;
}

.pattern1-1 .left-col,
.pattern1-1 .right-col {
	width: calc((100% - 15px) / 2);
}

.pattern1-1 .right-col {
	margin-left: 30px;
}

@media screen and (max-width: 768px) {

	.pattern1-1 {
		flex-direction: column;
	}

	.pattern1-1 .left-col,
	.pattern1-1 .right-col {
		width: 100%;
	}

	.pattern1-1 .right-col {
		margin-left: 0;
		margin-top: 20px;
	}

}

/* @end */

/* @group end-bar */

.end-bar {
	width: 100%;
	height: 10px;
	position: relative;
	background-color: var(--sub1);
	margin-bottom: 60px;
}

.end-bar::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	top: -4px;
	left: 0;
	background-color: var(--shadow);
}

/* @end */

/* @group header */

header {
	position: fixed;
	height: 70px;
	width: 100%;
	background-color: #345E3E;
	z-index: 99;
	top: 0;
}

header .header-logo {
	float: right;
  width: 154px;
  position: relative;
	margin: 15px 21px 0 0;
}

@media screen and (max-width: 768px) {

	header {
		height: 46px;
	}

	header .header-logo {
		width: 100px;
		margin: 6px 10px 0 0;
	}

}


/* @end */

/* @group content-area */

#content-area {
	width: 100%;
  position: relative;
	background-color: var(--back2);
}

.inner {
	margin-left: auto;
  margin-right: auto;
  max-width: var(--inner);
}

@media screen and (max-width: 768px) {

	.inner {
		padding: 0 20px;
	}

}

/* @end */

/* @group main-content */

#main-content {
	width: 100%;
  position: relative;
}

/* @end */

/* @group mv-area */

.mv-area {
	position: relative;
	/* background-image: linear-gradient(180deg, var(--grad1-s), var(--grad1-e)); */
	background-image: radial-gradient(farthest-side at 0% 0%, var(--grad1-e) -7%, var(--grad1-s) 170%);
	/* height: 740px; */
	height: 690px;
	padding-top: 90px;
}

.mv-area figure {
	position: absolute;
	left: 0;
	right: 0;
	top: 27px;
	margin: 0 auto;
	width: 1180px;
	z-index: 0;
}

.mv-area .inner {
	position: relative;
	z-index: 1;
	margin-top: 61px;
}

.catch-1 {
	color: #fff;
	font-size: 40px;
	font-weight: var(--fw-bold);
	letter-spacing: 0.01em;
	background-color: var(--main);
	display: inline;
	padding: 9px 93px 8px;
	margin-left: 20px;
}

.catch-1 span {
	font-size: 26px;
	padding-left: 10px;
}

.catch-2 {
	color: var(--main);
	font-size: 70px;
	font-weight: var(--fw-bold);
	line-height: 1.1em;
	letter-spacing: 0.01em;
	margin-bottom: 38px;
	margin-top: 14px;
}

.catch-2 span {
	font-size: 46px;
	padding-left: 10px;
}

.catch-2 > div:nth-of-type(2) > span:first-of-type {
	padding-right: 10px;
}

.white-line {
	display: inline;
	position: relative;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 95%, #fff 0%);
}

.mv-area p {
	color: var(--sub1);
	font-weight: var(--fw-bold);
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

.mv-area p:first-of-type {
	margin-bottom: 26px;
}

@media screen and (max-width: 768px) {

	.mv-area {
		height: auto;
		/* padding-bottom: 100px; */
		padding-bottom: 40px;
		padding-top: 30px;
		text-align: center;
		/* background-image:conic-gradient(from 310deg at 0% 0%,var(--grad1-s) 125deg,var(--grad1-e) 194deg 178deg,var(--grad1-s) 245deg); */
		background-image: radial-gradient(farthest-side at 0% 0%, var(--grad1-e) -7%, var(--grad1-s) 170%);
	}

	.mv-area .inner {
		margin-top: 56px;
	}

	.catch-1 {
		font-size: 26px;
		line-height: 1.3em;
		padding: 9px 23px 8px;
		margin-left: 0;
	}

	.catch-1 span {
		font-size: 18px;
		padding-left: 3px;
	}

	.catch-2 {
		font-size: 33px;
		line-height: 1.3em;
		margin-bottom: 0;
	}

	.catch-2 span {
		font-size: 28px;
		padding-left: 2px;
	}

	.catch-2 > div:nth-of-type(2) > span:first-of-type {
		padding-right: 2px;
	}

	.mv-area figure.pc_none {
		position: relative;
		width: 100%;
		top: inherit;
		text-align: center;
		display: inline-block;
		margin-bottom: 30px;
	}

	.mv-area figure.pc_none img {
		width: 80%;
	}

	.mv-area p {
		font-size: 17px;
	}

}

/* @end */

/* @group features-area */

.features-area {
	/* margin-top: -104px; */
	margin-top: 30px;
}

.features-area .inner {
	position: relative;
}

.features-img {
	position: absolute;
	bottom: -30px;
	right: -16px;
	z-index: 2;
}

.features-img img {
	width: 260px;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {

	.features-area {
		/* margin-top: -50px; */
	}

	.features-img {
		position: relative;
		bottom: inherit;
		right: inherit;
		text-align: center;
		margin-bottom: 40px;
	}

}

/* @end */

/* @group flow-area */

.flow-img {
	margin-bottom: 40px;
}

/* @end */

/* @group detail-area */

.detail-area {
	margin-bottom: 10px;
}

.detail-area .pattern1-1 .link-btn {
	margin-bottom: 0;
}

/* @end */

/* @group to-top */

#to-top {
	position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 2;
}

#to-top a {
	background-color: #000;
  border-radius: 50%;
  display: block;
  height: 48px;
  width: 48px;
  position: relative;
  right: 0px;
  bottom: 0px;
  opacity: 0.9;
}

#to-top a::after {
	position: absolute;
	content: "";
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	height: 12px;
	width: 12px;
	top: 5px;
	right: 0;
	margin: auto;
	transform: rotate(-45deg);
	vertical-align: middle;
	left: 0;
	bottom: 0;
}

	@media screen and (max-width: 768px) {

		#to-top {
			bottom: 10px;
      right: 10px;
		}

		#to-top a {
			height: 38px;
			width: 38px;
		}

		#to-top a::after {
			height: 7px;
      width: 7px;
		}

	}

/* @end */

/* @group footer */

.footer-gra {
	background-image: linear-gradient(0deg, var(--grad1-s), var(--grad1-e));
	height: 80px;
}

#copyright {
	padding: 34px 0;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
  letter-spacing: .04em;
	text-align: center;
}

/* @end */

/* @group 部分装飾 */

/* margin */
.mb-0 {margin-bottom: 0px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-50 {margin-bottom: 50px !important;}

/* margin */
.pt-0 {padding-top: 0px !important;}

/* @end */
