@charset "utf-8";
/*===========================
add
===========================*/
.box-sd {
  padding: 3em;
  background-color: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
}
.box-sd02 {
  padding: 3em;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0px solid #999;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%);
  border-radius:20px;
}
.box-sd03 {
  padding: 4em 4em 3em 3em;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  border: 0px solid #999;
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box-sd, .box-sd02, .box-sd03 {
    padding: 2.0em;
    box-sizing: border-box;
  }
}
ul.circle-1col, ul.circle-1col-n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.circle-1col > li {
  padding: 0 0 0.5em 1.2em;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #CCC;
  width: 90%;
  margin-right: 2%;
  position: relative;
}
ul.circle-1col > li:last-child {
  margin-bottom: 0px;
}
ul.circle-1col > li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--basic-color);
  border-radius: 50%;
  left: 0.5em;
  margin-top: 0.8em;
}
ul.circle-1col-n > li {
  padding: 0 0 0.3em 1.2em;
  margin-bottom: 2.0em;
  border-bottom: 1px dashed #CCC;
  width: 100%;
  margin-right: 0%;
  position: relative;
}
ul.circle-1col- > li:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  background-color: var(--basic-color);
  border-radius: 0%;
  left: 0%;
  margin-top: 0em;
}
ul.circle-2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.circle-2col > li {
  padding: 0 0 0.5em 1.2em;
  margin-bottom: 0.9em;
  border-bottom: 1px dashed #CCC;
  width: 46%;
  margin-right: 2%;
  position: relative;
}
ul.circle-2col > li.line {
  margin-bottom: 0px;
}
ul.circle-2col > li.long {
  width: 70%;
}
ul.circle-2col > li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--basic-color);
  border-radius: 50%;
  left: 0.5em;
  margin-top: 0.6em;
}
ul.circle-3col, ul.circle-3col-n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.circle-3col > li {
  padding: 0 0 0.5em 1.2em;
  margin-bottom: 0.7em;
  border-bottom: 0px dashed #CCC;
  width: 28%;
  margin-right: 2%;
  position: relative;
}
ul.circle-3col-n > li {
  padding: 0 0 0.5em 1.2em;
  margin-bottom: 0.7em;
  border-bottom: 0px dashed #CCC;
  width: 28%;
  margin-right: 2%;
  position: relative;
}
ul.circle-3col > li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--basic-color);
  border-radius: 50%;
  left: 0.2em;
  margin-top: 0.7em;
}
ul.circle-3col-n > li:before {}
@media only screen and (max-width: 768px) {
  ul.circle-2col > li, ul.circle-2col > li.long, ul.circle-3col > li, ul.circle-3col-n > li {
    width: 100%;
	margin-right:auto;
	margin-left: auto;
	
	}
	ul.circle-3col-n > li {
    padding: 0 0 0.5em 0.0em;
	}
  ul.circle-2col > li.line.line2 {
    margin-bottom: 0.9em;
  }
}
.pc-disp {
  display: block;
}
.sp-disp {
  display: none;
}
.pc-inbl {
  display: inline-block;
}
.sp-inbl {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc-disp {
    display: none;
  }
  .sp-disp {
    display: block;
  }
  .pc-inbl {
    display: none;
  }
  .sp-inbl {
    display: inline-block;
  }
}
.p-ttl {
  font-size: 1.4em;
  text-align: center;
  font-weight: 800;
}
.p-cnt {
  letter-spacing: 0.1vw;
  line-height: 2.0;
  font-size: 1.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-ttl {
    font-size: 1.1em;
    text-align: left;
  }
  .p-cnt {
    letter-spacing: 0.1vw;
    line-height: 1.6;
    font-size: 1.0em;
  }
}
.txtBold {
  font-weight: bold;
}
.tx-flex {
  text-align: center;
}
.res-fs120p {
  font-size: 120% !important;
  line-height: 1.4em !important;
}
@media screen and (max-width: 768px) {
  .tx-flex {
    text-align: left;
  }
  .res-fs120p {
    font-size: 100% !important;
    line-height: 1.4em !important;
  }
}
.link_btn3 {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: var(--basic-color);
  border-radius: 40px;
  color: #fff;
  width: 88%;
}
.flex_anchorlink_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flex_anchorlink_box .item_btn {
  width: 49.0%; /* 要調整 */
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .link_btn3 {
    width: 100%;
    padding: 0.2em 0.5em;
  }
  .flex_anchorlink_box {
    display: block;
  }
  .flex_anchorlink_box .item_btn {
    width: 90%;
    font-size: 1.0em;
  }
}
ol.num_order {
  padding-left: 20px;
}
ol.num_order li {
  padding: 0.5em 0 0.2em 0;
  margin-bottom: 0.5em;
  font-size: 1.6em;
  font-weight: 800;
  letter-spacing: 0.1vw;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  ol.num_order {}
  ol.num_order li {
    padding: 0.5em 0 0.1em 0;
    margin-bottom: 0.3em;
    font-size: 1.2em;
    letter-spacing: 0.1vw;
  }
}
ul.check-1col, ul.check2, ul.check-2col {
  position: relative;
}
ul.check-1col {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.check-1col li {
  padding: 0 0 0.5em 2em;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #CCC;
  width: 100%;
  position: relative;
}
ul.check-1col li::before {
  position: absolute;
  color: var(--basic-color);
  content: "\f14a";
  font-family: FontAwesome;
  left: 0.3em;
  font-size: 1.3em;
}
ul.check2 li {
  padding: 0 0 0.5em 2em;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #CCC;
  position: relative;
  width: 40%;
  margin-right: 2%;
  display: inline-block;
}
ul.check2 li::before {
  position: absolute;
  content: "\f14a";
  font-family: FontAwesome;
  left: 0.3em;
  font-size: 1.3em;
}
ul.check-2col {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
ul.check-2col li {
  padding: 0 0 0.5em 2em;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #CCC;
  width: 40%;
  margin-right: 2%;
  position: relative;
}
ul.check-2col li.lg {
  width: auto;	
}
ul.check-2col li::before {
  position: absolute;
  color: var(--basic-color);
  content: "\f14a";
  font-family: FontAwesome;
  left: 0.3em;
  font-size: 1.3em;
}
@media only screen and (max-width: 768px) {
  ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width: 90%;
    margin-right: 2%;
    position: relative;
  }
  ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width: 90%;
    margin-right: 2%;
    display: inline-block;
  }
}
.features {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.features h2 {
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}
.feature-item {
  background: #fff;
  border-radius: 18px;
  padding: 30px 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.feature-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
}
.feature-item p {
  margin-top: 10px;
  padding: 5px 5px 0px;
  line-height: 1.6;
  font-size: 1em;
  color: #666;
}
.ft_num {
  background: var(--basic-color);
  color: #fff !important;
  width: fit-content;
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.2vw;
  padding: 0.3em 0.6em;
  border-radius: 3px;
}
.num {
  font-size: 130%;
  padding-left: 5px;
}
.box-wrap {
  background: #fcfaf5;
  box-sizing: border-box;
}
.box-ttl {
  text-align: center !important;
  background: var(--basic-color);
  padding: 0.6em;
  color: #fff !important;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.box-cnt {
  width: 100%;
  margin: 0px auto 0em;
  padding: 1.2em 1.8em 1.8em 1.8em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.feature-item p {
    padding: 0px 5px 0px;
    font-size: 1.0em;
}
.g-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
/* Google Mapのiframe */
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}

.tbl-1 td {
  text-align: center;
  vertical-align: middle;
}
.h4-ttl {
  margin-bottom: 10px !important;
  text-align: center;
}
.h4-ttl:after {
  width: 0px;
  height: 0px;
}
/*
.h4-ttl:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background-color: var(--basic-color);
  border-radius: 50%;
  left: 30%;
  margin-top: 0.6em;
}
*/
@media only screen and (max-width: 768px) {
	
  .h4-ttl {
    margin-bottom: 10px !important;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
  }
	/*
  .h4-ttl:before {
    width: 6px;
    height: 6px;
    left: -3%;
    margin-top: 0.6em;
  }
	*/
}
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.company_data .data a {
  color: #333 !important;
  text-decoration: none;
}
.company_data .data a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tel-a a {
  color: #fff !important;
  text-decoration: none;
}
.tel-a a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--contact {
  display: block;
  padding: 1.5rem 0;
  color: #fff;
  background: #d20010;
  -webkit-box-shadow: 0 5px 0 #b9000e;
  box-shadow: 0 5px 0 #b9000e;
}
a.btn--contact i {
  font-size: 2rem;
}
a.btn--contact i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}
a.btn--contact :hover {
  color: #fff;
}
a.btn--tel {
  display: block;
  margin-top: 15px;
  padding: 1rem 0;
  color: #fff;
  background: var(--basic-color);
  -webkit-box-shadow: 0 5px 0 #8f5801;
  box-shadow: 0 5px 0 #8f5801;
  border-radius: 20px;
}
.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn--contact {
  font-size: 2rem;
  display: block;
  padding: 1.6rem 0 1.6rem 2.2rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6100;
  -webkit-box-shadow: 0 5px 0 #d25600;
  box-shadow: 0 5px 0 #d25600;
}
a.btn--contact i {
  font-size: 2rem;
}
a.btn--contact i.
}
a.btn--tel i {
  font-size: 2rem;
}
a.btn--tel i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}
a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: var(--basic-color);
  border-radius: 0.5rem;
  background: #fff;
}
a.btn--tel:hover {
  color: #fff;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
.btn-wrap {
		width:90%;
		margin:auto;
	}
.res-fs80p {
	font-size:80%;
}
@media only screen and (max-width: 768px) {
.res-fs80p {
	font-size:100% !important;
}
	.btn-wrap {
		width:80%;
		margin:auto;
	}
	.btn, a.btn, button.btn {
    font-size: 4vw;
	line-height: 1.0;
	}
	a.btn--tel {
    margin-top: 15px;
    padding: 0.5em ;
	
}
	a.btn--tel i.fa-position-left {
    font-size: 0.9em;
    left: 0.5em;
}
}

@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 5px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:1%;
    border: 1px #ccc solid;
	vertical-align: middle;
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:1%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}
footer a {
	color:#000;
	text-decoration: none;
}
