/*
 Theme Name:   Twenty Sixteen Child
 Template:     twentysixteen
*/

html {
  font-size: .694444vw;
  scroll-behavior: smooth
  }

  
  @media screen and (min-width: 1441px) {
  html {
    font-size: 10px
  }
  }
  
  @media screen and (max-width: 768px) {
  html {
    font-size: 1.302083vw
  }
  }
  
  @media screen and (max-width: 430px) {
  html {
    font-size: 2.325581vw !important
  }
  }
  
  body {
  color: var(--primary-color);
  font-family: var(--jp-primary-font);
  font-weight: 400;
  line-height: 1;


  }


  
  a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  transition: .4s;
  box-shadow: 0 0px 0 0 currentColor;
  }


  @media(hover: hover) {
  a:hover {
    opacity: .6
  }
  }
  

.navigation {
  width:100%;
}

.post-navigation .post-title {
    font-size: 2.5rem;
}
.post-navigation .nav-links .meta-nav {
    font-size: 1.5rem;
}


.page .site-content{
  padding:0px;
}

.page .comments-area{
  margin-bottom: 0em;
}


.page span{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    font-size: 1.0em;
}

.page h2{

  text-shadow: unset;
}

.page  h3:after{
   display:none;
}
.page .wrapper {
    min-width: auto;
  max-width: 1300px;
    width: 100%;
}
.page section{
  width:100%;
}
.page .contPad{
  padding:0;
}


.page .entry-meta{
    display: none;
}


.page li {
    list-style: none;
}

/* #pageTitleMover {
  margin-bottom: 0 !important;
} */

/* main{
  display: flex;
    flex-wrap: wrap;
  } */



@media screen and (min-width: 56.875em){
.content-area {
    width: 100%; 
  margin: 0 auto;
  }
}





  
img {
  max-width: 100%;
  vertical-align: bottom
  }
  
  svg {
  max-width: 100%;
  vertical-align: bottom
  }
  
  li {
  list-style: none
  }
  
  a {
  display: inline-block
  }

  a:hover {
    text-decoration: none!important;
}

  .page a{
  box-shadow: none;
  }
  
  :root {
  --jp-primary-font: "Noto Sans JP", sans-serif;
  --jp-secondary-font: ;
  --jp-tertiary-font: "";
  --jp-quaternary-font: "";
  --en-primary-font: Futura, "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --en-secondary-font: "";
  --en-tertiary-font: "";
  --en-quaternary-font: "";
  --primary-color: #000000;
  --secondary-color: #FF6300;
  --tertiary-color: #222222;
  --quaternary-color: #232323;
  --quinary-color: #122538;
  --senary-color: #091C56;
  --septenary-color: #F7EEE3;
  --octonary-color: ;
  --nonary-color: ;
  --denary-color: ;
  --undenary-color: ;
  --duodecuple-color: ;
  --tridecuple-color: ;
  --quatuordecuple-color: ;
  --quindecuple-color: ;
  --sedecuple-color: ;
  --bg-color: ;
  --border-color: #D9D9D9
  }
  
  .header {
  width: 100%
  }
  
  @media screen and (max-width: 768px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100
  }
  }
  
  .header-box {
  background-color: #fff;
  padding-left: 6.4rem;
  padding-right: 6.4rem
  }
  
  @media screen and (max-width: 768px) {
  .header-box {
    padding-left: 2rem;
    padding-right: 2rem
  }
  }
  
  .header-box__inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center
  }
  
  @media screen and (max-width: 768px) {
  .header-box__inner {
    height: 65px
  }
  }
  
  @media screen and (max-width: 768px) {
  .header-box__inner h1 {
    margin-left: auto;
    margin-right: auto
  }
  }
  
  .header-box__inner h1 img {
  width: max(27.3rem, 200px)
  }
  
  @media screen and (max-width: 768px) {
  .header-box__inner h1 img {
    width: 235px
  }
  }
  
  .header-box-content {
  display: flex;
  align-items: center;
  gap: 2.4rem
  }
  
  @media screen and (max-width: 768px) {
  .header-box-tel {
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    margin-bottom: 16px;
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center
  }
  }
  
  .header-box-tel a {
  font-size: max(3.4rem, 25px);
  font-weight: 400;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--en-primary-font)
  }
  
  @media screen and (max-width: 768px) {
  .header-box-tel a {
    font-size: max(3.6rem, 27px);
    justify-content: center;
    margin-bottom: 8px
  }
  }
  
  .header-box-tel a img {
  width: 27px
  }
  
  .header-box-tel p {
  font-size: max(1.8rem, 13px);
  font-weight: 400;
  text-align: right
  }
  
  @media screen and (max-width: 768px) {
  .header-box-tel p {
    font-size: 16px;
    text-align: center
  }
  }
  
  .header-box-content-inquiry {
    background-color: #ff6300;
    border: 2px solid #ff6300;
  position: relative;
  border-radius: 40px;
  transition: .4s
  }
  
  @media screen and (max-width: 768px) {
  .header-box-content-inquiry {
    border-radius: 50px
  }
  }
  
  .header-box-content-inquiry a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 13px 45px;
  color: #fff
  }
  
  @media screen and (max-width: 768px) {
  .header-box-content-inquiry a {
    justify-content: center
  }
  }
  
  .header-box-content-inquiry span {
  font-size: max(2rem, 15px);
  font-weight: 700
  }
  
  @media screen and (max-width: 768px) {
  .header-box-content-inquiry span {
    font-size: 22px
  }
  }
  
  .header-box-content-inquiry__img-01 {
  width: 29px
  }
  
  .header-box-content-inquiry__img-02 {
  position: absolute;
  right: 1.4rem;
  width: 4.3px
  }
  
  .header-box-content-inquiry__img-01 path {
  transition-duration: .4s
  }
  
  .header-box-content-inquiry__img-02 path {
  transition-duration: .4s
  }
  
  @media(hover: hover) {
  .header-box-content-inquiry:hover {
    background-color: #fff
  }
  .header-box-content-inquiry:hover a {
    opacity: 1;
    color: var(--secondary-color)
  }
  .header-box-content-inquiry:hover .header-box-content-inquiry__img-01 path {
    fill: var(--secondary-color)
  }
  .header-box-content-inquiry:hover .header-box-content-inquiry__img-02 path {
    fill: var(--secondary-color)
  }
  }
  
  .header-nav-wrap {
  background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/common/nav-bg.png);
  background-position: center;
  background-size: cover;
  padding-left: 6.4rem;
  padding-right: 6.4rem;
  height: 60px
  }
  
  .header-nav {
  height: 100%
  }
  
  .header-nav ul {
  display: flex;
  justify-content: space-between;
  height: 100%
  }
  
  .header-nav li {
  width: 20%;
  border-right: 1px solid #fff
  }
  
  .header-nav li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .6rem;
  padding-top: 8px;
  padding-bottom: 8px
  }
  
  .header-nav li img {
  width: 4rem
  }
  
  .header-nav li span {
  font-size: max(1.6rem, 12px);
  font-weight: 400;
  color: var(--tertiary-color);
  white-space: nowrap
  }
  
  .header-nav li:first-child {
  border-left: 1px solid #fff
  }
  
  .sp-toggle-btn {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100
  }
  
  .header-sp-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100vh - 88px);
  z-index: 90;
  overflow-y: scroll;
  left: 0;
  top: 88px;
  background-color: #fff;
  padding: 0 2rem 8rem
  }
  
  .header-sp-nav-box {
  min-height: 100%
  }
  
  .header-sp-nav-box ul {
  margin-bottom: 16px
  }
  
  .header-sp-nav-box li {
  border-bottom: 1px solid var(--border-color);
  font-size: 20px;
  font-weight: 500;
  color: var(--tertiary-color)
  }
  
  .header-sp-nav-box li a {
  padding: 16px 18px;
  position: relative
  }
  
  .header-sp-nav-box li a span {
  position: absolute;
  width: 10px;
  height: 2px;
  display: block;
  background-color: var(--tertiary-color);
  top: 50%;
  left: 0;
  transform: translateY(-50%)
  }
  
  .open .header-sp-nav {
  display: block
  }
  
  .sp-toggle-btn__close {
  display: none
  }
  
footer {
    background: #091c56;
    padding: 80px 6.4em!important;
    color: #fff;
  font-size: 13px;
}


  
  @media screen and (max-width: 768px) {
  .footer {
    padding: 15px 2rem 17px
  }
  }
  
  .footer .inner {
  display: flex
  }
  footer .inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

  

  @media screen and (max-width: 768px) {
  footer{
padding-left:15px!important;
padding-right:15px!important;
    }

  .footer .inner {
    flex-direction: column;
    gap: 32px
  }
  }
  
  .footer-box {
  width: 50%
  }
  
  @media screen and (max-width: 768px) {
  .footer-box {
    width: 100%
  }
  }
  
  .footer-box .c-btn {
  margin-top: 3rem;
    margin-bottom: 5em;
  width: 38rem
  }
  
  @media screen and (max-width: 768px) {
  .footer-box .c-btn {
    width: 80%;
    margin-inline: auto
  }
  }
  
  .footer-box .c-btn a {
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
  }
  
  @media screen and (max-width: 768px) {
  .footer-box .c-btn a {
    padding-top: 1rem;
    padding-bottom: 1rem
  }
  }
  
  .footer-box .c-btn span {
  font-size: 2rem
  }
  
  @media screen and (max-width: 768px) {
  .footer-box .c-btn span {
    font-size: 2rem
  }
  }
  
  .footer-box .c-btn .c-inquiry__img-01 {
  width: 3.7rem
  }
  
  @media screen and (max-width: 430px) {
  .footer-box .c-btn .c-inquiry__img-01 {
    width: 3rem
  }
  }
  
  @media(hover: hover) {
  .c-btn:hover .c-inquiry__img-01 path {
    fill: var(--secondary-color)
  }
  }
  
  .footer-box__logo {
  width: 27rem;
  margin-bottom: 3.2rem
  }
  
  @media screen and (max-width: 768px) {
  .footer-box__logo {
    display: block;
    width: 78%;
    margin: 0 auto 16px
  }
  }
  
  .footer-box__tel {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 3.4rem;
  font-weight: 400;
  font-family: var(--en-primary-font);
  margin-bottom: 1rem;
  color: #fff;
  }
  
  .footer-box__tel img {
  width: 2.7rem
  }
  
  .footer-box__content {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.7rem;
  line-height: 2;
  width: 21rem;
  margin-bottom: 1.6rem
  }



  
  @media screen and (max-width: 768px) {
  .footer-box__content {
    font-size: 1.6rem
  }
  }
  
  .footer-box__content dt {
  width: 50%;
  font-weight: 400
  }
  
  .footer-box__content dd {
  width: 50%;
  font-weight: 400;

  margin-bottom: 0;
  }

  
  .footer-box__lists {
  display: flex;
  gap: 2.4rem;
  font-size: 1.7rem;
  line-height: 1.52;

    margin-left: 0;
  }
  
  @media screen and (max-width: 430px) {
  .footer-box__lists {
    flex-direction: column
  }
  }
  
  .footer-box__list-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
  }
  
  
  @media screen and (max-width: 768px) {
  .footer-lists-wrap {
        width: 100%!important;
        padding-left: 0!important;
  }
  }


.footer-lists-wrap {
    width: 50%;
    padding-left: 12rem;
  font-size: 1.2em;
}

