@import url("reset.css");
:root {

  --gradation-1: repeating-linear-gradient(-45deg, #2b2b2b, #2b2b2b 12px, #292927 12px, #292927 20px);
  --m-section: clamp(5rem, 4.022rem + 4.35vw, 7.5rem);
  --m-section-top: clamp(2.5rem, 1.522rem + 4.35vw, 5rem);




    /* フォントサイズ */
    /* 10-12 */
  --font-size--smallest: clamp(0.625rem, 0.576rem + 0.22vw, 0.75rem);
  /* 12-14 */
  --font-size--smaller: clamp(0.75rem, 0.701rem + 0.22vw, 0.875rem);
  /* 14-16 */
  --font-size--small: clamp(0.875rem, 0.826rem + 0.22vw, 1rem);
    /* 18-20 */
    --font-size--large: clamp(1.125rem, 1.076rem + 0.22vw, 1.25rem);
  /* 26-32 */
    --font-size--larger: clamp(1.625rem, 1.478rem + 0.65vw, 2rem);
    /* 32-40 */
    --font-size--largest: clamp(2rem, 1.804rem + 0.87vw, 2.5rem);

    /* セクション */
    /* ビューポート幅 <= 約 360px: フォントサイズは 64px に固定。
約 360px < ビューポート幅 < 約 1280px: フォントサイズは 64px から 80px の間で、ビューポート幅に応じて線形に（滑らかに）変化。
ビューポート幅 >= 約 1280px: フォントサイズは 80px に固定。 */
    /* 64-80 */
--section-margin--large: clamp(4rem, calc(3.6087rem + 0.1087vw), 5rem);

    /* 48-64 */
  --radius-sm: 14px;
  --radius-md: clamp(0.75rem, 0.701rem + 0.22vw, 0.875rem);
  --radius-lg: 40px;
  --translate-8: clamp(-0.5rem, -0.304rem + -0.87vw, -1rem);
  --m8to16: clamp(0.5rem, 0.304rem + 0.87vw, 1rem);
  --m16to24: clamp(1rem, 0.804rem + 0.87vw, 1.5rem);
  --m24to32: clamp(1.5rem, 1.304rem + 0.87vw, 2rem);
  --m32to40: clamp(2rem, 1.804rem + 0.87vw, 2.5rem);
  --m40to48: clamp(2.5rem, 2.304rem + 0.87vw, 3rem);
  --m48to56: clamp(3rem, 2.804rem + 0.87vw, 3.5rem);
  --m56to64: clamp(3.5rem, 3.304rem + 0.87vw, 4rem);
  --m64to72: clamp(4rem, 3.804rem + 0.87vw, 4.5rem);
  --m72to80: clamp(4.5rem, 4.304rem + 0.87vw, 5rem);

    /* メインカラー */
    --color-main--darkest: #142235; 
    --color-main--darker: #05468B;
    --color-main--dark: #2963AB;
    --color-main--light: #508BD6;
    --color-main--lighter: #CEDCEF;
    --color-main--lightest: #E3ECF9;

    /* アクセントカラー */
    --color-accent--darkest: #31191F;
    --color-accent--darker: #7E1B3E;
    --color-accent--dark: #9B3856;
    --color-accent--light: #C35E79;
    --color-accent--lighter: #F9CED5;
    --color-accent--lightest: #F5E3E5;

    /* サブカラー */
    --color-sub--darkest: #122717;
    --color-sub--darker: #0A5930;
    --color-sub--dark: #3B6F3B;
    --color-sub--light: #60945F;
    --color-sub--lighter: #C2E5CC;
    --color-sub--lightest: #E2EFE5;

    /* 黄色1（暗め） */
    --color-yellow-1--darkest: #DCDDC6;
    --color-yellow-1--darker: #DEDFAA;
    --color-yellow-1--dark: #E0E189;
    --color-yellow-1--light: #E3E262;
    --color-yellow-1--lighter: #E6E315;

    /* 黄色2（明るめ） */
    --color-yellow-2--darkest: #ECEDD7;
    --color-yellow-2--darker: #EEF0BA;
    --color-yellow-2--dark: #F1F299;
    --color-yellow-2--light: #F4F373;
    --color-yellow-2--lighter: #F7F439;
    --color-yellow-2--lightest: #F9F9F1;

    /* アイボリー */
    --color-ivory--dark: #4A483C;
    --color-ivory--darkest: #646457;
    --color-ivory--darker: #8A897B;
    --color-ivory--dark: #DCDACB;
    --color-ivory--light: #EDECDD;
    --color-ivory--lighter: #ECECE4;

    
    /* 無彩色 */
    --color-gray--darkest: #212121;
    --color-gray--darker: #474747;
    --color-gray--dark: #626363;
    --color-gray--light: #898989;
    --color-gray--lighter: #DBDBDB;
    --color-gray--lightest: #EBEBEB;

    --color-white--dark: #F8F9F9;
    --color-white: #FFFFFF;

/* breakpoiny */
    --breakpoint-desktop: 1680px; /* デスクトップ表示の基準点 */
    --breakpoint-tablet: 1279px;    /* タブレット表示の基準点 */
    --breakpoint-mobile: 767px;    /* スマホ表示の基準点 */

/* Container Widths */
--container-max-width: 1280px; /* PCでの最大幅 */

    --box-shadow-sm: 0 5px 10px 0 rgba(#000000, 0.1);
    --opacity-06: 0.6;
}
/* common
 * *********************************** */
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--color-gray--dark);
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.75;
  letter-spacing: .06em;
  font-size: var(--font-size--small);
    background: var(--color-white);
        overflow: auto;
	font-weight: 400;
	font-feature-settings: 'palt';
}
html{
	scroll-behavior: smooth;
}
/*p, h1, h2, h3, h4, h5, li {
  transform: rotate(0.03deg);
}*/
h1, h2, h3 {
  line-height: 1.55;
  color: var(--color-gray--darker);
  margin: 0;
  font-weight: 800;
  font-size: var(--font-size--larger);
letter-spacing: .08em;
}
h3{
  font-size: var(--font-size--large);
}
h4 {   
  font-size: var(--font-size--small);
}
small {
  font-size: var(--fontsize-xs);
}
p + p {
  margin-top: 1em;
}
strong{
	font-weight: 600;
}
strong + p {
  margin-top: 1em;
}
strong + ul {
  margin-top: 0.4em;
}

