
html {
	font-size: 4.26666667vw;
	color: #333333;
}

@media screen and (min-width: 767px) {
	html {
		font-size: 16px;
	}
}
body {
	font-family: 'Noto Sans JP', sans-serif;
}
section {
	position: relative;
}
p {
	line-height: 1.7rem;
}
.inner {
	padding: 0 1rem;
	display: none;
}
.flex_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nolink {
	display: inline;
	position: relative;
	pointer-events: none;
	color: inherit;
	text-decoration: none;
}
.accordion {
    overflow: hidden;
    padding: 1rem 2rem .9rem 5.3rem;
    border: 3px solid #000000;
	font-weight: 550;
	background-color: #fff;
}
.accordion.active {
	margin: 2rem auto;
}
.accordion.green {
	border: 3px solid #8DA800;
	color: #7e9600;
}
.accordion.green::before {
	background-color: #8DA800;
}
.accordion.green::after {
	color: #8DA800;
	border: 2px solid #8DA800;
}
.accordion.yellow {
	border: 3px solid #DAA520;
	color: #DAA520;
}
.accordion.yellow::before {
	background-color: #DAA520;
}
.accordion.yellow::after {
	color: #DAA520;
	border: 2px solid #DAA520;
}
.accordion.blue {
	border: 3px solid #7582B8;
	color: #7582B8;
}
.accordion.blue::before {
	background-color: #7582B8;
}
.accordion.blue::after {
	color: #7582B8;
	border: 2px solid #7582B8;
}
.accordion::before {
	position: absolute;
	top: -7rem;
	left: -7rem;
	width: 12rem;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #000;
}
.accordion::after {
	position: absolute;
	content: '-';
	top: 1rem;
	right: 1rem;
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid #000;
	font-weight: bold;
	text-align: center;
	line-height: 1.4rem;
}
.accordion.active::after {
	content: '+';
	}
.ac_arrow {
	display: block;
	position: absolute;
	top: .7rem;
	left: 1.1rem;
	width: 2.3rem;
	height: auto;
	z-index: 1;
}

.spnone {
	display: none;
}
.pcnone {
	display: inherit;
}
@media screen and (min-width: 767px) {
	.spnone {
		display: inherit;
	}
	.pcnone {
		display: none;
	}
	.inner {
		max-width: 800px;
		margin: auto;
	}
	.pc_flex {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	picture {
		display: block;
		width: 35rem;
		margin-right: auto;
		margin-left: auto;
	}
}

h2 {
	position: relative;
	font-size: 1.3rem;
	font-weight: 550;
}

h2 span {
	font-size: .8rem;
}

.square {
	margin: .7rem auto 1.1rem;
}

.square::before {
	content: "";
	display: inline-block;
	position: relative;
	width: 1rem;
	height: 1rem;
	margin-right: .3rem;
}

.square.green::before {
	background-color: #9FB144;
}

.square.yellow::before {
	background-color: #DAA520;
}

.square.brown::before {
	background-color: #998675;
}

.circle {
	margin: 2rem auto;
	text-align: center;
}

.circle span {
	font-size: 1rem;
}

.circle:before {
	content: "";
	position: absolute;
	top: -1rem;
	left: 50%;
	width: 9.75rem;
	height: 5.2rem;
	border-radius: 50%;
	border: 5px solid #DCC550;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (min-width: 767px) {
	.square {
		margin: 2.7rem auto 2.1rem;
		font-size: 1.5rem;
	}
	.circle {
		margin: 3rem auto;
		font-size: 1.5rem;
	}
	.circle:before {
		top: -1.2rem;
		height: 6.2rem;
	}
}

/* cta */
.cta {
	margin: 3rem auto;
	text-align: center;
}

.cta .inner {
	display: block;
}

.cta h2 {
	width: fit-content;
	margin: 1.3rem auto;
}

.cta h2::before,
.cta h2::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 1rem;
	height: .8rem;
	bottom: .1rem;
	background-size: cover;
}

.cta h2::before {
	background-image: url(/template/img/arrow_1.png);
	margin-right: 1rem;
}