.footer-lists-wrap .copyLight{
    text-align: right;
}


  
  .footer-lists-wrap p {
  margin-top: 5rem;
  margin-left: 7rem;
  font-size: 1.7rem;
  font-weight: 500;
  white-space: nowrap
  }
  
  @media screen and (max-width: 768px) {
  .footer-lists-wrap p {
    text-align: center;
    margin-top: 30px;
    margin-left: 0;
    line-height: 1.88
  }
  }
  
  .footer-lists {
  display: flex;
  flex-wrap: wrap
  }

  .footer-list a{
  color:#fff;
}
  
  .footer-list {
  position: relative;
  padding-left: 2.0rem;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  width: 40%;
  margin-bottom: 2.4rem
  }
  
  @media screen and (max-width: 768px) {
  .footer-list {
    width: 30%
  }
  }
  
  @media screen and (max-width: 430px) {
  .footer-list {
    width: 100%
  }
  }
  
  .footer-list::before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
  }
  
  .footer-list:nth-child(even) {
  width: 60%
  }
  
  @media screen and (max-width: 768px) {
  .footer-list:nth-child(even) {
    width: 70%
  }
  }
  
  @media screen and (max-width: 430px) {
  .footer-list:nth-child(even) {
    width: 100%
  }
  }
  
  .c-ttl {
  text-align: center
  }
  
  .c-ttl span {
  display: block
  }
  
  .c-ttl .c-ttl__en {
  font-size: max(2.4rem, 13px);
  font-weight: 400;
  font-family: var(--en-primary-font);
  color: var(--secondary-color);
  margin-bottom: 2rem
  }
  
  @media screen and (max-width: 768px) {
  .c-ttl__en {
    font-size: 1.6rem;
    margin-bottom: 1rem
  }
  }
  
  .c-ttl .c-ttl__jp {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--tertiary-color)
  }
  
  @media screen and (max-width: 768px) {
  .c-ttl .c-ttl__jp {
    font-size: 2.4rem;
    margin-bottom: 1rem
  }
  }
  
  .c-ttl .c-ttl__jp-02,
  .c-ttl .c-ttl__jp-02 span{
  font-size: 5.5rem;
  font-weight: 700;
  color: var(--quaternary-color)
  }
  
  @media screen and (max-width: 768px) {
  .c-ttl .c-ttl__jp-02,
  .c-ttl .c-ttl__jp-02 span{
    font-size: 3rem;
    line-height: 1.44
  }
  }
  
  .c-ttl__color {
  color: var(--secondary-color);
  display: inline-block !important
  }
  
  .c-tel {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center
  }
  
  .c-tel__box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: .6rem
  }
  
  @media screen and (max-width: 430px) {
  .c-tel__box {
    flex-direction: column;
    align-items: center
  }
  }
  
  .c-tel__box a {
  font-size: 4rem;
  font-weight: 400;
  font-family: var(--en-primary-font);
  display: flex;
  align-items: center;
  gap: .5rem;
  white-space: nowrap

  }
  
  @media screen and (max-width: 430px) {
  .c-tel__box a {
    font-size: 3rem
  }
  }
  
  .c-tel__box p {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: .5rem
  }
  
  @media screen and (max-width: 430px) {
  .c-tel__box p {
    font-size: 1.6rem;
    line-height: 1;
  }
  }
  
  .c-tel__box img {
  width: 3.1rem
  }
  
  @media screen and (max-width: 430px) {
  .c-tel__box img {
    font-size: 2.5rem
  }
  }
  
  .c-inquiry {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  position: relative;
  border-radius: 50px;
  transition: .4s
  }
  
  .c-inquiry a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
  }
  
  .c-inquiry span {
  font-size: max(3.2rem, 22px);
  font-weight: 700
  }
  
  .c-inquiry__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px
  }
  
  .c-inquiry__img-01 {
  width: 37px;
  margin-top: .4rem
  }
  
  @media screen and (max-width: 768px) {
  .c-inquiry__img-01 {
    width: 3.2rem
  }
  }
  
  .c-inquiry__img-02 {
  position: absolute;
  right: 3.6rem;
  width: 10px
  }
  
  @media screen and (max-width: 430px) {
  .c-inquiry__img-02 {
    right: 1rem;
    width: 1rem
  }
  }
  
  .c-inquiry__img-01 path {
  transition-duration: .4s
  }
  
  .c-inquiry__img-02 path {
  transition-duration: .4s
  }
  
  @media(hover: hover) {
  .c-inquiry:hover {
    background-color: #fff
  }
  .c-inquiry:hover a {
    opacity: 1;
    color: var(--secondary-color)
  }
  .c-inquiry:hover .c-inquiry__img-01 path {
    fill: var(--secondary-color)
  }
  .c-inquiry:hover .c-inquiry__img-02 path {
    fill: var(--secondary-color)
  }
  }
  
  .top-mv-box-inquiry-wrap .c-inquiry--small span {
  font-size: max(3.2rem, 22px)
  }
  
  @media screen and (max-width: 430px) {
  .c-inquiry--small span {
    font-size: 2rem!important;
  }
  }
  
  .c-inquiry--small .c-inquiry__img-01 {
  width: 3.7rem
  }
  
  @media screen and (max-width: 430px) {
  .c-inquiry--small .c-inquiry__img-01 {
    width: 3rem
  }
  }
  
  .c-inquiry--small .c-inquiry__img-02 {
  width: 1rem;
  top: 50%;
  transform: translateY(-50%)
  }
  
  @media screen and (max-width: 430px) {
  .c-inquiry--small .c-inquiry__img-02 {
    width: .7rem
  }
  }
  
  .c-btn {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  position: relative;
  border-radius: 40px;
  transition: .4s;
  width: 384px
  }
  
  @media screen and (max-width: 768px) {
  .c-btn {
    width: 80%;
    margin-inline: auto
  }
  }
  
  .c-btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: .6rem;
  padding-top: 22px;
  padding-bottom: 22px
  }
  
  @media screen and (max-width: 768px) {
  .c-btn a {
    padding-top: 17px;
    padding-bottom: 17px
  }
  }
  
  .c-btn span {
  font-size: 20px;
  font-weight: 400
  }
  
  @media screen and (max-width: 768px) {
  .c-btn span {
    font-size: 2rem
  }
  }
  
  .c-btn__box {
  display: flex;
  justify-content: center
  }
  
  .c-btn__img {
  width: 7px;
  position: absolute;
  right: 2.7rem;
  top: 50%;
  transform: translateY(-40%)
  }
  
  @media screen and (max-width: 430px) {
  .c-btn__img {
    right: 1rem
  }
  }
  
  .c-btn__img path {
  transition-duration: .4s
  }
  
  @media(hover: hover) {
  .c-btn:hover {
    background-color: #fff
  }
  .c-btn:hover a {
    opacity: 1;
    color: var(--secondary-color)
  }
  .c-btn:hover .c-btn__img path {
    fill: var(--secondary-color)
  }
  }
  
  .top-mv {
  background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/top/mv-bg.jpg);
  background-position: center;
  background-size: cover;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3.3rem 5.6rem;
  width: 100%;
  }

  .top-mv span{
  font-size: 5.6rem;
    font-weight: 700;
  }
  
  @media screen and (max-width: 768px) {
  .top-mv {
    padding: 24px 2rem 32px;
    margin-top: 65px
  }
  }
  
  .top-mv-box__img {
  width: 47rem;
  margin-inline: auto
  }
  
  @media screen and (max-width: 768px) {
  .top-mv-box__img {
    width: 80%;
    margin-bottom: 16px
  }
  }
  .top-mv-box-items{
  padding-bottom:4px;
  }

  
  .top-mv-box-items-wrap {
  display: flex;
  align-items: flex-end;
  }

  
  @media screen and (max-width: 768px) {
  .top-mv-box-items-wrap {
    flex-direction: column;
    align-items: center
  }
  }
  
  .top-mv-box-items {
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
  }
  
  @media screen and (max-width: 430px) {
  .top-mv-box-items {
    gap: 1rem
  }
  }
  
  .top-mv-box-items ul {
  display: flex;
  align-items: center;
  margin-bottom:0;
  }
  
  .top-mv-box-items p {
  font-size: 3.5rem;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  margin-bottom:0;
  line-height: 1;
  }
  
  @media screen and (max-width: 768px) {
  .top-mv-box-items p {
    font-size: 3rem
  }
  }
  
  @media screen and (max-width: 430px) {
  .top-mv-box-items p {
    font-size: 1.6rem
  }
  }
  
  .top-mv-box-item {
  padding: 1.8rem;
  font-size: 3rem;
  font-weight: 500;
  color: var(--quinary-color);
  background-color: #fff;
  text-align: center;
  white-space: nowrap
  }
  
  @media screen and (max-width: 768px) {
  .top-mv-box-item {
    font-size: 4.4rem;
    padding: 1.1rem 1.2rem
  }
  }
  
  @media screen and (max-width: 430px) {
  .top-mv-box-item {
    font-size: 2.4rem
  }
  }
  
  .top-mv-box-item--mod {
  font-size: 3rem;
  font-weight: 400;
  color: #fff
  }
  
  .top-mv-box__txt {
  font-size: 5.6rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  margin-left: 1rem;
  margin-bottom: 0;  

    line-height: 1;
}
  
  @media screen and (max-width: 768px) {
  .top-mv-box__txt {
    font-size: 4.3rem;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0
  }
  }
  
  @media screen and (max-width: 430px) {
  .top-mv-box__txt {
    font-size: 2.6rem;
    line-height: 1.44;
    margin-top: 8px;
    margin-bottom: 8px
  }
  }
  
  .top-mv-box__txt span {
  color: var(--secondary-color)
  }
  
  @media screen and (max-width: 768px) {
  .top-mv-box__txt span {
    font-size: 5rem
  }
  }
  
  @media screen and (max-width: 430px) {
  .top-mv-box__txt span {
    font-size: 3.5rem
  }
  }
  
  .top-mv-box-lists-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  }
  
  @media screen and (max-width: 768px) {
  .top-mv-box-lists-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 0
  }
  }
  
  .top-mv-box-lists {
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 49%;

  margin-bottom:0;
  }
  
  @media screen and (max-width: 768px) {
  .top-mv-box-lists {
    width: 80%;
    gap: 0;
    justify-content: space-between
  }
  }
  
  .top-mv-box-lists li {
  width: 28rem
  }
  
  @media screen and (max-width: 768px) {
  .top-mv-box-lists li {
    width: 23%
  }
  }
  
  .top-mv-box-lists li span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 1rem
  }
  
  @media screen and (max-width: 768px) {
  .top-mv-box-lists li span {
    font-size: max(.8rem, 5px)
  }
  }
  
  .top-mv-box-inquiry-wrap {
  width: 49%
  }


  
  @media screen and (max-width: 768px) {
  .top-mv-box-inquiry-wrap {
    width: 80%;
    margin-top: 23px;
    height: auto;
    flex-direction: column;
    gap: 16px
  }
  }
  
  .top-mv-box-inquiry-wrap .c-tel {
  width: 100%;
  height: 8rem;
  margin-bottom: 1.7rem
  }
  
  @media screen and (max-width: 768px) {
  .top-mv-box-inquiry-wrap .c-tel {
    height: 84px;
    margin-inline: auto
  }
  }
  
  @media screen and (max-width: 430px) {
  .top-mv-box-inquiry-wrap .c-tel {
    height: 70px;
    border: 1px solid var(--secondary-color)
  }
  }
  
  .top-mv-box-inquiry-wrap .c-inquiry {
  width: 100%;
  height: 8rem
  }
  
  @media screen and (max-width: 768px) {
  .top-mv-box-inquiry-wrap .c-inquiry {
    height: 84px;
    margin-inline: auto
  }
  }
  
  @media screen and (max-width: 430px) {
  .top-mv-box-inquiry-wrap .c-inquiry {
    height: 70px
  }
  }
  
  .top-problem {
  background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/top/bg.jpg);
  background-position: center;
  background-repeat: repeat;
  padding: 64px 12rem 80px;
  position: relative;
  z-index: 1;
  margin-bottom: -24px
  }
  
  @media screen and (max-width: 768px) {
  .top-problem {
    padding: 32px 2rem 56px 2rem
  }
  }
  
  .top-problem .c-ttl {
  margin-bottom: 44px
  }
  
  @media screen and (max-width: 768px) {
  .top-problem .c-ttl {
    margin-bottom: 32px
  }
  }
  
  .tab-container {
  display: flex
  }
  
  .swiper-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  width:100%;
  }
  
  .swiper-tab-item {
  width: 23.5%;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  border-radius: 3.2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: max(2rem, 14px);
  font-weight: 400;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid var(--secondary-color)
  }
  
  .swiper-tab-item svg {
  width: 2.4rem
  }
  
  .swiper-tab-item.active {
  background-color: var(--secondary-color);
  color: #fff
  }
  
  .swiper-tab-item.active svg path {
  fill: #fff
  }
  
  .swiper-tab-item:not(.active) svg path {
  fill: var(--secondary-color)
  }
  
  .top-problem-box {
  position: relative
  }
  
  @media screen and (max-width: 768px) {
  .top-problem-box {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
  }
  
  .top-problem-box-item {
  display: flex;
  border-radius: 2rem;
  overflow: hidden
  }
  
  @media screen and (max-width: 768px) {
  .top-problem-box-item {
    flex-direction: column
  }
  }
  
  .top-problem-box-item__img {
  width: 40.5%;
  aspect-ratio: 486/461
  }
  
  @media screen and (max-width: 768px) {
  .top-problem-box-item__img {
    width: 100%;
    aspect-ratio: 349/270
  }
  }
  
  .top-problem-box-item__content {
  width: 59.5%;
  background-color: #fff;
  padding: 3.2rem 4rem
  }
  
  @media screen and (max-width: 768px) {
  .top-problem-box-item__content {
    width: 100%;
    padding: 16px 1.8rem
  }
  }
  
  .top-problem-box-item__content h3 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 2.3rem;
  color: var(--secondary-color)
  }
  
  @media screen and (max-width: 768px) {
  .top-problem-box-item__content h3 {
    font-size: 2.4rem;
    margin-bottom: 16px
  }
  }
  
  @media screen and (max-width: 768px) {
  .top-problem-box-item__content ul {
    width: calc(100% - 3.1rem);
    margin-left: 0;
  }
  }
  
  .top-problem-box-item__content li {
  font-size: 2.6rem;
  line-height: 1.42;
  position: relative;
  padding-left: 3.1rem
  }
  
  @media screen and (max-width: 768px) {
  .top-problem-box-item__content li {
    font-size: 1.8rem
  }
  }
  
  .top-problem-box-item__content li svg {
  width: 2.6rem;
  left: 0;
  top: .8rem;
  position: absolute
  }
  
  @media screen and (max-width: 768px) {
  .top-problem-box-item__content li svg {
    width: 2.2rem;
    top: .3rem
  }
  }
  
  .top-problem-box-item__content li svg path {
  fill: var(--secondary-color)
  }
  
  .top-problem-box-item__content li:not(:last-child) {
  margin-bottom: 1.6rem
  }
  
  .swiper-container {
  overflow: hidden
  }
  
  .swiper-button-prev:after, .swiper-button-next:after {
  content: ""
  }
  
  .custom-navigation .swiper-button-prev {
  left: -3rem;
  transform: translate(-100%, -50%)
  }
  
  @media screen and (max-width: 768px) {
  .custom-navigation .swiper-button-prev {
    left: -1.8rem;
    transform: translate(0, -50%)
  }
  }
  
  .custom-navigation .swiper-button-next {
  right: -3rem;
  transform: translate(100%, -50%)
  }
  
  @media screen and (max-width: 768px) {
  .custom-navigation .swiper-button-next {
    right: -1.8rem;
    transform: translate(0, -50%)
  }
  }
  
  .custom-navigation .swiper-button-prev, .custom-navigation .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 6.2rem;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer
  }
  
  @media screen and (max-width: 768px) {
  .custom-navigation .swiper-button-prev, .custom-navigation .swiper-button-next {
    width: 3.1rem;
    z-index: 2
  }
  }
  
  .top-solution {
  position: relative
  }
  
  .top-solution h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--senary-color);
  padding-top: 32px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  margin:0;
  line-height: 2em;

  display: inline-flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
  display: flex;
    flex-wrap: wrap;
  }
  
  @media screen and (max-width: 768px) {
  .top-solution h2 {
    font-size: 2.4rem;
    line-height: 1.42;
    padding-top: 24px;
    padding-bottom: 22px
  }
  }
  
  .top-solution .top-solution__ttl {
  font-size: 4.5rem
  }
  
  @media screen and (max-width: 768px) {
  .top-solution .top-solution__ttl {
    font-size: 3.2rem
  }
  }
  
  .top-solution__ttl-mod {
  padding-top: 32px !important
  }
  
  @media screen and (max-width: 768px) {
  .top-solution__ttl-mod {
    padding-top: 22px !important
  }
  }
  
  .top-solution__delta {
  width: 50%;
  height: 24px;
  position: absolute;
  z-index: 2;
  top: 2px;
  background-color: var(--senary-color)
  }
  
  .top-solution__delta-01 {
  left: 0;
  -webkit-clip-path: polygon(0 0, calc(100% - 17px) 0, calc(100% + 3px) calc(100% + 2px), 0 calc(100% + 2px), 0 0);
  clip-path: polygon(0 0, calc(100% - 17px) 0, calc(100% + 3px) calc(100% + 2px), 0 calc(100% + 2px), 0 0)
  }
  
  .top-solution__delta-02 {
  right: 0;
  -webkit-clip-path: polygon(17px 0, 100% 0, 100% 100%, -2px calc(100% + 1px), 17px 0);
  clip-path: polygon(17px 0, 100% 0, 100% 100%, -2px calc(100% + 1px), 17px 0)
  }
  
  .top-solution-box-wrap {
  background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/top/bg.jpg);
  background-position: center;
  background-repeat: repeat;
  padding: 1.5vw 8vw 0;
  position: relative
  }
  
  @media screen and (max-width: 768px) {
  .top-solution-box-wrap {
    padding: 16px 2rem 32px
  }
  }
  
  .top-solution-box__inner {
  max-width: 1520px;
  margin-inline: auto;
  position: relative;
  padding-bottom: 3.3vw
  }
  
  @media screen and (max-width: 768px) {
  .top-solution-box__inner {
    padding-bottom: 0
  }
  }
  
  .top-solution-box__txt {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.3vw;
  position: relative;
  z-index: 4
  }
  
  @media screen and (max-width: 768px) {
  .top-solution-box__txt {
    font-size: 1.6rem;
    margin-bottom: 16px
  }
  }
  
  @media screen and (max-width: 430px) {
  .top-solution-box__txt {
    text-align: left
  }
  }
  
  .top-solution-box__txt span {
  color: var(--secondary-color);
  font-weight: 700
  }
  
  .top-solution-inquiry-wrap {
  display: flex;
  justify-content: space-between;
  height: 12.5rem;
  position: relative;
  z-index: 4
  }
  
  @media screen and (max-width: 768px) {
  .top-solution-inquiry-wrap {
    flex-direction: column;
    gap: 16px;
    height: auto
  }
  }
  
  .top-solution-inquiry-wrap .c-tel {
  width: 49%;
  height: 100%
  }
  
  @media screen and (max-width: 768px) {
  .top-solution-inquiry-wrap .c-tel {
    width: 80%;
    height: auto;
    margin-inline: auto;
    padding-top: 17px;
    padding-bottom: 12px
  }
  }
  
  .top-solution-inquiry-wrap .c-inquiry {
  width: 49%;
  height: 100%;
  border-radius: 7.4rem
  }
  
  @media screen and (max-width: 768px) {
  .top-solution-inquiry-wrap .c-inquiry {
    width: 80%;
    height: auto;
    margin-inline: auto;
    border-radius: 6.6rem;
    padding-top: 17px;
    padding-bottom: 12px
  }
  }
  
  .top-solution-inquiry-wrap__mod {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem
  }
  
  @media screen and (max-width: 430px) {
  .top-solution-inquiry-wrap__mod {
    margin-bottom: .4rem
  }
  }
  
  .top-solution-inquiry-wrap__mod svg {
  width: 1.7rem
  }
  
  @media screen and (max-width: 430px) {
  .top-solution-inquiry-wrap__mod svg {
    width: 1.1rem
  }
  }
  
  .top-solution-inquiry-wrap__mod path {
  transition-duration: .4s
  }
  
  .top-solution-inquiry-wrap__mod span {
  font-size: 2.4rem;
  font-weight: 400
  }
  
  @media screen and (max-width: 430px) {
  .top-solution-inquiry-wrap__mod span {
    font-size: 1.8rem
  }
  }
  
  @media(hover: hover) {
  .c-inquiry:hover .top-solution-inquiry-wrap__mod path {
    stroke: var(--secondary-color)
  }
  }
  
  .top-solution-txt-wrap {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  position: relative;
  z-index: 3;
  text-align: center
  }
  
  @media screen and (max-width: 768px) {
  .top-solution-txt-wrap {
    margin-top: 15px;
    font-size: 1.6rem
  }
  }
  
  .top-solution-txt-wrap__img {
  position: absolute;
  width: min(23vw, 400px);
  right: 0;
  bottom: -2vw;
  z-index: 2
  }
  
  .top-service {
  background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/top/bg-02.png);
  background-position: center;
  background-repeat: repeat;
  padding: 64px 6.4rem 80px
  }
  
  @media screen and (max-width: 768px) {
  .top-service {
    padding: 32px 2rem
  }
  }
  
  .top-service .c-ttl {
  margin-bottom: 44px
  }
  
  @media screen and (max-width: 768px) {
  .top-service .c-ttl {
    margin-bottom: 24px
  }
  }
  
  .top-service-lists {
  display: flex;
  justify-content: space-between
  }
  
  @media screen and (max-width: 768px) {
  .top-service-lists {
    flex-direction: column;
    gap: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
  }
  
  .top-service-lists li {
  width: 32%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden
  }
  
  @media screen and (max-width: 768px) {
  .top-service-lists li {
    width: 100%
  }
  }
  
  .top-service-list__img {
  aspect-ratio: 384/260
  }
  
  @media screen and (max-width: 768px) {
  .top-service-list__img {
    aspect-ratio: 349/260
  }
  }
  
  .top-service-list__content {
  position: relative;
  padding: 3rem 16px 4rem;
  background-color: #fff;
  flex-grow: 1
  }
  
  @media screen and (max-width: 768px) {
  .top-service-list__content {
    padding: 3rem 1.4rem 3.2rem
  }
  }
  
  .top-service-list__content h3 {
  font-size: max(3.2rem, 24px);
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 26px;
  text-align: center;
  color: var(--secondary-color)
  }
  
  @media screen and (max-width: 768px) {
  .top-service-list__content h3 {
    font-size: 2.6rem;
    margin-bottom: 18px
  }
  }
  
  .top-service-list__content p {
  font-size: max(1.8rem, 13px);
  line-height: 1.7;
  font-weight: 400
  }
  
  @media screen and (max-width: 768px) {
  .top-service-list__content p {
    font-size: 1.6rem
  }
  }
  
  .top-service-list__link {
  background-color: var(--secondary-color);
  color: #fff;
  font-size: max(2rem, 12px);
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
  justify-content: center;
  position: relative
  }
  
  @media screen and (max-width: 768px) {
  .top-service-list__link {
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px
  }
  }
  
  .top-service-list__link svg {
  width: .7rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-40%)
  }
  
  @media(hover: hover) {
  .top-service-list__link:hover {
    opacity: 1
  }
  }
  
  .top-service-list__num {
  position: absolute;
  width: 5.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  font-size: max(2rem, 14px);
  font-weight: 400;
  font-family: var(--en-primary-font);
  color: var(--secondary-color);
  display: grid;
  place-content: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%)
  }
  
.top-reason {
	background: url(../../uploads/2025/02/top-reason-bg.png) no-repeat center / cover;
	padding: 82px 0 80px;
}
  
.top-reason span.c-ttl__color {
    color: #FFF;
    text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.30);
    font-size: 72px;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 2.88px;
}

.top-reason span.c-ttl__jp {
    margin: 0;
	position: relative;
}

.top-reason .c-ttl {
	position: relative;
}

.top-reason .c-ttl::before {
	content: "";
	display: inline-block;
	position: absolute;
    top: 75%;
    left: -95px;
	transform: translateY(-50%);
	width: 481px;
	height: 334px;
	background: url(../../uploads/2025/02/paintline.png) no-repeat center / cover;
}

span.top-reason-stroke {
    position: relative;
    display: inline-block;
}

  @media screen and (max-width: 768px) {
	.top-reason {
		padding: 40px 0 30px;
		background: url(../../uploads/2025/02/top-reason-bg-sp.png) no-repeat center / cover;
	}
	
	.top-reason span.c-ttl__color {
		font-size: 36px;
		text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.30);
	}
	
	.top-reason .c-ttl .c-ttl__jp-02 .top-reason-stroke span {
		font-size: 24px;
	}
	
	.top-reason .c-ttl::before {
        width: 225px;
        height: 94px;
        left: -33px;
        top: 75%;
	}
	
	.top-reason .top-reason-box:nth-child(2) {
		margin-top: 40px;
	}
  }
  
  .top-reason .c-ttl {
  margin-bottom: 105px
  }
  
  @media screen and (max-width: 768px) {
  .top-reason .c-ttl {
    margin-bottom: 14px
  }
  }
  
  .top-reason-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 57px 5.7rem;
  background-color: #fff;
  border-radius: 2rem
  }
  
  @media screen and (max-width: 768px) {
  .top-reason-box {
    flex-direction: column;
    gap: 10px;
    padding: 24px 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0
  }
  }
  
  .top-reason-box__img {
  width: 37%;
  border-radius: 8px;
  aspect-ratio: 1/1
  }
  
  @media screen and (max-width: 768px) {
  .top-reason-box__img {
    width: 100%;
    aspect-ratio: 350/365
  }
  }
  
  .top-reason-box__content {
  width: 58%
  }
  
  @media screen and (max-width: 768px) {
  .top-reason-box__content {
    width: 100%
  }
  }
  
  .top-reason-box__content h3 {
  font-size: 4rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 3rem;
  color: var(--secondary-color);
  text-align: left;
  }
  
  @media screen and (max-width: 768px) {
  .top-reason-box__content h3 {
    font-size: 3rem;
    margin-bottom: 18px;
    padding-right: 2rem
  }
  }
  
  .top-reason-box__content p {
  font-size: 2.4rem;
  line-height: 1.66;
  font-weight: 400;
  color: var(--quaternary-color)
  }
  
  @media screen and (max-width: 768px) {
  .top-reason-box__content p {
    font-size: 1.6rem
  }
  }
  
  .top-reason-box__content p span {
  color: var(--secondary-color);
  font-weight: 700;
  }
  
  .top-reason-box--mod {
  flex-direction: row-reverse
  }
  
  @media screen and (max-width: 768px) {
  .top-reason-box--mod {
    flex-direction: column
  }
  }
  
  .top-reason-box:not(:last-child) {
  margin-bottom: 48px
  }
  
  @media screen and (max-width: 768px) {
  .top-reason-box:not(:last-child) {
    margin-bottom: 32px
  }
  }
  
  .top-example {
  padding: 64px 12rem 72px;
  background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/top/bg-02.png);
  background-position: center;
  background-repeat: repeat
  }
  
  @media screen and (max-width: 768px) {
  .top-example {
    padding: 32px 2rem
  }
  }
  
  @media screen and (max-width: 768px) {
  .top-example .inner {
    max-width: 500px
  }
  }
  
  .top-example .c-ttl {
  margin-bottom: 60px
  }
  
  @media screen and (max-width: 768px) {
  .top-example .c-ttl {
    margin-bottom: 16px
  }
  }
  
  .top-example .c-btn {
  margin: 48px auto 0
  }
  
  @media screen and (max-width: 768px) {
  .top-example .c-btn {
    margin-top: 32px
  }
  }
  
  .top-example-box {
  position: relative;
  margin: 0 auto;
  }
  
  .top-example-box-content {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden
  }
  
  .top-example-box-content h3 {
  font-size: max(3.2rem, 20px);
  line-height: 1.43;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.6rem;
  color: var(--secondary-color)
  }
  
  @media screen and (max-width: 768px) {
  .top-example-box-content h3 {
    margin-bottom: 1rem;
    font-size: max(2.4rem, 18px)
  }
  }
  
  .top-example-box-content__txt {
  font-size: max(1.8rem, 13px);
  line-height: 2;
  font-weight: 400;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 3.4rem
  }
  
  .top-example-box-content__link {
  background-color: var(--secondary-color);
  color: #fff;
  font-size: max(2rem, 12px);
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
  justify-content: center;
  position: relative
  }
  
  @media screen and (max-width: 768px) {
  .top-example-box-content__link {
    padding-top: 20px;
    padding-bottom: 20px
  }
  }
  
  .top-example-box-content__link svg {
  width: .7rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-40%)
  }
  
  @media(hover: hover) {
  .top-example-box-content__link:hover {
    opacity: 1
  }
  }
  
  .top-example-box-content__img {
  aspect-ratio: 352/244;
  padding-top: 1.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 2.4rem
  }
  
  @media screen and (max-width: 768px) {
  .top-example-box-content__img {
    aspect-ratio: 319/244
  }
  }
  
  .top-voice {
  padding: 56px 6.4rem 84px
  }
  
  @media screen and (max-width: 768px) {
  .top-voice {
    padding: 32px 2rem
  }
  }
  
  @media screen and (max-width: 768px) {
  .top-voice .inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
  }
  
  .top-voice .c-ttl {
  margin-bottom: 60px
  }
  
  @media screen and (max-width: 768px) {
  .top-voice .c-ttl {
    margin-bottom: 20px
  }
  }
  
  .top-voice .c-btn {
  margin: 52px auto 0
  }
  
  @media screen and (max-width: 768px) {
  .top-voice .c-btn {
    margin-top: 16px
  }
  }
  
  .top-voice-box {
  padding: 40px;
  background-color: var(--septenary-color);
  border-radius: 2rem
  }
  
  @media screen and (max-width: 768px) {
  .top-voice-box {
    padding: 16px 1.6rem
  }
  }
  
  .top-voice-box--mod {
  margin-top: 64px;
  margin-bottom: 64px
  }
  
  @media screen and (max-width: 768px) {
  .top-voice-box--mod {
    margin-top: 32px;
    margin-bottom: 32px
  }
  }
  
  .top-voice-box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px
  }
  
  @media screen and (max-width: 768px) {
  .top-voice-box-content {
    flex-direction: column;
    margin-bottom: 19px
  }
  }
  
  .top-voice-box-content__img {
  width: 14%;
  border-radius: 50%;
  aspect-ratio: 1/1
  }
  
  @media screen and (max-width: 768px) {
  .top-voice-box-content__img {
    width: 34%;
    margin-bottom: 10px
  }
  }
  
  .top-voice-box-content__txt {
  width: 81%
  }

  .top-voice-box-content__txt h3{
  text-align: left;
  }
  
  
  @media screen and (max-width: 768px) {
  .top-voice-box-content__txt {
    width: 100%
  }
  }
  
  .top-voice-box-content__txt h3 {
  color: var(--secondary-color);
  font-size: max(4rem, 24px);
  line-height: 1.425;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: none;
  }
  
  @media screen and (max-width: 768px) {
  .top-voice-box-content__txt h3 {
    font-size: 2rem;
    text-align: center
  }
  }
  
  .top-voice-box-content__txt p {
  font-size: max(2rem, 15px);
  line-height: 1.425;
  font-weight: 400;
  color: var(--quaternary-color);
  margin-bottom:0;
  }
  
  @media screen and (max-width: 768px) {
  .top-voice-box-content__txt p {
    font-size: 1.8rem;
    text-align: center
  }
  }
  
  .top-voice-box__txt {
  font-size: max(2.4rem, 18px);
  line-height: 1.66;
  font-weight: 400;
  color: var(--quaternary-color);
  background-color: #fff;
  padding: 40px;
  border-radius: 8px
  }
  
  @media screen and (max-width: 768px) {
  .top-voice-box__txt {
    padding: 16px 1.6rem;
    font-size: 1.8rem
  }
  }
  
  .top-price {
  text-align: center;
  padding: 52px 6.4rem 72px;
  background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/top/price-bg.jpg);
  background-position: center;
  background-size: cover
  }

  .top-price .c-desc{
    text-align: center;
  width: 100%;
  }
  
  @media screen and (max-width: 430px) {
  .top-price {
    padding: 32px 2rem;
    background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/top/price-bg-sp.jpg)
  }
  }
  
  @media screen and (max-width: 768px) {
  .top-price .inner {
    max-width: 500px
  }
  }
  
  .top-price .c-ttl {
  margin-bottom: 46px
  }
  
  @media screen and (max-width: 768px) {
  .top-price .c-ttl {
    margin-bottom: 30px
  }
  }
  
  .top-price p {
  font-size: max(2.4rem, 15px);
  line-height: 1.45;
  font-weight: 400
  }
  
  @media screen and (max-width: 768px) {
  .top-price p {
    font-size: 1.6rem;
    text-align: left
  }
  }
  
  .top-price p:not(:last-child) {
  margin-bottom: 30px;
  color: var(--quaternary-color)
  }
  
  @media screen and (max-width: 768px) {
  .top-price p:not(:last-child) {
    margin-bottom: 18px
  }
  }
  
  .top-price .c-inquiry {
  width: 578px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 90px auto 0;
  border-radius: 50px
  }
  
  @media screen and (max-width: 768px) {
  .top-price .c-inquiry {
    padding-top: 19px;
    padding-bottom: 19px;
    width: 80%;
    margin-inline: auto;
    margin-top: 16px
  }
  }
  
  .top-price .c-inquiry span {
  font-size: 32px
  }
  
  @media screen and (max-width: 768px) {
  .top-price .c-inquiry span {
    font-size: 2.2rem
  }
  }
  
  .top-concept {
  padding: 96px 6.4rem 97px;
  background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/top/concept-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative
  }
  
  @media screen and (max-width: 768px) {
  .top-concept {
    padding: 32px 2rem
  }
  }
  
  .top-concept .c-ttl {
  text-align: left;
  margin-bottom: 47px
  }
  .top-concept .c-ttl span {
  text-align: left;
  }

  
  @media screen and (max-width: 768px) {
  .top-concept .c-ttl {
    text-align: center;
    margin-bottom: 18px
  }
  .top-concept .c-ttl span {
    text-align: center;
    }
  
  }
  
  .top-concept-box {
  display: flex;
  justify-content: space-between;
  align-items: center
  }
  
  @media screen and (max-width: 768px) {
  .top-concept-box {
    flex-direction: column;
    max-width: 500px !important
  }
  }
  
  .top-concept-box-content {
  width: 58%
  }
  
  @media screen and (max-width: 768px) {
  .top-concept-box-content {
    width: 100%
  }
  }
  
  .top-concept-box-content p {
  font-size: clamp(13px, 1.25vw, 36px);
  line-height: 1.33;
  font-weight: 400;
  margin-bottom: 2.4rem
  }
  
  @media screen and (max-width: 768px) {
  .top-concept-box-content p {
    font-size: 1.6rem
  }
  }
  
  .top-concept-box-content__txt--mod {
  margin-bottom: 0 !important
  }
  
  @media screen and (max-width: 768px) {
  .top-concept-box-content__txt--mod {
    margin-bottom: 32px !important
  }
  }
  
  .top-concept-box-img-wrap {
  width: 35.5vw;
  right: 6.4rem;
  position: absolute
  }
  
  @media screen and (max-width: 768px) {
  .top-concept-box-img-wrap {
    position: static;
    width: 100%
  }
  }
  
  .top-concept-box-img-wrap p {
  font-size: 24px;
  font-weight: 400;
  text-align: right;
  margin-top: 1.7rem;
  color: var(--quaternary-color)
  }
  
  @media screen and (max-width: 768px) {
  .top-concept-box-img-wrap p {
    font-size: 18px
  }
  }
  
  .top-concept-box-img-wrap p span {
  font-size: 22px
  }
  
  .top-faq {
  padding: 64px 6.4rem;
  background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/top/bg.jpg);
  background-position: center;
  background-repeat: repeat
  }
  
  @media screen and (max-width: 768px) {
  .top-faq {
    padding: 32px 2rem
  }
  }
  
  @media screen and (max-width: 768px) {
  .top-faq .inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
  }
  
  .top-faq .c-ttl {
  margin-bottom: 44px
  }
  
  @media screen and (max-width: 768px) {
  .top-faq .c-ttl {
    margin-bottom: 19px
  }
  }
  
  .top-faq .c-btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto
  }
  
  @media screen and (max-width: 768px) {
  .top-faq .c-btn {
    margin-top: 20px
  }
  }

  .top-faq-lists{
  width:100%;
  margin-left: 0px;
  }
  
  .top-faq-lists li {
  background-color: #fff;
  border-radius: 8px
  }
  
  .top-faq-lists li:not(:last-child) {
  margin-bottom: 32px
  }
  
  @media screen and (max-width: 768px) {
  .top-faq-lists li:not(:last-child) {
    margin-bottom: 16px
  }
  }
  
  .top-faq-lists h3 {
  display: flex;
  align-items: center;
  position: relative;
  padding: 26px 8rem 26px 4rem;
  gap: 5px;
  cursor: pointer
  }
  
  @media screen and (max-width: 768px) {
  .top-faq-lists h3 {
    padding: 16px 4rem 16px 1.6rem;
    align-items: flex-start
  }
  }
  
  .top-faq-lists h3 svg {
  position: absolute;
  width: max(4.8rem, 30px);
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%)
  }
  
  @media screen and (max-width: 768px) {
  .top-faq-lists h3 svg {
    width: 2.4rem;
    right: 1rem
  }
  }
  
  .top-faq-lists .top-faq-list__en {
  font-size: max(4rem, 30px);
  font-weight: 400;
  color: var(--secondary-color);
  font-family: var(--en-primary-font)
  }
  
  @media screen and (max-width: 768px) {
  .top-faq-lists .top-faq-list__en {
    font-size: 3rem
  }
  }
  
  .top-faq-lists .top-faq-list__txt {
  font-size: max(2.6rem, 18px);
  line-height: 1.42;
  font-weight: 400;
  color: var(--quaternary-color);
  text-align: left;
  }
  
  @media screen and (max-width: 768px) {
  .top-faq-lists .top-faq-list__txt {
    font-size: 2rem
  }
  }
  
  .top-faq-list-answer {
  display: none
  }
  
  .top-faq-list-answer__inner {
  padding: 0 8rem 26px 4rem;
  display: flex;
  align-items: flex-start;
  gap: 5px
  }
  
  @media screen and (max-width: 768px) {
  .top-faq-list-answer__inner {
    padding: 0 4rem 16px 1.6rem;
    align-items: flex-start
  }
  }
  
  .top-faq-list-answer__inner .top-faq-list-answer__txt {
  font-size: max(2.4rem, 16px);
  line-height: 1.42;
  font-weight: 400;
  color: var(--quaternary-color)
  }
  
  @media screen and (max-width: 768px) {
  .top-faq-list-answer__inner .top-faq-list-answer__txt {
    font-size: 1.8rem
  }
  }
  
  .top-faq-list__minus {
  display: none
  }
  
  .top-faq-list__line-02 {
  transform: rotate(90deg);
  transition: all .3s
  }
  
  .tab-active .top-faq-list__plus {
  display: none
  }
  
  .tab-active .top-faq-list__minus {
  display: block
  }
  
  .top-colmn {
  padding: 64px 6.4rem 80px;
  background-image: url(https://mitsuboshihome.com/wp-content/uploads/2024/renewal/img/top/bg-02.png);
  background-position: center;
  background-repeat: repeat
  }
  
  @media screen and (max-width: 768px) {
  .top-colmn {
    padding: 32px 2rem
  }
  }
  
  @media screen and (max-width: 768px) {
  .top-colmn .inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
  }
  }
  
  .top-colmn .c-ttl {
  margin-bottom: 60px
  }
  
  @media screen and (max-width: 768px) {
  .top-colmn .c-ttl {
    margin-bottom: 20px
  }
  }
  
  .top-colmn .c-btn {
  margin-left: auto;
  margin-right: auto
  }
  
  .top-colmn-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3.2rem;
  margin-bottom: 48px
  }
  
  .top-colmn-lists li {
  width: 49%
  }
  
  @media screen and (max-width: 768px) {
  .top-colmn-lists li {
    width: 100%
  }
  }
  
  .top-colmn-lists a {
  width: 100%;
  display: flex
  }
  
  .top-colmn-list__img img {
  transition: .4s
  }
  
  @media(hover: hover) {
  .top-colmn-lists a:hover {
    opacity: 1
  }
  .top-colmn-lists a:hover .top-colmn-list__img img {
    transform: scale(1.1)
  }
  }
  
  .top-colmn-list__img {
  aspect-ratio: 1/1;
  width: 35%
  }
  
  .top-colmn-list__content {
  width: 65%;
  padding: 17px 2.4rem;
  background-color: #fff;
  color: var(--quaternary-color)
  }
  
  @media screen and (max-width: 768px) {
  .top-colmn-list__content {
    padding: 1.6rem 1.6rem 2rem 1.6rem
  }
  }
  
  .top-colmn-list__content h3 {
  font-size: max(2.4rem, 18px);
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 55px
  }
  
  @media screen and (max-width: 768px) {
  .top-colmn-list__content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem
  }
  }
  
  .top-colmn-list__date {
  font-size: max(1.6rem, 12px);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 1.6rem
  }
  
  @media screen and (max-width: 768px) {
  .top-colmn-list__date {
    font-size: 1.4rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem
  }
  }
  
  .top-colmn-list__cat {
  background-color: var(--secondary-color);
  padding: 5px 2rem;
  color: #fff;
  border-radius: 18px
  }
  
  .inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
  }
  .inner-info{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
  width: 100%;

  }
  
  .fitCover {
  overflow: hidden
  }
  
  .fitCover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
  }
  
  .visible {
  opacity: 1;
  visibility: visible
  }
  
  .hidden {
  opacity: 0;
  visibility: hidden
  }
  
  .overflow-hidden {
  overflow: hidden
  }
  
  .js-panel.is-show {
  display: block
  }
  
  @media screen and (max-width: 768px) {
  .is-pc {
    display: none !important
  }
  }
  
  @media screen and (max-width: 430px) {
  .is-pc-02 {
    display: none !important
  }
  }
  
  @media screen and (min-width: 769px) {
  .is-sp {
    display: none !important
  }
  }
  
  @media screen and (min-width: 431px) {
  .is-sp-02 {
    display: none !important
  }
  }
  
  
  /*# sourceMappingURL=style.min.css.map */

