@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap");
/* Scss Document */
.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

html {
  width: 100%;
  font-size: 62.5%;
}

body {
  line-height: 160%;
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    width: 1024px;
  }
}
@media screen and (max-width: 480px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.5rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  text-decoration: none;
  line-height: 1.6;
}

#contents * {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

a {
  color: #000;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
a:hover {
  opacity: 0.8;
}
a img {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
a img:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  #breadcrumb {
    padding: 5px 10px;
    line-height: 0;
  }
}

.ttl_case {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .ttl_case {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.ttl_case span {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  border: solid 1px #c61d32;
  border-radius: 2px;
  margin-right: 2rem;
  color: #c61d32;
  font-family: "Rokkitt", serif !important;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .ttl_case span {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.ttl_case-detail {
  padding-left: 2rem;
  border-left: 5px solid #c61d32;
  font-size: 2.2rem;
}
@media screen and (max-width: 480px) {
  .ttl_case-detail {
    padding-left: 1rem;
    border-left: 3px solid #c61d32;
    font-size: 1.7rem;
  }
}
.ttl_bgr {
  background: #c61d32;
  margin-bottom: 20px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 3px;
}
.ttl_red {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c61d32;
}
.ttl_bld {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.ttl_stg {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .ttl_stg {
    font-size: 2.4rem;
  }
}
.ttl_stg span {
  color: #c61d32;
}

.img-none {
  height: 22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  font-size: 2rem;
  font-weight: bold;
  color: #ccc;
}

.check {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #2b2b2b;
  position: relative;
  border-radius: 0.2rem;
  margin-right: 0.5em;
}
.check:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: 7px;
  height: 3px;
  border-left: 2px solid #c61d32;
  border-bottom: 2px solid #c61d32;
  transform: rotate(-45deg);
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  font-weight: bold;
  color: #fff;
}
.btn-rd {
  background: #c61d32;
  width: 16rem;
  height: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .btn-rd {
    width: 100%;
    height: 3.5rem;
    font-size: 1.5rem;
  }
}
.btn-rd:after {
  position: absolute;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
}
.btn-bk {
  position: relative;
  background: #000000;
  width: 100%;
  height: 4rem;
  font-size: 1.6rem;
}
.btn-bk img {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pc {
  display: none;
}
@media screen and (min-width: 481px) {
  .pc {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #909090 #909090 transparent transparent;
  transform: rotate(45deg);
  margin-right: 10px;
}
.arrow_ku {
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid #c61d32;
  border-right: 1px solid #c61d32;
}
@media screen and (max-width: 480px) {
  .arrow_ku {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.box-gr {
  background: #f0f0f0;
  border-radius: 1rem;
  padding: 3rem;
}
.box-gr + .box-gr {
  margin-top: 2rem;
}

.balloon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.balloon .txt {
  background: #f0f0f0;
  border-radius: 1rem;
  padding: 3rem;
}
@media screen and (max-width: 480px) {
  .balloon .txt {
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
.balloon .txt p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 480px) {
  .balloon .txt p + p {
    margin-top: 1rem;
  }
}
.balloon + .balloon {
  margin-top: 2rem;
}

.tag {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tag li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #deecf5;
  margin: 0.5rem;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #0071bc;
}
@media screen and (max-width: 480px) {
  .tag li {
    margin: 0.3rem !important;
    padding: 3px 5px;
    font-size: 1.1rem;
  }
}

.case_ttl {
  background: url(/case/img/h2_case.jpg) center top no-repeat;
}

#breadcrumb a {
  color: #0071bc;
}

.anchor_menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  margin: 0 auto;
  position: relative;
}

.anchor_menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100vw;
  width: 100cqw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f2f2f2;
}

.anchor_menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.anchor_menu a {
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.5rem);
  font-weight: bold;
  padding: 0 0.8%;
  color: #c61d32;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anchor_link {
  border-right: 1px solid #c61d32;
}
.anchor_link:first-child {
  border-left: 1px solid #c61d32;
}

.anchor_link span.small {
  font-size: 12px;
  border: 1px solid #c61d32;
  padding: 1px 5px;
  margin-left: 5px;
}

.anchor_link .base {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.anchor_menu a.contact_link {
  background: #ed726d;
  min-width: 17.8rem;
  margin-left: 0.8%;
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.5rem);
  color: #fff;
  border-radius: 5px;
}
.anchor_menu a.contact_link p {
  margin: 0 3%;
}
.anchor_menu a.contact_link span {
  background: #ffff00;
  color: #ed726d;
  font-size: 1.2rem;
  padding: 0.5% 2%;
  border-radius: 3px;
}
.anchor_menu a.contact_link img {
  width: 10%;
}

@media screen and (max-width: 480px) {
  .anchor_menu {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 0 0.5rem 1rem;
  }
  .anchor_menu a {
    font-size: 10px;
    width: 33.3333333333%;
    position: relative;
    text-align: left;
  }
  .anchor_menu a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #c61d32;
  }
  .anchor_menu a:nth-child(3n):before {
    content: none;
  }
  .anchor_menu a:nth-child(n+4):after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #c61d32;
  }
  .anchor_menu a.contact_link {
    width: 60%;
    margin-top: 1rem;
  }
  .anchor_menu a.contact_link::before {
    content: none;
  }
  .anchor_menu a.contact_link::after {
    content: "" !important;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 1rem);
    height: 1px;
    background: #c61d32;
  }
  .anchor_menu a:last-child:after {
    content: none;
  }
  .anchor_link {
    border-right: none;
  }
  .anchor_link:first-child {
    border-left: none;
  }
  .anchor_link .base {
    text-align: left;
  }
  .anchor_link span.small {
    font-size: 6px;
    padding: 0 2px;
    margin-left: 0;
  }
  .contact_link img {
    width: auto;
    height: 20px;
  }
}
.anchor_menu .accordion-head {
  position: relative;
}
.anchor_menu .accordion-head dt {
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.5rem);
  font-weight: bold;
  padding: 0 8px;
  color: #c61d32;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #c61d32;
  cursor: pointer;
}
.anchor_menu .accordion-head dt .arrow_ku {
  margin-left: 1.5rem;
  transform: rotate(135deg);
}
.anchor_menu .accordion-head dt.open .arrow_ku {
  transform: rotate(-45deg);
  margin-top: 8px;
}
.anchor_menu .accordion-head dd {
  display: none;
  position: absolute;
  z-index: 5;
  width: auto;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  white-space: nowrap;
  margin: auto;
  padding: 10px 15px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.anchor_menu .accordion-head dd a {
  height: auto;
  padding: 10px;
  transition: 0.2s ease-in-out;
  justify-content: space-between;
}
.anchor_menu .accordion-head dd a .arrow_ku {
  margin-left: 1.5rem;
  transform: rotate(45deg);
}
.anchor_menu .accordion-head dd a:hover {
  opacity: 0.8;
}
.anchor_menu .accordion-head dd a + a {
  border-top: solid 1px #c61d32;
}
.anchor_menu .accordion-head dd .anchor_link {
  border: none;
}
.anchor_menu .accordion-head:first-child dt {
  border-left: 1px solid #c61d32;
}

@media screen and (max-width: 480px) {
  .anchor_menu .accordion-head {
    width: 33.3333333333%;
  }
  .anchor_menu .accordion-head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #c61d32;
  }
  .anchor_menu .accordion-head dt {
    font-size: 10px;
    cursor: pointer;
    border: none;
  }
  .anchor_menu .accordion-head dt .arrow_ku {
    margin-left: 1rem;
    transform: rotate(135deg);
  }
  .anchor_menu .accordion-head dt.open .arrow_ku {
    transform: rotate(-45deg);
    margin-top: 8px;
  }
  .anchor_menu .accordion-head dd {
    width: 100vw;
    top: 128px;
    left: -5px;
    transform: none;
    padding: 10px 15px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: none;
  }
  .anchor_menu .accordion-head dd a {
    position: relative;
    width: 50%;
    display: inline-block;
    padding: 0.5rem 1rem;
    transition: 0.2s ease-in-out;
    font-size: 1.2rem;
  }
  .anchor_menu .accordion-head dd a .arrow_ku {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    margin: auto;
    transform: rotate(45deg);
  }
  .anchor_menu .accordion-head dd a::before {
    content: none;
  }
  .anchor_menu .accordion-head dd a + a {
    border: none;
  }
  .anchor_menu .accordion-head dd .anchor_link {
    border: none;
    border-right: solid 1px #c61d32;
  }
  .anchor_menu .accordion-head:first-child dt {
    border-left: none;
  }
  .anchor_menu .accordion-head:nth-child(2n) dd {
    left: calc(0px - (33.3333333333vw + 5px));
  }
}
.anchorlink {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 4rem auto 6rem;
}
@media screen and (max-width: 480px) {
  .anchorlink {
    margin: 2rem auto 3rem;
    padding: 0 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.anchorlink li {
  position: relative;
  padding: 2px 15px;
  border-left: solid #999999 1px;
}
@media screen and (max-width: 480px) {
  .anchorlink li {
    border: none;
    padding: 6px 10px;
  }
}
.anchorlink li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  .anchorlink li a {
    font-size: 1.3rem;
  }
}
.anchorlink li a .check {
  background: #c61d32;
  margin-right: 0;
  border: solid 1px #c61d32;
}
.anchorlink li a .check:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 2px;
  top: 1px;
  width: 5px;
  height: 5px;
}
.anchorlink li.off a {
  pointer-events: none;
  color: #ccc;
}
.anchorlink li.off a .check {
  background: #ccc;
  border: solid 1px #ccc;
}
.anchorlink li:last-child {
  border-right: solid #Ccc 1px;
}
@media screen and (max-width: 480px) {
  .anchorlink li:last-child {
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .anchorlink li:nth-child(n+3)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background: #999999;
  }
}
@media screen and (max-width: 480px) {
  .anchorlink li:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #999999;
  }
}

