@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #351F2C;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

a {
  color: #351F2C;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ol, ul, dl {
  list-style: none;
}

em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

img {
  vertical-align: top;
}

.root {
  position: relative;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #0d0d0d;
}

@media print, screen and (min-width: 768px) {
  input[type="input"],
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="search"] {
    font-size: 18px;
    padding: 5px 10px;
  }
}

input[type="input"].error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error {
  background-color: #fee;
  border-color: #b40019;
}

textarea {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 16px;
  height: 10em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

textarea.error {
  border-color: #b40019;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

#root {
  position: relative;
}

/* 共通ヘッダー */
.brandSiteHeader {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.-noLink {
  pointer-events: none;
}

/* INVIEW */
.js-inview {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.js-inview.-inview {
  opacity: 1;
}

/* SP style */
@media print, screen and (max-width: 767px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none !important;
  }
}

/* PC style */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  img {
    width: 100%;
  }
  header {
    min-width: 1000px;
  }
  footer {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    min-width: 1000px;
  }
  #root {
    min-width: 1000px;
  }
}

/* blocks */
/**
 * About
 */
.About {
  /* SP style */
}

@media print, screen and (max-width: 767px) {
  .About {
    background-color: #DAE6BE;
    background-image: url("../images/about_bg_sp.svg");
    background-position: top 2px right 23px;
    background-repeat: no-repeat;
    background-size: 70px 120px;
    padding: 0 23px 0;
  }
  .About .About__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 95px 1fr;
    grid-template-columns: 95px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding-top: 65px;
  }
  .About .About__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .About .About__inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .About .About__inner > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .About .About__inner > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .About .About__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 40px;
  }
  .About .About__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 40px;
    padding-left: 25px;
  }
  .About .About__navi {
    background-color: #fff;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    margin: 0 -23px;
    padding-bottom: 20px;
    position: relative;
  }
  .About .About__navi:before {
    background-color: #DAE6BE;
    content: '';
    display: block;
    height: 160px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .About .About__titleImg {
    width: 95px;
  }
  .About .About__enTitle {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 30px;
  }
  .About .About__text {
    font-size: 14px;
    line-height: 2;
  }
}

@media print, screen and (min-width: 768px) {
  .About {
    background-color: #fff;
    padding: 0 0 100px;
    position: relative;
  }
  .About:before {
    background-color: #DAE6BE;
    content: '';
    display: block;
    height: 540px;
    left: 0;
    min-width: 1000px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .About:after {
    background-image: url("../images/about_bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 340px;
    position: absolute;
    right: calc(50% - 500px);
    top: -50px;
    width: 190px;
    z-index: 1;
  }
  .About .About__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin: 0 auto;
    max-width: 1150px;
    min-width: 1000px;
    padding-top: 70px;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .About .About__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .About .About__inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .About .About__inner > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .About .About__inner > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .About .About__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    padding-left: 50px;
  }
  .About .About__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin: 0 0 0 auto;
    max-width: 800px;
    padding-left: 30px;
    width: 100%;
  }
  .About .About__navi {
    /* ie */
    -ms-grid-row: 2 !important;
    -ms-grid-column: 2 !important;
    -ms-grid-row-span: 1;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    padding-left: 30px;
  }
  .About .About__titleImg {
    width: 100%;
  }
  .About .About__enTitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .About .About__text {
    font-size: 18px;
    line-height: 2;
  }
  .About .About__navi {
    padding-top: 30px;
  }
}

/**
 * Benefit
 */
.Benefit {
  padding: 30px 46px 0;
  position: relative;
}

.Benefit .Benefit__inner {
  position: relative;
  z-index: 1;
}

.Benefit .Benefit__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.Benefit .Benefit__text {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.Benefit .Benefit__image img {
  display: block;
  height: auto;
  width: 100%;
}

.Benefit:before, .Benefit:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.Benefit:before {
  background-image: url("../images/speciality_block3-4.png");
  height: 69px;
  left: 23px;
  top: calc(23px * 10);
  width: 69px;
}

.Benefit:after {
  background-image: url("../images/speciality_block2-1.png");
  bottom: calc(-23px * 3);
  height: 46px;
  right: 23px;
  width: 46px;
}

@media print, screen and (min-width: 768px) {
  .Benefit {
    padding: 150px 0 80px;
  }
  .Benefit .Benefit__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 960px;
    min-width: 960px;
    width: 100%;
  }
  .Benefit .Benefit__column1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .Benefit .Benefit__column2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    margin-right: 40px;
    max-width: 480px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .Benefit .Benefit__title {
    font-size: 32px;
  }
  .Benefit .Benefit__text {
    font-size: 16px;
  }
  .Benefit:before {
    background-image: url("../images/speciality_block3-4.png");
    height: 150px;
    left: -50px;
    top: calc(50px * 3);
    width: 150px;
  }
  .Benefit:after {
    background-image: url("../images/speciality_block2-1.png");
    bottom: calc(50px * 2);
    height: 100px;
    right: 0px;
    width: 100px;
  }
}

/**
 * EcModal
 */
.EcModal.iziModal {
  width: 85% !important;
}

.EcModal .EcModal__close {
  height: 32px;
  position: absolute;
  right: -12px;
  top: -16px;
  width: 32px;
}

.EcModal .EcModal__close a {
  display: block;
}

.EcModal .EcModal__close a img {
  height: 32px;
  width: 32px;
}

.EcModal .EcModal__inner {
  background-color: #fff;
  padding: 30px;
}

.EcModal .EcModal__title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  text-align: center;
}

.EcModal .EcModal__list {
  margin: 0 auto 30px;
  width: 59%;
}

.EcModal .EcModal__item {
  margin-bottom: 12px;
}

.EcModal .EcModal__link {
  border: 2px solid #cccccc;
  display: block;
}

.EcModal .EcModal__link img {
  vertical-align: top;
}

