@charset "utf-8";
* {
  box-sizing: border-box;
}
.pagetop {
  background-color: rgba(160, 160, 160, 0.8);
  position: fixed;
  display: flex;
  width: 50px;
  height: 60px;
  right: 0;
  bottom: 50vh;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 2s;
  -webkit-transition: opacity 2s;
}
.pagetop.show {
  opacity: 1;
  transition: 2s;
}
.arrow {
  width: 15px;
  height: 15px;
  border-top: 3px solid #eae4dd;
  border-right: 3px solid #eae4dd;
  transform: translateY(20%) rotate(-45deg);
}

.page-cover {
  color: #fff;
  height: 19rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.ttlbg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.page-cover > .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-cover h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 900;
}
.page-cover .title-mini {
  display: block;
  text-transform: uppercase;
  font-size: max(14px, 0.8rem);
  line-height: 1.8rem;
  font-weight: 900;
}
.page-cover .breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.breadcrumbs .inner {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1rem 0;
  white-space: nowrap;
}
.page-cover .breadcrumbs span span:not(:last-child)::after {
  background-color: #fff;
}
.page-cover .breadcrumbs a {
  color: #fff;
}
.page-cover .breadcrumbs ul {
  justify-content: left;
}
.list-wrap {
  background: #0f2753;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
.list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.col2 > * {
  width: 50%;
}
.col4 > * {
  width: 25%;
}
.col6 > * {
  width: 33.333333%;
}
.list a {
  color: #fff;
}
.list li {
  min-height: 4.3rem;
}
.list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.5em 2.5em;
  line-height: 1.4;
}
.list li a:hover {
  opacity: 0.7;
}
.list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.375rem;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: all 0.4s ease-out;
}
.kabe {
  background-image: url("../images/common/kabe.png");
}
.haikei4 {
  background-image: url("../images/common/haikei4.png");
}
.nuno {
  background-image: url("../images/common/nuno.png");
}
.parts-column {
  position: relative;
}
.grid3 {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid2 {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 50%;
}
.grid5 {
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.left {
  text-align: left;
  width: 75%;
}
.column-item .text h6 {
  text-align: left;
  line-height: 2rem;
}
.ttl2 {
  font-size: 1.85rem;
  position: relative;
  letter-spacing: 0.1em;
  color: #fff;
}
.ttl2:not(:last-child) {
  margin-bottom: 1em;
}
.typesquare {
  display: inline;
  box-decoration-break: clone;
  padding: 0.1rem 1rem;
  line-height: 1.9;
  background-color: #3d82cf;
}
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9 {
  padding-block: 5rem;
  position: relative;
}
.ttlbg {
  background-image: url("../images/common/eyecatch.jpg");
}
.half-wrap:not(:last-child) {
  margin-bottom: 5rem;
}
.half-wrap {
  position: relative;
  z-index: 1;
}
.half-flex {
  flex-wrap: wrap;
  max-width: 100rem;
  display: flex;
}
.half-flex > * {
  width: 50%;
}
.flex-left,
.flex-right {
  position: static;
  top: 0;
}
.flex-left img {
  height: auto;
  width: 100%;
  display: block;
}
.flex-right .text,
.flex-left .text {
  width: 100%;
}
.column-item {
  background-color: #e2e2e2;
  display: flex;
  flex-direction: column;
}
.column-item .text {
  padding: 10% 8%;
  flex: 1;
}
.column-item h5 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2.5rem;
  padding-bottom: 0.5em;
}
.column-item p {
  line-height: 1.5;
  text-align: left;
}
.footer-btn {
  width: 100%;
	display: block;
	height: auto;
}
/* .footer-btn .bg-yellow,
.footer-btn .bg-fill {
  fill: #fdd000;
  transition: fill 0.3s ease;
} */
/* .footer-btn .icon-stroke {
  stroke: #fdd000;
  transition: strole 0.3s ease;
} */
/* .footer-btn:hover .bg-yellow,
.footer-btn:hover .bg-fill {
  fill: #f16e35;
} */
/* .footer-btn:hover .icon-stroke {
  stroke: #f16e35;
} */
.ftel-color {
  color: #fff;
  text-decoration: none;
  -webkit-text-fill-color: #fff;
}

#subscription {
  padding-block: 5rem;
  background-color: #161e54;
}
/* プライバシーポリシー */
#privacy #section1 {
  background-image: url("../images/common/haikei4.png");
  padding-block: 6.5rem;
}
.midasi-text {
  margin-bottom: 3.5rem;
  font-size: 0.9rem;
  font-weight: 900;
}
.content-body {
  max-width: 90rem;
  width: 70%;
  margin-inline: auto;
  padding: 3.5rem 4rem;
  background-image: url("../images/common/kabe.png");
  background: #f7f7f4;
  font-weight: 600;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 2px solid #dadada;
}
.content-body h3 {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: 900;
}
.content-body h4 {
  font-size: 1.3rem;
  border-left: 10px solid #f16d34;
  padding-left: 0.5em;
  margin-block: 0.5em;
}
.content-body p,
.content-body ol {
  font-size: 0.9rem;
  padding-block-end: 0.5em;
}
.content-body ol {
  padding-left: 1rem;
}
table {
  margin-block: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  background: #131313;
  color: #fff;
  min-width: 7.5rem;
  text-align: left;
  padding: 1em;
  border: 1px solid #dadada;
  vertical-align: top;
}
td {
  background: #fff;
  padding: 1em;
  border: 1px solid #dadada;
  vertical-align: top;
  text-align: left;
}

