@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
/*
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: 600;
}

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 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: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

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

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

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

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

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

img {
  max-width: 100%;
}

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

.c-buttons-cover--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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%;
  -ms-flex-item-align: stretch;
  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 > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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 #095DBF;
  display: inline-block;
  color: #095DBF;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  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 #095DBF;
  border-right: solid 3px #095DBF;
  -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: #095DBF;
  color: #fff;
  text-decoration: none;
  border: 1px solid #095DBF;
}

.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 #095DBF;
  display: inline-block;
  color: #fff;
  background: #095DBF;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  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);
  -webkit-transition: right 0.3s ease;
  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: #0a69d7;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-card-three__item {
  width: calc(33.3% - 12.6px);
  margin-right: 19px;
  margin-top: 1em;
}

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

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

.c-card-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
  }
}

@media only screen and (max-width: 560px) {
  .c-footer-gutter {
    margin-bottom: 21.33333vw;
  }
}

.c-footer {
  position: relative;
  padding-bottom: 0;
}

@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;
  border-top: 2px solid #d1d1d1;
  border-bottom: 2px solid #d1d1d1;
}

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

.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;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.c-footer-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .c-nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@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 {
    width: 25%;
  }
}

.c-nav-item > *:first-child {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1.4em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  line-height: 1.4;
}

@media only screen and (max-width: 1100px) {
  .c-nav-item > *:first-child {
    padding: 0 1.0em;
  }
}

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

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

@media only screen and (max-width: 560px) {
  .c-nav-item > *:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.3em 1.4em;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

/* 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;
    -webkit-transition: all .4s;
    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: 600;
  }
  .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;
    left: 0;
    padding: 0;
    padding-top: 14.66667vw;
    position: absolute;
    width: 100%;
    overflow: auto;
  }
  .c-nav-item > *:first-child {
    border-bottom: 1px dashed #ababab;
    border-right: none;
    color: #000;
    padding: 1.25em 1em 1.25em 27.5px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.c-overlay {
  display: none;
}

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

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

/* header
-------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 4;
}

.main-fluid {
  margin-top: 60px;
}

.logo {
  background: #fff;
}

.logo .container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.logo__link {
  display: block;
  width: 200px;
  padding: 5px 0;
  background-color: #fff;
}

@media only screen and (max-width: 1200px) {
  .logo__link {
    padding: 5px 0 0 15px;
  }
}

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

.logo__img {
  display: block;
  width: 50px;
  height: auto;
  margin: 0;
}

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

@media only screen and (max-width: 560px) {
  .logo__img {
    width: 32px;
    margin: 0;
  }
}

.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}

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

.c-header__right {
  width: calc(100% - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .c-header__right {
    padding-right: 10px;
  }
}

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

.c-header-btn > a {
  border-radius: 0;
  line-height: 1.3;
  border: 1px solid #F0F6A8;
  background: #F0F6A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
  position: relative;
  width: 160px;
  border-radius: 6px;
  padding: 0.5em 1em 0.5em 1em;
  white-space: nowrap;
  font-weight: 600;
  border-radius: 500px;
}

@media only screen and (max-width: 960px) {
  .c-header-btn > a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 560px) {
  .c-header-btn > a {
    max-width: calc(100% - 0.75em);
    width: 140px;
    font-size: 13px;
  }
}

.c-header-btn > a img {
  display: block;
  margin-top: 3px;
  -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(90deg) brightness(101%) contrast(104%);
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(90deg) brightness(101%) contrast(104%);
}

@media only screen and (max-width: 560px) {
  .c-header-btn > a img {
    width: 17px;
    height: 13px;
  }
}

@media (any-hover: hover) {
  .c-header-btn > a:hover {
    background: #ff9e3c;
    color: #1a1a1a;
    text-decoration: none;
    border: 1px solid #ff9e3c;
  }
}

.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 #095DBF;
  border-right: 2px solid #095DBF;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.c-list li {
  line-height: 1.8;
  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--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 #095DBF;
  border-bottom: 2px solid #095DBF;
  -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-section {
  padding: 60px 0;
  background-color: #fff;
}

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

.c-section--gutter-m {
  padding: 90px 0;
}

@media only screen and (max-width: 560px) {
  .c-section--gutter-m {
    padding: 60px 0;
  }
}

.c-section--blue {
  background-color: #F0F7FF;
}

.c-section--purple {
  background-color: #632BA8;
}

.c-section--lpurple {
  background-color: #F6F1FB;
}

.c-section--dred {
  background-color: #882929;
  color: #fff;
}

.c-section__heading {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #095DBF;
}

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

@media only screen and (max-width: 560px) {
  .c-section__heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.c-section__heading--black {
  color: #000;
}

.c-section__heading--white {
  color: #fff;
}

.c-section__heading--purple {
  color: #632BA8;
}

.c-section__heading--line {
  color: #000;
  width: 600px;
  max-width: 100%;
  border-bottom: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}

.c-section__heading--line span {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 960px) {
  .c-section__heading--line span {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 560px) {
  .c-section__heading--line span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.c-section__body {
  margin-top: 30px;
}

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

.c-section__body--gutter-t {
  margin-top: 50px;
}

@media only screen and (max-width: 560px) {
  .c-section__body--gutter-t {
    margin-top: 30px;
  }
}

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

@media only screen and (max-width: 560px) {
  .c-section__body--gutter-m {
    margin-top: 40px;
  }
}

.c-section__lead {
  text-align: center;
}

.c-section__lead.-size-m {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 560px) {
  .c-section__lead.-size-m {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-table {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  font-size: 15px;
  font-size: 1.5rem;
}

.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 tr {
  border-bottom: 1px solid #d1d1d1;
}

.c-table th,
.c-table td {
  line-height: 1.5;
  padding: 1.95em 1em;
  font-size: 0.875em;
  vertical-align: top;
}

@media only screen and (max-width: 560px) {
  .c-table th,
  .c-table td {
    width: 100%;
    display: block;
  }
}

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

.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 th {
  font-weight: 600;
  vertical-align: top;
  text-align: center;
  color: #095DBF;
}

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

.c-table__ttl {
  font-weight: 600;
  margin-bottom: 5px;
}

.c-table--left td {
  text-align: left;
}

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

@media only screen and (max-width: 560px) {
  .c-table--sp-table th,
  .c-table--sp-table td {
    width: auto;
    display: table-cell;
  }
}

@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: 130px;
  display: none;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  border-radius: 500px;
}

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

.c-wrapper {
  width: 1200px;
  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: 900px;
  max-width: 100%;
}

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

@media only screen and (max-width: 960px) {
  .c-wrapper--short.-inner0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-wrapper--middle {
  width: 980px;
  max-width: 100%;
}

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

@media only screen and (max-width: 960px) {
  .c-wrapper--middle.-inner0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-wrapper--lg {
  width: 1100px;
  max-width: 100%;
}

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

@media only screen and (max-width: 960px) {
  .c-wrapper--lg.-inners {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 560px) {
  .c-wrapper--lg.-inners {
    padding-right: 0;
  }
}

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

.c-section__heading {
  font-weight: normal;
  color: #000;
  font-size: 48px;
  font-size: 4.8rem;
}

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

@media only screen and (max-width: 560px) {
  .c-section__heading {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.c-section__subheading {
  font-weight: normal;
  color: #000;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .c-section__subheading {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .c-section__subheading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.c-section__subheading span {
  display: inline-block;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}

@media only screen and (max-width: 960px) {
  .c-section__subheading span {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 560px) {
  .c-section__subheading span {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-section__subheading span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background-color: #000;
}

@media only screen and (max-width: 960px) {
  .c-section__subheading span::before {
    width: 35px;
  }
}

@media only screen and (max-width: 560px) {
  .c-section__subheading span::before {
    width: 15px;
  }
}

.c-section__subheading span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 1px;
  background-color: #000;
}

@media only screen and (max-width: 960px) {
  .c-section__subheading span::after {
    width: 35px;
  }
}

@media only screen and (max-width: 560px) {
  .c-section__subheading span::after {
    width: 15px;
  }
}

/* ---------------------------------------------------------
 Project
--------------------------------------------------------- */
.p-casestudy ~ .p-casestudy {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #767676;
}

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