p a {
  display: inline;
  color: var(--c-accent-dark);
  position: relative;
  font-weight: 400;
  transition: 0.3s ease-out;
}

a:hover {
  opacity: .7;
}

main {
  overflow: hidden;
  position: relative;
  
}
picture img {
  width: 100%;
}
section{
    padding: var(--section-margin--large) 4%;
}

/* スマホでのみ表示 (タブレット以上で非表示) */
.show-sm-only {
    display: none !important; /* デフォルトで非表示 */
}

@media all and (max-width: 767px) {
    .show-sm-only {
        display: block !important;
    }
}

/* PCでのみ表示 (タブレット以下で非表示) */
.show-lg-only {
    display: none !important; /* デフォルトで非表示 */
}

@media (min-width: calc(var(--breakpoint-mobile) + 1px)) {
     .show-lg-only {
        display: block !important;
    }
}


.container {
    max-width: var(--container-max-width);
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: var(--breakpoint-tablet)) {

}
@media all and (max-width: 767px) {
	body{
		line-height: 1.65;
	}
    main {
     padding-top: 0px;
}
h1, h2, h3 {
    line-height: 1.45;
    font-weight: 800;
    letter-spacing: .08em;
  }
}
.c-list-caution li{
    padding-left: 1em;
}
.c-list-caution li::before {
    content: '※';
    margin-left: -1em;
}
.c-list01 li{
    padding-left: 1em;
}
.c-list01 li::before {
    content: '\02022';
    margin-left: -0.6em;
    margin-right: 0.2em;
}
.c-button {
    padding: 0 0 4px;
    color: var(--c-main);
    font-size: var(--fontsize-md);
    transition: 0.3s ease-out;
    position: relative;
    display: block;
    width: min(100%, 180px);
    margin: 2em 0 0 auto;
    font-weight: 600;
}
.c-button:hover::before {
  width: 108%;
}
.c-button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 8px;
    border-bottom: 1px solid var(--c-main);
    border-right: 1px solid var(--c-main);
    transform: skew(45deg);
	    margin-left: -4px;
	transition: 0.3s ease-out;
}
.c-button02 {
    padding: 0.5em 0 0.7em;
    background: var(--c-main);
    color: var(--c-white);
    text-align: center;
    font-size: var(--fontsize-md);
    transition: 0.3s ease-out;
    display: block;
    width: min(100%, 240px);
    margin: 4% auto;
    font-weight: 600;
    border: 2px solid var(--c-main);
}
.c-button02:hover {
    background: var(--c-white);
    color: var(--c-main);
    font-size: var(--fontsize-md);
    width: min(100%, 240px);
    border: 2px solid var(--c-main);
}
.u-bg-base {
    background-color: var(--c-base-dark);
    box-shadow: 1px -20px 24px 8px hsl(45 40% 24% / 1);
}
.c-hero {
    margin: 88px 0 0 0;
    padding: 0;
}
.c-hero .u-flex {

}
.c-hero .u-flex div {
    width: 20%;
    display: flex;
    margin: 2% 0 0 0;
    color: var(--c-main-darkest);
    letter-spacing: .2em;
    writing-mode: vertical-rl;
    align-items: center;
}
.c-hero h1 {
font-size: clamp(1.5rem, 1.109rem + 1.74vw, 2.5rem);
    padding: 0 0 0 4px;
}
.c-hero h1 span {
    margin: 6px 0 0 6px;
    display: block;
    color: var(--c-main);
    font-size: clamp(0.75rem, 0.603rem + 0.65vw, 1.125rem);
}
.c-hero picture {
    width:80%;
}
.c-hero img {
        border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.c-desc {
    position: relative;
    margin: 0;
    padding: 64px 5%;
}
.c-desc strong{
    text-align: center;
    display: block;
}
.c-desc::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    right: 3%;
    bottom: 0;
    background-color: var(--c-base-dark);
    z-index: -1;
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}
.c-desc div{
    max-width: var(--inner-width-sm);
    margin: 0 auto;
    
}