.cta h2::after {
	background-image: url(/template/img/arrow_2.png);
	margin-left: 1rem;
}

.btn_tel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 1rem;
	padding: 1.5rem 1.9rem;
	width: 100%;
	height: 7rem;
	color: #fff;
	background-color: #5196DB;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 3px 3px 6px #777777;
}

.btn_mail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 1.5rem 1.8rem;
	width: 100%;
	height: 5.5rem;
	color: #fff;
	background-color: #999999;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 3px 3px 6px #777777;
}

.btn_tel picture,
.btn_mail picture {
	width: 3rem;
	height: auto;
}

.cta p,
.cta span {
	display: block;
	position: relative;
}

.cta p {
	font-size: 1.1rem;
	font-weight: bold;
}

.cta span {
	font-size: .9rem;
}

.cta span.tel_text {
	font-size: 1rem;
	font-weight: 550;
}

.cta p.phone_num {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 2.2rem;
}

@media screen and (min-width: 767px) {
	.cta h2 {
		font-size: 1.5rem;
	}
	.btn_tel {
		width: 21rem;
		margin-right: 3rem;
		margin-bottom: 0;
		padding: 1.5rem 2rem 1.5rem 1.5rem;
	}
	.btn_mail {
		width: 21rem;
		height: 7rem;
		padding: 1.5rem 2.1rem 1.5rem 1.5rem;
	}
}

/* header */
header {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 3.75rem;
	background-image: url(/template/img/bg_washi_green.jpg);
	background-size: cover;
	z-index: 20;
}

.header_inner.flex_box {
	justify-content: space-between;
	width: calc(100% - 3.6rem);
	height: 3.75rem;
	padding: 0 .5rem;
}

header .leftside img {
	width: 8rem;
	height: auto;
}

header .btn_tel,
header .btn_mail {
	padding: .5rem;
	width: 4.5rem;
	height: 2.5rem;
	margin: 0;
    justify-content: center;
}

header .btn_mail {
	margin-right: .5rem;
}

header .btn_tel picture,
header .btn_mail picture {
	width: 1.9rem;
}
@media screen and (min-width: 767px) {

}


/* menu */
.menu {
	list-style: none;
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	padding: 0 0 10px 0;
	clear: both;
	background: var(--background-navbar);
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	transform: scale(1, 0);
	transform-origin: top;
	background-color: #F8FFE7;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
	transform: scale(1, 1);
	transform-origin: top;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 1rem;
	text-transform: capitalize;
	color: #333333;
	opacity: 0;
	transition: 0.5s;
	display: block;
}

.menu a small {
	margin-left: 1rem;
	color: #777777;
}

.menu li {
	border-top: 1px solid #7e9600;
	padding: 1rem;
	opacity: 0;
	transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
	opacity: 1;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
	}

.menu-btn:checked ~ .menu li {
	position: relative;
}

.menu-btn:checked ~ .menu li.overray {
	opacity: .7;
	background-color: #333333;
}

.menu li picture {
	display: inline-block;
	position: absolute;
	right: 1rem;
	top: 0.8rem;
	width: 1.5rem;
	height: auto;
}

.menu-btn {
	display: none;
}

.menu-icon {
	display: inline-block;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	padding: 1.8rem 1.5rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
	background: #333333;
	display: block;
	height: 3px;
	width: 26px;
	position: relative;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #333333;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
	top: 9px;
}

.navicon:after {
	bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
	top: 0;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
	background: rgba(0, 0, 0, 0);
	transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

@media screen and (min-width: 767px) {
	.menu a {
		padding: 0 30rem;
	}
	.menu li picture {
		right: 30rem;
	}
}

/* top */
section.top {
	margin-top: 3.75rem;
}

.top hgroup {
	display: block;
	position: absolute;
	top: 20rem;
	left: 1rem;
	color: #fff;
	text-shadow: 1px 1px 3px #333333;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
	z-index: 1;
}

.top hgroup p {
	font-size: 1.7rem;
}
@media screen and (min-width: 767px) {
	#top picture {
		display: inherit;
		width: unset;
	}
	.top hgroup {
		left: 10rem;
		font-size: 2rem;
	}
	.top hgroup p {
		font-size: 4.7rem;
        line-height: 5rem;
	}
}

