@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: 20px;
  font-size: 2rem;
  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 #E63200;
  display: inline-block;
  color: #fff;
  background: #E63200;
  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: #ff3801;
  text-decoration: none;
  color: #fff;
}

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

.c-btn-f--blue > * {
  border: 1px solid #0767A3;
  background: #0767A3;
}

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

.c-btn-f--blue > *: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: #000;
  color: #fff;
}

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

.c-footer__wrap {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1em 1em;
  display: flex;
  justify-content: center;
  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: 0 1em 2em;
  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: 26.66667vw;
  }
}

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

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

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

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

@media only screen and (max-width: 560px) {
  .c-header__cover {
    max-width: 100%;
    flex-direction: column;
    height: 26.66667vw;
    padding-top: 2.66667vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 2.66667vw;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw;
  }
}

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

@media only screen and (max-width: 1200px) {
  .c-header__logo {
    padding-left: 0;
    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: 100%;
    max-width: 100%;
    flex: none;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-left: 0;
  }
}

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

.c-header__logo img {
  aspect-ratio: 400/83;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .c-header__logo img {
    width: 30.66667vw;
    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 {
    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: 100%;
    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;
  display: flex;
  justify-content: flex-end;
}

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

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

.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: 200px;
  white-space: nowrap;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.c-header .-cta.-white > * {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}

.c-header .-cta.-white > *:hover {
  background-color: #eee;
  color: #444;
}

.c-header__btn-row {
  display: flex;
  gap: 7px;
}

@media only screen and (max-width: 560px) {
  .c-header__btn-row {
    width: 100%;
    gap: 6px;
  }
}

.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: #000;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4.5em 0;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1100px) {
  .p-cta__heading .-main {
    font-size: 28px;
    font-size: 2.8rem;
    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-half {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 60px;
  padding-bottom: 10px;
}

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

@media only screen and (max-width: 560px) {
  .p-cta__btn-half {
    gap: 1.0em 0px;
    padding-bottom: 0px;
  }
}

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

@media only screen and (max-width: 960px) {
  .p-cta__btn-half > * {
    width: calc(50% - 15px);
  }
}

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

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

.p-cta__btn.-white {
  background-color: #fff;
  color: #000 !important;
}

@media only screen and (max-width: 1100px) {
  .p-cta__btn {
    padding: 20px 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 .-lead {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

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

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

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

.p-cta__label-fig {
  margin-top: 1.5em;
}

.p-cta__label-fig .-r-cta {
  aspect-ratio: 257/46;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .p-cta__label-fig .-r-cta {
    aspect-ratio: 158/81;
    height: auto;
  }
}

.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-heading-primary {
  font-size: clamp(22px, 5vw, 52px);
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  text-align: center;
  margin-bottom: 1.5em;
}

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

@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-primary.-single {
  line-height: 1;
}

.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-weight: 600;
  line-height: 1;
  font-size: clamp(22px, 5vw, 52px);
}

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

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

.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;
}

.p-page-section__short {
  padding-left: 10%;
  padding-right: 10%;
}

@media only screen and (max-width: 560px) {
  .p-page-section__short {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.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;
}

#features,
#price-example,
#results,
#recommend,
#options,
#flow {
  scroll-margin-top: 120px;
}

.p-top-bg-theme {
  background-color: #E63200;
  color: #fff;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}

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

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

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

.p-top-mv__inner {
  position: relative;
  height: 100%;
  width: 1280px;
  max-width: calc(100% - 40px);
  margin: auto;
  color: #000;
  padding-top: 16px;
  padding-bottom: 28px;
  display: flex;
  gap: 4%;
  align-items: center;
}

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

.p-top-mv__content {
  flex: 1;
}

@media only screen and (max-width: 560px) {
  .p-top-mv__content {
    width: 100%;
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
}

.p-top-mv__visual {
  flex-basis: 34%;
  max-width: 34%;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .p-top-mv__visual {
    flex-basis: 30%;
    max-width: 30%;
  }
}

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

.p-top-mv__visual .-visual {
  aspect-ratio: 447 / 564;
  height: auto;
}

.p-top-mv__heading-wrapper {
  border-top: 1px solid #E63200;
  border-bottom: 1px solid #E63200;
  padding: 1.25em 0 1.75em;
  color: #E63200;
  display: inline-block;
}

@media only screen and (max-width: 560px) {
  .p-top-mv__heading-wrapper {
    padding: 3.2vw 0 4vw;
    border-top: 2px solid #E63200;
    border-bottom: 2px solid #E63200;
    display: block;
  }
}

.p-top-mv__heading {
  line-height: 1.2;
  font-weight: bold;
  font-size: clamp(24px, 5vw, 64px);
}

@media only screen and (max-width: 1340px) {
  .p-top-mv__heading {
    font-size: clamp(24px, 5vw, 60px);
  }
}

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

.p-top-mv__heading .-highlight {
  ruby-position: under;
  font-weight: 700;
  font-size: 80px;
  font-size: 8rem;
  font-size: clamp(52px, 5.47vw + 10px, 80px);
}

@media only screen and (max-width: 767px) {
  .p-top-mv__heading .-highlight {
    font-size: clamp(32px, 5vw, 80px);
  }
}

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

.p-top-mv__heading .-highlight rt {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 560px) {
  .p-top-mv__heading .-highlight rt {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

.p-top-mv__lead {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 0.75em;
}

@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 {
    margin-bottom: 3.2vw;
    font-size: 22px;
    font-size: 5.86667vw;
    line-height: 1.65;
  }
}

.p-top-mv__text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 1.0em;
}

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

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

@media only screen and (max-width: 560px) {
  .p-top-mv__text.-disp-pc {
    display: none;
  }
}

.p-top-mv__visual-sp {
  display: none;
}

@media only screen and (max-width: 560px) {
  .p-top-mv__visual-sp {
    display: block;
    position: relative;
    width: 100%;
  }
}

.p-top-mv__visual-sp .-sp-content {
  width: 100%;
  padding-top: 5.33333vw;
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
}

.p-top-mv .swiper-containerloop {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-top-mv .swiper-containerloop img.-r-slide {
  aspect-ratio: 133/120;
  height: auto;
}

.p-top-mv .swiper-containerloop .-preloader {
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 1;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top-mv .swiper-containerloop .-preloader.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-index-label {
  padding-bottom: 1em;
  background: linear-gradient(#fff 40px, #E63200 40px);
}

.p-index-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media only screen and (max-width: 560px) {
  .p-index-card {
    justify-content: center;
    gap: 8px;
  }
}

.p-index-card__item {
  width: calc(20% - 8px);
  border: 3px solid #E63200;
  background-color: #fff;
  padding: 1em 0.5em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E63200;
  font-size: clamp(16px, 5vw, 20px);
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
}

@media only screen and (max-width: 1340px) {
  .p-index-card__item {
    font-size: clamp(16px, 5vw, 18px);
  }
}

@media only screen and (max-width: 560px) {
  .p-index-card__item {
    padding: 1em 0em;
    width: calc(50% - 4px);
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.p-onestop-section {
  width: 993px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-onestop-row {
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 560px) {
  .p-onestop-row {
    flex-wrap: wrap;
    gap: 26px 20px;
  }
}

.p-onestop-row__item {
  width: calc(20% - 16px);
}

@media only screen and (max-width: 560px) {
  .p-onestop-row__item {
    width: calc(50% - 10px);
  }
}

.p-onestop-row__item img.-r-os {
  aspect-ratio: 59/54;
  height: auto;
}

.p-onestop-row__item p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 0.5em;
  line-height: 1.4;
}

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

.p-modules {
  position: relative;
  margin-top: 36px;
}

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

.p-modules__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 560px) {
  .p-modules__icon {
    width: 32vw;
    height: 32vw;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(none);
    transform: translateX(-50%) translateY(none);
  }
}

.p-modules-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 36px;
}

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

.p-modules-box__item {
  width: calc(50% - 20px);
  background-color: #fff;
  overflow: hidden;
  color: #000;
}

@media only screen and (max-width: 560px) {
  .p-modules-box__item {
    width: 100%;
    border-radius: 0 !important;
  }
}

.p-modules-card {
  display: flex;
  align-items: center;
  gap: 1em;
}

@media only screen and (max-width: 560px) {
  .p-modules-card {
    flex-direction: column;
    gap: 0.5em;
  }
}

.p-modules-card .-fig {
  flex: none;
  width: 153px;
  height: 153px;
}

@media only screen and (max-width: 1200px) {
  .p-modules-card .-fig {
    width: 130px;
    height: 130px;
  }
}

@media only screen and (max-width: 560px) {
  .p-modules-card .-fig {
    order: 1;
    width: 37.33333vw;
    height: 37.33333vw;
  }
}

.p-modules-card .-content {
  flex: 1;
}

@media only screen and (max-width: 560px) {
  .p-modules-card .-content {
    order: 2;
  }
}

.p-modules-card .-ttl-sp {
  display: none;
}

@media only screen and (max-width: 560px) {
  .p-modules-card .-ttl-sp {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-size: 5.33333vw;
    margin-bottom: 0;
  }
}

.p-modules-card .-ttl {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.25em;
}

@media only screen and (max-width: 1200px) {
  .p-modules-card .-ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-modules-card .-ttl {
    display: none;
  }
}

.p-modules-card.-left {
  padding: 1.25em 80px 1.25em 0.25em;
}

@media only screen and (max-width: 560px) {
  .p-modules-card.-left {
    padding: 1.25em;
  }
}

@media only screen and (max-width: 560px) {
  .p-modules-card.-sp-head {
    padding: 4em 1.25em 1.25em;
  }
}

.p-modules-card.-right {
  padding: 1.25em 0.25em 1.25em 80px;
}

@media only screen and (max-width: 560px) {
  .p-modules-card.-right {
    padding: 1.25em;
  }
}

.p-case-sm-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

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

.p-case-sm-row__item {
  width: calc(33.3% - 20px);
}

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

.p-casestudy ~ .p-casestudy {
  margin-top: 3em;
}

.p-casestudy--flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-casestudy--flex .p-casestudy__content-s {
  height: 100%;
}

.p-casestudy__tag {
  display: inline-block;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background-color: #525252;
  line-height: 1;
  font-weight: bold;
  padding: 0.5em 1em;
  align-self: flex-start;
  letter-spacing: 0.1em;
}

.p-casestudy__content {
  background-color: #EFEFEF;
  padding: 30px 30px;
  border-radius: 0 5px 5px 5px;
}

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

.p-casestudy__content-s {
  background-color: #EFEFEF;
  padding: 24px 20px 32px;
  border-radius: 0 5px 5px 5px;
}

@media only screen and (max-width: 1100px) {
  .p-casestudy__content-s {
    padding: 20px 20px;
  }
}

.p-casestudy__ttl {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.35;
}

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

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

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

.p-casestudy__ttl-s {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: .75em;
  line-height: 1.5;
}

@media only screen and (max-width: 1200px) {
  .p-casestudy__ttl-s {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

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

.p-casestudy__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: .5em;
}

@media only screen and (max-width: 560px) {
  .p-casestudy__labels {
    margin-top: .5em;
    gap: 6px 4px;
  }
}

.p-casestudy__labels > * {
  background-color: #E63200;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 18px;
  font-size: 1.8rem;
}

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

.p-casestudy__row {
  margin-top: 1em;
  display: flex;
  gap: 28px;
}

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

.p-casestudy__row .-tag-problem {
  display: inline-block;
  background-color: #B20000;
  color: #fff;
  padding: 0.25em 0.5em;
  line-height: 1;
}

.p-casestudy__row .-tag-correct {
  display: inline-block;
  background-color: #007514;
  color: #fff;
  padding: 0.25em 0.5em;
  line-height: 1;
}

.p-casestudy .-fig {
  flex: none;
  width: 320px;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  .p-casestudy .-fig {
    width: 240px;
  }
}

@media only screen and (max-width: 560px) {
  .p-casestudy .-fig {
    margin-top: 1em;
    margin-bottom: 2.5em;
    width: 100%;
    text-align: center;
  }
  .p-casestudy .-fig img {
    width: 70%;
  }
}

.p-casestudy .-fig-s {
  flex: none;
  width: 354px;
  max-width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1em;
}

@media only screen and (max-width: 960px) {
  .p-casestudy .-fig-s {
    width: 240px;
  }
}

@media only screen and (max-width: 560px) {
  .p-casestudy .-fig-s {
    width: 100%;
    text-align: center;
  }
  .p-casestudy .-fig-s img {
    width: 65%;
  }
}

.p-casestudy .c-list > * {
  letter-spacing: -0.02em;
}

.p-lead-campaign {
  margin-bottom: 1.5em;
}

.p-about-heading {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  border-left: 8px solid #E63200;
}

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

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

.p-about-row {
  display: flex;
  gap: 5%;
  margin-top: 30px;
  margin-bottom: 60px;
}

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

.p-about-row__fig {
  flex: none;
  width: 410px;
  height: 410px;
}

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

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

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

.p-about-row .-txt {
  margin-top: .35em;
}

@media only screen and (max-width: 560px) {
  .p-about-row .-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: '※';
}

.p-flow-row {
  display: flex;
  gap: 4%;
  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;
}

.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: #000;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  padding: 0.5em;
  line-height: 1.4;
  border-radius: 10px 10px 0 0;
}

.p-flow-card dt.-ttl-plain {
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 0 0 0.5em;
}

@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 {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

.p-flow-card dd {
  color: #fff;
  margin-bottom: 1em;
}

.p-flow-card dd.-fig {
  aspect-ratio: 269/156;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.p-flow-card dd.-fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-flow-card dd .-spec {
  padding-left: 10px;
  border-left: 8px solid #ffffff;
}

.p-flow-card dd .-txt {
  line-height: 1.8;
}

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

.p-flow-card dd.-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 0.35em;
  border-radius: 10px;
  overflow: hidden;
}

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

.p-flow-card dd.-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-box-black {
  background-color: #000;
  color: #fff;
  padding: 1.5em 2em;
  font-weight: 700;
  text-align: center;
  font-size: clamp(18px, 5vw, 32px);
}

@media only screen and (max-width: 560px) {
  .p-box-black {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 1.5em 1.5em;
  }
}

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

img.-r-sq {
  aspect-ratio: 1/1;
  height: auto;
}

img.-r-pict1 {
  aspect-ratio: 993/507;
  height: auto;
}

@media only screen and (max-width: 560px) {
  img.-r-pict1 {
    aspect-ratio: 700/792;
  }
}

img.-r-arrow1 {
  aspect-ratio: 1065/116;
  height: auto;
}

@media only screen and (max-width: 560px) {
  img.-r-arrow1 {
    aspect-ratio: 621/257;
  }
}

img.-r-arrow2 {
  aspect-ratio: 863/116;
  height: auto;
}

@media only screen and (max-width: 560px) {
  img.-r-arrow2 {
    aspect-ratio: 399/62;
  }
}

.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;
}

/* ---------------------------------------------------------
 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: #E63200;
}

.u-bold-red {
  color: #E63200;
  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;
}