/* お問い合わせフォーム */
#contact #section1,
#diagnosis #section1 {
  padding-block: 3rem;
}
.midasi-text,
.tel-option {
  display: block;
  text-align: center;
}
.muryousindan h3 a,
.contact h3 a {
  text-decoration: underline double;
  text-align: center;
  color: #ee7800;
  margin-bottom: 2rem;
}
.tel-option {
  font-size: 1.5em;
  display: block;
  text-align: center;
}
.content-list-option ul,
#recurute #section2 .recontent-list {
  list-style: none;
}
.content-list-option ul li,
#recurute #section2 .recontent-list ul li {
  color: #000;
  font-weight: normal;
}
.content-list-option label {
  font-weight: bold;
}
.content-list .wpcf7-list-item {
  display: block;
  margin: 0;
  font-weight: normal;
}
.content-list .sub-midasi {
  padding-bottom: 10px;
  line-height: 2rem;
}
.content-list .sub-midasi label{
  font-weight: normal;
}
.content-list {
  max-width: 90rem;
  width: 45%;
  /* margin: 2rem 24rem; */
  margin: 2rem auto;
  padding: 3.5rem 4rem;
  background-image: url("../images/common/kabe.png");
  background-color: #f7f7f4;
  font-weight: 600;
}
.content-list p.ctext {
  font-weight: normal;
  margin: 10px;
  line-height: 1.3;
}

#contact #button,
#diagnosis #button {
  display: none;
}
.custom-textbox {
  width: 100%;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0.8em;
  border: 1px solid #aaa;
  background: #fff;
}
.custom-box {
  width: 100%;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0.8em;
  border: 1px solid #aaa;
  background: #fff;
}
#contact .otoiyellow-btn,
#diagnosis .otoiyellow-btn,
#confirm .otoiyellow-btn,
#mufrirm .otoiyellow-btn {
  display:flex;
  width:22rem;
  max-width:24rem;
  /* margin-top:1.5rem; 
  margin-left:3.5rem; */
  padding:1rem 2rem 1rem 6.5rem;
  align-items:center; 
  gap: 0.5rem;
  font-size: 1.5rem;
  color:#333;
  line-height: 1.3;
  margin: 2rem auto;
  border-radius:9999px;
  background-color:#f2d91f;
  box-shadow:0 0 0.3125rem rgba(0,0,0,0.18);
  
  border:none;        /* buttonの枠消す */
  cursor:pointer;
  transition:all .5s ease;
}

.otoiyellow-btn input[type="submit"],
.otoiyellow-btn input[type="submit"] {
  color: #333;
  transition: all 0.5s ease;
}
#contact .otoiyellow-btn .btntext,
#diagnosis .otoiyellow-btn .btntext {
  position: relative;
}
#contact .otoiyellow-btn .icon-arrow,
#diagnosis .otoiyellow-btn .icon-arrow {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  fill: #333;
  transition:
    fill 0.5s ease,
    stroke 0.5s ease;
}
#contact .otoiyellow-btn:hover,
#diagnosis .otoiyellow-btn:hover {
  background: #131313;
  color: #fff;
}
.otoiyellow-btn:hover input[type="submit"],
.otoiyellow-btn:hover input[type="submit"] {
  color: #fff;
}
#contact .otoiyellow-btn:hover .icon-arrow,
#diagnosis .otoiyellow-btn:hover .icon-arrow {
  fill: #fff;
}
/* 小屋裏換気ページ */
#koyaura #section1,
#koyaura #section3 {
  background-color: #f7f7f4;
}
#section1,
#koyaura #section4 {
  padding-block: 6.5rem;
}

