@charset "UTF-8";
/*
Theme Name: rerize
Theme URI:
Description:
Author:
Author URI:
Version:
*/
/*-----------------------------------------------------------

	Reset Style

---------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  appearance: none;
  border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type=checkbox] {
  appearance: checkbox;
}

input[type=radio] {
  appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*-----------------------------------------------------------

	Common

---------------------------------------------------------- */
/* style
-------------------------------------- */
body {
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #444444;
  font-feature-settings: "palt";
  background-color: #fff;
  background-image: url(images/common/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

/* text */
strong.marker.yellow {
  background: linear-gradient(transparent 40%, #ff9 40%);
}

.text-center {
  text-align: center;
}

p {
  line-height: 1.75;
  color: #444;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 18px;
  }
}

.red {
  color: #dc1a1a;
}

@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
  }
}
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #bbbbbb;
}

a:active, a:focus {
  outline: 0;
}

/* image */
a img {
  transition: 0.1s linear;
}

a img:hover {
  opacity: 0.6;
}

img {
  vertical-align: bottom;
}

img.max {
  max-width: 100%;
  height: auto;
}

/* font */
.gosic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.wf {
  font-family: "Sawarabi Mincho";
}

/* float */
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/* clearfix */
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* border */
.bdrTop {
  border-top: 1px solid #d8d7d7;
}

.bdrBottom {
  border-bottom: 1px solid #b8b8b8;
}

/* btn */
.btn-border {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 70%;
  margin: 30px auto 20px;
  padding: 14px 0 15px;
  border: 1px solid #353535;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: 0.1s;
  text-decoration: none !important;
  background-color: #353535;
  transition: background-color 0.3s ease;
}
.btn-border:hover {
  background-color: #fff;
  color: #353535;
  cursor: pointer;
}
.btn-border::after {
  content: "→";
  position: absolute;
  top: 14px;
  right: 14px;
}
@media screen and (min-width: 768px) {
  .btn-border {
    width: 300px;
    margin: 0 auto 40px;
    padding: 16px 0 18px;
    font-size: 16px;
  }
  .btn-border::after {
    top: 16px;
    right: 20px;
  }
}

.btn-buy {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto 20px;
  padding: 18px 0 17px;
  border-bottom: 2px solid #8e580d;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  transition: 0.1s;
  text-decoration: none !important;
  background-color: #FFA528;
}
.btn-buy:hover {
  background-color: #FFA528;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-buy {
    width: 640px;
    margin: 0 auto 40px;
    padding: 34px 0 36px;
    font-size: 28px;
  }
  .btn-buy::after {
    top: 20px;
    right: 20px;
  }
}

/* display */
.pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.iframeWrap {
  position: relative;
}
.iframeWrap video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.iframeWrap iframe {
  width: 100% !important;
}

/* fadein系 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 4-1 ふわっ（左から）*/
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 4-1 ふわっ（右から） */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

/* pager */
.pager {
  text-align: center;
  margin: 20px 0 10px;
}

a.page-numbers,
.pager .current {
  display: inline-block;
  background: #eee;
  padding: 8px 14px;
  margin: 0 2px 15px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}

.pager .current {
  background: #333;
  color: rgb(255, 255, 255);
}

.pager a:hover {
  background-color: #444;
  color: #FFF;
}

.grecaptcha-badge {
  visibility: hidden;
}

.common-bnr-taoonline {
  width: 90%;
  margin: 0 auto -40px;
  text-align: center;
}
.common-bnr-taoonline img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .common-bnr-taoonline img {
    width: 640px;
  }
}

/*-----------------------------------------------------------

	header

---------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
#header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: headerSlideDown 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media print {
  #header {
    display: none;
  }
}
#header .logo {
  padding: 20px;
}
#header .logo img {
  width: 160px;
  height: auto;
}
#header .g-nav {
  display: none;
  z-index: 5;
}
#header .g-nav ul {
  opacity: 0;
}
#header .g-nav ul li {
  text-align: center;
  margin-bottom: 14px;
}
#header .g-nav ul li a {
  font-size: 20px;
}
#header .btn-nav {
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 36px;
  cursor: pointer;
}
#header .btn-nav div {
  position: relative;
}
#header .btn-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: linear-gradient(135deg, #333, #555, #333);
  left: 0;
  transition: 0.3s ease-in-out;
}
#header .btn-nav span:nth-child(1) {
  top: 0;
}
#header .btn-nav span:nth-child(2) {
  top: 6px;
  width: 80%;
}
#header .btn-nav span:nth-child(3) {
  top: 12px;
  width: 60%;
}
#header .btn-nav :nth-child(3)::after {
  content: "メニュー";
  position: absolute;
  width: 80px;
  top: 8px;
  left: 0;
  color: #333;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#header.open .btn-nav {
  position: fixed;
}
#header.open .btn-nav span {
  background: linear-gradient(135deg, #fff, #ddd, #fff);
}
#header.open .btn-nav span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
#header.open .btn-nav span:nth-child(2) {
  opacity: 0;
}
#header.open .btn-nav span:nth-child(3) {
  top: 11px;
  width: 100%;
  transform: rotate(-45deg);
}
#header.open .btn-nav span:nth-child(3)::after {
  display: none;
}
#header.open .btn-nav:nth-child(3)::after {
  position: absolute;
  width: 40px;
  content: "閉じる";
  top: 34px;
  left: 6px;
  color: #fff;
  font-size: 10px;
}
#header.open .g-nav {
  display: block;
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 10;
}
#header.open .g-nav ul {
  opacity: 1;
  margin-bottom: 30px;
}
#header.open .g-nav ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin-bottom: 20px;
}
#header.open .g-nav ul li a {
  font-size: 20px;
  color: #fff;
}
#header.open .g-nav ul li.instagram {
  margin-top: 60px;
}
#header.open .g-nav ul li.instagram img {
  width: 180px;
  height: auto;
}
#header.open .g-nav ul li.icon img {
  position: relative;
  display: inline-block;
  width: 24px;
  height: auto;
  top: -3px;
  margin-right: 8px;
}
#header.open .g-nav .tel {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  opacity: 0;
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
#header.open .g-nav .tel a {
  color: #fff;
}
#header.open .g-nav .tel .small {
  font-size: 14px;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .g-nav-bg {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
#header .g-nav-bg.bgopen {
  opacity: 1;
  pointer-events: auto;
}
#header .header-instagram {
  position: absolute;
  z-index: 10;
  right: 80px;
  top: 17px;
  width: 28px;
  height: 28px;
}
#header .header-instagram img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #header .header-instagram {
    display: none;
  }
}
#header .header-info__instagram {
  display: none;
}
@media screen and (min-width: 768px) {
  #header .header-info__instagram {
    display: inline-flex;
    align-items: center;
    width: 22px;
    height: 22px;
  }
  #header .header-info__instagram img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  #header .inner {
    position: relative;
    width: 1100px;
    margin: 0 auto;
  }
  #header .inner .header-info {
    margin: 0 0 -10px;
  }
  #header .inner .header-info__contact {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    padding: 8px 0 0;
    font-size: 14px;
    color: #666;
  }
  #header .inner .header-info__tel {
    color: #333;
  }
  #header .inner .header-info__sep {
    color: #333;
  }
  #header .inner .header-info__hours {
    color: #333;
  }
  #header .inner .header-info__contactbtn a {
    position: relative;
    display: inline-block;
    top: -2px;
    border-radius: 24px;
    padding: 6px 34px;
    color: #fff;
    background: #222;
    animation: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, transform 0.3s;
  }
  #header .inner .header-info__contactbtn a:hover {
    background: #000;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
  }
  @keyframes gradientShift {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  #header .inner .header-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
  #header .inner .logo {
    position: relative;
    padding: 0;
  }
  #header .inner .logo img {
    width: 200px;
  }
  #header .inner .globalnav {
    box-sizing: border-box;
    position: relative;
  }
  #header .inner .globalnav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
  }
  #header .inner .globalnav ul li a {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 16px;
    transition: color 0.3s;
  }
  #header .inner .globalnav ul li a::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #00a878, #0070cc, #00a878);
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
  #header .inner .globalnav ul li a::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #00a878, #0070cc, #00a878);
    background-size: 200% 100%;
    filter: blur(6px);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s;
  }
  #header .inner .globalnav ul li a:hover {
    color: #00a878;
    text-shadow: none;
  }
  #header .inner .globalnav ul li a:hover::before {
    transform: scaleX(1);
    animation: navGradientShift 2s linear infinite;
  }
  #header .inner .globalnav ul li a:hover::after {
    transform: scaleX(1);
    opacity: 1;
    animation: navGradientShift 2s linear infinite;
  }
  @keyframes navGradientShift {
    0% {
      background-position: 0% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
  #header {
    padding-bottom: 0;
  }
}
/*-----------------------------------------------------------

	contents

---------------------------------------------------------- */
/* common
-------------------------------------- */
.section {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 768px) {
  .section {
    width: 1100px;
    margin: 0 auto 80px;
  }
}

.section-full {
  width: 100%;
  margin: 0 auto 30px;
}
.section-full .section-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .section-full {
    margin: 0 auto 60px;
  }
  .section-full .section-inner {
    width: 1100px;
  }
}

.sec-title {
  margin-bottom: 30px;
  text-align: center;
}
.sec-title .en {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #8c785a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sec-title h2 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #2a2520;
}
.sec-title .line {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(90deg, #b8a080, #8c785a);
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .sec-title {
    margin-bottom: 50px;
  }
  .sec-title .en {
    font-size: 14px;
  }
  .sec-title h2 {
    font-size: 30px;
  }
  .sec-title .line {
    width: 60px;
    height: 3px;
  }
}

.sec-title--green {
  margin-bottom: 40px;
  text-align: center;
}
.sec-title--green span {
  box-shadow: 0 0 30px rgba(2, 171, 125, 0.3);
  border: 1px solid rgba(2, 171, 125, 0.4);
  border-radius: 24px;
  padding: 12px 20px 14px;
  background-color: rgba(2, 171, 125, 0.08);
  color: #00a878;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .sec-title--green {
    margin-bottom: 50px;
  }
  .sec-title--green span {
    padding: 18px 60px 20px;
    font-size: 20px;
    border-radius: 42px;
  }
}

.sec-title--line {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  font-weight: normal;
}
.sec-title--line::before, .sec-title--line::after {
  content: "";
  flex: 1;
  height: 1px;
}
.sec-title--line span {
  font-size: 20px;
  border: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .sec-title--line span {
    font-size: 24px;
  }
}
.sec-title--line.line-green {
  color: #8c785a;
}
.sec-title--line.line-green span {
  color: #8c785a;
}
.sec-title--line.line-green::before, .sec-title--line.line-green::after {
  background: radial-gradient(ellipse at center, rgba(140, 120, 90, 0.3) 0%, transparent 70%);
}
.sec-title--line.line-blue {
  color: #51a2ff;
}
.sec-title--line.line-blue span {
  color: #51a2ff;
}
.sec-title--line.line-blue::before, .sec-title--line.line-blue::after {
  background: radial-gradient(ellipse at center, rgba(43, 127, 255, 0.3) 0%, transparent 70%);
}

