/*
Theme Name:kigitora_v2
Theme URI: 
Version: 2.0
Author: wakizashi
Author URI: https://wakizashi.jp
License: wakizashi
*/


/*基本構成*/

/* 色設定 */
:root {
    --beige: #f4efd9;
    --brown: #736357;
    --yellow: #e2b939;
    --green: #8cc63f;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;

    @media screen and (max-width: 1260px) {
        font-size: 56%;
    }
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: "Zen Maru Gothic", sans-serif, "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




body {
    background: #fff;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 2px;
}

* html body {
    overflow: hidden;
    height: 100%;
    font-size: 90%
}

/*各種基本クラス初期設定*/

.fixed {
    position: fixed;
}

.clear {
    clear: both;
}

a {
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}


.fade {
    transition: 0.3s ease-in-out;
}

.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=80);
}

.hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: normal;

}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 160%;
}

a {
    color: #333333;
    text-decoration: none;
}



p {
    font-size: 1.8rem;
    margin: 15px 0 20px 0px;
    line-height: 180%;
    letter-spacing: 0px;
    text-align: justify;
}

p a {
    color: #00688C;
}

ol {}

ol li {
    margin: 10px 0px;
    line-height: 160%;
}

/*文字サイズ・基本装飾*/

.strong {
    font-weight: bold !important;
}

.big {
    font-size: 125% !important;

}

/* .v_big {
    font-size: 150% !important;
} */

.vv_big {
    font-size: 180% !important;
}

table .big {
    color: #2968BE;
}

.blue {
    color: #0085B2;
}

.bun {
    text-indent: 1em;
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.textright {
    text-align: right !important;
}

.textcenter {
    text-align: center !important;
}

.small {
    font-size: 1.5rem !important;
}

.v_small {
    font-size: 70% !important;
}


hr {
    border: none;
    border-bottom: solid 1px #cccccc;
    margin: 50px 0px;
}


.link_box {
    border: #0070B3 2px solid;
    padding: 14px 25px;
    color: #0070B3;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
}

.link_box:after {
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0070B3;
    border-right: 1px solid #0070B3;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    display: block;
    content: "";
}

/*YouTube Googlemap*/

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.company-access-maptitle {
    width: 90%;
    margin: 0 auto 5rem;
    display: block;
    max-width: 1000px;
}
.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	width:90%;
	max-width:1000px;
	margin:0 auto 10rem;

}

.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important;
}


/*テーブル設定*/

table {
    clear: both;
    table-layout: fixed;
    border-collapse: collapse;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 55px;
    width: 100%;
	font-size:1.8rem;
}


th,
td {
    padding: 10px 5px 10px 7px;
    vertical-align: top;
    color: #111111;
    line-height: 160%;
    letter-spacing: 0px;
}

th span,
td span {
    font-weight: bold;
    margin: 10px 0px;
}

th p,
td p {
    font-size: 100%;
    margin: 10px 0 !important;
}

/*ACCORDION*/
#panel {
    width: 100%;
    margin-bottom: 30px;
}

#panel>h3 {
    border-left: none !important;
    border-bottom: solid 1px white !important;
    background-color: #00779c !important;
    color: #fff !important;
    cursor: pointer;
    padding: 10px !important;
    position: relative;
    margin: 0px auto !important;
    max-width: 96%;
    font-size: 100% !important;
    letter-spacing: 2px;
}

#panel>h3:after {
    content: "▼";
    position: absolute;
    right: 10px;
}

#panel>.active:after {
    content: "▲";
    position: absolute;
    right: 10px;
}

#panel .ac {
    padding: 10px;
    box-sizing: border-box;
}

#panel .ac p {}



/*イメージ*/
img {
    max-width: 100%;
    border: none;
    height: auto;
}

.center {
    text-align: center !important;
    display: block !important;
}


/*サイトヘッダー*/
#header {
	padding-top:3rem;
    z-index: 13;
    width: 100%;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    background-color: var(--beige);
    display: block;
    transition: transform 0.5s cubic-bezier(0.3, 0.8, 0.3, 2.3);
    margin-bottom: 4rem;
/* 	opacity:0; */
	height:10rem;
	z-index:1000;
}

/* 改行 */
.br-sp {
	display:none;
}

.br-pc {
	display:block;
}

.header-insta a{
	padding-top:0.5rem;
}
@media screen and (max-width: 768px) {
	.br-sp {
	display:block;
}
	
	.br-pc {
		display:none;
	}
}
/*サイトヘッダーをオン・オフしたいとき*/
/*
#home #header {
    opacity: 0;
	position: fixed;
}

#home #header.isActive{
    opacity: 1;
    transition: all 800ms;
}

*

/*ロゴ*/

#header h1 {}

#header h1 a {
   white-space: nowrap;
    overflow: hidden;
    background: url(img/logo.webp) no-repeat;
    display: block;
    width: 18rem;
    background-position: center;
    background-size: contain;
    aspect-ratio: 299 / 56;
}

/*ヘッダーメニュー*/
.header-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 1vw;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h3.anshin {
    display: block;
    margin-top: 2rem;
}

.header-inner {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-end;
}

.header-inner>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-sns li a {
    display: block;
    width: 3.5rem;
    aspect-ratio: 1 / 1;
    margin-right: 1rem;
}

.header-insta a {
    position: relative;
}


.header-contact {
    background: #111;
    color: #fff;
    border-radius: 50px;
    padding: 5px 50px;
}

.header-contact a {
    display: block;
    color: #fff;
}

.header-menu-item {
    padding: 0.7vw;
}

.header-menu-item a {
    font-weight: bold;
    font-size: clamp(1.6rem, 1.575rem + 0.26vw, 1.9rem);
    text-align: right;
	position:relative;
	transition:0.3s all linear;
	letter-spacing:0;
}
.header-menu-item a:hover::after {
	content: "";
    position: absolute;
    background: url(img/o-st1.webp) no-repeat;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
	transition:0.3s all linear;
}

.header-menu-item a span {
    display: block;
    font-weight: normal;
    font-size: 10px;
    color: #aaa;
}

a.mitsumori {
  position: fixed;
  right: 0;
  top:30%;
	display:block;
	background:#736357;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 4rem 1rem 3rem;
  border-radius: 2rem 0 0 2rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 100;
  text-align: center;
}
a.mitsumori:hover {
background:#e88f41;
color:var(--brown);
	opacity:1;
}
a.mitsumori::before {
	content: "";
    position: absolute;
    background: url(img/works.webp) no-repeat;
    width: 25px;
    top: 4%;
    right: 50%;
    aspect-ratio: 9 / 8;
    background-size: contain;
    transform: translatex(50%);
}


/*ローダー*/

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: var(--beige);
    z-index: 1201;
}


#loader {
position: fixed;
    top: 50%;
    left: 50%;
    width: 17rem;
    height: 20rem;
    margin-top: -80px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 1200;
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

img.step1 {
    padding-top: 2rem;
}
.step1,
.step2,
.step3{
	opacity:0;
}

#loader img {}

.bounce {
    -webkit-animation: bounce_4933 2.5s ease infinite;
    animation: bounce_4933 2.5s ease infinite;
    transform-origin: 50% 50%;
    height: 74px;
}

@-webkit-keyframes bounce_4933 {
    0% {
        transform: translateY(0)
    }

    5.55556% {
        transform: translateY(0)
    }

    11.11111% {
        transform: translateY(0)
    }

    22.22222% {
        transform: translateY(-15px)
    }

    27.77778% {
        transform: translateY(0)
    }

    33.33333% {
        transform: translateY(-15px)
    }

    44.44444% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }

    height:62px;
}

@keyframes bounce_4933 {
    0% {
        transform: translateY(0)
    }

    5.55556% {
        transform: translateY(0)
    }

    11.11111% {
        transform: translateY(0)
    }

    22.22222% {
        transform: translateY(-15px)
    }

    27.77778% {
        transform: translateY(0)
    }

    33.33333% {
        transform: translateY(-15px)
    }

    44.44444% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }

    height:62px;
}

.no1,
.no2,
.no3 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

/*トップページレイアウト*/
.custom-shape-divider-bottom-1751419949 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: translateY(100%);
}

.custom-shape-divider-bottom-1751419949 svg {
    position: relative;
    display: block;
    height: 30px;
    width: calc(100% + 1.3px);
}

.custom-shape-divider-bottom-1751419949 .shape-fill {
    fill: #F4EFD9;
}
#works .custom-shape-divider-bottom-1751419949:first-child {
	bottom:unset;
	top:-3rem;
	transform:rotate(180deg);
}
#works .custom-shape-divider-bottom-1751419949 .shape-fill{
	fill:#f4efd9;
}

.title-wrap {
    position: relative;
    padding: 10rem 0;
	margin:auto;
	width: 57.297777vw;
}

a.nyansta {
    background: var(--brown);
    display: block;
    width: 34rem;
    padding: 1rem 2rem;
    border-radius: 4rem;
    box-shadow: 5px 5px 0 var(--yellow);
    position: absolute;
    top: 2rem;
    right: -2rem;
	max-width:25%;
	min-width:15rem;
}