.EcModal .EcModal__note {
  font-size: 10px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .EcModal.iziModal {
    max-width: 860px !important;
  }
  .EcModal .EcModal__close {
    height: 64px;
    right: -32px;
    top: -32px;
    width: 64px;
  }
  .EcModal .EcModal__close a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .EcModal .EcModal__close a:hover {
    cursor: pointer;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
  .EcModal .EcModal__close a img {
    height: 64px;
    width: 64px;
  }
  .EcModal .EcModal__inner {
    padding: 130px 0 150px;
  }
  .EcModal .EcModal__title {
    font-size: 35px;
    letter-spacing: 0.2em;
    margin-bottom: 35px;
  }
  .EcModal .EcModal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .EcModal .EcModal__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 192px;
    flex: 0 0 192px;
    margin: 0 6px;
    margin-bottom: 0px;
    max-width: 192px;
  }
  .EcModal .EcModal__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .EcModal .EcModal__link:hover {
    border: 2px solid #351F2C;
  }
  .EcModal .EcModal__link img {
    width: 100%;
  }
  .EcModal .EcModal__note {
    font-size: 14px;
  }
}

/**
 * Environment
 */
.Environment {
  padding: 0 23px;
  position: relative;
}

.Environment .Environment__inner {
  border-bottom: 1px solid #159E49;
  border-top: 1px solid #159E49;
  padding: 30px 23px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.Environment .Environment__title {
  background-image: url("../images/bio_icon.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 35px 52px;
  color: #159E49;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin: 0 auto 15px;
  padding-left: 60px;
  text-align: left;
}

.Environment .Environment__text1 {
  border-bottom: 1px dashed #928c84;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.Environment .Environment__text2 {
  color: #928c84;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 15px;
  text-align: left;
}

.Environment .Environment__text3 {
  color: #928c84;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 20px;
  text-align: left;
}

.Environment .Environment__list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.Environment .Environment__list li:last-child {
  margin-bottom: 0;
}

.Environment .Environment__itemImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  margin-right: 20px;
}

.Environment .Environment__itemContent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1.5;
  text-align: left;
}

.Environment .Environment__itemText1 {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 5px;
}

.Environment .Environment__itemText2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 10px;
}

.Environment .Environment__itemText3 {
  color: #928c84;
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-left: -5px;
}

.Environment .Environment__itemText2_1 {
  font-size: 16px;
}

.Environment .Environment__itemText2_2 {
  color: #159E49;
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.15em;
  letter-spacing: 0;
  margin: 0 3px -6px;
}

.Environment .Environment__itemText2_3 {
  font-size: 22px;
}

.Environment:before, .Environment:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.Environment:before {
  background-image: url("../images/speciality_block2-2.png");
  height: 69px;
  left: 23px;
  top: calc(-23px * 2);
  width: 69px;
}

.Environment:after {
  background-image: url("../images/speciality_block2-3.png");
  bottom: calc(23px * 10);
  height: 46px;
  right: 23px;
  width: 46px;
}

@media print, screen and (min-width: 768px) {
  .Environment {
    margin: 0 auto;
    max-width: 960px;
    min-width: 960px;
    padding: 0;
    width: 100%;
  }
  .Environment .Environment__inner {
    padding: 60px 0;
  }
  .Environment .Environment__title {
    background-size: 53px 78px;
    font-size: 38px;
    padding: 15px 0 15px 90px;
  }
  .Environment .Environment__text1 {
    display: inline-block;
    font-size: 18px;
    margin: 0 auto 15px;
    text-align: center;
  }
  .Environment .Environment__text2 {
    font-size: 15px;
    text-align: center;
  }
  .Environment .Environment__text3 {
    font-size: 15px;
    text-align: center;
  }
  .Environment .Environment__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Environment .Environment__list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    margin-bottom: 0;
    max-width: calc(100% / 3);
  }
  .Environment .Environment__itemImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    margin-right: 10px;
    max-width: 95px;
  }
  .Environment .Environment__itemText1 {
    font-size: 18px;
  }
  .Environment .Environment__itemText3 {
    font-size: 15px;
  }
  .Environment .Environment__itemText2_1 {
    font-size: 23px;
  }
  .Environment .Environment__itemText2_2 {
    font-size: 52px;
    margin-bottom: -8px;
  }
  .Environment .Environment__itemText2_3 {
    font-size: 30px;
  }
  .Environment:before {
    height: 100px;
    left: auto;
    right: -50px;
    top: 50px;
    width: 100px;
  }
  .Environment:after {
    bottom: auto;
    height: 100px;
    left: -50px;
    right: auto;
    top: calc(50px * 4);
    width: 100px;
  }
}

/**
 * Features
 */
.Features {
  margin-bottom: 15px;
}

.Features .Features__list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Features .Features__list > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  margin: 0 10px 10px 0;
  padding-bottom: 30px;
  position: relative;
}

.Features .Features__list > li:nth-child(3) {
  margin-right: calc(100% - 55px * 3 - 10px * 2);
}

.Features .Features__icon {
  display: block;
  height: auto;
  width: 55px;
}