@media all and (max-width: 767px) {
.c-hero {
margin-top: 80px;
}
    .c-hero h1 span {
        margin: 6px 0 0 -2px;
}
    .c-hero .u-flex div {
    margin: 0;

}
	.c-hero img {
    border-radius: var(--radius-md) 0 0 var(--radius-md);
}
    .c-desc {
    padding: 40px 5%;
    text-align: left;
}
    .c-desc::before {
    top: -40px;
    right: 3%;
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
}

/* header
=================================== */
.l-header{
    
    position: fixed;
  left: 0;
  top: 0;
    width: 100%;
    z-index: 10;
    transition: 0.3s ease-out;
}
.l-hader__inner {
    /*max-width: var(--inner-width-lg);*/
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 88px;
    padding: 0 var(--m16to24);
    position: relative;
	    justify-content: flex-end;
	
}
.l-hader__logo {
    margin-right: auto;
}
.l-hader__logo img{
    height: 88px;
    width: auto;
    display: block;
    padding: 16px 0;
}
.l-header__nav {
    background: var(--c-main-darkest);
    max-width: 280px;
    width: 100%;
    font-size: initial;
    position: fixed;
    right: 16px;
    top: 8px;
    transform: translate(0%, -200%);
    transition: 0.3s ease-out;
    z-index: 10;
    overflow-y: auto;
    border-radius: var(--radius-md);
    
    color: var(--c-white);
	height: auto;
    
}

.l-header__list {
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content: center;
}
.l-header__list::-webkit-scrollbar-thumb {
    background: var(--c-main);
    border-radius: 6px;
}
.l-header__list::-webkit-scrollbar-track {
    background: var(--c-base);
    border-radius: 6px;
}
.l-header__list li+li {
    margin-top: 0.2em;
}
.l-header__sns {
    display: flex;
    gap: 16px;
    align-items: center;
        padding-top: 16px;
}
.l-header__sns img {
  max-width: 32px;
}
.l-hader__inner>.l-header__sns>img {
    max-width: 80px;
	margin-right: 0.4em;
}
.l-hader__inner>.l-header__sns{
  margin-top: 0;
	margin-right: 1em;
    padding-top: 0;
}


    /* 
l-header__hamburger
=================================== */
.l-header__hamburger-line {
    width: 18px;
    height: 2px;
    background-color: var(--c-main-darkest);
    transition: all 0.5s;
}
.l-header__hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background-image: url(img/bg_menu.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    padding: 6px 0 0 0;
    z-index: 11;
    position: relative;
        cursor: pointer;
}
/*.l-header__hamburger::before {
    content: "CLICK MENU →";
    position: absolute;
    transform: translateY(-50%);
    top: 55%;
    left: -124px;
    color: var(--c-white);
}*/
/*ハンバーガーがクリックされたら*/
.open .l-header__hamburger-line01 {
      transform: translateY(6px) rotate(-45deg);
}
.open .l-header__hamburger-line02 {
    opacity: 0;
}
.open .l-header__hamburger-line03 {
        transform: translateY(-6px) rotate(45deg);
}
.open .l-header__nav {
  transform: translate(0, 0);
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
#js-blackBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 0;
}
/*ハンバーガーメニューが開いたら表示*/
.open #js-blackBg {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(8px);
  overflow: scroll;
}
	
	
	
	@media all and (max-width: 767px) {

.l-hader__inner {
    height: 64px;
}
    .l-hader__logo img{
    height: 64px;
        padding: 12px 0;
}

.l-header__sns {
    padding-top: 16px;
}
        .l-header__list {
    padding: 24px;
}
.l-header__hamburger {
    background-size: 72%;
}
.l-header__nav {
    max-width: 240px;
	
}
		.l-hader__inner>.l-header__sns{
			display: none;
		}
}
	
/* 
header
=================================== */

.p-index-hero {
margin-top:0;
	    padding: 0;
}

@media (max-width: 767px) {

}
/* 
features
=================================== */
.p-index-features {
    position: relative;
    padding: 0 5% 0 0;
}
.p-index-features::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 3%;
    bottom: -40px;
    background-color: var(--c-base-dark);
    z-index: -1;
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}
.p-index-features::after {
    content: "";
    position: absolute;
    right: 88px;
    top: -32px;
    width: 130px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./img/img_rice01.png);
}
.p-index-features__inner {
    display: flex;
/*    max-width: var(--inner-width-md);
    margin: 0 auto;*/
}