/* 20240502komiyama */
.main-tit {
    font-size: 1.4em !important;
    line-height: 1.5em !important;
    text-align: center !important;
    position: relative;
    margin-bottom: 3.5em !important;
    text-align: center;
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff !important;
  font-weight: 400 !important;
}
.main-tit span {
    display: block;
    font-family: 'Marcellus', serif;
    font-size: 2.2em;
    line-height: 1.1em;
    text-align: center;
}
.main-tit:after {
    content: '';
}
ul.liDef li {
  font-size: 100%;
  padding: 0 2em 0 1em;
}
ul.liDef li::before {
    margin-left: -0.8em;
}
table, th, td {
  border: none;
}
.table.table3Dot th {
  border: none;
    border-bottom: 1px dotted rgba(128, 128, 128, .5);
}
.sub-tit {
    font-size: 1.8em !important;
    line-height: 1.3em !important;
    text-align: center !important;
    position: relative !important;
    text-align: center !important;
    margin-bottom: 1.5em !important;
    font-family: 'Noto Sans JP', sans-serif;
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff;
  font-weight: 400 !important;
}
.sub-tit:after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    display: inline-block !important;
    width: 140px !important;
    height: 2px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-color: #acacac !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
}

/* 20240516komiyama */
@media screen and (min-width: 56.875em){
  .content-area-post {
    float: left;
        margin-right: -100%;
        width: 70%;
    margin-bottom: 70px;
  }
  
}
.entry-title {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
}
.entry-title a{
  opacity: 1;
}
.entry-title a:hover {
    text-decoration: underline !important;
    color: #333;
}
.entry-content li{
  font-size: 28px;
}
@media screen and (min-width: 44.375em) {
    .pagination .page-numbers {
        font-size: 18px;
    }

}

/* by fujimoto 20240517 */
body #secondary .widget-title {
  font-size: 16px;
}

body #secondary li {
  font-size: 13px;
}

  @media screen and (max-width: 680px) {
    .entry-content li{
      font-size: 2.4rem;
    }
    
    .pagination .page-numbers {
      font-size: 19px;
    }
    
    .navigation.pagination {
      max-width: 300px;
      width: 100%;
      margin: 0 auto;
    }
    
    .top-problem-box-item__content li {
      font-size: 1.8rem;
    }

}

/* column page */
.post-type-archive-column .wrapper {
  max-width: 1200px;
  margin-bottom: 7.0em;
}

.column-title {
  display: flex;
  align-items: center;
}

.column-title img {
  width: 65px;
}

.column-title span {
  position: relative;
  flex-grow: 1;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.column-title span:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: -7px;
    width: calc(100% - 10px);
    height: 1px;
    background: #e4e2e7;
}

.column-title span:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: calc(100% - 10px);
  height: 1px;
  background: #e4e2e7;
}

.column__list-area {
  margin-bottom: 7em;
}

.column__items {
  margin: 0;
}

.column__item {
  position: relative;
  padding: 0 0 30px 30px;
  border-bottom: solid 1px #f9f4ec !important;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.column__item__date {
  margin-right: 0;
  padding-right: 0;
  padding-top: 10px;
  position: absolute;
  top: -30px;
  left: 0px;
  background: #ff6300;
  width: 58px;
  height: 58px;
  border-radius: 58px;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  box-sizing: border-box;
}

.column__item__thumbnail {
  max-width: 278px;
  width: 100%;
  height: auto;
  padding: 4px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
}

.column__item__content {
  flex: 1;
}

.column__item__content__title {
  clear: none;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
  text-align: left;
}

.column__item__content__text {
  font-size: 16px;
  color: #241b15;
  width: 100%;
}

.single-column #pageTitleMover {
  display: none;
}

.single-column .wrapper {
  max-width: 1200px;
  margin: 4em auto 7.0em;
}

.column-detail {
  max-width: 820px;
  margin: 0 auto;
}

.column-detail__body {
  margin-bottom: 7.0em;
}

.column-detail__date {
  display: inline-block;
  margin-bottom: 30px;
}

.column-detail__title {
  font-size: 2.6em;
  margin-bottom: 30px;
  line-height: 1.2;
}

.single-column article li {
  line-height: 1.2;
  list-style: disc;
  font-size: 16px;
}

.column-detail__content h2 {
  margin: 30px 0 40px;
  font-size: 28px;
  padding-bottom: 13px;
  text-align: left;
  border-bottom: 4px solid #e9e8e4;
}

.column-detail__content h2:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 4px;
  background-color: #ff6300;
  left: 0px;
  bottom: -4px;
}

.column-detail__content h3 {
  font-size: 24px;
  text-align: left;
  line-height: 1.5;
  margin: 30px 0 40px;
  padding-left: 30px;
  border-left: 4px solid #e9e8e4;
}

.column-detail__content h3:before {
    --p-article__body_h3_before_height: 50%;
    --p-article__body_h3_before_width: 4px;
    height: var(--p-article__body_h3_before_height);
    width: var(--p-article__body_h3_before_width);
    content: "";
    position: absolute;
    background-color: #ff6300;
    top: 0;
    left: calc(var(--p-article__body_h3_before_width)* -1);
}

.column-detail__content h3:after {
  display: none;
}

.column-detail__content p {
  margin: 30px 0 0;
}

.post-type-archive-column .navigation {
  margin: 0;
  max-width: 100%;
}

.navigation {
  margin: 0;
}

.single-column table {
  border-collapse: collapse;
}

.single-column table td {
  border: 1px solid #000;
}

@media screen and (max-width: 680px) {
  .column__item__thumbnail {
    width: 40%;
    height: 40%;
  }
  
  .column__item {
    gap: 20px;
  }
  
  .column__list-area, .post-type-archive-column .wrapper {
    margin-bottom: 3.5em;
  }
  
  .column__item__content__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  
  .single-column .wrapper {
    margin: 6em auto 7.0em;
  }
}

/* 20240701 fujimoto */
.category-works .works-area__title {
  font-size: 36px;
  font-weight: bold;
}

.category-works .works-area__article {
  max-width: 955px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 46px;
  margin-top: 56px;
}

.category-works .works-area__article article {
  max-width: 285px;
  width: 100%;
}

.category-works .post-thumbnail {
  margin: 0 0 10px 0;
}

.category-works .works-area__article img {
    height: 181px;
    object-fit: cover;
}

.category-works .entry-title {
  font-size: 20px;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.category-works .entry-title a {
  color: #000;
}

.category-works .entry-title a:hover {
  text-decoration: none !important;
  opacity: .6;
}

.category-works .works-area__article header {
  display: none;
}

.navigation {
  border: 0;
  min-height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  padding: 0;
}

.nav-links .page-numbers {
  display: block;
  font-size: 16px;
  color: #0D194B;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.current.page-numbers  {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  color: #fff;
  background-color: #0D194B;
  border-radius: 50%;
  margin: 0;
}

.next.page-numbers {
  position: relative;
  width: 13px;
  height: 13px;
  background: url(../../uploads/2024/07/works__arrow.png) no-repeat center / contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.pagination .next:hover, .pagination .prev:hover {
  background-color: transparent;
}

.prev.page-numbers {
  position: relative;
  right: 0;
  width: 13px;
  height: 13px;
  background: url(../../uploads/2024/07/works__arrow.png) no-repeat center / contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transform: rotate(180deg);
}

.pagination .nav-links:before, .pagination .nav-links:after, .pagination:before, .pagination:after, .pagination .next:before, .pagination .prev:before {
  display: none;
}

.pagination .nav-links {
  padding: 0;
}

.works-area__article__more-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  font-size: 10px;
  color: #0D194B;
}

.works-area__article__more-button::after {
  content:"";
  background: url(../../uploads/2024/07/more-button.png) no-repeat center / contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
}

/* works-single */
.single.category-works #pageTitleMover {
    margin-bottom: 0;
}

.single.category-works main {
  background: url(../../uploads/2024/07/works-post-bg-scaled.jpg) no-repeat top / cover;
  margin: 0;
}

.single.category-works .wrapper {
  max-width: 100%;
	margin-bottom: 0;
}

.single.category-works .contPad {
  padding: 0;
}

.single.category-works article {
  margin: 0;
}

.works-single__title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 100px;
  padding: 0 18px;
}

.single.category-works .entry-content {
  margin-top: 80px;
}

.works-post__inner {
  max-width: 1388px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 18px;
}

.works-post__before-after {
  display: flex;
  align-items: center;
  gap: 30px;
}

.single h3.works-post-title {
  display: inline-block;
  font-size: 32px;
  letter-spacing: 0.03em;
  text-align: left;
  margin-bottom: 25px;
  padding: 3px 13px;
  border-top: 1px solid #2D3A61;
  border-bottom: 2px solid #2D3A61;
  text-shadow: none;
}

.single h3.works-post-title::before {
  content: "";
  display: inline-block;
  width: 125px;
  height: 2px;
  background-color: #2D3A61;
  position: absolute;
  top: -5px;
  left: 0;
}

.single h3.works-post-title::after {
  content: "";
  display: inline-block;
  width: 125px;
  height: 1px;
  background-color: #2D3A61;
  position: absolute;
  bottom: -5px;
  text-shadow: none;
}

.works-post__arrow {
  width: 134px;
  height: 78px;
}

.single.category-works .works-post__lists {
  max-width: 1137px;
  width: 100%;
  margin: 83px auto 0;
  background-color: #EDE4D5;
  padding: 27px 91px 61px;
}

.single.category-works .works-post__list {
  font-size: 20px;
  display: flex;
  border-bottom: 1px solid #000;
  padding: 34px 0 18px;
}

.single.category-works .works-post__list p {
  margin: 0;
}

.single.category-works .works-post__list .works-post-title {
  width: 20.3%;
}

.single.category-works .works-post__list .works-post-text {
  flex: 1;
}

.works-post-container {
  background-color: #fff;
  margin-top: 59px;
}

.works-post-container .works-post__inner {
  padding: 60px 18px;
}

.works-post-container__items {
  max-width: 1138px;
  margin-left: auto;
  margin-right: auto;
}

.works-post-container__items:not(:first-child) {
  margin-top: 60px;
}

.works-post-container__img img {
  width: 100%;
}

.works-post-container__text {
  font-size: 20px;
  margin: 34px 0 0 0;
}

.single.category-works .navigation {
  display: none;
}

.works-post-solution__title {
  background-color: var(--senary-color);
  margin: 0;
  text-shadow: none;
  padding: 27px 13px 28px;
}
 
.works-post-solution__title span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: inherit;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  line-height: 1.3em;
}

.works-post-solution__title span::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 105px;
  background: url(../../uploads/2024/07/works-post-solution__title-left.png) no-repeat center / contain;
}

.works-post-solution__title span::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 105px;
  background: url(../../uploads/2024/07/works-post-solution__title-right.png) no-repeat center / contain;
}

.works-post-solution__sub-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  line-height: 1.8em;
}

.works-post-solution__sub-title span {
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.03em;
}

.works-post-solution__text {
  font-size: 20px;
  text-align: center;
  color: #0D194B;
  margin: 20px 0 0 0;
}

.works-post__solution-inquiry {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 4;
  gap: 30px;
  margin-top: 64px;
}

.works-post__solution-inquiry__item {
  background-color: #fff;
  border-radius: 10px;
  max-width: 432px;
  width: 100%;
  padding: 26px 42px 21px;
  text-align: center;
}

.works-post__solution-inquiry__item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 20px;
  margin: 0;
}

.works-post__solution-inquiry__item-title::before,  .works-post__solution-inquiry__item-title::after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 6px;
  background: url(../../uploads/2024/07/works-post-solution__title-contact.png) no-repeat center / contain;
}

.works-post-solution__wrap {
  padding: 45px 0 0;
}

.works-post-solution__inner {
  max-width: 1440px;
  padding: 0 20px 40px 20px;
}

.works-post__solution-inquiry-tel {
  font-size: 40px;
  color: #0D194B;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.works-post__tel__text {
  font-size: 20px;
  letter-spacing: 0.03em;
  margin: 0;
}

.works-post__contact__button {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #FF590F;
  padding: 27px 18px 28px 56px;
  border-radius: 45px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  max-width: 294px;
  margin: 15px auto 0;
}

.works-post__contact__button:hover {
  color: #fff;
}

.works-post__contact__button::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 23px;
  background: url(../../uploads/2024/07/works-post-mail.png) no-repeat center / contain;
}

.works-post__contact__button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url(../../uploads/2024/07/works-post-arrow.png) no-repeat center / contain;
  position: absolute;
  right: 18px;
}

.works-post__solution-inquiry__img {
  position: absolute;
  max-width: 439px;
  width: 100%;
  right: 20px;
  top: -30px;
  z-index: 2;
}

.works-post-br-sp, .works-post-br-md {
  display: none;
}

@media screen and (max-width: 1439px) {
  .works-post__solution-inquiry__img {
    width: 28%;
  }
}

@media screen and (max-width: 1300px) {
  .works-post-br-md {
    display: block;
  }
  
  .works-post__solution-inquiry {
    margin-top: 30px;
  }
  
}

@media screen and (max-width: 768px) {
  .works-post-solution__inner {
    padding: 0;
  }
  
  .works-post-solution__title span {
    font-size: 20px;
    gap: 4px;
  }
  
  .works-post__solution-inquiry {
    flex-direction: column;
    align-items: center;
    gap: 23px;
    margin-top: 20px;
  }
  
  .works-post__solution-inquiry__item {
    padding: 15px 30px 18px;
  }

  .works-post__solution-inquiry__item-title {
    font-size: 16px;
    gap: 0.5rem;
  }
  
  .works-post__solution-inquiry__item-title::before, .works-post__solution-inquiry__item-title::after {
    width: 42px;
  }
  
  .works-post__solution-inquiry-tel {
    font-size: 28px;
    margin-top: 15px;
  }
  
  .works-post__tel__text {
    margin-top: 16px;
  }
  
  .works-post__contact__button {
    font-size: 20px;
    padding: 15px 18px 15px 41px;
    max-width: 233px;
  }
  
  .works-post__solution-inquiry__img {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
    width: 100%;
    height: 238px;
    overflow: hidden;
  }
  
  .works-post__contact__button::before {
    width: 21px;
    height: 17px;
  }
  
  .works-post__contact__button::after {
    width: 12px;
    height: 13px;
  }
}