.hero-title {
	width:fit-content;
    margin: 0 auto;
}

span.sub-title {
    font-size: max(2vw, 2.1rem);
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}

span.kana {
    font-size:max(1.9vw, 2rem);
}


.title_area {
    overflow: hidden;
}

span.catch {
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 4rem;
    display: block;
}

.feature_area {
    margin: 13rem 0;
}

.feature-text {
    margin: 0 10rem;
    position: relative;
}

.feature-text .feature-text-topImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 19rem;
    height: 19rem;
    transform: translate(-10%, -110%);
}

.feature-text .yellow {
    color: var(--yellow);
}

a.feature-btn {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    background: var(--brown);
    box-shadow: 2px 2px 0 var(--yellow);
    border-radius: 4rem;
    padding: 0.5rem 3rem;
    align-items: center;
	width:20rem;
	min-width:23rem;
    color: #fff;
}

a.feature-btn-1{
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    background: var(--yellow);
    box-shadow: 2px 2px 0 var(--brown);
    border-radius: 4rem;
    align-items: center;
    color: #000;
}

a.feature-btn:hover {
	transform: translatey(-4px);
}

.feature-btn-cont {
    display: flex;
    justify-content: center;
    gap: 2rem;
    position: relative;
    z-index: 5;
}

.feature-text-bottomImg {
    position: absolute;
    width: 28rem;
    left: -18%;
    bottom: -60%;
	aspect-ratio:404/395;
    z-index: 0;
}

.feature-flex {
   display: grid;
    align-items: center;
    min-height: 63vh;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 16rem;
    grid-template-columns: repeat(auto-fit, minmax(49em, 1fr));
	max-width:1200px;
	width:94%;
}

span.btn-sub {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
	font-weight:600;
}

.feature-text {
    margin: 0 7rem 0 1rem;
    flex: 1 1 auto;
/* 	min-width:30rem; */
	width:auto;
	position:relative;
}

.feature-img-cont {
    position: relative;
/* 	min-width:30rem; */
}


.feature-img-flex {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
	right:0;
    transform: translateY(100%);
	z-index:10;
	margin-bottom:23rem;
	justify-content:center;
}
figure.feature-img-3 {
    aspect-ratio: 321/407;
    max-width: 28rem;
    display: flex;
    align-items: end;
}

.message {
    background: var(--beige);
    border-radius: 1rem;
    padding: 2.5rem;
    font-weight: 600;
}

.text-block {
    flex: 0 1 62%;
	align-self:end;
	max-width:50rem;
    /* font-weight: 600; */
}

.message h4 {
    font-size: 1.6rem;
	line-height:1.5;
    font-weight: 600;
}

.ceo>span {
    display: block;
    font-weight: 600;
    text-align: right;
    font-size: 1.6rem;
}

.message p {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 1px;
}


figure.feature-img-1 {
    position: absolute;
    top: 0;
	right: 32%;
    transform: translateY(-67%);
    width: 50%;
}

figure.feature-img-2 .main-pic {
    border-radius: 3rem;
	z-index:10;
	position:relative;
}
figure.feature-img-2 .body,
figure.feature-img-2 .tail {
	position:absolute;
	right:5%;
	top:0;
	transform: translateY(-50%);
	z-index:15;
}

figure.feature-img-2 .tail {
  animation: wag 1s infinite alternate;
  transform-origin: 50% 60%;
}
@keyframes wag {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(20deg); }
}

figure.feature-img-2 {
    position: relative;
    width: 90%;
	max-width:50rem;
	z-index:3;
	margin:16rem auto 0;
	padding-left:4%;
}

figure.feature-img-2 .feature-img2-topImg {
    position: absolute;
    width: 20rem;
	aspect-ratio:49/47;
    right: 18%;
    top: 0;
    transform: translate(0, -84%);
}
.feature-text p {
    line-height: 2;
    font-size: max(1.1111111111vw, 16px);
    font-weight: 600;
    display: block;
    margin: 5rem 0 8rem;
}

.about_area {
    background: var(--brown);
	position:relative;
	padding:6.6rem 0;
}

.about_area .custom-shape-divider-bottom-1751419949 .shape-fill {
	fill:var(--brown);
}
.about_area .custom-shape-divider-bottom-1751419949:first-child {
	transform: rotate(180deg) translateY(100%);
	bottom:unset;
	top:0;
}

.about-title figure {
    margin: 0 auto;
    position: relative;
    aspect-ratio: 348 / 173;
    width: 18.44444vw;
}

.about-text {
    margin-top: 3rem;
    line-height: 2;
	width:fit-content;
	margin:2.1522222vw auto;
	position:relative;
}

.about-text::after {
	position:absolute;
	content:"";
	background:url(img/promise-foot.webp) no-repeat;
	background-size:contain;
	width: 4rem;
    height: 4rem;
    right: 0;
    bottom: 0;
    transform: translate(100%, 50%);
}

.about-text figure {
    display: block;
    width: 30%;
    margin: 0 auto;
}

.about-text span {
    display: block;
    color: #fff;
    line-height: 1.5;
    font-size: max(1.1111111111vw, 16px);
    text-align: center;
    margin-bottom: 1rem;
}

/*saito*/
.newTopics_area{
    overflow-x: clip;
	position: relative;
}

.newTopics_area .swiper-button-next{
    left: 70%!important;
}

.newTopics_area .swiper-button-prev{
    right: 70%!important;
	left: unset!important;
}

.newTopics_area .text-block {
    width: 80%;
    margin: -10% 0 0 -5%;
    position: relative;
}

.newTopics_area .swiper-button-next, .swiper-button-prev{
    top: var(--swiper-navigation-top-offset, 35%)!important;
}

.swiper-button-next:after {
    font-size: 0 !important;
    background: url(img/icon_rightArrow.webp)!important;
    padding: 3rem;
    background-size: contain !important;
}

.swiper-button-prev:after {
    font-size: 0 !important;
    background: url(img/icon_leftArrow.webp);
    padding: 3rem;
    background-size: contain !important;
}

.area-name {
    background: #736357;
    color: #ffff;
    font-size: 2rem;
    padding: 1% 3%;
    box-sizing: border-box;
    display: block;
    width: fit-content;
    border-radius: 10px 10px 0 0;
	font-size:1.8rem;
}

.works-copy p{
	font-size:1.6rem;
	font-weight:600;
	padding:0 4%;
}

.copy_block{
	background-color: var(--beige);
    border:solid 1px #736357;
    border-radius: 0 10px 10px 10px;
	min-height:10rem;
	font-size: 1.6rem;
    padding: 2rem 1.5rem;
    font-weight: 600;
}

li.tag-parts {
    background: #fff;
    position: relative;
    padding: 0 1rem 0 2rem;
    color: var(--brown);
	border-radius:5px;
	display:inline-block;
	margin:0 5px 5px 0;
	
}

ul.tag-list {

    gap: 1rem;
}
li.tag-parts a {
	color:var(--brown);

}
li.tag-parts::before {
    position: absolute;
    content: "#";
    left: 0.5rem;
}

span.works-copy {
    margin-bottom: 1.5rem;
    display: block;
}

/* 7つのお約束 */

img.promise-titletex {
    display: block;
    aspect-ratio: 348/173;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}

img.promise-titlebody,
img.promise-titletail{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}

img.promise-titletail {
  animation: wag2 1s infinite alternate;
  transform-origin: 5% 50%;
}
@keyframes wag2 {
  0% { transform:translate(100%, -50%) rotate(0deg); }
  100% { transform:translate(100%, -50%) rotate(-8deg); }
}



.promise-card {
    background: var(--beige);
    border-radius: 2rem;
    padding: 7rem 2rem 2rem;
	min-height:23rem;
	letter-spacing:1px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.promise-card:hover {
	cursor:pointer;
}

.promise-card h3 {
    font-size: 2rem;
    text-align: center;
	margin:5%;
	font-weight:600;
}

div.promise-btn {
    font-size: 1.6rem;
    background: var(--yellow);
    padding: 1rem 5rem;
    text-align: center;
    display: block;
    position: relative;
	font-weight:600;
    border-radius: 4rem;
}

.promise .swiper-slide:nth-child(even) .promise-btn::before {

    position: absolute;
    content: "";
    background: url(img/cross-btn-b.webp) no-repeat;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    left: 5%;
    bottom: 50%;
    transform: translateY(50%);
	transition: transform 0.5s cubic-bezier(0.3, 0.8, 0.3, 2.3);
}
.promise .swiper-slide:nth-child(odd) .promise-btn::before {
     position: absolute;
    content: "";
    background: url(img/cross-btn-w.webp) no-repeat;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    left: 5%;
    bottom: 50%;
    transform: translateY(50%);
	transition: transform 0.5s cubic-bezier(0.3, 0.8, 0.3, 2.3);
}

.promise .swiper-slide:hover .promise-btn::before {
	transform: translateY(50%) rotate(45deg);
}
.promise swiper-rapper {
	gap:2rem;
}
.promise .swiper-slide {
	box-sizing:border-box;
    display: flex;
    flex-direction: column;
	margin:0 2%;
	justify-content:flex-end;
	height:auto;
}

.promise .swiper-slide>figure {
    text-align: center;
    transform: translateY(35%);
    width: 33%;
	margin:0 auto;
}


	
.pum-container {
border-radius: 13px !important;
}	
	.pum-title,.popmake-title{
background: burlywood;
    color: #fff!important;
    font-size: 1.65rem!important;
    padding: 0 2%;
    border-radius: 50px;
    width: fit-content;
    margin: auto;		
	}
	.popup_cont{
    max-width: 600px;
    margin: auto;		
	}
	.popup_cont h2{
    color: #736357;
    font-size: 2rem;
    padding: 5px 0 20px;
    text-align: center;
    font-weight: 600;		
	}
	.popup_cont figure img{
	    border-radius: 15px;	
	}
	
	.popup_cont p{
		
	}
	.popup_cont a{
		
	}


#main .eden .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
   
}