.p-index-features__img {
    width: 50%;
}
.p-index-features__img img {
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}
.p-index-features__body {
    padding: 8% 0 0 0;
    width: 50%;
}
.p-index-features__body img {
    margin-left: auto;
    max-width: 50%;
    margin-top: 8%;
}
.p-index-features__heading span {
    margin-left: 3px;
    display: block;
    color: var(--c-main);
    font-size: var(--fontsize-lg);
}
.p-index-features__heading {
    margin: 0 0 0 8%;
    color: var(--c-main-darkest);
    max-width: 600px;
    line-height: 1.6;
}
.p-index-features__body>p{
margin-top: 16px;
	    max-width: 600px;
    text-align: left;
	padding: 0 0 0 8%;
}
.p-index-features__body>picture{
    max-width: 600px;
    width: 100%;
    display: block;
}

.p-index-features__nanatsuboshi-body {
    background-color: var(--c-white);
    border-radius: var(--radius-md);
    text-align: center;
    max-width: var(--inner-width-md);
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-top: 120px;
    padding: 48px 16px 40px;
    background: url(./img/img_rice-plant01.png) no-repeat bottom left 4%, url(./img/img_rice-plant02.png) no-repeat bottom right 4% var(--c-white);
    background-size: 104px;
}
.p-index-features__nanatsuboshi-body::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -280px;
    bottom: -140px;
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("./img/img_rice02.png");
}
.p-index-features__nanatsuboshi-body::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -96px;
    top: 16px;
    width: 240px;
    height: 104px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./img/img_top_features03.png);
}
.p-index-features__nanatsuboshi-heading {
    font-size: var(--fontsize-lg);
    margin: 0 0 24px;
    letter-spacing: .16em;
}
.p-index-features__nanatsuboshi-heading span {
    content: "";
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url(./img/bg_line01.png);
    padding-bottom: 12px;
}

@media screen and (max-width: 1500px) {
.p-index-features__nanatsuboshi-body {
    width: 80%;
}
}

@media screen and (max-width: 1279px) {
.p-index-features {
    padding: 0 6%;
}
.p-index-features::before {
    top: 40px;
    left: 0;
    right: 0;
    bottom: -40px;
	    border-radius: 0;
}
	.p-index-features__inner {
    flex-direction: column;
}
	.p-index-features__img {
    width: 100%;
    max-width: var(--inner-width-sm);
    margin: 0 auto;
}
	.p-index-features__img img {
        border-radius: var(--radius-md);
}
	.p-index-features__body {
        padding: 0;
    width: 100%;
    max-width: var(--inner-width-sm);
    margin: 0 auto;
}
.p-index-features__nanatsuboshi-body::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 5%;
    top: -40px;
    width: 160px;
    height: 72px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./img/img_top_features03.png);
}
	 .p-index-features__nanatsuboshi-body {
    width: 80%;
	    position: relative;
    margin-top: 64px;
    padding: 40px 40px 56px;
    background: url(./img/img_rice-plant01.png) no-repeat bottom left 8px, url(./img/img_rice-plant02.png) no-repeat bottom right 8px var(--c-white);
    background-size: 72px;
}
	.p-index-features__heading {
        margin: var(--m32to40) 0 0 0;
		max-width: var(--inner-width-sm);
	}
	.p-index-features__body>p {
    margin-top: 4%;
    padding: 0;
		max-width: var(--inner-width-sm);
}
	
}
@media screen and (max-width: 1023px) {

	
}
@media screen and (max-width: 767px) {
.p-index-features::after {
    right: 48px;
    top: -32px;
    width: 64px;
    height: 80px;
}
  .p-index-features__inner {
        flex-wrap: wrap;
}
 .p-index-features__nanatsuboshi-body {
        width: 100%;
	    position: relative;
    margin-top: 64px;
    background: url(./img/img_rice-plant01.png) no-repeat bottom left 8px, url(./img/img_rice-plant02.png) no-repeat bottom right 8px var(--c-white);
    background-size: 72px;
    max-width: 440px;
}   
    .p-index-features__nanatsuboshi-body p {
    text-align: left;
}
.p-index-features__img {
}

.p-index-features__body {
    width: 100%;
    padding: 0;
}
	.p-index-features__nanatsuboshi-heading span {
    display: block;
}
}
/* 
.p-index-menu
=================================== */


