@charset "UTF-8";
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black.woff2") format("woff2"), url("../fonts/Avenir-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  background-color: #f4f1ec;
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.font-hiragino {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.font-avenir {
  font-family: "Avenir", sans-serif;
}

@media print, (min-width: 768px) {
  .custom-line {
    white-space: nowrap;
  }
}
.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.14rem;
  }
  .container {
    min-width: 1340px;
  }
  .wrapper {
    width: 1446px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.28rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .inner {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .md {
    display: none !important;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
  opacity: 1;
  transition: transform 0.5s ease, background-color 0.5s ease, opacity 0.5s ease;
  animation-fill-mode: forwards;
}
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
}
header.is-fixed .header-logo .logo-image {
  opacity: 1;
}
header.is-fixed .header-logo .logo-image-default {
  opacity: 0;
}
header.is-fixed-trans {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transform: translateY(-100%);
  opacity: 0;
}
header.is-fixed-trans .header-logo .logo-image {
  opacity: 1;
}
header.is-fixed-trans .header-logo .logo-image-default {
  opacity: 0;
}
header.is-show {
  transform: translateY(0);
  opacity: 1;
}

.header-logo {
  position: relative;
}
.header-logo .logo-image-default {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.header-logo .logo-image {
  display: block;
  opacity: 0;
}

.header-wrapper {
  display: flex;
  width: 100%;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-link {
  color: #fff;
}

.header-button a {
  background: #f4d244;
  color: #01472b;
  font-weight: bold;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .header-button a {
    font-weight: 600;
  }
}

@media print, (min-width: 768px) {
  header {
    min-width: 1340px;
    height: 75px;
    padding: 3px 9px 3px 16px;
  }
  header.is-fixed, header.is-fixed-trans {
    height: 60px;
  }
  header.is-fixed .navigation-link, header.is-fixed-trans .navigation-link {
    color: #01472b;
  }
  .header-logo .logo-image-default {
    width: 173px;
    height: 53px;
  }
  .header-logo .logo-image {
    width: 168px;
    height: 33px;
  }
  .header-wrapper {
    align-items: center;
    justify-content: space-between;
  }
  .navigation-list {
    display: flex;
    padding-right: 30px;
  }
  .navigation-item {
    padding: 0 20px;
  }
  .navigation-link {
    font-size: 0.14rem;
    font-weight: bold;
  }
  .header-button a {
    font-size: 0.14rem;
    border-radius: 5px;
    min-width: 146px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1410px) and (min-width: 768px) {
  .navigation-list {
    padding-right: 20px;
  }
  .navigation-item {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    height: 0.56rem;
    padding: 0.03rem 0.1rem 0.03rem 0.05rem;
  }
  header.is-fixed .button-menu span, header.is-fixed-trans .button-menu span {
    border-color: #01472b;
  }
  header.is-active .header-navigation {
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper {
    padding: 0 0.1rem;
  }
  .header-logo {
    display: flex;
    align-items: center;
  }
  .header-logo .logo-image-default {
    width: 1.46rem;
    height: 0.45rem;
  }
  .header-logo .logo-image-default img {
    width: 100%;
    height: auto;
  }
  .header-logo .logo-image {
    width: 1.42rem;
  }
  .header-logo .logo-image img {
    width: 100%;
    height: auto;
  }
  .header-actions {
    width: 100%;
  }
  .header-navigation {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0.15rem 0.1rem;
    transition: all 0.3s;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 0.56rem);
    overflow: auto;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .navigation-list {
    display: flex;
    flex-direction: column;
    background: #01472b;
    width: 2.1rem;
    border-radius: 0.2rem;
    padding: 0.28rem 0.3rem;
    position: relative;
    z-index: 1;
  }
  .navigation-item {
    display: flex;
  }
  .navigation-item:not(:last-child) {
    margin-bottom: 0.22rem;
  }
  .navigation-item:nth-child(3) {
    order: -1;
  }
  .navigation-link {
    font-size: 0.15rem;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .is-iphone .navigation-link {
    font-weight: 600;
  }
  .header-button {
    margin-right: 0.1rem;
  }
  .header-button a {
    font-size: 0.13rem;
    border-radius: 0.03rem;
    min-width: 1.5rem;
    padding: 0.07rem 0.05rem;
  }
  .button-menu {
    width: 0.25rem;
    height: 0.22rem;
    position: relative;
  }
  .button-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    opacity: 0;
  }
  .button-menu span {
    width: 100%;
    border-bottom: 0.02rem solid #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  .button-menu span:nth-child(1) {
    top: 0;
  }
  .button-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .button-menu span:nth-child(3) {
    top: 95%;
  }
  .button-menu.is-active::before {
    opacity: 1;
  }
  .button-menu.is-active span {
    border-color: #01472b;
  }
  .button-menu.is-active span:nth-child(1), .button-menu.is-active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
  }
  .button-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .button-menu.is-active span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }
  .button-menu.is-active span:nth-child(3) {
    transform: translateY(-50%) rotate(-45deg);
  }
}
.contact-banner {
  background: #01472B;
  color: #fff;
  text-align: center;
  font-size: 0.14rem;
  width: 100%;
}
.contact-banner p {
  margin-bottom: 0;
}
.contact-banner a {
  color: inherit;
}

@media print, (min-width: 768px) {
  .contact-banner {
    font-weight: bold;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-banner {
    font-weight: 400;
    padding: 0.03rem 0.01rem;
  }
}
footer {
  background: #3b4d46;
  text-align: center;
}
footer a, footer p {
  color: #fff;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .wrapper {
  position: relative;
}

.footer-logo .logo-image {
  display: block;
  margin: 0 auto;
}

.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0.02em;
}
.footer-navigation a {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .footer-navigation a {
    font-weight: 600;
  }
}

.footer-link {
  display: flex;
  justify-content: center;
}
.footer-link a {
  font-weight: 500;
}

.footer-information {
  letter-spacing: 0.02em;
}
.footer-information .information-label {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .footer-information .information-label {
    font-weight: 600;
  }
}

.button-to-top {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}

@media print, (min-width: 768px) {
  footer .wrapper {
    padding: 60px 0 102px;
  }
  .footer-logo {
    margin-bottom: 62px;
  }
  .footer-logo .logo-image {
    width: 238px;
    height: 94px;
  }
  .footer-navigation {
    font-size: 0.16rem;
    line-height: 1.96875;
    margin-bottom: 46px;
  }
  .footer-navigation li {
    padding: 0 24px;
  }
  .footer-information {
    font-size: 0.14rem;
    line-height: 1.6;
    margin-bottom: 44px;
  }
  .footer-information .information-label {
    font-size: 0.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }
  .footer-link {
    font-size: 0.14rem;
    line-height: 2.25;
  }
  .footer-link li {
    padding: 0 26px;
  }
  .button-to-top {
    width: 115px;
    height: 115px;
    background: url(../img/common/button_to_top.png) center center/100% auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .wrapper {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .footer-logo {
    margin-bottom: 0.34rem;
  }
  .footer-logo .logo-image {
    width: 1.57rem;
    height: 0.62rem;
  }
  .footer-navigation {
    font-size: 0.14rem;
    line-height: 1.875;
    margin-bottom: 0.27rem;
  }
  .footer-navigation li {
    padding: 0 0.13rem;
    margin-bottom: 0.12rem;
  }
  .footer-information {
    font-size: 0.14rem;
    line-height: 1.6;
    margin-bottom: 0.44rem;
  }
  .footer-information .information-label {
    font-size: 0.15rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.12rem;
  }
  .footer-link {
    font-size: 0.11rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  .footer-link li {
    padding: 0 0.15rem;
  }
  .button-to-top {
    width: 0.64rem;
    height: 0.64rem;
    background: url(../img/common/sp/button_to_top.png) center center/100% auto no-repeat;
    right: 0.1rem;
  }
}
.section-common-feature .point-list, .section-common-feature .small-product-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-common-feature .point-list {
  counter-reset: point;
}
.section-common-feature .block-feature-crops {
  background: #e6e3de;
}
.section-common-feature .block-feature-crops .crops-title {
  color: #01472b;
}
.section-common-feature .block-feature-crops .crops-text {
  color: #4a4744;
}
.section-common-feature .block-feature-crops .crops-text p {
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
.section-common-feature .block-feature-crops .crops-text .small-text {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-common-feature {
    padding: 60px 0 200px;
  }
  .section-common-feature .point-list {
    margin-bottom: 100px;
  }
  .section-common-feature .point-list > li:not(:last-child) {
    margin-bottom: 130px;
  }
  .section-common-feature .small-product-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
  .section-common-feature .small-product-list li {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .section-common-feature .small-product-list li:nth-child(2n) {
    margin-right: 0;
  }
  .section-common-feature .small-product-item {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 34px 30px 34px 40px;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
  }
  .section-common-feature .small-product-item .item-image {
    width: 88px;
    flex-shrink: 0;
    margin-top: 5px;
  }
  .section-common-feature .small-product-item .item-information {
    width: 100%;
    padding-left: 35px;
  }
  .is-mac .section-common-feature .small-product-item .item-information {
    padding-left: 18px;
  }
  .section-common-feature .small-product-item .information-link {
    color: #01472b;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 0.22rem;
    padding-right: 37px;
    font-feature-settings: "palt";
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
  }
  .section-common-feature .small-product-item .information-link::after {
    content: "";
    background: url(../img/common/icn_arrow_down_green_circle.png) center center/100% auto no-repeat;
    flex-shrink: 0;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .section-common-feature .small-product-item .information-text {
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 0.16rem;
  }
  .section-common-feature .small-product-item .information-text + .information-note {
    margin-top: 20px;
  }
  .section-common-feature .small-product-item .information-note {
    display: flex;
    flex-wrap: wrap;
  }
  .section-common-feature .small-product-item .information-note p {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .section-common-feature .small-product-item .information-note p:last-child {
    margin-right: 0;
  }
  .section-common-feature .small-product-item .note-tag {
    color: #01472b;
    border: 1px solid #01472b;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 0.16rem;
    border-radius: 4px;
    padding: 0 4px;
  }
  .section-common-feature .small-product-item .note-text {
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #4a4744;
    font-size: 0.14rem;
    line-height: 1.8285714286;
  }
  .section-common-feature .block-feature-crops {
    margin-top: 100px;
    padding: 108px 0;
  }
  .section-common-feature .block-feature-crops .wrapper {
    display: flex;
    align-items: center;
  }
  .section-common-feature .block-feature-crops .crops-image {
    width: 688px;
    flex-shrink: 0;
  }
  .section-common-feature .block-feature-crops .crops-information {
    width: 100%;
    padding-right: 50px;
    padding-left: 30px;
  }
  .section-common-feature .block-feature-crops .crops-title {
    font-size: 0.42rem;
    line-height: 1.4761904762;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .section-common-feature .block-feature-crops .crops-text {
    font-size: 0.16rem;
    line-height: 1.96875;
  }
  .section-common-feature .block-feature-crops .crops-text p {
    font-weight: bold;
  }
  .section-common-feature .block-feature-crops .crops-text .small-text {
    font-size: 0.14rem;
    line-height: 2.25;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature {
    padding: 0.45rem 0 0.7rem;
  }
  .section-common-feature .wrapper {
    padding: 0 0.2rem;
  }
  .section-common-feature .point-list {
    margin-bottom: 0.8rem;
  }
  .section-common-feature .point-list > li:not(:last-child) {
    margin-bottom: 0.68rem;
  }
  .section-common-feature .small-product-list li:not(:last-child) {
    margin-bottom: 0.09rem;
  }
  .section-common-feature .small-product-item {
    background: #fff;
    border: 0.01rem solid #ebebeb;
    padding: 0.2rem;
    border-radius: 0.06rem;
    box-shadow: 0 0.02rem 0.03rem rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
  }
  .section-common-feature .small-product-item .item-image {
    width: 0.55rem;
    flex-shrink: 0;
  }
  .section-common-feature .small-product-item .item-image img {
    width: 100%;
    height: auto;
  }
  .section-common-feature .small-product-item .item-information {
    width: 100%;
    padding-left: 0.15rem;
  }
  .section-common-feature .small-product-item .information-link {
    color: #01472b;
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
    display: block;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .is-iphone .section-common-feature .small-product-item .information-link {
    font-weight: 600;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .information-link::after {
    content: "";
    background: url(../img/common/icn_arrow_down_green_circle.png) center center/100% auto no-repeat;
    flex-shrink: 0;
    width: 0.18rem;
    height: 0.18rem;
    display: inline-block;
    margin-left: 0.1rem;
    position: relative;
    top: 0.04rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .information-text {
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 0.15rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .information-text + .information-note {
    margin-top: 0.06rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .information-note {
    display: flex;
    flex-wrap: wrap;
  }
  .section-common-feature .small-product-item .information-note p {
    margin-right: 0.15rem;
    margin-bottom: 0;
  }
  .section-common-feature .small-product-item .information-note p:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .note-tag {
    color: #01472b;
    border: 0.01rem solid #01472b;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 0.16rem;
    border-radius: 0.04rem;
    padding: 0 0.04rem;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .is-iphone .section-common-feature .small-product-item .note-tag {
    font-weight: 600;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .small-product-item .note-text {
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #4a4744;
    font-size: 0.12rem;
    line-height: 1.8285714286;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-feature .block-feature-crops {
    margin-top: 0.8rem;
    padding: 0.54rem 0 0.6rem;
  }
  .section-common-feature .block-feature-crops .crops-information {
    width: 100%;
    margin-bottom: 0.23rem;
  }
  .section-common-feature .block-feature-crops .crops-title {
    font-size: 0.2rem;
    line-height: 1.6;
    margin-bottom: 0.18rem;
    font-weight: 600;
  }
  .is-android .section-common-feature .block-feature-crops .crops-title {
    font-weight: 700;
  }
  .section-common-feature .block-feature-crops .crops-image img {
    width: 100%;
  }
  .section-common-feature .block-feature-crops .crops-text {
    font-size: 0.15rem;
    line-height: 1.75;
  }
  .section-common-feature .block-feature-crops .crops-text .small-text {
    font-size: 0.12rem;
    line-height: 1.9833333333;
    margin-top: 0.06rem;
  }
}
.title-secondary {
  color: #01472b;
}
.title-secondary .title-above {
  font-family: "Avenir";
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
}
.title-secondary .title-above::before {
  content: "";
  border-bottom: 1px solid #01472b;
  flex-shrink: 0;
}
.title-secondary .title-text {
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .title-secondary .title-text {
    font-weight: 600;
  }
}

@media print, (min-width: 768px) {
  .title-secondary {
    margin-bottom: 20px;
  }
  .title-secondary .title-above {
    font-size: 0.16rem;
    margin-bottom: 11px;
  }
  .title-secondary .title-above::before {
    width: 30px;
    margin-right: 15px;
  }
  .title-secondary .title-text {
    font-size: 0.42rem;
  }
  .title-secondary .title-text.is-small {
    font-size: 0.3rem;
    display: inline-block;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    margin-bottom: 0.12rem;
  }
  .title-secondary .title-above {
    font-size: 0.15rem;
    margin-bottom: 0.11rem;
  }
  .title-secondary .title-above::before {
    width: 0.2rem;
    margin-right: 0.12rem;
  }
  .title-secondary .title-text {
    font-size: 0.2rem;
    font-weight: 600;
  }
  .is-android .title-secondary .title-text {
    font-weight: 700;
  }
  .title-secondary .title-text.is-small {
    font-size: 0.2rem;
    display: inline-block;
    margin-top: 0.03rem;
  }
}
.title-primary {
  color: #01472b;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .title-primary {
    font-weight: 600;
  }
}
.title-primary .title-above {
  font-family: "Avenir";
  position: relative;
  letter-spacing: 0.04em;
  display: block;
}
.title-primary .title-above::before {
  content: "";
  border-right: 1px solid #01472b;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 86px;
  }
  .title-primary .title-above {
    font-size: 0.16rem;
    padding-top: 35px;
    margin-bottom: 18px;
  }
  .title-primary .title-above::before {
    height: 30px;
  }
  .title-primary .title-text {
    font-size: 0.42rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.43rem;
  }
  .title-primary .title-above {
    font-size: 0.15rem;
    padding-top: 0.25rem;
    margin-bottom: 0.08rem;
  }
  .title-primary .title-above::before {
    height: 0.2rem;
  }
  .title-primary .title-text {
    font-size: 0.24rem;
    display: block;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

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

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.button-primary {
  color: #fff;
  background: #01472b;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .button-primary {
    font-weight: 600;
  }
}
.button-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .button-primary {
    font-size: 0.18rem;
    border-radius: 7px;
    padding: 15px 44px 15px 22px;
    min-width: 254px;
  }
  .button-primary.is-large {
    min-width: 400px;
    padding-left: 44px;
  }
  .button-primary::after {
    width: 11px;
    height: 19px;
    right: 15px;
    background: url(../img/common/icn_arrow_right_white.png) center center/11px auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    font-size: 0.16rem;
    border-radius: 0.07rem;
    padding: 0.14rem 0.3rem;
    width: 2.86rem;
    text-align: center;
  }
  .button-primary::after {
    width: 0.09rem;
    height: 0.16rem;
    right: 0.15rem;
    background: url(../img/common/icn_arrow_right_white.png) center center/0.09rem auto no-repeat;
  }
}
.button-secondary {
  background: #f4d244;
  color: #01472b;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .button-secondary {
    font-weight: 600;
  }
}
.button-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .button-secondary {
    font-size: 0.18rem;
    width: 327px;
    padding: 15px 50px;
    border-radius: 7px;
  }
  .button-secondary::after {
    right: 20px;
    width: 19px;
    height: 11px;
    background: url(../img/common/icn_arrow_down_green.png) center center/100% no-repeat;
  }
  .button-secondary.is-blank::after {
    width: 16px;
    height: 16px;
    background: url(../img/common/icn_blank.png) center center/100% no-repeat;
  }
  .button-secondary.is-right::after {
    width: 11px;
    height: 19px;
    background: url(../img/common/icn_arrow_right_green.png) center center/100% auto no-repeat;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-secondary {
    font-size: 0.18rem;
    width: 3.06rem;
    padding: 0.15rem 0.5rem;
    border-radius: 0.07rem;
  }
  .button-secondary::after {
    right: 0.2rem;
    width: 0.19rem;
    height: 0.11rem;
    background: url(../img/common/icn_arrow_down_green.png) center center/100% no-repeat;
  }
  .button-secondary.is-blank::after {
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/common/icn_blank.png) center center/100% no-repeat;
  }
  .button-secondary.is-right::after {
    width: 0.09rem;
    height: 0.16rem;
    background: url(../img/common/icn_arrow_right_green.png) center center/100% auto no-repeat;
  }
}
.point-item .information-label, .point-item .information-title {
  color: #01472b;
}
.point-item .information-label {
  letter-spacing: 0.04em;
}
.point-item .information-label::after {
  counter-increment: point;
  content: " " counter(point, decimal-leading-zero);
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
.point-item .information-title {
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.point-item .information-text {
  color: #4a4744;
  letter-spacing: 0.02em;
  line-height: 1.95;
}
.point-item .information-list {
  color: #4a4744;
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.75;
}

@media print, (min-width: 768px) {
  .point-item {
    display: flex;
    align-items: center;
  }
  .point-item .item-image {
    width: 715px;
    flex-shrink: 0;
  }
  .point-item .item-information {
    width: 100%;
    padding-left: 60px;
    padding-right: 55px;
  }
  .point-item .information-label, .point-item .information-title {
    font-weight: bold;
  }
  .point-item .information-label {
    font-size: 0.16rem;
    margin-bottom: 15px;
  }
  .point-item .information-title {
    font-size: 0.3rem;
    margin-bottom: 20px;
  }
  .point-item .information-title .is-separate {
    font-size: 0.2rem;
  }
  .point-item .information-text {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 34px;
  }
  .point-item .information-text + .information-list {
    margin-top: -18px;
  }
  .point-item .information-list {
    font-size: 0.14rem;
    margin-bottom: 34px;
  }
  .point-item.is-versa {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767.98px) {
  .point-item .item-image {
    width: 3.38rem;
    margin: 0 auto 0.23rem;
  }
  .point-item .item-image img {
    width: 100%;
    height: auto;
  }
  .point-item .item-information {
    width: 100%;
  }
  .point-item .information-label, .point-item .information-title {
    font-weight: 600;
  }
  .is-android .point-item .information-label, .is-android .point-item .information-title {
    font-weight: 700;
  }
  .point-item .information-label {
    font-size: 0.15rem;
    margin-bottom: 0.07rem;
  }
  .point-item .information-title {
    font-size: 0.2rem;
    margin-bottom: 0.32rem;
    letter-spacing: -0.02em;
  }
  .point-item .information-title .is-separate {
    font-size: 0.14rem;
  }
  .point-item .information-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.34rem;
  }
  .point-item .information-text + .information-list {
    margin-top: -0.26rem;
  }
  .point-item .information-list {
    font-size: 0.14rem;
    margin-bottom: 0.34rem;
  }
  .point-item .button-primary {
    display: block;
    margin: 0 auto;
  }
  .point-item.is-versa {
    flex-direction: row-reverse;
  }
}
.breadcrumbs-common .breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs-common .breadcrumbs-list li {
  display: inline-block;
}
.breadcrumbs-common .breadcrumbs-list li:not(:first-child) a::before, .breadcrumbs-common .breadcrumbs-list li:not(:first-child) span::before {
  content: ">";
  color: inherit;
  display: inline-block;
}
.breadcrumbs-common .breadcrumbs-list li a, .breadcrumbs-common .breadcrumbs-list li span {
  color: #01472b;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.breadcrumbs-common .breadcrumbs-list li:last-child a, .breadcrumbs-common .breadcrumbs-list li:last-child span {
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .breadcrumbs-common .breadcrumbs-list li:last-child a, .is-iphone .breadcrumbs-common .breadcrumbs-list li:last-child span {
    font-weight: 600;
  }
}

@media print, (min-width: 768px) {
  .breadcrumbs-common {
    margin-top: 60px;
    padding: 27px 0;
  }
  .breadcrumbs-common .breadcrumbs-list li a, .breadcrumbs-common .breadcrumbs-list li span {
    font-size: 0.14rem;
  }
  .breadcrumbs-common .breadcrumbs-list li a::before, .breadcrumbs-common .breadcrumbs-list li span::before {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumbs-common {
    margin-top: 0.56rem;
    padding: 0 0.1rem;
  }
  .breadcrumbs-common .breadcrumbs-list li a, .breadcrumbs-common .breadcrumbs-list li span {
    font-size: 0.11rem;
  }
  .breadcrumbs-common .breadcrumbs-list li a::before, .breadcrumbs-common .breadcrumbs-list li span::before {
    margin: 0 0.06rem;
  }
}
.section-about .about-title {
  text-align: center;
  color: #01472b;
}
.section-about .about-title .title-label {
  display: block;
}
.section-about .about-description {
  font-weight: bold;
  color: #01472b;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-about .about-description {
    font-weight: 600;
  }
}
.section-about .about-text {
  letter-spacing: 0.02em;
  color: #4a4744;
}
.section-about .about-list, .section-about .about-gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-about .about-list .list-item {
  color: #01472b;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-about .about-list .list-item {
    font-weight: 600;
  }
}
.section-about .about-list .list-item a {
  color: inherit;
}
.section-about .about-list .list-item a::after {
  content: "";
}
.section-about .about-gallery {
  overflow: hidden;
}
.section-about .about-gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .section-about {
    padding: 35px 0 100px;
  }
  .section-about .about-title {
    margin-bottom: 46px;
  }
  .section-about .about-title .title-label {
    font-size: 0.25rem;
    margin-top: 20px;
  }
  .section-about .about-description {
    font-size: 0.42rem;
    line-height: 1.3333333333;
    margin-bottom: 24px;
  }
  .section-about .about-text {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.96875;
    margin-bottom: 72px;
    text-align: center;
  }
  .section-about .about-list {
    display: flex;
    flex-wrap: wrap;
    width: 1256px;
    margin: 0 auto 100px;
  }
  .section-about .about-list .list-item {
    font-size: 0.16rem;
    line-height: 1.625;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    margin-bottom: 20px;
    min-height: 93px;
    border-left: 1px solid #01472b;
  }
  .section-about .about-list .list-item:last-child {
    border-right: 1px solid #01472b;
  }
  .section-about .about-list .list-item a {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-about .about-list .list-item a::after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 19px;
    height: 11px;
    background: url(../img/common/icn_arrow_down_green.png) center center/100% auto no-repeat;
  }
  .section-about .about-gallery {
    display: flex;
  }
  .section-about .about-gallery li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about {
    padding: 0.28rem 0 0.3rem;
  }
  .section-about .about-title {
    margin-bottom: 0.42rem;
  }
  .section-about .about-title img {
    max-width: 2.15rem;
  }
  .section-about .about-title .title-label {
    font-size: 0.15rem;
    margin-top: -0.08rem;
  }
  .section-about .about-description {
    font-size: 0.2rem;
    line-height: 1.6;
    margin-bottom: 0.18rem;
  }
  .section-about .about-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.5rem;
    padding: 0 0.1rem;
  }
  .section-about .about-list {
    padding: 0 0.1rem;
    margin-bottom: 0.6rem;
  }
  .section-about .about-list .list-item {
    font-size: 0.15rem;
    line-height: 1.625;
    text-decoration: underline;
    text-underline-offset: 0.05rem;
  }
  .section-about .about-list .list-item:not(:last-child) {
    margin-bottom: 0.22rem;
  }
  .section-about .about-list .list-item a::after {
    display: inline-block;
    position: relative;
    top: 0.02rem;
    margin-left: 0.12rem;
    width: 0.19rem;
    height: 0.11rem;
    background: url(../img/common/icn_arrow_down_green.png) center center/100% auto no-repeat;
  }
  .section-about .about-gallery li {
    width: 2rem;
  }
}
.section-about-numbers .numbers-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-about-numbers .numbers-item {
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-about-numbers .numbers-item {
    font-weight: 600;
  }
}
.section-about-numbers .numbers-item .numbers-text {
  color: #01472b;
  letter-spacing: 0.02em;
}
.section-about-numbers .numbers-item .numbers-description {
  color: #494744;
  margin-bottom: 0;
}
.section-about-numbers .numbers-item .unit {
  color: #494744;
}

@media print, (min-width: 768px) {
  .section-about-numbers {
    padding: 100px 0;
  }
  .section-about-numbers .numbers-list {
    display: flex;
    flex-wrap: wrap;
    width: 1290px;
    margin: 0 auto;
  }
  .section-about-numbers .numbers-item {
    flex: 1;
    padding: 13px 0;
  }
  .section-about-numbers .numbers-item:not(:last-child) {
    border-right: 1px dashed #01472b;
  }
  .section-about-numbers .numbers-item:nth-child(2n) {
    min-width: 511px;
  }
  .section-about-numbers .numbers-item .numbers-text {
    margin-bottom: 10px;
  }
  .section-about-numbers .numbers-item .number {
    font-size: 1rem;
  }
  .section-about-numbers .numbers-item .unit {
    font-size: 0.24rem;
    position: relative;
    top: -6px;
    margin-left: 8px;
  }
  .section-about-numbers .numbers-item .numbers-description {
    font-size: 0.2rem;
    line-height: 1.55;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-numbers {
    padding: 0.5rem 0 0.3rem;
  }
  .section-about-numbers .title-primary {
    margin-bottom: 0.28rem;
  }
  .section-about-numbers .numbers-item:not(:last-child) {
    padding: 0 0 0.38rem;
    margin-bottom: 0.15rem;
    position: relative;
  }
  .section-about-numbers .numbers-item:not(:last-child)::after {
    content: "";
    width: 162px;
    position: absolute;
    border-bottom: 1px dashed #01472b;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-about-numbers .numbers-item .numbers-text {
    margin-bottom: -0.08rem;
  }
  .section-about-numbers .numbers-item .number {
    font-size: 0.8rem;
  }
  .section-about-numbers .numbers-item .unit {
    font-size: 0.22rem;
    position: relative;
    top: -0.04rem;
    margin-left: 0.07rem;
  }
  .section-about-numbers .numbers-item .numbers-description {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
}
.section-common-feature {
  padding-bottom: 0;
}

.section-about-sustainable {
  overflow: hidden;
}
.section-about-sustainable .sustainable-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-about-sustainable .sustainable-image .image-text {
  color: #01472b;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-about-sustainable .sustainable-image .image-text {
    font-weight: 600;
  }
}
.section-about-sustainable .sustainable-image .image-text p {
  margin-bottom: 0;
}
.section-about-sustainable .sustainable-image .image-around {
  position: relative;
  animation: animationRotate 30s linear infinite;
}
.section-about-sustainable .sustainable-image .image-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-about-sustainable .sustainable-image .image-group img {
  position: absolute;
  animation: animationInnerRotate 30s linear infinite;
}
.section-about-sustainable .sustainable-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: sustainable;
}
.section-about-sustainable .sustainable-list li {
  position: relative;
}
.section-about-sustainable .sustainable-list .sustainable-actions {
  position: absolute;
  display: block;
  cursor: pointer;
}
.section-about-sustainable .sustainable-list .sustainable-label {
  margin-bottom: 0;
  color: #01472b;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-about-sustainable .sustainable-list .sustainable-label {
    font-weight: 600;
  }
}
.section-about-sustainable .sustainable-list .sustainable-label::before, .section-about-sustainable .sustainable-list .sustainable-label::after {
  content: "";
  position: absolute;
  top: 0;
  transition: all 0.3s;
}
.section-about-sustainable .sustainable-list .sustainable-label::after {
  opacity: 0;
  background: url(../img/common/icn_minus.png) center center/100% auto no-repeat;
}
.section-about-sustainable .sustainable-list .sustainable-label::before {
  opacity: 1;
  background: url(../img/common/icn_plus.png) center center/100% auto no-repeat;
}
.section-about-sustainable .sustainable-list .sustainable-label.is-active::after {
  opacity: 1;
}
.section-about-sustainable .sustainable-list .sustainable-label.is-active::before {
  opacity: 0;
}
.section-about-sustainable .sustainable-list .sustainable-label span::before {
  counter-increment: sustainable;
  content: counter(sustainable, decimal-leading-zero);
  font-family: "Avenir";
  color: inherit;
}
.section-about-sustainable .sustainable-list .sustainable-content {
  color: #4a4744;
  letter-spacing: 0.02em;
  display: none;
  position: relative;
}
.section-about-sustainable .sustainable-list .sustainable-content p {
  margin-bottom: 0;
}
.section-about-sustainable .sustainable-list .sustainable-content::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: #e6e3de;
  z-index: -1;
}
.section-about-sustainable .sustainable-list .sustainable-content.is-active {
  display: block;
}

@media print, (min-width: 768px) {
  .section-about-sustainable {
    padding: 200px 0;
  }
  .section-about-sustainable .title-primary {
    margin-bottom: 56px;
  }
  .section-about-sustainable .sustainable-inner {
    display: flex;
    align-items: flex-start;
    padding-left: 66px;
  }
  .section-about-sustainable .sustainable-image {
    width: 654px;
    height: 638px;
    flex-shrink: 0;
    margin-top: 18px;
    position: relative;
  }
  .section-about-sustainable .sustainable-image .image-text .text {
    font-size: 0.32rem;
    line-height: 1.3125;
    margin-top: 25px;
  }
  .section-about-sustainable .sustainable-image .image-around {
    width: 654px;
    height: 638px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-about-sustainable .sustainable-image .image-01 {
    top: 0;
    left: 242px;
  }
  .section-about-sustainable .sustainable-image .image-02 {
    top: 93px;
    left: 440px;
  }
  .section-about-sustainable .sustainable-image .image-03 {
    top: 302px;
    left: 486px;
  }
  .section-about-sustainable .sustainable-image .image-04 {
    top: 470px;
    left: 352px;
  }
  .section-about-sustainable .sustainable-image .image-05 {
    top: 470px;
    left: 129px;
  }
  .section-about-sustainable .sustainable-image .image-06 {
    top: 302px;
    left: 0;
  }
  .section-about-sustainable .sustainable-image .image-07 {
    top: 93px;
    left: 45px;
  }
  .section-about-sustainable .sustainable-list {
    width: 100%;
    padding-left: 122px;
    padding-right: 82px;
  }
  .section-about-sustainable .sustainable-list li {
    border-bottom: 1px solid #01472b;
  }
  .section-about-sustainable .sustainable-list li:not(:first-child) .sustainable-label {
    padding-top: 40px;
  }
  .section-about-sustainable .sustainable-list li:not(:first-child) .sustainable-label::before, .section-about-sustainable .sustainable-list li:not(:first-child) .sustainable-label::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .section-about-sustainable .sustainable-list .sustainable-label {
    font-size: 0.2rem;
    padding: 0 19px 40px;
  }
  .section-about-sustainable .sustainable-list .sustainable-label::before, .section-about-sustainable .sustainable-list .sustainable-label::after {
    top: 8px;
    right: 23px;
    width: 13px;
    height: 13px;
  }
  .section-about-sustainable .sustainable-list .sustainable-label span::before {
    font-size: 0.16rem;
    margin-right: 30px;
    position: relative;
    top: -4px;
  }
  .section-about-sustainable .sustainable-list .sustainable-content {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.96875;
    padding: 30px 39px 70px;
  }
  .section-about-sustainable .sustainable-list .sustainable-content::after {
    height: calc(100% - 35px);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-sustainable {
    padding: 0.8rem 0 1rem;
  }
  .section-about-sustainable .title-primary {
    margin-bottom: 0.36rem;
  }
  .section-about-sustainable .sustainable-image {
    width: 3.35rem;
    height: 3.27rem;
    margin: 0 auto 0.6rem;
    position: relative;
  }
  .section-about-sustainable .sustainable-image .image-text .text {
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .section-about-sustainable .sustainable-image .image-text img {
    width: 1.2rem;
    margin: 0 auto;
  }
  .section-about-sustainable .sustainable-image .image-around {
    width: 3.35rem;
    height: 3.27rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section-about-sustainable .sustainable-image .image-around img {
    width: 100%;
    height: auto;
  }
  .section-about-sustainable .sustainable-image .image-group img {
    width: 0.86rem;
    height: 0.86rem;
  }
  .section-about-sustainable .sustainable-image .image-01 {
    top: 0;
    left: 1.24rem;
  }
  .section-about-sustainable .sustainable-image .image-02 {
    top: 0.48rem;
    left: 2.25rem;
  }
  .section-about-sustainable .sustainable-image .image-03 {
    top: 1.55rem;
    left: 2.49rem;
  }
  .section-about-sustainable .sustainable-image .image-04 {
    top: 2.41rem;
    left: 1.8rem;
  }
  .section-about-sustainable .sustainable-image .image-05 {
    top: 2.41rem;
    left: 0.66rem;
  }
  .section-about-sustainable .sustainable-image .image-06 {
    top: 1.54rem;
    left: 0;
  }
  .section-about-sustainable .sustainable-image .image-07 {
    top: 0.48rem;
    left: 0.23rem;
  }
  .section-about-sustainable .sustainable-list li {
    margin: 0 0.1rem;
    border-bottom: 1px solid #01472b;
  }
  .section-about-sustainable .sustainable-list li:not(:first-child) .sustainable-label {
    padding-top: 0.3rem;
  }
  .section-about-sustainable .sustainable-list li:not(:first-child) .sustainable-label::before, .section-about-sustainable .sustainable-list li:not(:first-child) .sustainable-label::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .section-about-sustainable .sustainable-list .sustainable-label {
    font-size: 0.15rem;
    padding: 0 0.1rem 0.3rem;
  }
  .section-about-sustainable .sustainable-list .sustainable-label::before, .section-about-sustainable .sustainable-list .sustainable-label::after {
    top: 0.03rem;
    right: 0.1rem;
    width: 0.13rem;
    height: 0.13rem;
  }
  .section-about-sustainable .sustainable-list .sustainable-label span::before {
    font-size: 0.15rem;
    margin-right: 0.12rem;
    position: relative;
    top: -1px;
  }
  .section-about-sustainable .sustainable-list .sustainable-content {
    font-size: 0.15rem;
    line-height: 1.75;
    padding: 0.25rem 0.3rem 0.52rem;
  }
  .section-about-sustainable .sustainable-list .sustainable-content::after {
    height: calc(100% - 0.27rem);
  }
}
.section-about-process {
  position: relative;
}
.section-about-process::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.section-about-process .wrapper {
  position: relative;
  z-index: 1;
}
.section-about-process .process-text {
  letter-spacing: 0.02em;
  line-height: 1.96875;
  color: #4a4744;
  margin-bottom: 0;
}
.section-about-process .process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: process;
}
.section-about-process .process-item .information-label {
  font-weight: bold;
  color: #01472b;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-about-process .process-item .information-label {
    font-weight: 600;
  }
}
.section-about-process .process-item .information-label::after {
  counter-increment: process;
  content: " " counter(process, decimal-leading-zero);
  font: inherit;
  color: inherit;
}
.section-about-process .process-item .information-title {
  font-weight: bold;
  color: #01472b;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-about-process .process-item .information-title {
    font-weight: 600;
  }
}
.section-about-process .process-item .information-text {
  color: #4a4744;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-about-process {
    padding: 425px 0 100px;
  }
  .section-about-process::before {
    height: 504px;
    background: url(../img/about/about_process_background.jpg) center center/cover no-repeat;
  }
  .section-about-process::after {
    content: "";
    width: 100%;
    position: absolute;
    top: 357px;
    right: calc(50% - 94px);
    background: #f4f1ec;
    height: 150px;
  }
  .section-about-process .wrapper {
    padding: 0 30px;
  }
  .section-about-process .title-secondary, .section-about-process .process-text {
    max-width: 742px;
  }
  .section-about-process .title-secondary {
    margin-bottom: 22px;
  }
  .section-about-process .process-text {
    font-size: 0.16rem;
    font-weight: bold;
    margin-bottom: 92px;
  }
  .section-about-process .process-list {
    width: 1212px;
    margin: 0 auto;
  }
  .section-about-process .process-item {
    display: flex;
    align-items: center;
  }
  .section-about-process .process-item.is-versa {
    flex-direction: row-reverse;
  }
  .section-about-process .process-item.is-versa .process-information {
    padding-left: 0;
    padding-right: 60px;
  }
  .section-about-process .process-item:not(:last-child) {
    margin-bottom: 78px;
  }
  .section-about-process .process-item .process-image {
    width: 511px;
    flex-shrink: 0;
  }
  .section-about-process .process-item .process-information {
    width: 100%;
    padding-left: 60px;
  }
  .section-about-process .process-item .information-label {
    font-size: 0.16rem;
    margin-bottom: 6px;
  }
  .section-about-process .process-item .information-title {
    font-size: 0.3rem;
    margin-bottom: 24px;
  }
  .section-about-process .process-item .information-text {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.96875;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-process {
    padding: 2.14rem 0 0.74rem;
  }
  .section-about-process::before {
    height: 2.62rem;
    background: url(../img/about/sp/about_process_background.jpg) center center/cover no-repeat;
  }
  .section-about-process .wrapper {
    background: #f4f1ec;
    margin: 0 0.1rem;
    padding-top: 0.24rem;
  }
  .section-about-process .title-secondary {
    margin-bottom: 0.16rem;
    text-align: center;
  }
  .section-about-process .title-secondary .title-above {
    font-size: 0.15rem;
    padding-top: 0.25rem;
    margin-bottom: 0.08rem;
    justify-content: center;
    position: relative;
  }
  .section-about-process .title-secondary .title-above::before {
    content: "";
    border-right: 1px solid #01472b;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.2rem;
    width: unset;
  }
  .section-about-process .title-secondary .title-text {
    font-size: 0.24rem;
    display: block;
  }
  .section-about-process .process-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.6rem;
  }
  .section-about-process .process-item:not(:last-child) {
    margin-bottom: 0.65rem;
  }
  .section-about-process .process-item .process-image {
    margin-bottom: 0.25rem;
  }
  .section-about-process .process-item .process-image img {
    width: 100%;
    height: auto;
  }
  .section-about-process .process-item .information-label {
    font-size: 0.15rem;
    margin-bottom: 0.06rem;
  }
  .section-about-process .process-item .information-title {
    font-size: 0.2rem;
    margin-bottom: 0.24rem;
  }
  .section-about-process .process-item .information-text {
    font-size: 0.15rem;
    line-height: 1.75;
  }
}
.section-about-component .about-text {
  letter-spacing: 0.02em;
  color: #4a4744;
  text-align: center;
}
.section-about-component .about-data {
  color: #4a4744;
}
.section-about-component .about-data .about-title {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-about-component .about-data .about-title {
    font-weight: 600;
  }
}
.section-about-component .about-data .about-text {
  line-height: 1;
}
.section-about-component .about-data dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-about-component .about-data dl {
    font-weight: 600;
  }
}
.section-about-component .about-data dl dt, .section-about-component .about-data dl dd {
  width: 50%;
  border-bottom: 1px solid #01472b;
}
.section-about-component .about-data dl dt:first-of-type, .section-about-component .about-data dl dd:first-of-type {
  border-top: 1px solid #01472b;
}
.section-about-component .about-data dl dd {
  text-align: right;
}
.section-about-component .about-data .data-text {
  color: #4a4744;
}
.section-about-component .about-data .data-text p {
  margin-bottom: 0;
}
.section-about-component .about-link {
  text-align: center;
}
.section-about-component .about-link a {
  color: #4a4744;
  font-weight: bold;
  border-bottom: 1px solid #4a4744;
}
@media only screen and (max-width: 767.98px) {
  .is-iphone .section-about-component .about-link a {
    font-weight: 600;
  }
}
.section-about-component .about-link a::before {
  content: "";
  display: inline-block;
  position: relative;
}
.section-about-component .component-link {
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-about-component {
    padding: 100px 0 80px;
  }
  .section-about-component .wrapper {
    padding: 80px 0 120px;
    background: #fff;
    border-top: 6px solid #868d69;
  }
  .section-about-component .title-primary {
    margin-bottom: 33px;
  }
  .section-about-component .about-text {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.96875;
    text-align: center;
    margin-bottom: 68px;
  }
  .section-about-component .about-inner {
    display: flex;
    padding: 0 150px;
    margin-bottom: 52px;
  }
  .section-about-component .about-item {
    flex: 1;
  }
  .section-about-component .about-data + .about-data {
    margin-top: 70px;
  }
  .section-about-component .about-data {
    width: 420px;
    margin: 0 auto;
  }
  .section-about-component .about-data .about-title {
    font-size: 0.2rem;
    margin-bottom: 10px;
  }
  .section-about-component .about-data .about-text {
    font-size: 0.19rem;
    margin-bottom: 30px;
  }
  .section-about-component .about-data dl dt, .section-about-component .about-data dl dd {
    font-size: 0.16rem;
    padding-bottom: 14px;
  }
  .section-about-component .about-data dl dt:not(:last-of-type), .section-about-component .about-data dl dd:not(:last-of-type) {
    margin-bottom: 17px;
  }
  .section-about-component .about-data dl dt:first-of-type, .section-about-component .about-data dl dd:first-of-type {
    padding-top: 17px;
  }
  .section-about-component .about-data dl dt {
    padding-left: 30px;
  }
  .section-about-component .about-data dl dd {
    padding-right: 30px;
  }
  .section-about-component .about-data .data-text {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    margin-top: 16px;
  }
  .section-about-component .about-data .data-text p + p {
    margin-top: 12px;
  }
  .section-about-component .about-link a {
    font-size: 0.18rem;
    padding-bottom: 2px;
  }
  .section-about-component .about-link a::before {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    top: 1px;
    background: url(../img/common/icn_download.png) center center/100% auto no-repeat;
  }
  .section-about-component .component-link {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-component {
    padding: 0.3rem 0 0;
    background: #fff;
    border-top: 0.06rem solid #868d69;
  }
  .section-about-component .title-primary {
    margin-bottom: 0.24rem;
  }
  .section-about-component .wrapper {
    padding-bottom: 0.75rem;
  }
  .section-about-component .about-text {
    font-size: 0.15rem;
    line-height: 1.75;
    margin-bottom: 0.6rem;
    padding: 0 0.1rem;
  }
  .section-about-component .about-inner {
    margin-bottom: 0.42rem;
  }
  .section-about-component .about-item:not(:last-child) {
    margin-bottom: 0.52rem;
  }
  .section-about-component .about-data + .about-data {
    margin-top: 0.52rem;
  }
  .section-about-component .about-data .about-title {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .section-about-component .about-data .about-text {
    font-size: 0.19rem;
    margin-bottom: 0.24rem;
  }
  .section-about-component .about-data dl {
    margin: 0 0.1rem;
  }
  .section-about-component .about-data dl dt, .section-about-component .about-data dl dd {
    font-size: 0.15rem;
    padding-bottom: 0.14rem;
  }
  .section-about-component .about-data dl dt:not(:last-of-type), .section-about-component .about-data dl dd:not(:last-of-type) {
    margin-bottom: 0.17rem;
  }
  .section-about-component .about-data dl dt:first-of-type, .section-about-component .about-data dl dd:first-of-type {
    padding-top: 0.17rem;
  }
  .section-about-component .about-data dl dt {
    padding-left: 0.26rem;
  }
  .section-about-component .about-data dl dd {
    padding-right: 0.16rem;
  }
  .section-about-component .about-data .data-text {
    font-size: 0.14rem;
    line-height: 1.7142857143;
    margin-top: 0.15rem;
    padding: 0 0.1rem;
  }
  .section-about-component .about-data .data-text p + p {
    margin-top: 0.12rem;
  }
  .section-about-component .about-link a {
    font-size: 0.15rem;
    padding-bottom: 0.02rem;
  }
  .section-about-component .about-link a::before {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.07rem;
    top: 1px;
    background: url(../img/common/icn_download.png) center center/100% auto no-repeat;
  }
  .section-about-component .component-link {
    background: #f4f1ec;
    padding: 0.6rem 0;
  }
}
@keyframes animationRotate {
  0% {
    transform: translate(-50%, -51%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -51%) rotate(360deg);
  }
}
@keyframes animationInnerRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}