﻿@charset "utf-8";
body {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans,
    Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
}
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  #baselayout {
    overflow-x: hidden !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.fr {
  float: right;
}
/*------------------
color
------------------*/
.orange {
  color: #ff7e00;
}
/*------------------
txt
------------------*/
.ct {
  text-align: center;
}
.serif {
  font-family: serif;
}
.mdtxt {
  font-size: 2.2rem;
  line-height: 2em;
  letter-spacing: 3px;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.point_read {
  margin-left: 100px !important;
}

@media screen and (max-width: 768px) {
  .point_read {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mdtxt {
    font-size: 1.5rem;
    line-height: 2em;
    letter-spacing: 1px;
  }
}
.baseh3 {
  text-align: center;
  font-size: 4rem;
  line-height: 2em;
  background: url(../../common/images/bdr01.gif) no-repeat;
  background-position: 50% bottom;
  padding: 1.5em 0 1em;
  letter-spacing: 4px;
  font-weight: 600;
}
.baseh3.gr {
  text-align: center;
  font-size: 4rem;
  line-height: 2em;
  background: url(../../common/images/bdr02.gif) no-repeat !important;
  background-position: 50% bottom !important;
  padding: 1.5em 0 1em;
  letter-spacing: 4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .baseh3 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2em;
    background: url(../../common/images/bdr01.gif) no-repeat;
    background-position: 50% bottom;
    padding: 1.5em 0 1em;
    letter-spacing: 4px;
    font-weight: 600;
  }
  .baseh3.gr {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2em;
    background: url(../../common/images/bdr02.gif) no-repeat !important;
    background-position: 50% bottom !important;
    padding: 1.5em 0 1em;
    letter-spacing: 4px;
    font-weight: 600;
  }
}
.basetxt {
  font-size: 1.4rem;
  line-height: calc(20/14);
  margin: 30px 0 0px;
}
.basetxt02 {
  font-size: 2rem;
  line-height: 1.8em;
  margin: 25px 0 10px;
  letter-spacing: 3px;
}
.marker {
  background: linear-gradient(transparent 80%, #ffed23 60%);
  font-weight: 700;
}
.txt_fig_box_ttl {
  margin-top: 30px !important;
}
hr {
  border: none;
  height: 1px;
  background: #d7d7d7;
  margin: 40px 0 60px;
}
.mt40 {
  margin-top: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
/*------------------
box
------------------*/
#baselayout {
  color: #000;
}
.grbg {
  width: 100%;
  padding: 3em 0;
  background: #08a466;
  color: #fff;
}
.grbg .inner {
  width: 1152px;
  margin: 0 auto;
}
.bg_gray section.section {
  padding: 40px 16px !important;
}
@media screen and (max-width: 768px) {
  .grbg {
    width: 100%;
    padding: 3em 0;
    background: #08a466;
    color: #fff;
    margin: -5px 0 0;
  }
  .grbg .inner {
    width: 90%;
    margin: 0 auto;
  }
  hr {
    border: none;
    height: 1px;
    background: #d7d7d7;
    margin: 40px 0 30px;
  }
}
/*------------------
btn
------------------*/
.btnbox {
  width: 100%;
  display: flex;
  margin: 15px 0;
}
.btnbox a {
  margin: 0 0 0 10px;
}
.btnbox.mid {
  width: 465px;
  display: flex;
}
.btnbox.full {
  width: 600px;
  margin: 30px auto;
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .btnbox.full {
    width: 100%;
    margin: 20px auto;
    display: block;
  }
  .btnbox a {
    margin: 0;
  }
}
.btn_corporative {
  margin: 5px 0 0 10px;
  text-align: center;
  width: 100%;
}
.kottou .btn_corporative {
  margin-top: 15px;
}
.btn_corporative a {
  font-size: 1.4rem;
  margin: 0;
}
.kottou .btn_corporative a:link,
.kottou .btn_corporative a:visited {
  color: #ffffff;
}
.kottou .btn_corporative a:hover,
.kottou .btn_corporative a:active {
  color: #ffffff;
}
a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #f25449;
  border: 1px solid #f25449;
  box-sizing: border-box;
  padding: 0 25px 0 20px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: 50px;
    position: relative;
    background: #f25449;
    border: 1px solid #f25449;
    box-sizing: border-box;
    padding: 0 25px 0 20px;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    margin-right: 5px;
  }
}
a.btn_01:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 20px;
  margin-top: -6px;
}
a.btn_01:hover {
  background: #fff;
  color: #f25449;
}
a.btn_01:hover:before {
  border-top: 2px solid #f25449;
  border-right: 2px solid #f25449;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #00b900;
  border: 1px solid #00b900;
  box-sizing: border-box;
  padding: 0 25px 0 20px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
    background: #00b900;
    border: 1px solid #00b900;
    box-sizing: border-box;
    padding: 0 25px 0 20px;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    margin-left: 5px;
  }
}
a.btn_02:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 20px;
  margin-top: -6px;
}
a.btn_02:hover {
  background: #fff;
  color: #00b900;
}
a.btn_02:hover:before {
  border-top: 2px solid #00b900;
  border-right: 2px solid #00b900;
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  position: relative;
  background: #0dbb75;
  border: 1px solid #0dbb75;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  a.btn_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 60px;
    position: relative;
    background: #0dbb75;
    border: 1px solid #0dbb75;
    box-sizing: border-box;
    padding: 0 25px 0 40px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    margin: 0 auto;
  }
}
a.btn_03:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 51%;
  right: 20px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #0dbb75;
}
a.btn_03:hover:before {
  border-top: 2px solid #0dbb75;
  border-right: 2px solid #0dbb75;
}
a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #08a466;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  a.btn_04 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 0 25px 0 20px;
    color: #08a466;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    margin: 0 !important;
  }
}
a.btn_04:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #08a466;
  border-right: 2px solid #08a466;
  transform: rotate(45deg);
  position: absolute;
  top: 51%;
  right: 20px;
  margin-top: -6px;
}
a.btn_04:hover {
  background: #08a466;
  color: #fff;
}
a.btn_04:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
a.btn_05 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80px;
  position: relative;
  background: #0dbb75;
  border: 1px solid #0dbb75;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  a.btn_05 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 60px;
    position: relative;
    background: #0dbb75;
    border: 1px solid #0dbb75;
    box-sizing: border-box;
    padding: 0 25px 0 40px;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    margin: 0 auto;
  }
}
a.btn_05:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 51%;
  right: 20px;
  margin-top: -6px;
}
a.btn_05:hover {
  background: #fff;
  color: #0dbb75;
}
a.btn_05:hover:before {
  border-top: 2px solid #0dbb75;
  border-right: 2px solid #0dbb75;
}

/*------------------
kv
------------------*/
.keyv {
  position: relative;
  width: 100%;
  height: 590px;
}
.bgdl01 {
  height: 590px;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  display: flex;
  margin: 0 !important;
}
.bgdl01 dt {
  width: 50%;
}
.bgdl01 dd {
  width: 50%;
  background: url(../../common/images/kv_r_bg.jpg) no-repeat;
  background-size: cover;
}
h2.mv_h2 {
  font-size: 5.5rem;
  letter-spacing: 3px;
  font-weight: 400;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.9));
}
h2.mv_h2 span {
  font-size: 124px;
}
.kv_txt {
  line-height: 1.5;
  padding: 2.2em 3em 2.2em 5.8em;
  font-size: 2.4rem;
  letter-spacing: 3px;
  background: url(../../common/images/kv_img.jpg) 0 50% no-repeat;
}
.keyv .inner .pic {
  position: absolute;
  top: 50px;
  right: 30px;
}
@media screen and (min-width: 769px) {
  .keyv .inner {
    width: 1152px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .keyv .inner {
    width: 100%;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
  }
}
.keyvsp {
  width: 100%;
  margin: 0;
}
.keyvsp img,
.keyvsp source {
  width: 100%;
  height: auto;
}
/*------------------
att
------------------*/
.att {
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(213, 245, 253, 1) 100%
  );
  background-size: 100% 500px;
  background-repeat: no-repeat;
}
.att .inner {
  width: 1152px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .att .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}
.att .inner p {
  width: 750px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 1.5px;
  margin: 3.5em 0;
}
@media screen and (max-width: 768px) {
  .att .inner p {
    width: 90%;
    font-size: 1.5rem;
    line-height: 2;
    word-break: break-all;
    letter-spacing: 1px;
    margin: 1.5em auto 3em;
  }
}
.att .inner p.indent {
  padding: 15px 0 0;
}
.att .inner .pic {
  position: absolute;
  width: 391px;
  height: 488px;
  top: 30px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .att .inner .pic {
    display: none;
  }
}
.attul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -3em;
}
.attul li {
  width: 180px;
  height: 180px;
  margin: 10px;
  background: url(../../common/images/ar01.png) #08a365 50% 90% no-repeat;
  border-radius: 100px;
  list-style: none;
  margin-right: 60px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.5s;
}
.attul li.redlink {
  background: url(../../common/images/ar01.png) #f25449 50% 90% no-repeat;
}
.attul li.redlink span {
  position: absolute;
  top: 25px;
  left: 26%;
  width: 83px;
  background: url(../../common/images/rec_bg_l.png),
    url(../../common/images/rec_bg_r.png);
  background-position: left, right;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .attul li.redlink span {
    position: absolute;
    top: 20px;
    left: 21%;
    width: 83px;
    background: url(../../common/images/rec_bg_l.png),
      url(../../common/images/rec_bg_r.png);
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
.attul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff !important;
  text-decoration: none;
}
.attul li:hover {
  transform: scale(1.1);
  transition-duration: 0.2s;
}
.attul li a p {
  width: initial !important;
}
@media screen and (max-width: 768px) {
  .attul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -3em;
  }
  .attul li {
    width: 140px;
    height: 140px;
    margin: 10px;
    background: url(../../common/images/ar01.png) #08a365 50% 90% no-repeat;
    border-radius: 100px;
    list-style: none;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition-duration: 0.5s;
  }
  .attul li a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff !important;
    text-decoration: none;
  }
  .attul li a p {
    width: initial !important;
    padding-top: 22px;
  }
  .attul li a p.indent {
    padding-top: 40px !important;
  }
}

