@charset "UTF-8";
/* CSS Document */
/*ALL
--------------------------------------------------*/
body, div, p, b, span, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, ol, table, th, td, form, input, fieldset, figure, a, article, nav, header, footer {
    margin: 0;
    padding: 0;
    /*-webkit-tap-highlight-color:rgba(0, 0, 0, 0);*/
    /*-webkit-touch-callout:none;*/
    box-sizing: border-box;
}
body {
    font-family: 'M PLUS Rounded 1c', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    line-height: 1.4;
    -webkit-text-size-adjust: 100%;
}
body a {
    text-decoration: none;
    color: #666666;
	-webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
fieldset {
    border: none;
}
.wrapper {
    box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.clear {
    clear: both;
}
.clearfix {
    height: 1%;
    overflow: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
a img {
    border: none;
}
a:hover {
    color: #e85414;
}
img {
	max-width:100%;
	height: auto;
}
/*HEADER---------------------------*/
#header {
	background: #fff;
	position: fixed;
	z-index: 9997;
	top: 0;
	left: 0;
	width: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	line-height: 1;
}
#header.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}
#logo {
	width: 40%;
}
/*ハンバーガーボタン*/
#munu_wrp .open_trg {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
}
#munu_wrp .open_trg p {
    position: relative;
    width: 45px;
    height: 45px;
}
#munu_wrp .open_trg span, #munu_wrp .open_trg p:before, #munu_wrp .open_trg p:after {
    position: absolute;
    height: 3px;
    width: 19px;
    border-radius: 2px;
    background: #e85414;
    display: block;
    content: "";
    left: 15px;
    font-size: 0;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
#munu_wrp .open_trg span {
    top: 20px;
    opacity: 1;
}
#munu_wrp.active .open_trg span {
    opacity: 0;
}
#munu_wrp .open_trg p:before {
    top: 12px;
    transform: rotate(0deg);
}
#munu_wrp.active .open_trg p:before {
    transform: rotate(45deg);
    transform-origin: left top;
}
#munu_wrp .open_trg p:after {
    top: 29px;
    transform: rotate(0deg);
}
#munu_wrp.active .open_trg p:after {
    transform: rotate(-45deg);
    transform-origin: left bottom;
}
#munu_wrp.active .open_trg p:before, #munu_wrp.active .open_trg p:after {
    width: 25px;
}
#munu_wrp {
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	background: rgba(255,255,255,0);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	text-align: right;
}
#munu_wrp.active {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
}
#munu_wrp .menu_list {
	display: inline-block;
	width: 260px;
	height: 100%;
	background: #fff;
	text-align: left;
	padding: 45px 10px;
}
#munu_wrp .menu_list li {
	list-style: none;
	color: #666;
}
#munu_wrp .menu_list li a {
	display: block;
}
#munu_wrp .menu_list li span {
	display: block;
	font-size: 16px;
	padding: 9px 18px;
	border-bottom: 1px dashed #ccc;
}
#munu_wrp .menu_list .accordion{
	position: relative;
}
#munu_wrp .menu_list .accordion .sub_menu {
	max-height: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	text-align: right;
}
#munu_wrp .menu_list .accordion:hover .sub_menu {
	max-height: 200px;
	height: auto;
}
#munu_wrp .menu_list .sp {
	display: none;
}
/*CONTENTS---------------------------*/
#contents .anchor {
	padding-top: 9.2vw;
	margin-top: -9.2vw
}
/*CONTENTS TITLE*/
#contents_title {
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
#contents_title .text {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#contents_title.active .text {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
}
#contents_title b,#contents_title .sub {
	color: #fff;
	font-weight: normal;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
}
#contents_title .main {
	position: relative;
}
#contents_title .main:before,#contents_title .main:after {
	color: #e85414;
}
#contents_title .main:before {
	content: "「";
}
#contents_title .main:after {
	content: "」";
}
#contents_title .main span {
	display: inline-block;
	margin-right: 0.3em;
}
#contents_title .main span:last-of-type {
	margin: 0;
}
#contents_title .sub {
	display: block;
	font-family: "Sawarabi Mincho";
}
/*SECTION TITLE*/
#contents .sect_title {
	margin-top: 3.2vw;
	text-align: center;
}
#contents .sect_title b,#contents .sect_title span{
	font-weight: normal;
	line-height: 1;
}
#contents .sect_title b:first-letter {
	color: #e85414;
}
#contents .sect_title b {
	display: inline-block;
	font-size: 28px;
	position: relative;
	padding: 0 8px;
}
#contents .sect_title b:after {
	position: absolute;
	display: inline-block;
	content: "";
	background: #6cbf8d;
	bottom: 4px;
	left: 50%;
	height: 3px;
	width: 0%;
	z-index: -1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