.p-casestudy__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media only screen and (max-width: 560px) {
  .p-casestudy__block {
    display: block;
  }
}

.p-casestudy__block ~ .p-casestudy__block {
  margin-top: 56px;
}

.p-casestudy__image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 272px;
}

.p-casestudy__image img {
  aspect-ratio: 272 / 240;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .p-casestudy__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

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

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

.p-casestudy__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-casestudy__body p {
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 2px solid #F0F3F5;
  padding-top: 0.5em;
}

@media only screen and (max-width: 560px) {
  .p-casestudy__body p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-casestudy__body ul {
  text-align: left;
}

.p-casestudy__body ul li {
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.65;
}

@media only screen and (max-width: 560px) {
  .p-casestudy__body ul li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.p-casestudy__body ul li::before {
  content: '・';
}

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

.p-casestudy__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  .p-casestudy__heading {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 8px;
  }
}

.p-casestudy__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 560px) {
  .p-casestudy__info {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}

.p-casestudy__info dt {
  width: 5.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-casestudy__info dt::after {
  content: '：';
}

.p-casestudy__info dd {
  width: calc(100% - 3.5em);
}

.p-casestudy p {
  margin-top: 1em;
}

.p-casestudy-devider {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #767676;
}

.cta-box {
  background-color: #095DBF;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 960px) {
  .cta-box {
    padding: 45px 20px;
  }
}

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

.cta-box--mv {
  padding-top: 0px;
}

@media only screen and (max-width: 960px) {
  .cta-box--mv {
    padding-top: 0px;
  }
}

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

.cta-box--mv-support {
  background-color: #88BFFF !important;
  padding-top: 0px;
}

@media only screen and (max-width: 960px) {
  .cta-box--mv-support {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 560px) {
  .cta-box--mv-support {
    padding-top: 0px;
  }
}

.cta-box--support {
  background-color: #9FCBFF;
}

.cta-box--msp {
  background-color: #632BA8;
}

.cta-box--mv-msp {
  padding-top: 0px;
  background-color: #632BA8;
}

@media only screen and (max-width: 960px) {
  .cta-box--mv-msp {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 560px) {
  .cta-box--mv-msp {
    padding-top: 0px;
  }
}

.cta__lead {
  margin-bottom: 1em;
  font-weight: 600;
}

.cta__lead--mv {
  margin-bottom: 2em;
}

.cta__title {
  margin-bottom: 30px;
  padding-top: .5em;
}

@media only screen and (max-width: 560px) {
  .cta__title {
    margin-bottom: 14px;
  }
}

.cta__title span {
  font-size: 40px;
  font-weight: 600;
  border-top: 1px solid #fff;
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline-block;
  padding-top: 0.15em;
}

@media only screen and (max-width: 960px) {
  .cta__title span {
    font-size: 34px;
  }
}

@media only screen and (max-width: 560px) {
  .cta__title span {
    font-size: 22px;
  }
}

.cta__title--support span {
  text-shadow: 2px 2px 1px #69aeff, -2px 2px 1px #69aeff, 2px -2px 1px #69aeff, -2px -2px 1px #69aeff, 2px 0px 1px #69aeff, 0px 2px 1px #69aeff, -2px 0px 1px #69aeff, 0px -2px 1px #69aeff;
}

.cta__title--mv {
  margin-bottom: .5em;
}

.cta__title--mv span {
  border-top: none;
  border-bottom: 1px solid #fff;
}

.cta__txt {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
  .cta__txt {
    font-size: 17px;
  }
}

@media only screen and (max-width: 560px) {
  .cta__txt {
    margin-top: 24px;
    font-size: 16px;
  }
}

.cta-btn {
  text-align: center;
}

.cta-btn > a {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  padding: 1em 1.85em 1em 1.5em;
  line-height: 1.3;
  border: 1px solid #F0F6A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
  background: #F0F6A8;
  position: relative;
  width: 430px;
  max-width: calc(100% - 0.75em);
  border-radius: 6px;
  padding: 0.5em 1.5em 0.5em 1.5em;
  font-size: 28px;
  white-space: nowrap;
  font-weight: 600;
}

@media only screen and (max-width: 960px) {
  .cta-btn > a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .cta-btn > a {
    font-size: 22px;
  }
}

.cta-btn > a img {
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 560px) {
  .cta-btn > a img {
    width: 28px;
    height: 22px;
  }
}

@media (any-hover: hover) {
  .cta-btn > a:hover {
    background: #ff9e3c;
    color: #1a1a1a;
    text-decoration: none;
    border: 1px solid #ff9e3c;
  }
}

/* footer
-------------------------------------------------------------- */
footer {
  background: #095DBF;
  background-size: 100% auto;
  padding: 0 0 30px;
}

footer.-support {
  background: #9FCBFF;
}

footer.-msp {
  background: #632BA8;
}

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

.footer-title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 67px;
}

.footer-contact_item {
  margin: 0 24px;
  width: calc(50% - 48px);
}

.footer-contact_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.footer-contact_item a:before {
  margin-right: 16px;
}

.footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 560px) {
  .footer-company {
    gap: 16px;
  }
}

ul.footer-contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 112px;
}

.footer-company_item {
  margin: 0 0px;
  color: #fff;
  font-size: 14px;
}

.footer-company_item a {
  display: block;
  width: 68px;
}

footer p.copyright {
  font-size: 12px;
  color: #fff;
  border-top: 1px solid #fff;
  font-weight: 600;
}

/* SP */
@media only screen and (max-width: 767px) {
  footer {
    padding: 16px 0 0;
    background-image: none;
  }
  .footer-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  ul.footer-contact_list {
    margin-bottom: 24px;
  }
  .footer-contact_item {
    margin: 0 8px;
    width: auto;
  }
  .footer-contact_item a svg {
    margin-right: 8px;
  }
  .footer-company {
    margin: 0 8px;
  }
  .footer-company_item {
    margin: 0 8px 24px;
    font-size: 12px;
  }
  .footer-company_item:first-child img {
    width: 105px;
  }
  .footer-company_item a {
    width: 30px;
  }
  footer p.copyright {
    padding: 10px 0 10px;
    margin-top: 10px;
    font-size: 10px;
  }
}

.p-related-service-lead {
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 1em;
}

@media only screen and (max-width: 560px) {
  .p-related-service-lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-related-services__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 560px) {
  .p-related-services__section {
    display: block;
  }
}

.p-related-services__section ~ .p-related-services__section {
  margin-top: 40px;
}

.p-related-services__image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 460px;
}

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

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

.p-related-services__image img {
  height: auto;
}

.p-related-services__image img.-kitting {
  aspect-ratio: 46 / 27;
}

.p-related-services__image img.-support {
  aspect-ratio: 115 / 51;
}

.p-related-services__image img.-msp {
  aspect-ratio: 231 / 95;
}

.p-related-services__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

@media only screen and (max-width: 560px) {
  .p-related-services__body {
    padding: 25px;
  }
}

@media only screen and (max-width: 560px) and (max-width: 560px) {
  .p-related-services__body {
    padding: 1em 0;
  }
}

.p-related-services__text {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 560px) {
  .p-related-services__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-related-services__heading {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

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

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

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

.p-sticky {
  display: none;
}

@media only screen and (max-width: 560px) {
  .p-sticky {
    display: block;
    position: relative;
    width: 100%;
    height: 21.33333vw;
    bottom: -21.33333vw;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    z-index: 10;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .p-sticky.is-fixed {
    bottom: 0;
  }
}

.p-sticky__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #54A940;
  color: #fff;
  padding: 0.8em 0.8em;
}

.p-sticky__head:hover {
  color: #fff;
  text-decoration: none;
}

.p-sticky__head .-ttl p {
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.8vw;
}

.p-sticky__head .-ttl p.-time {
  font-size: 9px;
  font-size: 2.4vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.45vw;
}

.p-sticky__head .-num {
  font-size: 26px;
  font-size: 6.93333vw;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-sticky__head .-num img {
  margin-right: 16px;
}

@media only screen and (max-width: 560px) {
  .p-sticky__head .-num img {
    margin-right: 2.66667vw;
    margin-left: 2.66667vw;
  }
}

.p-sticky__bottom {
  display: block;
  text-align: center;
  padding: 0.5em 0.5em 0;
  font-size: 13px;
  font-size: 3.46667vw;
}

.logo__link {
  width: 100px;
}

.p-header__link {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100% - 100px);
}

@media only screen and (max-width: 960px) {
  .p-header__link {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .p-header__link {
    gap: 1.0em;
  }
}

@media only screen and (max-width: 560px) {
  .p-header__link {
    gap: 4vw;
    padding-right: 4vw;
  }
}

.p-header__text {
  color: #000;
  text-decoration: none;
  padding-left: 0.75em;
  padding-right: 0.75em;
  line-height: 1.35;
}

@media only screen and (max-width: 960px) {
  .p-header__text {
    padding-left: 0;
    padding-right: 0em;
    font-size: 14px;
  }
}

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

.p-header__cta > a {
  border-radius: 0;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #615A5A;
  background: #fff;
  border: 2px solid #F0F6A8;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
  position: relative;
  width: 200px;
  max-width: 100%;
  padding: 0.5em 1em 0.5em 1em;
  white-space: nowrap;
  border-radius: 500px;
}

@media (any-hover: hover) {
  .p-header__cta > a:hover {
    background: #F0F6A8;
    text-decoration: none;
  }
}

@media only screen and (max-width: 960px) {
  .p-header__cta > a {
    font-size: 15px;
    width: 160px;
  }
}

@media only screen and (max-width: 560px) {
  .p-header__cta > a {
    padding: 0.5em 1.5em 0.5em 1.5em;
    width: auto;
    max-width: 34.66667vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.p-header__cta > a.-gr {
  background-color: #0DC536;
  color: #fff;
}

@media (any-hover: hover) {
  .p-header__cta > a.-gr:hover {
    background: #0fdd3d;
    text-decoration: none;
  }
}

.p-list-sm {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-top-mv {
  width: 100%;
  height: 590px;
  background: #fff url(/-/media/OSCOM2/img/lp/jousys-outsourcing/mv-safty-isd2x.jpg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  padding: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .p-top-mv {
    height: 520px;
  }
}

@media only screen and (max-width: 960px) {
  .p-top-mv {
    height: 410px;
  }
}

@media only screen and (max-width: 560px) {
  .p-top-mv {
    height: 133.33333vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-size: auto 114.66667vw;
    background-position: 47% 18.66667vw;
  }
}

.p-top-mv__inner {
  width: 1600px;
  margin: 0 auto 0;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

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

.p-top-mv__left {
  width: 30%;
  max-width: 100%;
  text-align: left;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 560px) {
  .p-top-mv__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-top-mv__left-bg {
  background-color: #000;
  height: 280px;
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
}

@media only screen and (max-width: 1440px) {
  .p-top-mv__left-bg {
    height: 270px;
  }
}

@media only screen and (max-width: 1300px) {
  .p-top-mv__left-bg {
    height: 255px;
  }
}

@media only screen and (max-width: 1200px) {
  .p-top-mv__left-bg {
    height: 205px;
  }
}

@media only screen and (max-width: 960px) {
  .p-top-mv__left-bg {
    height: 180px;
  }
}

@media only screen and (max-width: 560px) {
  .p-top-mv__left-bg {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    height: 18.66667vw;
  }
}

.p-top-mv__left-content {
  width: 100%;
  max-width: 480px;
  position: relative;
  z-index: 1;
}

.p-top-mv__left-content .-main {
  padding-top: 0.15em;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-size: 92px;
  font-size: 9.2rem;
  font-weight: 600;
  color: #DE1010;
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1440px) {
  .p-top-mv__left-content .-main {
    font-size: 86px;
    font-size: 8.6rem;
  }
}

@media only screen and (max-width: 1300px) {
  .p-top-mv__left-content .-main {
    font-size: 82px;
    font-size: 8.2rem;
  }
}

@media only screen and (max-width: 1200px) {
  .p-top-mv__left-content .-main {
    font-size: 70px;
    font-size: 7rem;
  }
}

@media only screen and (max-width: 1100px) {
  .p-top-mv__left-content .-main {
    font-size: 64px;
    font-size: 6.4rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-top-mv__left-content .-main {
    line-height: 1.4;
    font-size: 50px;
    font-size: 5rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-top-mv__left-content .-main {
    font-size: 30px;
    font-size: 8vw;
    text-align: center;
    padding-top: 0.5em;
  }
}

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

.p-top-mv__right {
  width: 600px;
  max-width: 100%;
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

@media only screen and (max-width: 1440px) {
  .p-top-mv__right {
    width: 35%;
  }
}

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

.p-top-mv__right-bg {
  background-color: #fff;
  width: 55vw;
  position: absolute;
  top: 68%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

@media only screen and (max-width: 560px) {
  .p-top-mv__right-bg {
    width: 80%;
    position: absolute;
    top: 50%;
    left: initial;
    right: 0;
    -webkit-transform: none;
    transform: none;
    padding: 15px 15px;
  }
}

.p-top-mv__right-content {
  width: 100%;
  max-width: 600px;
  padding-left: 30px;
}

@media only screen and (max-width: 1440px) {
  .p-top-mv__right-content {
    width: 35vw;
  }
}

@media only screen and (max-width: 1200px) {
  .p-top-mv__right-content {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 560px) {
  .p-top-mv__right-content {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.p-top-mv__catch {
  position: relative;
  z-index: 1;
}

.p-top-mv__catch .-catch {
  font-weight: 600;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 1.6;
}

@media only screen and (max-width: 1440px) {
  .p-top-mv__catch .-catch {
    font-size: 2.65vw;
  }
}

@media only screen and (max-width: 860px) {
  .p-top-mv__catch .-catch {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

.p-top-mv2 {
  width: 100%;
  height: 590px;
  background: #fff url(/-/media/OSCOM2/img/lp/jousys-outsourcing/mv-safty-isd22x.jpg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  padding: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

@media only screen and (min-width: 1600px) {
  .p-top-mv2 {
    background-position: center 70%;
  }
}

@media only screen and (min-width: 2000px) {
  .p-top-mv2 {
    background-position: center 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .p-top-mv2 {
    height: 520px;
  }
}

@media only screen and (max-width: 960px) {
  .p-top-mv2 {
    height: 410px;
  }
}

@media only screen and (max-width: 560px) {
  .p-top-mv2 {
    height: 80vw;
    background-size: auto 80vw;
  }
}

.p-top-mv2__inner {
  width: 1440px;
  margin: 0 auto 0;
  max-width: 100%;
  position: relative;
  height: 100%;
}

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

.p-top-mv2__left-content {
  text-align: center;
  position: relative;
  z-index: 2;
  width: calc(100% - 60px);
  margin: auto;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

@media only screen and (min-width: 1600px) {
  .p-top-mv2__left-content {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 960px) {
  .p-top-mv2__left-content {
    margin-top: 40px;
  }
}

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

.p-top-mv2__left-content .-main {
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

.p-top-mv2__left-content .-main span {
  font-weight: 600;
  color: #AA0000;
}

@media only screen and (max-width: 1200px) {
  .p-top-mv2__left-content .-main {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-top-mv2__left-content .-main {
    line-height: 1.4;
    font-size: 50px;
    font-size: 5rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-top-mv2__left-content .-main {
    font-size: 30px;
    font-size: 8vw;
    text-align: center;
    padding-top: 0.4em;
    line-height: 1.3;
  }
}

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

.p-top-mv2__catch {
  position: relative;
  z-index: 1;
}

.p-top-mv2__catch .-catch {
  font-weight: 600;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.3;
}

@media only screen and (max-width: 1440px) {
  .p-top-mv2__catch .-catch {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1200px) {
  .p-top-mv2__catch .-catch {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

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

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

.p-top-mv2-copy {
  padding: 30px;
  background-color: #D74E02;
  text-align: center;
  color: #fff;
}

.p-top-mv2-copy__lead {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 960px) {
  .p-top-mv2-copy__lead {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-top-mv2-copy__lead {
    text-align: center;
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.p-top-mv2-copy__main {
  font-weight: 600;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 1.2;
  margin-top: 0.15em;
}

@media only screen and (max-width: 1200px) {
  .p-top-mv2-copy__main {
    font-size: 58px;
    font-size: 5.8rem;
  }
}

@media only screen and (max-width: 960px) {
  .p-top-mv2-copy__main {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-top-mv2-copy__main {
    margin-top: 0.35em;
    font-size: 32px;
    font-size: 8.53333vw;
  }
}

.p-note {
  font-size: 14px;
}

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

.p-reason-bg {
  background: url(/-/media/OSCOM2/img/lp/jousys-outsourcing/bg-reason.jpg.webp) repeat;
  background-size: 100% auto;
}

.p-worries-bg {
  background: url(/-/media/OSCOM2/img/lp/jousys-outsourcing/bg-problem.jpg.webp);
  background-size: cover;
  background-position: center top;
}

@media only screen and (max-width: 560px) {
  .p-worries-bg {
    background: #E7E7E7 url(/-/media/OSCOM2/img/lp/jousys-outsourcing/bg-problem.jpg.webp);
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.p-kitting-bg {
  background: url(/-/media/OSCOM2/img/lp/jousys-outsourcing/bg-service.jpg.webp);
  background-size: cover;
  background-position: center top;
}

@media only screen and (max-width: 560px) {
  .p-kitting-bg {
    background: #EDEBE9 url(/-/media/OSCOM2/img/lp/jousys-outsourcing/bg-service.jpg.webp);
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.p-faq-bg {
  background: #D8D8D8;
}

.p-case-bg {
  background: #DEDEDE;
}

.p-worries-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .p-worries-list {
    gap: 60px;
  }
}

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

@media only screen and (max-width: 560px) {
  .p-worries-list {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-worries-list > li {
  padding: 10px 0 10px;
  text-align: left;
  max-width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 960px) {
  .p-worries-list > li {
    max-width: 100%;
    width: 550px;
  }
}

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

.p-worries-list__copy {
  margin-bottom: 0.25em;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.p-worries-list__icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 136px;
}

@media only screen and (max-width: 560px) {
  .p-worries-list__icon {
    width: 50px;
  }
}

.p-worries-list__icon img {
  aspect-ratio: 1 / 1;
  height: auto;
}

.p-worries-lead {
  display: block;
}

.p-worries-lead span {
  color: #D74E02;
  font-weight: 600;
}

.p-reason-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.p-reason-list > li {
  padding: 0;
  text-align: center;
  width: calc(33% - 20px);
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.p-reason-list__icon {
  position: relative;
  z-index: 2;
}

.p-reason-list__icon img {
  width: 85px;
  height: 85px;
  aspect-ratio: 1 / 1;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .p-reason-list__icon img {
    width: 55px;
    height: 55px;
  }
}

.p-reason-list__copy {
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1.6;
  margin-top: -42px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #D74E02;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 47px 10px 20px;
}

@media only screen and (max-width: 560px) {
  .p-reason-list__copy {
    margin-top: -32px;
    font-size: 20px;
    font-size: 2rem;
    padding: 35px 10px 15px;
  }
}

.p-reason-list__txt {
  border: 1px solid #D74E02;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-reason-list__txt p {
  line-height: 1.5;
}

.p-reason-list__txt p ~ p {
  margin-top: 12px;
}

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

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

.p-cta-box {
  background-color: #D74E02;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 960px) {
  .p-cta-box {
    padding: 25px 20px 30px;
  }
}

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

.p-cta-box--mv {
  padding-top: 0px;
}

@media only screen and (max-width: 960px) {
  .p-cta-box--mv {
    padding-top: 0px;
  }
}

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

.p-cta {
  padding-top: 1px;
}

.p-cta__txt {
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.4em;
}

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

@media only screen and (max-width: 560px) {
  .p-cta__txt {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.p-cta__txt--mv {
  letter-spacing: 0;
  font-size: 20px;
}

@media only screen and (max-width: 960px) {
  .p-cta__txt--mv {
    font-size: 18px;
  }
}

@media only screen and (max-width: 560px) {
  .p-cta__txt--mv {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.p-cta__lead {
  margin-bottom: .5em;
}

.p-cta__lead span {
  border-top: none;
  border-bottom: 1px solid #fff;
  font-size: 32px;
  font-weight: 600;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.35em;
}

@media only screen and (max-width: 960px) {
  .p-cta__lead span {
    font-size: 28px;
  }
}

@media only screen and (max-width: 560px) {
  .p-cta__lead span {
    font-size: 18px;
    font-size: 4.8vw;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}

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

.p-cta__title {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 1.5;
}

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

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

.p-cta__title span {
  font-weight: 600;
  padding-left: 8px;
  display: inline-block;
}

.p-cta-btn-row {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

@media only screen and (max-width: 560px) {
  .p-cta-btn-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.p-cta-btn-row__btn {
  border-radius: 0;
  padding: 1em 1.85em 1em 1.5em;
  line-height: 1.3;
  border: 2px solid #F0F6A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #615A5A;
  border-radius: 100px;
  width: 430px;
  max-width: calc(100% - 0.75em);
  font-weight: 600;
  font-size: 28px;
  background: #fff;
  -webkit-transition: background 0.3s ease, border 0.3s ease;
  transition: background 0.3s ease, border 0.3s ease;
}

@media (any-hover: hover) {
  .p-cta-btn-row__btn:hover {
    background: #F0F6A8;
    color: #615A5A;
    text-decoration: none;
  }
}

@media only screen and (max-width: 1200px) {
  .p-cta-btn-row__btn {
    font-size: 26px;
  }
}

@media only screen and (max-width: 960px) {
  .p-cta-btn-row__btn {
    font-size: 24px;
  }
}

@media only screen and (max-width: 560px) {
  .p-cta-btn-row__btn {
    font-size: 22px;
  }
}

.p-cta-btn-row__btn.-gr {
  background-color: #0DC536;
  color: #fff;
}

@media (any-hover: hover) {
  .p-cta-btn-row__btn.-gr:hover {
    background: #0fdd3d;
    text-decoration: none;
  }
}

.p-case {
  position: relative;
  margin-top: 40px;
  border: 1px solid #C4C4C4;
  padding: 15px;
  border-radius: 0 8px 8px 8px;
  background-color: #fff;
}

.p-case.-gold {
  border: 1px solid #9C7C0C;
}

.p-case__tag {
  position: absolute;
  top: -40px;
  left: -1px;
  background-color: #C4C4C4;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0.75em;
  border-radius: 8px 8px 0 0;
  height: 40px;
}

.p-case__tag.-gold {
  background-color: #C2AA55;
}

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

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

.p-case__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

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

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

.p-case__block ~ .p-case__block {
  margin-top: 56px;
}

.p-case__image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 272px;
}

.p-case__image img {
  aspect-ratio: 272 / 240;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .p-case__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

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

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

.p-case__beforeafter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.p-case__beforeafter .-ttl {
  background-color: #D74E02;
  color: #fff;
  padding: 0.1em 0.5em;
  border-radius: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 4em;
  text-align: center;
}

.p-case__beforeafter .-ttl.-bk {
  background-color: #000;
}

.p-case__beforeafter .-body p {
  line-height: 1.5;
}

.p-case__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-case__body p {
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 2px solid #F0F3F5;
  padding-top: 0.5em;
}

@media only screen and (max-width: 560px) {
  .p-case__body p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-case__body ul {
  text-align: left;
}

.p-case__body ul li {
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.65;
}

@media only screen and (max-width: 560px) {
  .p-case__body ul li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.p-case__body ul li::before {
  content: '・';
}

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

.p-case__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
}

.p-case__fig {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  text-align: center;
  width: 100px;
}

.p-case__fig img {
  width: 77px;
  aspect-ratio: 1 / 1;
  height: auto;
}

.p-case__fig .-name {
  margin-top: 3px;
  font-size: 13px;
}

.p-case__heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}

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

@media only screen and (max-width: 560px) {
  .p-case__heading {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 8px;
  }
}

.p-case__info-ttl {
  background-color: #C4C4C4;
  font-weight: 600;
  padding: 0.25em 1em;
}

.p-case__info-ttl.-gold {
  background-color: #C2AA55;
}

.p-case__info {
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 560px) {
  .p-case__info {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}

.p-case__info dt {
  width: 5.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-case__info dt::after {
  content: '：';
}

.p-case__info dd {
  width: calc(100% - 3.5em);
}

.p-case__list {
  padding: 10px;
}

@media only screen and (max-width: 560px) {
  .slider {
    overflow: auto;
  }
}

.slider table {
  width: 100%;
  table-layout: fixed;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
}

.slider tr th,
.slider tr td {
  border: none;
  height: 100%;
  text-align: left;
}

@media only screen and (max-width: 560px) {
  .slider tr th.sticky:first-child, .slider tr th.sticky:first-child,
  .slider tr td.sticky:first-child,
  .slider tr td.sticky:first-child {
    width: 37.33333vw;
    position: sticky;
    top: 0;
    left: 0;
  }
  .slider tr th.sticky:first-child::before, .slider tr th.sticky:first-child::before,
  .slider tr td.sticky:first-child::before,
  .slider tr td.sticky:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
  }
}

.slider tr th.-w1,
.slider tr td.-w1 {
  width: 29%;
  background-color: #fff;
}

.slider tr th.-wS,
.slider tr td.-wS {
  width: 35.5%;
}

@media only screen and (max-width: 560px) {
  .slider tr th.-wS,
  .slider tr td.-wS {
    width: 44vw;
  }
}

.slider tr th.-wP,
.slider tr td.-wP {
  width: 35.5%;
}

@media only screen and (max-width: 560px) {
  .slider tr th.-wP,
  .slider tr td.-wP {
    width: 44vw;
  }
}

.slider tr th.-none,
.slider tr td.-none {
  width: 10px;
  border: none;
}

.slider th,
.slider td {
  white-space: nowrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  vertical-align: top;
}

@media only screen and (max-width: 560px) {
  .slider th .c-list,
  .slider td .c-list {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-left: 1.0em;
  }
}

.slider .-thead {
  background-color: #C4C4C4;
  border-radius: 10px 10px 0 0;
  height: 100%;
  padding: 10px;
  text-align: center;
}

.slider .-thead.-gold {
  background-color: #C2AA55;
}

.slider .-thead .-p {
  font-weight: bold;
  line-height: 1.5;
}

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

.slider .-thead .-ttl {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 960px) {
  .slider .-thead .-ttl {
    font-size: 24px;
  }
}

@media only screen and (max-width: 560px) {
  .slider .-thead .-ttl {
    font-size: 18px;
  }
}

.slider .-tbody-th p {
  line-height: 1.5;
}

.slider .-tbody-th.-box {
  background-color: #e8e8e8;
  border-radius: 0;
  border: 1px solid #999;
  border-right: none;
  height: 100%;
  padding: 10px;
}

@media only screen and (max-width: 560px) {
  .slider .-tbody-th.-box {
    padding: 10px 5px;
    height: inherit;
  }
}

.slider .-tbody-th.-box.-total1 {
  width: 50%;
  margin-left: auto;
  border-top: none;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 960px) {
  .slider .-tbody-th.-box.-total1 {
    width: 50%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .slider .-tbody-th.-box.-total1 {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.slider .-tbody-th.-box.-total2 {
  width: 50%;
  margin-left: auto;
  border-top: none;
  border-radius: 0 0 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
  background-color: #fff;
}

@media only screen and (max-width: 960px) {
  .slider .-tbody-th.-box.-total2 {
    width: 50%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .slider .-tbody-th.-box.-total2 {
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.slider .-tbody-th.-box--top {
  background-color: #fff;
  border-radius: 10px 0 0 0;
  border-bottom: none;
}

.slider .-tbody-th.-box--bottom {
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 0 10px;
}

@media only screen and (max-width: 560px) {
  .slider .-tbody-th.-box--bottom {
    border-radius: 0;
  }
}

.slider .-tbody-th .-txt {
  line-height: 1;
  font-size: 28px;
  font-weight: 600;
}

@media only screen and (max-width: 960px) {
  .slider .-tbody-th .-txt {
    font-size: 24px;
  }
}

@media only screen and (max-width: 560px) {
  .slider .-tbody-th .-txt {
    font-size: 18px;
    text-align: center;
  }
}

.slider .-tbody-th .-txt span {
  font-size: 16px;
  display: inline-block;
  line-height: 1.35;
  margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
  .slider .-tbody-th .-txt span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 560px) {
  .slider .-tbody-th .-txt span {
    font-size: 11px;
  }
}

.slider .-tbody-th .-txt span.-xsmall {
  font-size: 13.5px;
  font-weight: 600;
}

@media only screen and (max-width: 560px) {
  .slider .-tbody-th .-txt span.-xsmall {
    font-size: 11px;
  }
}

.slider .-tbody-th .-subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
  .slider .-tbody-th .-subttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
}

.slider .-tbody-th .-subttl .-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50px;
}

@media only screen and (max-width: 560px) {
  .slider .-tbody-th .-subttl .-icon {
    width: 30px;
  }
}

.slider .-tbody-th .-subttl img {
  height: auto;
}

.slider .-tbody-th .-subttl img.-ope {
  aspect-ratio: 19 / 17;
}

.slider .-tbody-th .-subttl img.-dev {
  aspect-ratio: 23 / 12;
}

.slider .-tbody-th .-subttl img.-data {
  aspect-ratio: 52 / 51;
}

.slider .-tbody-th .-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 8px;
}

@media only screen and (max-width: 960px) {
  .slider .-tbody-th .-check {
    font-size: 14px;
  }
}

@media only screen and (max-width: 560px) {
  .slider .-tbody-th .-check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.slider .-tbody-th .-check img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 20px;
}

@media only screen and (max-width: 560px) {
  .slider .-tbody-th .-check img {
    width: 16px;
  }
}

.slider .-td-grey {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #D3D3D3;
  height: 100%;
  padding: 10px 15px;
}

@media only screen and (max-width: 560px) {
  .slider .-td-grey {
    padding: 10px 10px;
  }
}

.slider .-td-grey.-odd {
  background-color: #BFBFBF;
}

.slider .-td-devide-white {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #FFF;
  height: 100%;
}

.slider .-td-gold {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #D1C185;
  height: 100%;
  padding: 10px 15px;
}

.slider .-td-gold.-odd {
  background-color: #BEAD71;
}

.slider .-total-time {
  padding-left: 13%;
}

@media only screen and (max-width: 960px) {
  .slider .-total-time {
    padding-left: 10%;
  }
}

@media only screen and (max-width: 560px) {
  .slider .-total-time {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}

.slider .-time {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 560px) {
  .slider .-time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.slider .-time span {
  font-size: 32px;
  font-size: 3.2rem;
  margin-right: 5px;
}

@media only screen and (max-width: 960px) {
  .slider .-time span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 560px) {
  .slider .-time span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-plan-info {
  display: none;
}

@media only screen and (max-width: 560px) {
  .p-plan-info {
    display: block;
    margin: 0 15px 20px;
    text-align: center;
  }
}

.p-plan-notice {
  text-indent: -3em;
  margin-left: 3em;
  width: 450px;
  max-width: 100%;
  margin: 30px auto;
}

@media only screen and (max-width: 560px) {
  .p-plan-notice {
    padding-left: 4em;
    padding-right: 1em;
  }
}

.p-faq {
  border: 2px solid #999;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff;
}

.p-faq ~ .p-faq {
  margin-top: 40px;
}

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

.p-faq .-icon {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: bold;
  color: #DB0000;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 40px;
  text-align: center;
  margin-top: 0px;
}

@media only screen and (max-width: 560px) {
  .p-faq .-icon {
    font-size: 24px;
    font-size: 2.4rem;
    width: 30px;
  }
}

.p-faq .-icon.-blue {
  color: #131ACA;
}

.p-faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 20px;
  font-size: 2rem;
}

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

.p-faq__head p {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 600;
}

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

.p-faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  gap: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

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

.p-kitting__lead {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 560px) {
  .p-kitting__lead {
    margin-bottom: 30px;
  }
}

.p-kitting__notice {
  margin-top: 1em;
  text-align: right;
}

@media only screen and (max-width: 560px) {
  .p-kitting__notice {
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
}

.p-table-plan-kt {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  height: 100%;
}

.p-table-plan-kt .-ktw1 {
  width: 34%;
}

@media only screen and (max-width: 560px) {
  .p-table-plan-kt .-ktw1 {
    width: 33%;
  }
}

.p-table-plan-kt .-ktw2 {
  width: 15%;
}

@media only screen and (max-width: 560px) {
  .p-table-plan-kt .-ktw2 {
    width: 19%;
  }
}

.p-table-plan-kt tr th,
.p-table-plan-kt tr td {
  height: 100%;
  background: #E8E8E8;
}

.p-table-plan-kt tr th:nth-child(3),
.p-table-plan-kt tr td:nth-child(3) {
  background-color: #E2E2E2;
}

.p-table-plan-kt tr th:nth-child(4),
.p-table-plan-kt tr td:nth-child(4) {
  background-color: #DBDBDB;
}

.p-table-plan-kt tr:nth-child(odd) th,
.p-table-plan-kt tr:nth-child(odd) td {
  background: #F2F2F2;
}

.p-table-plan-kt tr:nth-child(odd) th.-blank, .p-table-plan-kt tr:nth-child(odd) th.-transparent,
.p-table-plan-kt tr:nth-child(odd) td.-blank,
.p-table-plan-kt tr:nth-child(odd) td.-transparent {
  background: transparent;
}

.p-table-plan-kt tr:nth-child(odd) th:nth-child(3),
.p-table-plan-kt tr:nth-child(odd) td:nth-child(3) {
  background-color: #EDEDED;
}

.p-table-plan-kt tr:nth-child(odd) th:nth-child(4),
.p-table-plan-kt tr:nth-child(odd) td:nth-child(4) {
  background-color: #E6E6E6;
}

.p-table-plan-kt th {
  font-weight: normal;
  text-align: left;
  line-height: 1.35;
}

@media only screen and (max-width: 560px) {
  .p-table-plan-kt th {
    text-align: left;
    font-weight: 600;
  }
}

.p-table-plan-kt th,
.p-table-plan-kt td {
  padding: .35em .75em;
  color: #000;
  vertical-align: middle;
}

.p-table-plan-kt th.-bg-head,
.p-table-plan-kt td.-bg-head {
  padding: 0;
}

@media only screen and (max-width: 560px) {
  .p-table-plan-kt th,
  .p-table-plan-kt td {
    width: 100%;
    padding: 8px 5px;
  }
}

.p-table-plan-kt td {
  text-align: center;
}

.p-table-plan-kt .-head-c1 {
  background: #F2F2F2;
  padding: 20px 15px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .p-table-plan-kt .-head-c1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-table-plan-kt .-head-c1 {
    padding: 15px 5px;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.p-table-plan-kt .-head-c2 {
  background: #D9D9D9;
  padding: 20px 15px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .p-table-plan-kt .-head-c2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-table-plan-kt .-head-c2 {
    padding: 15px 5px;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

.p-table-plan-kt .-head-c3 {
  background: #B7B7B7;
  padding: 20px 15px;
  border-radius: 0 10px 0 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  height: 100%;
}

@media only screen and (max-width: 960px) {
  .p-table-plan-kt .-head-c3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 560px) {
  .p-table-plan-kt .-head-c3 {
    padding: 15px 5px;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}

footer {
  background-color: #D74E02;
}

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

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

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

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

@media only screen and (max-width: 960px) {
  .u-br-pc {
    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: #095DBF;
}

.u-red {
  color: #BC1212;
}

.u-bold-red {
  color: #BC1212;
  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-width23 {
  width: 23% !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;
}