.kaiga_kaitori_merit.section.section_wide .sec_ttl{
  line-height: calc(62/48);
}

.merit_dl {
  width: 100%;
  display: flex;
  margin: 5em 0;
  padding-bottom: 3em;
  justify-content: flex-start;
  border-bottom: 1px solid var(--bg-gray-a9);
}
.merit_dl.last {
  width: 100%;
  display: flex;
  margin: 5em 0 0;
  padding-bottom: 0;
  justify-content: flex-start;
  border: none;
}
.merit_dl dt {
  width: 45%;
  position: relative;
}
.merit_dl dt span.recico {
  position: absolute;
  top: -21px;
  left: -21px;
  width: 100px;
  height: 100px;
}
.merit_dl dd {
  width: 55%;
  box-sizing: border-box;
  padding-left: 5em;
  vertical-align: top;
}
.scorebox {
  margin: 10px 0 0;
  text-align: left;
}
.scorebox .top,
.scorebox .btm {
  display: flex;
  margin-bottom: 15px;
}

.scorebox_top {
  background: var(--green-008);
  padding: 1rem 1rem 1rem 2rem;
  text-align: left;
  color: var(--wh);
  border-radius: 2px;
  display: flex;
  align-items: center;
  max-width: 33rem;
  width: 100%;
  gap: 0.5rem 2rem;
}

.scorebox_btm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 3rem;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .scorebox_btm {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}

.scorebox_sub {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
}

.score_01 {
  display: block;
  width: 250px;
  height: 46px;
  line-height: 46px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
  background: url(../../common/images/scorebg.jpg) no-repeat;
  padding: 0;
  text-align: center;
}

.score_icon {
  background-color: var(--wh);
  width: 168px;
  height: 36px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.score_icon img {
  width: 14.4rem;
  height: 2.4rem;
}

.score_icon_sub {
  width: 10.6rem;
}

.merit_dl dd p.score_reco_ttl {
  color: var(--wh);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: normal;
  font-family: var(--font-main);
  font-weight: 700;
  white-space: nowrap;
}

.score_02 {
  width: 50%;
  line-height: 30px;
  padding: 3px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  background: #e9e9e9;
  padding: 0;
  text-align: center;
}
.merit_dl dd p.score_ttl {
  color: var(--green-008);
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--font-main);
}
@media screen and (max-width: 768px) {
  .merit_dl dd p.score_ttl {
    line-height: calc(20/14);
    width: 70px;
    text-align-last: justify;
  }
}

.merit_dl dd .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 20px;
  font-family: var(--font-notoSerif);
  color: var(--txt-bk1a);
}
.merit_dl dd p {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  letter-spacing: normal;
  color: var(--txt-bk1a);
  font-family: var(--font-main);
  font-weight: 400;
}
.scorebox div.top p.star01 {
  font-size: 4rem !important;
  color: #dddddd;
  margin: 5px 0 !important;
  letter-spacing: 5px;
  padding-left: 0.5em;
  line-height: 1em;
}
.scorebox div.btm p.star02 {
  font-size: 1.5rem !important;
  color: #dddddd;
  margin: 5px 0 !important;
  letter-spacing: 5px;
  padding-left: 0.5em;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .kaiga_kaitori_merit.section.section_wide .sec_ttl{
    max-width: 691px;
    width: 100%;
    margin-inline: auto;
    line-height: 140%;
    text-align: left;
  }
  .score_01 {
    width: 118px !important;
    height: 32px;
    line-height: 32px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../../common/images/scorebg.jpg) 50% 90% no-repeat;
    background-size: 118px auto;
    padding: 0;
    text-align: center;
  }
  .merit_dl {
    width: 100%;
    flex-direction: column-reverse;
    margin: 4rem 0;
    padding-bottom: 3em;
    justify-content: flex-start;
    border-bottom: 1px solid #d7d7d7;
    gap: 3rem;
  }
  .merit_dl.last {
    width: 100%;
    flex-direction: column-reverse;
    margin: 4rem 0 0;
    padding-bottom: 0;
    justify-content: flex-start;
    border: none;
  }
  .merit_dl dt {
    max-width: 691px;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .merit_dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .merit_dl dt span.recico {
    position: absolute;
    top: -30px;
    right: -15px;
  }
  .merit_dl dd {
    max-width: 691px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 0 !important;
    vertical-align: top;
  }

  .merit_dl dd .ttl {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }

  .merit_dl dd .ttl.flex_ttl {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin: 0 0 20px;
  }
  .scorebox .top,
  .scorebox .btm {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .score_02 {
    width: 20%;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 3px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    background: #e9e9e9;
    padding: 0;
    text-align: center;
  }
  .scorebox div.top p.star01 {
    width: 55% !important;
    font-size: 2.8rem !important;
    color: #dddddd;
    margin: 5px 0 !important;
    letter-spacing: 5px;
    padding-left: 0.5em;
    line-height: 1em;
  }
  .scorebox div.btm p.star02 {
    width: 30% !important;
    font-size: 1.5rem !important;
    color: #dddddd;
    margin: 5px 0 !important;
    letter-spacing: 1px;
    padding-left: 0.5em;
    line-height: 1em;
  }
  .flex_ttl span.recico {
    width: 6.8rem;
    height: 6.8rem;
    display: block;
    flex-shrink: 0;
  }
  .flex_ttl span.recico img {
    width: 100%;
    height: auto;
  }
}

/*------------------
point
------------------*/
.highprice_point_area.bg_gray {
  padding-bottom: 17.2rem;
}
@media screen and (max-width: 768px) {
  .highprice_point_area.bg_gray {
    padding-bottom: 1.6rem;
  }
}

.highprice_point_area .inner {
  padding: 0 1.6rem;
  margin: 0 auto;
}

.highprice_point_ttl {
  padding-top: 12rem;
  line-height: calc(62 / 48);
}
@media screen and (max-width: 768px) {
  .highprice_point_ttl {
    text-align: left;
    padding-top: 4.8rem;
    line-height: 140%;
    max-width: 691px;
    width: 100%;
    margin-inline: auto;
  }
}

.highprice_point_text {
  display: block;
  font-size: 1.8rem;
  line-height: calc(32 / 18);
  color: var(--txt-bk1a);
  font-family: var(--font-main);
  font-weight: 400;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .highprice_point_text {
    font-size: 1.4rem;
    line-height: calc(20 / 14);
    margin-bottom: 2rem;
  }
}


.highprice_point_container.section.section_wide {
  background-color: var(--wh);
  padding: 7.2rem 2rem 4.7rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .highprice_point_container.section.section_wide {
    padding: 3rem 2rem 0.7rem;
    margin-top: 3rem;
    max-width: 691px;
    width: 100%;
  }
}

.point_dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  max-width: 1039px;
  width: 100%;
  margin-inline: auto;
}
.point_dl dt {
  width: 50%;
}
.point_dl dd {
  width: 47%;
}
.point_dl.short dt {
  width: 16%;
  padding-top: 2%;
}
.point_dl.short dd {
  width: 84%;
  padding-left: 5%;
  padding-top: 2%;
}

.point_dl dt .chek_ul li {
  list-style: none;
  font-size: clamp(22px, calc(16px + (32 - 16) * ((100vw - 768px) / (1151 - 768))), 32px);
  line-height: 1;
  display: flex;
  align-items: center;
  color: var(--txt-bk1a);
  font-family: var(--font-notoSerif);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 1.2rem;
}
.point_dl dt .chek_ul li span {
  font-size: clamp(16px, calc(16px + (24 - 16) * ((100vw - 768px) / (1440 - 768))), 24px);
}
.point_dl dt .chek_ul li:before {
  content: "";
  width: clamp(19.5px, calc(19.5px + (31 - 19.5) * ((100vw - 768px) / (1440 - 768))), 31px);
  height: clamp(12.3px, calc(12.3px + (19.5 - 12.3) * ((100vw - 768px) / (1440 - 768))), 19.5px);
  background: url(../../common/images/icon_check.png) no-repeat;
  background-size: contain;
  flex-shrink: 0;
  margin-right: 3%;
}
@media screen and (max-width: 1151px) {
  .point_dl dt .chek_ul li {
    white-space: normal;
  }
}

.chek_ul p {
  white-space: pre-wrap;
  word-break: keep-all;
}

.highprice_point_area .basetxt {
  font-size: 1.8rem;
  line-height: calc(26 / 18);
  color: var(--txt-bk1a);
  font-family: var(--font-main);
  font-weight: 400;
  margin-top: 3rem;
}


.replica_area.section.section_wide {
  padding: 12rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .replica_area.section.section_wide {
    padding: 4.8rem 1.6rem;
    max-width: 700px;
    width: 100%;
    margin-inline: auto;
  }
}

.replica_area.section.section_wide .sec_ttl {
  line-height: calc(62 / 48);
}
@media screen and (max-width: 768px) {
  .replica_area.section.section_wide .sec_ttl {
    line-height: calc(40 / 28);
    text-align: left;
  }
}

.replica_img {
  margin: 6rem auto 0;
  max-width: 358px;
  width: 100%;
}
.replica_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .replica_img {
    margin: 3rem auto 0;
  }
}

.kakejiku_img {
  max-width: 794px;
  width: 100%;
  margin-inline: auto;
}


.replica_txt-wrap {
  margin: 6rem auto 0;
  max-width: 794px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .replica_img {
    margin: 4rem auto 0;
  }
}
.basetxt.replica_txt {
  font-size: 1.8rem;
  line-height: calc(26 / 18);
  color: var(--txt-bk1a);
  font-family: var(--font-main);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .basetxt.replica_txt {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }
}