#koyaura #section1 .flex-left,
#koyaura #section4 .flex-left,
#bousui #section1 .flex-left,
#muryousindan #section1 .flex-right,
#muryousindan #section3 .flex-right {
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#koyaura #section2 .flex-left,
#koyaura #section2 .flex-right,
#bousui #section2 .flex-left,
#bousui #section2 .flex-right,
#muryousindan #section1 .flex-right,
#muryousindan #setion3 .flex-right {
  position: static;
  width: 50%;
}

#koyaura #section1 .flex-right,
#koyaura #section4 .flex-right,
#bousui #section1 .flex-right,
#muryousindan #section1 .flex-left,
#muryousindan #section3 .flex-left {
  padding-left: 11%;
  padding-right: 11%;
  margin-left: auto;
  min-height: 18rem;
  display: flex;
  align-items: center;
}
#koyaura #section2 .flex-left {
  padding-left: 11%;
  padding-right: 11%;
  margin-right: auto;
  min-height: 18rem;
  display: flex;
  align-items: center;
}
#koyaura #section2 .text a {
  text-align: left;
  border-bottom: 1px dotted #131313;
  width: 11.5rem;
}
.flex-right h4,
.flex-left h4,
#koyaura .sec3-title,
.process h4 {
  margin-bottom: 1em;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  color: #0b4182;
  line-height: 2rem;
  text-align: left;
}
.flex-right p,
.flex-left p {
  letter-spacing: 0.08rem;
  line-height: 1.3rem;
  margin-bottom: 1em;
  font-weight: 500;
  text-align: left;
}
#koyaura #section3 img {
  width: 40rem;
  display: block;
  margin-inline: auto;
  margin-top: 4rem;
}

/* 防水対策 */
#bousui #section2,
#bousui #section3,
#bousui #section5,
#bousui #section7,
#bousui #section8,
#gaiheki #section6 {
  background-color: #f7f7f4;
}

#bousui #section1 .half-flex,
#bousui #section2 .half-flex,
#muryousindan #setion1 .half-flex,
#muryousindan #setion1 .half-flex {
  display: flex;
}
#bousui #section1 .flex-left img,
#bousui #section2 .flex-right img,
#muryousindan #setion1 .half-right img,
#muryousindan #setion3 .half-right img {
  height: auto;
  width: 100%;
  display: block;
}
#bousui #section2 #frp-1 {
  padding-bottom: 2.5rem;
}
#bousui #section2 {
  padding-bottom: 1rem;
}
#bousui #section2 small {
  font-size: 0.5em;
}

.frp-text1 {
  padding: 0 3em;
  letter-spacing: 0.08rem;
  line-height: 1.3rem;
  margin-bottom: 1em;
  font-weight: 500;
  text-align: left;
}
#frp-2 {
  text-align: center;
}
#frp-2 h3 {
  font-size: 2rem;
  line-height: 3rem;
}
.frp-text2 {
  padding-top: 1em;
  letter-spacing: 0.08rem;
  line-height: 1.5rem;
  margin-bottom: 2em;
  font-weight: 500;
  text-align: center;
}
#bousui #section3 #frp-3 {
  text-align: center;
  padding-bottom: 1.5rem;
  height: auto;
}

#bousui #section3 .column-item,
#bousui #section8 .column-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
#bousui #section3 .column-item h4 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5em;
}
.flow {
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
  counter-reset: number;
}
.flow-item {
  position: relative;
  counter-increment: number;
  text-align: left;
  line-height: 2.5rem;
}
.flow-title {
  position: relative;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.flow-text {
  line-height: 2em;
  font-size: 0.9rem;
}

.flow-num .flow-title::before {
  content: counter(number);
  position: absolute;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  inline-size: 3rem;
  margin-block: calc((1lh - 3rem) / 2);
  text-align: center;
  color: #fff;
  background-color: #333;
  font-size: 1.5rem;
  float: inline-start;
  margin-inline-start: calc(5rem * -1);
  border-radius: 50%;
}

.flow-num .flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 3rem;
  bottom: 0.5rem;
  left: calc(5.6rem * -1 + 4rem / 2 - 0.1875rem / 2);
  border-right: 0.1875rem solid #333;
  width: 0.1875rem;
}
#bousui #section6 .subttl-text {
  text-align: left;
  padding-bottom: 0.5rem;
}
#bousui #section5 .column-item,
#gaiheki #section5 .column-item,
#gaiheki #section6 .column-item {
  width: auto;
  display: block;
  background-color: #fff;
  flex-direction: column;
  padding: 0;
}
#bousui #section5 .column-item img,
#gaiheki #section5 .column-item,
#gaiheki #section6 .column-item {
  width: 100%;
  text-align: center;
}
#bousui #section6 p {
  padding: 0;
}
.center {
  text-align: center;
  line-height: 5rem;
}
#bousui #section8 .subttl-text {
  padding-top: 1rem;
  text-align: left;
  line-height: 1.5rem;
}
#bousui #section7 #sekou2 {
  padding-bottom: 5rem;
}
#bousui #section7 .flex-left {
  text-align: center;
}
#bousui #section7 .hosyou-text {
  display: inline-block;
  text-align: left;
  font-size: 100%;
}
#bousui #section7 .flex-right img {
  width: 100%;
}
#bousui #section8 .column-item {
  padding: 8%;
  line-height: 1.5rem;
}
#bousui #section3 a {
  border-bottom: #333 1px dotted;
  display: unset;
}
#bousui #section3 .subtitle {
  font-size: 1.3rem;
}
#bousui #section7 .hosyou {
  width: 60%;
}
.hosyou-text h2 {
  padding-bottom: 1rem;
}
.hosyou-text p {
  line-height: 2rem;
}
#bousui .ju-kenkun {
  padding-block: 10rem;
  position: relative;
}
#bousui .ju-kenkun img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#bousui #section1 .yellow-btn {
  width: 22rem;
  max-width: 24rem;
  margin-top: 1.5rem;
  margin-left: 33rem;
}
#bousui #section8 .yellow-btn {
  width: 22rem;
  max-width: 24rem;
  margin-top: 1.5rem;
  margin-left: 12rem;
}
/* シロアリページ */
#siroari #section0 {
  padding-top: 5rem;
}