/* feature */
.feature {
	margin: 1.5rem 0;
}

.feature .inner {
	display: block;
}

.feature_container{
	margin-bottom: 1.5rem;
}

.feature p {
	margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
	.feature .inner {
		display: block;
	}
}

/* point */
.point .inner {
	padding: 1rem;
}

@keyframes cube {
    from {
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
        opacity: 1;
    }
    to {
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
        opacity: 0;
    }
}

.point .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #d1e9a7;
    overflow: hidden;
	z-index: -1;
}
.point .background li {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #d2e5ae;
    color: transparent;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 7s ease-in forwards infinite;
}

.point .background li:nth-child(0) {
    animation-delay: 0s;
    left: 45vw;
    top: 97vh;
    border-color: #ffffd5;
}

.point .background li:nth-child(1) {
    animation-delay: 2s;
    left: 64vw;
    top: 39vh;
    border-color: #ffffd5;
}

.point .background li:nth-child(2) {
    animation-delay: 4s;
    left: 22vw;
    top: 80vh;
    border-color: #ffffd5;
}

.point .background li:nth-child(3) {
    animation-delay: 6s;
    left: 78vw;
    top: 64vh;
    border-color: #ffffd5;
}

.point .background li:nth-child(4) {
    animation-delay: 8s;
    left: 7vw;
    top: 24vh;
}

.point .background li:nth-child(5) {
    animation-delay: 10s;
    left: 91vw;
    top: 3vh;
}

.point_container {
	position: relative;
	padding: 1.4rem;
	border-radius: 5px;
	margin-bottom: 1.5rem;
	background-color: rgba(255, 255, 255, .8);
}

.point_container h3 {
	position: relative;
	padding: .5rem 2rem .5rem 1rem;
	margin: 1rem auto;
	width: fit-content;
	font-size: 1.3rem;
	text-align: center;
	border-bottom: 3px solid #8DA800;
}

.point_container h3 span {
	display: inline-block;
	position: relative;
	color: #8DA800;
	font-size: 2rem;
	top: .2rem;
	left: 0;
	margin-right: .5rem;
}

.point_container p {
	margin-bottom: 1rem;
}

@media screen and (min-width: 767px) {
	.point,.service,.work,.terms,
	.time,.staff,.flow,.photo {
		max-width: 800px;
		margin: 0 auto;
	}
	.point .inner {
		padding: 3rem;
	}
}

/* service */
.service_container {
	margin: 2rem auto;
}

.service_container .flex_box {
	justify-content: left;
}

.service_container .flex_box picture {
	margin-right: 1rem;
	width: 4rem;
	height: auto;
}

.service_container h3 {
	font-size: 1.1rem;
	font-weight: 550;
}

.service_container h3 span {
	font-size: 1rem;
	font-weight: 500;
}

.service_container p {
	margin: 0.7rem auto 1rem;
    padding: 0 .2rem;
}

.service_img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

@media screen and (min-width: 767px) {
	.service_container .flex_box picture {
		margin: 0 1rem 0 0;
	}
	.service .inner {
		padding: 1rem 5rem;
	}
}

