@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&?family=Noto+Sans:wght@700&display=swap");
/* =========================================================
 Foundation
========================================================= */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
}

body {
  line-height: 1;
}

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

ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  font-size: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  vertical-align: middle;
}

button {
  cursor: pointer;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

main {
  display: block;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0.5;
  }
  41% {
    -webkit-transform: scale(4) rotate(-45deg);
    transform: scale(4) rotate(-45deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(60) rotate(-45deg);
    transform: scale(60) rotate(-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(60) rotate(-45deg);
    transform: scale(60) rotate(-45deg);
    opacity: 0;
  }
}

@keyframes reflect {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0.5;
  }
  41% {
    -webkit-transform: scale(4) rotate(-45deg);
    transform: scale(4) rotate(-45deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(60) rotate(-45deg);
    transform: scale(60) rotate(-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(60) rotate(-45deg);
    transform: scale(60) rotate(-45deg);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-1 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    opacity: 0;
  }
}

@keyframes pulse-border-1 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    opacity: 0;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.25);
    opacity: 0;
  }
}

@-webkit-keyframes wave {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  50% {
    width: 200%;
    height: 500%;
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 500%;
    opacity: 1;
  }
}

@keyframes wave {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  50% {
    width: 200%;
    height: 500%;
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 500%;
    opacity: 1;
  }
}

@-webkit-keyframes wave2 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  51% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  100% {
    width: 200%;
    height: 500%;
    opacity: 1;
  }
}

@keyframes wave2 {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  51% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  100% {
    width: 200%;
    height: 500%;
    opacity: 1;
  }
}

@-webkit-keyframes shine2 {
  0% {
    left: -28vw;
  }
  21% {
    left: -28vw;
  }
  40% {
    left: 108vw;
  }
  100% {
    left: 108vw;
  }
}

@keyframes shine2 {
  0% {
    left: -28vw;
  }
  21% {
    left: -28vw;
  }
  40% {
    left: 108vw;
  }
  100% {
    left: 108vw;
  }
}

@-webkit-keyframes shine {
  0% {
    left: -28vw;
  }
  17% {
    left: 108vw;
  }
  100% {
    left: 108vw;
  }
}