#siroari #section1 .midasi-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.midasi-text p,
.mentenans .text p {
  margin-bottom: 1em;
  line-height: 1.5em;
  font-weight: 500;
}
#siroari #section2 .flex-left-img,
#bousi #section2 .flex-left-img,
#gaiheki #section1 .flex-left-img,
#gaiheki #section6 .flex-right-img {
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#siroari .flex-right,
#bousui .flex-right,
#gaiheki .flex-right,
#gaiheki .flex-left {
  padding-left: 11%;
  padding-right: 11%;
  margin-left: auto;
  min-height: 18rem;
  display: flex;
  align-items: center;
}
#siroari .flex-left {
  padding-left: 11%;
  padding-right: 11%;
  margin-right: auto;
  min-height: 18rem;
  display: flex;
  align-items: center;
}

#siroari .bold,
#gaiheki .bold {
  font-weight: 900;
}
#siroari #section2 .flex-right-img {
  margin-left: auto;
  min-height: 18rem;
  display: flex;
  align-items: center;
}
#siroari #section4 .column-item {
  height: 20.5rem;
}
#siroari .yellow-btn {
  width: 25rem;
  max-width: 27rem;
  margin: 0;
}
#siroari .yellow-btn a {
  max-width: 25rem;
  padding: 1.5rem 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.icon-arrow {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  fill: #333;
  transition:
    fill 0.5s ease,
    stroke 0.5s ease;
}
.yellow-btn a:hover .icon-arrow {
  fill: #fff;
}
#siroari .grid3,
#bousui .grid3,
#gaiheki .grid3,
#muryousindan .grid3 {
  width: 75%;
}
#siroari .grid3 .text,
#bousui .grid3,
#gaiheki .grid3,
#muryousindan .grid3 {
  padding: 5%;
}
#siroari .num {
  font-size: 4rem;
  margin-top: 3rem;
}
.num-text {
  line-height: 1.8em;
  font-weight: 500;
  font-size: 1rem;
}
.num-text p {
  margin-bottom: 3rem;
}
.tbl {
  margin-inline: auto;
}
#siroari .tbl {
  width: 80%;
}
.siro-ul {
  line-height: 1.8;
  padding-left: 1rem;
}
.siro-ul-left {
  line-height: 1.8;
  padding-left: 1rem;
  padding-bottom: 1.5rem;
}

