@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Mukta:500,700');
/*common*/

* {
	box-sizing: border-box;
}
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4rem;
	line-break: normal;
	line-height: 1.7;
	color: #515151;
	background: #f5f5f5;
	width: 100%;
	overflow-x: hidden;
	min-width: 1000px;
}
.bgDot {
	background: url(../img/bg.png) repeat;
	background-size: 12px auto;
}
.en {
	font-family: 'Mukta', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
	letter-spacing: 0.1em;
}
.sp {
	display: none !important;
}
.pc {
	display: block;
}
a {
	text-decoration: none;
	color: #515151;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: top;
}
.color {
	color: #db7e6c;
}
.pattern {
	position: relative;
	background: #000;
}
.pattern:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern.png) repeat;
	background-size: 6px auto;
	z-index: 2;
}
.pattern img {
	opacity: 0.8;
}
.links {
	text-decoration: underline;
}
.links:hover {
	text-decoration: none;
}
.imgWrap .wp-post-image,
.reImg {
	width: 100%;
	height: auto;
}
.reImg02 {
	max-width: 100%;
	height: auto;
}
a:hover img {
	opacity: 0.7;
}
.modP {
	margin-bottom: 1em;
}
.modP:last-child {
	margin-bottom: 0;
}
.nonDisplay {
	margin: 50px 0;
	text-align: center;
}
.nonDisplay p {
	margin-bottom: 1em;
}
.nonDisplay p:last-child {
	margin-bottom: 0;
}
.cntInner {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.bgWhite {
	background: #fff;
	padding: 40px;
}
/*btn*/
.btnA a {
	color: #db7e6c;
	border: 1px solid #db7e6c;
	border-radius: 30px;
	display: block;
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.btnA a:hover {
	background: #db7e6c;
	color: #fff;
	text-decoration: none;
}
.btnB a {
	width: 100%;
	border: 1px solid #db7e6c;
	background: #db7e6c;
	color: #fff;
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.btnB a:hover {
	width: 100%;
	border: 1px solid #db7e6c;
	background: #fff;
	color: #db7e6c;
	text-decoration: none;
}
.btnB a i {
	display: block;
	background: url(../img/ico_arrow_right_01.png) no-repeat;
	background-size: 50px auto;
	width: 50px;
	height: 9px;
	position: absolute;
	top: 25px;
	right: 30px;
}
.btnB a:hover i {
	background: url(../img/ico_arrow_right_02.png) no-repeat;
	background-size: 50px auto;
}
.btnB.isSubColor a:hover i {
	background: url(../img/ico_arrow_right_03.png) no-repeat;
	background-size: 50px auto;
}
.btnB.isSubColor a {
	border: 1px solid #b2d770;
	background: #b2d770;
}
.btnB.isSubColor a:hover {
	width: 100%;
	border: 1px solid #b2d770;
	background: #fff;
	color: #b2d770;
	text-decoration: none;
}
.sizeS.btnB {
	width: 500px;
	margin: 0 auto;
}
.sizeXs.btnB {
	width: 300px;
	margin: 0 auto;
}
/*ttl*/
.ttlA {
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
.ttlA i {
	font-style: normal;
	color: #db7e6c;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.ttlA i:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #db7e6c;
	vertical-align: middle;
	margin-right: 10px;
}
.ttlA i:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #db7e6c;
	vertical-align: middle;
	margin-left: 10px;
}
.ttlB {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
}
.ttlC {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
}
.ttlD {
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 1px solid #db7e6c;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
}
.ttlD span {
	font-size: 1.8rem;
}
.subTtl {
	color: #db7e6c;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
	line-height: 1.4;
}
.subTtlB {
	background: #db7e6c;
	color: #fff;
	padding: 5px;
	line-height: 1;
	display: inline-block;
	margin: 0 10px 5px 0;
}
/*siteHeader*/
.siteHeader {
	width: 100%;
	min-width: 1000px;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	border-top: 5px solid #db7e6c;
}
.siteHeaderInner {
	position: relative;
	padding-left: 5%;
}
.logo {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
}
/* 追加 ----------------- */
.logo img {
	width:200px;
	height:auto !important;	
}
@media screen and (max-width: 767px) {
.spLogo img {
	width:160px !important;
	height:auto !important;	
}
}
/* /追加 ----------------- */

.logo a {
	display: block;
	line-height: 1;
}
.logo a:hover img {
	opacity: 0.7;
}
.logo img {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
}
.mainNav {
	position: absolute;
	right: 5%;
	top: 0;
}
.mainNav ul {
	display: table;
}
.mainNav li:first-child {
	padding-left: 0;
}
.mainNav li {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	height: 80px;
}
.mainNav li a:hover {
	text-decoration: underline;
}
.mainNav li.navHome,
.mainNav li.navPrivacy,
.mainNav li.navOperate {
	display: none;
}
/*topMain*/
#topMain {
	position: relative;
}
.leadOuter {
	z-index: 9;
	position: absolute;
	width: 100%;
	text-align: center;
/* 	top: 50%; */
		top: 70%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
.leadOuter {
		top: 65% !important;
}
}

.leadInner {
	position: relative;
}
.ticWrap {
	opacity: 0.2;
	margin-top: -300px;
}
.ticWrap > div {
	height: auto !important;
}
.tickerTxt {
	font-size: 20rem;
	color: #fff;
}
#topMain .lead {
	color: #fff;
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.topLatest {
	position: relative;
	z-index: 2;
	width: 1000px;
	margin: -70px auto 0;
	background: #fff;
	padding: 20px;
}
.Badge {
	background: #db7e6c;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	display: block;
	font-style: normal;
}
.tagList li {
	background: #b2d770;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 2px 15px;
	margin-right: 0.5em;
	font-size: 1.2rem;
}
.tagList li:last-child {
	margin-right: 0;
}
.tagList li a {
	color: #fff;
	text-decoration: none;
}
.tagList li a:hover {
	opacity: 0.7;
}
.topLatestWrap .heading {
	font-size: 1.6rem;
	font-weight: bold;
}
.topLatestWrap .tagList {
	width: 100%;
}
.topLatestWrap .tagList + .heading {
	margin-top: 10px;
}
.topLatestWrap .heading a:hover {
	text-decoration: underline;
}
.topLatestWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}
.topLatestWrap > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: start;
	justify-content: start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.topLatestWrap > li:first-child {
	width: 100px;
}
.topLatestWrap > li:nth-child(2) {
	width: 16em;
	padding: 0 20px;
}
.topLatestWrap > li:nth-child(3) {
	flex:1;
	border-left: 1px solid #db7e6c;
	padding-left: 20px;
}
.topLatestWrap > li:last-child {
	width: 250px;
}
.dateWrap {
	color: #db7e6c;
}
.dateWrap time {
	display: block;
	font-size: 1.6rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 3px 0;
	word-break:break-all;
}
/*centerTxt*/
.centerTxt {
	text-align: center;
	position: relative;
}
.centerTxt .txtWrap {
	position: relative;
	z-index: 2;
}
.topMessage .bgCircle {
	position: absolute;
	left: -40px;
	top: -40px;
	z-index: 1;
}
.topConcept .bgCircle {
	position: absolute;
	right: -40px;
	top: -40px;
	z-index: 1;
}
/*cntWidth1000*/
.cntWidth1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/*cntWidth90*/
.cntWidth90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5%;
	position: relative;
}
figcaption .txtInner {
	position: relative;
	padding: 30px;
}
figcaption .txtWrap {
	z-index: 2;
	position: relative;
}
figcaption .bgCircle {
	position: absolute;
	top: -15px;
	left: -30px;
	z-index: 1;
}
.cntWidth90 figcaption {
	width: 45%;
	min-width:600px;
	background: #fff;
}
.cntWidth90 .txtRight figcaption {
	margin-left: calc(105% - 600px);

	margin-top: -15%;
	position: relative;
	z-index: 2;
}
.cntWidth90 .txtLeft figcaption {
	margin-left: -5%;
	margin-top: -15%;
	position: relative;
	z-index: 2;
}
/*flowList*/
.flowList {
	margin-bottom: 120px;
}
.flowList .cntWidth90 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5%;
	position: relative;
}
.flowList .cntWidth90:after {
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	font-weight: 900;
	content: "\f107";
	text-align: center;
	font-size: 6em;
	color: #db7e6c;
	margin: 40px auto 20px;
}
.flowList .cntWidth90:last-child:after {
	display:none;
}
.flowList .cntWidth90 figcaption .txtInner {
	position: relative;
	padding: 30px;
}
.flowList .cntWidth90 figcaption .txtWrap {
	z-index: 2;
	position: relative;
}
.flowList .cntWidth90 figcaption .bgCircle {
	width: 177px;
	position: absolute;
	top: -15px;
	left: -30px;
	z-index: 1;
}
.flowList .cntWidth90 figcaption {
	width: 45%;
	background: #fff;
	position: relative;
	z-index: 2;
		min-width:600px;

}
.flowList .cntWidth90:nth-child(odd) figcaption {
	margin-left: calc(105% - 600px);
    margin-top: -15%;
}
.flowList .cntWidth90:nth-child(even) figcaption {
	margin-left: -5%;
	margin-top: -15%;
}
/*reasonList*/
.reasonList {
	margin-bottom: 120px;
}