.att_ttl_b {
  width: 600px;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
}
.att_ttl_b:before,
.att_ttl_b:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.att_ttl_b:before {
  margin-right: 2rem;
}
.att_ttl_b:after {
  margin-left: 2rem;
}
.bdrbox {
  width: 100%;
  margin: 0 0 35px;
  border: solid #d7d7d7 1px;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
.highprice_point_area .bdrbox {
  padding: 8.4rem 6.1% 1.3rem;
  max-width: 1052px;
  width: 100%;
  margin-inline: auto;
  margin-top: 7rem;
  border: solid var(--bg-gray-a9) 1px;
}

.bdrbox span.pic {
  position: absolute;
  top: -30px;
  left: -1px;
}
.highprice_point_area .bdrbox span.box_icon-point {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20.1rem;
}
.highprice_point_area .bdrbox span.box_icon-point img {
  width: 100%;
  height: auto;
}

.basetxt-point_txt {
  font-size: 1.8rem;
  line-height: calc(32 / 18);
  color: var(--txt-bk1a);
  font-family: var(--font-main);
  font-weight: 400;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {

  .w_bg .inner,
  .g_bg .inner {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 0 0 !important;
  }
  .point_dl {
    width: 100%;
    display: block;
    margin: 30px auto 50px !important;
  }
  .point_dl dt {
    width: 100%;
  }
  .point_dl dd {
    width: 100%;
    padding-left: 0 !important;
  }
  .point_dl.short dt {
    width: 100%;
    text-align: center;
    padding-top: initial !important;
    margin-bottom: 4em;
    display: block;
  }
  .point_dl.short dd {
    width: 100%;
    padding-left: initial !important;
    padding-top: initial !important;
  }
  .point_dl dd img {
    width: 100%;
    height: auto;
  }
  .att_ttl_b {
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
  }
  .point_dl dt .chek_ul li {
    list-style: none;
    font-size: 2rem;
    gap: 0;
    line-height: calc(26 / 20);
    margin-bottom: 0.4rem;
  }
  .point_dl dt .chek_ul li span {
    font-size: 1.4rem;
  }
  .point_dl dt .chek_ul li:before {
    content: "";
    width: 2rem;
    height: 1.2rem;
    margin-right: 1.2rem;
  }

  .highprice_point_area .bdrbox {
    margin-top: 4rem;
    padding:2rem 0 0;
    border: none;
  }

  .highprice_point_area .bdrbox span.box_icon-point {
    position: static;
    width: 20.1rem;
    display: block;
  }

  .highprice_point_area .basetxt-point_txt {
    font-size: 1.6rem;
    line-height: calc(24 / 16);
  }
  .point_dl dt p.basetxt {
    margin: 25px 0 25px;
    font-size: 1.4rem;
    line-height: calc(20 / 14);
  }
  .bdrbox span.pic {
    width: 190px;
    position: absolute;
    top: -20px;
    left: 0px;
  }
  .bdrbox span.pic img {
    width: 100%;
    height: auto;
  }
  .bdrbox {
    width: 100%;
    margin: 0 0 35px;
    border: solid #d7d7d7 1px;
    padding: 15px 17px;
    box-sizing: border-box;
    position: relative;
  }
}

.kaiga_kaitori_artist_txt {
  font-size: 1.8rem;
  line-height: calc(32 / 18);
  color: var(--txt-bk1a);
  font-family: var(--font-main);
  font-weight: 400;
  margin-top: 6rem;
  width: 794px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .kaiga_kaitori_artist_txt {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
    margin-top: 3rem;
    max-width: 691px;
    width: 100%;
  }
}
.kaiga_kaitori_artist_btn {
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .kaiga_kaitori_artist_btn {
    margin: 3.2rem auto 0;
  }
}

/*------------------
performance
------------------*/
.performance {
  width: 100%;
  background: #f1f1f1;
  padding: 2em 0;
}
.slider {
  width: 90%;
  margin: 0 auto;
  padding: 8em 0 0 5em;
}
@media screen and (max-width: 768px) {
  .slider {
    width: 90%;
    margin: 0 auto;
    padding: 4em 0 0 6em;
  }
}
.slider li {
}
.slider li .picarea {
  width: 250px;
  height: 200px;
  background: #fff;
  position: relative;
}
.slider li .picarea img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.slider li .pf_01 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0;
}
.slider li .pf_02 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0;
}
.slider li .pf_02 span {
  font-size: 4rem;
  margin-left: 15px;
}
.performance ul.slider .prev.slick-arrow {
  position: absolute;
  left: -25px;
  top: 150px;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../../common/images/slicar_l.jpg) no-repeat;
}
.performance ul.slider .next.slick-arrow {
  position: absolute;
  right: -20px;
  top: 150px;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../../common/images/slicar_r.jpg) no-repeat;
}
@media screen and (max-width: 768px) {
  .performance ul.slider .prev.slick-arrow {
    position: absolute;
    left: -25px;
    top: 118px;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../../common/images/slicar_l.jpg) no-repeat;
  }
  .performance ul.slider .next.slick-arrow {
    position: absolute;
    right: -20px;
    top: 118px;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../../common/images/slicar_r.jpg) no-repeat;
  }
}
/*------------------
ctrarea
------------------*/
.ctrarea {
  width: 100%;
  background: #b9bb0d;
  padding: 2em 0;
}
.ctrarea p {
  font-size: 3.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 2em;
  padding: 1em 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .ctrarea {
    width: 100%;
    background: #b9bb0d;
    padding: 0em 0 3em;
  }
  .ctrarea p {
    width: 90%;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    line-height: 2em;
    padding: 1em 0;
    letter-spacing: 3px;
  }
  .ctrarea p.small_Txt {
    display: none;
  }
}
dl.ctr_Btnarea {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
dl.ctr_Btnarea dt {
  width: 50%;
  padding: 0 3em;
}
dl.ctr_Btnarea dd {
  width: 50%;
  padding: 0;
}
.tel {
  width: 100%;
  display: inline-block;
  background: url(../../common/images/fdial_ico.png) 17% 50% no-repeat;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 7px 0 15px 85px;
  color: #fff;
}
.ctrarea dl.ctr_Btnarea dt div.tel {
  width: 100%;
  display: inline-block;
  background: url(../../common/images/fdial_ico.png) 3% 50% no-repeat;
  background-size: 45px auto;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 15px 0 15px 90px;
  color: #fff;
}
.small_Txt {
  color: #fff;
  font-size: 1.5rem !important;
  margin: -19px 0 0 4px !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  dl.ctr_Btnarea {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: center;
  }
  dl.ctr_Btnarea dt {
    width: 100%;
    padding: 0 3em;
  }
  dl.ctr_Btnarea dd {
    width: 100%;
    padding: 0;
  }
  .tel {
    width: 100% !important;
    display: block;
    background: url(../../common/images/fdial_ico.png) 15px 42% no-repeat;
    background-size: 45px auto;
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 7px 0 15px 70px;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #fff;
  }
  .ctr_Btnarea dd .btnbox.mid {
    width: 86% !important;
    margin: 10px auto;
    display: flex;
  }
  .tel a.sp {
    font-size: 2.8rem;
    color: #fff !important;
    text-decoration: none !important;
  }
}
/*------------------
Representative writer
------------------*/
.box_wrap {
  width: 1152px;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 35px auto 25px;
  text-align: center;
  position: relative;
}
.bdr_box {
  width: calc(32% - 25px);
  margin: 10px 20px 0px 20px;
  position: relative;
  border: none;
  overflow: visible !important;
  padding: 2em 0;
}
.bdr_box .pic {
  width: 100%;
  height: 260px;
  background: #fff;
  position: relative;
}
.bdr_box .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.bdr_box .pf_01 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0;
}
.bdr_box .pf_02 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0;
}
.bdr_box .pf_02 span {
  font-size: 4rem;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .box_wrap {
    width: 100%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 25px auto 25px;
    text-align: center;
    position: relative;
  }
  .bdr_box {
    width: calc(48% - 21px);
    margin: 0px 12px 0px 12px;
    position: relative;
    border: none;
    overflow: visible !important;
    padding: 1em 0;
  }
  .bdr_box .pic {
    width: 100%;
    height: 130px;
    background: #fff;
    position: relative;
  }
  .g_bg p.basetxt.ct {
    width: 90%;
    margin: 35px auto 0;
    text-align: left;
    letter-spacing: 1px;
  }
  .bdr_box .pf_02 span {
    display: block;
    font-size: 2rem;
    margin-left: 15px;
  }
  .bdr_box .pf_01 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 0;
  }
  .bdr_box .pf_02 {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 0;
  }
}
/*------------------
voice
------------------*/
.section.section_wide.voice_area{
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .section.section_wide.voice_area{
    padding-bottom: 0px;
  }
}

.voice_inner {
  max-width: 794px;
  margin: 15px auto;
}

.section.section_wide.voice_area .sec_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section.section_wide.voice_area  .sec_ttl  {
    margin-bottom: 30px;
    text-align: left;
  }
}

.customer_wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  background-color: var(--txt-bk1a);
  padding: 5px;
  border-radius: 50vh;
  max-width: 257px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .customer_wrap {
    max-width: 208px;
    gap: 14px;
    padding: 4px;
  }
}
.customer_icon {
  width: 74px;
  height: 74px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .customer_icon {
    width: 60px;
    height: 60px;
  }
}

.icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.customer_txt {
  color: var(--wh);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .customer_txt {
    font-size: 1.4rem;
  }
}

.customer_txt_wrap {
  background-color: var(--bg-gray-f5);
  padding: 28px;
  border-radius: 4px;
  max-width: 757px;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .customer_txt_wrap {
    margin-top: 26px;
    padding: 28px 20px;
  }
}

.customer_txt_wrap::before {
  content: "";
  background-image: url(../images/bg_voice01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 16.5px;
  position: absolute;
  top: -16.5px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .customer_txt_wrap::before {
    left: 40px;
  }
}

.voice_ttl {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: calc(24 / 16);
  color: var(--txt-bk1a);
}

.voice_txt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  color: var(--txt-bk1a);
  margin-top: 20px;
}

.staff_box {
  margin-top: 40px;
}