/* モダール */

.modal {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 30%);
  transition: 
    opacity 0.3s ease,
    transform 0.3s cubic-bezier(0.3, 0.8, 0.3, 2.3);
  width: 30rem;
  height: 14rem;
  background: url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/detail-foot.webp) no-repeat;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2rem;
  padding: 2rem;
  font-size: 1.7rem;
  box-shadow: 0 0.5rem 1rem var(--brown);
  z-index: -1;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 50%);
  z-index: 10;
	font-size:1.6rem;
	font-weight:600;
}



/* 主な対応エリア */

figure.area-h2 {
    text-align: center;
    /* position: relative; */
}

figure.area-title-sub {
    position: absolute;
    width: 14rem;
    left: 0;
    bottom: 0;
	animation: pop 4s infinite alternate;
  transform-origin: bottom center;

}
	

@keyframes pop {
  0% { transform: translate(-125%, 0) rotate(-20deg); }
  100% { transform: translate(-125%, 0) rotate(20deg); }
}
.area>span {
    display: block;
    font-size: max(1.1111111111vw, 16px);
    text-align: center;
    line-height: 1.5;
	width: 62%;
    margin: 0 auto;
    min-width: 36rem;
}

h2.area-title {
    display: block;
    /* margin-bottom: 2rem; */
    width: max-content;
    margin: 6rem auto 3rem;
    position: relative;
}


.area-flex {
    display: flex;
    margin: 5rem auto auto;
/*     width: calc(100% - 5rem); */
	max-width:1200px;
	overflow:hidden;
	padding: 3rem 0 0;
    flex-wrap: wrap;
	justify-content:center;
}

.area-textcont {
    flex: 0 1 36%;
	min-width:53rem;
}

.area-textcont .flex-cont {
    display: flex;
    font-size: 1.8rem;
    justify-content: space-between;
    padding: 0 2rem 2rem;
}

.area-textcont span {
    display: block;
    margin-right: 2rem;
	font-size:1.6rem;
	flex: 0 1 100%;
	font-weight:600;
	text-align:justify;
	letter-spacing:1px;
}

.reason {
    background: var(--beige);
    border-radius: 2rem;
    margin-bottom: 5rem;
}

.reason h3 {
    transform: translateY(-50%);
}

.reason h3 figure img {
    padding-left: 1rem;
	height:4.5rem;
}

figure.kagiroi-ceo {
    display: flex;
    align-items: center;
	flex: 0 1 16%;
	z-index:100;
}

figure.kagiroi-work {
    display: flex;
    align-items: center;
    position: relative;
	width:22rem;
	height: 22rem;
    align-self: center;
	margin-left:8rem;
	z-index:10;
	flex:0 1 13%;
}

figure.kagiroi-work .playing-cat {
    position: absolute;
    width: 10rem;
    height: 10rem;
    left: -8rem;
    bottom: -2rem;
	animation: rolling 3s infinite alternate;
  transform-origin: bottom center;
	z-index:100;

}
@keyframes rolling {
  0% { transform: rotate(-20deg); }
  100% { transform: rotate(20deg); }
}

figure.kagiroi-work::after {
    position: absolute;
    content: "";
   width: 18rem;
    height: 18rem;
    left: 50%;
    bottom: 2rem;
    background: url(img/lope.webp) no-repeat;
    background-size: contain;
    transform: translate(0, 100%);
}

section.area {
    background: url(img/map.webp) no-repeat;
    background-size: 40%;
    background-position: top 17% right;
	padding: 16rem 0 12rem;
}

.beige {
    color: var(--beige);
}

section.contact_area {
    background: var(--brown);
    width: calc(100% - 7rem);
    margin: 0 auto;
    border-radius: 2rem;
    position: relative;
    padding-top: 5rem;
	max-width:95rem;
}


section.contact_area::before {
    position: absolute;
    top: 0;
    left: 5%;
    content: "";
    background: url(img/clip.webp) no-repeat;
    height: 11rem;
    width: 5rem;
    background-size: contain;
    transform: translateY(-75%);
}

section.contact_area::after {
    position: absolute;
    top: 0;
    right: 5%;
    content: "";
    background: url(img/clip.webp) no-repeat;
    height: 11rem;
    width: 5rem;
    background-size: contain;
    transform: translateY(-75%);
}

section.contact_area h2.title {
    font-size: 3rem;
    color: #fff;
    text-align: center;
    position: relative;
	letter-spacing:1px;
    font-weight: 600;
    margin: 3rem auto;
}

section.contact_area h2.title::after {
    position: absolute;
    content: "";
    background: url(img/concierge-footprint.webp) no-repeat;
    width: 7rem;
    right: 0.5vw;
    bottom: 0;
    aspect-ratio: 62 / 98;
    background-size: contain;
    transform: translateY(59%);
}

section.contact_area h2.title span {
    display: inline;
    font-size: inherit;
}

section.contact_area h2.title .beige {
    color: var(--beige);

}

section.contact_area h2.title .yellow {
    color: var(--yellow);
}

.contact_area span {
    color: #fff;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    margin: 2rem auto;
    font-weight: 600;
    line-height: 2;
}



.cat-flex {
    font-size: 1.6rem;
    font-weight: 600;
    background: url(img/concierge-back.webp) no-repeat;
    display: flex;
    height: 28vw;
    align-items: center;
    margin: 0 0 0 auto;
    background-size: contain;
    background-position: bottom;
    width: 90%;
    justify-content: center;
	max-width:92rem;
	max-height:42rem;

}

.eden-banner {
	position:relative;
	clamp(0rem, -4.155rem + 8.66vw, 6.125rem) 0 3rem;
}

.feature_area .eden-banner a {
	margin:3rem auto 0;
}
.eden-banner a {
    display: block;
    width: fit-content;
    margin: auto;
    text-align: center;
}
.eden-banner a img{
    box-sizing: border-box;
    margin: auto;
    max-width: 80rem;
	width:94%;
    border-radius: 8px;
    border: 1px solid;
}

	
.contact_area article {
    position: relative;
}

span.footer-catch {
	display:none;
    color: #000;
    margin: 0;
    font-size: 2.6rem;
    width: max-content;
    font-weight: 600;
}

figure.qr {
    display: none;
}

.note {
    display: block;
    background: var(--green);
    width: max-content;
    padding: 1rem 2rem 1rem 7rem;
    font-weight: 600;
    border-radius: 7rem 0 0 7rem;
    position: absolute;
    right: -2rem;
    top: 0;
	transition: all 0.3s cubic-bezier(0,1.12,.73,.98);
}

.note::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: #006837;
    right: 0;
    bottom: -2rem;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
	transition: all 0.3s linear;
}

.note::before {
    content: "";
    position: absolute;
    width: 14rem;
    background: url(img/ftr-hand.webp) no-repeat;
    aspect-ratio: 149 / 68;
    left: 2rem;
    bottom: 0;
	transition: all 0.3s linear;
	background-size:contain;
}
.note:hover {
	background:var(--yellow);
	opacity:1;
}
.note:hover::before {
	width: 15rem;
}

.note:hover::after {
background:var(--beige);}
.note p {
    z-index: 10;
    position: relative;
}
#footer {
	position:relative;
}

#footer::before {
    position: absolute;
    content: "";
    left: 0;
    background: url(img/footer-wall.webp) no-repeat;
    background-size: contain;
    width: 100%;
    height: 11rem;
	z-index: 99;
    top: 0;
    transform: translateY(19%);
}



.contact-flex {
    padding: 15rem 0 10rem;
    background: var(--beige);
    font-size: 4rem;
    display: flex;
    justify-content: center;
    gap: 5rem;
	align-items:center;
	position:relative;
}

a.ftr-mail {
    background: var(--brown);
    display: flex;
    color: #fff;
    position: relative;
    width: max-content;
    padding: 1rem 5rem 1rem 11rem;
    border-radius: 7rem;
    box-shadow: 5px 10px 0 var(--yellow);
    align-items: center;
    justify-content: center;
	font-size: 4rem;
    font-weight: 600;
}