.Features .Features__text {
  display: block;
  font-size: 10px;
  left: 50%;
  letter-spacing: 0;
  line-height: 1.3;
  position: absolute;
  text-align: center;
  top: 58px;
  -webkit-transform: scale(0.8) translateX(-50%);
  transform: scale(0.8) translateX(-50%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  word-break: keep-all;
}

@media print, screen and (min-width: 768px) {
  .Features .Features__list > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 10px 0;
    max-width: 25%;
    padding: 0;
  }
  .Features .Features__list > li:nth-child(3) {
    margin-right: 25%;
  }
  .Features .Features__icon {
    margin-right: 10px;
  }
  .Features .Features__text {
    font-size: 9px;
    left: auto;
    position: relative;
    text-align: left;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.Footer {
  background-color: #F5F4F4;
}

.Footer .Footer__inner {
  padding: 40px 0;
  text-align: center;
}

.Footer .Footer__btn {
  display: inline-block;
  font-size: 0;
  margin-bottom: 25px;
}

.Footer .Footer__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1DA1F2;
  border-radius: 28px;
  color: #1DA1F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 35px;
}

.Footer .Footer__btn a:before {
  background-image: url("../images/twitter_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 27px;
  margin-right: 10px;
  width: 27px;
}

.Footer .Footer__btn span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.Footer .Footer__sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Footer .Footer__sns dt {
  color: #351F2C;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.Footer .Footer__sns dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  margin-right: 20px;
}

.Footer .Footer__sns dd a {
  background-color: #351F2C;
  border-radius: 50%;
  display: block;
  height: 26px;
  overflow: hidden;
  width: 26px;
}

.Footer .Footer__sns dd img {
  display: block;
  height: auto;
  width: 100%;
}

.Footer .Footer__pagetop {
  bottom: 0;
  height: 44px;
  position: fixed;
  right: 0;
  width: 44px;
  z-index: 10;
}

.Footer .Footer__pagetop a {
  display: block;
}

.Footer .Footer__pagetop img {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .Footer .Footer__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 0;
  }
  .Footer .Footer__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-right: 80px;
  }
  .Footer .Footer__btn a {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 34px;
    height: 68px;
    padding: 0 56px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Footer .Footer__btn a:before {
    height: 26px;
    width: 33px;
  }
  .Footer .Footer__btn a:hover {
    background-color: white;
  }
  .Footer .Footer__btn span {
    font-size: 18px;
  }
  .Footer .Footer__sns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .Footer .Footer__sns dt {
    font-size: 24px;
    margin-right: 40px;
  }
  .Footer .Footer__sns dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
  }
  .Footer .Footer__sns dd a {
    height: 48px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 48px;
  }
  .Footer .Footer__sns dd a:hover {
    opacity: 0.7;
  }
  .Footer .Footer__pagetop {
    bottom: 15px;
    height: 64px;
    right: 15px;
    width: 64px;
  }
  .Footer .Footer__pagetop a {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Footer .Footer__pagetop a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}

/**
 * FooterLineup
 */
.FooterLineup {
  padding: 0px 52px;
}

.FooterLineup .FooterLineup__inner {
  padding-bottom: 65px;
  padding-top: 50px;
}

.FooterLineup .FooterLineup__title {
  color: #067761;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 25px;
  text-align: center;
}

.FooterLineup .FooterLineup__item {
  margin-bottom: 15px;
}

.FooterLineup .FooterLineup__link {
  display: block;
  position: relative;
}

.FooterLineup .FooterLineup__link:after {
  background-image: url("../images/icon_link_arrow_green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2px;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  width: 16px;
}

.FooterLineup .FooterLineup__fig {
  margin-bottom: 5px;
}

.FooterLineup .FooterLineup__fig img {
  vertical-align: top;
}

.FooterLineup .FooterLineup__name {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .FooterLineup {
    padding: 0px 0;
  }
  .FooterLineup .FooterLineup__inner {
    margin: 0 auto;
    max-width: 960px;
    min-width: 960px;
    padding-bottom: 80px;
    padding-top: 70px;
    width: 100%;
  }
  .FooterLineup .FooterLineup__title {
    font-size: 18px;
    letter-spacing: 0.01em;
    margin: 0 0 30px;
  }
  .FooterLineup .FooterLineup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
  }
  .FooterLineup .FooterLineup__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
  }
  .FooterLineup .FooterLineup__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .FooterLineup .FooterLineup__link:after {
    bottom: 0px;
    height: 20px;
    right: 0;
    width: 20px;
  }
  .FooterLineup .FooterLineup__link:hover .FooterLineup__name {
    text-decoration: underline;
  }
  .FooterLineup .FooterLineup__link:hover .FooterLineup__fig {
    -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
  }
  .FooterLineup .FooterLineup__fig {
    margin-bottom: 8px;
  }
  .FooterLineup .FooterLineup__fig img {
    width: 100%;
  }
  .FooterLineup .FooterLineup__name {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}

.Header {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 900;
}

.Header .Header__ec {
  height: 44px;
  position: absolute;
  right: 52px;
  top: 0px;
  width: 44px;
  z-index: 901;
}

.Header .Header__menuBtn {
  background-image: url("../images/btn_menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 0;
  height: 44px;
  position: absolute;
  right: 8px;
  top: 0px;
  width: 44px;
  z-index: 903;
}

.Header .Header__menuBtn.-open {
  background-image: url("../images/btn_close.svg");
}

.Header .Header__content {
  background-color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 60px 23px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 100%;
  z-index: 902;
}

.Header .Header__content.-open {
  opacity: 1;
  pointer-events: auto;
}

.Header.-scrolled {
  position: fixed;
}

.Header .Header__navigation {
  margin-bottom: 40px;
}

.Header .Header__navigation > li {
  margin-bottom: 13px;
  text-align: center;
}

.Header .Header__navigation > li a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 5px 10px;
}

.Header .Header__navigation > li.-small a {
  font-size: 13px;
}

.Header .Header__banner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.Header .Header__banner > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40vw;
  flex: 0 0 40vw;
  margin: 0;
}

.Header .Header__banner > li a {
  display: block;
}

.Header .Header__banner > li img {
  display: block;
  height: auto;
  margin: 0 auto 3px;
  width: 26.66667vw;
}

.Header .Header__banner > li span {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.Header .Header__sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.Header .Header__sns dt {
  color: #351F2C;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.Header .Header__sns dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  margin-right: 20px;
}

.Header .Header__sns dd a {
  background-color: #351F2C;
  border-radius: 50%;
  display: block;
  height: 26px;
  overflow: hidden;
  width: 26px;
}

.Header .Header__sns dd img {
  display: block;
  height: auto;
  width: 100%;
}

.Header .Header__amazon {
  display: inline-block;
  font-size: 0;
  margin-bottom: 25px;
}

.Header .Header__amazon a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
}

.Header .Header__amazon img {
  display: block;
  height: auto;
  width: 80px;
}

.Header .Header__brandsite {
  position: absolute;
  right: 10px;
  top: -34px;
}

.Header .Header__brandsite a {
  background-color: #b4dbb3;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 160px;
}

