@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
body {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  color: #222;
  background: #fff;
  font-weight: 400;
  font-size: 4.2vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

.jost {
  font-family: "Jost", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

/*-----------共通-----------*/
span.cm-btm, a.cm-btm {
  width: 35vw;
  display: block;
  margin: auto;
  position: relative;
  color: #222;
  font-size: 0.88em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  span.cm-btm, a.cm-btm {
    width: 138px;
    font-size: 14px;
    padding: 0 0 0.5em;
  }
}
span.cm-btm::before, a.cm-btm::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9e9f9f;
  position: absolute;
  bottom: 0;
  left: 0;
}
span.cm-btm span, a.cm-btm span {
  display: block;
  position: relative;
  padding-left: 0.6em;
}
span.cm-btm span::after, a.cm-btm span::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/soshiki_file/oishii-hiroshima/img/arrow01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.4em;
  transform: translate(0, -50%);
  transition: all 0.3s;
}

h2.cm-title {
  text-align: center;
  position: relative;
  width: 85.2%;
  margin: 0 auto 8%;
  padding: 0.8em 0;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  h2.cm-title {
    font-size: 25px;
    width: 473px;
    margin: 0 auto 50px;
    padding: 1em 0;
  }
}
@media screen and (min-width: 1000px) {
  h2.cm-title {
    font-size: 29px;
  }
}
h2.cm-title::after, h2.cm-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
}
@media screen and (min-width: 768px) {
  h2.cm-title::after, h2.cm-title::before {
    height: 8px;
  }
}
h2.cm-title::after {
  background: #cc0210;
  top: 0;
}
h2.cm-title::before {
  background: #02a9e1;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  div.cm-img {
    width: 90%;
    margin: auto;
    max-width: 860px;
  }
}

p.cm-txt {
  text-align: left;
  width: 85.2%;
  margin: auto;
  letter-spacing: 0;
  padding: 1em 0 2em;
}
@media screen and (min-width: 768px) {
  p.cm-txt {
    text-align: center;
    font-size: 1.9vw;
    line-height: 2em;
    padding: 20px 0 50px;
  }
}
@media screen and (min-width: 1000px) {
  p.cm-txt {
    font-size: 18px;
  }
}