#contents .sect_title.active b:after {
	left: 0;
	width: 100%;
}
#contents .sect_title span {
	display: block;
	font-size: 15px;
	color: #888;
}
/*FOOTER---------------------------*/
#footer {
	background-image: url("../images/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #e37c4f;
	color: #fff;
}
#footer li {
	list-style: none;
}
#footer a {
	color: rgba(255,255,255,1);
}
#footer a:hover {
	color: rgba(255,255,255,0.6);
}
#footer .list01 {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
#footer .list01 li {
    width: 33.33%;
    text-align: center;
    border: 1px solid #fff;
}
#footer .list01 li a {
    display: block;
	padding: 10px;
}
#footer .list02 {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    padding: 30px 0 60px 0;
}
#footer .list02 li {
    list-style: none;
    border-right: 2px solid #fff;
	margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1.1;
}
#footer .list02 li a {
	display: block;
}
/*PAGE TOP*/
#pagetop_btn {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 9998;
}
#pagetop_btn a {
    display: inline-block;
    line-height: 1;
}
#pagetop_btn img {
    width: 100%;
}
#pagetop_btn .call{
    display: none;
    float: left;
	background: #e85414;
}
#pagetop_btn .return {
    float: right;
    margin-right: 10px;
	background: #6cbf8d;
}
/*GROUP---------------------------*/
#group {
	background: #e9f3ec;
}
#group .wrapper {
	padding: 0 0 6.4vw 0;
}
#contents #group .sect_title b{
	z-index: 2;
}
#contents #group .sect_title b:after {
	background: #8ad6a1;
	z-index: -1;
}
#group .text {
	width: 320px;
	margin: 0 auto;
	text-align: left;
	padding-top: 30px;
}
#group .summary{
	margin-bottom: 20px;
}
#group .summary li{
	margin-bottom: 10px;
	display: flex;
    flex-wrap: wrap;
}
#group .summary.other li a{
	text-decoration: underline;
	color: #000;
}
#group .summary b,#group .summary span{
	display: inline-block;
}
#group .summary.other b,#group .summary.other span{
	display: block;
	width: 100%;
}
#group .summary b{
	padding-right: 10px;
}
#group .summary aside{
	display: inline-block;
	font-size: 12px;
}
#group .logo_s img{
	width: 90%;
}
#group .list{
	text-align: center;
}
#group .list li {
	margin: 0 10px 10px 10px;
	list-style: none;
	color: #4a6653;
	display: inline-block;
}
#group .list li b {
	display: block;
}
#group .list li span {
	display: inline-block;
	margin-right: 10px;
}

