@charset "utf-8";
/* CSS Document */

body {
	font-size: 1.3em;
  line-height: 1.5;
	color: #111;
	background-color: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

a,a:visited{
	text-decoration: none;
	color: #111;
}
a:hover{
	color: #111;
	text-decoration: underline;
	cursor: pointer;
}
a.tel {
	display:inline-block!important;
	padding: 0!important;
	font-size: 1em!important;
    letter-spacing: 0!important;
    font-weight: normal!important;
}

/*ヘッダー*/

header {
	background: #fff;
	position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  z-index: 999;
}
header .wrap {
	width: 100%;
	padding: 17px 5.333%;
	position: relative;
}
header .header_inner {
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
header .logo {
	width: 62.75%;
}
header .sp_menu {
	background: #fff;
	text-align: left;
	margin: 0 0 4rem;
	position: absolute;
	top: 100%;
  right: -100%;
	width: 100%;
	height: calc(100vh - 70px);
	transition-duration: .5s;
	z-index: 99;
}
header.active .sp_menu {
	/* -webkit-transform: translateY(100%);
   transform: translateY(100%); */
	 right: 0;
	 visibility: visible;
	 transition-duration: .5s;
	 overflow:scroll;
}
header .menu_btn {
	display: inline-block;
	width: 6.666%;
	height: 100%;
}
header .menu_btn .close,
header.active .menu_btn .open {
	display:none;
}
header.active .menu_btn .close {
	display:block;
}
header .sp_menu .menu_ttl {
  padding: 0.75em 0.75em;
  background: #8fc43d;
  color: #fff;
	margin-left: 8%;
}
header .sp_menu ul {
	padding: 0 8%;
}
header .sp_menu ul > li {
	padding: 11px 0 11px 0.75em;
	border-bottom: solid 1px hsla(0,0%,78%,.5);;
}
header .sp_menu li a {
	display: block;
	position:relative;
	letter-spacing: 0.1em;
}
header .sp_menu li a:after {
	content: url(../img/common/btn_arrow_w_right.png);
	position:absolute;
	right: 0;
	top: 0;
}
header .sp_menu li a:hover {
	text-decoration: none;
}

/*フッター*/

footer {
	background: #fff;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 30px 0 0;
}
footer .wrap {
	padding-bottom: 38px;
}
footer .logo {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
footer .logo img {
	width: 62%;
}
footer .info {
	margin-bottom: 35px;
}
footer p.add {
	font-size: 1.2rem;
}
footer ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 10%;
}
footer ul > li {
	font-size: 1.2rem;
	margin: 0 12px 0.75em;
}
footer ul > li:first-child::before {
	content: none;
}
footer .copy {
	background: #8fc43d;
	height: 35px;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ----------------------------------------
* floatingbanner
---------------------------------------- */

#floating {
	position: fixed;
	bottom: 0;
	left: 0;
	transition-duration: 1s;
	opacity: 0;
	z-index: 10;
}
#floating.active {
  opacity: 1;
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
#totop {
	width: 10%;
	text-align: center;
	position: fixed;
	bottom: -100px;
	right: 10px;
	opacity: 0;
	transition-duration: 1s;
	z-index: 10;
}
#totop.active {
  opacity: 1;
  bottom: 80px;
}
#totop.last {
}


/* 下層ページ共通 */

#contents {
	padding-top: 0;
}
.wrap {
  width:100%;
	padding: 0 5.33%;
	margin: 0 auto;
}

.contact_block {
	background: #f7f7f7;
	width: 100%;
}
.contact_block .row {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.contact_block .row .tel,
.contact_block .row .web {
	width: 48%;
}

h2.line_ttl {
	font-size: 2rem;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}
h2.line_ttl:after {
	content: '';
	display: inline-block;
	background: #8fc43d;
	width: 40px;
	height: 4px;
	border-radius: 2px;
	position:absolute;
	bottom: 0;
	left: 50%;
	transform:translateX(-50%);
}


/*--top--*/
#top_mv {
	background: #fff;
}

#about_area {
	background: #fff;
	padding: 50px 0;
}
#about_area .ttl {
}
#about_area .ttl h2 {
	margin-bottom: 10px;
}
#about_area .ttl .ttl_sub {
	width: 100%;
	text-align: left;
	margin-bottom: 23px;
}
#about_area .img1 {
}
#about_area .img2 {
	position: relative;
	padding-top: 30px;
}
#about_area .arrow {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}