@media screen and (max-width: 680px) {
  .category-works .works-area__title {
    font-size: 20px;
  }
  
  .category-works .works-area__article {
    justify-content: center;
  }
  
  .works-single__title {
    font-size: 20px;
    text-align: left;
    margin-top: 42px;
  }
  
  .single.category-works .entry-content {
    margin-top: 42px;
  }
  
  .single h3.works-post-title {
    font-size: 16px;
    padding: 3px 4px;
  }
  
  .single h3.works-post-title::before, .single h3.works-post-title::after {
    width: 58px;
  }
  
  .works-post__before-after {
    flex-direction: column;
    gap: 10px;
  }
  
  .works-post__arrow {
    width: 62px;
    height: 107px;
    transform: rotate(90deg);
  }
  
  .single.category-works .works-post__lists {
    margin: 33px auto 0;
    padding: 16px 15px 50px;
  }
  
  .single.category-works .works-post__list {
    font-size: 16px;
  }
  
  .single.category-works .works-post__list .works-post-title {
    width: 30%;
  }
  
  .works-post-container .works-post__inner {
    padding: 30px 18px;
  }
  
  .works-post-container__text {
    margin: 23px 0 0 0;
  }
  
  .works-post-container__items:not(:first-child) {
    margin-top: 50px;
  }
  
  .works-post-solution__wrap {
    padding: 11px 20px 0;
  }
  
  .works-post-solution__title span::before, .works-post-solution__title span::after {
    width: 23px;
    height: 47px;
  }
  
  .works-post-solution__title {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  
  .works-post-solution__sub-title {
    font-size: 16px;
  }
  
  .works-post-solution__sub-title span {
    font-size: 20px;
  }
  
  .works-post-solution__text {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
  
  .works-post-br-sp {
    display: block;
  }
  
  .works-post-container__img img {
    height: 493px;
    object-fit: cover;
  }
  
}

/* 20240804 */
.header-box-tel a img {
  width: 23px;
}

.header-box-tel p {
  line-height: 1;
}

.header-box-content-inquiry a {
  padding: 0;
}

.header-box-content-inquiry {
  background-color: transparent;
  border: 0;
  transition: opacity 0.3s;
}

.header-box-content-inquiry:hover {
  background-color: transparent;
  opacity: 0.7;
}

.top-mv {
  padding: 0;
  position: relative;
}

.top-mv__img {
  width: 100%;
}

 .top-mv__inquiry {
  background-color: #fff;
  padding: 25px 20px;
  width: 100%;
} 

.top-mv__inquiry__items {
  display: flex;
  gap: 30px;
  margin: 0;
  justify-content: center;
  align-items: stretch;
}

.top-mv__inquiry__item {
  max-width: 524px;
  width: 50%;
}

.top-mv__inquiry__item__link {
    position: relative;
    padding: 23px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    border: 3px solid #d2001e;
    border-radius: 10px;
  background-color: #fff;
  height: 100%;
}

.top-mv__inquiry__item__link.top-mv__inquiry__item__link--contact {
  background-color: #d2001e;
}

.top-mv__inquiry__item__container {
  text-align: center;
  margin-left: 17px;
}

.top-mv__inquiry__item-tel__tel {
  font-family: var(--en-primary-font);
  font-size: 50px;
  line-height: 1;
  margin: 0;
}

.top-mv__inquiry__item-tel__text {
  font-size: 20px;
  margin: 9px 0 0 0;
}

.top-mv__inquiry__item-contact__text {
  color: #fff;
  font-size: 30px;
  margin: 0;
}

.top-mv__inquiry__item-contact__title {
  color: #fff;
  font-size: 39px;
  line-height: 1;
  margin: 9px 0 0 0;
}

.new-top-concept {
  background: url(../../uploads/2024/08/concept-bg.png) no-repeat center / cover;
  padding: 40px;
}

.new-top-concept__inner {
  border: 1px solid #fff;
  padding: 50px;
}

.new-top-concept .new-top-concept__inner .new-top-concept__title {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  text-align: left;
  margin: 50px 0 0 0;
}

.new-top-concept__container {
  margin-top: 40px;
}

.new-top-concept__text {
  color: #fff;
  font-size: 18px;
}

.new-top-concept__text:not(:first-child) {
  margin: 40px 0 0 0;
}

.new-top-concept__button {
  display: flex;
  justify-content: center;
  width: 100%;
  background: transparent;
  margin-top: 60px;
  padding: 0;
}

.new-top-concept__button__link {
  position: relative;
  max-width: 570px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 22px;
  padding: 19px 0;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}

.new-top-concept__button__link:after {
  content: "";
  background: url(../../uploads/2024/08/icon_arrow-contact.png) no-repeat center / contain;  
  display: inline-block;
  width: 12px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.new-top-concept__button:hover {
  background: transparent;
}

.new-top-concept__button__link:hover {
  color: #fff;
}

.new-top-concept__title .new-top-concept__title--bold {
  text-align: left;
  display: inline-block;
}

.br-sp {
  display: none;
}

.new-top-concept-sp__img {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-sp-nav {
    height: 100vh;
    top: 65px;
  }
  
  .header-box-tel a img {
    width: 16px;
  }
  
  .header-box-tel {
    max-width: 336px;
    margin: 0 auto 16px;
    border: 1px solid #d51833;
  }
  
  .top-mv__inquiry {
    background-color: transparent;
    padding: 25px 20px;
    position: absolute;
    bottom: 0;
  }
  
  .top-mv__inquiry__item__link {
    border-radius: 20px;
    padding: 28px 20px;
    justify-content: flex-start;
  }
  
  .top-mv__inquiry__item__link img {
    width: 50px;
  }
  
  .top-mv__inquiry__item-tel__tel {
    font-size: 32px;
  }
  
  .top-mv__inquiry__item-tel__text {
    font-size: 17px;
    font-weight: bold;
  }

  .top-mv__inquiry__item-contact__text {
    font-size: 22px;
  }

  .top-mv__inquiry__item-contact__title {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
  }
  
  .top-mv__inquiry__item-tel__text {
    margin: 0;
  }
  
  .top-mv__inquiry__item__container::after {
    content: "";
    background: url(../../uploads/2024/08/icon_arrow.png) no-repeat center / contain;  
    display: inline-block;
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }
  
  .top-mv__inquiry__item__container--contact.top-mv__inquiry__item__container::after {
    content: "";
    background: url(../../uploads/2024/08/icon_arrow-contact.png) no-repeat center / contain;
    display: inline-block;
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }
  
  .top-mv__inquiry__item__container {
    margin-left: 5px;
  }
  
  .new-top-concept__inner {
    padding: 0;
    border: 0;
  }
  
  .br-pc {
    display: none;
  }
  
  .new-top-concept .new-top-concept__inner .new-top-concept__title {
    font-size: 58px;
    font-weight: bold;
    color: #37312c;
  }

  .new-top-concept__container {
    margin-top: 50px;
  }

  .new-top-concept__button__link {
    max-width: 617px;
    font-size: 28px;
    font-weight: 500;
    padding: 19px 0;
    color: #37312c;
    border: 2px solid #37312c;
    border-radius: 39px;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .new-top-concept__button__link:after {
    background: url(../../uploads/2024/08/icon_arrow-black.png) no-repeat center / contain; 
    width: 10px;
    height: 15px;
  }
  
  .br-sp {
    display:block;
  }

  .new-top-concept {
    background: url(../../uploads/2024/08/new-top-concept-bg-sp.png) no-repeat center / cover; 
    padding: 120px 50px 307px;
  }
  
  .new-top-concept-sp__img {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  
  .new-top-concept-sp__img img {
    padding-right: 50px;
  }
  
  .new-top-concept__text {
    font-size: 31px;
    color: #37312c;
    line-height: 1.84;
  }

  .new-top-concept__text:not(:first-child) {
    margin-top: 80px;
  }
  
  .new-top-concept__button__link:hover {
    color: #37312c;
  }
}

@media screen and (max-width:690px) {
  .top-mv__inquiry {
    position: relative;
    background-color: #fff;
  }
  
  .top-mv__inquiry__items {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  
  .top-mv__inquiry__item {
    width: 80%;
  }

  .top-mv__inquiry__item__link {
    justify-content: center;
  }
  
  .top-mv__inquiry__item__container {
    margin-left: 17px;
  }
}

@media screen and (max-width:500px) {
  .top-mv__inquiry {
    padding: 15px 20px;
  }
  
    .top-mv__inquiry__item__link {
        padding: 7px 20px;
    }
  
  .top-mv__inquiry__item__link img {
    width: 3.7rem;
  }
  
  .top-mv__inquiry__item-tel__tel, .top-mv__inquiry__item-contact__title {
    font-size: 26px;
  }
  
  .top-mv__inquiry__item-tel__text, .top-mv__inquiry__item-contact__text {
    font-size: 16px;
  }

  .new-top-concept__text {
    font-size: 16px;
  }
  
  .top-mv__inquiry__item {
    max-width: 330px;
  }
  
  .new-top-concept {
    padding: 50px 2rem 100px;
  }
  
  .new-top-concept .new-top-concept__inner .new-top-concept__title {
    font-size: 28px;
    margin: 25px 0 0 0;
  }
  
  .new-top-concept__text:not(:first-child) {
    margin-top: 30px;
  }
  
  .new-top-concept__container {
    margin-top: 40px;
  }
  
  .new-top-concept__button {
    margin-top: 30px;
  }
  
  .new-top-concept__button__link {
    font-size: 16px;
    padding: 15px 1.5em;
    line-height: 1.2;
  }
  
}

@media screen and (max-width: 430px) {
    .top-mv__inquiry__item {
        width: 100%;
    }
  
}

@media screen and (max-width: 320px) {
  .top-mv__inquiry {
    margin-top: -60px;
    padding: 10px 20px;
  }

  .top-mv__inquiry__item__link {
    padding: 15px 20px;
    justify-content: flex-start;
  }
  
  .top-mv__inquiry__item-tel__tel, .top-mv__inquiry__item-contact__title {
    font-size: 18px;
  }

}


/* ===============================================
# contact
=============================================== */

.contact__textwrap {
  width: calc(1000 /1440 * 100%);
  margin-inline: auto;
  max-width: 1000px;
}


@media (max-width: 768px) {
  .contact__textwrap {
    width: calc(360 /390 * 100%);
  }
}

.contact__maintext, .contact__subtext {
  font-size: 24px;
  color: rgb(20, 54, 81);
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}

.contact__maintext {
  margin: unset;
}

@media (max-width: 768px) {
  .contact__maintext, .contact__subtext {
    font-size: 16px;

  }
}

.l-inner.contact {
  width: calc(800 /1440 * 100%);
  max-width: 1200px;

}

.l-inner.contact p {
  margin: unset;
}

@media (max-width: 768px) {
  .l-inner.contact {
    width: calc(330 /390 * 100%);
    margin-inline: auto;
  }
}


.c-fc-red {
  color: rgb(255, 0, 0);
}

.c-underline {
  text-decoration: underline;
}


input,
textarea,
select {
  width: 100%;
}

.wrapper {
  max-width: 800px;
  margin: 40px auto;
}

.c-conctact__item {
  display: flex;
  position: relative;
}

.c-conctact__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

@media (max-width: 768px) {
  .c-conctact__item {
    flex-direction: column;
  }
}

.c-conctact__item .title {
  width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .c-conctact__item .title {
    width: auto;
    justify-content: flex-end;
    gap: 5%;
    padding: 20px 20px 5px 20px;
  }
}

.c-conctact__item .title.notrequired {
  flex-direction: row;

}

@media (max-width: 768px) {
  .c-conctact__item .title.notrequired {
    flex-direction: row-reverse;

  }
}

.c-conctact__item .title span,
.c-conctact__item .title p {
  font-size: 16px;
}

.c-conctact__item .title p {
  margin-bottom: unset;
}



.c-contact-required {
  border-radius: 3px;
  color: #fff;
  font-size: 70%;
  height: 30px;
  text-align: center;
  width: 50px;
  background-color: #f55;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-conctact__item .input_area {
  width: calc(100% - 200px);
  padding: 20px;
}

@media (max-width: 768px) {
  .c-conctact__item .input_area {
    width: 100%;
    padding: 0px 20px 20px 20px;
  }
}

.c-conctact__item .input_area input,
.c-conctact__item .input_area textarea {
  padding: 5px 15px;
  border: 1px solid #ccc;
  color: rgb(153, 153, 153);
  font-size: 16px;
}

/* プレースホルダーが表示されているとき */
.c-conctact__item .input_area input:placeholder-shown,
.c-conctact__item .input_area textarea:placeholder-shown {
  color: rgb(153, 153, 153);
}

/* 入力されたとき */
.c-conctact__item .input_area input:not(:placeholder-shown),
.c-conctact__item .input_area textarea:not(:placeholder-shown) {
  color: black;
  background-color: #f0f8ff;
}


.c-conctact__item .input_area textarea {
  height: 120px;
  resize: vertical;
}

.c-conctact__item .input_area p {
  color: #999;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 16px;
}

.c-conctact__item .input_area.radio label input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.c-conctact__item .input_area.radio label input[type=radio]:checked+span::after {
  opacity: 1;
}




.c-conctact__item .input_area.radio label span {
  display: block;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;

}

@media (max-width: 768px) {
  .c-conctact__item .input_area.radio label span {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.c-conctact__item .input_area.radio label span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: auto;
  aspect-ratio: 20 / 20;
  border: 1px solid #000;
  border-radius: 50%;
}

.c-conctact__item .input_area.radio label span::after {
  content: '';
  position: absolute;
  top: calc(50%);
  transform: translateY(-50%);
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f55;
  opacity: 0;
  /* デフォルトでは消す */
}

/* .c-conctact__item .input_area.radio label:last-child span {
  margin-bottom: 0;
} */

input[type="submit"] {
  margin-top: 40px;
  font-size: inherit;
  border: none;
  padding: 16px 64px;
  font-size: 24px;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50px;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity: 0.5;
  color: #333;
  background-color: lightgray;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  input[type="submit"] {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.remaining {
  margin-top: 50px;
}

.remaining p {
  text-align: center;
}

.contact__submit__lead {
  color: #ff0000;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .contact__submit__lead {
    font-size: 16px;
  }
}

.contact__telwrap {
  width: calc(1000 /1440 * 100%);
  margin-inline: auto;
  max-width: 700px;
  text-align: center;
  border-radius: 5px;
  background-color: #fafafa;
}

@media (max-width: 768px) {
  .contact__telwrap {
    width: calc(360 /390 * 100%);
    max-width: 450px;
  }
}

.contact__tel__heading {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2173913043;
  padding-top: 1em;
  padding-bottom: 0.75em;
}

.contact__tel__number {
  font-size: 25px;

  padding: 0.75em 0.5em 0.75em 0.5em;
  /* margin-top: 0.75em; */
  /* margin-bottom: 0.5em; */
}

.contact__tel__opentime {
  font-weight: 400;
  font-size: 16px;
  padding-top: 1em;
  padding-bottom: 1.5em;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 input.wpcf7-submit {
  margin-top: 40px;
  margin-bottom: 50px;
}

/* 20240829 */
.top-mv__inquiry.top-mv__inquiry--typhoon {
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .typhoon__img {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .top-mv__inquiry.top-mv__inquiry--typhoon {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 10px 20px;
  }
  
  .typhoon__img {
    max-width: 100%;
  }
}

/* 20240909 */
.header-box__logo {
  display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-start;
}

.header-box__logo2 {
  width: 35%;
  max-width: 380px;
  aspect-ratio: 380 / 192;
}

.header-box-content {
  width: 100%;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .header-box__logo {
    width: 100%;
    justify-content: space-between;
    margin-right: 50px;
  }
  
  .header-box__inner h1 {
    margin: 0;
  }
  
  .header-box__inner h1 img {
    max-width: 60px;
    width: 100%;
  }
  
  .header-box__logo2 {
    max-width: 95px;
    width: 100%;
  }
}

/* 20240918 */
.column-detail__content h4 {
  margin: 30px 0 40px;
}

h4:before {
  content: '';
  position: absolute;
  bottom: -8px;
  display: inline-block;
  width: 50px;
  height: 2px;
  left: calc(50% - 25px);
  transform: translateX(-50%);
  background-color: #ff6300;
  z-index: 2;
}

/* 20240930 */
.mv {
  margin-top: 65px;
  background: url(../../uploads/2024/10/mv-sp.jpg) no-repeat center top / cover;
}

.mv__inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.mv__title__wrapper {
  padding-top: 15px;
}

.mv .mv__title {
  font-size: 20px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.02em;
  background: url(../../uploads/2024/10/text-bg-sp.png) no-repeat right / cover;
  max-width: 208px;
  margin: 0;
  padding: 5px 0;
}

.mv .mv__title .text-big {
  font-size: 22px;  
  display: inline-block;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

.mv .mv__title .text-orange {
  font-size: 22px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
  color: #e05a10;
  display: inline-block;
}

.mv__title:nth-child(2) {
    max-width: 323px;
    background: url(../../uploads/2024/10/text-bg-2-sp.png) no-repeat center / cover;
    margin: 0 15px 0 auto;
}

.mv__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: url(../../uploads/2024/10/mv__container-bg-sp.png) no-repeat center top -5px / cover;
}

.mv__container__sub-title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.02em;
  background-color: #fff;
  text-align: center;
  padding: 5px 10px 2px;
  margin: 10px 0 0 15px;
  border-radius: 10px;
}

.mv__container__sub-title:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
}

.mv__container__sub-title .text-yellow {
  position: relative;
  font-size: 22px;
  color: #ea9500;
}

.mv__container__sub-title .text-yellow::after {
  content: "";
  display: inline-block;
  background: url(../../uploads/2024/10/emphasis.png) no-repeat center / cover;
  width: 25px;
  height: 14px;
  position: absolute;
  top: -15px;
  right: -15px;
}

.mv__container__title {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 44px;
  margin: 15px 0 0 8px;
}

.mv__container__title:before {
  content: "";
  display: inline-block;
  background: url(../../uploads/2024/10/top-mv__container__title-roller.png) no-repeat center / cover;
  width: 44px;
  height: 53px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mv__container__title-main {
  max-width: 150px;
  margin: 0;
}

.mv__container__title-sub {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin: 0;  
  line-height: 1;
}

.mv__container__title-sub span {
  background-color: #ea9500;
  color: #Fff;
  border-radius: 5px;
  padding: 3px;
  border: 2px solid #fff;
  margin-left: 2px;
}

.mv__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 10px 0;
  gap: 15px;
}

.mv__banner__text {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.mv__container__img img {
  max-width: 220px;
}

.mv__container__img {
  margin-left: 10px;
}

.mv__name {
    position: absolute;
    top: 37%;
    right: 10px;
    z-index: 3;
}

.mv__name__text {
  position: relative;
  writing-mode: vertical-rl;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #333;
  background-color: #fff;
  opacity: 0.8;
  padding: 10px 5px;
  font-size: 10px;
  line-height: 1;
  margin: 0;
}

.mv__name__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 8px solid #e05a10;
  border-right: 8px solid transparent;
}

span.mv__name__text--big {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

@media screen and (min-width: 375px) {
  .mv__container__title-sub span {
    border-radius: 10px;
    padding: 5px;
  }
  
  .mv__container__title-main {
    max-width: 170px;
  }
  
}

@media screen and (min-width: 680px) {
  
  .mv__title__wrapper {
    padding-top: 40px;
  }
  
  .mv .mv__title {
    max-width: 404px;
    width: 100%;
    font-size: 40px;
  }
  
  .mv .mv__title .text-orange,  .mv .mv__title .text-big {
    font-size: 42px;
  }
  
  .mv__title:nth-child(2) {
    max-width: 633px;
  }

  .mv__container {
    background: url(../../uploads/2024/10/mv__container-bg-sp.png) no-repeat center top -25px / cover;
  }
  
  .mv__container__img img {
    max-width: 445px;
  }
  
  .mv__container__title-main {
    max-width: 360px;
  }
  
  .mv__container__title-sub span {
    font-size: 47px;
    border: 4px solid #fff;
  }
  
  .mv__container__title:before {
    width: 75px;
    height: 96px;
  }
  
  .mv__container__sub-title {
    font-size: 47px;
    padding: 11px 10px;
    line-height: 1;
  }
  
  .mv__container__sub-title .text-yellow {
    font-size: 52px;
  }
  
  .mv__container__sub-title .text-yellow::after {
    width: 45px;
    height: 28px;
    top: -25px;
    right: -15px;
  }
  
  .mv__container__title {
    padding-left: 75px;
    margin: 30px 0 0 8px;
  }
  
  .mv__banner {
    margin: 15px 20px 0;
  }

  .mv__name {
    top: 40%;
    right: 3%;
  }
  
  .mv__name__text {
    font-size: 15px;
    font-weight: bold;
    padding: 19px 8px;
  }
  
  span.mv__name__text--big {
    font-size: 20px;
  }
  
  .mv__name__text::before {
    border-top: 15px solid #e05a10;
    border-right: 15px solid transparent;
  }
}

@media screen and (min-width: 769px) {
  .mv {
    position: relative;
    margin: 0;
    background: url(../../uploads/2024/10/mv.jpg) no-repeat center top / cover;
  }
  
  .mv__inner::after {
    content: "";
    display: inline-block;
    width: 30%;
    height: 94%;
    background: url(../../uploads/2024/10/mv__human.png) no-repeat right bottom /contain;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  
  .mv__title__wrapper {
    max-width: 77%;
    padding-top: 20px;
  }
  
  .mv .mv__title {
    max-width: 42%;
    font-size: 32px;
    z-index: 2;
    padding: 10px 0 10px 17px;
  }
  
  .mv .mv__title .text-orange,  .mv .mv__title .text-big {
    font-size: 34px;
  }
  
  .mv__title:nth-child(2) {
    max-width: 63%;
    z-index: 1;
    margin: -30px 0 0 auto;
    padding: 10px 15px;
  }
  
  .mv__container {
    max-width: 75%;
    background: url(../../uploads/2024/10/mv__container-bg.png) no-repeat top -3px center / contain;
    margin: 0 0 0 40px;
    padding: 0 0 30PX;
  }
  
  .mv__container__img {
    display: none;
  }
  
  .mv__container__title-main {
    max-width: 360px;
  }
  
  .mv__container__title-sub span {
    font-size: 54px;
    border: 6px solid #fff;
    padding: 5px;
  }
  
  .mv__container__title:before {
    width: 85px;
    height: 109px;
  }
  
  .mv__container__sub-title {
    font-size: 42px;
    padding: 13px 20px 10px 20px;
    line-height: 1;
    margin: 40px 0 0 0;
    border-radius: 15px;
  }
  
  .mv__container__sub-title .text-yellow {
    font-size: 52px;
  }
  
  .mv__container__sub-title .text-yellow::after {
    width: 51px;
    height: 32px;
    top: -30px;
    right: -20px;
  }
  
  .mv__container__title {
    padding-left: 80px;
    margin: 30px 0 0 0;
  }
  
  .mv__container__sub-title:after {
    border-width: 13px 11px 0 11px;
    bottom: -13px;
    margin-left: -5px;
  }
  
  .mv__banner {
    max-width: 81%;
    margin: 15px 0 0 10px;
  }
  
  .mv__name {
    top: 45%;
    right: 2%;
  }
  
}

@media screen and (min-width: 1440px) {
  .mv__title__wrapper {
    max-width: 75%;
  }
  
  .mv .mv__title {
    max-width: 40%;
    font-size: 37px;
  }

  .mv .mv__title .text-orange, .mv .mv__title .text-big {
    font-size: 40px;
  }
  
  .mv__title:nth-child(2) {
    max-width: 64%;
  }
  
  .mv__container__sub-title .text-yellow {
    font-size: 58px;
  }
  
  .mv__container__sub-title {
    font-size: 46px;
  }
  
  .mv__container__title-main {
    max-width: 460px;
  }
  
  .mv__container {
    background: url(../../uploads/2024/10/mv__container-bg.png) no-repeat top -13px center / contain;
    margin: 0 0 0 60px;
    max-width: 73%;
  }

  .mv__banner {
    max-width: 100%;
    margin: 20px 0 0 30px;
    gap: 50px;
  }
  
}

.grecaptcha-badge {
    visibility: hidden;
}

/* 20241005 */
.page-id-698 #pageTitleMover {
  margin: 0;
}

.page-id-698 .entry-content > br:first-child {
display:none;
}

.page-id-698 p {
  margin: 0;
}

h2.wall-painting-title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
}

h2.wall-painting-title::after {
  content: "";
  display: inline-block;
  background: url(../../uploads/2024/10/wall-painting-about-title.png) no-repeat center / cover;
  width: 318px;
  height: 33px;
  position: absolute;
  top: 65px;
  left: 50%;
  z-index: -1;
}

.wall-painting__inner {
  padding: 0 8px;
}

.wall-painting-about {
  background: url(../../uploads/2024/10/wall-painting-about-bg-sp.jpg) no-repeat center / cover;
  padding: 40px 0 0;
}

.wall-painting-about__body {
  margin-top: 40px;
  padding: 30px 20px;
  background: linear-gradient(237deg, rgba(255, 255, 255, 0.60) 0.07%, #FFF 49.12%);
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

.wall-painting-about__text {
  font-size: 14px;
  line-height: 1.429;
}

.wall-painting-about__text:not(:first-child) {
  margin-top: 20px;
}

.text-color {
  color: #FF580E;
  font-weight: bold;
}

.wall-painting-importance {
    background: url(../../uploads/2024/10/wall-painting-importance-bg-sp.png) no-repeat center bottom / cover;
    padding: 60px 0 70px;
}

h2.wall-painting-title.wall-painting-title--importance::after {
  top: 28px;
}

.wall-painting-about__banner {
  margin-top: 11px;
}

.wall-painting-about__banner--sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.wall-painting-about__banner__text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #F4AE40;
  padding: 6px 20px;
}

.wall-painting-about__banner--pc {
  display: none;
}

.wall-painting-symptoms {
  padding: 75px 0 0;
}

.wall-painting__inner.wall-painting-symptoms__inner {
  padding: 0 16px;
}

h2.wall-painting-symptoms__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

h2.wall-painting-symptoms__title span {
  position: relative;
}

h2.wall-painting-symptoms__title span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #F4AE40;
  transform: rotate(160deg);
  position: absolute;
  top: -5px;
  left: -25px;
}

h2.wall-painting-symptoms__title span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 60px;
  background: none;
  background-color: #F4AE40;
  transform: rotate(20deg);
  position: absolute;
  top: -5px;
  right: -25px;
  left: auto;
}

.wall-painting-symptoms__cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 40px auto 0;
}

.wall-painting-symptoms__card {
  background-color: #fff;
  padding: 19px 20px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

p.wall-painting-symptoms__card__title {
  font-size: 24px;
  font-weight: bold;
  color: #FF580E;
  text-align: center;
  margin-top: 20px;
  line-height: normal;
}

p.wall-painting-symptoms__card__text {
  font-size: 16px;
  line-height: 1.25;
  margin-top: 20px;
}

span.wall-painting-symptoms__card__title--small {
  font-size: 20px;
}

p.wall-painting-symptoms__catch {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-top: 32px;
}

.wall-painting-symptoms__catch::after {
  content: "";
  display: inline-block;
  background: url(../../uploads/2024/10/wall-painting-symptoms__title.png) no-repeat center / cover;
  width: 340px;
  height: 5px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

p.wall-painting-symptoms__text {
  position: relative;
  max-width: 294px;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  background-color: #FFE1A6;
  padding: 32px 0 16px;
}

p.wall-painting-symptoms__text:before {
  content: "";
  display: inline-block;
  background: url(../../uploads/2024/10/wall-painting-symptoms__body__text-img.png) no-repeat center / cover;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
} 

.wall-painting-symptoms__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.wall-painting-symptoms__body__img {
  position: relative;
  margin: -45px 0 0;
  max-width: 272px;
}

.wall-painting-flow {
  position: relative;
  z-index: 1;
  padding: 107px 0 40px;
  margin-top: -50px;
  background: url(../../uploads/2024/10/flow-bg.png) no-repeat center top / cover;
}

.wall-painting__inner.wall-painting-flow__inner {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
}

h2.wall-painting-flow__title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 0 12px;
}

.wall-painting-flow__card:not(:first-child) {
  margin-top: 28px;
}

.wall-painting-flow__card {
  position: relative;
}

.wall-painting-flow__card__step__icon {
  max-width: 56px;
  width: 100%;
}

.wall-painting-flow__card__step {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
}

.wall-painting-flow__card__step__num {
  font-weight: bold;
  color: #FF580E;
  line-height: normal;
}

.wall-painting-flow__card__step__title {
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  color: #333;
}

.wall-painting-flow__card__body {
  background-color: #FFE1A6;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 3px;
}

.wall-painting-flow__card__body__text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.143;
}

.c-btn.wall-painting-flow__card__body__button {
  max-width: 290px;
  width: 100%;
  margin-top: 18px;
  border: 0;
}

.c-btn.wall-painting-flow__card__body__button a {
  align-items: center;
  padding: 11px 0;
}

.c-btn.wall-painting-flow__card__body__button .c-btn__box {
  font-size: 18px;
  font-weight: bold;
}

.wall-painting-flow__card__step__title--pc, .wall-painting-flow__card > p {
  display: none;
}

.wall-painting-flow__card__body__img {
  max-width: 500px;
  width: 100%;
  margin-bottom: 18px;
}

.wall-painting-flow__card__body .wall-painting-flow__card__body__text:not(:first-child) {
  margin-top: 16px;
}

.wall-painting-flow__card__body .wall-painting-flow__card__body__text.wall-painting-flow__card__body__text-1 {
  margin-top: 0;
}

.c-btn.wall-painting-flow__card__body__button.wall-painting-flow-button {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
    h2.wall-painting-title {
    font-size: 56px;
    line-height: 1.143;
  }

  h2.wall-painting-title::after {
    width: 585px;
    height: 84px;
    top: 107px;
  }
  
    .wall-painting__inner {
    padding: 0;
  }

  .wall-painting-about {
    background: url(../../uploads/2024/10/wall-painting-about-bg-scaled.jpg) no-repeat center / cover;
    padding: 80px 0 0;
  }

  .wall-painting-about__body {
    max-width: 65%;
    background: linear-gradient(237deg, rgba(255, 255, 255, 0.80) 0.07%, #FFF 49.12%);
    margin-top: 55px;
    padding: 60px 60px 60px 120px;
    position: relative;
    z-index: 1;
  }

  .wall-painting-about__text {
    font-size: 20px;
    line-height: 1.4;
  }

  .wall-painting-about__text:not(:first-child) {
    margin-top: 20px;
  }

  .wall-painting-importance {
    background: url(../../uploads/2024/10/wall-painting-importance-bg.png) no-repeat center bottom / cover;
    padding: 120px 0 154px;
    margin: 0;
  }

  h2.wall-painting-title.wall-painting-title--importance::after {
    top: 45px;
  }

  .wall-painting-about__banner {
    margin-top: 40px;
    padding: 0 30px;
  }
  
  .wall-painting-about__banner__text {
    font-size: 40px;
    padding: 6px 20px;
    line-height: 1.4;
  }

  .wall-painting-about__banner--pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .wall-painting-about__banner--sp {
    display: none;
  }
  
  .wall-painting-about__body.wall-painting-about__body--importance {
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.80) 0%, #FFF 55.98%);
    margin: 55px 0 0 auto;
    padding: 60px 120px 60px 60px;
  }
  
  .wall-painting-symptoms__inner {
    padding: 0 40px;
  }

  h2.wall-painting-symptoms__title {
    font-size: 55px;
    line-height: 1.164;
  }

  .wall-painting-symptoms__cards {
    max-width: 1360px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 40px;
    margin-top: 47px;
  }

  .wall-painting-symptoms__card {
    max-width: 420px;
    width: 47%;
    padding: 19px 20px;
    border-radius: 15px;
  }

  p.wall-painting-symptoms__card__title {
    font-size: 32px;
    margin-top: 26px;
  }

  p.wall-painting-symptoms__card__text {
    font-size: 22px;
    line-height: 1.364;
    margin-top: 30px;
    padding: 0 15px;
  }

  span.wall-painting-symptoms__card__title--small {
    font-size: 24px;
  }
  
  .wall-painting-flow {
    padding: 245px 0 120px;
    margin-top: -105px;
    background: url(../../uploads/2024/10/flow-bg.png) no-repeat center top / cover;
  }

  h2.wall-painting-flow__title {
    font-size: 55px;
    line-height: normal;
    padding: 0;
  }
  
  .wall-painting-flow__card:not(:first-child) {
    margin-top: 40px;
  }

  .wall-painting-flow__card__step__icon {
    max-width: 120px;
    margin-top: 5px;
  }

  .wall-painting-flow__card__step {
    max-width: 120px;
    flex-direction: column-reverse;
    gap: 0px;
  }

  .wall-painting-flow__card__step__num {
    font-size: 24px;
    line-height: 1;
  }

  .wall-painting-flow__card__step__title {
    display: none
  }

  .wall-painting-flow__card__body {
    border-radius: 20px;
    margin-top: 20px;
  }

  .wall-painting-flow__card__body__text {
    font-size: 20px;
    line-height: normal;
  }

  .c-btn.wall-painting-flow__card__body__button {
    max-width: 471px;
    margin: 18px auto 0;
  }

  .c-btn.wall-painting-flow__card__body__button a {
    padding: 11px 0;
  }

  .c-btn.wall-painting-flow__card__body__button .c-btn__box {
    font-size: 28px;
  }
  
  .wall-painting-flow__card__step__title.wall-painting-flow__card__step__title--pc {
    display: block;
    font-size: 36px;
    line-height: 1;
  }
  
  .wall-painting-flow__card {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  
  .wall-painting-flow__card__body--pc {
    flex: 1;
  }
  
  .wall-painting-symptoms {
    position: relative;
    margin-top: -300px;
    z-index: -1;
    background-image: linear-gradient(to bottom, #F3F3F3 0%, #FFFFFF 100%);
    padding: 380px 0 0;
  }
  
  h2.wall-painting-symptoms__title span::before {
    width: 3px;
    height: 127px;
    left: -32px;
  }
  
   h2.wall-painting-symptoms__title span::after {
     width: 3px;
     height: 127px;
     right: -32px;
  }
  
  .c-btn.wall-painting-flow__card__body__button.wall-painting-flow-button {
    margin-top: 80px;
  }
  
  .wall-painting-flow__card::after{
  content: "";
  display: inline-block;
  background: url(../../uploads/2024/10/line-1.png) no-repeat center / cover;
  width: 5px;
  height: 109px;
  position: absolute;
  top: 170px;
  left: 60px;
  transform: translateX(-50%);
}

.wall-painting-flow__card:nth-child(2)::after{
  background: url(../../uploads/2024/10/line-2.png) no-repeat center / cover;
  height: 397px;
}

.wall-painting-flow__card:nth-child(3)::after{
  background: url(../../uploads/2024/10/line-3.png) no-repeat center / cover;
  height: 38px;
}

.wall-painting-flow__card:nth-child(4)::after{
  background: url(../../uploads/2024/10/line-4.png) no-repeat center / cover;
  height: 42px;
}

.wall-painting-flow__card:nth-child(5)::after{
  background: url(../../uploads/2024/10/line-5.png) no-repeat center / cover;
  height: 434px;
}

.wall-painting-flow__card:nth-child(6)::after{
  background: url(../../uploads/2024/10/line-6.png) no-repeat center / cover;
  height: 82px;
}

.wall-painting-flow__card:nth-child(7)::after{
  background: url(../../uploads/2024/10/line-7.png) no-repeat center / cover;
  height: 763px;
}

.wall-painting-flow__card:nth-child(8)::after{
  background: url(../../uploads/2024/10/line-8.png) no-repeat center / cover;
  height: 73px;
}

.wall-painting-flow__card:nth-child(9)::after{
  background: url(../../uploads/2024/10/line-9.png) no-repeat center / cover;
  height: 62px;
}

.wall-painting-flow__card:nth-child(10)::after{
  background: url(../../uploads/2024/10/line-10.png) no-repeat center / cover;
  height: 102px;
}

  .wall-painting-flow__card:nth-child(11)::after{
    display: none;
  }
  
    p.wall-painting-symptoms__catch {
    font-size: 55px;
    line-height: 1.309;
    margin-top: 60px;
  }

  .wall-painting-symptoms__catch::after {
    width: 702px;
    height: 13px;
    bottom: -7px;
  }
  
  .wall-painting-symptoms__body {
    margin-top: 80px;
  }

  p.wall-painting-symptoms__text {
    flex: 1;
    max-width: 525px;
    font-size: 44px;
    line-height: 1.364;
    border-radius: 20px;
    padding: 65px 0 60px;
  }

  p.wall-painting-symptoms__text:before {
    width: 105px;
    height: 105px;
    top: -40px;
  } 
  
  .wall-painting-symptoms__body__img {
    max-width: 676px;
    margin-top: -95px;
  }
  
  .wall-painting__inner.wall-painting-flow__inner {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .wall-painting-symptoms__body {
    flex-direction: row-reverse;
    margin: 30px 0 0;
  }
  
}

@media screen and (max-width: 360px) {
  h2.wall-painting-symptoms__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
    #pageTitleMover {
        padding-top: 65px;
    }
}

/* 20241008 */
.page-id-743 #pageTitleMover {
  margin-bottom: 0;
}

.page-id-743 p {
  margin: 0;
}

.reason {
  background: url(../../uploads/2024/10/reason-bg.png) no-repeat center top 198px / cover;
  padding: 26px 0 40px;
}

.reason__inner {
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
}

h2.reason__title {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.64px;
  margin: 0;
}

span.reason__title--big {
  position:relative;
  z-index: 1;
  color: #FF580E;
  font-size: 49px;
  font-style: normal;
  line-height: 64px;
}

span.reason__title--num {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 74px;
  font-weight: 500;
}

span.reason__title--big::after {
  content: "";
  display: inline-block;
  background: url(../../uploads/2024/10/reason__title-big.png) no-repeat center / cover;
  width: 300px;
  height: 18px;
  position: absolute;
  bottom: -2px;
  left: 10%;
  z-index: -1;
}

.reason__catch {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

.reason__catch::before {
  content: "";
  display: inline-block;
  background: url(../../uploads/2024/10/gekkeikan_left.png) no-repeat center / contain;
  width: 33px;
  height: 83px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.reason__catch::after {
  content: "";
  display: inline-block;
  background: url(../../uploads/2024/10/gekkeikan_right.png) no-repeat center / contain;
  width: 33px;
  height: 83px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

p.reason__catch__text {
  color: #FFF;
  text-align: center;
  font-family: "Hiragino Mincho ProN";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 3.84px;
  background: url(../../uploads/2024/10/reason__catch__text-bg.png) no-repeat center / cover;
  padding: 9px 0 8px;
  max-width: 93px;
  width: 100%;
}

.reason__lists {
  margin-top: 43px;
}

.reason__list__step {
  position: relative;
  max-width: 252px;
  width: 100%;
  border-radius: 0 10px 10px 0;
  padding: 7px 0px 15px 18px;
  background: url(../../uploads/2024/10/reason__list__step-bg-sp.png) no-repeat center right / cover;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.20));
}

p.reason__list__step__text {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

span.reason__list__step__num {
  font-family: "futura-pt", sans-serif;
  font-size: 33px;
  font-weight: 500;
}

span.reason__list__step__title {
  font-family: "Hiragino Mincho ProN";
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 7.56px;
  margin-left: 10px;
}

.reason__list__body {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.10);
  padding: 54px 16px 32px;
  margin: -48px 12px 0;
}

p.reason__list__body__title {
  color: #84513B;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.reason__list__body__img {
    max-width: 303px;
    width: 100%;
  margin: 16px auto 0;
}

p.reason__list__body__text {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  margin-top: 20px;
}

.reason__list:not(:first-child) {
  margin-top: 32px;
}

.reason__list__body__img--pc {
  display: none;
}

.page-id-743 .works-post-solution__title {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .reason {
    background: url(../../uploads/2024/10/reason-bg-pc.png) no-repeat center top 330px / cover;
    padding:80px 0 120px;
  }

  .reason__inner {
    padding: 0 15px;
  }

  .reason h2.reason__title {
    font-size: 56px;
    line-height: 114.286%;
  }

  span.reason__title--big {
    display: inline-block;
    font-size: 84px;
  }

  span.reason__title--num {
    font-size: 109px;
  }

  span.reason__title--big::after {
    width: 409px;
    height: 25px;
    bottom: -12px;
    left: 0;
  }

  .reason__catch {
    gap: 18px;
    margin-top: 80px;
  }

  .reason__catch::before, .reason__catch::after {
    width: 104px;
    height: 260px;
  }

  p.reason__catch__text {
    font-size: 80px;
    line-height: 64px;
    letter-spacing: 3.84px;
    padding: 9px 0 8px;
    max-width: 290px;
  }

  .reason__lists {
    margin-top: 168px;
  }
  
  .reason__list {
    position: relative;
    z-index: 1;
  }

  .reason__list__step {
    max-width: 438px;
    padding: 13px 0px 30px 18px;
    background: url(../../uploads/2024/10/reason__list__step-bg.png) no-repeat center right / cover;
  }

  p.reason__list__step__text {
    font-size: 36px;
  }

  span.reason__list__step__num {
    font-size: 52px;
  }

  span.reason__list__step__title {
    font-size: 60px;
    letter-spacing: 12.6px;
    margin-left: 30px;
  }

  .reason__list__body {
    max-width: 100%;
    padding: 118px 44px 75px;
    margin: -85px 0 0 23px;
  }

  p.reason__list__body__title {
    font-size: 40px;
  }

  .reason__list__body__img {
    max-width: 100%;
  }

  p.reason__list__body__text {
    font-size: 18px;
    margin-top: 16px;
  }
  
  .reason__list:not(:first-child) {
    margin-top: 40px;
  }
  
  .wall-painting-symptoms__card:nth-child(3) .wall-painting-symptoms__card__text {
    margin-top: 75px;
  }
}

@media screen and (min-width: 1024px) {
  .reason {
    background-position: center top 320px;
  }
  
  .reason__list {
    display: flex;
  }
  
  .reason__list:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .reason__list__container {
    position: relative;
    z-index: 1;
    max-width: 58%;
  }
  
  .reason__list__body__img {
    display: none;
  }

  .reason__list__body__img--pc {
    display: block;
    max-width: 50%;
    margin-left: -45px;
  }
  
  .reason__list:nth-child(2n)  .reason__list__body__img--pc {
    margin: 107px -45px 0 0;
  }
  
  .reason__list:not(:first-child):nth-child(2n + 1) {
    margin-top: 115px;
  } 
    
  .wall-painting-symptoms__card:nth-child(5) .wall-painting-symptoms__card__text {
    margin-top: 75px;
  }
}

@media screen and (min-width: 1440px) {
  .reason__list__body {
    max-width: 644px;
  }
  
  .reason__list__body__img--pc {
    max-width: 600px;
  }
  
  .wall-painting-symptoms__card:nth-child(3) .wall-painting-symptoms__card__text {
    margin-top: 30px;
  }
}

/* 20241121 fujimoto */
.fv__area {
    max-width: 1055px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 25px 15px;
    align-items: center;
    gap: 13px;
}

p.fv__area__card__title {
    margin: 0;
    font-size: 24px;
    color: #E02735;
    font-weight: bold;
}

p.fv__area__card__text {
    margin: 0;
}

.fv__area__card {
  background: url(../../uploads/2024/11/Union.png) center / cover;
    max-width: 290px;
    width: 100%;
}

p.fv__area__text {
    flex: 1;
    margin: 0;
    font-size: 20px;
}

.fv__area__card__container {
    position: relative;
    padding: 7px 20px 7px 70px;
}

.fv__area__card__container:before {
    content: "";
    display: inline-block;
    background: url(../../uploads/2024/11/icon__mappin.png) no-repeat center / contain;
    width: 58px;
    height: 92px;
    position: absolute;
    top: 22px;
    left: 7px;
    transform: translateY(-50%);
}


@media screen and (max-width: 768px) {
  .fv__area {
    flex-direction: column;
    max-width: 100%;
    padding: 0 15px 15px;
    margin-top: 10px;
  }

  p.fv__area__card__title {
    font-size: 20px;
  }

  p.fv__area__card__text {
    font-size: 14px;
  }

  .fv__area__card {
    background: #fff;
    display: flex;
    justify-content: center;
    z-index: 1;
    max-width: 73%;
  }

  .fv__area__card__container:before {
    width: 32px;
    height: 51px;
    top: 50%;
    left: 0;
  }

  .fv__area__card__container {
    padding: 0 0 0 40px;
  }

  p.fv__area__text {
    font-size: 14px;
    max-width: 100%;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    padding: 35px 8px 10px;
    margin-top: -40px;
    line-height: 1.8;
  }
}

/* 20241126 */
.home .top-solution h2 {
  flex-direction: column;
  align-items: center;
}

.home p.top-solution-box__txt {
    text-align: left;
}

.home .top-solution-txt-wrap__img {
  display: none;
}

.top-solution.top-solution--footer h2 {
    padding-top: 0;
}

.top-solution--footer .top-solution__delta {
    top: -24px;
}

@media screen and (min-width: 768px) {
  .home .top-solution-box__inner:before {
    content: "";
    z-index: 4;
    position: absolute;
    top: -170px;
    right: 90px;
    display: inline-block;
    width: 250px;
    height: 300px;
    background: url(../../uploads/2024/10/mv__human.png) no-repeat top / cover;
  }
}


@media screen and (min-width: 1300px) {
  .home .top-solution-box__inner:before {
    top: -240px;
    right: 90px;
    width: 333px;
    height: 436px;
  }
}

.top-solution:not(.top-solution--footer) .top-solution-box-wrap {
    padding-bottom: 415px;
}

.top-works {
	background: url(../../uploads/2024/renewal/img/top/bg.jpg) repeat center / cover;
	position: relative;
	padding: 64px 30px;
}

.top-works-lists.top-works-lists--sp {
  display: none;
}

.top-works-lists {
    position: relative;
	margin-top: 60px;
}

.top-works-lists ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 42px 0;
}

.top-works-lists img {
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 240px;
    object-fit: cover;
}

.top-works .inner {
    max-width: 1420px;
}

.top-works__container {
	position: relative;
    background: url(../../uploads/2025/02/bg_frame.png) no-repeat top center / cover;
    padding: 79px 20px 42px;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.10));
}

.top-works__container::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 41px;
	display: inline-block;
	width: 200px;
	height: 330px;
	background: url(../../uploads/2024/11/top-works-left.png) no-repeat top / cover;
	z-index: -1;
}

.top-works__container::after {
    content: "";
    position: absolute;
    top: 93px;
    right: 0;
    display: inline-block;
    width: 351px;
    height: 453px;
    background: url(../../uploads/2025/02/img_paint.png) no-repeat top / cover;
    z-index: -1;
}

p.top-works__text {
	position: relative;
	color: #000;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.top-works li {
	width: 25%;
	border-radius: 15px 15px 0 0;
	background: url(../../uploads/2024/11/top-works-btn_arrow.png) no-repeat bottom right / 40px, #F7F2EE;
}

.top-works a {
    width: 100%;
}

.top-works .c-inquiry {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    background: #091C56;
    border: 0;
}

.top-works .c-inquiry a:hover {
  color: #fff;
  opacity: 0.8;
}

.top-works .c-inquiry span {
  font-size: 28px;
  padding: 13px 0;
  gap: 20px;
}

.top-works span.post-title {
    display: inline-block;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.84px;
    padding: 12px 10px 56px;
}

.works-br-sp {
  display: none;
}

.top-works-lists .swiper-pagination-bullet {
    background: #091C56;
    width: 12px;
    height: 12px;
}

.top-works-lists .swiper-pagination-bullet-active {
  background: #091C56;
}

.top-works__top-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 780px;
    width: 100%;
    margin: 57px auto 0;
	border-radius: 10px 10px 0 0;
    background: url(../../uploads/2024/11/top-works-btn_arrow.png) no-repeat bottom right / 40px, #F7F2EE;
}

.top-works__top-post img {
    width: 100%;
	height: 358px;
	border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.top-works__top-post span.post-title {
    width: 100%;
    text-align: center;
	padding: 25px 0 26px;
}

p.top-works__top-post__text {
    display: inline-block;
    color: #FFF;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 34.888px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.396px;
    margin: 0;
    transform: rotate(356deg);
}

.top-works__top-post__catch {
    position: absolute;
	top: 34%;
    display: flex;
    flex-direction: column;
}

p.top-works__top-post__text:nth-child(2) {
    margin: 10px 0 0 40px;
}

p.top-works__top-post__text span {
    background: #EA9500;
    padding: 9px 20px;
}

@media screen and (max-width: 1024px) {
	.top-works__container::after {
		top: 63px;
	}
}

@media screen and (max-width: 768px) {
  .top-solution:not(.top-solution--footer) .top-solution-box-wrap {
    padding-bottom: 125px;
  }
  
	.top-works {
		padding: 19px 0 40px;
	}
  
  p.top-works__text {
    font-size: 14px;
  }

  .top-works .c-inquiry span {
    font-size: 20px;
    gap: 10px;
    padding: 8px 0;
  }

  .top-works .c-inquiry svg {
    width: 24px;
    height: 24px;
  }
  
	.top-works__container::before {
		background: url(../../uploads/2024/11/top-works-left-sp.png) no-repeat top / cover;
		width: 89px;
		height: 154px;
		top: 0;
		left: 25px;
	}
  
  .top-works h2 {
    margin-top: 16px;
  }
  
  .works-br-sp {
    display: block;
  }
  
  .top-works-lists.top-works-lists--pc {
    display: none;
  }
  
  .top-works-lists.top-works-lists--sp {
		display: block;
		padding: 0 10px 30px;
		margin-top: 21px;
  }
  
  .top-works-lists--sp .swiper-button-next, .top-works-lists--sp .swiper-button-prev {
    color: #000;
    background: #ffffffb8;
    padding: 40px 16px;
    border-radius: 8px;
    top: 40%;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.10);
  }
  
  .top-works-lists--sp .swiper-button-next:after, .top-works-lists--sp .swiper-button-prev:after {
    font-size: 24px;
  }
  
  .top-works-lists--sp .swiper-button-next {
    right: 0;
  }
  
  .top-works-lists--sp .swiper-button-prev {
    left: 0;
  }
  
  .top-works-lists ul {
	  gap: 0;
	  margin: 0;
  }
  
  .top-works .c-inquiry {
    max-width: 332px;
    margin-top: 10px;
  }
	
		.top-works__container {
		padding: 52px 14px 40px;
	}

	.top-works__container::after {
		top: 20px;
		right: 33px;
		width: 86px;
		height: 110px;
	}

	.top-works__top-post {
		margin-top: 45px;
	}

	p.top-works__top-post__text {
		font-size: 20px;
	}

	.top-works__top-post__catch {
		top: 23%;
		left: 25px;
	}

	p.top-works__top-post__text span {
		padding: 5px 9px;
	}

	p.top-works__top-post__text:nth-child(2) {
		margin-top: 5px;
	}

	.top-works__top-post img {
		height: 216px;
	}

	.top-works__top-post span.post-title {
		padding: 16px 0 15px;
		font-size: 16px;
	}

	.top-works__top-post .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 10px;
	}
	
	.top-works .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 15px;
	}

	.top-works .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #091C56;
	}
}