.p-index-menu {
    position: relative;
    display: flex;
    padding: 0 3% 0 3%;
}
.p-index-menu::before {
    content: "";
    position: absolute;
    top: 120px;
    left: 3%;
    right: 0;
    bottom: 0;
    background-color: var(--c-white);
    z-index: -1;
    border-radius: var(--radius-lg)  0 0 var(--radius-lg);
}
.p-index-menu__inner {
    width: 92%;
    margin-left: auto;
}
.p-index-menu__mv{
	padding:0 0 0 104px;
	position: relative;
}
.p-index-menu__mv::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 80px;
    height: 294px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./img/img_top_menu01.svg);
}
.p-index-menu__mv::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 16px;
    bottom: -240px;
    width: 360px;
    height: 324px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(./img/img_top_menu02.png);
}
.p-index-menu__mv img{
	border-radius: var(--radius-lg);
}
.p-index-menu__body{
	padding:0 0 40px 104px;
	position: relative;
	    max-width: 960px;
}
.p-index-menu__body img{
	width: 30%;
	position: absolute;
	right:24px;
	top: 24px;
}
.p-index-menu__heading {
    color: var(--c-main-darkest);
    max-width: 600px;
    padding-bottom: 2px;
    line-height: 1.6;
    margin-bottom: 8px;
    margin-top: var(--m32to40);
}
.p-index-menu__heading span {
    margin-left: 3px;
    display: block;
    color: var(--c-main);
    font-size: var(--fontsize-lg);
}
@media screen and (max-width: 1500px) {
.p-index-menu__mv::after {
    content: none;
}
	.p-index-menu__mv::before {
    width: 56px;
    height: 204px;
}
	.p-index-menu__mv {
    padding: 0 0 0 72px;
}
	.p-index-menu__body {
    padding: 0 0 40px 72px;
}
}
@media screen and (max-width: 767px) {
	.p-index-menu {
    padding: 0 6%;
}
.p-index-menu__mv::before {
    content: none;
}
	.p-index-menu__mv {
    padding: 0;
}
	.p-index-menu__inner {
    width: 100%;
}
	.p-index-menu__body {
    padding: 0;
}
	.p-index-menu::before {
    content: none;
}
	.p-index-menu__mv img {
    border-radius: var(--radius-md);
}
	
}

/* 
.p-index-others
=================================== */
.p-index-others{
	padding: 0 6%;
	
	}
.p-index-others__row {
    max-width: var(--inner-width-md);
    margin: 0 auto;
    display: flex;
    gap: 8%;
}
.p-index-others__row img {
    border-radius: var(--radius-lg);
}
.p-index-others__contact-heading, .p-index-others__recruit-heading {
    color: var(--c-main-darkest);
    max-width: 600px;
    padding-bottom: 2px;
    line-height: 1.6;
    margin-bottom: 8px;
    margin-top: var(--m32to40);
}
.p-index-others__contact-heading span, .p-index-others__recruit-heading span {
    margin-left: 3px;
    display: block;
    color: var(--c-main);
    font-size: var(--fontsize-lg);
}

@media screen and (max-width: 767px) {
.p-index-others__row {
    max-width: var(--inner-width-md);
    gap: var(--m-section);
    flex-direction: column;
}
	.p-index-others__row img {
    border-radius: var(--radius-md);
}
}

/* 
l-footer
=================================== */

.l-footer {
  background: var(--c-main-darker);
	color: var(--c-white);
  position: relative;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
      margin-top: 80px;
}
.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.l-footer__mv img {
  width: 100%;
  transform: translateY(-88px);
	border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.l-footer__item {
  padding: var(--m64to72) 0;
}

.l-footer-access__list{
    max-width: 480px;
    margin: 32px auto;
    padding: 0 1em;
}
.l-footer-access__list h3{
    font-size: var(--fontsize-md);
	color: var(--c-white);
	line-height: 2;
}
.l-footer-access__list li:first-of-type {
    padding-top: 0;
}
.l-footer-access__list li {
    border-bottom: 1px solid var(--c-white);
    padding: 0.4em 0;
    display: grid;
    grid-template-columns: 136px 1fr;
}

.l-footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    max-width: 480px;
    margin: 80px auto 40px;
    justify-items: center;
    padding: 0 1em;
}

.l-footer__logo img {
  width: min(200px, 100%);
  margin: 0 auto;
}
.l-footer-nav__list a, .l-footer-nav__list-sns a {
  line-height: 1.2;
  padding: 0.3em 0;
  display: block;
}


.l-footer-nav__list-sns img {
  display: inline-block;
  width: 1.2em;
  margin-bottom: -0.2em;
  margin-right: 0.4em;
}
.l-footer-nav__list-sns span {
  font-size: var(--fontSize-sm);
  display: block;
  padding-left: 1.6em;
}
.l-footer__copy {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 4% 80px;
	  border-radius: var(--radius-md) var(--radius-md) 0 0;
  }
	
  .l-footer__inner {
    grid-template-columns: 1fr;
  }
  .l-footer__item {
    order: 2;
    padding: 0;
  }
  .l-footer__mv img {
    width: min(400px, 100%);
    transform: translateY(-48px);
    margin: 0 auto;
border-radius: var(--radius-md);
}
  .l-footer-nav {
    grid-template-columns: 1fr;
  }
  .l-footer-access__list h3 {
    font-size: 13px;
}
  .l-footer-access__list li {
        grid-template-columns: 100px 1fr;
    font-size: 13px;
}
}