/* work */
.work .inner {
	padding: 1rem;
	background-color: #fcfcfc;
	opacity: 0.8;
	background-image:  linear-gradient(135deg, #dfe1f9 25%, transparent 25%), linear-gradient(225deg, #dfe1f9 25%, transparent 25%), linear-gradient(45deg, #dfe1f9 25%, transparent 25%), linear-gradient(315deg, #dfe1f9 25%, #fcfcfc 25%);
	background-position:  24px 0, 24px 0, 0 0, 0 0;
	background-size: 24px 24px;
	background-repeat: repeat;
}

.work_container {
	position: relative;
	padding: 1.4rem;
	border-radius: 5px;
	margin-bottom: 1.5rem;
	background-color: rgba(255, 255, 255, .8);
}

.work_container h3 {
	position: relative;
	padding: 0 2rem .5rem;
	margin: 1rem auto .6rem;
	width: fit-content;
	font-size: 1.3rem;
	text-align: center;
	border-bottom: 3px solid #7582B8;
}

.work_container p {
	text-align: center;
	margin-bottom: .5rem;
}

@media screen and (min-width: 767px) {
	.work .inner {
		padding: 3rem;
	}
}

/* terms */
.terms .inner {
	padding: 0 1rem 1rem;
}
.terms h3 {
	font-size: 1.3rem;
	margin: 2rem auto 1rem;
}

.terms p {
	margin-bottom: .5rem;
}

.terms .indent {
	text-indent: -1rem;
	margin-left: 1rem;
}

.terms .note {
	padding: 1rem;
	border:  2px solid #8DA800;
	border-radius: 5px;
}

@media screen and (min-width: 767px) {
	.terms .inner {
		padding: 0 3rem 3rem;
	}
}

/* time */
.time {
	position: relative;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.time .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #FFF8E8;
    overflow: hidden;
	z-index: -1;
}
.time .background li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 19s linear infinite;
}

.time .background li:nth-child(0) {
    left: 47%;
    width: 138px;
    height: 138px;
    bottom: -138px;
    animation-delay: 1s;
}
.time .background li:nth-child(1) {
    left: 80%;
    width: 141px;
    height: 141px;
    bottom: -141px;
    animation-delay: 2s;
}
.time .background li:nth-child(2) {
    left: 7%;
    width: 104px;
    height: 104px;
    bottom: -104px;
    animation-delay: 2s;
}
.time .background li:nth-child(3) {
    left: 68%;
    width: 107px;
    height: 107px;
    bottom: -107px;
    animation-delay: 5s;
}
.time .background li:nth-child(4) {
    left: 70%;
    width: 136px;
    height: 136px;
    bottom: -136px;
    animation-delay: 6s;
}
.time .background li:nth-child(5) {
    left: 77%;
    width: 175px;
    height: 175px;
    bottom: -175px;
    animation-delay: 6s;
}
.time .background li:nth-child(6) {
    left: 67%;
    width: 101px;
    height: 101px;
    bottom: -101px;
    animation-delay: 30s;
}
.time .background li:nth-child(7) {
    left: 64%;
    width: 144px;
    height: 144px;
    bottom: -144px;
    animation-delay: 9s;
}
.time .background li:nth-child(8) {
    left: 57%;
    width: 177px;
    height: 177px;
    bottom: -177px;
    animation-delay: 39s;
}
.time .background li:nth-child(9) {
    left: 28%;
    width: 131px;
    height: 131px;
    bottom: -131px;
    animation-delay: 34s;
}
.time table {
	margin: 1rem auto 0;
	text-align: center;
	border: 3px solid #DAA520;
	border-radius: 5px;
	width: 100%;
}
.time table tr {
	padding: .5rem;
}
.time table tr:nth-child(odd) {
	background-color: #FFF8E8;
}
.time table tr:nth-child(even) {
	background-color: #fff;
}
.time table th{
	font-weight: normal;
	padding: 1rem 1rem 1rem 2rem;
	width: 40%;
}
.time table td {
	text-align: left;
	padding: 1rem 0;
}
.time .note {
	font-size: .8rem;
	margin: .1rem auto 1rem;
}
.time p {
	text-align: center;
	margin: .1rem auto 1rem;
}

@media screen and (min-width: 767px) {
	.time .inner {
		padding: 0 3rem;
	}
}

