@charset "UTF-8";
/* --------------------------------
 * base
 * -------------------------------- */
html {
	font-size: 62.5%;
}
body {
	background: #fff url('../images/bg.png') no-repeat fixed left bottom;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
}
*, *::before, *::after {
	box-sizing: border-box;
}
ul {
	list-style: none;
}
.fab {
	font-size: xx-large;
}
.far {
	font-size: xx-large;
}

/* --------------------------------
 * parts
 * -------------------------------- */
.heading {
	position: relative;
	display: inline-block;
	margin: 30px 0 15px;
	padding-bottom: 15px;
	letter-spacing: 2px;
	font-size: 4rem;
}
.heading::before, .heading::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #999;
}
.heading::before {
	bottom: 5px;
}
.button {
	display: inline-block;
	width: 200px;
	padding: 20px;
	border-radius: 4px;
	background-color: #165374;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.2rem;
}
.button:hover {
	opacity: 0.9;
}
.button-showy {
	background-color: #18b603;
}
.button-ghost {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.15);
}
.button-ghost2 {
	border: 1px solid #ea4c89;
	background-color: rgba(255, 242, 254, 0.15);
	color: #ea4c89;
}
.button-ghost2:hover {
	background-color: #fff;
}
.button-ghost3 {
	border: 1px solid #ea4c89;
	background-color: #ea4c89;
	color: #fff;
	margin-top: 20px;
	width: auto;
}
.fa-arrow-alt-circle-right {
	font-size: large;
	margin-right: 7px;
}
.button-ghost4 {
	border: 1px solid #18b603;
	background-color: #18b603;
	color: #fff;
	margin-top: 20px;
	width: auto;
}
.button-ghost5 {
	border: 1px solid #d14e84;
	background-color: #d14e84;
	color: #fff;
	margin-top: 20px;
	width: auto;
}
/* --------------------------------
 * header
 * -------------------------------- */
.header {
	padding: 170px 30px 150px;
}
.site-title-sub {
	margin: 0 0 30px;
	letter-spacing: 1px;
	font-size: 2.2rem;
	text-shadow: #2c3e34 1px 1px 10px, #2c3e34 -1px 1px 10px, #2c3e34 1px -1px 10px, #2c3e34 -1px -1px 10px;
}
.site-title-sub::before, .site-title-sub::after {
	content: '';
	display: inline-block;
	width: 140px;
	height: 2px;
	margin: 0 30px;
	background-color: #fff;
	vertical-align: middle;
}
.site-title {
	margin: 50px 0 40px;
	font-size: 7.6rem;
}
.site-description {
	margin-bottom: 50px;
	color: #fff;
	font-size: 1.6rem;
	text-shadow: #2c3e34 1px 1px 10px, #2c3e34 -1px 1px 10px, #2c3e34 1px -1px 10px, #2c3e34 -1px -1px 10px;
}
.buttons .button {
	margin: 10px;
}
.site-title a {
	color: #fff;
	text-decoration: none;
}
.site-title a:link {
	color: #fff;
}
.site-title a:visited {
	color: #fff;
}
.site-title a:hover {
	color: #fff;
}
.site-title a:active {
	color: #fff;
}
/* --------------------------------
 * contentBox
 * -------------------------------- */