@media print, screen and (min-width: 768px) {
  .Header .Header__inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .Header .Header__ec {
    height: 64px;
    right: 79px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 64px;
  }
  .Header .Header__ec:hover {
    cursor: pointer;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
  .Header .Header__menuBtn {
    height: 64px;
    right: 15px;
    top: 0px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 64px;
  }
  .Header .Header__menuBtn:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
  .Header .Header__content {
    height: auto;
  }
  .Header .Header__navigation {
    margin-bottom: 40px;
  }
  .Header .Header__navigation > li {
    margin-bottom: 25px;
  }
  .Header .Header__navigation > li a {
    font-size: 30px;
  }
  .Header .Header__navigation > li.-small {
    margin-bottom: 15px;
  }
  .Header .Header__navigation > li.-small a {
    font-size: 18px;
  }
  .Header .Header__banner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .Header .Header__banner > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin: 0 25px;
    max-width: 200px;
  }
  .Header .Header__banner > li img {
    height: 60px;
    margin-bottom: 10px;
    width: 200px;
  }
  .Header .Header__banner > li span {
    font-size: 15px;
  }
  .Header .Header__sns {
    margin-bottom: 40px;
  }
  .Header .Header__sns dt {
    font-size: 24px;
    margin-right: 40px;
  }
  .Header .Header__sns dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
  }
  .Header .Header__sns dd a {
    height: 48px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 48px;
  }
  .Header .Header__sns dd a:hover {
    opacity: 0.7;
  }
  .Header .Header__amazon {
    margin-bottom: 0;
    position: absolute;
    right: 109px;
    top: 15px;
  }
  .Header .Header__amazon a {
    border: none;
    border-radius: 0;
    height: 64px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Header .Header__amazon a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
  .Header .Header__amazon img {
    width: 102px;
  }
  .Header .Header__brandsite {
    position: absolute;
    right: 10px;
    top: -63px;
  }
  .Header .Header__brandsite a {
    background-color: #b4dbb3;
    border-radius: 14px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 200px;
  }
  .Header .Header__brandsite a:hover {
    opacity: 0.8;
  }
  .Header .Header__amazon2 {
    margin-bottom: 0;
    position: absolute;
    right: 100px;
    top: 15px;
    z-index: 903;
  }
  .Header .Header__amazon2 a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 50px;
  }
  .Header .Header__amazon2 a:hover img {
    opacity: 0.8;
  }
  .Header .Header__amazon2 img {
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 102px;
  }
}

/**
 * Howto
 */
.Howto {
  margin-bottom: 45px;
}

.Howto.-orange {
  background-color: #FFF7F0;
}

.Howto.-orange .Howto__title {
  color: #F8B87A;
}

.Howto.-yellow {
  background-color: #FBFFE8;
}

.Howto.-yellow .Howto__title {
  color: #B0BF4A;
}

.Howto + .ProductList__category {
  margin-top: 65px;
}

.Howto .Howto__inner {
  padding: 30px 23px;
}

.Howto .Howto__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.Howto .Howto__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}

.Howto .Howto__list > li:after {
  background-image: url("../images/howto_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -35px;
  content: '';
  height: 15px;
  left: calc(50% - 7px);
  position: absolute;
  width: 15px;
}

.Howto .Howto__list > li:last-child {
  margin-bottom: 0;
}

.Howto .Howto__list > li:last-child:after {
  content: none;
}

.Howto .Howto__illust {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25vw;
  flex: 0 0 25vw;
  padding: 0 5vw 0 0vw;
}

.Howto .Howto__illust img {
  display: block;
  height: auto;
  width: 100%;
}

.Howto .Howto__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.6;
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .Howto {
    margin: 0 auto 60px;
    max-width: 960px;
    min-width: 960px;
    width: 100%;
  }
  .Howto + .ProductList__category {
    margin-top: 170px;
  }
  .Howto .Howto__inner {
    padding: 50px 0;
  }
  .Howto .Howto__title {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .Howto .Howto__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Howto .Howto__list > li {
    -webkit-box-align: none;
    -ms-flex-align: none;
    align-items: none;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    -webkit-box-pack: none;
    -ms-flex-pack: none;
    justify-content: none;
    margin-bottom: 0;
    max-width: calc(100% / 3);
  }
  .Howto .Howto__list > li:after {
    bottom: auto;
    height: 42px;
    left: auto;
    right: -21px;
    top: 70px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 42px;
  }
  .Howto .Howto__illust {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 25px;
    padding: 0 70px;
  }
  .Howto .Howto__text {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 15px;
    padding: 0;
    text-align: center;
  }
}

/**
 * Ingredients
 */
.Ingredients {
  padding: 30px 46px 60px;
}

.Ingredients .Ingredients__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.Ingredients .Ingredients__text {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.Ingredients .Ingredients__tag > li {
  font-size: 0;
  margin-bottom: 5px;
}

.Ingredients .Ingredients__tag > li span {
  background-color: #6CA17F;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  padding: 8px 15px;
}

.Ingredients .Ingredients__notes {
  color: #928c84;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.Ingredients .Ingredients__title2 {
  color: #0F6B32;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}

.Ingredients .Ingredients__table img {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .Ingredients {
    padding: 0 0 150px;
  }
  .Ingredients .Ingredients__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 960px;
    min-width: 960px;
    width: 100%;
  }
  .Ingredients .Ingredients__column1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 530px;
    flex: 0 0 530px;
    max-width: 530px;
  }
  .Ingredients .Ingredients__column2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    margin-top: -30px;
    max-width: 430px;
  }
  .Ingredients .Ingredients__title {
    font-size: 32px;
  }
  .Ingredients .Ingredients__text {
    font-size: 16px;
    margin-bottom: 26px;
  }
  .Ingredients .Ingredients__tag {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 15px 0;
  }
  .Ingredients .Ingredients__tag > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 15px 0 0;
  }
  .Ingredients .Ingredients__tag > li span {
    font-size: 15px;
  }
  .Ingredients .Ingredients__notes {
    font-size: 13px;
  }
  .Ingredients .Ingredients__title2 {
    font-size: 21px;
  }
}

/**
 * Kv
 */
.Kv {
  background-color: #DAE6BE;
}

@media print, screen and (min-width: 768px) {
  .Kv {
    min-width: 1000px;
    width: 100%;
  }
}

/**
 * Product
 */
.Product {
  /* SP style */
  /* SP style */
}

@media print, screen and (max-width: 767px) {
  .Product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 44% 1fr;
    grid-template-columns: 44% 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-bottom: 45px;
    /* SP style */
  }
  .Product > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .Product > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .Product > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .Product > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media print, screen and (max-width: 767px) and (max-width: 767px) {
  .Product.-wide {
    -ms-grid-columns: 54% 1fr;
    grid-template-columns: 54% 1fr;
  }
}

