@charset "UTF-8";
/* reset */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

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

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "halt";
  font-optical-sizing: auto;
}

a {
  border-radius: 2px;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a::before {
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a::after {
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a span {
  transition: color 0.3s;
}
a span::before {
  transition: background-color 0.3s, opacity 0.3s;
}
a span::after {
  transition: border 0.3s;
}
a:focus-visible {
  outline: 3px solid #FFF;
  outline-offset: 3px;
}

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #FFF;
}

.inner {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .inner {
    padding: 0 5.33%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#block-skip a {
  width: 100%;
  height: 60px;
  border-radius: 0;
  position: absolute;
  top: -60px; /* フォーカスされていない時に画面外に配置 */
  left: 0;
  background: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #fef9ef;
  text-align: center;
  z-index: 1000000; /* 他のコンテンツの上に表示されるように */
  transition: top 0.3s; /* スムーズに表示されるように */
}
@media screen and (max-width: 999px) {
  #block-skip a {
    font-size: clamp(1.2rem, 3.2558139535vw, 1.6rem);
  }
}
#block-skip a:hover span {
  background-color: #000;
  color: #fef9ef;
}
#block-skip a:focus {
  top: 0; /* フォーカス時に表示 */
  outline: none;
}
#block-skip a:focus span {
  outline: 2px solid #FFF;
  outline-offset: 3px;
}
#block-skip a span {
  padding: 0.5em 2em;
  background: #FFF;
  color: #000;
  border-radius: 50px;
  display: inline-block;
}

