@charset "utf-8";

/*----------------------------------------------------------------------------------------

	baikyaku.css

----------------------------------------------------------------------------------------*/

body {
  background-color: #fff;
}

a {
  text-decoration: none;
}

.dnone, .dnone_pc {
	display: none !important;
}
.cont-w {
	margin-right:	auto;
	margin-left: auto;
	width: 1080px;
}

.btn02 a {
  background-color: #414042;
  display: block;
  color: #beaf87;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
.btn02 a::after {
	margin-left: 10px;
	line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	content: "\f0da";
}
.btn02 a[target="_blank"]::after {
	content: "\f35d";
}

#main-wrap > header {
  margin-bottom: 50px;
}


/* 共通 //
////////////////////////////////////////////////////////////////////*/
.baikyaku h2.title_h2 {
  font-size: 34px;
  line-height: 1;
  text-align: center;
  padding: 88px 0 26px 0;
  position: relative;
  margin-bottom: 57px;
}

.baikyaku h2.title_h2::after {
  content: "";
  width: 50px;
  height: 5px;
  display: inline-block;
  background-color: #beaf87;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* mv //
////////////////////////////////////////////////////////////////////*/
#baikyaku_mv {}

#baikyaku_mv h2 {
  background: #414042;
  color: #beaf87;
  font-weight: 900;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 36px;
  font-feature-settings: initial;
  line-height: 100px;
}

#baikyaku_mv h2 span {
  font-size: 42px;
}

#baikyaku_mv h2 small {
  font-size: 30px;
}

#baikyaku_mv .mv_img {
  background: url(../images/baikyaku/mv.jpg) no-repeat center / cover;
  width: 1080px;
  height: 600px;
  position: relative;
}

#baikyaku_mv .mv_img::after {
  content: "";
  background: url(../images/baikyaku/mrshiraishi.png) no-repeat center / contain;
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: 300px;
  height: 400px;
}

#baikyaku_mv .mv_img p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  background: rgba(0, 0, 0, .60);
  padding: 22px 61px 22px 380px;
  line-height: 1.625;
  font-feature-settings: initial;
  position: absolute;
  bottom: 0;
}

#baikyaku_mv .text {
  background: #beaf87;
  color: #414042;
  font-weight: 700;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 128px;
}

/* nagare //
////////////////////////////////////////////////////////////////////*/
#nagare .cont-w {
  margin-bottom: 80px;
}

#nagare .step {
  position: relative;
  min-height: 240px;
}

#nagare .step_in {
  min-height: 240px;
  margin-top: 40px;
  position: relative;
}

#nagare .step p:not(.float-boxR) {
  padding-right: 390px;
  font-size: 16px;
}

#nagare .title02 {
  font-size: 24px;
  line-height: 1.4;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  clear: both;
  border-bottom: solid 1px #beaf87;
  color: #333;
  font-weight: 900;
  position: relative;
  width: 680px;
}

#nagare .title02.balloon i {
  font-size: 30px;
  line-height: 34px;
  padding-top: 2px;
  color: #cc0000;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
  font-family: 'Futura PT', sans-serif;
  padding-right: 20px;
}

#nagare .float-boxR {
  width: 360px;
  position: absolute;
  right: 0;
  top: 0;
  height: 240px;
}

#nagare .float-boxR img {
  width: 100%;
}

#nagare div p:not(.float-boxR) {
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 16px;
}

#nagare .btm-txt {
  font-size: 14px !important;
  margin-top: 1em;
}

#nagare h4 {
  font-size: 18px;
  font-weight: 900;
  color: #beaf87;
  line-height: 1;
  margin-bottom: 15px;
}

/* よくある質問 //
////////////////////////////////////////////////////////////////////*/
#question {
  padding-bottom: 60px;
}

#question .qa_toggle_content {
  margin-top: 80px;
}

#question .qa_toggle_content {
  margin-top: 0rem;
}

#question .qa_toggle {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

#question .qa_toggle {
  cursor: pointer;
}

#question .qa_toggle h4 {
  position: relative;
  padding: 2rem 16rem 2rem 2.5rem;
  font-size: 22px;
  color: #414042;
  height: 106px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 25px;
  border: 3px solid #beaf87;
  letter-spacing: 1.4px;
  transition: all 0.4s ease-in-out;
}

