@charset "UTF-8";
/* ==========================================================================
   Base
   リセットcssとhtml要素の定義
   ========================================================================== */
/**

css変数定義

 */
/*@font-face {
  !*フォントの名前*!
  font-family: 'mamelon';
  font-display: swap;
  !*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*!
  src: url(../fonts/mameh_woff/mamelon5.woff2) format('woff2'), url(../fonts/mameh_woff/mamelon5.eot) format('eot');
}*/
/*
@mixin font-mamelon {
  font-family: "mamelon", sans-serif;
}*/
/*
@mixin font-kinuta-min {
  font-family: kinuta-mincho-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

*/
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* ==========================================================================

   preset.scss
   プリミティブ要素の設定

 */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*scroll-behavior: smooth;*/
}

body {
  font-size: 1.4rem;
  color: #3E3A39;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: "FP-こぶりなゴシック StdN W3", "こぶりなゴシック StdN W3", "FP-KoburinaGoStdN-W3", sans-serif;
}
body.is-fixed {
  position: fixed;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  overflow: hidden;
}

main {
  display: block;
}

a {
  color: #3E3A39;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a.touchstart {
  text-decoration: none;
}

@media print, screen and (min-width:813px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  line-height: 1;
  font-weight: normal;
  font-feature-settings: "palt";
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

/* 画像のぼやけをなくす（chrome opera）*/
_::content img, _:future img, body:not(*:root) img {
  image-rendering: -webkit-optimize-contrast;
}

sup {
  font-size: 0.4em;
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* reset form elements */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #3E3A39;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.svg-assets {
  display: none;
}

/* ==========================================================================
    libs
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
    スライド要素の高さを揃える
 */
.slick-track {
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.slick-slide {
  outline: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-controll {
  position: relative;
}
@media print, screen and (min-width:813px) {
  .slick-controll {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  right: 0;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  z-index: 11;
  width: 15px;
  height: 30px;
  top: calc(50% - 10px);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width:813px) {
  .slick-prev,
  .slick-next {
    transition: var(--duration-hover);
  }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.8;
  }
}

.slick-prev {
  background: url(/common/img/ic_slide_prev.svg) no-repeat;
  left: 10px;
}

.slick-next {
  background: url(/common/img/ic_slide_next.svg) no-repeat right center/auto;
  right: 10px;
}

/* Dots */
.slick-dots {
  position: relative;
  z-index: 10;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .slick-dots li {
    margin: 0 3px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button::before {
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  content: "";
  width: 8px;
  height: 8px;
  background: #e2e2e2;
  border-radius: 50%;
  transition-duration: 0.3s;
}
.slick-dots li.slick-active button:before {
  background: #007A59;
  border: none;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .slick-dots {
    margin: 0 !important;
    width: auto;
    margin-left: -20vw;
  }
}

#toc_container {
  display: block !important;
  background-color: #f5f5f5;
  line-height: 1.5;
  padding: 2em 1.5em 2.5em;
  margin: 0 0 6em;
}
@media print, screen and (min-width:813px) {
  #toc_container {
    padding: 2em 2em 3em;
  }
}

#toc_container .toc_title {
  color: #007A59;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 1.5em;
}

#toc_container ul {
  margin: 0;
}

#toc_container ul li {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding-left: 0;
  text-indent: 0;
}
#toc_container ul li:last-child {
  margin-bottom: 0;
}

#toc_container ul a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 1.5em;
}
@media print, screen and (min-width:813px) {
  #toc_container ul a {
    transition: var(--duration-hover);
  }
  #toc_container ul a:hover {
    opacity: 0.75;
  }
}

#toc_container .toc_list > li {
  margin-bottom: 1.5em;
}

#toc_container .toc_list > li > a {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  #toc_container .toc_list > li > a {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  #toc_container .toc_list > li > a {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  #toc_container .toc_list > li > a {
    font-size: 2.07rem;
  }
}

#toc_container ul ul {
  padding: 1em 0 0 1.5em;
}
#toc_container ul ul a {
  padding-left: 2em;
}
@media print, screen and (min-width:813px) {
  #toc_container ul ul {
    padding: 1em 0 0 2em;
  }
}

#toc_container ul ul ul {
  padding: 0.5em 0 0 1.5em;
}
#toc_container ul ul ul a {
  padding-left: 2.6em;
}
@media print, screen and (min-width:813px) {
  #toc_container ul ul ul {
    padding: 0.5em 0 0 2em;
  }
}

#toc_container li {
  margin-bottom: 1.5em;
  padding-bottom: 0.2em;
}
@media print, screen and (min-width:813px) {
  #toc_container li {
    margin-bottom: 1em;
  }
}

#toc_container .toc_number {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-right: 0.5em;
}

#toc_container .toc_list > li > a {
  color: #007A59;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* --------------------------------------------------------------------
  #基本幅レイアウト用wrapper
 */
