<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*==============================
	Foundation
==============================*/
/* Base
-------------------------------*/
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
html{
	font-size: 62.5%;
}
body{
	font-size: 1.6em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1.8;
	overscroll-behavior-y: none;
	-webkit-text-size-adjust: 100%;
}
/* @media (max-width: 768px){
	html{
		font-size: 2.6vw;
	}
} */
@media all and (-ms-high-contrast: none) {
	/* IE游フォントバグ用 */
	body{
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
	}
}
::-moz-selection {
	background-color: #82b348;
	color: #fff;
}
::selection {
	background-color: #82b348;
	color: #fff;
}
*, ::before, ::after {
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img, img[src$=".svg"], svg {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	pointer-events: none;
}
h1, h2, h3, h4, h5, h6,
ul, ol, li,
a,
figcaption,
small {
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
cite, em {
	font-style: normal;
}
.en_txt {
	font-family: "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3 ;
}
.note-mark {
	font-size: 0.1em !important;
	vertical-align: top;
}
.under_line {
	background:linear-gradient(transparent 70%, #c4e89b 0%);
}

/*==============================
	Layout
==============================*/
.l-header{
	background: #fff;
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
}
.l-header_inner{
	align-items: center;
	/* align-items: start; */
	display: flex;
	/* height: 100px; */
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px;
	padding-bottom: 16px;
	max-width: 1000px;
}
.l-header_ttl{
	align-items: center;
	display: flex;
	flex: 1;
	margin-right: 10px;
}
.l-header_ttl-logo{
	display: block;
	max-width: 220px;
	/* width: 220px; */
	background-color: #fff;
}
.l-header_ttl-txt{
	font-size: 1.2em;
	margin: 0 0 0 1em;
	line-height: 1.2;
}

.l-main{
	padding-top: 85px;
}

.l-footer {
	padding-top: 30px;
}
.l-footer_inner{
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px;
	max-width: 1000px;
}
.l-footer_logo{
	align-items: center;
	display: flex;
}
.l-footer_logo li{
	margin: 0 5px;
}
.l-footer_logo li a{
	transition: .3s;
	height: 100%;
	display: block;
}
.l-footer_logo li a:hover{
	opacity: .7;
}
@media (min-width: 769px){
	/* is DESKTOP &amp; TABLET */
	.l-header_btn{
    padding-right: 3.5em!important;
    padding-left: 1.8em!important;
	}
}
@media (max-width: 768px){
	/* is SMARTPHONE */
	/* l-header */
	.l-header_inner{
    height: 77px;
		padding: 11px 17px 8px 24px;
	}
	.l-header_ttl{
		display: block;
		margin-right: 0;
	}
	.l-header_ttl-logo{
		max-width: 155px;
		/* width: 155px; */
		height: 25px;
	}
	.l-header_ttl-logo img {
		max-height: 100%;
	}
	.l-header_ttl-txt{
		font-size: 0.6em;
    margin: 0.5em 0 0;
	}
	/* l-main */
	.l-main{
		/* padding-top: 125px; */
		padding-top: 111px;
	}
	/* l-footer */
	.l-footer_inner{
		display: block;
		padding: 10px;
	}
	.l-footer_copy{
		font-size: 1.2rem;
		text-align: center;
	}
	.l-footer_logo{
		justify-content: center;
		margin-top: 10px;
	}
	.l-footer_logo li{
		flex: 0 0 40px;
	}
}


/*==============================
	Object
==============================*/
/* Component
-------------------------------*/
/* c-btn */
.c-btn{
	color: #1eac4a;
	display: inline-block;
	padding: 0.7em 1.5em 0.7em .5em;
	/* padding: 1.1em 1.5em 1.1em .5em; */
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}
.c-btn:hover{
	border: 2px solid #8ec055;
	background-color: #8ec055;
	color: #fff;
}
.c-btn--outline{
	border: 2px solid #fedc5e;
	background-color: #fedc5e;
	color: #2b2524;
}
.c-btn--outline.is-color{
	background-color: #1eac4a;
	color: #fff;
}
.c-btn--outline.is-color:hover{
	background-color: #fff;
	color: #1eac4a;
}
.c-btn--outline.is-wht{
	/* border-color: #fff;
	color: #fff; */
}
.c-btn--outline.is-wht:hover{
	background-color: #8ec055;
	color: #fff;
}
.c-btn_txt{
	font-weight: 900;
}
.btn_arrow {
	width: 1em;
	height: 1em;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 35%;
	right: 0.9em;
	border-radius: 1000px;
}
.btn_arrow::before {
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	display: block;
	height: .45em;
	margin-left: .5em;
	position: absolute;
	top: 50%;
	right: .2em;
	transform: rotate(45deg);
	transform-origin: top right;
	width: .45em;
	color: #2b2524;
}

.c-btn:hover .c-btn_txt .btn_arrow::before {
	color: #82b348;
	transition: .3s;
}

.btn-phone {
	/* padding: 0.1em 1em !important; */
	padding: 0.5em 1em 0.3em !important;
	margin-right: 0.8em;
	background-color: #fff;
	border-width: 1px;
	border-color: #76952f;
}
.btn-phone:hover {
	background-color: #fff;
	border-color: #3a3331;
	border-width: 1px;
}
.btn-phone .c-btn_txt {
	display: block;
	font-size: 1em;
	line-height: 1;
	color: #8ec055;
}
.btn-phone .c-btn_txt .en_txt {
	font-size: 1.2em;
	font-weight: 600;
	display: block;
}


/* c-info */
.c-info{
	display: flex;
	flex-direction: row-reverse;
}
.c-info_img{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	flex: 1 0 50%;
	position: relative;
}
.c-info_img--l{
	order: 1;
}
.c-info_img--r{
	order: 2;
}
.c-info_img::before{
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.c-info_img img{
	position: absolute;
	top: 0;
	left: 0;
}
.c-info_note{
	align-items: center;
	display: flex;
	flex: 1 0 50%;
}
.c-info_note--l{
	order: 1;
	justify-content: flex-start;
}
.c-info_note--r{
	order: 2;
	justify-content: flex-end;
}
.c-info_note-inner{
	padding: 74px 38px;
	flex: 0 1 545px;
}
.c-info_note-ttl{
	font-size: 2.8rem;
	margin-bottom: 28px;
}
.c-info_note-ttl .is-en{
	font-family: serif;
	font-style: italic;
	margin-bottom: .5em;
}
.c-info_note-inner p {
	font-size: 1.4em;
}
.c-info_note-ttl .is-ja{
	color: #82b348;
	/* letter-spacing: 2px; */
}
.c-info_note-ttl .is-sml{
	font-size: 1.8rem;
}
.c-info_note-inner small {
	padding-top: 26px;
	max-width: 400px;
}
.c-info_att{
	/* color: rgba(0,0,0,.3); */
	color: #a8a8a8;
	display: block;
	font-size: .8em;
}

/* c-list */
.c-list&gt;li{
	margin-top: .5em;
}
.c-list--disc li{
	list-style: disc;
	margin-left: 1.3em;
}
.c-list--circle li{
	display: inline-block;
	padding-left: 1.3em;
	position: relative;
}
.c-list--circle li::before{
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: .8em;
	position: absolute;
	top: .35em;
	left: .25em;
	width: .8em;
}
.c-list--circle.is-green li::before{
	background-color: #1eac4a;
}

/* c-grid */
.c-grid{

}
.c-grid_row{
	display: flex;
}
.c-grid_cell{
	flex: 1;
}

/* c-popup */
.c-popup{
	margin: 0 auto;
	text-align: center;
}
.c-popup_inner{
	background: #fff;
	display: inline-block;
	text-align: left;
	max-width: 100%;
}
.c-popup_head{
	background: #1eac4a;
	color: #fff;
	display: flex;
	font-size: 2.0rem;
}
.c-popup_ttl{
	padding: .5em 0 .5em 20px;
}
.c-popup_close{
	height: auto;
	margin-left: auto;
	padding: .5em;
	position: relative;
	width: 2em;
}
.c-popup_close::before,
.c-popup_close::after{
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - .5em);
	width: 1em;
}
.c-popup_close::before{
	transform: rotate(45deg);
}
.c-popup_close::after{
	transform: rotate(-45deg);
}
.c-popup_content{
	background: #fffaec;
	color: #714811;
	padding: 40px;
}
.c-popup_content img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media (max-width: 768px){
	/* is SMARTPHONE */
	/* c-info */
	.c-info{
		display: block;
	}
	.c-info_img::before{
		height: 65vw;
		position: static;
	}
	.c-info_note{
		display: block;
	}
	.c-info_note-inner{
    text-align: left;
		padding: 40px 20px !important;
	}
	.p-practice .c-info_note-inner{
    text-align: center;
    padding-bottom: 0 !important;
	}
	.c-info_note-ttl{
		font-size: 2.4rem;
	}
	.c-info_note-ttl .is-sml{
		font-size: 1.8rem;
	}
	/* c-popup */
	.c-popup_content{
		padding: 20px;
	}
	.c-popup_content img{
		width: auto;
		max-width: inherit;
	}
	.c-popup_content .c-grid_row{
		display: block;
	}
	.c-btn--outline {
    padding-right: 35px;
    text-align: left;
    padding: 0.2em 2em 0.2em 1em;
    font-size: 0.8em;
    line-height: 1.2;
	}
	.btn-phone {
		width: 100%;
    margin-right: 0;
		background-color: #82b348;
		border: none;
		text-align: center;
    padding: 0.7em 1em 0.4em !important;
	}
	.btn-phone:hover {
		width: 100%;
    margin-right: 0;
		background-color: #82b348;
		border: none;
		text-align: center;
	}
	.btn-phone .c-btn_txt {
		color: #fff ;
		/* font-size: 0.8em; */
    font-size: 1em;
	}
	.btn-phone .c-btn_txt .en_txt {
    padding: 0 5px;
    display: inline-block;
    font-size: 1.5em;
	}
	.btn_arrow {
    right: 0.5em;
	}
	.l-header {
		border-bottom: none;
	}

	.p-hero_ttl picture {
		width: 100% !important;
	}
}

/* Project
-------------------------------*/
.p-hero{
	overflow: hidden;
}
.p-hero_ttl{
	/* background: url(../img/hero_img-pc.jpg) 50% 50% no-repeat;*/
	background-size: cover;
	position: relative;
	text-align: center;
}
.p-hero_ttl picture {
	display: block;
	margin: 0 auto;
	position: relative;
}

.p-hero_slider:not(.slick-initialized){
	display: none;
}
.p-hero_slider.slick-initialized{
	display: block;
	line-height: 0;
}
.p-hero_slides{
	max-width: 200px;
}

/* p-about */
.p-about_img{
	background-image: url(../img/img_about.jpg);
}
.p-about_detail{
	background: #1eac4a;
	color: #fff;
	padding: 40px 0;
}
/*..p-about_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1000px;
}
.p-about_list&gt;li{
	background-position: right 50%;
	background-repeat: no-repeat;
	background-size: contain;
	flex: 1;
	flex-basis: calc((100% / 3) - 40px);
	padding: 20px;
	position: relative;
}*/
/*.p-about_list&gt;li.is-1{
	background-image: url(../img/about_list-01.png);/*
}
.p-about_list&gt;li.is-2{
	background-image: url(../img/about_list-02.png);
}
.p-about_list&gt;li.is-3{
	background-image: url(../img/about_list-03.png);
}
.p-about_list&gt;li.is-4{
	background-image: url(../img/about_list-04.png);
}
.p-about_list&gt;li.is-5{
	background-image: url(../img/about_list-05.png);
}
.p-about_list&gt;li.is-6{
	background-image: url(../img/about_list-06.png);
}
.p-about_list-ttl{
	font-size: 1.8rem;
}*/

/* p-flow */
.p-flow_img{
	background-image: url(../img/img_flow.jpg);
}

.p-flow_btn{
	display: flex;
	flex-wrap: nowrap;
	margin: 20px -10px;
}
.p-flow_btn a{
	margin: 5px;
	border-radius: 1000px;
	position: relative;
	min-width: 130px;
	min-height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	padding-bottom: 30px;
	border: 2px solid #d36200;
	background-color: #f37e1a;
}
.p-flow_btn a:hover {
	border-color: #6e9242;
	background-color: #82b348;
}
.p-flow_btn a .c-btn_txt {
	display: block;
	text-align: center;
}
.p-flow_btn a .btn_arrow {
	top: auto;
	bottom: 13%;
	right: 44%;
}
.p-flow_btn a .btn_arrow::before {
	border-top: none;
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	right: 0.15em;
	top: 45%;
	border-color: #f37e1a;
	transition: .3s;
}
.p-flow_btn a:hover .btn_arrow::before {
	border-color: #82b348;
	transition: .3s;
}


/* p-reason */
.p-reason{
	background-color: #82b348;
}
.p-reason_inner{
	margin: 0 auto;
	padding: 15px 20px 57px;
	max-width: 1000px;
}
.p-reason small {
	text-align: end;
	padding: 10px 0;
	color: #fff;
}
.p-reason_header{
	color: #fff;
	font-weight: 900;
	text-align: center;
}
.p-reason_header-ttl{
	font-size: 2.5rem;
}
.p-reason_header-ttl span{
	line-height: 1;
}
.p-reason_header-desc{
	font-size: 3.9rem;
	line-height: 0.8;
	margin: 0.9em 0 0.8em;
	letter-spacing: -0.5px;
	padding-left: 6px;
}
.point_dot {
	position: relative;
	top: 0;
	left: 0;
}
.point_dot::before {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: -9px;
	left: 15px;
}
.p-reason_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.p-reason_list&gt;li{
	background: rgba(255,255,255,.9);
	border-top: 4px solid #fedc5e;
	flex: 1;
	margin: 10px 20px;
	padding: 36px 25px;
}
.p-reason_list-ttl{
	color: #000;
	font-family: HiraKakuProN-W3;
	font-weight: normal;
	font-size: 2.5rem;
	/* margin-bottom: .5em; */
	text-align: center;
}

/*.p-reason_list li {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.p-reason_list li:nth-child(1){
	background-image: url(../img/about_list-01.jpg);
}
.p-reason_list li:nth-child(2){
	background-image: url(../img/about_list-02.jpg);
}
.p-reason_list li:nth-child(3){
	background-image: url(../img/about_list-03.jpg);
}*/


/* p-deliver */
.p-deliver_img{
	background-image: url(../img/img_deliver.jpg);
}
.p-deliver .c-info_note-inner {
	padding: 74px 50px 91px 74px;
}
.p-deliver .c-info_note-ttl {
	margin-bottom: 28px;
}
.p-deliver_btn a {
	padding: 10px;
	margin: 15px;
	margin-left: -10px;
}
.p-deliver_btn a:hover {
	background-color: transparent;
}

/* p-protect */
.p-protect_img{
	background-image: url(../img/img_protect.jpg);
}
.p-protect .c-info_note-inner {
	padding: 74px 60px 197px 38px;
	letter-spacing: 1px;
}
.p-protect_img img {
	top: auto;
	left: auto;
	bottom: 10% !important;
	right: 0% !important;
}
.p-protect_btn{
	display: flex;
	flex-wrap: wrap;
	margin: 40px -10px 0;
}
.p-protect_btn a{
	background-position: right 50%;
	background-repeat: no-repeat;
	background-size: cover;
	flex: 1;
	margin: 0 10px;
}
.p-protect .point {
	background-color: #82b348;
	border: 1px solid #6e9242;
	padding: 15px 10px;
}
.p-protect .point ul li {
	padding: 3px 0;
	color: #fff;
	font-size: 18px;
}
.p-protect small {
	padding-top: 34px;
	font-size: 0.9em;
}

/* p-system */
.p-system{
	background: #f6f6f6;
}
.p-system_inner{
	margin: 0 auto;
	padding: 50px 20px;
	max-width: 1000px;
}
.p-system_box-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.p-system_box{
	background: #fff;
	border: 1px solid #749d44;
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
}
.p-system_box-init{
	flex: 1;
	margin: 30px;
}
.p-system small {
	margin-top: 10px;
}
.is-col0 {
	width: 100%;
	justify-content: center;
	padding: 20px 0;
	background-color: #82b348;
	border-color: #749d44;
}
.is-col0 h2 {
	margin: 0;
	color: #fff;
	font-weight: normal;
}
.p-system .col2 .p-system_box-init {
	flex: auto !important;
	margin-bottom: 20px;
}
.p-system .col2 .p-system_box-init:nth-child(2) {
	margin-top: 0;
	margin-bottom: 30px;
}
.p-system .col2 .point ul li span {
	color: #82b348;
}
.p-system_box-init small {
	padding: 5px 15px;
	text-align: left;
}

/* p-support */
.p-support{
	background-position: 50% 50%, left top;
	background-repeat: no-repeat, repeat;
	background-size: cover, auto auto;
}
.p-support_inner{
	margin: 0 auto;
	padding: 60px 20px 30px;
	max-width: 1000px;
}
.p-support_ttl{
	color: #f37e1a;
	font-size: 2.8rem;
	text-align: center;
}
.p-support_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.p-support_list li{
	background-color: #fff;
	padding: 20px;
}
.p-support_list&gt;li{
	flex: 1;
	margin: 40px 10px;
}
.p-support_list-ttl{
	color: #82b348;
	font-size: 1.8rem;
}
.p-support_list .u-align--c img {
	min-height: 140px;
}
.p-support_end{
	background: #fff;
	padding: 35px 80px;
}
.p-support_end .p-support_list-ttl{
	text-align: center;
}
.p-support_list-ttl span {
	color: #000;
	font-weight: normal;
}
.p-support .title {
	text-align: center;
	background-color: #f37e1a;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0;
}
.p-support_end {
	text-align: center;
}
.p-support_end ul {
	text-align: left;
}
.p-support_end img {
	padding: 20px 0 0;
}
.to-top {
	padding: 20px 0 0;
	text-align: end;
}
.to-top a {
	display: inline-block;
	color: #f37e1a;
	font-size: 1.2em;
}

/* practice */
.p-practice .c-info {
	flex-direction: initial;
}
.p-practice .c-info_note-inner {
	padding: 40px 38px 34px;
}
.p-practice_img{
	background-image: url(../img/img_practice.jpg);
}
.p-practice_img img {
	left: auto !important;
	top: 0% !important;
	right: 0% !important;
}
.p-practice .c-info .c-info_note--r {
	justify-content: initial;
}

/* p-worry  */
.p-worry_inner {
	margin: 0 auto;
	padding: 51px 20px 60px;
	max-width: 1000px;
}
.p-worry_header {
	color: #8ec055;
	font-weight: 900;
	text-align: center;
}
.p-worry_header h2 {
	font-size: 2.25em;
}
.p-worry_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.p-worry_list .worry {
	text-align: center;
	width: 284px;
	height: 154px;
	border: 1px solid #99c666;
	margin: 0 10px;
	margin-top: 34px;
	position: relative;
}
.p-worry_list .worry:nth-child(4),
.p-worry_list .worry:nth-child(5),
.p-worry_list .worry:nth-child(6) {
	margin-top: 61px;
}
.p-worry_list .worry:nth-child(3)::after {
	content: '\203B\571F\66DC\7D0D\54C1\306F\5225\9014\76F8\8AC7\53EF';
	color: #a8a8a8;
	display: block;
	font-size: .8em;
	position: absolute;
	bottom: -28px;
	right: -4px;
}
.p-worry_list .worry h3 {
	font-size: 1.5em;
	color: #fff;
	letter-spacing: -0.5px;
	padding: 8px 0;
	background-color: #8ec055;
}
.p-worry_list .worry:nth-child(4) h3,
.p-worry_list .worry:nth-child(5) h3,
.p-worry_list .worry:nth-child(6) h3 {
	font-size: 1.35em;
	padding: 10px 0;
}
.p-worry_list .worry p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	height: 100px;
	/* padding: 0 30px 0 40px; */
}
.p-worry_list .worry span {
	font-size: 1.1em;
	line-height: 1.5;
}


/* p-contact */
.p-contact{
	/* background-color: #82b348; */
	background-color: #fdfcef;
	background-image: url(../img/cv_bg_right.png),url(../img/cv_bg_left.png);
	background-repeat: no-repeat;
	background-position: right, left;
	background-size: cover;
	color: #fff;
	padding-top: 58px;
}
.p-contact_inner{
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 20px 20px 44px;
	max-width: 1000px;
}
.p-contact_inner .sub_tit p {
	color:#76952f;
	font-size: 1.7em;
	padding: 14px 0;
	letter-spacing: -0.5px;
	font-weight: bold;
	text-align: center;
}
.p-contact_inner .sub_tit p::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 45px;
	background-image: url(../img/sub_tit_d.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-right: 25px;
}
.p-contact_inner .sub_tit p::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 45px;
	background-image: url(../img/sub_tit_d.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
	-moz-transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	transform:rotateY(180deg);
}
.p-contact_init{
	flex: 1;
	padding: 10px;
}
.p-contact_note {
	/* max-width: 1000px; */
	padding: 17px 0;
	color: #231815;
	text-align: center;
	margin: 0 auto;background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.p-contact_note h3 {
	font-size: 1.6em;
}
.p-contact_header{
	text-align: center;
	font-size: 120%;
}
.p-contact_header div {
	padding: 10px 0;
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3;
}
.p-contact_btn,
.p-contact_btn:hover {
	border-width: 4px;
	display: block;
	font-size: 3.2rem;
	background-color: #fedc5e !important;
	border-color: #fedc5e !important;
	box-shadow: 8px 8px rgba(0,0,0,0.3);
	transform: translate(-3px,-3px);
	color: #2b2524 !important;
	border-radius: 4px;
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3;
	padding: 0.35em 3.7em;
}
.p-contact_btn::after {
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
	content: "";
	display: block;
	height: .5em;
	margin-left: .5em;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: rotate(45deg);
	transform-origin: top right;
	width: 0.5em;
	color:#2b2524;
	display: none;
}

/* p-bnr */
.p-bnr{
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	transition: .3s;
}
.p-bnr:hover{
	opacity: .7;
}

@media (min-width: 769px){
	/* is DESKTOP &amp; TABLET */
	/* p-hero */
	.p-hero_ttl{
		background: url(../img/hero_bg-pc.jpg) 50% 0 no-repeat;
		background-size: cover;
	}
	/* p-about */
	.p-about_list&gt;li:not(:nth-child(3n))::after{
		background: rgba(255,255,255,.3);
		content: "";
		display: block;
		position: absolute;
		top: 10px;
		bottom: 10px;
		right: 0;
		width: 1px;
	}
	.p-about_list&gt;li:nth-child(3)~li::before{
		background: rgba(255,255,255,.3);
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 10px;
		left: 10px;
		height: 1px;
	}
	/* p-support */
	.p-support{
		background-image: url(../img/support_bg-pc.png), url(../img/support_bg-rpt.jpg);
	}
}
@media (max-width: 768px){
	/* is SMARTPHONE */
	/* p-about */
	.p-about_detail{
		padding: 20px 0;
	}

	.p-hero picture img {
		width: 100%;
	}
	.p-about_list&gt;li{
		flex-basis: calc((100% / 2) - 40px);
	}
	.p-about_list&gt;li:not(:nth-child(2n))::after{
		background: rgba(255,255,255,.3);
		content: "";
		display: block;
		position: absolute;
		top: 10px;
		bottom: 10px;
		right: 0;
		width: 1px;
	}
	.p-about_list&gt;li:nth-child(2)~li::before{
		background: rgba(255,255,255,.3);
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 10px;
		left: 10px;
		height: 1px;
	}
	/* p-flow */
	.p-flow_img{
		background-position: top center;
	}
	/* p-reason */
	.p-reason_header-ttl{
		font-size: 5.5vw;
	}
	.p-reason_header-desc{
		/* font-size: 2.3rem; */
		line-height: 2;
    margin: 1vw 0 0.8vw;
    /* text-align: left; */
	}
	.p-reason_inner {
		padding-bottom: 6vw;
	}
	.p-reason_list{
		display: block;
	}
	.p-reason_list-ttl{
		font-size: 1.8rem;
	}
	.p-deliver_btn {
		display: flex;
	}
	.p-deliver_btn a {
    margin: 15px 3px;
	}
	.p-flow_btn {
    flex-direction: column;
}
	.p-flow_btn a {
		border-radius: 0;
		min-height: auto;
		padding: 20px 0 50px;
    font-size: 18px;
	}
	.p-flow_btn a .btn_arrow {
    bottom: 20%;
    right: 47%;
}

	/* p-system */
	.p-system_box-wrap{
		/* display: block; */
	}
	.p-system_box{
		/* display: block; */
	}
	.is-col0 {
		padding: 20px;
	}
	.is-col0 h2 {
		font-size: 1.2em;
	}
	.p-system_box-init{
		margin: 20px;
	}
	.p-system_box-init.u-align--c {
		margin-top: 0;
	}
	.p-system_btn{
		text-align: center;
	}
	.p-system_box-init small {
    padding: 5px 0;
}

.p-system_box.is-col1{
	flex-basis: 100%;
	flex-direction: column;
}
	/* p-support */
	.p-support{
		background-image: url(../img/support_bg-sp.png), url(../img/support_bg-rpt.jpg);
	}
	.p-support_inner{
		padding: 50px 20px;
	}
	.p-support_ttl{
		font-size: 2.4rem;
	}
	.p-support_list{
		display: block;
	}
	.p-support_end {
    padding: 20px;
}
	.p-support_end  ul li {
		padding-bottom: 0.3em;
	}

	/* p-contact */
	.p-contact_inner{
		display: block;
		padding: 0px 20px 30px;
	}
	.p-contact_btn,
	.p-contact_btn:hover {
    font-size: 4.3vw;
    padding: 0.4em 0.6em 0.3em;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
    box-shadow: 2px 5px rgba(0,0,0,0.3);
	}
	.p-contact_note {
		max-width: 90%;
	}
	.p-contact_note h3 {
    /* font-size: 0.8em; */
    font-size: 3.5vw;
    /* text-align: left; */
	}
	.p-contact_btn::after {
    right: 0.3em;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
	}
	.p-contact_inner .sub_tit p {
		font-size: 4vw;
    position: relative;
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 9px;
	}
	.p-contact_inner .sub_tit p::before,
	.p-contact_inner .sub_tit p::after {
		position: absolute;
    bottom: 14%;
    background-size: 40%;
    background-position-x: center;
    background-position-y: bottom;
	}
	.p-contact_inner .sub_tit p::before {
		left: 9%;
    transform: rotate(-7deg);
	}
	.p-contact_inner .sub_tit p::after {
    right: 11%;
    background-size: 64%;
    transform: rotate(34deg);
	}
	.p-contact .p-contact_inner header div {
    font-size: 1.5em;
	}
	.p-worry_header h2 {
    font-size: 5.5vw;
	}
	.p-worry_list .worry {
		height: auto;
		margin-top: 40px !important;
	}
	.p-contact_init {
		padding: 6px;
	}

	.p-contact {
		background-color: #fdfcef;
		background-image: url(../img/cv_sp_bg_right.png),url(../img/cv_sp_bg_left.png);
		background-repeat: no-repeat;
		background-position: right, left;
    padding-top: 20px;
	}
	.point_dot::before {
		left: 10px;
	}

	.note-mark {
		font-size: 0.7em !important;
	}
	/* p-bnr */
	.p-bnr{
		left: 20px;
	}
}

@media (min-width: 769px) and (max-width: 820px) {
	.btn-phone {
    padding: 0.5em 0.6em !important;
	}
	.btn-phone .c-btn_txt {
    font-size: 0.8em;
	}
	.btn-phone .c-btn_txt .en_txt {
    /* padding-top: 10px; */
	}
	.p-contact_btn {
    padding: 0.35em 3em 0.35em 3em;
	}


}
/* Utility
-------------------------------*/
/* bg */
.u-bg--wht{background: #fff;}
/* color */
.u-color--green{color: #1eac4a;}
/* line-height */
.u-lh--1{line-height: 1;}
.u-lh--15{line-height: 1.5;}
/* font */
.u-font--bold{
	font-weight: 900;
}
.u-font--sml{
	font-size: .875em;
}
.u-font--xsml{
	font-size: .65em;
}
.u-font--lrg{
	font-size: 1.2em;
}
.u-font--xlrg{
	font-size: 1.4em;
}
.u-font--xxlrg{
	font-size: 2em;
}
/* overflow */
.u-overflow--x{
	overflow-x: auto;
}
.u-overflow--y{
	overflow-y: auto;
}
/* align */
.u-align--l{text-align: left;}
.u-align--c{text-align: center;}
.u-align--r{text-align: right;}
/* valign */
.u-valign--t{vertical-align: top;}
.u-valign--m{vertical-align: middle;}
.u-valign--b{vertical-align: bottom;}
/* margin */
.u-mg--0{margin:0!important}
.u-mg--5{margin:5px!important}
.u-mg--10{margin:10px!important}
.u-mg--15{margin:15px!important}
.u-mg--20{margin:20px!important}
.u-mg--25{margin:25px!important}
.u-mg--30{margin:30px!important}
.u-mg--35{margin:35px!important}
.u-mg--40{margin:40px!important}
.u-mg--45{margin:45px!important}
.u-mg--50{margin:50px!important}
.u-mgt--0{margin-top:0!important}
.u-mgt--5{margin-top:5px!important}
.u-mgt--10{margin-top:10px!important}
.u-mgt--15{margin-top:15px!important}
.u-mgt--20{margin-top:20px!important}
.u-mgt--25{margin-top:25px!important}
.u-mgt--30{margin-top:30px!important}
.u-mgt--35{margin-top:35px!important}
.u-mgt--40{margin-top:40px!important}
.u-mgt--45{margin-top:45px!important}
.u-mgt--50{margin-top:50px!important}
.u-mgr--0{margin-right:0!important}
.u-mgr--5{margin-right:5px!important}
.u-mgr--10{margin-right:10px!important}
.u-mgr--15{margin-right:15px!important}
.u-mgr--20{margin-right:20px!important}
.u-mgr--25{margin-right:25px!important}
.u-mgr--30{margin-right:30px!important}
.u-mgr--35{margin-right:35px!important}
.u-mgr--40{margin-right:40px!important}
.u-mgr--45{margin-right:45px!important}
.u-mgr--50{margin-right:50px!important}
.u-mgb--0{margin-bottom:0!important}
.u-mgb--5{margin-bottom:5px!important}
.u-mgb--10{margin-bottom:10px!important}
.u-mgb--15{margin-bottom:15px!important}
.u-mgb--20{margin-bottom:20px!important}
.u-mgb--25{margin-bottom:25px!important}
.u-mgb--30{margin-bottom:30px!important}
.u-mgb--35{margin-bottom:35px!important}
.u-mgb--40{margin-bottom:40px!important}
.u-mgb--45{margin-bottom:45px!important}
.u-mgb--50{margin-bottom:50px!important}
.u-mgl--0{margin-left:0!important}
.u-mgl--5{margin-left:5px!important}
.u-mgl--10{margin-left:10px!important}
.u-mgl--15{margin-left:15px!important}
.u-mgl--20{margin-left:20px!important}
.u-mgl--25{margin-left:25px!important}
.u-mgl--30{margin-left:30px!important}
.u-mgl--35{margin-left:35px!important}
.u-mgl--40{margin-left:40px!important}
.u-mgl--45{margin-left:45px!important}
.u-mgl--50{margin-left:50px!important}
/* padding */
.u-pd--0{padding:0!important}
.u-pd--5{padding:5px!important}
.u-pd--10{padding:10px!important}
.u-pd--15{padding:15px!important}
.u-pd--20{padding:20px!important}
.u-pd--25{padding:25px!important}
.u-pd--30{padding:30px!important}
.u-pd--35{padding:35px!important}
.u-pd--40{padding:40px!important}
.u-pd--45{padding:45px!important}
.u-pd--50{padding:50px!important}
.u-pdt--0{padding-top:0!important}
.u-pdt--5{padding-top:5px!important}
.u-pdt--10{padding-top:10px!important}
.u-pdt--15{padding-top:15px!important}
.u-pdt--20{padding-top:20px!important}
.u-pdt--25{padding-top:25px!important}
.u-pdt--30{padding-top:30px!important}
.u-pdt--35{padding-top:35px!important}
.u-pdt--40{padding-top:40px!important}
.u-pdt--45{padding-top:45px!important}
.u-pdt--50{padding-top:50px!important}
.u-pdr--0{padding-right:0!important}
.u-pdr--5{padding-right:5px!important}
.u-pdr--10{padding-right:10px!important}
.u-pdr--15{padding-right:15px!important}
.u-pdr--20{padding-right:20px!important}
.u-pdr--25{padding-right:25px!important}
.u-pdr--30{padding-right:30px!important}
.u-pdr--35{padding-right:35px!important}
.u-pdr--40{padding-right:40px!important}
.u-pdr--45{padding-right:45px!important}
.u-pdr--50{padding-right:50px!important}
.u-pdb--0{padding-bottom:0!important}
.u-pdb--5{padding-bottom:5px!important}
.u-pdb--10{padding-bottom:10px!important}
.u-pdb--15{padding-bottom:15px!important}
.u-pdb--20{padding-bottom:20px!important}
.u-pdb--25{padding-bottom:25px!important}
.u-pdb--30{padding-bottom:30px!important}
.u-pdb--35{padding-bottom:35px!important}
.u-pdb--40{padding-bottom:40px!important}
.u-pdb--45{padding-bottom:45px!important}
.u-pdb--50{padding-bottom:50px!important}
.u-pdl--0{padding-left:0!important}
.u-pdl--5{padding-left:5px!important}
.u-pdl--10{padding-left:10px!important}
.u-pdl--15{padding-left:15px!important}
.u-pdl--20{padding-left:20px!important}
.u-pdl--25{padding-left:25px!important}
.u-pdl--30{padding-left:30px!important}
.u-pdl--35{padding-left:35px!important}
.u-pdl--40{padding-left:40px!important}
.u-pdl--45{padding-left:45px!important}
.u-pdl--50{padding-left:50px!important}
/* display */
.u-display--block{
	display: block;
}
@media (min-width: 769px){
	/* is DESKTOP &amp; TABLET */
	.u-display--sp{
		display: none;
	}
}
@media (max-width: 768px){
	/* is SMARTPHONE */
	.u-display--pc{
		display: none;
	}
}
</pre></body></html>