a.ftr-tel {
    display: flex;
    flex-direction: column;
    color: var(--brown);
    position: relative;
    width: max-content;
    padding: 0 0 0 5rem;
}

.tel-info {
    font-weight: 600;
    line-height: 1;
}

a.ftr-mail::before {
    position: absolute;
    content: "";
    background: url(img/mail-contact.webp) no-repeat;
    background-size: contain;
    width: 6rem;
    left: 2rem;
    bottom: 50%;
    transform: translateY(50%);
    aspect-ratio: 139 / 105;
}

a.ftr-tel::before {
    position: absolute;
    content: "";
    background: url(img/phone-contact.webp) no-repeat;
    background-size: contain;
    width: 4.5rem;
    left: 0;
    bottom: 0;
    aspect-ratio: 58 / 51;
}
@keyframes buru {
  0% { transform: translatey(0); }
	50% { transform: translatey(2px); }
	100% { transform:translatey(0); }
}
a.ftr-tel:hover,a.ftr-mail:hover{
	animation: buru 1s 3;
	animation-animation-iteration-count:3;
}
.tel-info>span {
    font-size: 2rem;
    color: var(--brown);
	letter-spacing:1px;
}

.footer-info {
    background: var(--brown);
    color: #fff;
    display: flex;
    justify-content: space-around;
    gap: 9rem;
    align-items: center;
	padding-top:9rem;
}

.footer_logo span {
    display: block;
	color:#fff;
    font-size: 2rem;

}

.footer_logo h2 img {
    padding: 1.2rem 0;
    width: 75%;
    aspect-ratio: 301 / 61;
    box-sizing: content-box;
}

.footer_logo span::first-child {
    margin: 2rem 0;
}

.footer_logo h2 {
    display: flex;
    flex-direction: column;
    width: max-content;
    border-bottom: #fff dotted 6px;
}

ul.footer-site-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 4rem);
    align-items: center;
}

ul.footer-site-map li {
    position: relative;
	transition: 0.5s all cubic-bezier(.71,.15,.52,.99);
}


ul.footer-site-map li::before {
    position: absolute;
    content: "●";
    left: -2.5rem;
    bottom: 50%;
    transform: translatey(50%);
    font-size: 1.7rem;
    color: var(--yellow);
    transition: transform 0.5s cubic-bezier(0.3, 0.8, 0.3, 2.3);
}
ul.footer-site-map li:hover::before{
	content:"";
	left: -31px;
	background:url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/yellow-foot.webp) no-repeat;
	height:3rem;
	width:3rem;
	transform: translatey(50%);
	background-size:contain;
}

#footer ul.footer-site-map li a {
    color: inherit;
    font-size: 1.6rem;
}

#footer .sns-area>ul {
    display: flex;
    width: 17rem;
    margin-top: 2rem;
}

#footer .sns-area>ul li a figure {
	background: #000;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0.2rem 0.5rem #3A322C;
    margin-right: 0.5rem;
}
#footer .sns-area>ul li a figure img{
	max-height:2.7rem;
}

span.p-code {
    margin-top: 3rem;
}

.ft_bottom {
    background: var(--brown);
    color: #fff;
    text-align: center;
	font-size:2rem;
	padding:5rem;
}

/* ボタン */

.more-link {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.more-link>a {
    display: flex;
    color: #fff;
    position: relative;
    width: max-content;
    padding: 1rem 6rem;
    border-radius: 7rem;
    box-shadow: 5px 5px 0 var(--yellow);
    align-items: center;
    justify-content: center;
    background: var(--brown);
    font-size: 2.5rem;
	position:relative;
}

.more-link>a:hover::after {
	position:absolute;
	content:"";
	background:url(img/works.webp) no-repeat;
	background-size:contain;
	width:3rem;
	height:3rem;
	right:5%;
	top:21%;
}

.more-link.--s {
    line-height: 38px;
}




/* 記事一覧・1つ目と2つ目が違うサイズ */

.works_box {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
    max-width: 126rem;
	margin:0 auto;
	justify-content:center;
	justify-items: center;
}

.first_box {
    width: 40%;
}

.second_box {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.second_box .newpickup_box {
    width: 45%;
}

.newpickup_box .thumb a {
	width:100%;
}

.newpickup_box .thumb img {
    width: 100%;
    object-fit: cover;
}

section#works {
    background: var(--beige);
    padding: 6.6rem 0;
	position:relative;
	margin-bottom:14rem;
}
h2.area-title .area-h2 img,
h2.title figure img {
    height: 4.7rem;
}

section#works h2 figure {
    text-align: center;
}

section#works h2.title {
    margin-bottom: 3.3rem;
}


figure.thumb {
    aspect-ratio: 4/3;
    display: flex;
    justify-content: center;
    border-radius: 2rem;
    overflow: hidden;
}

figure.thumb img {
    height: 100%;
}

.first_box .newpickup_box .thumb img {
    aspect-ratio: 535 / 384;
}

.second_box .newpickup_box .thumb img {
    aspect-ratio: 32 / 23;
}

.text-block h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 2rem 0;
}
.text-block h3 a {
	color:var(--yellow);
	font-weight:600;
}

.tags {
    text-align: left;
}

.tag-item {
    background:var(--beige);
    color: var(--brown);
    border-radius: 30px;
	border:1px solid var(--brown);
    padding: 0 15px;
    display: inline-block;
	font-weight: 600;
    font-size: 1.6rem;
    margin: 0 0.5rem 0.5rem 0;
}

.tag-item a {
    display: inline-block;
    color: var(--brown);
    font-size: 1.3rem;
    padding: 0.2rem 0;
    color: var(--brown);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.price {
    position: relative;
    display: flex;
    text-indent: 0rem;
    font-size: 2rem;
    font-weight: bold;
    color: #555;
    margin: 3% auto 0 5rem;
    /* border-bottom: solid 2px; */
    padding: 0 1%;
    justify-content: flex-start;
    width: fit-content;
}

.price::before {
    content: "";
    background: url(img/item_price.svg);
    width: 4rem;
    height: 4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: -4.5rem;
    top: calc(50% - 2rem);
}

.works_area .price {
    font-size: 1.5rem;
}

.works_area .price::before {
    width: 3rem;
    left: -3.5rem;
}

/*トピックススライダー*/

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #999;
}

.swiper-container.pic_slide {
    width: 100%;
    margin-bottom: 0;
    padding: 3% 0;
}

.thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 56%;
	border-radius:2rem;
}

.thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.title_slider .thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 0%;
    background: #fff;
    padding: 4%;
    border-radius: 20px;
    border: solid;
	
}

.title_slider .new-badge {
    position: absolute;
    background: url(img/icon_top-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: -5%;
    right: -3%;
    width: 20%;
    height: 25%;
    z-index: 2;
}

.title_slider .thumbnail img {
    position: unset;
    top: 0%;
    left: 0%;
    transform: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}




/*新着情報*/
.topics_area {
    padding: 120px 205px;
}

.topics_area .flex-box {
    gap: 100px;
}

.topics {
    flex-grow: 1;
}

.topics h3 {
    border-bottom: 1px solid #333;
}

.topics h3 a {
    display: flex;
}

.topics .more-link {
    margin: 60px 0 0 auto;
}

#list ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    display: inline-block;
}

#list li h3 {
    font-size: 1.15rem;
    font-weight: bold;
    margin: 5px 0px 3px;
    width: 100%;
    line-height: 130%;
    letter-spacing: 0;
    text-align: justify;
}

#list li h3 a {
    font-size: 0.9rem;
}

#list li p {
    padding: 5px 0px;
    font-size: 80%;
    margin: 0px;
    color: #888;
}


#home .topics .date {
    text-align: center;
    display: block;
    padding: 3px 0px;
    font-size: 14px;
    color: #707070;
    margin: 15px 40px 20px 0px;
}


.readmore {
    display: block;
    float: right;
}

.subtitle{
	display:block;
	font-size:80%;
	text-align:right;
	color:brown;
}

.date {
    font-weight: bold;
    text-align: right;
    display: block;
    font-size: 1.7rem;
    color: #555;
	padding-right:3rem;
}

span.date.hidsuke.small {
    margin-bottom: 2rem;
	padding-right:0;
}
.topics_h3 a {
	line-height:1.8;
	font-size:1.6rem;
	font-weight:600;
}
.cat {
    color: #fff;
    padding: 5px 0px;
    font-size: 95%;
    display: inline-block;
}

#cboxTitle,
#cboxCurrent {
    display: none !important;
}

/*カテゴリー用記事リスト*/

#page #list ul {
    text-align: left;
}

#page #list ul li {

    margin: 5px;
    padding: 5px;
}

#sidebar #list ul {
    padding: 0 !important;
}

#sidebar #list ul li {
    margin: 5px 0px !important;
    padding: 5px 0px !important;
}

#page #list .thumb {
    max-width: 100%;
    height: auto;
}