@media screen and (max-width: 600px) {
  .top-works .inner::before {
    background: url(../../uploads/2024/11/top-works-left-sp.png) no-repeat top / cover;
    width: 89px;
    height: 154px;
    top: 0;
    left: 25px;
  }
}

.top-solution-txt-wrap p {
  margin: 0;
}

img.top-area__card__img {
    display: none;
}

.top-area {
    background: url(../../uploads/2024/11/area-map-scaled.jpg) no-repeat top left / cover;
    padding: 86px 40px 85px 0;
}

.top-area .inner {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
}

.top-area__card {
    max-width: 637px;
  width: 48%;
    background-color: #fff;
    border-radius: 15px;
    padding: 27px 31px 61px 33px;
}

.top-area span.orange-color {
    color: #FF6300;
    font-weight: bold;
}

.top-area span.c-ttl__jp-02 {
    display: flex;
    justify-content: center;
}

.top-area h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #D1D0C5;
}

p.top-area__card__area {
    font-size: 24px;
}

p.top-area__card__text {
    margin: 0;
    font-size: 18px;
}

@media screen and (min-width: 1300px) {
  .top-area__card {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top-area {
    background: url(../../uploads/2024/renewal/img/top/bg.jpg) no-repeat center;
    padding: 24px 10px;
  }
  
  .top-area .inner {
    justify-content: center;
  }

  .top-area__card {
    width: 100%;
    padding: 20px 17px 10px;
  }

  p.top-area__card__area {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: normal;
  }

  img.top-area__card__img {
    display: block;
    margin-bottom: 14px;
  }

  p.top-area__card__text {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 14px;
  }
  
  .top-area h2 {
    margin-top: 16px;
  }
  
  .top-works-lists img {
    object-position: top center;
  }
}

/* ヘッダー追加 */
.has-dropdown {
  position: relative;
}

.header-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  background-color: #F8F3ED;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 13px 12px;
}

