@charset "UTF-8";
/* _variable.scss */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* _mixin.scss */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  color: #333;
  font-size: 1rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  line-height: 1.7;
}
body::after {
  background: linear-gradient(to top, #FFFFFF 0%, #FFECDC 100%);
  background-position: top;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  width: 100vw;
  position: fixed;
  bottom: 0;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem !important;
  }
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

div,
p,
a {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  div,
  p,
  a {
    font-size: calc(16px + 16 * (100vw - 400px) / 368) !important;
  }
}

a {
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

body {
  min-width: 100%;
  width: 100%;
  line-height: 1;
}

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: 1.6rem;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

svg {
  width: auto;
  height: auto;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}

p,
dt, dd,
li {
  line-height: 1.5;
}

select {
  outline: none;
}

.modaal-container {
  border-radius: 17px;
  max-width: 400px !important;
  position: relative;
}

.modaal-close {
  border: 2px solid #D4D4D4 !important;
  border-radius: 50px;
  color: #000;
  height: 39px;
  left: 50%;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  width: 160px;
}
.modaal-close::before, .modaal-close::after {
  content: none;
}

.modaal-container > .modaal-close {
  display: none;
}

.modaal-content-container {
  padding: 0;
}

img {
  max-width: 100%;
}

.taCenter {
  text-align: center;
}

.c-mb__05 {
  margin-bottom: 5px;
}
.c-mb__10 {
  margin-bottom: 10px;
}
.c-mb__16 {
  margin-bottom: 16px;
}

body {
  z-index: 0;
}

.l-wrap::before {
  background: url(../img/bg_deco_01.webp) no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  max-width: 584px;
  width: 100%;
  position: fixed;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .l-wrap::before {
    max-height: 103px;
    max-width: 292px;
  }
}
.l-wrap::after {
  background: url(../img/bg_deco_02.webp) no-repeat;
  background-size: contain;
  background-position: right bottom;
  bottom: 0;
  content: "";
  height: 100%;
  max-height: 352px;
  max-width: 1016px;
  width: 100%;
  position: fixed;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .l-wrap::after {
    max-height: 176px;
    max-width: 508px;
  }
}

.l-inr {
  margin: auto;
  max-width: 1440px;
  width: 100%;
}

.l-bg {
  height: 100vh;
  max-width: 1440px;
  width: 100vw;
  position: fixed;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-bg {
    background: none;
  }
}
.l-bg__left {
  left: calc(50% - 536px);
  position: absolute;
  top: 102px;
  z-index: 11;
}
@media screen and (max-width: 1070px) {
  .l-bg__left {
    display: none;
  }
}
.l-bg__left-logo {
  margin-bottom: 16px;
}
.l-bg__left-logo img {
  max-width: 225px;
}
.l-bg__left-list {
  background: #fff;
  border-radius: 8px;
  padding: 24px 16px;
  width: 240px;
}
.l-bg__left-list li {
  margin-bottom: 16px;
}
.l-bg__left-list li span {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
.l-bg__left-list li span::before {
  border-radius: 2px;
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: rotate(45deg) translateY(-75%);
}
.l-bg__left-list li:last-child {
  margin-bottom: 0;
}
.l-bg__right {
  position: absolute;
  right: calc(50% - 536px);
  top: 162px;
  width: 280px;
  z-index: 11;
}
@media screen and (max-width: 1070px) {
  .l-bg__right {
    display: none;
  }
}
.l-bg__right-heading {
  margin-bottom: 16px;
  text-align: center;
}
.l-bg__right-heading span {
  font-weight: bold;
  position: relative;
}
.l-bg__cta-btn {
  width: 100%;
}
.l-bg__cta-btn:first-child a {
  background: #0016B5;
  color: #fff;
}
.l-bg__cta-btn a {
  border: 1px solid #0016B5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  height: 60px;
  max-width: 280px;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.l-bg__cta-btn a:hover {
  background: #fff;
  color: #0016B5;
}
.l-bg__cta-btn a:hover::after {
  border-right: 3px solid #0016B5;
  border-bottom: 3px solid #0016B5;
}
.l-bg__cta-btn a::after {
  border-radius: 2px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  transition: 0.3s;
  transform: rotate(-45deg) translateY(-50%);
}
.l-bg__cta-btn a span {
  font-size: 1.6rem;
}
.l-bg__cta-btn a span em {
  font-size: 1.8rem;
  font-style: normal;
}
.l-bg__logo {
  margin-bottom: 68px;
}
.l-bg__logo img {
  max-width: 295px;
}
.l-bg__note {
  color: #5C5C5C;
  font-size: 1rem;
  text-align: center;
}

.c-inr__01 {
  padding: 0 20px 0;
  position: relative;
  z-index: 1;
}
.c-inr__02 {
  padding: 0 12px;
  position: relative;
  z-index: 10;
}

.c-notes {
  color: #5c5c5c;
  font-size: 1rem;
}

.c-ttl__02 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl__02 {
    font-size: calc(2.4rem + 24 * (100vw - 400px) / 367);
  }
}
.c-ttl__02 em {
  font-size: 3.2rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .c-ttl__02 em {
    font-size: calc(3.2rem + 32 * (100vw - 400px) / 367);
  }
}
.c-ttl__02 span {
  color: #F56400;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-ttl__02 span {
    font-size: calc(2.4rem + 22 * (100vw - 400px) / 367);
  }
}

.c-btn__01 {
  background: #f54d57;
  border-bottom: 4px solid #d04850;
  border-radius: 36px;
  margin: auto;
  max-width: 274px;
  width: 100%;
}
.c-btn__01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f54d57;
  border: 2px solid #f54d57;
  border-radius: 36px;
  color: #fff;
  cursor: pointer;
  font-family: "TBUDRGothic H", sans-serif;
  font-size: 18px;
  height: 50px;
  width: 100%;
  position: relative;
  transition: 0.1s;
  transform: rotate(0.05deg);
}
.c-btn__01 a::before {
  background: url(../img/icon_arw_01_white.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 19px;
  width: 19px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.c-btn__01 a:hover {
  background: #fff;
  color: #f54d57;
}
.c-btn__01 a:hover::before {
  background: url(../img/icon_arw_01_red.svg) no-repeat;
  background-size: contain;
}
.c-btn__02 {
  background: none;
  border: none;
  margin: auto;
  max-width: 327px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn__02 {
    max-width: calc(327px + 327 * (100vw - 400px) / 367);
  }
}
.c-btn__02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F56400;
  border: 2px solid #F56400;
  border-radius: 36px;
  color: #fff;
  height: 45px;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.c-btn__02 a:hover {
  background: #fff;
  color: #F56400;
}
.c-btn__02 a:hover::after {
  border-right: 3px solid #F56400;
  border-bottom: 3px solid #F56400;
}
.c-btn__02 a::after {
  border-radius: 2px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  transition: 0.3s;
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn__02 a {
    height: calc(45px + 45 * (100vw - 400px) / 367);
  }
}

.c-dotList__item {
  padding-left: 1em;
  position: relative;
}
.c-dotList__item::before {
  background: #000;
  border-radius: 50px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 5px;
}

.l-main {
  box-shadow: 0px 0px 15px 0px rgba(58, 96, 139, 0.4);
  margin: 0 auto;
  max-width: 400px;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .l-main {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin: 0;
    max-width: 767px;
  }
}

.p-ctaBtn {
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  opacity: 0;
  max-width: 400px;
  position: fixed;
  transition: 0.5s;
  z-index: 1000;
  width: 100%;
}
.p-ctaBtn a {
  cursor: pointer;
}
.p-ctaBtn.is-active {
  opacity: 1;
  visibility: visible;
}
.p-ctaBtn.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1071px) {
  .p-ctaBtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-ctaBtn {
    max-width: 767px;
  }
}

.p-cta-modaal {
  display: none;
}
.p-cta-modaal__inr {
  padding: 32px 16px;
}
.p-cta-modaal__ttl {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
.p-cta-modaal__pdf {
  margin-bottom: 32px;
  text-align: center;
}
.p-cta-modaal__pdf a {
  color: #0016B5;
  font-size: 1.4rem;
  text-decoration: underline;
}
.p-cta-modaal__btn {
  background: none;
  border: none;
  width: 100%;
}
.p-cta-modaal__btn[disabled] a {
  background-color: #999999;
  cursor: not-allowed;
  pointer-events: none;
}
.p-cta-modaal__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: #0022aa; /* 活性化時の色（青） */
}
.p-cta-modaal__closeBtn {
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-index-mainVisual {
  background: #fff;
  position: relative;
}
.p-index-mainVisual__inr {
  padding: 66px 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .p-index-mainVisual__inr {
    padding-top: 67px;
    padding-bottom: 0;
  }
}
.p-index-mainVisual__logo {
  background: #fff;
  padding: 12px 0;
}
.p-index-mainVisual__logo img {
  margin: auto;
  max-width: 160px;
}
.p-index-mainVisual__copy {
  color: #0016B5;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
  width: calc(100% - 24px);
}
.p-index-mainVisual__copy--small {
  font-size: 23px;
}
.p-index-mainVisual__copy--large {
  font-size: 29px;
}
.p-index-mainVisual__sub-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0016B5;
  border-radius: 30px;
  color: #fff;
  font-size: 1.5rem;
  padding: 4px 23px;
  text-align: center;
}
.p-index-mainVisual__txt-left {
  bottom: 156px;
  left: 16px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-index-mainVisual__txt-left {
    bottom: calc(156px + 156 * (100vw - 375px) / 393);
  }
}
.p-index-mainVisual__txt-child {
  margin-bottom: 7px;
}
.p-index-mainVisual__txt-child:nth-of-type(2) {
  margin-bottom: 0;
}
.p-index-mainVisual__txt-child span {
  background-color: #ffff66;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0.4em;
}
.p-index-mainVisual__ttl {
  position: absolute;
  top: 0;
  left: 0;
}
.p-index-mainVisual__deco {
  position: absolute;
  top: 200px;
  left: 0;
}
.p-index-mainVisual__cta-inr {
  padding: 10px 20px;
}
.p-index-mainVisual__cta-heading {
  margin-bottom: 8px;
  text-align: center;
}
.p-index-mainVisual__cta-heading span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index-mainVisual__cta-heading span {
    font-size: calc(16px + 16 * (100vw - 400px) / 368) !important;
  }
}
.p-index-mainVisual__cta-heading span::before {
  background: #333;
  bottom: 0;
  content: "";
  height: 18px;
  left: -8px;
  position: absolute;
  transform: rotate(-30deg);
  width: 2px;
}
@media screen and (max-width: 767px) {
  .p-index-mainVisual__cta-heading span::before {
    height: calc(18px + 18 * (100vw - 400px) / 368) !important;
    left: calc(-8px + -8 * (100vw - 400px) / 368) !important;
    width: calc(2px + 2 * (100vw - 400px) / 368) !important;
  }
}
.p-index-mainVisual__cta-heading span::after {
  background: #333;
  bottom: 0;
  content: "";
  height: 18px;
  position: absolute;
  right: -8px;
  transform: rotate(30deg);
  width: 2px;
}
@media screen and (max-width: 767px) {
  .p-index-mainVisual__cta-heading span::after {
    height: calc(18px + 18 * (100vw - 400px) / 368);
    right: calc(-8px + -8 * (100vw - 400px) / 368);
    width: calc(2px + 2 * (100vw - 400px) / 368);
  }
}
.p-index-mainVisual__cta-btn {
  background: none;
  border: none;
  width: 100%;
}
.p-index-mainVisual__cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0016B5;
  border: 1px solid #0016B5;
  border-radius: 5px;
  color: #fff;
  flex-direction: column;
  height: 50px;
  padding: 10px 8px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.p-index-mainVisual__cta a:hover {
  background: #fff;
  color: #0016B5;
}
.p-index-mainVisual__cta a:hover::after {
  border-right: 3px solid #0016B5;
  border-bottom: 3px solid #0016B5;
}
.p-index-mainVisual__cta a::after {
  border-radius: 2px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  transition: 0.3s;
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-index-mainVisual__cta a {
    height: calc(50px + 50 * (100vw - 400px) / 367);
  }
}
.p-index-mainVisual__cta a span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-index-mainVisual__cta a span {
    font-size: calc(12px + 12 * (100vw - 400px) / 367) !important;
  }
}
.p-index-mainVisual__cta a span em {
  font-size: 1.5rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-index-mainVisual__cta a span em {
    font-size: calc(15px + 15 * (100vw - 400px) / 367);
  }
}
.p-index-mainVisual__cta a:hover {
  cursor: pointer;
}