/* title */
.ttl-level-02 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}
.ttl-level-02 span {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
  color: #f22474;
}
@media screen and (min-width: 768px) {
  .ttl-level-02 {
    margin-bottom: 60px;
    font-size: 24px;
  }
  .ttl-level-02 span {
    font-size: 34px;
    position: relative;
    margin-bottom: 0;
  }
}

.ttl-level-03 {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.ttl-level-03 span {
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: 4px solid #F22474;
}
.ttl-level-03::after {
  content: "";
  display: block;
  border-bottom: 1px solid #F22474;
}
@media screen and (min-width: 768px) {
  .ttl-level-03 {
    margin-bottom: 40px;
    text-align: left;
    font-size: 24px;
  }
}

.common-news-area .news-list .news {
  width: 48%;
  height: 260px;
  float: left;
  margin-bottom: 30px;
}
.common-news-area .news-list .news:nth-of-type(even) {
  float: right;
}
.common-news-area .news-list .news .photo img {
  max-width: 100%;
  height: auto;
}
.common-news-area .news-list .news .date {
  margin: 5px 0;
}
.common-news-area .news-list .news .title {
  margin-bottom: 10px;
}
.common-news-area .news-list .news .ex {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .common-news-area .news-list .news {
    width: 216px;
    margin-left: 40px;
  }
  .common-news-area .news-list .news:first-of-type {
    margin-left: 0;
  }
  .common-news-area .news-list .news:nth-of-type(even) {
    float: left;
  }
}
.common-news-area .news .header .meta {
  padding: 15px 20px;
}
.common-news-area .news .header .title {
  color: #7c6954;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-top: 1px solid #b8b7b7;
  border-bottom: 1px solid #b8b7b7;
}
.common-news-area .news .contents {
  padding: 0 20px;
}
.common-news-area .news .contents p {
  margin-bottom: 20px;
}
.common-news-area .news .contents img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .common-news-area .news .header .meta {
    padding: 20px 30px;
  }
  .common-news-area .news .header .title {
    padding: 20px 30px;
  }
  .common-news-area .news .contents {
    padding: 0 30px;
  }
}

.article-pager {
  text-align: center;
}
.article-pager li {
  display: inline-block;
  vertical-align: top;
}
.article-pager .home {
  margin: 0 30px;
}
.article-pager .home a {
  display: block;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #a8a8a8;
}
@media screen and (min-width: 768px) {
  .article-pager .home {
    margin: 0 100px;
  }
}

/* パンくず */
#breadcrumb {
  width: 90%;
  margin: 0 auto 30px;
  color: #999;
}
#breadcrumb ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}
#breadcrumb ul li a {
  color: #999;
  text-decoration: underline;
}
#breadcrumb ul li a:hover {
  color: #00a878;
}
@media screen and (min-width: 768px) {
  #breadcrumb ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 1100px;
    margin: 0 auto 60px;
  }
}

/* ページャー */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 50px 0 30px;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 240px) { /* For watches? */
  .pagination li {
    width: 50%;
  }
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/* top
-------------------------------------- */
.page-top .sec-action {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-top .sec-action {
    margin-top: 50px;
  }
}
.page-top .icon-arrow {
  vertical-align: middle;
  margin-left: 4px;
}
.page-top .btn-pill {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid rgba(140, 120, 90, 0.25);
  border-radius: 9999px;
  background-color: rgba(140, 120, 90, 0.08);
  color: #8c785a;
  font-size: 14px;
  transition: 0.3s;
}
.page-top .btn-pill:hover {
  background-color: rgba(140, 120, 90, 0.15);
  color: #5a4a30;
}
@media screen and (min-width: 768px) {
  .page-top .btn-pill {
    padding: 16px 40px;
    font-size: 16px;
  }
}
.page-top .link-more {
  display: inline-block;
  color: #8c785a;
  font-size: 14px;
  transition: 0.3s;
}
.page-top .link-more:hover {
  color: #5a4a30;
}
.page-top .area-2col-link {
  margin: 20px 0 10px;
  text-align: center;
}
.page-top .area-2col-link div {
  margin-bottom: 12px;
}
.page-top .area-2col-link div a {
  display: inline-block;
  transition: opacity 0.3s;
}
.page-top .area-2col-link div a:hover {
  opacity: 0.8;
}
.page-top .area-2col-link div a img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-top .area-2col-link {
    display: flex;
    gap: 20px;
    margin: 24px 0 0;
    text-align: left;
  }
  .page-top .area-2col-link div {
    flex: 1;
    margin-bottom: 0;
  }
  .page-top .area-2col-link div a {
    display: block;
  }
  .page-top .area-2col-link div a img {
    max-width: 100%;
  }
}
.page-top .sec-mainvisual {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-top .sec-mainvisual {
    margin-bottom: 60px;
  }
}
.page-top .sec-mainvisual .mainvisual img {
  width: 100%;
  height: auto;
}
.page-top .sec-company .area-company .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-top .sec-company .area-company .photo img {
  width: 90%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.page-top .sec-company .area-company .detail h3 {
  margin-bottom: 14px;
  font-size: 20px;
  color: #2a2520;
  font-weight: bold;
}
.page-top .sec-company .area-company .detail p {
  margin-bottom: 16px;
  line-height: 1.8;
  color: #5c5550;
}
.page-top .sec-company .area-company .detail .more a {
  display: inline-flex;
  align-items: center;
  color: #8c785a;
  font-weight: bold;
  transition: 0.3s;
}
.page-top .sec-company .area-company .detail .more a:hover {
  color: #2a2520;
}
@media screen and (min-width: 768px) {
  .page-top .sec-company .area-company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-top .sec-company .area-company .photo {
    width: 480px;
  }
  .page-top .sec-company .area-company .photo img {
    width: 100%;
  }
  .page-top .sec-company .area-company .detail {
    width: 560px;
  }
  .page-top .sec-company .area-company .detail h3 {
    font-size: 26px;
  }
  .page-top .sec-company .area-company .detail p {
    font-size: 16px;
  }
}
.page-top .sec-business .area-business {
  margin-bottom: 50px;
}
.page-top .sec-business .area-business .business-item {
  margin-bottom: 40px;
}
.page-top .sec-business .area-business .business-item .photo {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.page-top .sec-business .area-business .business-item .photo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 1px solid transparent;
  z-index: 2;
  transition: border-color 0.4s ease;
  pointer-events: none;
}
.page-top .sec-business .area-business .business-item .photo::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(180, 160, 120, 0.06) 30%, rgba(180, 160, 120, 0.12) 50%, rgba(180, 160, 120, 0.06) 70%, transparent 100%);
  z-index: 2;
  pointer-events: none;
  transition: none;
}
.page-top .sec-business .area-business .business-item .photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.5s ease;
  filter: brightness(0.97) saturate(0.95);
}
.page-top .sec-business .area-business .business-item .photo a {
  display: block;
}
.page-top .sec-business .area-business .business-item .photo a:hover img {
  transform: scale(1.03);
  filter: brightness(1.05) saturate(1.1);
}
.page-top .sec-business .area-business .business-item .photo:hover::before {
  border-color: rgba(140, 120, 90, 0.4);
}
.page-top .sec-business .area-business .business-item .photo:hover::after {
  animation: cyber-scan 0.8s ease-out forwards;
}
.page-top .sec-business .area-business .business-item .detail h4 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #2a2520;
}
.page-top .sec-business .area-business .business-item .detail p {
  margin-bottom: 14px;
  line-height: 1.8;
  color: #5c5550;
  font-size: 14px;
}
.page-top .sec-business .area-business .business-item .detail p.more a {
  color: #8c785a;
  transition: color 0.3s ease;
}
.page-top .sec-business .area-business .business-item .detail p.more a:hover {
  color: #2a2520;
}
@media screen and (min-width: 768px) {
  .page-top .sec-business .area-business .business-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
  .page-top .sec-business .area-business .business-item .photo {
    width: 520px;
    margin-bottom: 0;
  }
  .page-top .sec-business .area-business .business-item .detail {
    width: 500px;
  }
  .page-top .sec-business .area-business .business-item .detail h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-top .sec-business .area-business .business-item .detail p {
    font-size: 16px;
  }
  .page-top .sec-business .area-business .business-item.is-reverse {
    flex-direction: row-reverse;
  }
}
@keyframes cyber-scan {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
.page-top .sec-news .area-news {
  margin-bottom: 20px;
}
.page-top .sec-news .area-news .news-item {
  border-bottom: 1px solid #e0dbd5;
  position: relative;
  overflow: hidden;
}
.page-top .sec-news .area-news .news-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(140, 120, 90, 0.08) 0%, rgba(140, 120, 90, 0.03) 40%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}
.page-top .sec-news .area-news .news-item:hover::after {
  opacity: 1;
}
.page-top .sec-news .area-news .news-item:hover time {
  color: #8c785a;
}
.page-top .sec-news .area-news .news-item:hover .news-cat {
  background-color: rgba(140, 120, 90, 0.15);
  border-color: rgba(140, 120, 90, 0.4);
}
.page-top .sec-news .area-news .news-item a {
  display: block;
  padding: 16px;
  border-radius: 10px;
  color: #3a3530;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.page-top .sec-news .area-news .news-item a:hover {
  color: #2a2520;
  padding-left: 24px;
}
.page-top .sec-news .area-news .news-item .news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.page-top .sec-news .area-news .news-item .news-cat {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 9999px;
  border: 1px solid rgba(140, 120, 90, 0.3);
  font-size: 12px;
  background-color: rgba(140, 120, 90, 0.1);
  color: #8c785a;
  line-height: 16px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.page-top .sec-news .area-news .news-item .news-cat.cat-important {
  background-color: rgba(200, 50, 50, 0.1);
  border-color: rgba(200, 50, 50, 0.25);
  color: #c83232;
}
.page-top .sec-news .area-news .news-item time {
  font-size: 14px;
  color: #7a7060;
  transition: color 0.3s ease;
}
.page-top .sec-news .area-news .news-item .news-title {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-top .sec-news .area-news .news-item a {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 16px;
    height: 75px;
  }
  .page-top .sec-news .area-news .news-item a:hover {
    padding-left: 28px;
  }
  .page-top .sec-news .area-news .news-item .news-meta {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .page-top .sec-news .area-news .news-item .news-title {
    flex: 1;
    font-size: 16px;
  }
}
.page-top .sec-contact .contact-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(140, 120, 90, 0.2);
  background: linear-gradient(151deg, #faf8f5 0%, rgba(230, 220, 205, 0.3) 50%, #faf8f5 100%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.page-top .sec-contact .contact-glow {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  filter: blur(64px);
  pointer-events: none;
}
.page-top .sec-contact .contact-glow--green {
  top: -80px;
  right: -40px;
  background-color: rgba(180, 160, 120, 0.12);
}
.page-top .sec-contact .contact-glow--blue {
  bottom: -80px;
  left: -80px;
  background-color: rgba(160, 140, 110, 0.1);
}
.page-top .sec-contact .contact-inner {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  text-align: center;
}
.page-top .sec-contact .contact-inner h2 {
  margin-bottom: 14px;
  font-size: 26px;
  color: #2a2520;
}
.page-top .sec-contact .contact-inner .contact-lead {
  margin-bottom: 30px;
  color: #5c5550;
  font-size: 14px;
}
.page-top .sec-contact .contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}
.page-top .sec-contact .tel-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
  background-color: rgba(245, 240, 235, 0.8);
  border: 1px solid #e0dbd5;
  border-radius: 14px;
}
.page-top .sec-contact .tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(140, 120, 90, 0.15), rgba(180, 160, 120, 0.15));
  flex-shrink: 0;
}
.page-top .sec-contact .tel-icon svg {
  stroke: #8c785a;
}
.page-top .sec-contact .tel-label {
  font-size: 14px;
  color: #999080;
  text-align: left;
}
.page-top .sec-contact .tel-number {
  font-size: 24px;
  font-weight: normal;
  text-align: left;
}
.page-top .sec-contact .tel-number a {
  color: #2a2520;
}
.page-top .sec-contact .tel-hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  color: #5c5550;
}
.page-top .sec-contact .tel-hours svg {
  stroke: #5c5550;
}
.page-top .sec-contact .btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 18px 40px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #8c785a, #b8a080);
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.page-top .sec-contact .btn-contact:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .page-top .sec-contact .contact-card {
    border-radius: 24px;
  }
  .page-top .sec-contact .contact-inner {
    padding: 64px;
  }
  .page-top .sec-contact .contact-inner h2 {
    font-size: 36px;
  }
  .page-top .sec-contact .contact-inner .contact-lead {
    font-size: 16px;
  }
  .page-top .sec-contact .tel-number {
    font-size: 30px;
  }
  .page-top .sec-contact .btn-contact {
    padding: 20px 60px;
    font-size: 18px;
  }
}