.l-width-std {
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 340px) {
  .l-width-std {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media print, screen and (min-width:813px) {
  .l-width-std {
    margin-left: auto;
    margin-right: auto;
    /*min-width: $pc_min_w;*/
    max-width: 1400px;
    padding-left: 8.5vw;
    padding-right: 8.5vw;
  }
}
@media screen and (min-width: 1400px) {
  .l-width-std {
    padding-left: 120px;
    padding-right: 120px;
  }
}

/* --------------------------------------------------------------------
  #ページ全体のwrapper
 */
.l-page-wrapper {
  position: relative;
  overflow-x: hidden;
}
.l-page-wrapper img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------------------------
  #メインエリアwrapper
 */
.l-main {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .l-main {
    margin-top: 50px;
  }
}
@media print, screen and (min-width:813px) {
  .l-main {
    margin-top: 70px;
  }
}

/* --------------------------------------------------------------------
  #セカンドユーティリティページレイアウト
 */
.l-second {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media print, screen and (min-width:813px) {
  .l-second {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.l-second.--pd0 {
  padding-bottom: 0;
}

/* --------------------------------------------------------------------
  #セカンドユーティリティページレイアウト
 */
.l-news-single {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media print, screen and (min-width:813px) {
  .l-news-single {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}

/* --------------------------------------------------------------------
  #汎用セクションフォーマット
 */
.l-section {
  margin-bottom: 60px;
}
@media print, screen and (min-width:813px) {
  .l-section {
    margin-bottom: 100px;
  }
}

/* -------------------------------------------------------------------------
	マージン
*/
.l-mb0 {
  margin-bottom: 0px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb0 {
    margin-bottom: 0px !important;
  }
}

.l-mb5 {
  margin-bottom: 4px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb5 {
    margin-bottom: 5px !important;
  }
}

.l-mb10 {
  margin-bottom: 8px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb10 {
    margin-bottom: 10px !important;
  }
}

.l-mb15 {
  margin-bottom: 12px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb15 {
    margin-bottom: 15px !important;
  }
}

.l-mb20 {
  margin-bottom: 16px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb20 {
    margin-bottom: 20px !important;
  }
}

.l-mb25 {
  margin-bottom: 20px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb25 {
    margin-bottom: 25px !important;
  }
}

.l-mb30 {
  margin-bottom: 24px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb30 {
    margin-bottom: 30px !important;
  }
}

.l-mb35 {
  margin-bottom: 28px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb35 {
    margin-bottom: 35px !important;
  }
}

.l-mb40 {
  margin-bottom: 32px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb40 {
    margin-bottom: 40px !important;
  }
}

.l-mb45 {
  margin-bottom: 36px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb45 {
    margin-bottom: 45px !important;
  }
}

.l-mb50 {
  margin-bottom: 40px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb50 {
    margin-bottom: 50px !important;
  }
}

.l-mb55 {
  margin-bottom: 44px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb55 {
    margin-bottom: 55px !important;
  }
}

.l-mb60 {
  margin-bottom: 48px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb60 {
    margin-bottom: 60px !important;
  }
}

.l-mb65 {
  margin-bottom: 52px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb65 {
    margin-bottom: 65px !important;
  }
}

.l-mb70 {
  margin-bottom: 56px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb70 {
    margin-bottom: 70px !important;
  }
}

.l-mb75 {
  margin-bottom: 60px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb75 {
    margin-bottom: 75px !important;
  }
}

.l-mb80 {
  margin-bottom: 64px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb80 {
    margin-bottom: 80px !important;
  }
}

.l-mb85 {
  margin-bottom: 68px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb85 {
    margin-bottom: 85px !important;
  }
}

.l-mb90 {
  margin-bottom: 72px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb90 {
    margin-bottom: 90px !important;
  }
}

.l-mb95 {
  margin-bottom: 76px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb95 {
    margin-bottom: 95px !important;
  }
}

.l-mb100 {
  margin-bottom: 80px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb100 {
    margin-bottom: 100px !important;
  }
}

.l-mb105 {
  margin-bottom: 84px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb105 {
    margin-bottom: 105px !important;
  }
}

.l-mb110 {
  margin-bottom: 88px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb110 {
    margin-bottom: 110px !important;
  }
}

.l-mb115 {
  margin-bottom: 92px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb115 {
    margin-bottom: 115px !important;
  }
}

.l-mb120 {
  margin-bottom: 96px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb120 {
    margin-bottom: 120px !important;
  }
}

.l-mb125 {
  margin-bottom: 100px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb125 {
    margin-bottom: 125px !important;
  }
}

.l-mb130 {
  margin-bottom: 104px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb130 {
    margin-bottom: 130px !important;
  }
}

.l-mb135 {
  margin-bottom: 108px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb135 {
    margin-bottom: 135px !important;
  }
}

.l-mb140 {
  margin-bottom: 112px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb140 {
    margin-bottom: 140px !important;
  }
}

.l-mb145 {
  margin-bottom: 116px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb145 {
    margin-bottom: 145px !important;
  }
}

.l-mb150 {
  margin-bottom: 120px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb150 {
    margin-bottom: 150px !important;
  }
}

.l-mb155 {
  margin-bottom: 124px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb155 {
    margin-bottom: 155px !important;
  }
}

.l-mb160 {
  margin-bottom: 128px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb160 {
    margin-bottom: 160px !important;
  }
}

.l-mb165 {
  margin-bottom: 132px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb165 {
    margin-bottom: 165px !important;
  }
}

.l-mb170 {
  margin-bottom: 136px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb170 {
    margin-bottom: 170px !important;
  }
}

.l-mb175 {
  margin-bottom: 140px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb175 {
    margin-bottom: 175px !important;
  }
}

.l-mb180 {
  margin-bottom: 144px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb180 {
    margin-bottom: 180px !important;
  }
}

.l-mb185 {
  margin-bottom: 148px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb185 {
    margin-bottom: 185px !important;
  }
}

.l-mb190 {
  margin-bottom: 152px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb190 {
    margin-bottom: 190px !important;
  }
}

.l-mb195 {
  margin-bottom: 156px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb195 {
    margin-bottom: 195px !important;
  }
}

.l-mb200 {
  margin-bottom: 160px !important;
}
@media print, screen and (min-width:813px) {
  .l-mb200 {
    margin-bottom: 200px !important;
  }
}

.l-mt0 {
  margin-top: 0px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
}

.l-mt5 {
  margin-top: 4px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt5 {
    margin-top: 5px !important;
  }
}

.l-mt10 {
  margin-top: 8px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt10 {
    margin-top: 10px !important;
  }
}

.l-mt15 {
  margin-top: 12px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt15 {
    margin-top: 15px !important;
  }
}

.l-mt20 {
  margin-top: 16px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt20 {
    margin-top: 20px !important;
  }
}

.l-mt25 {
  margin-top: 20px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt25 {
    margin-top: 25px !important;
  }
}

.l-mt30 {
  margin-top: 24px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt30 {
    margin-top: 30px !important;
  }
}

.l-mt35 {
  margin-top: 28px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt35 {
    margin-top: 35px !important;
  }
}

.l-mt40 {
  margin-top: 32px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt40 {
    margin-top: 40px !important;
  }
}

.l-mt45 {
  margin-top: 36px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt45 {
    margin-top: 45px !important;
  }
}

.l-mt50 {
  margin-top: 40px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt50 {
    margin-top: 50px !important;
  }
}

.l-mt55 {
  margin-top: 44px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt55 {
    margin-top: 55px !important;
  }
}

.l-mt60 {
  margin-top: 48px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt60 {
    margin-top: 60px !important;
  }
}

.l-mt65 {
  margin-top: 52px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt65 {
    margin-top: 65px !important;
  }
}

.l-mt70 {
  margin-top: 56px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt70 {
    margin-top: 70px !important;
  }
}

.l-mt75 {
  margin-top: 60px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt75 {
    margin-top: 75px !important;
  }
}

.l-mt80 {
  margin-top: 64px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt80 {
    margin-top: 80px !important;
  }
}

.l-mt85 {
  margin-top: 68px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt85 {
    margin-top: 85px !important;
  }
}

.l-mt90 {
  margin-top: 72px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt90 {
    margin-top: 90px !important;
  }
}

.l-mt95 {
  margin-top: 76px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt95 {
    margin-top: 95px !important;
  }
}

.l-mt100 {
  margin-top: 80px !important;
}
@media print, screen and (min-width:813px) {
  .l-mt100 {
    margin-top: 100px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .l-ml0-sp {
    margin-left: 0 !important;
  }
  .l-mr0-sp {
    margin-right: 0 !important;
  }
  .l-mr5-sp {
    margin-right: 5px !important;
  }
  .l-mb0-sp {
    margin-bottom: 0 !important;
  }
  .l-mt0-sp {
    margin-top: 0 !important;
  }
  .l-mb5-sp {
    margin-bottom: 5px !important;
  }
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
  .l-mb20-sp {
    margin-bottom: 20px !important;
  }
  .l-mb30-sp {
    margin-bottom: 30px !important;
  }
  .l-mb40-sp {
    margin-bottom: 40px !important;
  }
  .l-mb50-sp {
    margin-bottom: 50px !important;
  }
  .l-mb60-sp {
    margin-bottom: 60px !important;
  }
  .l-mb70-sp {
    margin-bottom: 70px !important;
  }
  .l-mb80-sp {
    margin-bottom: 80px !important;
  }
  .l-mb90-sp {
    margin-bottom: 90px !important;
  }
  .l-mb100-sp {
    margin-bottom: 100px !important;
  }
}
.l-pd5 {
  padding: 5px;
}

.l-pd10 {
  padding: 10px;
}

.l-pd15 {
  padding: 15px;
}

.l-pd20 {
  padding: 20px;
}

.l-pd30 {
  padding: 30px;
}

.l-pd40 {
  padding: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .l-pd5 {
    padding: 3px;
  }
  .l-pd10 {
    padding: 5px;
  }
  .l-pd15 {
    padding: 7px;
  }
  .l-pd20 {
    padding: 10px;
  }
  .l-pd30 {
    padding: 15px;
  }
  .l-pd40 {
    padding: 20px;
  }
}
/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left !important;
}

.l-alignR {
  text-align: right !important;
}

.l-alignC {
  text-align: center !important;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}
/* ==========================================================================
   Module
   ========================================================================== */
/* ====================================================================

#コンテンツヘッダ

*/
/* --------------------------------------------------------------------
  #ヘッダ
 */
.header {
  position: fixed;
  z-index: 110;
  height: 50px;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width:813px) {
  .header {
    height: 70px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .header-inner::before {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s opacity;
  }
  .header-inner.is-active::before {
    visibility: visible;
    content: "";
    display: block;
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 50px;
    background-color: #D6DDD5;
    z-index: 109;
    top: 0;
    left: 0;
    position: fixed;
  }
}

/**
  SP時の固定ヘッダ要素
 */
.header-wrap {
  position: relative;
  background: #fff;
  width: 100%;
  z-index: 110;
}

/**
  メニュートリガーボタン
 */
.header__trigger {
  position: fixed;
  z-index: 111;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.header__trigger .line1,
.header__trigger .line2,
.header__trigger .line3 {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #333;
  transform-origin: 50% 50%;
  transition-duration: 0.2s;
}
.header__trigger .line1 {
  transform: translate3d(0, -5px, 0);
}
.header__trigger .line3 {
  transform: translate3d(0, 5px, 0);
}
.header__trigger.is-active .line1,
.header__trigger.is-active .line2,
.header__trigger.is-active .line3 {
  transition-duration: 0.4s;
}
.header__trigger.is-active .line1 {
  transform: translate3d(0, 2px, 0) rotate(45deg);
}
.header__trigger.is-active .line2 {
  opacity: 0;
}
.header__trigger.is-active .line3 {
  transform: translate3d(0, -2px, 0) rotate(-45deg);
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .header__trigger.is-active {
    background: none;
  }
}
@media print, screen and (min-width:813px) {
  .header__trigger {
    width: 70px;
    height: 70px;
    top: 0;
    right: 20px;
    transition-duration: var(--duration-hover);
  }
  .header__trigger .line1,
  .header__trigger .line2,
  .header__trigger .line3 {
    width: 28px;
    height: 2px;
  }
  .header__trigger .line1 {
    transform: translate3d(0, -8px, 0);
  }
  .header__trigger .line2 {
    transform: translate3d(0, 0px, 0);
  }
  .header__trigger .line3 {
    transform: translate3d(0, 8px, 0);
  }
  .header__trigger.is-active {
    background: none;
  }
  .header__trigger.is-active .line1 {
    transform: translate3d(0, 2px, 0) rotate(45deg);
  }
  .header__trigger.is-active .line3 {
    transform: translate3d(0, -2px, 0) rotate(-45deg);
  }
}

.header__ci {
  position: absolute;
  z-index: 110;
  width: 140px;
  top: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__ci img {
  width: 114px;
}
@media only screen and (max-width: 340px) {
  .header__ci {
    width: 120px;
  }
  .header__ci img {
    width: 102px;
  }
}
@media print, screen and (min-width:813px) {
  .header__ci {
    width: 220px;
    height: 70px;
  }
  .header__ci img {
    width: 150px;
  }
}

/**
  ドロワーコンテナ（SP時メニューのボディ）
 */
.header-menu {
  display: none;
  position: fixed;
  z-index: 108;
  height: 100%;
  background: #D6DDD5;
  top: 0;
  left: 0;
  width: 100vw;
}
.header-menu.is-beforeEnter {
  display: block;
  opacity: 0;
}
.header-menu.is-active {
  display: block;
  transition: 0.5s opacity;
  opacity: 1;
}
.header-menu.is-fadeOut {
  display: block;
  opacity: 0;
  transition: 0.3s opacity;
}
.header-menu-inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 50px;
}
@media print, screen and (min-width:813px) {
  .header-menu-inner {
    padding-top: 110px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}

/**
  検索ボタン
 */
/*.header__sbtn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 50px;
  right: 60px;
  @include mq-pc {
    width: 50px;
    height: 70px;
    right: 90px;

  }
}

.header__sbtn-icon {
  width: 28px;
  stroke: #3E3A39;
  @include mq-pc {
    width: 28px;
  }
}*/
/**
  販売店ボタン
 */
.header__seller {
  position: absolute;
  z-index: 110;
  width: 140px;
  right: 65px;
  top: 13px;
}
@media only screen and (max-width: 340px) {
  .header__seller {
    width: 130px;
    right: 60px;
  }
}
@media print, screen and (min-width:813px) {
  .header__seller {
    width: 180px;
    right: 265px;
    top: 19px;
  }
}

.header__seller-inner {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #007A59;
  border-radius: 3px;
  height: 24px;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  color: #007A59;
}
.header__seller-inner .icon-arrow {
  width: 18px;
  margin-left: 10px;
  stroke: #007A59;
  display: none;
}
@media only screen and (max-width: 340px) {
  .header__seller-inner {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width:813px) {
  .header__seller-inner {
    height: 32px;
    font-size: 1.6rem;
  }
  .header__seller-inner .icon-arrow {
    width: 30px;
    margin-left: 10px;
    display: none;
  }
}

/**
  グロナビコンテナ
 */
.header-container1 {
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .header-container1 {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
}

.header-container2 {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .header-container2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:813px) {
  .header-container2 {
    display: flex;
    justify-content: space-between;
  }
}

.header-container3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:813px) {
  .header-container3 {
    display: none;
  }
}

/**
  gnav1
 */
.header-gnav1 {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:813px) {
  .header-gnav1 {
    width: 48%;
  }
}

.header-gnav1-item {
  border-radius: 2px;
  overflow: hidden;
  width: 48%;
  margin-right: 4%;
}
.header-gnav1-item:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 4%;
}
.header-gnav1__pict {
  position: relative;
}
.header-gnav1__pict::before {
  float: left;
  content: "";
  padding-top: 57.5%;
}
.header-gnav1__pict::after {
  display: block;
  content: "";
  clear: both;
}
.header-gnav1__pict > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-gnav1__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width:813px) {
  .header-gnav1__pict {
    position: relative;
  }
  .header-gnav1__pict::before {
    float: left;
    content: "";
    padding-top: 50%;
  }
  .header-gnav1__pict::after {
    display: block;
    content: "";
    clear: both;
  }
  .header-gnav1__pict > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.header-gnav1__heading {
  font-size: 1.3rem;
  background-color: #EFEFEF;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.2;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  border-radius: 0 0 2px 2px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .header-gnav1__heading {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .header-gnav1__heading {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .header-gnav1__heading {
    font-size: 1.61rem;
  }
}
.header-gnav1__heading > small {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .header-gnav1__heading > small {
    font-size: clamp(1.1rem, 1.719vw, 1.4rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .header-gnav1__heading > small {
    font-size: 1.1rem;
    font-size: clamp(0.968rem, 0.84vw, 1.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .header-gnav1__heading > small {
    font-size: 1.265rem;
  }
}
@media print, screen and (min-width:813px) {
  .header-gnav1__heading {
    min-height: 36px;
    flex-direction: row;
  }
  .header-gnav1__heading span {
    display: inline-block;
    margin-left: 0.4em;
  }
}

/**
  gnav2
 */
@media print, screen and (min-width:813px) {
  .header-gnav2 {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .header-gnav2-item {
    border-bottom: 2px solid #EFEFEF;
  }
  .header-gnav2-item > a, .header-gnav2-item > span {
    display: flex;
  }
}
@media print, screen and (min-width:813px) {
  .header-gnav2-item {
    border-radius: 2px;
    width: 48%;
    margin-right: 4%;
  }
  .header-gnav2-item > a, .header-gnav2-item > span {
    display: block;
    background-color: #efefef;
  }
  .header-gnav2-item:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.header-gnav2__pict svg {
  width: 68px;
  height: 54px;
  fill: #007A59;
}
.header-gnav2__pict > span {
  display: block;
}
@media print, screen and (min-width:813px) {
  .header-gnav2__pict {
    /*background-color: #efefef;*/
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-gnav2__pict::before {
    float: left;
    content: "";
    padding-top: 50%;
  }
  .header-gnav2__pict::after {
    display: block;
    content: "";
    clear: both;
  }
  .header-gnav2__pict > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header-gnav2__pict svg {
    width: 160px;
    height: 110px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .header-gnav2__pict svg {
    width: 12vw;
    height: 8vw;
  }
}

.header-gnav2__heading {
  position: relative;
  z-index: 2;
  display: flex;
  font-size: 1.3rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.2;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .header-gnav2__heading {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .header-gnav2__heading {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .header-gnav2__heading {
    font-size: 1.61rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .header-gnav2__heading {
    align-items: center;
    padding-left: 10px;
  }
}
@media print, screen and (min-width:813px) {
  .header-gnav2__heading {
    align-items: center;
    justify-content: center;
    text-align: center;
    /*background-color: #efefef;*/
    min-height: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .header-gnav2__heading {
    transform: translateY(-5px);
  }
}

@media print, screen and (min-width:813px) {
  .header-gnav2__heading.--line2 {
    min-height: 46px;
    margin-top: -10px;
  }
}

/**
  orec channelボタン
 */
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .header__channel {
    margin-left: -15px;
    margin-right: -8px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:813px) {
  .header__channel {
    width: calc(30% + 20px);
    margin-left: -16px;
    margin-top: -5px;
  }
}

/**
  gnav3
 */
.header-gnav3 {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:813px) {
  .header-gnav3 {
    width: calc(70% - 40px);
    justify-content: space-between;
  }
}

.header-gnav3-item {
  border-radius: 2px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .header-gnav3-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .header-gnav3-item > a, .header-gnav3-item > span {
    display: flex;
  }
  .header-gnav3-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:813px) {
  .header-gnav3-item {
    width: 23%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .header-gnav3__pict {
    width: 65px;
  }
}

.header-gnav3__heading {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  background-color: #efefef;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .header-gnav3__heading {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .header-gnav3__heading {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .header-gnav3__heading {
    font-size: 1.61rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .header-gnav3__heading {
    text-align: center;
    width: calc(100% - 65px);
  }
}
@media only screen and (max-width: 340px) {
  .header-gnav3__heading {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width:813px) {
  .header-gnav3__heading {
    min-height: 36px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .header-gnav3__heading {
    font-size: 1.1rem;
  }
}

/**
  検索エリア
 */
.header-searchbox {
  width: 280px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width:813px) {
  .header-searchbox {
    width: 330px;
    margin: 0 0 40px auto;
  }
}

/**
  SNS
 */
.header__sns {
  display: flex;
  margin-right: 25px;
}

.header__sns > li {
  width: 30px;
  margin-right: 3px;
}
.header__sns > li:last-child {
  margin-right: 0;
}

.header__lang-en {
  background-color: #efefef;
  border-radius: 20px;
  width: 130px;
  font-size: 1.1rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
.header__lang-en > a, .header__lang-en > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.header__lang-en small {
  margin-right: 0.4em;
}
@media print, screen and (min-width:813px) {
  .header__lang-en {
    display: none;
  }
}

.header__lang-en.--pc {
  display: none;
}
@media print, screen and (min-width:813px) {
  .header__lang-en.--pc {
    position: fixed;
    display: block;
    z-index: 111;
    top: 19px;
    right: 110px;
    font-size: 1.6rem;
  }
  .header__lang-en.--pc small {
    font-size: 1.2rem;
  }
}

.header-gray .header {
  background-color: #F4F4F4;
}

/* ====================================================================

  #フッタ

 */
.footer {
  padding: 20px 0 50px;
}
@media print, screen and (min-width:813px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0 80px;
  }
}

@media print, screen and (min-width:813px) {
  .footer-container {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1240px) {
  .footer-container {
    display: block;
  }
}

.footer-container2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .footer-container2 {
    margin-bottom: 20px;
  }
}

/**
  ユーティリティ
 */
.footer__util {
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .footer__util {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.footer__util > li {
  font-size: 1.1rem;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #595757;
}
@media print, screen and (min-width:813px) {
  .footer__util > li {
    font-size: 1.2rem;
    margin-right: 26px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 813px) and (max-width: 980px) {
  .footer__util > li {
    margin-right: 10px;
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width:813px) {
  .footer__util-divitem::after {
    content: "|";
    margin-left: 26px;
  }
}

/**
  SNS nav
 */
.footer__sns {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .footer__sns {
    margin-right: 25px;
  }
}

.footer__sns > li {
  width: 30px;
}
.footer__sns > li:nth-child(3) {
  margin-left: 0.2rem;
}
.footer__sns > li:nth-child(4) {
  margin-left: 0.4rem;
}
@media print, screen and (min-width:813px) {
  .footer__sns > li {
    width: 34px;
    margin-right: 3px;
  }
  .footer__sns > li:nth-child(3) {
    margin-left: 0.2rem;
  }
  .footer__sns > li:nth-child(4) {
    margin-left: 0.3rem;
  }
  .footer__sns > li:last-child {
    margin-right: 0;
  }
}

/**
  言語nav
 */
@media print, screen and (min-width:813px) {
  .footer__lang {
    margin-left: 30px;
  }
}

.footer__lang > li {
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .footer__lang > li {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .footer__lang > li {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .footer__lang > li {
    font-size: 1.84rem;
  }
}
.footer__lang > li a {
  color: #595757;
}
.footer__copyright {
  display: block;
  color: #595757;
  text-align: center;
  font-size: 1.1rem;
}

.bottom-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .bottom-nav {
    padding: 15px 15px 11px 15px;
    background-color: #D7DED6;
  }
}
@media print, screen and (min-width:813px) {
  .bottom-nav {
    border-top: 4px solid #fff;
  }
}

.bottom-nav-item {
  width: calc(50% - 4px);
}
.bottom-nav-item svg {
  fill: #007A59;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .bottom-nav-item {
    background-color: #F4F4F4;
    border-radius: 3px;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width:813px) {
  .bottom-nav-item {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
}

.bottom-nav-item-inner {
  position: relative;
  display: flex;
  color: #007A59;
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .bottom-nav-item-inner {
    padding: 15px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 340px) {
  .bottom-nav-item-inner {
    padding: 10px 10px 0;
  }
}
@media print, screen and (min-width:813px) {
  .bottom-nav-item-inner {
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #D7DED6;
  }
  .bottom-nav-item-inner::before {
    float: left;
    content: "";
    padding-top: 30%;
  }
  .bottom-nav-item-inner::after {
    display: block;
    content: "";
    clear: both;
  }
  .bottom-nav-item-inner > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1500px) {
  .bottom-nav-item-inner {
    height: 180px;
  }
}

@media print, screen and (min-width:813px) {
  .bottom-nav-item-wrap {
    display: flex;
    margin-left: -10%;
    align-items: center;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .bottom-nav-item__icon {
    display: block;
    width: 26vw;
    height: 22vw;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:813px) {
  .bottom-nav-item__icon {
    width: 9vw;
    max-width: 135px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .bottom-nav-item__icon.--maintenance {
    transform: translateX(1vw);
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .bottom-nav-item__icon.--contact {
    transform: scale(0.93);
  }
}

.bottom-nav-item__label {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .bottom-nav-item__label {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .bottom-nav-item__label {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .bottom-nav-item__label {
    font-size: 2.07rem;
  }
}
.bottom-nav-item__label > small {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .bottom-nav-item__label > small {
    font-size: clamp(1.1rem, 1.719vw, 1.4rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .bottom-nav-item__label > small {
    font-size: 1.3rem;
    font-size: clamp(1.144rem, 0.993vw, 1.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .bottom-nav-item__label > small {
    font-size: 1.495rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .bottom-nav-item__label {
    text-align: center;
    border-top: 1px solid #007A59;
    min-height: 70px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /*    .parts-list {
          display: inline-block;
          margin-top: .3em;
        }*/
  }
}
@media only screen and (max-width: 340px) {
  .bottom-nav-item__label {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:813px) {
  .bottom-nav-item__label {
    flex: 1;
    text-align: center;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .bottom-nav-item__label.--small {
    font-size: 1.3rem;
    padding-top: 6px;
  }
}

.bottom-nav-item__arrow {
  display: none;
}
@media print, screen and (min-width:813px) {
  .bottom-nav-item__arrow {
    display: block;
    position: absolute;
    stroke: #3E3A39;
    width: 30px;
    height: 8px;
    right: 50px;
    top: calc(50% - 4px);
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .bottom-nav-item__arrow {
    right: 30px;
  }
}

/**
  ナビを隠すためのラップ
 */
.bottom-nav-hidden {
  display: none;
}

/* --------------------------------------------------------------------
  #NEWS &TOPICS のインデックスリスト
 */
.news-list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .news-list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 7%;
  }
  .news-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:813px) {
  .news-list-item {
    width: 22%;
    margin-right: 4%;
  }
  .news-list-item:nth-child(4n) {
    margin-right: 0;
  }
}

.news-list__category {
  border: 1px solid #007A59;
  border-radius: 3px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007A59;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .news-list__category {
    margin-bottom: 15px;
    height: 22px;
    font-size: 1.5rem;
  }
}

.news-list__pict {
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  width: 100%;
}
.news-list__pict picture {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--duration-hover);
}
.news-list__pict picture::before {
  float: left;
  content: "";
  padding-top: 66.67%;
}
.news-list__pict picture::after {
  display: block;
  content: "";
  clear: both;
}
.news-list__pict picture > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list__info {
  position: relative;
  background-color: #efefef;
  border-radius: 0 0 3px 3px;
  padding: 9px 9px 32px;
}
@media print, screen and (min-width:813px) {
  .news-list__info {
    padding: 15px 15px 32px;
  }
}

.news-list__title {
  font-size: 1.4rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .news-list__title {
    font-size: 1.6rem;
  }
}

.news-list__date {
  position: absolute;
  left: 9px;
  bottom: 9px;
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .news-list__date {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .news-list__date {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .news-list__date {
    font-size: 1.61rem;
  }
}
@media print, screen and (min-width:813px) {
  .news-list__date {
    left: 15px;
    bottom: 15px;
  }
}

.table-wrap {
  margin-bottom: 80px;
  /*  @include mq-sp {
      overflow: auto;
    }*/
}
@media print, screen and (min-width:813px) {
  .table-wrap {
    margin-bottom: 120px;
  }
}

/* ==========================================================================

	#アコーディオンモジュール

 */
.prg-accr-trigger {
  cursor: pointer;
}
.prg-accr-trigger .icon-arrow {
  transition: 0s !important;
}

@media print, screen and (min-width:813px) {
  .prg-accr-trigger.btn-b.is-active .icon-arrow {
    transform: rotate(180deg) !important;
  }
  .prg-accr-trigger.btn-b.is-active:hover .icon-arrow {
    transform: translate3d(0, 0, 0) rotate(180deg) !important;
  }
}

.prg-accr-trigger.btn-b:hover .btn-inner:not(.active) .icon-arrow {
  transform: translate3d(0, 0, 0) !important;
}

.prg-accr-trigger.is-active.btn-b:hover .btn-inner:not(.active) .icon-arrow {
  transform: translate3d(0, 0, 0) rotate(180deg) !important;
}

.prg-accr-content {
  display: none;
}

.prg-sp-accr-trigger {
  cursor: pointer;
}
.prg-sp-accr-trigger .icon-arrow {
  transition-duration: 0.3s;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .prg-sp-accr-content {
    display: none;
  }
}

@media print, screen and (min-width:813px) {
  .anchor {
    display: flex;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .anchor > li {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width:813px) {
  .anchor > li {
    width: 100%;
  }
  .anchor > li:last-child {
    margin-right: 0;
  }
}

@media print, screen and (min-width:813px) {
  .anchor.--col2 > li {
    width: 49%;
    margin-right: 2%;
  }
}

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

.pagination .prev,
.pagination .next {
  height: 2.6rem;
  width: 2.6rem;
  margin: 0 1.2rem;
  font-size: 0;
  background: url(../img/ic_slide_prev.svg) no-repeat center center/contain;
}
.pagination .prev.is-disabled,
.pagination .next.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}
@media print, screen and (min-width:813px) {
  .pagination .prev,
  .pagination .next {
    margin: 0 3rem;
    height: 4.6rem;
    width: 4.6rem;
    transition: var(--duration-hover);
  }
  .pagination .prev:hover,
  .pagination .next:hover {
    opacity: 0.75;
  }
}

.pagination .next {
  background-image: url(../img/ic_slide_next.svg);
}

.pagination > .page-numbers > li.disabled {
  pointer-events: none;
  visibility: hidden;
}

.page-numbers {
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  color: #007A59;
  width: 2.4rem;
  height: 2.6rem;
}
@media print, screen and (min-width:813px) {
  .page-numbers {
    width: 4.4rem;
    height: 4.6rem;
    padding: 1rem;
    font-size: 2rem;
  }
  .page-numbers .page-numbers:not(.current) {
    transition: var(--duration-hover);
  }
  .page-numbers .page-numbers:not(.current):hover {
    opacity: 0.75;
  }
}

.page-numbers .page-numbers.current {
  background-color: #007A59;
  border-radius: 0.6rem;
  color: #fff;
}

.searchbox {
  height: 32px;
  display: flex;
}
.searchbox form {
  display: flex;
}
@media print, screen and (min-width:813px) {
  .searchbox {
    height: 34px;
  }
}

.searchbox__input {
  background-color: #fff;
  font-size: 1.6rem;
  border-radius: 20px 0 0 20px;
  width: 230px;
  padding: 0 10px !important;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .searchbox__input {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .searchbox__input {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .searchbox__input {
    font-size: 1.84rem;
  }
}
.searchbox__input::-moz-placeholder {
  color: #B5B5B6;
  font-family: sans-serif;
}
.searchbox__input:-ms-input-placeholder {
  color: #B5B5B6;
  font-family: sans-serif;
}
.searchbox__input::placeholder {
  color: #B5B5B6;
  font-family: sans-serif;
}
.searchbox__input::-webkit-search-cancel-button {
  -webkit-appearance: none; /* デフォルトのサーチキャンセルボタンを非表示にする場合 */
  cursor: pointer;
  background-image: url(/common/img/ic_clear.svg); /* デフォルトのサーチキャンセルボタンを非表示にすること */
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 0;
  width: 12px;
  height: 12px;
}
@media print, screen and (min-width:813px) {
  .searchbox__input {
    width: 270px;
    padding: 0 12px !important;
    height: 34px !important;
  }
}

.searchbox__btn {
  width: 50px;
  background-color: #666564;
  border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchbox__btn img {
  width: 18px;
  height: 16px;
}
@media print, screen and (min-width:813px) {
  .searchbox__btn {
    cursor: pointer;
    width: 60px;
    height: 34px;
  }
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
}

.tagcloud > li {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.tagcloud > li > a,
.tagcloud > li > span {
  font-size: 1.2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  display: block;
  background-color: #D6DDD5;
  padding: 0.75em 1em;
  border-radius: 0.2em;
  transition: var(--duration-hover);
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .tagcloud > li > a,
  .tagcloud > li > span {
    font-size: clamp(1.2rem, 1.875vw, 1.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .tagcloud > li > a,
  .tagcloud > li > span {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width: 1441px) {
  .tagcloud > li > a,
  .tagcloud > li > span {
    font-size: 1.725rem;
  }
}
@media print, screen and (min-width:813px) {
  .tagcloud > li {
    margin-bottom: 0.75em;
    margin-right: 0.75em;
  }
  .tagcloud > li > a,
  .tagcloud > li > span {
    padding: 0.75em 1.5em;
  }
  .tagcloud > li > a:hover {
    background-color: #007A59;
    color: #fff;
  }
}

/* ====================================================================

  #見出しモジュール

 */
/* --------------------------------------------------------------------
  # ページタイトル
 */
.heading-page {
  position: absolute;
  left: -30px;
  z-index: 2;
  padding: 4px 30px 4px 50px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 7vw;
}
.heading-page::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #007A59;
  top: 0;
  left: 0;
  border-radius: 3px;
  transform: skewX(-27deg);
}
@media print, screen and (min-width:813px) {
  .heading-page {
    top: 5vw;
    height: 54px;
    padding: 0 40px 0 70px;
  }
}

.heading-page a {
  color: #fff !important;
}

@media print, screen and (min-width:813px) {
  .heading-page.--second {
    top: 50px;
  }
}

.heading-page__label {
  position: relative;
  z-index: 3;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.085em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .heading-page__label {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .heading-page__label {
    font-size: 2.2rem;
    font-size: clamp(1.936rem, 1.681vw, 2.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .heading-page__label {
    font-size: 2.53rem;
  }
}

.heading-page.--recruit-about::after {
  background-color: #39b14a;
}

.heading-page.--recruit-gradu::after {
  background-color: #24b7bd;
}

.heading-page.--recruit-mid::after {
  background-color: #006fac;
}

/**
  product 詳細ページロゴ見出し
  共通見出し .heading-page を元に上書きする
 */
.heading-page.--logo img {
  height: 40px;
}
@media print, screen and (min-width:813px) {
  .heading-page.--logo img {
    height: 50px;
  }
}

/* --------------------------------------------------------------------
  # 中身出し　左に斜めオビ
 */
.heading1 {
  position: relative;
  /*margin-bottom: 60px;*/
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.5;
  display: flex;
  padding-left: 10px;
}
.heading1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 14px;
  background-color: #007A59;
  transform: skewX(-27deg);
  left: -100px;
  top: 3px;
}
@media only screen and (max-width: 340px) {
  .heading1 {
    padding-left: 25px;
  }
  .heading1::before {
    left: -85px;
  }
}
@media print, screen and (min-width:813px) {
  .heading1 {
    /*margin-bottom: 120px;*/
    padding-left: 0;
  }
  .heading1::before {
    width: 2000px;
    height: 14px;
    top: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .heading1::before {
    top: 7px;
  }
}
@media screen and (min-width: 813px) {
  .heading1 {
    padding-left: 120px;
  }
  .heading1::before {
    left: -1900px;
  }
}

.heading1__en {
  position: relative;
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  padding-right: 15px;
  margin-right: 15px;
  letter-spacing: 0.085em;
  white-space: nowrap;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .heading1__en {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .heading1__en {
    font-size: 1.7rem;
    font-size: clamp(1.496rem, 1.299vw, 1.9rem);
  }
}
@media screen and (min-width: 1441px) {
  .heading1__en {
    font-size: 1.955rem;
  }
}
.heading1__en::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 17px;
  background-color: #3E3A39;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .heading1__en {
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 340px) {
  .heading1__en {
    font-size: 1.3rem;
    margin-right: 10px;
    padding-right: 10px;
  }
}

.heading1__jp {
  display: flex;
  white-space: nowrap;
  font-size: 1.4rem;
  align-items: center;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .heading1__jp {
    font-size: clamp(1.4rem, 2.188vw, 1.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .heading1__jp {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .heading1__jp {
    font-size: 1.84rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .heading1__jp {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 340px) {
  .heading1__jp {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .heading1__jp.--indent {
    text-indent: -1em;
    padding-left: 1em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .heading1.--sp2line {
    display: block;
  }
  .heading1.--sp2line .heading1__en::after {
    position: relative;
    margin-left: 12px;
  }
}

@media print, screen and (min-width:813px) {
  .heading1-wrap {
    background-color: #F4F4F4;
    padding: 60px 0 20px;
  }
}

/* --------------------------------------------------------------------
  # 見出し　下に緑ボーダー
 */
.heading2 {
  text-align: center;
}
.heading2 > span {
  display: inline-block;
  line-height: 1.4;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  border-bottom: 3px solid #007A59;
  font-size: 2rem;
  padding: 0 1em 0.4em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .heading2 > span {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .heading2 > span {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .heading2 > span {
    font-size: 3.45rem;
  }
}

.heading2.--fit-border > span {
  display: block;
}

/* --------------------------------------------------------------------
  # 見出し　太文字センタリング
 */
.heading3 {
  font-size: 2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .heading3 {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .heading3 {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .heading3 {
    font-size: 3.45rem;
  }
}

/* --------------------------------------------------------------------
  # 見出し　下層ユーティリティページタイトル　緑ボーダー
 */
.heading4 {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #007A59;
  line-height: 1.5;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .heading4 {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .heading4 {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .heading4 {
    font-size: 3.45rem;
  }
}

.heading4.--no-border {
  border: none;
}

/* --------------------------------------------------------------------
  # 見出し　下層ユーティリティページタイトル　緑ボーダー
 */
.heading-result {
  text-align: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  color: #007A59;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .heading-result {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .heading-result {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .heading-result {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width:813px) {
  .heading-result {
    margin-bottom: 60px;
  }
}

.heading4.--no-border {
  border: none;
}

.form-w1 {
  width: 30%;
  max-width: 60px;
}
@media print, screen and (min-width:813px) {
  .form-w1 {
    width: 20%;
    max-width: 100px;
  }
}

.form-w2 {
  width: 100%;
}
@media print, screen and (min-width:813px) {
  .form-w2 {
    width: 40%;
  }
}

.form-w3 {
  width: 100%;
}
@media print, screen and (min-width:813px) {
  .form-w3 {
    width: 60%;
  }
}

.form-w4 {
  width: 100%;
}
@media print, screen and (min-width:813px) {
  .form-w4 {
    width: 80%;
  }
}

.form-w5 {
  width: 100%;
}
@media print, screen and (min-width:813px) {
  .form-w5 {
    width: 100%;
  }
}

.form-textarea {
  height: 10rem;
}
@media print, screen and (min-width:813px) {
  .form-textarea {
    height: 20rem;
  }
}

.input-list > li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 2;
}
@media print, screen and (min-width:813px) {
  .input-list > li {
    margin-right: 1.5rem;
  }
}

.form-require {
  color: #ff0000;
  font-size: 1.1rem;
  margin-left: 0.5rem;
}
@media print, screen and (min-width:813px) {
  .form-require {
    font-size: 1.4rem;
  }
}

.form-buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.form-buttons > li {
  margin-right: 2rem;
}
.form-buttons > li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width:813px) {
  .form-buttons {
    margin-top: 4rem;
  }
  .form-buttons > li {
    margin-right: 4rem;
  }
}

/* --------------------------------------------------------------------
  #input
 */
input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input),
textarea {
  height: 32px;
  font-size: 1.6rem;
  align-items: center;
  background: #fff;
  padding: 6px;
  font-family: sans-serif;
}
input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input)::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-family: sans-serif;
}
input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-family: sans-serif;
}
input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input)::placeholder,
textarea::placeholder {
  color: #ccc;
  font-size: 1.6rem;
  font-family: sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input),
  textarea {
    height: 32px;
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input)::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input):-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  input:not([type=radio]):not([type=submit], [type=button]):not([type=file]):not(.header-search__input)::placeholder,
  textarea::placeholder {
    font-size: 1.6rem;
  }
}

textarea {
  height: initial;
  padding: 0.5em;
}

.glsr-default form.glsr-form textarea.glsr-textarea {
  padding: 0.5em !important;
  font-size: 1.6rem !important;
}

:root {
  --glsr-input-px: 0.5em !important;
}

/* --------------------------------------------------------------------
  #チェックボックス
 */
input[type=checkbox] {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  width: 20px;
  border-radius: 4px;
  margin: 0 8px 0 0;
  background: #f5f5f5;
  padding: 0 !important;
  height: 20px !important;
}

input[type=checkbox]:checked {
  /*position: absolute;*/
}
input[type=checkbox]:checked::before, input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 3px;
  background-color: #3E3A39;
}
input[type=checkbox]:checked::before {
  transform: rotate(45deg);
  top: 10px;
  left: 3px;
}
input[type=checkbox]:checked::after {
  transform: rotate(-45deg);
  width: 14px;
  top: 9px;
  left: 5px;
}

/* --------------------------------------------------------------------
  #ラジオボタン
 */
label {
  cursor: pointer;
}

input[type=radio] {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 0.3em;
  background: #fff;
  transform: translateY(-0.1em);
}

input[type=radio]:checked {
  position: relative;
  /*  &::after {
      width: 8px;
      height: 8px;
      left: 4px;
      top: 4px;
      background: #fff;
    }*/
}
input[type=radio]:checked::before, input[type=radio]:checked::after {
  position: absolute;
  font-size: 14px;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  background: #666;
  content: "";
  border-radius: 50%;
}

/* --------------------------------------------------------------------
  #select
 */
.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  pointer-events: none;
  right: 0;
  top: 0;
  background: url(/common/img/ic_down.svg) no-repeat center center/14px auto;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .select-wrap {
    width: 200px;
  }
}
@media print, screen and (min-width:813px) {
  .select-wrap::after {
    width: 40px;
    height: 32px;
  }
}

select {
  height: 32px;
  width: 100%;
  letter-spacing: 0.05em;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #007A59;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #000;
}
@media print, screen and (min-width:813px) {
  select {
    height: 32px;
  }
}

.form-area {
  position: relative;
  background-color: #EBEBEB;
  padding: 40px 0;
  margin-bottom: 40px;
}
@media print, screen and (min-width:813px) {
  .form-area {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}

.form-wrap {
  background-color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .form-wrap {
    margin: 0 calc((100vw - 100%) / -2);
    padding: 4rem 30px;
  }
}
@media print, screen and (min-width:813px) {
  .form-wrap {
    padding: 6rem 4rem;
  }
}

.form__heading {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .form__heading {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .form__heading {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .form__heading {
    font-size: 2.07rem;
  }
}
/* --------------------------------------------------------------------
  #table
 */
.form-table > dt, .form-table > dd {
  margin-bottom: 10px;
  line-height: 1.5;
  display: block;
}
.form-table > dt {
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .form-table > dt {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .form-table > dt {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .form-table > dt {
    font-size: 2.07rem;
  }
}
.form-table > dd {
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .form-table > dd {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .form-table > dd {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .form-table > dd {
    font-size: 2.07rem;
  }
}
.form-table .required {
  color: #EA1C24;
}
.form-table .error input,
.form-table .error textarea {
  background-color: #ffdddd !important;
  border: 1px solid #ff7777;
}
.form-table .note {
  font-size: 1.3rem;
  line-height: 1.3;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .form-table .note {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .form-table .note {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .form-table .note {
    font-size: 1.61rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .form-table .note {
    display: block;
    margin-top: 1em;
  }
}
@media print, screen and (min-width:813px) {
  .form-table input + .note {
    margin-left: 1em;
  }
}
.form-table .error b {
  display: block;
  color: #EA1C24;
  margin-top: 1em;
  line-height: 1.3;
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .form-table .error b {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .form-table .error b {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .form-table .error b {
    font-size: 1.61rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .form-table > dd {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width:813px) {
  .form-table {
    display: flex;
    flex-wrap: wrap;
  }
  .form-table > dt {
    width: 25%;
    min-height: 32px;
    display: flex;
    padding-top: 7px;
  }
  .form-table > dd {
    width: 75%;
    padding-top: 5px;
  }
  .form-table > dt, .form-table > dd {
    margin-bottom: 40px;
  }
}

.form-btns {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .form-btns {
    flex-direction: column;
    align-items: center;
  }
  .form-btns > li {
    width: 80%;
    margin-bottom: 15px;
  }
  .form-btns > li:last-child {
    margin-bottom: 0;
  }
  .form-btns > li .btn-a,
  .form-btns > li .btn-b {
    width: 100%;
  }
}
@media print, screen and (min-width:813px) {
  .form-btns {
    margin: 80px 0 0;
  }
  .form-btns > li {
    margin-right: 20px;
  }
  .form-btns > li:last-child {
    margin-right: 0;
  }
  .form-btns > li .btn-a,
  .form-btns > li .btn-b {
    min-width: 300px;
  }
}

/* ====================================================================

  #ボタンモジュール
  style設定クラスは > .btn-inner を内包する
  ex)
  <div class="some-btn">
  <p class="btn-style-a">
    <a class="btn-inner" href="hoge">ボタン</a>
  </p>
  </div>

 */
.btn-inner {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
}

/* --------------------------------------------------------------------
  #ボタン A - グレーボタン　右矢印
 */
.btn-a .btn-inner {
  overflow: hidden;
}
.btn-a .btn-inner {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  border-radius: 3px;
  background-color: #666464;
  height: 44px;
}
.btn-a .btn-inner .icon-arrow {
  position: absolute;
  right: 8px;
  fill: none;
  top: calc(50% - 2.5px);
  width: 24px;
  height: 5px;
  stroke: #fff;
}
@media print, screen and (min-width:813px) {
  .btn-a .btn-inner {
    /*height: 28px;*/
    height: 46px;
  }
  .btn-a .btn-inner .icon-arrow {
    right: 15px;
    width: 30px;
    height: 6px;
    top: calc(50% - 3px);
  }
}

.btn-a.--size2 .btn-inner {
  height: 32px;
}
@media print, screen and (min-width:813px) {
  .btn-a.--size2 .btn-inner {
    height: 46px;
  }
}

/* --------------------------------------------------------------------
  #ボタン B - グレーボタン　右矢印
 */
.btn-b .btn-inner {
  overflow: hidden;
}
.btn-b .btn-inner {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  color: #007A59;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #007A59;
  height: 44px;
}
.btn-b .btn-inner .icon-arrow {
  position: absolute;
  right: 8px;
  fill: none;
  top: calc(50% - 2.5px);
  width: 24px;
  height: 5px;
  stroke: #007A59;
}
@media print, screen and (min-width:813px) {
  .btn-b .btn-inner {
    /*height: 28px;*/
    height: 46px;
    font-size: 2rem;
  }
  .btn-b .btn-inner .icon-arrow {
    right: 15px;
    width: 30px;
    height: 6px;
    top: calc(50% - 3px);
  }
}

/* --------------------------------------------------------------------
  #フォームボタンーsubmit
 */
.btn-submit .btn-inner {
  overflow: hidden;
}
.btn-submit .btn-inner {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007A59;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #007A59;
  height: 32px;
  min-width: 100px;
}
@media print, screen and (min-width:813px) {
  .btn-submit .btn-inner {
    height: 40px;
    padding: 0 20px;
  }
}

.btn-a.--arrow-only .icon-arrow,
.btn-b.--arrow-only .icon-arrow {
  position: relative;
  right: auto;
  top: auto;
  width: 30px;
  height: 12px;
}

.second-intro {
  position: relative;
  padding: 50px 0;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .second-intro {
    margin: 0 30px;
  }
}
@media print, screen and (min-width:813px) {
  .second-intro {
    padding: 80px 5vw;
  }
}

.second-intro.--recruit-about {
  margin-bottom: -60px;
}
@media print, screen and (min-width:813px) {
  .second-intro.--recruit-about {
    margin-bottom: -60px;
  }
}

.second__catch {
  text-align: center;
  font-size: 2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .second__catch {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .second__catch {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .second__catch {
    font-size: 3.45rem;
  }
}
@media print, screen and (min-width:813px) {
  .second__catch {
    margin-bottom: 40px;
  }
}

/**
  ユーティリティページスタイル
 */
.second-utility p, .second-utility li {
  line-height: 1.75;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .second-utility p, .second-utility li {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .second-utility p, .second-utility li {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .second-utility p, .second-utility li {
    font-size: 1.84rem;
  }
}
.second-utility p,
.second-utility ul {
  margin-bottom: 2em;
}
.second-utility p:last-child,
.second-utility ul:last-child {
  margin-bottom: 0;
}
.second-utility li {
  margin-bottom: 0.5em;
}
.second-utility a:not([href^="tel:"]) {
  text-decoration: underline;
}
@media print, screen and (min-width:813px) {
  .second-utility a:not([href^="tel:"]):hover {
    text-decoration: none;
  }
}
.second-utility .list-dot > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.second-utility .list-decimal {
  counter-reset: number 0; /* number のカウンタを 0 にセット */
}
.second-utility .list-decimal > li {
  position: relative;
  padding-left: 1.5em;
}
.second-utility .list-decimal > li::before {
  position: absolute;
  left: 0;
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) "."; /* 表示形式を指定 */
}

.second-iso__pict {
  width: 160px;
}
@media print, screen and (min-width:813px) {
  .second-iso__pict {
    width: 255px;
  }
}

.second-gray-frame {
  padding: 2em;
  margin-bottom: 2em;
  background-color: #f4f4f4;
}

.second-mv {
  position: relative;
}

.second-mv__pict {
  height: 140vw;
}
.second-mv__pict img, .second-mv__pict picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width:813px) {
  .second-mv__pict {
    height: 42vw;
  }
}

@media print, screen and (min-width:813px) {
  .product-bannerlist {
    display: flex;
    flex-wrap: wrap;
  }
}

.product-bannerlist-item {
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .product-bannerlist-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .product-bannerlist-item:nth-child(3n) {
    margin-right: 0;
  }
}

.product-bannerlist-item-inner {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 2px;
  justify-content: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  color: #000;
  background-color: #efefef;
  padding-left: 15px;
}
.product-bannerlist-item-inner .icon-arrow {
  width: 28px;
  height: 6px;
  right: 12px;
  top: calc(50% - 3px);
  position: absolute;
  fill: none;
  stroke: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-bannerlist-item-inner {
    min-height: 56px;
  }
}
@media print, screen and (min-width:813px) {
  .product-bannerlist-item-inner {
    min-height: 66px;
  }
}

/*
ロゴの色付け
 */
.product-bannerlist-item.--rabbit-mower .product-bannerlist-item-inner {
  background-color: #1EAA39;
}

.product-bannerlist-item.--spider-mower-rc .product-bannerlist-item-inner {
  background-color: #7774B4;
}

.product-bannerlist-item.--spider-mower .product-bannerlist-item-inner {
  background-color: #7774B4;
}

.product-bannerlist-item.--wing-mower .product-bannerlist-item-inner {
  background-color: #009FE8;
}

.product-bannerlist-item.--wing-mower .product-bannerlist-item-inner {
  background-color: #009FE8;
}

.product-bannerlist-item.--bull-mower-rc .product-bannerlist-item-inner {
  background-color: #F08C00;
}

.product-bannerlist-item.--bull-mower .product-bannerlist-item-inner {
  background-color: #F08C00;
}

.product-bannerlist-item.--cow-mower .product-bannerlist-item-inner {
  background-color: #F7B400;
}

.product-bannerlist-item.--auto-mower .product-bannerlist-item-inner {
  background-color: #E7380D;
}

.product-bannerlist-item.--gtec-mower .product-bannerlist-item-inner {
  background-color: #AACC03;
}

.product-bannerlist-item.--walking-mower .product-bannerlist-item-inner {
  background-color: #B6BE53;
}

.product-bannerlist-item.--kuwagata-mower .product-bannerlist-item-inner {
  background-color: #C17340;
}

.product-bannerlist-item.--weed-man .product-bannerlist-item-inner {
  background-color: #006962;
}

.product-bannerlist-item.--birdie .product-bannerlist-item-inner {
  background-color: #739A5F;
}

.product-bannerlist-item.--pico .product-bannerlist-item-inner {
  background-color: #CE6FA0;
}

.product-bannerlist-item.--ace-rotor .product-bannerlist-item-inner {
  background-color: #841220;
}

.product-bannerlist-item.--snow-clean .product-bannerlist-item-inner {
  background-color: #68A6C0;
}

.product-bannerlist-item.--dr-mist .product-bannerlist-item-inner {
  background-color: #77B2D7;
}

.product-bannerlist-item.--misc-mower .product-bannerlist-item-inner {
  background-color: #969696;
}

.product-bannerlist-item__logo {
  margin-top: -10px;
  display: block;
}
.product-bannerlist-item__logo img {
  height: 40px;
}
@media screen and (min-width: 1120px) and (max-width: 1280px) {
  .product-bannerlist-item__logo img {
    height: 35px;
  }
}
@media screen and (min-width: 1021px) and (max-width: 1119px) {
  .product-bannerlist-item__logo img {
    height: 32px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1020px) {
  .product-bannerlist-item__logo img {
    height: 26px;
  }
}

.product-bannerlist-item__jp {
  display: block;
  font-size: 1.2rem;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-bannerlist-item__jp {
    margin-top: -2px;
  }
}

.product-bannerlist.--parts .product-bannerlist-item__logo {
  margin-top: 0;
}
.product-bannerlist.--parts .product-bannerlist-item-inner {
  min-height: 50px;
}
@media print, screen and (min-width:813px) {
  .product-bannerlist.--parts .product-bannerlist-item-inner {
    min-height: 46px;
  }
}
.product-bannerlist.--parts .icon-arrow {
  fill: none;
  width: 14px;
  height: 8px;
  right: 15px;
}

/* -----------------------------------------------
  #汎用記事リスト
 */
@media print, screen and (min-width:813px) {
  .article-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.article-list-item {
  position: relative;
  margin-bottom: 50px;
}
@media print, screen and (min-width:813px) {
  .article-list-item {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 60px;
  }
  .article-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .article-list-item p {
    transition: var(--duration-hover) opacity;
  }
  .article-list-item:hover .article-list__pict img {
    transform: scale(1.05);
  }
  .article-list-item:hover p:not(.article-list__pict) {
    opacity: 0.75;
  }
}

.article-list__pict {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.article-list__pict img {
  position: relative;
  z-index: 1;
  transition: var(--duration-hover) transform;
}
@media print, screen and (min-width:813px) {
  .article-list__pict {
    margin-bottom: 25px;
  }
}

.article-list__heading {
  font-size: 1.8rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article-list__heading {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article-list__heading {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .article-list__heading {
    font-size: 2.3rem;
  }
}
.article-list__heading > small {
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article-list__heading > small {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article-list__heading > small {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .article-list__heading > small {
    font-size: 1.61rem;
  }
}

.article-list__status {
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article-list__status {
    font-size: clamp(1.4rem, 2.188vw, 1.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article-list__status {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width: 1441px) {
  .article-list__status {
    font-size: 1.725rem;
  }
}

.article-list__summary {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article-list__summary {
    font-size: clamp(1.2rem, 1.875vw, 1.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article-list__summary {
    font-size: 1.35rem;
    font-size: clamp(1.188rem, 1.031vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .article-list__summary {
    font-size: 1.5525rem;
  }
}

.article-list__btn {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media print, screen and (min-width:813px) {
  .article-list__btn {
    width: 325px;
  }
}

.article-list.--slider .article-list-item {
  position: relative;
  margin-bottom: initial;
  margin-right: 0;
  padding: 0 7px;
}
@media print, screen and (min-width:813px) {
  .article-list.--slider .article-list-item {
    width: 33.3%;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .article-list.--slider {
    background-color: #F4F4F4;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 30px;
  }
  .article-list.--slider .article-list__heading {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) and (min-width: 640px) and (max-width: 812px) {
  .article-list.--slider .article-list__heading {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) and (min-width: 813px) and (max-width: 1440px) {
  .article-list.--slider .article-list__heading {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) and (min-width: 1441px) {
  .article-list.--slider .article-list__heading {
    font-size: 1.84rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .article-list.--slider .article-list__heading > small {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) and (min-width: 640px) and (max-width: 812px) {
  .article-list.--slider .article-list__heading > small {
    font-size: clamp(1.1rem, 1.719vw, 1.4rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) and (min-width: 813px) and (max-width: 1440px) {
  .article-list.--slider .article-list__heading > small {
    font-size: 1.2rem;
    font-size: clamp(1.056rem, 0.917vw, 1.3rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) and (min-width: 1441px) {
  .article-list.--slider .article-list__heading > small {
    font-size: 1.38rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .article-list.--slider .article-list__status {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) and (min-width: 640px) and (max-width: 812px) {
  .article-list.--slider .article-list__status {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) and (min-width: 813px) and (max-width: 1440px) {
  .article-list.--slider .article-list__status {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) and (min-width: 1441px) {
  .article-list.--slider .article-list__status {
    font-size: 1.61rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .article-list.--slider .article-list__summary {
    display: none;
  }
}
@media print, screen and (min-width:813px) {
  .article-list.--slider {
    display: block;
    padding: 0 50px;
  }
}

.article,
.wp-editor {
  /*  h1,h2,h3,h4,h5,h6 {
      margin-bottom: 1em;
      line-height: 1.5;
      @include font-bold;
      @include font-size(20,30);
    }*/
  /*  p {
      line-height: 1.75;
      @include font-size(15, 16);
      margin-bottom: 1.5em;
      &:last-of-type {
        margin-bottom: 0;
      }
    }*/
  /*  figcaption {
      line-height: 1.75;
    }*/
  /*
    img {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
      max-width: initial;
      width: 100%;
      height: auto;
      @include mq-pc {
        margin-top: 4em;
        margin-bottom: 4em;
      }
    }*/
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6,
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  line-height: 1.5;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin: 3em 0 1em;
}
.article h1, .article h2,
.wp-editor h1,
.wp-editor h2 {
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #3E3A39;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article h1, .article h2,
  .wp-editor h1,
  .wp-editor h2 {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article h1, .article h2,
  .wp-editor h1,
  .wp-editor h2 {
    font-size: 2.6rem;
    font-size: clamp(2.288rem, 1.986vw, 2.9rem);
  }
}
@media screen and (min-width: 1441px) {
  .article h1, .article h2,
  .wp-editor h1,
  .wp-editor h2 {
    font-size: 2.99rem;
  }
}
.article h3,
.wp-editor h3 {
  font-size: 1.8rem;
  margin-bottom: 0.6em;
  margin-top: 1.5em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article h3,
  .wp-editor h3 {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article h3,
  .wp-editor h3 {
    font-size: 2.4rem;
    font-size: clamp(2.112rem, 1.833vw, 2.6rem);
  }
}
@media screen and (min-width: 1441px) {
  .article h3,
  .wp-editor h3 {
    font-size: 2.76rem;
  }
}
.article h4, .article h5, .article h6,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article h4, .article h5, .article h6,
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article h4, .article h5, .article h6,
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .article h4, .article h5, .article h6,
  .wp-editor h4,
  .wp-editor h5,
  .wp-editor h6 {
    font-size: 2.07rem;
  }
}
.article h4, .article h5, .article h6,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  margin-bottom: 0.6em;
  margin-top: 1.5em;
}
.article p,
.wp-editor p {
  line-height: 2;
  font-size: 1.5rem;
  margin-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article p,
  .wp-editor p {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article p,
  .wp-editor p {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .article p,
  .wp-editor p {
    font-size: 1.84rem;
  }
}
.article a,
.wp-editor a {
  text-decoration: underline;
}
@media print, screen and (min-width:813px) {
  .article a:hover,
  .wp-editor a:hover {
    text-decoration: none;
  }
}
.article img,
.wp-editor img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
}
.article p + p img,
.wp-editor p + p img {
  margin: 4em auto 2em;
}
.article .wp-caption,
.wp-editor .wp-caption {
  max-width: 100%;
}
.article .wp-caption-text,
.wp-editor .wp-caption-text {
  margin-top: -2rem;
  font-size: 1.5rem;
}
.article .aligncenter,
.wp-editor .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.article .aligncenter p,
.wp-editor .aligncenter p {
  text-align: center;
}
.article .aligncenter img,
.wp-editor .aligncenter img {
  display: inline-block;
}
.article .alignleft,
.wp-editor .alignleft {
  float: none !important;
  margin-right: 1em;
  margin-left: 0;
  text-align: center;
}
.article .alignleft p,
.wp-editor .alignleft p {
  text-align: center;
}
.article .alignleft img,
.wp-editor .alignleft img {
  display: inline-block;
}
.article .alignright,
.wp-editor .alignright {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.article .alignright p,
.wp-editor .alignright p {
  text-align: right;
}
.article .alignright img,
.wp-editor .alignright img {
  display: inline-block;
}
.article strong,
.wp-editor strong {
  font-weight: bold;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
.article em,
.wp-editor em {
  font-style: italic;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
.article blockquote,
.wp-editor blockquote {
  font-style: italic;
  margin: 2em;
  background-color: #f5f5f5;
  padding: 1.2em;
}
@media print, screen and (min-width:813px) {
  .article blockquote,
  .wp-editor blockquote {
    margin: 3em 2em;
  }
}
.article pre,
.wp-editor pre {
  white-space: normal;
}
.article ul,
.article ol,
.wp-editor ul,
.wp-editor ol {
  margin: 2em 0;
}
.article ul li,
.wp-editor ul li {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 1em;
  list-style-position: inside;
  margin-left: 1.5em;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article ul li,
  .wp-editor ul li {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article ul li,
  .wp-editor ul li {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .article ul li,
  .wp-editor ul li {
    font-size: 2.07rem;
  }
}
.article ol li,
.wp-editor ol li {
  list-style-type: decimal;
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article ol li,
  .wp-editor ol li {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article ol li,
  .wp-editor ol li {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .article ol li,
  .wp-editor ol li {
    font-size: 2.07rem;
  }
}
.article iframe[src*=youtube],
.wp-editor iframe[src*=youtube] {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .article iframe[src*=youtube],
  .wp-editor iframe[src*=youtube] {
    width: 100%;
    height: 45vw;
  }
}
.article table,
.wp-editor table {
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
  margin-bottom: 3em;
}
.article table td,
.wp-editor table td {
  border: 1px solid #ccc;
  padding: 0.8em;
  vertical-align: middle;
}
.article table th,
.article table td,
.wp-editor table th,
.wp-editor table td {
  padding: 0.8em;
  line-height: 1.75;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article table th,
  .article table td,
  .wp-editor table th,
  .wp-editor table td {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article table th,
  .article table td,
  .wp-editor table th,
  .wp-editor table td {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .article table th,
  .article table td,
  .wp-editor table th,
  .wp-editor table td {
    font-size: 1.84rem;
  }
}
.article ruby rt,
.wp-editor ruby rt {
  font-size: 13px;
}

/**
  スタッフボイスのスタイル
 */
.article.--staff-voice h1, .article.--staff-voice h2, .article.--staff-voice h3, .article.--staff-voice h4, .article.--staff-voice h5, .article.--staff-voice h6 {
  font-size: 1.8rem;
  border: none;
  padding-bottom: 0;
  margin: 2em 0 1.5em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .article.--staff-voice h1, .article.--staff-voice h2, .article.--staff-voice h3, .article.--staff-voice h4, .article.--staff-voice h5, .article.--staff-voice h6 {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .article.--staff-voice h1, .article.--staff-voice h2, .article.--staff-voice h3, .article.--staff-voice h4, .article.--staff-voice h5, .article.--staff-voice h6 {
    font-size: 2.6rem;
    font-size: clamp(2.288rem, 1.986vw, 2.9rem);
  }
}
@media screen and (min-width: 1441px) {
  .article.--staff-voice h1, .article.--staff-voice h2, .article.--staff-voice h3, .article.--staff-voice h4, .article.--staff-voice h5, .article.--staff-voice h6 {
    font-size: 2.99rem;
  }
}
@media print, screen and (min-width:813px) {
  .article.--staff-voice h1, .article.--staff-voice h2, .article.--staff-voice h3, .article.--staff-voice h4, .article.--staff-voice h5, .article.--staff-voice h6 {
    text-align: center;
  }
}

.article-single-nav {
  display: flex;
  justify-content: center;
}

.article-single__prev > a,
.article-single__prev > span,
.article-single__next > a,
.article-single__next > span {
  width: 40px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-single__prev img, .article-single__prev svg,
.article-single__next img,
.article-single__next svg {
  width: 24px;
  height: 46px;
  fill: #666464;
  transition: var(--duration-hover);
}
@media print, screen and (min-width:813px) {
  .article-single__prev:hover img, .article-single__prev:hover svg,
  .article-single__next:hover img,
  .article-single__next:hover svg {
    fill: #007A59;
  }
}

.article-single__prev,
.article-single__next {
  margin: 0 1rem;
}
.article-single__prev > a,
.article-single__prev > span,
.article-single__next > a,
.article-single__next > span {
  width: 3rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-single__prev img,
.article-single__next img {
  height: 80%;
}
.article-single__prev.disabled,
.article-single__next.disabled {
  pointer-events: none;
  visibility: hidden;
}
@media print, screen and (min-width:813px) {
  .article-single__prev,
  .article-single__next {
    margin: 0 3rem;
    transition: var(--duration-hover);
  }
  .article-single__prev:hover,
  .article-single__next:hover {
    opacity: 0.75;
  }
  .article-single__prev > a,
  .article-single__prev > span,
  .article-single__next > a,
  .article-single__next > span {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.article-single__index {
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  height: 3.5rem;
  color: #007A59;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
.article-single__index a {
  color: #007A59;
}
@media print, screen and (min-width:813px) {
  .article-single__index {
    height: 4.5rem;
    width: 20rem;
    font-size: 2rem;
    transition: var(--duration-hover);
  }
  .article-single__index:hover {
    opacity: 0.75;
  }
}

.bgContents {
  background-color: #eaefeb;
  margin-bottom: 20px;
  padding: 20px 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 1.5rem;
  line-height: 1.75;
}
.bgContents > strong {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  color: #007A59;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .bgContents > strong {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .bgContents > strong {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .bgContents > strong {
    font-size: 2.07rem;
  }
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .bgContents {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .bgContents {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .bgContents {
    font-size: 1.84rem;
  }
}
.bgContents > p {
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .bgContents > p {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .bgContents > p {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .bgContents > p {
    font-size: 1.84rem;
  }
}
.bgContents > p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .bgContents .alignleft,
  .bgContents .alignright {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (min-width:813px) {
  .bgContents {
    padding: 40px 50px;
    margin-bottom: 30px;
  }
}

.bgContents + .no_bullets {
  margin-top: 60px !important;
}

.news-categories {
  display: flex;
  flex-wrap: wrap;
}
.news-categories__item .btn-inner.active {
  background-color: #007A59;
  color: #fff;
  pointer-events: none;
}
.news-categories__item .btn-inner.active svg {
  stroke: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .news-categories__item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    font-size: 1.2rem;
  }
  .news-categories__item .icon-arrow {
    display: none;
  }
  .news-categories__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:813px) {
  .news-categories__item {
    width: 19%;
    margin-right: 1.2%;
    margin-bottom: 1.2%;
  }
  .news-categories__item .btn-inner {
    font-size: 1.8rem;
  }
  .news-categories__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .news-categories__item .icon-arrow {
    right: 10px !important;
    width: 24px !important;
  }
}
@media screen and (min-width: 813px) and (max-width: 1150px) {
  .news-categories__item .icon-arrow {
    display: none;
  }
}

/* --------------------------------------------------------------------
  #NEWS &TOPICS トップのリスト
 */
.news-index__heading {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width:813px) {
  .news-index__heading {
    font-size: 3rem;
  }
}

.news-index {
  border-top: 1px solid #3E3A39;
}

.news-index__item {
  position: relative;
  border-bottom: 1px solid #3E3A39;
}
.news-index__item > a,
.news-index__item > span {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
@media print, screen and (min-width:813px) {
  .news-index__item > a,
  .news-index__item > span {
    padding: 20px 10px;
    transition: var(--duration-hover);
  }
  .news-index__item > a:hover,
  .news-index__item > span:hover {
    opacity: 0.75;
  }
}

.news-index__item-pict {
  width: 30%;
}
@media print, screen and (min-width:813px) {
  .news-index__item-pict {
    width: 210px;
    left: 0;
    top: 20px;
  }
}

.news-index__item-content {
  width: 65%;
  padding-top: 24px;
}
@media print, screen and (min-width:813px) {
  .news-index__item-content {
    width: calc(100% - 240px);
    padding-top: 30px;
  }
}

.news-index__item-head {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 35%;
  top: 10px;
}
@media print, screen and (min-width:813px) {
  .news-index__item-head {
    margin-bottom: 15px;
    top: 20px;
    left: 250px;
  }
}

.news-index__item-date {
  font-size: 1.3rem;
  margin-right: 1em;
  pointer-events: none;
}
@media print, screen and (min-width:813px) {
  .news-index__item-date {
    font-size: 1.4rem;
  }
}

.news-index__item-category {
  font-size: 1.1rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  color: #007A59;
  border-radius: 2px;
  border: 1px solid #007A59;
  padding: 2px 10px;
}
@media print, screen and (min-width:813px) {
  .news-index__item-category {
    font-size: 1.4rem;
    padding: 3px 15px;
    transition: var(--duration-hover);
  }
  .news-index__item-category:hover {
    background-color: #007A59;
    color: #fff;
  }
}

.news-index__item-heading {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width:813px) {
  .news-index__item-heading {
    font-size: 2.2rem;
  }
}

.news-index__more {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:813px) {
  .news-index__more {
    width: 320px;
  }
}

.news-index__monthly-nav {
  width: 242px;
}

.news-single {
  padding-bottom: 40px;
}
@media print, screen and (min-width:813px) {
  .news-single {
    margin-bottom: 60px;
  }
}

.news-article {
  border-bottom: 1px solid #3E3A39;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:813px) {
  .news-article {
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
}

.news-single-head {
  border-top: 1px solid #3E3A39;
  display: flex;
  align-items: center;
  padding-top: 15px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .news-single-head {
    margin-bottom: 20px;
    padding-top: 30px;
  }
}

.news-single-head__date {
  font-size: 1.3rem;
  margin-right: 1em;
  pointer-events: none;
}
@media print, screen and (min-width:813px) {
  .news-single-head__date {
    font-size: 1.4rem;
  }
}

.news-single-head__category {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  border: 1px solid #007A59;
  border-radius: 3px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007A59;
  font-size: 1.2rem;
  padding: 0 15px;
  line-height: 1;
}
@media print, screen and (min-width:813px) {
  .news-single-head__category {
    height: 22px;
    font-size: 1.4rem;
    transition: var(--duration-hover);
  }
  .news-single-head__category:hover {
    background-color: #007A59;
    color: #fff;
  }
}

.news-single__heading {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .news-single__heading {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .news-single__heading {
    font-size: 2.6rem;
    font-size: clamp(2.288rem, 1.986vw, 2.9rem);
  }
}
@media screen and (min-width: 1441px) {
  .news-single__heading {
    font-size: 2.99rem;
  }
}
@media print, screen and (min-width:813px) {
  .news-single__heading {
    margin-bottom: 80px;
  }
}

.request-intro {
  margin-top: -40px;
}
@media print, screen and (min-width:813px) {
  .request-intro {
    margin-top: -60px;
    margin-bottom: -20px;
  }
}

.request__doc-list > li {
  margin-bottom: 15px;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .request__doc-list {
    padding-left: 20px;
  }
}
@media print, screen and (min-width:813px) {
  .request__doc-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.request-fax {
  position: relative;
}
.request-fax .narrow-lh {
  line-height: 1.3;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .request-fax {
    margin: 0 30px;
  }
}
@media print, screen and (min-width:813px) {
  .request-fax {
    margin-left: auto;
    margin-right: auto;
    width: 760px;
  }
}

.request-fax__content {
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  padding: 20px 0;
  margin-bottom: 30px;
}
.request-fax__content > li {
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .request-fax__content {
    margin-bottom: 40px;
  }
}

.request-fax__text,
.request-fax__content > li {
  font-size: 1.8rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .request-fax__text,
  .request-fax__content > li {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .request-fax__text,
  .request-fax__content > li {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .request-fax__text,
  .request-fax__content > li {
    font-size: 2.07rem;
  }
}

.request-fax__tel {
  color: #007A59;
  font-size: 2rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .request-fax__tel {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .request-fax__tel {
    font-size: 2.4rem;
    font-size: clamp(2.112rem, 1.833vw, 2.6rem);
  }
}
@media screen and (min-width: 1441px) {
  .request-fax__tel {
    font-size: 2.76rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .request-fax__lhfix {
    display: block;
    line-height: 1.5 !important;
    margin-top: 0.5em;
  }
}

.contact-check-wrap {
  position: relative;
  background-color: #F4F4F4;
  margin-bottom: 70px;
  padding: 40px 30px;
}
@media only screen and (max-width: 340px) {
  .contact-check-wrap {
    padding: 40px 15px;
  }
}
@media print, screen and (min-width:813px) {
  .contact-check-wrap {
    padding: 50px 0;
    margin-bottom: 100px;
  }
}

.contact__check {
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  padding: 20px 0;
  margin-bottom: 30px;
}
.contact__check > li {
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .contact__check {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 30px 0;
    width: 780px;
  }
}

.contact__check > li {
  font-size: 1.8rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 2;
  margin-bottom: 10px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .contact__check > li {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .contact__check > li {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .contact__check > li {
    font-size: 2.07rem;
  }
}
.contact__check > li:last-child {
  margin-bottom: 0;
}

.contact-area-container {
  position: relative;
}
@media print, screen and (min-width:813px) {
  .contact-area-container {
    display: flex;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .contact-area__map {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width:813px) {
  .contact-area__map {
    width: 50%;
    padding: 0 60px;
  }
}

@media print, screen and (min-width:813px) {
  .contact-area-list {
    width: 50%;
  }
}

.contact-area-list > li {
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .contact-area-list > li {
    margin-bottom: 18px;
  }
}

.contact-area-list__heading {
  position: relative;
}
.contact-area-list__heading.is-active .icon-arrow {
  transform: rotate(180deg);
}

.contact-area-list__heading .btn-inner {
  background-color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  border-radius: 3px;
  height: 44px;
}
.contact-area-list__heading .btn-inner .icon-arrow {
  position: absolute;
  right: 8px;
  fill: none;
  top: calc(50% - 2.5px);
  width: 24px;
  height: 10px;
  stroke: #fff;
  transition: 0.3s transform;
}
@media print, screen and (min-width:813px) {
  .contact-area-list__heading .btn-inner {
    height: 46px;
    font-size: 2rem;
  }
  .contact-area-list__heading .btn-inner .icon-arrow {
    right: 20px;
    width: 18px;
    height: 9px;
    top: calc(50% - 3px);
  }
}

.contact-area-list__heading.--sapporo .btn-inner {
  background-color: #8EA4CE;
}

.contact-area-list__heading.--hiromae .btn-inner {
  background-color: #C5D9CC;
}

.contact-area-list__heading.--sendai .btn-inner {
  background-color: #F4A692;
}

.contact-area-list__heading.--kanto .btn-inner {
  background-color: #EBCEA8;
}

.contact-area-list__heading.--nagano .btn-inner {
  background-color: #BDDA9A;
}

.contact-area-list__heading.--nagoya .btn-inner {
  background-color: #CFCCE2;
}

.contact-area-list__heading.--okayama .btn-inner {
  background-color: #F0B3A2;
}

.contact-area-list__heading.--fukuoka .btn-inner {
  background-color: #AFD4DE;
}

.contact-area-list__heading.--kagoshima .btn-inner {
  background-color: #F0C8C5;
}

.contact-area-list__content {
  padding: 20px;
}

.contact-area-list__text {
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .contact-area-list__text {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .contact-area-list__text {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .contact-area-list__text {
    font-size: 2.07rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .contact-info-wrap {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.contact__text {
  text-align: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .contact__text {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .contact__text {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .contact__text {
    font-size: 2.07rem;
  }
}
.contact__table > dt, .contact__table > dd {
  line-height: 2;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .contact__table > dt, .contact__table > dd {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .contact__table > dt, .contact__table > dd {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .contact__table > dt, .contact__table > dd {
    font-size: 2.07rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .contact__table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }
  .contact__table > dt {
    text-align: right;
  }
  .contact__table > dt {
    width: 90px;
    position: relative;
  }
  .contact__table > dd {
    width: calc(100% - 90px);
    white-space: nowrap;
  }
  .contact__table small {
    font-size: 0.75em;
  }
}
@media print, screen and (min-width:813px) {
  .contact__table {
    display: flex;
    justify-content: center;
  }
  .contact__table > dt > dd {
    display: inline-block;
  }
}

.contact-company {
  position: relative;
}
@media print, screen and (min-width:813px) {
  .contact-company {
    margin-bottom: 160px;
  }
}

.contact-calendar__btn {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media print, screen and (min-width:813px) {
  .contact-calendar__btn {
    width: 320px;
  }
}

/**
  小人
 */
.figure {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.figure {
  transition: transform var(--duration-in), opacity var(--duration-in);
  transition-delay: 0.2s;
}
.figure.ef-scroll, .figure.ef-scroll-in {
  transform: translate3d(0, -20px, 0);
  opacity: 0;
}
@media print, screen and (min-width:813px) {
  .figure.ef-scroll, .figure.ef-scroll-in {
    transform: translate3d(0, -40px, 0);
  }
}

/*****
  figure トップページ
 */
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--top01 {
    width: 22.7vw;
    bottom: 0;
    left: 3vw;
    max-width: 90px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--top01 {
    width: 230px;
    left: calc(50% + 440px);
    top: 25px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1380px) {
  .figure.--top01 {
    left: auto;
    right: 10px;
    width: 200px;
  }
}

.figure.--top02 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--top02 {
    display: block;
    width: 230px;
    right: calc(50% + 440px);
    bottom: -60px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1380px) {
  .figure.--top02 {
    right: auto;
    left: 15px;
    width: 200px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--top03 {
    width: 37vw;
    bottom: -15vw;
    right: 5vw;
    max-width: 180px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--top03 {
    width: 318px;
    right: 6vw;
    top: -48px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1380px) {
  .figure.--top03 {
    width: 270px;
    right: 30px;
  }
}

.figure.--top04 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--top04 {
    display: block;
    width: 318px;
    left: 5vw;
    bottom: 10px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1380px) {
  .figure.--top04 {
    width: 230px;
    left: 20px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1180px) {
  .figure.--top04 {
    bottom: -20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--top-channel01 {
    width: 14.5vw;
    top: 45px;
    left: 3vw;
    max-width: 80px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--top-channel01 {
    width: 300px;
    left: 3vw;
    top: 80px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--top-channel01 {
    left: 20px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--top-channel01 {
    width: 220px;
    top: 90px;
  }
}
@media screen and (min-width: 813px) and (max-width: 900px) {
  .figure.--top-channel01 {
    width: 160px;
    top: 110px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--top-channel02 {
    width: 22vw;
    top: 45px;
    right: 3vw;
    max-width: 82px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--top-channel02 {
    width: 272px;
    right: 3vw;
    top: 80px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--top-channel02 {
    right: 20px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1180px) {
  .figure.--top-channel02 {
    width: 210px;
    top: 90px;
  }
}
@media screen and (min-width: 813px) and (max-width: 900px) {
  .figure.--top-channel02 {
    width: 160px;
    top: 110px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--top-channel03 {
    width: 45vw;
    left: 3vw;
    bottom: -60px;
    max-width: 210px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--top-channel03 {
    width: 334px;
    left: 3vw;
    bottom: 20px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--top-channel03 {
    width: 26vw;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--top-channel04 {
    width: 50vw;
    right: 3vw;
    bottom: -60px;
    max-width: 134px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--top-channel04 {
    width: 400px;
    right: 3vw;
    bottom: 340px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--top-channel04 {
    width: 29vw;
  }
}

/*
.figure.--top-channel05 {
  display: none;

  @include mq-pc {
    display: block;
    width: 321px;
    left: 3vw;
    bottom: 20px;
  }
  @include mq-fromto(813, 1180) {
    width: 270px;
    right: 20px;
  }
  @include mq-fromto(813, 900) {
    width: 220px;

  }
}*/
/*****
  figure お問い合わせ
 */
.figure.--contact01 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--contact01 {
    display: block;
    width: 154px;
    right: calc(50% + 410px);
    top: -50px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1380px) {
  .figure.--contact01 {
    right: calc(50% + 310px);
    top: -35px;
    width: 120px;
  }
}

.figure.--contact02 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--contact02 {
    display: block;
    width: 162px;
    left: calc(50% + 410px);
    bottom: -10px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1380px) {
  .figure.--contact02 {
    width: 143px;
    left: auto;
    right: 20px;
    bottom: -10px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--contact03 {
    width: 44vw;
    top: 5vw;
    left: 0;
    max-width: 190px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--contact03 {
    display: block;
    width: 288px;
    right: calc(50% + 160px);
    top: 450px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1380px) {
  .figure.--contact03 {
    width: 27%;
    right: 60%;
    top: 30vw;
  }
}

.figure.--contact04 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--contact04 {
    display: block;
    width: 218px;
    left: calc(50% + 280px);
    bottom: -40px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1180px) {
  .figure.--contact04 {
    width: 180px;
    left: auto;
    right: 30px;
    bottom: -30px;
  }
}

.figure.--contact05 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--contact05 {
    display: block;
    width: 183px;
    right: calc(50% + 440px);
    top: 40px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--contact05 {
    width: 170px;
    left: 30px;
    right: auto;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--contact06 {
    width: 41vw;
    max-width: 170px;
    bottom: -65px;
    right: 5vw;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--contact06 {
    display: block;
    width: 183px;
    left: calc(50% + 430px);
    bottom: 140px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1180px) {
  .figure.--contact06 {
    width: 165px;
    left: auto;
    right: 30px;
  }
}

/*****
  figure 資料請求
 */
.figure.--request01 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--request01 {
    display: block;
    width: 160px;
    left: calc(50% + 410px);
    top: 40px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--request01 {
    right: 40px;
    left: auto;
    width: 150px;
    top: 55px;
  }
}

.figure.--request02 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--request02 {
    display: block;
    width: 225px;
    right: calc(50% + 410px);
    top: 340px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--request02 {
    right: auto;
    left: 40px;
    width: 170px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--request03 {
    /* width: 20vw;
    max-width: 96px;
    top: 600px;
    right: 8vw; */
    display: none;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--request03 {
    width: 148px;
    left: calc(50% + 380px);
    bottom: 150px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--request03 {
    left: auto;
    right: 30px;
    width: 120px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--request04 {
    width: 24vw;
    max-width: 105px;
    top: -180px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--request04 {
    width: 138px;
    right: calc(50% + 380px);
    top: 130px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--request04 {
    right: auto;
    left: -10px;
    width: 120px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--request05 {
    width: 20vw;
    bottom: -50px;
    right: -10px;
    max-width: 80px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--request05 {
    display: none;
  }
}

/*****
  figure サポートトップ
 */
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--support01 {
    width: 52vw;
    right: -3vw;
    bottom: 5vw;
    max-width: 200px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--support01 {
    width: 182px;
    left: calc(50% + 370px);
    top: 120px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--support01 {
    right: 40px;
    left: auto;
    width: 160px;
    top: 90px;
  }
}

.figure.--support02 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--support02 {
    display: block;
    width: 162px;
    right: calc(50% + 420px);
    bottom: -20px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--support02 {
    right: auto;
    left: 20px;
    width: 140px;
    bottom: -20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--support03 {
    width: 22vw;
    left: 4vw;
    max-width: 84px;
    top: -120px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--support03 {
    width: 200px;
    left: calc(50% + 350px);
    bottom: -70px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--support03 {
    right: 30px;
    left: auto;
    width: 180px;
  }
}

/*****
  figure 修理について
 */
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--repair01 {
    width: 28.5vw;
    right: 5vw;
    top: -45px;
    max-width: 110px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--repair01 {
    width: 138px;
    left: calc(50% + 350px);
    top: -60px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--repair01 {
    left: auto;
    right: 40px;
    width: 110px;
  }
}

.figure.--repair02 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--repair02 {
    display: block;
    width: 108px;
    right: calc(50% + 350px);
    bottom: -35px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--repair02 {
    left: 50px;
    right: auto;
    width: 87px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--repair03 {
    width: 32vw;
    bottom: -50px;
    max-width: 122px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--repair03 {
    width: 153px;
    left: calc(50% + 350px);
    bottom: -150px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--repair03 {
    right: 30px;
    left: auto;
    width: 134px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--repair04 {
    width: 31vw;
    bottom: 20px;
    max-width: 130px;
    right: 5vw;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--repair04 {
    width: 153px;
    right: calc(50% + 350px);
    bottom: 40px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--repair04 {
    left: 30px;
    right: auto;
    width: 134px;
  }
}

/*****
  figure 採用情報
 */
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--recruit01 {
    width: 100%;
    left: 0;
    top: -105px;
    text-align: center;
  }
  .figure.--recruit01 img {
    width: 35vw;
    display: inline-block;
    max-width: 130px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--recruit01 {
    width: 300px;
    left: calc(50% + 220px);
    top: -160px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--recruit01 {
    left: auto;
    right: 40px;
    width: 260px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--recruit02 {
    width: 100%;
    left: 0;
    top: -105px;
    text-align: center;
  }
  .figure.--recruit02 img {
    width: 26vw;
    display: inline-block;
    max-width: 110px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--recruit02 {
    width: 174px;
    right: calc(50% + 270px);
    top: -60px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--recruit02 {
    right: auto;
    left: 50px;
    width: 160px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--recruit03 {
    width: 100%;
    left: 0;
    top: -135px;
    text-align: center;
  }
  .figure.--recruit03 img {
    width: 13vw;
    display: inline-block;
    max-width: 55px;
  }
}
@media screen and (min-width: 480px) and (max-width: 812px) {
  .figure.--recruit03 {
    top: -140px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--recruit03 {
    width: 95px;
    left: calc(50% + 360px);
    bottom: 0;
  }
}
@media screen and (min-width: 813px) and (max-width: 1000px) {
  .figure.--recruit03 {
    left: auto;
    right: 50px;
    width: 80px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--recruit04 {
    display: none;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--recruit04 {
    width: 280px;
    right: calc(50% + 280px);
    bottom: 20px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--recruit04 {
    right: auto;
    left: 4vw;
    width: 20vw;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--recruit05 {
    display: none;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--recruit05 {
    width: 280px;
    left: calc(50% + 280px);
    bottom: 20px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--recruit05 {
    right: 4vw;
    left: auto;
    width: 20vw;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--gradu01 {
    width: 40vw;
    left: 5vw;
    bottom: -10px;
    max-width: 200px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--gradu01 {
    width: 16vw;
    max-width: 280px;
    right: calc(50% + 350px);
    bottom: 45px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--gradu01 {
    bottom: 70px;
    right: calc(50% + 260px);
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--gradu02 {
    width: 32vw;
    right: 5vw;
    top: -85px;
    max-width: 150px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--gradu02 {
    width: 16vw;
    max-width: 280px;
    left: calc(50% + 350px);
    bottom: 45px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--gradu02 {
    left: calc(50% + 280px);
    bottom: 70px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--mid01 {
    width: 40vw;
    left: 5vw;
    bottom: -20px;
    max-width: 200px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--mid01 {
    width: 16vw;
    max-width: 280px;
    right: calc(50% + 350px);
    bottom: 45px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--mid01 {
    bottom: 70px;
    right: calc(50% + 260px);
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--mid02 {
    max-width: 180px;
    width: 36vw;
    right: 5vw;
    top: -75px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--mid02 {
    width: 16vw;
    max-width: 280px;
    left: calc(50% + 350px);
    bottom: 45px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--mid02 {
    left: calc(50% + 280px);
    bottom: 70px;
  }
}

/**
  Recruit About us
  ページ上、にランダム配置
 */
.recruit-sub-figure {
  position: absolute;
  right: 0;
  top: -15px;
}
@media print, screen and (min-width:813px) {
  .recruit-sub-figure {
    right: 120px;
    top: -71px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .recruit-sub-figure {
    width: 26%;
    right: 40px;
    top: -30px;
  }
}

.recruit-sub-figure.--tag-top {
  position: absolute;
  right: 0;
  top: -190px;
}
@media print, screen and (min-width:813px) {
  .recruit-sub-figure.--tag-top {
    right: 120px;
    top: -220px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .recruit-sub-figure.--tag-top {
    right: 60px;
    top: -180px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-sub-figure.--about-top {
    margin-top: -65px;
  }
}

/*****
  figure orec channel
 */
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-mv01 {
    width: 15vw;
    left: 2vw;
    top: 3vw;
    max-width: 124px;
  }
  .figure.--channel-mv01.ef-scroll {
    transform: translate3d(0, 0, 0) !important;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-mv01 {
    position: relative;
    width: 18vw;
    max-width: 327px;
    top: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-mv02 {
    width: 10vw;
    right: 3vw;
    top: 3vw;
    max-width: 102px;
  }
  .figure.--channel-mv02.ef-scroll {
    transform: translate3d(0, 0, 0) !important;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-mv02 {
    max-width: 327px;
    position: relative;
    width: 18vw;
  }
}

/**
  channel toppage
  カテゴリーブロックそれぞれにランダム振り分け
 */
.channel-top-figure.--align-r {
  position: absolute;
  top: -90px;
  right: -2vw;
}
@media screen and (min-width: 550px) and (max-width: 812px) {
  .channel-top-figure.--align-r {
    right: auto;
    left: 70%;
    top: -72px;
  }
}
@media print, screen and (min-width:813px) {
  .channel-top-figure.--align-r {
    right: -40px;
    top: -80px;
  }
}

.channel-top-figure.--align-l {
  position: absolute;
  left: -2vw;
  top: -80px;
}
@media screen and (min-width: 550px) and (max-width: 812px) {
  .channel-top-figure.--align-l {
    left: auto;
    right: 75%;
    top: -72px;
  }
}
@media print, screen and (min-width:813px) {
  .channel-top-figure.--align-l {
    left: -40px;
    top: -130px;
  }
}

.figure.--channel-top01 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-top01 {
    width: 23vw;
    max-width: 92px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-top01 {
    width: 400px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .figure.--channel-top01 {
    width: 260px;
  }
}

.figure.--channel-top02 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-top02 {
    width: 30vw;
    max-width: 142px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-top02 {
    width: 324px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .figure.--channel-top02 {
    width: 250px;
  }
}

.figure.--channel-top03 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-top03 {
    width: 17vw;
    max-width: 80px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-top03 {
    width: 300px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .figure.--channel-top03 {
    width: 236px;
  }
}

.figure.--channel-top04 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-top04 {
    width: 29vw;
    max-width: 145px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-top04 {
    width: 314px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .figure.--channel-top04 {
    width: 240px;
  }
}

/**
  channel 下層
  ページ上、下それぞれにランダム配置
 */
.channel-sub-figure.--top {
  position: absolute;
  right: -2vw;
  top: 12px;
}
@media print, screen and (min-width:813px) {
  .channel-sub-figure.--top {
    right: 30px;
    top: 40px;
  }
}

.channel-sub-figure.--single-top {
  position: absolute;
  right: -2vw;
  top: 40px;
}
@media print, screen and (min-width:813px) {
  .channel-sub-figure.--single-top {
    right: 100px;
    top: 60px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .channel-sub-figure.--single-top {
    right: 40px;
    top: 30px;
  }
}

.channel-sub-figure.--bottom {
  position: absolute;
  left: -2vw;
  bottom: 15px;
}
@media print, screen and (min-width:813px) {
  .channel-sub-figure.--bottom {
    left: 30px;
    bottom: 40px;
  }
}

.figure.--channel-sub01 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-sub01 {
    width: 32vw;
    max-width: 132px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-sub01 {
    width: 272px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--channel-sub01 {
    width: 230px;
  }
}

.figure.--channel-sub02 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-sub02 {
    width: 38vw;
    max-width: 142px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-sub02 {
    width: 349px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--channel-sub02 {
    width: 295px;
  }
}

.figure.--channel-sub03 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-sub03 {
    width: 40vw;
    max-width: 132px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-sub03 {
    width: 325px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--channel-sub03 {
    width: 275px;
  }
}

.figure.--channel-sub04 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-sub04 {
    width: 30vw;
    max-width: 112px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-sub04 {
    width: 349px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--channel-sub04 {
    width: 270px;
  }
}

.figure.--channel-sub05 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-sub05 {
    width: 30vw;
    max-width: 112px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-sub05 {
    width: 289px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--channel-sub05 {
    width: 250px;
  }
}

.figure.--channel-sub06 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-sub06 {
    width: 34vw;
    max-width: 132px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-sub06 {
    width: 359px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--channel-sub06 {
    width: 301px;
  }
}

.figure.--channel-sub07 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-sub07 {
    width: 36vw;
    max-width: 132px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-sub07 {
    width: 352px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--channel-sub07 {
    width: 301px;
  }
}

.figure.--channel-sub08 {
  position: relative !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .figure.--channel-sub08 {
    width: 32vw;
    max-width: 122px;
  }
}
@media print, screen and (min-width:813px) {
  .figure.--channel-sub08 {
    width: 300px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .figure.--channel-sub08 {
    width: 255px;
  }
}

/*****
  figure channel preview オウンドメディア共通読み込み部分
 */
.figure.--channel-preview01 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--channel-preview01 {
    display: block;
    width: 110px;
    right: 50px;
    top: 70px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--channel-preview01 {
    right: 40px;
    width: 74px;
  }
}

.figure.--channel-preview02 {
  display: none;
}
@media print, screen and (min-width:813px) {
  .figure.--channel-preview02 {
    display: block;
    width: 100px;
    left: 40px;
    bottom: 10px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .figure.--channel-preview02 {
    left: 30px;
    width: 82px;
  }
}

/* --------------------------------------------------------------------
  #OREC CHANNEL プレビューエリア
  主にTOP, フッター上エリア で使用
 */
.channel-preview {
  position: relative;
  background-color: #007A59;
  padding: 60px 0 40px;
}
.channel-preview::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  background: url(/common/img/channel_pattern.png) repeat-x left top/auto 35px;
}
@media print, screen and (min-width:813px) {
  .channel-preview {
    padding: 115px 10vw 60px;
  }
  .channel-preview::before {
    height: 55px;
    background-size: auto 55px;
  }
}

/*

.channel-preview-slide {
  position: relative;
  padding: 0 25px;
  @include mq-pc {
    max-width: $pc_max_w;
    @include centering;
    padding: 0 50px;
  }
}

.channel-preview-slide {
  .slick-prev,
  .slick-next {

  }
  .slick-prev {
    background-image: url(/common/img/ic_slide_prev_w.svg);
  }

  .slick-next {
    background-image: url(/common/img/ic_slide_next_w.svg);
  }

  @include mq-pc {
    .slick-prev,
    .slick-next {
      width: 20px;
      height: 40px;
      top: calc(50% - 20px);
    }
  }


}

.channel-preview-item {
  width: 50%;
  padding: 0 7px;
  height: 100%;
  @include mq-sp-slim {
    padding: 0 5px;
  }
  @include mq-pc {
    width: 33.3%;
    padding: 0 20px;
  }
}


.channel-preview-item-inner {
  display: block;
  padding: 6px 6px 15px;
  border-radius: 5px;
  background-color: #efefef;
  height: 100%;
}

.channel-preview__pict {
  overflow: hidden;
  img {
    transition: transform $duration_hover;
  }
}

.channel-preview__category {
  background-color: #ddd; // _channel_preview_color.scssで上書き
  text-align: center;
  padding: 6px;
  @include font-bold;;
  margin-bottom: 7px;
  font-size: 1.3rem;
  @include mq-pc {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.channel-preview__heading {
  line-height: 1.5;
  @include font-bold;;
  padding: 0 10px;
  margin-bottom: 7px;
  font-size: 1.4rem;
  @include mq-pc {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.channel-preview__date {
  @include font-size(13,14);
  padding: 0 10px;
}
*/
/*
.channel-preview-slide.is-top {
  max-width: 1280px;
  @include mq-sp {
    margin: 0 40px;
  }
  @include mq-sp-slim {
    margin: 0 25px;
  }
  @include mq-pc {

  }
}
.channel-preview-slide.is-top .channel-preview-item {

  @include mq-pc {
    padding: 0 10px;
  }
}*/
.channel-preview-item.category01 .channel-preview__category {
  background-color: #AED4F1;
}

.channel-preview-item.category02 .channel-preview__category {
  background-color: #FAC55E;
}

.channel-preview-item.category03 .channel-preview__category {
  background-color: #F6BDBB;
}

.channel-preview-item.category04 .channel-preview__category {
  background-color: #C9A063;
}

/*
  OREC CHANNEL リスト
 */
.channel-list {
  display: flex;
  flex-wrap: wrap;
}

.channel-list__item > a, .channel-list__item > span {
  display: block;
  height: 100%;
  background-color: #efefef;
  border-radius: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .channel-list__item {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .channel-list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:813px) {
  .channel-list__item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  .channel-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .channel-list__item:hover .item-pict picture,
  .channel-list__item:hover .item-pict img {
    transform: scale3d(1.05, 1.05, 1);
  }
}

.channel-list__item .item-category {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  /*height: 25px;*/
  padding: 4px 0;
  background-color: #efefef;
  border-radius: 10px 10px 0 0;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-list__item .item-category {
    font-size: clamp(1.4rem, 2.188vw, 1.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-list__item .item-category {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-list__item .item-category {
    font-size: 1.84rem;
  }
}
@media print, screen and (min-width:813px) {
  .channel-list__item .item-category {
    /*height: 30px;*/
    padding: 8px 0;
  }
}

.channel-list__item .item-pict {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.channel-list__item .item-pict::before {
  float: left;
  content: "";
  padding-top: 62.5%;
}
.channel-list__item .item-pict::after {
  display: block;
  content: "";
  clear: both;
}
.channel-list__item .item-pict > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.channel-list__item .item-pict picture, .channel-list__item .item-pict img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--duration-hover);
}
.channel-list__item .item-pict picture::before, .channel-list__item .item-pict img::before {
  float: left;
  content: "";
  padding-top: 62.5%;
}
.channel-list__item .item-pict picture::after, .channel-list__item .item-pict img::after {
  display: block;
  content: "";
  clear: both;
}
.channel-list__item .item-pict picture > img, .channel-list__item .item-pict img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.channel-list__item .item-heading {
  font-size: 1.3rem;
  line-height: 1.5;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 0.4em;
  padding: 0 14px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-list__item .item-heading {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-list__item .item-heading {
    font-size: 1.9rem;
    font-size: clamp(1.672rem, 1.451vw, 2.1rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-list__item .item-heading {
    font-size: 2.185rem;
  }
}
@media print, screen and (min-width:813px) {
  .channel-list__item .item-heading {
    padding: 0 20px;
  }
}

.channel-list__item .item-date {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.2rem;
  padding: 0 14px 14px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-list__item .item-date {
    font-size: clamp(1.2rem, 1.875vw, 1.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-list__item .item-date {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-list__item .item-date {
    font-size: 1.61rem;
  }
}
@media print, screen and (min-width:813px) {
  .channel-list__item .item-date {
    padding: 0 20px 20px;
  }
}

.channel-list.--carousel .channel-list__item {
  width: auto;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .channel-list.--carousel {
    margin: 0 30px;
  }
  .channel-list.--carousel .channel-list__item {
    padding: 0 1.5vw;
  }
}
@media print, screen and (min-width:813px) {
  .channel-list.--carousel {
    margin: 0 70px;
  }
  .channel-list.--carousel .channel-list__item {
    padding: 0 20px;
  }
}

@media print, screen and (min-width:813px) {
  .channel-list.--col4 .channel-list__item {
    width: 23%;
    margin-right: 2.6%;
  }
  .channel-list.--col4 .channel-list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .channel-list.--col4 .channel-list__item:nth-child(4n) {
    margin-right: 0;
  }
}

.channel-list.--channel-top .channel-list__item {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .channel-list.--channel-top .channel-list__item:nth-child(3) {
    display: none;
  }
}
.channel-list.--pickup .channel-list__item .item-category {
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-list.--pickup .channel-list__item .item-category {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-list.--pickup .channel-list__item .item-category {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-list.--pickup .channel-list__item .item-category {
    font-size: 2.3rem;
  }
}
.channel-list.--pickup .channel-list__item {
  margin-right: 0;
  padding: 0 3vw;
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .channel-list.--pickup .channel-list__item:nth-child(3) {
    display: block;
  }
}
@media print, screen and (min-width:813px) {
  .channel-list.--pickup {
    display: block;
  }
  .channel-list.--pickup .channel-list__item {
    padding: 0 40px;
    width: 680px;
  }
  .channel-list.--pickup .channel-list__item .item-pict {
    position: relative;
  }
  .channel-list.--pickup .channel-list__item .item-pict::before {
    float: left;
    content: "";
    padding-top: 50%;
  }
  .channel-list.--pickup .channel-list__item .item-pict::after {
    display: block;
    content: "";
    clear: both;
  }
  .channel-list.--pickup .channel-list__item .item-pict > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .channel-list.--pickup .channel-list__item .item-category {
    height: 40px;
  }
}

.channel-list.--pickup .slick-prev,
.channel-list.--pickup .slick-next,
.channel-list.--carousel .slick-prev,
.channel-list.--carousel .slick-next {
  background-color: #fff;
  border-radius: 50%;
  background-size: 32% auto;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
}
.channel-list.--pickup .slick-prev,
.channel-list.--carousel .slick-prev {
  background-position: left 43% center;
}
.channel-list.--pickup .slick-next,
.channel-list.--carousel .slick-next {
  background-position: right 43% center;
}
@media print, screen and (min-width:813px) {
  .channel-list.--pickup .slick-prev,
  .channel-list.--pickup .slick-next,
  .channel-list.--carousel .slick-prev,
  .channel-list.--carousel .slick-next {
    width: 48px;
    height: 48px;
  }
}

@media print, screen and (min-width:813px) {
  .channel-list.--pickup .slick-prev {
    left: 30px;
  }
  .channel-list.--pickup .slick-next {
    right: 30px;
  }
}

.channel-list.--carousel .slick-prev {
  margin-left: -35px;
}
.channel-list.--carousel .slick-next {
  margin-right: -35px;
}
@media print, screen and (min-width:813px) {
  .channel-list.--carousel .slick-prev {
    margin-left: -60px;
  }
  .channel-list.--carousel .slick-next {
    margin-right: -60px;
  }
}

/* ==========================================================================
   24/12/14 コンテンツごとに作成していたCSSを１つに統合
   ========================================================================== */
.about-concept {
  text-align: center;
  padding: 60px 0 60px;
  background-color: #F4F4F4;
}
@media print, screen and (min-width:813px) {
  .about-concept {
    padding: 100px 0 100px;
  }
}

.about-concept__catch {
  display: inline-block;
  width: 52%;
  margin-bottom: 20px;
}
@media print, screen and (min-width:813px) {
  .about-concept__catch {
    width: 400px;
    margin-bottom: 60px;
  }
}

.about-concept__text {
  color: #007A59;
  font-size: 1.6rem;
  font-family: "FOT-筑紫明朝 Pr6 D", serif;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .about-concept__text {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .about-concept__text {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .about-concept__text {
    font-size: 2.3rem;
  }
}
.about-concept__text ruby {
  font-family: serif !important;
}
.about-concept__text:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width:813px) {
  .about-concept__text {
    margin-bottom: 40px;
  }
}

.about-originality-block {
  margin-bottom: 60px;
}
@media print, screen and (min-width:813px) {
  .about-originality-block {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-originality__pict {
    margin: 0 calc((100vw - 100%) / -2);
  }
}

.about-history {
  padding: 40px 0;
}
@media print, screen and (min-width:813px) {
  .about-history {
    padding: 100px 0;
  }
}

.about-history-wrap {
  background-color: #F4F4F4;
  padding: 30px 0 60px;
}
@media print, screen and (min-width:813px) {
  .about-history-wrap {
    padding: 60px 0;
  }
}

.about-history-list {
  position: relative;
}
.about-history-list::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #A4A4A4;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-history-list {
    margin: 0 30px;
    padding-bottom: 30px;
  }
  .about-history-list::before {
    left: 60px;
  }
}
@media only screen and (max-width: 340px) {
  .about-history-list {
    margin: 0 15px;
  }
}
@media print, screen and (min-width:813px) {
  .about-history-list {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }
  .about-history-list::before {
    left: 164px;
  }
}

.about-history-list__item {
  display: flex;
  flex-wrap: wrap;
}
.about-history-list__item .item-year {
  position: relative;
}
.about-history-list__item .item-txt,
.about-history-list__item .item-txt-s {
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .about-history-list__item .item-txt,
  .about-history-list__item .item-txt-s {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .about-history-list__item .item-txt,
  .about-history-list__item .item-txt-s {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .about-history-list__item .item-txt,
  .about-history-list__item .item-txt-s {
    font-size: 1.84rem;
  }
}
.about-history-list__item .item-txt > small,
.about-history-list__item .item-txt-s > small {
  font-size: 0.8em;
}
.about-history-list__item .item-txt-s {
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .about-history-list__item .item-txt-s {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .about-history-list__item .item-txt-s {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width: 1441px) {
  .about-history-list__item .item-txt-s {
    font-size: 1.725rem;
  }
}
.about-history-list__item .item-box.--nopdg {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-history-list__item {
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .about-history-list__item .item-box,
  .about-history-list__item .item-box2 {
    position: relative;
    width: calc(100% - 90px);
    padding: 15px;
  }
  .about-history-list__item .item-box2 {
    margin-left: 90px;
    padding-bottom: 0;
  }
  .about-history-list__item .item-year {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .about-history-list__item .item-txt + .item-pict {
    margin-top: 10px;
  }
}
@media print, screen and (min-width:813px) {
  .about-history-list__item {
    margin-bottom: 30px;
  }
  .about-history-list__item .item-year {
    width: 165px;
    padding-right: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .about-history-list__item .item-year img {
    width: 60px;
  }
  .about-history-list__item .item-box {
    position: relative;
    width: auto;
    max-width: 584px;
    margin-left: 35px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .about-history-list__item .item-box2 {
    width: auto;
    max-width: 584px;
    margin-left: calc(20% + 55px);
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
  }
}

.about-history-list__item.--large .item-year {
  padding-right: 0;
  align-items: flex-start;
}
.about-history-list__item.--large .item-year img {
  width: 100%;
  background-color: #F4F4F4;
  padding-top: 5px;
  padding-bottom: 5px;
}
.about-history-list__item.--large .item-txt {
  font-size: 1.7rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .about-history-list__item.--large .item-txt {
    font-size: clamp(1.7rem, 2.656vw, 2.2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .about-history-list__item.--large .item-txt {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .about-history-list__item.--large .item-txt {
    font-size: 2.07rem;
  }
}
.about-history-list__item.--large .item-box {
  background-color: #fff;
}
.about-history-list__item.--large .item-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10px 11px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -10px;
  top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-history-list__item.--large {
    margin-bottom: 30px;
  }
  .about-history-list__item.--large .item-year {
    width: 75px;
    padding-top: 12px;
    margin-left: -2%;
  }
}
@media print, screen and (min-width:813px) {
  .about-history-list__item.--large {
    align-items: center;
  }
  .about-history-list__item.--large .item-year {
    justify-content: flex-start;
  }
  .about-history-list__item.--large .item-year img {
    width: 130px;
  }
  .about-history-list__item.--large .item-year::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #007A59;
    border-radius: 50%;
    right: -7.5px;
    top: calc(50% - 7.5px);
  }
  .about-history-list__item.--large .item-box::before {
    border-width: 15px 16px 15px 0;
    top: calc(50% - 15px);
    left: -16px;
  }
}

@media print, screen and (min-width:813px) {
  .about-history-list__item .item-box.--y1948 {
    max-width: 530px;
  }
  .about-history-list__item .item-box.--y1948 .item-txt {
    width: 55%;
  }
  .about-history-list__item .item-box.--y1948 .item-pict {
    width: 44%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-history-list__item .item-box.--y1957 .item-pict {
    max-width: 230px;
  }
}
@media print, screen and (min-width:813px) {
  .about-history-list__item .item-box.--y1957 {
    max-width: 570px;
  }
  .about-history-list__item .item-box.--y1957 .item-txt {
    width: 40%;
  }
  .about-history-list__item .item-box.--y1957 .item-pict {
    width: 55%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-history-list__item .item-box.--y1988 .item-pict {
    margin: 10px 15px 0;
  }
}
@media print, screen and (min-width:813px) {
  .about-history-list__item .item-box.--y1988 {
    max-width: 500px;
  }
  .about-history-list__item .item-box.--y1988 .item-txt {
    width: 46%;
  }
  .about-history-list__item .item-box.--y1988 .item-pict {
    width: 50%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-history-list__item .item-box.--y1989 .item-pict {
    max-width: 230px;
  }
}
@media print, screen and (min-width:813px) {
  .about-history-list__item .item-box.--y1989 {
    max-width: 460px;
  }
  .about-history-list__item .item-box.--y1989 .item-txt {
    width: 36%;
  }
  .about-history-list__item .item-box.--y1989 .item-pict {
    width: 64%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-history-list__item .item-box.--y1992 .item-pict {
    margin: 10px 20px 0;
  }
}
@media print, screen and (min-width:813px) {
  .about-history-list__item .item-box.--y1992 {
    max-width: 410px;
  }
  .about-history-list__item .item-box.--y1992 .item-txt {
    width: 55%;
  }
  .about-history-list__item .item-box.--y1992 .item-pict {
    width: 45%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-history-list__item .item-box.--y1993 .item-pict {
    margin: 10px 20px 0;
  }
}
@media print, screen and (min-width:813px) {
  .about-history-list__item .item-box.--y1993 {
    max-width: 390px;
  }
  .about-history-list__item .item-box.--y1993 .item-txt {
    width: 55%;
  }
  .about-history-list__item .item-box.--y1993 .item-pict {
    width: 45%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-history-list__item .item-box.--y2001 .item-pict {
    margin: 10px 30px 0;
  }
}
@media print, screen and (min-width:813px) {
  .about-history-list__item .item-box.--y2001 {
    max-width: 390px;
  }
  .about-history-list__item .item-box.--y2001 .item-txt {
    width: 55%;
  }
  .about-history-list__item .item-box.--y2001 .item-pict {
    width: 45%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-history-list__item .item-box.--y2016 .item-pict {
    max-width: 230px;
  }
}
@media print, screen and (min-width:813px) {
  .about-history-list__item .item-box.--y2016 {
    max-width: 430px;
  }
  .about-history-list__item .item-box.--y2016 .item-txt {
    width: 55%;
  }
  .about-history-list__item .item-box.--y2016 .item-pict {
    width: 45%;
  }
}

.about-movie__heading {
  font-size: 1.8rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .about-movie__heading {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .about-movie__heading {
    font-size: 2.4rem;
    font-size: clamp(2.112rem, 1.833vw, 2.6rem);
  }
}
@media screen and (min-width: 1441px) {
  .about-movie__heading {
    font-size: 2.76rem;
  }
}
@media print, screen and (min-width:813px) {
  .about-movie__heading {
    margin-bottom: 50px;
  }
}

.about-movie-container1 {
  margin-bottom: 60px;
}
@media print, screen and (min-width:813px) {
  .about-movie-container1 {
    margin-bottom: 100px;
  }
  .about-movie-container1 a {
    transition: var(--duration-hover);
  }
  .about-movie-container1 a:hover {
    opacity: 0.75;
  }
}

.about-movie-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .about-movie-list > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .about-movie-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:813px) {
  .about-movie-list {
    margin-bottom: 120px;
  }
  .about-movie-list > li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4rem;
  }
  .about-movie-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .about-movie-list a {
    transition: var(--duration-hover);
  }
  .about-movie-list a:hover {
    opacity: 0.75;
  }
}

.about-movie__pict {
  position: relative;
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .about-movie__pict {
    margin-bottom: 20px;
  }
}

.about-movie__label {
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .about-movie__label {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .about-movie__label {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .about-movie__label {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width:813px) {
  .about-movie__label {
    text-align: center;
  }
}

.about-movie-container3 {
  margin-bottom: 30px;
}
@media print, screen and (min-width:813px) {
  .about-movie-container3 {
    width: 70%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-movie-container3 a {
    transition: var(--duration-hover);
  }
  .about-movie-container3 a:hover {
    opacity: 0.75;
  }
}

.about-movie__text {
  text-align: center;
  line-height: 2;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .about-movie__text {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .about-movie__text {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .about-movie__text {
    font-size: 1.84rem;
  }
}

.movie-icon::after,
.movie-icon-s::after {
  content: "";
  display: block;
  position: absolute;
  width: 56px;
  height: 36px;
  background: url(../img/ic_movie.svg) no-repeat center center/contain;
  left: calc(50% - 28px);
  top: calc(50% - 18px);
}
@media print, screen and (min-width:813px) {
  .movie-icon::after,
  .movie-icon-s::after {
    width: 70px;
    height: 45px;
    left: calc(50% - 35px);
    top: calc(50% - 22px);
  }
}

.movie-icon-s::after {
  width: 32px;
  height: 22px;
  left: calc(50% - 16px);
  top: calc(50% - 11px);
}
@media print, screen and (min-width:813px) {
  .movie-icon-s::after {
    width: 42px;
    height: 27px;
    left: calc(50% - 21px);
    top: calc(50% - 13px);
  }
}

.channel-mv {
  position: relative;
  background: url(../img/channel_pattern.png) repeat-x bottom center/auto 35px;
  height: 40vw;
  overflow: hidden;
}
@media print, screen and (min-width:813px) {
  .channel-mv {
    background-size: auto 55px;
    height: 320px;
  }
}

.channel-mv-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6vw;
}
@media print, screen and (min-width:813px) {
  .channel-mv-inner {
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    padding: 0 5vw;
    padding-bottom: 60px;
  }
}

.channel-mv__heading {
  width: 62vw;
}
@media print, screen and (min-width:813px) {
  .channel-mv__heading {
    width: 50vw;
    margin: 0 2vw;
    max-width: 550px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .channel-mv__heading {
    width: 50%;
  }
}

/***
  channel 検索エリア
 */
.channel-search {
  background-color: #007A59;
  padding: 30px 0;
}
@media print, screen and (min-width:813px) {
  .channel-search {
    padding: 60px 0;
  }
}

.channel-search-inner {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}

@media print, screen and (min-width:813px) {
  .channel-search-container {
    display: flex;
  }
}

.channle-search__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
}
.channle-search__trigger svg {
  display: block;
  width: 22px;
  height: 22px;
  stroke: #3E3A39;
}
.channle-search__trigger .icon2 {
  display: none;
}
.channle-search__trigger.is-active .icon1 {
  display: none;
}
.channle-search__trigger.is-active .icon2 {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .channle-search__trigger {
    position: relative;
    height: 36px;
  }
  .channle-search__trigger .label {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    height: 100%;
    /*font-weight: bold;*/
    font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
    font-style: normal;
  }
  .channle-search__trigger svg {
    margin: 0 10px 0 auto;
  }
}
@media print, screen and (min-width:813px) {
  .channle-search__trigger {
    width: 60px;
    transition: var(--duration-hover);
  }
  .channle-search__trigger .label {
    display: none;
  }
  .channle-search__trigger svg {
    width: 22px;
    height: 22px;
  }
  .channle-search__trigger:hover {
    opacity: 0.75;
  }
}

.channel-search__category {
  margin-bottom: 30px;
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .channel-search__category {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width:813px) {
  .channel-search__category {
    width: 100%;
    margin: 0;
  }
}

.channel-search__category > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-search__category > li > a {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-search__category > li > a {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-search__category > li > a {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .channel-search__category > li {
    width: 49%;
    margin-bottom: 2%;
    border-radius: 3px;
    background-color: #efefef;
  }
  .channel-search__category > li > a {
    height: 32px;
  }
}
@media print, screen and (min-width:813px) {
  .channel-search__category > li {
    flex: 1;
    transition: var(--duration-hover) background-color;
  }
  .channel-search__category > li > a {
    height: 50px;
    transition: var(--duration-hover) color;
  }
  .channel-search__category > li:hover {
    background-color: #008d67;
  }
  .channel-search__category > li:hover > a {
    color: #fff;
  }
}

.channel-search__searchbox {
  margin: 0 auto 30px;
  /*width: 250px;*/
}
.channel-search__searchbox .searchbox__input {
  background-color: #efefef !important;
}
@media print, screen and (min-width:813px) {
  .channel-search__searchbox {
    margin: 0 auto 50px;
    width: 330px;
  }
}

.channel-search__taghead {
  text-align: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  color: #007A59;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-search__taghead {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-search__taghead {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-search__taghead {
    font-size: 2.07rem;
  }
}
@media print, screen and (min-width:813px) {
  .channel-search__taghead {
    margin-bottom: 15px;
  }
}

.channel-search-container2 {
  padding: 15px;
}
@media print, screen and (min-width:813px) {
  .channel-search-container2 {
    padding: 40px 50px 30px;
  }
}

.channel-pickup {
  padding: 10px 0 40px;
  background-color: #007A59;
}
@media print, screen and (min-width:813px) {
  .channel-pickup {
    padding: 30px 0 70px;
  }
}

.channel-pickup__heading {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .channel-pickup__heading {
    display: none;
  }
}
@media print, screen and (min-width:813px) {
  .channel-pickup__heading {
    margin-bottom: 40px;
  }
}

.channel-pickup__heading-en {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-pickup__heading-en {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-pickup__heading-en {
    font-size: 2.5rem;
    font-size: clamp(2.2rem, 1.91vw, 2.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-pickup__heading-en {
    font-size: 2.875rem;
  }
}

.channel-pickup__heading-jp {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-pickup__heading-jp {
    font-size: clamp(1.4rem, 2.188vw, 1.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-pickup__heading-jp {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-pickup__heading-jp {
    font-size: 1.725rem;
  }
}

.channel-block {
  position: relative;
  padding-top: 20px;
  margin-bottom: 120px;
}
.channel-block:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width:813px) {
  .channel-block {
    margin-bottom: 180px;
  }
}

.channel-block-head {
  margin-bottom: 2.5em;
}
@media print, screen and (min-width:813px) {
  .channel-block-head {
    margin-bottom: 3.5em;
  }
}

.channel-block__heading {
  white-space: nowrap;
  text-align: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.16em;
  margin-bottom: 0.35em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-block__heading {
    font-size: clamp(2.8rem, 4.375vw, 3.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-block__heading {
    font-size: 3.8rem;
    font-size: clamp(3.344rem, 2.903vw, 4.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-block__heading {
    font-size: 4.37rem;
  }
}
@media print, screen and (min-width:813px) {
  .channel-block__heading {
    padding-right: 92px;
  }
}

.channel-block__heading::before {
  content: "";
  display: block;
  position: absolute;
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width:813px) {
  .channel-block__heading::before {
    width: 82px;
    height: 82px;
    margin-right: 20px;
  }
}

.channel-block__heading.--people::before {
  background-image: url(/common/img/category_people.png);
}

.channel-block__heading.--meal::before {
  background-image: url(/common/img/category_meal.png);
}

.channel-block__heading.--dictionary::before {
  background-image: url(/common/img/category_dictionary.png);
}

.channel-block__heading.--expert::before {
  background-image: url(/common/img/category_expert.png);
}

.channel-block__btn {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
@media print, screen and (min-width:813px) {
  .channel-block__btn {
    width: 204px;
  }
}

.channel-single-head {
  margin-bottom: 40px;
}
@media print, screen and (min-width:813px) {
  .channel-single-head {
    margin-bottom: 80px;
  }
}

.channel-single__category {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-single__category {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-single__category {
    font-size: 2.2rem;
    font-size: clamp(1.936rem, 1.681vw, 2.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-single__category {
    font-size: 2.53rem;
  }
}
@media print, screen and (min-width:813px) {
  .channel-single__category {
    margin-bottom: 30px;
  }
}

.channel-single__heading {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 25px;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-single__heading {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-single__heading {
    font-size: 2.6rem;
    font-size: clamp(2.288rem, 1.986vw, 2.9rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-single__heading {
    font-size: 2.99rem;
  }
}
@media print, screen and (min-width:813px) {
  .channel-single__heading {
    width: 70%;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .channel-single__heading {
    width: 85%;
  }
}

.channel-single__date {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .channel-single__date {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .channel-single__date {
    font-size: 1.7rem;
    font-size: clamp(1.496rem, 1.299vw, 1.9rem);
  }
}
@media screen and (min-width: 1441px) {
  .channel-single__date {
    font-size: 1.955rem;
  }
}
@media print, screen and (min-width:813px) {
  .channel-single__date {
    margin-bottom: 25px;
  }
}

.channel-single-related {
  margin-bottom: 40px;
}
@media print, screen and (min-width:813px) {
  .channel-single-related {
    margin-bottom: 80px;
  }
}

.channel-wrap {
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
}
@media print, screen and (min-width:813px) {
  .channel-wrap {
    padding-top: 120px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .channel-wrap {
    padding-bottom: 170px;
  }
}

@media print, screen and (min-width:813px) {
  .channel-wrap.--top {
    padding-top: 160px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .channel-wrap.--recruit-single {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .greenlab-container {
    margin-left: calc((100vw - 100%) / 2);
    margin-right: calc((100vw - 100%) / 2);
  }
}
@media print, screen and (min-width:813px) {
  .greenlab-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.greenlab__logo {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media print, screen and (min-width:813px) {
  .greenlab__logo {
    width: 495px;
    margin-bottom: 80px;
  }
}

.greenlab__pict {
  margin-bottom: 20px;
}
@media print, screen and (min-width:813px) {
  .greenlab__pict {
    margin-bottom: 30px;
    width: calc(50% - 15px);
  }
}

@media print, screen and (min-width:813px) {
  .greenlab__pict.--wide {
    width: 100%;
  }
}

.greenlab__caption {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .greenlab__caption {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .greenlab__caption {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .greenlab__caption {
    font-size: 1.84rem;
  }
}

.greenlab__btn {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 40px;
}
.greenlab__btn .btn-inner {
  font-size: 1.5rem;
  padding-right: 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .greenlab__btn .btn-inner {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .greenlab__btn .btn-inner {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .greenlab__btn .btn-inner {
    font-size: 1.84rem;
  }
}
@media print, screen and (min-width:813px) {
  .greenlab__btn {
    margin-top: 20px;
    width: 324px;
    margin-bottom: 120px;
  }
}

.greenlab__text {
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .greenlab__text {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .greenlab__text {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .greenlab__text {
    font-size: 2.07rem;
  }
}
@media print, screen and (min-width:813px) {
  .greenlab__text {
    text-align: center;
  }
}

.product-pickup {
  margin-bottom: 70px;
}
@media print, screen and (min-width:813px) {
  .product-pickup {
    margin-bottom: 120px;
  }
}

.product-pickup-wrap {
  background-color: #f4f4f4;
  padding: 30px 40px;
}
@media print, screen and (min-width:813px) {
  .product-pickup-wrap {
    padding: 60px 0;
    padding-left: 8.5vw;
    padding-right: 8.5vw;
  }
}

@media print, screen and (min-width:813px) {
  .product-pickup-list {
    display: flex;
    max-width: 2090px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-pickup-item {
  position: relative;
  padding: 0 10px;
}
.product-pickup-item > a, .product-pickup-item > span {
  display: block;
  background-color: #fff;
  height: 100%;
}
@media print, screen and (min-width:813px) {
  .product-pickup-item {
    width: 33.33%;
    padding: 0 10px;
  }
  .product-pickup-item > a {
    transition: var(--duration-hover);
  }
  .product-pickup-item > a:hover {
    opacity: 0.75;
  }
}

.product-pickup-item__ribbon {
  /* position: absolute;
   left: 25px;
   top: 12px;
   transform: translateY(50%);
   img {
     height: 18px;
   }
   @include mq-pc {
     left: 30px;
   }*/
  position: absolute;
  right: 25px;
  top: 21px;
}
.product-pickup-item__ribbon img {
  height: 18px;
  margin-right: 0;
  margin-left: auto;
}
.product-pickup-item__ribbon img + img {
  margin-top: 3px;
}
@media print, screen and (min-width:813px) {
  .product-pickup-item__ribbon {
    right: 30px;
  }
}

.product-pickup-item__pict {
  padding-top: 30px;
  margin-bottom: 10px;
}
.product-pickup-item__pict img {
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width:813px) {
  .product-pickup-item__pict {
    margin-bottom: 15px;
  }
  .product-pickup-item__pict img {
    width: calc(100% - 40px);
  }
}

.product-pickup-item__category {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.product-pickup-item__category img {
  height: 40px;
}
@media print, screen and (min-width:813px) {
  .product-pickup-item__category img {
    height: 46px;
  }
}

.product-pickup-item__label {
  border-top: 2px solid #007A59;
  font-size: 2.4rem;
  text-align: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  word-break: break-all;
  line-height: 1.1;
  margin: 0 10px;
  padding: 17px 10px 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-pickup-item__label {
    font-size: clamp(2.4rem, 3.75vw, 3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-pickup-item__label {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-pickup-item__label {
    font-size: 3.45rem;
  }
}

.product-pickup-list .slick-prev,
.product-pickup-list .slick-next {
  background-color: #fff;
  border-radius: 50%;
  background-size: 32% auto;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
}
.product-pickup-list .slick-prev {
  background-position: left 43% center;
  margin-left: -35px;
}
.product-pickup-list .slick-next {
  background-position: right 43% center;
  margin-right: -35px;
}
@media print, screen and (min-width:813px) {
  .product-pickup-list .slick-prev,
  .product-pickup-list .slick-next {
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
  }
  .product-pickup-list .slick-prev {
    margin-left: -60px;
  }
  .product-pickup-list .slick-next {
    margin-right: -60px;
  }
}

/* --------------------------------------------------------------------
  #PRODUCT LINEUP 一覧
 */
/**
  product lineup 大括り
 */
.product-lineup {
  /*@include mq-fromto($pc_min_w-num,1080){
    grid-template-columns: 32% 32% 32%;
  }*/
}
@media print, screen and (min-width:813px) {
  .product-lineup {
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    gap: 120px 2%;
    margin-bottom: 80px;
  }
}

.product-lineup-block {
  scroll-margin-top: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-lineup-block {
    margin-bottom: 80px;
  }
}

.product-lineup-block.--mower {
  /*  @include mq-fromto($pc_min_w-num, 1080) {
      grid-column: 1/4;
    }*/
}
.product-lineup-block.--mower .product-lineup__heading-main {
  background-color: #54B985;
}
@media print, screen and (min-width:813px) {
  .product-lineup-block.--mower {
    grid-column: 1/5;
  }
}

.product-lineup-block.--weed {
  /*  @include mq-fromto($pc_min_w-num, 1080) {
      grid-column: 1/4;
    }*/
}
.product-lineup-block.--weed .product-lineup__heading-main {
  background-color: #B1D363;
}
@media print, screen and (min-width:813px) {
  .product-lineup-block.--weed {
    grid-column: 1/2;
  }
}

.product-lineup-block.--tiller {
  /*  @include mq-fromto($pc_min_w-num, 1080) {
      grid-column: 1/4;
    }*/
}
.product-lineup-block.--tiller .product-lineup__heading-main {
  background-color: #C3996D;
}
@media print, screen and (min-width:813px) {
  .product-lineup-block.--tiller {
    grid-column: 2/5;
  }
}

.product-lineup-block.--snowplow {
  /*  @include mq-fromto($pc_min_w-num, 1080) {
      grid-column: 1/4;
    }*/
}
.product-lineup-block.--snowplow .product-lineup__heading-main {
  background-color: #C9C9C9;
}
@media print, screen and (min-width:813px) {
  .product-lineup-block.--snowplow {
    grid-column: 1/3;
  }
}

.product-lineup-block.--deodorize {
  /* @include mq-fromto($pc_min_w-num, 1080) {
     grid-column: 1/4;
   }*/
}
.product-lineup-block.--deodorize .product-lineup__heading-main {
  background-color: #77B2D7;
}
@media print, screen and (min-width:813px) {
  .product-lineup-block.--deodorize {
    grid-column: 3/5;
  }
}

/**
  product lineup見出し
 */
.product-lineup__heading {
  letter-spacing: 0.085em;
  margin-bottom: 40px;
}
@media print, screen and (min-width:813px) {
  .product-lineup__heading {
    margin-bottom: 40px;
  }
}

.product-lineup__heading-main {
  background-color: #999;
  color: #4D4D4D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  min-height: 40px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-lineup__heading-main {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-lineup__heading-main {
    font-size: 2.5rem;
    font-size: clamp(2.2rem, 1.91vw, 2.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-lineup__heading-main {
    font-size: 2.875rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-lineup__heading-main {
    min-height: 50px;
  }
}

.product-lineup__heading-sub {
  text-align: center;
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-lineup__heading-sub {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-lineup__heading-sub {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-lineup__heading-sub {
    font-size: 2.07rem;
  }
}

/* --------------------------------------------------------------------
  #PRODUCT - 絞り込み検索エリア
 */
.product-select {
  background-color: #e3e3e3;
  padding: 60px 0;
  margin-bottom: 50px;
}
@media print, screen and (min-width:813px) {
  .product-select {
    padding: 60px 0;
    margin-bottom: 80px;
  }
}

.product-select-box {
  position: relative;
}
.product-select-box > dt {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-select-box > dt {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-select-box > dt {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-select-box > dt {
    font-size: 2.07rem;
  }
}
.product-select-box > dd {
  font-size: 1.2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-select-box > dd {
    font-size: clamp(1.2rem, 1.875vw, 1.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-select-box > dd {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-select-box > dd {
    font-size: 1.84rem;
  }
}
.product-select-box > dd.--font-small {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-select-box > dd.--font-small {
    font-size: clamp(1.2rem, 1.875vw, 1.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-select-box > dd.--font-small {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-select-box > dd.--font-small {
    font-size: 1.725rem;
  }
}
@media only screen and (max-width: 340px) {
  .product-select-box > dd {
    font-size: 1.2rem;
  }
}
.product-select-box .check-all {
  display: flex;
  color: #fff;
  margin-right: 3px;
  background-color: #969696;
}
.product-select-box .check {
  flex: 1;
  background-color: #fff;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-right: 3px;
}
.product-select-box .grid-wrap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.product-select-box input {
  display: none;
}
.product-select-box label {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 3px;
  line-height: 1.2;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-select-box > dt {
    margin-bottom: 10px;
  }
  .product-select-box .check-all {
    display: flex;
    width: 45px;
    margin-right: 3px;
  }
  .product-select-box .grid-wrap {
    margin-bottom: -3px;
  }
  .product-select-box .check {
    margin-bottom: 3px;
  }
  .product-select-box > dd {
    position: relative;
    margin-bottom: 20px;
  }
  .product-select-box > dd.--series img {
    height: 30px;
  }
  .product-select-box label {
    flex-direction: column;
  }
}
@media print, screen and (min-width:813px) {
  .product-select-box {
    display: flex;
    flex-wrap: wrap;
  }
  .product-select-box > dt, .product-select-box > dd {
    margin-bottom: 15px;
  }
  .product-select-box > dt {
    width: 110px;
  }
  .product-select-box > dd {
    grid-template-columns: 142px 1fr;
    width: calc(100% - 110px);
  }
  .product-select-box > dd.--series img {
    height: 40px;
  }
  .product-select-box .check-all {
    width: 139px;
  }
  .product-select-box .check:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 813px) and (max-width: 1150px) {
  .product-select-box label {
    flex-direction: column;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-select-box > dd.--sp-col3 .check {
    flex: none;
    width: 32.33%;
    /*margin-bottom: 3px;*/
  }
  .product-select-box > dd.--sp-col3 .check:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-select-box > dd.--sp-col5 .check {
    flex: none;
    width: 19%;
    margin-right: 1%;
    /*margin-bottom: 3px;*/
  }
  .product-select-box > dd.--sp-col5 .check:nth-child(5n) {
    margin-right: 0;
  }
}

input:checked + .check-all,
input:checked + .check {
  color: #fff;
  background-color: #007A59 !important;
}

.product-select-box .check.--rabbit-mower {
  background-color: #1EAA39;
}

.product-select-box .check.--spider-mower-rc {
  background-color: #7774B4;
}

.product-select-box .check.--spider-mower {
  background-color: #7774B4;
}

.product-select-box .check.--wing-mower {
  background-color: #009FE8;
}

.product-select-box .check.--bull-mower-rc {
  background-color: #F08C00;
}

.product-select-box .check.--bull-mower {
  background-color: #F08C00;
}

.product-select-box .check.--cow-mower {
  background-color: #F7B400;
}

.product-select-box .check.--auto-mower {
  background-color: #E7380D;
}

.product-select-box .check.--gtec-mower {
  background-color: #AACC03;
}

.product-select-box .check.--walking-mower {
  background-color: #B6BE53;
}

.product-select-box .check.--kuwagata-mower {
  background-color: #C17340;
}

/* --------------------------------------------------------------------
  #PRODUCT - ページ下カテゴリーへのリンク
 */
.product-category {
  margin-bottom: 50px;
}
@media print, screen and (min-width:813px) {
  .product-category {
    margin-bottom: 120px;
  }
}

.product-category-list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-category-list-item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
  }
  .product-category-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 340px) {
  .product-category-list-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media print, screen and (min-width:813px) {
  .product-category-list-item {
    width: 18.4%;
    margin-right: 2%;
  }
  .product-category-list-item > a {
    transition: var(--duration-hover);
  }
  .product-category-list-item > a:hover {
    opacity: 0.75;
  }
  .product-category-list-item:last-child {
    margin-right: 0;
  }
}

.product-category-list-item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  justify-content: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  border-radius: 2px;
  min-height: 52px;
  background-color: #efefef;
}
.product-category-list-item-inner .icon-arrow {
  width: 28px;
  height: 6px;
  right: 12px;
  top: 32px;
  position: absolute;
  stroke: #3E3A39;
}
@media print, screen and (min-width:813px) {
  .product-category-list-item-inner {
    padding-left: 0;
    min-height: 62px;
    align-items: center;
  }
  .product-category-list-item-inner .icon-arrow {
    top: calc(50% - 3px);
  }
}

.product-category-list-item__en {
  font-size: 1.3rem;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-category-list-item__en {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-category-list-item__en {
    font-size: 1.7rem;
    font-size: clamp(1.496rem, 1.299vw, 1.9rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-category-list-item__en {
    font-size: 1.955rem;
  }
}
@media only screen and (max-width: 340px) {
  .product-category-list-item__en {
    font-size: 1.3rem;
  }
}

.product-category-list-item__jp {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-category-list-item__jp {
    font-size: clamp(1.1rem, 1.719vw, 1.4rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-category-list-item__jp {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-category-list-item__jp {
    font-size: 1.61rem;
  }
}
@media only screen and (max-width: 340px) {
  .product-category-list-item__jp {
    font-size: 1.1rem;
  }
}

.product-category-list-item.--mower .product-category-list-item-inner {
  background-color: #54B985;
}

.product-category-list-item.--weed .product-category-list-item-inner {
  background-color: #B1D363;
}

.product-category-list-item.--tiller .product-category-list-item-inner {
  background-color: #C3996D;
}

.product-category-list-item.--snowplow .product-category-list-item-inner {
  background-color: #C9C9C9;
}

.product-category-list-item.--deodorize .product-category-list-item-inner {
  background-color: #77B2D7;
}

/**
  プロダクト一覧
 */
.product-list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-list-select .item {
    padding-top: 12px;
    margin-bottom: 10px;
    width: 47%;
    margin-right: 3%;
  }
  .product-list-select .item .product-list-item__ribbon {
    top: 40px;
  }
}
@media print, screen and (min-width:813px) {
  .product-list-select .item {
    padding-top: 18px;
    width: calc(25% - 20px);
    margin-bottom: 15px;
    margin-right: 20px;
  }
  .product-list-select .item > a {
    transition: var(--duration-hover);
  }
  .product-list-select .item > a:hover {
    opacity: 0.75;
  }
  .product-list-select .item .product-list-item__ribbon {
    top: 58px;
  }
}

.product-list-item {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-list-item {
    margin-bottom: 10px;
    width: 49%;
    margin-right: 2%;
  }
  .product-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:813px) {
  .product-list-item {
    width: 100%;
    max-width: 310px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .product-list-item:last-child {
    margin-right: 0;
  }
  .product-list-item > a {
    transition: var(--duration-hover);
  }
  .product-list-item > a:hover {
    opacity: 0.75;
  }
}

/**
  カラムバリエーション
 */
.product-list.--centering {
  justify-content: center;
}

.product-list.--col4 .product-list-item {
  /*  @include mq-fromto($pc_min_w-num, 1080) {
      width: 31.6%;
      max-width: initial;
      margin-right: 2.5%;
      &:nth-child(4n) {
        margin-right: 2.5%;
      }
      &:nth-child(3n) {
        margin-right: 0;
      }
    }*/
}
@media print, screen and (min-width:813px) {
  .product-list.--col4 .product-list-item {
    width: 23.8%;
    margin-right: 1.5%;
  }
  .product-list.--col4 .product-list-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width:813px) {
  .product-list.--col3 .product-list-item {
    width: 32%;
    margin-right: 2%;
  }
  .product-list.--col3 .product-list-item:nth-child(3n) {
    margin-right: 0;
  }
}

.product-list.--product-top {
  margin-bottom: -30px;
}
.product-list.--product-top .product-list-item {
  margin-bottom: 30px;
}
@media print, screen and (min-width:813px) {
  .product-list.--product-top {
    margin-bottom: -50px;
  }
  .product-list.--product-top .product-list-item {
    margin-bottom: 50px;
  }
}

.product-list-item__ribbon {
  position: absolute;
  right: 0;
}
.product-list-item__ribbon img {
  height: 14px;
  margin-right: 0;
  margin-left: auto;
}
.product-list-item__ribbon img + img {
  margin-top: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-list-item__ribbon {
    top: -7px;
  }
}
@media print, screen and (min-width:813px) {
  .product-list-item__ribbon {
    top: -9px;
  }
  .product-list-item__ribbon img {
    height: 18px;
  }
}

.product-list-item__heading {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  text-align: center;
}
.product-list-item__heading img {
  display: inline-block;
  height: 30px;
}
@media print, screen and (min-width:813px) {
  .product-list-item__heading {
    margin-bottom: 40px;
  }
  .product-list-item__heading img {
    height: 38px;
  }
}

.product-list-item__model {
  font-size: 1.8rem;
  padding: 10px 10px 0;
  border-top: 2px solid #007A59;
  text-align: center;
  word-break: break-all;
  height: 55px;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-list-item__model {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-list-item__model {
    font-size: 2.2rem;
    font-size: clamp(1.936rem, 1.681vw, 2.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-list-item__model {
    font-size: 2.53rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-list-item__model {
    padding: 15px 10px 0;
    height: 90px;
  }
}

.product-list-item__spbtn {
  display: none;
  /*  border-radius: 2px;
    background-color: #666464;
    width: 70px;
    margin-top:10px;
    @include centering;

    .btn-inner {
      height: 20px;

      .icon-arrow {
        position: relative;
        top: auto;
        right: auto;
      }
    }

    @include mq-pc {
      display: none;
    }*/
}

/**
  関連機種リスト PC5カラム SP2カラム
 */
.product-list.--relation .product-list-item .product-list-item__model {
  font-size: 1.8rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-list.--relation .product-list-item .product-list-item__model {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-list.--relation .product-list-item .product-list-item__model {
    font-size: 2.2rem;
    font-size: clamp(1.936rem, 1.681vw, 2.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-list.--relation .product-list-item .product-list-item__model {
    font-size: 2.53rem;
  }
}
.product-list.--relation .product-list-item .product-pickup-item__ribbon {
  right: 0;
  top: -7px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-list.--relation .product-list-item .product-pickup-item__ribbon img {
    height: 14px;
  }
}
@media print, screen and (min-width:813px) {
  .product-list.--relation .product-list-item {
    width: 18.4%;
    max-width: initial;
    margin-right: 2%;
  }
  .product-list.--relation .product-list-item:nth-child(5n) {
    margin-right: 0;
  }
  .product-list.--relation .product-list-item .product-pickup-item__ribbon {
    right: 0;
    top: -9px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .product-list.--relation .product-list-item .product-list-item__model {
    font-size: 2rem;
  }
}

/**
  一覧へボタン
 */
.product-list__btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-list__btn {
    width: 200px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width:813px) {
  .product-list__btn {
    width: 240px;
    margin-top: 20px;
  }
}

.product-lineup-intro {
  padding: 50px 0 0;
}
@media print, screen and (min-width:813px) {
  .product-lineup-intro {
    padding: 70px 0 0;
  }
}

.product-lineup-intro-container {
  position: relative;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-lineup-intro__heading {
    text-align: center;
  }
  .product-lineup-intro__heading img {
    display: inline-block;
    height: 54px;
  }
}
@media only screen and (max-width: 340px) {
  .product-lineup-intro__heading img {
    height: 45px;
  }
}
@media print, screen and (min-width:813px) {
  .product-lineup-intro__heading img {
    height: 68px;
  }
}

.product-lineup-intro__type {
  display: flex;
}
.product-lineup-intro__type .product-lineup-intro__type-head,
.product-lineup-intro__type > li {
  font-size: 1.4rem;
  border-radius: 2px;
  display: flex;
  align-items: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  justify-content: center;
  height: 28px;
}
.product-lineup-intro__type .product-lineup-intro__type-head {
  border: 1px solid #3E3A39;
  background-color: #fff;
}
.product-lineup-intro__type > li {
  background-color: #e3e3e3;
  min-width: 45.3%;
  padding: 0 0.3em;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-lineup-intro__type {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .product-lineup-intro__type > li {
    margin: 0 1.5% 3%;
    min-width: 40%;
  }
  .product-lineup-intro__type > li:last-child {
    margin-right: 0;
  }
  .product-lineup-intro__type .product-lineup-intro__type-head {
    top: 0;
    min-width: 40%;
    white-space: nowrap;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:813px) {
  .product-lineup-intro__type {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .product-lineup-intro__type .product-lineup-intro__type-head,
  .product-lineup-intro__type > li {
    font-size: 1.6rem;
    width: initial;
    min-width: 100px;
    margin-right: 5px;
  }
  .product-lineup-intro__type > li:last-child {
    margin-right: 0;
  }
}

.product-lineup-intro__video {
  background-color: #efefef;
  width: 100%;
  height: 60vw;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.product-lineup-intro__video iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:813px) {
  .product-lineup-intro__video {
    height: 350px;
    width: 640px;
    margin-bottom: 80px;
  }
}

.product-others {
  margin-bottom: 50px;
}
@media print, screen and (min-width:813px) {
  .product-others {
    margin-bottom: 120px;
  }
}

/* --------------------------------------------------------------------
  # product - 詳細ページ 先頭
 */
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-single-container {
    padding-top: 100px;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width:813px) {
  .product-single-container {
    padding-top: 60px;
  }
}

/*.product-single-section {
  @include mq-sp {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  @include mq-pc {
    padding-top: 40px;
    margin-bottom: 60px;
  }
}*/
/**
  レビュー・ランク表記
 */
.product-single-status {
  margin: 0 auto 30px;
  display: flex;
  width: 240px;
}
.product-single-status > li {
  width: 50%;
}
@media print, screen and (min-width:813px) {
  .product-single-status {
    margin: 0 30px 20px auto;
    width: 300px;
    min-height: 120px;
  }
}

.product-single-status__icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  width: 30px;
}
.product-single-status__icon svg {
  fill: #ddd;
}
@media print, screen and (min-width:813px) {
  .product-single-status__icon {
    width: 40px;
  }
}

.product-single-status__points {
  font-size: 3rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-status__points {
    font-size: clamp(3rem, 4.688vw, 3.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-status__points {
    font-size: 4rem;
    font-size: clamp(3.52rem, 3.056vw, 4.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-status__points {
    font-size: 4.6rem;
  }
}
.product-single-status__points::after {
  font-size: 1.5rem;
  content: "点";
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-status__points::after {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-status__points::after {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-status__points::after {
    font-size: 2.3rem;
  }
}
.product-single-status__points.--rank::after {
  content: "位";
}

.product-single-status__text {
  font-size: 1.2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  color: #969696;
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-status__text {
    font-size: clamp(1.2rem, 1.875vw, 1.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-status__text {
    font-size: 1.2rem;
    font-size: clamp(1.056rem, 0.917vw, 1.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-status__text {
    font-size: 1.38rem;
  }
}

/**
  メイン
 */
.product-single-main {
  margin-bottom: 120px;
}
@media print, screen and (min-width:813px) {
  .product-single-main {
    display: flex;
    margin-bottom: 110px;
  }
}

.product-single-main-content {
  background-color: #ddd;
  padding: 30px;
}
@media print, screen and (min-width:813px) {
  .product-single-main-content {
    width: 50%;
    padding: 50px 50px 30px;
  }
}

.product-single-main-pict {
  position: relative;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
@media print, screen and (min-width:813px) {
  .product-single-main-pict {
    width: 50%;
  }
}

/**
  メイン画像スライド
 */
.product-single-main__slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.product-single-main__thumbnail {
  position: absolute;
  bottom: -70px;
  right: -5px;
}
.product-single-main__thumbnail .slick-track {
  transform: unset !important;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-single-main__thumbnail {
    width: 100%;
  }
  .product-single-main__thumbnail .slick-track {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width:813px) {
  .product-single-main__thumbnail {
    bottom: -90px;
  }
}

.product-single-main__thumbnail-item {
  cursor: pointer;
  position: relative;
  padding: 0 5px;
  height: 60px;
  float: none !important;
}
.product-single-main__thumbnail-item > span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #efefef;
}
.product-single-main__thumbnail-item > span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  border: 2px solid #ddd;
}
.product-single-main__thumbnail-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-single-main__thumbnail-item.slick-current > span::before {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-single-main__thumbnail-item {
    width: 70px !important;
  }
}
@media print, screen and (min-width:813px) {
  .product-single-main__thumbnail-item {
    width: 90px;
    height: 80px;
  }
  .product-single-main__thumbnail-item > span {
    width: 80px;
    height: 80px;
  }
}

.product-single-main-container {
  position: relative;
}
@media print, screen and (min-width:813px) {
  .product-single-main-container {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .product-single-main-container {
    display: block;
  }
}

.product-single-main-content {
  color: #fff;
}

.product-single-main-item__ribbon {
  display: flex;
  margin-bottom: 2.0rem;
  justify-content: flex-end;
  margin-top: -24px;

}
.product-single-main-item__ribbon img {
    height: 24px;
}
.product-single-main-item__ribbon img + img {
    margin-left: 5px;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-single-main-item__ribbon {
    margin-bottom: 1.2rem;
    margin-top: -12px;
  }
  .product-single-main-item__ribbon img {
    height: 18px;
  }
}

.product-single-main__heading {
  font-size: 3rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 15px;
  word-break: break-all;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-main__heading {
    font-size: clamp(3rem, 4.688vw, 3.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-main__heading {
    font-size: 4rem;
    font-size: clamp(3.52rem, 3.056vw, 4.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-main__heading {
    font-size: 4.6rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-single-main__heading {
    margin-bottom: 0;
    padding-right: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .product-single-main__heading {
    margin-bottom: 40px;
    width: auto;
  }
}

.product-single-main__price {
  display: block;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-top: 5px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-main__price {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-main__price {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-main__price {
    font-size: 2.07rem;
  }
}
.product-single-main__price > small {
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-main__price > small {
    font-size: clamp(1.2rem, 1.875vw, 1.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-main__price > small {
    font-size: 1.3rem;
    font-size: clamp(1.144rem, 0.993vw, 1.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-main__price > small {
    font-size: 1.495rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-single-main__price {
    margin-top: 10px;
  }
}

.product-single-main__spec {
  border: 1px solid #fff;
  padding: 7px;
  margin-bottom: 15px;
}
.product-single-main__spec > li {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 5px;
  line-height: 1.3;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-main__spec > li {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-main__spec > li {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-main__spec > li {
    font-size: 2.07rem;
  }
}
.product-single-main__spec > li::before {
  content: "・";
}
@media print, screen and (min-width:813px) {
  .product-single-main__spec {
    padding: 10px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .product-single-main__spec {
    width: auto;
  }
}

.product-single-main__feature {
  line-height: 1.75;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-main__feature {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-main__feature {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-main__feature {
    font-size: 2.07rem;
  }
}
/**
  MOVIE
 */
.product-single-movie {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
@media print, screen and (min-width:813px) {
  .product-single-movie {
    background-color: #ddd;
    margin-bottom: 50px;
  }
}

.product-single-movie__heading {
  display: none;
}
@media print, screen and (min-width:813px) {
  .product-single-movie__heading {
    display: flex;
    position: absolute;
    align-items: center;
    right: calc(50% + 340px);
    height: 100%;
    font-size: 1.7rem;
    /*font-weight: bold;*/
    font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
    font-style: normal;
    letter-spacing: 0.085em;
  }
}
@media screen and (min-width:813px) and (min-width: 640px) and (max-width: 812px) {
  .product-single-movie__heading {
    font-size: clamp(1.7rem, 2.656vw, 2.2rem);
  }
}
@media screen and (min-width:813px) and (min-width: 813px) and (max-width: 1440px) {
  .product-single-movie__heading {
    font-size: 1.7rem;
    font-size: clamp(1.496rem, 1.299vw, 1.9rem);
  }
}
@media screen and (min-width:813px) and (min-width: 1441px) {
  .product-single-movie__heading {
    font-size: 1.955rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-single-movie__heading > small {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:813px) and (min-width: 640px) and (max-width: 812px) {
  .product-single-movie__heading > small {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width:813px) and (min-width: 813px) and (max-width: 1440px) {
  .product-single-movie__heading > small {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width:813px) and (min-width: 1441px) {
  .product-single-movie__heading > small {
    font-size: 1.725rem;
  }
}
@media screen and (min-width: 813px) and (max-width: 960px) {
  .product-single-movie__heading {
    display: none;
  }
}

.product-single-movie__video {
  width: 100%;
}
.product-single-movie__video iframe {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-single-movie__video iframe {
    height: 56.5vw;
  }
}
@media print, screen and (min-width:813px) {
  .product-single-movie__video {
    width: 640px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-single-movie__video iframe {
    height: 360px;
  }
}

/**
  about 特徴ブロック
 */
.product-single-about-block {
  background-color: #ddd;
  margin-bottom: 50px;
}
@media print, screen and (min-width:813px) {
  .product-single-about-block {
    display: flex;
    margin-bottom: 50px;
  }
}

@media print, screen and (min-width:813px) {
  .product-single-about-block.--invert {
    flex-direction: row-reverse;
  }
  .product-single-about-block.--invert .product-single-about-content {
    padding: 20px 80px 20px 20px;
  }
}

.product-single-about__pict picture, .product-single-about__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width:813px) {
  .product-single-about__pict {
    width: 50%;
  }
}

.product-single-about-content {
  padding: 20px;
}
@media print, screen and (min-width:813px) {
  .product-single-about-content {
    width: 50%;
    display: flex;
    max-width: 600px;
    justify-content: center;
    flex-direction: column;
    padding: 20px 20px 20px 80px;
  }
}

.product-single-about__heading {
  font-size: 2rem;
  margin-bottom: 12px;
  padding-bottom: 6px;
  line-height: 1.5;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  border-bottom: 1px solid #3E3A39;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-about__heading {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-about__heading {
    font-size: 2.6rem;
    font-size: clamp(2.288rem, 1.986vw, 2.9rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-about__heading {
    font-size: 2.99rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-single-about__heading {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.product-single-about__feature > li {
  position: relative;
  font-size: 1.55rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 7px;
  padding-left: 1em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-about__feature > li {
    font-size: clamp(1.55rem, 2.422vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-about__feature > li {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-about__feature > li {
    font-size: 2.07rem;
  }
}
.product-single-about__feature > li::before {
  position: absolute;
  left: 0;
  content: "・";
}
@media print, screen and (min-width:813px) {
  .product-single-about__feature > li {
    margin-bottom: 10px;
  }
}

/**
  about 3列ブロック
 */
.product-single-about-3col {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:813px) {
  .product-single-about-3col {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-single-about-block2 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .product-single-about-block2:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:813px) {
  .product-single-about-block2 {
    width: 31.2%;
    margin-right: 3%;
    margin-bottom: 40px;
  }
  .product-single-about-block2:nth-child(3n) {
    margin-right: 0;
  }
}

.product-single-about__pict2 {
  margin-bottom: 12px;
}
@media print, screen and (min-width:813px) {
  .product-single-about__pict2 {
    margin-bottom: 20px;
  }
}

.product-single-about__heading2 {
  font-size: 1.55rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-about__heading2 {
    font-size: clamp(1.55rem, 2.422vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-about__heading2 {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-about__heading2 {
    font-size: 2.07rem;
  }
}

.product-single-about__text2 {
  font-size: 1.3rem;
  line-height: 1.75;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-single-about__text2 {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-single-about__text2 {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-single-about__text2 {
    font-size: 1.725rem;
  }
}
/**
  ボタンリスト
 */
.product-single-btns {
  background-color: #F4F4F4;
  padding: 40px 0 20px;
}
@media print, screen and (min-width:813px) {
  .product-single-btns {
    padding: 70px 0;
  }
}

.product-single-btns__list {
  display: flex;
  flex-wrap: wrap;
}
.product-single-btns__list > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-single-btns__list > li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  .product-single-btns__list > li:nth-child(2n) {
    margin-right: 0;
  }
  .product-single-btns__list .btn-a .btn-inner {
    font-size: 1.2rem;
  }
  .product-single-btns__list .icon-arrow {
    display: none;
  }
}
@media only screen and (max-width: 340px) {
  .product-single-btns__list .btn-a .btn-inner {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-single-btns__list {
    margin-bottom: -2.5%;
    justify-content: center;
  }
  .product-single-btns__list > li {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 2.5%;
  }
  .product-single-btns__list > li:nth-child(4n), .product-single-btns__list > li:last-child {
    margin-right: 0;
  }
}

/* --------------------------------------------------------------------
  # product - 詳細ページのブランド別カラーリング
 */
/**
  RABBIT MOWER
 */
/*
#rabbit-mower {

  //ページ見出し
  .heading-page::after {
    background-color: $col_rabbit-mower;
  }
  //ステータスアイコン
  .product-single-status__icon svg {
    fill: $col_rabbit-mower;
  }
  //シングルページメインエリア背景
  .product-single-main-content {
    background-color: $col_rabbit-mower;
  }

  //レビュー星
  .product-review__stars .content {
    background-color: $col_rabbit-mower;
  }

  //グラフ棒カラー
  .product-review__graph >dd .content {
    background-color: $col_rabbit-mower;
  }

  //関連機種 タイトルボーダー
  .product-list.--relation .product-list-item__model {
    border-top: 2px solid $col_rabbit-mower;
  }

}*/
.product-spec {
  background-color: #ddd;
  padding-bottom: 20px;
}
@media print, screen and (min-width:813px) {
  .product-spec {
    padding: 20px 0 40px;
    min-height: 300px;
  }
}

.product-spec-inner {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-spec-inner {
    padding-top: 20px;
  }
}
@media print, screen and (min-width:813px) {
  .product-spec-inner {
    padding-right: 400px;
  }
}

.product-spec__list {
  display: flex;
  flex-wrap: wrap;
}
.product-spec__list > li {
  line-height: 1.3;
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  word-break: break-all;
  padding-right: 1.5em;
  width: 50%;
}
@media print, screen and (min-width:813px) {
  .product-spec__list > li {
    width: auto;
    min-width: 15%;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.product-spec__heading {
  display: block;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-spec__heading {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-spec__heading {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-spec__heading {
    font-size: 1.84rem;
  }
}

.product-spec__value {
  font-size: 2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-spec__value {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-spec__value {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-spec__value {
    font-size: 3.45rem;
  }
}
.product-spec__value > small {
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-spec__value > small {
    font-size: clamp(1.4rem, 2.188vw, 1.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-spec__value > small {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-spec__value > small {
    font-size: 1.725rem;
  }
}

.product-spec__list2 {
  border-top: 1px solid #fff;
  margin-top: -1px;
}
@media print, screen and (min-width:813px) {
  .product-spec__list2 {
    padding-top: 20px;
    display: flex;
  }
}

.product-spec__list2 > li {
  line-height: 1.3;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-spec__list2 > li {
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
    padding-top: 10px;
  }
  .product-spec__list2 > li:last-child {
    border: none;
  }
}
@media print, screen and (min-width:813px) {
  .product-spec__list2 > li {
    width: 50%;
  }
}

.product-spec__list3 {
  border-top: 1px solid #fff;
  margin-top: -1px;
}

.product-spec__list3 > li {
  line-height: 1.3;
  border-bottom: 1px solid #fff;
}
.product-spec__list3 > li:last-child {
  border: none;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-spec__list3 > li {
    padding-bottom: 12px;
    padding-top: 10px;
  }
}
@media print, screen and (min-width:813px) {
  .product-spec__list3 > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.product-spec__pict {
  position: absolute;
  display: none;
}
@media print, screen and (min-width:813px) {
  .product-spec__pict {
    display: block;
    top: 0;
    right: 0;
    max-width: 350px;
  }
}

/* --------------------------------------------------------------------
  # product - Q&A
 */
.product-qa-list {
  display: flex;
  flex-wrap: wrap;
}

.product-qa__item {
  margin-bottom: 30px;
}
@media print, screen and (min-width:813px) {
  .product-qa__item {
    width: 29.5%;
    margin-right: 4.5%;
  }
  .product-qa__item:nth-child(3n) {
    margin-right: 0;
  }
}

.product-qa__date {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-qa__date {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-qa__date {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-qa__date {
    font-size: 1.84rem;
  }
}

.product-qa__q,
.product-qa__a {
  position: relative;
  padding-left: 42px;
  min-height: 50px;
  padding-top: 6px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3E3A39;
}
.product-qa__q p,
.product-qa__a p {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-qa__q p,
  .product-qa__a p {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-qa__q p,
  .product-qa__a p {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-qa__q p,
  .product-qa__a p {
    font-size: 1.84rem;
  }
}
.product-qa__q::before,
.product-qa__a::before {
  content: "";
  display: block;
  position: absolute;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Q";
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-qa__q::before,
  .product-qa__a::before {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-qa__q::before,
  .product-qa__a::before {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-qa__q::before,
  .product-qa__a::before {
    font-size: 2.07rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-qa__q,
  .product-qa__a {
    padding-left: 50px;
  }
  .product-qa__q::before,
  .product-qa__a::before {
    width: 38px;
    height: 38px;
  }
}

.product-qa__a {
  position: relative;
  padding-top: 0;
  border: none;
  margin-bottom: 0;
}
.product-qa__a p {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W3", "こぶりなゴシック StdN W3", "FP-KoburinaGoStdN-W3", sans-serif;
  font-style: normal;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-qa__a p {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-qa__a p {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-qa__a p {
    font-size: 1.84rem;
  }
}
.product-qa__a::before {
  content: "A";
}

.product-qa__more {
  margin: 0 0 30px;
}
.product-qa__more .label2 {
  display: none;
}
.product-qa__more.is-active .label1 {
  display: none;
}
.product-qa__more.is-active .label2 {
  display: block;
}
@media print, screen and (min-width:813px) {
  .product-qa__more {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.product-qa-formarea {
  background-color: #F4F4F4;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
}
.product-qa-formarea p {
  text-align: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-qa-formarea p {
    font-size: clamp(1.4rem, 2.188vw, 1.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-qa-formarea p {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-qa-formarea p {
    font-size: 1.725rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-qa-formarea {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width:813px) {
  .product-qa-formarea {
    padding: 40px 20px;
    margin-bottom: 60px;
  }
}

.product-qa__action {
  margin: 0 0 20px;
}
.product-qa__action.is-active .icon-arrow {
  transform: rotate(180deg) translate3d(0, 0, 0);
}
@media print, screen and (min-width:813px) {
  .product-qa__action {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    margin-bottom: 20px;
  }
}

.product-qa__input {
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 180px;
  margin-bottom: 20px;
}
@media print, screen and (min-width:813px) {
  .product-qa__input {
    width: 720px;
    height: 200px;
  }
}

.product-qa__submit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
@media print, screen and (min-width:813px) {
  .product-qa__submit {
    width: 200px;
  }
}

/**
  recapchaの文言上下アキの調整
  レビュー用プラグイン glsr のcssが打ち消せないため、
  箇所ごとにクラスの組み合わせで微調整対応

 */
.recaptchaDescription {
  margin-bottom: 25px;
}

.glsr-form-message + .recaptchaDescription {
  margin-top: 5px;
}

.recaptchaDescription + div[data-field=submit-button] {
  margin-top: -12px;
}

.glsr-input.product-qa__input {
  margin-bottom: 14px !important;
}

/**
  フォーム送信後のテキストフォーマットを統一
 */
.comment-respond p {
  color: #007A59;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .comment-respond p {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .comment-respond p {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .comment-respond p {
    font-size: 1.84rem;
  }
}

.glsr-form-message {
  line-height: 1.5;
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .glsr-form-message {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .glsr-form-message {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .glsr-form-message {
    font-size: 1.84rem;
  }
}

.glsr-form-message.glsr-form-success {
  margin-top: 10px;
}

/* --------------------------------------------------------------------
  # product - レビュー
 */
.product-review {
  background-color: #F4F4F4;
  padding: 40px 0;
}
@media print, screen and (min-width:813px) {
  .product-review {
    padding: 80px 0;
  }
}

.product-review-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media print, screen and (min-width:813px) {
  .product-review-container {
    width: 760px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}

/**
   総合評価
 */
.product-review-points {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 130px;
  height: 122px;
}

.product-review-points__label {
  font-size: 1.8rem;
  text-align: center;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 6px;
}
@media print, screen and (min-width:813px) {
  .product-review-points__label {
    font-size: 2.2rem;
  }
}

.product-review-points__val {
  font-size: 3.2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 5px;
}
.product-review-points__val > small {
  font-size: 1.6rem;
}
@media print, screen and (min-width:813px) {
  .product-review-points__val {
    font-size: 4rem;
  }
  .product-review-points__val > small {
    font-size: 2rem;
  }
}

.product-review-points__text {
  font-size: 1.2rem;
  text-align: center;
  color: #969696;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 7px;
}

.product-review__stars {
  position: relative;
  width: 104px;
  height: 19px;
  -webkit-mask-image: url("/common/img/mask_star.svg");
          mask-image: url("/common/img/mask_star.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ddd;
}
.product-review__stars .content {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  background-color: #ddd;
}
@media print, screen and (min-width:813px) {
  .product-review__stars {
    border: 1px solid #00ffff;
  }
}

.product-review__stars + span {
  display: block;
}

.product-review__stars.--centering {
  margin-left: auto;
  margin-right: auto;
}

/**
  評価グラフ
 */
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-review-graph {
    flex: 1;
  }
}

.product-review__graph {
  display: flex;
  flex-wrap: wrap;
}
.product-review__graph > dt {
  font-size: 1.3rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  width: 20px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-review__graph > dt {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-review__graph > dt {
    font-size: 1.3rem;
    font-size: clamp(1.144rem, 0.993vw, 1.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-review__graph > dt {
    font-size: 1.495rem;
  }
}
.product-review__graph > dd {
  position: relative;
  width: calc(100% - 20px);
  height: 16px;
  background-color: #ddd;
  border-radius: 2px;
  overflow: hidden;
}
.product-review__graph > dd .content {
  display: block;
  transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
.product-review__graph > dt,
.product-review__graph > dd {
  margin-bottom: 10px;
}
.product-review__graph > dt:last-of-type,
.product-review__graph > dd:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width:813px) {
  .product-review__graph {
    width: 310px;
  }
}

/**
  性能チャート
 */
.product-review-chart {
  width: 100%;
  height: 140px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width:813px) {
  .product-review-chart {
    margin-top: -8px;
    width: 300px;
  }
}

.product-review-chart__fig {
  position: relative;
  width: 158px;
  height: 158px;
}
.product-review-chart__fig::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/product_chart_body.svg) no-repeat center center/contain;
  left: 0;
  top: 0;
  z-index: 3;
}

.product-review-chart__fig .fig-label {
  position: absolute;
  display: block;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  white-space: nowrap;
}
.product-review-chart__fig .fig-label.--label1 {
  text-align: center;
  left: calc(79px - 1em);
  top: -16px;
}
.product-review-chart__fig .fig-label.--label2 {
  left: 160px;
  top: 47px;
}
.product-review-chart__fig .fig-label.--label3 {
  text-align: center;
  left: 98px;
  top: 150px;
}
.product-review-chart__fig .fig-label.--label4 {
  text-align: center;
  left: -10px;
  top: 150px;
}
.product-review-chart__fig .fig-label.--label5 {
  text-align: right;
  left: -47px;
  top: 47px;
}

/**
  コメント
 */
@media print, screen and (min-width:813px) {
  .product-review-comments {
    display: flex;
    flex-wrap: wrap;
  }
}

.product-review-comments__item {
  margin-bottom: 50px;
}
@media print, screen and (min-width:813px) {
  .product-review-comments__item {
    width: 29.5%;
    margin-right: 4.5%;
  }
  .product-review-comments__item:nth-child(3n), .product-review-comments__item:last-child {
    margin-right: 0;
  }
}

.product-review-comments__heading {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3E3A39;
}
.product-review-comments__heading .product-review__stars {
  margin: initial;
  margin-right: 10px;
  margin-bottom: 6px;
}
.product-review-comments__heading span:not(.content) {
  min-width: 200px;
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-review-comments__heading span:not(.content) {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-review-comments__heading span:not(.content) {
    font-size: 1.7rem;
    font-size: clamp(1.496rem, 1.299vw, 1.9rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-review-comments__heading span:not(.content) {
    font-size: 1.955rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-review-comments__heading span:not(.content) {
    margin-top: -0.2em;
  }
}

.product-review-comments__date {
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-review-comments__date {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-review-comments__date {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-review-comments__date {
    font-size: 1.84rem;
  }
}

.product-review-comments__content p {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .product-review-comments__content p {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .product-review-comments__content p {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .product-review-comments__content p {
    font-size: 1.84rem;
  }
}
.product-review-comments__content p:last-child {
  margin-bottom: 0;
}

/**
  レビュー星のカスタマイズ
 */
form.glsr-form .glsr-star-rating--stars[class*=" s"] > span {
  width: 14px;
  background-size: 200% auto !important;
  background-position: left center !important;
}

form.glsr-form .glsr-star-rating--stars[class*=" s"] > span:nth-child(2n) {
  background-position: right center !important;
}

.glsr-field.glsr-field-rating {
  margin-bottom: 1rem;
}

.glsr-label.glsr-label-text span {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.glsr-label.glsr-label-rating > span,
.glsr-label.glsr-label-textarea > span {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.glsr-field-error {
  font-size: 1.4rem !important;
  margin-top: 0.7em;
}

.glsr-button {
  font-size: 1.5rem !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007A59;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #007A59;
  height: 32px;
  min-width: 100px;
}
@media print, screen and (min-width:813px) {
  .glsr-button {
    height: 40px;
    padding: 0 20px;
    transition: var(--duration-hover);
  }
  .glsr-button:hover {
    background-color: #007A59;
    color: #fff;
  }
}

.glsr-default form.glsr-form input.glsr-input, .glsr-default form.glsr-form select.glsr-select, .glsr-default form.glsr-form textarea.glsr-textarea {
  border: none !important;
  border-radius: 0 !important;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .glsr-form-wrap {
    width: auto !important;
    margin-left: calc((100vw - 100%) / -2) !important;
    margin-right: calc((100vw - 100%) / -2) !important;
  }
}

/* --------------------------------------------------------------------
  #PRODUCT - lineupページのアンカー
 */
.product-anchor {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media print, screen and (min-width:813px) {
  .product-anchor {
    justify-content: space-between;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .product-anchor-item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3%;
  }
  .product-anchor-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:813px) {
  .product-anchor-item {
    width: 18.5%;
  }
  .product-anchor-item > a {
    transition: var(--duration-hover);
  }
  .product-anchor-item > a:hover {
    opacity: 0.75;
  }
}
.product-anchor-item.--mower .product-anchor-item-inner {
  background-color: #54B985;
}

.product-anchor-item.--weed .product-anchor-item-inner {
  background-color: #B1D363;
}

.product-anchor-item.--tiller .product-anchor-item-inner {
  background-color: #C3996D;
}

.product-anchor-item.--snowplow .product-anchor-item-inner {
  background-color: #C9C9C9;
}

.product-anchor-item.--deodorize .product-anchor-item-inner {
  background-color: #77B2D7;
}

.product-anchor-item-inner {
  display: flex;
  height: 62px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
}
@media print, screen and (min-width:813px) {
  .product-anchor-item-inner {
    width: 100%;
    height: 70px;
  }
}

.product-anchor__en {
  font-size: 1.4rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 4px;
}
@media only screen and (max-width: 340px) {
  .product-anchor__en {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-anchor__en {
    font-size: 1.7rem;
  }
}

.product-anchor__jp {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 340px) {
  .product-anchor__jp {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width:813px) {
  .product-anchor__jp {
    font-size: 1.4rem;
  }
}

.product-anchor__arrow {
  fill: none;
  stroke: #3E3A39;
  width: 14px;
  height: 7px;
}
@media print, screen and (min-width:813px) {
  .product-anchor__arrow {
    width: 17px;
    height: 10px;
  }
}

/* -----------------------------------------------
  #採用情報パーツ
 */
.recruit-mv-nav {
  display: flex;
  flex-wrap: wrap;
}

.recruit-mv-nav__item {
  width: 50%;
}
.recruit-mv-nav__item > a, .recruit-mv-nav__item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff;
  background-color: #efefef;
  font-size: 1.8rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-mv-nav__item > a, .recruit-mv-nav__item > span {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-mv-nav__item > a, .recruit-mv-nav__item > span {
    font-size: 2.2rem;
    font-size: clamp(1.936rem, 1.681vw, 2.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-mv-nav__item > a, .recruit-mv-nav__item > span {
    font-size: 2.53rem;
  }
}
.recruit-mv-nav__item .icon-arrow {
  width: 8px;
  height: 16px;
  stroke: #fff;
  fill: none;
  margin-left: 15px;
}
@media print, screen and (min-width:813px) {
  .recruit-mv-nav__item {
    width: 33.33%;
  }
}

.recruit-mv-nav__item.--about > a, .recruit-mv-nav__item.--about > span {
  background-color: #39b14a;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-mv-nav__item.--about {
    width: 100%;
    margin-bottom: 1px;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-mv-nav__item.--about {
    border-right: 1px solid #fff;
  }
}

.recruit-mv-nav__item.--gradu {
  border-right: 1px solid #fff;
}
.recruit-mv-nav__item.--gradu > a, .recruit-mv-nav__item.--gradu > span {
  background-color: #24b7bd;
}

.recruit-mv-nav__item.--mid > a, .recruit-mv-nav__item.--mid > span {
  background-color: #006fac;
}

.recruit-cta {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media print, screen and (min-width:813px) {
  .recruit-cta {
    width: 700px;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-cta__item {
    margin-bottom: 20px;
  }
  .recruit-cta__item:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-cta__item {
    width: 325px;
  }
}

.recruit-wrap {
  background-color: #F4F4F4;
  padding: 30px 0;
}
@media print, screen and (min-width:813px) {
  .recruit-wrap {
    padding: 60px 0;
  }
}

.recruit__btn {
  width: 260px;
}
.recruit__btn > a, .recruit__btn > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  color: #fff;
  background-color: #efefef;
  height: 45px;
  width: 260px;
  border-radius: 2px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit__btn > a, .recruit__btn > span {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit__btn > a, .recruit__btn > span {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit__btn > a, .recruit__btn > span {
    font-size: 2.3rem;
  }
}
.recruit__btn .icon-arrow {
  position: absolute;
  right: 12px;
  stroke: #fff;
  width: 25px;
  height: 6px;
}
@media print, screen and (min-width:813px) {
  .recruit__btn {
    width: 400px;
  }
  .recruit__btn > a, .recruit__btn > span {
    width: 400px;
    height: 70px;
    transition: background-color var(--duration-hover);
  }
  .recruit__btn .icon-arrow {
    width: 30px;
    height: 7px;
    right: 20px;
  }
  .recruit__btn:hover > a {
    background-color: #007A59 !important;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .recruit__btn {
    width: 320px;
  }
  .recruit__btn > a, .recruit__btn > span {
    width: 320px;
  }
}

.recruit__btn.--entry > a, .recruit__btn.--entry > span {
  font-size: 2.4rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit__btn.--entry > a, .recruit__btn.--entry > span {
    font-size: clamp(2.4rem, 3.75vw, 3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit__btn.--entry > a, .recruit__btn.--entry > span {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit__btn.--entry > a, .recruit__btn.--entry > span {
    font-size: 3.45rem;
  }
}
@media print, screen and (min-width:813px) {
  .recruit__btn.--entry {
    width: 610px;
  }
  .recruit__btn.--entry > a, .recruit__btn.--entry > span {
    width: 610px;
    height: 100px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .recruit__btn.--entry {
    width: 450px;
  }
  .recruit__btn.--entry > a, .recruit__btn.--entry > span {
    width: 450px;
  }
}

.recruit__btn.--about > a, .recruit__btn.--about > span {
  background-color: #39b14a;
}

.recruit__btn.--gradu > a, .recruit__btn.--gradu > span {
  background-color: #24b7bd;
}

.recruit__btn.--mid > a, .recruit__btn.--mid > span {
  background-color: #006fac;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-vision-inner {
    background-color: #fff;
    padding: 160px 30px 20px;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-vision-inner {
    padding: 100px 0 50px;
  }
}

.recruit-vision-block {
  position: relative;
  margin-bottom: 160px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-vision-block:nth-child(3) {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-vision-block {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-vision-block.--message {
    margin-top: 200px;
  }
}

.recruit-vision__heading {
  font-size: 2.2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 30px;
  color: #007A59;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-vision__heading {
    font-size: clamp(2.2rem, 3.438vw, 2.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-vision__heading {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-vision__heading {
    font-size: 3.45rem;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-vision__heading {
    margin-bottom: 40px;
  }
}

.recruit-vision__text {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.75;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-vision__text {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-vision__text {
    font-size: 1.7rem;
    font-size: clamp(1.496rem, 1.299vw, 1.9rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-vision__text {
    font-size: 1.955rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-vision__text {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-vision__text {
    text-align: center;
  }
}

.recruit-vision__text strong {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-vision__text strong {
    font-size: clamp(2.2rem, 3.438vw, 2.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-vision__text strong {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-vision__text strong {
    font-size: 3.45rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-vision__text strong {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 340px) {
  .recruit-vision__text strong {
    font-size: 2rem;
  }
}

.recruit-vision__text.--layout2 {
  margin-bottom: 20px;
}
@media print, screen and (min-width:813px) {
  .recruit-vision__text.--layout2 {
    width: 640px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
  }
}

.recruit-vision__pict {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:813px) {
  .recruit-vision__pict {
    margin-bottom: 30px;
    width: 640px;
  }
}

.recruit-vision__sign {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: right;
}
.recruit-vision__sign img {
  display: inline-block;
  width: 230px;
}
@media print, screen and (min-width:813px) {
  .recruit-vision__sign {
    width: 640px;
    margin-top: 40px;
  }
}

@media print, screen and (min-width:813px) {
  .recruit-about {
    margin-bottom: 100px;
  }
}

.recruit-about-inner {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-about-inner {
    padding: 30px 30px 60px;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-about-inner {
    padding: 50px 0;
  }
}

.recruit-about__pict {
  margin-bottom: 15px;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
}
@media print, screen and (min-width:813px) {
  .recruit-about__pict {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 640px;
  }
}

.recruit-about__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media print, screen and (min-width:813px) {
  .recruit-about__btn {
    margin-top: 40px;
  }
}

@media print, screen and (min-width:813px) {
  .recruit-information {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-information-inner {
    padding: 30px 0 60px;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-information-inner {
    padding: 50px 0 80px;
  }
}

.recruit-information__pict {
  margin-bottom: 15px;
  width: 100%;
}
@media print, screen and (min-width:813px) {
  .recruit-information__pict {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width:813px) {
  .recruit-information-container {
    display: flex;
    justify-content: space-between;
  }
}

.recruit-information-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recruit-information-box img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-information-box {
    margin-bottom: 50px;
  }
  .recruit-information-box:last-of-type {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-information-box {
    width: calc(50% - 3px);
  }
}

.recruit-contents {
  background-color: #ddd;
  padding: 30px 0;
}
@media print, screen and (min-width:813px) {
  .recruit-contents {
    padding: 30px 0 60px;
  }
}

.recruit-contents-block {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.recruit-contents-block:last-of-type {
  border-bottom: 1px solid #3e3a39;
}
@media print, screen and (min-width:813px) {
  .recruit-contents-block {
    padding: 30px 0;
  }
}
.recruit-contents-block img {
  margin-top: 1em;
  margin-bottom: 1em;
}
.recruit-contents-block strong {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
.recruit-contents-block p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 1em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-contents-block p {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-contents-block p {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-contents-block p {
    font-size: 2.07rem;
  }
}
.recruit-contents-block p a {
  text-decoration: underline;
  color: #0037ff;
}
.recruit-contents-block p:last-child {
  margin-bottom: 0;
}
.recruit-contents-block p:last-of-type {
  margin-bottom: 0;
}
.recruit-contents-block h3 {
  font-size: 1.4rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-contents-block h3 {
    font-size: clamp(1.4rem, 2.188vw, 1.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-contents-block h3 {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-contents-block h3 {
    font-size: 1.725rem;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-contents-block p a:hover {
    text-decoration: none;
  }
}

.recruit-contents-block.--head {
  border-bottom: 1px solid #3e3a39;
}
@media print, screen and (min-width:813px) {
  .recruit-contents-block.--head {
    padding-bottom: 15px;
  }
}

.recruit-contents-block.--title {
  border-bottom: 1px solid #3e3a39;
  position: relative;
}
.recruit-contents-block.--title strong {
  font-size: 2rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-contents-block.--title strong {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-contents-block.--title strong {
    font-size: 2.5rem;
    font-size: clamp(2.2rem, 1.91vw, 2.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-contents-block.--title strong {
    font-size: 2.875rem;
  }
}
.recruit-contents-block.--title .icon-arrow {
  position: absolute;
  stroke: #3e3a39;
  fill: none;
  width: 18px;
  height: 18px;
  right: 20px;
  top: calc(50% - 9px);
}
.recruit-contents-block.--title.is-active {
  border: none;
}
.recruit-contents-block.--title.is-active .icon-arrow {
  transform: rotate(180deg);
}

.recruit-contents-block dl > dt, .recruit-contents-block dl > dd,
.recruit-contents__table > dt,
.recruit-contents__table > dd {
  margin-bottom: 20px;
  line-height: 1.5;
}
.recruit-contents-block dl > dt,
.recruit-contents__table > dt {
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-contents-block dl > dt,
  .recruit-contents__table > dt {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-contents-block dl > dt,
  .recruit-contents__table > dt {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-contents-block dl > dt,
  .recruit-contents__table > dt {
    font-size: 2.07rem;
  }
}
.recruit-contents-block dl > dd,
.recruit-contents__table > dd {
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-contents-block dl > dd,
  .recruit-contents__table > dd {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-contents-block dl > dd,
  .recruit-contents__table > dd {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-contents-block dl > dd,
  .recruit-contents__table > dd {
    font-size: 2.07rem;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-contents-block dl,
  .recruit-contents__table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .recruit-contents-block dl > dt, .recruit-contents-block dl > dd,
  .recruit-contents__table > dt,
  .recruit-contents__table > dd {
    margin-bottom: 20px;
  }
  .recruit-contents-block dl > dt,
  .recruit-contents__table > dt {
    width: 25%;
    padding-right: 1em;
  }
  .recruit-contents-block dl > dd,
  .recruit-contents__table > dd {
    width: 75%;
  }
}

.recruit-contents-block ul,
.recruit-contents__flow {
  counter-reset: number;
}
.recruit-contents-block ul > li,
.recruit-contents__flow > li {
  position: relative;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.75;
  padding-left: 1em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-contents-block ul > li,
  .recruit-contents__flow > li {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-contents-block ul > li,
  .recruit-contents__flow > li {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-contents-block ul > li,
  .recruit-contents__flow > li {
    font-size: 2.07rem;
  }
}
.recruit-contents-block ul > li::before,
.recruit-contents__flow > li::before {
  left: 0;
  counter-increment: number;
  position: absolute;
  content: counter(number);
}
@media print, screen and (min-width:813px) {
  .recruit-contents-block ul > li,
  .recruit-contents__flow > li {
    padding-left: 1.5em;
    margin-bottom: 20px;
  }
}

.recruit-contents-block ul,
.recruit-contents__dot {
  counter-reset: number;
}
.recruit-contents-block ul > li,
.recruit-contents__dot > li {
  position: relative;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.75;
  padding-left: 1em;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-contents-block ul > li,
  .recruit-contents__dot > li {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-contents-block ul > li,
  .recruit-contents__dot > li {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-contents-block ul > li,
  .recruit-contents__dot > li {
    font-size: 2.3rem;
  }
}
.recruit-contents-block ul > li::before,
.recruit-contents__dot > li::before {
  position: absolute;
  left: 0;
  content: "・";
}
@media print, screen and (min-width:813px) {
  .recruit-contents-block ul > li,
  .recruit-contents__dot > li {
    padding-left: 1.5em;
  }
}

.recruit-person {
  background-color: #F4F4F4;
  padding: 30px 30px 20px;
}
@media print, screen and (min-width:813px) {
  .recruit-person {
    background-color: #fff;
    position: absolute;
    padding: 20px;
    min-width: 260px;
    width: 20%;
    bottom: 30px;
    left: 0;
  }
}
@media screen and (min-width: 813px) and (max-width: 900px) {
  .recruit-person {
    position: relative;
    background-color: #F4F4F4;
    padding: 20px 30px 30px;
    width: 100%;
    bottom: auto;
  }
}

.recruit-person__division {
  display: flex;
}
.recruit-person__division > li {
  flex: 1;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E3E3E3;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.5rem 0.7rem;
  line-height: 1.3;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-person__division > li {
    font-size: clamp(1.2rem, 1.875vw, 1.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-person__division > li {
    font-size: 1.3rem;
    font-size: clamp(1.144rem, 0.993vw, 1.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-person__division > li {
    font-size: 1.495rem;
  }
}
.recruit-person__division > li:nth-child(2) {
  background-color: #ddd;
}
@media print, screen and (min-width:813px) {
  .recruit-person__division > li {
    min-height: 38px;
  }
}

.recruit-person__division.--gradu > li:nth-child(1) {
  background-color: #66cdd1;
}
.recruit-person__division.--gradu > li:nth-child(2) {
  background-color: #a8e2e5;
}

.recruit-person__division.--mid > li:nth-child(1) {
  background-color: #66a9cd;
}
.recruit-person__division.--mid > li:nth-child(2) {
  background-color: #b2d4e6;
}

.recruit-person__name {
  padding: 15px 5px;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #3E3A39;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-person__name {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-person__name {
    font-size: 2.2rem;
    font-size: clamp(1.936rem, 1.681vw, 2.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-person__name {
    font-size: 2.53rem;
  }
}
.recruit-person__name > small {
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-person__name > small {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-person__name > small {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-person__name > small {
    font-size: 1.84rem;
  }
}

.recruit-person__status {
  padding: 6px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.75;
  border-bottom: 1px solid #3E3A39;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-person__status {
    font-size: clamp(1.4rem, 2.188vw, 1.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-person__status {
    font-size: 1.5rem;
    font-size: clamp(1.32rem, 1.146vw, 1.7rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-person__status {
    font-size: 1.725rem;
  }
}
.recruit-person__status:last-of-type {
  border: none;
  padding-bottom: 0;
}

.recruit-entry-inner {
  position: relative;
  padding: 30px 0 90px;
}
@media print, screen and (min-width:813px) {
  .recruit-entry-inner {
    padding: 90px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .recruit-entry__btn {
    width: auto;
    margin: 0 30px;
  }
  .recruit-entry__btn a {
    width: auto;
    height: 72px;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-entry__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.recruit-entry__btn.--page-bottom {
  margin-bottom: 100px;
}
@media print, screen and (min-width:813px) {
  .recruit-entry__btn.--page-bottom {
    margin-top: -60px;
    margin-bottom: 160px;
  }
}

.recruit__related > li {
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .recruit__related {
    display: flex;
    justify-content: space-between;
  }
  .recruit__related > li {
    margin-bottom: 0;
    width: 24%;
  }
  .recruit__related > li .btn-inner {
    height: 50px;
  }
}
@media screen and (min-width:813px) and (min-width: 813px) and (max-width: 1300px) {
  .recruit__related > li .icon-arrow {
    right: 10px !important;
    width: 24px !important;
  }
}
@media screen and (min-width:813px) and (min-width: 813px) and (max-width: 1150px) {
  .recruit__related > li .icon-arrow {
    display: none;
  }
}

.recruit-news {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media print, screen and (min-width:813px) {
  .recruit-news {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.recruit-news__list {
  border-top: 1px solid #3e3a39;
  margin-bottom: 40px;
}
.recruit-news__list > li {
  border-bottom: 1px solid #3e3a39;
}
.recruit-news__list > li > a {
  padding: 20px 0;
  display: flex;
}
.recruit-news__list > li .list-date {
  width: 80px;
  line-height: 1.5;
  padding-top: 0.2rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-news__list > li .list-date {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-news__list > li .list-date {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-news__list > li .list-date {
    font-size: 1.61rem;
  }
}
.recruit-news__list > li .list-content {
  width: calc(100% - 80px);
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .recruit-news__list > li .list-content {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .recruit-news__list > li .list-content {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .recruit-news__list > li .list-content {
    font-size: 1.84rem;
  }
}
@media print, screen and (min-width:813px) {
  .recruit-news__list {
    margin-bottom: 60px;
  }
  .recruit-news__list > li > a {
    padding: 25px 0;
    transition: var(--duration-hover);
  }
  .recruit-news__list > li > a:hover {
    opacity: 0.75;
  }
  .recruit-news__list > li .list-date {
    width: 120px;
  }
  .recruit-news__list > li .list-content {
    width: calc(100% - 120px);
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .suport-intro {
    padding-bottom: 34vw;
  }
}
@media print, screen and (min-width:813px) {
  .suport-intro {
    padding-left: 200px;
    padding-right: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.support-block {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .support-block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width:813px) {
  .support-block {
    margin-bottom: 100px;
  }
}

.support-block-inner {
  display: block;
  padding: 30px;
  background-color: #F4F4F4;
  margin-bottom: 20px;
}
@media print, screen and (min-width:813px) {
  .support-block-inner {
    padding: 30px;
    display: flex;
    margin-bottom: 20px;
  }
}

.support__heading {
  background-color: #D7DED6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .support__heading {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:813px) {
  .support__heading {
    width: 225px;
    height: 225px;
    margin-right: 60px;
    padding: 0 15px;
  }
}

.support__heading-pict {
  padding: 0 0 10px 0;
}
.support__heading-pict svg {
  width: 120px;
  height: 80px;
  fill: #007A59;
}
@media print, screen and (min-width:813px) {
  .support__heading-pict {
    padding: 18px 0;
  }
  .support__heading-pict svg {
    width: 140px;
    height: 104px;
  }
  .support__heading-pict.--parts {
    transform: translateY(8px);
  }
}

.support__heading-text {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  color: #007A59;
  border-top: 1px solid #007A59;
  padding-top: 15px;
  display: block;
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width:813px) {
  .support__heading-text {
    padding-top: 20px;
  }
}

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

.support-content__text {
  line-height: 1.75;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .support-content__text {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .support-content__text {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .support-content__text {
    font-size: 2.07rem;
  }
}
@media print, screen and (min-width:813px) {
  .support-content__text {
    width: 90%;
  }
}

.support__btn {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .support__btn {
    width: 70px;
  }
  .support__btn .btn-inner {
    height: 24px;
  }
}
@media print, screen and (min-width:813px) {
  .support__btn {
    width: 150px;
  }
}

.support__download {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 340px) {
  .support__download {
    width: 90%;
  }
}
@media print, screen and (min-width:813px) {
  .support__download {
    width: 380px;
    margin-bottom: 100px;
  }
  .support__download .btn-inner {
    height: 40px;
  }
}

.maintenance-top-qa {
  margin-bottom: 60px;
}
@media print, screen and (min-width:813px) {
  .maintenance-top-qa {
    margin-bottom: 100px;
  }
}

.maintenance-top-qa-content {
  padding: 20px 20px 20px;
  background-color: #efefef;
}
@media print, screen and (min-width:813px) {
  .maintenance-top-qa-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
}

.maintenance-top-qa__btn {
  margin-left: auto;
  margin-right: auto;
}
.maintenance-top-qa__btn .icon-arrow {
  transition: var(--duration-hover) transform;
}
.maintenance-top-qa__btn.is-active .icon-arrow {
  transform: rotate(180deg);
}
@media print, screen and (min-width:813px) {
  .maintenance-top-qa__btn {
    max-width: 960px;
    transition: var(--duration-hover) opacity;
  }
  .maintenance-top-qa__btn:hover {
    opacity: 0.75;
  }
}

.maintenance-top-qa__btn .btn-inner {
  position: relative;
  background-color: #007A59;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  letter-spacing: 0.085em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .maintenance-top-qa__btn .btn-inner {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .maintenance-top-qa__btn .btn-inner {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .maintenance-top-qa__btn .btn-inner {
    font-size: 2.07rem;
  }
}
.maintenance-top-qa__btn .btn-inner .icon-arrow {
  position: absolute;
  stroke: #fff;
  fill: none;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .maintenance-top-qa__btn .btn-inner {
    text-align: center;
    line-height: 1.3;
    height: 94px;
    padding-bottom: 15px;
  }
  .maintenance-top-qa__btn .btn-inner .icon-arrow {
    right: auto;
    bottom: 12px;
    width: 14px;
    height: 8px;
  }
}
@media print, screen and (min-width:813px) {
  .maintenance-top-qa__btn .btn-inner {
    height: 50px;
  }
  .maintenance-top-qa__btn .btn-inner .icon-arrow {
    right: 20px;
    width: 17px;
    height: 10px;
  }
}

.maintenance-wrap {
  background-color: #F4F4F4;
  padding: 30px 0 15px;
}
@media print, screen and (min-width:813px) {
  .maintenance-wrap {
    padding: 50px 0 20px;
  }
}

.maintenance-wrap2 {
  background-color: #F4F4F4;
  padding: 30px 0 15px;
}
@media print, screen and (min-width:813px) {
  .maintenance-wrap2 {
    padding: 80px 0 50px;
  }
}

/**
  maintenance 項目リスト
 */
.maintenance-contents {
  margin-bottom: 20px;
}
@media print, screen and (min-width:813px) {
  .maintenance-contents {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.maintenance-contents-item .btn-inner {
  height: auto !important;
  min-height: 44px;
  padding: 10px 30px 10px 10px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .maintenance-contents-item {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:813px) {
  .maintenance-contents-item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 25px;
    transition: var(--duration-hover);
  }
  .maintenance-contents-item:hover {
    opacity: 0.75;
  }
  .maintenance-contents-item:nth-child(3n), .maintenance-contents-item:last-child {
    margin-right: 0;
  }
}

@media print, screen and (min-width:813px) {
  .maintenance-contents.--pc-col2 {
    justify-content: space-between;
  }
}
@media print, screen and (min-width:813px) {
  .maintenance-contents.--pc-col2 .maintenance-contents-item {
    width: 49%;
    margin-right: 0;
  }
  .maintenance-contents.--pc-col2 .maintenance-contents-item:nth-child(3n), .maintenance-contents.--pc-col2 .maintenance-contents-item:last-child {
    margin-right: 0;
  }
}

.maintenance-contents__pict {
  margin-bottom: 10px;
}
@media print, screen and (min-width:813px) {
  .maintenance-contents__pict {
    margin-bottom: 25px;
  }
}

.maintenance-contents__text {
  position: relative;
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .maintenance-contents__text {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .maintenance-contents__text {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .maintenance-contents__text {
    font-size: 2.07rem;
  }
}
.maintenance-contents__text .icon-arrow {
  width: 15px !important;
  height: 18px !important;
  top: calc(50% - 9px) !important;
}
.maintenance-intro {
  padding-top: 120px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .maintenance-intro {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width:813px) {
  .maintenance-intro {
    padding-top: 180px;
  }
}

.maintenance-intro__text1 {
  text-align: center;
  line-height: 1.75;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .maintenance-intro__text1 {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .maintenance-intro__text1 {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .maintenance-intro__text1 {
    font-size: 3.45rem;
  }
}
@media print, screen and (min-width:813px) {
  .maintenance-intro__text1 {
    margin-bottom: 40px;
  }
}

.maintenance-intro__text2 {
  border-top: 1px solid #007A59;
  line-height: 1.75;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  padding-top: 25px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .maintenance-intro__text2 {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .maintenance-intro__text2 {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .maintenance-intro__text2 {
    font-size: 2.07rem;
  }
}
@media print, screen and (min-width:813px) {
  .maintenance-intro__text2 {
    text-align: center;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .maintenance-intro-container {
    margin: 50px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media print, screen and (min-width:813px) {
  .maintenance-intro-container {
    width: 72%;
    max-width: 700px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.maintenance-intro__logo img {
  max-width: initial;
  width: auto;
  height: 11vw;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .maintenance-intro__logo {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:813px) {
  .maintenance-intro__logo img {
    height: 5.4vw;
    max-height: 64px;
  }
}

@media print, screen and (min-width:813px) {
  .maintenance-intro__pict {
    width: 50%;
  }
}

.maintenance-intro__btn {
  margin-bottom: 60px;
}
@media print, screen and (min-width:813px) {
  .maintenance-intro__btn {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.maintenance-intro__btn > a {
  position: relative;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #fff;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  letter-spacing: 0.085em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .maintenance-intro__btn > a {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .maintenance-intro__btn > a {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .maintenance-intro__btn > a {
    font-size: 2.07rem;
  }
}
.maintenance-intro__btn > a .icon-arrow {
  position: absolute;
  stroke: #fff;
  fill: none;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .maintenance-intro__btn > a {
    line-height: 1.3;
    height: 44px;
    margin-bottom: 10px;
  }
  .maintenance-intro__btn > a:last-child {
    margin-bottom: 0;
  }
  .maintenance-intro__btn > a .icon-arrow {
    width: 10px;
    height: 12px;
    right: 10px;
  }
}
@media print, screen and (min-width:813px) {
  .maintenance-intro__btn > a {
    height: 46px;
    width: 32%;
    margin-right: 1.5%;
    transition: var(--duration-hover) opacity;
  }
  .maintenance-intro__btn > a:last-child {
    margin-right: 0;
  }
  .maintenance-intro__btn > a .icon-arrow {
    right: 12px;
    width: 10px;
    height: 17px;
  }
  .maintenance-intro__btn > a:hover {
    opacity: 0.75;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .maintenance-intro__btn > a .icon-arrow {
    display: none;
  }
}

/*#rabbit-mower .maintenance-intro__btn >a {
  background-color: $col_rabbit-mower;
}*/
/*#spicer-mower .maintenance-intro__btn > a {
  background-color: $col_spider-mower;
}*/
/*#spider-mower-rc .maintenance-intro__btn > a {
  background-color: $col_spider-mower-rc;
}*/
/*
#wing-mower .maintenance-intro__btn > a {
  background-color: $col_wing-mower;
}
*/
/*#bull-mower .maintenance-intro__btn > a {
  background-color: $col_bull-mower;
}*/
/*#cow-mower .maintenance-intro__btn > a {
  background-color: $col_cow-mower;
}*/
/*#auto-mower .maintenance-intro__btn > a {
  background-color: $col_auto-mower;
}*/
/*#gtec-mower .maintenance-intro__btn > a {
  background-color: $col_gtec-mower;
}*/
/*#walking-mower .maintenance-intro__btn > a {
  background-color: $col_walking-mower;
}*/
/*
#kuwagata-mower .maintenance-intro__btn > a {
  background-color: $col_kuwagata-mower;
}
*/
/*#weed-man .maintenance-intro__btn > a {
  background-color: $col_weed_man;
}*/
/*#birdie .maintenance-intro__btn > a {
  background-color: $col_birdie;
}*/
/*#pico .maintenance-intro__btn > a {
  background-color: $col_pico;
}*/
/*#ace-rotor .maintenance-intro__btn > a {
  background-color: $col_ace_rotor;
}*/
/*#snow-clean .maintenance-intro__btn > a {
  background-color: $col_snow_clean;
}*/
/*#dr-mist .maintenance-intro__btn > a {
  background-color: $col_dr_mist;
}*/
/*
#misc-mower .maintenance-intro__btn > a {
  background-color: $col_misc_mower;
}
*/
.repair-wrap {
  position: relative;
  margin-bottom: 70px;
  padding-top: 60px;
}
@media print, screen and (min-width:813px) {
  .repair-wrap {
    margin-bottom: 100px;
    padding-top: 80px;
  }
}

.repair-inner {
  background-color: #EBEBEB;
  padding: 40px 30px 80px;
}
@media only screen and (max-width: 340px) {
  .repair-inner {
    padding: 40px 15px;
  }
}
@media print, screen and (min-width:813px) {
  .repair-inner {
    padding: 50px 0;
  }
}

.repair-intro {
  padding-bottom: 0;
}

.repair-search {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:813px) {
  .repair-search {
    width: 640px;
  }
}

.repair-search__row {
  margin-bottom: 20px;
}
@media print, screen and (min-width:813px) {
  .repair-search__row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}

.repair-search__label {
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .repair-search__label {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .repair-search__label {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .repair-search__label {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width:813px) {
  .repair-search__label {
    width: 35%;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width:813px) {
  .repair-search__input {
    width: 65%;
  }
}

.repair-search__submit {
  display: block;
  position: relative;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.repair-store {
  position: relative;
  padding-bottom: 60px;
}
@media print, screen and (min-width:813px) {
  .repair-store {
    padding-bottom: 100px;
  }
}

.repair-store-block {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 80px;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .repair-store-block {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .repair-store-block {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .repair-store-block {
    font-size: 1.84rem;
  }
}
@media only screen and (max-width: 340px) {
  .repair-store-block {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media print, screen and (min-width:813px) {
  .repair-store-block {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}

.repair-store__prefecture {
  font-size: 2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  padding: 0 0 10px 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #3E3A39;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .repair-store__prefecture {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .repair-store__prefecture {
    font-size: 3rem;
    font-size: clamp(2.64rem, 2.292vw, 3.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .repair-store__prefecture {
    font-size: 3.45rem;
  }
}
@media print, screen and (min-width:813px) {
  .repair-store__prefecture {
    margin-bottom: 40px;
  }
}

.repair-store__heading {
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .repair-store__heading {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .repair-store__heading {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .repair-store__heading {
    font-size: 2.07rem;
  }
}
@media print, screen and (min-width:813px) {
  .repair-store__heading {
    margin-bottom: 30px;
  }
}

.repair-store-list {
  margin: 0 20px 0;
}
@media print, screen and (min-width:813px) {
  .repair-store-list {
    margin: 0 80px 20px;
  }
}

.repair-store-list > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #3E3A39;
}
@media print, screen and (min-width:813px) {
  .repair-store-list > li {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}

.repair-store__info > li {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-left: 1em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .repair-store__info > li {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .repair-store__info > li {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .repair-store__info > li {
    font-size: 1.84rem;
  }
}
.repair-store__info > li:last-child {
  margin-bottom: 0;
}
.repair-store__info > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.parts-block {
  /*scroll-margin-top: 80px;*/
  margin-bottom: 40px;
}
@media print, screen and (min-width:813px) {
  .parts-block {
    margin-bottom: 120px;
  }
}

.parts__heading {
  background-color: #ddd;
  border-radius: 2px;
  padding: 0 15px;
  min-height: 62px;
  margin-bottom: 30px;
}
.parts__heading img {
  height: 42px;
}
@media print, screen and (min-width:813px) {
  .parts__heading {
    margin-bottom: 60px;
    min-height: 66px;
  }
}

.parts__heading-sub {
  display: block;
  font-size: 1.2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  color: #000;
}

/**
  パーツリストテーブル
 */
.parts__table {
  width: 100%;
  border-left: 1px solid #969696;
  border-top: 1px solid #969696;
}
.parts__table th, .parts__table td {
  position: relative;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  word-break: break-word;
}
.parts__table a {
  color: #007A59;
}
.parts__table th {
  font-size: 1rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  padding: 4px 3px;
  line-height: 1.3;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .parts__table th {
    font-size: clamp(1rem, 1.563vw, 1.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .parts__table th {
    font-size: 1.3rem;
    font-size: clamp(1.144rem, 0.993vw, 1.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .parts__table th {
    font-size: 1.495rem;
  }
}
.parts__table td {
  font-size: 1rem;
  padding: 3px;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .parts__table td {
    font-size: clamp(1rem, 1.563vw, 1.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .parts__table td {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .parts__table td {
    font-size: 1.84rem;
  }
}
.parts__table tr:nth-child(2n) {
  background-color: #f4f4f4;
}
@media print, screen and (min-width:813px) {
  .parts__table td {
    padding: 10px;
  }
}

.parts__table thead th:not(:last-child) {
  border-right: 1px solid #fff;
}

.parts__table tbody td:nth-child(1) {
  text-align: center;
  /*color: $col_key;*/
  width: 22%;
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .parts__table tbody td:nth-child(1) {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .parts__table tbody td:nth-child(1) {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .parts__table tbody td:nth-child(1) {
    font-size: 2.07rem;
  }
}

.parts__table .pdf-list {
  margin-top: 0.3em;
}
.parts__table .pdf-list > li > a {
  transition: var(--duration-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border: 1px solid #007A59;
  height: 18px;
  white-space: nowrap;
  border-radius: 3px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .parts__table .pdf-list > li > a {
    font-size: clamp(1rem, 1.563vw, 1.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .parts__table .pdf-list > li > a {
    font-size: 1.3rem;
    font-size: clamp(1.144rem, 0.993vw, 1.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .parts__table .pdf-list > li > a {
    font-size: 1.495rem;
  }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .parts__table .pdf-list > li {
    letter-spacing: 0;
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width:813px) {
  .parts__table .pdf-list {
    display: flex;
    justify-content: center;
  }
  .parts__table .pdf-list > li {
    margin-right: 7px;
  }
  .parts__table .pdf-list > li:last-child {
    margin-right: 0;
  }
  .parts__table .pdf-list > li > a {
    padding: 0 10px;
    height: 22px;
  }
  .parts__table .pdf-list > li:hover > a {
    background-color: #007A59;
    color: #fff;
    opacity: 1;
    height: 22px;
  }
}

.parts__table tbody td:nth-child(2) {
  width: 36%;
}
.parts__table tbody td:nth-child(2) dt, .parts__table tbody td:nth-child(2) dd {
  line-height: 1.3;
  margin-bottom: 0.4em;
}
.parts__table tbody td:nth-child(2) dt:last-of-type, .parts__table tbody td:nth-child(2) dd:last-of-type {
  margin-bottom: 0;
}
.parts__table tbody td:nth-child(2) dt {
  font-size: 1rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .parts__table tbody td:nth-child(2) dt {
    font-size: clamp(1rem, 1.563vw, 1.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .parts__table tbody td:nth-child(2) dt {
    font-size: 1.3rem;
    font-size: clamp(1.144rem, 0.993vw, 1.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .parts__table tbody td:nth-child(2) dt {
    font-size: 1.495rem;
  }
}
.parts__table tbody td:nth-child(2) dd {
  color: #007A59;
  position: relative;
  padding-bottom: 0.4em;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .parts__table tbody td:nth-child(2) dd {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .parts__table tbody td:nth-child(2) dd {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .parts__table tbody td:nth-child(2) dd {
    font-size: 1.84rem;
  }
}
.parts__table tbody td:nth-child(2) dd::after {
  content: "";
  display: block;
  position: absolute;
  width: 96%;
  height: 1px;
  bottom: 0;
  left: 2%;
  border-bottom: 1px dashed #999;
}
.parts__table tbody td:nth-child(2) dd:last-of-type {
  padding-bottom: 0;
}
.parts__table tbody td:nth-child(2) dd:last-of-type::after {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .parts__table tbody td:nth-child(2) dt, .parts__table tbody td:nth-child(2) dd {
    margin-bottom: 0.5em;
  }
}
@media print, screen and (min-width:813px) {
  .parts__table tbody td:nth-child(2) dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .parts__table tbody td:nth-child(2) dt {
    padding-top: 2px;
    width: 27%;
  }
  .parts__table tbody td:nth-child(2) dd {
    width: 73%;
  }
  .parts__table tbody td:nth-child(2) dd::after {
    width: 137%;
    left: -37%;
  }
}

.parts__table tbody td:nth-child(3) {
  width: 20%;
}
.parts__table tbody td:nth-child(3) dt {
  font-size: 1rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .parts__table tbody td:nth-child(3) dt {
    font-size: clamp(1rem, 1.563vw, 1.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .parts__table tbody td:nth-child(3) dt {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .parts__table tbody td:nth-child(3) dt {
    font-size: 1.61rem;
  }
}
.parts__table tbody td:nth-child(3) dd {
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .parts__table tbody td:nth-child(3) dd {
    font-size: clamp(1rem, 1.563vw, 1.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .parts__table tbody td:nth-child(3) dd {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .parts__table tbody td:nth-child(3) dd {
    font-size: 1.61rem;
  }
}
@media print, screen and (min-width:813px) {
  .parts__table tbody td:nth-child(3) dl {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
  }
  .parts__table tbody td:nth-child(3) dt {
    /*width: 50%;*/
  }
  .parts__table tbody td:nth-child(3) dd {
    /*width: 50%;*/
    /*text-align: right;*/
  }
}

.parts__table tbody td:nth-child(4) {
  width: 11%;
  text-align: center;
}

.parts__table tbody td:nth-child(5) {
  width: 11%;
  text-align: center;
}

.parts__table td.is-stopped {
  background-color: #ddd;
}

.parts-block.--rabbit-mower .parts__heading {
  background-color: #1EAA39;
}
.parts-block.--rabbit-mower .parts__table thead th {
  background-color: #1EAA39;
}

.parts-block.--spider-mower-rc .parts__heading {
  background-color: #7774B4;
}
.parts-block.--spider-mower-rc .parts__table thead th {
  background-color: #7774B4;
}

.parts-block.--spider-mower .parts__heading {
  background-color: #7774B4;
}
.parts-block.--spider-mower .parts__table thead th {
  background-color: #7774B4;
}

.parts-block.--wing-mower .parts__heading {
  background-color: #009FE8;
}
.parts-block.--wing-mower .parts__table thead th {
  background-color: #009FE8;
}

.parts-block.--bull-mower .parts__heading {
  background-color: #F08C00;
}
.parts-block.--bull-mower .parts__table thead th {
  background-color: #F08C00;
}

.parts-block.--cow-mower .parts__heading {
  background-color: #F7B400;
}
.parts-block.--cow-mower .parts__table thead th {
  background-color: #F7B400;
}

.parts-block.--auto-mower .parts__heading {
  background-color: #E7380D;
}
.parts-block.--auto-mower .parts__table thead th {
  background-color: #E7380D;
}

.parts-block.--gtec-mower .parts__heading {
  background-color: #AACC03;
}
.parts-block.--gtec-mower .parts__table thead th {
  background-color: #AACC03;
}

.parts-block.--walking-mower .parts__heading {
  background-color: #B6BE53;
}
.parts-block.--walking-mower .parts__table thead th {
  background-color: #B6BE53;
}

.parts-block.--kuwagata-mower .parts__heading {
  background-color: #C17340;
}
.parts-block.--kuwagata-mower .parts__table thead th {
  background-color: #C17340;
}

.parts-block.--weed-man .parts__heading {
  background-color: #006962;
}
.parts-block.--weed-man .parts__table thead th {
  background-color: #006962;
}

.parts-block.--birdie .parts__heading {
  background-color: #739A5F;
}
.parts-block.--birdie .parts__table thead th {
  background-color: #739A5F;
}

.parts-block.--pico .parts__heading {
  background-color: #CE6FA0;
}
.parts-block.--pico .parts__table thead th {
  background-color: #CE6FA0;
}

.parts-block.--ace-rotor .parts__heading {
  background-color: #841220;
}
.parts-block.--ace-rotor .parts__table thead th {
  background-color: #841220;
}

.parts-block.--snow-clean .parts__heading {
  background-color: #68A6C0;
}
.parts-block.--snow-clean .parts__table thead th {
  background-color: #68A6C0;
}

.parts-block.--dr-mist .parts__heading {
  background-color: #77B2D7;
}
.parts-block.--dr-mist .parts__table thead th {
  background-color: #77B2D7;
}

.parts-block.--misc-mower .parts__heading {
  background-color: #969696;
}
.parts-block.--misc-mower .parts__table thead th {
  background-color: #969696;
}

.qa-list {
  /*display: flex;
  flex-wrap: wrap;
  @include mq-pc {
    margin-bottom: 40px;
  }*/
  max-width: 1080px;
}

.qa-list__item {
  margin-bottom: 50px;
}
.qa-list__item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width:813px) {
  .qa-list__item {
    margin-bottom: 40px;
  }
}

.qa-list__date {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .qa-list__date {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .qa-list__date {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .qa-list__date {
    font-size: 1.84rem;
  }
}

.qa-list__q,
.qa-list__a {
  position: relative;
  padding-left: 42px;
  min-height: 50px;
  padding-top: 6px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3E3A39;
}
.qa-list__q a:link,
.qa-list__q a:visited,
.qa-list__a a:link,
.qa-list__a a:visited {
  text-decoration: underline;
}
@media print, screen and (min-width:813px) {
  .qa-list__q a:hover,
  .qa-list__a a:hover {
    text-decoration: none;
  }
}
.qa-list__q p,
.qa-list__a p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .qa-list__q p,
  .qa-list__a p {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .qa-list__q p,
  .qa-list__a p {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .qa-list__q p,
  .qa-list__a p {
    font-size: 1.84rem;
  }
}
.qa-list__q p:last-of-type,
.qa-list__a p:last-of-type {
  margin-bottom: 0;
}
.qa-list__q::before,
.qa-list__a::before {
  content: "";
  display: block;
  position: absolute;
  font-size: 1.6rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Q";
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .qa-list__q::before,
  .qa-list__a::before {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .qa-list__q::before,
  .qa-list__a::before {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .qa-list__q::before,
  .qa-list__a::before {
    font-size: 2.07rem;
  }
}
@media print, screen and (min-width:813px) {
  .qa-list__q,
  .qa-list__a {
    padding-left: 50px;
  }
  .qa-list__q::before,
  .qa-list__a::before {
    width: 38px;
    height: 38px;
  }
}

.qa-list__q p {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}

.qa-list__a {
  position: relative;
  padding-top: 0;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.qa-list__a p {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .qa-list__a p {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .qa-list__a p {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .qa-list__a p {
    font-size: 1.84rem;
  }
}
.qa-list__a::before {
  content: "A";
}

/**
  各セクションのimport
 */
/**
  top 共通要素
 */
.top-section {
  padding: 50px 0 0;
}
@media print, screen and (min-width:813px) {
  .top-section {
    padding: 100px 0 0;
  }
}

.top__spbtn {
  border-radius: 2px;
  background-color: #666464;
  width: 70px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.top__spbtn .btn-inner {
  height: 20px;
}
.top__spbtn .btn-inner .icon-arrow {
  position: relative;
  top: auto;
  right: auto;
}
@media print, screen and (min-width:813px) {
  .top__spbtn {
    display: none;
  }
}

.top__catch {
  position: absolute;
  z-index: 5;
  color: #007A59;
  line-height: 1.3;
  font-size: 2rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  letter-spacing: 0.3rem;
  background-color: #fff;
  padding: 3px 12px;
  left: 0;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .top__catch {
    font-size: clamp(2rem, 3.125vw, 2.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .top__catch {
    font-size: 4rem;
    font-size: clamp(3.52rem, 3.056vw, 4.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .top__catch {
    font-size: 4.6rem;
  }
}
@media print, screen and (min-width:813px) {
  .top__catch {
    padding: 5px 25px;
  }
}

.top__catch.--mv {
  top: 24vw;
  font-size: 2.4rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .top__catch.--mv {
    font-size: clamp(2.4rem, 3.75vw, 3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .top__catch.--mv {
    font-size: 4rem;
    font-size: clamp(3.52rem, 3.056vw, 4.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .top__catch.--mv {
    font-size: 4.6rem;
  }
}
@media print, screen and (min-width:813px) {
  .top__catch.--mv {
    top: 14vw;
  }
}

.top__catch.--about {
  top: 8vw;
}
@media print, screen and (min-width:813px) {
  .top__catch.--about {
    top: 10vw;
  }
}

.top__catch.--proudct {
  top: 6vw;
  letter-spacing: 0.025em;
}
@media print, screen and (min-width:813px) {
  .top__catch.--proudct {
    top: 6vw;
  }
}

.top__catch.--greenlab {
  top: 7vw;
}
@media print, screen and (min-width:813px) {
  .top__catch.--greenlab {
    top: 6vw;
  }
}

/* --------------------------------------------------------------------
  #TOP - MV エリア
 */

#mainvisual {
  position: relative;
  width: 100vw;
  height: calc(100vh - 70px);
  overflow: hidden;
  margin-bottom: 100px;
}

@media print, screen and (max-width:812px) {
  #mainvisual {
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    margin-bottom: 50px;
  }
}

#mainvisual video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainvisual video.disp_pc {
  display: block;
}
#mainvisual video.disp_sp {
  display: none;
}
@media print, screen and (max-width:812px) {
  #mainvisual video.disp_pc {
    display: none;
  }
  #mainvisual video.disp_sp {
    display: block;
  }
}

#mainvisual video img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

#mainvisual .top-mov__catch {
  position: absolute;
  z-index: 2;
  width: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  color: #fff;
  line-height: 1.5;
  font-size: 4.4rem;
  font-size: clamp(3.52rem, 3.056vw, 4.4rem);
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  letter-spacing: 0.3rem;
  background-color: #007a59ad;
  padding: 1em;
}

#mainvisual .top-mov__catch span {
  display: block;
  font-size: 70%;
  margin-bottom: 0.5em;
}

#mainvisual .top-mov__catch small {
  font-size: 70%;
}

@media print, screen and (max-width:812px) {
  #mainvisual .top-mov__catch {
    width: auto;
    max-width: 100%;
    left: 0;
    top: auto;
    bottom:calc(8% + 44px);
    bottom:calc(env(safe-area-inset-bottom) + 8% + 44px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    line-height: 1.4;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    padding: 0.75em 0.75em 0.75em 1em;
  }

  #mainvisual .top-mov__catch span {
    font-size: 85%;
    margin-bottom: 0.3em;
  }
}

#mainvisual .top-mov__btn_wrapper {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  display: flex;
  gap:2rem
}

#mainvisual .top-mov__btn_wrapper .top-mov__btn {
  width: 240px;
}

@media print, screen and (max-width:812px) {

  #mainvisual .top-mov__btn_wrapper {
    bottom: 3%;
    bottom:calc(env(safe-area-inset-bottom) + 3%);
    gap:1rem
  }
  #mainvisual .top-mov__btn_wrapper .top-mov__btn {
    width: 170px;
  }
  #mainvisual .top-mov__btn_wrapper .top-mov__btn .btn-inner {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width:374px) {
  #mainvisual .top-mov__btn_wrapper .top-mov__btn {
    width: 150px;
  }
  #mainvisual .top-mov__btn_wrapper .top-mov__btn .btn-inner {
    font-size: 1.2rem;
  }
}

.top-mv {
  position: relative;
}

.top-mv-slide {
  position: relative;
  /* 一時退避部分 */
  /* height: 140vw; */
}
.top-mv-slide .slick-list,
.top-mv-slide .slick-track {
  height: 100%;
}
@media print, screen and (min-width:813px) {
  .top-mv-slide {
    /* 一時退避部分 */
    /* height: 50vw; */
  }
}

/* 一時退避部分 */
.top-mv-slide__item {
  margin: 0 1.5vw;
}

.top-mv-slide__item picture, .top-mv-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-mv-slide .slick-dots {
  margin: auto;
}

.mv-dots {
  position: absolute;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 20px;
}

.mv-dots > li {
  width: 8px;
  height: 15px;
  font-size: 0;
  margin-right: 4px;
  background-color: #fff;
  border-radius: 1px;
  border: 1px solid rgb(255, 255, 255);
  transform: skewX(-27deg);
}
.mv-dots > li.slick-active {
  background-color: #007A59;
}

.top-mv .slick-prev {
  left: 20px;
}

.top-mv .slick-next {
  right: 20px;
}


.top-mv .slick-prev,
.top-mv .slick-next {
  background-color: #fff;
  border-radius: 50%;
  background-size: 32% auto;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
}
.top-mv .slick-prev {
  background-position: left 43% center;
  left: 12px;
}
.top-mv .slick-next {
  background-position: right 43% center;
  right: 12px;
}
@media print, screen and (min-width:813px) {
  .top-mv .slick-prev,
  .top-mv .slick-next {
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
  }
  .top-mv .slick-prev {
    left: 40px;
  }
  .top-mv .slick-next {
    right: 40px;
  }
}

/* --------------------------------------------------------------------
  #TOP - NEWS & TOPICS　エリア
 */
.top-news {
  position: relative;
  padding-bottom: 100px;
}
@media print, screen and (min-width:813px) {
  .top-news {
    padding-bottom: 60px;
  }
}

.top-news__btn {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-news__btn {
    margin-top: -25px;
  }
}
@media print, screen and (min-width:813px) {
  .top-news__btn {
    width: 200px;
  }
}

.top-about {
  position: relative;
}

.top-about__catch {
  position: absolute;
  z-index: 2;
  width: 58vw;
  left: 6vw;
  top: 5vw;
}
@media print, screen and (min-width:813px) {
  .top-about__catch {
    width: 395px;
    top: 7vw;
    left: 10vw;
  }
}

.top-about__pict {
  position: relative;
}
.top-about__pict img {
  width: 100%;
}

.top-product {
  position: relative;
}

.top-product__catch {
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-product__catch {
    width: 90vw;
    left: 5vw;
    top: 48vw;
  }
}
@media print, screen and (min-width:813px) {
  .top-product__catch {
    width: 652px;
    top: 7.5vw;
    left: 10vw;
  }
}

.top-product__pict img {
  width: 100%;
}

.top-support {
  position: relative;
  background-color: #8E6A50;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-support {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width:813px) {
  .top-support {
    position: relative;
  }
  .top-support::before {
    float: left;
    content: "";
    padding-top: 42%;
  }
  .top-support::after {
    display: block;
    content: "";
    clear: both;
  }
  .top-support > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-support-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-support-list {
    padding: 20px 15px 10px;
  }
}
@media print, screen and (min-width:813px) {
  .top-support-list {
    position: absolute;
    height: 100%;
    width: 78%;
    left: 11%;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 1300px) {
  .top-support-list {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 813px) and (max-width: 1080px) {
  .top-support-list {
    width: 86%;
    left: 8%;
  }
}

.top-support-item {
  background-color: #F4F4F4;
  border-radius: 2px;
}
.top-support-item svg {
  fill: #007A59;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-support-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .top-support-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:813px) {
  .top-support-item {
    width: 23%;
    margin-right: 2%;
  }
  .top-support-item:last-child {
    margin-right: 0;
  }
}

.top-support-item-inner {
  display: block;
  /*height: 44vw;*/
  padding: 0 10px 3px;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-support-item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media print, screen and (min-width:813px) {
  .top-support-item-inner {
    width: 100%;
    height: 100%;
    position: relative;
    position: relative;
    padding: 20px 20px 10px;
  }
  .top-support-item-inner::before {
    float: left;
    content: "";
    padding-top: 62%;
  }
  .top-support-item-inner::after {
    display: block;
    content: "";
    clear: both;
  }
  .top-support-item-inner > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-support-item__pict {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-support-item__pict {
    width: 26vw;
    height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-support-item__pict svg {
    width: 26vw;
    height: 22vw;
  }
}
@media print, screen and (min-width:813px) {
  .top-support-item__pict {
    margin-bottom: 1.5vw;
    height: 60%;
  }
  .top-support-item__pict svg {
    width: 9vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 135px;
  }
}

.top-support-item__label {
  color: #007A59;
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.36;
  text-align: center;
  border-top: 1px solid #007A59;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 70px;
  /*min-height: 60px;*/
  /*height: 20vw;*/
  width: 100%;
  padding: 0 10px;
  white-space: nowrap;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .top-support-item__label {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .top-support-item__label {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .top-support-item__label {
    font-size: 2.07rem;
  }
}
.top-support-item__label > small {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .top-support-item__label > small {
    font-size: clamp(1.1rem, 1.719vw, 1.4rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .top-support-item__label > small {
    font-size: 1.3rem;
    font-size: clamp(1.144rem, 0.993vw, 1.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .top-support-item__label > small {
    font-size: 1.495rem;
  }
}
@media print, screen and (min-width:813px) {
  .top-support-item__label {
    height: 37%;
  }
}
@media only screen and (max-width: 340px) {
  .top-support-item__label {
    font-size: 1.4rem;
  }
}

.top-greenlab {
  position: relative;
}

.top-greenlab__catch {
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width:813px) {
  .top-greenlab__catch {
    width: 380px;
    top: 7vw;
    left: 10vw;
  }
}

.top-greenlab__pict img {
  width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-channel {
    margin-bottom: 10vw;
  }
}
.top-channel .channel-preview {
  padding-bottom: 60px;
}
@media print, screen and (min-width:813px) {
  .top-channel .channel-preview {
    padding-bottom: 90px;
  }
}

.top-channel__heading {
  margin-left: auto;
  margin-right: auto;
  width: 60vw;
  margin-bottom: 30px;
}
@media print, screen and (min-width:813px) {
  .top-channel__heading {
    width: 43vw;
    margin-bottom: 40px;
    max-width: 550px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1200px) {
  .top-channel__heading {
    width: 46vw;
  }
}

.top-channel__btn {
  margin-left: auto;
  margin-right: auto;
}
.top-channel__btn .btn-inner {
  border: 1px solid #007A59;
  background: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-channel__btn {
    margin-top: 20px;
    width: 240px;
  }
}
@media print, screen and (min-width:813px) {
  .top-channel__btn {
    margin-top: 50px;
    width: 300px;
  }
  .top-channel__btn:hover .btn-inner {
    border: 1px solid #fff;
  }
}

.top-channel-cateogory__heading {
  font-size: 1.8rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .top-channel-cateogory__heading {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .top-channel-cateogory__heading {
    font-size: 2.2rem;
    font-size: clamp(1.936rem, 1.681vw, 2.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .top-channel-cateogory__heading {
    font-size: 2.53rem;
  }
}
.top-channel-cateogory__heading small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .top-channel-cateogory__heading small {
    font-size: clamp(1.2rem, 1.875vw, 1.5rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .top-channel-cateogory__heading small {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .top-channel-cateogory__heading small {
    font-size: 1.61rem;
  }
}
@media print, screen and (min-width:813px) {
  .top-channel-cateogory__heading {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}

.top-channel-category__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-channel-category__list > li {
  width: 48%;
  margin-bottom: 4%;
}
.top-channel-category__list > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  height: 70px;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .top-channel-category__list > li > a {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .top-channel-category__list > li > a {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .top-channel-category__list > li > a {
    font-size: 2.07rem;
  }
}
.top-channel-category__list > li img {
  width: 30px;
  margin-right: 0.5em;
}
.top-channel-category__list > li small {
  font-size: 0.75em;
}
.top-channel-category__list > li.--people > a {
  background-color: var(--col-category-people);
}
.top-channel-category__list > li.--dictionary > a {
  background-color: var(--col-category-dictionary);
}
.top-channel-category__list > li.--meal > a {
  background-color: var(--col-category-meal);
}
.top-channel-category__list > li.--expert > a {
  background-color: var(--col-category-expert);
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-channel-category__list {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 340px) {
  .top-channel-category__list > li > a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:813px) {
  .top-channel-category__list {
    justify-content: center;
  }
  .top-channel-category__list > li {
    width: 23%;
    margin-bottom: 0;
    margin-right: 2.5%;
  }
  .top-channel-category__list > li:last-child {
    margin-right: 0;
  }
  .top-channel-category__list > li > a {
    height: 100px;
    transition: color var(--duration-hover), background-color var(--duration-hover);
  }
  .top-channel-category__list > li > a:hover {
    color: #fff;
    background-color: #009362;
  }
  .top-channel-category__list > li img {
    width: auto;
    height: 72px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .top-channel-category__list > li img {
    height: 60px;
  }
}
@media screen and (min-width: 813px) and (max-width: 1300px) {
  .top-channel-category__list > li img {
    height: 60px;
  }
}

.top-exhibition__pict img {
  width: 100%;
}

.top-recruit__pict img {
  width: 100%;
}

@media print, screen and (min-width:813px) {
  .top-special {
    display: flex;
    justify-content: space-between;
  }
}

.top-special-item {
  position: relative;
  margin-bottom: 40px;
}
@media print, screen and (min-width:813px) {
  .top-special-item {
    margin-bottom: 0;
    width: calc(33.33% - 3px);
  }
  .top-special-item:hover {
    /*.top-special__pict {
      img {
        transform: scale3d(1.05,1.05,1);
      }
    }*/
  }
}

.top-special__catch {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18vw;
}
@media print, screen and (min-width:813px) {
  .top-special__catch {
    height: 10vw;
    background-color: #efefef;
  }
}

.special__icon {
  width: 38px;
  margin-right: 5px;
  display: inline-block;
}
@media print, screen and (min-width:813px) {
  .special__icon {
    position: absolute;
    left: 0.5vw;
    top: 0.5vw;
    width: 4.2vw;
    max-width: 58px;
  }
}

.top-special__pict .slick-slide {
  overflow: hidden;
}
@media print, screen and (min-width:813px) {
  .top-special__pict {
    height: 28vw;
    overflow: hidden;
  }
  .top-special__pict img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-special__pict picture {
    width: 100%;
    height: 28vw;
  }
}

.top-special__heading {
  position: relative;
  font-size: 1.6rem;
  background-color: #efefef;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .top-special__heading {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .top-special__heading {
    font-size: 2rem;
    font-size: clamp(1.76rem, 1.528vw, 2.2rem);
  }
}
@media screen and (min-width: 1441px) {
  .top-special__heading {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width:813px) {
  .top-special__heading {
    height: 4vw;
  }
}

.top-special__heading .icon-arrow {
  position: absolute;
  right: 20px;
  stroke: #fff;
  width: 22px;
  height: 8px;
}
@media print, screen and (min-width:813px) {
  .top-special__heading .icon-arrow {
    width: 30px;
    height: 12px;
  }
}

.top-special-item.--weed .top-special__catch {
  background-color: #7BC659;
}
.top-special-item.--weed .top-special__catch img {
  width: 57vw;
}
.top-special-item.--weed .top-special__heading {
  background-color: #7BC659;
}
@media print, screen and (min-width:813px) {
  .top-special-item.--weed .top-special__catch picture {
    width: 18.2vw;
    max-width: 233px;
  }
}

.top-special-item.--drmist .top-special__catch {
  background-color: #5EC6D1;
}
.top-special-item.--drmist .top-special__catch img {
  width: 60vw;
}
.top-special-item.--drmist .top-special__heading {
  background-color: #5EC6D1;
}
@media print, screen and (min-width:813px) {
  .top-special-item.--drmist .top-special__catch picture {
    width: 17.8vw;
    max-width: 228px;
  }
}

.top-special-item.--partners .top-special__catch {
  background-color: #EF9381;
}
.top-special-item.--partners .top-special__catch img {
  width: 44vw;
}
.top-special-item.--partners .top-special__heading {
  background-color: #EF9381;
}
@media print, screen and (min-width:813px) {
  .top-special-item.--partners .top-special__catch picture {
    width: 19.2vw;
    max-width: 250px;
  }
}

.top-others {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:813px) {
  .top-others {
    margin-bottom: -40px;
  }
}

.top-others-item {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .top-others-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .top-others-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:813px) {
  .top-others-item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
  }
  .top-others-item:nth-child(3n), .top-others-item:last-child {
    margin-right: 0;
  }
}

.top-others__catch {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .top-others__catch {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .top-others__catch {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .top-others__catch {
    font-size: 1.84rem;
  }
}

.top-others__pict {
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.top-others__pict.--bordered {
  border: 1px solid #EFEFEF;
}
.top-others__pict img {
  transition: transform var(--duration-hover);
}

.top-others__heading {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  text-align: center;
  min-height: 38px;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .top-others__heading {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .top-others__heading {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .top-others__heading {
    font-size: 2.07rem;
  }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.txt-ll,
.txt-l,
.txt-m,
.txt-s,
.txt-ss {
  line-height: 1.75;
}

.txt-ll {
  font-size: 1.8rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .txt-ll {
    font-size: clamp(1.8rem, 2.813vw, 2.3rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .txt-ll {
    font-size: 2.2rem;
    font-size: clamp(1.936rem, 1.681vw, 2.4rem);
  }
}
@media screen and (min-width: 1441px) {
  .txt-ll {
    font-size: 2.53rem;
  }
}

.txt-l {
  font-size: 1.6rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .txt-l {
    font-size: clamp(1.6rem, 2.5vw, 2rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .txt-l {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .txt-l {
    font-size: 2.07rem;
  }
}

.txt-m {
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .txt-m {
    font-size: clamp(1.5rem, 2.344vw, 1.9rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .txt-m {
    font-size: 1.6rem;
    font-size: clamp(1.408rem, 1.222vw, 1.8rem);
  }
}
@media screen and (min-width: 1441px) {
  .txt-m {
    font-size: 1.84rem;
  }
}

.txt-s {
  font-size: 1.3rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .txt-s {
    font-size: clamp(1.3rem, 2.031vw, 1.6rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .txt-s {
    font-size: 1.4rem;
    font-size: clamp(1.232rem, 1.069vw, 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .txt-s {
    font-size: 1.61rem;
  }
}

.txt-ss {
  font-size: 1.1rem;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .txt-ss {
    font-size: clamp(1.1rem, 1.719vw, 1.4rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .txt-ss {
    font-size: 1.2rem;
    font-size: clamp(1.056rem, 0.917vw, 1.3rem);
  }
}
@media screen and (min-width: 1441px) {
  .txt-ss {
    font-size: 1.38rem;
  }
}

.txt-intro {
  font-size: 1.4rem;
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (min-width: 640px) and (max-width: 812px) {
  .txt-intro {
    font-size: clamp(1.4rem, 2.188vw, 1.8rem);
  }
}
@media screen and (min-width: 813px) and (max-width: 1440px) {
  .txt-intro {
    font-size: 1.8rem;
    font-size: clamp(1.584rem, 1.375vw, 2rem);
  }
}
@media screen and (min-width: 1441px) {
  .txt-intro {
    font-size: 2.07rem;
  }
}
@media print, screen and (min-width:813px) {
  .txt-intro {
    text-align: center;
  }
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.font-bold {
  /*font-weight: bold;*/
  font-family: "FP-こぶりなゴシック StdN W6", "こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6", sans-serif;
  font-style: normal;
}

.font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}
@media print, screen and (min-width:813px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}
@media only screen and (max-width: 812px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width:813px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width:813px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
@media print, screen and (min-width:813px) {
  .u-textLink {
    transition: var(--duration-hover);
  }
  .u-textLink:hover {
    opacity: 0.75;
  }
}

.u-textLink--effect {
  padding-bottom: 0.1em;
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: "pkna";
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 812px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}
.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width:813px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* -------------------------------------------------------------------------
	テキストユーティリティ
*/
.u-attention {
  color: #EA1C24;
}

/* ==========================================================================
   animation
   ========================================================================== */
/* ====================================================================

  #Animation

 */
.ef-scroll,
.ef-scroll-in,
.ef-intro {
  pointer-events: none;
}

.transition-fade {
  transition-duration: var(--duration-in);
}
.transition-fade.ef-scroll {
  opacity: 0;
}
.transition-fade.ef-scroll-in {
  opacity: 0;
}

.transition-y {
  transition-duration: var(--duration-in);
}
.transition-y.ef-scroll {
  transform: translateY(100px);
  opacity: 0;
}
.transition-y.ef-scroll-in {
  transform: translateY(100px);
  opacity: 0;
}

.transition-mono {
  position: relative;
}
.transition-mono span {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  overflow: hidden;
}
.transition-mono img {
  display: block;
  transition: transform 0.8s;
}
.transition-mono .front {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition-delay: 0.32s;
}
.transition-mono .front img {
  transition-delay: 0.32s;
}
.transition-mono .back {
  filter: grayscale(1) brightness(1.2);
}
.transition-mono.ef-scroll .front, .transition-mono.ef-scroll-in .front {
  transform: translate3d(0, -100%, 0);
}
.transition-mono.ef-scroll .front img, .transition-mono.ef-scroll-in .front img {
  transform: translate3d(0, 100%, 0);
}
.transition-mono.ef-scroll .back, .transition-mono.ef-scroll-in .back {
  transform: translate3d(0, -100%, 0);
}
.transition-mono.ef-scroll .back img, .transition-mono.ef-scroll-in .back img {
  transform: translate3d(0, 100%, 0);
}

/**
  見出しアニメーション
 */
/*.delay1 {transition-delay: $delay * 1}
.delay2 {transition-delay: $delay * 2}
.delay3 {transition-delay: $delay * 3}
.delay4 {transition-delay: $delay * 4}*/
.heading1::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  width: 120%;
  height: 100%;
  background-color: #fff;
  right: 0;
  top: 0;
  transform: scale3d(0, 1, 1);
  transition: transform 0.7s, visibility 0s 1.1s;
  transform-origin: 100% 0;
  transition-timing-function: cubic-bezier(0.52, -0.01, 1, 0.45);
  visibility: hidden;
}
.heading1.--gray-bg::after {
  background-color: #e3e3e3;
}
.heading1.ef-scroll::after, .heading1.ef-scroll-in::after {
  transform: scale3d(1, 1, 1);
  visibility: visible;
}
@media print, screen and (min-width:813px) {
  .heading1::after {
    /*left: 120px;*/
    left: calc((100vw - 100%) / -2);
    width: 50vw;
    transition: transform 0.5s, visibility 0s 1.1s;
    transition-timing-function: cubic-bezier(0.52, -0.01, 1, 0.45);
  }
  .heading1.ef-scroll, .heading1.ef-scroll-in {
    /*&::before {
      transform: translate3d(-10%, 0, 0);
    }*/
  }
}
@media screen and (min-width: 1380px) {
  .heading1.ef-scroll, .heading1.ef-scroll-in {
    /* &::before {
       transform: translate3d(-20%, 0, 0);
     }*/
  }
}

.heading1.--spd2 ::after {
  transition: transform 0.22s, visibility 0s 1.1s;
}

.tr-slideup {
  position: relative;
  transition: transform var(--duration-in), opacity var(--duration-in);
}
.tr-slideup.ef-scroll, .tr-slideup.ef-scroll-in {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
@media print, screen and (min-width:813px) {
  .tr-slideup.ef-scroll, .tr-slideup.ef-scroll-in {
    transform: translate3d(0, 60px, 0);
  }
}

.tr-copy {
  transition: opacity var(--duration-in), transform var(--duration-in);
  transition-delay: 0.2s;
}
.tr-copy.ef-scroll, .tr-copy.ef-scroll-in {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
@media print, screen and (min-width:813px) {
  .tr-copy.ef-scroll, .tr-copy.ef-scroll-in {
    transform: translate3d(0, 40px, 0);
  }
}

.tr-top-copy2 {
  transition: transform var(--duration-in);
}
.tr-top-copy2.ef-scroll, .tr-top-copy2.ef-scroll-in {
  transform: translate3d(-100%, -30px, 0);
}
@media print, screen and (min-width:813px) {
  .tr-top-copy2.ef-scroll, .tr-top-copy2.ef-scroll-in {
    transform: translate3d(-100%, -60px, 0);
  }
}

/***
  ホバー処理（PCのみに適用）
 */
@media print, screen and (min-width:813px) {
  /**
    header
   */
  .header-gnav1-item .header-gnav1__pict,
  .header-gnav1-item .header-gnav1__heading {
    transition: var(--duration-hover) opacity, var(--duration-hover) color, var(--duration-hover) background-color;
  }
  .header-gnav1-item .header-gnav1__pict img {
    transition: var(--duration-hover) transform;
  }
  .header-gnav1-item:hover .header-gnav1__pict {
    overflow: hidden;
    /*opacity: $hover_opacity;*/
  }
  .header-gnav1-item:hover .header-gnav1__pict img {
    transform: scale3d(1.05, 1.05, 1);
  }
  .header-gnav1-item:hover .header-gnav1__heading {
    color: #fff;
    background-color: #007A59;
  }
  .header-gnav2-item > a, .header-gnav2-item > span {
    transition: var(--duration-hover) background-color, var(--duration-hover) color;
  }
  .header-gnav2-item svg {
    transition: var(--duration-hover) fill;
  }
  .header-gnav2-item:hover > a, .header-gnav2-item:hover > span {
    background-color: #007A59;
    color: #fff;
  }
  .header-gnav2-item:hover svg {
    fill: #009362;
  }
  .header-gnav3-item .header-gnav3__heading {
    transition: var(--duration-hover);
  }
  .header-gnav3-item .header-gnav3__pict {
    overflow: hidden;
    transition: var(--duration-hover) opacity;
  }
  .header-gnav3-item .header-gnav3__pict img {
    transition: var(--duration-hover) transform;
  }
  .header-gnav3-item:hover .header-gnav3__pict {
    /*opacity: $hover_opacity;*/
  }
  .header-gnav3-item:hover .header-gnav3__pict img {
    transform: scale3d(1.05, 1.05, 1);
  }
  .header-gnav3-item:hover .header-gnav3__heading {
    color: #fff;
    background-color: #007A59;
  }
  .header__channel {
    transition: var(--duration-hover) opacity;
  }
  .header__channel:hover {
    opacity: 0.75;
  }
  .header__seller-inner {
    transition: var(--duration-hover);
  }
  .header__seller-inner .icon-arrow {
    transition: var(--duration-hover);
  }
  .header__seller-inner:hover {
    background-color: #007A59;
    color: #fff;
  }
  .header__seller-inner:hover .icon-arrow {
    stroke: #fff;
    transform: translate3d(15%, 0, 0);
  }
  /**
    top
   */
  .top-about .top-about__pict,
  .top-about .top-product__pict,
  .top-about .top-greenlab__pict,
  .top-about .top-exhibition__pict,
  .top-about .top-recruit__pict,
  .top-product .top-about__pict,
  .top-product .top-product__pict,
  .top-product .top-greenlab__pict,
  .top-product .top-exhibition__pict,
  .top-product .top-recruit__pict,
  .top-greenlab .top-about__pict,
  .top-greenlab .top-product__pict,
  .top-greenlab .top-greenlab__pict,
  .top-greenlab .top-exhibition__pict,
  .top-greenlab .top-recruit__pict,
  .top-exhibition .top-about__pict,
  .top-exhibition .top-product__pict,
  .top-exhibition .top-greenlab__pict,
  .top-exhibition .top-exhibition__pict,
  .top-exhibition .top-recruit__pict,
  .top-recruit .top-about__pict,
  .top-recruit .top-product__pict,
  .top-recruit .top-greenlab__pict,
  .top-recruit .top-exhibition__pict,
  .top-recruit .top-recruit__pict {
    transition: var(--duration-hover) opacity;
  }
  .top-about:hover .top-about__pict,
  .top-about:hover .top-product__pict,
  .top-about:hover .top-greenlab__pict,
  .top-about:hover .top-exhibition__pict,
  .top-about:hover .top-recruit__pict,
  .top-product:hover .top-about__pict,
  .top-product:hover .top-product__pict,
  .top-product:hover .top-greenlab__pict,
  .top-product:hover .top-exhibition__pict,
  .top-product:hover .top-recruit__pict,
  .top-greenlab:hover .top-about__pict,
  .top-greenlab:hover .top-product__pict,
  .top-greenlab:hover .top-greenlab__pict,
  .top-greenlab:hover .top-exhibition__pict,
  .top-greenlab:hover .top-recruit__pict,
  .top-exhibition:hover .top-about__pict,
  .top-exhibition:hover .top-product__pict,
  .top-exhibition:hover .top-greenlab__pict,
  .top-exhibition:hover .top-exhibition__pict,
  .top-exhibition:hover .top-recruit__pict,
  .top-recruit:hover .top-about__pict,
  .top-recruit:hover .top-product__pict,
  .top-recruit:hover .top-greenlab__pict,
  .top-recruit:hover .top-exhibition__pict,
  .top-recruit:hover .top-recruit__pict {
    opacity: 0.75;
  }
  .top-support-item-inner {
    transition-duration: var(--duration-hover);
  }
  .top-support-item-inner .top-support-item__label {
    transition-duration: var(--duration-hover);
  }
  .top-support-item-inner:hover {
    background-color: #007A59;
  }
  .top-support-item-inner:hover svg {
    fill: #009362;
  }
  .top-support-item-inner:hover .top-support-item__label {
    border-top: 1px solid #fff;
    color: #fff;
  }
  .top-others-item .top-others__heading {
    transition-duration: var(--duration-hover);
  }
  .top-others-item .top-others__pict {
    transition: var(--duration-hover) opacity;
  }
  .top-others-item .top-others__pict img {
    transition: var(--duration-hover) transform;
  }
  .top-others-item:hover .top-others__pict {
    /*opacity: $hover_opacity;*/
  }
  .top-others-item:hover .top-others__pict img {
    transform: scale3d(1.05, 1.05, 1);
  }
  .top-others-item:hover .top-others__heading {
    background-color: #007A59;
    color: #fff;
  }
  .top-special-item .top-special__pict picture {
    transition-duration: var(--duration-hover);
    transform: scale3d(1.005, 1.005, 1);
  }
  .top-special-item .top-special__heading,
  .top-special-item .top-special__catch {
    transition-duration: var(--duration-hover);
  }
  .top-special-item .icon-arrow {
    transition: var(--duration-hover) transform;
  }
  .top-special-item:hover .top-special__pict picture {
    /*opacity: $hover_opacity;*/
    transform: scale3d(1.05, 1.05, 1);
  }
  .top-special-item:hover .top-special__heading {
    background-color: #007A59 !important;
    color: #fff;
  }
  .top-special-item:hover .top-special__catch {
    background-color: #007A59 !important;
  }
  .top-special-item:hover .icon-arrow {
    transform: translate3d(15%, 0, 0);
  }
  /**
    news-list
   */
  .news-list-item .news-list__pict img {
    transition: var(--duration-hover) transform;
  }
  .news-list-item a:not(.news-list__category):hover .news-list__info {
    color: #fff;
    background-color: #007A59;
  }
  .news-list-item a:not(.news-list__category):hover .news-list__pict img {
    transform: scale3d(1.05, 1.05, 1);
  }
  .news-list-item .news-list__category {
    transition: var(--duration-hover);
  }
  .news-list-item .news-list__category:hover {
    background-color: #007A59;
    color: #fff;
  }
  .news-list__info {
    transition: var(--duration-hover) background-color, var(--duration-hover) color;
  }
  /**
    bottom nav
   */
  .bottom-nav-item .bottom-nav-item__arrow {
    transition: var(--duration-hover) transform;
  }
  .bottom-nav-item:hover .bottom-nav-item-inner {
    color: #fff;
    background-color: #007A59;
  }
  .bottom-nav-item:hover svg {
    fill: #009362;
  }
  .bottom-nav-item:hover .bottom-nav-item__arrow {
    stroke: #fff;
    transform: translate3d(15%, 0, 0);
  }
  .bottom-nav-item-inner {
    transition: var(--duration-hover) background-color, var(--duration-hover) color;
  }
  /**
    button
   */
  .btn-a .btn-inner {
    transition-duration: var(--duration-hover);
  }
  .btn-a .icon-arrow {
    transition: var(--duration-hover) transform;
  }
  .btn-a:hover .btn-inner:not(.active) {
    background-color: #007A59;
  }
  .btn-a:hover .btn-inner:not(.active) .icon-arrow {
    transform: translate3d(15%, 0, 0);
  }
  .btn-b .btn-inner {
    transition-duration: var(--duration-hover);
  }
  .btn-b .icon-arrow {
    transition: var(--duration-hover) transform;
  }
  .btn-b:hover .btn-inner:not(.active) {
    color: #fff;
    background-color: #007A59;
  }
  .btn-b:hover .btn-inner:not(.active) .icon-arrow {
    stroke: #fff;
    transform: translate3d(15%, 0, 0);
  }
  .btn-b:hover .btn-inner:not(.active) .icon-arrow.--down-icon {
    transform: translate3d(0, 0, 0);
  }
  .btn-b:hover.is-active .icon-arrow.--down-icon {
    transform: translate3d(0, 0, 0) rotate(180deg);
  }
  .btn-a.--downicon:hover .icon-arrow {
    transform: none !important;
  }
  .btn-b.--downicon:hover .icon-arrow {
    transform: none !important;
  }
  .btn-submit .btn-inner {
    transition: var(--duration-hover);
  }
  .btn-submit:hover .btn-inner {
    color: #fff;
    background-color: #007A59;
  }
  /**
    channel preview
   */
  .channel-preview-item-inner .channel-preview__pict img {
    transition: var(--duration-hover) transform;
  }
  .channel-preview-item-inner:hover .channel-preview__pict img {
    transform: scale3d(1.05, 1.05, 1);
  }
  /**
    product
   */
  .product-bannerlist-item a {
    transition: var(--duration-hover);
  }
  .product-bannerlist-item a:hover {
    opacity: 0.75;
  }
  .parts__table a:hover {
    opacity: 0.75;
  }
  .recruit-mv-nav__item > a {
    transition: background-color var(--duration-hover);
  }
  .recruit-mv-nav__item:hover > a {
    background-color: #007A59 !important;
  }
  .recruit-vision__btn > a {
    transition: background-color var(--duration-hover);
  }
  .recruit-vision__btn:hover > a {
    background-color: #007A59 !important;
  }
}