/* staff */
.staff .inner {
	padding: 1rem;
	background-color: #fcfcfc;
	opacity: 0.8;
	background-image:  linear-gradient(30deg, #dfe1f9 12%, transparent 12.5%, transparent 87%, #dfe1f9 87.5%, #dfe1f9), linear-gradient(150deg, #dfe1f9 12%, transparent 12.5%, transparent 87%, #dfe1f9 87.5%, #dfe1f9), linear-gradient(30deg, #dfe1f9 12%, transparent 12.5%, transparent 87%, #dfe1f9 87.5%, #dfe1f9), linear-gradient(150deg, #dfe1f9 12%, transparent 12.5%, transparent 87%, #dfe1f9 87.5%, #dfe1f9), linear-gradient(60deg, #dfe1f977 25%, transparent 25.5%, transparent 75%, #dfe1f977 75%, #dfe1f977), linear-gradient(60deg, #dfe1f977 25%, transparent 25.5%, transparent 75%, #dfe1f977 75%, #dfe1f977);
	background-size: 24px 42px;
	background-position: 0 0, 0 0, 12px 21px, 12px 21px, 0 0, 12px 21px;
}

.swiper_staff {
	overflow: hidden;
}

.staff_container {
	padding: 1rem;
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 5px;
}

.staff_container .name {
	margin: 1rem;
}

.staff_container .name span {
	margin: 0 .2rem;
	font-size: 1.4rem;
	font-weight: 550;
}

.staff_container p.comment {
	text-align: left;
	margin: .5rem auto;
}

.staff_noimage {
	display: block;
	margin: 0 auto;
	width: 10rem;
	height: auto;
}

.staff .swiper-button-next:after,
.staff .swiper-button-prev:after {
	color: #7582B8;
}

.staff .swiper-pagination-bullet-active {
	background-color: #7582B8;
}

@media screen and (min-width: 767px) {
	.staff .inner {
		padding: 3rem;
	}
	.staff_noimage {
		margin: 2rem auto 1rem;
		width: 16rem;
	}
}

/* flow */
.flow .inner {
	padding: 1rem;
}

.flow_container {
	position: relative;
	padding: 2rem;
	background-color: #f8ffd1;
	margin-bottom: 3rem;
	border: 2px solid #8DA800;
}

.flow_container:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -2.3rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 3rem solid transparent;
	border-left: 3rem solid transparent;
	border-top: 1.5rem solid #8DA800;
	border-bottom: 0;
}

.flow_container .num {
	display: block;
	position: absolute;
	font-size: 2.5rem;
	top: .5rem;
	left: .5rem;
	color: #8DA800;
	font-weight: bold;
}

.flow_container h3 {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 1rem;
}

.flow .cta {
	margin: 0 auto;
}

.flow .cta p {
	font-size: .9rem;
}

.flow .cta p.phone_num {
	font-size: 1.3rem;
}

.flow .btn_tel {
	padding: 1.5rem 1.7rem 1.5rem 1.3rem;
}

.flow .btn_tel picture,
.flow .btn_mail picture {
	width: 2.6rem;
}

.flow .btn_mail {
	padding: 1.5rem 1.4rem;
}

@media screen and (min-width: 767px) {
	.flow .inner {
		padding: 3rem;
	}
	.flow .btn_mail {
		padding: 1.5rem 1.7rem 1.5rem 1.4rem;
	}
}

/* access */
.access .inner {
	padding: 1rem;

}

.access p {
	text-align: center;
}

.access p .red {
	color: #B14D44;
}

.access picture {
	display: block;
	margin: 1rem auto;
}

@media screen and (min-width: 767px) {
	.access .inner {
		padding: 3rem;
	}
}

/* photo */
.photo .inner {
	padding: 1rem;
}

.photo .inner picture {
	display: block;
	margin: 1rem auto .3rem;
}

.photo p {
	margin: .3rem auto 1rem;
}

@media screen and (min-width: 767px) {
	.photo .inner {
		padding: 3rem;
	}

	.photo p {
		width: 35rem;
		margin: .5rem auto 1.5rem;
	}
}

/* company */
.company .inner {
	display: block;
	padding: 1rem;
	background-image: url(/template/img/bg_washi_gray.jpg);
	background-position: left;
	background-repeat: repeat;
}

.company table {
	margin: 0 auto;
	width: 100%;
	font-size: .9rem;
}

.company tr {
	border-bottom: 1px solid #999999;
}

.company th,
.company td {
	padding: .5rem;
	font-weight: normal;
}

.company th {
	width: 30%;
	text-align: right;
}
.company td {
	width: 70%;
}

.company picture {
	display: block;
	width: 80%;
	margin: 1rem auto;
}

@media screen and (min-width: 767px) {

}

/* footer */
footer {
	padding: .5rem;
	background-color: #333333;
	color: #fff;
	font-size: .7rem;
	text-align: center;
}