/* page
-------------------------------------- */
.page .header {
  margin-bottom: 20px;
  height: 140px;
  background-color: #F22474;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page .header .inner {
  width: 90%;
  margin: 0 auto;
}
.page .header .inner .page-title {
  padding-top: 52px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 8px #333;
}
.page .header .inner .page-title span {
  display: block;
  position: relative;
  top: -10px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page .header {
    height: 210px;
  }
  .page .header .inner {
    width: 1100px;
  }
  .page .header .inner .page-title {
    padding-top: 80px;
    font-size: 36px;
  }
  .page .header .inner .page-title span {
    font-size: 20px;
    font-weight: normal;
  }
}
.page .cmn-pagenav {
  width: 90%;
  margin: 0 auto 40px;
}
.page .cmn-pagenav ul li {
  padding: 20px 0;
  border-top: 1px solid #eee;
  text-align: center;
}
.page .cmn-pagenav ul li a {
  font-weight: bold;
}
.page .cmn-pagenav ul li:last-child {
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  .page .cmn-pagenav {
    width: 940px;
  }
  .page .cmn-pagenav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px;
  }
  .page .cmn-pagenav ul li {
    margin: 0 20px;
    border-top: none;
  }
  .page .cmn-pagenav ul li:last-child {
    border-bottom: none;
  }
}

/* =============================================
* [共通] .page-header
* 使い方: PHPで以下の構造を書くだけ
*
*   <div class="page-header">
*     <div class="detail">
*       <p class="page-header-label">LABEL</p>
*       <h1 class="page-title">タイトル</h1>
*     </div>
*   </div>
*
* ラベル・タイトルは JS により1文字ずつアニメーション
* ============================================= */
@keyframes ph-char-in {
  from {
    opacity: 0;
    transform: translateY(0.7em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-header {
  position: relative;
  overflow: hidden;
  background-color: #f5f3f0;
  border-bottom: 1px solid #e0dbd5;
  padding: 68px 0 80px;
  margin-bottom: 12px;
}
.page-header .ph-circuit-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.3;
}
.page-header .detail {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}
.page-header .detail .page-header-label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8c785a;
  margin-bottom: 12px;
}
.page-header .detail .page-title {
  font-size: 32px;
  font-weight: bold;
  color: #2a2520;
  line-height: 1.2;
  text-shadow: none;
}
.page-header .page-header-label .ph-char,
.page-header .page-title .ph-char {
  display: inline-block;
  opacity: 0;
  animation: ph-char-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@media screen and (min-width: 768px) {
  .page-header {
    padding: 72px 0 100px;
    margin-bottom: 16px;
  }
  .page-header .detail {
    width: 1100px;
  }
  .page-header .detail .page-header-label {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .page-header .detail .page-title {
    font-size: 46px;
  }
}

.page-news .header {
  background-image: url(images/contents/news/header.jpg);
}
.page-news .sec-news .area-news {
  margin-bottom: 20px;
}
.page-news .sec-news .area-news .news-item {
  border-bottom: 1px solid #e0dbd5;
  position: relative;
  overflow: hidden;
}
.page-news .sec-news .area-news .news-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(140, 120, 90, 0.08) 0%, rgba(140, 120, 90, 0.03) 40%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}
.page-news .sec-news .area-news .news-item:hover::after {
  opacity: 1;
}
.page-news .sec-news .area-news .news-item:hover time {
  color: #8c785a;
}
.page-news .sec-news .area-news .news-item:hover .news-cat {
  background-color: rgba(140, 120, 90, 0.15);
  border-color: rgba(140, 120, 90, 0.4);
}
.page-news .sec-news .area-news .news-item a {
  display: block;
  padding: 16px;
  border-radius: 10px;
  color: #3a3530;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.page-news .sec-news .area-news .news-item a:hover {
  color: #2a2520;
  padding-left: 24px;
}
.page-news .sec-news .area-news .news-item .news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.page-news .sec-news .area-news .news-item .news-cat {
  display: inline-block;
  padding: 5px 13px;
  border-radius: 9999px;
  border: 1px solid rgba(140, 120, 90, 0.3);
  font-size: 12px;
  background-color: rgba(140, 120, 90, 0.1);
  color: #8c785a;
  line-height: 16px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.page-news .sec-news .area-news .news-item .news-cat.cat-important {
  background-color: rgba(200, 50, 50, 0.1);
  border-color: rgba(200, 50, 50, 0.25);
  color: #c83232;
}
.page-news .sec-news .area-news .news-item time {
  font-size: 14px;
  color: #7a7060;
  transition: color 0.3s ease;
}
.page-news .sec-news .area-news .news-item .news-title {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-news .sec-news .area-news .news-item a {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 16px;
    height: 75px;
  }
  .page-news .sec-news .area-news .news-item a:hover {
    padding-left: 24px;
  }
  .page-news .sec-news .area-news .news-item .news-meta {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .page-news .sec-news .area-news .news-item .news-title {
    flex: 1;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .page-news .area-article {
    width: 640px;
    float: left;
  }
}
.page-news .area-article .article {
  margin-bottom: 40px;
}
.page-news .area-article .article .article-header {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-news .area-article .article .article-header .title {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-news .area-article .article .article-header .date {
  font-size: 12px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-news .area-article .article .article-header .title {
    font-size: 20px;
  }
}
.page-news .area-article .article .article-content h1 {
  margin: 40px 0 20px;
  font-size: 24px;
}
.page-news .area-article .article .article-content h2 {
  margin: 40px 0 20px;
  font-size: 18px;
}
.page-news .area-article .article .article-content h3 {
  margin: 40px 0 20px;
  font-size: 16px;
}
.page-news .area-article .article .article-content p {
  margin: 20px 0;
}
.page-news .area-article .article .article-content img {
  max-width: 100%;
  height: auto;
}
.page-news .sidebar .area-side {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.page-news .sidebar .area-side .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-news .sidebar .area-side ul li {
  margin-bottom: 4px;
}
.page-news .sidebar .area-side ul li::before {
  content: "- ";
}
@media screen and (min-width: 768px) {
  .page-news .sidebar {
    width: 240px;
    float: right;
  }
}
.page-news .sec-blog {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
.page-news .sec-blog .single-article {
  margin-bottom: 48px;
}
.page-news .sec-blog .article .article-header {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0dbd5;
}
.page-news .sec-blog .article .article-header .date {
  font-size: 14px;
  color: #7a7060;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.page-news .sec-blog .article .article-header .title {
  font-size: 24px;
  font-weight: bold;
  color: #2a2520;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .page-news .sec-blog .article .article-header .title {
    font-size: 32px;
    line-height: 1.4;
  }
}
.page-news .sec-blog .article .article-content {
  color: #444;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  word-break: break-word;
}
.page-news .sec-blog .article .article-content > *:first-child {
  margin-top: 0;
}
.page-news .sec-blog .article .article-content h2 {
  margin: 48px 0 20px;
  padding-bottom: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #2a2520;
  line-height: 1.4;
  border-bottom: 2px solid #8c785a;
}
.page-news .sec-blog .article .article-content h3 {
  margin: 40px 0 16px;
  font-size: 18px;
  font-weight: bold;
  color: #2a2520;
  line-height: 1.4;
  padding-left: 14px;
  border-left: 3px solid #00a878;
}
.page-news .sec-blog .article .article-content h4 {
  margin: 32px 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #2a2520;
  line-height: 1.4;
}
.page-news .sec-blog .article .article-content p {
  margin: 20px 0;
}
.page-news .sec-blog .article .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.page-news .sec-blog .article .article-content a {
  color: #00a878;
  text-decoration: underline;
}
.page-news .sec-blog .article .article-content a:hover {
  color: #008c60;
}
.page-news .sec-blog .article .article-content ul, .page-news .sec-blog .article .article-content ol {
  margin: 20px 0;
  padding-left: 1.5em;
}
.page-news .sec-blog .article .article-content ul {
  list-style: disc;
}
.page-news .sec-blog .article .article-content ol {
  list-style: decimal;
}
.page-news .sec-blog .article .article-content li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.page-news .sec-blog .article .article-content blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid #8c785a;
  background-color: #f5f3f0;
  border-radius: 0 6px 6px 0;
  color: #666;
  font-style: italic;
}
.page-news .sec-blog .article .article-content table {
  margin: 24px 0;
  width: 100%;
  border-collapse: collapse;
}
.page-news .sec-blog .article .article-content table th, .page-news .sec-blog .article .article-content table td {
  padding: 10px 14px;
  border: 1px solid #e0dbd5;
  text-align: left;
}
.page-news .sec-blog .article .article-content table th {
  background-color: #f5f3f0;
  color: #2a2520;
  font-weight: bold;
}
.page-news .sec-blog .article .article-content iframe {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .page-news .sec-blog .article .article-content {
    font-size: 16px;
    line-height: 2;
  }
  .page-news .sec-blog .article .article-content h2 {
    font-size: 24px;
  }
  .page-news .sec-blog .article .article-content h3 {
    font-size: 20px;
  }
}
.page-news .sec-blog .post-link {
  text-align: center;
  padding-top: 20px;
}
.page-news .sec-blog .post-link .btn-border {
  background-color: #F22474;
  border-color: #F22474;
  color: #fff;
}
.page-news .sec-blog .post-link .btn-border:hover {
  background-color: #ff3d8a;
  border-color: #ff3d8a;
  color: #fff;
}

.page-business .hero-commitment {
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.page-business .hero-commitment__icon {
  margin: 0 auto 32px;
  width: 180px;
}
@media screen and (min-width: 768px) {
  .page-business .hero-commitment__icon {
    width: 300px;
    margin-bottom: 40px;
  }
}
.page-business .hero-commitment__icon img {
  width: 100%;
  height: auto;
  opacity: 0.9;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
}
.page-business .hero-commitment__title {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-business .hero-commitment__title {
    font-size: 48px;
    margin-bottom: 16px;
  }
}
.page-business .hero-commitment__gradient {
  background: linear-gradient(90deg, #00a878, #0070cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-business .hero-commitment__white {
  color: #2a2520;
}
.page-business .hero-commitment__subtitle {
  font-size: 18px;
  color: #5c5550;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-business .hero-commitment__subtitle {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.page-business .hero-commitment__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .page-business .hero-commitment__desc {
    font-size: 16px;
    margin-bottom: 56px;
  }
}
.page-business .hero-commitment__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .page-business .hero-commitment__cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.page-business .commitment-card {
  background: rgba(245, 240, 235, 0.6);
  border: 1px solid #e0dbd5;
  border-radius: 14px;
  padding: 18px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-business .commitment-card {
    padding: 21px;
  }
}
.page-business .commitment-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-business .commitment-card__head {
    gap: 12px;
  }
}
.page-business .commitment-card__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 168, 120, 0.12), rgba(0, 112, 204, 0.12));
  border: 1px solid rgba(0, 168, 120, 0.25);
}
@media screen and (min-width: 768px) {
  .page-business .commitment-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
}
.page-business .commitment-card__icon svg {
  color: #00a878;
}
.page-business .commitment-card h3 {
  font-size: 14px;
  font-weight: normal;
  color: #2a2520;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page-business .commitment-card h3 {
    font-size: 16px;
  }
}
.page-business .commitment-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .page-business .commitment-card p {
    font-size: 14px;
  }
}
.page-business .sec-business {
  position: relative;
  overflow: hidden;
}
.page-business .sec-business .sec-business__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.page-business .sec-business .sec-business__blur {
  position: absolute;
  width: 384px;
  height: 384px;
  border-radius: 50%;
  filter: blur(64px);
}
.page-business .sec-business .sec-business__blur--green {
  top: 100px;
  left: -128px;
  background: rgba(140, 120, 90, 0.05);
}
.page-business .sec-business .sec-business__blur--blue {
  bottom: 100px;
  right: -128px;
  background: rgba(140, 120, 90, 0.04);
}
.page-business .sec-business .business-block {
  position: relative;
  z-index: 1;
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business-block {
    padding: 0 32px;
  }
}
.page-business .sec-business .business-block__mainvisual {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business-block__mainvisual {
    margin-bottom: 60px;
  }
}
.page-business .sec-business .business-block__mainvisual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.page-business .sec-business .business-block .sec-title--line {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business-block .sec-title--line {
    margin-bottom: 40px;
  }
}
.page-business .sec-business .business-block__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business-block__content {
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
  }
}
.page-business .sec-business .business-block__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business-block__image {
    width: 520px;
    align-self: center;
  }
}
.page-business .sec-business .business-block__image img {
  width: 60%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business-block__image img {
    height: 320px;
  }
}
.page-business .sec-business .business-block__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business-block__info {
    gap: 24px;
    flex: 1;
  }
}
.page-business .sec-business .business-block__more {
  margin-top: 24px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business-block__more {
    margin-top: 32px;
  }
}
.page-business .sec-business .business-block__more a {
  display: inline-block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.page-business .sec-business .business-block__more a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.page-business .sec-business .business-block__more img {
  width: auto;
  max-width: 280px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business-block--reverse .business-block__content {
    flex-direction: row-reverse;
  }
}
.page-business .sec-business .business-block__divider {
  max-width: 832px;
  height: 1px;
  margin: 60px auto;
  background: radial-gradient(ellipse at center, rgba(140, 120, 90, 0.3), transparent);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .business-block__divider {
    margin: 96px auto;
  }
}
.page-business .sec-business .info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(245, 240, 235, 0.6);
  border: 1px solid #e0dbd5;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .info-card {
    gap: 20px;
    padding: 16px;
  }
}
.page-business .sec-business .info-card__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 168, 120, 0.12), rgba(0, 112, 204, 0.12));
  border: 1px solid rgba(0, 168, 120, 0.25);
}
.page-business .sec-business .info-card__icon svg {
  width: 24px;
  height: 24px;
  color: #00a878;
}
.page-business .sec-business .info-card__text {
  flex: 1;
  min-width: 0;
}
.page-business .sec-business .info-card__text h3 {
  font-size: 16px;
  font-weight: normal;
  color: #00a878;
  line-height: 1.6;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .info-card__text h3 {
    font-size: 18px;
  }
}
.page-business .sec-business .info-card__text p {
  font-size: 14px;
  color: #5c5550;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-business .sec-business .info-card__text p {
    font-size: 16px;
  }
}