#page #list .thumb img {
    left: 0% !important;
    position: relative;
    width: 100%;
    transform: translate(-0%, -0%);
}

.seven_box .date {
    color: #00a5d9;
}

.seven_box .cat-name {

    background: #00a5d9;
    color: #fff;
    padding: 1px 4px;
    font-size: 90%;
}


/*コンテンツ・基本レイアウト*/


#wrap {
    margin: 0px auto;
    min-height: 100%;
    max-width: 100%;
    padding: 0px 0 0px 0;
    z-index: 3;
}

.catch_area {
    height: 70vh;
    background: var(--beige);
}

.cont {
}

/*見出し*/

#page h2 {}



/*固定ページ用*/

#page .cont p {}

#main_con {}



/*単独ページの共通設定*/
#page #main p {
    text-align: justify;
/*     padding: 0 5px 20px 5px; */
    line-height: 1.5;
	font-weight:600;
	font-size:1.6rem;
	display:inline;
}

#page #main h2 {
	text-align:center;
	width: max-content;
    display: block;
    margin: 0 auto 2rem;
    font-size: 3rem;
    color: var(--brown);
    font-weight: 600;
}
}

#page #main h3 {
	font-weight:600;
	font-size:2.7rem;
}



#page #main .center_h3 {}

#page #main h3 span {}


.page_title {}

h4 {}

h4 {}


/*サイドバー */


/*フッター*/

#footer {
    overflow: hidden;
    min-width: 100%;
    position: relative;
    bottom: 0px;
    padding: 10rem 0 0;
}

#footer .cont {}


.ft_bottom {}

.foot_menu {
    text-align: left;
}

.foot_menu {
    display: flex;
    justify-content: space-between;
}

.foot_menu_list h3 {
    color: #796A56;
    font-size: 22px;
    padding-bottom: 20px;
}

.foot_menu ul li {
    padding: 7px 0;
}

.foot_menu .sns-link {
    display: flex;
    gap: 20px;
    height: fit-content;
}

.ft_bottom .footer_logo {
    width: 360px;
}

.ft_bottom .footer_info p {
    font-size: 18px;
}

.ft_bottom .footer_info address {
    font-style: normal;
}


/*固定ページメインタイトル*/

#pageheader {
    width: 100%;
	padding: 5rem 0 2rem;
    position: relative;
    z-index: 8;
}

.pageheader_cont {
    max-width: 1260px;
    margin: auto;
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.pageheader_cont h2 {
	    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 5px;
}


.pageheader_cont .left {}

.about_head {}

.recruit_head {}

.contact_head {}



/*メインコンテンツ*/

/* とりあえず体裁	 */


#main {
    max-width: 100%;
    margin: auto;
    width: 100%;
    font-size: 1.6rem;
    z-index: 1;
/*     padding: 5px; */
    vertical-align: top;
    display: inline-block;
	box-sizing:border-box;
}


.post {
    z-index: 1;
}

.entrytext {
    margin: auto;
    width: 95%;
    max-width: 1000px;
    padding: 2.4rem 0;
}



.postnav {
    padding: 20px 0;
    border-top: 3px dotted var(--beige);
    position: relative;
    display: flex;
    justify-content: space-around;
	margin:0 auto 10rem;
	max-width:1000px;
}

.postnav .prev {
    text-align: left;
	width:28%;
}

.postnav .prev a {
    font-weight: bold;
	font-size:1.8rem;
position:relative;
}

.postnav .next {
    text-align: right;
	width:28%;
}

.postnav .next a {
    font-weight: bold;
	font-size:1.8rem;
	position:relative;
	
}

.postnav .next a::after{
	position: absolute;
    content: "";
    background: url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/yellow-arrow.webp) no-repeat;
    background-size: contain;
    width: 5rem;
    aspect-ratio:4/3;
    right: -5rem;
    top: -0.5rem;
	transition: all 0.3s;
}
.postnav .next a:hover::after{
	transform:translatex(5px);
}

.postnav .prev a::after{
	position: absolute;
    content: "";
    background: url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/yellow-arrow.webp) no-repeat;
    background-size: contain;
    width: 5rem;
    aspect-ratio:4/3;
    left: -5rem;
    top: -0.5rem;
	transform:rotate(180deg);
	transition: all 0.3s;
}

.postnav .prev a:hover::after{
	transform:translatex(-5px) rotate(180deg);
}

#page #main h3.page_title, 
#page #main h3.works_title {
    font-size: 3rem;
    font-weight: 600;
    color: var(--brown);
    border-bottom: 3px dotted var(--yellow);
    display: block;
    position: relative;
    padding: 0 0 0 5rem;
    width: fit-content;;
    margin-bottom: 30px;
}


#page #main h3.page_title::before,
#page #main h3.works_title::before {
	position:absolute;
	content:"";
	background:url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/yellow-foot.webp) no-repeat;
	background-size:contain;
	width:5rem;
	height:5rem;
	left:0;
	top:0;
}

#page #main .works-detail .jirei_h3{
	    position: relative;
    color: var(--brown);
    margin: 2rem 0;
    width: fit-content;;
	text-align:justify;
   padding: 1rem 2rem 1rem 5rem;
border-bottom:3px dotted var(--yellow);
	font-size:2.5rem;
	letter-spacing:1px;
}
.gazou div img {
	position:relative;
	
/* 	box-shadow:1rem 1rem 0rem 1rem var(--yellow); */
    border-radius: 1rem;
}



.gazou div img::after {
	position:absolute;
	content:"";
	background:url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/o-st1.webp) no-repeat;
	background-size:contain;
	width:9rem;
	height:15rem;
	right:-7rem;
	top:100%;
}

#page #main .works-detail .jirei_h3::after {
	content: "";
    position: absolute;
    height: 4rem;
    width: 4rem;
    top: 3rem;
    transform: translate(0, -50%);
    right: unset;
    left: 0;
    background: url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/o-st1.webp) no-repeat;
    background-size: contain;
	
	
}

#page #main p>img {
    margin: 1rem auto;
    width: 49%;
    display: block;
    border-radius: 1rem;
    max-width: 600px;
    max-height: 600px;
    border-radius: 1rem;
}
.works_title, .works_copy {
	display:block;
	text-align:center;
	margin:0 auto;
}
.gazou {
	margin-top:5rem;
}
.gazou>div {
	text-align:center;
	margin:0 auto 7rem;
	width:80%;
}
#page #main .detail p {
    display: block;
    max-width: 800px;
	width:100%;
    color: #000;
    line-height: 180%;
}
.newpickup_box {
    width: 35rem;
}


/*カテゴリー一覧設定*/
/*トピックス専用*/

#page #main .topics_h3 {
    font-size:2rem;
}

#imagetopics {
    display: flex;
	flex-direction:column;
	margin:0 auto 10rem!important;
	width:95%;
	max-width:1000px;
}


#imagetopics.workstopics {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	max-width:1200px;
	gap:1rem;
	justify-items: center;
    justify-content: center;
}

.post h2 + #imagetopics {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:1rem;
}

.post h2 + #imagetopics li.cate_block.works_area {
	width:36rem;
	background:unset;
	padding:0;
}
#imagetopics.workstopics a.post__thumb--img figure {
	width:unset;
}
.post h2 + #imagetopics li.cate_block.works_area .meta-block .date{
	font-size:1.2rem;
	padding-bottom:1rem;
	
}

.cate_block {

    text-align: center;
    margin: 10px 0 20px;
    background: var(--beige);
    padding: 2%;
    box-sizing: border-box;
    border-radius: 10px;
}

.workstopics .cate_block {
    text-align: center;
    margin: 10px 0 20px;
    box-sizing: border-box;
    border-radius: 10px;
	width:36rem;
	background:#fff;
}
.cate_block a figure img {
	align-self:stretch;
	width:100%;
	object-fit:cover;
	transition:0.5s all cubic-bezier(.71,.15,.52,.99);
}

.cate_block a:hover figure img{
	transform:scale(1.05, 1.05)
}
.cate_left {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    padding: 10px !important;
    height: 260px;
    overflow: hidden;
    box-sizing: border-box;
}

.cate_right {
    vertical-align: top;
    display: flex;
    box-sizing: border-box;
    font-size: 14px;
    max-width: 100%;
    text-align: left;
    align-items:center;
	justify-content:space-between;
}

.cate_right .morelink {
	margin-left:1rem;
	min-width:7rem;
}
a.post__thumb--img figure{
	aspect-ratio:4/3;
	overflow:hidden;
	display:flex;
	align-items:center;
	border-radius:1rem;
}
.summary {
    margin: 10px 0 15px;
    line-height: 120%;
    color: #888;
    text-align: justify;
}

.morelink a {
    border-radius: 2rem;
    padding: 2px 1rem;
    color: var(--beige);
    display: inline-block;
    background: var(--brown);
    font-size: 1.3rem;
}

#sidebar #list ul li {
    margin-bottom: 5px;
    width: 98%;
    padding: 0;
    display: flex;
	
    vertical-align: top;
    padding: 5px;
}