@media print, screen and (max-width: 767px) {
  .Product .Product__photo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 15px;
    position: relative;
  }
  .Product .Product__name {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 15px;
    padding-top: 20px;
  }
  .Product .Product__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

.Product .Product__image {
  display: block;
  height: auto;
  margin: 0 0 0 auto;
  position: relative;
  width: 31vw;
  z-index: 2;
}

.Product .Product__image img {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .Product.-wide .Product__image {
    margin-right: 4vw;
    margin-top: 4vw;
    width: 28.5vw;
  }
}

.Product .Product__badge {
  height: 22.66667vw;
  left: 1vw;
  position: absolute;
  top: 12vw;
  width: 17.33333vw;
  z-index: 1;
}

.Product .Product__enTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 15px;
}

.Product .Product__Title {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.Product .Product__text {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 15px;
}

.Product .Product__btn {
  display: block;
  height: 39px;
  margin: 0 auto 0 0;
  width: 136px;
}

.Product .Product__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #351F2C;
  border-radius: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}

.Product .Product__btn a:after {
  background-image: url("../images/btn_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  width: 5px;
}

.Product .Product__btn span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .Product {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 380px 1fr;
    grid-template-columns: 380px 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    margin-bottom: 60px;
  }
  .Product > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .Product > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .Product > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .Product > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .Product .Product__photo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    position: relative;
  }
  .Product .Product__name {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 35px;
    padding-top: 25px;
  }
  .Product .Product__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    position: relative;
  }
  .Product .Product__image {
    margin: 60px 35px 0 auto;
    width: 330px;
  }
  .Product .Product__badge {
    height: 160px;
    left: 0;
    top: 0;
    width: 120px;
  }
  .Product .Product__enTitle {
    font-size: 42px;
    margin-bottom: 5px;
  }
  .Product .Product__Title {
    font-size: 18px;
  }
  .Product .Product__text {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .Product .Product__btn {
    bottom: 0;
    height: 48px;
    left: 0;
    position: absolute;
    width: 168px;
  }
  .Product .Product__btn a {
    border-radius: 24px;
    padding: 0 20px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }
  .Product .Product__btn a:after {
    height: 12px;
    width: 6px;
  }
  .Product .Product__btn a:hover {
    opacity: 0.7;
  }
  .Product .Product__btn span {
    font-size: 16px;
  }
}

/**
 * ProductList
 */
.ProductList {
  padding: 0 23px;
}

.ProductList .ProductList__inner {
  padding-bottom: 15px;
  padding-top: 60px;
}

.ProductList .ProductList__enTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}

.ProductList .ProductList__category {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: -20px;
  padding-top: 20px;
}

.ProductList .ProductList__category:after {
  border-top: 1px solid #351F2C;
  content: '';
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
  margin-top: 10px;
}

.ProductList .ProductList__categoryContent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 25px;
}

.ProductList .ProductList__categoryTitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 7px;
}

.ProductList .ProductList__categoryEnTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-left: 3px;
}

@media print, screen and (min-width: 768px) {
  .ProductList {
    padding: 0 20px;
  }
  .ProductList .ProductList__inner {
    margin: 0 auto;
    max-width: 960px;
    min-width: 960px;
    padding-bottom: 100px;
    padding-top: 180px;
    width: 100%;
  }
  .ProductList .ProductList__enTitle {
    font-size: 30px;
    margin-bottom: 45px;
  }
  .ProductList .ProductList__category {
    margin-top: -50px;
    padding-top: 50px;
  }
  .ProductList .ProductList__category:after {
    margin-top: 18px;
  }
  .ProductList .ProductList__categoryContent {
    margin-right: 50px;
  }
  .ProductList .ProductList__categoryTitle {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .ProductList .ProductList__categoryEnTitle {
    font-size: 18px;
  }
}

/**
 * ProductModal
 */
.iziModal-navigate-prev,
.iziModal-navigate-next {
  display: none !important;
}

#root .ProductModal {
  display: none;
}

.ProductModal {
  width: calc(100vw - 46px);
}

.ProductModal .ProductModal__inner {
  padding: 23px;
  position: relative;
}

.ProductModal .ProductModal__close {
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: -16px;
  top: -16px;
  width: 32px;
}

.ProductModal .ProductModal__close img {
  display: block;
  height: 100%;
  width: 100%;
}

.ProductModal .ProductModal__image {
  height: 200px;
  margin-bottom: 20px;
}

.ProductModal .ProductModal__image img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
}

.ProductModal .ProductModal__enTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.ProductModal .ProductModal__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

.ProductModal .ProductModal__text1 {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.ProductModal .ProductModal__text2 {
  color: #615e5a;
  font-size: 12px;
  line-height: 1.2;
}

.ProductModal.hasScroll .ProductModal__close {
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .ProductModal {
    max-width: 960px !important;
    width: 960px;
  }
  .ProductModal .ProductModal__inner {
    padding: 90px;
  }
  .ProductModal .ProductModal__close {
    height: 64px;
    right: -32px;
    top: -32px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 64px;
  }
  .ProductModal .ProductModal__close:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
  .ProductModal .ProductModal__contentInner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 145px;
    grid-template-columns: 1fr 145px;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .ProductModal .ProductModal__contentInner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ProductModal .ProductModal__contentInner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ProductModal .ProductModal__contentInner > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ProductModal .ProductModal__contentInner > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .ProductModal .ProductModal__image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    height: auto;
    margin-bottom: 20px;
    width: 145px;
  }
  .ProductModal .ProductModal__image img {
    height: auto;
    width: 100%;
  }
  .ProductModal .ProductModal__textWrapper1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-bottom: 20px;
    padding-right: 30px;
  }
  .ProductModal .ProductModal__textWrapper2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  .ProductModal .ProductModal__enTitle {
    font-size: 42px;
  }
  .ProductModal .ProductModal__title {
    font-size: 18px;
  }
  .ProductModal .ProductModal__text1 {
    font-size: 16px;
  }
  .ProductModal .ProductModal__text2 {
    font-size: 14px;
  }
}