/* 
p-menu
=================================== */
.p-menu-overview__inner{
    max-width: var(--inner-width-md);
    margin: 0 auto;
}
.c-sub-heading01{
display: flex;
  align-items: center;
}
.c-sub-heading01{
    position: relative;
        font-size: var(--fontsize-xxl);
    margin-bottom: 1em;
        margin-top: 80px;
}
.c-sub-heading01::before, .c-sub-heading01::after{
content: '';
  flex-grow: 1;
  height: 3px;
background: var(--c-main-darkest);
}

.c-sub-heading01::before {
    margin-right: 1em;
}

.c-sub-heading01::after {
    margin-left: 1em;
}

.c-sub-heading02{
    text-align: center;
margin-bottom: 56px;
}
.c-sub-heading02 span{
    position: relative;
    padding: 0 1em;
        font-size: var(--fontsize-xxl);
}
.c-sub-heading02 span::before, .c-sub-heading02 span::after{
    position: absolute;
    top: 0.2em;
    height: 1.2em;
    content: '';
}

.c-sub-heading02 span::before {
    border-left: double 10px;
    left: 0;
    transform: rotate(-30deg);
}

.c-sub-heading02 span::after {
    border-right: double 10px;
    right: 0;
    transform: rotate(30deg);
}
.c-sub-heading03 {
    display: inline-block;
    background: var(--c-base);
    margin-left: 1em;
    padding: 0 0.4em;
}
.c-sub-heading__desc{
    max-width: var(--inner-width-sm);
margin: 0 auto;
    margin-bottom: 56px;
    
}

.p-menu-overview__list {
    max-width: var(--inner-width-md);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8em;
    row-gap: 4em;
}
.p-menu-overview__item img {
    max-width: 400px;
    margin: 0 auto;
}

.p-menu-pattern__inner{
    max-width: var(--inner-width-md);
    margin: 0 auto;
}
.p-menu-pattern__list {
    grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    column-gap: 1em;
    row-gap: 0.6em;
    display: grid;
    margin: -1.2em 0 0.6em 0;
    border: 1px solid var(--c-main);
    padding: 24px 1em 1em;
}
.p-menu-pattern__list+.c-sub-heading03{
    margin-top: 1em;
}
.p-menu-pattern__item{
    display: flex;
    gap: 0.4em;
    align-items: center;
    
}
.p-menu-pattern__item img{
    width: 40px;
    min-width: 40px;
}
.p-menu-pattern__name {
    line-height: 1.2;
}
.p-menu-menu{
    max-width: var(--inner-width-md);
        margin-right: auto;
    margin-left: auto;
}
.p-menu-menu__inner{
	max-width: var(--inner-width-md);
    margin: 0 auto;
	display: grid;
        grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
column-gap: 4em;
    row-gap:6em;
}
.p-menu-menu__name, .p-menu-overview__name{
    color: var(--c-main-darkest);
    line-height: 1.2;
        margin-top: 0.4em;
    
}
.p-menu-menu__name span, .p-menu-overview__name span{
font-size: var(--fontsize-lg);
    
}
.p-menu-menu__nori {
    background: var(--c-main-darkest);
    color: var(--c-white);
    padding: 0 0.5em 0 0.6em;
    display: inline-block;
}
.u-norinashi{
    background: var(--c-white);
    border: 1px solid var(--c-main-darkest);
    color: var(--c-main-darkest);
}
.p-menu-menu__price, .p-menu-overview__price {
    color: var(--c-main);
    font-weight: 600;
    font-size: var(--fontsize-xl);
    line-height: 1;
    padding: 0.4em 0 0.6em;
    border-bottom: 1px solid var(--c-main-darkest);
    text-align: right;
}
.p-menu-menu__tax, .p-menu-overview__tax {
    color: var(--c-main-darkest);
    font-size: var(--fontsize-md);
}
.p-menu-menu__price .u-color__main, .p-menu-overview__price .u-color__main{
    font-size: var(--fontsize-md);
}
.p-menu-menu__allergy {
    margin: 0;
}

@media screen and (max-width: 767px) {

.p-menu-menu__inner {
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
     column-gap: 1em;
    row-gap: 2em;
}
    .p-menu-overview__list{
     column-gap: 1em;
    row-gap: 4em;
            grid-template-columns: 1fr;
}
    .c-sub-heading01::before {
    margin-right: 0.4em;
}

.c-sub-heading01::after {
    margin-left: 0.4em;
}
    .p-menu-overview__item img {
    max-width: 240px;
}
	}
/* 
p-recruit
=================================== */
.p-recruit__inner, .p-contact__inner{
    max-width: var(--inner-width-md);
    margin: 0 auto;
}