#siroari .sekou-p {
  line-height: 1.8;
  margin-block: 1.5em;
}
#siroari .process {
  padding-block: 1.5rem;
}
#siroari .process-none,
#gaiheki #section7 .consulation {
  padding-top: 0;
  padding-bottom: 1.5rem;
}
#siroari .section7-h4 {
  margin-bottom: 1em;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  color: #0b4182;
  line-height: 2rem;
  padding-bottom: 1rem;
}
#siroari #section7 .column-item h6 {
  line-height: 1.5;
  padding-bottom: 1em;
}
.setumei-midasi {
  margin-block: 2rem;
  font-size: 1.3rem;
}
#siroari #section7 .flex-left .text img {
  width: 50%;
  margin-inline: auto;
}
#siroari #section8 .num {
  font-size: 1.5rem !important;
}
#siroari #section8 {
  background-color: #aaa;
}
#siroari #section8 .grid2 {
  width: 100%;
}
.li-midasi {
  font-weight: 900;
  font-size: 1.2rem;
}
#siroari #section8 ol li p {
  padding-bottom: 1rem;
}
#siroari #section8 ol li {
  padding-bottom: 3rem;
}
#siroari #section8 .flex-right-img {
  position: relative;
  width: 50%;
}
#siroari #section8 .hosyo-set {
  position: absolute;
  bottom: 0;
}
#siroari #section8 .hosyo-set img {
  width: 50%;
}
#siroari #section8 .hosyo-set p {
  font-size: 0.8rem;
  position: absolute;
  bottom: -1rem;
  left: 0.8rem;
}
#siroari #section9 .process p {
  line-height: 2rem;
  padding-bottom: 1rem;
}

/*外壁塗装*/

#gaigeki #section1 .grid3 {
  background-color: #fff;
}
#gaiheki .text b {
  color: #0b4182;
}
#gaiheki #section1 .mentenans,
#section4 .mentenans {
  text-align: center;
  padding-top: 4em;
}
#gaiheki #section1 .mentenans h3,
#section4 .mentenans h3 {
  color: #0b4182;
  font-size: 22px;
}
#section2 .kodawari-text-child,
#gaiheki #section5 .grid3 .text h6,
#gaiheki #section6 .grid3 .text h6,
#section7 .consulation h3 {
  text-align: center;
}
#gaiheki #section2 .text {
  line-height: 2rem;
  text-align: left;
  margin: 4% 25%;
}
#section2 .text h3,
#section5 .text h3,
#section5 .edging h3,
#section7 .consulation h3 {
  font-size: x-large;
}
#section2 .text h2,
#section5 .text h4 {
  padding: 1rem 0;
  line-height: 1.3;
}
#section2 .tbl{
  width:70%;
}
#section2 .tbl_row {
  display: flex;
  border: 1px solid #dadada;
}
#section2 .tbl_th {
  min-width:13rem;
  width: 30%;
  padding: 16px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
#section2 .tbl_td {
  line-height:1.5rem;
  width: 70%;
  padding: 16px;
  text-align: left;
}
#section3 .nagare-text p,
#section5 .flex-right .text,
#section6 .flex-left .text {
  padding-top: 2.5rem;
  font-size: 20px;
}
#section5 .method-text p {
  padding: 3rem;
  text-align: center;
}
#section5 .flex-right .text-waza5,
#section6 .flex-left .text-waza5 {
  background-color: #fff;
}
.flex-right .text-waza5 p,
.flex-left .text-waza5 p {
  padding: 7px 0;
  margin: 0 8%;
  box-sizing: border-box;
}
#section5 .parts-column .edging-subtitle h3,
#section6 .parts-column .edging-subtitle h3 {
  font-size: 32px;
  text-align: left;
  margin: 2rem 0 0 13rem;
}
#gaiheki #section5 .kao-wrap,
#gaiheki #section6 .kao-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: 25%;
  text-align: left;
}
#gaiheki #section5 .kao-wrap .kao,
#gaiheki #section6 .kao-wrap .kao {
  display: block;
  width: 80px;
  height: auto;
  margin: 10px;
}
#gaiheki #section5 .kao-wrap p,
#gaiheki #section6 .kao-wrap p {
  width: 35em;
  line-height: 2rem;
  padding: 16px;
}