/**
 * ProductNavi
 */
.ProductNavi {
  padding: 0 23px;
  position: relative;
  z-index: 1;
}

.ProductNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ProductNavi ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 10px;
  position: relative;
}

.ProductNavi ul a {
  background-image: url("../images/navi_arrow.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 18px 9px;
  color: #351F2C;
  display: block;
  padding-bottom: 5vw;
  position: relative;
  z-index: 2;
}

.ProductNavi .ProductNavi__image {
  display: block;
  height: auto;
  margin: 16vw auto 8px;
  width: 15vw;
}

.ProductNavi .ProductNavi__image img {
  display: block;
}

.ProductNavi .ProductNavi__text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}

.ProductNavi .ProductNavi__badge {
  height: 23.46667vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 17.33333vw;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .ProductNavi {
    margin: 0 0 0 auto;
    max-width: 800px;
    padding: 0;
    width: 100%;
  }
  .ProductNavi ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ProductNavi ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 0;
    max-width: 25%;
  }
  .ProductNavi ul li:nth-child(2) a:hover .ProductNavi__image {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
  .ProductNavi ul a {
    padding-bottom: 25px;
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
  }
  .ProductNavi ul a:hover {
    background-image: url("../images/navi_arrow_hover.svg");
    color: #159E49;
  }
  .ProductNavi ul a:hover .ProductNavi__image {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    -webkit-transform: scale(1.1) translate3d(0px, 0px, 0px);
    transform: scale(1.1) translate3d(0px, 0px, 0px);
  }
  .ProductNavi .ProductNavi__image {
    margin-bottom: 20px;
    margin-top: 30px;
    -webkit-transform: scale(1) translate3d(0px, 0px, 0px);
    transform: scale(1) translate3d(0px, 0px, 0px);
    -webkit-transition: 350ms cubic-bezier(0.09, 0.24, 0.36, 0.94);
    transition: 350ms cubic-bezier(0.09, 0.24, 0.36, 0.94);
    width: 45%;
  }
  .ProductNavi .ProductNavi__text {
    font-size: 15px;
    white-space: nowrap;
  }
  .ProductNavi .ProductNavi__badge {
    height: 120px;
    left: -25px;
    width: 90px;
  }
}

/**
 * ReDirect
 */
.ReDirect .ReDirect__inner {
  padding-bottom: 70px;
}

.ReDirect .ReDirect__text {
  background-color: #DAE6BE;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 28.5px;
  padding: 35px 13px 40px;
  text-align: center;
}

.ReDirect .ReDirect__contentWrap {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 18px;
}

.ReDirect .ReDirect__contentText {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23.8px;
  padding: 21px 5px 22px;
  text-align: center;
}

.ReDirect .ReDirect__content {
  background-color: #DDDDDD;
  border-radius: 33px;
  padding: 21px 20px 24px;
}

.ReDirect .ReDirect__contentFlex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}

.ReDirect .ReDirect__contentFlexLogo {
  width: 87px;
}

.ReDirect .ReDirect__contentFlexText {
  color: #067761;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: 8px;
  letter-spacing: 0.02em;
  margin-left: 8px;
  position: relative;
  top: -3px;
}

.ReDirect .ReDirect__contentImage {
  margin: 0 auto 12px;
  width: 286px;
}

.ReDirect .ReDirect__contentLink {
  background-color: #067761;
  border-radius: 36px;
  margin: 0 auto;
  width: 300px;
}

.ReDirect .ReDirect__contentLinkText {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  padding: 29px 30px;
}

@media print, screen and (min-width: 768px) {
  .ReDirect .ReDirect__inner {
    background-color: #DAE6BE;
  }
  .ReDirect .ReDirect__text {
    line-height: 29.5px;
    padding: 44px 20px 36px;
  }
  .ReDirect .ReDirect__contentWrap {
    background-color: #fff;
    margin: 0 auto;
    max-width: 800px;
    padding-bottom: 46px;
  }
  .ReDirect .ReDirect__contentText {
    font-size: 13px;
    padding: 26px 5px 27px;
  }
  .ReDirect .ReDirect__content {
    margin: 0 auto;
    max-width: 460px;
    padding: 30px 20px 26px;
  }
  .ReDirect .ReDirect__contentFlexLogo {
    width: 118px;
  }
  .ReDirect .ReDirect__contentFlexText {
    font-size: 17px;
    left: -10px;
    margin-left: 30px;
    top: 0;
  }
  .ReDirect .ReDirect__contentImage {
    margin: 0 auto 17px;
    width: 388px;
  }
}

/**
 * Specialty
 */
.Specialty {
  background-color: #E0EAC8;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  /* SP style */
}

@media print, screen and (max-width: 767px) {
  .Specialty {
    background-image: url("../images/speciality_bg1_l_sp.png"), url("../images/speciality_bg1_r_sp.png");
    background-position: left top, right top;
    background-repeat: repeat-y, repeat-y;
    background-size: 23px auto, 23px auto;
  }
}

.Specialty .Specialty__inner {
  padding: 0 23px;
  position: relative;
  z-index: 1;
}

.Specialty .Specialty__inner:before, .Specialty .Specialty__inner:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.Specialty .Specialty__inner:before {
  background-image: url("../images/speciality_block2-1.png");
  height: 46px;
  right: calc(23px * 2);
  top: -60px;
  width: 46px;
}

.Specialty .Specialty__inner:after {
  background-image: url("../images/speciality_block2-1.png");
  bottom: -60px;
  height: 46px;
  left: calc(23px * 2);
  width: 46px;
}

.Specialty .Specialty__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.75;
  margin-bottom: 20px;
  text-align: center;
}

.Specialty .Specialty__enTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.1;
  margin-bottom: 40px;
  text-align: center;
}

.Specialty .Specialty__text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 60px;
  padding: 0 23px;
  position: relative;
}

.Specialty .Specialty__text span {
  color: #6B6B6B;
  font-size: 11px;
}

