/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@300;400;500;600&family=Montserrat&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #373e41;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

.m_ft {
  font-family: 'Noto Serif JP', serif;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -5.7rem;
  }
}

@media screen and (max-width: 767px) {
  .c_more {
    text-align: center;
  }
}

.c_more a {
  display: inline-block;
  font-size: 2rem;
  width: 27rem;
  padding-left: 2em;
  line-height: 9rem;
  background: #fff;
  letter-spacing: .05em;
  max-width: 100%;
  font-weight: 600;
}

.c_more a:hover {
  opacity: 1;
  background: #00a72c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c_more a {
    padding: 0;
  }
}

.c_ttl {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 1.7em;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 4.1rem;
    margin-bottom: 1em;
  }
}

.c_ttl.b {
  margin-bottom: 5rem;
  color: #00a72c;
}

.c_ttl.b small {
  color: #000000;
}

.c_ttl small {
  display: block;
  font-size: 1.8rem;
  margin-top: .3em;
  color: #6bb6a1;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .c_ttl small {
    font-size: 1.4rem;
  }
}

.c_news {
  background: url(https://image.raku-uru.jp/01/20915/40/bg_news_1645935936478.jpg) no-repeat 50%/cover;
  padding: 10rem 0 8.5rem;
}

@media screen and (max-width: 767px) {
  .c_news {
    padding: 5.5rem 0;
    background-image: url(https://image.raku-uru.jp/01/20915/36/bg_news_sp_1645935933910.jpg);
  }
}

.c_news li {
  background: #fff;
  border-radius: 1rem;
}

.c_news li + li {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .c_news li + li {
    margin-top: 1.5rem;
  }
}

.c_news li a {
  padding: 4rem 10rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .c_news li a {
    padding: 3rem 2rem;
  }
}

.c_news li a[href="#"] {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .c_news li dl {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .c_news li dl > * {
    width: 50%;
  }
}

.c_news li dt {
  font-size: 2.4rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .c_news li dt {
    margin-bottom: .7em;
  }
}

.c_news li dt small {
  display: block;
  color: #6bb6a1;
  font-size: .5833em;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .c_news li dt small {
    font-size: 1.6rem;
  }
}

.c_news li dd {
  font-size: 1.4rem;
  line-height: 1.71;
}

@media screen and (max-width: 767px) {
  .c_news li dd {
    font-size: 1.6rem;
  }
}

.c_btn a {
  display: inline-block;
  text-align: left;
  width: 10.5em;
  border-bottom: solid 1px #484e4d;
  padding-bottom: .7em;
}

@media screen and (min-width: 768px) {
  .c_list {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 110rem;
    margin: 0 auto;
  }
  .c_list > * {
    margin-left: 4%;
    width: 30.66667%;
  }
  .c_list > *:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c_list {
    padding: 0 1.5rem;
  }
}

.c_list li {
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .c_list li {
    margin-bottom: 4rem;
  }
}

.c_list a {
  display: block;
}

.c_list img {
  width: 100%;
}

.c_list p {
  font-size: 1.6rem;
  margin-top: .4em;
}

@media screen and (max-width: 767px) {
  .c_list p {
    font-size: 2.1rem;
  }
}

.c_list .price {
  font-weight: bold;
}

.c_list .price small {
  font-size: .75em;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.c_lead {
  text-align: center;
  color: #375900;
}

.c_lead dt {
  font-size: 3.6rem;
  letter-spacing: .05em;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .c_lead dt {
    font-size: 2.8rem;
  }
}

.c_lead dd {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .c_lead dd {
    text-align: left;
    line-height: 1.57;
  }
  .c_lead dd br {
    display: none;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner, .main-article {
  width: 120.6rem;
  margin: 0 auto;
  max-width: 100%;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1286px) {
  html {
    font-size: calc(100vw * 10 / 1286);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 500);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner, .main-article {
    width: auto;
    margin: 0 3rem;
  }
  .u_inner.b, .main-article.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
}

#header a {
  display: block;
}

@media screen and (min-width: 768px) {
  .h_box {
    display: inline-block;
    vertical-align: top;
  }
  .h_box.a {
    width: 27rem;
  }
  .h_box.b {
    width: 25rem;
    margin-left: 8.5rem;
    margin-right: 26rem;
  }
  #toggle_menu .u_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.h_box dt {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .h_box dt {
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 767px) {
  .h_box {
    margin-left: 9rem;
    margin-right: 2rem;
  }
  .h_box.c {
    position: absolute;
    margin: 0;
    left: 1.5rem;
    top: 4rem;
    width: 8rem;
  }
  .h_box.a {
    margin-bottom: 5.5rem;
  }
}

.h_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.5rem;
}

.h_logo img {
  width: 5.4rem;
}

body.nav_w .h_logo img {
  opacity: 0;
}

body.nav_w .h_logo a {
  background: url(https://oonishi-roca.com/pentafactory/img/h_logo_w.svg) no-repeat center top/contain;
}

@media screen and (max-width: 767px) {
  .h_logo {
    top: 1rem;
  }
  .h_logo img {
    width: 3.6rem;
  }
}

.h_logo2 img {
  width: 23rem;
}

.h_insta {
  text-align: center;
  margin-top: 6rem;
}

.h_insta img {
  width: 3.3rem;
}

@media screen and (max-width: 767px) {
  .h_insta {
    margin-top: 3rem;
  }
  .h_insta img {
    width: 2.5rem;
  }
}

.h_link2 {
  margin-top: 3.5rem;
  margin-left: 5rem;
}

.h_link2 li {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 1.5em;
}

@media screen and (max-width: 767px) {
  .h_link2 li {
    color: transparent;
    overflow: hidden;
    white-space: nowrap;
    width: 2.5rem;
    margin-right: 1.2em;
  }
}

.h_link2 a {
  background: url(https://oonishi-roca.com/pentafactory/img/icon_pencil.svg) no-repeat left center/2rem;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .h_link2 a {
    padding-left: 0;
    background-size: contain;
  }
}

.h_link2 .mypage {
  background-image: url(https://oonishi-roca.com/pentafactory/img/icon_mypage.svg);
}

.h_link2 .cart {
  background-image: url(https://oonishi-roca.com/pentafactory/img/icon_cart.svg);
}

body.nav_w .h_link2 {
  color: #fff;
}

body.nav_w .h_link2 .reg {
  background-image: url(https://oonishi-roca.com/pentafactory/img/icon_pencil_w.svg);
}

body.nav_w .h_link2 .mypage {
  background-image: url(https://oonishi-roca.com/pentafactory/img/icon_mypage_w.svg);
}

body.nav_w .h_link2 .cart {
  background-image: url(https://oonishi-roca.com/pentafactory/img/icon_cart_w.svg);
}

@media screen and (max-width: 767px) {
  .h_link2 {
    margin-top: 2.5rem;
    margin-left: 3rem;
  }
}

.h_nav li {
  font-size: 1.6rem;
  border-bottom: solid 1px #fff;
}

.h_nav a {
  position: relative;
  padding: 1em 1em;
}

.h_nav a:before {
  content: '';
  position: absolute;
  width: .5625em;
  height: .5625em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.5em;
  top: 1.4em;
}

.h_link {
  margin-top: 3.6rem;
}

@media screen and (max-width: 767px) {
  .h_link {
    margin-top: 2rem;
  }
}

.h_link li {
  font-size: 1.4rem;
}

.h_link a {
  padding: .8em 1.2em;
}

.h_menu {
  position: absolute;
  right: 4.8rem;
  top: 3.8rem;
  width: 7.5rem;
  cursor: pointer;
}

body.nav_w .h_menu.a {
  background: url(https://oonishi-roca.com/pentafactory/img/h_menu_w.svg) no-repeat center top/contain;
}

body.nav_w .h_menu.a img {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .h_menu {
    top: 2.5rem;
    width: 5rem;
    right: 3rem;
  }
}

#toggle_menu {
  display: none;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 66;
  left: 0;
  overflow-y: auto;
  height: 100%;
  background: #6bb6a1;
}

@media screen and (max-width: 767px) {
  #toggle_menu {
    padding: 4rem 0;
  }
}

body.open {
  overflow-y: hidden;
}

#footer {
  position: relative;
}

#footer .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center bottom / 100% auto;
  left: 0;
  z-index: -3;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  #footer .bg {
    background-size: 192rem auto;
  }
}

@media screen and (max-width: 767px) {
  #footer .bg {
    background-size: 100% auto;
  }
}

.f_shop {
  position: relative;
  z-index: 1;
}

.f_shop .bg_b {
  padding-top: 38rem;
}

@media screen and (max-width: 767px) {
  .f_shop .bg_b {
    padding: 21rem 0 3rem;
  }
}

.f_shop:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 92.6rem;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(https://image.raku-uru.jp/01/20915/63/f_shop_1659750026868.jpg) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .f_shop:before {
    height: 66.8rem;
  }
}

.f_shop .c_ttl {
  color: #fff;
}

.f_shop .c_ttl small {
  color: inherit;
}

.f_shop .box {
  background: #fff;
  padding: 13.5rem 22rem;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .f_shop .box {
    height: 40rem;
  }
}

@media screen and (max-width: 767px) {
  .f_shop .box {
    padding: 3.5rem 0 1.8rem;
  }
}

.f_logo img {
  width: 24.3rem;
}

@media screen and (max-width: 767px) {
  .f_logo {
    text-align: center;
    margin-bottom: 2rem;
  }
  .f_logo img {
    width: 14.7rem;
  }
}

@media screen and (min-width: 768px) {
  .f_logo {
    position: absolute;
    margin-top: 2rem;
  }
}

.f_info {
  font-size: 1.6rem;
}

.f_info .tel {
  font-size: 2.4rem;
  margin: .3em 0;
}

.f_info i {
  display: inline-block;
  width: 5em;
}

@media screen and (max-width: 767px) {
  .f_info {
    text-align: center;
  }
  .f_info p:nth-child(3) {
    text-align: left;
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .f_info {
    margin-left: 46rem;
  }
}

.f_map {
  position: relative;
  height: 0;
  padding-top: 39rem;
  overflow: hidden;
  border-radius: 0 0 1rem 1rem;
}

.f_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .f_map {
    padding-top: 26rem;
  }
}

.f_copy {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  padding: 46rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 1rem;
    padding: 22rem 0 7rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: relative;
}

.top_main .movie {
  position: relative;
  height: 0;
  padding-top: 100vh;
  overflow: hidden;
}

.top_main .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_main .movie video {
  object-fit: cover;
}

.top_main .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11rem;
  width: 38.5rem;
}

.top_main .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60.7rem;
  bottom: -18rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_main .wrap {
    position: relative;
  }
  .top_main .img {
    bottom: -8rem;
    width: 26rem;
    overflow: hidden;
  }
  .top_main .logo {
    width: 43.1rem;
    bottom: -13rem;
  }
}

.top_lead {
  font-weight: 500;
  margin: 26rem 0 0;
}

@media screen and (max-width: 767px) {
  .top_lead {
    margin: 16rem 0 0;
  }
}

.top_lead dl {
  margin-bottom: -2rem;
  position: relative;
  z-index: 2;
}

.top_lead dt {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .top_lead dt {
    margin-bottom: .6em;
  }
}

.top_lead dd {
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .top_lead dd {
    line-height: 1.75;
    text-align: center;
  }
  .top_lead dd br {
    display: block;
  }
}

.top_lead .img {
  position: relative;
}

.top_lead .img img:not(.logo) {
  width: 100%;
}

.top_lead .logo {
  position: absolute;
  width: 40.5rem;
  bottom: -20rem;
  left: calc(50% - 74.3rem);
  animation: rotation 50s linear infinite;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .top_lead .logo {
    width: 21rem;
    left: -4rem;
    bottom: -10.5rem;
  }
}

.top_sec {
  position: relative;
}

.top_sec .icon {
  position: absolute;
  width: 38.2rem;
}

@media screen and (max-width: 767px) {
  .top_sec .icon {
    width: 18rem;
  }
}

.top_sec.a .c_ttl {
  color: #fff;
}

.top_sec.b .c_ttl {
  color: #00a72c;
}

.top_sec.b .c_more a {
  background: #00a72c;
  color: #fff;
}

.top_sec p {
  font-size: 1.8rem;
  line-height: 1.77;
}

.top_sec p b {
  display: block;
  font-weight: 500;
  font-size: 1.333em;
  line-height: 1.375;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .top_sec p b {
    text-align: center;
    margin-bottom: .6em;
  }
  .top_sec p b br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top_sec p br {
    display: none;
  }
}

.top_sec .c_ttl {
  padding: 0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .top_sec .c_ttl {
    margin-bottom: 1rem;
  }
}

.top_sec .c_more {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .top_sec .c_more {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .top_sec .c_ttl {
    text-align: left;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.top_about {
  position: relative;
  z-index: 1;
  background: #ffda5c;
  padding: 13rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .top_about {
    padding: 19rem 0 4rem;
  }
}

.top_about .img {
  position: absolute;
}

.top_about .img.a {
  left: calc(50% + 42.7rem);
  width: 32.8rem;
  top: -9rem;
}

@media screen and (max-width: 767px) {
  .top_about .img.a {
    width: 10rem;
    left: auto;
    right: 0;
    top: 10.5rem;
  }
}

.top_about .img.b {
  left: calc(50% - 40rem);
  width: 21.8rem;
  top: 30rem;
}

@media screen and (max-width: 767px) {
  .top_about .img.b {
    display: none;
  }
}

.top_about .img.c {
  left: calc(50% - 104rem);
  width: 52.8rem;
  bottom: -10rem;
}

@media screen and (max-width: 767px) {
  .top_about .img.c {
    width: 15.5rem;
    left: auto;
    right: 9rem;
    top: -2.5rem;
  }
}

.top_about .icon {
  right: calc(50% - 63rem);
  top: 0;
}

@media screen and (max-width: 767px) {
  .top_about .icon {
    right: auto;
    bottom: -2.3rem;
    top: auto;
    left: -1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .top_about .box {
    margin-left: calc(50% + 3rem);
  }
}

.top_service .top {
  padding: 26.6rem 0 42rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_service .top {
    padding: 5rem 0 29rem;
  }
}

.top_service .icon {
  left: calc(50% - 76.5rem);
  top: 40.5rem;
}

@media screen and (max-width: 767px) {
  .top_service .icon {
    top: 43rem;
    left: -1.8rem;
  }
}

.top_service .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 113.8rem;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  .top_service .img {
    left: calc(50% - 21rem);
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .top_service .img {
    width: 100%;
  }
}

.top_service .fruit {
  position: relative;
  background: #ffda5c url(https://oonishi-roca.com/pentafactory/img/top_service02.svg) no-repeat left bottom/80.5rem;
}

@media screen and (max-width: 767px) {
  .top_service .fruit {
    background-size: 27rem;
  }
}

.top_service .fruit li {
  margin-right: 1rem;
}

.top_service .fruit li img {
  width: 37.52rem;
}

@media screen and (max-width: 767px) {
  .top_service .fruit li img {
    width: 13.8rem;
  }
}

.top_service .fruit p {
  font-size: 2.1rem;
  letter-spacing: .05em;
  color: #fff;
  margin-top: .3em;
}

@media screen and (max-width: 767px) {
  .top_service .fruit p {
    font-size: 1.4rem;
  }
}

.top_service .box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_service .box {
    margin-left: 5.5rem;
  }
}

.top_service .wrap {
  width: calc(50% + 55rem);
  margin-left: auto;
  position: relative;
  top: -18rem;
}

@media screen and (max-width: 767px) {
  .top_service .wrap {
    top: -8rem;
    width: auto;
    margin-left: 3rem;
  }
}

.top_service .ttl {
  font-size: 3.6rem;
  letter-spacing: .05em;
  color: #00a72c;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .top_service .ttl {
    font-size: 2.4rem;
  }
}

.top_service .c_more a {
  border: solid 1px #00a72c;
}

.top_service .c_more a:hover {
  color: #00a72c;
  background: #fff;
}

.top_baum {
  position: relative;
  z-index: 1;
  padding: 14rem 0 34rem;
}

@media screen and (min-width: 768px) {
  .top_baum {
    background: url(https://image.raku-uru.jp/01/20915/62/bg_baum_1659750026542.png) center top/20.6rem;
  }
  .top_baum:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
    width: 96.5rem;
    background: #fff;
    z-index: -1;
  }
  .top_baum .img {
    text-align: center;
  }
  .top_baum .img img {
    width: 86.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_baum {
    padding: 7.2rem 0 6rem;
  }
}

.c_shopping {
  padding-bottom: 11.5rem;
}

footer .c_shopping {
  margin-top: 44rem;
}

@media screen and (max-width: 767px) {
  footer .c_shopping {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .c_shopping {
    padding-bottom: 6.5rem;
  }
  .c_shopping .c_list {
    padding: 0;
  }
}

.c_shopping .c_more {
  text-align: center;
}

.c_shopping .c_more a {
  width: 68rem;
}

@inlude pc {
  .c_shopping .c_more a {
    padding: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 12.9rem;
  }
}

@media screen and (min-width: 768px) {
  .c_shopping {
    background: #ffda5c;
  }
  .c_shopping .box {
    position: relative;
    top: -28rem;
    z-index: 1;
    margin-bottom: -28rem;
  }
  .c_shopping .u_inner {
    width: 130rem;
    max-width: calc(100% - 4rem);
  }
  .c_shopping .c_list {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c_shopping {
    position: relative;
  }
  .c_shopping:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 32.6rem;
    background: #ffda5c;
    z-index: -1;
  }
}

.top_sdgs {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top_sdgs {
    background: #9bc7e7;
    padding: 16rem 0 16.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_sdgs {
    padding-bottom: 9rem;
  }
}

.top_sdgs .icon {
  left: calc(50% + 25.5rem);
  top: 0;
}

@media screen and (max-width: 767px) {
  .top_sdgs .icon {
    right: auto;
    bottom: -1rem;
    top: auto;
    left: -3rem;
    z-index: -1;
    width: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .top_sdgs .box {
    margin-left: calc(50% + 13rem);
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .top_sdgs.a .c_ttl {
    color: #9bc7e7;
  }
  .top_sdgs.a .c_more {
    margin-top: 4rem;
  }
  .top_sdgs.a .c_more a {
    background: #9bc7e7;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .top_sdgs p {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .top_sdgs .img {
    padding: 5rem 0 0;
    margin-bottom: 4rem;
    background: #9bc7e7;
  }
}

@media screen and (min-width: 768px) {
  .top_sdgs .img {
    width: 109.7rem;
    position: absolute;
    left: calc(50% - 90rem);
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_sdgs .catch {
    text-align: center;
    margin-bottom: 3rem;
  }
  .top_sdgs .catch img {
    width: 71%;
  }
}

@media screen and (min-width: 768px) {
  .top_sdgs .catch {
    margin-right: 24rem;
    margin-left: auto;
    width: 44.2rem;
  }
}

.top_penta {
  z-index: 1;
  background: #fff;
}

.top_penta .img {
  position: relative;
}

.top_penta .img .a {
  position: absolute;
  width: 31rem;
  top: -7.5rem;
  left: 41rem;
}

@media screen and (max-width: 767px) {
  .top_penta .img .a {
    display: none;
  }
}

.top_penta .img .b {
  position: absolute;
  width: 33.3rem;
  left: -13rem;
  bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .top_penta .img .b {
    width: 25.7rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12.5rem;
  }
}

.top_penta .img .c {
  position: absolute;
  width: 21.2rem;
  bottom: -6rem;
  left: 52.5rem;
}

@media screen and (max-width: 767px) {
  .top_penta .img .c {
    display: none;
  }
}

.top_penta .c_more a {
  border: solid 1px #00a72c;
}

.top_penta .c_more a:hover {
  color: #00a72c;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top_penta .box {
    margin: 14rem 3rem 15.1rem;
  }
}

@media screen and (min-width: 768px) {
  .top_penta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-flow: row-reverse;
  }
  .top_penta .bg {
    height: 64rem;
    background: no-repeat 50% / cover;
  }
  .top_penta .bg img {
    display: none;
  }
  .top_penta > * {
    width: 50%;
  }
  .top_penta .box {
    width: 54.6rem;
    margin-left: auto;
  }
}

.top_list {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_list {
    margin-bottom: 6rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.low_header {
  background: url(https://image.raku-uru.jp/01/20915/48/ichiran_1646012565783.jpg) no-repeat 50%/cover;
  height: 41.3rem;
  position: relative;
}

.low_header .c_ttl {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

.low_header .c_ttl small {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .low_header {
    height: auto;
    background: none !important;
  }
  .low_header img {
    width: 100%;
  }
}

.item_list {
  margin: 10rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .item_list {
    margin: 6rem 0 10rem;
  }
}

.list_header {
  background: no-repeat 50% / cover;
  position: relative;
}

.list_header .low_ttl {
  padding-top: 11rem;
}

.list_header .low_ttl i {
  padding: 1.5em 0 .6em;
}

.list_header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 88.6rem;
  bottom: -2.5rem;
}

@media screen and (max-width: 767px) {
  .list_header .logo {
    bottom: -1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .list_header {
    height: 45.3rem;
  }
  .list_header .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .list_header {
    margin-top: 5.7rem;
    background: none !important;
  }
  .list_header .sp {
    display: block;
    width: 100%;
  }
  .list_header .low_ttl {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: -2.5rem;
  }
}

.list_wrap {
  margin: 1.5rem;
  background: #f6f6f6;
  padding: 11rem 0 9rem;
}

@media screen and (max-width: 767px) {
  .list_wrap {
    padding: 8rem 0 5rem;
  }
}

.item_wrap {
  margin: 18.5rem 0;
}

@media screen and (max-width: 767px) {
  .item_wrap {
    margin: 11rem 0;
  }
}

.c_item .img ul {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: .8rem;
}

.c_item .img ul > * {
  margin-left: 1%;
  width: 13.42857%;
}

.c_item .img ul > *:nth-child(7n + 1) {
  margin-left: 0;
}

.c_item .img li {
  cursor: pointer;
}

.c_item .img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c_item .img {
    margin: 0 -3rem 1rem;
  }
  .c_item .img ul {
    margin-top: .3rem;
  }
}

@media screen and (min-width: 768px) {
  .c_item {
    width: 116rem;
    margin: 0 auto;
    padding-right: 12rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .c_item .img {
    width: 54rem;
  }
  .c_item .desc {
    width: 39rem;
  }
}

.c_item .name {
  font-size: 1.8rem;
}

.c_item .name em {
  display: block;
  font-size: 2em;
}

.c_item .price {
  font-size: 1.6rem;
  border: solid 1px #ced0c8;
  border-left: none;
  border-right: none;
  padding: 1.1em 1em;
  margin: 2rem 0;
  font-weight: 500;
  letter-spacing: .1em;
}

.c_item .price small {
  font-size: .75em;
  margin-left: 1.5em;
  letter-spacing: .04em;
}

.c_item .cart {
  font-size: 1.4rem;
}

.c_item .cart th {
  text-align: left;
  width: 4em;
}

.c_item .cart td {
  padding: 0 0 1.4em !important;
}

.c_item .cart dt {
  position: absolute;
  letter-spacing: .1em;
  margin-top: .5em;
}

.c_item .cart dd {
  margin-left: 4em;
  margin-bottom: 1.5em;
}

.c_item .cart input[type="number"] {
  padding: .5em 0 .5em 1em;
  background: none;
  width: 6em;
  border: solid 1px #ced0c8;
}

.c_item .cart input[type="text"] {
  padding: .5em .5em .5em;
  width: 5em !important;
}

.c_item .cart .submit {
  text-align: center;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 2em;
  border: solid 1px #7c7e78;
  padding: 1em 0;
  padding-right: 1.5em;
  letter-spacing: .1em;
  background: #7c7e78 url(https://oonishi-roca.com/pentafactory/img/icon_cart_w.svg) no-repeat 87% center/1.42571em;
  color: #fff;
  width: 13em;
}

@media screen and (max-width: 767px) {
  .c_item .cart .submit {
    width: 100%;
    background-position: 75%;
    font-size: 1.6rem;
  }
}

.c_item .cart + .description {
  margin-top: 6.5rem;
}

.c_item .description {
  font-size: 1.4rem;
  line-height: 1.85;
}

.c_item .description dl {
  font-size: 1.3rem;
  margin-top: 2.5em;
}

.c_item .description dt {
  position: absolute;
}

.c_item .description dd {
  margin-left: 6em;
  margin-bottom: .8em;
}

.main-article {
  margin-top: 20rem;
  margin-bottom: 15rem;
}

.main-article .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .main-article table {
    width: 100rem;
    margin: 0 auto;
  }
}

.main-article tr > * {
  font-size: 1.6rem;
  border-bottom: solid 1px #ccc;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .main-article tr > * {
    float: left;
    width: 100%;
  }
}

.main-article th {
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sdgs_lead dt {
    font-size: 2.4rem;
  }
}

.sdgs_header {
  background: #9bc7e7;
  text-align: center;
  padding-top: 18rem;
  margin-bottom: 11.5rem;
}

@media screen and (max-width: 767px) {
  .sdgs_header {
    padding-top: 12rem;
    margin-bottom: 5rem;
  }
}

.sdgs_header .ttl {
  margin-bottom: -3.4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sdgs_header .ttl {
    margin-bottom: 1.5rem;
  }
}

.sdgs_header .ttl img {
  width: 44.2rem;
  max-width: 74.4%;
}

.sdgs_header .img img {
  width: 115.2rem;
}

.sdgs_list {
  margin: 12rem 0;
  color: #444444;
}

@media screen and (max-width: 767px) {
  .sdgs_list {
    margin: 6rem 0;
  }
}

.sdgs_list .ttl.a {
  background: #c50e28;
}

.sdgs_list .ttl.b {
  background: #970a31;
}

.sdgs_list .ttl.c {
  background: #f5a20b;
}

.sdgs_list .ttl.d {
  background: #d39206;
}

.sdgs_list .ttl.e {
  background: #28a838;
}

.sdgs_list dt {
  font-size: 2.8rem;
  margin-bottom: .8em;
  letter-spacing: .05em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .sdgs_list dt {
    margin-bottom: .5em;
  }
}

.sdgs_list dd {
  font-size: 2rem;
  line-height: 1.85;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .sdgs_list dd {
    line-height: 1.56;
    margin-bottom: 11rem;
  }
}

.sdgs_list .ttl {
  padding: 3rem;
}

.sdgs_list .ttl img {
  width: 25rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .sdgs_list .ttl img {
    width: 16.5rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sdgs_list .ttl {
    padding: .4rem;
  }
}

.sdgs_list .odd .desc {
  background: rgba(0, 9, 23, 0.05);
}

.sdgs_list .even .box {
  flex-flow: row-reverse;
}

@media screen and (max-width: 767px) {
  .sdgs_list .box {
    padding: 3rem 3rem;
    position: relative;
  }
  .sdgs_list .img {
    position: absolute;
    width: 17rem;
    right: 1rem;
    bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .sdgs_list section {
    display: flex;
    height: 47.2rem;
  }
  .sdgs_list .even {
    flex-flow: row-reverse;
  }
  .sdgs_list .even .box {
    margin-left: auto;
    margin-right: 9rem;
  }
  .sdgs_list .odd .box {
    margin-left: 9rem;
  }
  .sdgs_list .odd img {
    margin-left: auto;
  }
  .sdgs_list .ttl {
    width: 40.8%;
  }
  .sdgs_list .desc {
    width: 59.2%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .sdgs_list .box {
    width: 63.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .sdgs_list .box {
    padding: 2rem 3rem;
  }
}

@media screen and (min-width: 768px) {
  .sdgs_list .img {
    width: 25rem;
  }
  .sdgs_list dl {
    width: calc(100% - 27rem);
  }
}

.sdgs_penta {
  text-align: center;
  color: #375900;
  padding-bottom: 10rem;
}

.sdgs_penta img.a {
  width: 98.1rem;
}

.sdgs_penta img.b {
  width: 37.3rem;
  max-width: 60%;
}

.sdgs_penta .ttl {
  font-size: 3.6rem;
  font-weight: 500;
  margin: 6rem 0 3rem;
}

@media screen and (max-width: 767px) {
  .sdgs_penta .ttl {
    margin: 5rem 0 2.5rem;
    font-size: 2.4rem;
  }
}

.sdgs_penta p {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .sdgs_penta p {
    margin-bottom: 4rem;
    text-align: left;
    font-size: 1.9rem;
  }
  .sdgs_penta p br {
    display: none;
  }
}

.low_header2 {
  position: relative;
  height: 78.6rem;
  text-align: center;
  margin-bottom: 11.5rem;
}

@media screen and (max-width: 767px) {
  .low_header2 {
    margin-bottom: 6rem;
    height: 52rem;
  }
}

.low_header2 .bg {
  position: absolute;
  height: 100%;
  background: no-repeat 50% / cover;
  width: 100%;
  z-index: -1;
}

.low_header2 .ttl {
  color: #fff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5.5rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .low_header2 .ttl {
    font-size: 3.6rem;
  }
}

.low_header2 .ttl small {
  display: block;
  font-size: .563em;
  letter-spacing: .05em;
  font-weight: 500;
  margin-top: .5em;
}

.low_header2 .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4rem;
  width: 25rem;
  max-width: 30%;
}

@media screen and (max-width: 767px) {
  .low_header2 .icon {
    bottom: -2.5rem;
  }
}

.penta_lead dt {
  font-size: 2.5rem;
}

.penta_list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .penta_list {
    top: -5rem;
  }
}

@media screen and (max-width: 767px) {
  .penta_list {
    margin-top: 5rem;
  }
}

.penta_list .box {
  position: relative;
  padding: 15rem 4rem 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .penta_list .box {
    width: 57.5rem;
    height: 57.5rem;
    border-radius: 50%;
    padding: 18rem 12rem 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .penta_list .box {
    margin: -13rem 0 12rem;
  }
}

.penta_list .odd .box {
  background: #ffda5c;
}

.penta_list .even .box {
  background: #9bc7e7;
}

@media screen and (min-width: 768px) {
  .penta_list section {
    margin-bottom: -3.5rem;
  }
  .penta_list section.a .ttl img {
    top: 2.7em;
    right: 1.75em;
  }
  .penta_list section.a .icon {
    left: 2.5em;
    margin-top: 4.5em;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .penta_list section.b {
    margin-bottom: -3rem;
  }
  .penta_list section.b .box {
    top: -1rem;
  }
}

@media screen and (min-width: 768px) {
  .penta_list section.b .ttl img {
    top: 3.45em;
    right: 0;
  }
  .penta_list section.b .icon {
    left: 10.5em;
    margin-top: 1em;
  }
  .penta_list section.c .ttl img {
    bottom: 1.9em;
    right: 1.4em;
  }
  .penta_list section.c .icon {
    left: 0;
    margin-top: 4em;
  }
  .penta_list section.d .ttl img {
    bottom: .45em;
    right: 4.1em;
  }
  .penta_list section.d .icon {
    left: 10em;
    margin-top: 4em;
  }
  .penta_list section.e .ttl img {
    bottom: 1.85em;
    right: 1.55em;
  }
  .penta_list section.e .icon {
    left: 15.5em;
    margin-top: 4em;
  }
}

.penta_list .ttl {
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .penta_list .ttl {
    font-size: 2.6rem;
  }
}

.penta_list .ttl img {
  position: absolute;
  height: 4.375em;
}

@media screen and (max-width: 767px) {
  .penta_list .ttl img {
    bottom: -1rem;
  }
}

.penta_list .ttl small {
  display: block;
  font-size: .5625em;
  color: #b69238;
}

@media screen and (max-width: 767px) {
  .penta_list .ttl small {
    margin-top: .3em;
    font-size: 1.7rem;
  }
}

.penta_list p {
  font-size: 1.8rem;
  line-height: 1.722;
}

.penta_list .icon {
  height: 20.5rem;
}

@media screen and (min-width: 768px) {
  .penta_list .icon {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .penta_list .icon {
    display: block;
    height: 12.5rem;
    margin-top: -1.5rem;
    position: relative;
    top: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .penta_list .img {
    margin: 0 3rem;
  }
  .penta_list .odd .box {
    margin-left: 3rem;
  }
  .penta_list .odd .ttl img {
    right: 3rem;
  }
  .penta_list .even .box {
    margin-right: 3rem;
  }
  .penta_list .even .ttl img {
    left: 3rem;
  }
  .penta_list .even .icon {
    margin-left: auto;
  }
  .penta_list .even .icon {
    margin-top: 4rem;
    top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .penta_list {
    width: 121.4rem;
    margin: 0 auto;
  }
  .penta_list .odd {
    flex-flow: row-reverse;
  }
  .penta_list .odd .box {
    margin-left: auto;
    right: -6.5rem;
  }
  .penta_list .even .box {
    left: -6.5rem;
  }
  .penta_list section {
    display: flex;
    align-items: flex-end;
  }
  .penta_list section > * {
    width: 50%;
  }
}

.penta_img {
  position: relative;
  margin-top: 24rem;
}

@media screen and (max-width: 767px) {
  .penta_img {
    margin-top: 17rem;
  }
}

.penta_img img {
  width: 100%;
}

.penta_img p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: .2em;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .penta_img p {
    font-size: 2.4rem;
  }
}

.about_lead {
  position: relative;
  text-align: center;
  padding-bottom: 7rem;
  background: url(https://oonishi-roca.com/pentafactory/img/top_service02.svg) no-repeat left bottom/61rem;
}

@media screen and (max-width: 767px) {
  .about_lead {
    background-size: 27rem;
    padding-bottom: 27rem;
  }
}

.about_lead dt {
  font-size: 6rem;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .about_lead dt {
    font-size: 4rem;
  }
}

.about_lead .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.about_lead .img {
  position: absolute;
}

.about_lead .img.a {
  width: 22.4rem;
  top: 23.6rem;
  right: calc(50% - 58.5rem);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about_lead .img.a {
    right: auto;
    left: 3rem;
    width: 14.7rem;
    bottom: 9.3rem;
    top: auto;
  }
}

.about_lead .img.e {
  width: 18.8rem;
  top: 3.6rem;
  right: calc(50% - 68.5rem);
}

@media screen and (max-width: 767px) {
  .about_lead .img.e {
    display: none;
  }
}

.about_lead .img.b {
  width: 29.8rem;
  top: 16rem;
  left: calc(50% - 67rem);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about_lead .img.b {
    top: 31rem;
    left: -4rem;
    width: 19.6rem;
  }
}

.about_lead .img.c {
  width: 25.4rem;
  left: calc(50% - 68.5rem);
  bottom: 9.4rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about_lead .img.c {
    left: auto;
    top: 31rem;
    bottom: auto;
    right: 0;
    width: 16.8rem;
  }
}

.about_lead .img.d {
  width: 36rem;
  bottom: -3.4rem;
  right: calc(50% - 71.1rem);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about_lead .img.d {
    width: 23.7rem;
    right: -2rem;
  }
}

.about_lead .mv {
  position: relative;
  width: 86.4rem;
  margin: 6rem auto 0;
}

@media screen and (max-width: 767px) {
  .about_lead .mv {
    width: auto;
    margin: 20rem -1.5rem 0;
  }
}

.about_lead .mv a {
  position: absolute;
  width: 22.685%;
  height: 25%;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .about_lead .mv a {
    width: 29%;
    height: 28%;
  }
}

.about_lead .mv .earth01 {
  top: 0;
  left: 38%;
}

@media screen and (max-width: 767px) {
  .about_lead .mv .earth01 {
    top: 4%;
    left: 35%;
  }
}

.about_lead .mv .earth02 {
  top: 29.4%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .about_lead .mv .earth02 {
    top: 27%;
    right: 2.8%;
  }
}

.about_lead .mv .earth03 {
  bottom: 0;
  right: 16.8%;
}

@media screen and (max-width: 767px) {
  .about_lead .mv .earth03 {
    bottom: 9.8%;
    right: 16.8%;
  }
}

.about_lead .mv .earth04 {
  bottom: 0;
  left: 14.5%;
}

@media screen and (max-width: 767px) {
  .about_lead .mv .earth04 {
    bottom: 9.8%;
    left: 15%;
  }
}

.about_lead .mv .earth05 {
  top: 29.4%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .about_lead .mv .earth05 {
    top: 26.5%;
    left: 3.5%;
  }
}

.about_msg {
  background: #ffda5c;
  padding: 12rem 0;
}

@media screen and (max-width: 767px) {
  .about_msg {
    padding: 8rem 3rem;
  }
}

.about_msg p {
  text-align: center;
  color: #375900;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .about_msg p {
    font-size: 2.4rem;
    text-align: left;
  }
  .about_msg p br {
    display: none;
  }
}

.about_img img {
  width: 100%;
}

.service_lead {
  position: relative;
  text-align: center;
  padding-bottom: 7rem;
  background: url(https://oonishi-roca.com/pentafactory/img/top_service02.svg) no-repeat left bottom/61rem;
}

@media screen and (max-width: 767px) {
  .service_lead {
    background-size: 27rem;
    padding-bottom: 17rem;
  }
}

.service_lead dt {
  font-size: 4.8rem;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .service_lead dt {
    font-size: 3.2rem;
  }
}

.service_lead .mv {
  position: relative;
  width: 91.3rem;
  margin: 6rem auto 0;
}

@media screen and (max-width: 767px) {
  .service_lead .mv {
    width: auto;
    margin: 6rem -1.5rem 0;
  }
}

.service_lead .mv a {
  position: absolute;
  width: 21.48%;
  height: 23.5%;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .service_lead .mv a {
    width: 27.5%;
    height: 28%;
  }
}

.service_lead .mv .service01 {
  top: 1.5%;
  left: 39.5%;
}

@media screen and (max-width: 767px) {
  .service_lead .mv .service01 {
    top: 3.5%;
    left: 36.5%;
  }
}

.service_lead .mv .service02 {
  top: 29%;
  right: 1%;
}

@media screen and (max-width: 767px) {
  .service_lead .mv .service02 {
    top: 27%;
    right: 2.2%;
  }
}

.service_lead .mv .service03 {
  bottom: 5%;
  right: 17.8%;
}

@media screen and (max-width: 767px) {
  .service_lead .mv .service03 {
    bottom: 8%;
    right: 16.7%;
  }
}

.service_lead .mv .service04 {
  bottom: 5%;
  left: 17%;
}

@media screen and (max-width: 767px) {
  .service_lead .mv .service04 {
    bottom: 8%;
    left: 16%;
  }
}

.service_lead .mv .service05 {
  top: 29%;
  left: 3.5%;
}

@media screen and (max-width: 767px) {
  .service_lead .mv .service05 {
    top: 27.8%;
    left: 3.2%;
  }
}

.baum_slide {
  margin: 12rem 0 24rem;
}

@media screen and (max-width: 767px) {
  .baum_slide {
    margin: 6rem 0 0;
  }
}

.baum_slide .slick-prev,
.baum_slide .slick-next {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 10.6rem;
  top: 0;
  border: none;
  color: transparent;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .baum_slide .slick-prev,
  .baum_slide .slick-next {
    width: 4rem;
  }
}

.baum_slide .slick-prev:active, .baum_slide .slick-prev:focus,
.baum_slide .slick-next:active,
.baum_slide .slick-next:focus {
  outline: 0;
}

.baum_slide .slick-prev {
  background: url(https://oonishi-roca.com/pentafactory/img/ico_prev.svg) no-repeat 50%/contain;
  left: 2rem;
}

@media screen and (min-width: 1700px) {
  .baum_slide .slick-prev {
    left: 16rem;
  }
}

.baum_slide .slick-next {
  background: url(https://oonishi-roca.com/pentafactory/img/ico_next.svg) no-repeat 50%/contain;
  right: 2rem;
}

@media screen and (min-width: 1700px) {
  .baum_slide .slick-next {
    right: 16rem;
  }
}

.baum_img img {
  width: 100%;
}

.about_modal {
  color: #375900;
  font-weight: 500;
}

.about_modal dt {
  font-size: 2.4rem;
  margin-bottom: 1.2em;
}

.about_modal dt small {
  display: block;
  font-size: 1.8rem;
}

.about_modal dd {
  font-size: 1.8rem;
  line-height: 1.77;
}

.about_modal .img {
  display: block;
  margin: 6rem auto 0;
  width: 11rem;
}

@media screen and (min-width: 768px) {
  .about_modal dt {
    position: absolute;
  }
  .about_modal dd {
    margin-left: 25rem;
  }
}

.service_modal {
  color: #375900;
  font-weight: 500;
}

.service_modal dl {
  width: 30rem;
  margin: 0 auto;
  padding: 3rem 0 14rem;
}

.service_modal dt {
  font-size: 2.4rem;
  margin-bottom: 1.2em;
  text-align: center;
}

.service_modal dd {
  font-size: 1.8rem;
  line-height: 1.71;
}

.popup-modal {
  position: fixed;
  background: rgba(26, 40, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.popup-modal .close {
  position: absolute;
  top: 2.5rem;
  width: 3.8rem;
  right: 3rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .popup-modal .close {
    right: 2rem;
  }
}

.popup-modal .wrap {
  position: relative;
  width: 76rem;
  max-width: calc(100% - 4rem);
  margin: 4rem auto;
  height: calc(100% - 8rem);
}

.popup-modal .inner {
  position: relative;
  background: #fff;
  max-height: 100%;
  overflow-y: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 11rem 9.5rem 4rem;
}

@media screen and (max-width: 767px) {
  .popup-modal .inner {
    padding: 9rem 3rem;
  }
}

body.show-modal {
  overflow-y: hidden;
}

.news_body {
  margin: 10rem auto 20rem;
}

@media screen and (max-width: 767px) {
  .news_body {
    margin: 8rem 0 12rem;
  }
}

.news_body .ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .news_body .ttl {
    margin-bottom: 4rem;
  }
}

.news_body .ttl small {
  display: block;
  color: #6bb6a1;
  font-size: 1.4rem;
  margin-top: 1em;
}

.news_body p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 2em;
}

.news_body figure {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .news_body figure {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .news_body {
    text-align: center;
    width: 80rem;
  }
}

.main-article table table {
  width: 100%;
}