.contentBox {
	padding: 20px 30px 20px;
	background-color: #fff;
	color: #333;
}
.contentBox2 {
	padding: 20px 30px;
	background-color: #fff;
	color: #333;
}
.contentBox-text {
	margin: 30px auto 0 auto;
	width: 960px;
	line-height: 2.5;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
.contentBox dl.profile_list {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 40px;
}
.contentBox dl.profile_list dt {
	color: #ea4c89;
	margin-bottom: 15px;
	border-bottom: 1px solid #ea4c89;
}
.contentBox dl.profile_list dd::before {
	content: '・';
}
.contentBox dl.profile_list dd {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
.price__list dt {
	color: #ea4c89;
	border-bottom: #999 solid 1px;
	margin-bottom: 20px;
	padding-bottom: 7px;
}
.price__list dd {
	margin-bottom: 15px;
	margin-left: 0;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 7px;
}
.price__list {
	margin-bottom: 45px;
}
.price__list dd span {
	color: #ea4c89;
	font-weight: bold;
	margin-left: 15px;
}
.box2 {
	display: flex;
}
.box2 dl {
	margin-right: 39px;
	text-align: left;
}
.box2 dl:last-child {
	margin-right: 0;
}
/* --------------------------------
 * about
 * -------------------------------- */
.about {
	padding: 50px 30px;
	background-color: #fff;
	color: #333;
}
.about-text {
	margin: 30px auto 0 auto;
	width: 960px;
	line-height: 2.5;
}
/* --------------------------------
 * works
 * -------------------------------- */

.works h2.heading {
	color: #282828;
	margin-bottom: 0;
}
.works {
	padding: 12px 0 40px;
	/*	background:#fffcff;
*/	color: #282828;
	background: url(../images/common/bg-slash.gif) #fff;
}
.works-wrapper {
	display: table;
	width: 100%;
	margin-top: 60px;
	table-layout: fixed;
}
.work-box {
	display: table-cell;
}
.work-box img {
	width: 100%;
	display: block;
}
.work-text span {
	font-size: small;
	display: block;
	margin: 7px 0 15px;
	padding: 0 25px;
	text-align: left;
}
/* --------------------------------
 * feature
 * -------------------------------- */
.feature {
	padding: 80px 0;
	background-color: #fff;
	color: #333;
}
.feature-wrapper {
	display: table;
	width: 80%;
	margin: 50px auto 0;
	table-layout: fixed;
}
.feature-box {
	display: table-cell;
}
.feature-title {
	margin: 0 20px 20px;
	font-size: 2rem;
}
.feature-text {
	margin: 0 20px;
	line-height: 2;
	padding: 0 45px;
}
img.feature_img {
	border-radius: 50%;
	margin-bottom: 15px;
}
/* --------------------------------
 * contact
 * -------------------------------- */
.contact {
	padding: 80px 0 150px;
}
.contact-form {
	width: 50%;
	margin: 50px auto 0;
}
.contact-form input[type=text], .contact-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	outline: none;
	border: 1px solid rgba(227, 135, 172, 0.4);
	border-radius: 0;
	background-color: rgba(255, 234, 242, 0.05);
	color: #999;
}
.contact-form input[type=text]:focus, .contact-form textarea:focus {
	box-shadow: 0 0 8px rgba(255, 234, 242, 0.5) inset;
}
.contact-form textarea {
	height: 150px;
}
.contact-form input[type=submit] {
	display: block;
	width: 200px;
	margin: 40px auto 0;
	padding: 15px;
	border: 1px solid rgba(227, 135, 172, 0.4);
	border-radius: 5px;
	background-color: transparent;
	color: #999;
	cursor: pointer;
}
.contact-form input[type=submit]:hover {
	background-color: rgba(244, 186, 209, 0.05);
}
/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
	padding: 12px 0;
	font-size: 1.3rem;
	background: #e387ac;
}
.utilityList {
	padding-left: 0;
}
.utilityList li {
	display: inline;
	margin-right: 20px;
}
.footer .utilityList li a {
	color: #fff;
}
.utilityList li:last-child {
	margin-right: 0;
}
.trial-text {
	border-right: 1px solid #ea4c89;
	border-left: 1px solid #ea4c89;
	border-bottom: 1px solid #ea4c89;
	margin-top: 15px;
}




.utilityList2 {
	padding-left: 0;
	margin-bottom:40px;
}
.utilityList2 li {
	display: inline;
	margin-right: 20px;
}
.footer .utilityList2 li a {
	color: #fff;
	text-decoration:none;
}
.utilityList2 li:last-child {
	margin-right: 0;
}
.footer .utilityList2 li a:hover {
	color: #fff;
	text-decoration:underline;
}












.trial-text span.trial-text_price {
	display: block;
	color: #fff;
	background: #ea4c89;
	padding: 20px;
	font-size: 3rem;
}
.trial-text span.trial-text_discription {
	display: block;
	padding: 20px;
	font-size: 1.6rem;
	line-height: 2;
}
strong.text_line {
	background: #ffff99;
}
ul.news__list {
	width: 960px;
	margin: 0 auto;
	padding-left: 0;
	text-align: left;
}
ul.news__list li {
	padding: 15px 13px;
	line-height: 2;
}
ul.news__list span {
	border-radius: 7px;
	color: #fff;
	text-align: center;
	padding: 2px 5px;
	margin-right: 1%;
	font-size: 9px;
}
ul.news__list span.topix {
	background-color: #5a539f;
}
ul.news__list span.news {
	background-color: #956809;
}
ul.news__list li:nth-child(even) {
	background: url(../images/common/bg-slash.gif);
}
.news__list a {
	color: #666;
	text-decoration: none;
}
.news__list a:hover {
	color: #606;
}
.blog {
	background: #fff;
	color: #666;
	padding: 80px 20px 150px;
}
.blog p {
	text-align: left;
	margin-bottom: 15px;
}
.blog figure {
	margin: 45px auto 15px;
}
.blog figure img {
	margin-bottom: 15px;
	width: 80%;
}
.blog h2.heading {
	margin: 10px 0 40px;
	font-size: 2rem;
}
.blog article {
	margin: 0 auto 100px;
}