/*各固定ページ設定 エディタ内で利用*/

.page_cont {
    max-width: 1080px;
    margin: auto;
    padding: 30px 0;
}

.page_box {
    width: 100%;
    text-align: center;
    margin: 10px auto 15px;
    display: flex;
    gap: 25px;
}

.page_table th,
.page_table td {
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.page_table th {
    background-color: #eee;
}

.page #main h2 {}

/********事業紹介*************/

/********採用情報*************/

/********問合わせ*************/
.contact_table th span {
    background: #e6c550;
    font-size: 80%;
}

.contact_table tr {
    border-bottom: 0.5px solid var(--brown);
}

.contact_table .reb_bg {
    background: #e6c550;
    font-size: 80%;
}

.contact_table {
    width: 100%;
    max-width: 850px;
	font-size:1.8rem;
    margin: auto;
}

.contact_table td,
.contact_table th {
    padding: 15px 8px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
}

.contact_table td input {
    margin: 8px;
    font-size: 1.6rem;
    padding: 5px;
    box-sizing: border-box;
    max-width: 90%;
	border:none;
	border-radius:2rem;
}

.contact_table td {
    padding: 15px 10px;
}

.contact_table th {
    min-width: 190px;
    text-align: left;
    letter-spacing: 0;
	width:33%;
}


/********会社概要*************/

.gaiyou,
.enkaku {
    margin: 40px 0 80px;
    letter-spacing: 0;
    font-size: 1.6rem;
}

article.gaiyou {
	background:var(--beige);
	position:relative;
	padding:10rem 0;
}

article.gaiyou::before {
position: absolute;
    height: 18rem;
    width: 19rem;
    content: "";
    right: 9%;
    top: -8%;
    background: url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/gaiyou1.webp) no-repeat;
    background-size: contain;
	z-index:10;
}

article.gaiyou::after {
position: absolute;
    height: 19rem;
    width: 18rem;
    content: "";
    left: 0;
    bottom: -5%;
    background: url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/gaiyou3.webp) no-repeat;
    background-size: contain;
}

.gaiyou-table {
width:80%;
	margin: 6rem auto 10rem;
	position:relative;
	max-width:1000px;
	
}

.gaiyou-table::before {
	position: absolute;
    height: 14rem;
    width: 18rem;
    content: "";
    right: -6%;
    top: -5%;
    background: url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/gaiyou2.webp) no-repeat;
    background-size: contain;
}

.table-bottom-message {
	display:flex;
	position:absolute;
	bottom:0;
	right:17%;
	width: 48%;
    min-width: 36rem;
	height:10rem;
	align-items: flex-end;
	max-width:54rem;
}
.table-bottom-message figure {
	display:flex;
}
.gaiyou tr {
	display:flex;
}

.gaiyou th,
.gaiyou td {
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid var(--brown);
    padding: 25px 8px 25px 8px;
}

.gaiyou th a,
.gaiyou td a {
    padding-bottom: 5px;
    border-bottom: 1px solid #111;
}

.gaiyou th {
  	min-width: 10rem;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 30%;
	
}

.gaiyou td {
	display: flex;
    width: 70%;
}

.enkaku th,
.enkaku td {
    padding: 1%;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #111;
}

.enkaku td {}

.enkaku th {
    min-width: 130px;
}

.aisatsu {}


/*ワードプレス仕様補足スタイル*/
.edit a {
    font-size: 12px;
    background: #007fff;
    color: #fff;
    padding: 1px 3px;
    margin-left: 20px;
    text-decoration: none;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

.gallery {
    clear: both;
}

.gallery img {
    border: none !important;
    padding: 5px;
    box-sizing: border-box;
}

/* ここからがIE8以下透過PNG適用のためのCSS */
html>body .sampleBox {
    background-image: url(img/bg.gif);
}

* html .sampleBox {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');
}



/* お問い合わせフォーム調整 */
.wpcf7-form {
    padding: 6rem 0;
	margin-bottom:10rem;
    margin-top: 50px;
    border-radius: 0;
    background: var(--beige);
}

.wpcf7-form-control-wrap:nth-child(4) {
	width:20rem;
	display:block;
}
input#zip {
    width: 19rem;
}
/*ボックスを角丸に指定*/

.wpcf7-form span.hissu {
    color: #aa0000;
    /*必須の文字色指定*/
    font-size: smaller
}

/*文字サイズを一回り小さく*/

.wpcf7-form input {
    width:
}

/*入力フィールド幅*/

.wpcf7-form textarea {
    width: 100%;
    height: 150px;
	border:none;
	border-radius:2rem;
	font-size:1.6rem;
	padding:1rem;
}

/*テキストエリア幅*/

.wpcf7-form p.submit {
    text-align: left
}

/*送信ボタンの場所*/

.wpcf7-form .wpcf7-submit {
	   display: block;
    margin: auto;
	padding:1rem;
	border-radius:3rem;
	box-shadow: 0.5rem 0.5rem 0 rem var(--brown);
	color: #000;
	background: var(--yellow);
    width: 30%;
    font-size: 2rem;
/*     border: none; */
}

/*送信ボタンの横幅指定*/

/*　ロールアップ　*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 10000;
}

#page-top a {
    background: url(img/top.webp) no-repeat;
    text-decoration: none;
    color: #fff;
    width: 6rem;
    text-indent: -99999px;
    display: block;
	background-size: contain;
    aspect-ratio: 128 / 173;
}


/*　スマイルアイコン非表示　*/
img#wpstats {
    position: absolute;
    width: 0px;
    height: 0px;
    padding: 0px;
    border: none;
    overflow: hidden;
}


/*タブ*/

.cp_tab *,
.cp_tab *:before,
.cp_tab *:after {
    box-sizing: border-box;
}

.cp_tab {
    margin: 1em auto;
}

.cp_tab>input[type='radio'] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.cp_tab .cp_tabpanel {
    display: none;
    width: 100%;
    opacity: 0;
    padding: 0.5em 1em;
    transform: translateY(-10px);
    transition: transform 1.5s, opacity 1.5s;
}

.cp_tab>input:first-child:checked~.cp_tabpanels>.cp_tabpanel:first-child,
.cp_tab>input:nth-child(3):checked~.cp_tabpanels>.cp_tabpanel:nth-child(2),
.cp_tab>input:nth-child(5):checked~.cp_tabpanels>.cp_tabpanel:nth-child(3),
.cp_tab>input:nth-child(7):checked~.cp_tabpanels>.cp_tabpanel:nth-child(4),
.cp_tab>input:nth-child(9):checked~.cp_tabpanels>.cp_tabpanel:nth-child(5),
.cp_tab>input:nth-child(11):checked~.cp_tabpanels>.cp_tabpanel:nth-child(6) {
    display: block;
    opacity: 1;
    background: rgb(255, 255, 255, 0.9);
    color: #333;
    box-sizing: border-box;
    padding: 4%;
}

.cp_tab>label {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 0;
    background: rgb(200, 200, 200, 0.87);
    color: #fff;
}

.cp_tab>label:hover,
.cp_tab>input:focus+label {
    color: #0066cc;
}

.cp_tab>input:checked+label {
    margin-bottom: 6px;
    font-weight: bold;
    background: rgb(255, 255, 255, 0.9);
    color: #333;
}

.cp_tab .cp_tabpanel {
    padding: 20px 0px;
    border-top: 1px solid #cccccc;
}

div.wpcf7 {
    margin: 0;
    padding: 50px 0 0 0px !important;
}

/* ----- The Pretty Stuff ----- */

* {
    outline: 0;
}


/*ドロップダウンメニューCSS*/
.dropmenu {
    *zoom: 1;
    list-style-type: none;
    /*width: 780px;*/
    padding: 0;
}

.dropmenu:before,
.dropmenu:after {
    content: "";
    display: table;
}

.dropmenu:after {
    clear: both;
}

.dropmenu li {
    position: relative;

}

.dropmenu li a {
    display: block;
}

.dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 240px !important;
    border-radius: 5px;
}

.dropmenu li ul li {
    margin: 0px !important;
    background: #fff !important;
    width: 240px !important;
    line-height: 150%;
    opacity: 0.8;
}

.dropmenu li ul li a {
    padding: 10px 5px !important;
    border-top: 1px solid #cccccc;
    text-align: center;
    font-size: 100%;
    letter-spacing: 1px;
    font-weight: normal;
    color: #513F2D;
    width: 230px !important;
}

.dropmenu li:hover>a {
    background: #dddddd;
    color: #ffffff;
}

.dropmenu li a:hover {
    color: #ffffff;
    background: none;
}

.dropmenu li ul li a:hover {
    background: #eeeeee;
    color: #ffffff !important;
}


/*フェードイン*/
.fade-in2 li ul {
    opacity: 0;
    top: 50%;
    visibility: hidden;
    transition: .5s;
    width: 100%;
}

.fade-in2 li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.fade-in2 li ul li:hover {}

