@charset "UTF-8";
/*!
==========================================================================

SASSにて記述しております。
本ファイルは編集されないよう、お願い申し上げます。

==========================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Montserrat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
.js-fadein {
  opacity: 0;
}
.js-fadein.is-show {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.05em;
}

sup {
  top: -0.4em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #074999;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #074999;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  color: #282828;
  line-height: 1.625;
  font-weight: 500;
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1000px;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 3.7333333333vw;
  }
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  pointer-events: none;
}

i, em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-size: inherit;
}

* {
  outline: none;
}

.animate__animated {
  opacity: 0;
}

iframe + img {
  display: block;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1220px) {
  .l-header__logo {
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    top: 0;
    left: 3.4666666667vw;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.l-header__logo .-logo01, .l-header__logo .-logo02 {
  opacity: 0;
  position: absolute;
}
.l-header__logo .-logo01.-duration, .l-header__logo .-logo02.-duration {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.l-header__logo .-logo01.is-active, .l-header__logo .-logo02.is-active {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  opacity: 1;
}
.l-header__logo .-logo01 {
  top: 10px;
  left: 30px;
  width: 284px;
  height: 45px;
}
.l-header__logo .-logo01.is-active {
  top: 28px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo .-logo01 {
    top: -15px;
    left: 0;
    width: 190px;
    height: 45px;
  }
  .l-header__logo .-logo01.is-active {
    top: 0px;
  }
}
.l-header__logo .-logo02 {
  top: -30px;
  left: 30px;
  width: 130px;
  height: 130px;
}
.l-header__logo .-logo02.is-active {
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo .-logo02 {
    top: -25px;
    left: 0;
    width: 70px;
    height: 70px;
  }
  .l-header__logo .-logo02.is-active {
    top: 0px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-header__logo a.u-sp {
    display: block;
  }
  .l-header__logo a.u-pc {
    display: none;
  }
}
.l-header__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .l-header__trigger {
    width: 14.1333333333vw;
    height: 14.1333333333vw;
    top: 0.8vw;
    right: 2.6666666667vw;
    background: #fff;
  }
}
.l-header__trigger span {
  position: absolute;
  left: 23px;
  width: 24px;
  height: 2px;
  background-color: #ff8a2a;
  border-radius: 2px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__trigger span:nth-of-type(1) {
  top: 24px;
}
.l-header__trigger span:nth-of-type(2) {
  top: 34px;
}
.l-header__trigger span:nth-of-type(3) {
  bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .l-header__trigger span {
    left: 4vw;
    width: 6.1333333333vw;
    border-radius: 0.2666666667vw;
  }
  .l-header__trigger span:nth-of-type(1) {
    top: 4.8vw;
  }
  .l-header__trigger span:nth-of-type(2) {
    top: 6.8vw;
  }
  .l-header__trigger span:nth-of-type(3) {
    bottom: 4.8vw;
  }
}
.l-header__trigger.is-active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header__trigger.is-active span {
  background: #000;
}
.l-header__trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .l-header__trigger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(2.3vw) rotate(-45deg);
    transform: translateY(2.3vw) rotate(-45deg);
  }
}
.l-header__trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .l-header__trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-2vw) rotate(45deg);
    transform: translateY(-2vw) rotate(45deg);
  }
}
.l-header nav {
  display: none;
}
.l-header nav.is-active {
  display: block;
}
.l-header__nav {
  width: 445px;
  height: 100%;
  padding: 130px 70px 0 70px;
  -webkit-box-shadow: 0.576px 10.985px 24px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0.576px 10.985px 24px 0px rgba(0, 0, 0, 0.13);
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translate(445px, 0);
          transform: translate(445px, 0);
}
@media only screen and (max-width: 768px) {
  .l-header__nav {
    width: 100%;
    height: auto;
    padding: 12vw 13.3333333333vw 10vw 13.3333333333vw;
    -webkit-box-shadow: 0.576px 10.985px 24px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 0.576px 10.985px 24px 0px rgba(0, 0, 0, 0.13);
  }
}
.l-header__nav__logo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .l-header__nav__logo {
    text-align: center;
    margin-bottom: 4.5333333333vw;
  }
  .l-header__nav__logo img {
    width: 51.3333333333vw;
  }
}
.l-header__nav__list {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .l-header__nav__list {
    margin-bottom: 7.2vw;
    border-bottom: 1px solid #c9c9c9;
  }
}
.l-header__nav__list__item + li {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .l-header__nav__list__item + li {
    margin-top: 0;
  }
}
.l-header__nav__list__item a {
  font-size: 2.4rem;
  display: block;
  padding: 0 0 0 36px;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .l-header__nav__list__item a {
    padding: 0;
    font-size: 4.1333333333vw;
    height: 12.2666666667vw;
    line-height: 12.2666666667vw;
    border-top: 1px solid #c9c9c9;
    text-align: center;
  }
  .l-header__nav__list__item a:before {
    display: none;
  }
}
.l-header__nav__list__item a:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #000;
}
@media screen and (min-width: 769px) {
  .l-header__nav__list__item a:hover {
    color: #ff8a2a;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.l-header__nav__contact .c-btn--flat {
  background: #003b87;
}
.l-header__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}
.l-header__bg.is-active {
  display: block;
}

.l-footer {
  padding: 54px 0 30px;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 32px 0 77px;
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}
.l-footer .pagetop {
  position: fixed;
  bottom: -100px;
  right: 20px;
  font-size: 0;
  background: #074999;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .l-footer .pagetop {
    width: 52px;
    height: 52px;
  }
}
.l-footer .pagetop.is-show {
  bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .l-footer .pagetop.is-show {
    bottom: 80px;
  }
}
.l-footer .pagetop:hover {
  opacity: 0.75;
}
.l-footer .pagetop::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 26px;
  width: 20px;
  height: 20px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .l-footer .pagetop::before {
    top: 23px;
    left: 20px;
    width: 14px;
    height: 14px;
  }
}

.c-btn--flat {
  display: block;
  padding: 15px;
  background: #074999;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .c-btn--flat:hover {
    background: #ff8a2a;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn--flat {
    padding: 4vw;
    font-size: 4.1333333333vw;
  }
}
.c-btn--flat > span {
  color: #fff;
  display: inline-block;
  position: relative;
}
.c-btn--flat.-contact > span {
  padding: 0 0 0 40px;
}
.c-btn--flat.-contact > span:before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 16px;
  top: calc(50% - 8px);
  left: 0px;
  background: url(../img/icon_contact.png) center bottom/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .c-btn--flat.-contact > span {
    padding: 0 0 0 8vw;
  }
  .c-btn--flat.-contact > span:before {
    width: 5.3333333333vw;
    height: 3.7333333333vw;
    top: calc(50% - vw(14));
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 26px;
}

.c-btn {
  width: 100%;
  max-width: 326px;
  border-radius: 39px;
  position: relative;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 7px;
}
@media only screen and (max-width: 768px) {
  .c-btn {
    max-width: 157px;
    margin: 0 5px;
  }
}
.c-btn[data-color=orange] {
  background: #f6ac1d;
  -webkit-box-shadow: 0 5px 0 #b5780e;
          box-shadow: 0 5px 0 #b5780e;
}
.c-btn[data-color=red] {
  background: #ff8282;
  -webkit-box-shadow: 0 5px 0 #e76767;
          box-shadow: 0 5px 0 #e76767;
}
.c-btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.c-btn > a {
  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;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  padding: 14px 0;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .c-btn > a {
    font-size: 1.4rem;
  }
}
.c-btn > a span {
  position: relative;
}
.c-btn > a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.c-btn > a span.letter {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .c-btn > a span.letter {
    padding-left: 20px;
  }
}
.c-btn > a span.letter::before {
  width: 32px;
  height: 24px;
  background: url("../img/icon-letter.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .c-btn > a span.letter::before {
    width: 16px;
    height: 12px;
  }
}
.c-btn > a span.pin {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .c-btn > a span.pin {
    padding-left: 20px;
  }
}
.c-btn > a span.pin::before {
  width: 21px;
  height: 30px;
  background: url("../img/icon-pin.svg") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .c-btn > a span.pin::before {
    width: 13px;
    height: 22px;
  }
}

.c-sec__head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-sec__head-label {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: center;
  width: 154px;
  margin: 0 auto;
  padding: 2px 0 3px;
  background: #074999;
  border-radius: 16.5px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .c-sec__head-label {
    width: 110px;
    font-size: 1.2rem;
  }
}
.c-sec__head-note {
  display: block;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .c-sec__head-note {
    font-size: 1.4rem;
  }
}
.c-sec__head-ttl {
  position: relative;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.24;
  text-align: center;
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  .c-sec__head-ttl {
    font-size: 3.1rem;
    margin-top: 9px;
  }
}
.c-sec__head-ttl > span {
  display: inline-block;
}
.c-sec__head-txt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 42px;
}
@media only screen and (max-width: 768px) {
  .c-sec__head-txt {
    font-size: 1.4rem;
    margin-top: 29px;
  }
}
.c-sec__head-bubble {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
}
.c-sec__head-bubble[data-bubble=point01] {
  width: 147px;
  top: -60px;
  left: 90px;
}
@media only screen and (max-width: 768px) {
  .c-sec__head-bubble[data-bubble=point01] {
    width: 76px;
    top: -30px;
    left: -26px;
  }
}
.c-sec__head-bubble[data-bubble=point02] {
  width: 105px;
  top: -71px;
  left: -66px;
}
@media only screen and (max-width: 768px) {
  .c-sec__head-bubble[data-bubble=point02] {
    width: 60px;
    top: -29px;
    left: 30px;
  }
}
.c-sec__head-bubble[data-bubble=point03] {
  width: 106px;
  top: -72px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .c-sec__head-bubble[data-bubble=point03] {
    width: 60px;
    top: -32px;
    left: 5px;
  }
}
.c-sec__head-bubble[data-bubble=point04] {
  width: 106px;
  top: -65px;
  left: -52px;
}
@media only screen and (max-width: 768px) {
  .c-sec__head-bubble[data-bubble=point04] {
    width: 60px;
    top: -36px;
    left: -11px;
  }
}
.c-sec__head-bubble[data-bubble=simulation] {
  width: 189px;
  top: -82px;
  left: -67px;
}
@media only screen and (max-width: 768px) {
  .c-sec__head-bubble[data-bubble=simulation] {
    width: 113px;
    top: -38px;
    left: -52px;
  }
}

.c-sec__foot {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .c-sec__foot {
    margin-top: 24px;
    padding: 0 25px;
  }
}
.c-sec__foot-inner {
  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;
}
.c-sec__foot-illust {
  width: 100%;
  max-width: 281px;
  margin-right: 45px;
}
@media only screen and (max-width: 768px) {
  .c-sec__foot-illust {
    max-width: 100px;
    margin-right: 12px;
  }
}
.c-sec__foot-txt {
  font-size: 2.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .c-sec__foot-txt {
    font-size: 1.2rem;
  }
}
.c-sec__foot-txt .font-large {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.63;
}
@media only screen and (max-width: 768px) {
  .c-sec__foot-txt .font-large {
    font-size: 1.8rem;
  }
}
.c-sec__foot-list {
  font-size: 2.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .c-sec__foot-list {
    font-size: 1.2rem;
  }
}
.c-sec__foot-list li {
  position: relative;
  padding-left: 24px;
}
@media only screen and (max-width: 768px) {
  .c-sec__foot-list li {
    padding-left: 13px;
  }
}
.c-sec__foot-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .c-sec__foot-list li::before {
    width: 5px;
    height: 5px;
  }
}
.c-sec__foot-list li:not(:first-child) {
  margin-top: 21px;
}
@media only screen and (max-width: 768px) {
  .c-sec__foot-list li:not(:first-child) {
    margin-top: 5px;
  }
}
.c-sec__foot-list li:nth-child(1)::before {
  top: 15px;
}
.c-sec__foot-list li:nth-child(2)::before {
  top: 31px;
}
.c-sec__foot-list li:nth-child(3)::before {
  top: 31px;
}
.c-sec__foot-list .font-large {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.63;
}
@media only screen and (max-width: 768px) {
  .c-sec__foot-list .font-large {
    font-size: 1.5rem;
  }
}

.u-pc {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: inherit;
  }
}

.en {
  font-family: "Open Sans", sans-serif;
}

.color-blue {
  color: #074999;
}

.color-orange {
  color: #f6ac1d;
}

.color-red {
  color: #ff8282;
}

.font-bold {
  font-weight: bold;
}

.bg-gray {
  background: #ececec;
}

.bg-orange {
  background: #fbeed9;
}

.bg-blue {
  background: #ecf3fc;
}

.marker-orange {
  background: #fbeed9;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbeed9), to(#fbeed9)) 0 100%/0 100% no-repeat;
  background: linear-gradient(#fbeed9, #fbeed9) 0 100%/0 100% no-repeat;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.marker-orange.is-marker {
  background-size: 100% 100%;
}

.marker-orange02 {
  background: #fbe3a9;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbe3a9), to(#fbe3a9)) 0 100%/0 100% no-repeat;
  background: linear-gradient(#fbe3a9, #fbe3a9) 0 100%/0 100% no-repeat;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.marker-orange02.is-marker {
  background-size: 100% 100%;
}

.marker-red {
  background: #ffdede;
}

.marker-red-half {
  font-weight: bold;
  background: #ffdede;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffdede), color-stop(51%, #ffdede), color-stop(51%, rgba(255, 222, 222, 0)), to(rgba(255, 222, 222, 0)));
  background: linear-gradient(0deg, #ffdede 0%, #ffdede 51%, rgba(255, 222, 222, 0) 51%, rgba(255, 222, 222, 0) 100%);
}

.align-l {
  text-align: left !important;
}

@media only screen and (min-width: 769px) {
  .align-l-pc {
    text-align: left !important;
  }
}

@media only screen and (max-width: 768px) {
  .align-l-sp {
    text-align: left !important;
  }
}

.align-c {
  text-align: center !important;
}

@media only screen and (min-width: 769px) {
  .align-c-pc {
    text-align: center !important;
  }
}

@media only screen and (max-width: 768px) {
  .align-c-sp {
    text-align: center !important;
  }
}

.align-r {
  text-align: right !important;
}

@media only screen and (min-width: 769px) {
  .align-r-pc {
    text-align: right !important;
  }
}

@media only screen and (max-width: 768px) {
  .align-r-sp {
    text-align: right !important;
  }
}

.delay-1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.delay-2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.delay-3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.delay-4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.delay-5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.delay-6 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.delay-7 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.delay-8 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.delay-9 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.delay-10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.delay-11 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.delay-12 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.delay-13 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}

.delay-14 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.delay-15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.delay-16 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}

.delay-17 {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}

.delay-18 {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

.delay-19 {
  -webkit-transition-delay: 1.9s !important;
          transition-delay: 1.9s !important;
}

.delay-20 {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

.delay-21 {
  -webkit-transition-delay: 2.1s !important;
          transition-delay: 2.1s !important;
}

.delay-22 {
  -webkit-transition-delay: 2.2s !important;
          transition-delay: 2.2s !important;
}

.delay-23 {
  -webkit-transition-delay: 2.3s !important;
          transition-delay: 2.3s !important;
}

.delay-24 {
  -webkit-transition-delay: 2.4s !important;
          transition-delay: 2.4s !important;
}

.delay-25 {
  -webkit-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
}

.delay-26 {
  -webkit-transition-delay: 2.6s !important;
          transition-delay: 2.6s !important;
}

.delay-27 {
  -webkit-transition-delay: 2.7s !important;
          transition-delay: 2.7s !important;
}

.delay-28 {
  -webkit-transition-delay: 2.8s !important;
          transition-delay: 2.8s !important;
}

.delay-29 {
  -webkit-transition-delay: 2.9s !important;
          transition-delay: 2.9s !important;
}

.delay-30 {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important;
}

.delay-31 {
  -webkit-transition-delay: 3.1s !important;
          transition-delay: 3.1s !important;
}

.delay-32 {
  -webkit-transition-delay: 3.2s !important;
          transition-delay: 3.2s !important;
}

.delay-33 {
  -webkit-transition-delay: 3.3s !important;
          transition-delay: 3.3s !important;
}

.delay-34 {
  -webkit-transition-delay: 3.4s !important;
          transition-delay: 3.4s !important;
}

.delay-35 {
  -webkit-transition-delay: 3.5s !important;
          transition-delay: 3.5s !important;
}

.delay-36 {
  -webkit-transition-delay: 3.6s !important;
          transition-delay: 3.6s !important;
}

.delay-37 {
  -webkit-transition-delay: 3.7s !important;
          transition-delay: 3.7s !important;
}

.delay-38 {
  -webkit-transition-delay: 3.8s !important;
          transition-delay: 3.8s !important;
}

.delay-39 {
  -webkit-transition-delay: 3.9s !important;
          transition-delay: 3.9s !important;
}

.delay-40 {
  -webkit-transition-delay: 4s !important;
          transition-delay: 4s !important;
}

.delay-41 {
  -webkit-transition-delay: 4.1s !important;
          transition-delay: 4.1s !important;
}

.delay-42 {
  -webkit-transition-delay: 4.2s !important;
          transition-delay: 4.2s !important;
}

.delay-43 {
  -webkit-transition-delay: 4.3s !important;
          transition-delay: 4.3s !important;
}

.delay-44 {
  -webkit-transition-delay: 4.4s !important;
          transition-delay: 4.4s !important;
}

.delay-45 {
  -webkit-transition-delay: 4.5s !important;
          transition-delay: 4.5s !important;
}

.delay-46 {
  -webkit-transition-delay: 4.6s !important;
          transition-delay: 4.6s !important;
}

.delay-47 {
  -webkit-transition-delay: 4.7s !important;
          transition-delay: 4.7s !important;
}

.delay-48 {
  -webkit-transition-delay: 4.8s !important;
          transition-delay: 4.8s !important;
}

.delay-49 {
  -webkit-transition-delay: 4.9s !important;
          transition-delay: 4.9s !important;
}

.p-prices_rise {
  li {
    display: grid;
    grid-template-columns: 44% auto;
    align-items: end;
    gap: 2.4em;
    .c-row -img {
      width: 100%;
      height: auto;
    }
    @media screen and (max-width: 768px) {
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
  *+li {
    margin-top: 2.4em;
  }
  *+& {
    margin-top: 4em;
  }
}

/*
* Table Component
*/
.p-table-bordered {
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
  font-size: 1.4rem;
  background: #fff;
  margin-bottom: 1em;

  caption {
    text-align: left;
    padding-bottom: .5em;
    font-size: 1.7rem;
    font-weight: bold;
    @media screen and (max-width: 768px) {
      text-align: center;
      font-size: 1.4em;
    }
  }
  
  th,
  td {
    border: 1px solid #cfcfcf;
    text-align: center;
    vertical-align: middle;
    padding: .8em;
    
    @media only screen and (max-width: 768px) {
      padding: .8em;
    }
    
    &.font-large {
      font-size: 1.8rem;
      font-weight: bold;
      
      @media only screen and (max-width: 768px) {
        font-size: 1.1rem;
      }
    }
  }
  
  thead th {
    background: #f5f5f5;
  }
  td {
    text-align: right;
    color: #333;
  }
  
  tbody th {
    text-align: left;
  }
  tr th:first-of-type {
    width: 10em;
  }

  thead tr *:nth-of-type(2),
  tbody tr td:first-of-type {
    background: #fbeed9;
  }
  thead tr *:nth-of-type(2) {
    color: #f6ac1d;
  }

  @media only screen and (max-width: 768px) {
    font-size: 1.1rem;
  }
  
}