#header .header_contents {
  width: auto;
  padding: 0 min(2.5vw, 40px);
}
@media screen and (max-width: 480px) {
  #header .header_contents {
    padding: 0;
  }
}
#header .header_contents .navi_contents {
  margin-left: 20px;
}
#header .header_contents .navi_contents li {
  display: grid;
  place-content: center;
}
#header .header_contents .navi_contents li a {
  width: auto;
  height: auto;
  padding: 0 15px;
  font-size: 1.7rem;
}
#header .header_contents .navi_contents li a:hover {
  opacity: 1;
}
#header .header_contents .navi_contents li br {
  display: none;
}
#header .header_contents .navi_contents.top_navi li a {
  font-size: 1.5rem;
}

#sp_menu.accordion-head dt span.open, #sp_menu.accordion-head dt.open span.close {
  bottom: -7px;
}

#wrapper {
  overflow-x: hidden;
}

#main {
  width: 100%;
  min-height: inherit;
  float: none;
}
@media screen and (max-width: 480px) {
  #main {
    padding: 0 1.5rem;
  }
}
#main > div {
  padding-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  #main > div {
    padding-bottom: 4rem;
  }
}
#main > .tag {
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  #main > .tag {
    margin-bottom: 2rem;
  }
}
#main .caseList .catch {
  margin: 4rem auto 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #main .caseList .catch {
    margin: 2rem auto 0;
  }
}
#main .caseList_box {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  padding: 3rem;
  border: solid 1px #999999;
  border-radius: 1rem;
}
@media screen and (max-width: 480px) {
  #main .caseList_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
    padding: 2rem;
  }
}
#main .caseList .img-none {
  width: 30rem;
}
@media screen and (max-width: 480px) {
  #main .caseList .img-none {
    width: 100%;
    aspect-ratio: 300/225;
  }
}
#main .caseList_img {
  position: relative;
  width: 30rem;
  height: 22.5rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #main .caseList_img {
    width: 100%;
    aspect-ratio: 300/225;
  }
}
#main .caseList_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#main .caseList_cnt {
  width: calc(100% - 33rem);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #main .caseList_cnt {
    width: 100%;
  }
}
#main .caseList_cnt .tag {
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  #main .caseList_cnt .tag {
    margin-bottom: 1.5rem;
  }
}
#main .caseList_cnt .btn {
  width: 20rem;
  position: relative;
  margin-top: auto;
}
@media screen and (max-width: 480px) {
  #main .caseList_cnt .btn {
    width: 100%;
  }
}
#main .caseList_cnt .btn img {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
#main .caseList .cntNone {
  margin: 6rem auto 0;
}
#main .transform {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  #main .transform {
    display: block;
    width: 100%;
    margin-inline: auto;
    padding-bottom: 2rem;
  }
}
#main .transform .before, #main .transform .after {
  position: relative;
  width: 460px;
  height: 345px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #main .transform .before, #main .transform .after {
    width: 100%;
    aspect-ratio: 460/345;
    height: inherit;
  }
}
#main .transform .before::before, #main .transform .after::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 2.6rem;
  font-family: "Rokkitt", serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
}
#main .transform .before img, #main .transform .after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#main .transform .before:before {
  content: "BEFORE";
  background: #616161;
}
#main .transform .after::before {
  content: "AFTER";
  background: #c61d32;
}
#main .transform .arrow-transform {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2rem;
  height: 10rem;
  background-color: #c61d32;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (max-width: 480px) {
  #main .transform .arrow-transform {
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 10rem;
    height: 2rem;
    margin: 1rem auto;
  }
}
#main .overview {
  display: grid;
  grid-template-columns: 25% 75%;
  border: solid 1px #999999;
  margin-bottom: 6rem;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  #main .overview {
    grid-template-columns: 1fr;
    margin-bottom: 4rem;
  }
}
#main .overview .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  border-right: dotted 1px #999999;
}
@media screen and (max-width: 480px) {
  #main .overview .ttl {
    padding: 1.2rem;
    border-right: none;
    border-bottom: dotted 1px #999999;
  }
}
#main .overview dd {
  padding: 20px 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #main .overview dd {
    padding: 1.2rem;
  }
}
#main .overview_list li {
  display: grid;
  grid-template-columns: 1.3rem 1fr;
  gap: 0.5rem;
}
#main .overview_list li .check {
  margin-top: 0.4rem;
}
#main .overview_list li p strong {
  color: #c61d32;
}
#main .overview_list li + li {
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  #main .consult .balloon {
    width: 100%;
    align-items: flex-end;
  }
}
#main .consult .balloon .icon {
  width: 16rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #main .consult .balloon .icon {
    width: 7.2rem;
  }
}
#main .consult .balloon .txt {
  position: relative;
  width: 80rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 480px) {
  #main .consult .balloon .txt {
    width: calc(100% - 8.5rem);
  }
}
#main .consult .balloon .txt::after {
  position: absolute;
  bottom: -1.7rem;
  left: 3rem;
  content: url(/case/img/icon_balloon_aroow.svg);
  width: 4rem;
  height: 1.8rem;
}
#main .advice {
  padding-bottom: 2.5rem;
}
#main .advice .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #main .advice .box {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #main .advice .box .icon {
    margin-bottom: 1.2rem;
    text-align: center;
  }
  #main .advice .box .icon img {
    width: 12rem;
  }
}
#main .advice .box .txt {
  width: 76rem;
}
@media screen and (max-width: 480px) {
  #main .advice .box .txt {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #main .advice .box .txt .ttl_bld {
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
#main .advice .box .txt p {
  font-size: 1.4rem;
}
#main .advice .box .txt + .txt {
  margin-top: 2rem;
}
#main .product_box {
  display: grid;
  grid-template-columns: 22rem 1fr;
  gap: 3rem;
  padding: 3rem;
  border: solid 1px #999999;
  border-radius: 1rem;
}
@media screen and (max-width: 480px) {
  #main .product_box {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
  }
}
#main .product_box .img {
  width: 22rem;
  height: 22rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #main .product_box .img {
    width: 100%;
    height: inherit;
    aspect-ratio: 4/3;
    margin: 0 auto;
  }
}
#main .product_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#main .product_box + .product_box {
  margin-top: 3rem;
}
@media screen and (max-width: 480px) {
  #main .product_box + .product_box {
    margin-top: 2rem;
  }
}
#main .product_box .cnt > * {
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  #main .product_box .cnt > * {
    margin-bottom: 1.5rem;
  }
}
#main .product_box .cnt > *:last-child {
  margin-bottom: 0;
}
#main .product_box .cnt h5 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
#main .product_box .cnt .point {
  background: #fbeff0;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
}
#main .product_box .cnt .point h5 {
  font-size: 1.4rem;
  color: #c61d32;
}
#main .product_box .cnt .point h5 img {
  margin-right: 0.5rem;
}
#main .voice .box-gr {
  position: relative;
  display: grid;
  grid-template-columns: 6.4rem 1fr;
  gap: 3rem;
}
@media screen and (max-width: 480px) {
  #main .voice .box-gr {
    display: block;
    margin-top: 5.2rem;
    padding: 4.5rem 2rem 2rem 2rem;
  }
}
#main .voice .box-gr .icon {
  background-color: #fff;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  #main .voice .box-gr .icon {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -3.2rem;
    border: solid 2px #c61d32;
  }
}
@media screen and (max-width: 480px) {
  #main .voice .box-gr .txt {
    width: 100%;
  }
}
#main .other {
  margin-top: 6.5rem;
}
@media screen and (max-width: 480px) {
  #main .other {
    margin-top: 4rem;
  }
}
#main .other .col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem;
}
@media screen and (max-width: 480px) {
  #main .other .col {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#main .other_box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 1rem;
}
#main .other_box .img {
  width: 29.6rem;
  height: 22.2rem;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #main .other_box .img {
    width: 100%;
    height: 12rem;
  }
}
#main .other_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#main .other_box .ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #main .other_box .ttl {
    font-size: 1.5rem;
  }
}
#main .other_box .tag {
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 480px) {
  #main .other_box .tag {
    display: inline-block;
    margin-bottom: 0;
  }
}
#main .other_box .tag li {
  margin: 0 3px 6px;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  #main .other_box .tag li {
    display: inline-block;
    margin: 0 1px 2px !important;
  }
}
#main .other_box .tag li + li {
  margin-left: 5px;
}
@media screen and (max-width: 480px) {
  #main .other_box .tag li + li {
    margin-left: 2px;
  }
}
#main .other_box .btn {
  font-size: 1.4rem;
}
#main .paging {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 480px) {
  #main .paging {
    margin-top: 3rem;
  }
}
#main .paging_num {
  background: #c61d32;
  border: solid 1px #c61d32;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 0.5rem;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #main .paging_num {
    width: 3rem;
    height: 3rem;
  }
}
#main .paging_num:has(a) {
  background: #fff;
  border: solid 1px #999999;
}
#main .paging_num:has(a) a {
  color: #333333;
}
#main .paging_prev {
  margin: 0 1rem 0 0.5rem;
}
#main .paging_next {
  margin: 0 0.5rem 0 1rem;
}
#main .paging a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daikenAdvantage {
  width: 100vw;
  background: #fbf8f2;
  margin: 0 calc(50% - 50vw);
  padding: 6rem 0 4rem;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage {
    padding: 1rem 2rem 3rem;
  }
}
.daikenAdvantage .sankaku {
  padding-top: 9.1rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage .sankaku {
    overflow: inherit;
  }
}
.daikenAdvantage .sankaku:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 9.1rem 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .daikenAdvantage .sankaku:after {
    border-width: 6rem 50vw 0 50vw;
  }
}
.daikenAdvantage .content {
  width: 96rem;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage .content {
    width: 100%;
  }
}
.daikenAdvantage .content > img {
  margin: -9.1rem auto 0;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage .content > img {
    width: 30%;
  }
}
.daikenAdvantage .ttl_stg {
  margin-top: 1.5rem;
}
.daikenAdvantage .catch {
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage .catch {
    margin-bottom: 3rem;
  }
}
.daikenAdvantage_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage_list {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 0;
  }
}
.daikenAdvantage_list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 2rem;
  background: #fff;
  padding: 3rem;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage_list li {
    grid-template-rows: none;
    grid-row: inherit;
    grid-template-columns: 32% 60%;
    gap: 2.5rem;
    padding: 2rem 1.2rem;
  }
}
.daikenAdvantage_list li .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.daikenAdvantage_list li .txt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage_list li .txt {
    text-align: left;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
  }
  .daikenAdvantage_list li .txt br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .daikenAdvantage_list li:first-child .img {
    width: 60%;
    margin: 0 auto;
  }
}
.daikenAdvantage .about {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage .about {
    margin-bottom: 3rem;
  }
}
.daikenAdvantage .about .txt {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage .about .txt {
    font-size: 2.5rem;
  }
}
.daikenAdvantage .about .txt-01 {
  margin-bottom: 0.5rem;
  color: #c61d32;
  border-bottom: dotted 3px #c61d32;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 480px) {
  .daikenAdvantage .btnBox_cnt + .btnBox_cnt {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .daikenAdvantage .btnBox_cnt .btn-download img:nth-child(2) {
    height: 2rem;
  }
}

.daikenConsult {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: #daf3e8;
  padding: 6rem 0 7rem;
}
@media screen and (max-width: 480px) {
  .daikenConsult {
    padding: 3rem 2rem 2rem 2rem;
  }
}
.daikenConsult .content {
  width: 96rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .daikenConsult .content {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .daikenConsult .content > img {
    width: 70%;
    margin-bottom: 2rem;
  }
}
.daikenConsult_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .daikenConsult_list {
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
    gap: 1rem;
  }
}
.daikenConsult_list li {
  display: grid;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .daikenConsult_list li {
    font-size: 1.8rem;
  }
}
.daikenConsult .btnBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2.5rem auto 3rem;
}
@media screen and (max-width: 480px) {
  .daikenConsult .btnBox {
    position: relative;
    display: block;
    margin: 0;
  }
}
.daikenConsult .btnBox .btn {
  width: 47rem;
  height: 9.4rem;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 480px) {
  .daikenConsult .btnBox .btn {
    width: 100%;
    max-width: 100%;
    height: 6rem;
    margin: 0 auto;
  }
}
.daikenConsult .btnBox .btn:hover {
  top: 5px;
  opacity: 1;
}
.daikenConsult .btnBox .btn:hover * {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .daikenConsult .btnBox .btn + .btn {
    margin-top: 1.5rem;
  }
}
.daikenConsult .btnBox .btn-contact {
  background-image: linear-gradient(90deg, #ff856d, #ed726d);
  box-shadow: 0 5px #e63b34;
}
.daikenConsult .btnBox .btn-contact:hover {
  box-shadow: 0 0 #e63b34;
}
.daikenConsult .btnBox .btn-download {
  background-image: linear-gradient(90deg, #2acf78, #2ab878);
  box-shadow: 0 5px #00855d;
}
@media screen and (max-width: 480px) {
  .daikenConsult .btnBox .btn-download img:nth-child(2) {
    height: 3.6rem;
  }
}
.daikenConsult .btnBox .btn-download:hover {
  box-shadow: 0 0 #00855d;
}
.daikenConsult .btnBox .btn img {
  margin: 0 1rem;
}
@media screen and (max-width: 480px) {
  .daikenConsult .btnBox .btn img {
    height: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .daikenConsult .btnBox .btn img:nth-child(1) {
    position: absolute;
    left: 1.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .daikenConsult .btnBox .btn img:nth-child(3) {
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.daikenConsult .tel {
  width: 80rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .daikenConsult .tel {
    width: 100%;
    display: block;
    margin-top: 1.5rem;
  }
}
.daikenConsult .tel .ttl {
  width: 24rem;
  border-left: solid 1px #858585;
  border-right: solid 1px #858585;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .daikenConsult .tel .ttl {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #858585;
  }
}
.daikenConsult .tel .cnt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 24rem);
  padding-left: 2rem;
}
@media screen and (max-width: 480px) {
  .daikenConsult .tel .cnt {
    width: 100%;
    margin-top: 1rem;
    padding-left: 0;
  }
}
.daikenConsult .tel .cnt .cmp {
  margin-right: 1rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .daikenConsult .tel .cnt .cmp {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
.daikenConsult .tel .cnt .cmp span {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .daikenConsult .tel .cnt img {
    display: block;
    margin: 0.5rem auto;
  }
}
.daikenConsult .tel .cnt .note {
  width: 100%;
  margin-top: 0.3rem;
  font-size: 1.2rem;
  text-align: left;
}

@media only screen and (min-width: 481px) and (max-width: 960px) {
  .daikenConsult, .daikenAdvantage {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
.contact_sidebtn {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 52px;
  z-index: 888;
}

@media screen and (max-width: 480px) {
  .contact_sidebtn {
    width: 100%;
    left: 50%;
    right: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  #topcontrol {
    bottom: 50px !important;
  }
}
.back .btn-rd {
  position: relative;
  width: 40rem;
  height: 7.2rem;
  margin-inline: auto;
  padding-right: 3rem;
  border: solid 2px #c61d32;
  font-size: 2.2rem;
}
@media screen and (max-width: 480px) {
  .back .btn-rd {
    width: 100%;
    height: 6rem;
    font-size: 2rem;
  }
}
.back .btn-rd::after {
  content: none;
}
.back .btn-rd img {
  width: 2.8rem;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .back .btn-rd img {
    width: 2.5rem;
  }
}