.fade-in2 li ul li a:hover {

    opacity: 1 !important;
}


/*パンくずリスト*/
.breadcrumbs {
    font-size: 1.2rem;
	margin:0 auto 1.5rem;
	max-width:1000px;
    padding: 2px 0;
	color:var(--brown);
}

.breadcrumbs span {
    padding: 0 7px;
    font-weight: bold;

}

.breadcrumbs a {
    font-weight: bold;
    border: 1px solid var(--brown);
    border-radius: 20px;
	background:var(--brown);
	color:var(--beige);
	position:relative;
}

.breadcrumbs a:hover::after {
	position: absolute;
    content: "";
    background: url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/yellow-foot.webp) no-repeat;
    background-size: contain;
    width: 4rem;
    right: 0;
    top: 0;
    aspect-ratio: 9 / 7;
}

/*レスポンシブ基本CSS*/

.pcheader {
    display: block;
    min-width: 1260px;
}

.mobileheader {
    display: none !important;
}

.pc {
    display: block;
}

.mobile {
    display: none !important;
}

.mbr {
    display: none;
}


.catch_area,
#pageheader,
#wrap,
#container,
.slide00,
#footer,
.panel_bg {
/*     min-width: 1260px; */
	background:#fff;
}

.drawer-hamburger {
    display: none !important;
}

#page #main .now,
.now {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 80px 0;
}

.sp-line-button {
	display:none;
}


@media screen and (max-width: 768px) {
	#page #main h3.works_title {
		width:auto;
	}

    #page #main .now,
    .now {

        font-size: 1.2rem;
    }

    .mbr {
        display: inline-block;
    }

    .pcheader {
        display: none !important;
    }

    .mobileheader {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    #header,
    #pageheader,
    #wrap,
    #container,
    #footer,
    .slide00,
    .panel_bg,
    .flexslider,
    .catch_area {
        min-width: auto;
        max-width: 100%;
    }

    .two_box,
    .three_box,
    .four_box,
    .five_box,
    .seven_box,
    .six_box {
        max-width: 100%;
        width: 100%;

        margin: 0px;
        box-sizing: border-box;
    }

    #header {
        max-width: 100%;
        min-width: 100%;
    }

    #headercont {
        max-width: 100%;
        min-width: 100%;
        padding: 30px 30px 10px 30px;
        margin: 0px;
        height: auto;
        display: block;
    }

    #top_mainmenu {
        display: none;
    }

    .mobileheader {
        display: block !important;
        width: 100%;
    }

    .longtable {
        overflow-x: scroll;
    }



    #pageheader {
        padding: 2rem 0px 0px;
    }

    #list {
        max-width: 100%;
        margin: auto;
    }


    #main_con {
        padding: 5px;
        box-sizing: border-box;
    }


    #main_menu {
        display: none;
    }


    #header h1 {
        display: block;
        height: 35px;
        width: 180px;
        z-index: 10;
    }

    #header h1 a {
        display: block;
        vertical-align: bottom;
        height: 35px;
        width: 180px;
        background-size: contain;
    }

    .pageheader_cont h2 {}

    #page .cont {
        box-sizing: border-box;
    }

    #page #wrap {
        padding: 1% 0 0%;
    }


    /*トップページ*/
	.feature_area {
    margin: 22rem 0 6rem;
}

	.feature-flex {
		display:flex;
		padding-bottom:0;
		flex-direction:column;
	}
	.area-flex {
        align-items: center;
        padding: 2rem ;
        margin: unset;
        width: auto;
        justify-content: center;
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 50vw auto;
	}
	.feature-text {
		margin:0 5%;
		flex:unset;
		min-width:unset;
	}
	figure.kagiroi-work::after {
		transform:unset;
	}
	.feature-btn-cont {
		flex-direction:column;
	}
.feature-img-flex {
    display: flex;
    width: 100%;
    position: unset;
    bottom: 0;
   transform:unset;
    z-index: 10;
    padding-bottom: 0;
    flex-direction: column;
	margin-bottom:0;
	}
	.feature-img-cont {
		min-width:unset;
	}

	.ceo {
		margin-right:2rem;
	}
	
		.feature-img-flex .text-block{
		width:100%;
		
	}
	figure.feature-img-3 {
    width: 16rem;
		margin: -10rem auto 0 3%;
}
	
	h2.area-title .area-h2 img, h2.title figure img {
    height: 3.5rem;
}
	
	
	.area-textcont {
		min-width:37rem;
		order:3;
		grid-column:1/-1;
	}
	.area-textcont .flex-cont {
    flex-direction: column;
    align-items: center;
}
	
	
	section.contact_area h2.title {
    font-size: 2em;
	}
	
	.cat-flex {
		padding-bottom:14rem;
}
	.note p {
		font-size:1.3rem;
	}
	.note::before {
		width:10rem;
	}
	.section.area {
		background-size:80%;
	}
	
	.cat-flex {
		height:100%;
		background:url(https://www.k-kagiroi.com/wp-content/uploads/2025/07/sp-footer-cat.webp) no-repeat;
		background-size:contain;
		aspect-ratio:1358/547;
}

	section.area {
		padding: 16rem 0 8rem;
	}
	section.contact_area {
		width: 95%;
		margin-top:8rem;
		padding:11% 3% 0;
		box-sizing:border-box;
	}
	.contact_area span {
		display:inline;
		font-size:1.4rem;
	}
	
	
	figure.kagiroi-ceo {
		justify-self:end;
        width: 56%;
		order:1;
	}
	figure.kagiroi-work {
		order:1;
		margin-left:0;
		border-bottom:10rem;
	}
	figure.kagiroi-work .sli-in{
		width:50%;
	}
	
		figure.kagiroi-work .playing-cat {
    width: 6rem;
    height: 6rem;
    left: 2rem;
    bottom: 11%;
   
}
	.reason .flex-cont>figure {
		padding:2rem;
	}
	a.nyansta {
		width:15rem;
	}
	figure.area-title-sub {
		width:8rem;
		left: 25%;
        bottom: 100%;
	}
	
	.kodawari-card--1::after {
    right: unset;
    bottom: -21%;
    left: 22%;
}
	.kodawari-card--3::after {
   
    right: -8%;
    bottom: -6%;
	}
	
    /* フッター */
    #footer {
        padding: 30px 0 0;
		
    }

    #footer .cont {
        flex-direction: column;
        gap: 30px;
    }

    .footer-info h2 {
        width: 280px;
    }

    .foot_menu {
        text-align: left;
        flex-wrap: wrap;
        width: 87%;
        margin: auto;
        gap: 20px;
    }

    .foot_menu>ul {
        flex-direction: column;
        gap: 10px;
    }

    .foot_menu>ul li {
        font-size: 16px;
    }

    .foot_menu .sns-link {
        gap: 20px;
        margin: 50px auto;
        width: 40%;
    }

    .foot_menu .product-menu {
        padding-left: 20px;
        border-left: 1px solid #999;
    }

    .ft_bottom {
        display: block;
        font-size: 1.6rem;
        text-align: left;
        width: 100%;
        padding: 10%;
    }

    .ft_bottom .footer_logo {
        width: 230px;
    }

    /* button */

    .more-link {
        font-size: 13px;
        line-height: 40px;

    }

    .more-link::before {
        width: 40px;
        height: 40px;
        top: 0;
    }
	.note {
		display:none;
}
	.sp-line-button {
		display: block;
        position: absolute;
        right: 0;
        bottom: unset;
		top:0;
        width: 40%;
        min-width: 26rem;
        background: url(img/sp-line-button.webp) no-repeat;
        background-size: contain;
        content: "";
        aspect-ratio: 574 / 131;
		transform:translatey(-100%);
	}
	.contact_area article {
		margin-top:8rem;
	}

    /*カテゴリー・投稿*/

    .cate_block {
        width: 90%;
        margin: 10px auto 20px;
        padding: 5px 5px 5px;
        display: block;
    }

    .cat {}

    #page .cate_right {
        vertical-align: top;
        display: grid;
		grid-template-columns:repeat(2,1fr);
        box-sizing: border-box;
        font-size: 12px;
        padding: 10px 3px !important;
    }


    /* 固定ページ */




    /*お問い合わせ*/
    .contact_table {
        table-layout: fixed;
    }

    #page #main .contact_table p {
        text-align: left;
    }

    #page #main .contact_cont p {
        text-align: center;
        padding: 10px 0 20px;
        margin: 0;
        font-size: 0.80rem;
        letter-spacing: 0;
    }

    .page_cont article {
        padding: 0;
        text-align: left;
    }


    /*その他基本設定*/

    #main {
        box-sizing: border-box;
    }


    .long_table {
        overflow-x: scroll;
    }



    .footmenu ul {
        padding: 10px 0px;
        font-size: 90%;
    }

    .contact_table td,
    .contact_table th,
    .service td,
    .service th {
        display: block;
    }

    .product_area .black_link {}



}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    display: flex;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgba(0, 0, 0, .5);
    /*動き*/
    transition: all 0.3s;
	transform:translatex(100%);
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
    opacity: 1;
    z-index: 10001;
	transform:unset;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    position: fixed;
    background: #EAEAEA;
    z-index: 999;
    width: 50%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10% 0;
    right: 0;
}

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

    #g-nav.panelactive #g-nav-list {
        width: 100%;
        padding: 10% 5%;
        box-sizing: border-box;
    }
	.tel-info {
		line-height:0.8;
}

    .menu_bg {
        width: 35%;
        background: #333;
        padding: 30% 2.5%;
        box-sizing: border-box;

    }

    .tel-info a {
        font-size: 20px;
        border-left: none;
        padding-left: 0;
        white-space: nowrap;
    }

	.footer-info {
		flex-direction:column;
		gap:4rem;
	}
	.contact-flex {
		flex-direction:column;
		padding:9rem 0 5rem;
	}
	.title-recruit figure {
		display:flex;
		flex-direction:column;
		align-items:center;
	}
	.sp-inquiry {
		background: var(--brown);
        color: #fff;
        position: relative;
        font-size: 1.6rem;
        padding: 1rem 2rem 1rem 7rem;
        margin: 2rem auto;
        display: block;
        width: max-content;
        border-radius: 3rem;
        vertical-align: middle;
	}
	
	.sp-inquiry::before {
		content: "";
        position: absolute;
        background: url(img/mail-contact.webp) no-repeat;
        width: 3rem;
        aspect-ratio: 139 / 105;
        background-size: contain;
        left: 1rem;
        bottom: 50%;
        transform: translate(50%, 50%);
	}
	#footer .ftr-tel{
		display:flex;
		padding: 0 0 0 5rem;
		text-align:center;
		flex-direction:column;
		align-items:center;
		margin:0 auto;
	}
	
		.tel-info a {
		display:block;
		text-align:center;
			padding:0;
		
	}
	a.ftr-tel::before {
    left: 1rem;
        bottom: 50%;
        aspect-ratio: 58 / 51;
        width: 3rem;
        transform: translate(0, 50%);
}