/*
* リンクテキスト ホバーアニメーション(複数行対応)
* $color: 下線の色をカラーコードで指定してください。
*/
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.js-bounce {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.js-bounce.in-view {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes bounce-in-down {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
            transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
            transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
            transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
            transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes bounce-in-down {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
            transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
            transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
            transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
            transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.pj-mv {
  padding-top: 86px;
}
@media only screen and (max-width: 768px) {
  .pj-mv {
    padding-top: 53px;
  }
}
.pj-mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1127px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pj-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    background: url("../img/mv-head_bg_sp.png") center top/90% auto no-repeat;
  }
}
.pj-mv__head {
  position: relative;
  width: 100%;
  max-width: 626px;
  padding: 205px 0 50px;
  background: url("../img/mv-head_bg.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-mv__head {
    padding: 87px 0px 50px;
    background: none;
  }
}
.pj-mv__head__ttl {
  position: relative;
  width: 100%;
  max-width: 508px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pj-mv__head__ttl {
    width: 80%;
  }
}
.pj-mv__head__ttl-baloon {
  position: absolute;
  top: -109px;
  right: -23px;
  width: 173px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .pj-mv__head__ttl-baloon {
    width: 88px;
    top: -52px;
    right: 10%;
  }
}
.pj-mv__head__ttl-sub {
  position: absolute;
  right: 22px;
  top: 45px;
  color: #767a7e;
  font-size: 2.1rem;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 768px) {
  .pj-mv__head__ttl-sub {
    right: 20px;
    top: 30px;
    font-size: 1.1rem;
  }
}
.pj-mv__head__ttl-sub .en {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .pj-mv__head__ttl-sub .en {
    font-size: 1.2rem;
  }
}
.pj-mv__head__note {
  margin-top: 58px;
  width: 100%;
  max-width: 508px;
  margin: 34px auto 0;
}
@media only screen and (max-width: 768px) {
  .pj-mv__head__note {
    margin-top: 12px;
    display: block;
  }
}
.pj-mv__head__note > li {
  color: #797979;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 768px) {
  .pj-mv__head__note > li {
    font-size: 1rem;
  }
}
.pj-mv__img {
  position: relative;
  right: 30px;
  top: 57px;
  width: 100%;
  max-width: 530px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .pj-mv__img {
    right: auto;
    top: auto;
    max-width: 302px;
    margin: -42px auto 0;
    overflow-y: hidden;
    padding-top: 12px;
  }
}
.pj-mv__img::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -26%;
  width: 648px;
  height: 600px;
  background: url("../img/mv-bg.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-mv__img::before {
    width: 100%;
    height: 68.4vw;
    top: 0;
    right: 0;
    background: url("../img/mv-bg_sp.png") center/contain no-repeat;
  }
}
.pj-mv__img img {
  position: relative;
  z-index: 1;
}

/*
* この記事の内容
*/
.pj-nav {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .pj-nav {
    margin-top: 28px;
    padding: 0 15px;
  }
}
.pj-nav__inner {
  width: 100%;
  max-width: 1127px;
  margin: 0 auto;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
}
.pj-nav__head {
  position: relative;
  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;
  padding: 0 39px;
}
@media only screen and (max-width: 768px) {
  .pj-nav__head {
    padding: 0 20px;
  }
}
.pj-nav__head::before {
  position: absolute;
  right: 39px;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/icon-accordion-close.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-nav__head::before {
    right: 22px;
    width: 26px;
    height: 26px;
  }
}
.pj-nav__head.is-open::before {
  background: url("../img/icon-accordion-open.png") center/contain no-repeat;
}
.pj-nav__head:hover {
  cursor: pointer;
}
.pj-nav__head-ttl {
  font-size: 2rem;
  padding: 18px 0 16px;
}
@media only screen and (max-width: 768px) {
  .pj-nav__head-ttl {
    font-size: 1.4rem;
  }
}
.pj-nav__head-ttl span {
  position: relative;
  padding-left: 42px;
}
@media only screen and (max-width: 768px) {
  .pj-nav__head-ttl span {
    padding-left: 24px;
  }
}
.pj-nav__head-ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 32px;
  background: url("../img/icon-writting.svg") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-nav__head-ttl span::before {
    width: 18px;
    height: 22px;
  }
}
.pj-nav__body {
  display: none;
  padding: 0 39px;
}
@media only screen and (max-width: 768px) {
  .pj-nav__body {
    padding: 0 20px;
  }
}
.pj-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px dotted #d6d6d6;
  padding-top: 37px;
  padding-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  .pj-nav__wrap {
    padding-top: 21px;
  }
}
.pj-nav__list {
  width: 100%;
  max-width: 600px;
}
.pj-nav__list li {
  position: relative;
  padding-left: 31px;
}
@media only screen and (max-width: 768px) {
  .pj-nav__list li {
    padding-left: 23px;
    line-height: 1.2;
  }
  .pj-nav__list li:not(:first-child) {
    margin-top: 16px;
  }
}
.pj-nav__list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../img/icon-arrow-right-round.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-nav__list li::before {
    top: 1px;
    width: 15px;
    height: 15px;
  }
}
.pj-nav__list li a {
  color: #033b88;
  font-size: 1.6rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#033b88), to(#033b88)) 0 100%/0 1px no-repeat;
  background: linear-gradient(#033b88, #033b88) 0 100%/0 1px no-repeat;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  text-decoration: none;
}
.pj-nav__list li a:hover {
  background-size: 100% 1px;
}
@media only screen and (max-width: 768px) {
  .pj-nav__list li a {
    font-size: 1.4rem;
  }
}

.pj-about {
  position: relative;
  margin-top: 134px;
  background: url("../img/bg-about-texture_center.png") top left/auto;
}
@media only screen and (max-width: 768px) {
  .pj-about {
    background: url("../img/bg-about-texture_center_sp.png") top left/auto;
  }
}
.pj-about.in-view .pj-about__head-baloon li {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 768px) {
  .pj-about {
    margin-top: 75px;
  }
}
.pj-about::before, .pj-about::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .pj-about::before, .pj-about::after {
    height: 12px;
  }
}
.pj-about::before {
  top: -23px;
  background: url("../img/bg-about-texture_top.png") top left/auto 24px repeat-x;
}
@media only screen and (max-width: 768px) {
  .pj-about::before {
    top: -12px;
    background: url("../img/bg-about-texture_top.png") top left/auto 12px repeat-x;
  }
}
.pj-about::after {
  bottom: -23px;
  background: url("../img/bg-about-texture_bottom.png") bottom left/auto 24px repeat-x;
}
@media only screen and (max-width: 768px) {
  .pj-about::after {
    bottom: -12px;
    background: url("../img/bg-about-texture_bottom.png") bottom left/auto 12px repeat-x;
  }
}
.pj-about__inner {
  width: 100%;
  max-width: 1127px;
  margin: 0 auto;
}
.pj-about__head {
  position: relative;
  padding-top: 198px;
}
@media only screen and (max-width: 768px) {
  .pj-about__head {
    padding-top: 120px;
  }
}
.pj-about__head-baloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pj-about__head-baloon li {
  position: absolute;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pj-about__head-baloon li {
    z-index: 1;
  }
}
.pj-about__head-baloon li:nth-child(1) {
  width: 174px;
  top: 131px;
  left: 100px;
}
@media only screen and (max-width: 768px) {
  .pj-about__head-baloon li:nth-child(1) {
    width: 87px;
    left: 4px;
    top: 80px;
  }
}
.pj-about__head-baloon li:nth-child(2) {
  width: 212px;
  top: 24px;
  left: 21.2%;
}
@media only screen and (max-width: 768px) {
  .pj-about__head-baloon li:nth-child(2) {
    width: 106px;
    top: 3px;
    left: 9.5%;
  }
}
.pj-about__head-baloon li:nth-child(3) {
  width: 188px;
  top: -71px;
  left: 41%;
}
@media only screen and (max-width: 768px) {
  .pj-about__head-baloon li:nth-child(3) {
    width: 94px;
    top: -47px;
    left: calc(50% - 47px);
  }
}
.pj-about__head-baloon li:nth-child(4) {
  width: 226px;
  top: 28px;
  right: 20.7%;
}
@media only screen and (max-width: 768px) {
  .pj-about__head-baloon li:nth-child(4) {
    width: 113px;
    right: 7%;
    top: 3px;
  }
}
.pj-about__head-baloon li:nth-child(5) {
  width: 200px;
  top: 157px;
  right: 120px;
}
@media only screen and (max-width: 768px) {
  .pj-about__head-baloon li:nth-child(5) {
    width: 112px;
    right: 4px;
    top: 80px;
  }
}
.pj-about__head-illust {
  position: relative;
  width: 472px;
  margin: -26px auto 0;
  left: -42px;
}
@media only screen and (max-width: 768px) {
  .pj-about__head-illust {
    width: 100%;
    max-width: 211px;
    margin: -32px auto 0;
    left: -16px;
  }
}
.pj-about__bottom {
  margin-top: 34px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .pj-about__bottom {
    padding-bottom: 42px;
  }
}
.pj-about__bottom-txt {
  display: block;
  max-width: 414px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 3px 26px 4px;
  border-radius: 23px;
  background: #074999;
}
@media only screen and (max-width: 768px) {
  .pj-about__bottom-txt {
    max-width: 207px;
    font-size: 1.1rem;
    padding: 3px 13px 4px;
  }
}
.pj-about__bottom-box {
  position: relative;
  margin-top: 19px;
}
@media only screen and (max-width: 768px) {
  .pj-about__bottom-box {
    margin-top: 13px;
  }
}
.pj-about__bottom-box .pj-about__bottom-illust01 {
  position: absolute;
  width: 174px;
  left: 45px;
  top: -13px;
}
@media only screen and (max-width: 768px) {
  .pj-about__bottom-box .pj-about__bottom-illust01 {
    width: 70px;
    left: 13px;
    top: -55px;
  }
}
.pj-about__bottom-box .pj-about__bottom-illust02 {
  position: absolute;
  width: 154px;
  right: 33px;
  top: -10px;
}
@media only screen and (max-width: 768px) {
  .pj-about__bottom-box .pj-about__bottom-illust02 {
    right: 9px;
    top: -60px;
    width: 77px;
  }
}
.pj-about__bottom-ttl {
  width: 756px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pj-about__bottom-ttl {
    width: 100%;
    max-width: 324px;
  }
}