#onayami_area {
	padding: 50px 0;
  height: auto;
  overflow: hidden;
  position: relative;
}
#onayami_area::before{
  content: "";
	background-image: url(../img/parallax.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
	aspect-ratio: 1 / 1;
	animation: parallax-large-anim linear;
  animation-timeline: scroll();
}
@keyframes parallax-large-anim {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(500px);
  }
}

#onayami_area h2.ttl {
	background: #8fc43d;
	color: #fff;
	height: 35px;
	width: 70%;
	border-radius: 20px;
	padding: 0 30px;
	font-size: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	margin: 0 auto 15px;
}
#onayami_area h2.ttl span {
	font-size: 2rem;
	margin-right: 5px;
}
#onayami_area .ttl_sub {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-bottom: 18px;
}

#konnatokimo_area .wrap {
	padding: 0;
}

#seven_area {
  background: #f9f4ec;
	padding: 50px 0;
	text-align: center;
}
#seven_area .ttl {
	text-align: center;
	margin-bottom: 30px;
}
#seven_area .boxes.row1 .box {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
#seven_area .boxes.row2 .box {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
#seven_area .boxes .box:after {
	content: '';
	background: #fff;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 170px;
	left: 0;
	z-index: 0;
}
#seven_area .boxes .box .img {
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
#seven_area .boxes .box .text {
	background: #fff;
	padding: 15px 0;
	position: relative;
	z-index: 1;
}
#seven_area .boxes .box p {
	text-align: center;
	line-height: 1.5;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#taiou_area {
	background: #fff;
  padding: 45px 0 50px;
}
#taiou_area h2.line_ttl {
	margin-bottom: 26px;
}
#taiou_area .ttl_sub {
	text-align: left;
	margin-bottom: 26px;
}
#taiou_area .row {
	background: #f9f4ec;
	padding: 20px;
}
#taiou_area .row .img {
	margin-bottom: 30px;
}
#taiou_area .row .text {
	display: flex;
}
#taiou_area .row .text ul {
	width: calc(100% / 3);
}
#taiou_area .row .text li {
	margin-bottom: 0.75em;
	padding-left: 16px;
	position: relative;
}
#taiou_area .row .text li:before {
	content: '';
	background: #8fc43d;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}

#flow_area {
	background: #f9f4ec;
  padding: 45px 0 20px;
}
#flow_area h2.line_ttl {
	margin-bottom: 35px;
}
#flow_area .row {
	margin-bottom: 30px;
}
#flow_area .img {
}
#flow_area .row_reverse .img {
}
#flow_area .text {
	background: rgba(255,255,255,0.75);
	padding: 35px 27px 24px;
	margin: -20px 20px 0;
	position: relative;
	z-index: 9;
}
#flow_area .text h4 {
	line-height: 1;
	margin-bottom: 13px;
}
#flow_area .text h4 img {
	width: 16%;
}
#flow_area .text h4 span {
	font-size: 1.7rem;
	margin-left: 10px;
}

#faq_area {
	background: #fff;
  padding: 45px 0 25px;
}
#faq_area h2.line_ttl {
	margin-bottom: 30px;
}
#faq_area dl {}
#faq_area dt {
	background: #f0fcdd;
	position: relative;
	padding: 13px 10px 13px 50px;
}
#faq_area dt:before {
	content: '';
	background: url(../img/icon_q.png) no-repeat center;
	background-size: 100%;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 10px;
	top: 16px;
}
#faq_area dd {
	position: relative;
	padding: 13px 10px 33px 50px;
}
#faq_area dd:before {
	content: '';
	background: url(../img/icon_a.png) no-repeat center;
	background-size: 100%;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 10px;
	top: 16px;
}

#company_area {
	background: #f9f4ec;
  padding: 45px 0 50px;
}
#company_area h2.line_ttl {
	margin-bottom: 30px;
}
#company_area .img_main {
	text-align: center;
	margin-bottom: 30px;
}
#company_area .img_full {
	background: url(../img/company_area_bg_sp.jpg) no-repeat top;
	background-size: 100%;
	padding: 200px 5.33% 30px;
}
#company_area .img_full .img {
	margin: 0 auto 10px;
}
#company_area .area1 {
	margin-bottom: 30px;
}
#company_area .area1 .text p img {
	float: right;
	width: 40%;
	margin: 0 0 0.5em 1em;
}
#company_area .area2 .text p .sp {
	float: left;
	width: 40%;
	display: inline-block;
	margin: 0 1em 0.5em 0;
}
#company_area .area2 span.txt {
	font-weight: bold;
}
#company_area .area2 span.txt span.name {
	font-size: 1.5rem;
	margin-left: 5px;
}
#company_area .area2 .text span.midashi {
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