.Specialty .Specialty__text:before, .Specialty .Specialty__text:after {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.Specialty .Specialty__text:before {
  background-image: url("../images/speciality_block2-1.png");
  background-size: 23px 46px;
  height: 46px;
  left: 23px;
  top: calc(-23px * 3);
  width: 23px;
}

.Specialty .Specialty__text:after {
  background-image: url("../images/speciality_block3-1.png");
  bottom: calc(-23px * 2);
  height: 69px;
  right: 23px;
  width: 69px;
}

.Specialty .Specialty__list li {
  margin-bottom: 60px;
  /* SP style */
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .Specialty .Specialty__list li:nth-child(1) .Specialty__itemImage:before {
    background-image: url("../images/speciality_block2-1.png");
    height: 46px;
    left: 23px;
    top: -46px;
    width: 46px;
  }
  .Specialty .Specialty__list li:nth-child(1) .Specialty__itemImage:after {
    background-image: url("../images/speciality_block2-2.png");
    height: 46px;
    right: 46px;
    top: 207px;
    width: 46px;
  }
  .Specialty .Specialty__list li:nth-child(2) .Specialty__itemImage:before {
    background-image: url("../images/speciality_block2-3.png");
    height: 46px;
    left: 23px;
    top: 207px;
    width: 46px;
  }
  .Specialty .Specialty__list li:nth-child(2) .Specialty__itemImage:after {
    background-image: url("../images/speciality_block3-1.png");
    height: 69px;
    right: 23px;
    top: -23px;
    width: 69px;
  }
  .Specialty .Specialty__list li:nth-child(3) .Specialty__itemImage:before {
    background-image: url("../images/speciality_block3-2.png");
    height: 69px;
    left: 23px;
    top: 184px;
    width: 69px;
  }
  .Specialty .Specialty__list li:nth-child(3) .Specialty__itemImage:after {
    background-image: url("../images/speciality_block2-1.png");
    height: 46px;
    right: 46px;
    top: 0;
    width: 46px;
  }
}

.Specialty .Specialty__itemImage {
  /* SP style */
}

.Specialty .Specialty__itemImage img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media print, screen and (max-width: 767px) {
  .Specialty .Specialty__itemImage:before, .Specialty .Specialty__itemImage:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 0;
  }
}

.Specialty .Specialty__itemTitle {
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}

.Specialty .Specialty__itemTitleLine1 {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}

.Specialty .Specialty__itemTitleLine2 {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.Specialty .Specialty__itemText {
  font-size: 12px;
  line-height: 2;
  padding: 0 46px;
  text-align: left;
}

.Specialty .Specialty__toyoOlive {
  margin: 0 23px 30px;
  position: relative;
}

.Specialty .Specialty__toyoOliveInner {
  background-color: #F1F7DD;
  padding: 23px;
  position: relative;
  z-index: 1;
}

.Specialty .Specialty__toyoOliveBg1:before,
.Specialty .Specialty__toyoOliveBg1:after,
.Specialty .Specialty__toyoOliveBg2:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 69px;
  pointer-events: none;
  position: absolute;
  width: 69px;
  z-index: 0;
}

.Specialty .Specialty__toyoOliveBg1:before {
  background-image: url("../images/speciality_block3-1.png");
  left: 0;
  top: 0;
}

.Specialty .Specialty__toyoOliveBg1:after {
  background-image: url("../images/speciality_block3-2.png");
  right: 0;
  top: -23px;
}

.Specialty .Specialty__toyoOliveBg2:before {
  background-image: url("../images/speciality_block3-3.png");
  bottom: 0;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .Specialty {
    background-image: url("../images/speciality_bg1_pc.png");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: auto;
    padding: 180px 0;
  }
  .Specialty .Specialty__inner {
    margin: 0 auto;
    max-width: 960px;
    min-width: 960px;
    padding: 0;
    width: 100%;
  }
  .Specialty .Specialty__inner:before {
    background-image: url("../images/speciality_block3-1.png");
    height: 150px;
    left: -50px;
    right: auto;
    top: -180px;
    width: 150px;
  }
  .Specialty .Specialty__inner:after {
    background-image: url("../images/speciality_block2-1.png");
    bottom: -180px;
    height: 100px;
    left: auto;
    right: calc(50px * 2);
    width: 100px;
  }
  .Specialty .Specialty__title {
    font-size: 38px;
  }
  .Specialty .Specialty__enTitle {
    font-size: 30px;
  }
  .Specialty .Specialty__text {
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
  }
  .Specialty .Specialty__text span {
    font-size: 14px;
  }
  .Specialty .Specialty__text:before {
    background-size: contain;
    bottom: -50px;
    height: 100px;
    left: -50px;
    top: auto;
    width: 100px;
  }
  .Specialty .Specialty__text:after {
    bottom: auto;
    height: 150px;
    right: -50px;
    top: calc(-50px * 2);
    width: 150px;
  }
  .Specialty .Specialty__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Specialty .Specialty__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .Specialty .Specialty__itemTitle {
    margin-bottom: 20px;
  }
  .Specialty .Specialty__itemTitleLine1 {
    font-size: 15px;
  }
  .Specialty .Specialty__itemTitleLine2 {
    font-size: 20px;
  }
  .Specialty .Specialty__itemText {
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
    width: 263px;
  }
  .Specialty .Specialty__toyoOlive {
    margin: 0;
  }
  .Specialty .Specialty__toyoOliveInner {
    padding: 64px;
  }
  .Specialty .Specialty__toyoOliveBg1:before,
  .Specialty .Specialty__toyoOliveBg1:after,
  .Specialty .Specialty__toyoOliveBg2:before {
    height: 150px;
    width: 150px;
  }
  .Specialty .Specialty__toyoOliveBg1:before {
    left: -100px;
    top: 50px;
  }
  .Specialty .Specialty__toyoOliveBg1:after {
    right: -50px;
    top: -50px;
  }
  .Specialty .Specialty__toyoOliveBg2:before {
    bottom: -100px;
    right: 50px;
  }
}

/**
 * Statement
 */
.Statement {
  background-color: #fff;
  background-image: url("../images/statement_bg.jpg");
  background-position: left 5vw bottom -10vw;
  background-repeat: no-repeat;
  background-size: 95% auto;
  padding: 0 23px 50vw;
}

