@charset "UTF-8";
/* CSS Document */
/*
Theme Name: vegew3.0
Theme URL: https://vegew.com
Description: vegew.com web site
Author: vegew.com
Version: 3.0
Tags: 
License: Moutain Name Inc
License URI: https://mountain-name.com
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# document

# abstracts
	- Mixins
	- Variables
# Base
	- Typography
	- Elements
## Layouts
	- Common
	- Displey
	- Header
	- Main
	- Footer
	- Page
	- Cnotainer
	- Section
	- Sns
	- Form
	- Search
# Components
	- Accordion
	- Comments
	- Content
	- Navigation
	- Plugin
# Utilities
	- Accessibility
*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.8;
  margin-top: 0;
  color: #333333;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  overflow-x: hidden;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

body.no-scroll {
  overflow: hidden;
}

.button-container {
  text-align: center;
}
.button-container .custom-button__01 {
  width: 100%;
  font-size: 1.8rem;
  border: none;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  margin: 3rem 0;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.button-container .custom-button__01:hover {
  background-color: #eeeeee;
  transition: 1s;
}
@media (min-width: 992px) {
  .button-container .custom-button__01 {
    width: auto;
  }
}
.button-container .custom-button__01 i {
  margin-right: 1rem;
}
.button-container .btn0__01 i {
  margin-left: 0.5rem;
  margin-right: 0;
}
.button-container .custom-button__02 {
  width: 100%;
  font-size: 1.8rem;
  border: none;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  margin: 3rem 0;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.button-container .custom-button__02:hover {
  background-color: #eeeeee;
  transition: 1s;
}
@media (min-width: 992px) {
  .button-container .custom-button__02 {
    width: auto;
  }
}
.button-container .custom-button__02 i {
  margin-right: 1rem;
}
.button-container .btn0__01 i {
  margin-left: 0.5rem;
  margin-right: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
hr.hr01 {
  height: 1px;
  border-top: 2px solid #000000;
  margin: 1.5rem 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link {
  color: #333333;
  transition: 1s;
}
a:active {
  color: #333333;
}
a:hover {
  color: #000000;
  transition: 1s;
}
a:visited {
  color: #333333;
}

li {
  list-style: none;
}

embed,
iframe,
object {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

a:link img {
  opacity: 1;
  transition: 1s;
}
a:hover img {
  opacity: 0.6;
  transition: 1s;
}

figure {
  margin: 0;
}

/* table
-------------------------------------------------------------- */
.table__title01 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.table__01 {
  width: 100%;
  margin-bottom: 6rem;
}

.table__01 table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
}

.table__01 table tr th,
.table__01 table tr td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border-bottom: solid #ccc;
  border-width: 1px;
}

.table__01 table th {
  font-weight: bold;
}

.table__01 table tr th {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .table__01 {
    width: 100%;
  }

  .table__01 table,
.table__01 table tbody,
.table__01 table tr,
.table__01 table tr th,
.table__01 table tr td {
    display: block;
  }

  .table__01 table {
    width: 100%;
    border-width: 0 0 1px 0;
  }

  .table__01 table tr th,
.table__01 table tr td {
    width: 100%;
    padding: 0.3em;
  }

  .table__01 table tr td {
    border-width: 0px 1px 0px 1px;
  }
}
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  margin: 0;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

strong {
  font-weight: bold;
}