#gaiheki #section1 .yellow-btn,
#gaiheki #section7 .yellow-btn {
	display:flex;
  justify-content: center;
	width: 40%;
  margin: 0 auto;
}
/* #gaiheki #section7 .yellow-btn {
  width: 22rem;
  max-width: 24rem;
  margin-top: 1.5rem;
} */
#gaiheki .yellow-btn a {
	width:100%;
	box-shadow:0 0 0.3125rem rgba(0, 0, 0, 0.18);
	padding-block:2rem;
	font-size:1.3rem;
	margin-left:1rem auto;
	position:relative;
	padding:1rem 4.6875rem 1rem 4rem;
	border-radius:9999px;
	min-width:min(7rem,100%);
	background-color:#f2d91f;
	text-align:center;
	line-height:1.5rem;
	transition: all .5s ease;
	font-weight:900;
	box-sizing: border-box;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bousui #section1 .yellow-btn a {
  display: inline-flex;
  width: 24rem;
  max-width: 24rem;
  padding: 1.5rem 2rem 1.5rem 2.5rem;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #333;
}
#bousui #section8 .yellow-btn a {
  display: inline-flex;
  width: 24rem;
  max-width: 24rem;
  padding: 1.5rem 2rem 1.5rem 4.5rem;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #333;
}
#gaiheki .icon-arrow,
#bousui .icon-arrow {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  fill: #333;
  transition:
    fill 0.5s ease,
    stroke 0.5s ease;
}
#gaiheki .yellow-btn a:hover,
#bousui #section1 .yellow-btn a:hover,
#bousui #section8 .yellow-btn a:hover {
  color: #fff;
}
#gaiheki .yellow-btn a:hover .icon-arrow,
#bousui #section1 .yellow-btn a:hover .icon-arrow,
#bousui #section8 .yellow-btn a:hover .icon-arrow {
  fill: #fff;
}
#gaiheki #section7 .Lten {
  align-items: center;
}
#gaiheki #section7 .Lcheck {
  display: inline-block;
  width: 24rem;
  max-width: 24rem;
}
/* 築５年無料診断ページ */
#sindan-5 #section2 ul {
  list-style: none;
}
#sindan-5 #section3 .flex-left-img {
  width: 40%;
}
#sindan-5 #section3 .flex-left-img img {
  display: block;
  width: 50%;
  margin-left: auto;
  height: 90%;
}
#sindan-5 #section4 {
  background-color: #aaa;
}
#sindan-5 #section4 .column-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sindan-5 #section4 .column-image img {
  max-width: 40%;
  height: 70%;
}
#sindan-5 #section4 .column-item .text {
  padding: 0 8% 10% 8%;
  flex: 1;
}
#sindan-5 #section4 .text h5 {
  font-size: 1.3rem;
}
#sindan-5 #section4 .teikei a,
#sindan-5 #section5 .yakuzai a {
  border-bottom: #333 1px dotted;
  display: unset;
}
#sindan-5 #section4 .teikei {
  width: 90%;
  margin-inline: auto;
  text-align: left;
  margin-top: 0.5rem;
}
#sindan-5 #section4 .teikei p {
  line-height: 2rem;
  padding-bottom: 0.5rem;
}
#sindan-5 #section5 .yakuzai {
  margin-inline: auto;
  width: 50%;
}
#sindan-5 #section5 {
  background-image: url(../images/sindan-5nen/chara2.svg);
  background-position: right 30% bottom 10%;
  background-repeat: no-repeat;
  background-size: 20%;
}
#sindan-5 #section5 .yakuzai h4 {
  font-size: 1.3rem;
  color: #0b4182;
}
#sindan-5 #section5 .yakuzai ul {
  text-align: left;
  margin-top: 1rem;
  margin-left: 1.5rem;
}
#sindan-5 #section5 .yakuzai ul li {
  padding-bottom: 0.5em;
}
#sindan-5 #section5 .yakuzai ul li p {
  padding-bottom: 0.5em;
}
#sindan-5 #section6 .flex-right-img {
  width: 30%;
  margin-inline: auto;
  padding-block: 8%;
}
#sindan-5 #section6 .flex-right-img img {
  width: 12rem;
  margin-bottom: 0.5em;
}
#sindan-5 #section6 .flex-left .text {
  padding-left: 10rem;
}
#sindan-5 #subscription .yellow-btn {
  width: 27rem;
  max-width: 30rem;
  margin-inline: auto;
  margin-bottom: 1em;
}
#sindan-5 #subscription .yellow-btn a {
  max-width: 24rem;
  padding: 1.5rem 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  background-color: #f16e35;
}
#sindan-5 #subscription .yellow-btn a:hover {
  background-color: #fdd000;
}
.tel-text a {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  line-height: 3;
}
#sindan-5 #subscription .ttl2 {
  margin-bottom: 2em;
}
.flex {
  display: flex;
  align-items: center;
  margin-inline: auto;
  justify-content: center;
}
#sindan-5 .flex .tel-p {
  color: #fff;
  font-size: 1rem;
  text-align: left;
  margin-left: 1.5rem;
  line-height: 1.3;
}
/* 会社情報 */
#company .bold {
  font-weight: 900;
}
#company #section1 .midasi-text p {
  line-height: 1.5em;
}
#company #section1 .grid2 {
  width: 60%;
}
.company-image {
  height: 11rem;
}
#company .bottom-none {
  border-bottom: none;
}
#company .left-none {
  border-left: none;
}
#company #section2 .table-wrap table {
  margin-inline: auto;
  line-height: 1.3rem;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  max-width: 90rem;
  width: 83%;
}
#company #section2 .table-wrap table th {
  width: 25%;
}
#company #section2 .table-wrap table ul {
  list-style: none;
}
#company #section2 .table-wrap table .column-count {
  column-count: 2;
}
#company #section3 .parts-column {
  width: 75%;
}
#company #section3 .grid2 {
  width: 100%;
  gap: 3rem;
}
#company #section3 .map {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 9;
  vertical-align: bottom;
  width: 100%;
}
#company #section3 .column-item-map .text,
#company #section3 .column-item .text {
  padding: 0;
  background-color: #fff;
  font-size: 0.9rem;
}
#company #section3 .column-box p:not(:last-child) {
  margin-bottom: 1em;
}
#company #section3 .column-box {
  margin-block: 1em;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  background-color: #f7f7f4;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.3;
}
#company #section3 .column-box h5 {
  margin-bottom: 0.5em;
  font-size: max(22px, 1.3em);
  text-align: left;
}
#company #section3 .column-box {
  text-align: left;
}
/*新着ニュース*/
#newspage {
  background: #fff;
}
#newspage .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 10rem 1rem 15rem 1rem;
}
#newspage .filter-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#newspage select {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-left: 1rem;
  font-size: 1rem;
}
#newspage select:hover {
  background: #f7f7f7;
  cursor: pointer;
}
#newspage ul {
  width: 100%;
}
#newspage li {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px dotted #000;
  line-height: 2.3rem;
}
#newspage li:last-child {
  border-bottom: 1px dotted #000;
}
#newspage li:hover {
  background-color: #f7f7f7;
}
#newspage .day {
  margin-right: 2rem;
}
#newspage .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.875rem;
  margin-top: 2rem;
  padding-block: 1rem;
  font-size: max(13px, 0.9375rem);
}

