@charset "UTF-8";
/*
 * reset.css • v1.0.0
 * andex
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: inherit;
  border-style: none;
}

:focus-visible {
  outline: 2px solid #0057a0;
  outline-offset: 3px;
}

:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html, body {
  background: #FEFCF3;
  width: 100%;
  color: #9E7F64;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.896rem + 0.14vw, 1rem);
  letter-spacing: 1px;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
}
@media screen and (max-width: 780px) {
  html, body {
    font-size: 15px;
  }
}

#wrap {
  width: 100%;
  overflow-x: hidden !important;
  isolation: isolate;
  background: #FEFCF3;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 780px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

ul, ol {
  list-style-type: none;
}

.pcview {
  display: block !important;
}
@media screen and (max-width: 780px) {
  .pcview {
    display: none !important;
  }
}

.spview {
  display: none !important;
}
@media screen and (max-width: 780px) {
  .spview {
    display: block !important;
  }
}

h2, h3 {
  font-weight: 600;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.header__hero {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999;
}
@media screen and (max-width: 1100px) {
  .header__hero {
    width: 16%;
    max-width: 110px;
  }
}
@media screen and (max-width: 780px) {
  .header__hero {
    top: 20px;
    left: 20px;
    width: 27%;
  }
}
.header__hero-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.header__menu-btn {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 61px;
  height: 81px;
  background: url(../img/menu-bg.svg) no-repeat;
  background-size: cover;
  z-index: 1000;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .header__menu-btn {
    top: 13px;
    right: 15px;
    width: 57px;
    height: 76px;
  }
}
.header__menu-btn-icon {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.header__menu-btn-icon span::before {
  content: "";
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../img/menu-icon.svg) no-repeat;
  background-size: 100%;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 780px) {
  .header__menu-btn-icon span::before {
    width: 32px;
    height: 32px;
  }
}
.header__menu-btn-icon span::after {
  content: "";
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 33px;
  height: 9px;
  background: url(../img/menu-txt.svg) no-repeat;
  background-size: 100%;
}
@media (hover: hover) {
  .header__menu-btn:not(.is-open):hover span::before {
    animation: rotate3 3.2s linear infinite;
  }
}
.header__menu-btn.is-open span::before {
  animation: none;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.header__menu-btn.is-open span::after {
  background: url(../img/menu-close-txt.svg) no-repeat;
  background-size: 100%;
}
@media (hover: hover) {
  .header__menu-btn.is-open:hover span::before {
    animation: rotate3-close 1.2s linear infinite;
  }
}

.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FEFCF3;
  clip-path: circle(0% at 100% 0%);
  transition: clip-path 0.7s ease-in-out;
  pointer-events: none;
  visibility: hidden;
}
.header__menu .cover {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 780px) {
  .header__menu .cover {
    display: block;
    overflow-y: scroll;
    height: 100dvh;
    -webkit-overflow-scrolling: touch;
  }
}
.header__menu .header__menu-image {
  position: relative;
  width: clamp(400px, 48%, 860px);
  height: 100dvh;
  background: url(../img/nav-image.jpg) no-repeat;
  background-position: 40% top;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .header__menu .header__menu-image {
    background-position: 44% top;
  }
}
@media screen and (max-width: 780px) {
  .header__menu .header__menu-image {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}
.header__menu .header__menu-image .header__menu-logo {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50%;
  min-width: 350px;
}
@media screen and (max-width: 1100px) {
  .header__menu .header__menu-image .header__menu-logo {
    min-width: inherit;
    width: 60%;
  }
}
@media screen and (max-width: 780px) {
  .header__menu .header__menu-image .header__menu-logo {
    top: 32%;
    width: 40%;
    min-width: 250px;
  }
}
.header__menu .header__nav {
  position: relative;
  width: 52%;
  min-width: 690px;
  height: 100dvh;
  overflow-y: scroll;
}
@media screen and (max-width: 1100px) {
  .header__menu .header__nav {
    min-width: 435px;
  }
}
@media screen and (max-width: 780px) {
  .header__menu .header__nav {
    height: auto;
    overflow-y: visible;
    width: 100%;
    min-width: inherit;
    padding: 60px 30px 30px;
  }
}
.header__menu .header__nav .header__nav-list {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 4dvh 0;
}
@media screen and (max-width: 1100px) {
  .header__menu .header__nav .header__nav-list {
    gap: 20px 0;
  }
}
@media screen and (max-width: 780px) {
  .header__menu .header__nav .header__nav-list {
    position: relative;
    top: initial;
    left: initial;
    transform: translateY(0);
    gap: 20px 0;
  }
}
.header__menu .header__nav .header__nav-list a {
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 4px;
  color: transparent;
  background: linear-gradient(to right, #DD6843 50%, #9E7F64 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.6s;
}
.header__menu .header__nav .header__nav-list a:visited {
  color: #9E7F64;
  transition: ease all 0.3s;
}
.header__menu .header__nav .header__nav-list a .header__nav-text {
  display: block;
  width: fit-content;
  font-size: clamp(1.425rem, 0.625rem + 1.67vw, 1.875rem);
  font-family: "Roboto", serif;
  font-weight: 700;
  letter-spacing: 10px;
  margin-block-end: 10px;
  color: transparent;
  background: linear-gradient(to right, #DD6843 50%, #9E7F64 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.6s;
}
@media screen and (max-width: 780px) {
  .header__menu .header__nav .header__nav-list a .header__nav-text {
    margin-block-end: 5px;
  }
}
@media (hover: hover) {
  .header__menu .header__nav .header__nav-list a:hover {
    background-position: 0 100%;
  }
  .header__menu .header__nav .header__nav-list a:hover .header__nav-text {
    background-position: 0 100%;
  }
}
.header__menu .header__nav .header__nav-list .header__nav-child {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 1.1fr;
  gap: 15px 40px;
}
@media screen and (max-width: 1100px) {
  .header__menu .header__nav .header__nav-list .header__nav-child {
    grid-template-columns: 1fr;
    gap: 7px 0;
  }
}
@media screen and (max-width: 780px) {
  .header__menu .header__nav .header__nav-list .header__nav-child {
    grid-template-columns: 1fr;
    gap: 5px 0;
  }
}
.header__menu .header__nav .header__nav-list .header__nav-child li {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.header__menu .header__nav .header__nav-list .header__nav-child li::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/list-icon-rice.svg) no-repeat;
  background-size: cover;
}
.header__menu .header__nav .is-overflow {
  top: 0px;
  transform: translateY(0);
  padding: 40px 0;
}
.header__menu .header__nav .header__nav-sub {
  margin-block-start: 5dvh;
}
.header__menu .header__nav .header__nav-sub a {
  color: #9E7F64;
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
}
.header__menu .header__nav .header__nav-sub a:visited {
  color: #9E7F64;
}
.header__menu.is-open {
  clip-path: circle(150% at 100% 0%);
  pointer-events: auto;
  visibility: visible;
}
.header__menu .header__nav-icon {
  position: absolute;
  bottom: 25px;
  right: 20px;
}
@media screen and (max-width: 930px) {
  .header__menu .header__nav-icon > div {
    display: none;
  }
}
.header__menu .header__nav-icon > div:nth-of-type(1) {
  width: 180px;
  margin-inline-start: -50px;
  margin-block-end: -15px;
  animation: floatUp 3s infinite ease-in-out;
}
.header__menu .header__nav-icon > div:nth-of-type(2) {
  width: 120px;
  transform: rotate(-8deg);
}

@keyframes rotate3 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(1080deg);
  }
}
@keyframes rotate3-close {
  0% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.header__sub {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-block-start: 150px;
}
.header__sub h1 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 7px;
  text-indent: 7px;
  font-size: clamp(0.875rem, 0.792rem + 0.28vw, 1rem);
  margin-block-end: 60px;
}
@media screen and (max-width: 780px) {
  .header__sub h1 {
    margin-block-end: 40px;
  }
}
.header__sub h1 span {
  display: block;
  font-size: clamp(1.25rem, 0.417rem + 2.78vw, 3.5rem);
  font-family: "Roboto", serif;
  font-weight: 700;
  letter-spacing: 12px;
  text-indent: 12px;
}

main {
  margin: 0 auto;
  width: min(92%, 1980px);
}

.scale-box {
  overflow: hidden;
  display: block;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.scale-box.is-show {
  opacity: 1;
}
.scale-box.is-show img {
  transform: scale(1);
}
.scale-box img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.15);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.footer {
  width: 100vw;
  margin: -2px calc(50% - 50vw) 0;
  color: #FFF;
  background: #DD6843;
  text-align: center;
  padding: 45px 5% 20px;
  border-radius: 40px 40px 0 0;
  position: relative;
}
.footer .footer__contact {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 250px;
}
@media screen and (max-width: 780px) {
  .footer .footer__contact {
    width: 200px;
  }
}
.footer .footer__contact img:nth-of-type(1) {
  position: absolute;
  left: 10px;
  bottom: 170px;
  width: 70%;
}
@media screen and (max-width: 780px) {
  .footer .footer__contact img:nth-of-type(1) {
    left: 5px;
    bottom: 130px;
  }
}
.footer .footer__contact img:nth-of-type(2) {
  width: fit-content;
  position: absolute;
  left: -100px;
  bottom: -10px;
}
@media screen and (max-width: 780px) {
  .footer .footer__contact img:nth-of-type(2) {
    left: -85px;
  }
}
.footer .footer__contact a .footer__contact-img {
  transform: rotate(0deg);
  transition: ease all 0.2s;
}
@media (hover: hover) {
  .footer .footer__contact a:hover .footer__contact-img {
    transform: rotate(-5deg);
  }
}
.footer .footer__contact-txt {
  position: absolute;
  left: 20px;
  bottom: 200px;
  animation: floatUp 3s infinite ease-in-out;
}
@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-10px);
    /* 10px上に浮く */
  }
  15% {
    transform: translateY(0);
    /* 元に戻る */
  }
  100% {
    transform: translateY(0);
  }
}
.footer .footer__main img {
  display: block;
  margin-inline: auto;
  max-width: 60%;
  margin-block-end: 15px;
}
.footer .footer__main p:first-of-type {
  letter-spacing: 10px;
  font-size: clamp(0.813rem, 0.729rem + 0.28vw, 0.938rem);
}
.footer .footer__main p:last-of-type {
  font-size: clamp(0.688rem, 0.604rem + 0.28vw, 0.813rem);
  color: #F3BDAB;
  letter-spacing: 5px;
  margin-block-start: 25px;
}
.footer .fixed-bottom {
  transition: opacity 0.3s, visibility 0.3s;
}
.footer .fixed-bottom.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.home section + section {
  margin-block-start: 80px;
}
@media screen and (max-width: 780px) {
  .home section + section {
    margin-block-start: 60px;
  }
}
.home .mainvl {
  position: relative;
  display: grid;
  grid-template-columns: 3fr 1.5fr 4.5fr;
  grid-template-areas: "a b c";
  margin-block-start: 130px;
  align-items: center;
  gap: 0 80px;
}
.home .mainvl img {
  border-radius: 35px;
}
@media screen and (max-width: 780px) {
  .home .mainvl img {
    border-radius: 15px;
  }
}
.home .mainvl .mainvl__content {
  grid-area: b;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: start;
  gap: 0 30px;
}
.home .mainvl .mainvl__content img {
  border-radius: 0;
  width: 28px;
}
.home .mainvl .mainvl__content img:nth-of-type(2) {
  margin-block-start: 40px;
}
@media screen and (max-width: 1100px) {
  .home .mainvl .mainvl__content img:nth-of-type(2) {
    margin-block-start: 30px;
  }
}
@media screen and (max-width: 780px) {
  .home .mainvl .mainvl__content img:nth-of-type(2) {
    margin-block-start: 30%;
  }
}
@media screen and (max-width: 1100px) {
  .home .mainvl .mainvl__content {
    gap: 0 15px;
  }
  .home .mainvl .mainvl__content img {
    width: 22px;
  }
}
@media screen and (max-width: 780px) {
  .home .mainvl .mainvl__content {
    gap: 0 7%;
  }
  .home .mainvl .mainvl__content img {
    width: 22%;
  }
}
.home .mainvl .mainvl__image-first {
  position: relative;
  grid-area: a;
  margin-block-end: -200px;
  will-change: transform;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .home .mainvl .mainvl__image-first {
    margin-block-end: 0px;
  }
  .home .mainvl .mainvl__image-first img {
    width: 50%;
    margin-inline-start: 50%;
  }
}
.home .mainvl .mainvl__image-second {
  position: relative;
  grid-area: c;
  will-change: transform;
  z-index: 2;
}
.home .mainvl .mainvl__image-third {
  position: absolute;
  bottom: -45px;
  left: -20px;
  width: 60%;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .home .mainvl {
    align-items: center;
    padding: 2%;
    grid-template-columns: 8fr 2.3fr;
    grid-template-areas: "c b" "a a";
    gap: 40px 20px;
  }
}
.home h2 {
  font-size: clamp(1.063rem, 0.938rem + 0.42vw, 1.35rem);
  letter-spacing: 10px;
  margin-block-end: 30px;
}
.home .content-entitle {
  display: block;
  writing-mode: vertical-rl;
  text-align: left;
  order: 2;
  font-size: clamp(1.8rem, 0.417rem + 2.78vw, 3.5rem);
  font-family: "Roboto", serif;
  font-weight: 800;
  letter-spacing: 15px;
}
@media screen and (max-width: 780px) {
  .home .content-entitle {
    order: -1;
    writing-mode: horizontal-tb;
    letter-spacing: 10px;
  }
}
.home .aboutus {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  grid-template-areas: "a b";
  gap: 20px 7vw;
}
.home .aboutus .aboutus__image {
  grid-area: a;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 0 50px;
  margin-inline-start: 10%;
}
.home .aboutus .aboutus__image img {
  border-radius: 20px;
}
@media screen and (max-width: 780px) {
  .home .aboutus .aboutus__image img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 780px) {
  .home .aboutus .aboutus__image {
    gap: 0 20px;
    margin-inline-start: 0;
  }
}
.home .aboutus .aboutus__image-first {
  margin-block-start: -40%;
  will-change: transform;
}
@media screen and (max-width: 780px) {
  .home .aboutus .aboutus__image-first {
    margin-block-start: 50px;
  }
}
.home .aboutus .aboutus__image-second {
  will-change: transform;
  margin-block-start: -50px;
}
.home .aboutus .aboutus__image-third {
  position: absolute;
  bottom: -80px;
  left: -30px;
  width: 45%;
}
@media screen and (max-width: 780px) {
  .home .aboutus .aboutus__image-third {
    left: initial;
    right: -30px;
    bottom: -80px;
  }
  .home .aboutus .aboutus__image-third img {
    transform: scaleX(-1);
  }
}
.home .aboutus .aboutus__content {
  grid-area: b;
  display: grid;
  grid-template-columns: 5fr 1fr;
  max-width: 600px;
}
.home .aboutus .aboutus__content-text {
  order: 1;
  margin-block-start: 10%;
}
@media screen and (max-width: 780px) {
  .home .aboutus .aboutus__content-text {
    margin-block-start: 10px;
  }
}
.home .aboutus .aboutus__content-text p {
  letter-spacing: 3px;
  line-height: 2;
}
.home .aboutus .aboutus__content-text p + p {
  margin-block-start: 20px;
}
@media screen and (max-width: 780px) {
  .home .aboutus .aboutus__content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 780px) {
  .home .aboutus {
    grid-template-columns: 1fr;
    grid-template-areas: "b" "a";
    gap: 80px 7vw;
    margin-block-start: 100px;
  }
}
.home .company {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  display: grid;
  grid-template-columns: 5fr 4fr 2fr;
  gap: 20px 7vw;
  position: relative;
}
.home .company .scale-box img {
  border-radius: 20px;
}
@media screen and (max-width: 780px) {
  .home .company .scale-box img {
    border-radius: 15px;
  }
}
.home .company .company__image .company__image-first {
  margin-block-start: -10%;
}
.home .company .company__image .company__image-first img {
  width: 70%;
}
.home .company .company__image .company__image-second {
  width: 65%;
  margin: 5% 0 0 25%;
}
.home .company .company__content {
  display: grid;
  grid-template-columns: 1fr 9fr;
  max-width: 400px;
  gap: 20px 60px;
  margin-block-start: 20%;
}
.home .company .company__content-text {
  order: 2;
  margin-block-start: 10%;
}
.home .company .company__content-text p {
  letter-spacing: 3px;
  line-height: 1;
}
.home .company .company__content-text p + p {
  margin-block-start: 20px;
}
@media screen and (max-width: 780px) {
  .home .company .company__content-text {
    margin-block-start: 0;
  }
}
@media screen and (max-width: 780px) {
  .home .company .company__content {
    grid-template-columns: 1fr;
    gap: 0;
    order: 1;
    margin-block-start: 10px;
  }
}
.home .company .company__content .company__content-list li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: clamp(1.1rem, 0.917rem + 0.28vw, 1.125rem);
}
.home .company .company__content .company__content-list li::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/list-icon-rice.svg) no-repeat;
  background-size: cover;
}
.home .company .company__content .company__content-list li a {
  text-decoration: none;
  letter-spacing: 7px;
  color: #9E7F64;
  font-weight: 500;
  transition: ease all 0.3s;
}
.home .company .company__content .company__content-list li a:visited {
  color: #9E7F64;
}
@media (hover: hover) {
  .home .company .company__content .company__content-list li a:hover {
    color: #DD6843;
  }
}
.home .company .company__content .company__content-list li + li {
  margin-block-start: 20px;
}
@media screen and (max-width: 780px) {
  .home .company .company__content .company__content-list li + li {
    margin-block-start: 10px;
  }
}
.home .company .company__image-right {
  position: relative;
}
@media screen and (max-width: 780px) {
  .home .company .company__image-right {
    order: 3;
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 20px 25px;
  }
}
.home .company .company__image-right .company__image-first {
  position: absolute;
  top: -10%;
  right: 0;
}
.home .company .company__image-right .company__image-first img {
  border-radius: 20px 0 0 20px;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .home .company .company__image-right .company__image-first {
    position: inherit;
    order: 2;
    margin-block-start: -20px;
  }
  .home .company .company__image-right .company__image-first img {
    border-radius: 15px;
    object-fit: cover;
    aspect-ratio: 4/5;
  }
}
.home .company .company__image-right .company__image-second {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: -40%;
  z-index: 20;
}
.home .company .company__image-right .company__image-second img {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 780px) {
  .home .company .company__image-right .company__image-second {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .home .company .company__image-right .company__image-third {
    margin-block-start: 50px;
  }
}
.home .company .rice-dots-brown {
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-brown.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -130px;
  right: -50px;
  z-index: 10;
}
@media screen and (max-width: 780px) {
  .home .company .rice-dots-brown {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 780px) {
  .home .company {
    grid-template-columns: 1fr;
    width: 93%;
    margin-inline: auto;
  }
  .home .company h2 {
    margin-block-end: 30px;
  }
}
.home .video {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
  height: 70dvh;
  min-height: 350px;
  max-height: 800px;
  z-index: 5;
}
@media screen and (max-width: 780px) {
  .home .video {
    height: 350px;
    max-height: inherit;
    margin-block: 80px;
  }
}
.home .video .video__media-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home .video .cover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.18);
  z-index: 2;
}
.home .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 115%;
  object-fit: cover;
}
.home .business {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: url(../img/home/rice-bg.svg) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: relative;
  margin-block-start: 0;
  padding-block-start: 100px;
}
@media screen and (max-width: 780px) {
  .home .business {
    padding-block-start: 0;
  }
}
.home .business .business__content {
  width: 80%;
  max-width: 1100px;
  margin-inline: auto;
  padding-block-end: 80px;
  display: grid;
  grid-template-columns: 9fr 1fr;
  gap: 20px 2vw;
}
@media screen and (max-width: 780px) {
  .home .business .business__content {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 0;
    padding-block-end: 0;
  }
}
.home .business .business__content h2 {
  text-align: right;
  margin-block-start: 10%;
}
@media screen and (max-width: 780px) {
  .home .business .business__content h2 {
    text-align: left;
    margin-block-start: 0;
  }
}
@media screen and (max-width: 780px) {
  .home .business .business__content .business__content-menu {
    order: 2;
  }
}
.home .business .business__content .business__content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 5vw;
}
.home .business .business__content .business__content-list li {
  position: relative;
  width: 100%;
  aspect-ratio: 3/3.72;
  background: url(../img/home/business/business-01.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 25px;
  transition: ease all 0.6s;
}
@media screen and (max-width: 780px) {
  .home .business .business__content .business__content-list li {
    border-radius: 15px;
    aspect-ratio: 4/2.8;
  }
}
.home .business .business__content .business__content-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .business .business__content .business__content-list li span {
  background: #9E7F64;
  color: #FFF;
  display: block;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 20px 7px 23px;
  font-size: clamp(1rem, 0.958rem + 0.14vw, 1.063rem);
  font-weight: 500;
  letter-spacing: 3px;
  border-radius: 25px 0 25px 0;
}
@media screen and (max-width: 780px) {
  .home .business .business__content .business__content-list li span {
    border-radius: 15px 0 15px 0;
  }
}
.home .business .business__content .business__content-list li:nth-child(1) {
  margin-block-start: -20%;
}
@media screen and (max-width: 780px) {
  .home .business .business__content .business__content-list li:nth-child(1) {
    margin-block-start: 0;
  }
}
.home .business .business__content .business__content-list li:nth-child(2) {
  background: url(../img/home/business/business-02.jpg) no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (hover: hover) {
  .home .business .business__content .business__content-list li:hover {
    background-size: 110%;
  }
}
@media screen and (max-width: 780px) {
  .home .business .business__content .business__content-list {
    order: 2;
    margin-block-start: 30px;
    grid-template-columns: 1fr;
  }
}
.home .business .business__image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 780px) {
  .home .business .business__image {
    width: 40%;
    bottom: -80px;
  }
}
.home .business .rice-dots-white {
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20%;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 780px) {
  .home .business .rice-dots-white {
    width: 150px;
    height: 150px;
    bottom: -150px;
    left: -15px;
  }
}
.home .news {
  width: 100vw;
  margin: -2px calc(50% - 50vw) 0;
  background: #FCF4E4;
  padding-block: 80px;
}
.home .news .content-entitle {
  position: relative;
  z-index: 11;
}
.home .news .news__content {
  width: 80%;
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 0.4fr 9.6fr;
  gap: 20px 7vw;
}
@media screen and (max-width: 780px) {
  .home .news .news__content {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.home .news .news__content .content-entitle {
  order: 1;
  margin-inline-start: -100%;
}
@media screen and (max-width: 780px) {
  .home .news .news__content .content-entitle {
    margin-inline-start: 0;
  }
}
.home .news .news__content .news__content-list {
  order: 2;
}
.home .news .news__content .news__content-items .news__content-item {
  display: grid;
  grid-template-columns: 1.5fr 8.5fr;
  gap: 5px 10px;
  border-top: 1px solid #B7A18C;
  padding: 30px 5px;
}
@media screen and (max-width: 780px) {
  .home .news .news__content .news__content-items .news__content-item {
    grid-template-columns: 1fr;
  }
}
.home .news .news__content .news__content-items .news__content-item a {
  color: #9E7F64;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  transition: ease all 0.3s;
}
.home .news .news__content .news__content-items .news__content-item a:visited {
  color: #9E7F64;
}
@media (hover: hover) {
  .home .news .news__content .news__content-items .news__content-item a:hover {
    color: #DD6843;
  }
}
.home .news .news__content .news__content-items .news__content-item:last-of-type {
  border-bottom: 1px solid #B7A18C;
}
.home .gallery {
  padding: 60px 0 180px;
  width: 100vw;
  margin: 0 calc(50% - 50vw) -50px;
  background: #FCF4E4;
}
.home .gallery video {
  width: 100%;
  display: block;
}
@media screen and (max-width: 780px) {
  .home .gallery {
    padding: 0 0 100px;
  }
}
.home .gallery__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  grid-auto-flow: row;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-end;
}
@media screen and (max-width: 780px) {
  .home .gallery__container {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }
}
.home .gallery__item {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  aspect-ratio: 1/1;
}
.home .gallery__item--large {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}
.home .gallery__text {
  display: grid;
  grid-template-columns: 9.5fr 0.5fr;
  gap: 20px 2vw;
  align-items: center;
  padding: 0 0 0 15%;
}
.home .gallery__text--wide {
  grid-column: span 2;
}
@media screen and (max-width: 780px) {
  .home .gallery__text {
    grid-template-columns: 1fr;
    order: -1;
    padding: 0;
    gap: 0;
  }
}
.home .gallery__subtitle {
  font-size: 0.9rem;
  color: #bfa17a;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}
.home .gallery__title {
  font-size: 1.8rem;
  color: #5d4037;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.home .gallery__desc {
  line-height: 2;
  letter-spacing: 7px;
}

.company:not(.home *) section + section,
.business:not(.home *) section + section,
.contact:not(.home *) section + section,
.news:not(.home *) section + section,
.privacy:not(.home *) section + section {
  padding: 100px 0;
}
@media screen and (max-width: 780px) {
  .company:not(.home *) section + section,
  .business:not(.home *) section + section,
  .contact:not(.home *) section + section,
  .news:not(.home *) section + section,
  .privacy:not(.home *) section + section {
    padding: 80px 0;
  }
}
.company:not(.home *) h2,
.business:not(.home *) h2,
.contact:not(.home *) h2,
.news:not(.home *) h2,
.privacy:not(.home *) h2 {
  text-align: center;
  font-size: clamp(1.125rem, 0.625rem + 1.67vw, 1.875rem);
  letter-spacing: 15px;
  margin-inline-start: 15px;
  margin-block-end: 50px;
}
@media screen and (max-width: 780px) {
  .company:not(.home *) h2,
  .business:not(.home *) h2,
  .contact:not(.home *) h2,
  .news:not(.home *) h2,
  .privacy:not(.home *) h2 {
    margin-block-end: 30px;
    letter-spacing: 10px;
    margin-inline-start: 10px;
  }
}
.company:not(.home *) h2 span,
.business:not(.home *) h2 span,
.contact:not(.home *) h2 span,
.news:not(.home *) h2 span,
.privacy:not(.home *) h2 span {
  color: #DD6843;
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
  letter-spacing: 7px;
  display: block;
  position: relative;
  margin-block-end: 10px;
}
.company:not(.home *) h2 span::before,
.business:not(.home *) h2 span::before,
.contact:not(.home *) h2 span::before,
.news:not(.home *) h2 span::before,
.privacy:not(.home *) h2 span::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/list-icon-rice.svg) no-repeat;
  width: 10px;
  height: 16px;
  background-size: 100%;
}
@media screen and (max-width: 780px) {
  .company:not(.home *) h2 span,
  .business:not(.home *) h2 span,
  .contact:not(.home *) h2 span,
  .news:not(.home *) h2 span,
  .privacy:not(.home *) h2 span {
    letter-spacing: 4px;
  }
  .company:not(.home *) h2 span::before,
  .business:not(.home *) h2 span::before,
  .contact:not(.home *) h2 span::before,
  .news:not(.home *) h2 span::before,
  .privacy:not(.home *) h2 span::before {
    top: -17px;
    width: 9px;
    height: 15px;
  }
}

.company {
  margin: 0 auto;
  width: min(1100px, 92%);
}
.company .greeting {
  position: relative;
}
.company .greeting p {
  letter-spacing: 5px;
  line-height: 2;
}
.company .greeting p + p {
  margin-block-start: 23px;
}
.company .greeting figure {
  margin-block-start: 50px;
  margin-inline: auto;
  width: 800px;
  max-width: 70%;
}
@media screen and (max-width: 780px) {
  .company .greeting figure {
    max-width: 100%;
  }
}
.company .greeting figure img {
  border-radius: 25px;
}
@media screen and (max-width: 780px) {
  .company .greeting figure img {
    border-radius: 15px;
  }
}
.company .greeting figure figcaption {
  margin-block-start: 15px;
  text-align: center;
}
.company .greeting .greeting__acc {
  position: absolute;
  top: 45%;
  right: -15vw;
  z-index: 5;
}
@media screen and (max-width: 1100px) {
  .company .greeting .greeting__acc {
    top: 52%;
  }
}
@media screen and (max-width: 780px) {
  .company .greeting .greeting__acc {
    top: initial;
    bottom: 270px;
    right: -70px;
    width: 200px;
  }
}
.company .greeting::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-brown.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 30%;
  right: -20vw;
}
@media screen and (max-width: 780px) {
  .company .greeting::before {
    width: 150px;
    height: 150px;
    top: 0;
  }
}
.company .philosophy {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: #FCF4E4;
  position: relative;
}
.company .philosophy .philosophy__content {
  margin: 0 auto;
  width: min(92%, 1200px);
}
.company .philosophy .philosophy__content .philosophy__content-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 780px) {
  .company .philosophy .philosophy__content .philosophy__content-items {
    grid-template-columns: 1fr;
    width: 90%;
    margin-inline: auto;
  }
}
.company .philosophy .philosophy__content .philosophy__content-items .philosophy__content-item {
  padding: 0 7%;
  border-right: 3px solid #FEFCF3;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 780px) {
  .company .philosophy .philosophy__content .philosophy__content-items .philosophy__content-item {
    padding: 20px 0;
    border-right: none;
    border-bottom: 3px solid #FEFCF3;
    gap: 10px 0;
  }
}
.company .philosophy .philosophy__content .philosophy__content-items .philosophy__content-item:last-of-type {
  border-right: none;
}
@media screen and (max-width: 780px) {
  .company .philosophy .philosophy__content .philosophy__content-items .philosophy__content-item:last-of-type {
    border-bottom: none;
    padding: 20px 0 0;
  }
}
.company .philosophy .philosophy__content .philosophy__content-items .philosophy__content-item dt {
  text-align: center;
  color: #DD6843;
  font-weight: 600;
  letter-spacing: 5px;
  text-indent: 5px;
}
.company .philosophy .philosophy__content .philosophy__content-items .philosophy__content-item dt span {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 50px;
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .company .philosophy .philosophy__content .philosophy__content-items .philosophy__content-item dt span {
    line-height: 1;
    font-size: 40px;
  }
}
.company .philosophy .philosophy__content .philosophy__content-items .philosophy__content-item dd:first-of-type img {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .company .philosophy .philosophy__content .philosophy__content-items .philosophy__content-item dd:first-of-type img {
    width: 30%;
  }
}
.company .philosophy .philosophy__content .philosophy__content-items .philosophy__content-item dd:last-of-type {
  line-height: 1.7;
}
.company .philosophy .company__image {
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 780px) {
  .company .philosophy .company__image {
    top: initial;
    bottom: -65px;
    width: 40%;
  }
}
.company .philosophy::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 780px) {
  .company .philosophy::before {
    width: 150px;
    height: 150px;
  }
}
.company .promise {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: #FCF4E4;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 780px) {
  .company .promise {
    padding: 80px 0;
  }
}
.company .promise::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 780px) {
  .company .promise::before {
    width: 150px;
    height: 150px;
  }
}
.company .promise .promise__content {
  margin: 0 auto;
  width: min(92%, 1200px);
}
.company .promise .promise__content-items {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 780px) {
  .company .promise .promise__content-items {
    gap: 20px 0;
  }
}
.company .promise .promise__content-items .promise__content-item {
  display: grid;
  grid-template-columns: 2.5fr 7.5fr;
  gap: 20px 30px;
  background: #FFF;
  padding: 20px 30px;
  border-radius: 15px;
  min-height: 120px;
}
@media screen and (max-width: 780px) {
  .company .promise .promise__content-items .promise__content-item {
    grid-template-columns: 1fr;
  }
}
.company .promise .promise__content-items .promise__content-item dt {
  color: #DD6843;
  display: grid;
  grid-template-columns: 2.3fr 7.7fr;
  align-items: center;
  font-weight: 600;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 5px;
  background-image: radial-gradient(circle, #DD6843 1.5px, transparent 1.5px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 3px 7px;
  min-width: 220px;
}
@media screen and (max-width: 780px) {
  .company .promise .promise__content-items .promise__content-item dt {
    grid-template-columns: 1.3fr 8.7fr;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 7px 3px;
    padding-block-end: 15px;
  }
}
.company .promise .promise__content-items .promise__content-item dt span {
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: clamp(1.25rem, 0.909rem + 1.7vw, 2.188rem);
  display: block;
  letter-spacing: 0;
}
.company .promise .promise__content-items .promise__content-item dd p:first-of-type {
  font-size: 1.05rem;
  font-weight: 600;
  margin-block-end: 7px;
  letter-spacing: 2px;
}
.company .overview {
  padding: 100px 0;
  margin: 0 auto;
  width: min(92%, 1100px);
  position: relative;
}
@media screen and (max-width: 780px) {
  .company .overview {
    padding: 80px 0;
  }
}
.company .overview .overview__content-items .overview__content-item {
  display: grid;
  grid-template-columns: 3fr 7fr;
  border-bottom: 1px solid #E1CAB4;
  padding: 30px 5px;
}
@media screen and (max-width: 780px) {
  .company .overview .overview__content-items .overview__content-item {
    grid-template-columns: 1fr;
    padding: 20px 5px;
  }
}
.company .overview .overview__content-items .overview__content-item dt {
  min-width: 120px;
  font-weight: 600;
  letter-spacing: 5px;
}
.company .overview .overview__content-items .overview__content-item dd .overview__list {
  font-weight: 500;
}
.company .overview .overview__content-items .overview__content-item dd .overview__list > li::before {
  content: "●";
  margin-inline-end: 5px;
}
.company .overview .overview__content-items .overview__content-item dd .overview__list .overview__list-child {
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: 1.5em;
  font-weight: 400;
}
.company .overview .overview__content-items .overview__content-item dd .overview__list .overview__list-child ::before {
  content: "";
}
.company .overview .overview__content-items .overview__content-item dd .overview__list .overview__list-child ::after {
  content: "／";
}
.company .overview .overview__content-items .overview__content-item dd .overview__list .overview__list-child li:last-child::after {
  content: "";
}
.company .overview .overview__content-btn {
  display: block;
  width: min(400px, 100%);
  background: #DD6843;
  padding: 25px 0;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
  text-indent: 2px;
  margin: 30px auto 0;
  position: relative;
}
.company .overview .overview__content-btn::before {
  content: "";
  background: url(../img/company/btn-icon.svg) no-repeat;
  width: 10px;
  height: 15px;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  z-index: 2;
  transition: ease all 0.3s;
}
@media (hover: hover) {
  .company .overview .overview__content-btn:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: ripple 1.5s infinite;
    color: #fff;
  }
  .company .overview .overview__content-btn:hover::before {
    transform: translate(7px, -50%);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #DD6843;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.company .overview::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-brown.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -60px;
  right: -20vw;
}
@media screen and (max-width: 780px) {
  .company .overview::before {
    width: 150px;
    height: 150px;
  }
}
.company .access {
  width: 100vw;
  margin: 0 calc(50% - 50vw) -50px;
  background: #FCF4E4;
  position: relative;
  padding: 100px 0 150px;
}
@media screen and (max-width: 780px) {
  .company .access {
    padding: 80px 0 100px;
  }
}
.company .access .access__content {
  margin: 0 auto;
  width: min(92%, 1100px);
}
.company .access iframe {
  width: 100%;
  aspect-ratio: 5/3;
}
@media screen and (max-width: 780px) {
  .company .access iframe {
    aspect-ratio: 5/6;
  }
}
.company .access p {
  text-align: center;
  margin-block-start: 15px;
}
.company .hero__content {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 80vh;
  background-size: 115%;
  background-position: center;
}
@media screen and (max-width: 1100px) {
  .company .hero__content {
    background-size: auto 130%;
    height: 600px;
  }
}
@media screen and (max-width: 780px) {
  .company .hero__content {
    background-size: auto 130%;
    height: 395px;
  }
}
@media screen and (max-width: 600px) {
  .company .hero__content {
    height: 300px;
  }
}
.company .hero__content-01 {
  background-image: url("../img/company/bg-image-01.jpg");
}
.company .hero__content-02 {
  background-image: url("../img/company/bg-image-02.jpg");
}
.company .hero__content-03 {
  background-image: url("../img/company/bg-image-03.jpg");
}

.business {
  margin: 0 auto;
  width: min(92%, 1100px);
}
.business .features {
  position: relative;
  padding: 100px 0 0 !important;
}
@media screen and (max-width: 780px) {
  .business .features {
    padding: 80px 0 0 !important;
  }
}
.business .features p {
  text-align: center;
  line-height: 2;
  letter-spacing: 3px;
}
@media screen and (max-width: 780px) {
  .business .features p {
    text-align: left;
  }
}
.business .features p + p {
  margin-block-start: 18px;
}
.business .features p img {
  display: block;
  margin: 80px auto 50px;
}
@media screen and (max-width: 780px) {
  .business .features p img {
    margin: 50px auto 30px;
    width: 65%;
  }
}
.business .features::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-brown.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -60px;
  right: -10vw;
}
@media screen and (max-width: 780px) {
  .business .features::before {
    width: 150px;
    height: 150px;
  }
}
.business .features .features__content-items {
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
}
@media screen and (max-width: 780px) {
  .business .features .features__content-items {
    margin: 80px auto 0;
    grid-template-columns: 1fr;
    gap: 70px 0;
  }
}
.business .features .features__content-items .features__content-item {
  background: #FCF4E4;
  border-radius: 15px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
@media screen and (max-width: 780px) {
  .business .features .features__content-items .features__content-item {
    width: 85%;
    margin: 0 auto;
    padding: 20px 23px;
  }
}
.business .features .features__content-items .features__content-item dt {
  color: #DD6843;
  text-align: center;
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: 3.75rem;
  line-height: 1;
  margin-block-start: -60px;
}
.business .features .features__content-items .features__content-item dt span {
  letter-spacing: 3px;
  margin-inline-start: 3px;
  font-size: 1.125rem;
  display: block;
  position: relative;
  margin-block-end: 5px;
}
.business .features .features__content-items .features__content-item dd:first-of-type img {
  display: block;
  margin: 0 auto;
  width: min(60%, 150px);
  min-height: 92px;
}
@media screen and (max-width: 780px) {
  .business .features .features__content-items .features__content-item dd:first-of-type img {
    width: 120px;
    min-height: auto;
  }
}
.business .features .features__content-items .features__content-item dd:nth-of-type(2) {
  text-align: center;
  color: #DD6843;
  font-weight: 600;
  letter-spacing: 3px;
  text-indent: 3px;
}
.business .features .features__list {
  width: 100vw;
  margin: 100px calc(50% - 50vw) 0;
  background: #FCF4E4;
  padding: 100px 0;
}
@media screen and (max-width: 780px) {
  .business .features .features__list {
    margin: 80px calc(50% - 50vw) 0;
    padding: 80px 0;
  }
}
.business .features .features__list h3 {
  text-align: center;
  font-size: clamp(1.125rem, 0.625rem + 1.67vw, 1.875rem);
  letter-spacing: 15px;
  text-indent: 15px;
  margin-block-end: 50px;
  position: relative;
  padding-block-end: 70px;
  color: #DD6843;
}
@media screen and (max-width: 780px) {
  .business .features .features__list h3 {
    letter-spacing: 10px;
    margin-block-end: 10px;
  }
}
.business .features .features__list h3::after {
  content: "";
  background: url(../img/business/title-border.svg) no-repeat;
  width: min(60%, 400px);
  height: 50px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
  .business .features .features__list h3::after {
    bottom: 5px;
  }
}
.business .features .features__list .features__list-products {
  margin: 0 auto;
  width: min(92%, 1100px);
}
.business .features .features__list .features__list-products > h4 {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  text-align: center;
  font-weight: 500;
  margin-block: 30px 3px;
}
.business .features .features__list .features__list-products > h4::before {
  content: "⚫︎ ";
}
.business .features .features__list .features__list-products > h4::after {
  content: " ⚫︎";
}
.business .features .features__list .features__list-products > p:first-of-type {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
}
.business .features .features__list .features__list-products ul {
  margin-block-start: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 780px) {
  .business .features .features__list .features__list-products ul {
    margin-block-start: 20px;
    gap: 10px;
  }
}
.business .features .features__list .features__list-products ul img {
  border-radius: 60px;
}
.business .features .features__list .features__list-smart {
  padding: 100px 0 0;
  margin: 0 auto;
  width: min(92%, 1100px);
  position: relative;
}
@media screen and (max-width: 780px) {
  .business .features .features__list .features__list-smart {
    padding: 60px 0 0;
  }
}
.business .features .features__list .features__list-smart::after {
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -15vw;
}
@media screen and (max-width: 780px) {
  .business .features .features__list .features__list-smart::after {
    width: 150px;
    height: 150px;
  }
}
.business .features .features__list .features__list-smart > p {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  line-height: 2;
}
.business .features .features__list .features__list-smart .features__smart-tech {
  background: #FFF;
  padding: 70px 50px 50px;
  border-radius: 30px;
  margin: 50px auto 0;
}
@media screen and (max-width: 780px) {
  .business .features .features__list .features__list-smart .features__smart-tech {
    padding: 30px 20px 20px;
    border-radius: 15px;
    margin: 30px auto 0;
  }
}
.business .features .features__list .features__list-smart .features__smart-tech > img {
  width: min(90%, 800px);
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .business .features .features__list .features__list-smart .features__smart-tech > img {
    width: 100%;
  }
}
.business .features .features__list .features__list-smart .features__smart-tech h4 {
  background: #9E7F64;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
  border-radius: 25px 25px 0 0;
  margin-block-start: 30px;
}
@media screen and (max-width: 780px) {
  .business .features .features__list .features__list-smart .features__smart-tech h4 {
    border-radius: 15px 15px 0 0;
  }
}
.business .features .features__list .features__list-smart .features__smart-tech dl {
  background: #F9F5F1;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 0 0 25px 25px;
  gap: 20px;
}
@media screen and (max-width: 780px) {
  .business .features .features__list .features__list-smart .features__smart-tech dl {
    padding: 20px;
    grid-template-columns: 1fr;
    border-radius: 0 0 15px 15px;
    gap: 25px;
  }
}
.business .features .features__list .features__list-smart .features__smart-tech dl > div {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.business .features .features__list .features__list-smart .features__smart-tech dl > div dt {
  font-weight: 500;
}
.business .features .features__list .features__list-smart .features__smart-tech dl > div dt span {
  display: block;
  font-size: 0.9rem;
}
.business .features .features__list .features__list-smart .features__smart-tech dl > div dd {
  margin-block-end: 10px;
}
@media screen and (max-width: 780px) {
  .business .features .features__list .features__list-smart .features__smart-tech dl > div dd {
    margin-block-end: 5px;
  }
}
.business .features .features__list .features__list-smart .features__smart-tech dl > div dd img {
  border-radius: 15px;
}
.business .hero__content {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 80vh;
  background-size: 115%;
  background-position: center;
}
@media screen and (max-width: 1100px) {
  .business .hero__content {
    background-size: auto 130%;
    height: 600px;
  }
}
@media screen and (max-width: 780px) {
  .business .hero__content {
    background-size: auto 130%;
    height: 395px;
  }
}
@media screen and (max-width: 600px) {
  .business .hero__content {
    height: 300px;
  }
}
.business .hero__content-01 {
  background-image: url("../img/business/bg-image-01.jpg");
}
.business .schedule {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 780px) {
  .business .schedule {
    padding: 80px 0;
  }
}
.business .schedule::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-brown.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -60px;
  right: -10vw;
}
@media screen and (max-width: 780px) {
  .business .schedule::before {
    width: 150px;
    height: 150px;
  }
}
.business .schedule dl {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  position: relative;
}
.business .schedule dl::after {
  content: "";
  width: 3px;
  height: 100%;
  background-image: radial-gradient(circle, #9E7F64 1.5px, transparent 1.5px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 3px 10px;
  position: absolute;
  top: 0;
  left: 145px;
}
@media screen and (max-width: 780px) {
  .business .schedule dl::after {
    left: 50px;
  }
}
.business .schedule dl > div {
  display: grid;
  grid-template-columns: 1fr 9fr;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .business .schedule dl > div {
    grid-template-columns: 1fr 3.5fr;
    align-items: start;
  }
}
.business .schedule dl > div dt {
  color: #DD6843;
  font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
  font-weight: 600;
  letter-spacing: 3px;
  width: 200px;
  text-align: right;
  padding-inline-end: 100px;
}
@media screen and (max-width: 780px) {
  .business .schedule dl > div dt {
    letter-spacing: 0;
    width: 68px;
    padding-inline-end: 30px;
    text-align: center;
    line-height: 1;
  }
}
.business .schedule dl > div dt span {
  text-align: center;
  font-family: "Roboto", serif;
  font-weight: 800;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
}
@media screen and (max-width: 780px) {
  .business .schedule dl > div dt span {
    display: block;
  }
}
.business .schedule dl > div dt::before {
  content: "";
  background: #DD6843;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 139px;
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 780px) {
  .business .schedule dl > div dt::before {
    width: 13px;
    height: 13px;
    top: 5%;
    left: 45px;
  }
}
.business .schedule dl > div dd {
  display: grid;
  align-items: center;
  gap: 20px 40px;
}
@media screen and (max-width: 780px) {
  .business .schedule dl > div dd {
    display: block;
  }
}
.business .schedule dl > div dd img {
  border-radius: 70px;
}
@media screen and (max-width: 780px) {
  .business .schedule dl > div dd img {
    width: 95%;
    margin: 0 auto 20px;
    border-radius: 50px;
  }
}
.business .schedule dl > div dd ul {
  margin-block-end: 20px;
}
.business .schedule dl > div dd ul span {
  font-weight: 600;
  display: inline-block;
  margin-inline-end: 5px;
}
.business .schedule dl > div dd ul li::before {
  content: "⚫︎";
  margin-inline-end: 3px;
}
.business .schedule dl > div:nth-of-type(2n+1) dd {
  grid-template-columns: 3fr 7fr;
}
.business .schedule dl > div:nth-of-type(2n+1) dd div:first-of-type {
  order: 1;
}
.business .schedule dl > div:nth-of-type(2n+1) dd div:last-of-type {
  order: 2;
}
.business .schedule dl > div:nth-of-type(2n) dd {
  grid-template-columns: 7fr 3fr;
}
.business .schedule dl > div:nth-of-type(2n) dd div:first-of-type {
  order: 2;
}
.business .schedule dl > div:nth-of-type(2n) dd div:last-of-type {
  order: 1;
}

.privacy {
  max-width: 1100px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .privacy > .privacy {
    padding: 60px 0 80px !important;
  }
}
.privacy h2:first-of-type {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 780px) {
  .privacy h2:first-of-type {
    padding: 80px 0 0 0;
  }
}
.privacy h3 {
  margin-block-end: 10px;
  font-size: 17px;
}
.privacy p + h3 {
  margin-block-start: 20px;
}
.privacy p + h4 {
  margin-block: 30px 10px;
  font-weight: 500;
}
.privacy a {
  color: inherit;
  text-decoration: none;
}
.privacy a:visited {
  color: inherit;
}
.privacy .privacy__content::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-brown.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -120px;
  right: -20vw;
}
@media screen and (max-width: 780px) {
  .privacy .privacy__content::before {
    width: 150px;
    height: 150px;
    top: -60px;
  }
}
.privacy .cookie {
  padding: 0 !important;
}
.privacy .cookie a {
  text-decoration: underline;
}
.privacy .cookie ol {
  list-style-type: decimal;
  margin-inline-start: 1.5em;
  margin-block-end: 20px;
}
.privacy .cookie dl {
  margin-block: 20px 30px;
}
.privacy .cookie dl div {
  display: grid;
  grid-template-columns: 3fr 7fr;
  border-bottom: 1px solid #9E7F64;
  padding: 15px;
}
@media screen and (max-width: 780px) {
  .privacy .cookie dl div {
    grid-template-columns: 1fr;
  }
}
.privacy .cookie dl div dt {
  font-weight: 600;
}

.article {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 780px) {
  .article {
    padding: 40px 0 !important;
  }
}
.article .article__content {
  background: #FFF;
  padding: 70px;
  border-radius: 30px;
}
@media screen and (max-width: 780px) {
  .article .article__content {
    border-radius: 20px;
    padding: 30px 25px;
  }
}
.article .article__content .article__content-header {
  display: flex;
  gap: 10px 30px;
  align-items: center;
  margin-block-end: 30px;
}
@media screen and (max-width: 780px) {
  .article .article__content .article__content-header {
    display: block;
  }
}
.article .article__content .article__content-header h1 {
  font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 780px) {
  .article .article__content .article__content-header h1 {
    margin-block-start: 10px;
  }
}
.article .article__content .article__content-main {
  line-height: 1.7;
}
.article .article__content .article__content-main p + p {
  margin-block-start: 18px;
}
.article .article__content .article__content-main img,
.article .article__content .article__content-main figure {
  margin-inline: auto;
  width: min(700px, 100%);
  border-radius: 15px;
}
.article .article__content .article__content-main p + img, .article .article__content .article__content-main p + figure {
  margin-block-start: 30px;
}
.article .article__content .article__content-main img + p, .article .article__content .article__content-main figure + p {
  margin-block-start: 30px;
}
.article .article_content-btn {
  display: block;
  width: min(400px, 100%);
  background: #DD6843;
  padding: 25px 0;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
  text-indent: 2px;
  margin: 30px auto 0;
  position: relative;
}
.article .article_content-btn::before {
  content: "";
  background: url(../img/company/btn-icon.svg) no-repeat;
  width: 10px;
  height: 15px;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  z-index: 2;
  transition: ease all 0.3s;
}
@media (hover: hover) {
  .article .article_content-btn:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: ripple 1.5s infinite;
    color: #fff;
  }
  .article .article_content-btn:hover::before {
    transform: translate(7px, -50%);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #DD6843;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.article::before {
  content: "";
  width: 250px;
  height: 250px;
  background: url(../img/rice-dots-brown.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -60px;
  right: -20vw;
}
@media screen and (max-width: 780px) {
  .article::before {
    width: 150px;
    height: 150px;
  }
}

.contact .contact__form {
  max-width: 1100px;
  margin: 100px auto;
  background: #FFF;
  padding: 30px 40px !important;
  border-radius: 35px;
}
@media screen and (max-width: 780px) {
  .contact .contact__form {
    margin: 40px auto;
    padding: 10px 0px !important;
    border-radius: 20px;
  }
}