#g-nav.panelactive #g-nav-list h2 {
    color: #2d955d;
    text-align: center;
    margin: 0;
    font-weight: normal;
    font-size: 1.3rem !important;
}

#g-nav-list {
    padding: 40px;
}

#g-nav-list .title {
    font-size: 18px;
}

#g-nav-list .title::after {
    bottom: 1px;
    height: 6px;
    width: 25px;
    background-color: #bbb;
}

#g-nav-list .links-item {
    width: 45%;
}

#g-nav-list .link_area-links {
    gap: 20px;
}

#g-nav-list .links-item p {
    font-size: 16px;
    white-space: nowrap;
}

#g-nav-list .links-item a {
    gap: 15px;
}


.tel-info p {
    font-size: 20px;
    white-space: nowrap;
}



#g-nav-list .link-box {
    padding: 15px;
    font-size: 16px;
    gap: 10px;
    letter-spacing: 0;
}

#g-nav-list .link-box img {
    width: 25px;
}


/*ナビゲーション*/
	figure.sp-menu-logo {
    display: block;
    width: 55vw;
	max-width:26rem;		
    margin: 0 auto 0;
}
#g-nav ul {
    margin: 1rem auto;
	width:max-content;
    max-width: 92%;
    z-index: 999;
    top: 50%;
    left: 50%;
}

#g-nav.panelactive ul {
    min-width: auto;
}

#g-nav.panelactive .contact_menu {}

#g-nav.panelactive ul .tel_button {}

#g-nav.panelactive ul .tel_button a {
    border: none;
    padding: 8px 0;
}

ul.sp-sns {
    display: flex;
    gap: 2rem;
	justify-content:center;
}
	
	ul.sp-sns>li {
		width:4rem		
	}
#g-nav.panelactive .contact_menu .contact_link {
    position: relative;
    text-align: center;
    background: #111;
    border-radius: 100px;
    display: block;
    padding: 12px 22px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    width: 60%;
    margin: auto;
}

#g-nav.panelactive .contact_menu .contact_link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 25px;
    background: url(img/mail_icon.png) no-repeat left;
    background-size: cover;
    margin-right: 12px;

}

/*リストのレイアウト設定*/

#g-nav .menu-title {
    font-size: 25px;
    padding: 0 0 10px 5%;
    font-weight: 700;
}

#g-nav .menu-title span {
    display: block;
    font-size: 10px;
    padding-top: 10px;
}

#g-nav .menu-items {
    gap: 15px;
}

#g-nav .menu-items li {
    list-style: none;
    text-align: left;
    width: auto;
    padding: 0.9rem 5px;
}

#g-nav .menu-items li a {
    color: #111;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 0 0 0 3rem;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
	position:relative;
}

	#g-nav .menu-items li a::before {
        position: absolute;
        content: "";
        background: url(img/yellow-foot.webp) no-repeat;
        background-size: contain;
        width: 3rem;
        height: 3rem;
        left: 0;
        bottom: 0;
        transform: translate(-50%, 0%);
	}
#g-nav .menu-items li a>img {
    max-width: 50px;
    height: 13vw;
}

#g-nav .menu-items li a>span {
    font-size: 10px;
    display: block;
}

@media screen and (min-width: 768px) {
    #g-nav.panelactive #g-nav-list {
        width: 60%;
    }

    #g-nav .menu-items li {
        width: 22%;
        max-width: 22%;
        height: 150px;
    }

    #g-nav .menu-items li a {
        font-size: 15px;
    }

    #g-nav .menu-items li a>span {
        line-height: 20px;
    }



}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    position: fixed;
    z-index: 10010;
    top: 20px;
    right: 1%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--brown);
    width: 50%;
}

.openbtn1 span:nth-of-type(1) {
    top: 20px;
}

.openbtn1 span:nth-of-type(2) {
    top: 29px;
	
}

.openbtn1 span:nth-of-type(3) {
    top: 38px;
}

.openbtn1.active span:nth-of-type(1) {
	background-color: var(--green);
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-225deg);
    width: 30%;
	box-shadow: 1px 1px 0px 0px var(--beige);
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
	background-color: var(--yellow);
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(225deg);
    width: 30%;
	box-shadow: 1px 1px 0px 0px var(--beige);
}

.openbtn1 p {
    position: absolute;
    bottom: -30px;
    right: 5px;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .openbtn1 {
        width: 40px;
        height: 40px;
    }

    .openbtn1 span {
        left: 9px;
		box-shadow: 1px 1px 0px 0px var(--yellow);
    }

    .openbtn1 span:nth-of-type(1) {
        top: 13px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 19px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 25px;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 12px;
        left: 8px;
        width: 60%;
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 24px;
        left: 8px;
        width: 60%;
    }
	a.ftr-mail {
		font-size:2.5rem;
	}
	
	a.ftr-mail::before {
    width: 5rem;
    left: 4rem;
   
}
	
	.about-text::after {
		right: 9%;
            bottom: -24%;
	}
	.newTopics_area .text-block {
    width: auto;
}
	.works-copy p {
		margin:1rem 0 1rem 0;
	}
	
	.feature-text p {
		margin:3rem 0;
	}
	figure.feature-img-2 {
		width:62%;
		margin: 16rem 0 0 auto;
	}
	.table-bottom-message {
		max-width:unset;
		min-width:unset;
		height:unset;
		width:41rem;
		right:0;
	}

	.table-bottom-message .ceo{
		flex: 0 1 33vw;
	}
	.newTopics_area .swiper-button-prev {
		right:unset!important;
	}
	.newTopics_area .swiper-button-next {
		left:unset!important;
	}
	.about-title figure {
		min-width:23rem;
	}
	img.promise-titlebody, img.promise-titletail {
		width:8rem;
	}

.promise .swiper-slide>figure {
	width:25%;
	}
	.feature-btn-cont .feature-text-bottomImg {
    width: 20rem;
    height: 20rem;
    left: 50%;
    top:0;
    z-index: -5;
	}
	a.mitsumori {
	bottom:0;
		top:unset;
		writing-mode:initial;
		right:unset;
		left:0;
		padding: 1rem 3rem 1rem 7rem;
		border-radius:2rem 2rem 0 0;
	}
	a.mitsumori::before {
		right:unset;
		left:0;
		top:15%;
	}
	.reason-area .max-wrap,
	.kodawari-text .max-wrap {
		width:95%;
	}
	section.contact_area::before,
	section.contact_area::after{
		height: 7rem;
    width: 4rem;
	}
	#page #main h3.page_title, #page #main h3.works_title {
		letter-spacing:0;
		font-size:2.6rem;
	}
	
	figure.feature-img-2 .feature-img2-topImg {
		width:15rem;
		transform:unset;
		right:50%;
		top:-45%;
	}
	.feature-text-bottomImg {
		width:52%;
	}
	
	.topics_h3 a {
		line-height:1;
	}
	.eden-banner {
		padding:0 0 2rem 0;
	}
	section.contact_area h2.title::after {
		width:4rem;
		bottom:130%;
	}
	}
	