.docswell-iframe-wrapper{
    margin-bottom: 4em;
        padding-top: calc((9 / 16* 100%) + 56px);
    position: relative;
}

.docswell-iframe-wrapper>div{
position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
        aspect-ratio: auto !important;
}



.c-sub p{
    line-height: 1.6;
}
.c-sub p+p{
    margin-top: 0.4em;
}
.c-sub li{
    line-height: 1.8;
}
.c-sub ul+h2{
    margin-top: calc(1.6em - 88px);
    padding-top: 88px;
}
.c-sub p+h2{
    margin-top: calc(1.6em - 88px);
    padding-top: 88px;
}
.c-sub ul+p{
    margin-top: 1em;
}
.c-sub p+h3{
    margin-top: 1em;
}
.c-sub ul+h3{
    margin-top: 1em;
}
.c-sub h2 {
    margin-bottom: 0.1em;
	margin-top: -88px;
    padding-top: 88px;
}


.c-sub h3 {
    color: var(--c-main-darkest);
    margin-top: 0.2em;
	margin-bottom: 0.1em;
    font-size: var(--fontsize-lg);
}




/* 
p-stock
=================================== */

.p-stock__inner{
    max-width: var(--inner-width-sm);
    margin: 0 auto;
}


.p-stock-filter__list {
    display: flex;
    align-items: center;
    font-size: var(--fontsize-lg);
}
.p-stock h2{
    margin-top: 88px;
    padding: 0;
}
    .p-stock-cook__list {
    display: flex;
    justify-content: space-between;
        font-size: var(--fontsize-lg);
}
.p-stock-filter__list input[type=radio] {
    width: 1.2em;
    height: 1.2em;
    margin: 0 0.4em 0 1.6em;
    padding: 0;
    border: 2px solid main; /* 外側の円の色を青に設定 */
    border-radius: 50%; /* ラジオボタンを円形にする */
    background-color: main; /* 中の円の色を青に設定 */
}

.p-stock-filter__list input[type=radio]:first-of-type {
    margin: 0 0.4em 0 0;
    
}

.p-stock-menu__item {
    display: flex;
    gap: 1em;
}
.p-stock_menu__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.p-stock_menu__number{
    font-size: var(--fontsize-xl);
        line-height: 1;
		color: var(--c-main);
}
.p-stock-menu__change__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    row-gap: 1em;
}
.p-stock-menu__item h3 {
    width: 56px;
    font-size: var(--fontsize-md);
}
.p-stock-menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    row-gap: 2em;
}
.p-stock-menu__change__list li {
    border: 1px solid #ccc;
    padding: 2px 2px;
}








/* teaser
=================================== */
.main-teaser{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
}
.main-teaser .hero {
    background-color: var(--color-white--dark);
    font-weight: 700;
    padding: 4%;
    height: 100vh;
    height: 100dvh;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 16px solid var(--color-main--dark);
    border-bottom: 16px solid var(--color-main--dark);
    width: 100%;
}
.main-teaser .hero__logo {
    max-width: 400px;
    width: 56%;
    min-width: 280px;
    margin-bottom: 16px;
}
.main-teaser .hero__release-date{
    font-size: clamp(32px, calc(2rem + ((1vw - 3.6px) * 5.2174)), 80px);
    margin: 10px auto;
    text-align: center;
    margin: clamp(32px, calc(2rem + ((1vw - 3.6px) * 5.2174)), 80px) auto;
    line-height: 1;
    font-weight: 700;
}
.main-teaser .hero__release-date-label{
    font-size: clamp(40px, calc(2.5rem + ((1vw - 3.6px) * 8.6957)), 120px);
    margin: 0;
}
.main-teaser .hero__heading {
    /* font-size: clamp(20px, calc(1.25rem + ((1vw - 3.6px) * 2.5)), 43px); */
	font-size: clamp( 24px, calc( 11.478260869565217px + 3.4782608695652173vw ), 56px );
    line-height: 1.65;
    padding: clamp( 16px, calc( 6.608695652173914px + 2.608695652173913vw ), 40px ) 0 0 4px;
    text-align: center;
}


/* --- Introduction Section --- */







/* --- 企業の業務改善やシステム導入時の課題 Section --- */
/* --- 提供サービス例 --- */
.timeline-challenges {

}

.timeline-challenges__title, .timeline-services__title {
    text-align: center;
    margin-bottom: 2em;
}

.timeline-challenges__list, .timeline-services__list {
    list-style: none;
    padding-left: 30px; /* Space for timeline line and dots */
    position: relative; /* For positioning the timeline line */
}

/* The vertical timeline line */
.timeline-challenges__list::before, .timeline-services__list::before {
    content: '';
    position: absolute;
    top: 10px; /* Start below the first dot */
    bottom: 1px; /* End above the last dot */
    left: 8px; /* Position the line */
    width: 2px;
    background-color: var(--color-main--lighter) /* main color for the line */
}