.reasonList .reasonItem {
	margin-top: 60px;
}
.reasonList > h3 + figure {
	margin-top: 0;
}
.reasonList .reasonItem figcaption .txtInner {
	position: relative;
	padding: 30px;
}
.reasonList .reasonItem figcaption .txtWrap {
	z-index: 2;
	position: relative;
}
.reasonList .reasonItem figcaption .bgCircle {
	width: 177px;
	position: absolute;
	top: -15px;
	left: -30px;
	z-index: 1;
}
.reasonList .reasonItem figcaption {
	width: 45%;
	background: #fff;
	position: relative;
	z-index: 2;
	min-width:600px;

}
.reasonList .reasonItem:nth-child(odd) figcaption {
	margin-left: -5%;
	margin-top: -15%;
}
.reasonList .reasonItem:nth-child(even) figcaption {
	margin-left:calc(105% - 600px);
	margin-top: -15%;
}
.cardWrap {
	width: 80%;
	margin: 0 auto;
	font-size: 0;
}
.cardWrap > li {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	vertical-align: top;
	background: #fff;
	padding: 16px;
	border: 4px solid #fff;
}
.cardWrap > li:nth-child(2n) {
	margin-right: 0;
}
.cardWrap figure {
	display: table;
	width: 100%;
}
.cardWrap .reImg {
	display: table-cell;
	width: 90%;
	vertical-align: top;
}
.cardWrap figcaption {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.cardWrap .tagList li {
	margin-right: 10px;
	margin-bottom: 10px;
}
.cardWrap .tagList li:last-child {
	margin-right: 0px;
}
.cardWrap .heading {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1em;
}
.cardWrap .ttl {
	background: #515151;
	color: #fff;
	font-size: 1.2rem;
	padding: 2px 5px;
	margin-bottom: 0.5em;
}
.cardWrap .dateWrap {
	font-size: 1.4rem;
	color: #515151;
}
.cardWrap .dateWrap time {
	font-size: 1.6rem;
	line-height: 1.3;
	color: #515151;
	border-bottom: 1px solid #515151;
	margin-bottom: 0.5em;
	padding: 3px 0 8px 5px;
	word-break:break-all;
}
.cardWrap .dateWrap i {
	margin-left: 5px;
}
.dotContets {
	padding: 60px 0;
}
.dotContets .modP,
.dotContets .ttlC {
	text-align: center;
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
}
.seminarList .cardWrap > li {
	margin-top: 40px;
}
.seminarList .cardWrap > li:nth-child(1),
.seminarList .cardWrap > li:nth-child(2) {
	margin-top: 0;
}
/*.twoCnt*/
.twoCnt {
	padding: 100px 0;
}
.twoCntUl {
	font-size: 0;
	text-align: center;
}
.twoCntUl li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	position: relative;
}
.twoCntUl figcaption {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.twoCntUl .ttlA i,
.twoCntUl .ttlA {
	color: #fff;
}
.twoCntUl .ttlA i:before,
.twoCntUl .ttlA i:after {
	background: #fff;
}
.twoCntUl .btnB {
	font-size: 1.4rem;
}
/*pager*/
.pagerOl {
	font-size: 0;
	text-align: center;
}
.pagerOl li {
	display: inline-block;
	margin-right: 15px;
	font-size: 1.5rem;
}
.pagerOl li:last-child {
	margin-right: 0;
}
.pagerOl li.current span,
.pagerOl li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
.pagerOl li a:hover,
.pagerOl li.current span {
	background: #db7e6c;
	color: #fff;
	text-decoration: none;
}
.pagerOl li a {
	background: #fff;
	color: #515151;
}
/*arrowWrap*/
.arrowWrap {
	text-align: center;
	font-size: 6em;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: -80px;
	color: #db7e6c;
}
/*voiceList*/
.voiceList {
	margin-bottom:60px;
}
.voiceList .cardWrap > li {
	margin-top: 50px;
}
.voiceList .cardWrap > li:nth-child(1),
.voiceList .cardWrap > li:nth-child(2) {
	margin-top: 0;
}
.voiceList .cardWrap .ttl {
	display: inline-block;
	vertical-align: middle;
	background: #db7e6c;
	margin-bottom: 0;
}
.voiceList .cardWrap .name {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: bold;
}
.voiceList .cardWrap .nameB {
	font-size: 1.3rem;
	margin-top: 1em;
}
.voiceList .cardWrap .modP {
	font-size: 1.3rem;
}
/*blogWrap*/
.blogList {
	width: 800px;
	margin: 0 auto;
	border-top: 1px solid #515151;
}
.blogList li {
	border-bottom: 1px solid #515151;
}
.blogList li a {
	padding: 10px 0;
	display: block;
}
.blogList li a:hover {
	background: #fff;
	text-decoration: none;
}
.blogList li .date,
.blogList li .category {
	display: inline-block;
}
.blogList li .category {
	font-style: normal;
	color: #db7e6c;
}
.blogList li .date {
	font-size: 1.4rem;
	margin-right: 10px;
}
.blogList li .ttl {
	margin-top: 10px;
}
.blogInner {
	width: 100%;
}
.blogInner article,
.blogInner .blogListWrap {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}
.blogInner .blogListWrap {
	font-size: 0;
}
.blogInner .subWrap {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	padding-left: 40px;
}
.subWrap .categoryDl {
	margin-bottom: 20px;
}
.subWrap .latest li a,
.subWrap .categoryDl dd li a {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	display: block;
}
.subWrap .latest li a:hover,
.subWrap .categoryDl dd li a:hover {
	background: #fff;
}
.subWrap .latest li a time {
	display: block;
}
.subWrap .subTtls {
	background: #db7e6c;
	color: #fff;
	padding: 5px 10px;
}
.blogListWrap li {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	font-size: 1.4rem;
	margin-right: 5%;
	padding: 30px;
	background: #fff;
	margin-bottom: 50px;
}
.blogListWrap li:nth-child(2n) {
	margin-right: 0;
}
.blogListWrap li .imgWrap {
	margin-bottom: 15px;
	display: block;
}
.blogListWrap li .meta {
	margin-bottom: 5px;
	display: block;
}
.blogInner article .category {
	margin-left: 5px;
}
.blogInner article .category a,
.blogListWrap li .category a {
	color: #db7e6c;
}
.blogListWrap li time {
	margin-right: 5px;
}
.blogListWrap .blogTtl {
	font-size: 1.8rem;
	font-weight: bold;
}
.single .sizeS.btnB {
	margin: 40px auto 0 auto;
}
/*ページャー*/
.pagination {
	margin-top: 40px;
}
.pagination .page-of {
	display: none;
}
.pagination-box {
	text-align: center;
	font-size: 1.4rem;
}
.pagination-box span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	background: #db7e6c;
	color: #fff;
}
.pagination-box span:last-child {
	margin-right: 0;
}
.pagination-box span.link {
	background: none;
}
.pagination-box a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	background: #fff;
	color: #515151;
}
.pagination-box a:hover {
	background: #db7e6c;
	color: #fff;
}
.pagination-box span.link:hover {
	background: #db7e6c;
	color: #fff;
}
.pagination-box span.link:hover a {
	color: #fff;
}
/*imgLeft*/
.imgLeft {
	display: table;
}
.imgLeft .imgWrap {
	display: table-cell;
	width: 40%;
	vertical-align: top;
}
.imgLeft figcaption {
	display: table-cell;
	vertical-align: top;
	width: 60%;
	padding-left: 40px;
}
.imgLeft .color {
	margin-bottom: 0.5em;
	font-weight: bold;
}
/*txtBox*/
.txtBox {
	background: #fff;
	padding: 50px;
	position: relative;
}
.txtBox .bgCircle {
	position: absolute;
	left: -20px;
	top: -10px;
}
.txtBox .inner {
	position: relative;
	z-index: 1;
}
.txtBox .ttl {
	color: #db7e6c;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
/*footer*/
.siteFooter {
	margin-top: 100px;
}
.siteFooter .contactWrap {
	background: #515151;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}
.siteFooter .contactWrap .tel {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
	margin-left: 55px;
}
.siteFooter .contactWrap .tel dd {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 0.2em 0;
}
.siteFooter .contactWrap .tel dd .telNum {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
}
.siteFooter .contactWrap .contact {
	display: inline-block;
	vertical-align: middle;
}
.siteFooter .contactWrap dt {
	font-size: 1.6rem;
	margin-bottom: 0.5em;
}
.siteFooter .fas {
	margin-right: 5px;
}
.footNav {
	text-align: center;
	border-bottom: 1px solid #515151;
	border-top: 1px solid #515151;
	padding: 20px 40px;
	margin: 50px auto 20px;
	display: table;
}
.footNav li {
	display: inline-block;
	margin-right: 10px;
}
.footNav li a:hover {
	text-decoration: underline;
}
.footNav li:last-child {
	margin-right: 0;
}
.copy {
	font-size: 1.2rem;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
/*page*/


#pageMain {
	margin-top: 75px;
	position: relative;
}
#pageMain .ttlA {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	z-index: 3;
}
#pageMain .ttlA i {
	color: #fff;
}
#pageMain .ttlA i:before, #pageMain .ttlA i:after {
	background: #fff;
}
/*パンくず*/
.bred {
	padding: 15px 5%;
	font-size: 1.3rem;
	background: #eee;
	margin-bottom: 100px;
}
.bred i {
	margin: 0 0.5em;
}
.bred a {
	color: #db7e6c;
}
.bred a:hover {
	text-decoration: underline;
}
/*list*/
.listA li {
	margin-bottom: 1em;
	padding-left: 15px;
	position: relative;
}
.listA li:last-child {
	margin-bottom: 0;
}
.listA li:before {
	content: "○";
	position: absolute;
	left: 0;
}
.cntList > li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
.cntList > li:last-child {
	border-bottom: none;
}
/*dl*/
.dlA {
	font-size: 0;
}
.dlA dt {
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	width: 30%;
	vertical-align: top;
}
.dlA dd {
	display: inline-block;
	font-size: 1.4rem;
	width: 100%;
	vertical-align: top;
}
.dlB {
	font-size: 0;
	width: 800px;
	margin: 40px auto 0;
	border-bottom: 1px solid #ddd;
}
.dlB dt {
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	width: 20%;
	vertical-align: top;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}
