:root {
  --main: #F5F3ED; /* 背景色 */
  --accent: #ff4874; /* アクセント色 */
  --text: #5E4343; /* メインテキスト色 */
  --sub-text: #666666; /* サブテキスト色 */
  --header-height: 60px;
}
/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

.mt-30-sm {	margin-top: 30px!important;}
.mt-70 {	margin-top: 70px!important;}
.mt-60 {	margin-top: 60px!important;}
.mt-50 {	margin-top: 50px!important;}
.mt-40 {	margin-top: 10px!important;}
.mt-30 {	margin-top: 30px!important;}
.mt-20 {	margin-top: 20px!important;}
.mt-10 {	margin-top: 10px!important;}


.mb-10 {	margin-bottom: 10px!important;}
.mb-20 {	margin-bottom: 20px!important;}
.mb-30 {	margin-bottom: 30px!important;}
.mb-40 {	margin-bottom: 40px!important;}
.mb-50 {	margin-bottom: 50px!important;}
.mb-60 {	margin-bottom: 60px!important;}
.mb-70 {	margin-bottom: 70px!important;}
.mb-130 {	margin-bottom: 70px!important;}
.mb-150 {	margin-bottom: 70px!important;}

.pt-90 {	 padding-top: 90px!important;}

img {
	width: 100%;
	border-radius: 5px;
}
body {
    background-color: var(--main);
    color: var(--text);
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
section {
	margin-bottom: 140px;
    scroll-margin-top: 60px; /* ヘッダーの高さに合わせて調整 */
}
header,
footer {
    text-align: left;
}

header h1,
footer p {
    margin: 0;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
	background-color: rgb(245 243 237 / 73%);
    backdrop-filter: blur(5px);
    color: var(--accent);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-sizing: border-box;
    height: 60px;
}

.header .logo {
height: 80%;
    margin: 3% 0;}


.header .logo img {
height: 80%;}

.header .menu {
display: flex;
    gap: 44px;
    letter-spacing: 0.2em;
    font-size: 15px;}

.header .menu a {
    color: var(--text);
    text-decoration: none;
}

.header .hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    height: 24px; /* Adjusted to match the total height of the combined bars */
    cursor: pointer;
}

.header .hamburger div {
    width: 25px;
    height: 3px;
    background-color: var(--text);
    transition: transform 0.3s, opacity 0.3s, height 0.3s;
    border-radius: 1.5px; /* Rounded corners */
}

.mobile-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: rgb(245 243 237 / 73%);
    backdrop-filter: blur(5px);
    z-index: 999;
    padding: 10px;
    border-radius: 5px;
    font-weight: bolder;
    box-sizing: border-box;
    margin-top: 60px;
    letter-spacing: 0.1em;
    font-size: 17px;
}

.mobile-menu a {
    color: var(--text);
    text-decoration: none;
}

main {
    margin: 20px auto;
    padding: 20px;
    max-width: 900px; /* PC時の横幅を制限 */
    box-sizing: border-box;
}

.top {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.top::before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/momo_top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.top-txt {
    position: absolute;
    top: 52%;
    left: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 24px;
    width: 13%;
    background-color: white;
    padding: 5%;
}

#introduction {
    display: flex;
    justify-content: space-between;}
#introduction div {
	width: 48%;
}
section h2 {
    margin-top: 0;
}

.gallery4-1,
.gallery4-2,
.gallery3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1%; /* 左右の余白を調整 */
}

.gallery4-1 img {
    width: calc(33.3333% - 1%); /* 画像の横幅を調整 */
    margin-bottom: 2%;
}

.gallery4-1 img:nth-of-type(4) {
    width: 100%; /* 4枚目の画像を全幅にする */
}

.gallery4-2 img {
    width: calc(33.3333% - 1%); /* 画像の横幅を調整 */
    margin-bottom: 2%;
}

.gallery4-2 img:nth-of-type(1) {
    width: 100%; /* 1枚目の画像を全幅にする */
}

.gallery3 img {
    width: 49%; /* 画像の横幅を調整 */
    margin-bottom: 2%}
  
.gallery3 img:last-of-type {
    width: 100%;
}

.heading05 {
    position: relative;
    padding-bottom: 35px;
    font-size: 32px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.3rem;
}

.heading05::before {
    content: attr(data-en);
    display: block;
    color: #ff4874;
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0.08rem;
    font-weight: bold;
}

#business ul,
#sns ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
}