.staff_wrap {
  display: flex;
  align-items: center;
  gap: 33px;
  background-color: var(--green-008);
  padding: 5px;
  border-radius: 50vh;
  max-width: 257px;
  width: 100%;
  padding-left: 37px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .staff_wrap {
    max-width: 208px;
    gap: 30px;
    padding: 4px;
    padding-left: 30px;
  }
}

.staff_txt {
  color: var(--wh);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .staff_txt {
    font-size: 1.4rem;
  }
}

.staff_icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .staff_icon {
    width: 60px;
    height: 60px;
  }
}

.staff_txt_wrap {
  background-color: var(--green-61a);
  padding: 28px;
  border-radius: 4px;
  max-width: 757px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 70px;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .staff_txt_wrap {
    margin-top: 26px;
    padding: 28px 20px;
    margin-bottom: 48px;
  }
}

.staff_txt_wrap::before {
  content: "";
  background-image: url(../images/bg_voice02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 16.5px;
  position: absolute;
  top: -16.5px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .staff_txt_wrap::before {
    right: 40px;
  }
}

.staff_txt_wrap .voice_ttl,
.staff_txt_wrap .voice_txt {
  color: var(--wh);
}

@media screen and (max-width: 768px) {
  .kaiwa.line {
    width: 100%;
    margin: 65px auto 6px !important;
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    overflow: visible !important;
  }
  .voiceinner {
    width: 90%;
    margin: 15px auto;
  }
  .kaiwa.line .fukidasi.right {
    width: 80%;
    float: right;
    margin-right: 90px;
    background: #7adc40;
    position: relative;
    margin-top: 75px !important;
    margin-bottom: 30px !important;
  }
  .kaiwa.line .fukidasi.right {
    word-break: break-all;
  }
  .kaiwa.line .name_r {
    clear: both;
    position: relative;
    top: 46px;
    float: right;
    margin-right: 90px;
    color: #000;
    letter-spacing: 2px;
  }
}
.kaiwa.line {
  width: 100%;
  margin: 50px auto;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
}
.kaiwa.line .fukidasi {
  position: relative;
  display: inline-block;
  max-width: 500px;
  margin: 8px 0 0;
  padding: 9px 14px;
  border-radius: 19px;
  overflow-wrap: break-word;
  clear: both;
  box-sizing: content-box;
}
.kaiwa.line .fukidasi.left {
  float: left;
  margin-left: 85px;
  background: #f4f4f4;
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 3px;
}
.kaiwa.line .name + .fukidasi.left {
  margin-top: 5px;
}
.kaiwa.line .fukidasi.right {
  float: right;
  margin-right: 90px;
  background: #7adc40;
  font-size: 1.6rem;
  position: relative;
  margin-top: 60px;
  line-height: 1.5;
  margin-bottom: 55px;
  letter-spacing: 3px;
  padding: 1.5em;
}
.fukidasi.right p {
  white-space: nowrap;
}

.kaiwa.line .name {
  clear: right;
  margin-left: 82px;
  color: #000;
  letter-spacing: 2px;
}
.kaiwa.line .name_r {
  clear: both;
  position: absolute;
  top: -33px;
  right: -63px;
  float: right;
  margin-right: 90px;
  color: #000;
  letter-spacing: 2px;
}
.kaiwa.line .fukidasi.left .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -85px;
  top: -2px;
  border-radius: 20px;
}
.kaiwa.line .fukidasi.right .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  right: -80px !important;
  top: -40px;
  border-radius: 20px;
}
.kaiwa.line .name + .left .icon {
  top: -1.8em;
}
.kaiwa.line .fukidasi::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 36px;
  top: -21px;
}
.kaiwa.line .fukidasi.left:after {
  left: -10px;
  border-radius: 18px 0 6px 18px/18px 0 1px 18px;
  box-shadow: -3px -15px 0 -5px #f4f4f4 inset;
}
.kaiwa.line .fukidasi.right::after {
  right: -10px;
  border-radius: 0 18px 18px 6px/0 18px 18px 1px;
  box-shadow: inset 3px -15px 0 -5px #7adc40;
}
.kaiwa.line .left + .left::after,
.kaiwa.line .right + .right::after {
  content: none;
}
div.fukidasi.left b,
div.fukidasi.right b {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .kaiwa.line .name {
    clear: right;
    margin-left: 50px;
    color: #000;
    letter-spacing: 2px;
    font-size: 1.4rem;
    position: relative;
    top: -15px;
  }
  div.kaiwa.line div.name.btm {
    position: relative;
    top: 15px;
  }
  .kaiwa.line .fukidasi.left .icon {
    position: absolute;
    width: 46px;
    height: 46px;
    left: -31px;
    top: -60px;
    border-radius: 20px;
  }
  div.fukidasi.left b,
  div.fukidasi.right b {
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .kaiwa.line .fukidasi.left {
    float: left;
    margin-left: 20px;
    background: #f4f4f4;
    padding: 1.2em 0em 1.2em 1.2em;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 3px;
  }
  .voiceinner::after {
    content: "";
    display: block;
    clear: both;
  }

  .kaiwa.line .fukidasi.right {
    float: right;
    margin-right: 24px;
    background: #7adc40;
    font-size: 1.6rem;
    position: relative;
    margin-top: 60px;
    line-height: 1.5;
    margin-bottom: 55px;
    letter-spacing: 3px;
    padding: 1.5em;
  }
  .kaiwa.line .fukidasi.right .icon {
    position: absolute;
    width: 46px;
    height: 46px;
    right: -30px !important;
    top: -56px;
    border-radius: 20px;
  }
  .kaiwa.line .fukidasi.left.btm {
    margin-top: 35px !important ;
  }
}
/*------------------
flow
------------------*/
.flowbox {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 3em 0;
  margin: 65px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.flowbox:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
.flowbox.last {
  margin-bottom: 45px;
}
.flowbox.last:before {
  border: none !important;
}
.flowbox h3 {
  letter-spacing: 3px;
  font-size: 3rem;
  margin: 20px 0 35px;
}
.flow01_reason {
  width: 90%;
  margin: 60px auto;
  display: flex;
}
.flow01_reason .box {
  width: 30%;
  margin: 0 15px 0 15px;
}
.flow01_reason .box .pic {
  display: block;
  height: 200px;
  margin: 20px 0;
}
.flow01_reason .box .pic img.icon {
  border-radius: 0;
  object-fit: contain;
  width: 60%;
  height: auto;
}
.flow01_reason .box p {
  font-size: 1.5rem;
  letter-spacing: 3px;
  line-height: 1.5em;
}
.fl_dl {
  width: 90%;
  display: flex;
  margin: 15px auto;
}
.fl_dl dt {
  width: 45%;
}
.fl_dl dt img {
  width: 100%;
  height: auto;
}
.fl_dl dt img.icon {
  border-radius: 0;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.fl_dl dd {
  width: 50%;
  padding-left: 5%;
}
.fl_dl dd h4 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 3px;
}
.fl_dl dd p {
  font-size: 1.5rem;
  line-height: 1.7em;
  letter-spacing: 2px;
  margin: 35px 0 0;
}
.flowbox .f_num {
  display: block;
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  background: #ffaa23;
  color: #fff;
  z-index: 2;
  border-radius: 60px;
  text-align: center;
  font-size: 1.7rem;
}
.flowbox .f_num span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.flowbox .f_num i {
  font-style: normal;
  font-size: 4rem;
}

/*追記*/
.flow01_reason.wide {
  width: 100% !important;
  margin: 60px auto;
  display: flex;
}
.flow01_reason.wide .box {
  width: 30%;
  margin: 0 15px 0 15px;
}
.flow01_reason.wide .box .pic {
  display: block;
  height: 200px;
  margin: 20px 0;
}
.flow01_reason.wide .box p {
  width: 90%;
  margin: 25px auto;
  font-size: 1.5rem;
  letter-spacing: 3px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .flowbox {
    width: 100%;
    background: #fff;
    color: #000;
    padding: 3em 0;
    margin: 50px 0 20px;
    box-sizing: border-box;
    position: relative;
  }
  .flowbox h3 {
    letter-spacing: 3px;
    font-size: 2.5rem;
    margin: 20px 0 35px;
  }
  .flow01_reason {
    width: 90%;
    margin: 60px auto;
    display: block;
  }
  .flow01_reason .box {
    width: 100%;
    margin: 0 !important;
  }
  .flow01_reason .box .pic {
    display: block;
    height: 130px;
    margin: 20px 0;
  }
  .fl_dl {
    width: 90%;
    display: block;
    margin: 15px auto;
  }
  .fl_dl dt {
    width: 100%;
  }
  .fl_dl dt img {
    width: 100%;
    height: auto;
  }
  .fl_dl dd {
    width: 100%;
    padding-left: 0 !important;
  }
  .fl_dl dd h4 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 3px;
    margin-top: 10px;
  }
  .fl_dl dd p {
    font-size: 1.5rem;
    line-height: 1.7em;
    letter-spacing: 2px;
    margin: 10px 0 0;
  }
  .flowbox .f_num {
    display: block;
    position: absolute;
    top: -26px;
    left: -15px;
    width: 80px;
    height: 80px;
    background: #ffaa23;
    color: #fff;
    z-index: 2;
    border-radius: 60px;
    text-align: center;
    font-size: 1.3rem;
  }
  .flowbox .f_num span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .flowbox .f_num i {
    font-style: normal;
    font-size: 3rem;
  }
  .flowbox .flow01_reason .box .pic img.icon {
    height: 120px;
    width: auto;
  }
  .flow01_reason .box p {
    font-size: 1.5rem;
    letter-spacing: 3px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  /*追記*/
  .flow01_reason.wide {
    width: 100% !important;
    margin: 60px auto;
    display: block;
  }
  .flow01_reason.wide .box {
    width: 100%;
    margin: 0 !important;
  }
  .flow01_reason.wide .box .pic {
    display: block;
    height: 130px;
    margin: 20px 0;
  }
  .flow01_reason.wide .box .pic img.icon {
    height: 120px;
    width: auto;
  }
}

/*------------------
satei_flow_area
------------------*/
.section.section_wide.satei_flow_area {
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  .section.section_wide.satei_flow_area {
    padding: 48px 0;
  }
}

@media screen and (max-width: 768px) {
  .section.section_wide.satei_flow_area  .sec_ttl {
    text-align: left;
    line-height: 140%;
  }
}

.satei_flow_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8%;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .satei_flow_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}

.satei_flow_item {
  border: 1px solid var(--green-008);
  padding: 34px 7.5% 28px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 405px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .satei_flow_item {
    min-height: unset;
    padding: 34px 20px 20px;
  }
}

.satei_flow_img {
  width: 120px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 16px;
}

.satei_flow_item:first-child .satei_flow_img {
  position: relative;
  left: 20px;
}

.satei_flow_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.satei_flow_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-grow: 1;
}