.has-dropdown:hover .dropdown-menu {
  display: block;
}

.has-dropdown .dropdown-menu li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
    padding-bottom: 4px;
}

.header-nav .dropdown-menu li a {
    justify-content: flex-start;
    gap: 8px;
    padding: 0;
}

.header-nav li .nav-icon {
    width: 28px;
}

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

  .header-sp-nav.is-sp {
    background: #FFF9F5;
    padding: 0 15px 60px;
        top: 70px;
        height: 100%;
  }
  
  .header-box__inner {
    height: 70px;
  }
  
  .header-sp-nav-box li a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        padding: 16px 12px;
        color: #333;
        font-size: 16px;
        font-weight: bold;
    height: auto;
  }

  .header-sp-nav-box li a span {
    position: relative;
    width: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    height: auto;
    transform: translateY(0%);
  }

  .nav-icon {
    width: 32px;
    height: 32px;
  }
  
  
  .header-sp-nav-box ul {
    margin: 18px 0 13px;
  }
  
  .header-sp-nav-box li {
    border: 0;
  }
  
  .header-box-tel {
    border-radius: 50px;
    background: #FF6300;
    color: #fff;
    padding: 15px 0;
    height: auto;
  }

  .header-box-tel a img {
    width: 36px;
  }

  .header-box-tel a {
    color: #fff;
  }
  
  .header-sp-nav-box li:not(:nth-child(2)) a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../uploads/2024/11/chevron-right.png) no-repeat center right / cover;
  }
  
  .header-box-content-inquiry {
    max-width: 345px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  
  .header-sp-nav-box .has-dropdown {
    position: relative;
  }

  .header-sp-nav-box .has-dropdown .dropdown-menu {
    display: none;
    position: static;
    padding-left: 64px;
  }

    .header-sp-nav-box .dropdown-menu.active {
        display: block;
    }
  
  .header-sp-nav-box .has-dropdown .toggle-icon {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
    width: 20px;
    margin-right: 2px;
  }

  .header-sp-nav-box .dropdown-toggle.active .toggle-icon {
    transform: rotate(180deg);
    color: #333;
  }
  
  .header-sp-nav-box .dropdown-toggle {
    width: 100%;
  }
  
  .header-sp-nav-box .dropdown-toggle:after {
    display: none;
  }
  
  .header-sp-nav-box li a span {
    color: #333;
  }
  
  .header-sp-nav-box .dropdown-menu a {
    background-color: #fff;
    padding: 9px 16px;
    border-radius: 4px;
  }

  .has-dropdown .dropdown-menu li {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  .header-sp-nav-box li .dropdown-menu a:after {
    display: none;
  }
  
  .dropdown-menu span:before {
    content: "−";
    display: inline-block;
    margin-right: 15px;
  }
  
  .header-sp-nav-box li.list-about a {
    background-color: #FFD4B9;
    border-radius: 4px;
  }
  
}

.page-id-297 #pageTitleMover {
  margin-bottom: 0px;
}


/* ===============================================
# yossy 1207 会社概要編集
=============================================== */


h2 P {
	margin-bottom: unset;
}

#pageTitleMover {
	margin-bottom:0px;
}

.p-aboutlow__works__ttlwrap {
	margin-bottom: 85px !important;

}

.p-aboutlow__works__ttl {
	color: #FFF;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-inline: auto;
	width: fit-content;
	position: relative;
}

.p-aboutlow__works__ttl::before,
.p-aboutlow__works__ttl::after {
	content: '';
	position: absolute;
	width: 56px;
	height: auto;
	aspect-ratio: 56 / 142;
	top: 50%;
	transform: translateY(-50%);
}

.p-aboutlow__works__ttl::before {
	content: '';
	left: -14%;
	background: url(/wp-content/uploads/2024/12/icn_aboutlow__works__charm-bfr.png) no-repeat center center/cover;
}

.p-aboutlow__works__ttl::after {
	content: '';
	right: -14%;
	background: url(/wp-content/uploads/2024/12/icn_aboutlow__works__charm-afr.png) no-repeat center center/cover;
}

.u-br-sponly {
	display: none;
}


.p-aboutlow__works__items {
	/* display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);*/
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap: 56px 2%;
}
.p-aboutlow__works__item{
	width:calc(33.3% - 50px / 3);
}
.p-aboutlow__works__item img {
	display: block;
	width: 100%;
}


