* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: block;
}
@media (max-width: 768px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 768px) {
  .c-sp {
    display: block;
  }
}

.l-header {
  position: relative;
  top: 0;
  width: 100%;
  padding: 15px 0 20px;
  background: #030950;
}
.l-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #f7e035;
  position: absolute;
  bottom: 5px;
  left: 0;
}
@media (max-width: 768px) {
  .l-header {
    padding: 10px 0 10px;
  }
  .l-header::after {
    bottom: 2px;
    height: 3px;
  }
}
.l-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.l-header__inner > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .l-header__logo_sp {
    max-width: 49%;
  }
  .l-header__logo_sp img {
    width: 100%;
  }
}
.l-header__tel {
  width: 403px;
}
@media (max-width: 768px) {
  .l-header__tel {
    max-width: 49%;
    width: 168px;
  }
  .l-header__tel img {
    width: 100%;
  }
}

.l-footer {
  position: relative;
  background: #030950;
  padding: 35px 0 100px;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 35px 0 100px;
  }
}
.l-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ffe100;
  position: absolute;
  top: 8px;
  left: 0;
}
@media (max-width: 768px) {
  .l-footer::before {
    top: 2px;
  }
}
.l-footer__logo {
  text-align: center;
  margin: 0 0 25px;
}

@media (max-width: 768px) {
  .l-footer__logo img {
    width: 336px;
  }
}
.l-footer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.l-footer__content > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .l-footer__nav {
    margin: 0 0 40px;
    width: 100%;
  }
}
.l-footer__nav li {
  display: inline-block;
}
@media (max-width: 768px) {
  .l-footer__nav li {
    width: 100%;
    text-align: center;
  }
}
.l-footer__nav li:not(:last-of-type) {
  margin: 0 15px 0 0;
}
@media (max-width: 768px) {
  .l-footer__nav li:not(:last-of-type) {
    margin: 0 0 10px;
  }
}
.l-footer__nav li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
.l-footer__copyright {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin-top: 34px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__copyright {
    width: 100%;
    text-align: center;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 98%;
}

.c-pc {
  display: block !important;
}
@media (max-width: 768px) {
  .c-pc {
    display: none !important;
  }
}

.c-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .c-sp {
    display: block !important;
  }
}

.c-inner1000 {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 15px;
}
.c-inner970 {
  max-width: 970px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 15px;
}
.c-inner900 {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 15px;
}
.c-inner800 {
  max-width: 800px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 15px;
}

.c-conversion {
  position: fixed;
  width: 100%;
  background: #030950;
  height: 55px;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .c-conversion {
    height: 60px;
  }
}
.c-conversion.is-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.c-conversion.is-fixed.is-hide {
  bottom: -170px;
}
.c-conversion__button {
  font-size: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #eb5406 0%, #f4ab4d 100%);
  position: relative;
  height: 64px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-conversion__button {
    font-size: 23px;
    font-size: 1.4375rem;
    height: 60px;
  }
}
.c-conversion__button.fv-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(35px, calc(35 / 970 * 100vw));
  width: min(900px, calc(900 / 970 * 100vw));
  height: min(64px, calc(64 / 970 * 100vw));
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .c-conversion__button.fv-btn {
    font-size: 23px;
    font-size: 1.4375rem;
    height: 60px;
    bottom: 35%;
  }
}
.c-conversion__button.float-btn {
  top: -20px;
}
.c-conversion__button.is-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.c-conversion__button.is-fixed.is-hide {
  bottom: -170px;
}

.c-conversion2 {
  /* width: 100%;
  background: #030950;
  height: 13px;
  position: relative;
  z-index: 2; */
  background-color: #030950;
  height: 12px;
  position: relative;
}
@media (max-width: 768px) {
  .c-conversion2 {
    height: 60px;
  }
}

.c-conversion2_inner {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
}

.c-conversion2.is-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.c-conversion2.is-fixed.is-hide {
  bottom: -170px;
}
.c-conversion2__button {
  font-size: 33px;
  font-size: 2.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -20px;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #eb5406 0%, #f4ab4d 100%);
  position: relative;
  height: 80px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-conversion2__button {
    font-size: 23px;
    font-size: 1.4375rem;
    height: 60px;
  }
}