/*MEETSNORE WIDGET---------------------------*/
#meetsmore-widget{
	display: flex;
	justify-content: center;
}
/*LICENSE---------------------------*/
.license_wrp{
	padding: 10px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	box-sizing: border-box;
}
.license_wrp .image{
	width: 50%;
	max-width: 320px;
	padding: 10px 20px;
}
.license_wrp .image img{
	width: 100%;
}
/*MEDIA QUERIES
--------------------------------------------------*/
/*smartphone*/
@media screen and (max-width:599px) {
	body{
		font-size: 15px;
		min-width: 320px;
		max-width: 599px;
	}
	/*HEADER---------------------------*/
	#munu_wrp .menu_list .sp {
		display: block;
	}
	/*CONTENTS---------------------------*/
	/*CONTENTS TITLE*/
	#contents_title .main {
		font-size: 5.7vw;
	}
	#contents_title.sample2 .main {
		width: 60%;
		display: block;
		margin: 0 auto;
		font-size: 10vw;
		position: relative;
	}
	#contents_title.sample2 .main span {
		display: block;
		line-height: 1.2;
	}
	#contents_title.sample2 .main:before,#contents_title.sample2 .main:after {
		position: absolute;
	}
	#contents_title.sample2 .main:before {
		top: -0.3em;
		left: -0.6em;
	}
	#contents_title.sample2 .main:after {
		top: 77%;
		right: -0.6em;
	}
	#contents_title .sub {
		font-size: 5.8vw;
	}
	#contents_title.sample2 .sub{
		font-size: 6vw;
		margin-top: 4vw;
	}
	/*FOOTER---------------------------*/
	#footer {
		padding-bottom: 6.2vw;
	}
	#footer .list02 li {
		width: 33.33%;
		font-size: 2.5vw;
		letter-spacing: -0.08em;
	}
	#footer .list02 li:nth-of-type(3n) {
		border: none;
	}
	/*PAGE TOP*/
	#pagetop_btn {
		bottom: 0;
	}
	#pagetop_btn .call {
		display: block;
		width: 83%;
	}
    #pagetop_btn .return {
		width: 17%;
		margin: 0;
    }
}
/*tablet*/
@media (min-width: 600px) and (max-width: 1022px) {
	body{
		font-size: 15px;
		min-width: 600px;
		max-width: 1022px;
	}
	/*CONTENTS---------------------------*/
	/*CONTENTS TITLE*/
	#contents_title .main {
		font-size: 30px;
	}
	#contents_title .sub {
		font-size: 28px;
	}
	/*FOOTER---------------------------*/
	#footer .list02 {
		padding: 30px 0 11vw 0;
	}
	#footer .list02 li {
		width: 25%;
		font-size: 1.7vw;
	}
	#footer .list02 li:nth-of-type(4n) {
		border: none;
	}
	/*PAGE TOP*/
	#pagetop_btn .return {
		width: 8.4vw;
	}
}
/*PC*/
@media (min-width: 1023px) {
	body{
		font-size: 14px;
		min-width: 1200px;
	}
    .wrapper {
        width: 1200px;
        margin: 0 auto;
    }
	/*HEADER---------------------------*/
	#header {
		min-width: 1200px;
	}
	#header .wrapper:after {
		content: "";
		display: block;
		clear: both;
	}
	#logo {
		width: 240px;
		float: left;
	}
	#munu_wrp,#munu_wrp.active {
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		float: right;
		text-align: right;
		padding-top: 10px;
	}
	#munu_wrp .open_trg {
		display: none;
	}
	#munu_wrp .menu_list {
		width: auto;
		height: auto;
		padding: 0;
		text-align: right;
	}
	#munu_wrp .menu_list li {
		display: inline-block;
		padding: 5px;
	}
	#munu_wrp .menu_list li span {
		display: inline-block;
		font-size: 14px;
		padding: 5px;
		border: none;
	}
	#munu_wrp .menu_list .accordion .sub_menu {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background: rgba(255,171,134,0.3);
		z-index: 9999;
	}
	/*CONTENTS---------------------------*/
	#contents .anchor {
		padding-top: 55px;
		margin-top: -55px;
	}
	/*SECTION TITLE*/
	#contents .sect_title {
		margin-top: 30px;
	}
	/*CONTENTS TITLE*/
	#contents_title {
		background-size: 100% auto;
	}
	#contents_title .main {
		font-size: 42px;
	}
	#contents_title .sub {
		font-size: 26px;
	}
	/*FOOTER---------------------------*/
	#footer .list02 li {
		width: 16.6%;
	}
	#footer .list02 li:nth-of-type(6n) {
		border: none;
	}
	/*PAGE TOP*/
	#pagetop_btn .return {
		width: 60px;
	}
	/*GROUP---------------------------*/
	#group .wrapper{
		padding: 0 0 90px 0;
	}
	#group .text {
		width: 380px;
	}
	/*LICENSE---------------------------*/
	.license_wrp{
		width: 66%;
		margin: 0 auto;
	}
}