.Statement .Statement__column1 {
  margin-bottom: 50px;
  padding-top: 26.66667vw;
  position: relative;
}

.Statement .Statement__handwriting {
  position: absolute;
  right: -3.5vw;
  top: 5.5vw;
  width: 58.66667vw;
}

.Statement .Statement__title {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 15px;
}

.Statement .Statement__enTitle {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.1;
  margin-bottom: 40px;
}

.Statement .Statement__text {
  font-size: 14px;
  line-height: 2;
  width: 85%;
}

@media print, screen and (min-width: 768px) {
  .Statement {
    background-image: none;
    padding: 140px 0 0 0;
  }
  .Statement .Statement__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url("../images/statement_bg.jpg");
    background-position: right 0 bottom 10%;
    background-repeat: no-repeat;
    background-size: 41.30435% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1380px;
    min-width: 1000px;
    padding: 0 0 300px 0;
    width: 100%;
  }
  .Statement .Statement__column1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.82609%;
    flex: 0 0 47.82609%;
    margin: 0;
    max-width: 47.82609%;
    padding: 0;
  }
  .Statement .Statement__column2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 0 7% 0 13.5%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .Statement .Statement__column2 {
    padding: 0 5% 0 10%;
  }
}

@media print, screen and (min-width: 768px) {
  .Statement .Statement__photo {
    height: auto;
    width: 100%;
  }
  .Statement .Statement__handwriting {
    height: auto;
    left: 50%;
    position: absolute;
    top: -13%;
    width: 66%;
  }
  .Statement .Statement__title {
    font-size: 38px;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .Statement .Statement__title {
    font-size: 34px;
  }
}

@media print, screen and (min-width: 768px) {
  .Statement .Statement__enTitle {
    font-size: 30px;
    margin-bottom: 70px;
  }
  .Statement .Statement__text {
    font-size: 18px;
    width: 90%;
  }
}

/**
 * ToyoOlive1
 */
.ToyoOlive1 {
  /* SP style */
}

@media print, screen and (max-width: 767px) {
  .ToyoOlive1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33% 1fr;
    grid-template-columns: 33% 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    margin-bottom: 23px;
  }
  .ToyoOlive1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ToyoOlive1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ToyoOlive1 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ToyoOlive1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .ToyoOlive1 > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .ToyoOlive1 > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .ToyoOlive1 > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .ToyoOlive1 > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .ToyoOlive1 .ToyoOlive1__photo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    margin-bottom: 15px;
  }
  .ToyoOlive1 .ToyoOlive1__text1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    margin-left: 17px;
    margin-top: 5px;
  }
  .ToyoOlive1 .ToyoOlive1__text1 p {
    background-color: #351F2C;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 5px 18px;
  }
  .ToyoOlive1 .ToyoOlive1__logo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    margin-bottom: 15px;
    margin-left: 17px;
  }
  .ToyoOlive1 .ToyoOlive1__logo img {
    display: block;
    height: auto;
    width: 100%;
  }
  .ToyoOlive1 .ToyoOlive1__copy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin-bottom: 15px;
  }
  .ToyoOlive1 .ToyoOlive1__copy img {
    display: block;
    height: 11px;
    margin: 0 0 auto 0;
    width: 200px;
  }
  .ToyoOlive1 .ToyoOlive1__about {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
}

.ToyoOlive1 .ToyoOlive1__aboutTitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

.ToyoOlive1 .ToyoOlive1__aboutText {
  font-size: 12px;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .ToyoOlive1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 275px 285px 1fr;
    grid-template-columns: 275px 285px 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    margin-bottom: 40px;
  }
  .ToyoOlive1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ToyoOlive1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ToyoOlive1 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .ToyoOlive1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .ToyoOlive1 > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .ToyoOlive1 > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .ToyoOlive1 > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .ToyoOlive1 > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .ToyoOlive1 > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .ToyoOlive1 .ToyoOlive1__photo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    margin-right: 35px;
    width: 240px;
  }
  .ToyoOlive1 .ToyoOlive1__text1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
  .ToyoOlive1 .ToyoOlive1__text1 p {
    background-color: #351F2C;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 5px 24px;
  }
  .ToyoOlive1 .ToyoOlive1__logo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
  .ToyoOlive1 .ToyoOlive1__logo img {
    display: block;
    height: 81px;
    width: 285px;
  }
  .ToyoOlive1 .ToyoOlive1__copy {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    margin-left: 30px;
    margin-top: 20px;
  }
  .ToyoOlive1 .ToyoOlive1__copy img {
    display: block;
    height: 43px;
    width: 154px;
  }
  .ToyoOlive1 .ToyoOlive1__about {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    margin-bottom: -10px;
    margin-top: 10px;
  }
  .ToyoOlive1 .ToyoOlive1__aboutTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .ToyoOlive1 .ToyoOlive1__aboutText {
    font-size: 16px;
  }
}

/**
 * ToyoOlive2
 */
.ToyoOlive2 {
  border: 1px solid #928c84;
  padding: 15px 23px 23px 23px;
}

.ToyoOlive2 .ToyoOlive2__title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 20px 0;
  /* SP style */
}

@media print, screen and (max-width: 767px) {
  .ToyoOlive2 .ToyoOlive2__title {
    background-image: url("../images/olive_photo2.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.ToyoOlive2 .ToyoOlive2__text {
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.ToyoOlive2 .ToyoOlive2__link {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

.ToyoOlive2 .ToyoOlive2__link a {
  text-decoration: underline;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.ToyoOlive2 .ToyoOlive2__link a:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 768px) {
  .ToyoOlive2 {
    padding: 25px 30px;
  }
  .ToyoOlive2 .ToyoOlive2__inner {
    background-image: url("../images/olive_photo2.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ToyoOlive2 .ToyoOlive2__title {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
  }
  .ToyoOlive2 .ToyoOlive2__title:after {
    border-top: 1px solid #928c84;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    right: -175px;
    top: 13px;
    width: 160px;
  }
  .ToyoOlive2 .ToyoOlive2__text {
    font-size: 14px;
    margin-bottom: 20px;
    width: 530px;
  }
  .ToyoOlive2 .ToyoOlive2__link {
    font-size: 15px;
    margin-left: 5px;
  }
}