.text__title__main {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.text__concept__01 {
  width: 100%;
  margin: 10rem 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  writing-mode: vertical-rl;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .text__concept__01 {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.text__concept__01 .text__concept__title {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .text__concept__01 .text__concept__title {
    font-size: 1.6rem;
  }
}

.accordion {
  width: 100%;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .accordion {
    font-size: 1.4rem;
  }
}

.accordion_title01 {
  position: relative;
  padding: 1.3rem 1.5rem;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  color: #333333;
  list-style: none;
}
.accordion_title01 + li {
  border-top: none;
  list-style: none;
}

.accordion li a {
  display: block;
}

.accordion_title01:after {
  display: block;
  content: " ";
  background-image: url("/img/nav_yajirusi.svg");
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 1rem;
}

.accordion_title02 {
  position: relative;
  padding: 1.3rem 1.5rem;
  width: 100%;
  cursor: pointer;
  text-align: left;
  border-radius: 0px;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  color: #333333;
}
.accordion_title02::after {
  display: block;
  content: " ";
  background-image: url("https://fucica/img/nav_plus.svg");
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 1.5rem;
}
.accordion_title02.active::after {
  display: block;
  content: " ";
  background-image: url("https://fucica/img/nav_minus.svg");
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

.accordion_title02_in li {
  border-radius: 0px;
  border: solid #dcdcdc;
  border-width: 0 0 1px 0;
  padding: 1rem 1.5rem;
  text-align: left;
}
.accordion_title02_in li a {
  display: block;
}

.accordion_title02_in li + li {
  border-top: none;
}

.border_last {
  margin-bottom: -1px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0px;
}

.wp-pagenavi {
  /* 全体 */
  text-align: center;
  margin: 20px 0;
  font-size: 12px;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #333333;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background-color: #333333;
  color: #ffffff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background-color: #333333;
  color: #ffffff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

/* 投稿ページのページャー */
.pagesprit {
  text-align: center;
  margin-top: 20px;
}

.pagesprit-numbers {
  display: inline-block;
  padding: 0rem 1rem;
  margin: 0 5px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #ffffff;
}

.pagesprit-numbers a {
  text-decoration: none;
  color: #333333;
}

.post-page-numbers.current .pagesprit-numbers {
  background-color: #eeeeee;
}

.pagesprit-numbers a:hover {
  background-color: #eeeeee;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 21px;
}

p {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
}

#site-content p a {
  text-decoration: underline;
}

/*ローディングが表示されるエリアの設定*/
#infscr-loading {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

#infscr-loading img {
  margin: 1rem auto;
  width: 30px;
  /*ローディング画像のサイズ*/
}

.slick_wp {
  margin: 1.5rem 0;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

img.slick-arrow {
  width: 30px;
}

.slick-slide:focus {
  outline: none;
}

.prev-arrow {
  left: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .prev-arrow {
    left: 15px;
  }
}

.next-arrow {
  right: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .next-arrow {
    right: 15px;
  }
}

.thumbnail3 {
  width: 80%;
  margin: 0 auto;
}

.thumbnail-img {
  width: 90% !important;
}

.slick-prev::before {
  content: none;
}

.slick-next::before {
  content: none;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slide_w a:hover img {
  opacity: 1;
}

.text__center {
  text-align: center;
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
  transition-delay: 0.5s;
}

.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

.br_pc {
  display: none;
}
@media (min-width: 992px) {
  .br_pc {
    display: block;
  }
}

.br_sp {
  display: block;
}
@media (min-width: 992px) {
  .br_sp {
    display: none;
  }
}

.display_pc {
  display: none;
}
@media (min-width: 576px) {
  .display_pc {
    display: block;
  }
}

.display_sp {
  display: block;
}
@media (min-width: 576px) {
  .display_sp {
    display: none;
  }
}

.header {
  transition: all 0.5s ease-out;
  z-index: 1;
}

.header.hide {
  transition: all 0.5s ease-out;
  opacity: 0;
  pointer-events: none;
}

.header__main__group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 5;
  padding: 0 1.5rem;
  width: 100vw;
  padding-right: 15px;
  padding-left: 15px;
  height: 80px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .header__main__group {
    height: 80px;
  }
}

.global-menu-header {
  display: none;
}
@media (min-width: 992px) {
  .global-menu-header {
    display: flex;
  }
}
.global-menu-header li {
  margin: 0 1rem;
}

.header__left__group {
  flex: 1;
}

.header__center__group {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.header__right__group {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}

.header__logo {
  margin: 1.5rem 0;
}
.header__logo img {
  width: 150px;
}
@media (min-width: 992px) {
  .header__logo img {
    width: 200px;
  }
}

/* breadcrumb */
.header__yoast__breadcrumb {
  position: relative;
  top: 85px;
  margin: 0 1.5rem;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .header__yoast__breadcrumb {
    top: 135px;
  }
}

.nav_wp {
  position: fixed;
  z-index: 999;
}

.menu {
  width: 40px;
  height: 40px;
  position: fixed;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 999;
}

.menu_text {
  display: none;
}

.drawer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer__logo img {
  text-align: center;
  width: 150px;
}

.drawer_01 {
  z-index: 800;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.8s ease;
  width: 100%;
  height: 100vh;
  margin-left: -800px;
}
.drawer_01 a {
  text-decoration: none;
}
.drawer_01 .menu {
  display: flex;
  justify-content: space-between;
}
.drawer_01 .menu a {
  padding: 5px;
  height: 35px;
}
.drawer_01 .submenu {
  text-align: center;
  width: 100%;
  transition: all 0.8s ease;
  padding: 1.5rem;
  overflow-y: scroll;
  height: 100vh;
  background-color: #ffffff;
}
.drawer_01 .submenu .submenu-container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 0px;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 2;
}
.drawer_01 .submenu.open {
  min-height: 500px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .drawer_01 {
    width: 500px;
  }
}

.drawer_01.dark {
  margin-left: 0px;
}

.menu-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.menu-icon {
  height: 2px;
  width: 25px;
  background-color: #333333;
  position: relative;
  transition: all 0.3s ease;
  transform-origin: top center;
  transform-style: preserve-3d;
}

.menu-icon-box.open .menu-icon:first-child {
  position: absolute;
  transform: rotate(45deg);
  background-color: #333333;
}
.menu-icon-box.open .menu-icon:nth-child(2) {
  display: none;
}
.menu-icon-box.open .menu-icon:last-child {
  transform: rotate(-45deg);
  background-color: #333333;
}

.overlay.overlaydark {
  transition: all 0.8s ease;
  background-color: #000000;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

.drawer__company__menu {
  font-size: 1.3rem;
  margin-top: 6rem;
}

.drawer__small {
  font-size: 1.1rem;
}

main {
  margin-top: 80px;
  min-height: 80vh;
}
@media (min-width: 768px) {
  main {
    margin-top: 80px;
  }
}

footer {
  width: 100%;
}
footer .footer__section1 {
  background-color: #f5f5f5;
  padding: 2rem 0;
}
footer .footer__section2 {
  background-color: #000000;
  padding: 2rem 0;
}
footer .footer__menu__global .footer__menu {
  display: flex;
}
footer .footer__menu__global .footer__menu li {
  font-size: 1.3rem;
  margin: 0 0.5rem;
}
footer .footer__menu__global .footer__menu li a {
  color: #ffffff;
}
footer .sns {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  color: #ffffff;
}
footer .text_sns {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
footer .sns i {
  font-size: 2.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  footer {
    margin-bottom: 0;
  }
}

.footer__menu {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.footer__menu li {
  line-height: 2;
  font-size: 1.3rem;
  margin: 0 0.8rem;
  text-decoration: none;
  list-style: none;
}
.footer__menu li a {
  text-decoration: none;
}

.footer__logo__1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 1.5rem 0;
}
.footer__logo__1 ul {
  display: flex;
  align-items: center;
}
.footer__logo__1 ul li {
  margin: 0 0.5rem;
}
.footer__logo__1 img {
  width: 150px;
}

.footer__logo__2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 1.5rem 0;
}
.footer__logo__2 ul {
  display: flex;
  align-items: center;
}
.footer__logo__2 ul li {
  margin: 0 0.5rem;
}
.footer__logo__2 img {
  width: 150px;
  height: auto;
}

.bottom__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  background-color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-top: 1px solid #eeeeee;
}
.bottom__menu .bottom__menu-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .bottom__menu .bottom__menu-item {
    font-size: 1rem;
  }
}
.bottom__menu .bottom__menu-item i {
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
}
@media (min-width: 992px) {
  .bottom__menu .bottom__menu-item i {
    font-size: 1.6rem;
  }
}
.bottom__menu .bottom__menu-item span {
  margin-top: 0.2rem;
}
@media (min-width: 992px) {
  .bottom__menu {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    height: 60px;
    border-top: none;
    border-top-left-radius: 15px;
    width: 320px;
    left: auto;
    right: 0;
  }
}

.bottom__menu-item.active {
  color: #b29a9a;
}

.company__menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
  margin: 0.5rem 0;
}
@media (min-width: 576px) {
  .company__menu ul {
    flex-flow: row;
  }
}
.company__menu ul li {
  font-size: 1.1rem;
  margin: 0 0.5rem;
}
.company__menu ul li a {
  color: #ffffff;
}

.small {
  text-align: center;
  color: #ffffff;
  line-height: 1.9;
  font-size: 1rem;
  margin-top: 1.5rem;
}

@keyframes Topani {
  0% {
    opacity: 1;
    background-color: #000000;
  }
  20% {
    opacity: 1;
    background-color: #000000;
  }
  80% {
    opacity: 1;
    background-color: #ffffff;
  }
  100% {
    opacity: 0;
  }
}
@keyframes Logoani {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes Retasu_topani {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.top__ani2 {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: absolute;
  overflow: hidden;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 3;
  animation: Topani 9s ease forwards;
}
.top__ani2 .header__logo {
  animation: Logoani 8s ease forwards;
  z-index: 1;
}
.top__ani2 .header__logo img {
  width: 250px;
}
.top__ani2 .retasu_topani {
  width: 120%;
  top: 100px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  animation: Retasu_topani 9s ease forwards;
}
@media (min-width: 992px) {
  .top__ani2 .retasu_topani {
    width: 80%;
  }
}

.text__top__maintitle {
  font-size: 2rem;
  margin: 3rem 0;
  text-align: center;
}

.text__top__title {
  line-height: 1.5;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 3rem 0;
  text-align: center;
}

.text__top__title02 {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.text__top__title03 {
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 3rem;
  text-align: center;
}

.text__top__read {
  font-size: 1.6rem;
  margin: 6rem 0;
}
@media (min-width: 992px) {
  .text__top__read {
    text-align: center;
  }
}

.grid__01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .grid__01 {
    row-gap: 20px;
  }
}
.grid__01 .grid__inner {
  position: relative;
  width: 100%;
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .grid__01 .grid__inner {
    margin-bottom: 0;
    width: calc(33.3333333333% - 10px);
  }
}
.grid__01 .grid__inner .grid__text__01 {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  text-align: center;
}
.grid__01 .grid__inner .num__01 {
  font-size: 2.5rem;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #eeeeee;
  position: absolute;
  z-index: 1;
  top: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.grid__mg {
  margin-top: 10rem;
}

.text__contact__01 {
  text-align: center;
  font-size: 2rem;
}

.text__contact__tel {
  font-size: 2.5rem;
  text-align: center;
}
.text__contact__tel i {
  margin-right: 1rem;
}

.grid__02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .grid__02 {
    row-gap: 20px;
  }
}
.grid__02 .grid__inner {
  position: relative;
  width: 100%;
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .grid__02 .grid__inner {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
}

@media (min-width: 992px) {
  .grid__03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
}
.grid__03 .text__top__title {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid__03 .grid__inner {
  width: 100%;
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .grid__03 .grid__inner {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
  .grid__03 .grid__inner img {
    width: 80%;
  }
}
.grid__03 .grid__inner__text {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 1.4rem;
}

.grid__04 img {
  width: 150%;
  max-width: none;
  display: block;
}
@media (min-width: 1920px) {
  .grid__04 img {
    width: 180%;
  }
}
@media (min-width: 992px) {
  .grid__04 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    row-gap: 20px;
  }
  .grid__04 :nth-child(1) {
    order: 2;
  }
}
.grid__04 .grid__inner {
  width: 100%;
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .grid__04 .grid__inner {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
}
.grid__04 .grid__inner__text {
  color: #ffffff;
  font-size: 1.4rem;
  text-align: justify;
}

.map__01 {
  margin-top: 20rem;
  line-height: 0;
}

.bg__01 {
  background-color: #000000;
  padding: 10rem 0;
}

.graph__wp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.graph__wp .graph__01 {
  width: 80%;
}
@media (min-width: 992px) {
  .graph__wp .graph__01 {
    width: 600px;
  }
}

.retasu_fix {
  width: 120%;
  position: fixed;
  z-index: -2;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  .retasu_fix {
    width: 80%;
  }
}

.page-id-16 ol {
  padding-inline-start: 20px;
}
.page-id-16 .wp-block-list li {
  list-style: decimal;
}

.text_small {
  font-size: 1.1rem;
}

.title-box {
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-weight: bold;
}

.title-box .num {
  margin-right: 5px;
  font-size: 1.3rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .title-box .num {
    font-size: 1.8rem;
    margin-right: 15px;
  }
}

.title-box .line {
  width: 10px;
  height: 1px;
  background-color: #ffffff;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .title-box .line {
    width: 30px;
    margin-right: 15px;
  }
}

.title-box .text {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .title-box .text {
    font-size: 1.8rem;
  }
}

.feature-box {
  margin: 3rem 0;
  display: flex;
  gap: 30px;
  /* タイトルとテキストの間隔 */
  max-width: 800px;
}
@media (min-width: 992px) {
  .feature-box {
    margin: 5rem 0;
  }
}

.feature-title {
  width: 80px;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .feature-title {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .feature-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
  }
}

.feature-title .line {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #000000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .feature-title .line {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .feature-title .line {
    width: 150px;
  }
}

.feature-title h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 992px) {
  .feature-title h3 {
    font-size: 1.8rem;
  }
}

.feature-text p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
}
@media (min-width: 992px) {
  .feature-text p {
    font-size: 1.4rem;
  }
}

.future__graph__wp {
  display: flex;
  flex-flow: column;
  margin-left: 4rem;
}
@media (min-width: 992px) {
  .future__graph__wp {
    margin-left: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
  }
}

.future__graph__01 {
  width: 100%;
}
@media (min-width: 992px) {
  .future__graph__01 {
    width: 65%;
  }
  .future__graph__01 img {
    width: 80%;
  }
}

.future__graph__02 {
  width: 80%;
}
@media (min-width: 992px) {
  .future__graph__02 {
    width: 35%;
  }
}

.hero01_sp {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .hero01_sp {
    display: none;
  }
}
.hero01_sp .hero__logo {
  display: flex;
  align-items: center;
}
.hero01_sp .hero__logo img {
  width: 70px;
  margin-right: 1rem;
}

.hero01_pc {
  display: none;
  font-size: 1.2rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .hero01_pc {
    display: flex;
    align-items: center;
    flex-flow: row;
    font-size: 2rem;
  }
}
.hero01_pc .hero__logo img {
  width: 50px;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .hero01_pc .hero__logo img {
    width: 80px;
  }
}

.antioxidant-box {
  color: #000000;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .antioxidant-box {
    margin-left: 5rem;
  }
}

.antioxidant-box .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 992px) {
  .antioxidant-box .title {
    font-size: 2.5rem;
  }
}

.antioxidant-box hr {
  width: 100%;
  margin: 2rem auto;
  border: none;
  border-top: 2px solid #000;
}

.antioxidant-box .desc {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .antioxidant-box .desc {
    font-size: 1.7rem;
  }
}

.antioxidant-box .number {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
}
@media (min-width: 992px) {
  .antioxidant-box .number {
    font-size: 1.7rem;
  }
}

.antioxidant-box .number span {
  font-size: 2.7rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .antioxidant-box .number span {
    font-size: 3.2rem;
  }
}

.category_all__grid__wap {
  margin: 0 -10px;
  width: 100%;
}
@media (min-width: 768px) {
  .category_all__grid__wap {
    margin: 0 -15px;
  }
}

.category_all__term__wap {
  display: flex;
  flex-flow: wrap;
}
.category_all__term__wap img {
  display: block;
  width: 100%;
}

.category_all__term__text {
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media (min-width: 992px) {
  .category_all__term__text {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.category_all__term__item {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .category_all__term__item {
    flex-direction: column;
    align-items: center;
    width: 25%;
  }
}

.category__item__icon {
  width: auto;
}
.category__item__icon img {
  width: 80px;
  border-radius: 15px;
  margin: 1.5rem;
}

.category__item__title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.category__item__description {
  font-size: 1.1rem;
}

.tag_all__ul__01 {
  display: block;
  margin: 1.5rem 0;
}
.tag_all__ul__01 .tag_all__li__01 {
  display: inline-block;
  margin: 0 1rem 0.5rem 0;
  padding: 0 1.5rem;
  border-radius: 10px;
  font-size: 1.4rem;
  background-color: #eeeeee;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}

.section01 {
  margin: 5rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section01 {
    margin: 10rem 0;
  }
}

.section02 {
  overflow: hidden;
}
@media (min-width: 992px) {
  .section02 {
    margin: 5rem 0;
  }
}

.sns {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}
.sns ul li {
  display: flex;
  flex-flow: column;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.text_sns {
  padding-bottom: 1rem;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}

.sns i {
  font-size: 2.2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  color: #000000;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  display: block;
  font-weight: normal;
  font-size: 13px;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  padding: 0.5rem 1rem;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #000000 !important;
  width: 150px;
  border-radius: 0;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #333333 !important;
  transition: 0.3s;
}

#search-wrap {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 0;
}

/*テキスト入力input設定*/
#search-text {
  width: 60px;
  /*テキスト入力エリアが伸びる前の横幅*/
  height: 20px;
  padding: 20px;
  border: none;
  background: url("img/magnifying-glass-solid.svg") no-repeat 17px center;
  /*虫眼鏡アイコンを背景に表示*/
  background-size: 20px 20px;
  transition: all 0.5s;
  /*transitionを使ってスムースに伸ばす*/
  outline: none;
  cursor: pointer;
  /*カーソルを指マークに*/
}

/*テキスト入力inputにフォーカスした時の形状*/
#search-text:focus {
  width: 50vw;
  /*テキスト入力エリアが伸びる後の横幅*/
  padding: 20px 0 20px 60px;
  background-color: #fff;
  box-shadow: 0 2px rgba(6, 0, 1, 0.26);
}
@media (min-width: 992px) {
  #search-text:focus {
    width: 250px;
    /*テキスト入力エリアが伸びる後の横幅*/
  }
}

/*# sourceMappingURL=style.css.map */