.satei_flow_ttl {
  color: var(--green-008);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
  font-family: var(--font-main);
}

.satei_flow_txt {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  margin-top: 40px;
  font-family: var(--font-main);
  color: var(--txt-bk74);
}

/*------------------
cooling_area
------------------*/
.section.section_wide.cooling_area {
  padding: 120px 0 !important;
}
@media screen and (max-width: 768px) {
  .section.section_wide.cooling_area {
    padding: 48px 0 !important;
  }
}


.section.section_wide.cooling_area .sec_ttl {

}

.cooling_area_toptxt {
  max-width: 794px;
  width: 100%;
  margin: 50px auto 0;
  font-size: 1.8rem;
  line-height: calc(32 / 18);
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--txt-bk74);
}
@media screen and (max-width: 768px) {
  .cooling_area_toptxt {
    font-size: 1.6rem;
    line-height: calc(26 / 16);
  }
}
.cooling_area_list_wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cooling_area_list_wrap {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}

.cooling_area_list {
  max-width:584px;
  width: 100%;
  padding: 40px;
  background-color: var(--wh);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .cooling_area_list {
    max-width: 700px;
    padding: 30px 20px 20px;
  }
}

.cooling_area_list dt {
  color: var(--green-008);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
  font-family: var(--font-main);
}

.cooling_area_list dd {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--txt-bk74);
  margin-top: 34px;
}

.cooling_area_list ul {
  margin-bottom: 1em;
}

.cooling_area_list ul li {
  display: flex;
}

.cooling_area_list ul li::before {
  content: "・";
  margin: 0;
}


/*------------------
guide
------------------*/
.w_bg .inner,
.g_bg .inner {
  width: 1152px;
  margin: 0 auto;
  padding: 2em 0;
}
.guide_dl {
  width: 100%;
  margin: 35px 0;
  display: flex;
}
.guide_dl dt {
  width: 50%;
  margin-right: 20px;
}
.guide_dl dd {
  width: 50%;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .guide_dl {
    width: 100%;
    margin: 35px 0;
    display: block;
  }
  .guide_dl dt {
    width: 100%;
    margin-right: 0 !important;
  }
  .guide_dl dd {
    width: 100%;
    margin-left: 0 !important;
  }
}
.bdr_ttl {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  font-size: 2rem;
  letter-spacing: 2px;
}
.grbox {
  border: 1px solid #08a466;
  width: 100%;
  margin: 30px 0;
}
.grbox p {
  width: 90%;
  font-size: 1.5rem;
  line-height: 1.8em;
  margin: 15px auto 10px;
  letter-spacing: 3px;
}
.grbox .topbox {
  display: block;
  background: url(../../common/images/pen.svg) #08a466 25px 50% no-repeat;
  background-size: 15px auto;
  width: 100%;
  padding: 10px 0 10px 60px;
  color: #fff;
  font-size: 2rem;
}
a.pdf {
  padding-right: 20px;
  background: url(../../common/images/pdf_ico.svg) right 50% no-repeat;
}
.tel.ct.w400 {
  width: 600px;
  margin: 15px auto 0 !important;
  display: block;
}
.ct.teltxt {
  font-size: 1.5rem;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .ct.teltxt {
    font-size: 1.3rem;
    margin-top: -20px;
  }
  .grbg .inner .tel a.sp {
    display: block;
    font-size: 3.5rem;
    color: #fff !important;
    text-decoration: none !important;
  }
}
.guide_section_area table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--txt-bk1a);
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .guide_section_area table {
    margin-top: 30px;
  }
}

.guide_section_area table tr th {
  margin: 0;
  padding: 13px 5px;
  border: 1px solid var(--bg-gray-a9);
  line-height: calc(20 / 14);
  font-weight: 400;
  font-size: 1.4rem;
  font-family: var(--font-main);
}

.guide_section_area table tr th:first-child {
  width: 27%;
}
@media screen and (max-width: 768px) {
  .guide_section_area table tr th:first-child {
    width: 36%;
  }
}
.guide_section_area table tr th:nth-child(n+2) {
  width: 9%;
}
@media screen and (max-width: 768px) {
  .guide_section_area table tr th:nth-child(n+2) {
    width: 7%;
  }
}

.guide_section_area table tr td {
  margin: 0;
  padding: 24px 5px 26px 5%;
  border: 1px solid var(--bg-gray-a9);
  line-height: calc(20 / 14);
  font-size: 1.4rem;
  font-family: var(--font-main);
  background-color: var(--bg-white);
}
@media screen and (max-width: 768px) {
  .guide_section_area table tr td {
    padding: 24px 4px 26px 5.3%;
  }
}
.guide_section_area table tr td.ct {
  line-height: 1;
  padding: 24px 20px 26px;
  font-size: 3rem !important;
  color: var(--green-008);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .guide_section_area table tr td.ct {
    padding: 24px 10px 26px;
    display: table-cell;
    text-align: center;
  }
}

.guide_section_area table tr:first-child  {
  background-color: var(--bg-greene7e);
}

/*------------------
w_bg
------------------*/
.w_bg {
  width: 100%;
  background: #fff;
  padding: 2em 0;
}
/*------------------
g_bg
------------------*/
.g_bg {
  width: 100%;
  background: #f1f1f1;
  padding: 2em 0;
}
/*アコーディオン*/
#acMenu {
  width: 800px;
  margin: 50px auto 20px;
  font-size: 18px;
  border-top: 1px solid #d9d9d9;
}
#acMenu dt {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  padding-top: 15px;
  cursor: pointer;
  background: url(../../common/images/acMenu_ttl.gif) #fff no-repeat;
  background-size: 100% auto;
  position: relative;
  margin: 20px 0;
  z-index: 1;
  font-weight: bold;
}
#acMenu dt.active {
  width: 100%;
  height: 60px;
  margin: 20px 0;
  background: url(../../common/images/acMenu_ttl_on.gif) #fff no-repeat;
  background-size: 100% auto;
}
#acMenu dd {
  width: 100%;
  font-size: 15px;
  line-height: 2em;
  margin: 45px 0;
  line-height: 1.5em;
  display: none;
  padding-left: 0;
}
@media screen and (max-width: 769px) {
  #acMenu {
    width: 90%;
    margin: 50px auto 20px;
    font-size: 18px;
    border-top: 1px solid #d9d9d9;
  }
  #acMenu dt {
    vertical-align: middle;
    width: 90%;
    height: 60px;
    padding-top: 15px;
    padding-right: 50px;
    cursor: pointer;
    background: url(../../common/images/acMenu_ttl.gif) #fff no-repeat;
    background-size: 140% auto;
    background-position: right 50%;
    position: relative;
    margin: 20px 0;
    z-index: 1;
    font-weight: bold;
  }
  #acMenu dt.active {
    width: 90%;
    height: 60px;
    margin: 20px 0;
    padding-right: 50px;
    background: url(../../common/images/acMenu_ttl_on.gif) #fff no-repeat;
    background-size: 140% auto;
    background-position: right 50%;
  }
}

/*骨董品LP追加*/
.keyv.pc.kottou {
  position: relative;
  width: 100%;
  height: 616px;
  background: url(../../common/images/kottou/key_pc.jpg) 50% #000 no-repeat;
}
.keyv.pc.kottou div.inner h2.mv_h2.kottou.serif {
  color: #fff;
  line-height: 1.4em;
  padding-top: 2.8em;
  text-align: center;
}
.keyv.pc.kottou div.inner p.kv_txt.kottou.serif {
  background: url(../../common/images/kottou/kv_img.png) 0 50% no-repeat;
  color: #fff;
  /*width: 476px;*/
  margin: 0 auto;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  div.inner p.kv_txt.kottou.serif {
    background: url(../../common/images/kottou/kv_img.png) 0 50% no-repeat;
    color: #fff;
    width: 590px;
    margin: 0 auto;
  }
}
.keyv.pc.kottou div.inner div.btnbox.mid.kottou {
  width: 550px;
  margin: 5px auto;
  padding-right: 5em;
}
.keyv.pc.kottou div.inner .ttl_top {
  border: 1px solid #fff;
  padding: 0.2em;
  width: 200px;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 14%;
  left: 48.7%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  letter-spacing: 4px;
}
.att.kottou .inner p {
  width: 780px;
  margin: 3.5em 20px;
}
section.att.kottou div.inner ul.attul.kottou li.redlink span {
  position: absolute;
  top: 40px;
  left: 26%;
}
section.att.kottou div.inner ul.attul.kottou li a p.indent {
  padding: 0;
}
section.att.kottou div.inner ul.attul.kottou li a p.indent.narrow {
  font-size: 1.7rem;
  letter-spacing: 0.5px;
}
section.att.kottou div.inner ul.attul.kottou li {
  line-height: 1.2em;
}
section.att.kottou div.inner p.point_read {
  letter-spacing: 1px;
}
section.keyv.pc.kottou div.inner p.kv_txt.kottou.serif {
  padding: 2em 3em 2em 6em;
}
.narrow {
  transform: scale(0.98, 1);
  letter-spacing: -1px;
  font-size: 1.2rem;
}
@media screen and (max-width: 769px) {
  section.att.kottou div.inner ul.attul.kottou li.redlink span {
    position: absolute;
    top: 32px;
    left: 22%;
  }
  .attul.kottou li {
    width: 150px;
    height: 150px;
    margin: 16px;
  }
  .att.kottou .inner p {
    width: initial;
    margin: 3.5em 40px;
  }
  .att.kottou div.inner ul.attul.kottou li p {
    margin: initial;
    margin-top: 10px;
  }
  .narrow {
    transform: scale(0.98, 1);
    letter-spacing: -1px;
  }
}

