@charset "UTF-8";
/*  -------------------
  Foundation
-------------------  */
@import url("962d2c48f5c74720aae34df4385ecdc9.css");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
a img,
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

figure,
sub,
sup {
  position: relative;
}

script {
  display: none !important;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
}

li {
  list-style: none;
}

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

html {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.73;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  color: #333333;
}

body {
  background-color: #fefced;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

address,
em,
cite,
dfn,
var,
i {
  font-style: inherit;
}

img,
iframe,
embed,
object,
video,
audio,
svg,
canvas {
  vertical-align: bottom;
}

img,
iframe,
video,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentcolor;
}

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

td,
th {
  padding: 0;
}

th {
  text-align: inherit;
}

input,
button,
select,
textarea {
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

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

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

[hidden][hidden] {
  display: none !important;
}

button {
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
}

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

@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
}

/**  ------------------
  Layout
------------------  **/
@media screen and (min-width: 768px) {
  .l-breadCrumbs {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-breadCrumbs {
    margin-bottom: 7%;
  }
}

@media screen and (min-width: 768px) {
  .l-breadCrumbs > .inner {
    max-width: 1120px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-breadCrumbs > .inner {
    padding: 0 5%;
  }
}

@media screen and (min-width: 768px) {
  .l-breadCrumbs.-singleLayout {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .l-breadCrumbs.-singleLayout {
    margin-top: 8%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .l-content {
    max-width: 1120px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .l-content {
    max-width: 1120px;
    width: 100%;
    padding: 0 5%;
    margin: 0 auto;
  }
}

.l-content--column {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .l-content--column {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .l-content--column .l-main {
    max-width: 770px;
    flex-basis: 70%;
  }
}

@media screen and (max-width: 1023px) {
  .l-content--column .l-main {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .l-content--column .l-sub {
    max-width: 283px;
    flex-basis: 25.727272727%;
  }
}

@media screen and (max-width: 1023px) {
  .l-content--column .l-sub {
    max-width: 100%;
    flex-basis: 100%;
    padding-bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .l-section {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 10%;
  }
}

.l-section:last-child {
  margin-bottom: 0;
}

.br-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: inline;
  }
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

/*  -------------------
  Component
-------------------  */
/**  ------------------
  primaryButton
------------------  **/
.primaryButton {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 45px;
  border: solid 2px #444444;
  text-align: center;
  color: #444444;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .primaryButton {
    max-width: 670px;
    width: 100%;
    padding: 30px 38px 30px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .primaryButton {
    width: 90%;
    padding: 5% 10% 5% 5%;
    font-size: 3.2vw;
  }
}

.primaryButton::after {
  content: "";
  display: block;
  background-image: url(../fonts/icon_circle_green.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .primaryButton::after {
    right: 157px;
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 1023px) {
  .primaryButton::after {
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .primaryButton::after {
    right: 10px;
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
}

/**  ------------------
  borderGreenButton
------------------  **/
.borderGreenButton {
  display: block;
  border: solid 2px #00712f;
  background-color: #ffffff;
  border-radius: 30px;
  text-align: center;
  position: relative;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .borderGreenButton {
    padding: 15px 0;
    font-size: 15px;
    transition: all 0.3s;
  }
  .borderGreenButton:hover {
    opacity: 1;
    background-color: #00712f;
    color: #fff;
  }
  .borderGreenButton:hover::after {
    background-image: url(../fonts/icon_arrow_white_right.svg);
  }
}

@media screen and (max-width: 767px) {
  .borderGreenButton {
    padding: 4% 0;
    font-size: 3.7333333333vw;
  }
}

.borderGreenButton::after {
  content: "";
  display: block;
  width: 11px;
  height: 18px;
  background-image: url(../fonts/icon_arrow_green_right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.borderGreenButton.--re {
  background-color: #00712f;
  color: #fff;
}

.borderGreenButton.--re::after {
  background-image: url(../fonts/icon_arrow_white_right.svg);
}

@media screen and (min-width: 768px) {
  .borderGreenButton.--re:hover {
    opacity: 1;
    background-color: #fff;
    color: #00712f;
  }
  .borderGreenButton.--re:hover::after {
    background-image: url(../fonts/icon_arrow_green_right.svg);
  }
}

/**  ------------------
  viewAllHeading
------------------  **/
.viewAllHeading {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 768px) {
  .viewAllHeading {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .viewAllHeading {
    padding-bottom: 3%;
  }
}

.viewAllHeading::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-image: url(../images/bg_heading_underline_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.viewAllHeading > .main {
  display: flex;
}

@media screen and (min-width: 768px) {
  .viewAllHeading > .main {
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .viewAllHeading > .main {
    flex-direction: column;
    flex-basis: 75%;
  }
}

.viewAllHeading > .sub {
  align-self: flex-end;
}

@media screen and (max-width: 767px) {
  .viewAllHeading > .sub {
    flex-basis: 25%;
  }
}

.viewAllHeading .heading {
  color: #444444;
}

@media screen and (min-width: 768px) {
  .viewAllHeading .heading {
    margin-right: 19px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .viewAllHeading .heading {
    margin-right: 10%;
    font-size: 4vw;
  }
}

.viewAllHeading .subHeading {
  color: #00712f;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .viewAllHeading .subHeading {
    font-size: 14px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .viewAllHeading .subHeading {
    font-size: 3.2vw;
  }
}

.viewAllHeading .link {
  color: #333333;
  font-weight: bold;
  position: relative;
  display: block;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .viewAllHeading .link {
    font-size: 13px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .viewAllHeading .link {
    font-size: 3.2vw;
    padding-left: 25px;
  }
}

.viewAllHeading .link::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #00712f;
  border-radius: 50%;
  background-image: url(../images/icon_arrow_white_right.svg);
  background-repeat: no-repeat;
  background-position: 7px center;
  width: 18px;
  height: 18px;
  background-size: 5px;
}

.viewAllHeading.-bgGreen {
  background-color: #00712f;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .viewAllHeading.-bgGreen {
    padding: 12px 26px 12px 20px;
  }
}

@media screen and (max-width: 767px) {
  .viewAllHeading.-bgGreen {
    padding: 1.6vw 3.4666666667vw 1.6vw 2.6666666667vw;
  }
}

.viewAllHeading.-bgGreen::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .viewAllHeading.-bgGreen > .main {
    align-items: flex-end;
  }
}

.viewAllHeading.-bgGreen > .sub {
  -ms-grid-row-align: center;
      align-self: center;
}

.viewAllHeading.-bgGreen .heading {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .viewAllHeading.-bgGreen .heading {
    margin-right: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .viewAllHeading.-bgGreen .heading {
    font-size: 4vw;
  }
}

.viewAllHeading.-bgGreen .link {
  color: #fff;
}

.viewAllHeading.-bgGreen .link::before {
  background-color: #fff;
  background-image: url(../fonts/icon_arrow_green_right.svg);
}

/**  ------------------
  borderUpDownHeading
------------------  **/
.borderUpDownHeading {
  position: relative;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #00712f;
}

@media screen and (min-width: 768px) {
  .borderUpDownHeading {
    padding: 15px 13px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .borderUpDownHeading {
    padding: 2vw 1.7333333333vw;
    font-size: 4vw;
  }
}

.borderUpDownHeading::before, .borderUpDownHeading::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-image: url(../images/bg_heading_underline_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
}

.borderUpDownHeading::before {
  top: 0;
}

.borderUpDownHeading::after {
  bottom: 0;
}

/**  ------------------
  borderLeftHeading
------------------  **/
.borderLeftHeading {
  position: relative;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .borderLeftHeading {
    padding-left: 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .borderLeftHeading {
    padding-left: 2.6666666667vw;
    font-size: 4vw;
  }
}

.borderLeftHeading::before {
  content: "";
  border-radius: 3px;
  background-color: #00712f;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media screen and (min-width: 768px) {
  .borderLeftHeading::before {
    width: 6px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .borderLeftHeading::before {
    width: 0.8vw;
    height: 4.6666666667vw;
  }
}

/**  ------------------
  cardWrap
------------------  **/
.cardWrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .cardWrap.-pc3Column > .card {
    flex-basis: 31%;
    margin-right: 3.5%;
  }
  .cardWrap.-pc3Column > .card:nth-child(3n) {
    margin-right: 0;
  }
  .cardWrap.-pc3Column > .card:nth-child(n+4) {
    display: none;
  }
  .cardWrap.-pc4Column > .card {
    flex-basis: 22%;
    margin-right: 3%;
  }
  .cardWrap.-pc4Column > .card:nth-child(4n) {
    margin-right: 0;
  }
  .cardWrap.-pc4Column > .card:nth-child(n+5) {
    margin-top: 3%;
  }
}

@media screen and (max-width: 767px) {
  .cardWrap.-sp2Column > .card {
    flex-basis: 47%;
  }
  .cardWrap.-sp2Column > .card:nth-child(odd) {
    margin-right: 6%;
  }
  .cardWrap.-sp2Column > .card:nth-child(even) {
    margin-right: 0;
  }
  .cardWrap.-sp2Column > .card:nth-child(n + 3) {
    margin-top: 6%;
  }
}

/**  ------------------
  columnCard
------------------  **/
.columnCard {
  display: flex;
  flex-direction: column;
}

.columnCard > .head {
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .columnCard > .head {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .columnCard > .head {
    margin-bottom: 5%;
  }
}

.columnCard > .foot {
  border-top: 1px dotted #e6e6e6;
}

@media screen and (min-width: 768px) {
  .columnCard > .foot {
    margin-top: 10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .columnCard > .foot {
    margin-top: 2%;
    padding-top: 5%;
  }
}

.columnCard .thumbnail {
  position: relative;
}

.columnCard .thumbnail::before, .columnCard .thumbnail::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #00712f;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent;
}

.columnCard .thumbnail::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
  border-radius: 100% 0 0 0;
}

.columnCard .thumbnail::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 100% 0;
}

.columnCard .heading {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.71;
}

@media screen and (min-width: 768px) {
  .columnCard .heading {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .columnCard .heading {
    font-size: 3.4666666667vw;
  }
}

.columnCard .categoryList {
  display: flex;
  flex-wrap: wrap;
}

.columnCard .categoryList > li {
  color: #777777;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  border-right: 1px solid #777777;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .columnCard .categoryList > li {
    font-size: 12px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .columnCard .categoryList > li {
    font-size: 2.6666666667vw;
    padding-right: 3%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}

.columnCard .categoryList > li:last-child {
  border-right: none;
  margin-right: 0;
}

/**  ------------------
  articleCard
------------------  **/
.articleCard {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .articleCard > .head {
    flex-basis: 37.5%;
  }
}

@media screen and (max-width: 767px) {
  .articleCard > .head {
    flex-basis: 40%;
  }
}

@media screen and (min-width: 768px) {
  .articleCard > .body {
    flex-basis: 55.3%;
  }
}

@media screen and (max-width: 767px) {
  .articleCard > .body {
    flex-basis: 55%;
  }
}

.articleCard .thumbnail {
  border: 1px solid #00712f;
  border-radius: 5px;
  overflow: hidden;
}

.articleCard .text {
  color: #444444;
  line-height: 1.83;
}

@media screen and (min-width: 768px) {
  .articleCard .text {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .articleCard .text {
    font-size: 3.4666666667vw;
  }
}

.articleCard.-ranking {
  position: relative;
}

.articleCard.-ranking::before {
  counter-increment: rank 1;
  content: counter(rank);
  position: absolute;
  border-radius: 50%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .articleCard.-ranking::before {
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    top: -5px;
    left: -5px;
  }
}

@media screen and (max-width: 767px) {
  .articleCard.-ranking::before {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 2.9333333333vw;
    top: -2.6666666667vw;
    left: -2.6666666667vw;
  }
}

.articleCard.-ranking:nth-child(1)::before {
  background-color: #c6ab17;
}

.articleCard.-ranking:nth-child(2)::before {
  background-color: #6f6f6d;
}

.articleCard.-ranking:nth-child(3)::before {
  background-color: #af7b48;
}

.articleCard.-ranking:nth-child(4)::before, .articleCard.-ranking:nth-child(5)::before {
  background-color: #00712f;
}

/**  ------------------
  imgTextPanel
------------------  **/
.imgTextPanel {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .imgTextPanel {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .imgTextPanel > .main {
    flex-basis: 57%;
  }
}

@media screen and (max-width: 767px) {
  .imgTextPanel > .main {
    flex-basis: 100%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .imgTextPanel > .sub {
    flex-basis: 38.8%;
  }
}

@media screen and (max-width: 767px) {
  .imgTextPanel > .sub {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 768px) {
  .imgTextPanel .heading {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .imgTextPanel .heading {
    margin-bottom: 3%;
  }
}

.imgTextPanel .text {
  color: #444444;
  line-height: 1.79;
}

@media screen and (min-width: 768px) {
  .imgTextPanel .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .imgTextPanel .text {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .imgTextPanel.-flipped {
    flex-direction: row-reverse;
  }
}

/**  ------------------
  singleComponents
  .sc-
------------------  **/
.sc-articleTitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #00712f;
}

@media screen and (min-width: 768px) {
  .sc-articleTitle {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sc-articleTitle {
    padding-bottom: 3%;
  }
}

.sc-articleTitle > .title {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sc-articleTitle > .title {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .sc-articleTitle > .title {
    font-size: 4.5333333333vw;
  }
}

.sc-articleTitle > .date {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #00712f;
}

@media screen and (min-width: 768px) {
  .sc-articleTitle > .date {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sc-articleTitle > .date {
    font-size: 2.6666666667vw;
  }
}

.sc-categoryList {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .sc-categoryList > .list {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .sc-categoryList > .list {
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

.sc-categoryList > .list:last-child {
  margin-right: 0;
}

.sc-categoryList .button {
  border-radius: 15px;
  display: block;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  text-align: center;
  color: #999999;
}

@media screen and (min-width: 768px) {
  .sc-categoryList .button {
    padding: 4px 16px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .sc-categoryList .button {
    padding: 5% 10px;
    font-size: 2.6666666667vw;
  }
}

.sc-leadText {
  line-height: 1.79;
}

@media screen and (min-width: 768px) {
  .sc-leadText {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc-leadText {
    font-size: 3.4666666667vw;
  }
}

.sc-toc {
  border: solid 1px #cccccc;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sc-toc {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sc-toc {
    padding: 5%;
  }
}

.sc-toc > .head {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-43deg, transparent, transparent 10px, #cbe0c7 10px, #cbe0c7 11px);
}

@media screen and (min-width: 768px) {
  .sc-toc > .head {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .sc-toc > .head {
    padding: 2% 0;
  }
}

@media screen and (min-width: 768px) {
  .sc-toc > .body {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .sc-toc > .body {
    padding: 3% 0;
  }
}

.sc-toc .title {
  text-align: center;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sc-toc .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .sc-toc .title {
    font-size: 4vw;
  }
}

.sc-toc .title .main {
  color: #00712f;
}

@media screen and (min-width: 768px) {
  .sc-toc .title .sub {
    cursor: pointer;
  }
  .sc-toc .title .sub:hover {
    text-decoration: underline;
  }
}

.sc-toc .title .sub .show {
  display: inline;
}

.sc-toc .title .sub .hide {
  display: none;
}

.sc-toc .title .sub.isHide .show {
  display: none;
}

.sc-toc .title .sub.isHide .hide {
  display: inline;
}

@media screen and (min-width: 768px) {
  .sc-toc .headingList dt,
  .sc-toc .headingList dd {
    margin-top: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc-toc .headingList dt,
  .sc-toc .headingList dd {
    margin-top: 2%;
    font-size: 3.2vw;
  }
}

.sc-toc .headingList dt {
  font-weight: bold;
}

.sc-toc .headingList dt .number {
  margin-right: 5px;
}

.sc-toc .headingList dd {
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .sc-toc .headingList dd + dt {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sc-toc .headingList dd + dt {
    margin-top: 5%;
  }
}

.sc-headingLarge {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background-color: #00712f;
  border-radius: 5px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .sc-headingLarge {
    padding: 10px 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .sc-headingLarge {
    padding: 3%;
    font-size: 3.2vw;
  }
}

.sc-headingMedium {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}

@media screen and (min-width: 768px) {
  .sc-headingMedium {
    padding: 14px 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .sc-headingMedium {
    padding: 3% 0;
    font-size: 2.9333333333vw;
  }
}

.sc-headingSmall {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sc-headingSmall {
    padding-left: 17px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sc-headingSmall {
    padding-left: 3%;
    font-size: 2.9333333333vw;
  }
}

.sc-headingSmall::before {
  content: "";
  background-color: #00712f;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media screen and (min-width: 768px) {
  .sc-headingSmall::before {
    width: 4px;
    height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .sc-headingSmall::before {
    width: 0.8vw;
    height: 2.6666666667vw;
  }
}

.sc-normalText {
  font-family: YuGo;
  line-height: 1.79;
}

.sc-normalText.-frame {
  border: 1px solid #ccc;
  padding: 1.5em;
}

@media screen and (min-width: 768px) {
  .sc-normalText {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc-normalText {
    font-size: 2.9333333333vw;
  }
}

.sc-image {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .sc-image.-pc2Column > .item {
    flex-basis: 48%;
    margin: 0;
  }
  .sc-image.-pc2Column > .item:nth-child(2n) {
    margin-left: 4%;
  }
  .sc-image.-pc2Column > .item:nth-child(n+3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .sc-image.-sp1Column > .item {
    flex-basis: 100%;
    margin-bottom: 5%;
  }
  .sc-image.-sp1Column > .item:last-child {
    margin-bottom: 0;
  }
}

.sc-image .item {
  margin: 0 auto;
}

.sc-image .item.-large {
  width: 100%;
}

.sc-image .item.-medium {
  width: 75%;
}

.sc-image .item.-small {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .sc-image .caption {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .sc-image .caption {
    margin-top: 3px;
    font-size: 2.6666666667vw;
  }
}

.sc-itemDetail {
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .sc-itemDetail {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail {
    padding: 5%;
  }
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .sub {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .sub {
    flex-basis: 100%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .main {
    flex-basis: 70%;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .main {
    flex-basis: 100%;
  }
}

.sc-itemDetail .img {
  overflow: hidden;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
}

.sc-itemDetail .title {
  position: relative;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .title {
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .title {
    padding-left: 2.6666666667vw;
    font-size: 4vw;
    margin-bottom: 3%;
  }
}

.sc-itemDetail .title::before {
  content: "";
  border-radius: 3px;
  background-color: #00712f;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .title::before {
    width: 5px;
    height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .title::before {
    width: 0.8vw;
    height: 4vw;
  }
}

.sc-itemDetail .description {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.92;
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .description {
    font-size: 13px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .description {
    font-size: 3.2vw;
    padding-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .more {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .more {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .price {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .price {
    margin-top: 5%;
  }
}

.sc-itemDetail .price .label {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .price .label {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .price .label {
    font-size: 3.7333333333vw;
  }
}

.sc-itemDetail .price .yen {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .price .yen {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .price .yen {
    font-size: 6.4vw;
  }
}

.sc-itemDetail .price .yen span {
  font-size: 0.54em;
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .price .yen span {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .price .yen span {
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .button {
    display: flex;
    justify-content: center;
  }
}

.sc-itemDetail .button > a {
  border-radius: 20px;
  border: solid 1px #00712f;
  background-color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .button > a {
    padding: 8px 27px 7px 45px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .button > a {
    padding: 8px 0 7px 0;
    font-size: 2.9333333333vw;
    width: 100%;
    text-align: center;
  }
}

.sc-itemDetail .button > a::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00712f;
  border-radius: 50%;
  background-image: url(../fonts/icon_arrow_white_right.svg);
  background-repeat: no-repeat;
  background-position: 7px center;
}

@media screen and (min-width: 768px) {
  .sc-itemDetail .button > a::before {
    width: 18px;
    height: 18px;
    left: 15px;
    background-size: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sc-itemDetail .button > a::before {
    width: 18px;
    height: 18px;
    right: 15px;
    background-size: 5px;
  }
}

.sc-comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .sc-comment > .sub {
    flex-basis: 20%;
  }
}

@media screen and (max-width: 767px) {
  .sc-comment > .sub {
    flex-basis: 35%;
  }
}

@media screen and (min-width: 768px) {
  .sc-comment > .main {
    flex-basis: 74.4%;
  }
}

@media screen and (max-width: 767px) {
  .sc-comment > .main {
    flex-basis: 58%;
  }
}

.sc-comment .img {
  overflow: hidden;
  border: solid 2px #e6e6e6;
  border-radius: 50%;
}

.sc-comment .speachBalloon {
  position: relative;
  background-color: #fff;
  border: 1px dotted #333333;
  border-radius: 20px;
  line-height: 1.79;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .sc-comment .speachBalloon {
    padding: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc-comment .speachBalloon {
    padding: 5%;
    font-size: 3.2vw;
  }
}

.sc-comment .speachBalloon::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -10px;
  margin: 0 auto;
  border-top: 1px dotted #333;
  border-left: 1px dotted #333;
  background-color: #fff;
  transform: translateY(-50%) skewY(-28deg) skewX(45deg);
}

.sc-comment strong {
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #ff9 40%);
  font-weight: bolder;
}

.sc-commentReverse {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .sc-commentReverse > .sub {
    flex-basis: 20%;
  }
}

@media screen and (max-width: 767px) {
  .sc-commentReverse > .sub {
    flex-basis: 35%;
  }
}

@media screen and (min-width: 768px) {
  .sc-commentReverse > .main {
    flex-basis: 74.4%;
  }
}

@media screen and (max-width: 767px) {
  .sc-commentReverse > .main {
    flex-basis: 58%;
  }
}

.sc-commentReverse .img {
  overflow: hidden;
  border: solid 2px #e6e6e6;
  border-radius: 50%;
}

.sc-commentReverse .speachBalloon {
  position: relative;
  background-color: #fff;
  border: 1px dotted #333333;
  border-radius: 20px;
  line-height: 1.79;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .sc-commentReverse .speachBalloon {
    padding: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc-commentReverse .speachBalloon {
    padding: 5%;
    font-size: 3.2vw;
  }
}

.sc-commentReverse .speachBalloon::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: -10px;
  margin: 0 auto;
  border-bottom: 1px dotted #333;
  border-right: 1px dotted #333;
  background-color: #fff;
  transform: translateY(-50%) skewY(-28deg) skewX(45deg);
}

.sc-point {
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .sc-point {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sc-point {
    padding: 5%;
  }
}

.sc-point > .block {
  position: relative;
  display: flex;
}

@media screen and (min-width: 768px) {
  .sc-point > .block {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sc-point > .block {
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
}

.sc-point > .block > .head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .sc-point > .block > .head {
    flex-basis: 20%;
    padding: 20px 40px 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .sc-point > .block > .head {
    flex-basis: 20%;
    padding: 5% 5% 5% 2%;
  }
}

.sc-point > .block > .head::after {
  content: "";
  background-color: #ffe400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media screen and (min-width: 768px) {
  .sc-point > .block > .head::after {
    width: 3px;
    height: 86px;
  }
}

@media screen and (max-width: 767px) {
  .sc-point > .block > .head::after {
    width: 3px;
    height: 10.6666666667vw;
  }
}

.sc-point > .block > .body {
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (min-width: 768px) {
  .sc-point > .block > .body {
    flex-basis: 80%;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sc-point > .block > .body {
    flex-basis: 80%;
    padding-left: 5%;
  }
}

.sc-point > .block::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-image: url(../images/bg_heading_underline_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sc-point > .block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sc-point > .block:last-child::after {
  content: none;
}

.sc-point > .block .title {
  font-family: "Montserrat", sans-serif;
  color: #00712f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sc-point > .block .title .label {
  display: block;
}

@media screen and (min-width: 768px) {
  .sc-point > .block .title .label {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sc-point > .block .title .label {
    font-size: 2.6666666667vw;
  }
}

.sc-point > .block .title .number {
  display: block;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .sc-point > .block .title .number {
    font-size: 39px;
  }
}

@media screen and (max-width: 767px) {
  .sc-point > .block .title .number {
    font-size: 7.4666666667vw;
  }
}

.sc-point > .block .heading {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  color: #00712f;
}

@media screen and (min-width: 768px) {
  .sc-point > .block .heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sc-point > .block .heading {
    font-size: 3.4666666667vw;
  }
}

.sc-point > .block .text {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #00712f;
}

@media screen and (min-width: 768px) {
  .sc-point > .block .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc-point > .block .text {
    font-size: 3.2vw;
  }
}

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

.sc-linkButton a {
  position: relative;
  background-color: #ffe400;
  border: solid 2px #00712f;
  border-radius: 30px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
  color: #00712f;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .sc-linkButton a {
    display: inline-block;
    padding: 15px 95px;
    font-size: 15px;
  }
  .sc-linkButton a:hover {
    background-color: #00712f;
    color: #ffe400;
    opacity: 1;
  }
  .sc-linkButton a:hover::after {
    content: "";
    background-image: url(../fonts/icon_arrow_white_right.svg);
  }
}

@media screen and (max-width: 767px) {
  .sc-linkButton a {
    display: block;
    font-size: 3.2vw;
    padding: 4% 0;
  }
}

.sc-linkButton a::after {
  content: "";
  background-image: url(../fonts/icon_arrow_green_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 11px;
  height: 18px;
}

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

.sc-pager .backtotop {
  background-color: #fff;
  border: solid 2px #00712f;
  position: relative;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .sc-pager .backtotop {
    margin: 0 56px;
    width: 104px;
    height: 104px;
    transition: all .3s;
  }
  .sc-pager .backtotop:hover {
    opacity: 1;
    background: #00712f;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .sc-pager .backtotop {
    margin: 0 7%;
    width: 20vw;
    height: 20vw;
  }
}

.sc-pager .backtotop span {
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .sc-pager .backtotop span {
    font-size: 13px;
    top: 33%;
  }
}

@media screen and (max-width: 767px) {
  .sc-pager .backtotop span {
    font-size: 3.2vw;
    top: 34%;
    line-height: 1.3;
  }
}

.sc-pager .prev,
.sc-pager .next {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sc-pager .prev,
  .sc-pager .next {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc-pager .prev,
  .sc-pager .next {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .sc-pager .prev {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sc-pager .prev {
    padding-left: 5%;
  }
}

.sc-pager .prev::before {
  content: "";
  background-image: url(../fonts/icon_arrow_green_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 11px;
  height: 16px;
}

@media screen and (min-width: 768px) {
  .sc-pager .next {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sc-pager .next {
    padding-right: 5%;
  }
}

.sc-pager .next::after {
  content: "";
  background-image: url(../fonts/icon_arrow_green_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 11px;
  height: 18px;
}

.sc-embedYoutube .movie {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.sc-embedYoutube .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .sc-embedYoutube .caption {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .sc-embedYoutube .caption {
    margin-top: 3px;
    font-size: 2.6666666667vw;
  }
}

.sc-embedYoutube .item {
  margin: 0 auto;
}

.sc-embedYoutube .item.-large {
  width: 100%;
}

.sc-embedYoutube .item.-medium {
  width: 75%;
}

.sc-embedYoutube .item.-small {
  width: 50%;
}

.sc-embedGooglemap .map {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.sc-embedGooglemap .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .sc-embedGooglemap .caption {
    margin-top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .sc-embedGooglemap .caption {
    margin-top: 3px;
    font-size: 2.6666666667vw;
  }
}

.sc-embedGooglemap .item {
  margin: 0 auto;
}

.sc-embedGooglemap .item.-large {
  width: 100%;
}

.sc-embedGooglemap .item.-medium {
  width: 75%;
}

.sc-embedGooglemap .item.-small {
  width: 50%;
}

.sc-table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #00712f;
}

.sc-table .th,
.sc-table .td {
  padding: 10px 15px;
  border: 1px solid #00712f;
}

@media screen and (min-width: 768px) {
  .sc-table .th,
  .sc-table .td {
    font-size: 14px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .sc-table .th,
  .sc-table .td {
    font-size: 3.2vw;
    padding: 5% 4%;
  }
}

.sc-table .th {
  color: #00712f;
  font-weight: bold;
  background-color: #f1f6ef;
  width: 30%;
}

.sc-imgText {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sc-imgText {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .sc-imgText > .main {
    flex-basis: 48.5%;
  }
}

@media screen and (max-width: 767px) {
  .sc-imgText > .main {
    flex-basis: 100%;
    margin-top: 5%;
  }
}

@media screen and (min-width: 768px) {
  .sc-imgText > .sub {
    flex-basis: 48.5%;
  }
}

@media screen and (max-width: 767px) {
  .sc-imgText > .sub {
    flex-basis: 100%;
  }
}

.sc-imgText .text {
  line-height: 1.79;
}

@media screen and (min-width: 768px) {
  .sc-imgText .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc-imgText .text {
    font-size: 3.2vw;
  }
}

.sc-imgText strong {
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, #ff9 40%);
  font-weight: bolder;
}

.sc-imgTextReverse {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sc-imgTextReverse {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .sc-imgTextReverse {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .sc-imgTextReverse > .main {
    flex-basis: 48.5%;
  }
}

@media screen and (max-width: 767px) {
  .sc-imgTextReverse > .main {
    flex-basis: 100%;
    margin-top: 5%;
  }
}

@media screen and (min-width: 768px) {
  .sc-imgTextReverse > .sub {
    flex-basis: 48.5%;
  }
}

@media screen and (max-width: 767px) {
  .sc-imgTextReverse > .sub {
    flex-basis: 100%;
  }
}

.sc-imgTextReverse .text {
  line-height: 1.79;
}

@media screen and (min-width: 768px) {
  .sc-imgTextReverse .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc-imgTextReverse .text {
    font-size: 3.2vw;
  }
}

.sc-quote {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .sc-quote {
    padding: 60px 30px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .sc-quote {
    padding: 15% 5% 10%;
  }
}

.sc-quote::before {
  content: "";
  display: block;
  background-image: url(../fonts/icon_quote.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .sc-quote::before {
    width: 34px;
    height: 34px;
    top: 15px;
    left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sc-quote::before {
    width: 6.4vw;
    height: 6.4vw;
    top: 7%;
    left: 5%;
  }
}

.sc-quote .text {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .sc-quote .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sc-quote .text {
    font-size: 3.2vw;
    margin-bottom: 5%;
  }
}

.sc-quote .source {
  color: #999999;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .sc-quote .source {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .sc-quote .source {
    font-size: 2.6666666667vw;
  }
}

.sc-gallary .imgWrap {
  display: flex;
  flex-wrap: wrap;
}

.sc-gallary .imgWrap > .item {
  display: block;
  border: 4px solid transparent;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sc-gallary .imgWrap > .item {
    flex-basis: 25%;
  }
  .sc-gallary .imgWrap > .item:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .sc-gallary .imgWrap > .item {
    flex-basis: 50%;
  }
}

@media screen and (min-width: 768px) {
  .sc-gallary .imgWrap > .item::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../fonts/icon_zoom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    width: 50px;
    height: 50px;
    transition: opacity 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .sc-gallary .caption {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sc-gallary .caption {
    font-size: 3.2vw;
    margin-top: 3%;
  }
}

@media screen and (min-width: 768px) {
  .sc-gallary .caption .pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sc-gallary .caption .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sc-gallary .caption .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sc-gallary .caption .sp {
    display: block;
  }
}

.sc-recommendArticle {
  border-top: 1px solid #00712f;
  border-bottom: 1px solid #00712f;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sc-recommendArticle {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sc-recommendArticle {
    padding: 5% 2%;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .sc-recommendArticle > .head {
    flex-basis: 40%;
  }
}

@media screen and (max-width: 767px) {
  .sc-recommendArticle > .head {
    flex-basis: 100%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .sc-recommendArticle > .body {
    flex-basis: 52%;
  }
}

@media screen and (max-width: 767px) {
  .sc-recommendArticle > .body {
    flex-basis: 100%;
  }
}

.sc-recommendArticle .img {
  overflow: hidden;
  border-radius: 10px;
}

.sc-recommendArticle .title {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sc-recommendArticle .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sc-recommendArticle .title {
    font-size: 3.4666666667vw;
    margin-bottom: 3%;
  }
}

.sc-recommendArticle .text {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .sc-recommendArticle .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sc-recommendArticle .text {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .sc-recommendArticle .button {
    display: flex;
    justify-content: center;
  }
}

.sc-recommendArticle .button > a {
  border-radius: 20px;
  border: solid 1px #00712f;
  background-color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sc-recommendArticle .button > a {
    padding: 8px 27px 7px 45px;
    font-size: 13px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sc-recommendArticle .button > a {
    padding: 8px 0 7px 0;
    font-size: 2.9333333333vw;
    width: 100%;
    text-align: center;
    margin-top: 5%;
  }
}

.sc-recommendArticle .button > a::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00712f;
  border-radius: 50%;
  background-image: url(../images/icon_arrow_white_right.svg);
  background-repeat: no-repeat;
  background-position: 7px center;
}

@media screen and (min-width: 768px) {
  .sc-recommendArticle .button > a::before {
    width: 18px;
    height: 18px;
    left: 15px;
    background-size: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sc-recommendArticle .button > a::before {
    width: 18px;
    height: 18px;
    right: 15px;
    background-size: 5px;
  }
}

/**  ------------------
pager
------------------  **/
.pager {
  display: flex;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 768px) {
  .pager {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 7vw;
  }
}

.pager .item {
  margin: 0 5px;
}

.pager .prev, .pager .next {
  position: relative;
}

.pager .prev:before, .pager .next:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}

.pager .prev:before {
  background-image: url(../fonts/icon_arrow_green_left.svg);
}

@media screen and (min-width: 768px) {
  .pager .prev:hover:before {
    background-image: url(../fonts/icon_arrow_white_left.svg);
  }
}

.pager .next:before {
  background-image: url(../fonts/icon_arrow_green_right.svg);
}

@media screen and (min-width: 768px) {
  .pager .next:hover:before {
    background-image: url(../images/icon_arrow_white_right.svg);
  }
}

.pager .button {
  display: block;
  text-align: center;
  line-height: 1.9;
  border-radius: 5px;
  background-color: #f1f6ef;
  color: #00712f;
  border: 1px solid #e1e9e4;
}

.pager .button.is-current {
  background-color: #00712f;
  color: #fff;
  border: 1px solid #00712f;
}

@media screen and (min-width: 768px) {
  .pager .button {
    width: 30px;
    height: 30px;
    transition: all .3s;
  }
  .pager .button:hover {
    background-color: #00712f;
    color: #fff;
    border: 1px solid #00712f;
  }
}

@media screen and (max-width: 767px) {
  .pager .button {
    width: 8vw;
    height: 8vw;
  }
}

/**  ------------------
  bannerArea
------------------  **/
.bannerArea {
  background-image: url(../images/bg_foooter_bnrarea.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .bannerArea {
    padding: 59px 0;
  }
}

@media screen and (max-width: 767px) {
  .bannerArea {
    padding: 10% 6%;
  }
}

@media screen and (min-width: 768px) {
  .bannerArea > .inner {
    max-width: 1120px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .bannerArea .banner {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .bannerArea .banner > li {
    flex-basis: 48.5%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .bannerArea .banner > li {
    width: 100%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .bannerArea .banner > li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .bannerArea .banner > li:last-child {
    margin-bottom: 0;
  }
}

/**  ------------------
  header
------------------  **/
.header {
  width: 100%;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(9, 1, 3, 0.05);
  z-index: 10;
}

.header > .inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-color: #fff;
}

.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .header .logo {
    width: 235px;
    padding: 30px 24px 50px;
  }
}

@media screen and (max-width: 1023px) {
  .header .logo {
    width: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .header .logo {
    padding: 4vw 3.2vw 6.6666666667vw;
    width: 40vw;
    top: 0;
    left: 2%;
  }
}

.header .menu {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .header .menu {
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .header .menu {
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    transition: all 0.3s;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 7% 5%;
  }
  .header .menu.isOpen {
    visibility: visible;
    opacity: 1;
  }
}

.header .menu .links {
  display: flex;
}

@media screen and (min-width: 768px) {
  .header .menu .links {
    margin-bottom: 25px;
    padding-top: 10px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .header .menu .links {
    margin-right: 1.4285714286vw;
  }
}

@media screen and (max-width: 767px) {
  .header .menu .links {
    margin-right: 0;
    margin-top: 5%;
    width: 100%;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .header .menu .links > li {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .header .menu .links > li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header .menu .links > li {
    flex-basis: 30%;
    margin-right: 0;
  }
}

.header .menu .links > li:last-child {
  margin-right: 0;
}

.header .menu .links > li a {
  color: #333333;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .header .menu .links > li a {
    font-size: 12px;
    padding-left: 13px;
  }
}

@media screen and (max-width: 767px) {
  .header .menu .links > li a {
    font-size: 2.6666666667vw;
    padding-left: 15%;
  }
}

.header .menu .links > li a::before {
  content: "";
  background-image: url(../images/icon_triangle_green_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 8px;
}

.header .menu .content {
  display: flex;
}

@media screen and (max-width: 767px) {
  .header .menu .content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.header .menu .content > li {
  position: relative;
}

@media screen and (max-width: 767px) {
  .header .menu .content > li {
    flex-basis: 48%;
    margin-bottom: 2%;
  }
}

.header .menu .content > li a {
  color: #444444;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .header .menu .content > li a {
    padding: 9px 30px;
    font-size: 14px;
    border-right: 1px solid #e7e7e7;
  }
  .header .menu .content > li a:last-child a {
    border-right: none;
  }
}

@media screen and (max-width: 1023px) {
  .header .menu .content > li a {
    padding: 9px 1.4285714286vw;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header .menu .content > li a {
    padding: 7% 0;
    font-size: 3.2vw;
    display: block;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
  }
}

.header .menu .content > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 6px;
  border-radius: 3px;
  background-color: #00712f;
  transition: width 0.3s;
}

.header .menu .content > li.isCurrent::after {
  width: 40px;
}

@media screen and (min-width: 768px) {
  .header .menu .content > li:hover::after {
    width: 40px;
  }
}

.header .contact {
  background-color: #00712f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .header .contact {
    padding: 20px 0;
    width: 138px;
  }
}

@media screen and (max-width: 1023px) {
  .header .contact {
    padding: 20px 0;
    width: 14.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .header .contact {
    padding: 3.3333333333vw 0;
    width: 20vw;
  }
}

.header .contact .icon {
  display: block;
}

@media screen and (min-width: 768px) {
  .header .contact .icon {
    width: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .header .contact .icon {
    width: 4.2857142857vw;
  }
}

@media screen and (max-width: 767px) {
  .header .contact .icon {
    width: 6.6666666667vw;
  }
}

.header .contact .text {
  display: block;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .header .contact .text {
    font-size: 13px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header .contact .text {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}

.header .spMenuButton {
  position: relative;
  width: 16vw;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .header .spMenuButton {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header .spMenuButton {
    display: block;
  }
}

.header .spMenuButton > .lines {
  width: 5.3333333333vw;
  height: 4vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
}

.header .spMenuButton > .lines > span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00712f;
  position: absolute;
  transition: all 0.2s;
  left: 0;
}

.header .spMenuButton > .lines > span:nth-of-type(1) {
  top: 0;
}

.header .spMenuButton > .lines > span:nth-of-type(2) {
  top: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header .spMenuButton > .lines > span:nth-of-type(3) {
  bottom: 0;
}

.header .spMenuButton > .text {
  color: #00712f;
  font-size: 2.4vw;
  font-weight: bold;
  position: absolute;
  bottom: 17%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: color 0.3s;
}

.header .spMenuButton.isOpen > .lines > span {
  background-color: #00712f;
}

.header .spMenuButton.isOpen > .lines > span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header .spMenuButton.isOpen > .lines > span:nth-of-type(2) {
  opacity: 0;
}

.header .spMenuButton.isOpen > .lines > span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.header .spMenuButton.isOpen > .text {
  color: #00712f;
}

.header .spMenuBg {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: all 0.3s;
}

.header .spMenuBg.isOpen {
  visibility: visible;
  opacity: 1;
}

/**  ------------------
  footer
------------------  **/
.footer .top {
  background-color: #f7f7f7;
}

@media screen and (min-width: 768px) {
  .footer .top {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .top {
    padding: 7% 0;
  }
}

@media screen and (min-width: 768px) {
  .footer .top > .inner {
    max-width: 1120px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .footer .top > .inner {
    padding: 0 5%;
  }
}

.footer .top .banner {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .footer .top .banner {
    padding: 0 45px;
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .footer .top .banner {
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .footer .top .banner > li {
    flex-basis: 48.5%;
    margin-right: 3%;
  }
  .footer .top .banner > li:nth-child(even) {
    margin-right: 0;
  }
  .footer .top .banner > li:nth-child(n + 3) {
    margin-top: 3%;
  }
}

@media screen and (max-width: 767px) {
  .footer .top .banner > li:nth-child(n + 2) {
    margin-top: 3%;
  }
}

.footer .top .menu {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .footer .top .menu {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .footer .top .menu .logo {
    width: 231px;
  }
}

@media screen and (max-width: 1023px) {
  .footer .top .menu .logo {
    width: 21.4285714286vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .footer .top .menu .logo {
    width: 40vw;
    margin: 0 auto;
  }
}

.footer .top .menu .content {
  display: flex;
}

@media screen and (max-width: 1023px) {
  .footer .top .menu .content {
    justify-content: center;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .top .menu .content {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .footer .top .menu .content {
    flex-wrap: wrap;
    margin-top: -15px;
    width: calc(100% - 231px - 20px);
  }
  .footer .top .menu .content .item {
    margin-top: 15px;
    margin-right: 45px;
  }
}

@media screen and (max-width: 1023px) {
  .footer .top .menu .content .item {
    margin-right: 3.2142857143vw;
  }
}

@media screen and (max-width: 767px) {
  .footer .top .menu .content .item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .footer .top .menu .content .item.--full {
    width: 100%;
  }
}

.footer .top .menu .content .item:last-child {
  margin-right: 0;
}

.footer .top .menu .content .item .head {
  display: block;
  color: #444444;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer .top .menu .content .item .head {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer .top .menu .content .item .head {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) {
  .footer .top .menu .content .item .head + .head {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .footer .top .menu .content .item .head + .head {
    margin-top: 5%;
  }
}

@media screen and (min-width: 768px) {
  .footer .top .menu .content .item .head + .list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer .top .menu .content .item .head + .list {
    margin-top: 5%;
  }
}

.footer .top .menu .content .item .list a {
  color: #333333;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .footer .top .menu .content .item .list a {
    padding-left: 13px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .footer .top .menu .content .item .list a {
    padding-left: 13px;
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .footer .top .menu .content .item .list a {
    padding-left: 1.7333333333vw;
    font-size: 2.6666666667vw;
  }
}

.footer .top .menu .content .item .list a::before {
  content: "";
  background-image: url(../fonts/icon_arrow_green_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 8px;
}

.footer .bottom {
  background-color: #f7f7f7;
  border-top: 1px solid #e6e6e6;
  position: relative;
}

.footer .bottom .links {
  display: flex;
}

@media screen and (min-width: 768px) {
  .footer .bottom .links {
    max-width: 1120px;
    width: 100%;
    padding: 14px 10px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .footer .bottom .links {
    padding: 3% 5%;
  }
}

@media screen and (min-width: 768px) {
  .footer .bottom .links > li {
    margin-right: 28px;
  }
}

@media screen and (max-width: 767px) {
  .footer .bottom .links > li {
    margin-right: 5%;
  }
}

.footer .bottom .links > li:last-child {
  margin-right: 0;
}

.footer .bottom .links > li a {
  color: #999999;
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  .footer .bottom .links > li a {
    font-size: 12px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer .bottom .links > li a {
    font-size: 2.6666666667vw;
    padding-left: 2vw;
  }
}

.footer .bottom .links > li a::before {
  content: "";
  background-image: url(../fonts/icon_arrow_gray_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 8px;
}

.footer .bottom .copyright {
  background-color: #00712f;
}

@media screen and (min-width: 768px) {
  .footer .bottom .copyright {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer .bottom .copyright {
    padding: 2% 0;
  }
}

.footer .bottom .copyright > p {
  text-align: center;
  color: #fff;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .footer .bottom .copyright > p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer .bottom .copyright > p {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .footer .bottom .pagetop {
    cursor: pointer;
    position: absolute;
    right: 0;
    background-image: url(../images/bg_pagetop.png);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 1;
    padding: 46px 47px 0 95px;
    top: -11px;
  }
  .footer .bottom .pagetop:hover > span::before {
    transform: translate(-50%, -3px);
  }
}

@media screen and (max-width: 767px) {
  .footer .bottom .pagetop {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    position: fixed;
    right: 2%;
    bottom: 2%;
    border-radius: 50%;
    background-color: #00712f;
  }
}

.footer .bottom .pagetop > span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .footer .bottom .pagetop > span {
    font-size: 15px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .footer .bottom .pagetop > span {
    position: absolute;
    font-size: 2.6666666667vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
  }
}

.footer .bottom .pagetop > span::before {
  content: "";
  background-image: url(../images/icon_arrow_white_top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media screen and (min-width: 768px) {
  .footer .bottom .pagetop > span::before {
    width: 19px;
    height: 10px;
    top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .footer .bottom .pagetop > span::before {
    width: 2.5333333333vw;
    height: 1.3333333333vw;
    top: -4vw;
  }
}

/**  ------------------
  sidemenu
------------------  **/
@media screen and (max-width: 1023px) {
  .sidemenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sidemenu .linkbtn {
    margin-bottom: 25px;
  }
  .sidemenu .link+.link {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .sidemenu .link {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .linkbtn {
    margin-bottom: 20px;
  }
  .sidemenu .link+.link {
    margin-top: 10px;
  }
}

.sidemenu .search {
  border-bottom: 1px solid #444444;
}

@media screen and (min-width: 768px) {
  .sidemenu .search {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1023px) {
  .sidemenu .search {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .search {
    padding-bottom: 10%;
    margin-bottom: 10%;
    display: block;
  }
}

.sidemenu .search .block {
  border: 1px solid #e1e9e4;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sidemenu .search .block {
    margin-bottom: 19px;
    padding: 10px 10px 17px;
  }
}

@media screen and (max-width: 1023px) {
  .sidemenu .search .block {
    flex-basis: 48%;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .search .block {
    margin-bottom: 5%;
    padding: 5% 5% 0;
  }
}

.sidemenu .search .block:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .sidemenu .search .block > .body {
    padding: 0 10px;
  }
}

.sidemenu .search .block .heading a {
  background-color: #f1f6ef;
  border-radius: 10px;
  color: #00712f;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 768px) {
  .sidemenu .search .block .heading a {
    font-size: 15px;
    padding: 9px 0;
    transition: all .3s;
  }
  .sidemenu .search .block .heading a:hover {
    background: #00712f;
    color: #fff;
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .search .block .heading a {
    font-size: 3.7333333333vw;
    padding: 5% 0;
  }
}

.sidemenu .search .block .heading span {
  background-color: #f1f6ef;
  border-radius: 10px;
  color: #00712f;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 768px) {
  .sidemenu .search .block .heading span {
    font-size: 15px;
    padding: 9px 0;
    transition: all .3s;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .search .block .heading span {
    font-size: 3.7333333333vw;
    padding: 5% 0;
  }
}

@media screen and (min-width: 768px) {
  .sidemenu .search .block .select {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .search .block .select {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.sidemenu .search .block .select select {
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 10px 50px 10px 20px;
  font-size: 13px;
  height: 45px;
  background: #ffff url(../fonts/icon_arrow_gray_bottom.svg) no-repeat center right 15px/10px;
}

.sidemenu .search .block .list > li {
  border-bottom: 1px solid #e6e6e6;
}

.sidemenu .search .block .list > li:last-child {
  border-bottom: none;
}

.sidemenu .search .block .list > li a {
  color: #222222;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sidemenu .search .block .list > li a {
    padding: 10px 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .search .block .list > li a {
    padding: 3% 2%;
    font-size: 3.4666666667vw;
  }
}

.sidemenu .search .block .list > li a::after {
  content: "";
  background-image: url(../fonts/icon_arrow_gray_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  right: 5px;
}

.sidemenu .ranking {
  border-bottom: 2px solid #444444;
}

@media screen and (min-width: 768px) {
  .sidemenu .ranking {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .sidemenu .ranking {
    flex-basis: 48%;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .ranking {
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .sidemenu .ranking > .head {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .ranking > .head {
    margin-bottom: 7%;
  }
}

.sidemenu .ranking .heading {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sidemenu .ranking .heading {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .ranking .heading {
    font-size: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .sidemenu .ranking .tabContent > .head {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .ranking .tabContent > .head {
    margin-bottom: 10%;
  }
}

.sidemenu .ranking .tabContent .tabList {
  display: flex;
  justify-content: space-between;
}

.sidemenu .ranking .tabContent .tabList > .label {
  border: 1px solid #444444;
  background-color: #fff;
  flex-basis: 49%;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sidemenu .ranking .tabContent .tabList > .label {
    transition: all .3s;
    padding: 10px 0;
    font-size: 13px;
  }
  .sidemenu .ranking .tabContent .tabList > .label:not(.isActive):hover {
    background-color: #f1f6ef;
    color: #00712f;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .ranking .tabContent .tabList > .label {
    padding: 4% 0;
    font-size: 3.4666666667vw;
  }
}

.sidemenu .ranking .tabContent .tabList > .label::before, .sidemenu .ranking .tabContent .tabList > .label::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  display: none;
}

.sidemenu .ranking .tabContent .tabList > .label.-weekly {
  border-radius: 30px 10px 10px 30px;
}

.sidemenu .ranking .tabContent .tabList > .label.-weekly::before {
  border-color: transparent #444 transparent transparent;
  border-width: 0 14px 14px 0;
  margin-left: -6px;
}

.sidemenu .ranking .tabContent .tabList > .label.-weekly::after {
  border-color: transparent #00712f transparent transparent;
  border-width: 0 11px 11px 0;
  margin-left: -4px;
}

.sidemenu .ranking .tabContent .tabList > .label.-monthly {
  border-radius: 10px 30px 30px 10px;
}

.sidemenu .ranking .tabContent .tabList > .label.-monthly::before {
  border-color: #444 transparent transparent transparent;
  border-width: 14px 14px 0 0;
  margin-left: -6px;
}

.sidemenu .ranking .tabContent .tabList > .label.-monthly::after {
  border-color: #00712f transparent transparent transparent;
  border-width: 11px 11px 0 0;
  margin-left: -5px;
}

.sidemenu .ranking .tabContent .tabList > .label.isActive {
  background-color: #00712f;
  color: #fff;
}

.sidemenu .ranking .tabContent .tabList > .label.isActive::before, .sidemenu .ranking .tabContent .tabList > .label.isActive::after {
  display: block;
}

.sidemenu .ranking .tabContent .tabBody {
  counter-reset: rank;
  display: none;
}

.sidemenu .ranking .tabContent .tabBody.isActive {
  display: block;
}

.sidemenu .ranking .tabContent .tabBody .item {
  border-bottom: 1px dotted #bbbbbb;
}

@media screen and (min-width: 768px) {
  .sidemenu .ranking .tabContent .tabBody .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .ranking .tabContent .tabBody .item {
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
}

.sidemenu .ranking .tabContent .tabBody .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidemenu .pickup {
  border-bottom: 2px solid #444444;
}

@media screen and (min-width: 768px) {
  .sidemenu .pickup {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .sidemenu .pickup {
    flex-basis: 48%;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .pickup {
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .sidemenu .pickup > .head {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .pickup > .head {
    margin-bottom: 7%;
  }
}

.sidemenu .pickup > .body .item {
  border-bottom: 1px dotted #bbbbbb;
}

@media screen and (min-width: 768px) {
  .sidemenu .pickup > .body .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .pickup > .body .item {
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
}

.sidemenu .pickup > .body .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sidemenu .pickup .heading {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sidemenu .pickup .heading {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sidemenu .pickup .heading {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1024px) {
  .sidemenu .bannerwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

.sidemenu .banner + .banner {
  margin-top: 1rem;
}

.sidemenu .movie {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-top: 2rem;
}

.sidemenu .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/**  ------------------
  searchBox
------------------  **/
.searchBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .searchBox > .item {
    flex-basis: 48%;
  }
  .searchBox > .item:nth-child(n+3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .searchBox > .item {
    flex-basis: 100%;
    margin-bottom: 7%;
  }
}

.searchBox > .item > .head {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-43deg, transparent, transparent 10px, #cbe0c7 10px, #cbe0c7 11px);
}

@media screen and (min-width: 768px) {
  .searchBox > .item > .head {
    margin-bottom: 25px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .searchBox > .item > .head {
    margin-bottom: 7%;
    padding: 4% 0;
  }
}

.searchBox > .item .heading {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .searchBox > .item .heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .searchBox > .item .heading {
    font-size: 3.7333333333vw;
  }
}

.searchBox > .item .categoryList {
  display: flex;
  flex-wrap: wrap;
}

.searchBox > .item .categoryList .list.-large {
  flex-basis: 49%;
}

.searchBox > .item .categoryList .list.-large:nth-child(even) {
  margin-left: 2%;
}

.searchBox > .item .categoryList .list.-large:nth-child(odd) {
  margin-left: 0;
}

.searchBox > .item .categoryList .list.-large:nth-child(n + 3) {
  margin-top: 2%;
}

.searchBox > .item .categoryList .list.-small {
  flex-basis: 49%;
}

.searchBox > .item .categoryList .list.-small:nth-child(even) {
  margin-left: 2%;
}

.searchBox > .item .categoryList .list.-small:nth-child(odd) {
  margin-left: 0;
}

.searchBox > .item .categoryList .list.-small:nth-child(n + 3) {
  margin-top: 2%;
}

.searchBox > .item .categoryList .button {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  text-align: center;
  color: #999999;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .searchBox > .item .categoryList .button {
    padding: 3px 0;
    font-size: 13px;
    transition: all .3s;
  }
  .searchBox > .item .categoryList .button:hover {
    background: #f1f6ef;
    color: #00712f;
  }
}

@media screen and (max-width: 767px) {
  .searchBox > .item .categoryList .button {
    padding: 2% 0;
    font-size: 3.2vw;
  }
}

/**  ------------------
  breadCrumbs
------------------  **/
.breadCrumbs {
  overflow: auto;
}

.breadCrumbs .list {
  display: flex;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .breadCrumbs .list {
    justify-content: flex-end;
  }
}

.breadCrumbs .list > li {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #444444;
  position: relative;
}

@media screen and (min-width: 768px) {
  .breadCrumbs .list > li {
    font-size: 12px;
    padding-right: 22px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .breadCrumbs .list > li {
    font-size: 2.9333333333vw;
    padding-right: 5%;
    margin-right: 5%;
  }
}

.breadCrumbs .list > li::after {
  content: "";
  background-image: url(../fonts/icon_arrow_green_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 8px;
  right: 0;
}

.breadCrumbs .list > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadCrumbs .list > li:last-child::after {
  content: none;
}

/**  ------------------
  mainvisual
------------------  **/
.mainvisual {
  position: relative;
  background-image: url(../images/bg_mv_under.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media screen and (min-width: 768px) {
  .mainvisual {
    margin-bottom: 20px;
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual {
    margin-bottom: 5%;
    height: 46.6666666667vw;
  }
}

.mainvisual > .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-weight: bold;
}

.mainvisual > .heading .sub {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .mainvisual > .heading .sub {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual > .heading .sub {
    font-size: 2.9333333333vw;
  }
}

.mainvisual > .heading .ja {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .mainvisual > .heading .ja {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual > .heading .ja {
    font-size: 4.8vw;
  }
}

.mainvisual > .heading .en {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .mainvisual > .heading .en {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual > .heading .en {
    font-size: 3.2vw;
  }
}

/*  -------------------
  Pages
-------------------  */
@media screen and (min-width: 768px) {
  .section > .head {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section > .head {
    margin-bottom: 7%;
  }
}

.section > .head .lead {
  color: #444444;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .section > .head .lead {
    margin-top: 15px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section > .head .lead {
    margin-top: 3%;
    font-size: 3.4666666667vw;
  }
}

/**  ------------------
  INDEX
------------------  **/
.page-index .hero {
  background: url(../images/bg_mv.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .page-index .hero {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .hero {
    margin-bottom: 10%;
  }
}

.page-index .hero .heroblock {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-index .hero .heroblock {
    width: 500px;
    height: 378px;
  }
}

@media screen and (max-width: 1023px) {
  .page-index .hero .heroblock {
    width: 48vw;
  }
}

@media screen and (max-width: 767px) {
  .page-index .hero .heroblock {
    height: 53.3333333333vw;
    width: 66.6666666667vw;
  }
}

.page-index .hero .balloon {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transform: scale(1.2);
}

@media screen and (min-width: 768px) {
  .page-index .hero .balloon {
    width: 145px;
    top: 35px;
    left: -200px;
  }
}

@media screen and (max-width: 1199px) {
  .page-index .hero .balloon {
    top: 65px;
  }
}

@media screen and (max-width: 1023px) {
  .page-index .hero .balloon {
    width: 14vw;
    top: 7vw;
    left: -41%;
  }
}

@media screen and (max-width: 767px) {
  .page-index .hero .balloon {
    width: 16vw;
    top: 7vw;
    left: -3%;
  }
}

.page-index .hero .balloon.isAnimated {
  -webkit-animation: fluffy1 3s ease infinite;
          animation: fluffy1 3s ease infinite;
}

.page-index .hero .minatokun {
  position: absolute;
  z-index: 3;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .page-index .hero .minatokun {
    width: 182px;
    top: 70px;
    left: -82px;
  }
}

@media screen and (max-width: 1023px) {
  .page-index .hero .minatokun {
    top: 7.714286vw;
    left: -16%;
    width: 17.7vw;
  }
}

@media screen and (max-width: 767px) {
  .page-index .hero .minatokun {
    width: 20vw;
    left: -18%;
    top: 19vw;
  }
}

.page-index .hero .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .page-index .hero .heading {
    width: 500px;
  }
}

@media screen and (max-width: 1023px) {
  .page-index .hero .heading {
    width: 48vw;
  }
}

@media screen and (max-width: 767px) {
  .page-index .hero .heading {
    width: 66.6666666667vw;
  }
}

.page-index .hero::after {
  content: "";
  background-image: url(../images/bg_wave_ivory.png);
  background-position: center bottom;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  display: block;
  position: absolute;
  z-index: 4;
}

.page-index .questionnaire.__pc {
  z-index: 3;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .page-index .questionnaire.__pc {
    position: absolute;
    right: -50%;
    bottom: 13.5%;
    width: 25vw;
  }
}

@media screen and (min-width: 1024px) {
  .page-index .questionnaire.__pc {
    position: absolute;
    right: -52%;
    bottom: 13.4%;
    width: 60%;
  }
}

@media screen and (min-width: 1100px) {
  .page-index .questionnaire.__pc {
    position: absolute;
    right: -26vw;
    bottom: 13.4%;
    width: auto;
  }
}

@media screen and (max-width: 1023px) {
  .page-index .questionnaire.__pc {
    position: absolute;
    right: -50%;
    bottom: 15%;
    width: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .page-index .questionnaire.__pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .page-index .questionnaire.__sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-index .questionnaire.__sp {
    margin-bottom: 8%;
    display: block;
  }
}

.page-index .about {
  background-color: #fff;
  border-radius: 10px;
}

.page-index .about > .head {
  background-color: #00712f;
  border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 768px) {
  .page-index .about > .body {
    padding: 30px 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about > .body {
    padding: 10% 5%;
  }
}

.page-index .about .heading {
  text-align: center;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-index .about .heading {
    padding: 20px 0 25px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .heading {
    padding: 4vw 0 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.page-index .about .heading::after {
  content: "";
  background-image: url(../images/bg_wave_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .page-index .about .lead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .lead {
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .page-index .about .lead > .main {
    flex-basis: 447px;
  }
}

@media screen and (min-width: 768px) {
  .page-index .about .lead > .sub {
    flex-basis: 184px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .lead > .sub {
    width: 50%;
    margin: 7% auto 0;
  }
}

.page-index .about .lead .text {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .page-index .about .lead .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .lead .text {
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .page-index .about .lead .profile figcaption {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .lead .profile figcaption {
    margin-top: 3%;
  }
}

.page-index .about .lead .profile .position {
  display: block;
  text-align: center;
  color: #999999;
}

@media screen and (min-width: 768px) {
  .page-index .about .lead .profile .position {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .lead .profile .position {
    font-size: 3.2vw;
  }
}

.page-index .about .lead .profile .name {
  display: block;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .page-index .about .lead .profile .name {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .lead .profile .name {
    font-size: 4vw;
  }
}

.page-index .about .links {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-index .about .links {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .links {
    margin-bottom: 10%;
    text-align: center;
  }
}

.page-index .about .links .button {
  border-radius: 20px;
  border: solid 1px #00712f;
  background-color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .page-index .about .links .button {
    padding: 8px 27px 8px 45px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .links .button {
    padding: 8px 27px 8px 45px;
    font-size: 3.4666666667vw;
  }
}

.page-index .about .links .button::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00712f;
  border-radius: 50%;
  background-image: url(../images/icon_arrow_white_right.svg);
  background-repeat: no-repeat;
  background-position: 7px center;
}

@media screen and (min-width: 768px) {
  .page-index .about .links .button::before {
    width: 18px;
    height: 18px;
    left: 15px;
    background-size: 5px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .links .button::before {
    width: 18px;
    height: 18px;
    left: 15px;
    background-size: 5px;
  }
}

.page-index .about .links::after {
  content: "";
  height: 1px;
  background-color: #e6e6e6;
  width: 75%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 767px) {
  .page-index .about .links::after {
    display: none;
  }
}

.page-index .about .contact .button {
  background-color: #ffff00;
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 10px;
  color: #444444;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-index .about .contact .button {
    width: 500px;
    padding: 25px 40px 25px 65px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .contact .button {
    width: 100%;
    padding: 3.3333333333vw 9.3333333333vw 3.3333333333vw 17.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.page-index .about .contact .button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url(../fonts/icon_mail_gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .page-index .about .contact .button::before {
    width: 32px;
    height: 24px;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .contact .button::before {
    width: 8.5333333333vw;
    height: 6.4vw;
    left: 6.6666666667vw;
  }
}

.page-index .about .contact .button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url(../fonts/icon_arrow_black_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .page-index .about .contact .button::after {
    width: 7px;
    height: 12px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .about .contact .button::after {
    width: 7px;
    height: 12px;
    right: 3.4666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .page-index .info {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .page-index .info > .item {
    flex-basis: 47%;
  }
}

@media screen and (max-width: 767px) {
  .page-index .info > .item {
    margin-bottom: 10%;
  }
  .page-index .info > .item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-index .info > .item > .head {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .info > .item > .head {
    margin-bottom: 7%;
  }
}

.page-index .info .news .newsList {
  display: block;
  border-bottom: dotted 1px #cccccc;
}

@media screen and (min-width: 768px) {
  .page-index .info .news .newsList {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .info .news .newsList {
    margin-bottom: 5%;
  }
}

.page-index .info .news .newsList:last-child {
  margin-bottom: 0;
}

.page-index .info .news .newsList > .head {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .page-index .info .news .newsList > .head {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .info .news .newsList > .head {
    margin-bottom: 3%;
  }
}

@media screen and (min-width: 768px) {
  .page-index .info .news .newsList > .body {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .info .news .newsList > .body {
    padding-bottom: 5%;
  }
}

.page-index .info .news .newsList .date {
  color: #999999;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 768px) {
  .page-index .info .news .newsList .date {
    margin-right: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .info .news .newsList .date {
    margin-right: 3%;
    font-size: 3.2vw;
  }
}

.page-index .info .news .newsList .label {
  font-family: "Montserrat", sans-serif;
  color: #ae0e16;
}

@media screen and (min-width: 768px) {
  .page-index .info .news .newsList .label {
    margin-right: 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .info .news .newsList .label {
    margin-right: 3%;
    font-size: 3.2vw;
  }
}

.page-index .info .news .newsList .category {
  color: #999999;
  border-radius: 11px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .page-index .info .news .newsList .category {
    font-size: 11px;
    padding: 1px 9px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .info .news .newsList .category {
    font-size: 2.6666666667vw;
    padding: 0.5333333333vw 0.8vw;
  }
}

.page-index .info .news .newsList .title {
  line-height: 1.64;
}

@media screen and (min-width: 768px) {
  .page-index .info .news .newsList .title {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .info .news .newsList .title {
    font-size: 3.4666666667vw;
  }
}

.page-index .info .twitter {
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .page-index .info .twitter {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .page-index .info .twitter {
    height: 66.6666666667vw;
  }
}

@-webkit-keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

/**  ------------------
  COLUMN SINGLE
------------------  **/
@media screen and (min-width: 768px) {
  .page-columnSingle .singleArticle {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-columnSingle .singleArticle {
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .page-columnSingle .singleArticle > .head {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 767px) {
  .page-columnSingle .singleArticle > .head {
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .page-columnSingle .singleArticle > .head .sc-articleTitle {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-columnSingle .singleArticle > .head .sc-articleTitle {
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .page-columnSingle .singleArticle > .head .sc-mainImage {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .page-columnSingle .singleArticle > .head .sc-mainImage {
    margin-bottom: 3%;
  }
}

@media screen and (min-width: 768px) {
  .page-columnSingle .singleArticle > .head .sc-categoryList {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .page-columnSingle .singleArticle > .head .sc-categoryList {
    margin-bottom: 3%;
  }
}

@media screen and (min-width: 768px) {
  .page-columnSingle .singleArticle > .head .sc-leadText {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .page-columnSingle .singleArticle > .head .sc-leadText {
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .page-columnSingle .singleArticle > .body [class*="sc-"] {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-columnSingle .singleArticle > .body [class*="sc-"] {
    margin-bottom: 5%;
  }
}

.page-columnSingle .singleArticle > .body [class*="sc-"]:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-columnSingle .singleArticle > .foot {
    margin-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .page-columnSingle .singleArticle > .foot {
    margin-top: 10%;
  }
}

.lg-backdrop {
  background-color: rgba(30, 30, 30, 0.9);
}

/**  ------------------
  COMPANY
------------------  **/
.page-company .about > .foot {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-company .about > .foot {
    margin-top: 56px;
    padding-top: 56px;
  }
}

@media screen and (max-width: 767px) {
  .page-company .about > .foot {
    margin-top: 10%;
    padding-top: 10%;
  }
}

.page-company .about > .foot::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-image: url(../images/bg_heading_underline_green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-company .about .table {
  width: 100%;
  background-color: #fff;
}

.page-company .about .table .th,
.page-company .about .table .td {
  font-weight: bold;
  line-height: 1.69;
}

@media screen and (min-width: 768px) {
  .page-company .about .table .th,
  .page-company .about .table .td {
    font-size: 13px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-company .about .table .th,
  .page-company .about .table .td {
    font-size: 3.2vw;
    padding: 5% 4%;
  }
}

.page-company .about .table .th {
  color: #00712f;
}

@media screen and (min-width: 768px) {
  .page-company .about .table .th {
    border-bottom: 10px solid #fffeee;
    border-right: 10px solid #fffeee;
  }
}

@media screen and (max-width: 767px) {
  .page-company .about .table .th {
    border-bottom: 5px solid #fffeee;
    border-right: 5px solid #fffeee;
  }
}

@media screen and (min-width: 768px) {
  .page-company .about .table .td {
    border-bottom: 10px solid #fffeee;
  }
}

@media screen and (max-width: 767px) {
  .page-company .about .table .td {
    border-bottom: 5px solid #fffeee;
  }
}

/**  ------------------
  NEWS INDEX
------------------  **/
@media screen and (min-width: 768px) {
  .page-newsIndex .info > .item {
    flex-basis: 47%;
  }
}

@media screen and (max-width: 767px) {
  .page-newsIndex .info > .item {
    margin-bottom: 10%;
  }
  .page-newsIndex .info > .item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-newsIndex .info > .item > .head {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-newsIndex .info > .item > .head {
    margin-bottom: 7%;
  }
}

.page-newsIndex .info .news .newsList {
  display: block;
  border-bottom: dotted 1px #cccccc;
}

@media screen and (min-width: 768px) {
  .page-newsIndex .info .news .newsList {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .page-newsIndex .info .news .newsList {
    margin-bottom: 5%;
  }
}

.page-newsIndex .info .news .newsList:last-child {
  margin-bottom: 0;
}

.page-newsIndex .info .news .newsList > .head {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .page-newsIndex .info .news .newsList > .head {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-newsIndex .info .news .newsList > .head {
    margin-bottom: 3%;
  }
}

@media screen and (min-width: 768px) {
  .page-newsIndex .info .news .newsList > .body {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-newsIndex .info .news .newsList > .body {
    padding-bottom: 5%;
  }
}

.page-newsIndex .info .news .newsList .date {
  color: #999999;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 768px) {
  .page-newsIndex .info .news .newsList .date {
    margin-right: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-newsIndex .info .news .newsList .date {
    margin-right: 3%;
    font-size: 3.2vw;
  }
}

.page-newsIndex .info .news .newsList .label {
  font-family: "Montserrat", sans-serif;
  color: #ae0e16;
}

@media screen and (min-width: 768px) {
  .page-newsIndex .info .news .newsList .label {
    margin-right: 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .page-newsIndex .info .news .newsList .label {
    margin-right: 3%;
    font-size: 3.2vw;
  }
}

.page-newsIndex .info .news .newsList .category {
  color: #999999;
  border-radius: 11px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .page-newsIndex .info .news .newsList .category {
    font-size: 11px;
    padding: 0 6px;
  }
}

@media screen and (max-width: 767px) {
  .page-newsIndex .info .news .newsList .category {
    font-size: 2.6666666667vw;
    padding: 0 0.8vw;
  }
}

.page-newsIndex .info .news .newsList .title {
  line-height: 1.64;
}

@media screen and (min-width: 768px) {
  .page-newsIndex .info .news .newsList .title {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-newsIndex .info .news .newsList .title {
    font-size: 3.4666666667vw;
  }
}

.page-newsIndex .info .twitter {
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .page-newsIndex .info .twitter {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .page-newsIndex .info .twitter {
    height: 66.6666666667vw;
  }
}

/**  ------------------
  CONCEPT
------------------  **/
@media screen and (min-width: 768px) {
  .page-concept .lead > .head {
    margin-bottom: 40px;
  }
}

.page-concept .lead .profile {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page-concept .lead .profile {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .page-concept .lead .profile > .main {
    flex-basis: 63%;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .lead .profile > .main {
    flex-basis: 100%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .page-concept .lead .profile > .sub {
    flex-basis: 32.6%;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .lead .profile > .sub {
    flex-basis: 100%;
  }
}

.page-concept .lead .profile .text {
  color: #444444;
  line-height: 1.79;
}

@media screen and (min-width: 768px) {
  .page-concept .lead .profile .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .lead .profile .text {
    font-size: 3.2vw;
    margin-bottom: 5%;
  }
}

.page-concept .lead .profile .sign {
  text-align: right;
}

.page-concept .lead .profile .sign .position {
  display: block;
  color: #999999;
}

@media screen and (min-width: 768px) {
  .page-concept .lead .profile .sign .position {
    font-size: 12px;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .lead .profile .sign .position {
    font-size: 2.9333333333vw;
    margin-bottom: 1%;
  }
}

.page-concept .lead .profile .sign .name {
  display: block;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .page-concept .lead .profile .sign .name {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .lead .profile .sign .name {
    font-size: 3.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .lead .profile .img {
    width: 65%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .page-concept .profile > .body .item {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .profile > .body .item {
    margin-bottom: 7%;
  }
}

.page-concept .profile > .body .item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-concept .profile > .foot {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .profile > .foot {
    margin-top: 7%;
  }
}

.page-concept .profile > .foot .button {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-concept .profile > .foot .button {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .profile > .foot .button {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .page-concept .thought > .body .item {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .thought > .body .item {
    margin-bottom: 7%;
  }
}

.page-concept .thought > .body .item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-concept .latest > .foot {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept .latest > .foot {
    margin-top: 10%;
  }
}

/**  ------------------
  CONCEPT HISTORY
------------------  **/
@media screen and (min-width: 768px) {
  .page-concept-history .history > .head {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-history .history > .head {
    margin-bottom: 15%;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-history .history > .body {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-history .history > .body {
    padding: 0 10%;
  }
}

.page-concept-history .history .historyBlock {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock [class*="wire"] {
    display: block;
    position: absolute;
  }
}

@media screen and (max-width: 1023px) {
  .page-concept-history .history .historyBlock [class*="wire"] {
    display: none;
  }
}

.page-concept-history .history .historyBlock .wire01 {
  width: 26px;
  height: 245px;
  border-top: 1px dotted #000;
  border-right: 1px dotted #000;
  top: 101px;
  right: 28px;
}

@media screen and (max-width: 1099px) {
  .page-concept-history .history .historyBlock .wire01 {
    width: 2.8571428571vw;
    height: 22.8571428571vw;
    top: 5%;
    right: 4.5%;
  }
}

.page-concept-history .history .historyBlock .wire02 {
  width: 26px;
  height: 269px;
  border-top: 1px dotted #000;
  border-left: 1px dotted #000;
  top: 463px;
  left: 28px;
}

@media screen and (max-width: 1099px) {
  .page-concept-history .history .historyBlock .wire02 {
    width: 2.8571428571vw;
    height: 30vw;
    top: 24.7%;
    left: 4.5%;
  }
}

.page-concept-history .history .historyBlock .wire03 {
  width: 26px;
  height: 245px;
  border-top: 1px dotted #000;
  border-right: 1px dotted #000;
  top: 849px;
  right: 28px;
}

@media screen and (max-width: 1099px) {
  .page-concept-history .history .historyBlock .wire03 {
    width: 2.8571428571vw;
    height: 22.8571428571vw;
    top: 48.6%;
    right: 4.5%;
  }
}

.page-concept-history .history .historyBlock .wire04 {
  width: 32px;
  height: 419px;
  border-top: 1px dotted #000;
  border-left: 1px dotted #000;
  border-bottom: 1px dotted #000;
  top: 1212px;
  left: 22px;
}

@media screen and (max-width: 1099px) {
  .page-concept-history .history .historyBlock .wire04 {
    width: 2.8571428571vw;
    height: 40vw;
    top: 68.2%;
    left: 4.5%;
  }
}

.page-concept-history .history .historyBlock > .item {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 1023px) {
  .page-concept-history .history .historyBlock > .item {
    margin-bottom: 15%;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) {
  .page-concept-history .history .historyBlock > .item:not(.-wide) {
    width: calc(100% - 70px);
  }
}

@media screen and (min-width: 1024px) {
  .page-concept-history .history .historyBlock > .item.-wide {
    margin-left: 70px;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item.-alignRight {
    flex-direction: row-reverse;
    margin-left: auto;
  }
}

.page-concept-history .history .historyBlock > .item .line {
  height: 0;
  width: 27px;
  border-top: 1px dotted #000;
  position: absolute;
  background-color: transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}

@media screen and (max-width: 1099px) {
  .page-concept-history .history .historyBlock > .item .line {
    top: 32%;
    width: 5%;
  }
}

@media screen and (max-width: 1023px) {
  .page-concept-history .history .historyBlock > .item .line {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .page-concept-history .history .historyBlock > .item .line02 {
    top: 25%;
  }
}

@media screen and (max-width: 1099px) {
  .page-concept-history .history .historyBlock > .item .line04 {
    top: 27%;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel {
    flex-basis: 45%;
  }
  .page-concept-history .history .historyBlock > .item .historyPanel:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .page-concept-history .history .historyBlock > .item .historyPanel {
    flex-basis: 100%;
    margin-bottom: 15%;
  }
  .page-concept-history .history .historyBlock > .item .historyPanel:last-child {
    margin-bottom: 0;
  }
}

.page-concept-history .history .historyBlock > .item .historyPanel > .head {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head {
    margin-bottom: 3%;
  }
}

.page-concept-history .history .historyBlock > .item .historyPanel > .head .label {
  background-image: url(../images/bg_history_age.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .label {
    width: 68px;
    height: 68px;
    top: -30px;
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .label {
    width: 16vw;
    height: 16vw;
    top: -10%;
    left: -10%;
  }
}

.page-concept-history .history .historyBlock > .item .historyPanel > .head .label .time {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .label .time {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .label .time {
    font-size: 5.6vw;
  }
}

.page-concept-history .history .historyBlock > .item .historyPanel > .head .label .time .small {
  font-size: 0.5em;
}

.page-concept-history .history .historyBlock > .item .historyPanel > .head .label .time.-now {
  color: #00712f;
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .label .time.-now {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .label .time.-now {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 1024px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .label.-posRight {
    transform: rotateY(180deg);
    top: -30px;
    left: auto;
    right: -30px;
  }
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .label.-posRight .time {
    transform: translate(-50%, -50%) rotateY(-180deg);
  }
}

.page-concept-history .history .historyBlock > .item .historyPanel > .head .pointer {
  border: solid 2px #333333;
  background-color: #fffeee;
  border-radius: 50%;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .pointer {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .pointer {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .pointer.-centerLeft {
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .pointer.-centerRight {
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .pointer.-topRight {
    right: 20px;
    top: -8px;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .head .pointer.-topLeft {
    left: 20px;
    top: -8px;
  }
}

.page-concept-history .history .historyBlock > .item .historyPanel > .body .title {
  color: #444444;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .body .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .body .title {
    font-size: 3.4666666667vw;
    margin-bottom: 2%;
  }
}

.page-concept-history .history .historyBlock > .item .historyPanel > .body .text {
  color: #444444;
  line-height: 1.62;
}

@media screen and (min-width: 768px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .body .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-history .history .historyBlock > .item .historyPanel > .body .text {
    font-size: 2.9333333333vw;
  }
}

@media screen and (min-width: 1024px) {
  .page-concept-history .history .historyBlock > .item .historyPanel.-large {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .page-concept-history .history .historyBlock > .item .historyPanel.-large > .head {
    flex-basis: 60%;
  }
}

@media screen and (min-width: 1024px) {
  .page-concept-history .history .historyBlock > .item .historyPanel.-large > .body {
    flex-basis: 33%;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-history .latest > .foot {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-history .latest > .foot {
    margin-top: 10%;
  }
}

/**  ------------------
  CONTACT
------------------  **/
@media screen and (max-width: 767px) {
  .page-contact .contactForm {
    padding-bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .page-contact .contactForm > .head {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .contactForm > .head {
    margin-bottom: 10%;
  }
}

.page-contact .progressBar {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .page-contact .progressBar {
    justify-content: space-between;
  }
}

.page-contact .progressBar .bar {
  display: flex;
  align-items: center;
  background-color: #fff;
  outline: solid 1px #e6e6e6;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-contact .progressBar .bar {
    flex-basis: 204px;
    padding: 8px 20px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .progressBar .bar {
    flex-basis: 28%;
    padding: 15px 0;
    justify-content: center;
  }
}

.page-contact .progressBar .bar .number {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #999999;
}

@media screen and (min-width: 768px) {
  .page-contact .progressBar .bar .number {
    margin-right: 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .progressBar .bar .number {
    margin-right: 5%;
    font-size: 16px;
  }
}

.page-contact .progressBar .bar .text {
  color: #999999;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .page-contact .progressBar .bar .text {
    margin-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .progressBar .bar .text {
    font-size: 14px;
  }
}

.page-contact .progressBar .bar:not(.-complete)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #e6e6e6;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .page-contact .progressBar .bar:not(.-complete)::before {
    border-width: 26px 0 26px 21px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .progressBar .bar:not(.-complete)::before {
    border-width: 30px 0 30px 21px;
  }
}

.page-contact .progressBar .bar:not(.-complete)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: -21px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .page-contact .progressBar .bar:not(.-complete)::after {
    border-width: 25.5px 0 25.5px 21px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .progressBar .bar:not(.-complete)::after {
    border-width: 29.5px 0 29.5px 21px;
  }
}

.page-contact .progressBar .bar.isActive {
  background-color: #00712f;
  outline: solid 1px #00712f;
}

.page-contact .progressBar .bar.isActive:not(.-complete)::before {
  border-color: transparent transparent transparent #00712f;
}

.page-contact .progressBar .bar.isActive:not(.-complete)::after {
  border-color: transparent transparent transparent #00712f;
}

.page-contact .progressBar .bar.isActive .number {
  color: #fff;
}

.page-contact .progressBar .bar.isActive .text {
  color: #fff;
}

.page-contact .formTable {
  width: 100%;
}

.page-contact .formTable tr {
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  .page-contact .formTable tr {
    font-size: 3.2vw;
  }
}

.page-contact .formTable th {
  vertical-align: top;
  color: #444444;
}

@media screen and (min-width: 768px) {
  .page-contact .formTable th {
    padding: 30px 0;
    font-size: 15px;
    width: 31%;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .formTable th {
    font-size: 3.2vw;
    padding: 7% 2% 7% 0;
    width: 100%;
  }
}

.page-contact .formTable th small {
  font-size: 0.625em;
}

.page-contact .formTable th.must {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-contact .formTable th.must {
    padding: 30px 110px 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .formTable th.must {
    padding: 5% 55px 5% 0;
  }
}

.page-contact .formTable th.must::after {
  content: "必須";
  padding: 3px 10px;
  background-color: #b20000;
  color: #fff;
  border-radius: 5px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .page-contact .formTable th.must::after {
    font-size: 13px;
    top: 30px;
    right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .formTable th.must::after {
    font-size: 2.4vw;
    top: 1rem;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-contact .formTable td {
    width: 69%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .formTable td {
    width: 100%;
    padding: 1% 0 5%;
  }
}

@media screen and (min-width: 768px) {
  .page-contact .formTable td.-tall {
    padding: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .page-contact .buttonList li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .buttonList li {
    margin-bottom: 7%;
  }
}

.page-contact .buttonList li:last-child {
  margin-bottom: 0;
}

.page-contact .inputCheckBox {
  display: none;
}

.page-contact .inputCheckBox:checked + .inputCheckBoxLabel::after {
  opacity: 1;
}

.page-contact .inputCheckBoxLabel {
  display: inline-block;
  position: relative;
  color: #444444;
}

@media screen and (min-width: 768px) {
  .page-contact .inputCheckBoxLabel {
    padding-left: 50px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .inputCheckBoxLabel {
    padding-left: 50px;
    font-size: 3.2vw;
  }
}

.page-contact .inputCheckBoxLabel::before {
  content: "";
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 0;
}

.page-contact .inputCheckBoxLabel::after {
  content: "";
  transition: opacity 0.1s linear;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 11px;
  height: 18px;
  margin-top: -11px;
  border-right: 3px solid #00712f;
  border-bottom: 3px solid #00712f;
  opacity: 0;
  transform: rotate(45deg);
  z-index: 1;
}

.page-contact .inputText {
  background-color: #fff;
  width: 100%;
  border: 1px solid #e6e6e6;
}

@media screen and (min-width: 768px) {
  .page-contact .inputText {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .inputText {
    padding: 11px 20px;
    font-size: 12px;
  }
}

.page-contact .textArea {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 15px 20px;
  width: 100%;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .page-contact .textArea {
    font-size: 3.2vw;
  }
}

.page-contact .button {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-contact .button {
    margin-top: 40px;
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .button {
    margin-top: 7%;
    width: 80%;
  }
}

.page-contact .link {
  text-decoration: underline;
}

.page-contact .buttonWrap {
  display: flex;
}

.page-contact .buttonWrap > .button {
  flex-basis: 40%;
}

.page-contact .thanks {
  text-align: center;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .page-contact .thanks {
    padding: 100px 0;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .page-contact .thanks {
    padding: 10% 0;
    font-size: 4vw;
  }
}

.formTable {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .formTable {
    font-size: 14px;
  }
}

.formTable tr {
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 768px) {
  .formTable th {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .formTable th {
    padding-top: 1rem;
    padding-bottom: 0.5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .formTable td {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .formTable th, .formTable td {
    font-size: 15px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .formTable th, .formTable td {
    font-size: 14px;
    display: block;
  }
}

.buttonWrap {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 3rem auto 0;
}

.buttonWrap .button {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .buttonWrap {
    margin: 2rem auto 3rem;
  }
}

.buttonWrap_errow {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .buttonWrap_errow .button {
    width: 48.5%;
  }
}

@media screen and (max-width: 767px) {
  .buttonWrap_errow .button {
    width: 100%;
  }
}

.disabled {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.7;
}

/**  ------------------
  TERMS
------------------  **/
@media screen and (max-width: 767px) {
  .page-terms .terms {
    padding-bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .page-terms .terms .item {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-terms .terms .item {
    margin-bottom: 7%;
  }
}

.page-terms .terms .item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-terms .terms .item > .head {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-terms .terms .item > .head {
    margin-bottom: 7%;
  }
}

@media screen and (min-width: 768px) {
  .page-terms .terms .orderList {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-terms .terms .orderList {
    padding-left: 5%;
  }
}

.page-terms .terms .orderList > li {
  list-style: decimal;
  line-height: 1.76;
}

@media screen and (min-width: 768px) {
  .page-terms .terms .orderList > li {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-terms .terms .orderList > li {
    margin-bottom: 5%;
    font-size: 2.6666666667vw;
  }
}

.page-terms .terms .orderList > li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-terms .terms .orderList + .orderList {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page-terms .terms .orderList + .orderList {
    margin-top: 5%;
  }
}

@media screen and (min-width: 768px) {
  .page-terms .terms .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .page-terms .terms .text {
    font-size: 2.6666666667vw;
  }
}

.page-terms .terms .sign {
  text-align: right;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .page-terms .terms .sign {
    font-size: 14px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .page-terms .terms .sign {
    font-size: 2.6666666667vw;
    margin-top: 10%;
  }
}

/**  ------------------
  vegetables
------------------  **/
.page-vegetables .vegetables .list {
  display: flex;
  flex-wrap: wrap;
}

.page-vegetables .vegetables .item {
  margin: 7px 0;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .page-vegetables .vegetables .item {
    width: 33.33333%;
  }
}

@media screen and (max-width: 767px) {
  .page-vegetables .vegetables .item {
    width: 50%;
  }
}

.page-vegetables .vegetables .item a {
  display: flex;
  align-items: center;
}

.page-vegetables .vegetables .item .thum {
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  margin: 7px 0;
  width: 36px;
  height: 36px;
  max-width: 36px;
  min-width: 36px;
  border: 1px solid #00712f;
}

.page-vegetables .vegetables .item .name {
  margin-left: 10px;
  font-size: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .page-vegetables .vegetables .foot {
    margin-top: 40px;
  }
}

.page-vegetables .vegetables .foot .button {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-vegetables .vegetables .foot .button {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .page-vegetables .vegetables .foot .button {
    width: 80%;
  }
  .vegetables .post__btn {
    display: none;
  }
}
.vegetables .post__btn {
  width: 90%;
  max-width: 500px;
  margin: 30px auto 0;
}

/**  ------------------
  404
------------------  **/
@media screen and (min-width: 768px) {
  .page-404 .notFound {
    padding: 90px 0;
  }
}

@media screen and (max-width: 767px) {
  .page-404 .notFound {
    padding: 30% 0;
  }
}

.page-404 .notFound .title {
  text-align: center;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .page-404 .notFound .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-404 .notFound .title {
    font-size: 5.6vw;
    margin-bottom: 5%;
  }
}

.page-404 .notFound .text {
  text-align: center;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .page-404 .notFound .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .page-404 .notFound .text {
    font-size: 2.9333333333vw;
  }
}

.page-404 .notFound .button {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-404 .notFound .button {
    margin-top: 60px;
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .page-404 .notFound .button {
    margin-top: 10%;
    width: 80%;
  }
}

/*# sourceMappingURL=maps/yasai_daijiten/assets/css/app.css.map */
