@charset "UTF-8";
/*
data-sc-sp
data-sc-pc
data-sc-onlyPc
data-sc-tab
data-sc-pcMin
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ
	@include f_min();
	@include f_min(400);Reguler
	@include f_min(600);SemiBold
*/
/*
* "はんなり明朝" licensed under the IPA Font License Agreement v1.0
* https://typingart.net/?p=44（配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@font-face {
  font-family: "hannari";
  src: url("/common/font/hannari.woff2") format("woff2"), url("/common/font/hannari.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* -----------------------------------------------------------------------------

common local

----------------------------------------------------------------------------- */
.mainVisual .contTit {
  /*&::before {
  	background-image: url(../img/about/mv_title_bg.svg);
  }
  &::after {
  	background-image: url(../img/about/mv_title_deco.svg);
  }*/
}
@media print, screen and (min-width: 641px) {
  .mainVisual .contTit {
    padding-left: 0.67rem;
  }
}

.pankuzuWrap {
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .mod_inquiry {
    margin-top: 0.6rem;
  }
}

/* -----------------------------------------------------------------------------

content（rem値修正）

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

aside サイドバー

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

archive お客様の声一覧ページ

----------------------------------------------------------------------------- */
._archive .contents-main {
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main {
    padding: 0 0.15rem 0;
  }
}
._archive .contents-main .title {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .title {
    text-align: center;
    font-size: 0.18rem;
    line-height: 1.66;
    margin-top: 0.25rem;
  }
}
._archive .contents-main .post:last-child {
  padding-bottom: 0.5rem;
}
._archive .contents-main .post > a {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 641px) {
  ._archive .contents-main .post > a {
    display: flex;
    padding: 0.4rem 0.4rem 0.4rem 0;
    border-bottom: 2px solid rgba(122, 113, 110, 0.2);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post > a {
    display: flex;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(122, 113, 110, 0.2);
  }
}
._archive .contents-main .post > a:hover {
  opacity: 0.7;
}
._archive .contents-main .post > a::after {
  content: "";
  width: 0.085rem;
  height: 0.15rem;
  background-image: url(/img/news/list_link_arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post > a::after {
    content: none;
    width: 0.07rem;
    height: 0.11rem;
    right: 0;
  }
}
._archive .contents-main .post .title {
  font-size: 0.19rem;
  letter-spacing: 0.08em;
  line-height: 1.89;
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .title {
    font-size: 0.15rem;
    line-height: 1.46;
    margin-top: 0.08rem;
  }
}
._archive .contents-main .post .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .title span {
    padding-right: 0.3rem;
  }
}
._archive .contents-main .post .detailBox {
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .detailBox::after {
    content: "";
    width: 0.07rem;
    height: 0.11rem;
    background-image: url(/img/news/list_link_arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
}
._archive .contents-main .post .thumb {
  overflow: hidden;
  border-radius: 0.05rem;
}
@media print, screen and (min-width: 641px) {
  ._archive .contents-main .post .thumb {
    width: 2.7rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .thumb {
    width: 1.3rem;
    height: 1rem;
  }
}
._archive .contents-main .post .txtBox {
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  ._archive .contents-main .post .txtBox {
    width: 4rem;
    padding-left: 0.34rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox {
    width: calc(100% - 1.3rem);
    padding-left: 0.12rem;
  }
}
._archive .contents-main .post .txtBox .time {
  margin-top: 0.2rem;
  display: inline-block;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.15rem;
  color: #7a716e;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox .time {
    margin-top: 0;
    font-size: 0.14rem;
    padding-bottom: 0.13rem;
  }
}
._archive .contents-main .post .txtBox .customer {
  margin-top: 0.2rem;
  margin-left: 0.1rem;
  display: block;
  display: inline-block;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.15rem;
  color: #7a716e;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox .customer {
    margin-top: 0;
    font-size: 0.14rem;
    padding-bottom: 0.13rem;
  }
}
._archive .contents-main .post .txtBox .customer span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.05rem;
  border-radius: 0.05rem;
  color: #fff;
  background-color: #78a98c;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox .customer span {
    padding: 0.03rem 0.04rem 0.01rem;
  }
}
._archive .contents-main .post .txtBox .cat {
  margin: 0.15rem 0 0.1rem;
  margin-left: -0.05rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox .cat {
    margin: 0;
    margin-left: -0.02rem;
  }
}
._archive .contents-main .post .txtBox .cat span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.15rem;
  background-color: #f3efec;
  padding: 0.06rem 0.19rem 0.05rem;
  margin: 0.05rem;
  border-radius: 0.2rem;
  position: relative;
  overflow: inherit;
}
.os-android ._archive .contents-main .post .txtBox .cat span {
  font-family: "Noto Serif JP", serif;
}
._archive .contents-main .post .txtBox .cat span::before {
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  background-color: #78a98c;
  position: absolute;
  left: 0.08rem;
  top: -0.04rem;
  border-radius: 0.11rem;
}
@media screen and (max-width: 640px) {
  ._archive .contents-main .post .txtBox .cat span {
    font-size: 0.13rem;
    padding: 0.04rem 0.15rem 0.03rem;
    margin: 0.02rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .contents-sub {
    padding-top: 0 !important;
  }
}

/* -----------------------------------------------------------------------------

single お客様の声詳細ページ

----------------------------------------------------------------------------- */
._single {
  background-color: #f3efec;
}
._single .mod_contact {
  background-color: #ebe4d9;
}
@media print, screen and (min-width: 641px) {
  ._single .mod_contact {
    margin-top: 1.1rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .contentWrap + .mod_contact {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .contents-main + .mod_contact {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  ._single .contents-main {
    margin: 0.25rem auto 0;
    width: calc(100% - 0.3rem);
  }
}
._single .contents-main .detail {
  /*.content {
  	margin-top: .4rem;
  }*/
}
@media print, screen and (min-width: 641px) {
  ._single .contents-main .detail {
    padding-bottom: 0.9rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail {
    padding-bottom: 0.5rem;
  }
}
._single .contents-main .detail .titleBox {
  padding: 0.2rem 0.15rem 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .titleBox {
    padding: 0.14rem 0.1rem 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .contents-main .detail .titleBox .catBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
._single .contents-main .detail .titleBox .cat {
  position: relative;
  display: inline-block;
  min-width: 3.52rem;
  padding-left: 0.2rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  color: #473933;
  box-sizing: border-box;
  /*&.catid45 {
  	&::before {
  		background-color: #424F98;
  	}
  }
  &.catid49 {
  	&::before {
  		background-color: #6A4676;
  	}
  }
  &.catid48 {
  	&::before {
  		background-color: #17224A;
  	}
  }
  &.catid47 {
  	&::before {
  		background-color: #807439;
  	}
  }
  &.catid46 {
  	&::before {
  		background-color: #7C181F;
  	}
  }*/
}
.os-android ._single .contents-main .detail .titleBox .cat {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .titleBox .cat {
    padding-left: 0.17rem;
    margin-left: 0.08rem;
    font-size: 0.15rem;
  }
}
._single .contents-main .detail .titleBox .cat::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.05rem;
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #78a98c;
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .titleBox .cat::before {
    width: 2.36vw;
    height: 2.36vw;
  }
}
._single .contents-main .detail .titleBox .cat span + span {
  position: relative;
}
._single .contents-main .detail .titleBox .cat span + span::before {
  content: ",";
}
._single .contents-main .detail .titleBox .cat span + span a {
  padding-left: 0.05rem;
}
._single .contents-main .detail .titleBox .cat span a {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  ._single .contents-main .detail .titleBox .cat span a:hover {
    opacity: 0.8;
  }
}
._single .contents-main .detail .titleBox .timeBox {
  display: inline-block;
}
._single .contents-main .detail .titleBox .date {
  display: inline-block;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.12rem;
  letter-spacing: 0.08em;
  color: #7a716e;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .titleBox .date {
    margin-top: 0.05rem;
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .titleBox .date:nth-of-type(1) {
    margin-left: 0.08rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .contents-main .detail .titleBox .date:last-of-type {
    padding-right: 0.05rem;
  }
}
._single .contents-main .detail .titleBox .date.customer {
  display: inline-block;
  padding-left: 0.1rem;
  /*&::before {
  	position: absolute;
  	content: "";
  	display: block;
  	top: .01rem;
  	left: 0;
  	width: 0.14rem;
  	height: 0.14rem;
  	background-image: url(../common/img/cms_icon_time.svg);
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: contain;
  	@include sc(sp) {
  		top: .026rem;
  		width: 0.12rem;
  		height: 0.12rem;
  	}

  }*/
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .titleBox .date.customer {
    padding-left: 0.1rem;
  }
}
._single .contents-main .detail .titleBox .title {
  margin-top: 0.14rem;
  padding: 0.14rem 0.17rem 0;
  font-family: "hannari";
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 0.26rem;
  line-height: 1.53;
  color: #473933;
  border-top: 1px solid rgba(122, 113, 110, 0.2);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .titleBox .title {
    margin-top: 0.12rem;
    padding: 0.08rem 0.08rem 0;
    font-size: 0.22rem;
  }
}
._single .contents-main .detail .detailBox {
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .detailBox {
    margin-top: 0.2rem;
  }
}
._single .contents-main .detail .detailBox > .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #473933;
  font-size: 0.21rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid #473933;
}
.os-android ._single .contents-main .detail .detailBox > .title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .detailBox > .title {
    font-size: 0.2rem;
    line-height: 1.75;
  }
}
._single .contents-main .detail .detailBox > p {
  margin-top: 0.4rem;
  color: #473933;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.17rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.23;
}
.os-android ._single .contents-main .detail .detailBox > p {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .detailBox > p {
    margin-top: 0.2rem;
    font-size: 0.15rem;
    line-height: 2.13;
  }
}
._single .contents-main .detail .detailBox .phBox {
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .detailBox .phBox {
    margin-top: 0.2rem;
  }
}
._single .contents-main .detail .detailBox .phBox .link {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 641px) {
  ._single .contents-main .detail .detailBox .phBox .link:hover {
    opacity: 0.8;
  }
}
._single .contents-main .detail .detailBox .ph {
  width: 3.1rem;
  height: 2.1rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .detail .detailBox .ph {
    width: 1.55rem;
    height: 1.05rem;
  }
}
._single .contents-main .authorBox {
  background-color: #ebe4d9;
  padding: 0.3rem;
  border-radius: 0.1rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .authorBox {
    padding: 0.2rem;
    border-radius: 0.08rem;
    margin-top: 0.4rem;
  }
}
._single .contents-main .authorBox .thumbBox {
  display: flex;
  align-items: center;
}
._single .contents-main .authorBox .thumbBox .thumb {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 0.55rem;
  overflow: hidden;
  margin-right: 0.3rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .authorBox .thumbBox .thumb {
    width: 1rem;
    height: 1rem;
    margin-right: 0.23rem;
  }
}
._single .contents-main .authorBox .thumbBox .txtBox {
  width: 100%;
  max-width: 5rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .authorBox .thumbBox .txtBox {
    width: calc(100% - 1.23rem);
  }
}
._single .contents-main .authorBox .thumbBox .txtBox .sub {
  padding-bottom: 0.1rem;
}
._single .contents-main .authorBox .thumbBox .txtBox .sub span {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #78a98c;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .authorBox .thumbBox .txtBox .sub span {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .contents-main .authorBox .thumbBox .txtBox .sub .planner {
    display: block;
  }
}
._single .contents-main .authorBox .thumbBox .txtBox .authorTit {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  display: inline-block;
  padding-right: 0.15rem;
}
.os-android ._single .contents-main .authorBox .thumbBox .txtBox .authorTit {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .authorBox .thumbBox .txtBox .authorTit {
    font-size: 0.18rem;
    display: block;
    padding-bottom: 0.1rem;
    padding-right: 0;
  }
}
._single .contents-main .authorBox .thumbBox .txtBox .position {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .authorBox .thumbBox .txtBox .position {
    font-size: 0.13rem;
    display: block;
    padding-bottom: 0.1rem;
  }
}
._single .contents-main .authorBox .txt {
  padding-top: 0.05rem;
}
@media screen and (max-width: 640px) {
  ._single .contents-main .authorBox .txt {
    padding-top: 0.12rem;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  ._single .contents-sub {
    padding-top: 0;
  }
}/*# sourceMappingURL=voice.css.map */