/*法人向けLP追加*/
.keyv.pc.houjin {
  position: relative;
  width: 100%;
  height: 685px;
  background: url(../../common/images/houjin/key_pc.jpg) 50% #fff no-repeat;
  background-size: cover;
}
.keyv.pc.houjin .inner {
  width: 750px;
}
.keyv.pc.houjin div.inner h2.mv_h2.houjin.serif span {
  font-size: 115px;
  text-shadow: 1px 1px 11px #fff, 4px 2px 11px #fff;
}
.keyv.pc.houjin div.inner h2.mv_h2.houjin.serif {
  color: #000;
  line-height: 2em;
  padding-top: 1.5em;
  text-align: center;
  filter: initial;
  text-shadow: 1px 1px 11px #fff, 4px 2px 11px #fff;
}
.keyv.pc.houjin div.inner h2.mv_h2.houjin.serif .scd {
  line-height: 1.3em;
}
.keyv.pc.houjin div.inner h2.mv_h2.houjin.serif .nrm {
  font-size: 60px;
  line-height: 0.2em;
}
.keyv.pc.houjin div.inner p.kv_txt.houjin.serif {
  background: url(../../common/images/kottou/kv_img.png) 18% 50% no-repeat;
  color: #000;
  /*width: 476px;*/
  margin: -20px auto 0;
  padding: 1.5em 3em 1em 5.8em;
  text-align: center;
  font-weight: bold;
}
.keyv.pc.houjin div.inner div.btnbox.mid.houjin {
  margin: 20px auto 0;
}
/*遺品整理LP追加*/
.keyv.pc.ihin {
  position: relative;
  width: 100%;
  height: 616px;
  background: url(../../common/images/ihin/key_pc.jpg) 50% #fff no-repeat;
  background-size: cover;
}
h1.mv_h1 {
  font-size: 5.5rem;
  letter-spacing: 3px;
  font-weight: 400;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.9));
}
h1.mv_h1.ihin.serif span {
  font-size: 124px;
}
h1.mv_h1.ihin.serif i {
  font-style: normal;
  line-height: 2.5;
}
.keyv.pc.ihin div.inner h1.mv_h1.ihin.serif {
  color: #fff;
  line-height: 1.4em;
  padding-top: 1.3em;
  text-align: center;
}
.keyv.pc.ihin div.inner p.kv_txt.ihin.serif {
  background: url(../../common/images/kottou/kv_img.png) 0 50% no-repeat;
  color: #fff;
  width: 476px;
  margin: 0 auto;
  padding: 2.2em 3em 2.2em 7em;
}
.keyv.pc.ihin div.inner p.kv_txt.ihin.serif {
  font-size: 2rem;
}
.keyv.pc.ihin div.inner div.btnbox.mid.kottou {
  width: 550px;
  margin: 5px auto;
  padding-right: 5em;
}
.keyv.pc.ihin div.inner .ttl_top {
  border: 1px solid #fff;
  padding: 0.2em;
  width: 200px;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 12%;
  left: 48.7%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  letter-spacing: 4px;
}
.maintxt.ihin {
  font-size: 2.6rem;
}
.ptint {
  padding: 4em 0;
}
.maintxt {
  font-size: 3rem;
}
.whbox {
  padding: 1em;
  margin: 4em 0 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  position: relative;
}
.whbox p {
  display: inline-block;
  font-size: 2.2rem;
  background: #fff;
  padding: 0.5em 1.5em;
  border-radius: 40px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.arwbox {
  width: 1152px;
  background: #fff;
  padding: 0.5em 2em 2em;
  margin: 15px auto;
  position: relative;
  box-shadow: 2px 1px 25px 1px rgba(166, 199, 239, 0.3);
}
.arwbox h2 {
  position: absolute;
  left: 50%;
  font-size: 2.2rem;
  letter-spacing: 3px;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: url(../../common/images/ihin/ttl_l.png),
    url(../../common/images/ihin/ttl_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  padding: 0 1em;
  width: 620px;
}
.arwbox::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 15px;
  border-top: 15px solid #fff;
}
.ihin_dl {
  width: 1152px;
  margin: 0 auto;
  display: flex;
}
.ihin_dl dt {
  width: 500px;
  margin: 0;
}
.ihin_dl dt img {
  width: 100%;
  height: auto;
}
.ihin_dl dd {
  width: 650px;
  padding-left: 3em;
}
.basetxt.ihin {
  width: 1152px;
  margin: 0 auto;
  padding-bottom: 3em;
}
.baseh2 {
  text-align: center;
  font-size: 4rem;
  line-height: 2em;
  background: url(../../common/images/bdr01.gif) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 50% bottom;
  padding: 1.5em 0 1em;
  letter-spacing: 4px;
  font-weight: 600;
}
.point_dl h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 3px;
}
h3.baseh3.ihin {
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 1.5;
  padding: 1em 0 1em;
}
h3.baseh3.serif.ihin {
  font-size: 3rem;
}
.point_dl.full {
  margin: 85px 0;
}
.point_dl.full img {
  width: 100%;
  height: auto;
}
h2.baseh2.serif.ihin {
  font-size: 3rem;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}