@keyframes shine {
  0% {
    left: -28vw;
  }
  17% {
    left: 108vw;
  }
  100% {
    left: 108vw;
  }
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 960px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 560px) {
  body {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

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

a {
  color: #144215;
  transition-property: color;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.21, 1.11, 0.7, 0.99);
  text-decoration: none;
}

a:hover {
  color: #020702;
  text-decoration: underline;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd {
  line-height: 1.65;
}

img {
  max-width: 100%;
}

/* =========================================================
 Object
========================================================= */
/* ---------------------------------------------------------
 Component
--------------------------------------------------------- */
.c-buttons-cover {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  align-items: stretch;
}

.c-buttons-cover--left {
  justify-content: flex-start;
}

@media only screen and (max-width: 560px) {
  .c-buttons-cover {
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 560px) {
  .c-buttons-cover ~ .c-buttons-cover {
    margin-top: 1em;
  }
}

.c-buttons-cover > * {
  margin-left: 50px;
  height: 100%;
  align-self: stretch;
}

@media only screen and (max-width: 560px) {
  .c-buttons-cover > * {
    margin-left: 0;
    margin-top: 1em;
  }
}

@media only screen and (max-width: 560px) {
  .c-buttons-cover > * {
    max-width: 100%;
    text-align: center;
  }
}

.c-buttons-cover > *:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 560px) {
  .c-buttons-cover > *:first-child {
    margin-top: 0;
  }
}

.c-buttons-cover.-three > * {
  flex: 1;
  width: calc(33% - 33px);
  margin-left: 50px;
}

@media only screen and (max-width: 560px) {
  .c-buttons-cover.-three > * {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

.c-buttons-cover.-three > *:first-child {
  margin-left: 0;
}

.c-btn-c > * {
  border-radius: 0;
  padding: 1em 1.85em 1em 1.5em;
  line-height: 1.3;
  border: 1px solid #144215;
  display: inline-block;
  color: #144215;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  transition: background 0.3s ease, border 0.3s ease;
  background: #fff;
  position: relative;
  max-width: calc(100% - 0.75em);
  border-radius: 3px;
}

.c-btn-c > * span {
  padding-right: 1em;
  position: relative;
  display: inline-block;
  font-weight: normal;
  width: 100%;
}

.c-btn-c > * span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -0.25em;
  width: 0.65em;
  height: 0.65em;
  margin: -0.35em 0 0 0;
  border-top: solid 3px #144215;
  border-right: solid 3px #144215;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn-c > * span.-no-arrow {
  padding-right: 0;
}

.c-btn-c > * span.-no-arrow::after {
  content: none;
}

.c-btn-c > *:hover {
  background: #144215;
  color: #fff;
  text-decoration: none;
  border: 1px solid #144215;
}

.c-btn-c > *:hover span::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.c-btn-f > * {
  border-radius: 0;
  padding: 1em 1.85em 1em 1.5em;
  line-height: 1.3;
  border: 1px solid #A30707;
  display: inline-block;
  color: #fff;
  background: #A30707;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  transition: background 0.3s ease, border 0.3s ease;
  position: relative;
  max-width: calc(100% - 0.75em);
  border-radius: 3px;
}

.c-btn-f > * span {
  padding-right: 1.5em;
  position: relative;
  display: inline-block;
  width: 100%;
}

.c-btn-f > * span::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  right: -0.5em;
  width: 1em;
  height: 0.4em;
  border-bottom: 2px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  transition: right 0.3s ease;
}

.c-btn-f > * span.-no-arrow {
  padding-right: 0;
}

.c-btn-f > * span.-no-arrow::after {
  content: none;
}

.c-btn-f > *:hover {
  background: #bb0808;
  text-decoration: none;
  color: #fff;
}

.c-btn-f > *:hover span::after {
  right: -0.9em;
}

.c-btn-f.-size-l,
.c-btn-c.-size-l {
  font-size: 18px;
  font-size: 1.8rem;
}

.c-btn-f.-size-l > *,
.c-btn-c.-size-l > * {
  padding: 1.5em 1.85em 1.5em 1.5em;
}

@media only screen and (max-width: 560px) {
  .c-btn-f.-size-l,
  .c-btn-c.-size-l {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.c-btn-f.-size-xl,
.c-btn-c.-size-xl {
  font-size: 20px;
  font-size: 2rem;
}

.c-btn-f.-size-xl > *,
.c-btn-c.-size-xl > * {
  padding: 1.5em 1.85em 1.5em 1.5em;
}

@media only screen and (max-width: 560px) {
  .c-btn-f.-size-xl,
  .c-btn-c.-size-xl {
    font-size: 17px;
    font-size: 4.53333vw;
  }
}

.c-btn-f.-size-s,
.c-btn-c.-size-s {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 560px) {
  .c-btn-f.-size-s,
  .c-btn-c.-size-s {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

.c-btn-f--block > *,
.c-btn-c--block > * {
  width: 100%;
}

.c-btn-f--block-middle > *,
.c-btn-c--block-middle > * {
  max-width: 100%;
  width: 300px;
}

.c-btn-f--block-full > *,
.c-btn-c--block-full > * {
  max-width: 100%;
  width: 600px;
}

.c-card-three {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media only screen and (max-width: 560px) {
  .c-card-three {
    gap: 15px;
  }
}

.c-card-three__item {
  width: calc(33.3% - 16px);
}

@media only screen and (max-width: 560px) {
  .c-card-three__item {
    width: 100%;
    margin-right: 0;
  }
}

.c-card-four {
  display: flex;
  flex-wrap: wrap;
}

.c-card-four__item {
  width: calc(25% - 12px);
  margin-right: 16px;
  margin-top: 1em;
}

.c-card-four__item:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 560px) {
  .c-card-four__item {
    width: calc(50% - 2vw);
    margin-right: 4vw;
  }
  .c-card-four__item:nth-child(2n) {
    margin-right: 0;
  }
}

.c-footer {
  position: relative;
  padding-bottom: 0;
  background-color: #F2F9F2;
}

@media only screen and (max-width: 560px) {
  .c-footer {
    padding-top: 0;
  }
}

.c-footer__wrap {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 560px) {
  .c-footer__wrap {
    width: 100%;
    flex-direction: column;
  }
}

.c-footer__cr {
  text-align: center;
  padding: 2em 1em;
  line-height: 1.0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 560px) {
  .c-footer__cr {
    padding: 1.5em 1em 0 1em;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.c-footer-link {
  width: 100%;
  display: flex;
  justify-content: center;
}

.c-footer-link > * {
  padding: 0.5em 1em;
  margin: 0 1em;
  color: #666666;
}

@media only screen and (max-width: 560px) {
  .c-footer-link > * {
    padding: 1em 1em;
    font-size: 13px;
    font-size: 3.46667vw;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}

/* グローバルメニュー */
.c-global-nav {
  margin: 0;
  height: 100%;
  width: 100%;
}

.c-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 560px) {
  .c-nav-list {
    display: none;
  }
}

@media only screen and (max-width: 960px) and (min-width: 561px) {
  .c-nav-item {
    flex: 1;
  }
}

.c-nav-item > a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  white-space: nowrap;
  line-height: 1.4;
}

@media only screen and (max-width: 1100px) {
  .c-nav-item > a {
    padding: 0 1.0em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 960px) and (min-width: 561px) {
  .c-nav-item > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 960px) and (min-width: 561px) {
  .c-nav-item > a {
    padding: 0em 1em;
  }
}

@media only screen and (max-width: 560px) {
  .c-nav-item > a {
    padding: 1.3em 1.4em;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-nav-item > a:hover {
  text-decoration: none;
  color: #000;
}

.c-nav-item.-round {
  margin-left: 8%;
}

@media only screen and (max-width: 560px) {
  .c-nav-item.-round {
    margin-left: 8%;
  }
}

@media only screen and (max-width: 560px) {
  .c-nav-item.-round {
    padding-left: 8%;
    padding-right: 8%;
    margin-top: 16px;
    margin-left: 0;
  }
}

.c-nav-item.-round > a {
  background-color: #ECF328;
  border-radius: 300px;
  height: auto;
  padding: 0.5em 1.4em;
  transition: all 0.3s ease;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 1100px) {
  .c-nav-item.-round > a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .c-nav-item.-round > a {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.c-nav-item.-round > a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* SP時：ハンバーガーメニューボタン */
.c-global-nav-icon,
.c-spnavi-action {
  display: none;
}

@media only screen and (max-width: 560px) {
  .c-global-nav-icon {
    position: absolute;
    right: 2.66667vw;
    top: 4.66667vw;
    z-index: 2;
    display: block;
    width: 6.66667vw;
    height: 5.33333vw;
  }
  .c-global-nav-icon span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666666;
    border-radius: 10px;
  }
  .c-global-nav-icon span:nth-of-type(1) {
    top: 0;
  }
  .c-global-nav-icon span:nth-of-type(2) {
    top: 50%;
  }
  .c-global-nav-icon span:nth-of-type(3) {
    top: 100%;
  }
  .is-active .c-global-nav-icon span:nth-of-type(1) {
    -webkit-transform: translateY(2.66667vw) rotate(-45deg);
    transform: translateY(2.66667vw) rotate(-45deg);
  }
  .is-active .c-global-nav-icon span:nth-of-type(2) {
    opacity: 0;
  }
  .is-active .c-global-nav-icon span:nth-of-type(3) {
    -webkit-transform: translateY(-2.66667vw) rotate(45deg);
    transform: translateY(-2.66667vw) rotate(45deg);
  }
  .c-spnavi-action {
    display: block;
    padding: 8vw 10.66667vw 8vw 10.66667vw;
  }
  .c-spnavi-action ul li a {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .c-spnavi-action ul li a.-large {
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: bold;
  }
  .c-spnavi-action ul li + li {
    margin-top: 1em;
  }
  .c-spnavi-action__close {
    margin-top: 10.66667vw !important;
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  .c-spnavi-action__close > * {
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
  }
  .c-spnavi-action__btn > * {
    border-radius: 3px;
  }
  .c-global-nav-header {
    height: 50px;
    width: 50px;
    z-index: 5;
  }
  .c-global-nav {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 4;
  }
  .c-global-nav.is-open {
    display: block;
  }
  .c-nav-list {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 14.66667vw;
    padding: 0;
    padding-top: 14.66667vw;
    position: absolute;
    width: 100%;
    overflow: auto;
  }
}

.c-overlay {
  display: none;
}

.c-overlay.is-open {
  display: block;
  background-color: #fff;
  position: fixed;
  width: 100vw;
  z-index: 3;
  top: 14.66667vw;
  left: 0;
}

.is-scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  /*追記*/
  right: 0;
  /*追記*/
}

.c-header-gutter {
  margin-top: 80px;
}

@media only screen and (max-width: 560px) {
  .c-header-gutter {
    margin-top: 14.66667vw;
  }
}

.c-header {
  position: relative;
  margin: 0;
  z-index: 12;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

@media only screen and (max-width: 960px) {
  .c-header {
    margin: 0;
  }
}

.c-header__cover {
  max-width: 100%;
  width: 1280px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .c-header__cover {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1100px) {
  .c-header__cover {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 560px) {
  .c-header__cover {
    height: 17.33333vw;
    padding-top: 1.06667vw;
    padding-left: 4.66667vw;
    padding-right: 4vw;
    padding-bottom: 1.86667vw;
    flex-wrap: wrap;
  }
}

.c-header__logo {
  z-index: 5;
  width: 251px;
}

@media only screen and (max-width: 1200px) {
  .c-header__logo {
    padding-left: 0;
    width: 230px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  .c-header__logo {
    max-width: 160px;
    flex-basis: 160px;
  }
}

@media only screen and (max-width: 560px) {
  .c-header__logo {
    padding-top: 0;
    padding-bottom: 0;
    width: 40vw;
    flex: none;
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
}

.c-header__logo > a {
  display: block;
}

.c-header__logo img {
  aspect-ratio: 300/48;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .c-header__logo img {
    width: 40vw;
    height: auto;
  }
}

.c-header__pc-copy {
  display: block;
}

@media only screen and (max-width: 560px) {
  .c-header__pc-copy {
    display: none;
  }
}

.c-header__sp-copy {
  display: none;
}

@media only screen and (max-width: 560px) {
  .c-header__sp-copy {
    padding-bottom: 1.33333vw;
    display: block;
  }
}

.c-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  gap: 20px;
}

@media only screen and (max-width: 560px) {
  .c-header__right {
    width: 50%;
    height: auto;
  }
}

.c-header .-right-lead {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: right;
  line-height: 1.2;
}

@media only screen and (max-width: 960px) {
  .c-header .-right-lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .c-header .-right-lead {
    display: inline;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1;
  }
}

.c-header .-right-lead-sub {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
  line-height: 1.2;
}

@media only screen and (max-width: 960px) {
  .c-header .-right-lead-sub {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 560px) {
  .c-header .-right-lead-sub {
    display: inline;
    font-size: 9px;
    font-size: 2.4vw;
    line-height: 1;
  }
}

.c-header .-cta {
  width: 240px;
}

@media only screen and (max-width: 560px) {
  .c-header .-cta {
    display: flex;
    justify-content: flex-end;
  }
}

.c-header .-cta > * {
  font-size: 18px;
  font-size: 1.8rem;
  padding: .5em 1.5em .5em 1.5em;
  line-height: 1.0;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.c-header .-cta > *::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  bottom: -2em;
  left: -5%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: reflect 4s ease-in-out infinite;
  animation: reflect 4s ease-in-out infinite;
}

@media only screen and (max-width: 960px) {
  .c-header .-cta > * {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .c-header .-cta > * {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: .35em .75em .35em .75em;
    width: 100%;
    border-radius: 6px;
  }
}

.c-header .-cta > * > * {
  font-weight: bold;
}

.c-header .-cta__icon {
  width: 24px;
  flex: none;
}

.c-link-arrow {
  display: inline-block;
  padding-right: 1em;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}

.c-link-arrow:hover {
  text-decoration: underline;
}

.c-link-arrow::after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: 0.2em;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.1em;
  border-top: 2px solid #144215;
  border-right: 2px solid #144215;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.c-link-line {
  text-decoration: underline;
  color: #001EFF;
}

.c-link-line:hover {
  text-decoration: none;
  color: #44B23D;
}

.c-list li {
  line-height: 1.65;
  list-style-position: outside;
}

.c-list--height-wide li {
  line-height: 1.85;
}

.c-list--decimal {
  margin-left: 1.5em;
}

.c-list--decimal > li {
  list-style-type: decimal;
}

.c-list--disc {
  margin-left: 1.5em;
}

.c-list--disc > li {
  list-style-type: disc;
}

.c-list--circle {
  margin-left: 1.5em;
}

.c-list--circle > li {
  list-style-type: circle;
}

.c-list--roman {
  margin-left: 1.5em;
}

.c-list--roman > li {
  list-style-type: lower-roman;
}

.c-list--notice > li {
  margin-left: 1em;
  text-indent: -1em;
}

.c-list--notice > li::before {
  content: '※';
}

.c-list--dot > li {
  margin-left: 1em;
  text-indent: -1em;
}

.c-list--dot > li::before {
  content: '・';
}

.c-list--check > li {
  margin-left: 1.25em;
  text-indent: -1.25em;
}

.c-list--check > li::before {
  content: '';
  display: block;
  position: relative;
  top: .85em;
  left: -1em;
  width: 0.75em;
  height: 0.35em;
  border-left: 2px solid #144215;
  border-bottom: 2px solid #144215;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-list--theses {
  margin-left: 3.5em;
}

.c-list--theses > li {
  list-style-type: none;
  counter-increment: cnt;
  line-height: 1.8;
}

.c-list--theses > li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5em;
  width: 2.5em;
}

.c-table {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fff;
}

.c-table.-border-none {
  border-top: none;
}

@media only screen and (max-width: 560px) {
  .c-table {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.c-table ~ .c-table {
  margin-top: 30px;
}

@media only screen and (max-width: 560px) {
  .c-table ~ .c-table {
    margin-top: 15px;
  }
}

.c-table th {
  font-weight: 600;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 560px) {
  .c-table th {
    text-align: center;
  }
}

.c-table th,
.c-table td {
  line-height: 1.5;
  padding: 0.5em 0.5em;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .c-table th,
  .c-table td {
    padding: 0.5em;
  }
}

.c-table th.-vertical-btm,
.c-table td.-vertical-btm {
  vertical-align: bottom;
}

.c-table th.-vertical-center,
.c-table td.-vertical-center {
  vertical-align: middle;
}

.c-table thead tr {
  background-color: #78909C;
  color: #fff;
}

.c-table thead th,
.c-table thead td {
  padding: .45em .45em;
  background-color: #78909C;
  color: #fff;
}

.c-table thead th.-bg-b2,
.c-table thead td.-bg-b2 {
  background-color: #4F8A4D;
  color: #fff;
}

.c-table tbody tr {
  background-color: #FAFAFA;
}

.c-table tbody th {
  background-color: #D9D9D9;
  border-bottom: 1px solid #fff;
}

.c-table tbody td {
  background-color: #FAFAFA;
  border-bottom: 1px solid #FAFAFA;
}

@media (min-width: 751px) {
  a[href*="tel:"].tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.c-toTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 1;
}

@media only screen and (max-width: 960px) {
  .c-toTop {
    bottom: 40px;
  }
}

@media only screen and (max-width: 560px) {
  .c-toTop {
    width: 8vw;
    height: 8vw;
    bottom: 8vw;
  }
}

.c-toTop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 500px;
}

.c-toTop a::after {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  width: 0.9em;
  height: 0.9em;
  margin: 0;
  border-top: solid 3px #144215;
  border-right: solid 3px #144215;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: top 0.3s ease;
}

@media only screen and (max-width: 560px) {
  .c-toTop a::after {
    width: 0.7em;
    height: 0.7em;
    margin: 0.15em 0 0;
  }
}

.c-toTop a:hover::after {
  transition: top 0.3s ease;
  top: 45%;
}

.c-wrapper {
  width: 1280px;
  max-width: calc(100% - 60px);
  margin: auto;
}

@media only screen and (max-width: 960px) {
  .c-wrapper {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .c-wrapper--pd0 {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 560px) {
  .c-wrapper {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
}

.c-wrapper--short {
  width: 1100px;
  margin: auto;
}

.c-wrapper__short {
  width: 1030px;
  max-width: calc(100% - 40px);
  margin: auto;
}

/* ---------------------------------------------------------
 Project
--------------------------------------------------------- */
.p-card2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-card2__item {
  width: calc(50% - 30px);
  margin-right: 60px;
}

@media only screen and (max-width: 560px) {
  .p-card2__item {
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
}

.p-card2__item:nth-child(2n) {
  margin-right: 0;
}

.p-card3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-card3__item {
  width: calc(33% - 18px);
  margin-right: 27px;
}

@media only screen and (max-width: 960px) {
  .p-card3__item {
    width: calc(33% - 12px);
    margin-right: 18px;
  }
}

@media only screen and (max-width: 560px) {
  .p-card3__item {
    width: 100%;
    margin-right: 0;
  }
}

.p-card3__item:nth-child(3n) {
  margin-right: 0;
}

.p-cta {
  background-color: #144215;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 0;
  gap: 10px;
}

.p-cta__inner {
  width: 1100px;
  max-width: calc(100% - 60px);
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .p-cta {
    padding: 32px 0;
  }
}

@media only screen and (max-width: 560px) {
  .p-cta {
    padding: 24px 0 40px;
  }
}

.p-cta__heading {
  padding: 0;
  position: relative;
  text-align: center;
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 560px) {
  .p-cta__heading {
    gap: 10px;
  }
}

.p-cta__heading .-main {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 1380px) {
  .p-cta__heading .-main {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.35;
  }
}

@media only screen and (max-width: 1200px) {
  .p-cta__heading .-main {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 1100px) {
  .p-cta__heading .-main {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 560px) {
  .p-cta__heading .-main {
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1.5;
  }
}

.p-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  margin: 1em auto 0;
  padding: 34px 10px;
  border-radius: 10px;
  position: relative;
  background-color: #A30707;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
}

@media only screen and (max-width: 1100px) {
  .p-cta__btn {
    padding: 28px 10px;
  }
}

@media only screen and (max-width: 960px) {
  .p-cta__btn {
    max-width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .p-cta__btn {
    padding: 16px;
    gap: 5px;
  }
}

.p-cta__btn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.p-cta__btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 150%;
  position: absolute;
  bottom: -3em;
  left: -10%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: reflect 4s ease-in-out infinite;
  animation: reflect 4s ease-in-out infinite;
}

.p-cta__btn .-main {
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.p-cta__btn .-main .-lead {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .p-cta__btn .-main .-lead {
    font-size: 43px;
    font-size: 4.3rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-cta__btn .-main .-lead {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-cta__btn .-main .-lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.p-cta__btn .-info {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  .p-cta__btn .-info {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-cta__btn .-icon {
  flex: none;
  width: 54px;
}

@media only screen and (max-width: 560px) {
  .p-cta__btn .-icon {
    width: 36px;
  }
}

.p-cta__text {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 1em;
  line-height: 1.4;
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 1100px) {
  .p-cta__text {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-cta__text {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-cta__card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 21px;
  margin-top: 1em;
}

@media only screen and (max-width: 560px) {
  .p-cta__card {
    flex-direction: column;
  }
}

.p-cta__card > * {
  background-color: #4F8A4D;
  border-radius: 3px;
  font-size: 24px;
  font-size: 2.4rem;
  width: calc(33.3% - 14px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
}

.p-cta__card > * p,
.p-cta__card > * span {
  font-weight: bold;
}

.p-cta__card > * span {
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .p-cta__card > * {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-cta__card > * {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-cta__card > * {
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.p-cta__card.-half {
  gap: 10px 20px;
}

.p-cta__card.-half > * {
  width: calc(50% - 10px);
}

@media only screen and (max-width: 560px) {
  .p-cta__card.-half > * {
    width: 100%;
  }
}

.p-cta-col {
  display: flex;
  justify-content: center;
  gap: 5%;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .p-cta-col {
    gap: 5%;
  }
}

@media only screen and (max-width: 560px) {
  .p-cta-col {
    flex-direction: column;
    gap: 20px;
  }
}

.p-cta-col__item {
  text-align: center;
  color: #fff;
  flex: 1.1;
}

@media only screen and (max-width: 560px) {
  .p-cta-col__item {
    width: 100%;
    order: 2;
  }
}

.p-cta-col__item.-single {
  width: 100%;
}

.p-cta-col__item.-fig {
  text-align: center;
  flex: 0.9;
}

@media only screen and (max-width: 560px) {
  .p-cta-col__item.-fig {
    order: 1;
  }
}

.p-cta-col__item.-fig img {
  aspect-ratio: 434/263;
  height: auto;
  border-radius: 10px;
}

.p-cta-col__item.-fig-white {
  aspect-ratio: 434/263;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  flex: 0.9;
}

@media only screen and (max-width: 560px) {
  .p-cta-col__item.-fig-white {
    order: 1;
  }
}

.p-cta-col__item.-fig-white img {
  aspect-ratio: 5/3;
}

.p-heading-primary {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.35;
  position: relative;
  text-align: center;
  margin-bottom: 1.5em;
  color: #144215;
}

@media only screen and (max-width: 1100px) {
  .p-heading-primary {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-heading-primary {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-heading-primary {
    font-size: 23px;
    font-size: 6.13333vw;
  }
}

.p-heading-primary.-white {
  color: #fff;
}

.p-heading-primary.-thin {
  margin-bottom: 1.0em;
}

.p-heading-secondary {
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0;
  line-height: 1.5;
  font-size: 36px;
  font-size: 3.6rem;
}

@media only screen and (max-width: 1200px) {
  .p-heading-secondary {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1100px) {
  .p-heading-secondary {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-heading-secondary {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.p-heading-strong {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0;
  color: #868686;
  margin-bottom: 0.25em;
  line-height: 1.45;
}

@media only screen and (max-width: 1100px) {
  .p-heading-strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-heading-strong {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-heading-lead {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
  .p-heading-lead {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1100px) {
  .p-heading-lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-heading-lead {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.p-heading-primary ~ .p-heading-lead {
  margin-top: 0.1em;
}

.p-heading-recommend {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 960px) {
  .p-heading-recommend {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-heading-recommend {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.p-heading-border {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.25em;
}

@media only screen and (max-width: 560px) {
  .p-heading-border {
    margin-bottom: 1.5em;
  }
}

.p-heading-border > .-child-c1 {
  background-color: #CFE8CE;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 600;
}

.p-heading-border > .-child-c2 {
  background-color: #FFF;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 600;
}

.p-heading-border::before {
  width: 100%;
  content: "";
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@media only screen and (max-width: 1100px) {
  .p-heading-border::before {
    width: 86%;
  }
}

@media only screen and (max-width: 560px) {
  .p-heading-border::before {
    width: 94%;
  }
}

@media only screen and (max-width: 1200px) {
  .p-heading-border {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1100px) {
  .p-heading-border {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-heading-border {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-heading-border {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.p-page-section {
  margin-top: 0;
  padding-top: 4em;
}

@media only screen and (max-width: 960px) {
  .p-page-section {
    padding-top: 3em;
  }
}

.p-page-section.-bottom {
  padding-bottom: 90px;
}

@media only screen and (max-width: 960px) {
  .p-page-section.-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 560px) {
  .p-page-section.-bottom {
    padding-bottom: 16vw;
  }
}

.p-page-section.-bottom-m {
  margin-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  .p-page-section.-bottom-m {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .p-page-section.-bottom-m {
    margin-bottom: 8vw;
  }
}

.p-page-section .-text p ~ p {
  margin-top: 1em;
}

.p-page-section.-p0 {
  padding-top: 0;
}

@media only screen and (max-width: 560px) {
  .p-page-section.-p0 {
    padding-top: 0;
  }
}

.p-page-section ~ .p-page-section {
  margin-top: 64px;
}

@media only screen and (max-width: 960px) {
  .p-page-section ~ .p-page-section {
    margin-top: 52px;
  }
}

@media only screen and (max-width: 560px) {
  .p-page-section ~ .p-page-section {
    margin-top: 10.66667vw;
  }
}

.p-page-section__header {
  margin-bottom: 2.5em;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .p-page-section__header {
    margin-bottom: 2em;
  }
}

.p-page-section__body ~ .p-page-section__body {
  margin-top: 36px;
}

@media only screen and (max-width: 560px) {
  .p-page-section__body ~ .p-page-section__body {
    margin-top: 8vw;
  }
}

.p-page-section__body.-top-gutter-m {
  margin-top: 4em;
}

@media only screen and (max-width: 960px) {
  .p-page-section__body.-top-gutter-m {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 560px) {
  .p-page-section__body.-top-gutter-m {
    margin-top: 13.33333vw;
  }
}

.p-page-section__body.-top-gutter-l {
  margin-top: 6em;
}

@media only screen and (max-width: 960px) {
  .p-page-section__body.-top-gutter-l {
    margin-top: 4em;
  }
}

@media only screen and (max-width: 560px) {
  .p-page-section__body.-top-gutter-l {
    margin-top: 13.33333vw;
  }
}

.p-page-section__body.-nm {
  margin-top: 0;
}

@media only screen and (max-width: 560px) {
  .p-page-section__body.-nm {
    margin-top: 0;
  }
}

.p-page-section__lead {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 1100px) {
  .p-page-section__lead {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-page-section__lead {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.p-page-section__text {
  margin-top: .8em;
}

.clean-outline-mvgreen {
  color: #347135;
  -webkit-text-stroke: 0.5px #104310;
  paint-order: stroke fill;
  stroke-linejoin: round;
}

.clean-outline-mvred {
  color: #C00000;
  -webkit-text-stroke: 0.5px #460000;
  paint-order: stroke fill;
  stroke-linejoin: round;
}

.clean-outline-mvred {
  color: #C00000;
  -webkit-text-stroke: 0.5px #460000;
  paint-order: stroke fill;
  stroke-linejoin: round;
}

.p-stroke {
  position: relative;
  color: #000;
  z-index: 1;
}

.p-stroke::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /* 文字の背面に配置 */
  stroke-linejoin: round;
}

.p-stroke--green-heading {
  color: #347135;
  display: inline-block;
}

.p-stroke--green-heading::before {
  -webkit-text-stroke: 0.5px #104310;
}

.p-stroke--red-heading {
  color: #C00000;
  display: inline-block;
}

.p-stroke--red-heading::before {
  -webkit-text-stroke: 0.5px #460000;
}

.p-stroke--recommend1 {
  color: #B73636;
  display: inline-block;
}

.p-stroke--recommend1::before {
  -webkit-text-stroke: 0.5px #9D2B2B;
}

.p-stroke--recommend2 {
  color: #2E5BB2;
  display: inline-block;
}

.p-stroke--recommend2::before {
  -webkit-text-stroke: 0.5px #204FAB;
}

.p-stroke--recommend3 {
  color: #CFB61C;
  display: inline-block;
}

.p-stroke--recommend3::before {
  -webkit-text-stroke: 0.5px #B0A247;
}

.p-stroke--recommend4 {
  color: #20BAB7;
  display: inline-block;
}

.p-stroke--recommend4::before {
  -webkit-text-stroke: 0.5px #169B98;
}

.p-stroke--recommend5 {
  color: #982BC2;
  display: inline-block;
}

.p-stroke--recommend5::before {
  -webkit-text-stroke: 0.5px #772199;
}

.p-stroke--green-head-second {
  color: #1E4B1C;
  display: inline-block;
}

.p-stroke--green-head-second::before {
  -webkit-text-stroke: 0.5px #0E360C;
}

.p-stroke-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  justify-content: center;
}

.p-stroke-wrapper > .-lh1 {
  line-height: 1;
  margin: 0;
}

.p-top-bg-theme {
  background-color: #496E53;
  color: #fff;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 560px) {
  .p-top-bg-theme {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-top-bg-forest {
  background: url(../image/fig-forest.jpg.webp) no-repeat;
  color: #000;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-top-bg-pc {
  background: url(../image/bg-pc.jpg.webp) no-repeat;
  color: #000;
  background-size: cover;
  background-position: center;
  padding-top: 0;
  padding-bottom: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 560px) {
  .p-top-bg-pc {
    padding-bottom: 4vw;
  }
}

.p-top-bg-grad {
  background: #FFFFFF;
  background: linear-gradient(180deg, white 0%, #deffd8 79%);
  padding-top: 0;
  padding-bottom: 40px;
}

@media only screen and (max-width: 560px) {
  .p-top-bg-grad {
    padding-bottom: 4vw;
  }
}

.p-top-bg-wood {
  background: url(../image/bg-forest@2x.jpg.webp) no-repeat;
  color: #000;
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 5em;
}

@media only screen and (max-width: 960px) {
  .p-top-bg-wood {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-top-mv {
  width: 100%;
  margin-bottom: 0;
  background: #F0EEEF;
}

@media only screen and (max-width: 560px) {
  .p-top-mv {
    width: 100%;
  }
}

.p-top-mv__inner {
  position: relative;
  height: 100%;
  width: 1440px;
  max-width: 100%;
  margin: auto;
  color: #144215;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 560px) {
  .p-top-mv__inner {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    max-width: 100%;
    flex-direction: column;
    gap: 8vw;
  }
}

.p-top-mv__inner .-part-lead {
  margin-top: 30px;
}

@media only screen and (max-width: 560px) {
  .p-top-mv__inner .-part-lead {
    margin-top: 20px;
  }
}

.p-top-mv__inner .-part-bottom {
  margin-top: 24px;
}

@media only screen and (max-width: 560px) {
  .p-top-mv__inner .-part-bottom {
    margin-top: 8px;
  }
}

.p-top-mv__visual {
  margin-top: 50px;
}

@media only screen and (max-width: 560px) {
  .p-top-mv__visual {
    margin-top: 20px;
  }
}

.p-top-mv__visual .-visual {
  aspect-ratio: 1440/355;
  height: auto;
}

.p-top-mv__heading {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .p-top-mv__heading {
    font-size: 52px;
    font-size: 5.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-top-mv__heading {
    font-size: 43px;
    font-size: 4.3rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-top-mv__heading {
    font-size: 28px;
    font-size: 7.46667vw;
    line-height: 1.35;
    width: 100%;
  }
}

.p-top-mv__lead {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  color: #C00000;
  padding-bottom: 3px;
}

@media only screen and (max-width: 960px) {
  .p-top-mv__lead {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-top-mv__lead {
    font-size: 22px;
    font-size: 5.86667vw;
    line-height: 1.65;
  }
}

.p-top-mv__lead span {
  display: inline;
  background: linear-gradient(transparent 70%, #F8F745 70%);
  font-weight: 500;
}

.p-price-row {
  display: flex;
  gap: 24px 40px;
}

@media only screen and (max-width: 560px) {
  .p-price-row {
    flex-direction: column;
  }
}

.p-price-row__fig {
  flex: none;
  width: 440px;
}

@media only screen and (max-width: 1200px) {
  .p-price-row__fig {
    width: 310px;
  }
}

@media only screen and (max-width: 960px) {
  .p-price-row__fig {
    width: 25%;
  }
}

@media only screen and (max-width: 560px) {
  .p-price-row__fig {
    width: 100%;
    text-align: center;
  }
}

.p-price-row__fig img {
  aspect-ratio: 67/46;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .p-price-row__fig img {
    max-width: 70%;
  }
}

.p-price-row .-pc-name {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-size: 34px;
  font-size: 3.4rem;
}

@media only screen and (max-width: 960px) {
  .p-price-row .-pc-name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-price-row .-pc-name {
    font-size: 26px;
    font-size: 6.93333vw;
  }
}

.p-price-row .-fig-gutter {
  margin-top: 2em;
}

.p-price-row__table {
  width: 100%;
}

.p-table-price .-price-large {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  color: #A30707;
  line-height: 1.35;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.p-table-price .-price-large .-strong {
  font-size: 32px;
  font-size: 3.2rem;
  color: #A30707;
  font-weight: 900;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .p-table-price .-price-large .-strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-table-price .-price-large .-strong {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-table-price .-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  line-height: 1.15;
}

.p-table-price .-price .-strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .p-table-price .-price .-strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-table-price .-price .-strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-table-price .-border-both {
  border-left: 4px solid #0277bd;
  border-right: 4px solid #0277bd;
}

@media only screen and (max-width: 560px) {
  .p-table-price .-border-both {
    border-left: 2px solid #0277bd;
    border-right: 2px solid #0277bd;
  }
}

.p-table-price .-border-bottom {
  border-bottom: 4px solid #0277bd;
}

@media only screen and (max-width: 560px) {
  .p-table-price .-border-bottom {
    border-bottom: 2px solid #0277bd;
  }
}

.p-pict-answer {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

@media only screen and (max-width: 560px) {
  .p-pict-answer {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.p-pict-answer__fig {
  flex: none;
  width: 230px;
  height: 230px;
}

@media only screen and (max-width: 960px) {
  .p-pict-answer__fig {
    width: 190px;
    height: 190px;
  }
}

@media only screen and (max-width: 560px) {
  .p-pict-answer__fig {
    width: 30%;
    height: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-pict-answer__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-pict-answer__content {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1240px) {
  .p-pict-answer__content {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 960px) {
  .p-pict-answer__content {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 560px) {
  .p-pict-answer__content {
    padding-bottom: 0px;
  }
}

.p-pict-answer .p-heading-primary.-ttl {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
  font-size: 38px;
  font-size: 3.8rem;
  margin-left: 0.25em;
  text-indent: -0.75em;
}

@media only screen and (max-width: 1240px) {
  .p-pict-answer .p-heading-primary.-ttl {
    font-size: 2.8vw;
  }
}

@media only screen and (max-width: 960px) {
  .p-pict-answer .p-heading-primary.-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-pict-answer .p-heading-primary.-ttl {
    font-size: 22px;
    font-size: 5.86667vw;
    margin-bottom: 1em;
    text-align: center !important;
  }
}

.p-pict-answer .-txt {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 1240px) {
  .p-pict-answer .-txt {
    font-size: 1.65vw;
  }
}

@media only screen and (max-width: 960px) {
  .p-pict-answer .-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-pict-answer .-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-option {
  display: flex;
  gap: 3%;
}

@media only screen and (max-width: 560px) {
  .p-option {
    gap: 10px;
    flex-direction: column-reverse;
  }
}

.p-option ~ .p-option {
  margin-top: 60px;
}

.p-option__fig {
  flex: none;
  width: 142px;
  height: 142px;
}

@media only screen and (max-width: 560px) {
  .p-option__fig {
    margin-top: 5px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-option__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-option .-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #144215;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .p-option .-ttl {
    font-size: 20px;
    font-size: 5.33333vw;
    text-align: center;
  }
}

.p-option .-txt {
  margin-top: .35em;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 560px) {
  .p-option .-txt {
    margin-top: .5em;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-intro-list {
  margin-top: -130px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #000;
  padding: 0px;
  gap: 40px 18px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 560px) {
  .p-intro-list {
    margin-top: -26.66667vw;
    flex-direction: column;
    gap: 40px 5%;
  }
}

.p-intro-list > li {
  padding: 0;
  text-align: center;
  width: calc(33.3% - 12px);
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .p-intro-list > li {
    padding: 24px 8px;
  }
}

@media only screen and (max-width: 560px) {
  .p-intro-list > li {
    padding: 0;
    width: 100%;
  }
}

.p-intro-list__copy {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  min-height: 2.6em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .p-intro-list__copy {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-intro-list__copy {
    min-height: 3em;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.65;
  }
}

@media only screen and (max-width: 560px) {
  .p-intro-list__copy {
    min-height: auto;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.p-intro-list__copy .-small {
  font-size: 20px;
}

@media only screen and (max-width: 960px) {
  .p-intro-list__copy .-small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 560px) {
  .p-intro-list__copy .-small {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-section-bg {
  background-color: #CFE8CE;
}

.p-note {
  margin-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 560px) {
  .p-note {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.p-note::before {
  content: '※';
}

@media only screen and (max-width: 560px) {
  .p-record-table {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (max-width: 560px) {
  .p-record-table .-sp-hide {
    display: none;
  }
}

.p-record-table__body {
  table-layout: fixed;
  width: 100%;
  background: #fff;
}

@media only screen and (max-width: 560px) {
  .p-record-table__body {
    min-width: 480px;
    margin: auto;
    border-left: 0;
  }
}

.p-record-table th,
.p-record-table td {
  line-height: 1.5;
  padding: .35em .5em;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 560px) {
  .p-record-table th,
  .p-record-table td {
    font-size: 12px;
    font-size: 3.2vw;
    padding: .8em .5em;
  }
}

.p-record-table th.-vertical-btm,
.p-record-table td.-vertical-btm {
  vertical-align: bottom;
}

.p-record-table th.-vertical-center,
.p-record-table td.-vertical-center {
  vertical-align: middle;
}

.p-record-table thead {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 560px) {
  .p-record-table thead {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-record-table thead tr {
  background-color: #0277bd;
  color: #fff;
  border-bottom: #BBDEFB 1px solid;
}

.p-record-table thead th {
  text-align: center;
  line-height: 1.4;
  padding: .35em .5em;
  font-weight: bold;
}

.p-record-table thead th.-bg-blue2 {
  background-color: #0288D1;
  color: #fff;
}

.p-record-table tbody {
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 560px) {
  .p-record-table tbody {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-record-table tbody tr {
  background-color: #FAFAFA;
}

.p-record-table tbody tr.-bg-odd {
  background-color: #E1F5FE;
}

.p-record-table tbody tr.-bg-odd th {
  background-color: #BBDEFB;
}

.p-record-table tbody th {
  background-color: #E3F2FD;
  font-weight: bold;
}

.p-record-table tbody td {
  padding: 0.7em 1em;
  line-height: 1.5;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .p-record-table tbody td {
    padding: 0.6em 0.75em;
    line-height: 1.5;
  }
}

.p-record-table tbody td.-separate {
  background-color: #546E7A;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.3em 1em;
}

.p-record-table .-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  line-height: 1.15;
  color: #0288D1;
}

.p-record-table .-price > span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .p-record-table .-price > span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-record-table .-price > span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-record-table__header {
  font-size: 16px;
  font-size: 1.6rem;
  background: #eb6e8f;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 560px) {
  .p-record-table__sticky {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1;
    width: 14%;
  }
}

.p-record-table__w0 {
  width: 18%;
}

.p-record-table__w1 {
  width: 27%;
}

.p-flow-row {
  display: flex;
  gap: 5%;
  width: 100%;
  color: #000;
}

@media only screen and (max-width: 560px) {
  .p-flow-row {
    flex-direction: column;
    gap: 30px;
  }
}

.p-flow-row__item {
  flex: 1;
  background-color: #CEE8D5;
  border-radius: 16px;
  padding: 40px 20px;
}

@media only screen and (max-width: 560px) {
  .p-flow-row__item {
    border-radius: 10px;
    padding: 26px 16px;
  }
}

@media only screen and (max-width: 560px) {
  .p-flow-row__item.-sp-stretch-cover {
    display: flex;
    flex-direction: column;
  }
}

.p-flow-row__item .-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

@media only screen and (max-width: 560px) {
  .p-flow-row__item .-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-flow-card {
  border: 1px solid #144215;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  color: #144215;
}

.p-flow-card ~ .p-flow-card {
  margin-top: 20px;
}

@media only screen and (max-width: 560px) {
  .p-flow-card ~ .p-flow-card {
    margin-top: 15px;
  }
}

.p-flow-card dt {
  background-color: #144215;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 120px;
}

@media only screen and (max-width: 960px) {
  .p-flow-card dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-flow-card dt {
    width: 80px;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-flow-card dd {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 10px;
  background-color: #fff;
  flex: 1;
}

.p-flow-card dd > * {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (max-width: 960px) {
  .p-flow-card dd > * {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-flow-card dd > * {
    font-size: 15px;
    font-size: 4vw;
  }
}

.p-flow-card dd .-icon {
  flex: none;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 560px) {
  .p-flow-card dd .-icon {
    width: 40px;
    height: 40px;
  }
}

.p-common-fig {
  aspect-ratio: 25 / 8;
  height: auto;
}

.strong {
  font-weight: bold;
  text-decoration: underline;
}

.p-costs-gutter {
  padding-top: 3em;
  padding-bottom: 3em;
}

.p-flow-lead {
  margin-top: 2.5em;
}

.p-flow {
  position: relative;
}

.p-table-kitting {
  table-layout: fixed;
}

.p-table-kitting th,
.p-table-kitting td {
  padding: 0.75em 1em;
  vertical-align: middle;
}

@media only screen and (max-width: 560px) {
  .p-table-kitting th,
  .p-table-kitting td {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

.p-table-kitting__w1 {
  width: 5%;
}

@media only screen and (max-width: 560px) {
  .p-table-kitting__w1 {
    width: 8%;
  }
}

.p-table-kitting__wmain {
  width: 65%;
}

@media only screen and (max-width: 560px) {
  .p-table-kitting__wmain {
    width: 41%;
  }
}

.p-table-kitting__w2 {
  width: 10%;
}

@media only screen and (max-width: 560px) {
  .p-table-kitting__w2 {
    width: 17%;
  }
}

.p-table-kitting .-right {
  text-align: right;
}

@media only screen and (max-width: 560px) {
  .p-table-kitting .-right {
    text-align: left;
  }
}

.p-table-kitting .through {
  text-decoration: line-through;
}

.p-table-highlight {
  display: flex;
  width: 100%;
  border: 2px solid #A30707;
}

.p-table-highlight li {
  display: block;
  box-sizing: border-box;
  padding: 8px;
  padding: 0.75em 0.5em;
  background-color: #fff;
}

.p-table-highlight li.-col1 {
  width: 70%;
  color: #A30707;
  font-weight: bold;
  text-align: right;
}

@media only screen and (max-width: 560px) {
  .p-table-highlight li.-col1 {
    line-height: 1.45;
    font-size: 13px;
    font-size: 3.46667vw;
    text-align: center;
    width: 49%;
  }
}

.p-table-highlight li.-col2 {
  width: 10%;
  position: relative;
  color: #A30707;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .p-table-highlight li.-col2 {
    width: 17%;
    font-size: 13px;
    font-size: 3.46667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
}

.p-table-highlight li.-col2::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0px;
  left: 1px;
}

.p-warn {
  font-weight: bold;
  color: #A30707;
  margin-top: 1em;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .p-warn {
    text-align: left;
  }
}

.p-introbox__body {
  width: 100%;
}

.p-introbox__icon {
  width: 200px;
  height: 200px;
}

@media only screen and (max-width: 1200px) {
  .p-introbox__icon {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 960px) {
  .p-introbox__icon {
    width: 120px;
    height: 120px;
  }
}

.p-introbox__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-introbox__copy {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 0;
  margin-bottom: 0.75em;
  min-height: 2.6em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .p-introbox__copy {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-introbox__copy {
    min-height: 3em;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.65;
  }
}

@media only screen and (max-width: 560px) {
  .p-introbox__copy {
    min-height: auto;
    font-size: 20px;
    font-size: 5.33333vw;
    margin-bottom: 1.25em;
  }
}

.p-introbox__copy .-small {
  font-size: 20px;
}

@media only screen and (max-width: 960px) {
  .p-introbox__copy .-small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 560px) {
  .p-introbox__copy .-small {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-introsub {
  display: flex;
  gap: 3%;
  color: #1E1E1E;
}

@media only screen and (max-width: 560px) {
  .p-introsub {
    gap: 5%;
  }
}

.p-introsub ~ .p-introsub {
  margin-top: 24px;
}

.p-introsub__fig {
  flex: none;
  width: 80px;
  height: 80px;
}

@media only screen and (max-width: 560px) {
  .p-introsub__fig {
    width: 80px;
    height: 80px;
  }
}

.p-introsub__fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-introsub__content {
  text-align: left;
}

.p-introsub .-ttl {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: -0.02em;
  font-weight: bold;
}

@media only screen and (max-width: 960px) {
  .p-introsub .-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-introsub .-ttl {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-introsub .-txt {
  margin-top: .15em;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 960px) {
  .p-introsub .-txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-introsub .-txt {
    margin-top: .5em;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.p-career-gutter {
  margin-top: 40px;
}

@media only screen and (max-width: 960px) {
  .p-career-gutter {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .p-career-gutter {
    margin-top: 15px;
  }
}

.p-card-career {
  background-color: #BBE8B9;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

@media only screen and (max-width: 960px) {
  .p-card-career {
    padding: 24px 18px;
  }
}

@media only screen and (max-width: 560px) {
  .p-card-career {
    padding: 20px;
  }
}

.p-card-career__sub {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .p-card-career__sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-card-career__sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-card-career__sub {
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.p-card-career__main {
  color: #144215;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 1100px) {
  .p-card-career__main {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-card-career__main {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-card-career__main {
    font-size: 20px;
    font-size: 5.33333vw;
    text-align: center;
  }
}

.p-card-career__main span {
  font-weight: bold;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}

@media only screen and (max-width: 1100px) {
  .p-card-career__main span {
    font-size: 64px;
    font-size: 6.4rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-card-career__main span {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-card-career__main span {
    font-size: 48px;
    font-size: 12.8vw;
  }
}

.p-mark-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 40px 0;
}

@media only screen and (max-width: 960px) {
  .p-mark-list {
    gap: 16px;
  }
}

@media only screen and (max-width: 560px) {
  .p-mark-list {
    gap: 20px;
    justify-content: center;
  }
}

.p-mark-list > * {
  width: calc(20% - 25.6px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 960px) {
  .p-mark-list > * {
    width: calc(20% - 12.8px);
  }
}

@media only screen and (max-width: 560px) {
  .p-mark-list > * {
    width: calc(50% - 10px);
  }
}

.p-mark-list__icon {
  width: 60px;
  height: 60px;
}

.p-mark-list__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 560px) {
  .p-mark-list__name {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.p-recommend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .p-recommend-list {
    gap: 30px 30px;
  }
}

@media only screen and (max-width: 560px) {
  .p-recommend-list {
    gap: 20px 20px;
  }
}

.p-recommend-list__item {
  border-left-width: 18px;
  border-left-style: solid;
  padding-left: 10px;
  color: #1E1E1E;
}

.p-recommend-list__item.-left {
  width: calc(55% - 15px);
}

@media only screen and (max-width: 560px) {
  .p-recommend-list__item.-left {
    width: 100%;
  }
}

.p-recommend-list__item.-right {
  width: calc(44% - 15px);
}

@media only screen and (max-width: 560px) {
  .p-recommend-list__item.-right {
    width: 100%;
  }
}

.p-recommend-list__item.-color1 {
  border-left-color: #E9A8A8;
}

.p-recommend-list__item.-color2 {
  border-left-color: #A8BEE9;
}

.p-recommend-list__item.-color3 {
  border-left-color: #E9E0A8;
}

.p-recommend-list__item.-color4 {
  border-left-color: #A8E9E8;
}

.p-recommend-list__item.-color5 {
  border-left-color: #D7A8E9;
}

.p-recommend-list__item .-ttl {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .p-recommend-list__item .-ttl {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-recommend-list__item .-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-recommend-list__item .-ttl {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.p-recommend-list__item .-txt {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 960px) {
  .p-recommend-list__item .-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-recommend-list__item .-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-section-device {
  background: linear-gradient(90deg, #E9A8A8 0%, #E9A8A8 50%, #ffffff 50%, #ffffff 100%);
}

.p-section-device.-c1 {
  background: linear-gradient(90deg, #E9A8A8 0%, #E9A8A8 50%, #ffffff 50%, #ffffff 100%);
}

@media only screen and (max-width: 560px) {
  .p-section-device.-c1 {
    background: linear-gradient(90deg, #E9A8A8 0%, #E9A8A8 75%, #ffffff 75%, #ffffff 100%);
  }
}

.p-section-device.-c2 {
  background: linear-gradient(90deg, #A8BEE9 0%, #A8BEE9 50%, #ffffff 50%, #ffffff 100%);
}

@media only screen and (max-width: 560px) {
  .p-section-device.-c2 {
    background: linear-gradient(90deg, #A8BEE9 0%, #A8BEE9 75%, #ffffff 75%, #ffffff 100%);
  }
}

.p-section-device.-c3 {
  background: linear-gradient(90deg, #E9E0A8 0%, #E9E0A8 50%, #ffffff 50%, #ffffff 100%);
}

@media only screen and (max-width: 560px) {
  .p-section-device.-c3 {
    background: linear-gradient(90deg, #E9E0A8 0%, #E9E0A8 75%, #ffffff 75%, #ffffff 100%);
  }
}

.p-section-device.-c4 {
  background: linear-gradient(90deg, #A8E9E8 0%, #A8E9E8 50%, #ffffff 50%, #ffffff 100%);
}

@media only screen and (max-width: 560px) {
  .p-section-device.-c4 {
    background: linear-gradient(90deg, #A8E9E8 0%, #A8E9E8 75%, #ffffff 75%, #ffffff 100%);
  }
}

.p-section-device.-c5 {
  background: linear-gradient(90deg, #D7A8E9 0%, #D7A8E9 50%, #ffffff 50%, #ffffff 100%);
}

@media only screen and (max-width: 560px) {
  .p-section-device.-c5 {
    background: linear-gradient(90deg, #D7A8E9 0%, #D7A8E9 75%, #ffffff 75%, #ffffff 100%);
  }
}

.p-section-device__header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-section-device__header .c-wrapper {
  position: relative;
  z-index: 1;
}

.p-section-device__header .-ttl {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.35;
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  .p-section-device__header .-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-section-device__header .-ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-section-device__header .-ttl {
    font-size: 23px;
    font-size: 6.13333vw;
  }
}

.p-section-device__header .-txt {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 960px) {
  .p-section-device__header .-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-section-device__header .-txt {
    font-size: 15px;
    font-size: 4vw;
  }
}

.p-section-device__header::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 60%;
  height: 100%;
}

@media only screen and (max-width: 560px) {
  .p-section-device__header::before {
    width: 30%;
  }
}

.p-section-device__header.-c1::before {
  background: #E9A8A8;
  background: linear-gradient(90deg, #e9a8a8 0%, #ffdede 100%);
}

.p-section-device__header.-c2::before {
  background: #A8BEE9;
  background: linear-gradient(90deg, #a8bee9 0%, #e5eeff 100%);
}

.p-section-device__header.-c3::before {
  background: #E9E0A8;
  background: linear-gradient(90deg, #e9e0a8 0%, #fffadb 100%);
}

.p-section-device__header.-c4::before {
  background: #A8E9E8;
  background: linear-gradient(90deg, #a8e9e8 0%, #e7ffff 100%);
}

.p-section-device__header.-c5::before {
  background: #D7A8E9;
  background: linear-gradient(90deg, #d7a8e9 0%, #f7e2ff 100%);
}

.p-section-device__header::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 60%;
  height: 100%;
  background: url(../image/bg-triangle.svg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 560px) {
  .p-section-device__header::after {
    width: 30%;
  }
}

.p-section-device__body {
  background-color: #fff;
  padding: 20px 0 36px 20px;
}

.p-device-row {
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 560px) {
  .p-device-row {
    flex-direction: column;
  }
}

.p-device-row__item {
  width: calc(50% - 20px);
}

@media only screen and (max-width: 560px) {
  .p-device-row__item {
    width: 100%;
  }
}

.p-device-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-device-header__fig {
  flex: none;
  width: 180px;
}

@media only screen and (max-width: 960px) {
  .p-device-header__fig {
    width: 150px;
  }
}

@media only screen and (max-width: 560px) {
  .p-device-header__fig {
    width: 35%;
  }
}

.p-device-header__name {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.35;
}

@media only screen and (max-width: 1200px) {
  .p-device-header__name {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-device-header__name {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-device-header__name {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.p-device-body {
  display: flex;
  width: 100%;
  gap: 5px;
  margin-top: 20px;
}

@media only screen and (max-width: 960px) {
  .p-device-body {
    flex-direction: column;
  }
}

.p-device-body__spec {
  flex-basis: 65%;
}

@media only screen and (max-width: 1200px) {
  .p-device-body__spec {
    flex-basis: 55%;
  }
}

.p-device-body__price {
  flex-basis: 35%;
}

@media only screen and (max-width: 1200px) {
  .p-device-body__price {
    flex-basis: 45%;
  }
}

.p-device-notice {
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 1.5em;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  .p-device-notice {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.p-table-spec {
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #8B8585;
}

@media only screen and (max-width: 560px) {
  .p-table-spec {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.p-table-spec th,
.p-table-spec td {
  padding: 0.25em 1em;
  border-right: 1px solid #8B8585;
  border-bottom: 1px solid #8B8585;
}

.p-table-spec td {
  background-color: #fff;
}

.p-table-spec thead th {
  background-color: #D9D9D9;
  padding: 0.25em;
  color: #000;
}

.p-table-spec tbody th {
  background-color: #D9D9D9;
  border-bottom: 1px solid #8B8585;
  text-align: left;
  font-weight: normal;
}

.p-table-spec tbody th.-lange {
  text-align: center;
  background-color: #ffffff;
}

.p-table-spec tbody td {
  border-bottom: 1px solid #8B8585;
  background-color: #fff;
}

.p-table-spec .-price {
  font-weight: bold;
  color: #A30707;
}

.p-table-spec .-spec-left {
  width: 40%;
}

.p-table-spec--left tbody th,
.p-table-spec--left tbody td {
  text-align: left;
}

@media only screen and (max-width: 560px) {
  .p-table-spec--price th {
    width: 50%;
  }
}

/* ---------------------------------------------------------
 Utility
--------------------------------------------------------- */
.u-left {
  text-align: left !important;
}

.u-right {
  text-align: right !important;
}

.u-center {
  text-align: center !important;
}

@media only screen and (max-width: 560px) {
  .u-left-sp {
    text-align: left;
  }
}

@media only screen and (max-width: 560px) {
  .u-center-sp {
    text-align: center;
  }
}

.hasHover .u-blink:hover {
  -webkit-animation: blink 0.3s linear;
  animation: blink 0.3s linear;
}

.u-br-sp {
  display: none;
}

@media only screen and (max-width: 560px) {
  .u-br-sp {
    display: inline-block;
  }
}

.u-br-tab {
  display: none;
}

@media only screen and (max-width: 960px) {
  .u-br-tab {
    display: inline-block;
  }
}

@media only screen and (max-width: 560px) {
  .u-br-tab--only {
    display: none;
  }
}

.u-br-tab--up {
  display: inline-block;
}

@media only screen and (max-width: 560px) {
  .u-br-tab--up {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  .u-br-pc {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .u-br-pc-wide {
    display: none;
  }
}

.u-inblock {
  display: inline-block;
}

.u-bold {
  font-weight: 600;
}

.u-large {
  font-size: 1.142em;
}

.u-strong {
  font-size: 1.28em;
  font-weight: 600;
}

.u-small {
  font-size: 0.875em;
}

.u-theme {
  color: #144215;
}

.u-red {
  color: #A30707;
}

.u-bold-red {
  color: #A30707;
  font-weight: 600;
}

.u-nowrap {
  white-space: nowrap;
}

.u-light {
  font-weight: 200;
}

.u-demibold {
  font-weight: 400;
}

@media only screen and (max-width: 560px) {
  .u-hide-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 960px) {
  .u-hide-md {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .u-hide-pc {
    display: none !important;
  }
}

@media screen and (min-width: 560px) {
  .u-hide-pc-md {
    display: none !important;
  }
}

.u-nm {
  margin: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mtem {
  margin-top: 1em !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

@media only screen and (max-width: 560px) {
  .u-mt5 {
    margin-top: 1.33333vw !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}

@media only screen and (max-width: 560px) {
  .u-mt10 {
    margin-top: 2.66667vw !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}

@media only screen and (max-width: 560px) {
  .u-mt20 {
    margin-top: 5.33333vw !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}

@media only screen and (max-width: 560px) {
  .u-mt30 {
    margin-top: 8vw !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 560px) {
  .u-mt40 {
    margin-top: 10.66667vw !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}

@media only screen and (max-width: 560px) {
  .u-mt50 {
    margin-top: 13.33333vw !important;
  }
}

.u-mtb10 {
  margin: 10px 0 !important;
}

@media only screen and (max-width: 560px) {
  .u-mtb10 {
    margin: 2.66667vw 0 !important;
  }
}

.u-mtb20 {
  margin: 20px 0 !important;
}

@media only screen and (max-width: 560px) {
  .u-mtb20 {
    margin: 5.33333vw 0 !important;
  }
}

.u-mtb30 {
  margin: 30px 0 !important;
}

@media only screen and (max-width: 560px) {
  .u-mtb30 {
    margin: 8vw 0 !important;
  }
}

.u-mbem {
  margin-bottom: 1em !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 560px) {
  .u-mb5 {
    margin-bottom: 1.33333vw !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 560px) {
  .u-mb15 {
    margin-bottom: 4vw !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}

@media only screen and (max-width: 560px) {
  .u-mt15 {
    margin-top: 4vw !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 560px) {
  .u-mb20 {
    margin-bottom: 5.33333vw !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 560px) {
  .u-mb25 {
    margin-bottom: 6.66667vw !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}

@media only screen and (max-width: 560px) {
  .u-mt25 {
    margin-top: 6.66667vw !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 560px) {
  .u-mb30 {
    margin-bottom: 8vw !important;
  }
}

.u-mb35 {
  margin-bottom: 35px !important;
}

@media only screen and (max-width: 560px) {
  .u-mb35 {
    margin-bottom: 9.33333vw !important;
  }
}

.u-mb40 {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 560px) {
  .u-mb40 {
    margin-bottom: 10.66667vw !important;
  }
}

.u-mb50 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 560px) {
  .u-mb50 {
    margin-bottom: 13.33333vw !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 560px) {
  .u-mb60 {
    margin-bottom: 16vw !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}

@media only screen and (max-width: 560px) {
  .u-ml15 {
    margin-left: 4vw !important;
  }
}

@media only screen and (max-width: 560px) {
  .u-mb15-sm {
    margin-bottom: 4vw !important;
  }
}

@media only screen and (max-width: 560px) {
  .u-mb30-sm {
    margin-bottom: 8vw !important;
  }
}

@media only screen and (max-width: 560px) {
  .u-mt30-sm {
    margin-top: 8vw !important;
  }
}

.u-show-sm {
  display: none;
}

@media only screen and (max-width: 560px) {
  .u-show-sm {
    display: block !important;
  }
}

@media only screen and (max-width: 560px) {
  .u-show-sm--in {
    display: inline !important;
  }
}

.u-width5 {
  width: 5% !important;
}

.u-width10 {
  width: 10% !important;
}

.u-width13 {
  width: 13% !important;
}

.u-width15 {
  width: 15% !important;
}

.u-width20 {
  width: 20% !important;
}

.u-width25 {
  width: 25% !important;
}

.u-width30 {
  width: 30% !important;
}

.u-width35 {
  width: 35% !important;
}

.u-width33 {
  width: 33% !important;
}

.u-width40 {
  width: 40% !important;
}

.u-width45 {
  width: 45% !important;
}

.u-width50 {
  width: 50% !important;
}

.u-width55 {
  width: 55% !important;
}

.u-width60 {
  width: 60% !important;
}

.u-width65 {
  width: 65% !important;
}

.u-width70 {
  width: 70% !important;
}

.u-width75 {
  width: 75% !important;
}

.u-width80 {
  width: 80% !important;
}

.u-width85 {
  width: 85% !important;
}

.u-width90 {
  width: 90% !important;
}

.u-width95 {
  width: 95% !important;
}

.u-width100 {
  width: 100% !important;
}