html {
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
@media screen and (max-width: 999px) {
  html {
    scroll-padding-top: 0;
  }
}

main {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  main {
    margin-top: 0;
  }
}

@media screen and (max-width: 999px) {
  br.pc {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  br.sp {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  div.pc, span.pc {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  div.sp, span.sp {
    display: none;
  }
}

.header {
  width: 100%;
  height: 70px;
  margin: auto;
  background-color: #FFF;
}
.header .inner {
  width: 100%;
  max-width: none;
  height: auto;
}
.header__body {
  width: 100%;
  height: 70px;
  margin: auto;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__body-logo a {
  width: 160px;
  height: auto;
  margin-left: 30px;
  display: inline-block;
}
.header__body-logo a img {
  width: 100%;
  height: auto;
}
.header__body-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.header__body-btn a {
  width: 630px;
  height: 60px;
  margin: auto;
  padding: 0;
  background-color: #FFF000;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header__btn {
  width: 100%;
  height: auto;
  margin: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50000;
  transform: translateY(100%);
  transition: transform 0.25s ease;
}
.header__btn.is-visible {
  transform: translateY(0);
}
.header__btn.is-hidden {
  transform: translateY(100%);
}
.header__btn a {
  width: 100%;
  height: 60px;
  margin: auto;
  padding: 0;
  background-color: #FFF000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header__body-btn a img, .header__btn a img {
  width: 580px;
  max-width: calc(100% - 30px);
  height: auto;
}

@media screen and (max-width: 999px) {
  .header {
    height: 68px;
  }
  .header .inner {
    padding: 0 20px;
  }
  .header__body {
    height: 68px;
  }
  .header__body-logo a {
    width: 34.6666666667vw;
    margin-left: 0;
  }
  .header__btn {
    transform: none;
    transition: none;
  }
  .header__btn a {
    height: auto;
  }
  .header__btn a img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
  }
}
@media print, screen and (min-width: 1000px) {
  footer {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 25px 0;
    border-top: 1px solid #034097;
  }
  footer .footer {
    width: 100%;
    min-width: 1000px;
    height: auto;
    padding: 0 50px 80px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .footer__logo {
    width: 160px;
    height: auto;
  }
  footer .footer__logo img {
    width: 100%;
    height: auto;
  }
  footer .footer__menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  footer .footer__menu ul li a {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    color: #004097;
  }
  footer .footer__menu ul li a:hover {
    text-decoration: underline;
  }
  footer .footer__menu ul li:not(:first-of-type) {
    margin-left: 14px;
  }
  footer .footer__menu p {
    padding-top: 5px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    color: #727171;
    text-align: right;
  }
}
@media screen and (max-width: 999px) {
  footer {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 25px 0 100px;
  }
  footer .footer {
    width: 100%;
    height: auto;
  }
  footer .footer__logo {
    width: 140px;
    height: auto;
    margin: auto;
    padding: 16px 0;
  }
  footer .footer__logo img {
    width: 100%;
    height: auto;
  }
  footer .footer__menu {
    width: 100%;
    height: auto;
    margin: auto;
    border-top: 1px solid #034097;
  }
  footer .footer__menu ul {
    padding: 1em 0;
  }
  footer .footer__menu ul li {
    text-align: center;
  }
  footer .footer__menu ul li a {
    display: inline-block;
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    color: #004097;
    text-align: center;
  }
  footer .footer__menu p {
    padding-top: 1em;
    border-top: 1px solid #034097;
    font-size: clamp(1rem, 2.8vw, 1.1rem);
    color: #727171;
    text-align: center;
  }
}
@media screen and (max-width: 999px) and (max-width: 999px) {
  footer .footer__menu p {
    color: #231815;
  }
}
.modaal-content-container p {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-indent: -1.5em;
}
@media screen and (max-width: 999px) {
  .modaal-content-container p {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    text-align: justify;
  }
}
.modaal-content-container dl {
  margin-top: 1em;
  display: grid;
  grid-template-columns: 1.5em 1fr;
  column-gap: 0.25rem;
  row-gap: 1rem;
  align-items: start;
}
.modaal-content-container dl dt {
  grid-column: 1;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .modaal-content-container dl dt {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    text-align: justify;
  }
}
.modaal-content-container dl dd {
  grid-column: 2;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .modaal-content-container dl dd {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    text-align: justify;
  }
}

.visual {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #FFF;
}
.visual__body {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
}
.visual__body .inner {
  width: 100%;
  max-width: none;
  height: auto;
  margin: auto;
  padding: 0;
}
@media print, screen and (min-width: 1000px) {
  .visual__body {
    height: 700px;
    min-height: 0;
    background-image: none;
  }
  .visual__body .inner {
    height: 700px;
  }
}
.visual__image {
  display: none;
}
@media screen and (max-width: 999px) {
  .visual__heading, .visual__image {
    width: 100%;
    height: auto;
    display: block;
  }
  .visual__image.pc {
    display: none;
  }
  .visual__body .visual__image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media print, screen and (min-width: 1000px) {
  .visual__heading, .visual__image {
    width: 100%;
    height: 700px;
    display: block;
  }
  .visual__image.sp {
    display: none;
  }
  .visual__body .visual__image img {
    width: 1366px;
    min-width: 1366px;
    max-width: none;
    height: 700px;
    position: relative;
    left: 50%;
    display: block;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 1366px) {
  .visual__body, .visual__body .inner, .visual__heading, .visual__image {
    height: auto;
  }
  .visual__body .visual__image img {
    width: 100%;
    min-width: 0;
    height: auto;
    position: static;
    transform: none;
  }
}
.visual__foot {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 20px 0 22px;
  background-color: #FFF;
  color: #3B3B3B;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .visual__foot {
    padding: 18px 0 20px;
  }
}
.visual__foot-notice {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
.visual__foot-notice a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.visual__foot-notice a:hover {
  text-decoration: none;
}
.visual__foot-plan {
  margin-top: 7px;
}
.visual__foot-plan dt {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
}
.visual__foot-plan dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
.visual__foot-exclusion {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 999px) {
  .visual__foot-notice, .visual__foot-plan dt, .visual__foot-plan dd {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
  }
  .visual__foot-exclusion {
    font-size: clamp(0.9rem, 2.6666666667vw, 1.1rem);
  }
}

.features {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 75px 0 65px 0;
  background-color: #FFF;
}
@media screen and (max-width: 999px) {
  .features {
    padding: 50px 0;
  }
}
.features__body {
  width: 100%;
  height: auto;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.features__body .unit {
  width: 286px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .features__body .unit {
    flex-basis: 47.76%;
  }
}
@media print, screen and (min-width: 1000px) {
  .features__body .unit:last-of-type {
    width: 100%;
  }
}
@media print, screen and (min-width: 1000px) {
  .features__body .unit ul {
    margin-top: 2em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.features__body .unit ul li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .features__body .unit ul li {
    padding-left: 1em;
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
    color: #231815;
    text-align: justify;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 1000px) {
  .features__body .unit ul li:not(:first-of-type) {
    margin-left: 2em;
  }
}

.outline {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 150px 0 100px;
  background-color: #009FE8;
  background-image: url(../img/home/bg_outline.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 4600px 1819px;
}
@media screen and (max-width: 999px) {
  .outline {
    padding: 85px 0 50px;
    background-image: url(../img/home/bg_outline-sp.svg);
    background-size: 100% auto;
  }
}
.outline__body {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 90px 0 40px;
  background-color: #FFF;
  border-top-right-radius: 20px;
  position: relative;
  overflow: visible;
}
.outline__body::before, .outline__body::after {
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: 0;
}
.outline__body::before {
  top: -1px;
  left: 0;
  background-color: #009FE8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.outline__body::after {
  right: 0;
  bottom: -1px;
  background-color: #FFF000;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.outline__body > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .outline__body {
    padding: 40px 0 45px;
    border-top-right-radius: 0;
  }
  .outline__body::before, .outline__body::after {
    width: 70px;
    height: 70px;
  }
  .outline__body::before {
    display: none;
  }
}
.outline__body-title {
  width: 520px;
  height: auto;
  margin: 0;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.outline__body-title img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 999px) {
  .outline__body-title {
    width: 77.61%;
    top: -9.3333333333vw;
  }
}
.outline__body-main {
  width: 862px;
  height: auto;
  margin: 20px auto auto;
}
.outline__body-main > * {
  width: 100%;
}
.outline__body-main .outline__body-image img {
  width: 100%;
  height: auto;
  display: block;
}
.outline__body-main .outline__body-image figcaption {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #3B3B3B;
}
.outline__body-main .outline__body-notes {
  margin-top: 22px;
  color: #3B3B3B;
}
.outline__body-main .outline__body-notes > p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
.outline__body-main .outline__body-notes ul {
  margin-top: 0;
}
.outline__body-main .outline__body-notes li {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-indent: -1em;
}
.outline__body-main .outline__body-notes li .list-marker {
  font-feature-settings: normal;
}
@media screen and (max-width: 999px) {
  .outline__body-main {
    width: 100%;
    margin: auto;
    padding: 0 7.46%;
  }
  .outline__body-main .outline__body-image figcaption {
    display: none;
  }
  .outline__body-main .outline__body-notes {
    margin-top: 18px;
  }
  .outline__body-main .outline__body-notes > p,
  .outline__body-main .outline__body-notes li {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
  }
}
.outline__foot {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 45px 0;
  background-color: #FFF000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 999px) {
  .outline__foot {
    padding: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.outline__foot-body {
  width: 862px;
  height: auto;
  margin: auto;
  padding: 30px 55px 35px;
  background-color: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 999px) {
  .outline__foot-body {
    width: 100%;
    padding: 15px;
    border-radius: 10px;
  }
}
.outline__foot-title {
  width: 710px;
  height: auto;
  margin: auto;
}
.outline__foot-title img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 999px) {
  .outline__foot-title {
    width: 70.6666666667vw;
  }
}
.outline__foot-main {
  width: 752px;
  height: auto;
  margin: 20px auto auto;
}
@media screen and (max-width: 999px) {
  .outline__foot-main {
    width: 100%;
    margin-top: 15px;
  }
}
.outline__foot-main ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .outline__foot-main ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.outline__foot-main ul li a {
  width: 350px;
  height: 60px;
  margin: auto;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .outline__foot-main ul li a {
    width: 70.6666666667vw;
    height: 30px;
    font-size: clamp(1.2rem, 3.7333333333vw, 1.6rem);
    line-height: 30px;
  }
}
.outline__foot-main ul li a::before, .outline__foot-main ul li a::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  border-radius: 9999px;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 22px;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 999px) {
  .outline__foot-main ul li a::before, .outline__foot-main ul li a::after {
    width: 6px;
    height: 1px;
    right: 15px;
  }
}
.outline__foot-main ul li a::before {
  transform: rotate(45deg);
}
.outline__foot-main ul li a:after {
  transform: rotate(-45deg);
}
.outline__foot-main ul li a:hover {
  opacity: 0.9;
}
.outline__foot-main ul li:first-of-type a {
  background-color: #0080CB;
  color: #FFF;
}
.outline__foot-main ul li:first-of-type a::before, .outline__foot-main ul li:first-of-type a::after {
  background-color: #FFF;
}
@media screen and (max-width: 999px) {
  .outline__foot-main ul li:last-of-type {
    margin-top: 10px;
  }
}
.outline__foot-main ul li:last-of-type a {
  background-color: #E50012;
  color: #FFF;
}
.outline__foot-main ul li:last-of-type a::before, .outline__foot-main ul li:last-of-type a::after {
  background-color: #FFF;
}
.outline__btn {
  width: 100%;
  height: auto;
  margin: 40px auto auto;
  background-color: #FFF;
  border-radius: 10px;
  scroll-margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .outline__btn {
    margin: 20px auto auto;
    border-radius: 5px;
  }
}
.outline__btn button {
  width: 100%;
  height: 70px;
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  text-align: center;
  transition: all 0.5s ease;
}
@media screen and (max-width: 999px) {
  .outline__btn button {
    width: 100%;
    height: 35px;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
    line-height: 35px;
  }
}
.outline__btn button span {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
@media screen and (max-width: 999px) {
  .outline__btn button span {
    right: 10px;
  }
}
.outline__btn button span::before, .outline__btn button span::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 3px;
  background-color: #000;
  transition: all 0.5s ease;
}
@media screen and (max-width: 999px) {
  .outline__btn button span::before, .outline__btn button span::after {
    width: 8px;
    height: 2px;
  }
}
.outline__btn button span::before {
  top: 50%;
  right: 0;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.outline__btn button span::after {
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.outline__btn button.close span::before {
  transform: rotate(225deg);
}
.outline__btn button.close span::after {
  transform: rotate(315deg);
}
.outline__btn .box {
  display: none;
  padding: 10px 50px 60px 50px;
}
@media screen and (max-width: 999px) {
  .outline__btn .box {
    padding: 0 7.46% 20px;
  }
}
.outline__btn .box .clause:not(:first-of-type) {
  margin-top: 1em;
}
.outline__btn .box .clause h4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .outline__btn .box .clause h4 {
    padding-top: 1em;
    border-top: 1px solid #707070;
    font-size: clamp(1rem, 3.0666666667vw, 1.3rem);
  }
}
.outline__btn .box .clause h5 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .outline__btn .box .clause h5 {
    font-size: clamp(1rem, 3.0666666667vw, 1.3rem);
  }
}
.outline__btn .box .clause p {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .outline__btn .box .clause p {
    font-size: clamp(1rem, 3.0666666667vw, 1.3rem);
  }
}
.outline__btn .box .clause ul {
  padding-left: 1em;
}
.outline__btn .box .clause ul li {
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
  text-indent: -1em;
}
.outline__btn .box .clause ul li .list-marker {
  font-feature-settings: normal;
}
@media screen and (max-width: 999px) {
  .outline__btn .box .clause ul li {
    font-size: clamp(1rem, 3.0666666667vw, 1.3rem);
  }
}

.recommend {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.recommend::before, .recommend::after {
  content: "";
  width: 220px;
  height: 220px;
  position: absolute;
  z-index: 0;
}
.recommend::before {
  top: -1px;
  left: 0;
  background-color: #009FE8;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.recommend::after {
  right: 0;
  bottom: -1px;
  background-color: #FFF000;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 999px) {
  .recommend {
    padding: 50px 0;
  }
  .recommend::before, .recommend::after {
    width: 70px;
    height: 70px;
  }
}
.recommend > .inner {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  z-index: 1;
}
.recommend__body {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: visible;
}
@media screen and (max-width: 999px) {
  .recommend__body {
    padding: 0 5.33%;
  }
}
.recommend__body .recommend__title {
  width: 606px;
  height: auto;
  margin: auto;
}
.recommend__body .recommend__title img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 999px) {
  .recommend__body .recommend__title {
    display: none;
  }
}
.recommend__body .recommend__image {
  width: 1050px;
  height: auto;
  margin: 20px 0 0;
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
.recommend__body .recommend__image img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
@media screen and (max-width: 999px) {
  .recommend__body .recommend__image {
    width: 94.6666666667vw;
    margin-top: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.recommend__body dl {
  width: 1000px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 1.5em 1fr;
  column-gap: 0.25rem;
  row-gap: 0.05rem;
  align-items: start;
}
@media screen and (max-width: 999px) {
  .recommend__body dl {
    width: 100%;
    margin-top: 15px;
  }
}
.recommend__body dl dt {
  grid-column: 1;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .recommend__body dl dt {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
  }
}
.recommend__body dl dd {
  grid-column: 2;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .recommend__body dl dd {
    font-size: clamp(1rem, 2.9333333333vw, 1.2rem);
  }
}

.simulation {
  width: 100%;
  height: 320px;
  margin-top: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #009FE8;
  position: relative;
}
@media screen and (max-width: 999px) {
  .simulation {
    height: auto;
    margin-top: 0;
    padding: 20px 0%;
    border-radius: 0;
  }
}
.simulation .inner {
  max-width: 850px;
  width: 100%;
  height: 320px;
  margin: auto;
  padding-top: 65px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .simulation .inner {
    height: auto;
    padding-top: 0;
    text-align: center;
  }
}
.simulation h2 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #FFF;
}
@media screen and (max-width: 999px) {
  .simulation h2 {
    font-size: clamp(1.9rem, 5.6vw, 2.3rem);
    text-align: center;
  }
}
@media print, screen and (min-width: 1000px) {
  .simulation img {
    width: 420px;
    height: 296px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .simulation img {
    width: 55.7333333333vw;
    height: auto;
    margin: 10px auto auto;
  }
}
.simulation a {
  width: 385px;
  height: 64px;
  margin-top: 20px;
  background-color: #FFF000;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #009FE8;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .simulation a {
    width: 100%;
    height: 55px;
    margin-top: 0;
    border-radius: 5px;
    font-size: clamp(1.3rem, 4vw, 1.7rem);
    line-height: 55px;
  }
}
.simulation a::before, .simulation a::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #009FE8;
  border-radius: 9999px;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 15px;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (max-width: 999px) {
  .simulation a::before, .simulation a::after {
    width: 8px;
    height: 2px;
    right: 25px;
  }
}
.simulation a::before {
  transform: rotate(35deg);
}
.simulation a:after {
  transform: rotate(-35deg);
}

.case {
  width: 100%;
  height: auto;
  margin: 100px auto auto;
}
@media screen and (max-width: 999px) {
  .case {
    margin: 50px auto auto;
  }
}
.case .inner {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0;
}
.case__head {
  width: 1000px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .case__head {
    width: 100%;
  }
}
.case__head h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #005BAA;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__head h2 {
    font-size: clamp(1.9rem, 5.6vw, 2.3rem);
  }
}
.case__body {
  width: 100%;
  height: auto;
}
.case__body .tabs {
  width: 840px;
  height: auto;
  margin: 45px auto auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .case__body .tabs {
    width: 100%;
    height: auto;
    margin: 45px auto auto;
    padding: 0 5.33%;
  }
}
.case__body .tabs [role=tab] {
  width: 400px;
  height: 66px;
  background-color: #FFF;
  border-top: 2px solid #005BAB;
  border-right: 2px solid #005BAB;
  border-left: 2px solid #005BAB;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #005BAB;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .case__body .tabs [role=tab] {
    width: 50%;
    height: 37px;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
    line-height: 37px;
  }
}
.case__body .tabs [role=tab][aria-selected=true] {
  background-color: #005BAB;
  color: #FFF;
}
@media screen and (max-width: 999px) {
  .case__body .tabs [role=tab]:first-of-type {
    flex-basis: 43.28%;
  }
}
@media screen and (max-width: 999px) {
  .case__body .tabs [role=tab]:last-of-type {
    flex-basis: 53.73%;
  }
}
.case__body .tabs [role=tab]:hover {
  background-color: #005BAB;
  color: #FFF;
}
.case__body .panel {
  padding: 70px 0;
  background-color: #EDF8FF;
  border-top: 2px solid #005BAB;
}
@media screen and (max-width: 999px) {
  .case__body .panel {
    padding: 40px 5.33%;
  }
}
.case__body .panel[hidden] {
  display: none;
}
.case__body .panel .inner {
  max-width: 840px;
}
@media screen and (max-width: 999px) {
  .case__body .panel .inner {
    max-width: 100%;
  }
}
.case__body .panel .box {
  position: relative;
}
.case__body .panel .box:not(:first-of-type) {
  margin-top: 30px;
}
.case__body .panel .box a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #005BAA;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .case__body .panel .box a {
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.case__body .panel .box a:hover {
  text-decoration: none;
}
.case__body .panel .box a span.icon {
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .case__body .panel .box a span.icon {
    width: 8px;
    height: 10px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .box a span.icon img {
    vertical-align: middle;
  }
}
.case__body .panel .box a.link01 {
  position: absolute;
}
@media print, screen and (min-width: 1000px) {
  .case__body .panel .box a.link01 {
    right: 140px;
    bottom: 65px;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .box a.link01 {
    position: absolute;
    right: 0;
    bottom: 3em;
    left: 0;
    text-align: center;
  }
}
.case__body .panel .box a.link02 {
  position: absolute;
}
@media print, screen and (min-width: 1000px) {
  .case__body .panel .box a.link02 {
    right: 100px;
    bottom: 45px;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .box a.link02 {
    position: absolute;
    right: 0;
    bottom: 1.5em;
    left: 0;
    text-align: center;
  }
}
.case__body .panel .box > p {
  position: absolute;
  right: 55px;
  left: auto;
  bottom: 1.5em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #8e8e8e;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .box > p {
    right: 0;
    left: 0;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.case__body .panel .price-a {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a {
    margin-top: 30px;
  }
}
.case__body .panel .price-a__head h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #005BAB;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__head h3 {
    font-size: clamp(1.9rem, 5.6vw, 2.3rem);
  }
}
.case__body .panel .price-a__body {
  margin-top: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case__body .panel .price-a__body .unit {
  width: 256px;
  height: auto;
  padding: 25px 25px calc(1.75em + 25px);
  background-color: #FFF;
  border-radius: 20px;
  border: 3px solid #FFF;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit {
    width: 100%;
    padding: 25px;
    text-align: justify;
  }
}
.case__body .panel .price-a__body .unit:first-of-type {
  border: 3px solid #FF9900;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit:not(:first-of-type) {
    margin-top: 15px;
  }
}
.case__body .panel .price-a__body .unit:hover {
  border: 3px solid #005BAB;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  .case__body .panel .price-a__body .unit-sp {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-sp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.case__body .panel .price-a__body .unit-pc h4, .case__body .panel .price-a__body .unit-sp h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc h4, .case__body .panel .price-a__body .unit-sp h4 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
    text-align: justify;
  }
}
.case__body .panel .price-a__body .unit-pc img, .case__body .panel .price-a__body .unit-sp img {
  width: 130px;
  height: auto;
  margin: 20px auto auto;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc img, .case__body .panel .price-a__body .unit-sp img {
    width: 85px;
    margin: auto;
  }
}
.case__body .panel .price-a__body .unit-pc p:nth-last-of-type(2), .case__body .panel .price-a__body .unit-sp p:nth-last-of-type(2) {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc p:nth-last-of-type(2), .case__body .panel .price-a__body .unit-sp p:nth-last-of-type(2) {
    margin-top: 0.25em;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.case__body .panel .price-a__body .unit-pc p:nth-last-of-type(2).ctr, .case__body .panel .price-a__body .unit-sp p:nth-last-of-type(2).ctr {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc p:nth-last-of-type(2).ctr, .case__body .panel .price-a__body .unit-sp p:nth-last-of-type(2).ctr {
    text-align: justify;
  }
}
.case__body .panel .price-a__body .unit-pc p:last-of-type, .case__body .panel .price-a__body .unit-sp p:last-of-type {
  margin-top: 1em;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #005BAA;
  text-align: center;
  text-decoration: underline;
}
@media print, screen and (min-width: 1000px) {
  .case__body .panel .price-a__body .unit-pc p:last-of-type, .case__body .panel .price-a__body .unit-sp p:last-of-type {
    position: absolute;
    left: 50%;
    bottom: 1.5em;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-pc p:last-of-type, .case__body .panel .price-a__body .unit-sp p:last-of-type {
    margin-top: 0.25em;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
    text-align: justify;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-a__body .unit-text {
    margin-left: 15px;
  }
}
.case__body .panel .price-a__body .unit p.ribbon {
  width: 12em;
  height: 26px;
  margin-top: -15px;
  background-color: #E73920;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  --r: .8em; /* control the ribbon shape */
  padding-inline: calc(var(--r) + 0.8em);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
}
.case__body .panel .price-b {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b {
    margin-top: 30px;
  }
}
.case__body .panel .price-b__head h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "M PLUS 1p", sans-serif;
  font-optical-sizing: auto;
  color: #005BAB;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__head h3 {
    font-size: clamp(1.9rem, 5.6vw, 2.3rem);
  }
}
.case__body .panel .price-b__body {
  margin-top: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case__body .panel .price-b__body .unit {
  width: 400px;
  height: auto;
  padding: 25px;
  background-color: #FFF;
  border: 3px solid #FFF;
  border-radius: 20px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit {
    width: 100%;
    padding: 15px 25px;
    text-align: justify;
  }
}
.case__body .panel .price-b__body .unit:hover {
  border: 3px solid #005BAB;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1000px) {
  .case__body .panel .price-b__body .unit-sp {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit-sp {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.case__body .panel .price-b__body .unit h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit h4 {
    font-size: clamp(1.6rem, 4.6666666667vw, 1.9rem);
    text-align: justify;
  }
}
.case__body .panel .price-b__body .unit h4 span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit h4 span {
    display: block;
    font-size: clamp(0.9rem, 2.6666666667vw, 1.1rem);
  }
}
.case__body .panel .price-b__body .unit__body {
  width: 100%;
  min-height: 115px;
  margin-top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.case__body .panel .price-b__body .unit__body-image img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit__body-image img {
    width: 85px;
    margin: auto;
  }
}
.case__body .panel .price-b__body .unit__body-text {
  margin-left: 15px;
}
.case__body .panel .price-b__body .unit__body-text p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #3B3B3B;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit__body-text p {
    margin-top: 0.5em;
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.case__body .panel .price-b__body .unit__body-text p:last-of-type {
  margin-top: 0.25em;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #005BAA;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .case__body .panel .price-b__body .unit__body-text p:last-of-type {
    font-size: clamp(1.1rem, 3.3333333333vw, 1.4rem);
  }
}
.case__body .panel .price-b__body .unit__body-text p:last-of-type:hover {
  text-decoration: none;
}

.enquiry {
  width: 100%;
  height: auto;
  margin-top: 55px;
}
@media screen and (max-width: 999px) {
  .enquiry {
    margin-top: 45px;
  }
}
@media screen and (max-width: 999px) {
  .enquiry .inner {
    padding: 0;
  }
}
.enquiry img {
  width: 100%;
  height: auto;
}
.enquiry__contents {
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}
.enquiry__contents-tel {
  width: 100%;
  height: auto;
}
.enquiry__contents-tel img {
  width: 100%;
  height: auto;
}
.enquiry__contents-tel ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.enquiry__contents-tel ul li a img {
  width: 100%;
  height: auto;
}