#question .qa_toggle h4 i {
  padding: 0 1rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

#question .qa_toggle h4 i::before {
  content: "Q";
  color: #beaf87;
  font-family: 'Lora', sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  padding: 0;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  display: block;
}

#question section.qa_toggle h4:hover {
  opacity: 0.8;
  transition: 0.2s;
}

#question .qa_toggle h4.open::after {
  content: "\f106";
}

#question .qa_toggle h4::after {
  position: absolute;
  right: 1rem;
  padding: 1rem;
  margin: 0;
  font-size: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
}

#question .qa_toggle_content .qa_toggle h4::after {
  content: "\f078";
  color: #beaf87;
}

#question .qa_toggle_in {
  padding: 0 9rem 0 4rem;
  display: none;
  background: rgba(204, 204, 204, .2);
}

#question .qa_toggle_in p {
  padding: 20px;
}

#question .qa_toggle h5 {
  font-weight: normal;
  margin-bottom: 1rem;
}

#question .qa_toggle h5::before {
  display: none;
}

#question .qa_toggle .qa_toggle_in h5 {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1.4px;
}

#question .qa_toggle .qa_toggle_in h5::before {
  content: "A";
  color: #a1a1a1;
  font-family: 'Lora', sans-serif;
  font-weight: bold;
  font-size: 60px;
  box-sizing: border-box;
  display: block;
  padding: 0 1.5rem;
}

.qa_toggle>h4.open {
  box-shadow: none;
}

/* 相談事例 //
////////////////////////////////////////////////////////////////////*/
#soudan_jirei {
  background: rgba(190, 175, 135, .15);
  padding-bottom: 80px;
}

#soudan_jirei .card-container .post-info h2 {
  color: #beaf87;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 15px 10px;
  text-align: justify;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}

#soudan_jirei .card-container {
  display: flex;
  gap: 30px;
  justify-content: center;
}

#soudan_jirei .card {
  width: 340px;
}

#soudan_jirei .card a {
  padding: 10px 10px 30px;
  background: #fff;
  box-sizing: border-box;
  display: block;
}

#soudan_jirei .post-thumbnail img {
  width: 320px;
  height: 210px;
  display: block;
  object-position: center;
  object-fit: cover;
}

#soudan_jirei .post-content {
  font-size: 16px;
  line-height: 1.75;
  padding: 0 15px;
  text-align: justify;
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 4;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
}

#soudan_jirei p {
  text-align: center;
}

#soudan_jirei .btn02 {
  text-align: center;
  margin-top: 30px;
}

#soudan_jirei .btn02 a {
  box-sizing: border-box;
  padding: 0 40px;
  min-width: 260px;
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  vertical-align: bottom;
}

/* お客様の声 //
////////////////////////////////////////////////////////////////////*/
section#voice {
  padding-bottom: 80px;
}

/* cv_point //
////////////////////////////////////////////////////////////////////*/
#cv_pt {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/common/texture01.gif);
  background-color: #e6e7e8;
  position: relative;
  font-feature-settings: 'palt';
}

#cv_pt h2 {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-bottom: 40px;
  line-height: 1;
}

#cv_pt h2 span {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
}

#cv_pt h2 em {
  font-size: 48px;
  font-weight: 900;
}

#cv_pt p {
  text-align: center;
  font-size: 18px;
}

#cv_pt ul {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

#cv_pt li {
  width: 340px;
  height: 100px;
}

#cv_pt ul li i {
  padding-right: 10px;
  padding-top: 5px;
}

#cv_pt li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#cv_pt li.cv_tel a {
  background: #414042;
  color: #beaf87;
  font-size: 30px;
  font-weight: 900;
}

#cv_pt li.cv_satei a {
  background: #beaf87;
  color: #414042;
  font-size: 24px;
  font-weight: 900;
}

#cv_pt li.cv_line a {
  background: #fff;
  color: #06c755;
  border: 1px solid #06c755;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 900;
  gap: 20px;
}

#cv_pt li.cv_line img {
  width: 50px;
  height: 50px;
}

/* des64 ///
---------------------------------------------- */