#business li,
#sns li {
    background-color: white;
    padding: 5% 2%;
    width: 28%;
    list-style: none;
    text-align: center;
    border-radius: 3px;
    font-weight: unset;
	font-size: 22px;
    letter-spacing: 0.1em;}
#sns li {
        font-size: 12px;
        line-height: 2;
    }
    
#sns span {
        font-size: 15px;
        letter-spacing: .2em;
    }
        
p {font-size: 1.1rem;
    line-height: 2.3;
    letter-spacing: 0.025em;}
    
    
footer p {
text-align: center;
    font-size: 10px;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
    color: var(--accent);
}

.flex2 {
	display: flex;
    width: 100%;
    justify-content: space-around;
}


.work {
    margin: 0 0.4rem 0 0;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: normal;
}

.no {
        margin: 0 1.2rem 0.3rem 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 0.9375;
        letter-spacing: 0em;
        white-space: nowrap;
        font-weight: bold;
    }
.btn04 a {
	background-color: #edd2d8;
    border: 1px solid transparent;
    border-radius: 35px;
    margin: 10px 0;}
.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	color: var(--text);
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	transition: 0.3s;
}

.btn a:hover {
	color: #f2f2f2;
}
.btn04 a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: 1px solid var(--text);
	border-radius: 35px;
}

.btn04 a:hover {
	background-color: #da8da0;
}

 #company .rec_container {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.025em;
    line-height: 1.8;
  }

 #company .rec_container .row {
display: flex;
    align-items: center;
    padding: 20px 10px;
    background-color: #eeece7;
    border-radius: 8px;  }

 #company .rec_container .company_header {
    font-weight: bold;
    text-align: center;
    width: 15%;
    max-width: 15%;
  }

 #company .rec_container .column_container {
    display: flex;
    width: 85%;
    max-width: 85%;
    align-items: center;
  }

 #company .rec_container .column {
  	width: 40%;
    padding: 10px 5%;
    position: relative;
    font-size: 13px;}

 #company .rec_container .column:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px; /* 縦線の幅を指定 */
    background-color: #e0d5d5; /* 縦線の色を指定 */
  }

  /* 最初の.columnに縦線を追加 */
 #company .rec_container .column:first-child:before {
    display: none; /* 最初の.columnの縦線を非表示にする */
  }

 #company .rec_container .column_container .divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px; /* 縦線の幅を指定 */
    background-color: #e0d5d5; /* 縦線の色を指定 */
    transform: translateX(-50%); /* 中央に配置する */
  }

  /* 背景色の設定 */
 #company .rec_container .row:nth-child(even) {
    background-color: var(--main);
  }

@media screen and (max-width: 768px) {
    .header .menu {
        display: none;
    }
    .header .logo {
        margin: auto;
    }
    .header .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 29px; /* Adjusted to match the total height of the combined bars */
        cursor: pointer;
    }
    .header .hamburger div {
        width: 25px;
        height: 3px;
        background-color: var(--text);
        transition: transform 0.3s, opacity 0.3s, height 0.3s;
        border-radius: 1.5px; /* Rounded corners */
    }
    .hamburger.open {
        height: 18px; /* Adjusted height when open */
    }
    .hamburger.open div:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }
    .hamburger.open div:nth-child(2) {
        opacity: 0;
    }
    .hamburger.open div:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
    }
.heading05 {
    font-size: 25px;
}

#introduction {
    flex-direction: column;}
#introduction div {
	width: 100%;
}


#sns ul {
flex-direction: column;}

#sns li {
        width: 100%;
        margin-bottom: 4%;
    }
    



.gallery4-1 img {
    width: calc(50% - 1%); /* スマホ用の画像の横幅 */
}

.gallery4-1 img:nth-of-type(4) {
    width: calc(50% - 1%); /* スマホ用の4枚目の画像の横幅 */
}

.gallery4-2 img:nth-of-type(1) {
    width: calc(50% - 1%); /* スマホ用の4枚目の画像の横幅 */
}

.gallery4-2 img {
    width: calc(50% - 1%); /* スマホ用の4枚目の画像の横幅 */
}


.top-txt {

    left: 50%;
    width: 37%;
    padding: 8%;
}
.flex2 {
flex-direction: column;
align-items: center;}

  #company  .rec_container .company_header,
  #company  .rec_container .column_container {
      width: 100%;
      max-width: 100%;
      text-align: center;
    }

  #company  .rec_container .column {
  	width: 40%;
    padding: 0 5%;
    margin: 10px 0;
    }

  #company  .rec_container .row {
      flex-direction: column;
      align-items: flex-start;
      padding: 20px 10px;
    }


}