.dlB dd {
	display: inline-block;
	font-size: 1.4rem;
	width: 80%;
	vertical-align: top;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}
.tblA {
	font-size: 0;
	border-bottom: 1px solid #ccc;
}
.tblA:last-child {
	margin-bottom: 0;
}
.tblA dt {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	background: #f0f0f0;
	font-size: 1.4rem;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 15px;
}
.tblA dd {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	font-size: 1.4rem;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 15px;
}
.tblA dd a {
	text-decoration: underline;
}
/*****form*******/
.formWrapOuter .ttlC {
	text-align: center;
}
.modPCenter {
	text-align: center;
}
.formWrap {
	background: #f5f5f5;
	width: 800px;
	margin: 0 auto;
	padding: 50px 0;
}
.formWrap dl {
	width: 600px;
	margin: 0 auto;
}
.formWrap dt {
	font-size: 1.6rem;
	font-weight: bold;
}
.formWrap dd {
	margin: 15px 0 30px 0;
}
.formWrap .required {
	background: #db7e6c;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.formWrap .any {
	background: #999;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 15px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.formWrap textarea,
.formWrap input[type="email" ],
.formWrap input[type="text" ] {
	border: 1px solid #ddd;
	background: #fff;
	height: 40px;
	padding-left: 15px;
	width: 100%;
}
.formWrap textarea {
	height: 15em;
	padding-top:15px;
}
.formWrap .formBtn {
	font-size: 1.6rem;
	position: relative;
	display: block;
	color: #db7e6c;
	text-align: center;
	border: 1px solid #db7e6c;
	width: 300px;
	height: 60px;
	line-height: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	margin: 0 auto;
}
.formWrap .formBtn:hover {
	background: #db7e6c;
	color: #fff;
}
.modoruBtn {
	margin-top: 30px !important;
}
/*privacy*/
.privacy .dlB dt {
	width: 35%;
	background: #eee;
	padding: 15px;
}
.privacy .dlB dd {
	width: 65%;
	padding: 15px;
}
.dlB li {
	margin-bottom: 15px;
	padding-left: 2em;
	text-indent: -2em;
}
.dlB li:last-child {
	margin-bottom: 0;
}
.dlB li li {
	margin: 15px 0 15px 1.5em;
}
.dlB .number {
	font-style: normal;
	font-weight: bold;
	width: 2em;
	white-space: nowrap;
	display: inline-block;
	text-indent: 0;
	vertical-align: top;
}
.dlB .content {
	width: 100%;
	display: inline-block;
	text-indent: 0;
	vertical-align: top;
}
.dlB .one {
	margin-bottom: 15px;
	display: block;
}
/*pgtop*/
#pgTop {
	padding-top: 50px;
	margin-top: -50px;
}
#topBtn {
	position: fixed;
	bottom: 2vh;
	right: 10px;
	display: none;
	z-index: 99;
}
#topBtn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	font-size: 2rem;
	background: #333;
	text-align: center;
}
/*map*/
.ggmapSize {
	width: 100%;
	margin: 0 auto 20px auto;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*margin*/
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb150 {
	margin-bottom: 150px;
}

/********横幅調整***************/


@media screen and (max-width: 1100px) {
.twoCnt .sizeS.btnB {
	width: 400px;
}
}
/*blog*/
.tableContents {
	background: #fff !important;
	border: 1px solid #e3e3e3 !important;
}
.singleContent {
	width: 100%;
}
.singleContent img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}/* img */
.singleContent .aligncenter {
	display: block;
	margin: 0 auto;
}
.singleContent .alignright { float: right; }
.singleContent .alignleft { float: left; }
.singleContent img[class*="wp-image-"],
.singleContent img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
/* clearfix */
.singleContent .clearfix {
	overflow: hidden;
	zoom: 1;
}
.singleContent .clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.blogCnt .cntW1000 {
	width: 1000px;
}
/*form*/
.mwform-checkbox-field label,
.mwform-radio-field label {
	white-space: nowrap;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: auto !important;
	margin-right: 10px !important;
}
dl.formWrapDl select.date,
.formWrap input[type="text"].hasDatepicker {
	width: auto;
}
.formWrap textarea,
.formWrap input {
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
}
input[type="radio"] {
	position: relative;
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	content: "";
	background-color: #FFFFFF;
	border: 1px solid #999999;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"]:checked{
  background-image: radial-gradient(circle at 50% 50%, #db7e6c 40%, transparent 50%);
}
input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: 12px;
	height: 12px;
	background: #db7e6c;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
input[type=checkbox] {
	display: none;
}
.mwform-checkbox-field-text {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 0 0 24px;
}
.mwform-checkbox-field-text:after {
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #db7e6c;
	border-bottom: 3px solid #db7e6c;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mwform-checkbox-field-text:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	border: 1px solid #999999;
	background-color: #fff;
	content: '';
}
input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
	opacity: 1;
}
.mw_wp_form .formWrap .horizontal-item {
	margin-left: 0;
	margin-right: 10px;
}
.mw_wp_form .formWrap .horizontal-item + .horizontal-item {
	margin-left: 0;
}