#chara {
  background: #686868;
  padding: 0;
  position: relative;
  margin: 0;
}
.chara-box {
  background: #e9e8e6;
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem;
  position: relative;
  top: -5rem;
}
.chara-frame {
  position: relative;
  padding: 3rem;
  box-sizing: border-box;
  z-index: 0;
}
.border {
  position: absolute;
  background-image: url("../images/common/border.png");
  background-repeat: repeat;
  pointer-events: none;
  z-index: 1;
}
.border.top,
.border.bottom {
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-repeat: repeat-x;
}
.border.top {
  top: -1.5rem;
}
.border.bottom {
  bottom: -1.5rem;
}
.border.left,
.border.right {
  background-image: url("../images/common/border-tate.png");
  top: 0;
  width: 0.5rem;
  height: 100%;
  background-repeat: repeat-y;
}
.border.left {
  left: -1.5rem;
}
.border.right {
  right: -1.5rem;
}
.chara-frame {
  position: relative;
}

.corner {
  position: absolute;
  width: 5rem;
  height: 3rem;
}

.corner img {
  width: 100%;
  height: auto;
}

.top-left {
  top: -1.5rem;
  left: -1.5rem;
}

.top-right {
  top: -1.5rem;
  right: -1.25rem;
  transform: scaleX(-1);
}

.bottom-left {
  bottom: -1.44rem;
  left: -1.5rem;
  transform: scaleY(-1);
}

.bottom-right {
  bottom: -1.44rem;
  right: -1.25rem;
  transform: scaleX(-1) scaleY(-1);
}
.chara-inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 330px) 1fr;
  align-items: center;
  gap: 2rem;
}

.chara-img img {
  width: 100%;
  height: auto;
}
.chara-text {
  color: #131313;
}
#chara .chara-text h3 {
  font-size: 30px;
  padding-bottom: 50px;
}
.chara-text p {
  padding-right: 10rem;
  margin-bottom: 1.5rem;
}
/*ニュースコンテンツ*/
#newscontents {
  max-width: 900px;
  margin: 0 auto;
  padding: 10rem 6rem 13.5rem;
  line-height: 1.8;
  color: #333;
  height: 0 auto;
}
#newscontents .date {
  color: #a7a5a1;
  margin-bottom: 45px;
}
#newscontents h2 {
  font-size: 2rem;
  margin-bottom: 65px;
}
#newscontents .content {
  font-size: 1rem;
}
#newscontents p {
  margin-bottom: 0.5rem;
}
.buttons {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.nav-btn {
  display: inline-block;
  padding: 0.6rem 0.6rem;
  border: 2px solid #333;
  border-radius: 2px;
  color: #333;
  font-weight: 700;
  font-size: 13px;
  transition: 0.3s;
}
.nav-btn.prev,
.nav-btn.next {
  padding-top: -0.2rem;
  font-weight: 700;
}

.nav-btn.prev:hover,
.nav-btn.back:hover,
.nav-btn.next:hover {
  background: #333;
  color: #fff;
}
/*採用ページ*/
#section1 .column-item .text h6 {
  text-align: center;
}
#recrute #section1 {
  padding-bottom: 0;
}