.c-title01 {
  text-align: center;
}
.c-title01 h2 {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .c-title01 h2 {
    margin: 0 0 20px;
  }
}
.c-title01 h2::before {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #030950;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-title01 p {
  font-size: 42px;
  line-height: 1.45;
  color: #030950;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c-title01 p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.c-title01 p span {
  color: #ffaf24;
}
.c-title01 p span.is-big {
  font-size: 78px;
  font-size: 4.875rem;
  color: #fff;
}
@media (max-width: 768px) {
  .c-title01 p span.is-big {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.c-title01 p.is-white {
  color: #fff;
}
.c-title01 p.has-big {
  line-height: auto;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .c-title01 p.has-big {
    line-height: 1.4;
  }
}
.c-title01.is-white h2::before {
  background: #fff;
}
.c-title01.is-white p {
  color: #fff;
}

.c-lead01 {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.66;
}

.c-card01 {
  position: relative;
  z-index: 1;
}
.c-card01 li {
  margin: 0 0 30px;
  background: #fff;
  border-radius: 10px 10px 8px 8px;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.4);
}
.c-card01 li .c-card01__inner {
  padding: 30px 30px 41px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-card01 li .c-card01__inner > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .c-card01 li {
    width: 100%;
  }
  .c-card01 li .c-card01__inner {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-card01 li .c-card01__inner > * {
    min-height: 0%;
  }
}
@media (max-width: 768px) {
  .c-card01 li:not(:last-of-type) {
    margin: 0 0 15px;
  }
}
.c-card01__title01 {
  width: 100%;
}
.c-card01__title01 img {
  width: 100%;
}
.c-card01__title01.is-negative {
  margin: 0 0 -17px;
  position: relative;
  z-index: 1;
}
.c-card01__image {
  width: calc(50% - 25px);
}
@media (max-width: 768px) {
  .c-card01__image {
    width: 100%;
  }
}
.c-card01__image img {
  width: 100%;
}
.c-card01__text {
  width: calc(50% - 16px);
  position: relative;
}
@media (max-width: 768px) {
  .c-card01__text {
    padding: 30px;
    width: 100%;
  }
}
.c-card01__title02 {
  font-size: 24px;
  line-height: 1.44;
  color: #030950;
  font-weight: bold;
  padding: 0 0 8px;
  border-bottom: 1px solid #030950;
  letter-spacing: 0;
  margin: 0 0 11px;
}
@media (max-width: 768px) {
  .c-card01__title02 {
    font-size: 21px;
    padding: 0 0 10px;
    letter-spacing: -1px;
  }
}
.c-card01__title02 sup {
  font-size: 14.8px;
  line-height: 1.43;
  vertical-align: super;
}
.c-card01__lead sup {
  font-size: 10px;
  line-height: 1.43;
  vertical-align: super;
}

.c-card01__lead {
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .c-card01__lead {
    font-size: 0.875rem;
  }
}

.c-card02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-card02 > * {
  min-height: 0%;
}
.c-card02 li {
  width: calc(33.33% - 16px);
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .c-card02 li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
.c-card02 li:not(:nth-of-type(n + 4)) {
  margin: 0 0 24px;
}
@media (max-width: 768px) {
  .c-card02 li:not(:nth-of-type(n + 4)) {
    margin: 0 0 10px;
  }
}
.c-card02__image img {
  width: 100%;
}
.c-card02__text {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 768px) {
  .c-card02__text {
    padding: 15px;
  }
}
.c-card02__text h3 {
  font-size: 26px;
  line-height: 1.16;
  color: #030950;
  margin: 0 0 10px;
  padding: 0 0 8px;
  font-weight: bold;
  border-bottom: 1px solid #030950;
}
@media (max-width: 768px) {
  .c-card02__text h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-card02__text p {
  font-size: 17px;
  line-height: 1.5;
  color: #030950;
}
@media (max-width: 768px) {
  .c-card02__text p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-card02.is-center {
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .c-card02.is-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .c-card02.is-center > * {
    min-height: 0%;
  }
}
.c-card02.is-center li {
  margin: 0 12px;
}
@media (max-width: 768px) {
  .c-card02.is-center li {
    margin: 0;
  }
}

.c-card03 li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-card03 li > * {
  min-height: 0%;
}
.c-card03 li:not(:last-of-type) {
  margin: 0 0 40px;
}
.c-card03__image {
  width: 320px;
}
.c-card03__text {
  width: calc(100% - 320px);
  background: #fff;
  padding: 40px 25px 35px;
}
.c-card03__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #030950;
}
.c-card03__name {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0;
}
.c-card03__lead {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.c-card03__lead strong {
  font-weight: bold;
}

.slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
}

.slide-arrow {
  width: 24px;
  height: 42px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .slide-arrow {
    width: 30px;
    height: 75px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.slide-arrow.prev-arrow {
  background-image: url(../img/ico_arrow_prev.png);
  background-repeat: no-repeat;
  left: -60px;
}
@media (max-width: 768px) {
  .slide-arrow.prev-arrow {
    border-radius: 0 5px 5px 0;
    left: 0px;
    background-size: 14px auto;
    background-position: center center;
  }
}
.slide-arrow.next-arrow {
  background-image: url(../img/ico_arrow_next.png);
  background-repeat: no-repeat;
  right: -60px;
}
@media (max-width: 768px) {
  .slide-arrow.next-arrow {
    border-radius: 5px 0 0 5px;
    right: 0;
    background-size: 14px auto;
    background-position: center center;
  }
}

.p-keyvisual {
  background: #ddd;
}
.p-keyvisual__image {
  width: 100%;
  height: min(515px, calc(515 / 970 * 100vw));
  background-image: url(../img/fv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-keyvisual__image {
    background-image: unset;
    height: unset;
  }
}
.p-keyvisual__image img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-keyvisual__image img {
    width: 100%;
  }
}
.p-keyvisual__image img.c-pc {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding-left: 30px;
  max-width: 100%;
}
.p-keyvisual__content {
  padding: 42px 0 45px;
  background: #020024;
  background: linear-gradient(0deg, #020024 0%, white 0%, white 92%, #e4e3e4 100%);
}
@media (max-width: 768px) {
  .p-keyvisual__content {
    padding: 30px 15px;
  }
}

.p-price {
  max-width: 800px;
  margin: 0 auto;
}
.p-price__inner {
  padding: 36px 30px 28px;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .p-price__inner {
    padding: 20px 15px 20px;
  }
}
.p-price03__wrapper {
  padding: 0 15px;
}
.p-price__title01 {
  width: 100%;
}
.p-price__title01 img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.p-price__title02 {
  font-size: 38px;
  font-size: 2.375rem;
  margin: 0 auto 17px;
  color: #030950;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-price__title02 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 auto 10px;
  }
}
.p-price__lead {
  font-size: 17px;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .p-price__lead {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 0 20px;
  }
}
.p-price__btn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 33px;
  font-size: 2.0625rem;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #eb5406 0%, #f4ab4d 100%);
  position: relative;
  height: 80px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-price__btn {
    font-size: 25px;
    font-size: 1.5625rem;
    height: 60px;
  }
}

.address-search__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0 0 25px;
}
.address-search__items > * {
  min-height: 0%;
}
.address-search__item {
  max-width: 226px;
  width: 100%;
}
@media (max-width: 768px) {
  .address-search__item {
    max-width: 100%;
  }
}
.address-search__item select {
  width: 100%;
}
.address-search__item:nth-of-type(2) {
  margin: 0 30px;
}
@media (max-width: 768px) {
  .address-search__item:nth-of-type(2) {
    margin: 10px 0;
  }
}
.address-search__select {
  font-size: 22px !important;
  width: 100% !important;
  border: 3px solid #030950 !important;
  border-right: 5px solid #030950 !important;
  border-bottom: 5px solid #030950 !important;
  height: 76px !important;
  line-height: 76px !important;
  color: #030950;
}
@media (max-width: 768px) {
  .address-search__select {
    font-size: 20px;
    font-size: 1.25rem;
    font-size: 20px !important;
    height: 60px !important;
    line-height: 55px !important;
    color: #030950;
  }
}
.address-search__error {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0 0 10px;
}

.address-search__block .address-search__select {
  text-align: center !important;
}

.address-search__select.nice-select .list {
  max-height: 200px;
  overflow: auto;
  width: 100%;
}

.current.first {
  font-size: 32px !important;
  color: #aaa;
}

.p-search {
  padding: 100px 0 75px;
  background: url(../img/p-search-bg.jpg);
}
.p-search__title {
  text-align: center;
  margin: 0 0 20px;
}
.p-search__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto 20px;
}
.p-search__list > * {
  min-height: 0%;
}
.p-search__list li {
  max-width: 298px;
  margin: 0 0 20px;
}
.p-search__image {
  text-align: center;
}

.p-data {
  background: #030950;
  padding: 70px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-data {
    padding: 40px 0 0;
  }
}
.p-data__title {
  margin: 0 0 76px;
}
@media (max-width: 768px) {
  .p-data__title {
    margin: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .p-data__title h2 img {
    width: 80px;
  }
}
.p-data::after {
  position: absolute;
  bottom: 0;
  height: 45px;
  display: block;
  content: "";
  width: 100%;
  left: 0;
  background: #fff;
}

.p-question {
  padding: 80px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .p-question {
    padding: 40px 0 0;
  }
}
.p-question::after {
  position: absolute;
  bottom: 0;
  height: 70px;
  display: block;
  content: "";
  width: 100%;
  left: 0;
  background: #030950;
  z-index: 0;
}
@media (max-width: 768px) {
  .p-question::after {
    height: 40px;
  }
}
.p-question__inner {
  max-width: 730px;
  margin: 0 auto;
  padding: 0px 15px 125px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-question__inner {
    padding: 0 15px;
  }
}
.p-question__title {
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .p-question__title img {
    width: 120px;
  }
}
.p-question__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0 0 62px;
}
.p-question__list > * {
  min-height: 0%;
}
@media (max-width: 768px) {
  .p-question__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 15px;
    margin: 0 0 40px;
  }
  .p-question__list > * {
    min-height: 0%;
  }
}
.p-question__list li {
  width: calc(33.33% - 60px);
}
@media (max-width: 768px) {
  .p-question__list li {
    width: calc(50% - 25px);
  }
}
@media (max-width: 768px) {
  .p-question__list li:nth-of-type(1) {
    margin: 0 50px 15px 0;
  }
}
.p-question__list li:nth-child(3) {
  width: calc(33.33% - 38px);
}
@media (max-width: 768px) {
  .p-question__list li:nth-child(3) {
    width: 50%;
  }
}
.p-question__image img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-question__image img {
    width: 91%;
  }
}
.p-point {
  background: #030950;
  padding: 0 0 110px;
}
@media (max-width: 768px) {
  .p-point {
    padding: 40px 0 40px;
  }
}
.p-point__title {
  margin: 0 0 130px;
}
@media (max-width: 768px) {
  .p-point__title {
    margin: 0 0 75px;
  }
}
@media (max-width: 768px) {
  .p-point__title img {
    width: 80px;
  }
}
.p-point__inner {
  max-width: 870px;
  margin: 0 auto;
}
.p-point__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-point__list li {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-point__list li > * {
  min-height: 0%;
}
.p-point__list li:not(:last-of-type) {
  margin: 0 0 155px;
}
@media (max-width: 768px) {
  .p-point__list li:not(:last-of-type) {
    margin: 0 0 60px;
  }
}
.p-point__list li.is-reverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .p-point__list li.is-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-point__list li.is-reverse > * {
  min-height: 0%;
}
.p-point__list__image {
  max-width: 420px;
}
@media (max-width: 768px) {
  .p-point__list__image {
    margin: 0 auto 70px;
    padding: 0 15px;
  }
}
.p-point__list__text {
  max-width: 430px;
  position: relative;
}
@media (max-width: 768px) {
  .p-point__list__text {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}
.p-point__list__text h3 {
  font-size: 44px;
  color: #fff;
  line-height: 1.45;
  font-weight: bold;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .p-point__list__text h3 {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0 0 0 105px;
    margin: 0 0 45px;
  }
}
.p-point__list__text h3 span {
  color: #ffaf00;
}
.p-point__list__text p {
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .p-point__list__text p {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 15px;
  }
}
.p-point__list__text::before {
  position: absolute;
  top: -130px;
  left: -50px;
  content: "";
  display: block;
  height: 210px;
}
@media (max-width: 768px) {
  .p-point__list__text::before {
    top: -60px;
    left: 30px;
  }
}
.p-point__list__text.is-01::before {
  width: 90px;
  top: -125px;
  background: url(../img/ico_01.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-point__list__text.is-01::before {
    width: 45px;
    top: -90px;
  }
}
.p-point__list__text.is-02::before {
  width: 150px;
  background: url(../img/ico_02.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-point__list__text.is-02::before {
    width: 75px;
    top: -90px;
    left: 13px;
  }
}
.p-point__list__text.is-03::before {
  width: 145px;
  background: url(../img/ico_03.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-point__list__text.is-03::before {
    width: 75px;
    top: -90px;
    left: 13px;
  }
}

.p-network {
  padding: 56px 0 140px;
}
@media (max-width: 768px) {
  .p-network {
    padding: 40px 0 60px;
  }
}
.p-network__title {
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .p-network__title img {
    width: 136px;
  }
}
.p-network__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-network__inner > * {
  min-height: 0%;
}
.p-network__image {
  padding-top: 140px;
  width: 430px;
  position: relative;
}

.p-network__image__h3 {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 39px;
  font-weight: 600;
  line-height: 1.3;
  color: #030950;
}

.p-network__image__h3 .orange_number {
  font-size: 52px;
  color: #ffad44;
  letter-spacing: 0.2rem;
  font-family: "Roboto", sans-serif;
}

.p-network__image__h3 .orange {
  color: #ffad44;
  position: relative;
  letter-spacing: -0.05rem;
}

.p-network__image__h3 .orange::before {
  position: absolute;
  content: "";
  background-color: #ffad44;
  width: 138%;
  height: 3px;
  bottom: 0px;
  left: -101px;
}

@media (max-width: 768px) {
  .p-network__image {
    padding: 72px 39px 0 26px;
    margin: 0 0 40px;
  }

  .p-network__image__h3 {
    top: -29px;
    left: 30px;
    font-size: 26px;
    line-height: 1.25;
  }

  .p-network__image__h3 .orange_number {
    font-size: 39px;
    letter-spacing: 0.045rem;
  }

  .p-network__image__h3 .orange {
    letter-spacing: 0.1rem;
  }

  .p-network__image__h3 .orange::before {
    width: 134%;
    height: 3px;
    bottom: 0px;
    left: -67px;
  }
}

.p-network__text {
  width: 430px;
}
.p-network__text p {
  font-size: 20px;
  color: #030950;
  line-height: 1.8;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .p-network__text p {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 15px;
  }
}
.p-network__text p.is-anote {
  font-size: 16px;
  color: #000;
  margin: 0;
}
@media (max-width: 768px) {
  .p-network__text p.is-anote {
    font-size: 10px;
    font-size: 0.625rem;
    margin: -20px 0 0;
  }
}

.p-service {
  padding: 0 0 50px;
}
.p-service__lead {
  font-size: 26px;
  line-height: 1.8;
  color: #030950;
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .p-service__lead {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
.p-service__content__wrapper {
  background: #030950;
  margin: 0 0 180px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-service__content__wrapper {
    margin: 0 20px 180px;
  }
}
.p-service__content {
  max-width: 880px;
  margin: 0 auto;
  padding: 58px 0;
}
@media (max-width: 768px) {
  .p-service__content {
    padding: 40px 15px 15px;
    margin: 0 0 100px;
  }
}
@media (max-width: 768px) {
  .p-service__title img {
    width: 120px;
  }
}
.p-service__title02 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 768px) {
  .p-service__title02 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 20px;
  }
}
.p-service__title02 span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: normal;
  display: block;
}
@media (max-width: 768px) {
  .p-service__title02 span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-service__title03 {
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .p-service__title03 {
    margin: 0 auto 20px;
  }
  .p-service__title03 img {
    margin: 0 auto;
  }
}
.p-service__title04 {
  font-size: 44px;
  color: #030950;
  font-weight: bold;
  line-height: 1.63;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
  padding: 50px 0;
  border-top: 5px solid #030950;
  border-bottom: 5px solid #030950;
}
@media (max-width: 768px) {
  .p-service__title04 {
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: -1px;
    padding: 20px 0;
    border-top: 2px solid #030950;
    border-bottom: 2px solid #030950;
    margin: 0 0 40px;
  }
}
.p-service__title04 span {
  color: #ffad44;
}
.p-service__title04::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -156px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 144px;
  height: 165px;
  display: block;
  background: url(../img/ico_house.png) no-repeat center/contain;
}
@media (max-width: 768px) {
  .p-service__title04::before {
    width: 72px;
    height: 79px;
    top: -75px;
  }
}
.p-service__list:not(:last-of-type) {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .p-service__list:not(:last-of-type) {
    margin: 0 0 20px;
  }
}

.p-voice {
  padding: 88px 0 140px;
  background: #030950;
}
.slider__wrapper {
  box-sizing: border-box;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .slider__wrapper {
    padding: 0 15px;
  }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  display: flex;
}
.p-voice .slick-dots {
  bottom: -60px;
}
.p-voice .slick-dots li button:before,
.p-voice .slick-dots li.slick-active button:before {
  color: #fff;
  font-size: 16px;
}
.p-voice__slide__content {
  background: #fff;
  border-radius: 10px;
  margin: 0 8px;
  padding: 33px 10px 20px;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .p-voice__slide__content {
    padding: 30px;
  }
}
.p-voice__slide__content h3 {
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .p-voice__slide__content h3 {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .p-voice__slide__content h3 img {
    margin: 0 auto;
  }
}
.p-voice__slide__content p {
  font-size: 14px;
  line-height: 1.8;
  color: #030950;
}
@media (max-width: 768px) {
  .p-voice__slide__content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-voice__slide__content p span {
  color: #ffad44;
}
.p-voice__title {
  margin: 0 0 65px;
}
@media (max-width: 768px) {
  .p-voice__title h2 img {
    width: 100px;
  }
}
.p-voice__title02 img {
  margin: 0 auto;
}
.p-qanda {
  background-image: linear-gradient(135deg, #eb5406 0%, #f4ab4d 100%);
  padding: 70px 0 145px;
}
@media (max-width: 768px) {
  .p-qanda {
    padding: 40px 0 40px;
  }
}
.p-qanda__title {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .p-qanda__title img {
    width: 72px;
  }
}
.p-qanda__define__wrapper {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
}
.p-qanda__define div {
  background: #fff;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.4);
  padding: 50px 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .p-qanda__define div {
    padding: 30px;
  }
}
.p-qanda__define div:not(:last-of-type) {
  margin: 0 0 50px;
}
.p-qanda__define div dt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.375;
  padding: 0 0 30px 50px;
  color: #ffad44;
  font-weight: bold;
  border-bottom: 1px solid #ffad44;
  background: url(../img/ico_q.png) no-repeat top left/30px;
}
@media (max-width: 768px) {
  .p-qanda__define div dt {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 0 10px 0;
    background: none;
    position: relative;
  }
  .p-qanda__define div dt::before {
    display: block;
    position: absolute;
    left: -15px;
    top: -10px;
    width: 26px;
    height: 35px;
    content: "";
    background: url(../img/ico_q.png) no-repeat center/contain;
  }
}
.p-qanda__define div dd {
  padding: 30px 0 0 50px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  color: #1e1e1e;
  background: url(../img/ico_a.png) no-repeat top 40px left/30px;
}
@media (max-width: 768px) {
  .p-qanda__define div dd {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px 0 0;
    background: none;
    position: relative;
  }
  .p-qanda__define div dd::before {
    display: block;
    position: absolute;
    left: -15px;
    top: 10px;
    width: 26px;
    height: 30px;
    content: "";
    background: url(../img/ico_a.png) no-repeat center/contain;
  }
}
.p-qanda__list strong {
  font-weight: bold;
}
.p-qanda__list li:not(:last-of-type) {
  margin: 0 0 40px;
}