.p-index-diagnosis {
  background: #fff;
  padding: 32px 20px;
  position: relative;
}
.p-index-diagnosis__inr {
  background-color: #fff;
  border: 2px solid #f06e00;
  border-radius: 12px;
  margin-bottom: 32px;
  overflow: hidden;
  width: 100%;
}
.p-index-diagnosis__heading {
  align-items: center;
  background-color: #ffecd9;
  border-bottom: 1px solid #fff;
  font-size: 2.1rem;
  font-weight: bold;
  display: flex;
  padding: 13px 30px 9px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__heading {
    font-size: calc(2.1rem + 21 * (100vw - 400px) / 367) !important;
    padding-top: calc(13px + 13 * (100vw - 400px) / 367);
    padding-right: calc(30px + 30 * (100vw - 400px) / 367);
    padding-bottom: calc(9px + 9 * (100vw - 400px) / 367);
    padding-left: calc(30px + 30 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__heading-icon {
  bottom: 0;
  max-width: 55px;
  position: absolute;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__heading-icon {
    max-width: calc(55px + 55 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__heading-highlight {
  color: #F56400;
  padding: 0 2px;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__heading-highlight {
    padding-right: calc(2px + 2 * (100vw - 400px) / 367);
    padding-left: calc(2px + 2 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__heading-highlight img {
  max-width: 39px;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__heading-highlight img {
    max-width: calc(39px + 39 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__heading-highlight em {
  font-size: 3.6rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__heading-highlight em {
    font-size: calc(3.6rem + 36 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__heading-highlight small {
  border: 2px solid #FFECDC;
  font-size: 2.1rem;
  margin-left: -4px;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__heading-highlight small {
    font-size: calc(2.1rem + 21 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__form {
  padding: 24px 30px;
}
.p-index-diagnosis__form-group {
  margin-bottom: 24px;
}
.p-index-diagnosis__form-group:last-of-type {
  margin-bottom: 16px;
}
.p-index-diagnosis__form-label {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
.p-index-diagnosis__form-labelName {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__form-labelName {
    font-size: calc(1.8rem + 18 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__form-labelBadge {
  background-color: #ff0000;
  border-radius: 2px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 8px;
  padding: 2px 6px;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__form-labelBadge {
    font-size: calc(1.2rem + 12 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__form-input {
  align-items: center;
  display: flex;
}
.p-index-diagnosis__form-input select {
  flex-grow: 1;
  height: 33px;
  border: 1px solid #333; /* 少し濃いめの枠線 */
  border-radius: 6px;
  padding: 0 10px;
  max-width: 248px;
  font-size: 1.8rem;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__form-input select {
    font-size: calc(1.8rem + 18 * (100vw - 400px) / 367);
    height: calc(33px + 33 * (100vw - 400px) / 367);
    max-width: calc(248px + 248 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__form-input input {
  flex-grow: 1;
  height: 33px;
  border: 1px solid #333; /* 少し濃いめの枠線 */
  border-radius: 6px;
  padding: 0 10px;
  max-width: 248px;
  font-size: 1.8rem;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__form-input input {
    font-size: calc(1.8rem + 18 * (100vw - 400px) / 367);
    height: calc(33px + 33 * (100vw - 400px) / 367);
    max-width: calc(248px + 248 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__form-input input:focus {
  border-color: #F56400;
  box-shadow: 0 0 0 2px rgba(230, 85, 0, 0.1);
}
.p-index-diagnosis__form-input p {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__form-input p {
    font-size: calc(1.6rem + 16 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__form-input span {
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__form-input span {
    font-size: calc(1.6rem + 16 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__result {
  display: none;
}
.p-index-diagnosis__note {
  margin-bottom: 16px;
}
.p-index-diagnosis__note li {
  font-size: 1.2rem;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index-diagnosis__note li {
    font-size: calc(1.2rem + 12 * (100vw - 400px) / 367);
  }
}
.p-index-diagnosis__note li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.p-index-result {
  display: none;
  position: relative;
}
.p-index-result__closeBtn {
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.p-index-result__inr {
  padding: 24px 30px;
}
@media screen and (max-width: 480px) {
  .p-index-result__inr {
    padding: 24px 20px;
  }
}
.p-index-result__ttl {
  font-size: 2.4rem !important;
  margin-bottom: 16px;
  text-align: center;
}
.p-index-result__heading {
  align-items: center;
  background-color: #ffecd9;
  border-bottom: 1px solid #fff;
  border-radius: 12px 12px 0 0;
  display: flex;
  font-size: 2.1rem !important;
  font-weight: bold;
  padding: 13px 30px 9px;
  position: relative;
  text-align: left;
}
.p-index-result__heading::after {
  background: url(../img/img_simu.webp);
  background-size: contain;
  bottom: 0;
  content: "";
  height: 62px;
  position: absolute;
  right: 20px;
  width: 63px;
}
.p-index-result__heading-highlight {
  color: #F56400;
  padding: 0 2px;
}
.p-index-result__heading-highlight img {
  max-width: 39px;
}
.p-index-result__heading-highlight em {
  font-size: 3.6rem !important;
  font-style: normal;
}
.p-index-result__heading-highlight small {
  border: 2px solid #FFECDC;
  font-size: 2.1rem !important;
  margin-left: -4px;
}
.p-index-result__note {
  font-size: 1.5rem !important;
  margin-bottom: 24px;
  padding-left: 1em;
  position: relative;
}
.p-index-result__note::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}
.p-index-result__actionTxt {
  font-size: 1.7rem !important;
  margin-bottom: 10px;
}
.p-index-result__apply {
  margin-bottom: 24px;
}
.p-index-result__apply-heading {
  font-size: 1.4rem !important;
  margin-bottom: 8px;
  text-align: center;
}
.p-index-result__apply-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0016B5;
  background: #0016B5;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem !important;
  font-weight: bold;
  height: 55px;
  transition: 0.3s;
  position: relative;
  width: 100%;
}
.p-index-result__apply-btn a::after {
  border-radius: 2px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  transition: 0.3s;
  transform: rotate(-45deg) translateY(-50%);
}
.p-index-result__apply-btn a:hover {
  background: #fff;
  color: #0016B5;
}
.p-index-result__apply-btn a:hover::after {
  border-right: 3px solid #0016B5;
  border-bottom: 3px solid #0016B5;
}
.p-index-result__apply-btn a small {
  font-size: 1.5rem;
}
.p-index-result__contact {
  text-align: center;
}
.p-index-result__contact-heading {
  margin-bottom: 8px;
}
.p-index-result__contact-tel {
  line-height: 1.2;
  padding-left: 77px;
  position: relative;
  text-align: left;
}
.p-index-result__contact-tel--jp {
  display: block;
  font-size: 1.3rem !important;
}
.p-index-result__contact-tel--en {
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
}
.p-index-result__contact-tel--en::before {
  background: url(../img/icon_tel.webp) no-repeat;
  background-size: contain;
  content: "";
  height: 39px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
}
.p-index-result__contact-hours {
  display: flex;
  justify-content: center;
}
.p-index-result__alrtTxt {
  font-size: 1.7rem !important;
  margin-bottom: 16px;
}
.p-index-result__ngTtl {
  font-size: 1.8rem !important;
  margin-bottom: 8px;
}
.p-index-result__ngList li {
  padding-left: 0.5em;
  position: relative;
}
.p-index-result__ngList li::before {
  background: #333;
  border-radius: 30px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 4px;
}

.p-index-nayami {
  background: #EEEAE7;
  position: relative;
}
.p-index-nayami::before {
  background: url("../img/bg_nayami.webp") no-repeat;
  background-size: contain;
  bottom: -74px;
  content: "";
  height: 74px;
  position: absolute;
  width: 400px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-index-nayami::before {
    bottom: calc(-74px + -74 * (100vw - 400px) / 367);
    height: calc(74px + 74 * (100vw - 400px) / 367);
    width: calc(400px + 400 * (100vw - 400px) / 367);
  }
}
.p-index-nayami::after {
  background: url("../img/img_nayami_visual.webp") no-repeat;
  content: "";
  background-size: contain;
  bottom: -64px;
  height: 180.5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 267px;
}
@media screen and (max-width: 767px) {
  .p-index-nayami::after {
    bottom: calc(-64px + -64 * (100vw - 400px) / 367);
    height: calc(180.5px + 180.5 * (100vw - 400px) / 367);
    width: calc(267px + 267 * (100vw - 400px) / 367);
  }
}
.p-index-nayami__heading {
  margin-bottom: 24px;
}
.p-index-nayami__inr {
  padding: 40px 20px 139px;
}
@media screen and (max-width: 767px) {
  .p-index-nayami__inr {
    padding-top: calc(40px + 40 * (100vw - 400px) / 367);
    padding-bottom: calc(139px + 139 * (100vw - 400px) / 367);
  }
}

.p-index-kaiketsu {
  background: #F56400;
}
.p-index-kaiketsu__inr {
  padding: 120px 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-index-kaiketsu__inr {
    padding-top: calc(120px + 120 * (100vw - 400px) / 367);
    padding-bottom: calc(20px + 20 * (100vw - 400px) / 367);
  }
}
.p-index-kaiketsu__ttl {
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-index-kaiketsu__ttl {
    margin-bottom: calc(24px + 24 * (100vw - 400px) / 367);
  }
}
.p-index-kaiketsu__ttl--appeal {
  color: #fff !important;
}
.p-index-kaiketsu__list-item {
  background: #fff;
  border-radius: 10px;
  padding: 24px 16px;
  margin-bottom: 24px;
}
.p-index-kaiketsu__list-item:first-child img {
  max-width: 127px;
}
@media screen and (max-width: 767px) {
  .p-index-kaiketsu__list-item:first-child img {
    max-width: calc(127px + 127 * (100vw - 400px) / 367);
  }
}
.p-index-kaiketsu__list-item:last-child {
  margin-bottom: 0;
}
.p-index-kaiketsu__list-item:last-child img {
  max-width: 115px;
}
@media screen and (max-width: 767px) {
  .p-index-kaiketsu__list-item:last-child img {
    max-width: calc(115px + 115 * (100vw - 400px) / 367);
  }
}
.p-index-kaiketsu__list-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
.p-index-kaiketsu__list-ttl span {
  color: #F56400;
}
.p-index-kaiketsu__list-ttl em {
  font-size: 2rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-index-kaiketsu__list-ttl em {
    font-size: calc(2rem + 20 * (100vw - 400px) / 367);
  }
}
.p-index-kaiketsu__list-txt {
  font-size: 15px;
}
.p-index-kaiketsu__list-thumb {
  margin-bottom: 24px;
}
.p-index-kaiketsu__list-thumb img {
  margin: 0 auto;
}
.p-index-kaiketsu__list-table {
  border-collapse: collapse;
  border-radius: 3px;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  margin: 20px auto;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index-kaiketsu__list-table {
    max-width: calc(400px + 400 * (100vw - 400px) / 367);
  }
}
.p-index-kaiketsu__list-table th, .p-index-kaiketsu__list-table td {
  border: 1px solid #333;
  font-size: 15px;
  padding: 4px 5px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-index-kaiketsu__list-table th, .p-index-kaiketsu__list-table td {
    font-size: calc(15px + 15 * (100vw - 400px) / 367);
    padding-top: calc(4px + 4 * (100vw - 400px) / 367);
    padding-bottom: calc(4px + 4 * (100vw - 400px) / 367);
  }
}
.p-index-kaiketsu__list-table th {
  background-color: #fcece4;
  color: #333;
  font-weight: bold;
}

.p-index-charge {
  background: #fff;
  padding: 56px 0;
}
.p-index-charge__ttl {
  margin-bottom: 47px;
}
.p-index-charge__ttl--appeal {
  position: relative;
}
.p-index-charge__ttl--appeal::after {
  background: url(../img/img_charge_ttl_line.svg) no-repeat;
  background-size: contain;
  bottom: -8px;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-index-charge__list {
  margin-bottom: 32px;
}
.p-index-charge__list-item {
  margin-bottom: 32px;
}
.p-index-charge__list-item:last-child {
  margin-bottom: 0;
}
.p-index-charge__list-icon {
  background: #EBF7FF;
  border-radius: 8px;
  margin-bottom: 17px;
  padding: 12px 10px 17px;
}
.p-index-charge__list-icon img {
  max-width: 142px;
  margin: auto;
}
.p-index-charge__list-ttl {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 8px;
}
.p-index-charge__list-ttl span {
  font-size: 1.6rem;
}
.p-index-charge__trigger {
  color: #0F66F2;
  text-align: center;
}
.p-index-charge__trigger a {
  background-image: linear-gradient(90deg, #0F66F2, #0F66F2);
  background-repeat: no-repeat;
  background-position: 0 102%;
  background-size: 100% 1px;
  color: #0F66F2;
  display: inline;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-size 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.p-index-charge__trigger a:hover {
  background-position: 100% 102%;
  background-size: 0 1px;
}
.p-index-charge__details {
  display: none;
  padding: 12px 20px;
}
.p-index-charge__details-table {
  margin-bottom: 16px;
}

.p-index-point {
  background: #fff;
}
.p-index-point__inr {
  padding: 48px 27px 80px;
}
.p-index-point__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.p-index-point__heading-txt {
  background: #F56400;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 3px;
  max-width: fit-content;
  padding: 4px 16px;
  position: relative;
  text-align: center;
}
.p-index-point__heading-txt::after {
  background: url(../img/icon_ttl_arw_orange.webp) no-repeat;
  background-size: contain;
  bottom: -9px;
  content: "";
  height: 9px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 11.5px;
}
.p-index-point__ttl {
  margin-bottom: 47px;
}
.p-index-point__ttl--small {
  display: block;
  font-size: 2.2rem !important;
}
.p-index-point__ttl--appeal {
  position: relative;
}
.p-index-point__ttl--appeal::after {
  background: url(../img/img_point_ttl_line.svg) no-repeat;
  background-size: contain;
  bottom: -33px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-index-point__row-item {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-index-point__row-item {
    margin-bottom: calc(32px + 32 * (100vw - 400px) / 367);
  }
}
.p-index-point__row-item:last-child {
  margin-bottom: 0;
}
.p-index-point__row-flex {
  display: flex;
  justify-content: center;
}
.p-index-point__row-box {
  margin-right: 38px;
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .p-index-point__row-box {
    max-width: calc(140px + 140 * (100vw - 400px) / 367);
  }
}
.p-index-point__row-box:nth-child(2n) {
  margin-right: 0;
}
.p-index-point__row-ttl {
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-point__row-ttl {
    margin-bottom: calc(16px + 16 * (100vw - 400px) / 367);
  }
}
.p-index-point__row-ttl span {
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index-point__row-ttl span {
    font-size: calc(1.8rem + 18 * (100vw - 400px) / 367);
  }
}
.p-index-point__row-ttl span::before, .p-index-point__row-ttl span::after {
  background: #333;
  bottom: 0;
  height: 25px;
  position: absolute;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .p-index-point__row-ttl span::before, .p-index-point__row-ttl span::after {
    height: calc(25px + 25 * (100vw - 400px) / 367);
    width: calc(2px + 2 * (100vw - 400px) / 367);
  }
}
.p-index-point__row-ttl span:before {
  content: "";
  left: -16px;
  transform: rotate(-30deg);
}
.p-index-point__row-ttl span:after {
  content: "";
  right: -16px;
  transform: rotate(30deg);
}
.p-index-point__row-txt {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-point__row-txt {
    font-size: calc(1.5rem + 15 * (100vw - 400px) / 367);
  }
}
.p-index-point__row-txt span {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-index-point__row-txt span {
    font-size: calc(1.7rem + 17 * (100vw - 400px) / 367);
  }
}
.p-index-point__row-thumb {
  margin-bottom: 10px;
}
.p-index-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-index-point__list-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2% 50px 0;
  width: 49%;
}
.p-index-point__list-item:nth-child(2n) {
  margin-right: 0;
}
.p-index-point__list-item:nth-child(n+3) {
  margin-bottom: 0;
}
.p-index-point__list-thumb {
  margin-bottom: 8px;
  max-width: 141px;
}
.p-index-point__list-txt {
  font-weight: bold;
  text-align: center;
}

.p-index-bank {
  background: #fff;
}
.p-index-bank__inr {
  padding: 40px 20px 48px;
  position: relative;
}
.p-index-bank__inr::after {
  background: url(../img/bg_bank.webp) no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  max-height: 223px;
  max-width: 400px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-index-bank__inr::after {
    max-height: calc(223px + 223 * (100vw - 400px) / 367);
    max-width: calc(400px + 400 * (100vw - 400px) / 367);
  }
}
.p-index-bank__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 78px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index-bank__heading {
    margin-bottom: calc(78px + 78 * (100vw - 400px) / 367);
  }
}
.p-index-bank__heading-txt {
  background: #fff;
  border-radius: 50px;
  color: #F56400;
  font-size: 1.6rem;
  margin-bottom: 3px;
  max-width: fit-content;
  padding: 4px 16px;
  position: relative;
  text-align: center;
}
.p-index-bank__heading-txt::after {
  background: url(../img/icon_ttl_arw_white.webp) no-repeat;
  background-size: contain;
  bottom: -9px;
  content: "";
  height: 9px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 9px;
}
.p-index-bank__heading-ttl {
  color: #fff;
}
.p-index-bank__heading-ttl--appeal {
  color: #fff !important;
}
.p-index-bank__visual {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-index-bank__visual {
    margin-bottom: calc(24px + 24 * (100vw - 400px) / 367);
  }
}
.p-index-bank__btn {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-index-bank__btn {
    margin-bottom: calc(16px + 16 * (100vw - 400px) / 367);
  }
}
.p-index-bank__txt {
  font-size: 1.5rem;
  padding-left: 1em;
  position: relative;
}
.p-index-bank__txt::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.p-index-scene {
  background: #F56400;
}
.p-index-scene__inr {
  padding: 48px 20px 24px;
}
.p-index-scene__ttl {
  color: #fff;
  margin-bottom: 24px;
}
.p-index-scene__list-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 24px 24px 0;
}
.p-index-scene__list-item:last-child {
  margin-bottom: 0;
}
.p-index-scene__list-ttl {
  font-size: 1.8rem !important;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-scene__list-ttl {
    font-size: calc(1.8rem + 18 * (100vw - 400px) / 367) !important;
  }
}
.p-index-scene__list-txt {
  font-size: 1.4rem !important;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-index-scene__list-txt {
    font-size: calc(1.4rem + 14 * (100vw - 400px) / 367) !important;
  }
}
.p-index-scene__list-img img {
  margin: 0 auto;
  max-width: 302px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index-scene__list-img img {
    max-width: calc(302px + 302 * (100vw - 400px) / 367);
  }
}

.p-index-step {
  background: #FFECDC;
}
.p-index-step__inr {
  padding: 48px 20px 56px;
}
.p-index-step__heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.p-index-step__heading-txt {
  background: #F56400;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 3px;
  max-width: fit-content;
  padding: 4px 16px;
  position: relative;
  text-align: center;
}
.p-index-step__heading-txt::after {
  background: url(../img/icon_ttl_arw_orange.webp) no-repeat;
  background-size: contain;
  bottom: -9px;
  content: "";
  height: 9px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 11.5px;
}
.p-index-step__list {
  display: flex;
  flex-direction: column;
}
.p-index-step__list-item {
  align-items: center;
  background: #fff;
  border-radius: 5px;
  display: flex;
  margin-bottom: 24px;
  padding: 10px 10px 10px 28px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-index-step__list-item {
    margin-bottom: calc(24px + 24 * (100vw - 400px) / 367);
    padding-top: calc(10px + 10 * (100vw - 400px) / 367);
    padding-bottom: calc(10px + 10 * (100vw - 400px) / 367);
  }
}
.p-index-step__list-item::after {
  background: url(../img/icon_step_arw_orange.webp) no-repeat;
  background-size: contain;
  bottom: -16px;
  content: "";
  height: 11px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 28px;
}
@media screen and (max-width: 767px) {
  .p-index-step__list-item::after {
    bottom: calc(-16px + -16 * (100vw - 400px) / 367);
    height: calc(11px + 11 * (100vw - 400px) / 367);
    width: calc(28px + 28 * (100vw - 400px) / 367);
  }
}
.p-index-step__list-item:last-child {
  margin-bottom: 0;
}
.p-index-step__list-item:last-child::after {
  content: none;
}
.p-index-step__list-icon {
  margin-right: 20px;
}
.p-index-step__list-icon img {
  max-width: 80px;
}
@media screen and (max-width: 767px) {
  .p-index-step__list-icon img {
    max-width: calc(80px + 80 * (100vw - 400px) / 367);
  }
}
.p-index-step__list-txtArea {
  font-weight: bold;
}
.p-index-step__list-txtArea--small {
  color: #F56400;
  font-size: 1.4rem;
}
.p-index-step__list-txtArea--large {
  font-size: 1.8rem;
}

.p-index-faq {
  background: #f9f9f9;
}
.p-index-faq__inr {
  padding: 48px 20px 56px;
}
.p-index-faq__ttl {
  font-size: 2.2rem;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index-faq__ttl {
    font-size: calc(2.2rem + 22 * (100vw - 400px) / 367);
  }
}
.p-index-faq__list-item {
  margin-bottom: 16px;
}
.p-index-faq__list-item:last-child {
  margin-bottom: 0;
}
.p-index-faq__list-item[open] .p-index-faq__list-ttl::after {
  background: url(../img/icon_faq_close.svg) no-repeat;
  height: 2px;
  width: 12px;
}
.p-index-faq__list-ttl {
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  padding: 12.5px 40px 12.5px 47px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index-faq__list-ttl {
    font-size: calc(1.6rem + 16 * (100vw - 400px) / 367);
  }
}
.p-index-faq__list-ttl::marker {
  content: none;
}
.p-index-faq__list-ttl::before {
  background: url(../img/icon_faq_question.svg) no-repeat;
  content: "";
  height: 23px;
  left: 11.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}
.p-index-faq__list-ttl::after {
  background: url(../img/icon_faq_open.svg) no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 14.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.p-index-faq__list-content {
  padding-top: 16px;
}
.p-index-faq__list-txt {
  line-height: 1.6;
  padding: 0 10px 0 47px;
  position: relative;
}
.p-index-faq__list-txt::before {
  background: url(../img/icon_faq_answer.svg) no-repeat;
  content: "";
  height: 23px;
  left: 11.5px;
  position: absolute;
  top: 0;
  width: 23px;
}
.p-index-faq__list-img {
  margin-top: 16px;
}
.p-index-faq__list-link {
  color: #0F66F2;
  text-decoration: underline;
  position: relative;
}
.p-index-faq__list-link::after {
  background: url(../img/icon_extremeLink.svg) no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: -1em;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.p-index-faq__list-childList {
  padding: 0 10px;
}
.p-index-faq__list-childList li {
  line-height: 1.6;
}

.p-index-summary {
  background: #FFECDC;
}
.p-index-summary__date {
  font-size: 1.2rem !important;
  margin-top: 8px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-index-summary__date {
    font-size: calc(1.2rem + 12 * (100vw - 400px) / 367) !important;
  }
}
.p-index-summary__inr {
  padding: 48px 20px 56px;
}
.p-index-summary__ttl {
  margin-bottom: 32px;
}
.p-index-summary__table {
  border: 1px solid #333;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.p-index-summary__table-th {
  background-color: #f37021;
  border-bottom: 1px solid #333;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 8px;
  text-align: left;
  vertical-align: middle;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-index-summary__table-th {
    font-size: calc(1.4rem + 14 * (100vw - 400px) / 367);
  }
}
.p-index-summary__table-td {
  background-color: #fff;
  border-bottom: 1px solid #666;
  font-size: 1.2rem;
  line-height: 1.7;
  padding: 15px 8px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-index-summary__table-td {
    font-size: calc(1.2rem + 12 * (100vw - 400px) / 367);
  }
}
.p-index-summary__table-note {
  display: block;
  font-size: 1.2rem;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index-summary__table-note {
    font-size: calc(1.2rem + 12 * (100vw - 400px) / 367);
  }
}
.p-index-summary__table-note::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}
.p-index-summary__table-list li {
  font-size: 1.2rem;
  line-height: 1.7;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index-summary__table-list li {
    font-size: calc(1.2rem + 12 * (100vw - 400px) / 367);
  }
}
.p-index-summary__table-list li::before {
  background: #333;
  content: "";
  height: 3px;
  left: 0.5em;
  position: absolute;
  top: 0.7em;
  width: 3px;
}
.p-index-summary__table-inrTable {
  border-collapse: collapse;
  font-size: 13px;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
.p-index-summary__table-inrTable th, .p-index-summary__table-inrTable td {
  border: 1px solid #666;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 4px 6px;
}
@media screen and (max-width: 767px) {
  .p-index-summary__table-inrTable th, .p-index-summary__table-inrTable td {
    font-size: calc(1.2rem + 12 * (100vw - 400px) / 367);
  }
}
.p-index-summary__table-inrTable th {
  background-color: #FFECDC;
  font-weight: bold;
}

.p-index-contact {
  background: #f9f9f9;
}
.p-index-contact__inr {
  padding: 40px 20px 56px;
}
.p-index-contact__ttl {
  margin-bottom: 24px;
}
.p-index-contact__box {
  align-items: flex-start;
  display: flex;
  margin-bottom: 16px;
}
.p-index-contact__logo {
  margin-right: 7px;
}
.p-index-contact__logo img {
  max-width: 84px;
}
@media screen and (max-width: 767px) {
  .p-index-contact__logo img {
    max-width: calc(84px + 84 * (100vw - 400px) / 367);
  }
}
.p-index-contact__info-tel {
  font-family: "Roboto", sans-serif;
  font-size: 3.9rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-index-contact__info-tel {
    font-size: calc(3.9rem + 39 * (100vw - 400px) / 367);
  }
}
.p-index-contact__info p {
  font-size: 1.3rem;
}

.js-hideArea {
  display: none;
}

.p-pageTop {
  bottom: 110px;
  opacity: 0;
  position: fixed;
  right: calc(50% - 180px);
  transition: 0.5s;
  z-index: 1000;
}
@media screen and (min-width: 1071px) {
  .p-pageTop {
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-pageTop {
    bottom: calc(110px + 110 * (100vw - 400px) / 367);
    right: 20px;
  }
}
.p-pageTop.is-active {
  opacity: 1;
  visibility: visible;
}
.p-pageTop.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-pageTop a {
  background: url(../img/icon_pagetop.webp) no-repeat;
  background-size: contain;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .p-pageTop a {
    height: calc(45px + 45 * (100vw - 400px) / 367);
    width: calc(45px + 45 * (100vw - 400px) / 367);
  }
}

.p-footer {
  background: #F0F0F0;
}
.p-footer__inr {
  padding: 20.5px 19px;
}
.p-footer__logo {
  margin-bottom: 16px;
}
.p-footer__logo img {
  margin: 0 auto;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo img {
    font-size: calc(280px + 280 * (100vw - 400px) / 367);
  }
}
.p-footer__copyright {
  text-align: center;
}
.p-footer__copyright small {
  font-size: 1.2rem;
}/*# sourceMappingURL=index.css.map */