#section2 .re1 {
  border: none;
  background-color: transparent;
  margin: 70px;
}
#section2 .re2 {
  border: none;
  background-color: transparent;
  margin-bottom: 105px;
}
#section2 .re3 {
  border: none;
  background-color: transparent;
  margin-bottom: 50px;
}

#section2 .required,
#contact .required,
#diagnosis .required {
  padding: 2px 6px;
  margin-left: 15px;
  border-radius: 5px;
  background: #fa4e2c;
  font-size: 11px;
  color: #fff;
}
#recrute .tel-option {
  margin-top: 5rem;
  line-height: 2.5rem;
}

#recrute #section2 .recontent-list-option ul {
  list-style: none;
}
#recrute #section2 .recontent-list {
  max-width: 90rem;
  width: 45%;
  margin-inline: auto;
  padding: 3.5rem 4rem;
  background-image: url("../images/common/kabe.png");
  background-color: #f7f7f4;
  font-weight: 600;
}
#recrute .recontent-list ul li {
  margin-block: 1rem;
}
#recrute .wpcf7-list-item {
  display: block;
  margin: 1rem 0;
}
#recrute .otoiyellow-btn {
  display:flex;
  width:20rem;
  max-width:24rem;
  padding:1rem 2rem 1rem 6.5rem;
  align-items:center; 
  gap: 0.5rem;
  font-size: 1.3rem;
  color:#333;
  line-height: 1.5;
  margin: 1rem auto;
  border-radius:9999px;
  background-color:#f2d91f;
  box-shadow:0 0 0.3125rem rgba(0,0,0,0.18);
  
  border:none;   
  cursor:pointer;
  transition:all .5s ease;
}
#recrute .otoiyellow-btn.btntext {
  position: relative;
}
#recrute .otoiyellow-btn .icon-arrow {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  fill: #333;
  transition:
    fill 0.5s ease,
    stroke 0.5s ease;
}
#recrute .otoiyellow-btn:hover {
  background: #131313;
  color: #fff;
}
#recrute .otoiyellow-btn:hover .icon-arrow {
  fill: #fff;
}

/* お問い合わせ確認 */
#confirm .content-list .con-text {
  margin-bottom: 1rem;
}
/* 無料診断 */

#muryousindan .yellow-btn {
  width: 19rem;
  max-width: 24rem;
  margin-top: 1.5rem;
  margin-left: 0;
}

#muryousindan .yellow-btn a {
  display: inline-flex;
  width: 19rem;
  max-width: 22rem;
  padding: 1.5rem 2rem 1.5rem 2.5rem;
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
}
#muryousindan #section4 .yellow-btn{
  width:100%;
  margin: 0 auto;
}

#muryousindan #section4 .yellow-btn a{
  display: inline-flex;
  width:24rem;
  max-width:27rem;
  padding:1.5rem 2rem 1.5rem 4.5rem;
  align-items:center; 
  font-size: 1.3rem;
  line-height: 1.3rem;
  box-sizing: border-box;
}

#muryousindan .icon-arrow {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  fill: #333;
  transition:
    fill 0.5s ease,
    stroke 0.5s ease;
}

#muryousindan .yellow-btn a:hover .icon-arrow {
  fill: #fff;
}
#muryousindan .text h6 {
  padding-top: 1rem;
  color: #333;
}
#muryousindan #section4 .column-item .text {
  padding: 10% 5%;
  flex: 1;
}
#muryousindan #section4 .column-item h6,
#muryousindan #section4 .column-item p {
  text-align: center;
}

.wpcf7-spinner {
  display: none !important;
}

/* 協力会社募集ページ */
#cooperation .yellow-btn{
	display:flex;
	margin: 0 auto;
	width: 40%;
  margin-top: 1rem;
}
#cooperation .yellow-btn a {
  display: flex;
  padding:1rem 1.5rem 1rem 2rem;
  align-items:center; 
  gap: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color:#333;
  width: 100%;
  box-sizing: border-box;
  justify-content: center; 
  max-width: 100%;
}
#cooperation .icon-arrow {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  fill:#333;
  transition: fill 0.5s ease, stroke 0.5s ease;
}
#cooperation .yellow-btn a:hover {
   color:#fff;
}
#cooperation .yellow-btn a:hover .icon-arrow {
  fill:#fff;
}
#cooperation #section3 ul {
  width: 27rem;
  text-align: left;
  margin-inline: auto;
  margin-bottom: 4rem;
  font-weight: bold;
}
#cooperation #section3 .text {
  line-height: 1.5;
}