/*----------------------*/
/*------------------------------header------------------------------*/
header {
  /**/
}
header.active button.menu-btn {
  opacity: 1;
}
header.active button.menu-btn .line01 {
  transform: rotate(30deg);
  transform-origin: center;
  top: 50%;
}
header.active button.menu-btn .line02 {
  transform: rotate(-30deg);
  transform-origin: center;
  top: 50%;
}
@media screen and (min-width: 768px) {
  header.active button.menu-btn .line02 {
    bottom: auto;
  }
}
header.active div.menu-bg {
  transform: translate(0, 0);
}
header.active nav.header-navi {
  transform: translate(0);
}
header.active nav.header-navi a.header-logo {
  animation: opacity01 0.6s 0.3s forwards;
}
header.active nav.header-navi ul li {
  opacity: 0;
}
header.active nav.header-navi ul li:nth-of-type(1) {
  animation: opacity01 0.6s 0.3s forwards;
}
header.active nav.header-navi ul li:nth-of-type(2) {
  animation: opacity01 0.6s 0.4s forwards;
}
header.active nav.header-navi ul li:nth-of-type(3) {
  animation: opacity01 0.6s 0.5s forwards;
}
header.active nav.header-navi ul li:nth-of-type(4) {
  animation: opacity01 0.6s 0.6s forwards;
}
header.active nav.header-navi ul li:nth-of-type(5) {
  animation: opacity01 0.6s 0.7s forwards;
}
header.active nav.header-navi ul li:nth-of-type(6) {
  animation: opacity01 0.6s 0.8s forwards;
}
@keyframes opacity01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header.active div.link-box {
  animation: menu-txt 0.6s 0.2s forwards;
}
header button.menu-btn {
  display: block;
  width: 18vw;
  height: 12vw;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 25;
  cursor: pointer;
  background: none;
  border: none;
}
@media screen and (min-width: 768px) {
  header button.menu-btn {
    width: 40px;
    height: 30px;
    top: 20px;
    right: 30px;
  }
}
@media screen and (min-width: 1000px) {
  header button.menu-btn {
    width: 50px;
    height: 32px;
    top: 30px;
    right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  header button.menu-btn {
    width: 60px;
    height: 35px;
    top: 40px;
    right: 50px;
  }
}
header button.menu-btn span {
  display: block;
  width: 65%;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  background: #000;
  position: absolute;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header button.menu-btn span {
    width: 100%;
  }
}
header button.menu-btn span.line01 {
  top: 40%;
}
@media screen and (min-width: 768px) {
  header button.menu-btn span.line01 {
    top: 25%;
  }
}
header button.menu-btn span.line02 {
  top: 60%;
}
@media screen and (min-width: 768px) {
  header button.menu-btn span.line02 {
    bottom: 25%;
  }
}
header div.menu-bg {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(0, -100%);
  z-index: 21;
  background: #fff;
  display: block;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header div.menu-bg {
    width: 450px;
  }
}
header div.menu-bg::after {
  left: 5vw;
  background: #ca0210;
}
@media screen and (min-width: 768px) {
  header div.menu-bg::after {
    left: 20px;
  }
}
header div.menu-bg::before {
  left: 9vw;
  background: #02a7df;
}
@media screen and (min-width: 768px) {
  header div.menu-bg::before {
    left: 30px;
  }
}
header div.menu-bg::after, header div.menu-bg::before {
  content: "";
  position: absolute;
  width: 1.2vw;
  height: 100vh;
  display: block;
}
@media screen and (min-width: 768px) {
  header div.menu-bg::after, header div.menu-bg::before {
    width: 5px;
  }
}

.header-navi {
  position: fixed;
  top: 11vw;
  right: 0;
  display: block;
  width: 80vw;
  box-sizing: border-box;
  border-radius: 0 0 0 2em;
  z-index: 22;
  transition: all 0.3s;
  transform: translate(100%, 0);
}
@media screen and (min-width: 768px) {
  .header-navi {
    display: block;
    width: 360px;
    top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .header-navi {
    top: 80px;
  }
}
.header-navi a.header-logo {
  display: block;
  width: 38.6%;
  opacity: 0;
  margin: 0 0 10% 0;
}
@media screen and (min-width: 768px) {
  .header-navi a.header-logo {
    width: 30%;
  }
}
.header-navi ul.menu.menu01 li {
  padding: 0 0 12%;
}
@media screen and (min-width: 768px) {
  .header-navi ul.menu.menu01 li {
    padding: 0 0 30px;
  }
}
.header-navi ul.menu.menu01 li:nth-of-type(1) a, .header-navi ul.menu.menu01 li:nth-of-type(5) a {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .header-navi ul.menu.menu01 li:nth-of-type(1) a, .header-navi ul.menu.menu01 li:nth-of-type(5) a {
    font-size: 16px;
  }
}
.header-navi ul.menu.menu02 {
  margin-top: 5%;
}
.header-navi ul.menu.menu02 li {
  padding: 0 0 7%;
}
@media screen and (min-width: 768px) {
  .header-navi ul.menu.menu02 li {
    padding: 0 0 20px;
  }
}
.header-navi ul.menu.menu02 li a {
  font-size: 0.74em;
}
@media screen and (min-width: 768px) {
  .header-navi ul.menu.menu02 li a {
    font-size: 14px;
  }
}
.header-navi ul.menu li {
  position: relative;
  opacity: 0;
}
.header-navi ul.menu li a {
  color: #000;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 0em;
  font-size: 1.2em;
  font-weight: 600;
  display: block;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header-navi ul.menu li a {
    font-size: 20px;
  }
  .header-navi ul.menu li a:hover {
    color: #02a7df;
  }
}
.header-navi ul.menu li a::after {
  content: "";
  background: #fff;
  width: 0.2em;
  height: 0.2em;
  border-radius: 1em;
  position: absolute;
  top: 0.3em;
  left: -0.5em;
  transition: all 0.3s;
}
.header-navi ul.menu li a.active {
  color: #02a7df;
  margin-left: 1.4em;
}
.header-navi ul.menu li a.active::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("/soshiki_file/oishii-hiroshima/img/arrow01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.04em;
  left: -1.4em;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .header-navi ul.menu li a.active::after {
    top: 0.06em;
  }
}
.header-navi ul.menu li a span {
  display: block;
  transition: all 0.3s;
}
.header-navi ul.menu li a span:nth-of-type(2) {
  color: #fff;
  font-size: 0.56em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .header-navi ul.menu li a span:nth-of-type(2) {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .header-navi ul.menu li a span:nth-of-type(2) {
    font-size: 14px;
  }
}

nav.fix-btn-wrap {
  position: fixed;
  width: 100%;
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 5;
  bottom: 2%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  nav.fix-btn-wrap {
    width: 125px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  nav.fix-btn-wrap {
    bottom: 50px;
    right: 50px;
  }
}
nav.fix-btn-wrap.none {
  opacity: 0;
}
nav.fix-btn-wrap a.fix-btn {
  display: block;
  box-sizing: border-box;
  writing-mode: vertical-rl;
  background: #fff;
  border-radius: 50em;
  color: #9e0224;
  padding: 0.4em;
  border: solid 1px #9e0224;
  transition: all 0.3s;
  width: 30vw;
  height: 30vw;
  font-size: 0.94em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  nav.fix-btn-wrap a.fix-btn {
    width: 125px;
    height: 125px;
    margin: auto;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 16px;
  }
  nav.fix-btn-wrap a.fix-btn:hover {
    background: #9e0224;
    color: #fff;
  }
  nav.fix-btn-wrap a.fix-btn:hover span {
    border: solid 1px #fff;
  }
}
nav.fix-btn-wrap a.fix-btn:nth-of-type(3) span {
  padding-top: 0.6em;
}
nav.fix-btn-wrap a.fix-btn.active {
  background: #9e0224;
  color: #fff;
}
nav.fix-btn-wrap a.fix-btn.active span {
  border: solid 1px #fff;
}
nav.fix-btn-wrap a.fix-btn span {
  display: block;
  box-sizing: border-box;
  border-radius: 50em;
  border: solid 1px #b92747;
  padding-top: 1.2em;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div.hero-area {
  position: relative;
}
div.hero-area div.white-bg {
  box-sizing: border-box;
  width: 100%;
  padding: 5vw 0 3vw;
  margin: auto;
  z-index: 2;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  div.hero-area div.white-bg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    width: 22%;
    height: 100.6%;
    padding: 0;
  }
}
div.hero-area div.white-bg div.hero-title-wrap {
  width: 85%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  div.hero-area div.white-bg div.hero-title-wrap {
    width: 82.2%;
    padding: 6vw 0 6vw;
  }
}
div.hero-area div.white-bg div.hero-title-wrap::after, div.hero-area div.white-bg div.hero-title-wrap::before {
  content: "";
  display: block;
  width: 14.2%;
  height: 33vw;
  position: absolute;
}
@media screen and (min-width: 768px) {
  div.hero-area div.white-bg div.hero-title-wrap::after, div.hero-area div.white-bg div.hero-title-wrap::before {
    width: 100%;
    height: 4vw;
  }
}
div.hero-area div.white-bg div.hero-title-wrap::after {
  top: 0;
  background: linear-gradient(90deg, rgb(213, 13, 34) 35%, rgba(255, 255, 255, 0));
}
@media screen and (min-width: 768px) {
  div.hero-area div.white-bg div.hero-title-wrap::after {
    background: linear-gradient(180deg, rgb(213, 13, 34) 35%, rgba(255, 255, 255, 0));
  }
}
div.hero-area div.white-bg div.hero-title-wrap::before {
  top: 0;
  right: 0;
  background: linear-gradient(-90deg, rgb(0, 170, 234) 35%, rgba(255, 255, 255, 0));
}
@media screen and (min-width: 768px) {
  div.hero-area div.white-bg div.hero-title-wrap::before {
    background: linear-gradient(0deg, rgb(0, 170, 234) 35%, rgba(255, 255, 255, 0));
    top: auto;
    bottom: 0;
  }
}
div.hero-area div.white-bg div.hero-title-wrap h1 {
  width: 36.2%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.hero-area div.white-bg div.hero-title-wrap h1 {
    width: 90%;
  }
}
div.hero-area div.white-bg div.hero-title-wrap p {
  font-size: 0.7em;
  letter-spacing: 0;
  margin: 4vw auto 0;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  div.hero-area div.white-bg div.hero-title-wrap p {
    text-align: left;
    writing-mode: vertical-rl;
    font-size: 1.4vw;
    margin: 3vw 0 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-slide01-wrap {
    width: 39%;
  }
}
div.hero-area div.hero-slide01-wrap div.hero-slide01 {
  overflow: hidden;
  isolation: isolate;
}
div.hero-area div.hero-slide01-wrap div.hero-slide01 .swiper-slide-active .slide-img,
div.hero-area div.hero-slide01-wrap div.hero-slide01 .swiper-slide-duplicate-active .slide-img,
div.hero-area div.hero-slide01-wrap div.hero-slide01 .swiper-slide-prev .slide-img {
  animation: hero-slide 11s linear 0s both;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-slide01-wrap div.hero-slide01 .swiper-slide-active .slide-img,
  div.hero-area div.hero-slide01-wrap div.hero-slide01 .swiper-slide-duplicate-active .slide-img,
  div.hero-area div.hero-slide01-wrap div.hero-slide01 .swiper-slide-prev .slide-img {
    animation: hero-slide 15s linear 0s both;
  }
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-slide02-wrap {
    width: 50%;
  }
}
div.hero-area div.hero-slide02-wrap div.hero-slide02 {
  overflow: hidden;
  isolation: isolate;
}
div.hero-area div.hero-slide02-wrap div.hero-slide02 .swiper-slide-active .slide-img,
div.hero-area div.hero-slide02-wrap div.hero-slide02 .swiper-slide-duplicate-active .slide-img,
div.hero-area div.hero-slide02-wrap div.hero-slide02 .swiper-slide-prev .slide-img {
  animation: hero-slide 11s linear 0s both;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-slide02-wrap div.hero-slide02 .swiper-slide-active .slide-img,
  div.hero-area div.hero-slide02-wrap div.hero-slide02 .swiper-slide-duplicate-active .slide-img,
  div.hero-area div.hero-slide02-wrap div.hero-slide02 .swiper-slide-prev .slide-img {
    animation: hero-slide 15s linear 0s both;
  }
}
@keyframes hero-slide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/*div.hero-area*/
section.sec-project {
  overflow: hidden;
  padding: 20% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-project {
    padding: 110px 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.sec-project div.sec-project-inner {
    width: 90%;
    max-width: 860px;
    margin: auto;
  }
}
section.sec-project h2 {
  font-size: 1.2em;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-project h2 {
    font-size: 25px;
  }
}
section.sec-project h2 span {
  display: inline-block;
  padding: 0 0 0.4em;
  position: relative;
}
section.sec-project h2 span::after, section.sec-project h2 span::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
}
section.sec-project h2 span::after {
  background: #9e0224;
  bottom: 0;
}
section.sec-project h2 span::before {
  background: #0180af;
  bottom: -0.2em;
}
section.sec-project p.project-txt01 {
  text-align: center;
  padding: 5% 0 10%;
  line-height: 2.2em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-project p.project-txt01 {
    padding: 30px 0 90px;
    font-size: 16px;
    line-height: 2.4em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project p.project-txt01 {
    font-size: 20px;
  }
}
section.sec-project p.project-txt02 {
  line-height: 2em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-project p.project-txt02 {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project p.project-txt02 {
    font-size: 18px;
  }
}
section.sec-project div.project-area {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-area {
    padding: 0 0 70px;
  }
}
section.sec-project div.project-area div.project-box01-wrap {
  position: relative;
}
section.sec-project div.project-area div.project-box01-wrap div.project-box01-bg {
  width: 82.8%;
  position: absolute;
  right: -25%;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-area div.project-box01-wrap div.project-box01-bg {
    width: 778px;
    top: 111px;
    right: -425px;
    bottom: auto;
  }
}
section.sec-project div.project-area div.project-img01 {
  overflow: hidden;
  isolation: isolate;
}
section.sec-project div.project-area div.project-img01 img {
  transform: scale(1.04);
}
section.sec-project div.project-area div.project-box01 {
  padding: 20% 0 10%;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-area div.project-box01 {
    padding: 100px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8%;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.project-area div.project-box01 {
    gap: 90px;
  }
}
section.sec-project div.project-area div.project-box01 div.project-img02 {
  width: 90%;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-area div.project-box01 div.project-img02 {
    width: 40%;
    top: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.project-area div.project-box01 div.project-img02 {
    width: calc(100% - 550px);
  }
}
section.sec-project div.project-area div.project-box01 div.project-img02 img {
  transform: scale(1.1);
}
section.sec-project div.project-area div.project-box01 div.project-txt02-wrap01 {
  width: 90%;
  margin: 1.6em 0 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-area div.project-box01 div.project-txt02-wrap01 {
    width: 52%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.project-area div.project-box01 div.project-txt02-wrap01 {
    width: 400px;
  }
}
section.sec-project div.project-area div.project-box02 {
  padding: 0 0 40%;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-area div.project-box02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 7%;
    padding: 0 0 100px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.project-area div.project-box02 {
    gap: 50px;
  }
}
section.sec-project div.project-area div.project-box02 div.project-box02-bg {
  width: 89.8%;
  position: absolute;
  z-index: -1;
  left: -11%;
  bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-area div.project-box02 div.project-box02-bg {
    width: 843px;
    left: -400px;
  }
}
section.sec-project div.project-area div.project-box02 div.project-img03 {
  width: 90%;
  margin: 0 0 0 auto;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-area div.project-box02 div.project-img03 {
    width: 25%;
    margin: 0;
    order: 1;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.project-area div.project-box02 div.project-img03 {
    width: calc(100% - 630px);
  }
}
section.sec-project div.project-area div.project-box02 div.project-img03 img {
  transform: scale(1.1);
}
section.sec-project div.project-area div.project-box02 div.project-txt02-wrap02 {
  width: 90%;
  margin: 1.6em 0 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-project div.project-area div.project-box02 div.project-txt02-wrap02 {
    width: 63%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-project div.project-area div.project-box02 div.project-txt02-wrap02 {
    width: 500px;
  }
}
section.sec-project div.project-slide-wrap {
  overflow: hidden;
}
section.sec-project div.project-slide-wrap div.project-slide div.swiper-wrapper {
  transition-timing-function: linear;
}

section.sec-food, section.sec-producer, section.sec-omotenashi {
  padding: 20% 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-food, section.sec-producer, section.sec-omotenashi {
    padding: 160px 0 0;
  }
}
section.sec-food div.link-area, section.sec-producer div.link-area, section.sec-omotenashi div.link-area {
  position: relative;
  z-index: 0;
  padding: 20% 0;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 768px) {
  section.sec-food div.link-area, section.sec-producer div.link-area, section.sec-omotenashi div.link-area {
    padding: 50px 0;
  }
}
section.sec-food div.link-area::after, section.sec-producer div.link-area::after, section.sec-omotenashi div.link-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  section.sec-food div.link-area::after, section.sec-producer div.link-area::after, section.sec-omotenashi div.link-area::after {
    content: none;
  }
}
section.sec-food div.link-area div.black-bg, section.sec-producer div.link-area div.black-bg, section.sec-omotenashi div.link-area div.black-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgb(54, 54, 54);
  top: 0;
  left: 0;
  z-index: -1;
}
section.sec-food div.link-area div.food-slide, section.sec-food div.link-area div.producer-slide, section.sec-food div.link-area div.omotenashi-slide, section.sec-producer div.link-area div.food-slide, section.sec-producer div.link-area div.producer-slide, section.sec-producer div.link-area div.omotenashi-slide, section.sec-omotenashi div.link-area div.food-slide, section.sec-omotenashi div.link-area div.producer-slide, section.sec-omotenashi div.link-area div.omotenashi-slide {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.sec-food div.link-area div.food-slide, section.sec-food div.link-area div.producer-slide, section.sec-food div.link-area div.omotenashi-slide, section.sec-producer div.link-area div.food-slide, section.sec-producer div.link-area div.producer-slide, section.sec-producer div.link-area div.omotenashi-slide, section.sec-omotenashi div.link-area div.food-slide, section.sec-omotenashi div.link-area div.producer-slide, section.sec-omotenashi div.link-area div.omotenashi-slide {
    width: 90%;
    max-width: 860px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  section.sec-food div.link-area div.food-slide div.swiper-wrapper, section.sec-food div.link-area div.producer-slide div.swiper-wrapper, section.sec-food div.link-area div.omotenashi-slide div.swiper-wrapper, section.sec-producer div.link-area div.food-slide div.swiper-wrapper, section.sec-producer div.link-area div.producer-slide div.swiper-wrapper, section.sec-producer div.link-area div.omotenashi-slide div.swiper-wrapper, section.sec-omotenashi div.link-area div.food-slide div.swiper-wrapper, section.sec-omotenashi div.link-area div.producer-slide div.swiper-wrapper, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-wrapper {
    height: auto !important;
    transform: translate(0) !important;
    flex-wrap: wrap;
    gap: 8%;
  }
}
section.sec-food div.link-area div.food-slide div.swiper-button-prev, section.sec-food div.link-area div.food-slide div.swiper-button-next, section.sec-food div.link-area div.producer-slide div.swiper-button-prev, section.sec-food div.link-area div.producer-slide div.swiper-button-next, section.sec-food div.link-area div.omotenashi-slide div.swiper-button-prev, section.sec-food div.link-area div.omotenashi-slide div.swiper-button-next, section.sec-producer div.link-area div.food-slide div.swiper-button-prev, section.sec-producer div.link-area div.food-slide div.swiper-button-next, section.sec-producer div.link-area div.producer-slide div.swiper-button-prev, section.sec-producer div.link-area div.producer-slide div.swiper-button-next, section.sec-producer div.link-area div.omotenashi-slide div.swiper-button-prev, section.sec-producer div.link-area div.omotenashi-slide div.swiper-button-next, section.sec-omotenashi div.link-area div.food-slide div.swiper-button-prev, section.sec-omotenashi div.link-area div.food-slide div.swiper-button-next, section.sec-omotenashi div.link-area div.producer-slide div.swiper-button-prev, section.sec-omotenashi div.link-area div.producer-slide div.swiper-button-next, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-button-prev, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-button-next {
  width: 2em;
  height: 2em;
  top: 66vw;
  z-index: 5;
}
section.sec-food div.link-area div.food-slide div.swiper-button-prev::after, section.sec-food div.link-area div.food-slide div.swiper-button-next::after, section.sec-food div.link-area div.producer-slide div.swiper-button-prev::after, section.sec-food div.link-area div.producer-slide div.swiper-button-next::after, section.sec-food div.link-area div.omotenashi-slide div.swiper-button-prev::after, section.sec-food div.link-area div.omotenashi-slide div.swiper-button-next::after, section.sec-producer div.link-area div.food-slide div.swiper-button-prev::after, section.sec-producer div.link-area div.food-slide div.swiper-button-next::after, section.sec-producer div.link-area div.producer-slide div.swiper-button-prev::after, section.sec-producer div.link-area div.producer-slide div.swiper-button-next::after, section.sec-producer div.link-area div.omotenashi-slide div.swiper-button-prev::after, section.sec-producer div.link-area div.omotenashi-slide div.swiper-button-next::after, section.sec-omotenashi div.link-area div.food-slide div.swiper-button-prev::after, section.sec-omotenashi div.link-area div.food-slide div.swiper-button-next::after, section.sec-omotenashi div.link-area div.producer-slide div.swiper-button-prev::after, section.sec-omotenashi div.link-area div.producer-slide div.swiper-button-next::after, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-button-prev::after, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  width: 100%;
  height: 100%;
  margin: auto;
}
section.sec-food div.link-area div.food-slide div.swiper-button-prev, section.sec-food div.link-area div.producer-slide div.swiper-button-prev, section.sec-food div.link-area div.omotenashi-slide div.swiper-button-prev, section.sec-producer div.link-area div.food-slide div.swiper-button-prev, section.sec-producer div.link-area div.producer-slide div.swiper-button-prev, section.sec-producer div.link-area div.omotenashi-slide div.swiper-button-prev, section.sec-omotenashi div.link-area div.food-slide div.swiper-button-prev, section.sec-omotenashi div.link-area div.producer-slide div.swiper-button-prev, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-button-prev {
  background-image: url(/soshiki_file/oishii-hiroshima/img/slide-arrow-prev.svg);
}
section.sec-food div.link-area div.food-slide div.swiper-button-next, section.sec-food div.link-area div.producer-slide div.swiper-button-next, section.sec-food div.link-area div.omotenashi-slide div.swiper-button-next, section.sec-producer div.link-area div.food-slide div.swiper-button-next, section.sec-producer div.link-area div.producer-slide div.swiper-button-next, section.sec-producer div.link-area div.omotenashi-slide div.swiper-button-next, section.sec-omotenashi div.link-area div.food-slide div.swiper-button-next, section.sec-omotenashi div.link-area div.producer-slide div.swiper-button-next, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-button-next {
  background-image: url(/soshiki_file/oishii-hiroshima/img/slide-arrow-next.svg);
}
section.sec-food div.link-area div.food-slide div.swiper-slide, section.sec-food div.link-area div.producer-slide div.swiper-slide, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide, section.sec-producer div.link-area div.food-slide div.swiper-slide, section.sec-producer div.link-area div.producer-slide div.swiper-slide, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide {
  box-sizing: border-box;
  background: #f6f6f6;
  border: solid 4px #fff;
}
@media screen and (min-width: 768px) {
  section.sec-food div.link-area div.food-slide div.swiper-slide, section.sec-food div.link-area div.producer-slide div.swiper-slide, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide, section.sec-producer div.link-area div.food-slide div.swiper-slide, section.sec-producer div.link-area div.producer-slide div.swiper-slide, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide {
    width: 46% !important;
    margin-right: 0 !important;
    margin-bottom: 50px;
    transition: all 0.3s;
  }
  section.sec-food div.link-area div.food-slide div.swiper-slide:hover, section.sec-food div.link-area div.producer-slide div.swiper-slide:hover, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide:hover, section.sec-producer div.link-area div.food-slide div.swiper-slide:hover, section.sec-producer div.link-area div.producer-slide div.swiper-slide:hover, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide:hover, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide:hover, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide:hover, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide:hover {
    border: solid 4px #02a7df;
  }
  section.sec-food div.link-area div.food-slide div.swiper-slide:hover img, section.sec-food div.link-area div.producer-slide div.swiper-slide:hover img, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide:hover img, section.sec-producer div.link-area div.food-slide div.swiper-slide:hover img, section.sec-producer div.link-area div.producer-slide div.swiper-slide:hover img, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide:hover img, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide:hover img, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide:hover img, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide:hover img {
    transform: scale(1.08);
  }
  section.sec-food div.link-area div.food-slide div.swiper-slide:hover span.cm-btm, section.sec-food div.link-area div.producer-slide div.swiper-slide:hover span.cm-btm, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide:hover span.cm-btm, section.sec-producer div.link-area div.food-slide div.swiper-slide:hover span.cm-btm, section.sec-producer div.link-area div.producer-slide div.swiper-slide:hover span.cm-btm, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide:hover span.cm-btm, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide:hover span.cm-btm, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide:hover span.cm-btm, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide:hover span.cm-btm {
    color: #02a7df;
  }
  section.sec-food div.link-area div.food-slide div.swiper-slide:hover span.cm-btm::before, section.sec-food div.link-area div.producer-slide div.swiper-slide:hover span.cm-btm::before, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide:hover span.cm-btm::before, section.sec-producer div.link-area div.food-slide div.swiper-slide:hover span.cm-btm::before, section.sec-producer div.link-area div.producer-slide div.swiper-slide:hover span.cm-btm::before, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide:hover span.cm-btm::before, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide:hover span.cm-btm::before, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide:hover span.cm-btm::before, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide:hover span.cm-btm::before {
    background: #02a7df;
    animation: cm-btm-line 0.3s 0s ease forwards;
  }
  @keyframes cm-btm-line {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  section.sec-food div.link-area div.food-slide div.swiper-slide:hover span.cm-btm span::after, section.sec-food div.link-area div.producer-slide div.swiper-slide:hover span.cm-btm span::after, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide:hover span.cm-btm span::after, section.sec-producer div.link-area div.food-slide div.swiper-slide:hover span.cm-btm span::after, section.sec-producer div.link-area div.producer-slide div.swiper-slide:hover span.cm-btm span::after, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide:hover span.cm-btm span::after, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide:hover span.cm-btm span::after, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide:hover span.cm-btm span::after, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide:hover span.cm-btm span::after {
    right: 0em;
    background: url("/soshiki_file/oishii-hiroshima/img/arrow02.png") no-repeat;
    background-size: contain;
  }
  section.sec-food div.link-area div.food-slide div.swiper-slide div.link-area-img, section.sec-food div.link-area div.producer-slide div.swiper-slide div.link-area-img, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide div.link-area-img, section.sec-producer div.link-area div.food-slide div.swiper-slide div.link-area-img, section.sec-producer div.link-area div.producer-slide div.swiper-slide div.link-area-img, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide div.link-area-img, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide div.link-area-img, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide div.link-area-img, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide div.link-area-img {
    overflow: hidden;
  }
  section.sec-food div.link-area div.food-slide div.swiper-slide div.link-area-img img, section.sec-food div.link-area div.producer-slide div.swiper-slide div.link-area-img img, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide div.link-area-img img, section.sec-producer div.link-area div.food-slide div.swiper-slide div.link-area-img img, section.sec-producer div.link-area div.producer-slide div.swiper-slide div.link-area-img img, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide div.link-area-img img, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide div.link-area-img img, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide div.link-area-img img, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide div.link-area-img img {
    transition: all 0.3s;
  }
}
section.sec-food div.link-area div.food-slide div.swiper-slide div.txt-box, section.sec-food div.link-area div.producer-slide div.swiper-slide div.txt-box, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide div.txt-box, section.sec-producer div.link-area div.food-slide div.swiper-slide div.txt-box, section.sec-producer div.link-area div.producer-slide div.swiper-slide div.txt-box, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide div.txt-box, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide div.txt-box, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide div.txt-box, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide div.txt-box {
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  section.sec-food div.link-area div.food-slide div.swiper-slide div.txt-box, section.sec-food div.link-area div.producer-slide div.swiper-slide div.txt-box, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide div.txt-box, section.sec-producer div.link-area div.food-slide div.swiper-slide div.txt-box, section.sec-producer div.link-area div.producer-slide div.swiper-slide div.txt-box, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide div.txt-box, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide div.txt-box, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide div.txt-box, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide div.txt-box {
    padding: 30px 0 20px;
  }
}
section.sec-food div.link-area div.food-slide div.swiper-slide p, section.sec-food div.link-area div.producer-slide div.swiper-slide p, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide p, section.sec-producer div.link-area div.food-slide div.swiper-slide p, section.sec-producer div.link-area div.producer-slide div.swiper-slide p, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide p, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide p, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide p, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide p {
  text-align: center;
  color: #222;
  font-size: 0.92em;
  letter-spacing: 0;
  line-height: 1.6em;
  padding: 0 0 1em;
}
@media screen and (min-width: 768px) {
  section.sec-food div.link-area div.food-slide div.swiper-slide p, section.sec-food div.link-area div.producer-slide div.swiper-slide p, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide p, section.sec-producer div.link-area div.food-slide div.swiper-slide p, section.sec-producer div.link-area div.producer-slide div.swiper-slide p, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide p, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide p, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide p, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide p {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 0 15px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-food div.link-area div.food-slide div.swiper-slide p, section.sec-food div.link-area div.producer-slide div.swiper-slide p, section.sec-food div.link-area div.omotenashi-slide div.swiper-slide p, section.sec-producer div.link-area div.food-slide div.swiper-slide p, section.sec-producer div.link-area div.producer-slide div.swiper-slide p, section.sec-producer div.link-area div.omotenashi-slide div.swiper-slide p, section.sec-omotenashi div.link-area div.food-slide div.swiper-slide p, section.sec-omotenashi div.link-area div.producer-slide div.swiper-slide p, section.sec-omotenashi div.link-area div.omotenashi-slide div.swiper-slide p {
    font-size: 16px;
  }
}
section.sec-food div.link-area div.food-thumbs, section.sec-food div.link-area div.producer-thumbs, section.sec-food div.link-area div.omotenashi-thumbs, section.sec-producer div.link-area div.food-thumbs, section.sec-producer div.link-area div.producer-thumbs, section.sec-producer div.link-area div.omotenashi-thumbs, section.sec-omotenashi div.link-area div.food-thumbs, section.sec-omotenashi div.link-area div.producer-thumbs, section.sec-omotenashi div.link-area div.omotenashi-thumbs {
  width: 85.2%;
  margin: 10% auto 0;
}
section.sec-food div.link-area div.food-thumbs div.swiper-slide, section.sec-food div.link-area div.producer-thumbs div.swiper-slide, section.sec-food div.link-area div.omotenashi-thumbs div.swiper-slide, section.sec-producer div.link-area div.food-thumbs div.swiper-slide, section.sec-producer div.link-area div.producer-thumbs div.swiper-slide, section.sec-producer div.link-area div.omotenashi-thumbs div.swiper-slide, section.sec-omotenashi div.link-area div.food-thumbs div.swiper-slide, section.sec-omotenashi div.link-area div.producer-thumbs div.swiper-slide, section.sec-omotenashi div.link-area div.omotenashi-thumbs div.swiper-slide {
  cursor: pointer;
  background: #f4f4f4;
  border: solid 3px #fff;
  text-align: center;
  height: 12vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
section.sec-food div.link-area div.food-thumbs div.swiper-slide.swiper-slide-thumb-active, section.sec-food div.link-area div.producer-thumbs div.swiper-slide.swiper-slide-thumb-active, section.sec-food div.link-area div.omotenashi-thumbs div.swiper-slide.swiper-slide-thumb-active, section.sec-producer div.link-area div.food-thumbs div.swiper-slide.swiper-slide-thumb-active, section.sec-producer div.link-area div.producer-thumbs div.swiper-slide.swiper-slide-thumb-active, section.sec-producer div.link-area div.omotenashi-thumbs div.swiper-slide.swiper-slide-thumb-active, section.sec-omotenashi div.link-area div.food-thumbs div.swiper-slide.swiper-slide-thumb-active, section.sec-omotenashi div.link-area div.producer-thumbs div.swiper-slide.swiper-slide-thumb-active, section.sec-omotenashi div.link-area div.omotenashi-thumbs div.swiper-slide.swiper-slide-thumb-active {
  background: #000;
  color: #fff;
}
section.sec-food div.link-area div.food-thumbs div.swiper-slide p, section.sec-food div.link-area div.producer-thumbs div.swiper-slide p, section.sec-food div.link-area div.omotenashi-thumbs div.swiper-slide p, section.sec-producer div.link-area div.food-thumbs div.swiper-slide p, section.sec-producer div.link-area div.producer-thumbs div.swiper-slide p, section.sec-producer div.link-area div.omotenashi-thumbs div.swiper-slide p, section.sec-omotenashi div.link-area div.food-thumbs div.swiper-slide p, section.sec-omotenashi div.link-area div.producer-thumbs div.swiper-slide p, section.sec-omotenashi div.link-area div.omotenashi-thumbs div.swiper-slide p {
  line-height: 1em;
  font-size: 0.88em;
  letter-spacing: 0;
}

section.sec-food div.link-area::after {
  background: url("/soshiki_file/oishii-hiroshima/img/sec-food-bg_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  section.sec-food div.link-area {
    background: url(/soshiki_file/oishii-hiroshima/img/sec-food-bg_pc.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

section.sec-producer div.link-area::after {
  background: url("/soshiki_file/oishii-hiroshima/img/sec-producer-bg_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  section.sec-producer div.link-area {
    background: url(/soshiki_file/oishii-hiroshima/img/sec-producer-bg_pc.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

section.sec-omotenashi div.link-area::after {
  background: url("/soshiki_file/oishii-hiroshima/img/sec-omotenashi-bg_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  section.sec-omotenashi div.link-area {
    background: url(/soshiki_file/oishii-hiroshima/img/sec-omotenashi-bg_pc.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }
}

section.sec-business {
  background: rgba(216, 213, 209, 0.5);
  padding: 10% 0 15%;
  margin: 20% 0 25%;
}
@media screen and (min-width: 768px) {
  section.sec-business {
    padding: 60px 0 70px;
    margin: 154px 0 123px;
  }
}
section.sec-business h2 {
  text-align: center;
  margin: auto;
  border-bottom: solid 5px #fff;
  width: 85.2%;
  font-size: 1.2em;
  padding: 0 0 0.4em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  section.sec-business h2 {
    font-size: 23px;
    width: 583px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-business h2 {
    font-size: 26px;
  }
}
section.sec-business p {
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-business p {
    text-align: center;
  }
}
section.sec-business h3 {
  text-align: center;
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.8em;
  padding: 4em 0 2em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  section.sec-business h3 {
    font-size: 18px;
    padding: 70px 0 50px;
  }
}
section.sec-business a.cm-btm {
  transition: all 0.3s;
  width: 35vw;
}
@media screen and (min-width: 768px) {
  section.sec-business a.cm-btm {
    width: 138px;
  }
}
section.sec-business a.cm-btm:hover {
  color: #02a7df;
}
section.sec-business a.cm-btm:hover::before {
  background: #02a7df;
  animation: cm-btm-line 0.3s 0s ease forwards;
}
@keyframes cm-btm-line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
section.sec-business a.cm-btm:hover span::after {
  right: 0em;
  background: url("/soshiki_file/oishii-hiroshima/img/arrow02.png") no-repeat;
  background-size: contain;
}

footer {
  background: #231815;
  padding: 15% 0 20%;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 50px 0 40px;
  }
}
footer a.footer-logo {
  display: block;
  width: 25%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  footer a.footer-logo {
    width: 94px;
    margin: 53px auto 25px;
  }
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer ul li:last-child a span::after {
  content: none;
}
footer ul li a {
  display: block;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
footer ul li a::after {
  content: "";
  display: block;
  background: #02a7df;
  width: calc(100% - 3.2em);
  height: 1px;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
  transform: scaleX(0);
}
footer ul li a:hover {
  color: #7cdefe;
}
footer ul li a:hover::after {
  transform: scaleX(1);
}
footer ul li a span {
  display: block;
  padding: 0 1.6em;
  position: relative;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  footer ul li a span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  footer ul li a span {
    font-size: 16px;
  }
}
footer ul li a span::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
footer p {
  text-align: center;
  color: #fff;
}
footer p.footer-txt01 {
  line-height: 1.8em;
  font-size: 0.86em;
  margin: 5% 0 0;
}
@media screen and (min-width: 768px) {
  footer p.footer-txt01 {
    font-size: 13px;
    margin: 0;
  }
}
footer p.footer-txt01 a {
  color: #ffffff;
  text-decoration: none;
}
footer p.footer-txt02 {
  line-height: 1.2em;
  font-size: 0.8em;
  margin: 10% 0 0;
}
@media screen and (min-width: 768px) {
  footer p.footer-txt02 {
    font-size: 11px;
    margin: 38px 0 0;
  }
}/*# sourceMappingURL=oishii-hiroshima-style.css.map */