.page-business-for-general {
  color: #444;
  margin-bottom: -80px;
}
@media screen and (min-width: 768px) {
  .page-business-for-general {
    margin-bottom: -100px;
  }
}
.page-business-for-general .sec-ex {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
}
@media screen and (min-width: 768px) {
  .page-business-for-general .sec-ex {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.page-business-for-general .icatch {
  margin-bottom: 30px;
}
.page-business-for-general .icatch img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .page-business-for-general .icatch {
    margin-bottom: 48px;
  }
}
.page-business-for-general .sec-detail p {
  color: #444;
  line-height: 1.9;
  margin-bottom: 20px;
}
.page-business-for-general .sec-detail p a {
  color: #00a878;
  text-decoration: underline;
}
.page-business-for-general .area-other .other {
  box-sizing: border-box;
  border: 1px solid #e0dbd5;
  background-color: #f9f7f4;
  padding: 30px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.page-business-for-general .area-other .other h4 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #e0dbd5;
  color: #2a2520;
}
.page-business-for-general .area-other .other h4 span {
  position: relative;
  bottom: -14px;
  padding: 4px 20px;
  background-color: #f9f7f4;
  color: #00a878;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-business-for-general .area-other .other h4 {
    margin-bottom: 36px;
    font-size: 20px;
  }
  .page-business-for-general .area-other .other h4 span {
    bottom: -16px;
    font-size: 16px;
  }
}
.page-business-for-general .area-other .other .detail p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 16px;
}
.page-business-for-general .area-other .other .photos .photo {
  margin-bottom: 16px;
  text-align: center;
}
.page-business-for-general .area-other .other .photos .photo img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .page-business-for-general .area-other .other .photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .page-business-for-general .area-other .other .photos .photo {
    width: 380px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-business-for-general .area-other .other {
    padding: 40px 32px;
  }
}
.page-business-for-general .area-other .dashikata .explain {
  margin-bottom: 30px;
}
.page-business-for-general .area-other .dashikata .explain p {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .page-business-for-general .area-other .dashikata .explain p {
    font-size: 16px;
  }
}
.page-business-for-general .area-other .dashikata .list-dashikata li .hantei p.maru {
  color: #00a878;
}
.page-business-for-general .area-other .dashikata .list-dashikata li .hantei p.batsu {
  color: #c83232;
}
.page-business-for-general .area-other .dashikata .list-dashikata li .photo .ex {
  color: #666;
  font-size: 13px;
}
.page-business-for-general .area-other .dashikata .list-dashikata li .photo img {
  border-radius: 8px;
}

.page-company {
  color: #444;
}
.page-company .header {
  background-image: url(images/contents/company/header.jpg);
  position: relative;
}
.page-company .header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
}
.page-company .header .inner {
  position: relative;
  z-index: 1;
}
.page-company .header .inner .page-title {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
.page-company #breadcrumb a {
  color: #666;
}
.page-company #breadcrumb a:hover {
  color: #00a878;
}
.page-company .sec-company .ttl-level-02 {
  color: #2a2520;
}
.page-company .sec-company .ttl-level-02 span {
  color: #00a878;
}
.page-company .sec-company .area-message {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.page-company .sec-company .area-message .message {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  color: #2a2520;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-message .message {
    font-size: 42px;
  }
}
.page-company .sec-company .area-message .col {
  margin-bottom: 40px;
}
.page-company .sec-company .area-message .col .text {
  margin-bottom: 20px;
}
.page-company .sec-company .area-message .col .text p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-message .col .text {
    margin-bottom: 30px;
  }
  .page-company .sec-company .area-message .col .text p {
    font-size: 16px;
  }
}
.page-company .sec-company .area-message .col .photo {
  margin-bottom: 20px;
}
.page-company .sec-company .area-message .col .photo img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-message .col1 .photo {
    width: 400px;
    float: left;
  }
  .page-company .sec-company .area-message .col1 .text {
    width: 640px;
    float: right;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .page-company .sec-company .area-message .col1 .text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .area-message .col2 .photo {
    width: 380px;
    float: right;
  }
  .page-company .sec-company .area-message .col2 .text {
    width: 620px;
    float: left;
  }
  .page-company .sec-company .area-message .col2 .text p {
    margin-top: 30px;
    font-size: 18px;
  }
}
.page-company .sec-company .row {
  margin-bottom: 60px;
}
.page-company .sec-company .row .col {
  margin-bottom: 40px;
}
.page-company .sec-company .row .col .content {
  margin-bottom: 60px;
}
.page-company .sec-company .row .map iframe {
  width: 100%;
  height: 300px;
  border-radius: 8px;
}
.page-company .sec-company .row .map p {
  margin-top: 15px;
}
.page-company .sec-company .row .map p a {
  text-decoration: underline;
  color: #00a878;
}
.page-company .sec-company .row .map p a:hover {
  color: #008c60;
}
.page-company .sec-company .row h2 {
  width: 100%;
  color: #00a878;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0dbd5;
}
.page-company .sec-company .row img {
  max-width: 100%;
  height: auto;
}
.page-company .sec-company ul li {
  margin-bottom: 8px;
}
.page-company .sec-company ul li a {
  color: #00a878;
}
.page-company .sec-company ul li a:hover {
  color: #008c60;
}
.page-company .sec-company table th {
  display: block;
  text-align: left;
  color: #2a2520;
  font-weight: bold;
}
.page-company .sec-company table td {
  display: block;
  padding-bottom: 20px;
}
.page-company .sec-company .timeline {
  list-style: none;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .timeline {
    font-size: 16px;
  }
}
.page-company .sec-company .timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.page-company .sec-company .timeline-date {
  width: 100px;
  float: left;
  margin-top: 20px;
  color: #7a7060;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .timeline-date {
    width: 130px;
  }
}
.page-company .sec-company .timeline-content {
  width: 57%;
  float: left;
  border-left: 3px #e0dbd5 solid;
  padding-left: 30px;
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .timeline-content {
    width: 67%;
  }
}
.page-company .sec-company .timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #00a878;
  position: absolute;
  left: 96px;
  top: 24px;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .timeline-content:before {
    left: 126px;
  }
}
.page-company .sec-company .area-ninsyou ul li {
  display: inline-block;
  background-color: rgba(0, 168, 120, 0.06);
  border: 1px solid rgba(0, 168, 120, 0.2);
  border-radius: 6px;
  padding: 8px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #444;
}
.page-company .sec-company .area-ninsyou ul li::before {
  content: "✓ ";
  color: #00a878;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-company .sec-company .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-company .sec-company .row .col {
    width: 520px;
  }
  .page-company .sec-company .row .col-full {
    width: 1100px;
  }
  .page-company .sec-company .row .company-table th {
    width: 80px;
  }
  .page-company .sec-company .row .map iframe {
    height: 400px;
  }
}