.timeline-challenges__item, .timeline-services__item {
    position: relative; /* For positioning the timeline dot */
    margin-bottom: 3em; /* Space between items */
}

/* The timeline dot */
.timeline-challenges__item::before, .timeline-services__item::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -27px;
    width: var(--font-size--smaller);
    height: var(--font-size--smaller);
    background-color: var(--color-main--light);
    border-radius: 50%;
    z-index: 1;
}

.timeline-challenges__phase, .timeline-services__phase {
    color: var(--color-main--dark); /* main color for phase */
    margin-bottom: 0.2em;
}

.timeline-challenges__detail {

}

/* Adjustments for smaller screens if needed */
 @media all and (max-width: 767px) {

    .timeline-challenges__title {
    }
    .timeline-challenges__phase {
    }
    .timeline-challenges__list {
    }
    .timeline-challenges__item::before {
    }
}



/* --- Section Divider --- */
.section-divider {
    width: 100%;
    height: 40px; /* ご指定の高さ */
    background: var(--color-white); /* 上のセクションの背景色と同じにする */
  }
  
  /* 下向き三角形のModifier */
  .section-divider--triangle-down {
    clip-path: polygon(0 0, 100% 0, 50% 100%); /* 下向きの三角形に切り抜く */
    margin-bottom: 1px; /* 上にできる隙間をなくす */
  }
  
  /* --- セクション間のマージン調整 --- */
  /* 区切り要素と上下のセクションを密着させる場合 */
  .timeline-challenges {
    margin-bottom: -24px; /* 下のマージンを削除 */
    /* 必要であれば padding-bottom: 0; も追加 */
  }
  

  /* --- CM Introduction Section --- */
  .intro-cm {
    padding: 0;
    background-color: var(--color-main--lightest);
    color: var(--color-gray--darkest);
    margin-top: -40px;
    width: 100%;
}
  .intro-cm .container{
    padding: calc(40px + var(--section-margin--large)) 4%;
}
  .intro-cm__layout {
    display: grid; /* Gridレイアウトを使用 */
    grid-template-columns: 1fr 1fr; /* PCでは左右均等な2カラム */
    gap: 4em; /* カラム間の隙間 */
    align-items: center; /* 内容物を垂直方向中央に揃える */
  }
  
  .intro-cm__title {
    margin-bottom: 1.5em;
    text-align: center;
  }
  
  .intro-cm__text {
    margin: 0 auto;
    max-width: 800px;
}
  
  .intro-cm__text p:last-child {
    margin-bottom: 0;
  }
  
  .intro-cm__illustration {
    /* イラストコンテナのスタイル */
    text-align: center; /* 画像を中央揃えにする場合 */
  }
  
  /* イラストのプレースホルダー（実際の画像がない場合） */
  .intro-cm__placeholder {
      background-color: #e0e0e0;
      min-height: 250px; /* イラストの高さに応じて調整 */
      display: flex;
      align-items: center;
      justify-content: center;
      color: #888;
      font-size: 1.1em;
      border-radius: 8px;
  }
  
  /* --- Responsive Adjustments for CM Intro --- */
  @media all and (max-width: 1279px) {
    .intro-cm__layout {
      grid-template-columns: 1fr; /* スマホでは1カラム */
      gap: 2em; /* 縦方向の隙間 */
      
    }
  
    /* スマホ表示でイラストを上にしたい場合は order を使う */
    /* .intro-cm__illustration {
         order: -1;
     } */
  
     img.intro-cm__img {
        margin: 24px auto 0;
    }
  }






/* --- Project Structure Section --- */
.section--project-structure {
    padding: 3em 0;
    background-color: #f8f9fa; /* 背景色（例: 少し明るいグレー） */
    text-align: center; /* セクション内の要素を中央揃え */
  }
  
  .project-structure__title {
    font-size: 1.6em;
    font-weight: bold;
    color: #333;
    margin-bottom: 1em;
  }
  
  .project-structure__description {
    font-size: 0.95em;
    color: #555;
    max-width: 700px; /* 説明文の最大幅を制限 */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    line-height: 1.8;
  }
  
  .project-structure__diagram {
    margin-bottom: 1.5em;
  }
  
  .project-structure__diagram img {
    max-width: 100%; /* 画像がコンテナ幅を超えないように */
    height: auto; /* アスペクト比を維持 */
    display: block; /* マージンautoでの中央揃えのため */
    margin-left: auto;
    margin-right: auto;
  }
  
  .project-structure__annotation {
    font-size: 0.85em;
    color: #777;
  }
  
  /* --- Responsive Adjustments for Project Structure --- */
   @media all and (max-width: 767px) {
    .section--project-structure {
      padding: 2em 0;
    }
    .project-structure__title {
      font-size: 1.4em;
    }
    .project-structure__description {
       max-width: 95%; /* スマホでは幅制限を緩める */
       font-size: 0.9em;
    }
     .project-structure__annotation {
      font-size: 0.8em;
    }
  }