.p-aboutlow__works__bgbottom {
	background: linear-gradient(151deg, #EADFC7 18.74%, #D6BA99 70.07%);
	width: 100vw;
	height: 60px;
	 margin: calc(50% - 50vw);
}


.l-aboutlow__works {
	background: linear-gradient(132deg, #A82929 42.62%, #740C0C 87.11%), #D9D9D9;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.25);
	padding:0 2vw;

}

.l-inner.aboutlow__works {
	padding: 62px 0px 73px;
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;


}
.l-inner.aboutlow__staff{
        width:100%;
        max-width: 1440px;
        padding: 100px 50px;
        margin-inline:auto;
    }

.l-aboutlow__staff__bg {
        background: url(/wp-content/uploads/2024/12/bg_aboutlow__staff-1.png) no-repeat -25px 40px/cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

.p-aboutlow__staff__ttlwrap {
	margin-bottom: 60px !important;
}

.p-aboutlow__staff {
	position: relative;
}

.p-aboutlow__staff__ttl {
	color: #333;
	font-family: "Noto Sans JP";
	font-size: clamp(1.75rem, 1.266rem + 2.066vw, 3.125rem);
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	text-align: center;
}

.p-aboutlow__staff__items {
	display: grid;
	gap: 20px 2.3%;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.p-aboutlow__staff__item {
	background: #FFF;
	background: #FFF5F0;
	border: 3px solid #FF8047;
	border-radius: 10px;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
	padding: 12px 0px 0px;
	height:fit-content;
}

.p-aboutlow__staff__imgwrap {
	background-color: #fffaf0;
	padding: 0 25px;
}

.p-aboutlow__staff__item__comment {
	color: #FF580E;
	font-family: "Noto Sans JP";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin: unset;
}

.p-aboutlow__staff__item__fukidashi {
	margin-top: -10px;
}

.p-aboutlow__imgarea {
	aspect-ratio: 1;
	/* 切り抜きたい幅 */
	height: auto;
	margin-inline: auto;
	/* 切り抜きたい高さ */
	overflow: hidden;
	position: relative;
	width: 72%;
}

.p-aboutlow__img {
	position: absolute;
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-aboutlow__staff__textwrap {
	background: #FFF;
	margin-top: -5%;
	padding: 0 8% 45px;
	position: relative;
	z-index: 1;
}

.p-aboutlow__staff__namewrap {
	background: #FF580E;
	border-radius: 10px;
	box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 7px;
	margin-inline: auto;
	padding: 12px;
	text-align: center;
	width: 100%;
}

.p-aboutlow__staff__infowrap {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.p-aboutlow__staff__info {
	margin-bottom: 0;
}

.p-aboutlow__staff__info.career {
	display: flex;
	gap: 7.7%;
}

.p-aboutlow__staff__info__dt {
	color: #FF580E;
	font-family: "Noto Sans JP";
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	padding-left: 1.5em;
	position: relative;
	line-height: 2;

}


.p-aboutlow__staff__info__dt::before {
	aspect-ratio: 30/30;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

.p-aboutlow__staff__info__dt.career::before {
	background: url(/wp-content/uploads/2024/12/icn_aboutlow__staff__career.png) no-repeat center center/cover;
	left: -5%;
	width: 45px;
}

.p-aboutlow__staff__info__dt.qualify::before {
	background: url(/wp-content/uploads/2024/12/icn_aboutlow__staff__qualify.png) no-repeat center center/cover;
}

.p-aboutlow__staff__info__dt.hobby::before {
	background: url(/wp-content/uploads/2024/12/icn_aboutlow__staff__hobby.png) no-repeat center center/cover;
}

.p-aboutlow__staff__info__dd, .p-aboutlow__staff__info__dd ul {

	margin-bottom: 0;
}

.p-aboutlow__staff__info__dd {
	color: #333;
	font-family: "Noto Sans JP";
	font-size: 26px;
	font-style: normal;
	font-weight: 400;

}

.p-aboutlow__staff__info__dd.career {
	font-family: "Noto Sans JP";
	font-size: clamp(1.125rem, 0.949rem + 0.751vw, 1.625rem);
	font-style: normal;
	font-weight: 400;
	margin: 0 !important;
	line-height: 1.75;

}

.p-aboutlow__staff__info__dd.qualify li,
.p-aboutlow__staff__info__dd.hobby li {
	font-size: 20px;

	font-style: normal;
	font-weight: 500;
	padding-left: 1em;
}
.l-inner.aboutlow__staff > div > div.swiper-container{
	display: none;
	padding-bottom: 60px;
	position: relative;

}


.p-aboutlow__staff__slide {
	padding-top: 15px;
}

.p-aboutlow__staff__slide .p-aboutlow__staff__imgwrap {
	padding: 0 5%;
}

.p-aboutlow__staff__slide .p-aboutlow__imgarea {
	width: 55%;
}

.p-aboutlow__staff__slide .p-aboutlow__staff__textwrap {
	padding: 0 3% 15px;
}

.p-aboutlow__staff__slide .p-aboutlow__staff__namewrap {
	margin-bottom: 18px;
	padding: 7px;
}

.p-aboutlow__staff__slide .swiper {
	position: relative;
}

.swiper-wrapper {
	position: relative;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	aspect-ratio: 1/1;
	background: #B6B7B7;
	border-radius: 50%;
	height: auto;
	opacity: 1;
	width: 20px;
}

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: red;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -25px !important;
	left: 50% !important;
	transform: translateX(-50%);
	position: relative;
	
}

.swiper-button-prev::after {
	content: "";
}

.swiper-button-next::after {
	content: "";
}

.swiper.slider-thumbnail {
	display: none;
}

.slider-thumbnail .swiper-wrapper {
display: grid;
    justify-content: center;
    row-gap: 5px;
    -moz-column-gap: 3px;
    column-gap: 3px;
    grid-template-columns: repeat(3, 1fr);
}

.slider-thumbnail .swiper-slide {
	align-items: center;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.5s;
	width: calc(33.3333333333% - 5px);
}

.slider-thumbnail .p-aboutlow__imgarea {
	width: 100%;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
	border: 5px solid #FF580E;
	border-radius: 100%;
	opacity: 1;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active img {
	display: block;
	width: 100%;
}

.l-inner.aboutlow__staff {
	margin-inline: auto;
	max-width: 1440px;
	padding: 100px 50px;
	width: 100%;
}

.l-aboutlow__message {
	padding: 5vw 2vw;
	background-size: cover;
	background-position:center bottom 0px;
}

.p-aboutlow__message__ttlwrap {
	margin-bottom: 16px;
}


.p-aboutlow__message__ttl {
	text-align: center;
	color: #333;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.p-aboutlow__message__ttl.main {
	font-size: 56px;

}

.p-aboutlow__message__ttl.sub {
	font-size: 36px;

}

.p-aboutlow__message__box {
	background: rgba(255, 255, 255, 0.8);
	padding: 2.91em 4.6vw;
	box-shadow: 0 1px 3px 0 rgba(204, 204, 204, 0.8);
	font-size: 1.2em;
	line-height: 2em;
	position: relative;
	width: 100%;
	margin-inline: auto;
	text-shadow: unset;
	max-width:1200px;
}

.p-aboutlow__message__box>p {
	color: #333;
	font-family: unset;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	font-size: 20px;
	margin-bottom: 1.5em;
}

.p-aboutlow__message__box>p:last-of-type {
	margin-bottom: 0.6em;
}


.p-aboutlow__message__imgarea {
	float: right;
	margin-left: 0.6em;
	margin-bottom: 0.2em;
}

.p-aboutlow__message__imgarea img {
	aspect-ratio: 1/1;
	height: auto;
	width: 300px;
	display: block;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.p-aboutlow__message__accent {
	color: #FF580E;
	font-weight: 700;
}

.p-aboutlow__message__namewrap {
	color: #333;
	font-family: Inter;
	font-size: clamp(1rem, calc(0.824rem + 0.751vw), 1.5rem);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 24px;
}

.p-aboutlow__message__namewrap>p {
	text-align: right;
	margin: unset;
	line-height: 1.2;
}


@media (max-width: 1000px) {
	.p-aboutlow__staff__ttl {
		font-size: 40px;

	}

	.p-aboutlow__staff__item__comment {
		font-size: 22px;
	}

	.p-aboutlow__works__items {
		
		/*grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);*/
	}
	.p-aboutlow__works__item{
		width:calc(50% - 50px / 2);
	}

	.p-aboutlow__works__ttl, .p-aboutlow__staff__ttl {
		font-size: 40px;
	}

	.p-aboutlow__works__items {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
	.p-aboutlow__works__bgbottom {
    
    width: 100%;
   margin:unset;
    
}

	.u-br-sponly {
		display: none;
	}
}

.bgWhite.access{
	padding:5vw 2vw 0;
}

@media (max-width: 767px) {
	.l-aboutlow__message {
		padding: 5vw 2vw 8vw;
		background-position: right 30% bottom;
	}
	.l-aboutlow__staff{
		overflow:hidden;
	}
	.p-aboutlow__message__box {
		width: 100%;
		padding: 0.4em 2.7vw;
	}

	.p-aboutlow__works__ttlwrap {
		margin-bottom: 40px !important;
	}

	.p-aboutlow__works__ttl::before, 
	.p-aboutlow__works__ttl::after {
		width: 35px;
		height: auto;
		aspect-ratio: 35 / 88;
	}

	.p-aboutlow__works__ttl::before {
		left: -30%;
	}

	.p-aboutlow__works__ttl::after {
		right: -30%;
	}

	.p-aboutlow__works__ttl, 
	.p-aboutlow__staff__ttl {
		font-size: 28px;
	}
	.p-aboutlow__works__items {
		/*
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(6, 1fr);
		*/
		gap: 50px 1%;
		margin-left: unset;
	}
		.p-aboutlow__works__item{
		width:100%;
	}
	
.p-aboutlow__works__bgbottom {
	width:100vw;
    margin: calc(50% - 50vw);

	
}

	.p-aboutlow__message__ttl.main {
		font-size: 28px;
	}

	.p-aboutlow__message__ttl.sub {
		font-size: 20px;
	}

	.p-aboutlow__message__namewrap {
		font-size: 16px;
	}

	.p-aboutlow__staff__ttl {
		font-size: 28px;
	}

	.l-aboutlow__staff__bg {
		background: url(/wp-content/uploads/2024/12/bg_aboutlow__staff-1.png) no-repeat 0px 40px/cover;
	}

	.l-inner.aboutlow__staff {
		padding: 72px 20px 132px;
	}

	.u-br-sponly {
		display: block;
	}

	.p-aboutlow__staff__item__comment {
		font-size: 20px;
	}

	.p-aboutlow__staff__items {
		display: none;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(6, 1fr);
	}

	.p-aboutlow__staff__infowrap {
		flex-direction: column;
		flex-wrap: wrap;
		row-gap: 12px;
	}

	.p-aboutlow__staff__infowrap dl:not(:last-child) {
		border-bottom: 3px solid #FF8047;
		padding-bottom: 1em;
	}

	.p-aboutlow__staff__namewrap {
		font-size: 20px;
	}

	.p-aboutlow__staff__item__fukidashi {
		margin-top: 0px;
		text-align: center;
	}

	.p-aboutlow__staff__info.career {
		flex-direction: row;
		gap: 1%;
		width: 100%;
	}

	.p-aboutlow__staff__info.qualify,
	.p-aboutlow__staff__info.hobby {
		width: 100%;
		display: flex;
	}

	.p-aboutlow__staff__info__dt {
		padding-left: 2em;
		font-size: 18px;
		width: 40%;
		line-height: unset;
		display: flex;
		align-items: center;
		flex-shrink: 0;
	}

	.p-aboutlow__staff__info__dt::before {
		width: 40px;
	}

	.p-aboutlow__staff__info__dt.career::before {
		left: -5%;
	}

	.p-aboutlow__staff__info__dt.hobby::before,
	.p-aboutlow__staff__info__dt.qualify::before {
		width: 30px;
	}

	.p-aboutlow__staff__info__dd {
		padding-left: 0em;
		font-size: 18px;
	}

	.p-aboutlow__staff__info__dd.career li,
	.p-aboutlow__staff__info__dd.qualify li,
	.p-aboutlow__staff__info__dd.hobby li {
		font-size: 16px;
	}

	.p-aboutlow__staff__info__dd, 
	.p-aboutlow__staff__info__dd ul {
		margin-left: 0;
	}

	.p-aboutlow__staff__info__dd.career {
		padding-left: 1em;
	}

	.swiper-wrapper {
		box-sizing: border-box !important;
	}
	
	.p-aboutlow__staff__item {
		border:3px solid #FF8047;
	}
	.aboutlow__staff.prev,.aboutlow__staff.next{
		position: absolute;
		top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ff580e;
    height: auto;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
		width:60px;

	}
	.aboutlow__staff.prev{
		left: -25px;
		justify-content: end;
		padding-left: 0.7em;
		transform: rotate(0deg);
	}
	.aboutlow__staff.next{
		right: -25px;
		justify-content: unset;
		padding-right:0.7em;
		transform: rotate(0deg);
	}
	.swiper.slider-thumbnail {
		display: block;
	}

	.p-aboutlow__message__ttlwrap {
		margin-bottom: 10px;
	}

	.p-aboutlow__message__ttl.main,
	.p-aboutlow__message__ttl.sub {
		letter-spacing: 0;
	}

	.p-aboutlow__message__box > p {
		line-height: 1.57;
		letter-spacing: 0.01em;
		font-size: 14px;
	}

	.p-aboutlow__message__imgarea {
		float: unset;
		margin-left: unset;
	}

	.p-aboutlow__message__imgarea img {
		width: 50%;
		margin-bottom: 0.5em;
	}

	#post-297 > div > section.l-aboutlow__staff.fadeInUp.animated > div.l-inner.aboutlow__staff > div > div.swiper-container {
		display: block;
		box-sizing: border-box;
	}

	.l-inner.aboutlow__staff > div > div.swiper-container {
		display: block;
		box-sizing: border-box;
	}
}

/* fujimoto 20250120 */
.footer-fix {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 4;
}

.footer-fix__inner {
	margin: 0 auto;
}

.footer-fix__container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.footer-fix__contact {
	display: flex;
	align-items: flex-end;
}

.footer-fix__contact__human {
	max-width: 243px;
	margin-right: -70px;
	z-index: 1;
}

.footer-fix__contact__link {
	display: flex;
	background: linear-gradient(90deg, #ffe88c 0%, #feeda9 100%);
	position: relative;
	max-width: 624px;
	width: 100%;
	height: 98px;
	padding: 0 38px 0 82px;
	align-items: center;
	justify-content: center;
	gap: 18px;
}

.footer-fix__contact__text {
    font-size: 17px;
    color: #333;
}

.footer-fix__contact__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.footer-fix__contact__tell {
    max-width: 293px;
}

p.footer-fix__contact__text--sp {
    display: none;
}

.footer-fix__contact__time {
    color: #dd0000;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.2;
    font-size: 17px;
}

.footer-fix__contact__time--sp {
	display: none;
}

.footer-fix__mail {
	display: flex;
	align-items: flex-end;
}

.footer-fix__mail__human {
	max-width: 270px;
	margin-left: -105px;
	z-index: 1;
}

p.footer-fix__mail__text {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.02em;
}

.footer-fix__mail__title {
    max-width: 227px;
}

.footer-fix__mail__title--sp {
	display:none;
}

a.footer-fix__mail__link {
	display: flex;
	align-items: center;
	gap: 19px;
	background: url(/wp-content/uploads/2025/01/fix-mail-bg.png) no-repeat center/cover;
	position: relative;
	height: 98px;
	width: 100%;
	padding: 0 125px 0 24px;
}

span.footer-fix__mail__text--sp {
    display: none;
}

.footer-fix__mail__icon {
    max-width: 78px;
    width: 100%;
}

.footer-fix__tell__icon {
    max-width: 54px;
}

footer {
	padding-bottom: 120px !important;
}

span.c-contact-any {
    border-radius: 3px;
    color: #fff;
    font-size: 70%;
    height: 30px;
    text-align: center;
    width: 50px;
    background-color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-fix__mail__human--sp {
	display: none;
}

.footer-fix__contact__tell--sp {
    display: none;
}	

@media screen and (max-width: 1430px) {
	.footer-fix__contact__human {
    max-width: 170px;
    margin-right: -60px;
}

.footer-fix__mail__human {
    max-width: 189px;
    margin-left: -75px;
}

.footer-fix__contact__link {
    padding: 0 27px 0 57px;
    gap: 13px;
}

a.footer-fix__mail__link {
    padding: 0 88px 0 17px;
}

p.footer-fix__contact__text {
    font-size: 12px;
}

.footer-fix__tell__icon {
    max-width: 38px;
}

.footer-fix__contact__tell {
    max-width: 205px;
}

.footer-fix__contact__time {
    font-size: 12px;
}

p.footer-fix__mail__text {
    font-size: 12px;
}

img.footer-fix__mail__title {
    max-width: 159px;
}

.footer-fix__mail__icon {
    max-width: 55px;
}
}

@media screen and (max-width: 900px) {
	.footer-fix__container {
		height: 100px;
	}

	p.footer-fix__contact__text {
		display: none;
	}

	.footer-fix__contact__wrapper {
		flex-direction: column;
		align-items: center;
		gap: 0;
		margin: 0;
	}

	.footer-fix__contact__human, .footer-fix__tell__icon, .footer-fix__mail__icon, .footer-fix__contact__link::before {
		display: none;
	}
	
	.footer-fix__mail__container {
		display: flex;
		flex-direction: row-reverse;
	}

	p.footer-fix__contact__text--sp {
		display: block;
		background-color: #fff;
		border-radius: 50px;
		font-size: 10px;
		color: #333;
		padding: 0 10px;
		line-height: 2;
	}
	
	.footer-fix__contact__time--pc {
		display: none;
	}
	
	.footer-fix__contact__time--sp {
		display: block;
		max-width: 200px;
	}

	a.footer-fix__mail__link::before {
		display: none;
	}

	a.footer-fix__mail__link {
		justify-content: center;
		background: #ff721a;
		padding: 20px 0;
		text-align: center;
	}

	.footer-fix__mail {
		height: inherit;
		width: 50%;
		background: #ff721a;
	}

	.footer-fix__contact {
		height: inherit;
		width: 50%;
	}

	.footer-fix__contact__link {
		height: inherit;
		padding: 8px 5px 13px;
	}

	.footer-fix__contact__tell {
		display: none;
	}
	
	.footer-fix__contact__tell--sp {
		display: block;
		max-width: 260px;
		margin-top: 5px;
	}

	span.footer-fix__mail__text--sp {
		font-size: 13px;
		line-height: 1.2;
		text-align: left;
		display: block;
		max-width: 200px;
		background-color: #fff;
		color: #ff731a;
		font-weight: bold;
		border-radius: 5px;
		padding: 3px;
		margin-left: -30px;
	}

	span.footer-fix__mail__text--pc {
		display: none;
	}
	
	.footer-fix__mail__title {
		display: none;
	}

	.footer-fix__mail__title--sp {
		display:block;
		max-width: 120px;
	}
	
	footer {
		padding-bottom: 70px !important;
	}
	
	.footer-fix__mail__human--pc {
		display: none;
	}
	
	.footer-fix__mail__human {
		max-width: 100px;
	}
	
	.footer-fix__mail__human--sp {
		display: block;
	}
	
	.page-id-626 #pageTitleMover, .category-works #pageTitleMover, .archive #pageTitleMover {
		margin-bottom: 30px!important;
	}
	
	.contact__subtext {
		margin-bottom: 15px;
	}

}

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

	.footer-fix__container {
		height: 90px;
	}
	
	p.footer-fix__mail__text {
		font-size: 11px;
	}

	img.footer-fix__mail__title {
		max-width: 80%;
	}
	
	.footer-fix__contact__time--sp {
		display: block;
		max-width: 150px;
	}
	
	footer {
		padding-bottom: 120px !important;
	}
	
	a.footer-fix__mail__link {
		padding: 20px 10px;
		height: inherit;
    }
	
	.footer-fix__mail__title--sp {
		max-width: 102px;
	}
	
	.footer-fix__mail__human {
		max-width: 87px;
	}
	
	span.footer-fix__mail__text--sp {
		font-size: 10px;
		margin-left: -28px;
	}
}

@media screen and (max-width:450px) {	
	a.footer-fix__mail__link {
		justify-content: flex-start;
	}
}

@media screen and (max-width:375px) {
	p.footer-fix__contact__text--sp {
		font-size: 8px;
	}

	p.footer-fix__contact__time, p.footer-fix__mail__text {
		font-size: 10px;
	}
	
	p.footer-fix__mail__text {
		font-size: 9px;
	}
	
	.footer-fix__contact__tell:before {
        width: 15px;
        height: 18px;
        left: -17px;
    }

}

@media screen and (max-width:320px) {
	.footer-fix__mail__title--sp {
		max-width: 86px;
	}
	
	.footer-fix__mail__human {
		max-width: 74px;
		margin-left: -70px;
	}
	
	a.footer-fix__mail__link {
		padding: 20px 5px;
	}
	
	span.footer-fix__mail__text--sp {
		margin-left: -23px;
	}
	
	.footer-fix__contact__tell--sp {
		margin-top: 0;
	}
}

/* fujimoto 20250123 */
.page-id-928 #pageTitleMover {
    margin-bottom: 0;
}

.page-id-928 p {
	margin: 0;
}

.price-about {
    background: url(/wp-content/uploads/2025/01/price-about-bg.png) no-repeat top center/cover;
	padding: 90px 0 62px;
}

.price__inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 120px;
}

h2.price-about__title {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

.price-about__title .price-about__title--big {
    font-size: 56px;
    line-height: normal;
}

p.price-about__catch {
	max-width: 1070px;
	margin: 64px auto 0;
	position: relative;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: rgba(0, 0, 0, 0.50);
	padding: 15px 0 14px;
}

.price-about__catch .price-about__catch--ft {
    font-family: "Zen Old Mincho";
    font-size: 48px;
    font-weight: 900;
}

.price-about__catch span {
    filter: drop-shadow(0px 0px 12px #000);
}

.price-about__catch::after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 30px;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.price-about__body {
    background: linear-gradient(105deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.40) 100%);
    padding: 24px 65px 38px;
	margin-top: 13px;
}

p.price-about__text {
    color: #333;
    font-size: 20px;
    line-height: 28px;
	margin: 20px 0 0;
}

p.price-about__text__border {
    color: #FFF;
    text-align: center;
    font-size: 34.364px;
    font-weight: 700;
    line-height: 33.091px;
	margin-bottom: 30px;
}

.price-about__text__border span {
    display: inline-flex;
    transform: rotate(-2deg);
    padding: 10.455px 25px 11.545px 25px;
    justify-content: center;
    align-items: center;
    background: #AE0000;
    margin-top: 10px;
}

.price-about__comment {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: center;
    gap: 50px;
    margin: 33px 53px 20px;
}

.price-about__comment__img {
    max-width: 182px;
}

.price-about__comment__text {
    max-width: 680px;
    width: 100%;
    position: relative;
    flex: 1;
    text-align: justify;
	font-family: 'Inter', 'Noto Sans JP';
    font-size: 25.386px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    border-radius: 36.265px;
    background: #FFE08B;
    padding: 29px 31px 29px 38px;
}

.price-about__color {
    color: #AE0000;
}

.price-about__comment__text::before {
    content: "";
    width: 29px;
    height: 26px;
    display: inline-block;
    background-color: #FFE08B;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.price-about__comment__text .price-about__color--big {
    color: #AE0000;
    font-size: 36px;
}

.price__contact {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px 0 54px;
}

.price__contact__tell {
	position: relative;
    background-color: #FF7A48;
    border: 4px solid #fff;
    border-radius: 20px;
    box-shadow: -4px -4px 12px 0px rgba(0, 0, 0, 0.16) inset;
    filter: drop-shadow(4px 4px 12px rgba(0, 0, 0, 0.10));
}

a.price__contact__tell__link {
    position: relative;
    display: flex;
    padding: 15px 37px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price__contact__tell > p {
    display: none;
}

.price__contact__tell::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 36px;
    height: 41px;
    background: url(/wp-content/uploads/2025/01/price-tell-icon.png) no-repeat top center/cover;
}

p.price__contact__tell__text {
    color: #FFF;
    font-size: 16.8px;
    font-weight: 700;
    line-height: normal;
}

p.price__contact__tell__num {
    color: #FFF;
    font-family: Futura;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p.price__contact__tell__time {
    color: #FFF;
    font-size: 16.8px;
    font-weight: 700;
    line-height: normal;
}

.price__contact__mail {
	position: relative;
    border: 4px solid #FF7A48;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: -4px -4px 12px 0px rgba(0, 0, 0, 0.16) inset;
}

.price__contact__mail > p {
	display: none;
}

.price__contact__mail__link {
    padding: 45px 21px 33px;
}

.price__contact__mail::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 48%;
    left: 20px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: url(/wp-content/uploads/2025/01/price-mail-icon.png) no-repeat top center / cover;
}

.price__contact__mail::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 48%;
    right: 20px;
    transform: translateY(-50%);
	width: 15px;
    height: 18px;
    background: url(/wp-content/uploads/2025/01/price-mail-arrow.png) no-repeat top center / cover;
}

p.price__contact__mail__text {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    padding: 0 60px 18px;
	border-bottom: 2px dotted #FF7A48;
}

@media screen and (max-width: 768px) {
	.page-id-928 #pageTitleMover {
		margin-bottom: 0;
	}

	section.price-about {
		padding: 36px 0;
	}

	.price__inner {
		padding: 0 15px;
	}

	h2.price-about__title {
		font-size: 20px;
	}

	.price-about__title .price-about__title--big {
		font-size: 28px;
	}

	p.price-about__catch {
		margin: 37px auto 0;
		font-size: 21px;
		padding: 10px 0 12px;
		text-align: center;
	}

	.price-about__catch .price-about__catch--ft {
		font-size: 31px;
		margin-left: 20px;
	}

	.price-about__catch::after {
		width: 29px;
		height: 14px;
		bottom: -14px;
	}

	.price-about__body {
		margin-top: 18px;
		padding: 0 2px;
	}

	p.price-about__text.price-about__text--white {
		font-size: 14px;
		margin: 15px 0 0;
	}

	.price-about__text__border span {
		padding: 5px;
		margin-top: 5px;
	}

	p.price-about__text__border {
		font-size: 18px;
		line-height: 26px;
		margin: 10px 0;
	}

	p.price-about__text {
		font-size: 14px;
		margin: 14px 0 0;
	}
	
	p.price-about__comment__text {
		font-size: 14px;
		padding: 14px 18px 15px 20px;
		border-radius: 20px;
		max-width: 240px;
		width: 100%;
	}

	.price-about__comment {
		margin: 16px 0 14px;
		gap: 5px;
	}

	.price-about__comment__img {
		max-width: 84px;
	}

	.price-about__comment__text::before {
		width: 16px;
		height: 16px;
		left: -15px;
	}

	.price-about__comment__text .price-about__color--big {
		font-size: 18px;
	}
	
	span.price-about__text--big {
		color: #FE672E;
		font-weight: bold;
	}
	
	.price__contact {
		position: relative;
		flex-direction: column;
		padding: 30px 0;
		gap: 0;
	}
	
	.price__contact:before {
		content: "";
		width: 75px;
		height: 28px;
		display: inline-block;
		background-color: #FE672E;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		position: absolute;
		top: -15px;
		z-index: 1;
	}

	p.price__contact__mail__text {
		padding: 0;
		border: 0;
	}

    .price__contact__mail {
        max-width: 318px;
        width: 100%;
        text-align: center;
        border: 0;
        box-shadow: none;
        background-color: transparent;
        margin-top: 24px;
    }
	
	a.price__contact__mail__link {
		width: 100%;
		border-bottom: 2px dotted #FF7A48;
		padding: 13px 0;
	}
}

.price-difference {
    background: #FFF7E6;
    padding: 80px 0;
}

h2.price-main-title {
    font-size: 56px;
    font-weight: 700;
    line-height: normal;
}

.price-difference__list__title img {
    max-width: 370px;
}

p.price-difference__list__price__num {
    color: #FE672E;
    font-family: Futura;
    font-size: 51px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p.price-difference__list__price__num span {
    font-size: 35px;
    font-weight: 700;
}

.price-difference__list__price {
    display: flex;
    gap: 38px;
    align-items: flex-start;
}

figure.price-difference__list__img img {
    max-width: 551px;
    width: 100%;
}

figure.price-difference__list__img2 img {
    max-width: 759px;
    width: 100%;
}

figure.price-difference__list__img3 img {
    max-width: 819px;
    width: 100%;
}

h4.price-difference__list__features__title {
    color: #FE672E;
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    margin: 0;
}

h4.price-difference__list__features__title::before, h4.price-difference__list__features__title::after {
    display: none;
}

.price-difference__list__features {
    margin-top: 29px;
}

p.price-difference__list__price__text {
    font-size: 18px;
    line-height: normal;
    margin-top: -10px;
}

li.price-difference__list__features__list {
	position: relative;
    font-size: 24px;
    line-height: normal;
	padding-left: 1.5em;
}

ul.price-difference__list__features__lists {
	margin: 7px 0 0 21px;
}

.price-difference__list__body {
    margin-top: 23px;
    border-left: 4px solid #B9B9B9;
    padding: 0 0 20px 28px;
}

.price-difference__list:first-child .price-difference__list__body {
	border-color: #FFB057;
	margin: 0;
}

li.price-difference__list__features__list::before {
    content: "";
    background: url(/wp-content/uploads/2025/01/check-circle.png) no-repeat top center / cover;
    position: absolute;
    display: block;
    width: 25px;
    height: 24px;
    left: 0;
    top: 8px;
}

.price-difference__list__title h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
    text-shadow: none;
    text-align: left;
	margin: 0;
}

.price-difference__list:nth-child(2) figure.price-difference__list__img {
    max-width: 759px;
}

.price-difference__list:nth-child(3) figure.price-difference__list__img {
    max-width: 819px;
}

.price-difference__list:not(:first-child) {
	margin-top: 20px;
}

.price-difference__list:nth-child(3) .price-difference__list__price {
    gap: 7px;
}

li.price-difference__list__features__list.price-difference__list__features__list--color::before {
    background: url(/wp-content/uploads/2025/01/check-circle2.png) no-repeat center / cover;
}

@media screen and (max-width: 900px) {
	h2.price-main-title {
		font-size: 28px;
		margin: 0;
	}

	section.price-difference {
		padding: 36px 0;
	}

	.price-difference__list__title img {
		max-width: 220px;
	}

	p.price-difference__list__price__num {
		font-size: 41px;
	}

	.price-difference__list__price {
		flex-direction: column;
		gap: 10px;
	}

	.price-difference__list__body {
		padding: 0 0 15px 13px;
		margin-top: 12px;
	}

	p.price-difference__list__price__num span {
		font-size: 28px;
	}

	p.price-difference__list__price__text {
		font-size: 14px;
		margin-top: 0;
	}
	
	.price-difference__list__features {
		margin-top: 2px;
	}

	h4.price-difference__list__features__title {
		font-size: 24px;
	}

	li.price-difference__list__features__list {
		font-size: 16px;
		padding-left: 1.8em;
	}

	ul.price-difference__list__features__lists {
		margin: 0;
	}

	li.price-difference__list__features__list::before {
		width: 20px;
		height: 19px;
		top: 3px;
	}

	li.price-difference__list__features__list {
		margin-top: 12px;
	}

	.price-difference__list__title h3 {
		font-size: 28px;
	}

	.price-difference__lists {
		margin-top: 38px;
	}

}

@media screen and (max-width: 768px) {
	figure.price-difference__list__img img {
		max-width: 220px;
	}

	figure.price-difference__list__img2 img {
		max-width: 304px;
	}

	figure.price-difference__list__img3 img {
		max-width: 327px;
	}
}

section.price-structure {
    padding: 80px 0 60px;
}

.price-structure__lists {
    display: flex;
    flex-direction: row;
}

p.price-structure__list__text {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.price-structure__img {
    position: relative;
}

.price-structure__list:not(:nth-child(3)) .price-structure__img:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: -45px;
    width: 90px;
    height: 90px;
    background: url(/wp-content/uploads/2025/01/price-structure-img4.png) no-repeat top center / cover;
    z-index: 2;
}

.price-structure__message__human {
    max-width: 264px;
    width: 100%;
}

.price-structure__message {
    display: flex;
    margin-top: 64px;
    align-items: center;
}

p.price-structure__message__title {
    position: absolute;
    top: -35px;
    left: -55px;
    color: #FFF;
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    transform: rotate(-2.5deg);
    background: #FE672E;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 6px 25px 5px;
}

p.price-structure__message__container__text {
    text-align: justify;
	font-family: 'Inter', 'Noto Sans JP';
    font-size: 20px;
    line-height: normal;
}

p.price-structure__message__container__title {
    text-align: justify;
	font-family: 'Inter', 'Noto Sans JP';
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    display: inline;
}

.price-structure__message__container {
	position: relative;
    flex: 1;
    border-radius: 30px;
    background: #FFE08B;
    padding: 33px 29px 32px 30px;
	margin-left: 60px;
}

.price-structure__message__title.price-structure__message__title-sp {
	display: none;
}

.price-structure__message__container::before {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: #FFE08B;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.price-structure__message__container__title span {
    background: linear-gradient(transparent 60%, #FFB057 60%);
}

@media screen and (max-width: 1440px) {
	.price-structure__list:not(:nth-child(3)) .price-structure__img:after {
		right: -30px;
		width: 20%;
		height: 20%;
	}
}

@media screen and (max-width: 900px) {
	section.price-structure {
		padding: 36px 0 32px;
	}

	.price-structure__lists {
		flex-direction: column;
		align-items: center;
		margin-top: 41px;
		gap: 30px;
	}

	.price-structure__list:not(:nth-child(3)) .price-structure__img:after {
		background: url(/wp-content/uploads/2025/01/price-structure-img4-sp.png) no-repeat top center / cover;
		left: 50%;
		transform: translateX(-50%);
		right: auto;
		bottom: -43px;
		width: 93px;
		height: 48px;
	}

	p.price-structure__list__text {
		max-width: 272px;
		font-size: 16px;
	}

	.price-structure__message {
		position: relative;
		flex-direction: column;
		margin-top: 34px;
	}

	p.price-structure__message__title.price-structure__message__title-pc {
		display: none;
	}

	p.price-structure__message__container__title {
        position: absolute;
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
        line-height: 28px;
        text-align: center;
        font-family: "Noto Sans JP";
        width: 100%;
	}

	.price-structure__message__container::before {
		display: none;
	}

	p.price-structure__message__container__text {
		font-size: 16px;
	}

	.price-structure__message__container {
		padding: 32px 27px;
		margin: 89px 0 0;
	}

	p.price-structure__message__title.price-structure__message__title-sp {
		max-width: 333px;
		display: block;
        top: -20px;
        left: 50%;
        font-size: 26px;
        width: 100%;
        transform: rotate(-2.5deg) translateX(-50%);
		padding: 4px 18px 5px;
	}

	.price-structure__list:nth-child(3) {
		margin-top: 10px;
	}

	.price-structure .price-structure__list:nth-child(2) .price-structure__img:after {
		bottom: -100px;
	}
}

section.price-list {
    padding: 80px 0 120px;
    background-color: #FFF7E6;
}

p.price-list__text {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
	margin: 0;
}

.price-list h2.price-main-title {
    margin-bottom: 20px;
}

p.price-list__catch__text {
	color: #333;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
	margin: 0;
}

.price-list__catch {
	position: relative;
	width: 100vw;
	margin: 14px calc(50% - 50vw) 0;
    background-color: #FFB057;
    padding: 27px 0;
}

p.price-list__catch__text span {
    color: #F00000;
}

p.price-list__catch__text.price-list__catch__text--sp {
    display: none;
}

.price-list__cards {
    margin-top: 27px;
    display: flex;
	justify-content: center;
}

.price-list__card {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.10);
}

.price-list__card:not(:first-child) {
	margin-left: 42px;
}

.price-list__card__heading {
	background: url(../../uploads/2025/01/price-list__card__heading4.png) no-repeat center / cover;
	border-radius: 30px 30px 0px 0px;
	padding: 24px 24px 17px;
}

p.price-list__card__sub-title {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #FFF;
    padding-bottom: 12px;
	margin: 0;
}

p.price-list__card__title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin: 9px 0 0;
}

p.price-list__card__year__title {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
	margin: 0;
}

p.price-list__card__year__num {
    text-align: center;
    font-family: Futura;
    font-size: 52px;
    font-weight: 500;
    line-height: normal;
	margin: 0;
}

.price-list__card__year {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 4px solid #FE672E;
    padding-bottom: 21px;
}

.price-list__card__body {
	padding: 45px 24px 65px 30px;
}

.price-list__card__year__num span.year {
    font-size: 35px;
	font-weight: bold;
}

.price-list__card__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	margin-top: 25px;
}

p.price-list__card__content__title {
	border-bottom: 4px solid #FE672E;
	width: 50%;
	font-family: "Noto Sans JP";
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	padding-bottom: 15px;
	margin: 0;
}

span.fz-22 {
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

p.price-list__card__content__guarantee {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    border-bottom: 4px solid #FE672E;
    width: 50%;
    margin: 0 0 0 24px;
}

span.emphasis-font {
    font-family: Futura;
    font-size: 43px;
    font-weight: 500;
    line-height: 131.232%;
}

p.price-list__card__reference__title {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 30px;
    background: #FF7A48;
    padding: 12px 0 11px;
	margin: 44px auto 0;
}

.price-list__card__reference__lists {
    margin-top: 40px;
}

.price-list__card__reference__list {
    display: flex;
	align-items: center;
}

p.price-list__card__reference__list__tsubo {
    border-right: 4px solid #FF7A48;
    text-align: center;
    font-family: Futura;
    font-size: 28px;
    font-weight: 500;
    line-height: 24px;
	padding: 5px 6px 5px 0;
	margin: 0;
}

p.price-list__card__reference__list__tsubo span {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
	margin: 0;
}

.price-list__card__reference__list:not(:first-child) {
    margin-top: 20px;
}

p.price-list__card__reference__list__yen {
    font-family: Futura;
    font-size: 40px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 0 14px;
	padding: 5px 0;
}

span.yen-font {
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

span.tax-not {
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
	margin-left: -6px;
}

.price-list__card--fluorine p.price-list__card__reference__title {
    background: #854B34;
}

.price-list__card--fluorine p.price-list__card__reference__list__tsubo, .price-list__card--fluorine .price-list__card__year, .price-list__card--fluorine p.price-list__card__content__title, .price-list__card--fluorine .price-list__card__content__guarantee {
    border-color: #6C3925;
}

.price-list__card--inorganic p.price-list__card__reference__title {
    background: #3A598A;
}

.price-list__card--inorganic p.price-list__card__reference__list__tsubo, .price-list__card--inorganic .price-list__card__year, .price-list__card--inorganic p.price-list__card__content__title, .price-list__card--inorganic .price-list__card__content__guarantee {
    border-color: #3A598A;
}

.price-list__card--fluorine .price-list__card__heading {
	position: relative;
	background: url(../../uploads/2025/01/price-list__card__heading2.png) no-repeat center / cover;
}

.price-list__card--fluorine .price-list__card__heading::before {
	content: "";
	display: inline-block;
	background: url(../../uploads/2025/01/icon_crown.png) no-repeat top center / cover;
	width: 57px;
	height: 57px;
	position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.price-list__card--inorganic .price-list__card__heading {
	background: url(../../uploads/2025/01/price-list__card__heading3.png) no-repeat center / cover;
}

.price-list__banners {
	max-width: 1260px;
    margin: 161px auto 0;
}

.price-list__banner__year {
	position: absolute;
	top: -38px;
	right: 53px;
    max-width: 397px;
	width: 100%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.10);
}

p.price-list__banner__year__title {
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
    background: #FFB057;
}

p.price-list__banner__year__num {
	position: relative;
    color: #FE672E;
    font-family: Futura;
    font-size: 62px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
	padding: 21px 0 12px 60px;
}

.price-list__banner__year__num .price-list__banner__year__num--small {
    font-family: "Noto Sans JP";
    font-size: 35px;
    font-weight: 700;
}

span.ns-font {
    font-family: "Noto Sans JP";
}

p.price-list__banner__year__num::before {
	content: "";
	background: url(/wp-content/uploads/2025/01/icon_taikyuu.png) no-repeat center / cover;
	position: absolute;
	display: block;
	width: 87px;
	height: 78px;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

p.price-list__banner__title {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 47px;
    font-weight: 700;
    line-height: 1.1;
}

span.price-list__banner__sub-title {
    font-size: 27px;
}

.price-list__banner__heading {
    background: url(../../uploads/2025/01/price-list__banner__heading1.png) no-repeat top center / cover;
    padding: 11px 0 22px 39px;
    border-radius: 30px 30px 0px 0px;
}

.price-list__banner {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.10);
    position: relative;
}

figure.price-list__banner__body__img {
    max-width: 440px;
    width: 100%;
}

.price-list__banner__body {
    display: flex;
    justify-content: flex-start;
    padding: 48px 48px 40px 72px;
}

p.price-list__banner__body__features__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    border-left: 5px solid #FE672E;
    padding-left: 20px;
}

ul.price-list__banner__body__features__lists {
    margin: 24px 0 0;
}

li.price-list__banner__body__features__list {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 50px;
}

li.price-list__banner__body__features__list::before {
    content: "";
    background: url(/wp-content/uploads/2025/01/price-list__banner-checkbox1.png) no-repeat top center / cover;
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    left: 0;
    top: 3px;
}

li.price-list__banner__body__features__list:not(:first-child) {
    margin-top: 32px;
}

.price-list__banner__body__features {
    margin-left: 40px;
}

.price-list__banner:not(:first-child) {
    margin-top: 83px;
}

.price-list__banner--fluorine li.price-list__banner__body__features__list::before {
	background: url(/wp-content/uploads/2025/01/price-list__banner-checkbox2.png) no-repeat top center / cover;
}

.price-list__banner--fluorine .price-list__banner__heading {
	background: url(../../uploads/2025/01/price-list__banner__heading2.png) no-repeat top center / cover;
}

.price-list__banner--fluorine .price-list__banner__heading::before {
	content: "";
	display: inline-block;
	background: url(../../uploads/2025/01/icon_crown.png) no-repeat top center / cover;
	width: 57px;
	height: 57px;
	position: absolute;
    top: -30px;
    left: 10px;
}

.price-list__banner--fluorine p.price-list__banner__body__features__title {
	border-color: #6C3925;
}

.price-list__banner--inorganic li.price-list__banner__body__features__list::before {
	background: url(/wp-content/uploads/2025/01/price-list__banner-checkbox3.png) no-repeat top center / cover;
}

.price-list__banner--inorganic .price-list__banner__heading {
	background: url(../../uploads/2025/01/price-list__banner__heading3.png) no-repeat top center / cover;
}

.price-list__banner--inorganic p.price-list__banner__body__features__title {
	border-color: #2A4775;
}

.price-list-swiper {
	display: none;
}

.price-list__catch__img1 {
    position: absolute;
    top: -150px;
    left: 40px;
    max-width: 198px;
}

.price-list__catch__img2 {
    position: absolute;
    top: -138px;
    right: 45px;
    max-width: 225px;
}

.price-list-swiper .swiper-pagination {
	z-index: 4;
}

@media screen and (max-width: 1440px) {
	.price-list .price__inner {
		padding: 0;
	}
	
	.price-list__cards {
		padding: 0 30px;
	}

	.price-list__catch {
		width: 100%;
		margin: 14px auto 0;
	}

	.price-list__catch__img1 {
		max-width: 100%;
		width: clamp(4.688rem, 1.981rem + 11.55vw, 12.375rem);
		top: -25px;
	}

	.price-list__catch__img2 {
		max-width: 100%;
		width: clamp(5.188rem, 2.063rem + 13.33vw, 14.063rem);
		top: -25px;
	}
	
	.price-list__banners {
		padding: 0 30px;
	}
	
	.price-list__banner__year {
		top: -95px;
	}

	.price-list__banner:not(:first-child) {
		margin-top: 125px;
	}
}

@media screen and (max-width: 900px) {
	p.price-list__text {
		font-size: 14px;
		font-weight: 400;
		padding: 0 30px;
	}
	
	.br-pc {
		display: none;
	}
	
	p.price-list__catch__text.price-list__catch__text--pc {
		display: none;
	}

	p.price-list__catch__text.price-list__catch__text--sp {
		display: block;
		font-size: 20px;
		line-height: 24px;
	}

	.price-list__catch {
		padding: 7px 0 8px;
		margin-top: 52px;
	}

	p.price-list__catch__text span {
		font-size: 27px;
		margin-top: 8px;
		display: inline-block;
	}
	
	.price-list__catch__img1 {
		max-width: 20%;
		width: 100%;
		top: -15px;
		left: 3px;
	}

	.price-list__catch__img2 {
		max-width: 22%;
		width: 100%;
		top: -18px;
		right: 2px;
	}
	
	.price-list__banner__year {
		top: -50px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		max-width: 238px;
		border-radius: 12px;
	}

	p.price-list__banner__year__title {
		font-size: 17px;
		border-radius: 12px 12px 0px 0px;
		line-height: normal;
		padding: 2px 0;
	}

	p.price-list__banner__year__num {
		font-size: 37px;
		line-height: 33.6px;
		padding: 11px 0 11px 45px;
	}

	p.price-list__banner__year__num::before {
		width: 52px;
		height: 47px;
		left: 20px;
	}

	.price-list__banner__year__num .price-list__banner__year__num--small {
		font-size: 17px;
	}
	
	p.price-list__banner__title {
		font-size: 22px;
		text-align: center;
		line-height: 1.3;
	}

	span.price-list__banner__sub-title {
		font-size: 16px;
	}

	.price-list__banner__heading {
		padding: 48px 10px 14px;
		border-radius: 18px 18px 0px 0px;
	}

	p.price-list__card__sub-title {
		font-size: 13px;
		padding-bottom: 9px;
	}

	p.price-list__card__title {
		font-size: 22px;
		margin-top: 6px;
	}

	.price-list__card__heading {
		padding: 17px 10px 12px;
	}

	.price-list__card--fluorine .price-list__card__heading::before {
		width: 40px;
		height: 40px;
		top: -25px;
	}

	.price-list__cards {
		margin: 36px auto 0;
		padding: 0;
	}

	.price-list__card__body {
		padding: 32px 16px 46px 22px;
	}

	p.price-list__card__year__title {
		font-size: 14px;
	}

	p.price-list__card__year__num {
		font-size: 36px;
	}

	.price-list__card__year__num span.year {
		font-size: 25px;
	}

	.price-list__card__year {
		padding-bottom: 13px;
	}

	span.emphasis-font {
		font-size: 30px;
		line-height: normal;
	}

	p.price-list__card__content__title {
		font-size: 15px;
		padding-bottom: 9px;
	}

	p.price-list__card__content__guarantee {
		font-size: 14px;
		line-height: 1.6;
	}

	span.fz-22 {
		font-size: 15px;
	}

	.price-list__card__content {
		margin-top: 18px;
	}

	p.price-list__card__reference__title {
		border-radius: 21px;
		font-size: 17px;
		padding: 9px 0 8px;
		margin: 31px auto 0;
	}

	.price-list__card__reference__lists {
		margin-top: 28px;
	}

	p.price-list__card__reference__list__tsubo {
		font-size: 20px;
		line-height: 16.8px;
		border-width: 3px;
	}

	p.price-list__card__reference__list__tsubo span {
		font-size: 11px;
		line-height: 16.8px;
	}

	p.price-list__card__reference__list__yen {
		font-size: 28px;
		margin-left: 8px;
		line-height: 16.8px;
	}

	span.yen-font {
		font-size: 17px;
		line-height: 16.8px;
	}

	span.tax-not {
		font-size: 8px;
		line-height: 16.8px;
	}

	.price-list__card:not(:first-child) {
		margin-left: 0;
	}

	.price-list__banner__body {
		flex-direction: column;
		align-items: center;
		padding: 20px 20px 32px;
	}

	.price-list__banner__body__features {
		margin: 20px 0 0;
	}

	p.price-list__banner__body__features__title {
		font-size: 22px;
		line-height: 33.6px;
		border-width: 3px;
		padding-left: 11px;
	}

	li.price-list__banner__body__features__list {
		font-size: 15px;
		padding-left: 27px;
		line-height: 24px;
	}

	li.price-list__banner__body__features__list::before {
		width: 19px;
		height: 19px;
		top: 7px;
	}

	li.price-list__banner__body__features__list:not(:first-child) {
		margin-top: 5px;
	}

	ul.price-list__banner__body__features__lists {
		margin: 18px 0 0;
	}

	figure.price-list__banner__body__img {
		max-width: 237px;
	}

	.price-list__banner--fluorine .price-list__banner__heading::before {
		left: 50%;
		transform: translateX(-50%);
		top: -75px;
		width: 28px;
		height: 28px;
	}

	section.price-list {
		padding: 36px 0;
	}

	.swiper-price {
		overflow: hidden;
	}

	.swiper-button-prev.price-swiper-button-prev, .swiper-button-next.price-swiper-button-next {
		max-width: 62px;
		width: 100%;
	}

	.swiper-button-prev.price-swiper-button-prev {
		left: 6px;
	}

	.swiper-button-next.price-swiper-button-next {
		right: 6px;
	}

	.price-list__card {
		max-width: 260px;
		width: 100% !important;
		margin: 0 auto;
	}

	.price-list-swiper span.swiper-pagination-bullet {
		background-color: #F8E2B5;
	}

	.price-list-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #FFB057;
	}

	.price-list__banners {
		margin-top: 100px;
		padding:0 15px;
	}

	.price-list-swiper {
		max-width: 550px;
		margin: 0 auto;
		display: block;
		position: relative;
		overflow: hidden;
		padding: 0 0 30px;
	}

	.price-list__cards--pc {
		display: none;
	}
	
	.price-list__banner.price-list__banner--fluorine {
		margin-top: 110px;
	}
	
	.price-list__banners {
		padding: 0 15px;
	}
	
	.price-list__banner:not(:first-child) {
		margin-top: 90px;
	}
}

@media screen and (max-width: 430px) {
	.price-list-swiper .swiper-slide.swiper-slide-active {
		max-width: 260px;
		width: 100% !important;
	}
	
	.price-list-swiper {
		max-width: 100%;
	}

}


.top-reviews {
    background: linear-gradient(to bottom, #243772 0%, #243772 50%, #091C56 50%, #091C56 100%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 0;
}

figure.top-reviews-google {
    max-width: 102px;
}

.top-reviews__container {
    display: flex;
    flex-direction: row;
    margin-left: 16px;
    align-items: center;
}

p.top-reviews__container__text {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.top-reviews__container__evaluation {
    display: flex;
    justify-content: center;
    margin-left: 16px;
    align-items: center;
}

p.top-reviews__container__evaluation__num {
    color: #FFF;
    font-family: Futura;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

figure.top-reviews-star {
    max-width: 128px;
    margin-left: 16px;
    margin-top: -8px;
}

@media screen and (max-width: 768px) {
	.top-reviews {
		margin-top: 70px;
		background: linear-gradient(130deg, #243772 0%, #243772 30%, #091C56 30%, #091C56 100%);
		padding: 6px 0;
	}

	p.top-reviews__container__text {
		font-size: 12px;
		line-height: normal;
	}

	.top-reviews__container {
		align-items: flex-start;
		flex-direction: column;
	}

	.top-reviews__container__evaluation {
		margin: 0;
	}

	p.top-reviews__container__evaluation__num {
		color: #FFC131;
		font-size: 16px;
	}

	figure.top-reviews-star {
		max-width: 94px;
		margin: -12px 0 0 15px;
	}
	
	.mv {
		margin-top: 0;
	}

	.header-box__inner h1 img {
		max-width: 180px;;
	}
}

/* 20250213 */
.top-evaluation {
	position: relative;
	background: url(../../uploads/2025/02/top-evaluation-bg.png) no-repeat top center/cover;
	padding: 56px 0 108px;
}

p.top-evaluation__title {
	position: relative;
    text-align: center;
    margin: 0;
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

span.top-evaluation__title--big {
	position: relative;
    font-size: 51px;
}

span.top-evaluation__title--num {
    color: #D2001E;
    font-size: 99px;
    font-weight: 700;
    line-height: 99px;
}

span.top-evaluation__title--percent {
    color: #D2001E;
    font-size: 65px;
    font-weight: 700;
    line-height: 99px;
}

.top-evaluation__title--big:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 520px;
	height: 29px;
	background: url(../../uploads/2025/02/top-evaluation-line.png) no-repeat center / cover;
}

p.top-evaluation__text {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 56px 0 0;
}

span.top-evaluation__text--orange {
    color: #FF6300;
    font-weight: 700;
}

.top-evaluation:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 373px;
	height: 115px;
	background: url(../../uploads/2025/02/top-evaluation-triangle.png) no-repeat center / cover;
}

.top-evaluation__google {
    margin: 26px 0 0;
}

.top-evaluation__google .ti-widget.ti-goog {
    background-color: #fff;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.top-evaluation__google .ti-widget.ti-goog .ti-profile-details {
    flex: none;
}

.top-evaluation__google .ti-widget.ti-goog .ti-header {
    justify-content: center;
    padding-top: 25px;
}

.top-evaluation__google .ti-widget.ti-goog .ti-review-item>.ti-inner {
    background-color: #E7EBF3 !important;
    border-radius: 0px !important;
}

.top-evaluation__google .ti-widget.ti-goog .ti-review-item {
    margin: 0;
}

.top-evaluation__google .ti-reviews-container-wrapper {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
}

span.text-stroke {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%););
    -webkit-text-stroke: 5px white;
    color: white;
}

span.text-body {
    position: relative;
}

@media screen and (max-width: 768px) {
	.top-evaluation {
		background: url(../../uploads/2025/02/top-evaluation-bg-sp.png) no-repeat top center/cover;
		padding: 127px 25px 25px;
	}
	
	p.top-evaluation__title {
		font-size: 18px;
	}

	span.top-evaluation__title--big {
		font-size: 30px;
	}

	span.top-evaluation__title--num {
		font-size: 56px;
		line-height: 57.945px;
	}

	span.top-evaluation__title--percent {
		font-size: 36px;
		line-height: 57.945px;
	}

	.top-evaluation__title--big:after {
		width: 330px;
		height: 18px;
		bottom: -18px;
	}
	
	p.top-evaluation__text {
		font-size: 18px;
		margin: 40px 0 0;
	}
	
	.top-evaluation:after {
		width: 165px;
		height: 51px;
		bottom: -40px;
	}
	
	.top-evaluation__google .ti-reviews-container-wrapper {
		height: 300px;
	}
}

@media screen and (max-width: 400px) {
	.top-evaluation {
		background-size: contain;
	}
}

.top-button {
    border-radius: 50px;
    transition: .4s;
    max-width: 636px;
    width: 100%;
    margin: 60px auto 0;
    background: #091C56;
}

.top-button a {
	color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-button__box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 37px 20px;
}

.top-button__box span {
    font-size: 36px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
	.top-button__box span {
		font-size: 16px;
	}

	.top-button {
		max-width: 340px;
		margin: 30px auto 0;
	}

	.top-button__box {
		gap: 15px;
		padding: 8px 2em;
	}

	.top-button__box svg {
		width: 19px;
	}
}

/* price */

.price-list.top-price-list {
	background: #FEFCF8;
}

.top-price-list .price-list__cards {
    margin-top: 67px;
}

.top-price-swiper-pagination {
    text-align: center;
}

.top-price-swiper-button-prev.price-swiper-button-prev {
    max-width: 62px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 6px;
    z-index: 2;
}

.top-price-swiper-button-next.price-swiper-button-next {
    max-width: 62px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 2;
}

.c-ttl .c-ttl__jp {
	position: relative;
}