.page-recruit .header {
  background-image: url(images/contents/recruit/header.jpg);
}
@media screen and (min-width: 768px) {
  .page-recruit .header {
    background-position: top center;
  }
}
.page-recruit .sec-recruit h3 {
  color: #8BB63B;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0dbd5;
}
.page-recruit .sec-recruit table {
  margin-bottom: 30px;
}
.page-recruit .sec-recruit table tr {
  border-bottom: 1px solid #eee;
}
.page-recruit .sec-recruit table th {
  width: 80px;
  text-align: left;
  padding: 10px;
}
.page-recruit .sec-recruit table td {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit table {
    margin-bottom: 40px;
  }
  .page-recruit .sec-recruit table th {
    width: 160px;
    padding: 20px;
  }
  .page-recruit .sec-recruit table td {
    padding: 20px;
  }
}
.page-recruit .sec-recruit .txt {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-recruit .sec-recruit .txt {
    margin-bottom: 40px;
  }
}

.page-request .header {
  background-image: url(images/contents/request/header.jpg);
}
.page-request .sec-contact p {
  text-align: center;
}

.page-privacypolicy .header {
  background-image: url(images/contents/privacypolicy/header.jpg);
}
.page-privacypolicy .sec-privacypolicy .intro {
  margin-bottom: 40px;
  text-align: center;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy .row {
  margin-bottom: 40px;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy .row h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
.page-privacypolicy .sec-privacypolicy .privacypolicy .row p {
  margin-bottom: 10px;
}

.page-qa .header {
  background-image: url(images/contents/contact/header.jpg);
}
.page-qa .sec-qa .ex {
  margin-bottom: 30px;
  text-align: center;
}
.page-qa .sec-qa .area-qa h3 {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-qa .sec-qa .area-qa .qa {
  margin-bottom: 40px;
}
.page-qa .sec-qa .area-qa .qa dt {
  position: relative;
  margin-bottom: 10px;
  padding: 14px 14px 14px 50px;
  background-color: #F2F5F7;
  font-weight: bold;
}
.page-qa .sec-qa .area-qa .qa dt::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 10px;
  left: 12px;
  width: 30px;
  height: 30px;
  background-image: url(images/contents/qa/icon-q.png);
  background-repeat: no-repeat;
}
.page-qa .sec-qa .area-qa .qa dt:hover {
  cursor: pointer;
}
.page-qa .sec-qa .area-qa .qa dd {
  position: relative;
  display: none;
  padding: 14px 14px 14px 50px;
  margin-bottom: 30px;
  background-color: #FDF1F1;
}
.page-qa .sec-qa .area-qa .qa dd span.bold {
  font-weight: bold;
}
.page-qa .sec-qa .area-qa .qa dd::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 10px;
  left: 12px;
  width: 30px;
  height: 30px;
  background-image: url(images/contents/qa/icon-a.png);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .page-qa .sec-qa .area-qa .qa {
    margin-bottom: 60px;
  }
  .page-qa .sec-qa .area-qa .qa dt {
    padding: 20px 20px 20px 70px;
    font-size: 16px;
  }
  .page-qa .sec-qa .area-qa .qa dt::before {
    top: 16px;
    left: 24px;
  }
  .page-qa .sec-qa .area-qa .qa dd {
    padding: 20px 20px 20px 70px;
    line-height: 1.8;
  }
  .page-qa .sec-qa .area-qa .qa dd::before {
    top: 16px;
    left: 24px;
  }
}

.page-wastecookingoilrecycling .header {
  background-image: url(images/contents/company/header.jpg);
}
.page-wastecookingoilrecycling {
  /* === sec-futurerecipe（未来レシピ） === */
}
.page-wastecookingoilrecycling .sec-futurerecipe {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe {
    margin-bottom: 120px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .sec-title .subtitle {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.page-wastecookingoilrecycling .sec-futurerecipe .sec-title .subtitle::before {
  content: "〜 ";
}
.page-wastecookingoilrecycling .sec-futurerecipe .sec-title .subtitle::after {
  content: " 〜";
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .sec-title .subtitle {
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .sec-title h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .sec-title h2 {
    font-size: 44px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe {
  display: flex;
  flex-direction: column-reverse; /* SP：テキスト上・画像下 */
  gap: 28px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe {
    flex-direction: row; /* PC：画像左・テキスト右 */
    align-items: center;
    gap: 48px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__image {
  text-align: center;
}
.page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__image-title {
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2a2520;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__image-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__image {
    width: 46%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__detail {
    flex: 1;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__detail p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.9;
  color: #2a2520;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__detail p {
    font-size: 16px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__detail > p:last-child {
  margin-bottom: 0;
}
.page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 4px 18px;
  background: linear-gradient(135deg, #00a878, #0070cc);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.12em;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__label {
    font-size: 17px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__points {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: futurerecipe;
}
.page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__points li {
  position: relative;
  padding: 12px 0 12px 40px;
  border-bottom: 1px solid #e0dbd5;
  font-size: 14px;
  font-weight: bold;
  color: #2a2520;
  counter-increment: futurerecipe;
}
.page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__points li::before {
  content: counter(futurerecipe);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a878, #0070cc);
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .futurerecipe__points li {
    font-size: 16px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe {
  /* === brandvegetables（ブランド野菜の商品紹介） === */
}
.page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables {
    margin-top: 72px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables__title {
  margin-bottom: 22px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2a2520;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables__labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables__labels li {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px 7px 30px;
  background: #f4fbf6;
  border: 1px solid #b6e3c8;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #1b7a4b;
  letter-spacing: 0.04em;
}
.page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables__labels li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a878, #0070cc);
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables__labels li {
    padding: 9px 20px 9px 36px;
    font-size: 15px;
  }
  .page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables__labels li::before {
    left: 18px;
  }
}
.page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables__image {
  margin-top: 26px;
  text-align: center;
}
.page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables__image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-futurerecipe .brandvegetables__image {
    margin-top: 36px;
  }
}
.page-wastecookingoilrecycling .sec-nav {
  margin: 30px auto 40px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-nav {
    width: 940px;
    margin: 60px auto;
  }
}
.page-wastecookingoilrecycling .sec-nav .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-wastecookingoilrecycling .sec-nav .nav a {
  position: relative;
  display: block;
  width: 48%;
  text-align: center;
  color: #F22374;
  border: 1px solid #F22374;
  padding: 14px 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-nav .nav a::after {
  position: absolute;
  content: "↓";
  left: 10px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-nav .nav a {
    font-size: 20px;
  }
  .page-wastecookingoilrecycling .sec-nav .nav a:hover {
    background-color: #F22374;
    color: #fff;
  }
}
.page-wastecookingoilrecycling .sec-business {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business {
    margin-bottom: 120px;
  }
}
.page-wastecookingoilrecycling .sec-business .business {
  margin-bottom: 60px;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp {
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo {
  text-align: center;
  margin-bottom: 20px;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo .mainimg {
  margin-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo .thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo .thumbnail div {
  margin: 0 4px;
  width: 20%;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .photo .thumbnail div img:hover {
  opacity: 0.6;
  cursor: pointer;
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .detail h4 {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-exp .detail h4 {
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-exp .detail p {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-exp .detail p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-exp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-exp .photo {
    width: 400px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-exp .detail {
    width: 650px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-2col-link {
  margin: 20px auto 40px;
}
.page-wastecookingoilrecycling .sec-business .business .area-2col-link div {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-2col-link {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 60px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-2col-link div {
    width: 360px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-flows {
  text-align: center;
}
.page-wastecookingoilrecycling .sec-business .business .area-flows img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow {
  margin-bottom: 40px;
  text-align: center;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow {
  box-sizing: border-box;
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .photo {
  position: relative;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .photo .fukidashi {
  position: absolute;
  width: 60px;
  height: auto;
  top: 52px;
  left: -14px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .photo .fukidashi {
    width: 200px;
    top: 80px;
    left: -50px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .detail p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-flow .flow li {
    padding: 10px 60px;
    margin-bottom: 50px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-flow .flow li .detail p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-flow .flow .arrow {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #E49C00;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-flow .flow .arrow {
    bottom: -60px;
    font-size: 52px !important;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-feature {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fdfceb;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-feature {
    padding: 60px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-feature h4 {
  margin-bottom: 20px;
  padding: 4px 10px;
  border-left: 4px solid #e49c00;
  font-size: 16px;
  color: #5e4206;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-feature h4 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-feature ul li {
    margin-bottom: 30px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .ttl {
  position: relative;
  margin-left: 4px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .ttl::before {
  position: relative;
  content: "✓";
  left: -10px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-feature ul li .ttl {
    font-size: 22px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .ex {
  margin-left: 18px;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li a {
  text-decoration: underline;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki {
  margin: 30px 0;
  background-color: #fff;
  border: 1px solid #e7e6cf;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e7e6cf;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .photo {
  box-sizing: border-box;
  width: 30%;
  padding: 10px 0 10px 10px;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .detail {
  box-sizing: border-box;
  width: 64%;
  padding: 10px 10px 10px 0;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .detail p {
  font-size: 12px;
}
.page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .detail .name {
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .photo {
    width: 20%;
    padding: 20px 0 20px 10px;
    text-align: right;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .detail {
    width: 74%;
    padding: 20px 20px 20px 0;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-feature ul li .rentalyouki .youki .detail p {
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other {
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other .photos .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other .photos .photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-other .other .photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-other .other .photos .photo {
    width: 400px;
    margin: 0 20px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other .detail p {
  margin-bottom: 20px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #444;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .other h4 span {
  position: relative;
  bottom: -12px;
  padding: 4px 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-other .other h4 {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-other .other h4 span {
    bottom: -15px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-other .about ul li {
  margin-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .about .ttl {
  font-weight: bold;
  font-size: 18px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #067130;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-other .dashikata h3 {
    font-size: 20px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .explain {
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .explain p {
  font-size: 16px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .explain .important {
  text-align: center;
  color: red;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata {
  margin-bottom: 60px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .hantei {
  width: 16%;
  margin-bottom: 20px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .hantei p {
  text-align: right;
  font-size: 48px;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .hantei p.maru {
  color: red;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .hantei p.batsu {
  color: blue;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .photo {
  position: relative;
  width: 74%;
  margin-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .photo .ex {
  margin-bottom: 4px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 780px;
    margin: 0 auto 20px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li {
    width: 370px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .hantei p {
    font-size: 62px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-other .dashikata .list-dashikata li .photo {
    width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-other h4 {
    margin-bottom: 40px;
  }
}
.page-wastecookingoilrecycling .sec-business .business .area-contact {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  border: 1px solid #e0dbd5;
}
.page-wastecookingoilrecycling .sec-business .business .area-contact .tel span {
  font-size: 16px;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-business .business .area-contact .link a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-business .business .area-contact {
    width: 800px;
    margin: 0 auto;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-contact .tel {
    font-size: 16px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-contact .tel span {
    font-size: 20px;
  }
  .page-wastecookingoilrecycling .sec-business .business .area-contact .link {
    font-size: 16px;
  }
}
.page-wastecookingoilrecycling .sec-about {
  /* === sec-catch（廃棄物→資源 キャッチコピー強調） === */
}
.page-wastecookingoilrecycling .sec-about .sec-catch {
  margin-bottom: 48px;
}
.page-wastecookingoilrecycling .sec-about .sec-catch span {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #00a878, #0070cc, #00a878);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: secCatchGradient 6s ease infinite;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-about .sec-catch span {
    font-size: 42px;
    letter-spacing: 0.04em;
  }
}
.page-wastecookingoilrecycling .sec-about .sec-catch::before, .page-wastecookingoilrecycling .sec-about .sec-catch::after {
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 168, 120, 0), rgba(0, 168, 120, 0.45), rgba(0, 112, 204, 0.45), rgba(0, 112, 204, 0));
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-about .sec-catch {
    margin-bottom: 64px;
  }
}
@keyframes secCatchGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.page-wastecookingoilrecycling .sec-about .area-flyer {
  text-align: center;
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-about .area-flyer img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-about .area-flyer img {
    width: 1200px;
  }
}
.page-wastecookingoilrecycling .sec-about .area-about .flow {
  text-align: center;
  margin-bottom: 30px;
}
.page-wastecookingoilrecycling .sec-about .area-about .flow img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-about .area-about .detail p {
    text-align: center;
  }
}
.page-wastecookingoilrecycling .sec-flow .mainvisual {
  text-align: center;
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-flow .mainvisual img {
  max-width: 100%;
}
.page-wastecookingoilrecycling .sec-flow .flow {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fbebf1;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .flow {
    padding: 30px;
  }
}
.page-wastecookingoilrecycling .sec-flow .flow li {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.page-wastecookingoilrecycling .sec-flow .flow li .photo {
  position: relative;
}
.page-wastecookingoilrecycling .sec-flow .flow li .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-flow .flow li .photo .fukidashi {
  position: absolute;
  width: 60px;
  height: auto;
  top: 25px;
  left: -25px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .flow li .photo .fukidashi {
    width: 200px;
    top: 80px;
    left: -100px;
  }
}
.page-wastecookingoilrecycling .sec-flow .flow li .detail p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .flow li {
    padding: 40px 60px;
  }
  .page-wastecookingoilrecycling .sec-flow .flow li .detail p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-flow .flow .arrow {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #F22374;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .flow .arrow {
    bottom: -45px;
    left: -16px;
    font-size: 52px !important;
  }
}
.page-wastecookingoilrecycling .sec-flow {
  /* === area-otodoke（新しいカタチでお届け） === */
}
.page-wastecookingoilrecycling .sec-flow .area-otodoke {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-otodoke {
    margin-top: 70px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-otodoke {
  /* タイトル：両端を斜め上へ跳ね上げた“ばんざい ＼／”形・大きめ黒文字 */
}
.page-wastecookingoilrecycling .sec-flow .area-otodoke .sec-title--line {
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}
.page-wastecookingoilrecycling .sec-flow .area-otodoke .sec-title--line::before, .page-wastecookingoilrecycling .sec-flow .area-otodoke .sec-title--line::after {
  flex: 0 0 auto;
  width: 44px;
  height: 3px;
  border-radius: 2px;
  background: #2a2520;
}
.page-wastecookingoilrecycling .sec-flow .area-otodoke .sec-title--line::before {
  transform: rotate(20deg);
  transform-origin: center;
}
.page-wastecookingoilrecycling .sec-flow .area-otodoke .sec-title--line::after {
  transform: rotate(-20deg);
  transform-origin: center;
}
.page-wastecookingoilrecycling .sec-flow .area-otodoke .sec-title--line span {
  font-size: 23px;
  font-weight: bold;
  color: #2a2520;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-otodoke .sec-title--line {
    gap: 30px;
    margin-bottom: 40px;
  }
  .page-wastecookingoilrecycling .sec-flow .area-otodoke .sec-title--line::before, .page-wastecookingoilrecycling .sec-flow .area-otodoke .sec-title--line::after {
    width: 68px;
  }
  .page-wastecookingoilrecycling .sec-flow .area-otodoke .sec-title--line span {
    font-size: 34px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-otodoke img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.page-wastecookingoilrecycling .sec-flow .area-feature {
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fdfceb;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-feature {
    padding: 60px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-feature h4 {
  margin-bottom: 20px;
  padding: 4px 10px;
  border-left: 4px solid #e49c00;
  font-size: 16px;
  color: #5e4206;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-feature h4 {
    margin-bottom: 40px;
    font-size: 26px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-feature ul li {
    margin-bottom: 30px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .ttl {
  position: relative;
  margin-left: 4px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .ttl::before {
  position: relative;
  content: "✓";
  left: -10px;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-feature ul li .ttl {
    font-size: 22px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .ex {
  margin-left: 18px;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li a {
  text-decoration: underline;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki {
  margin: 30px 0;
  background-color: #fff;
  border: 1px solid #e7e6cf;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e7e6cf;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .photo {
  box-sizing: border-box;
  width: 30%;
  padding: 10px 0 10px 10px;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .detail {
  box-sizing: border-box;
  width: 64%;
  padding: 10px 10px 10px 0;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .detail p {
  font-size: 12px;
}
.page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .detail .name {
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .photo {
    width: 20%;
    padding: 20px 0 20px 10px;
    text-align: right;
  }
  .page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .detail {
    width: 74%;
    padding: 20px 20px 20px 0;
  }
  .page-wastecookingoilrecycling .sec-flow .area-feature ul li .rentalyouki .youki .detail p {
    font-size: 18px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-other .other {
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .other .photos .photo {
  margin-bottom: 20px;
  text-align: center;
}
.page-wastecookingoilrecycling .sec-flow .area-other .other .photos .photo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-other .other .photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-wastecookingoilrecycling .sec-flow .area-other .other .photos .photo {
    width: 400px;
    margin: 0 20px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-other .other .detail p {
  margin-bottom: 20px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .other h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #444;
}
.page-wastecookingoilrecycling .sec-flow .area-other .other h4 span {
  position: relative;
  bottom: -12px;
  padding: 4px 16px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-other .other h4 {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .page-wastecookingoilrecycling .sec-flow .area-other .other h4 span {
    bottom: -15px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-other .about ul li {
  margin-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .about .ttl {
  font-weight: bold;
  font-size: 18px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #067130;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-other .dashikata h3 {
    font-size: 20px;
  }
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .explain {
  margin-bottom: 40px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .explain p {
  font-size: 16px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .explain .important {
  text-align: center;
  color: red;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata {
  margin-bottom: 60px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .hantei {
  width: 16%;
  margin-bottom: 20px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .hantei p {
  text-align: right;
  font-size: 48px;
  font-weight: bold;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .hantei p.maru {
  color: red;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .hantei p.batsu {
  color: blue;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .photo {
  position: relative;
  width: 74%;
  margin-bottom: 10px;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .photo img {
  max-width: 100%;
  height: auto;
}
.page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .photo .ex {
  margin-bottom: 4px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 780px;
    margin: 0 auto 20px;
  }
  .page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li {
    width: 370px;
  }
  .page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .hantei p {
    font-size: 62px;
  }
  .page-wastecookingoilrecycling .sec-flow .area-other .dashikata .list-dashikata li .photo {
    width: 78%;
  }
}
@media screen and (min-width: 768px) {
  .page-wastecookingoilrecycling .sec-flow .area-other h4 {
    margin-bottom: 40px;
  }
}

.page-res {
  background-color: #040b1c;
  color: #f7f8f8;
  font-family: "Noto Sans JP";
  margin: 0 auto;
  padding: 0 0 20px;
}
.page-res .sec-title {
  margin-bottom: 30px;
  text-align: center;
}
.page-res .sec-title span {
  box-shadow: 0 0 40px #02ab7d;
  border: 1px solid #02ab7d;
  border-radius: 24px;
  padding: 6px 20px 7px;
  background-color: #072823;
  color: hsl(163, 100%, 59%);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .page-res .sec-title {
    margin-bottom: 40px;
  }
  .page-res .sec-title span {
    padding: 6px 40px 9px;
    font-size: 26px;
    border-radius: 42px;
  }
}
.page-res .icatch {
  margin-bottom: 40px;
}
.page-res .icatch img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-res .icatch {
    margin-bottom: 60px;
  }
}
.page-res .sec-ex {
  color: #cbd5e1;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-res .sec-ex {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.page-res .page-header--hero {
  margin-bottom: 60px;
}
.page-res .page-header--hero .photo {
  margin-bottom: 20px;
}
.page-res .page-header--hero .photo img {
  max-width: 100%;
  height: auto;
}
.page-res .page-header--hero .detail {
  width: 90%;
  margin: 0 auto;
}
.page-res .page-header--hero .detail .ex1 {
  margin-bottom: 10px;
  color: #00c28a;
  line-height: 1.2;
  font-size: 12px;
}
.page-res .page-header--hero .detail .ex2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #f6f6f6;
}
.page-res .page-header--hero .detail .ex2 span {
  background: linear-gradient(90deg, #00c9b7, #0081ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
}
.page-res .page-header--hero .detail .page-title {
  font-size: 18px;
  color: #e2e8f0;
}
.page-res .page-header--hero .detail .ex3 {
  color: #91a2b8;
}
.page-res .page-header--hero .detail .ex4 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.page-res .page-header--hero .detail .ex4 .common {
  font-size: 18px;
}
.page-res .page-header--hero .detail .ex4 .res {
  font-size: 82px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .page-res .page-header--hero .detail .ex4 {
    text-align: left;
  }
  .page-res .page-header--hero .detail .ex4 .common {
    font-size: 24px;
  }
  .page-res .page-header--hero .detail .ex4 .res {
    font-size: 120px;
  }
}
@media screen and (min-width: 768px) {
  .page-res .page-header--hero {
    width: 1200px;
    margin: 0 auto 60px;
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .page-res .page-header--hero .photo {
    width: 60%;
    order: 2;
  }
  .page-res .page-header--hero .detail {
    width: 40%;
    order: 1;
  }
  .page-res .page-header--hero .detail .ex1 {
    font-size: 16px;
  }
  .page-res .page-header--hero .detail .ex2 {
    font-size: 48px;
  }
  .page-res .page-header--hero .detail .ex2 span {
    font-size: 3rem;
  }
  .page-res .page-header--hero .detail .page-title {
    font-size: 24px;
  }
}
.page-res .sec-point .list-point .point {
  box-sizing: border-box;
  border: 1px solid #2a3951;
  background-color: #0e1b33;
  padding: 30px 20px;
  border-radius: 24px;
  margin-bottom: 20px;
}
.page-res .sec-point .list-point .point .icon {
  margin-bottom: 10px;
  text-align: center;
}
.page-res .sec-point .list-point .point .icon img {
  width: 48px;
  height: auto;
}
.page-res .sec-point .list-point .point h3 {
  text-align: center;
  margin-bottom: 10px;
}
.page-res .sec-point .list-point .point p {
  font-size: 14px;
  color: #a2b4cc;
}
@media screen and (min-width: 768px) {
  .page-res .sec-point .list-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-res .sec-point .list-point .point {
    width: 350px;
    padding: 40px 30px;
  }
}
.page-res .sec-special .list-special {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-res .sec-special .list-special .special {
  box-sizing: border-box;
  width: 48%;
  border: 1px solid #2a3951;
  background-color: #0e1b33;
  padding: 20px 10px;
  border-radius: 24px;
  margin-bottom: 20px;
}
.page-res .sec-special .list-special .special .icon {
  margin-bottom: 10px;
  text-align: center;
}
.page-res .sec-special .list-special .special .icon img {
  width: 30px;
  height: auto;
}
.page-res .sec-special .list-special .special h3 {
  text-align: center;
  margin-bottom: 10px;
}
.page-res .sec-special .list-special .special p {
  font-size: 12px;
  color: #a2b4cc;
}
@media screen and (min-width: 768px) {
  .page-res .sec-special .list-special .special {
    width: 260px;
    padding: 30px 20px;
  }
  .page-res .sec-special .list-special .special p {
    font-size: 14px;
  }
  .page-res .sec-special .list-special .last {
    width: 260px;
  }
}
.page-res .sec-recommend .recommend-list li {
  box-sizing: border-box;
  border: 1px solid #2a3951;
  background-color: #0e1b33;
  padding: 10px 20px;
  border-radius: 24px;
  margin-bottom: 10px;
}
.page-res .sec-contact {
  box-sizing: border-box;
  border: 1px solid #2a3951;
  background-color: #0e1b33;
  padding: 10px 20px;
  border-radius: 24px;
}

.page-contact {
  color: #444;
  margin-bottom: -80px;
}
@media screen and (min-width: 768px) {
  .page-contact {
    margin-bottom: -100px;
  }
}
.page-contact .breadcrumb {
  color: #888;
}
.page-contact .breadcrumb a {
  color: #888;
}
.page-contact .sec-contact .sec-title {
  text-align: center;
  margin-bottom: 30px;
}
.page-contact .sec-contact .sec-title .en {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8c785a;
  margin-bottom: 8px;
}
.page-contact .sec-contact .sec-title h2 {
  font-size: 24px;
  color: #2a2520;
  margin-bottom: 12px;
}
.page-contact .sec-contact .sec-title .line {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #8c785a;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-contact .sec-contact .sec-title {
    margin-bottom: 40px;
  }
  .page-contact .sec-contact .sec-title h2 {
    font-size: 32px;
  }
}
.page-contact .sec-contact > p {
  color: #666;
}
.page-contact .area-contactform .contact-form caption {
  color: #444;
}
.page-contact .area-contactform .contact-form th {
  color: #2a2520;
}
.page-contact .area-contactform .contact-form th .hissu {
  background-color: #D40000;
}
.page-contact .area-contactform .contact-form th .ninni {
  background-color: #bbb;
}
.page-contact .area-contactform .contact-form th .bikou {
  color: #888;
}
.page-contact .area-contactform .contact-form td {
  color: #444;
}
.page-contact .area-contactform .contact-form td .text-form,
.page-contact .area-contactform .contact-form td .text-form-short,
.page-contact .area-contactform .contact-form td .text-form-middle,
.page-contact .area-contactform .contact-form td .text-area,
.page-contact .area-contactform .contact-form td .wpcf7-date {
  background-color: #f9f7f4;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 8px;
}
.page-contact .area-contactform .contact-form td .text-form::placeholder,
.page-contact .area-contactform .contact-form td .text-form-short::placeholder,
.page-contact .area-contactform .contact-form td .text-form-middle::placeholder,
.page-contact .area-contactform .contact-form td .text-area::placeholder,
.page-contact .area-contactform .contact-form td .wpcf7-date::placeholder {
  color: #aaa;
}
.page-contact .area-contactform .contact-form td .text-form:focus,
.page-contact .area-contactform .contact-form td .text-form-short:focus,
.page-contact .area-contactform .contact-form td .text-form-middle:focus,
.page-contact .area-contactform .contact-form td .text-area:focus,
.page-contact .area-contactform .contact-form td .wpcf7-date:focus {
  border-color: #00a878;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 168, 120, 0.15);
}
.page-contact .area-contactform .contact-form td .wpcf7-list-item-label {
  color: #555;
}
@media screen and (min-width: 768px) {
  .page-contact .area-contactform .contact-form tr {
    border-bottom: 1px solid #eee;
  }
  .page-contact .area-contactform .contact-form th {
    background-color: #f5f3f0;
  }
  .page-contact .area-contactform .contact-form td {
    background-color: #fff;
  }
  .page-contact .area-contactform .contact-form td .text-form,
  .page-contact .area-contactform .contact-form td .text-area {
    background-color: #f9f7f4;
  }
}
.page-contact .area-contactform .wpcf7-submit {
  background-color: #00a878;
  border-radius: 12px;
  font-weight: bold;
  transition: opacity 0.2s;
}

.area-contactform .contact-form {
  margin: 40px 0 0;
}
.area-contactform .contact-form caption {
  margin-bottom: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.area-contactform .contact-form th .hissu {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #D40000;
}
.area-contactform .contact-form th .ninni {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  font-weight: normal;
  padding: 1px 6px 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  background-color: #bbb;
}
.area-contactform .contact-form th .bikou {
  display: block;
  font-size: 12px;
  color: #666;
}
.area-contactform .contact-form td {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.area-contactform .contact-form td .ttl {
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 4px;
}
.area-contactform .contact-form td .text-form {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-short {
  width: 24%;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-form-middle {
  width: 74%;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .text-area {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 0 2px 0;
}
.area-contactform .contact-form td .wpcf7-list-item-label {
  color: #666;
  font-size: 12px;
}
.area-contactform .contact-form td .wpcf7-date {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
.area-contactform .contact-form td .checkbox-346 {
  display: block;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .area-contactform .contact-form {
    margin-bottom: 50px;
  }
  .area-contactform .contact-form tr {
    border-bottom: 2px solid #fff;
  }
  .area-contactform .contact-form th {
    width: 300px;
    display: table-cell;
    position: relative;
    padding: 20px;
    vertical-align: middle;
    background-color: #F3F3F3;
  }
  .area-contactform .contact-form td {
    display: table-cell;
    padding: 20px;
    background-color: #FBFBFB;
  }
  .area-contactform .contact-form td .wpcf7-list-item-label {
    font-size: 14px;
  }
  .area-contactform .contact-form td .checkbox-346 {
    padding-bottom: 0;
  }
  .area-contactform .contact-form td .text-form {
    background-color: #fff;
  }
  .area-contactform .contact-form td .text-area {
    background-color: #fff;
  }
}
.area-contactform .wpcf7-submit {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 20px auto 20px;
  border: none;
  background-color: #52B921;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  color: #fff;
}
.area-contactform .wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .area-contactform {
    margin-top: 40px;
  }
  .area-contactform .wpcf7-submit {
    width: 400px;
  }
}

/*-----------------------------------------------------------

side

 ---------------------------------------------------------- */
/*-----------------------------------------------------------

footer

 ---------------------------------------------------------- */
#footer {
  background-color: #fff;
  color: #555;
  border-top: 1px solid #e0e0e0;
  transition: background-color 0.3s, color 0.3s;
}
#footer .footer-inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 0;
}
#footer .footer-main {
  margin-bottom: 30px;
}
#footer .footer-company {
  margin-bottom: 24px;
  text-align: center;
}
#footer .footer-logo {
  margin-bottom: 12px;
}
#footer .footer-logo img {
  width: 120px;
  height: auto;
}
#footer .footer-name {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#footer .footer-address {
  font-size: 13px;
  color: #777;
}
#footer .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}
#footer .footer-nav ul li a {
  font-size: 13px;
  color: #555;
  transition: 0.3s;
}
#footer .footer-nav ul li a:hover {
  color: #00a878;
}
#footer .footer-bottom {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
}
#footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #999;
}
@media screen and (min-width: 768px) {
  #footer .footer-inner {
    width: 1100px;
    padding: 50px 0 0;
  }
  #footer .footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  #footer .footer-company {
    text-align: left;
    margin-bottom: 0;
  }
  #footer .footer-nav ul {
    gap: 12px 24px;
  }
  #footer .footer-nav ul li a {
    font-size: 14px;
  }
}

/* ==========================================================
   page-res.php 専用：ダークテーマ維持
   白ベースがデフォルトになったため、page-res のみ旧ダークテーマを復元
========================================================== */
.page-template-page-res,
.page-template-page-res-php {
  background-color: #080d21;
}
.page-template-page-res #header,
.page-template-page-res-php #header {
  background-color: rgb(2, 6, 24);
  border-bottom: none;
}
.page-template-page-res #header.is-sticky,
.page-template-page-res-php #header.is-sticky {
  background-color: rgba(2, 6, 24, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.page-template-page-res #header .btn-nav span,
.page-template-page-res-php #header .btn-nav span {
  background: linear-gradient(135deg, #cad5e2, #90a1b9, #606f82);
}
.page-template-page-res #header .btn-nav :nth-child(3)::after,
.page-template-page-res-php #header .btn-nav :nth-child(3)::after {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-template-page-res #header .header-info__contact,
  .page-template-page-res-php #header .header-info__contact {
    color: #90a1b9;
  }
  .page-template-page-res #header .header-info__tel,
  .page-template-page-res-php #header .header-info__tel {
    color: #cad5e2;
  }
  .page-template-page-res #header .header-info__sep,
  .page-template-page-res-php #header .header-info__sep {
    color: #cad5e2;
  }
  .page-template-page-res #header .header-info__hours,
  .page-template-page-res-php #header .header-info__hours {
    color: #cad5e2;
  }
  .page-template-page-res #header .header-info__contactbtn a,
  .page-template-page-res-php #header .header-info__contactbtn a {
    background: linear-gradient(135deg, #f02b75, #d926a9, #8b5cf6);
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
    box-shadow: 0 4px 15px rgba(240, 43, 117, 0.3);
  }
  .page-template-page-res #header .header-info__contactbtn a:hover,
  .page-template-page-res-php #header .header-info__contactbtn a:hover {
    box-shadow: 0 6px 25px rgba(240, 43, 117, 0.5);
  }
  .page-template-page-res #header .globalnav ul li a,
  .page-template-page-res-php #header .globalnav ul li a {
    color: #cad5e2;
  }
  .page-template-page-res #header .globalnav ul li a::before,
  .page-template-page-res-php #header .globalnav ul li a::before {
    background: linear-gradient(90deg, #00d492, #2b7fff, #00d492);
  }
  .page-template-page-res #header .globalnav ul li a::after,
  .page-template-page-res-php #header .globalnav ul li a::after {
    background: linear-gradient(90deg, #00d492, #2b7fff, #00d492);
  }
  .page-template-page-res #header .globalnav ul li a:hover,
  .page-template-page-res-php #header .globalnav ul li a:hover {
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 212, 146, 0.4);
  }
}
.page-template-page-res #footer,
.page-template-page-res-php #footer {
  background-color: #020618;
  color: #90a1b9;
  border-top: 1px solid #1d293d;
}
.page-template-page-res #footer .footer-name,
.page-template-page-res-php #footer .footer-name {
  color: #cad5e2;
}
.page-template-page-res #footer .footer-address,
.page-template-page-res-php #footer .footer-address {
  color: #62748e;
}
.page-template-page-res #footer .footer-nav ul li a,
.page-template-page-res-php #footer .footer-nav ul li a {
  color: #90a1b9;
}
.page-template-page-res #footer .footer-nav ul li a:hover,
.page-template-page-res-php #footer .footer-nav ul li a:hover {
  color: #00d492;
}
.page-template-page-res #footer .footer-bottom,
.page-template-page-res-php #footer .footer-bottom {
  border-top: 1px solid #1d293d;
}
.page-template-page-res #footer .copyright,
.page-template-page-res-php #footer .copyright {
  color: #62748e;
}

/* === back-to-top === */
.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
  --btt-mx: 0px;
  --btt-my: 0px;
  translate: 60px 60px;
  scale: 0.45;
  rotate: -28deg;
  transition: opacity 0.55s cubic-bezier(0.2, 0.9, 0.3, 1), translate 0.85s cubic-bezier(0.2, 1.4, 0.3, 1), scale 0.85s cubic-bezier(0.2, 1.4, 0.3, 1), rotate 0.85s cubic-bezier(0.2, 1.4, 0.3, 1);
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  translate: 0 0;
  scale: 1;
  rotate: 0deg;
  animation: bttFloat 4.5s ease-in-out 1.1s infinite;
}
.back-to-top {
  /* 出現時に外側へ広がる波紋（一回だけ） */
}
.back-to-top .btt-halo {
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1px solid rgba(0, 194, 138, 0.55);
  opacity: 0;
  pointer-events: none;
}
.back-to-top.is-visible .btt-halo {
  animation: bttHalo 1.1s 0.35s cubic-bezier(0.2, 0.7, 0.3, 1) 1;
}
.back-to-top {
  /* 回転する conic-gradient リング */
}
.back-to-top .btt-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 2px;
  background: conic-gradient(from 0deg, #00c28a 0deg, #0081ff 110deg, #F22474 230deg, #00c28a 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: drop-shadow(0 0 6px rgba(0, 194, 138, 0.35));
  opacity: 0;
  scale: 0.65;
  rotate: 0deg;
  transition: opacity 0.45s 0.15s ease, scale 0.55s 0.15s cubic-bezier(0.2, 1.4, 0.3, 1);
}
.back-to-top.is-visible .btt-ring {
  opacity: 1;
  scale: 1;
  animation: bttSpin 6s linear 0.55s infinite;
}
.back-to-top:hover .btt-ring {
  filter: drop-shadow(0 0 12px rgba(0, 129, 255, 0.55));
}
.back-to-top {
  /* ガラスのコア（中央の円） */
}
.back-to-top .btt-core {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), inset 0 -6px 14px rgba(0, 129, 255, 0.08), 0 10px 24px rgba(15, 30, 60, 0.16);
  clip-path: circle(0% at 50% 50%);
  translate: var(--btt-mx) var(--btt-my);
  transition: clip-path 0.55s 0.25s cubic-bezier(0.6, 0, 0.2, 1), translate 0.35s ease, background-color 0.3s ease;
}
.back-to-top.is-visible .btt-core {
  clip-path: circle(58% at 50% 50%);
}
.back-to-top:hover .btt-core {
  background: rgba(255, 255, 255, 0.95);
}
.back-to-top {
  /* 矢印スタック（メイン + ゴースト） */
}
.back-to-top .btt-arrow-track {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
  translate: 0 12px;
  scale: 0.55;
  opacity: 0;
  transition: translate 0.55s 0.55s cubic-bezier(0.2, 1.6, 0.3, 1), scale 0.55s 0.55s cubic-bezier(0.2, 1.6, 0.3, 1), opacity 0.35s 0.55s ease;
}
.back-to-top.is-visible .btt-arrow-track {
  translate: 0 0;
  scale: 1;
  opacity: 1;
}
.back-to-top .btt-arrow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: #1a1a1a;
  transition: fill 0.3s ease;
}
.back-to-top .btt-arrow-ghost {
  fill: rgba(0, 129, 255, 0.4);
  opacity: 0;
}
.back-to-top:hover .btt-arrow {
  fill: #0081ff;
}
.back-to-top {
  /* ホバー時：矢印が連続上昇、ゴーストが少し遅れて追従 */
}
.back-to-top.is-visible:hover .btt-arrow:not(.btt-arrow-ghost) {
  animation: bttArrowRise 3.3s linear infinite;
}
.back-to-top.is-visible:hover .btt-arrow-ghost {
  animation: bttArrowRiseGhost 3.3s linear 1.1s infinite;
}
.back-to-top {
  /* クリック時：矢印がロケット噴射、コアが軽く潰れる */
}
.back-to-top.is-launching .btt-arrow:not(.btt-arrow-ghost) {
  animation: bttLaunch 0.55s cubic-bezier(0.5, 0, 0.7, 0) forwards;
}
.back-to-top.is-launching .btt-arrow-ghost {
  animation: bttLaunchGhost 0.55s 0.08s cubic-bezier(0.5, 0, 0.7, 0) forwards;
}
.back-to-top.is-launching .btt-core {
  animation: bttSquish 0.55s ease;
}
.back-to-top.is-launching .btt-ring {
  filter: drop-shadow(0 0 18px rgba(242, 36, 116, 0.65));
}
@media screen and (min-width: 768px) {
  .back-to-top {
    right: 28px;
    bottom: 32px;
    width: 64px;
    height: 64px;
  }
  .back-to-top .btt-arrow-track {
    width: 26px;
    height: 26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: opacity 0.3s ease;
    translate: 0 0;
    scale: 1;
    rotate: 0deg;
  }
  .back-to-top.is-visible {
    animation: none;
  }
  .back-to-top .btt-ring, .back-to-top .btt-core, .back-to-top .btt-arrow-track, .back-to-top .btt-arrow {
    transition: opacity 0.3s ease;
    animation: none !important;
    clip-path: circle(58% at 50% 50%);
    scale: 1;
    translate: 0 0;
    opacity: 1;
  }
  .back-to-top .btt-arrow-ghost {
    opacity: 0;
  }
  .back-to-top .btt-halo {
    display: none;
  }
}

@keyframes bttSpin {
  to {
    rotate: 360deg;
  }
}
@keyframes bttFloat {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}
@keyframes bttHalo {
  0% {
    opacity: 0.9;
    scale: 0.85;
  }
  100% {
    opacity: 0;
    scale: 1.6;
  }
}
@keyframes bttArrowRise {
  0% {
    translate: 0 8px;
    opacity: 0;
  }
  15% {
    translate: 0 4px;
    opacity: 1;
  }
  85% {
    translate: 0 -10px;
    opacity: 1;
  }
  100% {
    translate: 0 -14px;
    opacity: 0;
  }
}
@keyframes bttArrowRiseGhost {
  0% {
    translate: 0 8px;
    opacity: 0;
  }
  20% {
    translate: 0 4px;
    opacity: 0.55;
  }
  80% {
    translate: 0 -8px;
    opacity: 0.35;
  }
  100% {
    translate: 0 -12px;
    opacity: 0;
  }
}
@keyframes bttLaunch {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  60% {
    translate: 0 -18px;
    opacity: 0.5;
  }
  100% {
    translate: 0 -44px;
    opacity: 0;
  }
}
@keyframes bttLaunchGhost {
  0% {
    translate: 0 0;
    opacity: 0.8;
  }
  100% {
    translate: 0 -32px;
    opacity: 0;
  }
}
@keyframes bttSquish {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scaleY(0.86) scaleX(1.1);
  }
  60% {
    transform: scaleY(1.08) scaleX(0.94);
  }
}