/*生前整理LP追加*/
.keyv.pc.shukatsu {
  position: relative;
  width: 100%;
  height: 616px;
  background: url(../../common/images/shukatsu/key_pc.jpg) 50% #fff no-repeat;
  background-size: cover;
}
h1.mv_h1.shukatsu.serif span {
  font-size: 124px;
  font-feature-settings: "palt";
}
h1.mv_h1.shukatsu.serif i {
  font-style: normal;
  line-height: 2.5;
}
.keyv.pc.shukatsu div.inner h1.mv_h1.shukatsu.serif {
  color: #fff;
  line-height: 1.4em;
  padding-top: 1.3em;
  text-align: center;
}
.keyv.pc.shukatsu div.inner p.kv_txt.shukatsu.serif {
  background: url(../../common/images/kottou/kv_img.png) 0 50% no-repeat;
  color: #fff;
  width: 476px;
  margin: 0 auto;
  padding: 2.2em 3em 2.2em 7em;
}
.keyv.pc.shukatsu div.inner p.kv_txt.shukatsu.serif {
  font-size: 2rem;
}
.keyv.pc.shukatsu div.inner div.btnbox.mid.kottou {
  width: 550px;
  margin: 5px auto;
  padding-right: 5em;
}
.keyv.pc.shukatsu div.inner .ttl_top {
  border: 1px solid #fff;
  padding: 0.2em;
  width: 200px;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 12%;
  left: 48.7%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  letter-spacing: 4px;
}
.beigebg {
  background: #f7f2da;
  padding-top: 2em;
}
.beigebg .arwbox {
  width: 1152px;
  background: #fff;
  padding: 0.5em 2em 2em;
  margin: 15px auto;
  position: relative;
  box-shadow: 2px 1px 25px 1px rgba(220, 212, 174, 0.3);
}
.beigebg h2.whbox {
  padding: 1em;
  margin: 0em 0 0em !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  position: relative;
}
.beigebg h2.whbox span {
  font-size: 4rem;
}
.shukatsu_dl01 {
  width: 1000px;
  margin: 0 auto;
  display: flex !important;
}
.shukatsu_dl01 dt {
  width: 418px;
  margin: 0;
  padding: 4em 15px;
}
.shukatsu_dl01 dt img {
  width: 100%;
  height: auto;
}
.shukatsu_dl01 dd {
  width: 750px;
  padding-left: 1em;
}
.shukatsu_dl01 dd ul.skt_ul01 {
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  margin: 5px auto 25px;
  text-align: center;
  position: relative;
  justify-content: center;
}
.shukatsu_dl01 dd ul.skt_ul01 li {
  width: calc(40% - 16px);
  margin: 20px 15px 0px 15px;
  position: relative;
  border: none;
  background: #fff;
  overflow: visible !important;
  padding: 3.5em 0;
  list-style: none;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  align-items: center !important;
  background: url(../../common/images/shukatsu/text_bg.png) no-repeat;
  filter: drop-shadow(7px 10px 5px #e2dab6);
}
.beigebg .arwbox h2 {
  position: absolute;
  left: 50%;
  font-size: 2.2rem;
  letter-spacing: 3px;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: url(../../common/images/ihin/ttl_l.png),
    url(../../common/images/ihin/ttl_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  padding: 0 3em;
  width: auto;
}
.midtxt {
  font-size: 2rem;
  font-weight: bold;
}
.midtxt span {
  font-size: 3.5rem;
}
.nonmt {
  margin: initial;
}
.btm_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2em;
}
.bdr_ttl02 {
  color: #444;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin: 2em 0;
}
.bdr_ttl02:before,
.bdr_ttl02:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}
.bdr_ttl02:before {
  margin-right: 0.4em;
}
.bdr_ttl02:after {
  margin-left: 0.4em;
}
.bdr_ttl02 .pointnum {
  width: auto;
  background: url(../../common/images/shukatsu/ttl_bg01.png),
    url(../../common/images/shukatsu/ttl_bg02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  margin: 0 -0.5em;
}
.bdr_ttl02 .pointnum .num {
  text-align: center;
  padding: 0 5em;
  font-weight: bold;
}
.bdr_ttl02 .pointnum .num span {
  font-size: 5.5rem;
}
.bdr_ttl02 .pointnum .ruby {
  text-align: center;
  padding: 0 5em;
  font-size: 1.5rem;
  font-weight: bold;
}
.txt_liner02 {
  background: linear-gradient(transparent 60%, #fffeb0 40%);
}
.shukatsu_dl02 {
  width: 1200px;
  margin: 85px auto 30px;
  display: flex;
}
.shukatsu_dl02 dt {
  width: 800px;
  margin: 0;
  padding: 0;
}
.shukatsu_dl02 dd img {
  width: 100%;
  height: auto;
}
.shukatsu_dl02 dd {
  width: 400px;
  padding-left: 2em;
  padding-top: 1em;
}
.ckul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.ckul li {
  width: calc(50% - 50px);
  margin: 15px 22px;
  background: #08a365;
  color: #fff;
  padding: 1em;
  list-style: none;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.ckul li.l_list {
  width: calc(100% - 50px);
}
.ckul li p {
  background: url(../../common/images/shukatsu/ck_icon.png) 5px 50% no-repeat;
  padding-left: 1.8em;
}

h3.point_ttl {
  position: absolute;
  left: 50%;
  font-size: 2.2rem;
  letter-spacing: 3px;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: url(../../common/images/ihin/ttl_l.png),
    url(../../common/images/ihin/ttl_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  padding: 0 3em;
  width: auto;
  margin-bottom: 3em;
}

@media screen and (min-width: 769px) {
  .keyv.pc.ihin div.inner {
    width: initial;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 769px) {
  .ihin_dl {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .ihin_dl dt {
    width: 100%;
    margin: 0;
  }
  .ihin_dl dt img {
    width: 100%;
    height: auto;
  }
  .ihin_dl dd {
    width: 100%;
    padding-left: 0em;
  }
  .bluebg .inner.ihin {
    width: 90%;
    margin: 0 auto;
  }
  .maintxt.ihin {
    font-size: 2.2rem;
  }
  .basetxt.ihin {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 3em;
  }
  .arwbox {
    width: 90%;
    background: #fff;
    padding: 0.5em 2em 2em;
    margin: 15px auto;
    position: relative;
  }
  .arwbox h2 {
    position: absolute;
    left: 50%;
    font-size: 2rem;
    letter-spacing: 3px;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: url(../../common/images/ihin/ttl_l.png),
      url(../../common/images/ihin/ttl_r.png);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-repeat: repeat, repeat;
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    padding: 0 1em;
    width: 90%;
  }
  .baseh2 {
    text-align: center;
    font-size: 2rem !important;
    line-height: 1.7em !important;
    background: url(../../common/images/bdr01.gif) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 50% bottom;
    padding: 1.5em 0 1em;
    letter-spacing: 4px;
    font-weight: 600;
  }
  .point_dl.full dd {
    width: 100%;
    padding-top: 2em;
    padding-left: 0 !important;
  }
  .point_dl.full dd p {
    margin-top: 15px;
  }
  .point_dl h2 {
    font-size: 2.2rem;
    line-height: 1.7;
  }
  /*生前整理LP追加*/
  .beigebg h2.whbox {
    padding: 1em;
    margin: 0em 0 0em !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .beigebg h2.whbox span {
    font-size: 2.2rem;
  }
  .shukatsu_dl01 {
    width: 100%;
    margin: 0 auto;
    display: block !important;
  }
  .shukatsu_dl01 dd {
    width: 100%;
    margin: 0 0 15px;
    padding: 0em 25px 0em 0;
    text-align: center;
  }
  .shukatsu_dl01 dd img {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  .shukatsu_dl01 dt {
    width: 100%;
    padding: initial !important;
  }
  .shukatsu_dl01 dt ul.skt_ul01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 5px auto 25px;
    text-align: center;
    position: relative;
    justify-content: center;
  }
  .shukatsu_dl01 dt ul.skt_ul01 li {
    width: calc(40% - 16px);
    margin: 20px 15px 0px 15px;
    position: relative;
    border: none;
    background: #fff;
    overflow: visible !important;
    padding: 2.8em 0 3em;
    list-style: none;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    align-items: center !important;
    background: url(../../common/images/shukatsu/text_bg.png) no-repeat;
    background-size: 100% auto;
    filter: drop-shadow(7px 10px 5px #e2dab6);
  }
  .beigebg .arwbox {
    width: 100%;
    background: #fff;
    padding: 0.5em 2em 2em;
    margin: 15px auto;
    position: relative;
    box-shadow: 2px 1px 25px 1px rgba(220, 212, 174, 0.3);
  }
  .beigebg h2.whbox {
    padding: 1em;
    margin: 0em 0 -2em !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .beigebg .arwbox h2 {
    position: absolute;
    left: 50%;
    font-size: 2.2rem;
    letter-spacing: 3px;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: url(../../common/images/ihin/ttl_l.png),
      url(../../common/images/ihin/ttl_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    padding: 0 3em;
    width: 90%;
  }
  .t_l {
    text-align: left;
  }
  .w90 {
    width: 90% !important;
    margin: 0 auto 45px;
  }
  .midtxt {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .midtxt span {
    font-size: 2rem;
  }
  .shukatsu_dl02 {
    width: 100%;
    margin: 85px auto 30px;
    display: block !important;
  }
  .shukatsu_dl02 dt {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .shukatsu_dl02 dd img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .shukatsu_dl02 dd {
    width: 100%;
    padding-left: 2em;
    padding-top: 1em;
    text-align: center;
  }
  .ckul li {
    width: calc(100% - 50px);
    margin: 10px 10px;
    background: #08a365;
    color: #fff;
    padding: 1em;
    list-style: none;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  h3.point_ttl {
    position: absolute;
    left: 50%;
    font-size: 1.8rem;
    letter-spacing: 3px;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: url(../../common/images/ihin/ttl_l.png),
      url(../../common/images/ihin/ttl_r.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left, right;
    padding: 0 2em;
    width: 90%;
    text-align: center;
    margin-bottom: 3em;
  }
}

.gbg {
  background: rgb(184, 211, 216);
  background: linear-gradient(
    90deg,
    rgba(184, 211, 216, 1) 8%,
    rgba(206, 228, 235, 1) 100%
  );
}
.bluebg {
  background: #f1f8ff;
}
.bluebg02 {
  background: #aaccef;
}
.bluebg .inner {
  padding: 4em 0 0;
}
.gbg .inner,
.bluebg02 .inner {
  padding: 4em 0;
}
.flowbox.gr {
  background: #f4f4f4;
}
.flowbox .f_num.gr {
  background: #08a466;
}
.tel.bk {
  color: #000;
  background: url(../../common/images/houjin/fdial_ico_bk.png) 18% 50% no-repeat;
}
.baseh4 {
  text-align: center;
  font-size: 3rem;
  line-height: 2em;
  background: url(../../common/images/houjin/bdr04.gif) no-repeat;
  background-position: 50% bottom;
  padding: 1.5em 0 1em;
  letter-spacing: 4px;
  font-weight: 600;
}
.accordion {
  margin: 60px auto 30px;
  position: relative;
  width: 1200px;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.5;
}
.accordion-item {
  border-bottom: 1px solid #5bcea0;
}
.accordion-item.last {
  border-bottom: none;
}
.accordion-content {
  display: none;
  padding: 10px 20px;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
.anser_box {
  width: 90%;
  position: relative;
  background: #fff;
  padding: 5em 4em;
  box-sizing: border-box;
  color: #000;
  margin: 48px auto;
  border-radius: 20px;
}
.anser_box p {
  font-size: 16px;
  line-height: 2em;
}
.anser_box span {
  width: 150px;
  height: 270px;
  position: absolute;
  right: 50px;
  bottom: 0;
  background: url(../../common/images/houjin/anser_illust.png) no-repeat;
  background-size: 150px auto;
}

.anser_box:before {
  content: "";
  position: absolute;
  top: -49px;
  left: 8%;
  margin-left: -15px;
  border: 25px solid transparent;
  border-bottom: 30px solid #fff;
  z-index: 0;
}
/* icon */
.accordion-title {
  position: relative;
  padding: 1em 0 1em 140px;
  margin: 0 0 0 50px;
  display: flex;
  height: 280px;
}
.accordion-title span {
  width: 190px;
  height: 100px;
  background: url(../../common/images/houjin/ｑ_ttl.png) 60% 0% no-repeat;
}
.accordion-title::before,
.accordion-title::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 5px;
  top: 50%;
  right: 4%;
}
.accordion-title::before {
  width: 5px;
  height: 32px;
  top: 45%;
  right: 5%;
}
.accordion-title.open::before {
  display: none;
}
.accordion-title.open::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 30px;
  height: 5px;
  top: 50%;
  right: 4%;
}
.accordion-title.ttl01 {
  background: url(../../common/images/houjin/q_01_img.png) 0 50% no-repeat;
  padding: 2.7em 0 3em 170px;
}
.accordion-title.ttl02 {
  background: url(../../common/images/houjin/q_02_img.png) 0 50% no-repeat;
  padding: 2.5em 0 2em 170px;
}
.accordion-title.ttl03 {
  background: url(../../common/images/houjin/q_03_img.png) 0 50% no-repeat;
  padding: 3em 0 3em 170px;
}
.accordion-title.ttl04 {
  background: url(../../common/images/houjin/q_04_img.png) 0 50% no-repeat;
  padding: 3em 0 3em 170px;
}

.top_service_dl {
  width: 1000px;
  margin: 25px auto 0;
  padding: 3em 0 0;
  display: flex;
  justify-content: center;
}
.top_service_dl dt {
  width: 40%;
  background: url(../../common/images/houjin/service_img01.png) bottom no-repeat;
}
.top_service_dl dd {
  width: 60%;
}
.top_service_dl dd .service_list_h {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.top_service_dl dd .service_list_h li {
  width: 50%;
  text-align: center;
  list-style: none;
  padding-bottom: 2em;
}
.top_service_dl dd .service_list_h li p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  margin: 20px 0;
}
.top_service_dl dd .service_list_h li img.icon {
  border-radius: 0;
  object-fit: contain;
  width: auto;
  height: auto;
}

/* SP用サービスセクション画像の楕円修正 */
#service .sp img.icon {
  border-radius: 0;
  object-fit: contain;
}

/* Restore original font-size for shukatsu and ihin pages */
.page-shukatsu-seizen-point .basetxt,
.page-ihin-kaitori-point .basetxt {
  font-size: 1.5rem;
  line-height: 1.8em;
}

.bluebg02 .inner .w_box {
  width: 1000px;
  margin: 55px auto 20px;
  background: #fff;
  padding: 4em 4em 0em 4em;
  box-sizing: border-box;
  position: relative;
}
.bluebg02 .inner .w_box .ttl {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
}
.bluebg02 .inner .w_box p {
  font-size: 16px;
  margin: 15px;
}
.bluebg02 .inner .w_box span {
  width: 352px;
  height: 216px;
  background: url(../../common/images/houjin/service_img06.png) no-repeat;
  position: absolute;
  top: -50px;
  right: -20px;
}
.blue_backttl {
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  font-size: 20px;
  background: #84aed9;
  margin-top: 80px;
}
.price_ul {
  margin: 20px 0;
}
.price_ul li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 1.2em 0 1.2em 30px;
  font-weight: bold;
  background: url(../../common/images/houjin/ico01.png) 10px 42% no-repeat;
  display: flex;
  justify-content: space-between;
}
.price_ul li:last-child {
  border: none;
}
.price_ul li.ico_top {
  background: url(../../common/images/houjin/ico01.png) 10px 22% no-repeat;
}
.price_ul li.ico_mid {
  background: url(../../common/images/houjin/ico01.png) 10px 28% no-repeat;
}
.price_ul li p.txt {
  font-size: 26px !important;
}
.price_ul li p.price {
  font-size: 30px !important;
  float: right;
  text-align: right;
  margin-left: 10px !important;
}
.price_ul li .ruby {
  font-size: 16px !important;
  font-style: normal !important;
}
.btmtxt {
  width: 1000px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
}
.wbg {
  background: #fff;
  padding: 0.2em 0.5em;
  margin: 0.5em;
  color: #ff1313;
}
@media screen and (max-width: 769px) {
  .gbg .inner p.mdtxt.ct.serif {
    font-size: 1.8rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
    line-height: 2;
  }
  .gbg .inner,
  .bluebg02 .inner {
    padding: 3em 0;
  }
  .keyvsp.sp h2 picture img {
    margin: -10px 0 -10px;
  }
  .accordion {
    margin: 60px auto 30px;
    position: relative;
    width: 100%;
  }
  .accordion-title.ttl01 {
    background: none;
    padding: 0;
  }
  .accordion-title.ttl02 {
    background: none;
    padding: 0;
  }
  .accordion-title.ttl03 {
    background: none;
    padding: 0;
  }
  .accordion-title.ttl04 {
    background: none;
    padding: 0;
  }
  .accordion-title span {
    width: 60px;
    height: 50px;
    background: url(../../common/images/houjin/ｑ_ttl.png) 0% 0% no-repeat;
    background-size: 50px auto;
  }
  .accordion-title {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.5;
    position: relative;
    padding: 3em 0 3em 8px;
    margin: 33px 0 35px 0px;
    display: flex;
    height: auto !important;
  }
  .accordion-item .accordion-title.js-accordion-title {
    padding-right: 40px;
    padding-left: 0px;
  }
  .accordion-title p {
    margin-left: 10px;
    width: 100%;
    max-height: 55px;
    min-height: 50px;
  }
  /*icon*/
  .accordion-title::before,
  .accordion-title::after {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 5px;
    top: 50%;
    right: 1.7%;
  }
  .accordion-title::before {
    width: 5px;
    height: 25px;
    top: 30%;
    right: 4.4%;
  }
  .accordion-title.open::after {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    width: 25px;
    height: 5px;
    top: 50%;
    right: 1.7%;
  }
  .anser_box {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 4em 3em;
    box-sizing: border-box;
    color: #000;
    margin: 20px auto;
    border-radius: 20px;
  }
  .anser_box span {
    display: none;
  }
  .tel.bk a.sp {
    color: #000 !important;
  }
  .baseh4 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.7em;
    background: url(../../common/images/houjin/bdr04.gif) no-repeat;
    background-position: 50% bottom;
    padding: 1.5em 0 1em;
    letter-spacing: 4px;
    font-weight: 600;
  }
  .whbox {
    margin: 2em 0 1em;
  }
  .whbox p {
    font-size: 1.5rem;
  }
  .ptint P {
    width: 90%;
    margin: 25px auto 10px;
    text-align: left;
  }
  .ptint P br {
    display: none;
  }
  .bluebg02 .inner .w_box {
    width: 90%;
    margin: 10px auto 20px;
    background: #fff;
    padding: 4em 1.5em 0em 1.5em;
    box-sizing: border-box;
    position: relative;
  }
  .bluebg02 .inner .w_box span {
    display: none;
  }
  .bluebg02 .inner .w_box .ttl {
    font-size: 18px;
    text-align: center;
  }
  .blue_backttl {
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    font-size: 16px;
    background: #84aed9;
    margin-top: 20px;
  }
  .price_ul {
    margin: 10px 0;
  }
  .price_ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0 0.5em 20px;
    font-weight: bold;
    background: url(../../common/images/houjin/ico01.png) 0px 22% no-repeat;
    background-size: 18px auto;
    display: flex;
    justify-content: space-between;
  }
  .price_ul li p.txt {
    width: 42%;
    font-size: 16px !important;
    margin: 5px 0 5px 5px !important;
  }
  .price_ul li p.price {
    font-size: 18px !important;
    float: right;
    text-align: right;
    margin: 5px 5px 5px 0px !important;
  }
  .price_ul li .ruby {
    font-size: 11px !important;
    line-height: 1.2;
    margin-bottom: 5px;
    transform: scale(0.7, 1);
    font-style: normal !important;
    font-feature-settings: "palt";
  }
  .price_ul li.ico_top {
    background: url(../../common/images/houjin/ico01.png) 0px 9% no-repeat;
    background-size: 18px auto;
  }
  .price_ul li.ico_mid {
    background: url(../../common/images/houjin/ico01.png) 0px 17% no-repeat;
    background-size: 18px auto;
  }
  .btmtxt {
    width: 90%;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 1.5;
  }
  .gbg .inner .mdtxt.ct.serif {
    font-feature-settings: "palt";
  }
  .tel.bk {
    color: #000;
    background: url(../../common/images/houjin/fdial_ico_bk.png) 12% 50%
      no-repeat;
    background-size: 50px auto !important;
  }
}
@media screen and (max-width: 380px) {
  h3.accordion-title.ttl01 p {
    margin-bottom: 25px !important;
  }

  .accordion-title.ttl01::before {
    width: 5px;
    height: 25px;
    top: 36% !important;
    right: 4.4%;
  }
}
/*------------------
lp_header_sp
------------------*/
/* header-contact-icon */

@media screen and (max-width: 1151px) {
  header .contact-menu {
    gap: 12px;
    padding-bottom: 3px;
  }
  header .contact-menu .mail svg {
    width: auto;
    height: 26px;
  }
  header .contact-menu .line svg {
    width: auto;
    height: 24px;
  }
  header .contact-menu .tel svg {
    width: auto;
    height: 23px;
  }
  header .contact-menu .tel {
    border: 1px solid #fff;
    width: unset;
    background: unset;
    font-size: unset;
    font-weight: unset;
    letter-spacing: unset;
    padding: unset;
    color: unset;
    border: unset;
  }
}


/*------------------
faq_section_area
------------------*/
.faq_section_area.section.section_wide {
  padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
  .faq_section_area.section.section_wide {
    padding: 48px 0;
  }
}

.faq_section_area_inner {
  max-width: 794px;
  width: 100%;
  margin-inline: auto;
}

.faq_section_area.section.section_wide .faq_list {
  margin: 40px auto 0;
}

/*------------------
guide_section_area
------------------*/
.guide_section_area.section.section_wide {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .guide_section_area.section.section_wide {
    padding-bottom: 48px;
  }
}

.guide_section_top-txt {
  text-align: center;
  font-size: 2.4rem;
  line-height: calc(30 / 24);
  font-weight: 700;
  font-family: var(--font-main);
  color: var(--txt-bk1a);
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .guide_section_top-txt {
    font-size: 1.8rem;
    line-height: calc(20 / 18);
    margin-top: 30px;
  }
}

.guide_section_detail {
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1151px) {
  .guide_section_detail {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .guide_section_detail {
    margin-top: 40px;
    gap: 20px;
  }
}

.bg_gray section.business_area.section.section_wide  {
  padding: 120px 0 !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .bg_gray section.business_area.section.section_wide  {
    padding: 48px 16px 16px!important;
    margin-bottom: 48px;
    width: 100%;
  }
}

.business_area.section.section_wide .txt_lead {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .business_area.section.section_wide .txt_lead {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}


.business_area .txt_box {
  text-align: center;
}
.guide_list {
  border: 1px solid var(--green-008);
  background-color: var(--bg-gray-f5);
  padding: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .guide_list {
    max-width: 700px;
    width: 100%;
    margin-inline: auto;
    padding: 30px 20px;
  }
}

.guide_list_ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: calc(30 / 24);
  font-weight: 700;
  font-family: var(--font-main);
  color: var(--green-008);
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .guide_list_ttl {
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    margin-bottom: 20px;
    text-align: left;
  }
}


.guide_list_txt {
  font-size: 1.8rem;
  line-height: calc(32 / 18);
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--txt-bk74);
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .guide_list_txt {
    font-size: 1.4em;
    line-height: calc(20 / 14);
    margin-bottom: 1.2em;
  }
}

.guide_list_subtxt {
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--txt-bk74);
  margin-bottom: 1.5em;
}

.guide_list_txt:last-of-type,
.guide_list_subtxt:last-of-type {
  margin-bottom: 0;
}

.guide_list_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.guide_list .base_btn {
  max-width: 400px;
}

.guide_list .base_btn a{
  font-size: 1.8rem;
  font-family: var(--font-main);
}


.guide_list_sub {
  margin-top: 30px;
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 1.5em;
}

.guide_list_sub li {

  list-style: disc;
}

.guide_list_sub li p {
  margin-bottom: 0;
}