@charset "UTF-8";
/*WEBフォント
----------------------------------------------------*/
/*トップページ
----------------------------------------------------*/
#mainimage {
  display: block;
  position: relative;
  background: #f8f8f8;
  box-sizing: border-box;
}

#mainimage #mainimge_main {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1428px;
  margin: 0 auto;
  line-height: 0;
}

#mainimage #mainimge_main img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#mainimage #mainimge_strongpoint {
  display: block;
  background: #5d4037;
  box-sizing: border-box;
  padding: 0;
}

#mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

#mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap ul {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  gap: 0 clamp(8px, 1.5vw, 20px);
  padding: 0;
}

#mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: relative;
  border-right: 1px dotted #d9d2d0;
  padding-right: clamp(8px, 1.5vw, 20px);
  min-height: clamp(80px, 10vw, 120px);
}

#mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap ul li:last-of-type {
  border-right: none;
}

#mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap ul li img {
  width: auto;
  max-width: fit-content;
  height: 5vw;
  max-height: 72px;
  line-height: 0;
}

#mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap .mainimge_strongpoint-img {
  line-height: 0;
  position: relative;
  margin-top: -48px;
  margin-left: clamp(16px, 2vw, 24px);
  width: 40vw;
  max-width: 563px;
}

#mainimage #mainimge_strongpoint .mainimge_strongpoint-wrap .mainimge_strongpoint-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.top_conts {
  box-sizing: border-box;
  margin: 64px 0;
  position: relative;
}

.top_conts.top0 {
  margin-top: 0;
}

.top_conts01-wrap {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.top_info {
  border: 2px solid #ff0000;
  color: #ff0000;
  box-sizing: border-box;
  padding: 24px;
}

.top_info p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
}

/*feature
----------------------------------------------------*/
.feature_conts {
  border-bottom: 2px dotted #303030;
  padding-bottom: 36px;
  margin-bottom: 36px;
}

.feature_ttl {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 24px;
}

.feature_ttl-img {
  width: 100%;
  max-width: 87px;
}

.feature_ttl-text {
  width: 100%;
  margin-left: 20px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Noto Serif", serif;
}

.feature_textarea-img {
  float: right;
  margin-left: 16px;
}

.feature_textarea-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.08);
}

/*caselist
----------------------------------------------------*/
.caselist_link {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.caselist_link li {
  width: calc(100% / 3 - 10px);
  line-height: 0;
}

.caselist_link li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.caselist_checklist {
  margin-top: 32px;
  background: #f7f1e9;
  box-sizing: border-box;
  padding: 40px 32px;
  position: relative;
  margin-bottom: 64px;
}

.caselist_checklist ul li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: url("../images/common/icon_nayami01.png") no-repeat left top;
  padding-left: 36px;
  border-bottom: 2px dashed #989591;
  padding-bottom: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.caselist_checklist-text {
  margin-top: 32px;
}

.caselist_checklist-text p {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  text-align: center;
  margin-bottom: 0 !important;
}

/*last
----------------------------------------------------*/
.last_conts {
  background: #f1e5d7;
  box-sizing: border-box;
  padding: 30px;
}

.last_conts-wrap {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  padding: 24px 20px;
  width: 100%;
  height: 100%;
}

.last_textconts {
  border-left: 3px solid #f1e5d7;
  border-right: 3px solid #f1e5d7;
  margin: 12px 0;
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
}

.last_textconts:before, .last_textconts:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #f1e5d7;
  position: absolute;
  top: 0;
}

.last_textconts:before {
  left: 5px;
}

.last_textconts:after {
  right: 5px;
}

.last_ttl {
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  line-height: 1.5;
  color: #544124;
  text-align: center;
  margin-bottom: 32px;
}

.last_ttl .br {
  display: block;
  margin-bottom: 12px;
}

.last_ttl strong {
  font-size: 1.35em;
  font-weight: bold;
  color: #ba9d43;
  line-height: 1;
}

.last_subconts {
  margin-bottom: 20px;
}

.last_subconts:last-of-type {
  margin-bottom: 0;
}

.last_subconts p {
  font-size: 18px;
  font-weight: bold;
  color: #544124;
}

.last_subconts-ttl {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  color: #d74412;
  line-height: 1.75;
}

.last_bg-up,
.last_bg-down {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
}

.last_bg-up p,
.last_bg-down p {
  line-height: 0;
  margin-bottom: 0 !important;
}

.last_bg-up p img,
.last_bg-down p img {
  width: auto;
  max-width: fit-content;
  height: auto;
}

.last_bg-up p.last_bg-line,
.last_bg-down p.last_bg-line {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 12px;
  position: relative;
}

.last_bg-up {
  top: 0;
}

.last_bg-up .last_bg-line {
  border-top: 3px solid #f1e5d7;
}

.last_bg-up .last_bg-line:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #f1e5d7;
  position: absolute;
  left: 0;
  top: 5px;
}

.last_bg-down {
  bottom: 0;
}

.last_bg-down .last_bg-line {
  border-bottom: 3px solid #f1e5d7;
}

.last_bg-down .last_bg-line:before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #f1e5d7;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.last_textarea01 {
  margin-top: 20px;
}

.last_textarea01 p {
  font-size: 16px;
  font-weight: bold;
}
