@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(./fonts/slick.woff) format("woff"),
    url(./fonts/slick.ttf) format("truetype"),
    url(./fonts/slick.svg#slick) format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  color: #101010;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 374px) {
  main {
    overflow: hidden;
  }
} /*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: initial;
}
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
.js-marker {
  background: linear-gradient(transparent 70%, rgb(249, 249, 149) 70%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.js-scroll-up {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 60px;
}
@media (min-width: 1025px) {
  .js-scroll-up {
    right: 60px;
  }
}
.js-scroll-up a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}
@media (min-width: 1025px) {
  .js-scroll-up a {
    width: 80px;
    height: 80px;
  }
}
.js-scroll-up img {
  width: 50px;
  height: 50px;
}
@media (min-width: 1025px) {
  .js-scroll-up img {
    width: 80px;
    height: 80px;
  }
}
.js-fadein {
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.js-marker.on {
  background-size: 100% 100%;
}
.js-fadein.on {
  opacity: 1;
}
.l-footer {
  width: 100%;
}
@media (min-width: 965px) {
  .l-footer {
    height: 174px;
  }
}
.c-button__green {
  display: inline-block;
  border-radius: 5px;
  background: linear-gradient(180deg, #00ff3c 0%, #007f1e 100%);
  box-shadow: 0 4px 7px #0000000d;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.c-button__green:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shine 2s ease-in-out infinite;
}
.c-button__green svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-button__black {
  display: inline-block;
  border-radius: 5px;
  background: #101010;
  box-shadow: 0 4px 7px #0000000d;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.51px;
  padding: 13px 46px 15px 24px;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid #101010;
}
@media (max-width: 439px) {
  .c-button__black {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .c-button__black {
    font-size: 22px;
    letter-spacing: 0.66px;
    padding: 23px 86px 25px 76px;
  }
}
.c-button__black br {
  display: none;
}
@media (max-width: 430px) {
  .c-button__black br {
    display: block;
  }
}
.c-button__black svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 12.426px;
  height: 12.426px;
}
@media (min-width: 768px) {
  .c-button__black svg {
    right: 21.15px;
    width: 24px;
    height: 25px;
  }
}
.c-button__black:hover {
  background: #fff;
  color: #101010;
}
.c-button__black:hover svg circle {
  fill: #101010;
}
.c-button__black:hover svg path {
  fill: #fff;
}
.c-button__maru {
  border-radius: 200px;
}
.c-button__box {
  position: relative;
  text-align: center;
}
.c-button__box-sub {
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-button__box-sub {
    top: -45px;
  }
}
.c-button__box-text {
  color: #101010;
  font-size: 12px;
  border-radius: 200px;
  background: #deff00;
  padding: 10px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .c-button__box-text {
    font-size: 15px;
    padding: 13px 25px;
  }
}
.c-button__box-text:after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #deff00;
}
@media (min-width: 768px) {
  .c-button__box-text:after {
    top: 97%;
  }
}
.c-button__box-no {
  color: #0d200f;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .c-button__box-no {
    font-size: 30px;
  }
}
.c-button__box-sec {
  color: #0d200f;
  font-size: 13px;
  font-weight: 900;
  line-height: 68px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1px;
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.c-text__small {
  display: inline-block;
  color: #a4a4a4;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-align: left;
}
.c-text__small a {
  text-decoration: underline;
}
.c-accordion__item {
  overflow: hidden;
}
.c-accordion__header {
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
.c-accordion__icon {
  transition: transform 0.3s ease;
}
.c-accordion__header[aria-expanded="true"] .c-accordion__icon {
  transform: rotate(180deg);
}
.c-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-accordion__content p {
  margin: 0;
}
.c-accordion__content[aria-hidden="false"] {
  max-height: 4000px;
}
.c-accordion__sub-item {
  overflow: hidden;
}
.c-accordion__sub-header {
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}
.c-accordion__sub-header svg {
  transition: transform 0.3s ease;
  transform: rotate(0);
}
.c-accordion__sub-header[aria-expanded="true"] svg {
  transform: rotate(180deg);
}
.c-accordion__sub-icon {
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.c-accordion__sub-header[aria-expanded="true"] .c-accordion__sub-icon {
  transform: rotate(270deg);
}
.c-accordion__sub-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-accordion__sub-content[aria-hidden="false"] {
  max-height: 3000px;
}
.p-header {
  background-color: #1b2024;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 902px;
}
@media (min-width: 768px) {
  .p-header {
    height: 1250px;
  }
}
@media (min-width: 1235px) {
  .p-header {
    height: initial;
  }
}
.p-header:before {
  content: "";
  position: absolute;
  top: -590px;
  left: -335px;
  right: 0;
  margin: 0 auto;
  width: 400px;
  height: 2000px;
  transform: rotate(45.131deg);
  background: #fff;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-header:before {
    top: -590px;
    left: -220px;
    width: 600px;
  }
}
@media (min-width: 895px) {
  .p-header:before {
    top: -590px;
    left: -290px;
    width: 650px;
  }
}
@media (min-width: 1235px) {
  .p-header:before {
    left: -460px;
    width: 787.19px;
  }
}
.p-header:after {
  content: "";
  position: absolute;
  top: -590px;
  left: -335px;
  right: 0;
  margin: 0 auto;
  width: 400px;
  height: 2000px;
  transform: rotate(45.131deg);
  opacity: 0.46;
  background: url(<path-to-image>) lightgray -0.129px 0px/100.017% 106.897% no-repeat;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-header:after {
    left: -220px;
    width: 600px;
  }
}
@media (min-width: 895px) {
  .p-header:after {
    left: -290px;
    width: 650px;
  }
}
@media (min-width: 1235px) {
  .p-header:after {
    left: -460px;
    width: 787.19px;
  }
}
.p-header-wrapper {
  position: relative;
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1315px;
  margin: 0 auto;
  padding-right: 21px;
}
@media (min-width: 1235px) {
  .p-header__inner {
    padding-right: initial;
  }
}
.p-header__logo {
  position: relative;
  margin-bottom: -15px;
}
.p-header__logo img {
  display: block;
  width: 98px;
  height: auto;
}
@media (min-width: 768px) {
  .p-header__logo img {
    width: 168px;
  }
}
.p-header__nav {
  margin-top: 25px;
  z-index: 100;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .p-header__nav {
    margin-top: 40px;
  }
}
.p-header__nav-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-header__nav-hamburger {
    margin-bottom: 13px;
  }
}
@media (min-width: 1235px) {
  .p-header__nav-hamburger {
    display: none;
  }
}
.p-header__nav-hamburger span {
  width: 100%;
  height: 3px;
  background: #101010;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.p-header__nav-hamburger.active span {
  background: #fff;
}
.p-header__nav-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 9px);
}
.p-header__nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.p-header__nav-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -9px);
}
@media (max-width: 1234px) {
  .p-header__nav-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(27, 32, 36, 0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    z-index: 999;
  }
  .p-header__nav-list.active {
    display: flex;
  }
  .p-header__nav-list li a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
  }
  .p-header__nav-list li a:hover {
    color: #deff00;
  }
}
@media (min-width: 1235px) {
  .p-header__nav-list {
    display: flex;
    gap: 28px;
    align-items: center;
  }
}
.p-header__nav-participation {
  font-size: 10px;
  letter-spacing: 0.36px;
  padding: 13px 20px 13px 8px;
}
@media (max-width: 374px) {
  .p-header__nav-participation {
    font-size: 9px;
    padding: 13px 15px 13px 8px;
  }
}
@media (min-width: 434px) {
  .p-header__nav-participation {
    font-size: 12px;
    padding: 13px 35px 13px 18px;
  }
}
@media (min-width: 768px) {
  .p-header__nav-participation {
    font-size: 16px;
    letter-spacing: 0.48px;
    padding: 13px 45px 17px 23px;
  }
}
.p-header__nav-participation svg {
  margin-top: 1px;
  right: 4px;
  width: 13px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 374px) {
  .p-header__nav-participation svg {
    right: 2px;
  }
}
@media (min-width: 434px) {
  .p-header__nav-participation svg {
    right: 13px;
  }
}
@media (min-width: 768px) {
  .p-header__nav-participation svg {
    margin-top: -1px;
    right: 18px;
    width: 15px;
  }
}
.p-header__nav-login {
  border-radius: 5px;
  background: #5f5f5f;
  box-shadow: 0 4px 7px #0000000d;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.36px;
  padding: 9px 8px;
  transition: all 0.3s ease;
  border: 2px solid #5f5f5f;
}
@media (max-width: 374px) {
  .p-header__nav-login {
    font-size: 9px;
  }
}
@media (min-width: 434px) {
  .p-header__nav-login {
    font-size: 13px;
    padding: 8px 16px;
  }
}
@media (min-width: 768px) {
  .p-header__nav-login {
    font-size: 16px;
    letter-spacing: 0.48px;
    padding: 9px 23px;
  }
}
.p-header__nav-login:hover {
  background: #fff;
  color: #5f5f5f;
}
.p-header__nav-img {
  position: relative;
}
.p-header__nav-img:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../../assets/images/right-img-2_header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 261px;
  height: 261px;
  top: -690px;
  left: 0;
  right: -540px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .p-header__nav-img:before {
    width: 402px;
    height: 402px;
    top: -1010px;
    right: -850px;
  }
}
@media (min-width: 1235px) {
  .p-header__nav-img:before {
    top: -888px;
    right: -1590px;
  }
}
@media (max-width: 1234px) {
  body.menu-open .p-header__nav-img:before {
    z-index: -1;
  }
}
.p-header__nav-sp {
  display: flex;
  gap: 0 7px;
  margin-right: 14px;
}
@media (min-width: 1235px) {
  .p-header__nav-sp {
    display: none !important;
  }
}
.p-header__nav-sp li + li {
  margin-top: 8px;
}
@media (max-width: 374px) {
  .p-header__nav-sp li + li {
    margin-top: 6px;
  }
}
@media (min-width: 434px) {
  .p-header__nav-sp li + li {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .p-header__nav-sp li + li {
    margin-top: 15px;
  }
}
.p-header__nav-pc {
  display: none;
}
@media (min-width: 1235px) {
  .p-header__nav-pc {
    display: block;
  }
}
.p-header__main {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 1235px) {
  .p-header__main {
    height: 620px;
    justify-content: center;
    flex-direction: initial;
    padding-right: 330px;
  }
}
@media (min-width: 1370px) {
  .p-header__main {
    padding-right: 200px;
  }
}
.p-header__main-title {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 900;
  font-size: 37px;
  display: block;
  line-height: 54px;
  text-shadow: 2px 2px 0 #fff;
  text-align: center;
  margin: 30px auto 0;
}
@media (min-width: 434px) {
  .p-header__main-title {
    font-size: 47px;
  }
}
@media (min-width: 768px) {
  .p-header__main-title {
    text-align: left;
    font-size: 53px;
    line-height: 68px;
    margin: initial;
  }
}
.p-header__main-title-main {
  font-size: 22px;
  display: block;
  text-shadow: initial;
  margin: 4px 0 -8px;
}
@media (min-width: 768px) {
  .p-header__main-title-main {
    display: inline;
    font-size: 53px;
    margin: initial;
  }
}
.p-header__main-title-sub {
  display: block;
  width: fit-content;
  font-size: 13px;
  color: #deff02;
  background-color: #101010;
  padding: 6px 17px;
  line-height: initial;
  margin: 0 auto;
  text-shadow: initial;
}
@media (min-width: 434px) {
  .p-header__main-title-sub {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .p-header__main-title-sub {
    font-size: 25px;
    padding: 7px 14px 10px;
    margin: 0 0 13px 7px;
  }
}
.p-header__left {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 1235px) {
  .p-header__left {
    margin: -24px 0 0;
  }
}
.p-header__left-list {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin: 344px 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 374px) {
  .p-header__left-list {
    gap: 5px;
  }
}
@media (min-width: 768px) {
  .p-header__left-list {
    margin: 573px 0 0 8px;
  }
}
@media (min-width: 1235px) {
  .p-header__left-list {
    justify-content: initial;
  }
}
.p-header__left-list:before {
  content: "";
  position: absolute;
  top: 37px;
  left: -400px;
  width: 1400px;
  height: 311px;
  background: url(<path-to-image>) lightgray -0.143px 0px/100.017% 106.897% no-repeat;
  z-index: -2;
}
@media (min-width: 434px) {
  .p-header__left-list:before {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .p-header__left-list:before {
    top: 65px;
    height: 341px;
  }
}
.p-header__left-list:after {
  content: "";
  position: absolute;
  top: 37px;
  left: -400px;
  width: 1400px;
  height: 311px;
  background-color: #fff;
  opacity: 0.46;
  z-index: -1;
}
@media (min-width: 434px) {
  .p-header__left-list:after {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .p-header__left-list:after {
    top: 65px;
    height: 341px;
  }
}
@media (min-width: 1235px) {
  .p-header__left-list {
    margin: 28px 0 0 8px;
  }
  .p-header__left-list:before,
  .p-header__left-list:after {
    display: none;
  }
}
.p-header__left-list li {
  background-color: #fff;
  border-radius: 5px;
  width: 203px;
  height: 80.446px;
  display: flex;
  align-items: center;
  padding-left: 19px;
}
@media (max-width: 434px) {
  .p-header__left-list li {
    width: 155px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .p-header__left-list li {
    width: 323px;
    height: 128px;
    padding-left: 25px;
  }
}
.p-header__left-list li:nth-of-type(1) {
  gap: 36px;
}
@media (max-width: 434px) {
  .p-header__left-list li:nth-of-type(1) {
    gap: 26px;
  }
}
@media (min-width: 768px) {
  .p-header__left-list li:nth-of-type(1) {
    gap: 52px;
  }
}
.p-header__left-list li:nth-of-type(1) p:nth-of-type(2) {
  margin-top: 9px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-header__left-list li:nth-of-type(1) p:nth-of-type(2) {
    margin-top: 20px;
  }
}
.p-header__left-list li:nth-of-type(1) p:nth-of-type(2):after {
  content: "";
  position: absolute;
  top: -17px;
  left: -18px;
  width: 137px;
  height: 57px;
  background-image: url(../../assets/images/img_header.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 434px) {
  .p-header__left-list li:nth-of-type(1) p:nth-of-type(2):after {
    width: 107px;
    height: 47px;
    top: -15px;
    left: -15px;
  }
}
@media (min-width: 768px) {
  .p-header__left-list li:nth-of-type(1) p:nth-of-type(2):after {
    top: -23px;
    left: -23px;
    width: 167px;
    height: 87px;
  }
}
.p-header__left-list li p {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}
@media (max-width: 434px) {
  .p-header__left-list li p {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .p-header__left-list li p {
    font-size: 19px;
    line-height: 1.15;
  }
}
.p-header__left-gray {
  font-family: Roboto, sans-serif;
  color: #354753;
  font-weight: 800;
  font-size: 25px;
  font-style: italic;
}
@media (max-width: 434px) {
  .p-header__left-gray {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .p-header__left-gray {
    font-size: 43px;
  }
}
.p-header__left-gray-1 {
  font-size: 28px;
}
@media (max-width: 434px) {
  .p-header__left-gray-1 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .p-header__left-gray-1 {
    font-size: 49px;
  }
}
.p-header__left-16 {
  font-size: 12px;
  margin-left: -3px;
}
@media (min-width: 768px) {
  .p-header__left-16 {
    font-size: 16px;
  }
}
.p-header__left-21 {
  font-size: 13px;
  margin: 0 -2px;
}
@media (min-width: 768px) {
  .p-header__left-21 {
    font-size: 21px;
  }
}
.p-header__left-26 {
  font-size: 16px;
}
@media (max-width: 434px) {
  .p-header__left-26 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .p-header__left-26 {
    font-size: 26px;
  }
}
.p-header__left-26-mark,
.p-header__left-mark {
  font-style: italic;
  margin-left: -3px;
}
.p-header__left-btn {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 434px) {
  .p-header__left-btn {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .p-header__left-btn {
    margin-top: 59px;
  }
}
.p-header__left-btn-inner {
  position: relative;
  display: inline;
}
.p-header__left-btn-sub {
  padding-top: 15px;
  position: absolute;
  top: -85px;
  left: -15px;
  width: 65.048px;
  height: 65.048px;
  border-radius: 50%;
  background-color: #454545;
  color: #fff;
  font-size: 10px;
  z-index: 1;
  animation: pikopiko 2s ease-in-out infinite;
}
@media (min-width: 434px) {
  .p-header__left-btn-sub {
    top: -75px;
    left: -30px;
  }
}
@media (min-width: 768px) {
  .p-header__left-btn-sub {
    padding-top: 21px;
    top: -95px;
    left: -30px;
    width: 85px;
    height: 85px;
    font-size: 11px;
  }
}
.p-header__left-btn-no {
  color: #f2ff00;
  font-family: Roboto Condensed;
  font-size: 25px;
}
@media (min-width: 768px) {
  .p-header__left-btn-no {
    font-size: 30px;
  }
}
.p-header__left-btn-sec {
  color: #f2ff00;
  font-size: 11px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .p-header__left-btn-sec {
    font-size: 13px;
  }
}
.p-header__left-btn-link {
  font-size: 16px;
  letter-spacing: 0.57px;
  padding: 14px 49px 20px 31px;
}
@media (max-width: 374px) {
  .p-header__left-btn-link {
    font-size: 15px;
    padding: 14px 40px 20px 21px;
  }
}
@media (min-width: 434px) {
  .p-header__left-btn-link {
    font-size: 19px;
    padding: 19px 59px 25px 41px;
  }
}
@media (min-width: 768px) {
  .p-header__left-btn-link {
    font-size: 24px;
    letter-spacing: 0.72px;
    padding: 21px 78px 25px 66px;
  }
}
@media (min-width: 1235px) {
  .p-header__left-btn-link {
    margin-right: 100px;
  }
}
.p-header__left-btn-link svg {
  right: 24px;
  margin-top: -2px;
  width: 19.132px;
  height: 19.132px;
}
@media (max-width: 374px) {
  .p-header__left-btn-link svg {
    right: 15px;
  }
}
@media (min-width: 768px) {
  .p-header__left-btn-link svg {
    right: 28px;
    margin-top: initial;
    width: 25px;
    height: 25px;
  }
}
.p-header__left-btn p {
  margin-top: 17px;
  max-width: 374px;
  width: 90%;
}
@media (min-width: 768px) {
  .p-header__left-btn p {
    margin-top: 6px;
    max-width: initial;
    width: initial;
  }
}
@media (min-width: 1235px) {
  .p-header__left-btn p {
    margin-right: 100px;
  }
}
.p-header__right {
  width: 120px;
  position: relative;
}
.p-header__right img {
  width: 653px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  display: block;
  margin-top: 95px;
}
@media (min-width: 768px) {
  .p-header__right img {
    width: 1075px;
    margin-top: initial;
  }
}
@media (min-width: 1235px) {
  .p-header__right img {
    top: -530px;
    left: initial;
    right: -605px;
    transform: initial;
  }
}
.p-header__name-list {
  position: relative;
  width: 500px;
}
@media (min-width: 1235px) {
  .p-header__name-list {
    position: absolute;
  }
}
@media (min-width: 1235px) {
  .p-header__name-list {
    width: initial;
  }
}
.p-header__name-list p {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.54px;
}
@media (max-width: 374px) {
  .p-header__name-list p {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .p-header__name-list p {
    font-size: 23px;
    letter-spacing: 0.69px;
  }
}
.p-header__name-list p:nth-of-type(1) {
  bottom: -430px;
  right: 70px;
}
@media (max-width: 374px) {
  .p-header__name-list p:nth-of-type(1) {
    right: 95px;
  }
}
@media (min-width: 434px) {
  .p-header__name-list p:nth-of-type(1) {
    right: 50px;
  }
}
@media (min-width: 768px) {
  .p-header__name-list p:nth-of-type(1) {
    bottom: -525px;
    right: -20px;
  }
}
@media (min-width: 1235px) {
  .p-header__name-list p:nth-of-type(1) {
    bottom: 0;
    right: -775px;
  }
}
.p-header__name-list p:nth-of-type(2) {
  bottom: -490px;
  right: 340px;
}
@media (min-width: 768px) {
  .p-header__name-list p:nth-of-type(2) {
    bottom: -640px;
    right: 390px;
  }
}
@media (min-width: 1235px) {
  .p-header__name-list p:nth-of-type(2) {
    bottom: -260px;
    right: -300px;
  }
}
.p-header__name-list p span {
  display: block;
  color: #c2c2c2;
  font-size: 11px;
  line-height: 20px;
}
@media (max-width: 374px) {
  .p-header__name-list p span {
    line-height: 10px;
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  .p-header__name-list p span {
    line-height: 26px;
  }
}
.p-header-img {
  display: block;
  position: absolute;
  background-image: url(../../assets/images/right-img-1_header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 119px;
  height: 119px;
  bottom: 200px;
  left: 0;
  right: -200px;
  margin: 0 auto;
  transition: bottom 0.3s ease;
}
@media (min-width: 768px) {
  .p-header-img {
    width: 263px;
    height: 263px;
    bottom: 210px;
    right: -250px;
  }
}
@media (min-width: 1235px) {
  .p-header-img {
    z-index: 1;
    bottom: -55px;
    right: -890px;
  }
}
.p-header-img-pc {
  display: none;
}
@media (min-width: 1235px) {
  .p-header-img-pc {
    display: block;
  }
}
.p-header-img-sp {
  display: block;
}
@media (min-width: 1235px) {
  .p-header-img-sp {
    display: none;
  }
}
.p-header-img:after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../../assets/images/left_header.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 157px;
  height: 157px;
  top: -270px;
  left: -630px;
  right: 0;
  margin: 0 auto;
  transition: top 0.3s ease;
}
@media (min-width: 434px) {
  .p-header-img:after {
    top: -255px;
    left: -680px;
  }
}
@media (min-width: 768px) {
  .p-header-img:after {
    width: 215px;
    height: 215px;
    top: -380px;
    left: -1000px;
  }
}
@media (min-width: 1235px) {
  .p-header-img:after {
    top: -210px;
    left: -2320px;
  }
}
@media (min-width: 1370px) {
  .p-header-img:after {
    left: -2220px;
  }
}
@media (max-width: 1234px) {
  body.menu-open .p-header-img {
    z-index: -1;
  }
  body.menu-open .p-header-img:after {
    z-index: -1;
  }
}
@keyframes pikopiko {
  0%,
  to {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(0.95);
  }
  30% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(0.98);
  }
  50% {
    transform: scale(1.02);
  }
  60% {
    transform: scale(0.99);
  }
  70% {
    transform: scale(1.01);
  }
  80% {
    transform: scale(0.995);
  }
  90% {
    transform: scale(1.005);
  }
}
.fade-in-up {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: all 0.8s ease-out !important;
}
.fade-in-up.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.p-main {
  overflow: hidden;
}
.p-main__top h2 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-main__top h2 {
    margin-top: 100px;
  }
}
.p-main__top h2 img {
  display: block;
  max-width: 318.44px;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .p-main__top h2 img {
    width: 500px;
    max-width: initial;
  }
}
@media (min-width: 1060px) {
  .p-main__top h2 img {
    width: 1000px;
  }
}
.p-main__top h4 {
  color: #101010;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 33px;
  letter-spacing: 0.63px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-main__top h4 {
    font-size: 28px;
    line-height: 39px;
    letter-spacing: 0.84px;
    margin-top: 43px;
  }
}
.p-main__top h4 br {
  display: block;
}
@media (min-width: 768px) {
  .p-main__top h4 br {
    display: none;
  }
}
.p-main__top p {
  margin: 36px auto 0;
  color: #101010;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.39px;
  max-width: 1016px;
  width: calc(100% - 68px);
  text-align: left;
}
@media (min-width: 768px) {
  .p-main__top p {
    margin: 46px auto 0;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 0.45px;
  }
}
@media (min-width: 1060px) {
  .p-main__top p {
    text-align: center;
    max-width: inherit;
    width: calc(100% - 68px);
  }
}
.p-main__top p span {
  background: #deff00;
  padding: 3px 0;
}
.p-main__top-box {
  border: 1px solid #1162e3;
  max-width: 1016px;
  width: calc(100% - 68px);
  margin: 46px auto 0;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 29px 0 30px;
}
@media (min-width: 768px) {
  .p-main__top-box {
    margin-top: 62px;
    padding: 50px 0 47px;
  }
}
.p-main__top-box:before {
  display: block;
  content: "";
  position: absolute;
  background: var(
    --Linear,
    linear-gradient(94deg, #1162e3 1.01%, #20aaf1 50.44%, #2ff1ff 98.91%)
  );
  max-width: 1000px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 10px;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.p-main__top-box:after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../../assets/images/bg_main.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: calc(100% - 16px);
  border-radius: 10px;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.p-main__top-box h3 {
  color: #fff;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 374px) {
  .p-main__top-box h3 {
    font-size: 13px;
  }
}
@media (min-width: 375px) {
  .p-main__top-box h3 {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .p-main__top-box h3 {
    font-size: 41px;
    font-weight: 900;
    line-height: 60px;
  }
}
.p-main__top-box h3 br:nth-of-type(1) {
  display: block;
}
@media (min-width: 1220px) {
  .p-main__top-box h3 br:nth-of-type(1) {
    display: none;
  }
}
.p-main__top-btn {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-main__top-btn {
    margin-top: 70px;
  }
}
.p-main__top-text {
  display: block;
  max-width: 1016px;
  width: calc(100% - 68px);
  margin: 19px auto 0;
}
.p-main__middle {
  margin-top: 60px;
  background: #e8e8e8;
  padding: 57px 0 91px;
}
@media (min-width: 768px) {
  .p-main__middle {
    margin-top: 119px;
    padding: 90px 0 110px;
  }
}
.p-main__middle-sub-title {
  color: #101010;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 0.42px;
}
@media (min-width: 768px) {
  .p-main__middle-sub-title {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}
.p-main__middle h3 {
  color: #101010;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-main__middle h3 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 1.26px;
    margin-top: 7px;
  }
}
@media (min-width: 935px) {
  .p-main__middle h3 {
    line-height: 39px;
  }
}
.p-main__middle h3 br {
  display: block;
}
@media (min-width: 935px) {
  .p-main__middle h3 br {
    display: none;
  }
}
.p-main__middle-list {
  margin: 115px auto 0;
  display: flex;
  gap: 92px 12px;
  justify-content: center;
  flex-wrap: wrap;
  width: 374px;
}
@media (max-width: 374px) {
  .p-main__middle-list {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-main__middle-list {
    width: 554px;
    margin: 171px auto 0;
    gap: 150px 18px;
  }
}
@media (min-width: 1150px) {
  .p-main__middle-list {
    width: 100%;
  }
}
.p-main__middle-list li {
  width: 181px;
}
@media (min-width: 768px) {
  .p-main__middle-list li {
    width: 268px;
  }
}
.p-main__middle-list li:nth-of-type(1) img {
  width: 88.988px;
  top: -85px;
}
@media (min-width: 768px) {
  .p-main__middle-list li:nth-of-type(1) img {
    width: 122px;
    top: -115px;
  }
}
.p-main__middle-list li:nth-of-type(2) img {
  width: 68.565px;
  top: -75px;
}
@media (min-width: 768px) {
  .p-main__middle-list li:nth-of-type(2) img {
    width: 94px;
    top: -103px;
  }
}
.p-main__middle-list li:nth-of-type(3) img {
  width: 43px;
  top: -70px;
}
@media (min-width: 768px) {
  .p-main__middle-list li:nth-of-type(3) img {
    width: 64px;
    top: -115px;
  }
}
.p-main__middle-list li:nth-of-type(4) img {
  width: 104px;
  top: -75px;
}
@media (min-width: 768px) {
  .p-main__middle-list li:nth-of-type(4) img {
    width: 147px;
    top: -118px;
  }
}
.p-main__middle-list li figure {
  position: relative;
}
.p-main__middle-list li figure img {
  position: absolute;
  display: block;
  height: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.p-main__middle-list li figure figcaption {
  color: #101010;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  line-height: 26px;
  border-radius: 7px;
  background: #fff;
  padding: 39px 15px 28px;
}
@media (min-width: 768px) {
  .p-main__middle-list li figure figcaption {
    font-size: 20px;
    line-height: 36px;
    padding: 56px 33px 36px;
  }
}
.p-main__middle-list li figure figcaption span {
  color: #a6bb1b;
}
.p-main__middle-text {
  margin: 39px auto 0;
  color: #101010;
  text-align: left;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.39px;
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .p-main__middle-text {
    margin: 47px auto 0;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.54px;
  }
}
@media (min-width: 935px) {
  .p-main__middle-text {
    text-align: center;
  }
}
.p-main__bottom {
  position: relative;
  background: #fbfbfb;
  z-index: 1;
  padding-bottom: 196px;
}
.p-main__bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #e8e8e8;
  z-index: 100;
}
.p-main__bottom-inner {
  padding-top: 142px;
  text-align: center;
}
.p-main__bottom-inner-text {
  width: calc(100% - 80px);
  margin: 31px auto !important;
}
.p-main__bottom h2 {
  color: #101010;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: 1.29px;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-main__bottom h2 {
    font-size: 65px;
    letter-spacing: 1.95px;
  }
}
.p-main__bottom h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 100%;
  height: 14px;
  background-color: #deff00;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-main__bottom h2:after {
    bottom: 5px;
  }
}
.p-main__bottom h2 span:nth-of-type(1) {
  font-family: Noto Sans JP, sans-serif;
  font-size: 37px;
  letter-spacing: 1.11px;
}
@media (min-width: 768px) {
  .p-main__bottom h2 span:nth-of-type(1) {
    font-size: 57px;
    letter-spacing: 1.71px;
  }
}
.p-main__bottom h2 span:nth-of-type(2) {
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  letter-spacing: 0.78px;
}
@media (min-width: 768px) {
  .p-main__bottom h2 span:nth-of-type(2) {
    font-size: 42px;
    letter-spacing: 1.26px;
  }
}
.p-main__bottom h3 {
  margin-top: 26px;
  color: #101010;
  font-size: 22px;
  font-weight: 900;
  line-height: 37px;
  letter-spacing: 0.66px;
}
@media (min-width: 768px) {
  .p-main__bottom h3 {
    margin-top: 25px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.72px;
  }
}
.p-main__bottom p {
  margin: 24px auto 35px;
  color: #101010;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.39px;
}
@media (min-width: 768px) {
  .p-main__bottom p {
    margin: 31px 0;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0.48px;
  }
}
.p-main__bottom-list {
  margin: 39px auto 0;
  position: relative;
  max-width: 1000px;
  width: calc(100% - 60px);
}
@media (min-width: 768px) {
  .p-main__bottom-list {
    margin: 56px auto 0;
  }
}
.p-main__bottom-list:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../../assets/images/bottom-bg_main.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 253.959px;
  height: 253.959px;
  top: -120px;
  right: -120px;
  z-index: -1;
}
.p-main__bottom-list:after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../../assets/images/bottom-bg_main.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 253.959px;
  height: 253.959px;
  bottom: -120px;
  left: -120px;
  z-index: -1;
}
.p-main__bottom-list li {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 36px #0000000a;
  margin: 0 auto;
  position: relative;
}
.p-main__bottom-list li + li {
  margin-top: 51px;
}
@media (min-width: 1095px) {
  .p-main__bottom-list li:nth-child(even) figure {
    flex-direction: row-reverse;
  }
}
.p-main__bottom-list li:nth-child(even) .p-main__bottom-right-box {
  position: relative;
}
.p-main__bottom-list li:nth-child(even) .p-main__bottom-right-box:before {
  content: "";
  position: absolute;
  top: 90px;
  left: -450px;
  width: 1300px;
  height: 600px;
  background: linear-gradient(181deg, #deff00 12.41%, #b4ce04 90.36%);
  transform: rotate(165deg);
}
@media (min-width: 1095px) {
  .p-main__bottom-list li:nth-child(even) .p-main__bottom-right-box:before {
    top: -100px;
    left: -217px;
    width: 500px;
    background: linear-gradient(181deg, #deff00 12.41%, #b4ce04 90.36%);
    transform: rotate(-34deg);
  }
}
.p-main__bottom-list li:nth-of-type(2) .p-main__bottom-left img {
  top: 25px;
  display: block;
  width: 50px;
  height: auto;
}
@media (max-width: 434px) {
  .p-main__bottom-list li:nth-of-type(2) .p-main__bottom-left img {
    width: 40px;
    top: 30px;
    left: 30px;
  }
}
@media (min-width: 768px) {
  .p-main__bottom-list li:nth-of-type(2) .p-main__bottom-left img {
    top: initial;
    margin-top: 2px;
    width: 65px;
    height: 61px;
  }
}
.p-main__bottom-list li:nth-of-type(3) .p-main__bottom-left img {
  display: block;
  width: 55px;
  height: auto;
  top: 30px;
}
@media (max-width: 434px) {
  .p-main__bottom-list li:nth-of-type(3) .p-main__bottom-left img {
    width: 45px;
    top: 35px;
    left: 25px;
  }
}
@media (min-width: 768px) {
  .p-main__bottom-list li:nth-of-type(3) .p-main__bottom-left img {
    top: initial;
    margin-top: 10px;
    width: 63px;
    height: 53px;
  }
}
.p-main__bottom-list li:nth-of-type(3):before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../../assets/images/bottom-bg-mini_main.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 171px;
  height: 171px;
  top: -130px;
  right: -100px;
  z-index: -1;
}
@media (min-width: 1095px) {
  .p-main__bottom-list li:nth-of-type(3):before {
    top: -75px;
    right: 30px;
  }
}
.p-main__bottom-list figure {
  display: flex;
  justify-content: center;
  padding: 30px 30px 43px;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-main__bottom-list figure {
    gap: 0;
    padding: 42px 56px 42px 44px;
  }
}
@media (min-width: 1095px) {
  .p-main__bottom-list figure {
    gap: 28px;
    flex-direction: initial;
  }
}
.p-main__bottom-list p {
  text-align: left;
}
.p-main__bottom-left {
  display: flex;
  gap: 0 22px;
  justify-content: center;
}
.p-main__bottom-left img {
  top: 25px;
  display: block;
  width: 49px;
  height: auto;
  position: absolute;
  left: 40px;
}
@media (max-width: 434px) {
  .p-main__bottom-left img {
    width: 40px;
    top: 30px;
    left: 30px;
  }
}
@media (min-width: 768px) {
  .p-main__bottom-left img {
    top: initial;
    right: 0;
    margin: 5px auto 0;
    width: 58px;
    height: 63px;
    left: -380px;
  }
}
@media (min-width: 1095px) {
  .p-main__bottom-left img {
    position: initial;
  }
}
.p-main__bottom-left h4 {
  font-size: 16px;
  font-weight: 900;
  line-height: 23px;
  letter-spacing: 0.6px;
  margin-left: 70px;
}
@media (max-width: 434px) {
  .p-main__bottom-left h4 {
    margin-left: 50px;
  }
}
@media (max-width: 374px) {
  .p-main__bottom-left h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .p-main__bottom-left h4 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.84px;
    margin-left: 90px;
  }
}
@media (min-width: 1095px) {
  .p-main__bottom-left h4 {
    margin-left: initial;
  }
}
@media (max-width: 374px) {
  .p-main__bottom-left h4 br {
    display: none;
  }
}
.p-main__bottom-left p {
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 500;
  line-height: 27px;
}
@media (min-width: 768px) {
  .p-main__bottom-left p {
    font-size: 16px;
    line-height: 33px;
  }
}
.p-main__bottom-left-1095-1 {
  display: block;
}
@media (min-width: 1095px) {
  .p-main__bottom-left-1095-1 {
    display: none;
  }
}
.p-main__bottom-left-1095-2 {
  display: none;
}
@media (min-width: 1095px) {
  .p-main__bottom-left-1095-2 {
    display: block;
  }
}
.p-main__bottom-left-395 {
  display: none;
}
@media (max-width: 396px) {
  .p-main__bottom-left-395 {
    display: block;
  }
}
.p-main__bottom-right {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-main__bottom-right {
    max-width: 424px;
  }
}
@media (min-width: 1095px) {
  .p-main__bottom-right {
    max-width: 363px;
    height: 240px;
  }
}
.p-main__bottom-right-box {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 1095px) {
  .p-main__bottom-right-box {
    margin: initial;
  }
}
.p-main__bottom-right-box:before {
  content: "";
  position: absolute;
  top: 105px;
  right: -450px;
  width: 1300px;
  height: 600px;
  background: linear-gradient(91deg, #deff00 12.41%, #b4ce04 90.36%);
  transform: rotate(195deg);
}
@media (min-width: 1095px) {
  .p-main__bottom-right-box:before {
    transform: rotate(34deg);
    top: -60px;
    right: -215px;
    width: 500px;
    background: linear-gradient(181deg, #deff00 12.41%, #b4ce04 90.36%);
  }
}
.p-main__voice {
  background: #1b2024;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .p-main__voice {
    padding: 130px 0;
  }
}
.p-main__voice h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-main__voice h2 {
    font-size: 52px;
    line-height: 39px;
    letter-spacing: 1.56px;
  }
}
.p-main__voice-list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 439px) {
  .p-main__voice-list {
    width: calc(100% - 50px);
    margin: 64px auto 0;
  }
}
@media (min-width: 768px) {
  .p-main__voice-list {
    margin-top: 130px;
    align-items: initial;
  }
}
@media (min-width: 1080px) {
  .p-main__voice-list {
    gap: 0 45px;
    flex-direction: initial;
  }
}
.p-main__voice-list figure {
  position: relative;
}
.p-main__voice-list figure img {
  display: block;
  width: 350.912px;
  height: auto;
}
@media (max-width: 439px) {
  .p-main__voice-list figure img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-main__voice-list figure img {
    width: 487px;
  }
}
.p-main__voice-img {
  position: relative;
}
.p-main__voice-img img {
  border-radius: 10px;
}
.p-main__voice-sub {
  position: absolute;
  background: #deff00;
  display: inline-block;
  padding: 7px 11px 7px 21px;
  bottom: -15px;
  left: -14px;
}
@media (max-width: 439px) {
  .p-main__voice-sub {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .p-main__voice-sub {
    padding: 10px 26px;
    top: 435px;
    bottom: initial;
    left: -14px;
  }
}
.p-main__voice-sub-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 439px) {
  .p-main__voice-sub-box {
    width: 100%;
  }
}
.p-main__voice-sub-box svg {
  width: 22px;
  height: 23px;
}
@media (min-width: 1080px) {
  .p-main__voice-sub-box svg {
    width: 30px;
    height: 31px;
  }
}
.p-main__voice h3 {
  margin-top: 39px;
  color: #fff;
  font-size: 30px;
  line-height: 26px;
  letter-spacing: 0.9px;
}
@media (max-width: 439px) {
  .p-main__voice h3 {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .p-main__voice h3 {
    margin-top: 54px;
    font-size: 35px;
    line-height: 26px;
    letter-spacing: 1.05px;
  }
}
.p-main__voice h3 span {
  margin-left: 11px;
  color: #697079;
  font-family: Abel, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .p-main__voice h3 span {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}
.p-main__voice-message {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  max-width: 350px;
  margin-top: 23px;
}
@media (max-width: 439px) {
  .p-main__voice-message {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-main__voice-message {
    font-size: 18px;
    line-height: 35px;
    max-width: initial;
    width: 487px;
    margin-top: 26px;
  }
}
.p-point {
  background: linear-gradient(91deg, #deff00 12.41%, #b4ce04 90.36%);
  position: relative;
  padding: 97px 0 83px;
}
@media (min-width: 768px) {
  .p-point {
    padding: 212px 0 132px;
  }
}
.p-point__inner-box {
  margin: 38px 0;
}
@media (min-width: 768px) {
  .p-point__inner-box {
    margin: 79px 0;
  }
}
.p-point:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 56px solid #1b2024;
}
@media (min-width: 768px) {
  .p-point:after {
    border-top: 141px solid #1b2024;
  }
}
.p-point__inner {
  border-radius: 10px 0 0 10px;
  background: linear-gradient(214deg, #fbfbfb 4.91%, #fafafa 95.72%);
  box-shadow: 0 4px 44px #00000021;
  margin-left: 39px;
  padding: 31px 34px 52px 35px;
  position: relative;
}
@media (max-width: 434px) {
  .p-point__inner {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .p-point__inner {
    padding: 81px 50px 118px 100px;
  }
}
@media (min-width: 990px) {
  .p-point__inner {
    padding: 81px 100px 118px;
    margin-left: 118px;
  }
}
.p-point__inner + .p-point__inner {
  margin-top: 38px;
}
@media (min-width: 768px) {
  .p-point__inner + .p-point__inner {
    margin-top: 79px;
  }
}
.p-point__inner h2 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 43px;
  letter-spacing: 0.84px;
  text-decoration-line: underline;
  text-decoration-color: #deff00;
  text-decoration-thickness: 16.5%;
  text-underline-position: from-font;
  width: 1033px;
  margin: 0 auto;
}
@media (max-width: 412px) {
  .p-point__inner h2 {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .p-point__inner h2 {
    font-size: 41px;
    line-height: 69px;
    letter-spacing: 1.56px;
  }
}
@media (min-width: 990px) {
  .p-point__inner h2 {
    font-size: 52px;
  }
}
.p-point__inner-4 {
  background: #697079;
}
.p-point__inner-4 h2 {
  color: #fff;
}
.p-point__sub {
  font-family: Roboto, sans-serif;
  font-size: 42px;
  font-weight: 100;
  line-height: 33px;
  letter-spacing: 1.26px;
  transform: rotate(90deg);
  background: linear-gradient(90deg, #a1a1a1 0%, #003e67 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 115px;
  left: -98px;
  z-index: 10;
  white-space: nowrap;
}
@media (max-width: 434px) {
  .p-point__sub {
    left: -85px;
  }
}
@media (min-width: 768px) {
  .p-point__sub {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 3.06px;
    top: 210px;
    left: -170px;
  }
}
@media (min-width: 990px) {
  .p-point__sub {
    font-size: 102px;
    left: -230px;
  }
}
@media (min-width: 990px) {
  .p-point__sub-tab {
    display: none;
  }
}
.p-point__sub-4 {
  background: linear-gradient(
    95deg,
    #deff02 10.8%,
    #a6bb1b 59.57%,
    #454545 93.64%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-point__sub-03-1050-1 {
  display: none;
}
@media (min-width: 1050px) {
  .p-point__sub-03-1050-1 {
    display: block;
  }
}
.p-point__sub-03-1050-2 {
  display: block;
}
@media (min-width: 1050px) {
  .p-point__sub-03-1050-2 {
    display: none;
  }
}
.p-point__sub-02-374-1 {
  display: block;
}
@media (min-width: 1025px) {
  .p-point__sub-02-374-1 {
    display: none;
  }
}
.p-point__sub-02-374-2 {
  display: none;
}
@media (min-width: 1025px) {
  .p-point__sub-02-374-2 {
    display: block;
  }
}
.p-point__list {
  display: flex;
  gap: 0 23px;
  justify-content: center;
  position: absolute;
  margin-top: 29px;
  width: 1033px;
}
@media (min-width: 768px) {
  .p-point__list {
    margin-top: 91px;
  }
}
@media (min-width: 1370px) {
  .p-point__list {
    margin-top: 91px;
    width: initial;
    position: relative;
  }
}
.p-point__list li {
  position: relative;
  flex: 1;
  width: 270px;
  height: 532px;
  top: 22px;
}
@media (min-width: 768px) {
  .p-point__list li {
    width: 329px;
    height: 566px;
    top: 34px;
  }
}
@media (min-width: 1370px) {
  .p-point__list li {
    height: 532px;
    top: initial;
  }
}
.p-point__list li + li {
  margin-right: 15.53px;
}
@media (min-width: 768px) {
  .p-point__list li + li {
    margin-right: 23px;
  }
}
@media (min-width: 1370px) {
  .p-point__list li + li {
    margin-right: 0;
  }
}
.p-point__list li figure {
  border-radius: 0 7px 7px;
  border: 2px solid #454545;
  background: #1b2024;
  padding: 24.53px 22px 26.9px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 402px;
}
@media (min-width: 768px) {
  .p-point__list li figure {
    padding: 29px 18px 35px;
    height: 532px;
  }
}
.p-point__list li figure p {
  position: absolute;
  top: -22px;
  left: -2px;
  color: #3e3e3e;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
  border-radius: 3px 3px 0 0;
  border: 2px solid #3e3e3e;
  border-bottom: none;
  background: #deff00;
  display: inline;
  padding: 0 9px;
}
@media (min-width: 768px) {
  .p-point__list li figure p {
    top: -36px;
    left: -2px;
    font-size: 17px;
    line-height: 32px;
    padding: 0 12px;
  }
}
.p-point__list li figure h4 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 36px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-point__list li figure h4 {
    font-size: 24px;
  }
}
.p-point__list li figure img {
  display: block;
  margin: 26px auto 0;
  flex: 1;
  object-fit: contain;
  min-height: 147px;
}
@media (min-width: 768px) {
  .p-point__list li figure img {
    margin: 34px auto 0;
    min-height: 150px;
  }
}
.p-point__list li figure figcaption {
  margin: 25px auto 0;
  width: 100%;
  max-width: 273px;
  color: #f4f4f4;
  font-size: 9px;
  font-weight: 500;
  line-height: 18px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-point__list li figure figcaption {
    margin: 29px auto 0;
    font-size: 14px;
    line-height: 25px;
  }
}
.p-point__voice {
  margin: 550px auto 0;
  display: flex;
  gap: 10px 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  border-radius: 10px;
  border: 2px dashed #354753;
  background: #fff;
  padding: 31px 22px 28px;
  position: relative;
  max-width: 1033px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-point__voice {
    margin: 820px auto 0;
    gap: 10px 25px;
    padding: 63px 40px 39px 57px;
  }
}
@media (min-width: 1370px) {
  .p-point__voice {
    flex-direction: initial;
    margin: 79px auto 0;
  }
}
.p-point__voice h3 {
  position: absolute;
  top: -17px;
  left: -3px;
  border-radius: 0 200px 200px 0;
  background: #354753;
  color: #fff;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  line-height: normal;
  padding: 6px 27px 6px 22px;
}
@media (max-width: 412px) {
  .p-point__voice h3 {
    top: -35px;
  }
}
@media (min-width: 768px) {
  .p-point__voice h3 {
    top: -30px;
    font-size: 25px;
    padding: 9px 54px 9px 59px;
  }
}
.p-point__voice h3 br {
  display: none;
}
@media (max-width: 412px) {
  .p-point__voice h3 br {
    display: block;
  }
}
.p-point__voice h3 span {
  color: #deff00;
}
.p-point__voice h4 {
  color: #101010;
  font-family: Noto Sans JP;
  font-size: 21px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.63px;
}
@media (min-width: 768px) {
  .p-point__voice h4 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.84px;
  }
}
.p-point__voice p {
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-point__voice p {
    font-size: 16px;
    line-height: 30px;
    width: 486px;
    margin-top: 12px;
  }
}
.p-point__voice img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-point__voice img {
    width: 420px;
  }
}
.p-point__btn {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-point__btn {
    margin-top: 23px;
  }
}
@media (min-width: 1370px) {
  .p-point__btn {
    text-align: left;
  }
}
.p-point__btn a {
  font-size: 15px;
  letter-spacing: 0.45px;
  width: 283px;
  text-align: left;
  padding: 10px 0 10px 36px;
}
@media (max-width: 412px) {
  .p-point__btn a {
    width: 100%;
    font-size: 13px;
    padding: 10px 0 10px 27px;
  }
}
@media (min-width: 768px) {
  .p-point__btn a {
    width: initial;
    font-size: 18px;
    letter-spacing: 0.54px;
    padding: 10px 94px 10px 39px;
  }
}
.p-point__btn a br {
  display: none;
}
@media (max-width: 365px) {
  .p-point__btn a br {
    display: block;
  }
}
.p-point__3-top-box {
  position: relative;
  padding-top: 160px;
}
@media (min-width: 768px) {
  .p-point__3-top-box {
    padding-top: 250px;
  }
}
@media (min-width: 1280px) {
  .p-point__3-top-box {
    padding-top: initial;
    margin-top: 60px;
  }
}
.p-point__3-top-box-2 {
  margin-top: 42px;
  padding-top: 180px;
}
@media (min-width: 768px) {
  .p-point__3-top-box-2 {
    padding-top: 250px;
  }
}
@media (min-width: 1280px) {
  .p-point__3-top-box-2 {
    padding-top: initial;
  }
}
.p-point__3-top-box img {
  display: block;
  max-width: 1020px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-point__3-top-inner {
  display: flex;
  gap: 0 82px;
  justify-content: center;
  margin-top: 31px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .p-point__3-top-inner:after {
    content: "";
    position: absolute;
    top: -170px;
    left: -595px;
    right: 0;
    margin: 0 auto;
    width: 408px;
    height: 408px;
    border-radius: 50%;
    background: #deff00;
    z-index: -1;
  }
}
.p-point__3-top-inner-2 {
  gap: 0 68px;
}
@media (min-width: 1280px) {
  .p-point__3-top-left {
    position: relative;
    margin-top: -15px;
    top: initial;
  }
}
.p-point__3-top-left-sp {
  display: block;
  position: absolute;
  width: 210px;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-point__3-top-left-sp {
    width: 320px;
    top: 90px;
  }
}
@media (min-width: 1280px) {
  .p-point__3-top-left-sp {
    display: none;
  }
}
.p-point__3-top-left-sp:after {
  content: "";
  position: absolute;
  top: -40px;
  left: -35px;
  right: 0;
  margin: 0 auto;
  width: 278px;
  height: 278px;
  border-radius: 50%;
  background: #deff00;
  z-index: -1;
}
@media (max-width: 374px) {
  .p-point__3-top-left-sp:after {
    left: -20px;
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 768px) {
  .p-point__3-top-left-sp:after {
    top: -65px;
    width: 408px;
    height: 408px;
  }
}
@media (min-width: 1280px) {
  .p-point__3-top-left-sp:after {
    display: none;
  }
}
.p-point__3-top-left-sp-1 {
  width: 366px;
  text-align: center;
  line-height: 50px;
  top: 15px;
}
@media (max-width: 475px) {
  .p-point__3-top-left-sp-1 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-point__3-top-left-sp-1 {
    top: 60px;
    line-height: 60px;
  }
}
.p-point__3-top-left-sp-1 .p-point__3-top-right-text {
  font-size: 17px;
  font-weight: 900;
  line-height: 50px;
}
@media (min-width: 768px) {
  .p-point__3-top-left-sp-1 .p-point__3-top-right-text {
    font-size: 27px;
  }
}
.p-point__3-top-left-sp-1 .p-point__3-top-right-big {
  font-size: 40px;
}
@media (min-width: 768px) {
  .p-point__3-top-left-sp-1 .p-point__3-top-right-big {
    font-size: 47px;
  }
}
.p-point__3-top-left-sp-1 .p-point__3-top-right-small {
  font-size: 35px;
}
@media (min-width: 768px) {
  .p-point__3-top-left-sp-1 .p-point__3-top-right-small {
    font-size: 40px;
  }
}
.p-point__3-top-left-sp-1:after {
  top: -35px;
  left: 0px;
  right: 0;
  margin: auto;
  width: 278px;
  height: 278px;
}
@media (max-width: 374px) {
  .p-point__3-top-left-sp-1:after {
    top: 0px;
    width: 210px;
    height: 210px;
  }
}
@media (min-width: 768px) {
  .p-point__3-top-left-sp-1:after {
    top: -80px;
    left: -20px;
    width: 408px;
    height: 408px;
  }
}
.p-point__3-top-left-pc {
  display: none;
}
@media (min-width: 1280px) {
  .p-point__3-top-left-pc {
    display: block;
  }
}
.p-point__3-top-left-mini {
  position: absolute;
  top: 15px;
  right: 8px;
  color: #101010;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 8.5px;
  font-weight: 900;
  background: #f4f4f4;
  padding: 5px;
}
@media (min-width: 768px) {
  .p-point__3-top-left-mini {
    top: 28px;
    font-size: 14px;
    line-height: 25px;
    padding: 0 7px;
  }
}
.p-point__3-top-left-mini span {
  font-family: Roboto, sans-serif;
}
.p-point__3-top-left-num {
  color: #354753;
  font-family: Roboto, sans-serif;
  font-size: 75px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -2.2px;
}
@media (min-width: 768px) {
  .p-point__3-top-left-num {
    font-size: 110px;
  }
}
.p-point__3-top-left-text {
  color: #354753;
  font-family: Noto Sans JP, sans-serif;
  font-size: 27px;
  font-weight: 900;
  margin: -15px 0 0 -15px;
  position: relative;
  bottom: 5px;
}
@media (min-width: 768px) {
  .p-point__3-top-left-text {
    font-size: 44px;
    margin: -15px 0 0 -20px;
  }
}
.p-point__3-top-left-text-2 {
  color: #3e3e3e;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 68px;
  display: block;
  text-align: right;
  margin-top: -38px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .p-point__3-top-left-text-2 {
    font-size: 24px;
    margin-top: -40px;
    margin-right: 5px;
  }
}
.p-point__3-top-right {
  color: #3b3b3b;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.39px;
  max-width: 540px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .p-point__3-top-right {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .p-point__3-top-right {
    font-weight: 500;
    line-height: 30px;
  }
}
.p-point__3-top-right-box {
  margin: 0;
  display: none;
}
@media (min-width: 1280px) {
  .p-point__3-top-right-box {
    display: block;
  }
}
.p-point__3-top-right-text {
  color: #3e3e3e;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 50px;
}
.p-point__3-top-right-big {
  color: #354753;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 47px;
  font-weight: 900;
  line-height: 50px;
  display: inline-block;
  margin-top: -10px;
}
.p-point__3-top-right-small {
  color: #354753;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
  display: inline-block;
  margin: 0 -3px;
}
.p-point__3-title-1 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
  letter-spacing: 0.54px;
  border-radius: 3px;
  background: #1b2024;
  width: 100%;
  margin: 79px auto 0;
  padding: 5px 0 7px;
  position: relative;
}
@media (min-width: 768px) {
  .p-point__3-title-1 {
    font-size: 25px;
    letter-spacing: 0.75px;
    border-radius: 3px;
    max-width: 1028px;
    padding: 18px 0 20px;
    margin: 115px auto 0;
  }
}
.p-point__3-title-1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #1b2024;
}
.p-point__3-title-2 {
  margin-top: 65px;
}
@media (min-width: 768px) {
  .p-point__3-title-2 {
    margin-top: 142px;
  }
}
.p-point__3-main-text-1 {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 35px;
  letter-spacing: 0.66px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-point__3-main-text-1 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.72px;
    margin-top: 42px;
  }
}
.p-point__3-main-text-1 span {
  text-decoration-line: underline;
  text-decoration-color: #deff00;
  text-decoration-thickness: 16.5%;
  text-underline-position: from-font;
}
.p-point__3-main-text-780 {
  display: block;
}
@media (min-width: 780px) {
  .p-point__3-main-text-780 {
    display: none;
  }
}
.p-point__3-main-text-1170 {
  display: block;
}
@media (min-width: 1170px) {
  .p-point__3-main-text-1170 {
    display: none;
  }
}
.p-point__3-bottom {
  margin: 72px auto 0;
  width: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  .p-point__3-bottom {
    margin: 149px auto 0;
    max-width: 1028px;
  }
}
@media (min-width: 1370px) {
  .p-point__3-bottom {
    position: relative;
    margin: 149px auto 0;
    max-width: 1028px;
  }
}
.p-point__3-bottom h4 {
  color: #3e3e3e;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 32px;
  border-radius: 3px 3px 0 0;
  border: 2px solid #3e3e3e;
  border-bottom: none;
  background: #deff00;
  display: inline-block;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .p-point__3-bottom h4 {
    font-size: 18px;
    border-radius: 3px 3px 0 0;
    padding: 0 15px;
  }
}
.p-point__3-bottom-main-list {
  border-top: 2px solid #3e3e3e;
  padding: 25px 0 33px 28px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-point__3-bottom-main-list {
    padding: 32px 0 43px 24px;
  }
}
@media (min-width: 1370px) {
  .p-point__3-bottom-main-list {
    padding: 32px 24px 43px;
  }
}
.p-point__3-bottom-main-list h5 {
  background-color: #3e3e3e;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-weight: 900;
  line-height: 48px;
  width: 233px;
  height: 48px;
}
.p-point__3-bottom-main-list ul {
  margin-top: 7px;
}
.p-point__3-bottom-main-list ul li {
  color: #3b3b3b;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 29px;
}
.p-point__3-bottom-main-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 41px 14px;
}
.p-point__3-bottom-main-list > li {
  width: calc(25% - 15px);
  flex-shrink: 0;
}
.p-point__3-bottom-main-list > li h5 {
  color: #fff;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}
.p-point__3-bottom-main-list > li ul li {
  color: #3b3b3b;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 29px;
}
.p-point__3-bottom-main-list > li ul li span {
  font-size: 9px;
}
.p-point__3-message {
  margin: 0 auto;
  text-align: center;
  max-width: 1028px;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.54px;
}
.p-point__3-message-1 {
  margin-top: 41px;
}
.p-point__3-message-2 {
  margin-top: 46px;
  line-height: 31px;
}
@media (min-width: 768px) {
  .p-point__3-message-2 {
    margin-top: 112px;
    font-size: 17.5px;
    line-height: 40px;
  }
}
@media (min-width: 820px) {
  .p-point__3-message-2 {
    font-size: 18px;
  }
}
@media (min-width: 1370px) {
  .p-point__3-message-2 {
    margin-top: 80px;
  }
}
.p-point__3-message-3 {
  margin-top: 620px;
}
@media (min-width: 768px) {
  .p-point__3-message-3 {
    margin-top: 750px;
  }
}
@media (min-width: 1370px) {
  .p-point__3-message-3 {
    margin-top: 80px;
  }
}
@media (max-width: 441px) {
  .p-point__3-message-3 br {
    display: none;
  }
}
.p-point__3-message-big {
  margin: 8px auto 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 1.56px;
  position: relative;
  width: 275px;
  z-index: 1;
}
@media (max-width: 374px) {
  .p-point__3-message-big {
    font-size: 28px;
    width: 250px;
  }
}
.p-point__3-message-big:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 280px;
  height: 7px;
  background-color: #deff00;
  z-index: -1;
}
.p-point__3-message-small {
  width: 100%;
  margin: 35px auto 0;
  display: block;
}
@media (min-width: 1370px) {
  .p-point__3-message-small {
    max-width: 1028px;
  }
}
.p-point__3-img-box {
  display: flex;
  gap: 11px 19px;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .p-point__3-img-box {
    flex-direction: initial;
  }
}
.p-point__3-img-box img {
  width: 100%;
  max-width: 540px;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .p-point__3-img-box img {
    width: calc((100% - 38px) / 3);
    max-width: none;
  }
}
.p-point__4-text {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.39px;
  width: 100%;
  margin: 26px auto 0;
}
@media (min-width: 768px) {
  .p-point__4-text {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.54px;
    max-width: 1028px;
    margin: 35px auto 0;
  }
}
.p-point__4-contents {
  max-width: 1028px;
  width: 100%;
  margin: 47px auto 0;
}
@media (min-width: 768px) {
  .p-point__4-contents {
    margin: 107px auto 0;
  }
}
.p-point__4-contents-item + .p-point__4-contents-item {
  margin-top: 54px;
}
@media (min-width: 768px) {
  .p-point__4-contents-item + .p-point__4-contents-item {
    margin-top: 94px;
  }
}
.p-point__4-contents-item:nth-of-type(2) h3 strong {
  padding: 0 10px;
}
@media (min-width: 767px) {
  .p-point__4-contents-item:nth-of-type(2) h3 strong {
    padding: 0 20px;
  }
}
.p-point__4-contents-item:nth-of-type(2) h3 strong:nth-of-type(2) {
  padding: 0;
}
.p-point__4-contents-item:nth-of-type(3) .p-point__4-main-logo img {
  width: 164px;
  width: 90%;
}
@media (min-width: 768px) {
  .p-point__4-contents-item:nth-of-type(3) .p-point__4-main-logo img {
    max-width: 315px;
  }
}
.p-point__4-contents-item:nth-of-type(4) .p-point__4-main-logo img {
  max-width: 113px;
  width: 90%;
}
@media (min-width: 768px) {
  .p-point__4-contents-item:nth-of-type(4) .p-point__4-main-logo img {
    max-width: 214px;
  }
}
.p-point__4-contents-item-sub {
  color: #fff;
  font-family: Roboto;
  font-size: 10px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
  border-radius: 100px;
  background: #797979;
  padding: 0 10px;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .p-point__4-contents-item-sub {
    font-size: 20px;
    line-height: 32px;
    padding: 6px 22px;
    margin-right: 18px;
  }
}
.p-point__4-contents-item-sub-2 {
  flex-basis: 100%;
  padding-left: 60px;
  font-size: 11px;
  margin-top: -12px;
}
@media (max-width: 464px) {
  .p-point__4-contents-item-sub-2 {
    margin-top: 5px;
    padding-left: 0;
    line-height: 15px;
  }
}
@media (min-width: 768px) {
  .p-point__4-contents-item-sub-2 {
    margin-top: initial;
    padding-left: 120px;
    font-size: 20px;
  }
}
@media (min-width: 1325px) {
  .p-point__4-contents-item-sub-2 {
    flex-basis: initial;
    padding-left: initial;
    font-size: 27px;
  }
}
.p-point__4-contents h4 {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 36px;
  border-radius: 3px 3px 0 0;
  background: #deff00;
  padding: 5px 11px 3px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 51px);
  flex-shrink: 0;
  max-width: 700px;
}
@media (min-width: 768px) {
  .p-point__4-contents h4 {
    font-size: 27px;
    padding: 17px 21px;
  }
}
@media (min-width: 1325px) {
  .p-point__4-contents h4 {
    max-width: fit-content;
    width: auto;
  }
}
.p-point__4-main-title-sp {
  display: block;
  text-align: left !important;
}
@media (min-width: 1275px) {
  .p-point__4-main-title-sp {
    display: none;
  }
}
.p-point__4-main-title-pc {
  display: none;
}
@media (min-width: 1275px) {
  .p-point__4-main-title-pc {
    display: block;
  }
}
.p-point__4-main-box {
  background: #f4f4f4;
  padding: 17px 18px 36px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-point__4-main-box {
    padding: 44px 23px 50px;
  }
}
@media (min-width: 910px) {
  .p-point__4-main-box {
    padding: 44px 76px 50px;
  }
}
.p-point__4-main-box-2 {
  padding-bottom: 38px;
}
.p-point__4-main-box h3 {
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 37px;
}
@media (max-width: 374px) {
  .p-point__4-main-box h3 {
    font-size: 9px;
  }
}
@media (min-width: 375px) {
  .p-point__4-main-box h3 {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .p-point__4-main-box h3 {
    font-size: 30px;
    line-height: 64px;
  }
}
@media (min-width: 1275px) {
  .p-point__4-main-box h3 {
    font-size: 32px;
  }
}
.p-point__4-main-box h3 strong {
  background: #fff;
  padding: 0 10px;
  display: inline-block;
}
.p-point__4-main-box h3 strong span {
  font-size: 28px;
}
.p-point__4-main-box h3 strong:nth-of-type(2) {
  margin-top: 10px;
  padding: 0 10px 0 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-point__4-main-box h3 strong:nth-of-type(2) {
    margin-top: 15px;
  }
}
.p-point__4-main-box h3 strong:nth-of-type(3) {
  margin-top: 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-point__4-main-box h3 strong:nth-of-type(3) {
    margin-top: 15px;
  }
}
.p-point__4-main-text {
  margin-top: 14px;
  color: #3e3e3e;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
@media (min-width: 768px) {
  .p-point__4-main-text {
    margin-top: 19px;
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 1275px) {
  .p-point__4-main-text {
    text-align: center;
  }
}
.p-point__4-main-logo {
  margin: 28px auto 0;
  background: #1d1d1d;
  max-width: 296px;
  width: 100%;
  height: 133px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-point__4-main-logo {
    margin: 45px auto 0;
    max-width: 842px;
    height: 244px;
  }
}
.p-point__4-main-logo img {
  display: block;
  max-width: 174px;
  width: 90%;
  height: auto;
}
@media (min-width: 768px) {
  .p-point__4-main-logo img {
    max-width: 328px;
  }
}
.p-point__4-point {
  color: #fff;
  text-align: center;
  font-family: Zen Kaku Gothic New;
  font-size: 11px;
  font-weight: 900;
  line-height: 17px;
  width: 81px;
  height: 81px;
  flex-shrink: 0;
  background-color: #dcb430;
  border-radius: 50%;
  padding-top: 24px;
  position: absolute;
  top: -40px;
  right: -20px;
}
@media (min-width: 768px) {
  .p-point__4-point {
    font-size: 21px;
    line-height: 32px;
    width: 152px;
    height: 152px;
    padding-top: 43px;
    top: -90px;
    right: -30px;
  }
}
.p-point__4-point--blue {
  background: #00378f;
}
.p-point__4-sub-title {
  color: #3e3e3e;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 32px;
  border-radius: 3px 3px 0 0;
  border: 2px solid #3e3e3e;
  border-bottom: none;
  background: #deff00;
  display: inline-block;
  padding: 0 14px;
  margin-top: 44px;
}
@media (min-width: 768px) {
  .p-point__4-sub-title {
    font-size: 18px;
    padding: 3px 16px;
    margin-top: 48px;
  }
}
.p-point__4-list-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 9px;
  width: 100%;
  max-width: 503px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-point__4-list-top {
    gap: 0 19px;
  }
}
@media (min-width: 1370px) {
  .p-point__4-list-top {
    width: 100%;
    max-width: initial;
  }
}
.p-point__4-list-top-box {
  padding-top: 24px;
  border-top: 2px solid #3e3e3e;
}
@media (min-width: 768px) {
  .p-point__4-list-top-box {
    padding-top: 34px;
  }
}
.p-point__4-list-top li {
  width: 80px;
  height: 81px;
  border-radius: 50%;
  background-color: #fff;
  color: #101010;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-point__4-list-top li {
    width: 155px;
    height: 155px;
    font-size: 18px;
    line-height: 25px;
  }
}
.p-point__4-list-bottom {
  margin: 25px auto 0;
  display: flex;
  justify-content: center;
  gap: 14px;
  max-width: 417px;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1370px) {
  .p-point__4-list-bottom {
    width: 100%;
    max-width: initial;
  }
}
.p-point__4-list-bottom li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #828282;
  padding: 13px 0;
  width: 204.444px;
  gap: 0 7px;
}
@media (min-width: 768px) {
  .p-point__4-list-bottom li {
    padding: 14px 0;
    width: 200px;
    gap: 0 17px;
  }
}
.p-point__4-list-bottom li svg {
  width: 23.833px;
  height: 23.833px;
}
@media (min-width: 768px) {
  .p-point__4-list-bottom li svg {
    width: 33px;
    height: 33px;
  }
}
.p-point__4-list-bottom li p {
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .p-point__4-list-bottom li p {
    font-size: 13px;
    line-height: 20px;
  }
}
.p-point__4-box {
  padding: 25px 0;
  border-radius: 0 0 7px 7px;
  background: #deff00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 21px 0;
}
@media (min-width: 768px) {
  .p-point__4-box {
    padding: 33px 0 42px;
    gap: 21px 0;
  }
}
@media (min-width: 1275px) {
  .p-point__4-box {
    flex-direction: initial;
  }
}
.p-point__4-box-title {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 64px;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .p-point__4-box-title {
    font-size: 32px;
    margin-top: initial;
  }
}
.p-point__4-box-text {
  color: #3e3e3e;
  font-size: 13px;
  line-height: 25px;
  width: calc(100% - 50px);
  margin: -15px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .p-point__4-box-text {
    font-size: 16px;
    line-height: 27px;
    width: 353px;
    margin: 0 48px 0 56px;
  }
}
@media (min-width: 1275px) {
  .p-point__4-box-text {
    text-align: left;
  }
}
.p-point__4-btn a {
  padding: 12px 77px 12px 36px;
  font-size: 15px;
  letter-spacing: 0.45px;
}
@media (max-width: 395px) {
  .p-point__4-btn a {
    padding: 12px 35px 12px 20px;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .p-point__4-btn a {
    padding: 21px 78px 21px 33px;
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}
.p-point__4-inner {
  display: flex;
  margin-top: 22px;
  gap: 0 16px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .p-point__4-inner {
    margin-top: 48px;
  }
}
@media (min-width: 1275px) {
  .p-point__4-inner {
    align-items: initial;
    flex-direction: initial;
  }
}
.p-point__4-inner-img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .p-point__4-inner-img {
    max-width: 526px;
  }
}
.p-point__4-inner figcaption h3 {
  margin-top: 14px;
  text-align: center;
}
@media (min-width: 1275px) {
  .p-point__4-inner figcaption h3 {
    text-align: left;
  }
}
.p-point__4-inner figcaption h3 img {
  max-width: 143px;
  width: 90%;
  height: auto;
}
@media (min-width: 768px) {
  .p-point__4-inner figcaption h3 img {
    max-width: 206px;
  }
}
.p-point__4-inner figcaption p {
  color: #3e3e3e;
  font-size: 13px;
  line-height: 25px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .p-point__4-inner figcaption p {
    font-size: 15px;
    line-height: 27px;
  }
}
@media (min-width: 1275px) {
  .p-point__4-inner figcaption p {
    margin-top: initial;
  }
}
.p-point__accordion {
  margin: 40px auto 0;
  max-width: 1028px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 62px 22px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 434px) {
  .p-point__accordion {
    gap: 31px 22px;
  }
}
@media (min-width: 1100px) {
  .p-point__accordion {
    margin: 59px auto 0;
    flex-direction: initial;
    align-items: initial;
  }
}
.p-point__accordion-main-header {
  display: block;
}
.p-point__accordion-item {
  width: 100%;
}
@media (min-width: 1100px) {
  .p-point__accordion-item {
    width: calc(50% - 11px);
  }
}
.p-point__accordion-header {
  border-radius: 3px 3px 0 0;
  background: #3e3e3e;
  width: 100%;
  color: #fff;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 38px;
  padding: 4px 17px 5px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 374px) {
  .p-point__accordion-header {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .p-point__accordion-header {
    font-size: 21px;
    padding: 7px 25px 8px 22px;
  }
}
.p-point__accordion-header span {
  color: #deff00;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 34px;
  margin-right: 25px;
}
@media (max-width: 374px) {
  .p-point__accordion-header span {
    font-size: 15px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .p-point__accordion-header span {
    font-size: 18px;
    margin-right: 20px;
  }
}
@media (min-width: 1190px) {
  .p-point__accordion-header span {
    margin-right: 69px;
  }
}
.p-point__accordion-header .c-accordion__icon {
  width: 10px;
  height: auto;
}
@media (min-width: 768px) {
  .p-point__accordion-header .c-accordion__icon {
    width: 17px;
    height: 9px;
  }
}
.p-point__accordion-content {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #3e3e3e;
  border-top: none;
}
.p-point__accordion-content .c-accordion__sub-item ul {
  margin: 23px 0 0;
}
@media (min-width: 768px) {
  .p-point__accordion-content .c-accordion__sub-item ul {
    margin: 33px 0 0;
  }
}
.p-point__accordion-content .c-accordion__sub-item:last-of-type {
  margin-bottom: 50px;
}
.p-point__accordion-content-img {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 18px 22px 20px;
  border: 1px solid #3e3e3e;
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-point__accordion-content-img {
    padding: 25px 33px 22px;
  }
}
.p-point__accordion-content-img img {
  width: 100%;
  height: auto;
}
.p-point__accordion-content-img figcaption {
  position: absolute;
  bottom: 37px;
  left: 42px;
  color: #fafafa;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  font-family: Contrail One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 374px) {
  .p-point__accordion-content-img figcaption {
    font-size: 16px;
    bottom: 27px;
    left: 32px;
  }
}
@media (min-width: 768px) {
  .p-point__accordion-content-img figcaption {
    bottom: 48px;
    left: 59px;
    font-size: 37px;
    line-height: 36px;
  }
}
.p-point__accordion-content ul {
  margin: 11px 0 35px;
  padding: 0 22px;
}
@media (min-width: 768px) {
  .p-point__accordion-content ul {
    padding: 0 33px;
  }
}
.p-point__accordion-content ul li {
  line-height: 34px;
  padding-bottom: 10px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .p-point__accordion-content ul li {
    padding-bottom: 15px;
    font-size: 16px;
  }
}
.p-point__accordion-content ul li + li {
  border-top: 1px dashed #e3e3e3;
  padding-top: 15px;
}
.p-point__accordion-sub-header {
  padding: 0 22px;
  margin: 33px 0 2px;
  position: relative;
}
@media (min-width: 768px) {
  .p-point__accordion-sub-header {
    padding: 0 33px;
    margin: 43px 0 2px;
  }
}
.p-point__accordion-sub-header:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 22px;
  right: 22px;
  height: 2px;
  background-color: #3e3e3e;
}
@media (min-width: 768px) {
  .p-point__accordion-sub-header:after {
    left: 33px;
    right: 33px;
  }
}
.p-point__accordion-sub-header span {
  color: #3e3e3e;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 32px;
  border-radius: 3px 3px 0 0;
  border: 2px solid #3e3e3e;
  border-bottom: none;
  background: #deff00;
  padding: 0 10px;
}
@media (max-width: 374px) {
  .p-point__accordion-sub-header span {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .p-point__accordion-sub-header span {
    font-size: 18px;
    padding: 0 15px;
  }
}
.p-point__accordion-title {
  display: none;
}
@media (max-width: 420px) {
  .p-point__accordion-title {
    display: block;
  }
}
.p-point__end-text {
  margin-top: 44px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.45px;
}
@media (min-width: 768px) {
  .p-point__end-text {
    margin-top: 71px;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.54px;
  }
}
.p-point__case-navigation,
.p-point__case-navigation-2,
.p-point__case-navigation-3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 480px;
}
@media (min-width: 768px) {
  .p-point__case-navigation,
  .p-point__case-navigation-2,
  .p-point__case-navigation-3 {
    top: 710px;
  }
}
@media (min-width: 1370px) {
  .p-point__case-navigation,
  .p-point__case-navigation-2,
  .p-point__case-navigation-3 {
    display: none;
  }
}
.p-point__case-navigation-3 {
  top: 40px;
}
.p-point__case-dots,
.p-point__case-dots-2,
.p-point__case-dots-3 {
  display: flex !important;
  width: 100%;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .p-point__case-dots,
  .p-point__case-dots-2,
  .p-point__case-dots-3 {
    padding-left: 45px;
  }
}
.p-point__case-dots .p-point__case-dots,
.p-point__case-dots .p-point__case-dots-2,
.p-point__case-dots .p-point__case-dots-3,
.p-point__case-dots-2 .p-point__case-dots,
.p-point__case-dots-2 .p-point__case-dots-2,
.p-point__case-dots-2 .p-point__case-dots-3,
.p-point__case-dots-3 .p-point__case-dots,
.p-point__case-dots-3 .p-point__case-dots-2,
.p-point__case-dots-3 .p-point__case-dots-3 {
  display: inline-block !important;
  width: 11px !important;
  height: 11px !important;
  margin: 0 6px;
  border-radius: 50%;
  background: #d5d5d5 !important;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.p-point__case-dots .p-point__case-dots.is-active,
.p-point__case-dots .p-point__case-dots.is-active-2,
.p-point__case-dots .p-point__case-dots.is-active-3,
.p-point__case-dots .p-point__case-dots-2.is-active,
.p-point__case-dots .p-point__case-dots-2.is-active-2,
.p-point__case-dots .p-point__case-dots-2.is-active-3,
.p-point__case-dots .p-point__case-dots-3.is-active,
.p-point__case-dots .p-point__case-dots-3.is-active-2,
.p-point__case-dots .p-point__case-dots-3.is-active-3,
.p-point__case-dots-2 .p-point__case-dots.is-active,
.p-point__case-dots-2 .p-point__case-dots.is-active-2,
.p-point__case-dots-2 .p-point__case-dots.is-active-3,
.p-point__case-dots-2 .p-point__case-dots-2.is-active,
.p-point__case-dots-2 .p-point__case-dots-2.is-active-2,
.p-point__case-dots-2 .p-point__case-dots-2.is-active-3,
.p-point__case-dots-2 .p-point__case-dots-3.is-active,
.p-point__case-dots-2 .p-point__case-dots-3.is-active-2,
.p-point__case-dots-2 .p-point__case-dots-3.is-active-3,
.p-point__case-dots-3 .p-point__case-dots.is-active,
.p-point__case-dots-3 .p-point__case-dots.is-active-2,
.p-point__case-dots-3 .p-point__case-dots.is-active-3,
.p-point__case-dots-3 .p-point__case-dots-2.is-active,
.p-point__case-dots-3 .p-point__case-dots-2.is-active-2,
.p-point__case-dots-3 .p-point__case-dots-2.is-active-3,
.p-point__case-dots-3 .p-point__case-dots-3.is-active,
.p-point__case-dots-3 .p-point__case-dots-3.is-active-2,
.p-point__case-dots-3 .p-point__case-dots-3.is-active-3 {
  background: #a1a1a1 !important;
}
.p-point__case-arrow,
.p-point__case-arrow-2,
.p-point__case-arrow-3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-point__case-arrow svg,
.p-point__case-arrow-2 svg,
.p-point__case-arrow-3 svg {
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .p-point__case-arrow svg,
  .p-point__case-arrow-2 svg,
  .p-point__case-arrow-3 svg {
    width: 32px;
    height: 32px;
  }
}
.p-point__case-arrow.p-point__case-prev,
.p-point__case-arrow.p-point__case-prev-2,
.p-point__case-arrow.p-point__case-prev-3,
.p-point__case-arrow-2.p-point__case-prev,
.p-point__case-arrow-2.p-point__case-prev-2,
.p-point__case-arrow-2.p-point__case-prev-3,
.p-point__case-arrow-3.p-point__case-prev,
.p-point__case-arrow-3.p-point__case-prev-2,
.p-point__case-arrow-3.p-point__case-prev-3 {
  left: 0;
}
.p-point__case-arrow.p-point__case-next,
.p-point__case-arrow.p-point__case-next-2,
.p-point__case-arrow-2.p-point__case-next,
.p-point__case-arrow-2.p-point__case-next-2,
.p-point__case-arrow-3.p-point__case-next,
.p-point__case-arrow-3.p-point__case-next-2 {
  left: 110px;
}
@media (min-width: 768px) {
  .p-point__case-arrow.p-point__case-next,
  .p-point__case-arrow.p-point__case-next-2,
  .p-point__case-arrow-2.p-point__case-next,
  .p-point__case-arrow-2.p-point__case-next-2,
  .p-point__case-arrow-3.p-point__case-next,
  .p-point__case-arrow-3.p-point__case-next-2 {
    left: 125px;
  }
}
.p-point__case-arrow.p-point__case-next-3,
.p-point__case-arrow-2.p-point__case-next-3,
.p-point__case-arrow-3.p-point__case-next-3 {
  left: 220px;
}
@media (min-width: 768px) {
  .p-point__case-arrow.p-point__case-next-3,
  .p-point__case-arrow-2.p-point__case-next-3,
  .p-point__case-arrow-3.p-point__case-next-3 {
    left: 240px;
  }
}
.p-point__case-btn a {
  padding: 14px 65px 14px 30px;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-point__case-btn a {
    padding: 14px 81px 14px 31px;
    font-size: 16px;
  }
}
.p-point__case-btn svg {
  right: 21px;
}
.p-point__case-btn-link-box {
  margin-top: 12px;
}
.p-point__case-btn-link {
  font-size: 18px !important;
  padding: 19px 77px 23px 48px;
  font-size: 24px;
  letter-spacing: 0.72px;
}
@media (max-width: 374px) {
  .p-point__case-btn-link {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .p-point__case-btn-link {
    font-size: 24px !important;
    padding: 23px 103px 23px 66px;
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}
.p-point__case-btn-link svg {
  top: 30px;
  right: 21px;
  width: 19px;
  height: 19px;
}
@media (min-width: 768px) {
  .p-point__case-btn-link svg {
    top: 50%;
    right: 29px;
    width: 25px;
    height: 25px;
  }
}
.p-point__case-slider-3 .slick-slide {
  margin-right: 14px;
}
.p-point__case-slider-3 .slick-slide span {
  font-size: 9px;
}
.p-point__case-slider-img-1 {
  width: 77.63px;
  height: 147.835px;
}
@media (min-width: 768px) {
  .p-point__case-slider-img-1 {
    width: 115px;
    height: 219px;
  }
}
.p-point__case-slider-img-2 {
  width: 139.059px;
  height: 116.783px;
}
@media (min-width: 768px) {
  .p-point__case-slider-img-2 {
    width: 206px;
    height: 173px;
  }
}
.p-point__case-slider-img-3 {
  width: 95.175px;
}
@media (min-width: 768px) {
  .p-point__case-slider-img-3 {
    width: 141px;
    height: 218px;
  }
}
.p-point__case-slider-img-4 {
  width: 91.8px;
}
@media (min-width: 768px) {
  .p-point__case-slider-img-4 {
    width: 136px;
    height: 215px;
  }
}
.p-point__case-slider-img-5 {
  width: 144.45px;
}
@media (min-width: 768px) {
  .p-point__case-slider-img-5 {
    width: 214px;
    height: 201px;
  }
}
.p-point__case-slider-img-6 {
  width: 137.7px;
}
@media (min-width: 768px) {
  .p-point__case-slider-img-6 {
    width: 204px;
    height: 207px;
  }
}
.p-point__top-box {
  width: 100%;
}
@media (min-width: 768px) {
  .p-point__top-box h3 {
    font-size: 38px;
  }
}
@media (min-width: 820px) {
  .p-point__top-box h3 {
    font-size: 41px;
  }
}
@media (max-width: 374px) {
  .p-point__top-box .c-button__black {
    padding: 13px 30px 15px 14px;
  }
}
.p-change__link {
  width: 100%;
  background-image: url(../../assets/images/bg_link.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 43px 0 42px;
}
@media (min-width: 768px) {
  .p-change__link {
    padding: 85px 0 68px;
  }
}
.p-change__link h2 {
  color: #fff;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 50px;
}
@media (min-width: 768px) {
  .p-change__link h2 {
    font-size: 57px;
    line-height: 80px;
  }
}
.p-change__link h2 br:nth-of-type(2) {
  display: block;
}
@media (min-width: 768px) {
  .p-change__link h2 br:nth-of-type(2) {
    display: none;
  }
}
.p-change__link ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 260px;
  gap: 9px 0;
  margin: 29px auto 0;
}
@media (min-width: 768px) {
  .p-change__link ul {
    width: 280px;
  }
}
@media (min-width: 870px) {
  .p-change__link ul {
    justify-content: center;
    flex-direction: initial;
    gap: 0 29px;
    margin-top: 32px;
    width: initial;
  }
}
.p-change__link ul li {
  color: #e3e3e3;
  font-family: Zen Kaku Gothic New, sans-serif;
  line-height: 39px;
  display: flex;
  align-items: center;
  gap: 0 13px;
}
@media (min-width: 768px) {
  .p-change__link ul li {
    font-size: 18px;
    line-height: 39px;
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
}
@media (max-width: 374px) {
  .p-change__link-2 h2 {
    font-size: 27px;
  }
}
.p-change__link-2 h2 br:nth-of-type(2) {
  display: block;
}
@media (min-width: 900px) {
  .p-change__link-2 h2 br:nth-of-type(2) {
    display: none;
  }
}
.p-change__link-2 ul {
  flex-direction: column;
  width: 310px;
  gap: 15px 0;
  margin: 29px auto 0;
}
@media (min-width: 768px) {
  .p-change__link-2 ul {
    width: 340px;
  }
}
@media (min-width: 1050px) {
  .p-change__link-2 ul {
    flex-direction: initial;
    gap: 0 29px;
    margin-top: 32px;
    width: initial;
  }
}
.p-change__link-btn-box {
  margin-top: 56px;
}
@media (min-width: 870px) {
  .p-change__link-btn-box {
    margin-top: 85px;
  }
}
.p-change__link-btn {
  padding: 21px 44.5px 23px 38px;
  font-size: 19px;
  line-height: normal;
  letter-spacing: 0.57px;
}
@media (min-width: 768px) {
  .p-change__link-btn {
    padding: 33px 111px 33px 67px;
    font-size: 30px;
    letter-spacing: 0.9px;
  }
}
.p-change__link-btn svg {
  right: 18px;
  width: 20px;
}
@media (max-width: 439px) {
  .p-change__link-btn svg {
    right: 15px;
  }
}
@media (min-width: 768px) {
  .p-change__link-btn svg {
    right: 39px;
    width: 33px;
  }
}
.p-change__link-btn-sub {
  width: 65px;
  height: 65px;
  font-size: 10px;
  padding-top: 14px;
  top: -82px;
  left: -29px;
}
@media (max-width: 439px) {
  .p-change__link-btn-sub {
    top: -110px;
  }
}
@media (min-width: 768px) {
  .p-change__link-btn-sub {
    width: 116px;
    height: 116px;
    font-size: 16px;
    padding-top: 27px;
    top: -145px;
    left: -55px;
  }
}
.p-change__link-btn-no {
  font-size: 25px;
}
@media (min-width: 768px) {
  .p-change__link-btn-no {
    font-size: 42px;
  }
}
.p-change__link-btn-sec {
  font-size: 11px;
}
@media (min-width: 768px) {
  .p-change__link-btn-sec {
    font-size: 20px;
  }
}
.p-change__link-small {
  margin: 17px 45px 0 !important;
  padding-right: 38px;
}
@media (min-width: 768px) {
  .p-change__link-small {
    margin: 12px 0 0 -130px !important;
  }
}
.p-change__link-text {
  color: #e6e6e6;
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 18px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .p-change__link-text {
    font-size: 25px;
    margin-bottom: 19px;
  }
}
.p-change__link-3 {
  padding: 65px 0 52px;
}
@media (min-width: 768px) {
  .p-change__link-3 {
    padding: 106px 0 85px;
  }
}
.p-change__link-3 h2 span {
  color: #deff00;
}
.p-change__link-3 h2 br:nth-of-type(2) {
  display: block;
}
@media (min-width: 1025px) {
  .p-change__link-3 h2 br:nth-of-type(2) {
    display: none;
  }
}
.p-change__link-3 > p {
  margin: 68px auto 0;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
  max-width: 639px;
  width: calc(100% - 52px);
}
@media (min-width: 768px) {
  .p-change__link-3 > p {
    margin: 57px auto 0;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
  }
}
.p-change__link-3 .p-change__link-btn-box {
  margin-top: 82px;
}
@media (min-width: 768px) {
  .p-change__link-3 .p-change__link-btn-box {
    margin-top: 90px;
  }
}
.p-change__case {
  background-color: #fbfbfb;
  padding: 67px 0 93px;
}
@media (min-width: 768px) {
  .p-change__case {
    padding: 115px 0 125px;
  }
}
.p-change__case h2 {
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 39px;
  letter-spacing: 1.02px;
}
@media (min-width: 768px) {
  .p-change__case h2 {
    font-size: 42px;
    letter-spacing: 1.26px;
  }
}
.p-change__case-main-text {
  margin: 28px auto 0;
  width: calc(100% - 100px);
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.39px;
}
@media (max-width: 374px) {
  .p-change__case-main-text {
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .p-change__case-main-text {
    margin: 44px auto 0;
    max-width: 980px;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
  }
}
.p-change__case-text-box {
  padding: 0 26px;
}
@media (min-width: 768px) {
  .p-change__case-text-box {
    padding: 0 31px;
  }
}
.p-change__case-text-box figcaption {
  color: #565656;
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  margin: 14px 0 21px;
}
.p-change__case-slider {
  width: 100%;
  margin: 56px auto 0;
  position: relative;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .p-change__case-slider {
    margin: 80px auto 0;
  }
}
.p-change__case-slider .slick-slider,
.p-change__case-slider .slick-list {
  overflow: visible;
}
.p-change__case-slider-list {
  width: 291px !important;
  min-width: 291px;
  max-width: 291px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 0 36px #0000000a;
  margin: 0 8px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .p-change__case-slider-list {
    width: 369px !important;
    min-width: 369px;
    max-width: 369px;
    margin: 0 15px;
    padding-bottom: 30px;
  }
}
.p-change__case-slider-list:nth-of-type(odd) {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .p-change__case-slider-list:nth-of-type(odd) {
    margin-top: 45px;
  }
}
.p-change__case-slider-list img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px 7px 0 0;
}
.p-change__case-slider h3 {
  margin-top: 25px;
  font-size: 17px;
  line-height: 27px;
}
@media (min-width: 768px) {
  .p-change__case-slider h3 {
    font-size: 22px;
    line-height: 33px;
  }
}
.p-change__case-slider figcaption {
  margin: 15px 0 28px;
  font-size: 12px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .p-change__case-slider figcaption {
    margin: 14px 0 21px;
    font-size: 15px;
    line-height: 29px;
  }
}
.p-change__case-navigation {
  position: relative;
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-change__case-dots {
  display: block !important;
  width: 100%;
  text-align: center;
  position: relative;
}
.p-change__case-dots .p-change__case-dot {
  display: inline-block !important;
  width: 11px !important;
  height: 11px !important;
  margin: 0 6px;
  border-radius: 50%;
  background: #d5d5d5 !important;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.p-change__case-dots .p-change__case-dot.is-active {
  background: #a1a1a1 !important;
}
.p-change__case-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-change__case-arrow svg {
  width: 32px;
  height: 32px;
}
.p-change__case-arrow.p-change__case-prev {
  left: 50%;
  transform: translate(-100px);
}
.p-change__case-arrow.p-change__case-next {
  right: 50%;
  transform: translate(100px);
}
.p-change__case-btn a {
  padding: 14px 65px 14px 30px;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-change__case-btn a {
    padding: 14px 81px 14px 31px;
    font-size: 16px;
  }
}
.p-change__case-btn svg {
  right: 21px;
}
.p-change__case-btn-link-box {
  margin-top: 12px;
}
.p-change__case-btn-link {
  font-size: 18px !important;
  padding: 19px 77px 23px 48px;
  font-size: 24px;
  letter-spacing: 0.72px;
}
@media (max-width: 374px) {
  .p-change__case-btn-link {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .p-change__case-btn-link {
    font-size: 24px !important;
    padding: 23px 103px 23px 66px;
    font-size: 24px;
    letter-spacing: 0.72px;
  }
}
.p-change__case-btn-link svg {
  top: 30px;
  right: 21px;
  width: 19px;
  height: 19px;
}
@media (min-width: 768px) {
  .p-change__case-btn-link svg {
    top: 50%;
    right: 29px;
    width: 25px;
    height: 25px;
  }
}
.p-change__case-message {
  margin-top: 63px;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
}
@media (max-width: 374px) {
  .p-change__case-message {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .p-change__case-message {
    margin-top: 80px;
    font-size: 18px;
    line-height: 33px;
  }
}
.p-change__case-message svg {
  position: relative;
  top: 5px;
}
.p-change__case-message svg:nth-of-type(1) {
  right: 3px;
  width: 26px;
  height: 21px;
}
@media (min-width: 768px) {
  .p-change__case-message svg:nth-of-type(1) {
    right: 10px;
    width: 33px;
    height: 28px;
  }
}
.p-change__case-message svg:nth-of-type(2) {
  left: 0;
  width: 26px;
  height: 21px;
}
@media (min-width: 768px) {
  .p-change__case-message svg:nth-of-type(2) {
    left: 5px;
    width: 32px;
    height: 28px;
  }
}
.p-change__fee {
  background: #f4f4f4;
  padding: 54px 0 68px;
}
@media (min-width: 768px) {
  .p-change__fee {
    padding: 91px 0 101px;
  }
}
.p-change__fee-main-text {
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 0.42px;
}
@media (min-width: 768px) {
  .p-change__fee-main-text {
    font-size: 18px;
    line-height: 33px;
  }
}
.p-change__fee h2 {
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-change__fee h2 {
    font-size: 42px;
    line-height: 39px;
    letter-spacing: 1.26px;
    margin-top: 16px;
  }
}
.p-change__fee-list {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 0 7px;
}
@media (min-width: 768px) {
  .p-change__fee-list {
    margin-top: 66px;
    gap: 0 13px;
  }
}
.p-change__fee-list li {
  background-color: #deff00;
  border: 2px dotted #101010;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #3e3e3e;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 15px;
}
@media (max-width: 374px) {
  .p-change__fee-list li {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .p-change__fee-list li {
    width: 121px;
    height: 121px;
    font-size: 20px;
    line-height: 28px;
  }
}
.p-change__fee-price-list {
  margin: 29px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  width: 325.389px;
}
@media (max-width: 374px) {
  .p-change__fee-price-list {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .p-change__fee-price-list {
    width: 494px;
    gap: 35px 33px;
  }
}
@media (min-width: 1060px) {
  .p-change__fee-price-list {
    margin: 47px auto 0;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: initial;
    width: 1021px;
  }
}
.p-change__fee-price-list li {
  background-color: #fff;
  border: 2px solid #101010;
  display: flex;
  align-items: center;
  width: 325.389px;
  overflow: visible;
  height: 127.126px;
}
@media (max-width: 374px) {
  .p-change__fee-price-list li {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .p-change__fee-price-list li {
    width: 494px;
    height: 191px;
  }
}
@media (min-width: 1060px) {
  .p-change__fee-price-list li {
    height: auto;
  }
}
.p-change__fee-price-list li svg {
  width: 19px;
  height: 125px;
}
@media (min-width: 768px) {
  .p-change__fee-price-list li svg {
    width: 28px;
    height: 191px;
  }
}
.p-change__fee-price-list-sub {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 46px;
  background: #101010;
  padding: 0 8px 0 22px;
  display: flex;
  align-items: center;
  height: 127.126px;
}
@media (min-width: 768px) {
  .p-change__fee-price-list-sub {
    font-size: 23px;
    height: 191px;
    padding: 0 9px 0 33px;
  }
}
@media (min-width: 1060px) {
  .p-change__fee-price-list-sub {
    height: 100%;
  }
}
.p-change__fee-price-list-sub-box {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .p-change__fee-price-list-sub-box {
    width: 494px;
  }
}
.p-change__fee-price-list-sub-box svg {
  position: relative;
  left: -1px;
}
.p-change__fee-price-list-sub-text {
  padding: 0 63px 0 25px;
}
@media (max-width: 374px) {
  .p-change__fee-price-list-sub-text {
    padding: 0 30px 0 10px;
  }
}
@media (min-width: 768px) {
  .p-change__fee-price-list-sub-text {
    padding: 0 63px 0 40px;
  }
}
.p-change__fee-price-list-main {
  font-size: 15px;
  line-height: 40px;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .p-change__fee-price-list-main {
    font-size: 21px;
    line-height: 46px;
    margin-top: initial;
  }
}
.p-change__fee-price-list-price {
  text-align: center;
  font-family: Arvo, serif;
  font-size: 44px;
  background: linear-gradient(180deg, #767676 -130.43%, #000 180.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .p-change__fee-price-list-price {
    font-size: 74px;
  }
}
.p-change__fee-price-list-price span {
  position: absolute;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 900;
  background: var(
    --text,
    linear-gradient(180deg, #767676 -97.83%, #101010 180.43%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-change__fee-price-list-price span:nth-of-type(1) {
  right: -27px;
  bottom: 8px;
  font-size: 23px;
}
@media (min-width: 768px) {
  .p-change__fee-price-list-price span:nth-of-type(1) {
    right: -45px;
    bottom: 15px;
    font-size: 37px;
  }
}
.p-change__fee-price-list-price span:nth-of-type(2) {
  font-size: 9px;
  right: -34.5px;
  bottom: 33px;
}
@media (min-width: 768px) {
  .p-change__fee-price-list-price span:nth-of-type(2) {
    font-size: 13px;
    right: -53px;
    bottom: 55px;
  }
}
.p-change__fee-price-list-2 {
  width: 349.942px !important;
}
@media (max-width: 374px) {
  .p-change__fee-price-list-2 {
    width: 300px !important;
  }
}
@media (min-width: 768px) {
  .p-change__fee-price-list-2 {
    width: 623px !important;
  }
}
@media (min-width: 768px) and (max-width: 374px) {
  .p-change__fee-price-list-2 {
    width: 300px !important;
  }
}
.p-change__fee-price-list-2 li {
  border: 4px solid #deff00;
  width: 349.942px !important;
}
@media (max-width: 374px) {
  .p-change__fee-price-list-2 li {
    width: 300px !important;
  }
}
@media (min-width: 768px) {
  .p-change__fee-price-list-2 li {
    width: 623px !important;
  }
}
.p-change__fee-price-list-2 .p-change__fee-price-list-sub {
  background: #deff00;
  color: #101010;
  padding: 0 0 0 14px;
  width: 124px !important;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-change__fee-price-list-2 .p-change__fee-price-list-sub {
    padding: 0 0 0 27.89px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .p-change__fee-price-list-2 .p-change__fee-price-list-sub-text {
    padding: 0 63px 0 60px;
  }
}
.p-change__fee-price-text {
  margin: 31px auto 0;
  color: #565656;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.45px;
  max-width: 336px;
  width: 90%;
  padding-left: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .p-change__fee-price-text {
    max-width: 1021px;
  }
}
.p-change__fee-price-text span {
  position: absolute;
  left: 0;
}
.p-change__fee-service {
  color: #3e3e3e;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 32px;
  border-radius: 3px 3px 0 0;
  border: 2px solid #3e3e3e;
  border-bottom: none;
  background: #deff00;
  display: inline-block;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .p-change__fee-service {
    font-size: 18px;
    padding: 3px 19px 3px 15px;
  }
}
.p-change__fee-service-box {
  margin: 131px auto 0;
  max-width: 350px;
  width: 90%;
}
@media (min-width: 768px) {
  .p-change__fee-service-box {
    margin: 159px auto 0;
    max-width: 1021px;
  }
}
.p-change__fee-service-box-inner {
  border-top: 2px solid #3e3e3e;
  border-radius: 0 0 10px 10px;
  background: #fff;
}
.p-change__fee-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 7px;
  padding: 19px 20px 25px;
  width: 350px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-change__fee-service-list {
    width: 616px;
    gap: 17px 14px;
    padding: 44px 0;
  }
}
@media (min-width: 1150px) {
  .p-change__fee-service-list {
    width: 100%;
    padding: 44px;
  }
}
.p-change__fee-service-list li {
  width: 151.232px;
  height: 41.702px;
  border-radius: 3px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #354753;
  font-size: 9px;
}
@media (max-width: 374px) {
  .p-change__fee-service-list li {
    width: 125px;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .p-change__fee-service-list li {
    width: 301px;
    height: 83px;
    font-size: 16px;
  }
}
.p-change__fee-link {
  margin-top: 61px;
}
@media (min-width: 768px) {
  .p-change__fee-link {
    margin-top: 113px;
  }
}
.p-change__member {
  padding: 84px 0 103.47px;
  background: #fff;
}
@media (min-width: 768px) {
  .p-change__member {
    padding: 147px 0 175px;
  }
}
.p-change__member h2 {
  color: #101010;
}
.p-change__member .p-main__voice-list h3 {
  color: #000;
}
.p-change__member .p-main__voice-list h3 span {
  color: #9f9fa1;
}
.p-change__member .p-main__voice-list p {
  color: #222;
}
.p-change__member .p-main__voice-sub {
  left: 0;
  padding: 10px 18px;
}
.p-change__member-main-box {
  margin: 0 auto;
  width: 350px;
}
@media (max-width: 374px) {
  .p-change__member-main-box {
    width: 165px;
  }
}
@media (min-width: 768px) {
  .p-change__member-main-box {
    width: 670px;
  }
}
@media (min-width: 1080px) {
  .p-change__member-main-box {
    margin: 0 auto;
    width: initial;
  }
}
.p-change__member-box {
  margin-top: 103px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 34px 17px;
}
@media (min-width: 768px) {
  .p-change__member-box {
    margin-top: 129px;
    gap: 34px 30px;
  }
}
@media (min-width: 1080px) {
  .p-change__member-box {
    margin-top: 129px;
    justify-content: center;
    gap: 0 30px;
  }
}
.p-change__member-box figure {
  position: relative;
}
.p-change__member-box figure img {
  display: block;
  width: 165.905px;
  height: 150.823px;
}
@media (min-width: 768px) {
  .p-change__member-box figure img {
    width: 319px;
    height: 290px;
  }
}
.p-change__member-box figure h3 {
  color: #000;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.75px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-change__member-box figure h3 {
    font-size: 25px;
    margin-top: 26px;
  }
}
.p-change__member-box figure h3 span {
  color: #9f9fa1;
  font-size: 11px;
  line-height: 26px;
  letter-spacing: 0.42px;
  margin-left: 7px;
}
@media (min-width: 768px) {
  .p-change__member-box figure h3 span {
    font-size: 14px;
    margin-left: 11px;
  }
}
.p-change__member-sub-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 166px;
}
@media (min-width: 768px) {
  .p-change__member-sub-box {
    width: 319px;
  }
}
.p-change__member-sub-box svg {
  width: 10px;
  height: 10px;
}
@media (min-width: 768px) {
  .p-change__member-sub-box svg {
    width: 18px;
    height: 18px;
  }
}
.p-change__member-title {
  color: #000;
  font-size: 10px;
  line-height: 26px;
  background: #deff00;
  display: inline-block;
  padding: 0 7px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (min-width: 768px) {
  .p-change__member-title {
    top: 270px;
    bottom: initial;
    left: 0;
    padding: 5px 13px;
    font-size: 16px;
  }
}
.p-change__rec {
  background: #fbfbfb;
  padding-bottom: 162px;
  position: relative;
}
@media (min-width: 768px) {
  .p-change__rec {
    padding-bottom: 294px;
  }
}
.p-change__rec-top {
  position: relative;
  width: 100%;
  text-align: center;
}
.p-change__rec-top p {
  position: absolute;
  display: block;
  top: 39px;
  left: 0;
  right: 0;
  z-index: 2;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 0.42px;
}
@media (min-width: 768px) {
  .p-change__rec-top p {
    top: 79px;
    font-size: 18px;
    line-height: 33px;
  }
}
.p-change__rec-top h2 {
  position: absolute;
  display: block;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 2;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-change__rec-top h2 {
    top: 131px;
    font-size: 52px;
    line-height: 39px;
    letter-spacing: 1.56px;
  }
}
.p-change__rec-title-bg {
  display: block;
  width: 100vw;
  height: 173px;
  max-width: none;
  position: relative;
  object-fit: cover;
  object-position: bottom;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-change__rec-title-bg {
    height: 269px;
  }
}
.p-change__rec-title-bg:nth-of-type(1) {
  display: none;
}
@media (min-width: 768px) {
  .p-change__rec-title-bg:nth-of-type(1) {
    display: block;
  }
}
.p-change__rec-title-bg:nth-of-type(2) {
  display: block;
}
@media (min-width: 768px) {
  .p-change__rec-title-bg:nth-of-type(2) {
    display: none;
  }
}
.p-change__rec-list {
  margin-top: 46px;
}
@media (min-width: 768px) {
  .p-change__rec-list {
    margin-top: 87px;
  }
}
.p-change__rec-list-item {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 100px);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 36px #0000000a;
}
@media (max-width: 439px) {
  .p-change__rec-list-item {
    width: calc(100% - 50px);
  }
}
.p-change__rec-list-item + li {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-change__rec-list-item + li {
    margin-top: 47px;
  }
}
@media (min-width: 1230px) {
  .p-change__rec-list-item:nth-of-type(odd) {
    left: -47px;
  }
}
@media (min-width: 1230px) {
  .p-change__rec-list-item:nth-of-type(even) {
    right: -47px;
  }
}
.p-change__rec-list-item:nth-of-type(1) .p-change__rec-left-img {
  width: 375px;
}
@media (min-width: 1230px) {
  .p-change__rec-list-item:nth-of-type(1) .p-change__rec-left-img {
    width: 365px;
    left: -59px;
  }
}
.p-change__rec-list-item:nth-of-type(2) .p-change__rec-left-img {
  width: 354px;
}
@media (min-width: 1230px) {
  .p-change__rec-list-item:nth-of-type(2) .p-change__rec-left-img {
    width: 339px;
    left: -20px;
  }
}
.p-change__rec-list-item:nth-of-type(3) .p-change__rec-left-img {
  width: 383px;
}
@media (min-width: 1230px) {
  .p-change__rec-list-item:nth-of-type(3) .p-change__rec-left-img {
    width: 378px;
    left: -40px;
  }
}
.p-change__rec-list-item:nth-of-type(4) .p-change__rec-left-img {
  width: 450px;
}
@media (min-width: 1230px) {
  .p-change__rec-list-item:nth-of-type(4) .p-change__rec-left-img {
    width: 434px;
    left: -70px;
  }
}
.p-change__rec-left {
  position: relative;
}
@media (min-width: 1230px) {
  .p-change__rec-left {
    width: 360px;
    height: 333px;
  }
}
@media (min-width: 1230px) {
  .p-change__rec-left:before {
    content: "";
    position: absolute;
    top: -70px;
    left: -203px;
    width: 500px;
    height: 600px;
    background: #deff00;
    transform: rotate(-18deg);
  }
}
.p-change__rec-left-contents {
  overflow: hidden;
}
@media (min-width: 1230px) {
  .p-change__rec-left-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-change__rec-left-img {
  display: block;
  height: auto;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%);
  margin: 0 auto;
}
@media (min-width: 1230px) {
  .p-change__rec-left-img {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    margin: initial;
    left: initial;
    right: initial;
  }
}
.p-change__rec-left-img-box {
  position: relative;
  width: 100%;
  height: 297px;
}
@media (min-width: 1230px) {
  .p-change__rec-left-img-box {
    position: initial;
    height: initial;
  }
}
.p-change__rec-left-img-box svg {
  display: block;
  width: 100%;
  height: 272px;
  max-width: none;
  object-fit: cover;
  object-position: bottom;
}
@media (min-width: 1230px) {
  .p-change__rec-left-img-box svg {
    display: none;
  }
}
.p-change__rec-right {
  max-width: 740px;
  width: calc(100% - 50px);
  padding: 0 0 48px;
  margin: 0 auto;
}
@media (min-width: 1230px) {
  .p-change__rec-right {
    padding: 33px 43px 45px 0;
  }
}
.p-change__rec-right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 6px;
}
@media (min-width: 768px) {
  .p-change__rec-right ul {
    gap: 7px 8px;
  }
}
.p-change__rec-right ul li {
  background: #9f9fa1;
  padding: 0 9px;
  color: #fff;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 14px;
  line-height: 33px;
}
@media (min-width: 768px) {
  .p-change__rec-right ul li {
    padding: 0 11px;
    font-size: 15px;
  }
}
.p-change__rec-right ul li svg {
  width: 15px;
  height: 13px;
}
@media (min-width: 768px) {
  .p-change__rec-right ul li svg {
    width: 18px;
    height: 16px;
  }
}
.p-change__rec-right h4 {
  margin-top: 14px;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 25px;
  line-height: 144%;
}
@media (min-width: 768px) {
  .p-change__rec-right h4 {
    margin-top: 26px;
    font-size: 32px;
  }
}
@media (min-width: 860px) {
  .p-change__rec-right h4 br {
    display: none;
  }
}
.p-change__rec-right p {
  margin-top: 13px;
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
}
@media (min-width: 768px) {
  .p-change__rec-right p {
    font-size: 15px;
    line-height: 28px;
  }
}
.p-change__rec-bottom {
  position: absolute;
  bottom: -220px;
  left: 0;
  right: 0;
  z-index: 100;
}
.p-change__faq-main-box {
  background: #deff00;
  padding: 308px 0 91px;
}
@media (min-width: 768px) {
  .p-change__faq-main-box {
    padding: 337px 0 178px;
  }
}
.p-change__faq-title {
  text-align: center;
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .p-change__faq-title {
    font-size: 52px;
    line-height: 39px;
    letter-spacing: 1.56px;
  }
}
.p-change__faq-container {
  margin-top: 54px;
}
@media (min-width: 768px) {
  .p-change__faq-container {
    margin-top: 62px;
  }
}
.p-change__faq-item {
  margin: 0 auto;
  max-width: 1019px;
  width: calc(100% - 100px);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 36px #0000000a;
  padding: 14px 20px;
}
@media (max-width: 439px) {
  .p-change__faq-item {
    width: calc(100% - 50px);
  }
}
@media (min-width: 768px) {
  .p-change__faq-item {
    padding: 25px 37px;
  }
}
.p-change__faq-item h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 0 11px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-change__faq-item h3 {
    font-size: 22px;
    gap: 0 23px;
  }
}
.p-change__faq-item + .p-change__faq-item {
  margin-top: 13px;
}
@media (min-width: 768px) {
  .p-change__faq-item + .p-change__faq-item {
    margin-top: 20px;
  }
}
.p-change__faq-main-header {
  width: 100%;
}
.p-change__faq-header {
  display: flex;
  align-items: center;
  gap: 0 11px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-change__faq-header {
    gap: 0 23px;
  }
}
.p-change__faq-header svg {
  width: 29px;
  height: 29px;
}
@media (min-width: 768px) {
  .p-change__faq-header svg {
    width: 49px;
    height: 49px;
  }
}
.p-change__faq-header svg:nth-of-type(2) {
  margin-left: auto;
  width: 13px;
  height: 8px;
}
@media (min-width: 768px) {
  .p-change__faq-header svg:nth-of-type(2) {
    width: 20px;
    height: 11px;
  }
}
.p-change__faq-arrow {
  transition: transform 0.3s ease;
  transform: rotate(0);
}
.p-change__faq
  .p-change__faq-main-header[aria-expanded="true"]
  .p-change__faq-arrow {
  transform: rotate(180deg);
}
.p-change__faq-content p {
  margin-top: 12px;
  padding: 13px 17px;
  border-radius: 5px;
  background: #f4f4f4;
  color: #3b3b3b;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 768px) {
  .p-change__faq-content p {
    margin-top: 32px;
    padding: 23px 34px 31px 49px;
    font-size: 18px;
    line-height: 33px;
  }
}
.p-change__faq-content p a {
  font-weight: 700;
  text-decoration: underline;
}
.p-change__tos {
  margin: 36px auto 151px;
  max-width: 980px;
  width: calc(100% - 90px);
}
@media (max-width: 439px) {
  .p-change__tos {
    width: calc(100% - 50px);
  }
}
@media (min-width: 768px) {
  .p-change__tos {
    margin: 99px auto 57px;
  }
}
.p-change__tos-title {
  font-family: Zen Kaku Gothic New, sans-serif;
  font-size: 22px;
  line-height: 46px;
  text-decoration-line: underline;
  text-decoration-color: #deff00;
  text-decoration-thickness: 11.5%;
  text-underline-position: from-font;
}
@media (min-width: 768px) {
  .p-change__tos-title {
    font-size: 32px;
  }
}
.p-change__tos-title:nth-of-type(2) {
  margin-top: 88px;
}
.p-change__tos-list {
  margin-top: 17px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  padding: 21px 25px;
  height: 298px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .p-change__tos-list {
    margin-top: 18px;
    padding: 42px 64px;
    height: 330px;
  }
}
.p-change__tos-list::-webkit-scrollbar {
  width: 17px;
}
@media (min-width: 768px) {
  .p-change__tos-list::-webkit-scrollbar {
    width: 19px;
  }
}
.p-change__tos-list::-webkit-scrollbar-track {
  background: #101010;
  border-radius: 0 3px 3px 0;
}
.p-change__tos-list::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 20px;
  border: 4px solid transparent;
  background-clip: content-box;
  height: 35px;
}
.p-change__tos-list li + li {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-change__tos-list li + li {
    margin-top: 40px;
  }
}
.p-change__tos-list h3 {
  color: #454545;
  font-size: 12px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .p-change__tos-list h3 {
    font-size: 18px;
    line-height: 36px;
  }
}
.p-change__tos-list p {
  color: #454545;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  position: relative;
}
@media (min-width: 768px) {
  .p-change__tos-list p {
    font-size: 18px;
    line-height: 36px;
  }
}
.p-change__tos-list p + p {
  padding-left: 27px;
}
.p-change__tos-list p:first-of-type {
  margin-bottom: 2px;
}
.p-change__tos-list p span {
  position: absolute;
  left: 0;
}
.p-change__tos-list p a {
  text-decoration: underline;
}
.p-footer {
  position: relative;
}
.p-footer__wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 439px) {
  .p-footer__wrapper {
    display: block;
  }
}
@media (min-width: 965px) {
  .p-footer__wrapper {
    justify-content: space-between;
    max-width: 1154px;
    width: 90%;
  }
}
.p-footer__left h2 img {
  margin-top: 15px;
  display: block;
  width: 165px;
  height: auto;
}
@media (max-width: 439px) {
  .p-footer__left h2 img {
    margin: 15px auto 0;
  }
}
@media (min-width: 768px) {
  .p-footer__left h2 img {
    width: 343px;
    margin: -10px 0 0 -27px;
  }
}
@media (min-width: 965px) {
  .p-footer__left h2 img {
    margin: -10px 0 0 -27px;
  }
}
.p-footer__nav {
  margin-top: 30px;
}
@media (max-width: 439px) {
  .p-footer__nav {
    margin-top: 15px;
  }
}
@media (min-width: 965px) {
  .p-footer__nav {
    margin-top: 23px;
  }
}
.p-footer__nav-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 9px !important;
}
@media (max-width: 439px) {
  .p-footer__nav-btn {
    justify-content: center;
  }
}
.p-footer__nav-list {
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  gap: 0 19px !important;
  position: relative;
  z-index: 10;
}
@media (max-width: 439px) {
  .p-footer__nav-list {
    margin: 30px auto 0;
    width: 70%;
    flex-wrap: wrap;
    gap: 19px !important;
  }
}
@media (min-width: 768px) {
  .p-footer__nav-list {
    margin: 6px auto 0;
    gap: 0 24px !important;
  }
}
@media (min-width: 965px) {
  .p-footer__nav-list {
    margin: -30px auto 0;
    justify-content: flex-end;
    max-width: 1154px;
    width: 90%;
  }
}
.p-footer__nav-list li {
  font-size: 10px;
}
@media (min-width: 768px) {
  .p-footer__nav-list li {
    font-size: 16px;
  }
}
.p-footer__copyright {
  display: block;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #f4f4f4;
  color: #8f8f8f;
  font-weight: 500;
  font-size: 9px;
  margin-top: 27px;
}
@media (min-width: 768px) {
  .p-footer__copyright {
    font-size: 11px;
  }
}
@media (min-width: 965px) {
  .p-footer__copyright {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-none__sp {
    display: none;
  }
}
.u-none__tab {
  display: none;
}
@media (min-width: 768px) {
  .u-none__tab {
    display: block;
  }
}
.u-none__pc {
  display: none;
}
@media (min-width: 1025px) {
  .u-none__pc {
    display: block;
  }
}
.u-none__439 {
  display: none;
}
@media (max-width: 439px) {
  .u-none__439 {
    display: block;
  }
}
.p-change__tos-number-box {
  padding-left: 37px !important;
}
.p-change__tos-number {
  margin-left: 10px;
}