article.voice {
	text-align:left;
}

article.voice {
	margin:0 auto;
	text-align:left;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:50px;
}

article.voice p.voice_name {
	text-align:right;
}

.boxBorder {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
}


.blog_video {
	width:100%;
}

 @media screen and (max-width: 1024px) {
body {
	background-image: url(../images/bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
.header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-title-sub {
	margin: 0 0 20px;
	letter-spacing: 1px;
	font-size: 1.6rem;
}
.site-title-sub::before, .site-title-sub::after {
	width: 120px;
}
.site-title {
	margin: 100px 0 10px;
	font-size: 4.6rem;
}
.site-description {
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.5rem;
}
.about {
	padding: 30px 30px 80px;
}
}

/* --------------------------------
 * タブレット縦
 * -------------------------------- */

@media screen and (max-width: 1024px) and (orientation: portrait) {
body {
	background-image: url(../images/bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
.header {
	padding-top: 20px;
}
.site-title-sub {
	margin: 0 0 20px;
	letter-spacing: 1px;
	font-size: 1.6rem;
}
.site-title-sub::before, .site-title-sub::after {
	width: 120px;
}
.site-title {
	margin: 100px 0 10px;
	font-size: 4.6rem;
}
.site-description {
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.5rem;
}
.about {
	padding: 30px 30px 80px;
}
.about-text {
	line-height: 1.8;
	width: 100%;
	text-align: left;
}
/* --- works --- */
.works-wrapper, .work-box {
	display: block;
	text-align: center;
}
.work-image {
	display: none;
}
.work-description {
	position: relative;
}
.work-box::after {
	top: 0;
	height: 100%;
	background-size: cover;
	transform: none;
}
.work-box img {
	width: 60%;
	margin: 0 auto;
}
.work-text span {
	text-align: center;
}
.work-box {
	margin-bottom: 35px;
}
/* --- feature --- */
.feature-wrapper, .feature-box {
	display: block;
}
.feature-box {
	margin: 40px auto;
}
.feature {
	padding: 15px 0;
}
.feature-text {
	margin: 0;
	text-align: left;
}
/* --- contact --- */
.contact {
	padding-bottom: 80px;
}
.contact-form {
	width: 80%;
}
.trial-text span.trial-text_discription br {
	display: none;
}
.trial-text span.trial-text_discription {
	font-size: 1.4rem;
	text-align: left;
}
ul.news__list {
	width: 100%;
}
.inner {
	width: 100%;
}
.contentBox dl {
	text-align: left;
	margin-left: 0;
	margin-bottom: 40px;
}
.box2 {
	display: block;
}
.box2 dl {
	margin-right: 0;
	text-align: left;
}
.box2 dl:last-child {
	margin-right: 0;
}
.profile_list dd {
	margin-left: 0;
}
.contentBox {
	padding: 15px 30px;
}
}

/* --------------------------------
 * smart phone 縦
 * -------------------------------- */

@media (max-width: 480px) {
body {
	font-size: 1.3rem;
	background-image: url(../images/bg_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
.heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 2.5rem;
}
.button:hover {
	opacity: 1;
}
/* --- header --- */
.header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header .buttons {
	display: table;
	border-collapse: separate;
	border-spacing: 8px 0;
}
.header .button {
	display: table-cell;
	width: 200px;
	padding: 20px 7px;
}
.site-title-sub {
	font-size: 1.5rem;
}
.site-title-sub::before, .site-title-sub::after {
	display: block;
	width: 80%;
	margin: 10px auto;
}
.site-title {
	margin-top: 15px;
	font-size: 3rem;
	text-shadow: #2c3e34 1px 1px 10px, #2c3e34 -1px 1px 10px, #2c3e34 1px -1px 10px, #2c3e34 -1px -1px 10px;
}
.site-description {
	margin-top: 140px;
	font-size: 1.2rem;
}
/* --- about --- */
.about {
	padding: 60px 30px 80px;
	background-color: #fff;
}
.about-text {
	line-height: 1.8;
	width: 100%;
	text-align: left;
}
/* --- works --- */
.works-wrapper, .work-box {
	display: block;
}
.work-image {
	display: none;
}
.work-description {
	position: relative;
}
.work-box::after {
	top: 0;
	height: 100%;
	background-size: cover;
	transform: none;
}
.work-text span {
	text-align: left;
}
.works {
	padding-top: 30px;
}
.works-wrapper {
	margin-top: 10px;
}
/* --- feature --- */
.feature-wrapper, .feature-box {
	display: block;
}
.feature-box {
	margin: 40px auto;
}
.feature {
	padding: 15px 0;
}
.feature-text {
	margin: 0;
	text-align: left;
}
/* --- contact --- */
.contact {
	padding-bottom: 80px;
}
.contact-form {
	width: 80%;
}
.trial-text span.trial-text_discription br {
	display: none;
}
.trial-text span.trial-text_discription {
	font-size: 1.4rem;
	text-align: left;
}
ul.news__list {
	width: 100%;
}
.inner {
	width: 100%;
}
.contentBox dl {
	text-align: left;
	margin-left: 0;
	margin-bottom: 40px;
}
.box2 {
	display: block;
}
.box2 dl {
	margin-right: 0;
	text-align: left;
}
.box2 dl:last-child {
	margin-right: 0;
}
.profile_list dd {
	margin-left: 0;
}
.contentBox {
	padding: 15px 30px;
}





.utilityList2 {
	padding-left: 0;
	margin-bottom:40px;
	width:100%;
}
.utilityList2 li {
	display: block;
	margin-right:0;
	margin-bottom:15px;
	text-align:left;
	border-bottom:1px solid #fff;
	padding-bottom:15px;
	padding-left:15px;
}
.footer .utilityList2 li a {
	color: #fff;
	text-decoration:none;
}
.utilityList2 li:last-child {
	margin-right: 0;
}
.footer .utilityList2 li a:hover {
	color: #fff;
	text-decoration:none;
}








}


/*レスポンシブ*/
@media screen and (min-width: 720px) {
.trial-text {
	width: 720px;
	margin: 0 auto;
}
.box1 {
	display: flex;
	align-items: flex-start;
}
.blog article {
	width: 720px;
}
.blog p {
}
.blog img {
	width: 50%;
}

article.voice {
	width: 720px;
	margin:0 auto;
	text-align:left;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:50px;
}

article.voice p.voice_name {
	text-align:right;
}



}

/* --------------------------------
 * タブレット縦
 * -------------------------------- */
@media screen and (max-width: 1024px) and (orientation: portrait) {
.trial-text {
	width: 100%;
}




}
 @media screen and (max-width: 896px) and (orientation: landscape) {
body {
	background-image: url(../images/bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
}
.header {
	padding-top: 20px;
}
.site-title-sub {
	margin: 0 0 20px;
	letter-spacing: 1px;
	font-size: 1.6rem;
}
.site-title-sub::before, .site-title-sub::after {
	width: 120px;
}
.site-title {
	margin-top: 45px;
	font-size: 3rem;
}
.site-description {
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.5rem;
}
.about {
	padding: 30px 30px 80px;
}
.about-text {
	line-height: 1.8;
	width: 100%;
	text-align: left;
}
/* --- works --- */
.works-wrapper, .work-box {
	display: block;
	text-align: center;
}
.work-image {
	display: none;
}
.work-description {
	position: relative;
}
.work-box::after {
	top: 0;
	height: 100%;
	background-size: cover;
	transform: none;
}
.work-box img {
	width: 60%;
	margin: 0 auto;
}
.work-text span {
	text-align: center;
}
.work-box {
	margin-bottom: 35px;
}
/* --- feature --- */
.feature-wrapper, .feature-box {
	display: block;
}
.feature-box {
	margin: 40px auto;
}
.feature {
	padding: 15px 0;
}
.feature-text {
	margin: 0;
	text-align: left;
}
/* --- contact --- */
.contact {
	padding-bottom: 80px;
}
.contact-form {
	width: 80%;
}
.trial-text span.trial-text_discription br {
	display: none;
}
.trial-text span.trial-text_discription {
	font-size: 1.4rem;
	text-align: left;
}
ul.news__list {
	width: 100%;
}
.inner {
	width: 100%;
}
.contentBox dl {
	text-align: left;
	margin-left: 0;
	margin-bottom: 40px;
}
.box2 {
	display: block;
}
.box2 dl {
	margin-right: 0;
	text-align: left;
}
.box2 dl:last-child {
	margin-right: 0;
}
.profile_list dd {
	margin-left: 0;
}
.contentBox {
	padding: 15px 30px;
}
article.voice {
	width:100%;
}

}