/********sp***************/

@media screen and (max-width: 770px) {
/*common*/
	body {
		font-size: 1.3rem;
		padding-top: 0px;
		min-width: 320px;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.pattern:before {
		background-size: 3px auto;
	}
	.nonDisplay {
		margin: 25px 0;
	}
	/*header*/
	.spSiteHeader {
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		background: rgba(255,255,255,0.8);
	}
	.spSiteHeader .spLogo {
		width: 100%;
		padding-right: 100px;
		line-height: 1;
	}
	.spSiteHeader .spLogo a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 50px;
		padding:0 5%;
	}
	.spSiteHeader .spLogo a img {
		max-width: 100%;
		height: auto;
		max-height: 50px;
	}
	.spSiteHeader .hum {
		position: absolute;
		right: 0;
		top: 0;
	}
	.spSiteHeader .hum a {
		background: #db7e6c;
		width: 50px;
		height: 50px;
		text-align: center;
		display: block;
	}
	.spSiteHeader .hum a img {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.spSiteHeader .phone {
		position: absolute;
		right: 50px;
		top: 0;
	}
	.spSiteHeader .phone a {
		background: #b2d770;
		width: 50px;
		height: 50px;
		text-align: center;
		display: block;
	}
	.spSiteHeader .phone a img {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	/*hamburger*/
	.closeBT {
		position: absolute;
		right: 5%;
		top: 5%;
		z-index: 99;
	}
	.humNavi {
		padding-top: 10%;
	}
	.humNavi .fas {
		margin-right: 5px;
	}
	.humNavi li a {
		display: block;
		padding: 10px 0;
		color: #fff;
		font-weight: bold;
	}
	#humTel, #hum {
		display: none;
	}
	.modaal-inline.modaal-fullscreen .modaal-container {
		background: rgba(219,126,108,0.7);
	}
	/*top*/
	#topMain {
		margin-top: 50px;
	}
	#topMain .lead {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
	}
	.leadOuter {
		top: 40%;
		-webkit-transform: translate(0%, -40%);
		transform: translate(0%, -40%);
	}
	.tickerTxt {
		font-size: 10rem;
	}
	.ticWrap {
		margin-top: -150px;
	}
	.topLatest {
		width: 90%;
		border-top: 5px solid #db7e6c;
	}
	.topLatestWrap {
		display: block;
	}
	.topLatestWrap > li {
		display: block;
	}
	.topLatestWrap > li:nth-child(1) {
		width: 100%;
	}
	.topLatestWrap > li:nth-child(2) {
		width: 100%;
		padding: 0;
	}
	.tagList li {
		margin-top: 5px;
	}
	.topLatestWrap .heading {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.dateWrap .ttl {
		background: #515151;
		color: #fff;
		font-size: 1.2rem;
		padding: 2px 5px;
		margin-bottom: 0.5em;
	}
	.dateWrap {
		color: #515151;
		margin-bottom: 1em;
	}
	.dateWrap time {
		font-size: 1.6rem;
		border-bottom: 1px solid #515151;
		padding-bottom: 0.2em;
		margin-bottom: 0.5em;
	}
	.topLatestWrap > li:nth-child(3) {
		padding-left: 0;
		border-left: none;
		width: 100%;
	}
	.topMessage .bgCircle {
		top: 10px;
		left: -10px;
	}
	.topConcept .bgCircle {
		top: 10px;
		right: -30px;
	}
	.cntInner {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}
	.centerTxt .txtWrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.cntWidth90 {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.cntWidth90 figcaption {
		width: 90%;
		min-width:inherit;
		margin: -40px auto 0px;
		z-index: 2;
	}
	.cntWidth90 .txtRight figcaption,
	.cntWidth90 .txtLeft figcaption {
		position: relative;
	}
	figcaption .bgCircle {
		top: -10px;
		left: -10px;
	}
	.cntWidth90 .txtRight figcaption {
		margin-left: auto;
		margin-top: -40px;
	}
	.cntWidth90 .txtLeft figcaption {
		margin-left: auto;
		margin-top: -40px;
	}
	figcaption .txtInner {
		padding: 15px;
	}
	/*flowList*/
	.flowList {
		margin-bottom: 60px;
	}
	.flowList .cntWidth90 {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	.flowList .cntWidth90:after {
		font-size: 6em;
		margin: 15px auto 3%;
	}
	.flowList .cntWidth90:last-child:after {
		display:none;
	}
	.flowList .cntWidth90 figcaption .txtInner {
		padding: 15px;
	}
	.flowList .cntWidth90 figcaption .bgCircle {
		width: 100px;
		top: -10px;
		left: -10px;
	}
	.flowList .cntWidth90 figcaption {
		width: 90%;
		margin: -40px auto 0px;
		z-index: 2;
	}
	.flowList .cntWidth90:nth-child(odd) figcaption,
	.flowList .cntWidth90:nth-child(even) figcaption {
		margin-left: auto;
		margin-top: -40px;
		min-width:inherit;
	}
	/*reasonList*/
	.reasonList {
		margin-bottom: 60px;
	}
	.reasonList .reasonItem {
		margin-top: 30px;
	}
	.reasonList .reasonItem figcaption {
		width: 90%;
		min-width:inherit;
		margin: -40px auto 0px;
		z-index: 2;
	}
	.reasonList .reasonItem:nth-child(odd) figcaption,
	.reasonList .reasonItem:nth-child(even) figcaption {
		margin-left: auto;
		margin-top: -40px;
	}
	.dotContets {
		padding: 30px 5%;
	}
	.cardWrap {
		width: 100%;
		margin: 30px auto 0
	}
	.cardWrap > li {
		display: block;
		width: 100%;
		margin-right: 0%;
		margin-top: 5%;
	}
	.cardWrap > li > a {
		padding: 5%;
		border: none;
	}
	.cardWrap > li:nth-child(2n) {
		margin-bottom: 0;
	}
	.cardWrap .reImg {
		display: block;
		width: 70%;
		margin: 0 auto 5%;
	}
	.cardWrap figcaption {
		display: block;
		width: 100%;
	}
	.cardWrap .heading {
		margin-bottom: 0.5em;
		line-height: 1.4;
	}
	.cardWrap .dateWrap time {
		font-size: 1.4rem;
	}
	.cardWrap .dateWrap {
		margin-bottom: 0;
	}
	.twoCnt {
		padding: 50px 5%;
	}
	.twoCntUl li {
		display: block;
		width: 100%;
	}
	.twoCntUl li {
		margin-bottom: 5%;
	}
	.twoCntUl li:last-child {
		margin-bottom: 0;
	}
	.twoCntUl li .ttlA {
		margin-bottom: 0;
	}
	.blogWrap {
		padding: 0 5%;
	}
	.blogList {
		width: 100%;
	}
	.blogList li .ttl {
		margin-top: 5px;
	}
	.home #cnt {
		margin-bottom: 50px;
	}
	/*btn*/
	.btnA a {
		border-radius: 25px;
		font-weight: bold;
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
	.btnA a:hover {
		background: #db7e6c;
		color: #fff;
	}
	.sizeS.btnB {
		width: 100%;
	}
	.sizeXs.btnB {
		width: 100%;
	}
	/*ttl*/
	.subTtl {
		font-size: 1.6rem;
	}
	.ttlA {
		font-size: 2rem;
		margin-bottom: 1em;
	}
	.ttlA i {
		font-size: 1.5rem;
	}
	.ttlA i:before {
		width: 10px;
		height: 1px;
		margin-right: 5px;
	}
	.ttlA i:after {
		width: 10px;
		height: 1px;
		margin-left: 5px;
	}
	.ttlB {
		font-size: 1.7rem;
	}
	.ttlC {
		font-size: 1.7rem;
		letter-spacing:0.05em;
	}
	.ttlD {
		font-size: 1.7rem;
	}
	.subTtlB {
		font-size: 1.2rem;
	}
	/*page*/
	#pageMain {
		margin-top: 50px;
	}
	#pageMain .ttlA {
		width: 100%;
		font-size: 1.6rem;
	}
	#pageMain .ttlA i {
		font-size: 1.4rem;
	}
	.bred {
		padding: 10px 5%;
		margin-bottom: 10%;
		font-size: 1.2rem;
	}
	.bred a {
		font-size: 1.2rem;
	}
	.cntWidth1000 {
		width: 100%;
		padding: 0 5%;
	}
	.imgLeft {
		display: block;
	}
	.imgLeft .imgWrap {
		display: block;
		width: 100%;
		margin-bottom: 5%;
	}
	.imgLeft figcaption {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.txtBox {
		padding: 20px;
	}
	.txtBox .ttl {
		font-size: 1.8rem;
	}
	.txtBox .bgCircle {
		width: 120px;
	}
	.cntList > li {
		margin-bottom: 10%;
	}

	 .sizeS.btnB.listButton {
		width:80%;
	}
	.voiceList,
	.seminarList {
		margin-top: -30px;
		padding: 0 5%;
	}
	.voiceList .cardWrap > li,
	.seminarList .cardWrap > li {
		margin-top: 5%;
	}
	.voiceList .cardWrap > li:nth-child(1),
	.seminarList .cardWrap > li:nth-child(1) {
		margin-top: 0;
	}
	.voiceList .cardWrap > li:nth-child(2),
	.seminarList .cardWrap > li:nth-child(2) {
		margin-top: 5%;
	}
	.voiceList .cardWrap .ttl {
		display: block;
		margin-bottom: 0;
	}
	.voiceList .cardWrap .name {
		margin-left: 0;
		background: #eee;
		display: block;
		padding: 5px;
	}
	.detailSeminar {
		padding: 0 5%;
	}
	.detailSeminar .bgWhite.cntWidth1000 {
		padding: 0 5% 5% 5%;
	}
	.detailSeminar .imgWrap {
		padding-top: 5%;
	}
	.pagerOl li.current span,
	.pagerOl li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem;
	}
	.pagination {
		margin-top: 20px;
	}
	.pagination-box a {
		background: #fff;
	}
	.arrowWrap {
		margin-top: -50px;
		font-size: 6rem;
		margin-bottom: 3%;
	}
	.blogInner article,
	.blogInner .blogListWrap {
		width: 100%;
	}
	.blogListWrap li {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
		padding: 5%;
	}
	.blogListWrap .blogTtl {
		font-size: 1.6rem;
	}
	.blogInner .subWrap {
		padding-left: 0;
		width: 100%;
		display: block;
		margin-top: 15%;
		margin-bottom: 15%;
	}
	.single .blogInner .subWrap {
		font-size: 1.3rem;
	}
	.single .blogCnt {
		font-size: 1.4rem;
	}
	.seoTtl02 {
		font-size: 1.4rem;
	}

	.dotContets .modP,
	.dotContets .ttlC {
		max-width:90%;
	}

	/*dl*/
	.dlA dt {
		width: 100%;
		display: block;
		font-size: 1.3rem;
	}
	.dlA dd {
		width: 100%;
		display: block;
		margin-bottom: 10px;
		font-size: 1.3rem;
	}
	.dlB {
		width: 100%;
		padding: 0 5%;
		margin: 20px auto 0;
	}
	.dlB dt {
		display: block;
		width: 100%;
		padding: 10px 0;
		font-size: 1.3rem;
	}
	.dlB dd {
		width: 100%;
		display: block;
		border-top: none;
		padding: 0 0 10px 0;
		font-size: 1.3rem;
	}
	.tblA dt,
	.tblA dd {
		font-size: 1.3rem;
	}
	/*footer*/
	.siteFooter {
		margin-top: 50px;
	}
	.siteFooter .contactWrap {
		padding: 30px 0;
		margin-bottom: 15px;
	}
	.siteFooter .contactWrap .tel {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.copy {
		margin-bottom: 15px;
	}
	.siteFooter .contactWrap .tel dd .telNum a {
		color: #fff;
	}
	.siteFooter .contactWrap .contact {
		width: 100%;
		padding: 0 5%;
	}
	/*form*/
	.formWrapOuter .modPCenter {
		text-align: left;
	}
	.formWrap {
		width: 100%;
	}
	.formWrap dl {
		width: 100%;
	}
	.formWrap .formBtn {
		width: 100%;
	}
	/*privacy*/
	.privacy .modPCenter {
		text-align: left;
		padding: 0 5%;
	}
	.privacy .dlB dt {
		width: 100%;
		border-top: none;
	}
	.privacy .dlB dd {
		width: 100%;
	}
	.privacy .dlB li li {
		padding-left: 0;
	}
	/*blog*/
	.blogCnt .cntW1000 {
		width: 90%;
	}
	/*margin*/
	.mb20 {
		margin-bottom: 10px;
	}
	.mb30 {
		margin-bottom: 15px;
	}
	.mb40 {
		margin-bottom: 20px;
	}
	.mb50 {
		margin-bottom: 25px;
	}
	.mb70 {
		margin-bottom: 35px;
	}
	.mb80 {
		margin-bottom: 40px;
	}
	.mb90 {
		margin-bottom: 45px;
	}
	.mb100 {
		margin-bottom: 50px;
	}
	.mb120 {
		margin-bottom: 60px;
	}
	.mb150 {
		margin-bottom: 75px;
	}
}