.pj-point01 {
  padding-top: 184px;
}
@media only screen and (max-width: 768px) {
  .pj-point01 {
    padding-top: 86px;
  }
}
.pj-point01.in-view .c-sec__head-bubble {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point01.in-view .c-sec__head-label {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point01.in-view .pj-point01__content-graph {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point01.in-view .pj-point01__content-txt {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point01__content {
  margin-top: 23px;
  padding-top: 54px;
  padding-bottom: 129px;
  background: url("../img/bg-pattern01.png") top left/auto;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content {
    margin-top: 18px;
    padding-top: 23px;
    padding-bottom: 50px;
    background: url("../img/bg-pattern01_sp.png") top left/100% auto;
  }
}
.pj-point01__content-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pj-point01__content-box:not(:first-child) {
  margin-top: 131px;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-box {
    padding: 0 25px;
  }
  .pj-point01__content-box:not(:first-child) {
    margin-top: 46px;
  }
}
.pj-point01__content-ttl {
  position: relative;
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.23;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 15px 0;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-ttl {
    font-size: 1.7rem;
  }
}
.pj-point01__content-ttl::before, .pj-point01__content-ttl::after {
  position: absolute;
  content: "";
  background: #000;
  width: 14px;
  height: 2px;
  left: 0;
}
.pj-point01__content-ttl::before {
  top: 0;
}
.pj-point01__content-ttl::after {
  bottom: 0;
}
.pj-point01__content-ttl > span::before, .pj-point01__content-ttl > span::after {
  position: absolute;
  content: "";
  background: #000;
  width: 14px;
  height: 2px;
  right: 0;
}
.pj-point01__content-ttl > span::before {
  top: 0;
}
.pj-point01__content-ttl > span::after {
  bottom: 0;
}
.pj-point01__content-txt {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
.pj-point01__content-graph {
  width: 100%;
  max-width: 763px;
  margin: 60px auto 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-graph {
    max-width: 326px;
    margin-top: 26px;
  }
}
.pj-point01__content-graph img {
  image-rendering: -webkit-optimize-contrast;
}
.pj-point01__content-graph-info {
  position: relative;
  z-index: 1;
  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%;
  max-width: 660px;
  margin: -36px auto 0;
  background: #f2f2f2;
  padding: 17px 5px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-graph-info {
    display: block;
    max-width: 272px;
    padding: 8px 3px 7px;
    margin-top: -20px;
  }
}
.pj-point01__content-graph-info > span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-graph-info > span {
    font-size: 1.2rem;
  }
}
.pj-point01__content-graph-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-graph-list {
    margin-left: 0;
  }
}
.pj-point01__content-graph-list li {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 20px;
  width: 130px;
  padding: 3px 0 4px;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-graph-list li {
    font-size: 1.2rem;
    width: calc((100% - 12px) / 3);
    padding: 2px 0 3px;
  }
}
.pj-point01__content-graph-list li:nth-child(1) {
  background: #df4e75;
}
.pj-point01__content-graph-list li:nth-child(2) {
  background: #326eb6;
}
.pj-point01__content-graph-list li:nth-child(3) {
  background: #25b061;
}
.pj-point01__content-graph-list li:not(:first-child) {
  margin-left: 5px;
}
.pj-point01__content-graph-note {
  color: #767a7e;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-graph-note {
    margin-top: 17px;
  }
}
.pj-point01__content-compare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
.pj-point01__content-compare-list.in-view li {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point01__content-compare-list li {
  width: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pj-point01__content-compare-list li:nth-child(1) {
  max-width: 492px;
}
.pj-point01__content-compare-list li:nth-child(2) {
  max-width: 478px;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-compare-list li:nth-child(1) {
    max-width: 48%;
  }
  .pj-point01__content-compare-list li:nth-child(2) {
    max-width: 48%;
  }
}
.pj-point01__content-compare-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-left: -9px;
  width: calc(100% + 18px);
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-compare-label {
    font-size: 1.3rem;
  }
}
.pj-point01__content-compare-label > span {
  display: block;
  background: #f2f2f2;
  padding: 10px 24px;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-compare-label > span {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-table {
    margin-top: 25px;
  }
}
.pj-point01__content-table col:nth-child(1) {
  width: 23.8%;
}
.pj-point01__content-table col:nth-child(2) {
  width: 16.2%;
}
.pj-point01__content-table col:nth-child(3) {
  width: 21%;
}
.pj-point01__content-table col:nth-child(4) {
  width: 21%;
}
.pj-point01__content-table col:nth-child(5) {
  width: 18%;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-table col:nth-child(1) {
    width: 12.8%;
  }
  .pj-point01__content-table col:nth-child(2) {
    width: 19.2%;
  }
  .pj-point01__content-table col:nth-child(3) {
    width: 21.6%;
  }
  .pj-point01__content-table col:nth-child(4) {
    width: 21.6%;
  }
  .pj-point01__content-table col:nth-child(5) {
    width: 24.8%;
  }
}
.pj-point01__content-table > table {
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
  font-size: 1.6rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-table > table {
    font-size: 1.1rem;
  }
}
.pj-point01__content-table > table th, .pj-point01__content-table > table td {
  border: 1px solid #cfcfcf;
  text-align: center;
  vertical-align: middle;
  padding: 13px 0;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-table > table th, .pj-point01__content-table > table td {
    padding: 11px 0;
  }
}
.pj-point01__content-table > table th.font-large, .pj-point01__content-table > table td.font-large {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-table > table th.font-large, .pj-point01__content-table > table td.font-large {
    font-size: 1.1rem;
  }
}
.pj-point01__content-table > table td {
  color: #333;
}
.pj-point01__content-table-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-table-note {
    font-size: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.pj-point01__content-table-note p {
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-table-note p {
    padding-left: 13px;
    line-height: 1.3;
  }
}
.pj-point01__content-table-note p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.pj-point01__content-table-note p:not(:first-child) {
  margin: 0 0 0 12px;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-table-note p:not(:first-child) {
    margin: 6px 0 0;
  }
}
.pj-point01__content-table-conclude {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 48px;
  padding: 36px 0;
  border: 1px dotted #282828;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .pj-point01__content-table-conclude {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 28px;
    padding: 20px;
  }
}

.pj-point02 {
  padding-top: 105px;
  padding-bottom: 100px;
  background: #ecf3fc;
}
@media only screen and (max-width: 768px) {
  .pj-point02 {
    padding-top: 50px;
    padding-bottom: 48px;
  }
}
.pj-point02.in-view .c-sec__head-bubble {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point02.in-view .c-sec__head-label {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point02.in-view .c-sec__head-ttl > span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point02.in-view .pj-point02__content-list > li {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point02.in-view .pj-point02__content-list > li .pj-point02__content-list-inner {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point02__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pj-point02__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .pj-point02__content-list {
    display: block;
    padding: 0 25px;
    margin-top: 30px;
  }
}
.pj-point02__content-list li {
  width: calc((100% - 26px) / 2);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pj-point02__content-list li:not(:nth-child(2n)) {
  margin-right: 26px;
}
.pj-point02__content-list li:not(:nth-child(-n+2)) {
  margin-top: 23px;
}
@media only screen and (max-width: 768px) {
  .pj-point02__content-list li {
    width: 100%;
    margin: 0;
  }
  .pj-point02__content-list li:not(:first-child) {
    margin-top: 12px;
  }
}
.pj-point02__content-list-inner {
  padding: 32px 40px 22px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pj-point02__content-list-inner {
    padding: 20px 19px;
  }
}
.pj-point02__content-list-icon {
  position: relative;
  width: 142px;
  height: 142px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pj-point02__content-list-icon {
    width: 72px;
    height: 72px;
  }
}
.pj-point02__content-list-icon > span {
  position: absolute;
  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;
  font-size: 2rem;
  width: 44px;
  height: 44px;
  background: #074999;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .pj-point02__content-list-icon > span {
    font-size: 1rem;
    width: 26px;
    height: 26px;
  }
}
.pj-point02__content-list-ttl {
  font-size: 3.4rem;
  text-align: center;
  color: #074999;
  line-height: 1.2;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .pj-point02__content-list-ttl {
    font-size: 1.9rem;
    margin-top: 17px;
  }
}
.pj-point02__content-list-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.88;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .pj-point02__content-list-txt {
    font-size: 1.4rem;
    margin-top: 17px;
  }
}
.pj-point02__content-list-note {
  color: #797979;
  font-size: 1.4rem;
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  .pj-point02__content-list-note {
    font-size: 1.3rem;
    margin-top: 17px;
  }
}
.pj-point02__content-list-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 25px 22px 40px;
  background: #d0e3fc;
}
@media only screen and (max-width: 768px) {
  .pj-point02__content-list-point {
    padding: 20px 18px;
  }
}
.pj-point02__content-list-point-icon {
  width: 73px;
  margin-right: 21px;
}
.pj-point02__content-list-point-txt {
  font-size: 1.8rem;
  line-height: 1.4;
}
.pj-point03 {
  padding-top: 139px;
}
@media only screen and (max-width: 768px) {
  .pj-point03 {
    padding-top: 80px;
  }
}
.pj-point03.in-view .c-sec__head-bubble {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point03.in-view .c-sec__head-label {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point03.in-view .c-sec__head-ttl > span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point03__content {
  margin-top: 23px;
  padding-top: 54px;
  padding-bottom: 129px;
  background: url("../img/bg-pattern01.png") top left/auto;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content {
    margin-top: 36px;
    padding-top: 23px;
    padding-bottom: 50px;
    background: url("../img/bg-pattern01_sp.png") top left/100% auto;
  }
}
.pj-point03__content-box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pj-point03__content-box:not(:first-child) {
  margin-top: 131px;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-box {
    padding: 0 25px;
  }
  .pj-point03__content-box:not(:first-child) {
    margin-top: 46px;
  }
}
.pj-point03__content-ttl {
  position: relative;
  font-size: 3.4rem;
  text-align: center;
  line-height: 1.23;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 15px 0;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-ttl {
    font-size: 1.7rem;
  }
}
.pj-point03__content-ttl::before, .pj-point03__content-ttl::after {
  position: absolute;
  content: "";
  background: #000;
  width: 14px;
  height: 2px;
  left: 0;
}
.pj-point03__content-ttl::before {
  top: 0;
}
.pj-point03__content-ttl::after {
  bottom: 0;
}
.pj-point03__content-ttl > span::before, .pj-point03__content-ttl > span::after {
  position: absolute;
  content: "";
  background: #000;
  width: 14px;
  height: 2px;
  right: 0;
}
.pj-point03__content-ttl > span::before {
  top: 0;
}
.pj-point03__content-ttl > span::after {
  bottom: 0;
}
.pj-point03__content-txt {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
.pj-point03__content-table {
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table {
    margin-top: 22px;
  }
}
.pj-point03__content-table table {
  border-collapse: collapse;
  background: #fff;
}
.pj-point03__content-table table col:nth-child(1) {
  width: 53.2%;
  border-right: 1px dotted #cfcfcf;
}
.pj-point03__content-table table col:nth-child(2) {
  width: 29%;
  border-right: 1px dotted #cfcfcf;
}
.pj-point03__content-table table col:nth-child(3) {
  width: 17.8%;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table col:nth-child(1) {
    width: 44.2%;
  }
  .pj-point03__content-table table col:nth-child(2) {
    width: 31.3%;
  }
  .pj-point03__content-table table col:nth-child(3) {
    width: 26.8%;
  }
}
.pj-point03__content-table table tr:not(:first-child) {
  border-top: 1px dotted #cfcfcf;
}
.pj-point03__content-table table th img, .pj-point03__content-table table td img {
  display: block;
  width: 198px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table th img, .pj-point03__content-table table td img {
    width: 100%;
  }
}
.pj-point03__content-table table .point-compare-name {
  padding: 24px 0;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-name {
    font-size: 1.2rem;
    padding: 15px 8px;
  }
}
.pj-point03__content-table table .point-compare-head {
  padding: 22px 40px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-head {
    padding: 18px 10px;
  }
}
.pj-point03__content-table table .point-compare-head__ttl {
  color: #074999;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-head__ttl {
    font-size: 1.3rem;
  }
}
.pj-point03__content-table table .point-compare-head__txt {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-head__txt {
    font-size: 1.2rem;
  }
}
.pj-point03__content-table table .point-compare-head__txt > span {
  color: #8d8d8d;
}
.pj-point03__content-table table .point-compare-blooming {
  padding: 22px 30px;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-blooming {
    padding: 18px 0;
  }
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-blooming > span {
    display: block;
    margin: 0 auto;
  }
  .pj-point03__content-table table .point-compare-blooming > span.option-width-77 {
    width: 77px;
  }
  .pj-point03__content-table table .point-compare-blooming > span.option-width-68 {
    width: 68px;
  }
  .pj-point03__content-table table .point-compare-blooming > span.option-width-60 {
    width: 60px;
  }
  .pj-point03__content-table table .point-compare-blooming > span.option-width-75 {
    width: 75px;
  }
}
.pj-point03__content-table table .point-compare-blooming > span > span:first-child {
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-blooming > span > span:first-child {
    font-size: 1rem;
  }
}
.pj-point03__content-table table .point-compare-blooming > span > span:first-child.is-inline {
  display: inline;
}
.pj-point03__content-table table .point-compare-blooming > span > span:last-child {
  display: inline-block;
  color: #f57020;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-blooming > span > span:last-child {
    font-size: 1.5rem;
    line-height: 1.17;
  }
}
.pj-point03__content-table table .point-compare-blooming > span > span:last-child:not(.pj-point03__content-table table .point-compare-blooming > span > span:last-child[data-arrow=none]) {
  position: relative;
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-blooming > span > span:last-child:not(.pj-point03__content-table table .point-compare-blooming > span > span:last-child[data-arrow=none]) {
    padding-right: 0;
  }
}
.pj-point03__content-table table .point-compare-blooming > span > span:last-child:not(.pj-point03__content-table table .point-compare-blooming > span > span:last-child[data-arrow=none])::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-blooming > span > span:last-child:not(.pj-point03__content-table table .point-compare-blooming > span > span:last-child[data-arrow=none])::after {
    position: static;
    display: inline-block;
    -webkit-transform: none;
            transform: none;
    margin-bottom: -3px;
    margin-left: 3px;
  }
}
.pj-point03__content-table table .point-compare-blooming > span > span:last-child[data-arrow=top]::after {
  width: 29px;
  height: 33px;
  background: url("../img/icon-arrow-top_orange.svg") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-blooming > span > span:last-child[data-arrow=top]::after {
    width: 15px;
    height: 17px;
  }
}
.pj-point03__content-table table .point-compare-blooming > span > span:last-child[data-arrow=bottom]::after {
  width: 29px;
  height: 33px;
  background: url("../img/icon-arrow-bottom_orange.svg") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-blooming > span > span:last-child[data-arrow=bottom]::after {
    width: 15px;
    height: 17px;
  }
}
.pj-point03__content-table table .point-compare-blooming > span > span:last-child[data-arrow=righttop]::after {
  width: 28px;
  height: 28px;
  background: url("../img/icon-arrow-righttop_orange.svg") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-blooming > span > span:last-child[data-arrow=righttop]::after {
    width: 15px;
    height: 15px;
  }
}
.pj-point03__content-table table .point-compare-general {
  padding: 22px 8px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pj-point03__content-table table .point-compare-general {
    font-size: 1rem;
    padding: 18px 8px;
  }
}

.pj-timing {
  position: relative;
  background: #fff5f5;
  padding-bottom: 50px;
}
.pj-timing::before, .pj-timing::after {
  content: "";
  position: absolute;
  bottom: 17%;
  width: 23.8%;
  height: 139px;
}
@media only screen and (max-width: 768px) {
  .pj-timing::before, .pj-timing::after {
    content: none;
  }
}
.pj-timing::before {
  left: 0;
  background: url("../img/pj-timing-bubble_left.png") center right/auto 139px repeat-x;
}
.pj-timing::after {
  right: 0;
  background: url("../img/pj-timing-bubble_right.png") center left/auto 139px repeat-x;
}
.pj-timing.in-view .pj-timing__content-ttl,
.pj-timing.in-view .pj-timing__content-txt,
.pj-timing.in-view .pj-timing__content-note {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.pj-timing__inner {
  position: relative;
  padding-top: 102px;
  padding-bottom: 160px;
  background: url("../img/pj-timing-bg.png") bottom left/auto 152px repeat-x;
}
@media only screen and (max-width: 768px) {
  .pj-timing__inner {
    padding-top: 50px;
    padding-bottom: 160px;
    background: url("../img/pj-timing-bg_sp.png") bottom left/auto 112px repeat-x;
  }
}
.pj-timing__content {
  width: 100%;
  max-width: 1408px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-left: 200px;
  padding-right: 208px;
}
@media only screen and (max-width: 768px) {
  .pj-timing__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.pj-timing__content::before, .pj-timing__content::after {
  content: "";
  position: absolute;
  bottom: -20%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .pj-timing__content::before, .pj-timing__content::after {
    bottom: -18%;
  }
}
.pj-timing__content::before {
  left: 8%;
  width: 200px;
  height: 378px;
  background: url("../img/pj-timing-illust01.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-timing__content::before {
    width: 78px;
    height: 148px;
  }
}
.pj-timing__content::after {
  right: 8%;
  width: 208px;
  height: 404px;
  background: url("../img/pj-timing-illust02.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-timing__content::after {
    width: 82px;
    height: 158px;
  }
}
.pj-timing__content-ttl {
  position: relative;
  font-size: 6.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media only screen and (max-width: 768px) {
  .pj-timing__content-ttl {
    font-size: 3.1rem;
  }
}
.pj-timing__content-ttl::before {
  content: "";
  position: absolute;
  top: 41px;
  left: 1.8em;
  width: 77px;
  height: 58px;
  background: url("../img/pj-timing-ttl_texture.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-timing__content-ttl::before {
    top: 13px;
    left: 20px;
    width: 44px;
    height: 32px;
  }
}
.pj-timing__content-ttl::after {
  content: "";
  position: absolute;
  top: 69px;
  right: 30px;
  width: 102px;
  height: 86px;
  background: url("../img/pj-timing-illust03.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-timing__content-ttl::after {
    top: -6px;
    width: 50px;
    height: 38px;
  }
}
.pj-timing__content-txt {
  width: 100%;
  max-width: 723px;
  font-size: 1.7rem;
  font-weight: 400;
  margin: 67px auto 0;
  line-height: 2;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.pj-timing__content-txt:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .pj-timing__content-txt {
    max-width: 80%;
    font-size: 1.4rem;
    margin-top: 29px;
  }
}
.pj-timing__content-txt > span {
  padding-bottom: 5px;
  border-bottom: 2px dotted #f1d9d9;
  line-height: 2.2;
}
.pj-timing__content-note {
  width: 100%;
  max-width: 723px;
  margin: 56px auto 0;
  position: relative;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  background: #fff5f5;
  padding: 10px 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
@media only screen and (max-width: 768px) {
  .pj-timing__content-note {
    max-width: 80%;
    font-size: 1.7rem;
    margin-top: 56px;
  }
}
.pj-timing__content-note::before, .pj-timing__content-note::after {
  position: absolute;
  content: "";
  background: #000;
  width: 14px;
  height: 2px;
  left: 0;
}
.pj-timing__content-note::before {
  top: 0;
}
.pj-timing__content-note::after {
  bottom: 0;
}
.pj-timing__content-note > span {
  font-weight: bold;
}
.pj-timing__content-note > span::before, .pj-timing__content-note > span::after {
  position: absolute;
  content: "";
  background: #000;
  width: 14px;
  height: 2px;
  right: 0;
}
.pj-timing__content-note > span::before {
  top: 0;
}
.pj-timing__content-note > span::after {
  bottom: 0;
}

.pj-cost {
  padding-top: 167px;
}
@media only screen and (max-width: 768px) {
  .pj-cost {
    padding-top: 82px;
  }
}
.pj-cost.in-view .pj-cost__content-ttl,
.pj-cost.in-view .pj-cost__content-txt,
.pj-cost.in-view .pj-cost__content-box,
.pj-cost.in-view .pj-cost__content-note {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-cost__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content {
    padding: 0 25px;
  }
}
.pj-cost__content-ttl {
  position: relative;
  font-size: 3.4rem;
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-ttl {
    font-size: 2.1rem;
  }
}
.pj-cost__content-ttl::before, .pj-cost__content-ttl::after {
  content: "";
  position: absolute;
}
.pj-cost__content-ttl::before {
  bottom: -28px;
  left: 80px;
  width: 100px;
  height: 86px;
  background: url("../img/pj-cost_illust01.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-ttl::before {
    bottom: -10px;
    left: 1px;
    width: 48px;
    height: 38px;
  }
}
.pj-cost__content-ttl::after {
  bottom: -28px;
  right: 60px;
  width: 120px;
  height: 90px;
  background: url("../img/pj-cost_illust02.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-ttl::after {
    bottom: -6px;
    right: 0;
    width: 54px;
    height: 40px;
  }
}
.pj-cost__content-ttl span {
  position: relative;
  border-bottom: 3px dotted #000;
}
.pj-cost__content-txt {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 40px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-txt {
    font-size: 1.4rem;
    margin-top: 25px;
  }
}
.pj-cost__content-box {
  margin-top: 34px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pj-cost__content-box-ttl {
  font-size: 2.2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-box-ttl {
    font-size: 1.7rem;
  }
}
.pj-cost__content-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-box-list {
    margin-top: 13px;
  }
}
.pj-cost__content-box-list li {
  font-size: 1.6rem;
  width: calc((100% - 30px) / 4);
  background: #ecf3fc;
  padding: 19px 0 17px 33px;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-box-list li {
    font-size: 1.2rem;
    width: calc((100% - 14px) / 2);
    padding: 10px 0 9px 16px;
  }
}
.pj-cost__content-box-list li:not(:nth-child(4n)) {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-box-list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
.pj-cost__content-box-list li:not(:nth-child(-n+4)) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-box-list li:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-box-list li:not(:nth-child(2n)) {
    margin-right: 7px;
  }
  .pj-cost__content-box-list li:not(:nth-child(-n+2)) {
    margin-top: 5px;
  }
}
.pj-cost__content-box-list li span {
  position: relative;
  padding-left: 32px;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-box-list li span {
    padding-left: 20px;
  }
}
.pj-cost__content-box-list li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/icon-check_blue.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-box-list li span::before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
}
.pj-cost__content-box-note {
  color: #797979;
  font-size: 1.4rem;
  text-align: right;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-box-note {
    font-size: 1rem;
    text-align: left;
  }
}
.pj-cost__content-note {
  border: 1px solid #d2d2d2;
  padding: 32px 0 34px;
  margin-top: 50px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-note {
    margin-top: 20px;
    padding: 20px;
  }
}
.pj-cost__content-note-head {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-note-head {
    font-size: 1.7rem;
    line-height: 1.23;
  }
}
.pj-cost__content-note-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .pj-cost__content-note-txt {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 14px;
  }
}

.pj-point04 {
  margin-top: 146px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .pj-point04 {
    margin-top: 83px;
    padding-bottom: 62px;
  }
}
.pj-point04.in-view .c-sec__head-label {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point04.in-view .c-sec__head-bubble {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-point04.in-view .c-sec__head-ttl > span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 768px) {
  .pj-point04__content {
    padding: 0 25px;
  }
}
.pj-point04__content-txt {
  color: #282828;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 57px;
}
@media only screen and (max-width: 768px) {
  .pj-point04__content-txt {
    font-size: 1.4rem;
    margin-top: 28px;
    text-align: left;
  }
}

.pj-overall {
  position: relative;
  background: url("../img/bg-about-texture_center.png") top left/auto;
}
@media only screen and (max-width: 768px) {
  .pj-overall {
    background: url("../img/bg-about-texture_center_sp.png") top left/auto;
  }
}
.pj-overall::before, .pj-overall::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .pj-overall::before, .pj-overall::after {
    height: 12px;
  }
}
.pj-overall::before {
  top: -23px;
  background: url("../img/bg-about-texture_top.png") top left/auto 24px repeat-x;
}
@media only screen and (max-width: 768px) {
  .pj-overall::before {
    top: -12px;
    background: url("../img/bg-about-texture_top.png") top left/auto 12px repeat-x;
  }
}
.pj-overall::after {
  bottom: -23px;
  background: url("../img/bg-about-texture_bottom.png") bottom left/auto 24px repeat-x;
}
@media only screen and (max-width: 768px) {
  .pj-overall::after {
    bottom: -12px;
    background: url("../img/bg-about-texture_bottom.png") bottom left/auto 12px repeat-x;
  }
}
.pj-overall.in-view .pj-overall__content-sub-bubble {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-overall__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 85px 0 70px;
}
@media only screen and (max-width: 768px) {
  .pj-overall__content {
    padding: 74px 25px 70px;
  }
}
.pj-overall__content-sub {
  position: relative;
  width: 686px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pj-overall__content-sub {
    width: 326px;
  }
}
.pj-overall__content-sub::before, .pj-overall__content-sub::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.pj-overall__content-sub::before {
  top: -22px;
  left: -122px;
  width: 100px;
  height: 78px;
  background: url("../img/overall-illust01.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-overall__content-sub::before {
    content: none;
  }
}
.pj-overall__content-sub::after {
  top: -68px;
  right: -168px;
  width: 146px;
  height: 128px;
  background: url("../img/overall-illust02.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-overall__content-sub::after {
    top: 2px;
    right: -36px;
    width: 74px;
    height: 68px;
  }
}
.pj-overall__content-sub-bubble {
  position: absolute;
  width: 110px;
  top: -60px;
  left: -27px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pj-overall__content-sub-bubble {
    width: 60px;
    top: -22px;
    left: 34px;
  }
}
.pj-overall__content-sub-txt {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  .pj-overall__content-sub-txt {
    font-size: 1.7rem;
  }
}
.pj-overall__content-sub-txt::before, .pj-overall__content-sub-txt::after {
  position: absolute;
  content: "";
  background: #000;
  width: 14px;
  height: 1px;
  left: 0;
}
.pj-overall__content-sub-txt::before {
  top: 0;
}
.pj-overall__content-sub-txt::after {
  bottom: 0;
}
.pj-overall__content-sub-txt > span::before, .pj-overall__content-sub-txt > span::after {
  position: absolute;
  content: "";
  background: #000;
  width: 14px;
  height: 1px;
  right: 0;
}
.pj-overall__content-sub-txt > span::before {
  top: 0;
}
.pj-overall__content-sub-txt > span::after {
  bottom: 0;
}
.pj-overall__content-main {
  font-size: 5.2rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pj-overall__content-main {
    position: relative;
    font-size: 2.1rem;
    margin-top: 30px;
  }
  .pj-overall__content-main::before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 49px;
    width: 54px;
    height: 42px;
    background: url("../img/overall-illust01.png") center/contain no-repeat;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .pj-overall__content-main::before {
    left: -3px;
  }
}


.pj-faq {
  @media screen and (max-width: 768px) {
  }
}

.pj-simulation {
  padding: 100px 0 0;
}
@media only screen and (max-width: 768px) {
  .pj-simulation {
    padding: 0 10px 4em;
  }
}
.pj-simulation.in-view .c-sec__head-bubble {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-simulation.in-view .c-sec__head-label {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-simulation.in-view .c-sec__head-label {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-simulation.in-view .c-sec__head-ttl > span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-simulation__content {
  margin-top: 23px;
  padding-top: 54px;
  padding-bottom: 129px;
  background: url("../img/bg-pattern01.png") top left/auto;
}
@media only screen and (max-width: 768px) {
  .pj-simulation__content {
    margin-top: 20px;
    padding-top: 23px;
    padding-bottom: 50px;
    background: url("../img/bg-pattern01_sp.png") top left/100% auto;
  }
}
.pj-simulation__content-box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  border: 3px solid #074999;
  background: #fff;
    border-radius: 10px;
}
.pj-simulation__content-box > div {
    padding: 20px  6% 50px;
}


.pj-contact {
  position: relative;
  background: url("../img/bg-about-texture_center.png") top left/auto;
}
@media only screen and (max-width: 768px) {
  .pj-contact {
    background: url("../img/bg-about-texture_center_sp.png") top left/auto;
  }
}
.pj-contact::before, .pj-contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .pj-contact::before, .pj-contact::after {
    height: 12px;
  }
}
.pj-contact::before {
  top: -23px;
  background: url("../img/bg-about-texture_top.png") top left/auto 24px repeat-x;
}
@media only screen and (max-width: 768px) {
  .pj-contact::before {
    top: -12px;
    background: url("../img/bg-about-texture_top.png") top left/auto 12px repeat-x;
  }
}
.pj-contact::after {
  bottom: -23px;
  background: url("../img/bg-about-texture_bottom.png") bottom left/auto 24px repeat-x;
}
@media only screen and (max-width: 768px) {
  .pj-contact::after {
    bottom: -12px;
    background: url("../img/bg-about-texture_bottom.png") bottom left/auto 12px repeat-x;
  }
}
.pj-contact.in-view .pj-contact__content-ttl {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-contact.in-view .pj-contact__content-list > li {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pj-contact__content {
  position: relative;
  width: 100%;
  max-width: 1127px;
  margin: 0 auto;
  padding: 87px 0 93px;
}
@media only screen and (max-width: 768px) {
  .pj-contact__content {
    padding: 85px 0 45px;
  }
}
.pj-contact__content::before, .pj-contact__content::after {
  position: absolute;
  content: "";
}
.pj-contact__content::before {
  bottom: 122px;
  left: 37px;
  width: 222px;
  height: 666px;
  background: url("../img/contact-illust01.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-contact__content::before {
    bottom: 95px;
    left: 10px;
    z-index: 1;
    width: 52px;
    height: 176px;
    background: url("../img/contact-illust01_sp.png") center/contain no-repeat;
  }
}
.pj-contact__content::after {
  bottom: 122px;
  right: 2px;
  width: 260px;
  height: 540px;
  background: url("../img/contact-illust02.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-contact__content::after {
    bottom: 103px;
    right: 5px;
    z-index: 1;
    width: 82px;
    height: 174px;
    background: url("../img/contact-illust02_sp.png") center/contain no-repeat;
  }
}
.pj-contact__content-ttl {
  font-size: 4.6rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pj-contact__content-ttl {
    position: relative;
    font-size: 2.6rem;
  }
  .pj-contact__content-ttl-bubble {
    position: absolute;
    width: 116px;
    left: 10px;
    top: -41px;
  }
}
.pj-contact__content-list {
  width: 100%;
  max-width: 560px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .pj-contact__content-list {
    max-width: 286px;
    margin-top: 28px;
  }
}
.pj-contact__content-list li {
  font-size: 1.8rem;
  background: #fff;
  padding: 16px 30px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pj-contact__content-list li {
    font-size: 1.2rem;
    padding: 8px 20px;
  }
}
.pj-contact__content-list li > span {
  position: relative;
  padding-left: 32px;
}
@media only screen and (max-width: 768px) {
  .pj-contact__content-list li > span {
    display: block;
    padding-left: 20px;
  }
}
.pj-contact__content-list li > span::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon-check_orange.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-contact__content-list li > span::before {
    width: 14px;
    height: 14px;
  }
}
.pj-contact__content-list li:not(:first-child) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .pj-contact__content-list li:not(:first-child) {
    margin-top: 5px;
  }
}

.pj-cv {
  position: fixed;
  bottom: -70px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 100;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .pj-cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pj-cv.is-show {
  bottom: 5px;
}
.pj-cv__btn {
  width: 50%;
}
.pj-cv__btn[data-color=orange] {
  background: #f6ac1d;
  -webkit-box-shadow: 0 5px 0 #b5780e;
          box-shadow: 0 5px 0 #b5780e;
}
.pj-cv__btn[data-color=red] {
  background: #ff8282;
  -webkit-box-shadow: 0 5px 0 #e76767;
          box-shadow: 0 5px 0 #e76767;
}
.pj-cv__btn > a {
  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;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  padding: 14px 0;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .pj-cv__btn > a {
    font-size: 1.4rem;
  }
}
.pj-cv__btn > a span {
  position: relative;
}
.pj-cv__btn > a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.pj-cv__btn > a span.letter {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .pj-cv__btn > a span.letter {
    padding-left: 20px;
  }
}
.pj-cv__btn > a span.letter::before {
  width: 32px;
  height: 24px;
  background: url("../img/icon-letter.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-cv__btn > a span.letter::before {
    width: 16px;
    height: 12px;
  }
}
.pj-cv__btn > a span.pin {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .pj-cv__btn > a span.pin {
    padding-left: 20px;
  }
}
.pj-cv__btn > a span.pin::before {
  width: 21px;
  height: 30px;
  background: url("../img/icon-pin.svg") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .pj-cv__btn > a span.pin::before {
    width: 13px;
    height: 22px;
  }
}


.blm-faq-wrapper {
  width: 100%;
  background-color: #fff9f9;
  padding: 6.4em 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  box-sizing: border-box;
}

.blm-faq-container {
  max-width: 960px; /* サイトのメインコンテンツ幅に合わせて調整 */
  margin: 0 auto;
  padding: 0 20px;
}

/* セクションタイトル */
.blm-faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #444;
  position: relative;
  padding-bottom: 15px;
}

.blm-faq-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #ff8282; /* サイトのアクセントカラー（オレンジ） */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* FAQリスト */
.blm-faq-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blm-faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* 質問部分 (Q) */
.blm-faq-q {
  background-color: #fcfbf9;
  padding: 20px 20px;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eee;
}

.blm-icon-q {
  background-color: #ff8282; /* オレンジ */
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 2px; /* 位置微調整 */
}

/* 回答部分 (A) */
.blm-faq-a {
  padding: 20px;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}

.blm-icon-a {
  color: #ff8282; /* オレンジ */
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: -3px; /* 位置微調整 */
}

.blm-faq-text p {
  margin: 0 0 10px 0;
}

.blm-faq-text p:last-child {
  margin-bottom: 0;
}

/* レスポンシブ対応 (SP) */
@media screen and (max-width: 768px) {
  .blm-faq-wrapper {
    padding: 40px 0;
  }
  .blm-faq-title {
    font-size: 22px;
  }
  .blm-faq-q {
    font-size: 16px;
    padding: 15px;
  }
  .blm-faq-a {
    padding: 20px 15px;
    font-size: 14px;
  }
  .blm-icon-q, .blm-icon-a {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  .blm-icon-a {
    font-size: 18px;
  }
}

.hl-graph-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  @media screen and (max-width: 768px) {
    font-size: 1.1em;
  }
}

.c-financial_overlay {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
}