@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width:820px) {}
@media screen and (max-width:600px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width:820px) {}
@media screen and (max-width:600px) {}
/*========================================================================================

 共通事項 

=========================================================================================*/
@media screen and (max-width:1024px) {
  p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span {
    font-size: 1.6rem
  }
}
@media screen and (max-width: 820px) {
  /*.width23, .width30, .width32, .width40, .width48, .width50, .width55, .width60, .width65, .width70, .width80 {
    width: 80%;
    margin-inline: auto;
  }*/
  .title-head {
    margin-bottom: clamp(20px, 5vw, 60px);
    color: #544936;
    font-size: clamp(1.8rem, 1.582rem + 1.09vw, 2.4rem);
  }
  .sub-header-txt {
    font-size: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
  }
  .lead-txt {
    line-height: 2;
  }
}
@media screen and (max-width: 600px) {
  p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span {
    font-size: 1.4rem
  }
  /*.width23, .width30, .width32, .width40, .width45, .width48, .width50, .width55, .width60, .width65, .width70, .width80 {
    width: 100%;
  }*/
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .lead-txt {
    font-size: 1.4rem;
  }
}
/*リキッドレイアウト*/
@media screen and (max-width:820px) {
  .liquid-content {
    width: 80% !important;
    margin-inline: auto !important;
  }
}
@media screen and (max-width:600px) {
  .liquid-content {
    width: 100% !important;
  }
}
/*flexの解除*/
@media screen and (max-width: 820px) {
  .flex-release {
    flex-direction: column;
    gap: 10vw;
  }
}
/*モバイル以外電話リンク禁止
@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}*/
/*パララックス解除*/
@media screen and (max-width:600px) {
  .parallax_content {
    background-attachment: scroll;
    background-position: 73%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
/*========デフォルトスタイルのレスポンシブ========*/
/*news*/
@media screen and (max-width: 1024px) {
  .news-list03 li:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .news-list03 li {
    flex-direction: column;
  }
  .news-list03 li .news-img {
    width: 80%;
    margin: 0 auto 2em;
  }
  .news-list03 li .news-img img {
    height: auto;
    min-height: auto;
  }
  .news-list03 flex {
    gap: 10vw;
  }
  .news-list02 {
    width: 80%;
  }
  .news-list02 li.flex {
    flex-direction: column;
    row-gap: 10vw;
  }
  .news-list02 li .news-img {
    width: 100%;
  }
  .news-list02 li .news-content, .news-list03 li .news-content {
    width: 100%;
    text-align: left;
  }
  .flex.news-list03 {
    gap: 5vw;
  }
}
@media screen and (max-width: 450px) {
  .news-list02 li .news-txt a, .news-list03 li .news-txt a {
    font-size: 1.4rem;
  }
}
/*com-box01*/
/*com-box02*/
@media screen and (max-width: 940px) {
  .com-box02-list.com-box02-list {
    gap: 60px 20px;
  }
  .com-box02-list.com-box02-list li {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .com-box02-list.com-box02-list {
    gap: 40px 20px;
  }
  .com-box02-list.com-box02-list li {
    width: 90%;
    margin: 0 auto;
  }
  .com-box02-listcom-box02-list li:last-of-type {
    margin-bottom: 10px;
  }
}
/*com-box03*/
@media screen and (max-width: 940px) {
  .com-box03-list.com-box03-list {
    gap: 60px 20px;
  }
}
@media screen and (max-width: 820px) {
  .com-box03-list.com-box03-list li {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .com-box03-list.com-box03-list li {
    width: 90%;
    margin: 0 auto;
  }
  .com-box03-list.com-box03-list::before {
    content: none;
  }
  .com-box03-list.com-box03-list::after {
    content: none;
  }
}
/*com-flow02*/
@media screen and (max-width: 820px) {
  .com-flow02-list.com-flow02-list {
    gap: 80px;
  }
  .com-flow02-list.com-flow02-list li {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
  }
  .com-flow02-icon.com-flow02-icon img {
    width: 30%;
  }
  .com-flow02-head.com-flow02-head h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .com-flow02-arrow.com-flow02-arrow {
    top: -52px;
    left: 50%;
  }
  .com-flow02-list.com-flow02-list::before, .com-flow02-list.com-flow02-list::after {
    content: none;
  }
  .com-flow02-txt.com-flow02-txt {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .com-flow02-icon.com-flow02-icon img {
    width: 50%;
    margin: 0 auto 0.5em;
  }
  .com-flow02-txt.com-flow02-txt {
    font-size: 14px;
    text-align: left;
  }
  .com-flow02-num.com-flow02-num {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .flex.com-menu01-list.com-menu01-list {
    gap: 2em 1em;
  }
}
/*com-list01*/
@media screen and (max-width: 820px) {
  .flex.com-list01.com-list01 {
    gap: 5em 2em;
  }
  .com-list01.com-list01 li {
    width: 46%;
    margin-bottom: 0px;
  }
  .com-list01-head.com-list01-head {
    font-size: 1.6rem;
  }
  .com-list01-icon.com-list01-icon img {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .com-list01.com-list01 li {
    width: 100%;
    margin-top: 0em;
  }
  .com-list01.com-list01::before {
    content: none;
  }
  .flex.com-list01.com-list01 {
    gap: 6em;
  }
  .com-list01-txt.com-list01-txt {
    font-size: 14px;
    margin: 1em 0 1em;
  }
  .com-list01-icon.com-list01-icon {
    margin-top: 0em;
  }
  .com-list01-head.com-list01-head {
    margin: 1em 0 1em;
  }
  .com-list01-nm.com-list01-nm {
    font-size: 40px;
  }
}
/*com-interview01*/
@media screen and (max-width: 600px) {
  .com-interview01-list {
    gap: 7vw;
  }
}
/*com-interview02*/
@media screen and (max-width: 1024px) {
  .com-interview02-img.com-interview02-img img {
    aspect-ratio: 2 / 3;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .flex.com-interview02-list.com-interview02-list {
    gap: 8em 1em;
  }
  .com-interview02-list.com-interview02-list > li {
    width: 100%;
  }
  .com-interview02-img.com-interview02-img {
    width: 80%;
    margin-inline: auto;
  }
}
/*com-timeline01*/
@media screen and (max-width: 600px) {
  .com-timeline01-content {
    margin-bottom: 20px;
  }
}
/*テーブルのレスポンシブ*/
@media screen and (max-width: 600px) {
  table.tablepress tbody td.column-1, table.tablepress tbody td.column-2 {
    display: block !important;
    width: 100% !important;
  }
  table.tablepress th:not(:last-child), table.tablepress td:not(:last-child) {
    border-right: none !important;
  }
  table.tablepress tbody tr:last-of-type td.column-1 {
    border-bottom: none !important;
  }
}
@keyframes scroll-hint-sway {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  25% {
    transform: translateX(-48%) translateY(0);
  }
  50% {
    transform: translateX(-52%) translateY(0);
  }
  75% {
    transform: translateX(-48%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
/*g-map*/
@media screen and (max-width: 600px) {
  iframe.g-map {
    aspect-ratio: 3 / 2;
  }
}
/*問い合わせフォーム*/
@media screen and (max-width: 820px) {
  table.contact-form01 td {
    border-left: none;
  }
  table.contact-form01 th {
    border-right: none;
  }
  .contact-form01 td {
    border-bottom: none;
  }
  .contact-form01 th {
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  input[type="submit"], input[type="button"] {
    width: 90%;
  }
}
/*========<!-- ヘッダー　-->========*/
#mobile-nav {
  background-image: none;
}
#hamburger {
  background-color: transparent;
  border-radius: 15px;
}
#hamburger span {
  background-color: #90644a;
}
.mobile-menu-icon-list > li.sub-on .mobile-sub-menu a {
  display: block;
  padding: 10px;
  background-color: #ec7f38;
}
.mobile-logo {
  background: transparent;
  padding: 15px 0;
}
.mobile-logo img {
  max-width: 120px;
}
@media screen and (max-width: 1024px) {
  .header-content {
    padding: 0px;
  }
  .sp-header02 {
    padding: 15px 0 15px;
    background: #d1d1d1 url(/wp-content/uploads/2024/09/img-noise-361x370-1.png) repeat left top/20%
  }
  header .sns-icon {
    display: none;
  }
  .moblie-menu-head {
    width: 100%;
    color: #ffffff;
    font-size: 1.8rem;
    background-color: inherit !important;
  }
  .sp-header {
    display: block;
    padding: 15px 0 15px;
    height: auto;
  }
  .logo {
    max-width: 200px;
  }
  .logo.logo img {
    width: 100%;
  }
  .sp-header-inner .logo img {
    max-height: none;
    width: 100%;
    margin-left: 5px;
  }
  .mobile-logo img {
    max-width: 240px;
  }
  .header-inner, .header-inner02, .header-content02 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header {
    background: url(/wp-content/uploads/2024/11/circle-flag@.png) repeat-x left top / 30%;
  }
  .logo {
    max-width: 150px;
  }
  .see-more-btn {
    font-size: 1.4rem;
  }
  .see-more-btn .arrow {
    width: 50px;
    height: 50px;
  }
}
/*========<!-- フッター　-->========*/
@media screen and (max-width: 1024px) {
  .footer-inner.flex {
    -webkit-box-direction: normal !important;
    -ms-flex-direction: normal !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 820px) {
  #page-top {
    right: 5px;
    bottom: 5px;
  }
  .footer {
    padding: 40px 0 100px;
  }
  .footer-logo-address, .footer-nav-wrap {
    width: 100% !important;
  }
  .flex.footer-inner {
    gap: 10vw;
  }
  .footer-logo {
    width: 30%;
  }
  .footer-logo img {
    margin-right: auto;
  }
  #page-top img {
    max-height: 120px;
  }
  .triangle {
    bottom: 54px;
    right: 56px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    background-attachment: scroll;
  }
  .footer-logo {
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
  }
  .footer-logo img {
    margin: 0 auto;
    max-width: 200px;
  }
  .footer-inner {
    margin: 20px auto 120px;
  }
  .footer-nav-wrap p {
    margin-bottom: 2em;
  }
  #page-top img {
    max-height: 100px;
  }
  .triangle {
    bottom: 44px;
    right: 47px;
  }
  .footer {
    padding: 40px 0 40px;
  }
}
/*========<!-- CTAパララックス仕様-->========*/
@media screen and (max-width: 600px) {
  .contact-band {
    background-attachment: scroll;
  }
}
/*========================================================================================

HOME

=========================================================================================*/
/*=====全階層共通背景色柄余白の指定=====*/
@media screen and (max-width: 820px) {
  .slider::after {
    background: url(/wp-content/uploads/2025/05/lead-copy@3x-8.png) no-repeat 80% 10% / 11.5%, url(/wp-content/uploads/2025/05/warabi.LLC@3x-8.png) no-repeat center 92% / 90%;
  }
  .slider {
    padding-bottom: 15vw
  }
}
@media screen and (max-width: 600px) {
  .slider::after {
    background: url(/wp-content/uploads/2025/06/lead-copy@2x-8.png) no-repeat 80% 0% / 15.5%, url(/wp-content/uploads/2025/05/warabi.LLC@3x-8.png) no-repeat center 92% / 90%;
  }
  .head-icon {
    padding-bottom: 0em
  }
  section.home-section01::after {
    background: url("/wp-content/uploads/2025/05/kika-deco1@3x-8.png") no-repeat right top / 50%, url("/wp-content/uploads/2025/05/kika-deco3@3x-8.png") no-repeat left 50% / 50%;
  }
  section.home-section02::after {
    background: url("/wp-content/uploads/2025/05/kika-deco3@3x-8.png") no-repeat left 60% / 50%, url("/wp-content/uploads/2025/05/kika-deco1@3x-8.png") no-repeat right top / 50%;
  }
  section.home-section03::after {
    background: url(/wp-content/uploads/2025/05/kika-deco3@3x-8.png) no-repeat left 50% / 50%, url(/wp-content/uploads/2025/05/kika-deco1@3x-8.png) no-repeat right top / 50%, url(/wp-content/uploads/2025/05/kika-deco1@3x-8.png) no-repeat right 100% / 32%;
  }
  section.home-section04::after {
    background: url("/wp-content/uploads/2025/05/kika-deco3@3x-8.png") no-repeat left top / 50%;
  }
  section.home-section05::after {
    background: url("/wp-content/uploads/2025/05/kika-deco3@3x-8.png") no-repeat left 25% / 50%, url("/wp-content/uploads/2025/05/kika-deco1@3x-8.png") no-repeat right top / 50%, url("/wp-content/uploads/2025/05/kika-deco3@3x-8.png") no-repeat left 75% / 30%, url("/wp-content/uploads/2025/05/kika-deco1@3x-8.png") no-repeat right 50% / 30%, url("/wp-content/uploads/2025/05/kika-deco1@3x-8.png") no-repeat right 100% / 50%;
  }
  section.home-section06::after {
    background: url("/wp-content/uploads/2025/05/kika-deco3@3x-8.png") no-repeat left top / 50%;
  }
  section.home-section07::after {
    background: url("/wp-content/uploads/2025/05/kika-deco3@3x-8.png") no-repeat left 50% / 50%, url("/wp-content/uploads/2025/05/kika-deco1@3x-8.png") no-repeat right top / 50%, url("/wp-content/uploads/2025/05/kika-deco1@3x-8.png") no-repeat right 100% / 50%;
  }
}
/*========<!--キャッチコピー-->========*/
@media screen and (max-width: 820px) {
  .top.lead-txt {
    font-size: 1.6rem;
  }
  .top.lead-txt {
    background: url(/wp-content/uploads/2025/05/22440631_m.png) no-repeat 48% 55% / 20%, url(/wp-content/uploads/2025/05/32170853_m.png) no-repeat 12% 44% / 26%, url(/wp-content/uploads/2025/05/27558742_m.png) no-repeat 87% 45% / 23%, url(/wp-content/uploads/2025/05/kika-deco1@3x-8.png) no-repeat right 0% / 30%, url(/wp-content/uploads/2025/05/kika-deco3@3x-8.png) no-repeat left 100% / 30%;
    padding: 12vw 0;
  }
  img.likid {
    margin-bottom: 20em;
  }
}
@media screen and (max-width: 600px) {
  .font-catch {
    font-size: 2.4rem;
  }
  .lead-txt.top img {
    width: 30%;
  }
  .top.lead-txt {
    background: url(/wp-content/uploads/2025/05/22440631_m.png) no-repeat 48% 47% / 20%, url(/wp-content/uploads/2025/05/32170853_m.png) no-repeat 12% 38% / 26%, url(/wp-content/uploads/2025/05/27558742_m.png) no-repeat 87% 39% / 23%, url(/wp-content/uploads/2025/05/kika-deco1@3x-8.png) no-repeat right 0% / 30%, url(/wp-content/uploads/2025/05/kika-deco3@3x-8.png) no-repeat left 100% / 30%
  }
  img.likid {
    margin-bottom: 10em;
  }
}
/*========<!-- home-section01 -->========*/
@media screen and (max-width: 600px) {
  #sb_instagram #sbi_images {
    padding: 0px;
  }
  .insta::before {
    top: 30%;
    height: 80%;
  }
}
/*========<!-- home-section02 -->========*/
@media screen and (max-width: 1300px) {
  section.home-section02::before {
    background: url(/wp-content/uploads/2025/05/img-flame2@2x-8.png) no-repeat 100% 74% / 20%;
  }
  .com-box01 {
    background: url(/wp-content/uploads/2025/05/message@2x-8-1.png) no-repeat 0% -40% / 40%;
  }
}
@media screen and (max-width: 1100px) {
  .com-box01 {
    background: url(/wp-content/uploads/2025/05/message@2x-8-1.png) no-repeat 0% -20% / 40%;
  }
}
@media screen and (max-width: 820px) {
  .com-box01 {
    background: url(/wp-content/uploads/2025/05/message@2x-8-1.png) no-repeat 45% 72% / 60%;
  }
  .parallax_content {
    justify-content: space-between;
    padding: 12vw 2em;
  }
  .width40.lead-txt {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  .parallax_content .width60.lead-txt {
    width: 70%;
  }
  .parallax_content .width15 {
    width: 20%;
  }
  .parallax_content {
    justify-content: space-between;
    padding: 15vw 2em;
  }
  .flex.Subtitle {
    gap: .5em;
  }
  .pc-br {
    display: none;
  }
}
/*========<!-- home-section03 -->========*/
@media screen and (max-width: 1024px) {
  .slide-img-wrap1:before {
    height: 300px;
    top: -50px;
  }
  .slide-img-wrap2:before {
    height: 300px;
    top: -50px;
  }
}
@media screen and (max-width: 820px) {
  .slide-img-wrap1:before {
    height: 240px;
  }
  .slide-img-wrap2:before {
    height: 240px;
  }
}
@media screen and (max-width: 600px) {
  .home-section03 .about-content > .col-47 {
    width: 100%;
    margin-inline: auto;
  }
  .home-section03 .about-content .col-47.slide {
    margin-bottom: 15vw;
  }
  .slide-img-wrap1:before, .slide-img-wrap2:before {
    top: 80px;
    height: 320px;
    border-radius: 60px 0 60px 0;
  }
  .aspect3-2, img.aspect3-2 {
    border-radius: 60px 0 60px 0;
  }
  .title01 {
    padding-bottom: 0px;
  }
  .home-section03 .width32 {
    width: 100%;
  }
  .home-section03 .flex {
    gap: 5vw;
  }
  .text-box.width32 h5 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .slide-img-wrap1:before, .slide-img-wrap2:before {
    height: 280px;
    top: 60px;
  }
}
@media screen and (max-width: 400px) {
  .slide-img-wrap1:before, .slide-img-wrap2:before {
    height: 200px;
    top: 80px;
  }
}
@media screen and (max-width: 350px) {
  .slide-img-wrap1:before, .slide-img-wrap2:before {
    top: 40px;
  }
}
/*========<!-- home-section05 -->========*/
@media screen and (max-width: 820px) {
  .box-text {
    background: url(/wp-content/uploads/2025/04/box-text2@3x-8.png) no-repeat 94% 10% / 90%;
    padding: 4.5em 10em 12em;
  }
  .com-list01.com-list01 li {
    width: 31%;
    margin-bottom: 0px;
  }
  .com-list01-icon.com-list01-icon img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .com-list01.com-list01 li {
    width: 80%;
    margin-inline: auto;
  }
  .com-list01-nm .col-40 {
    width: 35%;
  }
  .com-box02-head.com-box02-head {
    margin-top: -12%;
  }
}
/*========<!-- home-section06 -->========*/
@media screen and (max-width: 820px) {
  .home-section06 .width48 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .home-section06 .width48:first-of-type {
    margin-bottom: 4em;
  }
  .box-text2 {
    background: url(/wp-content/uploads/2025/04/box-text@3x-8.png) no-repeat 56% 10% / contain;
    padding: 3em 4em 6em 1em;
  }
}
/*========<!-- home-section07 -->========*/
@media screen and (max-width: 600px) {
  .home-section.home-section07 {
    padding: 0 0 clamp(60px, 16vw, 180px);
  }
  .home-section07 .width20 {
    width: 40%;
  }
  .box-design1 {
    padding: 6em 4em;
  }
}
/*========<!-- home-section08 -->========*/
@media screen and (max-width: 820px) {
  .tel-num a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  table.contact-form01 {
    border: 3em solid #ffffff;
    border-radius: 40px;
  }
}