@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

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

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

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul,
li {
  list-style: none;
}

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

img {
  vertical-align: top;
}

html {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #101010;
  font-weight: 300;
  line-height: 1.5;
  max-width: 964px;
  margin: 0 auto;
}
html.is-new-page {
  max-width: none;
}

body {
  background-color: #efefef;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}

.screen-reader-text {
  display: none;
}

.container {
  max-width: 800px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (min-width: 780px) {
  .container {
    max-width: 920px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

main {
  background-color: #ffffff;
}

.none {
  display: none !important;
}
@media only screen and (max-width: 781px) {
  .none-max-t {
    display: none !important;
  }
}
@media only screen and (min-width: 781px) {
  .none-min-t {
    display: none !important;
  }
}

.red {
  color: #fe1016;
}
.red_u {
  color: #fe1016;
  text-decoration: underline;
}
.red_bold {
  color: #fe1016;
  font-weight: bold;
}
.red_bold_u {
  color: #fe1016;
  font-weight: bold;
  text-decoration: underline;
}

.blue {
  color: #0600fc;
}
.blue_u {
  color: #0600fc;
  text-decoration: underline;
}
.blue_bold {
  color: #0600fc;
  font-weight: bold;
}
.blue_bold_u {
  color: #0600fc;
  font-weight: bold;
  text-decoration: underline;
}

.un {
  text-decoration: underline;
}

.media_container {
  text-align: center;
  margin: 25px auto 20px;
}
@media screen and (min-width: 400px) {
  .media_container iframe {
    max-width: 100%;
  }
}

.marker_y {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: rgba(255, 255, 0, 0.5);
}
.marker_p {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: rgba(255, 180, 241, 0.5);
}
.marker_b {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: rgba(141, 197, 253, 0.5);
}
.marker_g {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: rgba(34, 229, 26, 0.5);
}

a.default_link {
  color: #007bd7;
  text-decoration: underline;
}

a.top_link {
  color: #0600fc;
  font-weight: bold;
  text-decoration: underline;
}

h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px;
  background-color: #1752a2;
  color: #ffffff;
  font-style: italic;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 400px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 500px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 780px) {
  h2 {
    font-size: 30px;
    padding: 15px 20px;
    margin-top: 30px;
  }
}

h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 7px;
  margin-top: 15px;
  color: #1752a2;
  border: 2px solid #1752a2;
}
@media screen and (min-width: 400px) {
  h3 {
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (min-width: 500px) {
  h3 {
    font-size: 26px;
    padding: 13px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  h3 {
    font-size: 26px;
    padding: 15px;
    border: 2px solid #1752a2;
    margin-top: 40px;
  }
}

h4 {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-top: 15px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 400px) {
  h4 {
    font-size: 17px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  h4 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 780px) {
  h4 {
    font-size: 24px;
  }
}

.sec-ttl {
  background-color: #fe7542;
}

.common__btn {
  font-weight: 600;
  text-align: center;
  padding: 7px 5px;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  background-color: #fe7542;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 16px;
}
@media screen and (min-width: 500px) {
  .common__btn {
    font-size: 19px;
  }
}
@media screen and (min-width: 780px) {
  .common__btn {
    font-size: 30px;
  }
}

.pnkz-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px;
}
@media screen and (min-width: 780px) {
  .pnkz-wrap {
    padding-top: 20px;
  }
}
.pnkz-wrap li {
  font-size: 15px;
}
.pnkz-list {
  color: #007bd7;
  text-decoration: underline;
}
.pnkz-list:after {
  display: inline-block;
  margin: 0 5px;
  content: ">";
  text-decoration: none;
  color: #000000;
}

@media screen and (min-width: 780px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 780px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (min-width: 780px) {
  .sp_br {
    display: block;
  }
}

.sticky-btn {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  z-index: 9999;
  padding: 10px 12px 20px; /* 下部に20pxの余白を作り、くっつきを解消 */
  display: block;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .sticky-btn {
    display: none;
  }
}
.sticky-btn-note {
  font-size: 11px;
  font-weight: bold;
  color: #666;
  margin-bottom: 4px;
  line-height: 1.2;
  display: block;
  background-color: transparent;
}
.sticky-btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 95%;
  max-width: 360px;
  padding: 10px 15px 4px;
  border-radius: 60px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5e62), color-stop(20%, #fe1016), to(#b30000));
  background: linear-gradient(180deg, #ff5e62 0%, #fe1016 20%, #b30000 100%);
  -webkit-box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.5), 0 5px 0 #800000, 0 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 1px rgba(255, 255, 255, 0.5), 0 5px 0 #800000, 0 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.sticky-btn-link:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 2px 0 #800000, 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 0 #800000, 0 4px 10px rgba(0, 0, 0, 0.3);
}
.sticky-btn-main {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}
.sticky-btn-tel {
  font-size: 22px;
  font-weight: bold;
  color: #fbd633;
  line-height: 1;
  margin-top: 4px;
}

/* mv */
.mv__wrapper {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
}

/* price */
.price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
@media screen and (min-width: 400px) {
  .price__wrap {
    padding-top: 20px;
  }
}
@media screen and (min-width: 500px) {
  .price__wrap {
    padding-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  .price__wrap {
    padding-top: 25px;
  }
}
.price__left {
  width: 37%;
  text-align: center;
  position: relative;
  display: inline-block;
}
.price__left-txt {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 400px) {
  .price__left-txt {
    font-size: 22px;
  }
}
@media screen and (min-width: 500px) {
  .price__left-txt {
    font-size: 27px;
  }
}
@media screen and (min-width: 780px) {
  .price__left-txt {
    font-size: 34px;
  }
}
.price__left::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 90px;
  background-color: #707070;
  position: absolute;
  top: 10px;
  right: -5px;
}
@media screen and (min-width: 400px) {
  .price__left::after {
    height: 110px;
    top: 12px;
  }
}
@media screen and (min-width: 500px) {
  .price__left::after {
    height: 140px;
  }
}
@media screen and (min-width: 780px) {
  .price__left::after {
    width: 4px;
    height: 160px;
    top: 7px;
  }
}
.price__left .red {
  font-size: 35px;
  font-weight: 600;
  color: #ff0000;
  display: block;
}
@media screen and (min-width: 400px) {
  .price__left .red {
    font-size: 50px;
  }
}
@media screen and (min-width: 500px) {
  .price__left .red {
    font-size: 60px;
  }
}
@media screen and (min-width: 780px) {
  .price__left .red {
    font-size: 100px;
    line-height: 1.15;
  }
}
.price__left .small {
  font-size: 18px;
  font-weight: 600;
  color: #ff0000;
}
@media screen and (min-width: 400px) {
  .price__left .small {
    font-size: 23px;
  }
}
@media screen and (min-width: 500px) {
  .price__left .small {
    font-size: 25px;
  }
}
@media screen and (min-width: 780px) {
  .price__left .small {
    font-size: 40px;
  }
}
.price__right {
  width: 60%;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .price__right {
    font-size: 22px;
  }
}
@media screen and (min-width: 500px) {
  .price__right {
    font-size: 27px;
  }
}
@media screen and (min-width: 780px) {
  .price__right {
    font-size: 34px;
  }
}
.price__right .red {
  font-size: 35px;
  font-weight: 600;
  color: #ff0000;
  display: block;
}
@media screen and (min-width: 400px) {
  .price__right .red {
    font-size: 50px;
  }
}
@media screen and (min-width: 500px) {
  .price__right .red {
    font-size: 60px;
  }
}
@media screen and (min-width: 780px) {
  .price__right .red {
    font-size: 100px;
    line-height: 1.15;
  }
}
.price__right .small {
  font-size: 18px;
  font-weight: 600;
  color: #ff0000;
}
@media screen and (min-width: 400px) {
  .price__right .small {
    font-size: 18px;
  }
}
@media screen and (min-width: 500px) {
  .price__right .small {
    font-size: 25px;
  }
}
@media screen and (min-width: 780px) {
  .price__right .small {
    font-size: 40px;
  }
}
.price__txt1 {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 15px;
}
@media screen and (min-width: 400px) {
  .price__txt1 {
    font-size: 15px;
    padding-top: 0;
  }
}
@media screen and (min-width: 500px) {
  .price__txt1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .price__txt1 {
    margin-top: 10px;
    font-size: 18px;
  }
}
.price__btn {
  padding-top: 15px;
}
@media screen and (min-width: 400px) {
  .price__btn {
    padding-top: 15px;
  }
}
@media screen and (min-width: 780px) {
  .price__btn {
    padding-top: 30px;
  }
}
.price__btn .common__btn {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 400px) {
  .price__btn .common__btn {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 500px) {
  .price__btn .common__btn {
    font-size: 20px;
  }
}
@media screen and (min-width: 780px) {
  .price__btn .common__btn {
    font-size: 30px;
    padding: 17.5px 0;
    margin: 0 auto;
    width: 80%;
  }
}
.price__ttl1 {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .price__ttl1 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  .price__ttl1 {
    margin-top: 40px;
  }
}
.price__txt2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .price__txt2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 500px) {
  .price__txt2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 780px) {
  .price__txt2 {
    font-size: 34px;
    margin-top: 20px;
    line-height: 1.39;
  }
}
.price__txt2 .red {
  color: #ff0000;
}
.price__txt3 {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 15px;
}
@media screen and (min-width: 400px) {
  .price__txt3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .price__txt3 {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .price__txt3 {
    font-size: 18px;
    padding-top: 20px;
  }
}
.price__image {
  width: 48%;
}
.price__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media screen and (min-width: 780px) {
  .price__image-wrap {
    margin-top: 28px;
  }
}
.price .type__wrap {
  margin-top: 15px;
  border: 2px solid #ce8b23;
  border-radius: 6px;
  padding: 15px 10px;
}
@media screen and (min-width: 400px) {
  .price .type__wrap {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 500px) {
  .price .type__wrap {
    padding: 20px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 780px) {
  .price .type__wrap {
    margin-top: 30px;
    border: 4px solid #ce8b23;
    padding: 22px 25px 30px;
  }
}
.price .type__ttl {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 400px) {
  .price .type__ttl {
    font-size: 19px;
  }
}
@media screen and (min-width: 500px) {
  .price .type__ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 780px) {
  .price .type__ttl {
    font-size: 34px;
  }
}
.price .type__txt1 {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .price .type__txt1 {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .price .type__txt1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .price .type__txt1 {
    font-size: 18px;
    margin-top: 28px;
  }
}
.price .type__name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  width: 33%;
}
@media screen and (min-width: 400px) {
  .price .type__name {
    font-size: 19px;
  }
}
@media screen and (min-width: 500px) {
  .price .type__name {
    font-size: 22px;
  }
}
@media screen and (min-width: 780px) {
  .price .type__name {
    font-size: 28px;
    width: 38%;
  }
}
.price .type__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0;
}
@media screen and (min-width: 780px) {
  .price .type__name-wrap {
    width: 75%;
    margin: 30px auto;
  }
}
.price .type__name-image {
  width: 30%;
}
@media screen and (min-width: 500px) {
  .price .type__name-image {
    width: 27%;
  }
}
@media screen and (min-width: 780px) {
  .price .type__name-image {
    width: 200px;
  }
}
.price .type__description {
  font-size: 13px;
  line-height: 1.5;
  margin: 15px 0;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 400px) {
  .price .type__description {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .price .type__description {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .price .type__description {
    font-size: 18px;
    margin: 0 0 50px;
    width: 100%;
  }
}
.price .type__description:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 25%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d29625;
}
@media screen and (min-width: 780px) {
  .price .type__description:before {
    bottom: -35px;
    width: 39.668%;
    height: 5px;
  }
}
.price .type__description-btm {
  font-size: 13px;
  line-height: 1.5;
  margin: 15px 0;
}
@media screen and (min-width: 400px) {
  .price .type__description-btm {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .price .type__description-btm {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .price .type__description-btm {
    font-size: 18px;
    margin: 0 0 35px;
  }
}
.price .type__txt2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 400px) {
  .price .type__txt2 {
    font-size: 19px;
  }
}
@media screen and (min-width: 500px) {
  .price .type__txt2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 780px) {
  .price .type__txt2 {
    font-size: 34px;
  }
}
.price .type__txt2 .red {
  color: #ff0000;
}
.price .type__txt3 {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .price .type__txt3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .price .type__txt3 {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .price .type__txt3 {
    font-size: 18px;
    margin-top: 25px;
  }
}
.price .cont__wrap {
  margin: 15px 0;
  border: 2px solid #ce8b23;
  border-radius: 6px;
  padding: 15px 10px;
}
@media screen and (min-width: 400px) {
  .price .cont__wrap {
    margin: 20px 0;
    padding: 20px 10px;
  }
}
@media screen and (min-width: 500px) {
  .price .cont__wrap {
    margin: 25px 0;
    padding: 20px;
  }
}
@media screen and (min-width: 780px) {
  .price .cont__wrap {
    margin: 40px 0;
    border: 4px solid #ce8b23;
    padding: 30px 25px;
  }
}
.price .cont__main-ttl {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #ff0000;
}
@media screen and (min-width: 400px) {
  .price .cont__main-ttl {
    font-size: 19px;
  }
}
@media screen and (min-width: 500px) {
  .price .cont__main-ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 780px) {
  .price .cont__main-ttl {
    font-size: 36px;
  }
}
.price .cont__ttl {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  padding: 5px;
  text-align: center;
  background-color: #f8dca6;
  border: 1px solid #cb8b30;
}
@media screen and (min-width: 400px) {
  .price .cont__ttl {
    font-size: 19px;
  }
}
@media screen and (min-width: 500px) {
  .price .cont__ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 780px) {
  .price .cont__ttl {
    font-size: 26px;
    padding: 5.5px 5px;
    margin: 25px auto 0;
  }
}
.price .cont__txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 400px) {
  .price .cont__txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .price .cont__txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .price .cont__txt {
    font-size: 18px;
    margin: 10px auto 0;
  }
}

/* area */
.area__txt {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 15px;
}
@media screen and (min-width: 500px) {
  .area__txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .area__txt {
    line-height: 1.5555;
    font-size: 18px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 780px) {
  .area__pref {
    margin: 25px 0;
  }
}
.area__pref-name {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
  margin-top: 15px;
  color: #fe7542;
  border: 2px solid #fe7542;
  display: block;
}
@media screen and (min-width: 400px) {
  .area__pref-name {
    font-size: 19px;
  }
}
@media screen and (min-width: 780px) {
  .area__pref-name {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 5px;
  }
}
.area__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (min-width: 780px) {
  .area__wrap {
    margin-bottom: 15px;
  }
}
.area__item {
  width: 48%;
  color: #007bd7;
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 500px) {
  .area__item {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .area__item {
    margin-top: 15px;
    width: 33.3333%;
    font-size: 18px;
  }
}
.area__item a {
  display: block;
}

/* catch */
.catch__top {
  background-color: #fe7542;
  padding: 20px 0;
}
@media screen and (min-width: 400px) {
  .catch__top {
    padding: 20px 0;
  }
}
@media screen and (min-width: 500px) {
  .catch__top {
    padding: 25px 0;
  }
}
@media screen and (min-width: 780px) {
  .catch__top {
    padding: 20px 0;
  }
}
.catch__top-txt1 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 7px 0;
  border: 1px solid #ffffff;
  margin-bottom: 15px;
}
@media screen and (min-width: 400px) {
  .catch__top-txt1 {
    font-size: 23px;
    padding: 9px 0;
  }
}
@media screen and (min-width: 500px) {
  .catch__top-txt1 {
    font-size: 27px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 780px) {
  .catch__top-txt1 {
    font-size: 24px;
    padding: 10px 0;
    margin: 0 1% 17px 0;
    width: 48.5%;
    display: inline-block;
    border: 2px solid #ffffff;
  }
}
@media screen and (min-width: 950px) {
  .catch__top-txt1 {
    font-size: 30px;
  }
}
.catch__top-txt2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 7px 0;
  border: 1px solid #ffffff;
  margin-bottom: 15px;
}
@media screen and (min-width: 400px) {
  .catch__top-txt2 {
    font-size: 23px;
    padding: 9px 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 500px) {
  .catch__top-txt2 {
    font-size: 27px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 780px) {
  .catch__top-txt2 {
    font-size: 24px;
    padding: 10px 0;
    margin: 0 0 17px 1%;
    width: 48.5%;
    display: inline-block;
    border: 2px solid #ffffff;
  }
}
@media screen and (min-width: 950px) {
  .catch__top-txt2 {
    font-size: 30px;
  }
}
.catch__top-txt3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fbd633;
  margin-bottom: 15px;
}
@media screen and (min-width: 400px) {
  .catch__top-txt3 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 500px) {
  .catch__top-txt3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 780px) {
  .catch__top-txt3 {
    line-height: 1.4285;
    font-size: 28px;
    margin-bottom: 15px;
  }
}
.catch__top-tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  border: 2px solid #e25621;
  border-radius: 11px;
  margin-bottom: 15px;
  padding: 7px 0;
}
@media screen and (min-width: 400px) {
  .catch__top-tel-wrap {
    padding: 6px 0;
  }
}
@media screen and (min-width: 500px) {
  .catch__top-tel-wrap {
    padding: 5px 0;
  }
}
@media screen and (min-width: 780px) {
  .catch__top-tel-wrap {
    margin: 0 auto 20px;
    padding: 3px 0;
    width: 80%;
    border: 4px solid #e25621;
    border-radius: 20px;
  }
}
.catch__top-tel-wrap .tel {
  font-size: 25px;
  font-weight: 600;
  color: #fe7542;
  display: block;
}
@media screen and (min-width: 400px) {
  .catch__top-tel-wrap .tel {
    font-size: 35px;
  }
}
@media screen and (min-width: 500px) {
  .catch__top-tel-wrap .tel {
    font-size: 38px;
  }
}
@media screen and (min-width: 780px) {
  .catch__top-tel-wrap .tel {
    font-size: 50px;
  }
}
.catch__top-tel-image {
  width: 10%;
  margin-right: 10px;
  min-width: 44px;
}
@media screen and (min-width: 780px) {
  .catch__top-tel-image {
    width: 9.5%;
    margin-right: 15px;
  }
}
.catch__top-txt4 {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 400px) {
  .catch__top-txt4 {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .catch__top-txt4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 780px) {
  .catch__top-txt4 {
    font-size: 24px;
  }
}
.catch__btm {
  background-color: #fcdbbf;
  padding: 10px 0;
}
@media screen and (min-width: 400px) {
  .catch__btm {
    padding: 15px 0 10px;
  }
}
.catch__btm-txt5 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .catch__btm-txt5 {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 500px) {
  .catch__btm-txt5 {
    font-size: 24px;
  }
}
@media screen and (min-width: 780px) {
  .catch__btm-txt5 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.catch__btm-txt5 .red {
  color: #ff0000;
}
.catch__btm-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  background-color: #ffffff;
  margin-bottom: 5px;
}
@media screen and (min-width: 400px) {
  .catch__btm-card-wrap {
    padding: 6px 0;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 780px) {
  .catch__btm-card-wrap {
    padding: 5px 0;
    margin: 0 auto 10px;
    width: 81%;
  }
}
.catch__btm-card-txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 400px) {
  .catch__btm-card-txt {
    font-size: 20px;
  }
}
@media screen and (min-width: 500px) {
  .catch__btm-card-txt {
    font-size: 23px;
  }
}
@media screen and (min-width: 780px) {
  .catch__btm-card-txt {
    font-size: 38px;
  }
}
.catch__btm-card-image {
  width: 40%;
}
@media screen and (min-width: 400px) {
  .catch__btm-card-image {
    width: 45%;
  }
}
@media screen and (min-width: 780px) {
  .catch__btm-card-image {
    width: 40%;
  }
}
.catch__btm-card-image img {
  vertical-align: middle;
}
.catch__btm-txt7 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .catch__btm-txt7 {
    font-size: 20px;
  }
}
@media screen and (min-width: 500px) {
  .catch__btm-txt7 {
    font-size: 23px;
  }
}
@media screen and (min-width: 780px) {
  .catch__btm-txt7 {
    font-size: 30px;
  }
}

.service {
  padding: 20px 15px;
  margin-top: 30px;
  border: 2px solid #ce8b23;
  border-radius: 5px;
}
@media screen and (min-width: 780px) {
  .service {
    margin-top: 50px;
    padding: 30px 15px;
  }
}
.service__item-ttl {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .service__item-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 500px) {
  .service__item-ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 500px) {
  .service__item-ttl {
    font-size: 25px;
  }
}
.service__item-txt {
  font-size: 12px;
  line-height: 1.7;
  padding-top: 20px;
}
@media screen and (min-width: 400px) {
  .service__item-txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .service__item-txt {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .service__item-txt {
    padding-top: 19px;
  }
}
.service__btn {
  font-size: 17px;
  font-weight: 600;
  display: block;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  padding: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 500px) {
  .service__btn {
    font-size: 20px;
  }
}
@media screen and (min-width: 780px) {
  .service__btn {
    font-size: 23px;
    padding: 15px;
    border-radius: 20px;
  }
}
.service .blue1 {
  background-color: #057bc4;
}
.service .blue2 {
  background-color: #a05918;
}
.service .red1 {
  background-color: #ea1616;
}
.service .red2 {
  background-color: #fe7542;
}

.best__service {
  padding: 20px 0;
  background-color: #fef6e2;
}
@media screen and (min-width: 780px) {
  .best__service {
    padding: 30px 0;
  }
}
.best__service-ttl {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  background-color: #fde6ac;
  border-radius: 4px;
  width: 95%;
  padding: 5px;
  margin: 0 auto;
}
@media screen and (min-width: 400px) {
  .best__service-ttl {
    font-size: 17px;
  }
}
@media screen and (min-width: 500px) {
  .best__service-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 780px) {
  .best__service-ttl {
    font-size: 32px;
    border-radius: 10px;
  }
}
.best__service-item {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .best__service-item {
    margin-top: 25px;
  }
}
.best__service-item-ttl {
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-decoration: underline;
}
@media screen and (min-width: 400px) {
  .best__service-item-ttl {
    font-size: 17px;
  }
}
@media screen and (min-width: 500px) {
  .best__service-item-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 780px) {
  .best__service-item-ttl {
    font-size: 28px;
  }
}
.best__service-item-txt {
  font-size: 12px;
}
@media screen and (min-width: 400px) {
  .best__service-item-txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .best__service-item-txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 780px) {
  .best__service-item-txt {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.common__trigger-btn {
  display: block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.common__trigger-btn .triangle {
  display: block;
  margin-left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #101010 transparent transparent transparent;
}
@media screen and (min-width: 500px) {
  .common__trigger-btn .triangle {
    border-width: 13px 7.5px 0 7.5px;
  }
}
@media screen and (min-width: 500px) {
  .common__trigger-btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 780px) {
  .common__trigger-btn {
    display: none;
  }
}
.common__hidden {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.common__hidden:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}
@media screen and (min-width: 780px) {
  .common__hidden {
    height: auto;
  }
}
.common__trigger {
  display: none; /*チェックボックスは常に非表示*/
}

.common__trigger:checked ~ .common__trigger-btn .triangle {
  display: block;
  margin-left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #101010 transparent;
}
@media screen and (min-width: 500px) {
  .common__trigger:checked ~ .common__trigger-btn .triangle {
    border-width: 0 7.5px 13px 7.5px;
  }
}

.common__trigger:checked ~ .common__hidden {
  height: auto; /*チェックされていたら、高さを戻す*/
}

.common__trigger:checked ~ .common__hidden::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.g_frame {
  border: solid 1px #c7c7c7;
  border-radius: 4px;
  background-color: #f4f4f4;
  padding: 14px;
  margin-top: 20px;
}
@media screen and (min-width: 780px) {
  .g_frame {
    padding: 25px;
    margin-top: 25px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 781px) {
  table {
    font-size: 15px;
    line-height: 1.7;
  }
}
table th,
table td {
  padding: 8px 12px;
  border: solid 1px #101010;
}

@media only screen and (max-width: 781px) {
  .none-max-t {
    display: none !important;
  }
}
@media only screen and (min-width: 781px) {
  .none-min-t {
    display: none !important;
  }
}

.knowledge-card {
  margin-top: 25px;
}
.knowledge-card:first-of-type {
  margin-top: 0;
}
.knowledge-card_permalink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 6px;
  padding: 25px 35px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 781px) {
  .knowledge-card_permalink {
    padding: 15px 15px 0 15px;
  }
}
.knowledge-card_permalink:hover {
  opacity: 0.7;
}
.knowledge-card_thumbnailc {
  overflow: hidden;
  min-width: 184px;
  height: 123px;
  aspect-ratio: 184/123;
}
@media only screen and (max-width: 781px) {
  .knowledge-card_thumbnailc {
    min-width: 140px;
    height: 103px;
    aspect-ratio: 140/103;
  }
}
.knowledge-card_thumbnail {
  display: inline-block !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  text-align: top !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.knowledge-card_content {
  margin-left: 25px;
}
@media only screen and (max-width: 781px) {
  .knowledge-card_content {
    margin-left: 15px;
  }
}
.knowledge-card_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 0 !important;
}
.knowledge-card_lead_rel {
  display: inline-block;
  border: 1px solid #1752a2;
  padding: 5px 20px;
  background-color: #fff;
  color: #1752a2;
}
@media only screen and (max-width: 781px) {
  .knowledge-card_lead_rel {
    padding: 2px 10px;
    font-size: 14px;
  }
}
.knowledge-card_lead_recommend {
  display: inline-block;
  color: #1752a2;
}
.knowledge-card_lead_arrow {
  display: inline-block;
  margin-left: 20px;
  color: #1752a2;
}
.knowledge-card_ttl {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 781px) {
  .knowledge-card_ttl {
    margin-top: 10px;
    font-size: 14px;
  }
}

.cta_btn_area {
  margin: 45px 0;
}
@media only screen and (max-width: 781px) {
  .cta_btn_area {
    margin: 20px 0 30px;
  }
}
.cta_btn_area .cta_btn {
  display: block;
  width: 60%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 19px 20px 18px;
  height: 70px;
  border-radius: 35px;
  margin: 0 auto;
}
@media only screen and (max-width: 781px) {
  .cta_btn_area .cta_btn {
    width: 92%;
    font-size: 14px;
    height: 50px;
    border-radius: 30px;
    padding: 14px 10px 0;
  }
}
.cta_btn_area .cta1 {
  background-color: #d9887a;
}
.cta_btn_area .cta1:active {
  background-color: #ff9300;
}
.cta_btn_area .cta2 {
  background-color: #61bee2;
}
.cta_btn_area .cta2:active {
  background-color: #ff9300;
}
.cta_btn_area .cta3 {
  background-color: #f8d340;
  color: #000;
}
.cta_btn_area .cta3:active {
  background-color: #000;
  color: #f8d340;
}
.cta_btn_area .cta4 {
  background-color: #56b52e;
}
.cta_btn_area .cta4:active {
  background-color: #ff9300;
}
.cta_btn_area .cta5,
.cta_btn_area .cta7,
.cta_btn_area .cta9 {
  background-color: #ff9300;
  border: solid 2px #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.cta_btn_area .cta5:active,
.cta_btn_area .cta7:active,
.cta_btn_area .cta9:active {
  background-color: #f0a53f;
}
.cta_btn_area .cta6 {
  border: solid 2px #ff9300;
  background-color: #fff;
  color: #ff9300;
}
@media only screen and (max-width: 781px) {
  .cta_btn_area .cta6 {
    padding: 13px 10px 0;
  }
}
.cta_btn_area .cta6:active {
  background-color: #ff9300;
  color: #fff;
}

.cba5,
.cba7,
.cba9 {
  padding: 30px !important;
  background-color: #ffffd3;
}
@media only screen and (max-width: 781px) {
  .cba5,
  .cba7,
  .cba9 {
    padding: 20px 22px 24px !important;
  }
}
.cba5 h4,
.cba7 h4,
.cba9 h4 {
  font-size: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  color: #ff9300;
  text-align: center;
}
@media only screen and (max-width: 781px) {
  .cba5 h4,
  .cba7 h4,
  .cba9 h4 {
    font-size: 20px !important;
    line-height: 1.6;
  }
}
.cba5 > p,
.cba7 > p,
.cba9 > p {
  text-align: center;
  font-size: 18px !important;
  margin: 5px 0 !important;
}
@media only screen and (max-width: 781px) {
  .cba5 > p,
  .cba7 > p,
  .cba9 > p {
    font-size: 14px !important;
    margin: 10px 0 !important;
  }
}

.cba7 {
  margin: 0 !important;
}

.cba9 {
  margin: 20px 0 0 !important;
}

.frame_01 {
  border: solid 1px #acacac;
  background-color: #ffffea;
  border-radius: 4px;
  padding: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 781px) {
  .frame_01 {
    padding: 15px;
  }
}

.localarea_info h4 {
  font-size: 18px;
}
@media only screen and (max-width: 781px) {
  .localarea_info h4 {
    font-size: 16px;
    padding-bottom: 6px !important;
    line-height: 1.5;
  }
}
.localarea_info h5 {
  font-size: 16px;
}
@media only screen and (max-width: 781px) {
  .localarea_info h5 {
    font-size: 14px;
  }
}
.localarea_info_txt {
  font-size: 16px;
  padding: 0 !important;
  margin-top: 10px;
}
@media only screen and (max-width: 781px) {
  .localarea_info_txt {
    font-size: 14px;
    margin-top: 8px;
  }
}

.cta_banner_area {
  margin: 45px 0;
}
@media only screen and (max-width: 781px) {
  .cta_banner_area {
    margin: 20px 0 30px;
  }
}
.cta_banner_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 781px) {
  .cta_banner_area ul {
    display: block;
  }
}
.cta_banner_area ul li {
  width: 49%;
}
@media only screen and (max-width: 781px) {
  .cta_banner_area ul li {
    width: 100%;
  }
}
.cta_banner_area ul li a img {
  width: 100%;
  margin: 0 !important;
}
@media only screen and (max-width: 781px) {
  .cta_banner_area ul li.banner_2 {
    display: none;
  }
}

.supervisor {
  margin-top: 40px;
  padding: 30px 40px;
  background-color: #f7faff;
  border: solid 2px #1752a2;
  border-radius: 8px;
}
@media only screen and (max-width: 781px) {
  .supervisor {
    margin-top: 20px;
    padding: 20px 25px 25px;
  }
}
.supervisor_ttl {
  font-size: 20px;
  border-bottom: solid 1px #a2a2a2;
  padding-bottom: 10px;
}
@media only screen and (max-width: 781px) {
  .supervisor_ttl {
    font-size: 16px;
    text-align: center;
  }
}
.supervisor .lead {
  margin-top: 20px;
  padding: 0;
}
.supervisor .item {
  margin-top: 20px;
}
.supervisor .item dt {
  margin-top: 15px;
  font-weight: 700;
}
.supervisor .item dt:first-child {
  margin-top: 0;
}
.supervisor .item dd {
  margin-top: 5px;
}

.frame00 {
  padding: 15px 20px 5px;
  margin-bottom: 28px;
  border: solid 1px #d0d0d0;
  background-color: #fffcf4;
}
@media only screen and (max-width: 781px) {
  .frame00 {
    margin-bottom: 15px;
  }
}

.only__sp__tab {
  display: none;
}
@media only screen and (max-width: 781px) {
  .only__sp__tab {
    display: block;
  }
}

/* popup */
.body--popup {
  overflow: hidden;
}

.popup {
  display: none;
}

.active--popup {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.4);
}
.active--popup .popup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.active--popup .popup__content {
  position: relative;
  max-width: 360px;
  width: 100%;
  background-color: #fff;
}
.active--popup .popup__content .close {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: solid 2px #707070;
  background-color: #fff;
}
.active--popup .popup__content .close::before, .active--popup .popup__content .close::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #707070;
}
.active--popup .popup__content .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.active--popup .popup__content .close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.active--popup .popup__content .imgc {
  width: 100%;
  height: 200px;
}
.active--popup .popup__content .main {
  padding: 15px 15px 30px;
}
.active--popup .popup__content .main__txt {
  text-align: center;
}
.active--popup .popup__content .main__txt__red {
  color: #de0301;
}
.active--popup .popup__content .main__link {
  display: block;
  max-width: 296px;
  width: 100%;
  padding: 10px;
  margin: 14px auto 0;
  border-radius: 25px;
  background-color: #5e89f5;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.active--popup .popup__close {
  cursor: pointer;
  max-width: 360px;
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}

/* end popup */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  color: #101010;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  padding-bottom: 90px;
  background-color: #fff !important;
}
@media screen and (max-width: 1024px) {
  body {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  body {
    padding-bottom: 86px;
  }
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 3%;
  }
}
@media screen and (max-width: 599px) {
  .wrapper {
    padding: 0 15px;
  }
}

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

.tab {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .tab {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
}

.tab-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tab-sp {
    display: block !important;
  }
}

.l-breadcrumb {
  background: #f4f4f4;
  border-bottom: 1px solid #ccc;
}
.l-breadcrumb__inner {
  padding: 15px 0 13px;
}
@media screen and (max-width: 599px) {
  .l-breadcrumb__inner {
    padding: 10px 0;
  }
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.l-breadcrumb__list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 599px) {
  .l-breadcrumb__list {
    font-size: 12px;
  }
}
.l-breadcrumb__item {
  color: #575757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 12px;
}
.l-breadcrumb__item a {
  color: #0070c0;
  text-decoration: underline;
}
.l-breadcrumb__item a:hover {
  opacity: 0.68;
  text-decoration: none;
}
.l-breadcrumb__item:last-child {
  color: #666;
  font-weight: normal;
}

.main-container {
  padding: 60px 0 120px;
  min-height: calc(100vh - 450px);
}
@media screen and (max-width: 1024px) {
  .main-container {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .main-container {
    padding: 30px 0 80px;
  }
}

.h1-ttl {
  width: 100%;
  font-size: clamp(1.25rem, 1.5vw + 0.875rem, 2rem);
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .h1-ttl {
    line-height: 1.6;
  }
}

.l-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .l-content-area {
    margin-top: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .l-content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    gap: 0;
  }
}

.article-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: auto;
}
@media screen and (max-width: 599px) {
  .article-content {
    width: 100%;
  }
}
.article-content > *:first-child {
  margin-top: 0 !important;
}

.c-content-list {
  margin-top: 40px;
  padding: 30px 40px;
  background: #f8f8f8;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .c-content-list {
    margin-top: 30px;
    padding: 20px 25px;
  }
}
.c-content-list li {
  position: relative;
  list-style: none;
  padding-left: 1.5em;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .c-content-list li {
    font-size: 15px;
    line-height: 1.65;
  }
}
.c-content-list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .c-content-list li + li {
    margin-top: 10px;
  }
}
.c-content-list li::before {
  position: absolute;
  left: 0;
  color: #FE7542;
  font-weight: 700;
}
.c-content-list li > a {
  color: #0070c0;
  text-decoration: underline;
}
.c-content-list li > a:hover {
  opacity: 0.68;
}
.c-content-list.is-ul li::before {
  content: "";
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: #FE7542;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .c-content-list.is-ul li::before {
    top: 0.55em;
    width: 6px;
    height: 6px;
  }
}
.c-content-list.is-ol {
  counter-reset: item;
}
.c-content-list.is-ol li {
  counter-increment: item;
}
.c-content-list.is-ol li::before {
  content: counter(item);
  top: 0;
  font-size: 1.1em;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .c-content-list.is-ol li::before {
    line-height: 1.55;
  }
}

.header {
  position: sticky;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  max-width: 964px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.header__top-txt {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  padding: 5px 0;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 400px) {
  .header__top-txt {
    font-size: 14px;
    height: 30px;
  }
}
@media screen and (min-width: 500px) {
  .header__top-txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 600px) {
  .header__top-txt {
    font-size: 20px;
    height: 40px;
  }
}
@media screen and (min-width: 780px) {
  .header__top-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    height: 26px;
  }
}
.header__mid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.header__mid-image {
  margin: 10px 0 10px 10px;
  max-width: 195px;
  width: 45%;
  display: block;
}
@media only screen and (max-width: 781px) {
  .header__mid-image {
    width: 35%;
  }
}
.header__mid-image img {
  vertical-align: text-top;
}
.header__mid-txt {
  margin-left: auto;
  margin-right: 18px;
  width: 100%;
  max-width: 115px;
}
@media screen and (min-width: 780px) {
  .header__mid-txt {
    margin-right: 10px;
    width: 75%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
  }
}
.header__mid-txt .txt {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.7;
  color: #ff0000;
  display: block;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .header__mid-txt .txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 500px) {
  .header__mid-txt .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .header__mid-txt .txt {
    font-size: 19px;
  }
}
@media screen and (min-width: 780px) {
  .header__mid-txt .txt {
    margin-right: 10px;
    line-height: 1.2;
    font-size: 20px;
  }
}
.header__mid-txt .txt .small {
  font-size: 0.74em;
  font-weight: normal;
  color: #000;
}
.header__mid-txt .tel {
  color: #ffffff;
  padding: 5px;
  background-color: #ff0000;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .header__mid-txt .tel {
    max-width: none;
    width: 90%;
  }
}
@media screen and (min-width: 780px) {
  .header__mid-txt .tel {
    margin: 0;
    padding: 5px;
    width: 369px;
  }
}
.header__mid-txt .tel .icon {
  max-width: 40px;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__mid-txt .header__tel {
  font-size: 13px;
  font-weight: 600;
  padding-left: 5px;
  color: #fff;
}
@media screen and (min-width: 400px) {
  .header__mid-txt .header__tel {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .header__mid-txt .header__tel {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) {
  .header__mid-txt .header__tel {
    font-size: 26px;
  }
}
@media screen and (min-width: 780px) {
  .header__mid-txt .header__tel {
    font-size: 36px;
    line-height: 1.25;
  }
}
.header .free-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
  border-radius: 6px;
  padding: 6px 10px;
  width: 100%;
  background-color: #ff0000;
}
.header .free-tel > .txt {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.header .free-tel > .img-c img {
  width: 100%;
  height: auto;
}
.header .free-tel > .img-c {
  width: 17px;
}
.header .nav {
  width: 100%;
  background-color: #fbd634;
}
@media only screen and (max-width: 781px) {
  .header .nav {
    margin: 5px 15px 0 0;
    width: 100%;
    max-width: 35px;
    background-color: #fff;
  }
}
.header .nav .ham-btn {
  display: block;
  width: 100%;
}
.header .nav .ham-btn > .line-c {
  position: relative;
  display: block;
  height: 23px;
}
.header .nav .ham-btn > .line-c > .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.02s;
  transition: 0.02s;
}
.header .nav .ham-btn > .line-c > .line:nth-of-type(1) {
  top: 0;
}
.header .nav .ham-btn > .line-c > .line:nth-of-type(2), .header .nav .ham-btn > .line-c > .line:nth-of-type(3) {
  top: calc(50% - 1px);
}
.header .nav .ham-btn > .line-c > .line:nth-of-type(4) {
  top: calc(100% - 2px);
}
.header .nav .ham-btn > .txt {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}
.header .nav .ham-btn.act > .line-c > .line:nth-of-type(1) {
  display: none;
}
.header .nav .ham-btn.act > .line-c > .line:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .nav .ham-btn.act > .line-c > .line:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .nav .ham-btn.act > .line-c > .line:nth-of-type(4) {
  display: none;
}
.header .nav .ham-btn.act + .inner {
  display: block;
}
@media only screen and (max-width: 781px) {
  .header .nav > .inner {
    display: none;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 10px 10px;
    width: 100%;
    height: calc(100vh - 87px);
    background: rgba(0, 0, 0, 0.85);
  }
}
.header .nav > .inner > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 781px) {
  .header .nav > .inner > .list {
    display: block;
    margin: 0 auto;
    width: 145px;
  }
}
.header .nav > .inner > .list > .item {
  padding: 10px 0;
}
@media only screen and (max-width: 781px) {
  .header .nav > .inner > .list > .item {
    border-top: 1px solid #fff;
    padding: 0;
    text-align: center;
  }
}
.header .nav > .inner > .list > .item > .link {
  display: block;
  border-left: 1px solid #101010;
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 781px) {
  .header .nav > .inner > .list > .item > .link {
    padding: 17px 10px;
    color: #fff;
  }
}
@media only screen and (max-width: 781px) {
  .header .nav > .inner > .list > .item:first-of-type {
    border-top: none;
  }
}
.header .nav > .inner > .list > .item:first-of-type > .link {
  border-left: none;
}
.header .nav > .inner > .tel-c {
  margin: 30px auto 0;
  max-width: 290px;
  text-align: center;
  font-weight: bold;
}
.header .nav > .inner > .tel-c > .tel-btn {
  display: block;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 13px 10px 10px;
  width: 100%;
  background-color: #fe7542;
}
.header .nav > .inner > .tel-c > .tel-btn > .txt {
  display: block;
  line-height: 1.4;
  font-size: 15px;
  color: #fff;
}
.header .nav > .inner > .tel-c > .tel-btn > .number {
  display: block;
  font-size: 28px;
  color: #fbd634;
}
.header .nav > .inner > .tel-c > .txt {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

body:has(#nav-toggle:checked) .f-sticky {
  display: none !important;
}

.u-none {
  display: none !important;
}

.l-header {
  width: 100%;
  border-bottom: solid 1px #ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header:has(#nav-toggle:checked) {
  -webkit-transform: none !important;
          transform: none !important;
}
.l-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header__top-bar {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1003;
}
@media screen and (max-width: 599px) {
  .l-header__top-bar {
    font-size: 11px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  position: relative;
  z-index: 1002;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .l-header__inner {
    padding: 8px 0;
  }
}
.l-header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-header__logo img {
  width: 182px;
}
@media screen and (max-width: 599px) {
  .l-header__logo img {
    width: 170px;
  }
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .l-header__nav-list {
    gap: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .l-header__nav-list {
    display: none;
  }
}
.l-header__nav-list a:hover {
  color: #f39800;
}
@media screen and (max-width: 599px) {
  .l-header__sp-actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.l-header__btn-red {
  background: #ff0000;
  color: #fff;
  border-radius: 5px;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  position: relative;
  z-index: 1003;
}
.l-header__btn-red img {
  width: 17px;
  height: auto;
}
.l-header__menu-btn {
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  position: relative;
  z-index: 1003;
  display: block;
  min-width: 40px;
}
.l-header__menu-btn .l-header__menu-icon {
  width: 28px;
  height: 18px;
  position: relative;
  margin: 0 auto;
}
.l-header__menu-btn .l-header__menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__menu-btn .l-header__menu-icon span:nth-child(1) {
  top: 0;
}
.l-header__menu-btn .l-header__menu-icon span:nth-child(2) {
  top: 8px;
}
.l-header__menu-btn .l-header__menu-icon span:nth-child(3) {
  top: 16px;
}
.l-header__menu-btn .l-header__menu-text {
  font-size: 10px;
  font-weight: 500;
  color: #101010;
  margin-top: 4px;
  position: relative;
  height: 12px;
  text-transform: uppercase;
}
.l-header__menu-btn .l-header__menu-text span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.l-header__menu-btn .l-header__menu-text span.is-menu {
  opacity: 1;
  visibility: visible;
}
.l-header__menu-btn .l-header__menu-text span.is-close {
  opacity: 0;
  visibility: hidden;
}
.l-header__sp-menu {
  display: none;
}
@media screen and (max-width: 599px) {
  .l-header__sp-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .l-header__sp-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
  }
  .l-header__sp-menu-inner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 62%;
    height: 100%;
    background: #1a1a1a;
    padding: 90px 0 50px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__sp-menu-list {
    width: 100%;
  }
  .l-header__sp-menu-list li {
    width: 74%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  .l-header__sp-menu-list li:last-child {
    border-bottom: none;
  }
  .l-header__sp-menu-list li a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
  .l-header__sp-menu-cta {
    margin-top: 5px;
    text-align: center;
    width: 85%;
    position: relative;
    z-index: 10;
  }
  .l-header__sp-menu-cta .l-header__sp-menu-character {
    width: 100px;
    margin: 0 auto;
  }
  .l-header__sp-menu-cta .l-header__sp-menu-character img {
    width: 100%;
    height: auto;
  }
  .l-header__sp-menu-cta .l-header__sp-menu-btn-orange {
    display: block;
    background: #fe7542;
    border: solid 2px #fff;
    color: #fff;
    padding: 15px 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    z-index: 5;
  }
  .l-header__sp-menu-cta .l-header__sp-menu-btn-orange .sub {
    font-size: 13px;
    display: block;
  }
  .l-header__sp-menu-cta .l-header__sp-menu-btn-orange .main {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-top: 7px;
  }
  .l-header__sp-menu-cta .l-header__sp-menu-btn-orange .note {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-top: 2px;
  }
  .l-header__sp-menu-cta .l-header__sp-menu-note {
    color: #fff;
    font-size: 12px;
    margin-top: 13px;
  }
}
.l-header #nav-toggle:checked ~ .l-header__sp-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header #nav-toggle:checked ~ .l-header__sp-menu .l-header__sp-menu-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header #nav-toggle:checked ~ .l-header__inner .l-header__menu-icon span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header #nav-toggle:checked ~ .l-header__inner .l-header__menu-icon span:nth-child(2) {
  opacity: 0;
}
.l-header #nav-toggle:checked ~ .l-header__inner .l-header__menu-icon span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header #nav-toggle:checked ~ .l-header__inner .l-header__menu-text .is-menu {
  opacity: 0;
  visibility: hidden;
}
.l-header #nav-toggle:checked ~ .l-header__inner .l-header__menu-text .is-close {
  opacity: 1;
  visibility: visible;
}

/* footer */
.footer__top {
  background-color: #fbd633;
  padding: 20px 0;
}
@media screen and (min-width: 780px) {
  .footer__top {
    padding: 30px 0;
  }
}
.footer__top-ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .footer__top-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 500px) {
  .footer__top-ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 780px) {
  .footer__top-ttl {
    font-size: 26px;
    line-height: 1.5;
  }
}
.footer__top-txt1 {
  font-size: 13px;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .footer__top-txt1 {
    font-size: 15px;
  }
}
@media screen and (min-width: 500px) {
  .footer__top-txt1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .footer__top-txt1 {
    font-size: 18px;
    margin-top: 25px;
  }
}
.footer__top-txt2 {
  font-size: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .footer__top-txt2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 500px) {
  .footer__top-txt2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 780px) {
  .footer__top-txt2 {
    font-size: 22px;
    margin-top: 40px;
  }
}
.footer__btm {
  background-color: #101010;
  padding: 15px 0;
}
@media screen and (min-width: 400px) {
  .footer__btm {
    padding: 20px 0;
  }
}
@media screen and (min-width: 780px) {
  .footer__btm {
    padding: 20px 0;
  }
}
.footer__btm-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__btm-item {
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
  width: 50%;
  font-size: 15px;
}
@media screen and (min-width: 500px) {
  .footer__btm-item {
    font-size: 17px;
  }
}
@media screen and (min-width: 780px) {
  .footer__btm-item {
    width: 33.3333%;
    font-size: 18px;
  }
}
.footer__btm-item:nth-child(n+3) {
  padding-top: 10px;
}
@media screen and (min-width: 400px) {
  .footer__btm-item:nth-child(n+3) {
    padding-top: 15px;
  }
}
@media screen and (min-width: 780px) {
  .footer__btm-item:nth-child(n+3) {
    padding-top: 0;
  }
}
.footer__btm-item a {
  display: block;
}
@media screen and (min-width: 780px) {
  .footer__btm-item a {
    margin: 7px 0;
  }
}
.footer__middle {
  margin-top: 20px;
}
.footer__middle-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 400px) {
  .footer__middle-ttl {
    font-size: 20px;
  }
}
.footer__middle-list {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 10px;
}
@media screen and (min-width: 400px) {
  .footer__middle-list {
    margin-top: 15px;
    gap: 15px 10px;
  }
}
.footer__middle-list-item {
  text-align: center;
  width: calc((100% - 40px) / 5);
}
.footer__middle-list-item a {
  font-size: 14.6px;
  text-decoration: underline;
}
@media screen and (min-width: 400px) {
  .footer__middle-list-item a {
    font-size: 18px;
  }
}
.footer__middle-list-item a:hover {
  opacity: 0.7;
}

.copyright {
  font-size: 10px;
  padding: 15px 0;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .copyright {
    font-size: 16px;
    padding: 32px 0;
    text-align: center;
    margin-bottom: 0;
  }
}

.l-footer {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.f-top {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0;
}
@media screen and (max-width: 599px) {
  .f-top {
    padding: 30px 0;
  }
}
.f-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .f-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.f-top__logo {
  margin-top: 0;
  width: 292px;
}
@media screen and (max-width: 1024px) {
  .f-top__logo {
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 599px) {
  .f-top__logo {
    width: 200px;
  }
}
.f-top__logo a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.f-top__logo a:hover {
  opacity: 0.68;
  opacity: 0.7;
}
.f-top__logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 599px) {
  .f-top__logo img {
    width: 100%;
  }
}

.f-nav {
  max-width: 645px;
}
@media screen and (max-width: 1024px) {
  .f-nav {
    width: 65%;
    max-width: none;
  }
}
@media screen and (max-width: 599px) {
  .f-nav {
    margin-top: 40px;
    width: 100%;
  }
}
.f-nav__list {
  margin-top: -20px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .f-nav__list {
    width: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  .f-nav__list {
    width: 100%;
    margin-inline: auto;
    padding-top: 0;
  }
}
.f-nav__list li {
  margin-top: 20px;
  margin-right: 50px;
  width: auto;
}
.f-nav__list li:nth-child(5), .f-nav__list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .f-nav__list li {
    margin-top: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .f-nav__list li {
    margin-top: 15px;
    margin-right: 0;
  }
  .f-nav__list li:nth-child(odd) {
    width: 48%;
  }
  .f-nav__list li:nth-child(even) {
    width: 52%;
  }
}
.f-nav__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}
.f-nav__list a:hover {
  opacity: 0.68;
}
.f-nav__list a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-top: 1px solid #FE7542;
  border-right: 1px solid #FE7542;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .f-nav__list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .f-nav__list a {
    font-size: 15px;
  }
}

.f-bottom {
  padding: 40px 0 60px;
}
@media screen and (max-width: 599px) {
  .f-bottom {
    padding: 30px 0;
  }
}
.f-bottom .f-area {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .f-bottom .f-area {
    padding: 25px;
  }
}
.f-bottom .f-area__ttl {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .f-bottom .f-area__ttl {
    font-size: 16px;
  }
}
.f-bottom .f-area__ttl span {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .f-bottom .f-area__ttl span {
    font-size: 14px;
    display: inline-block;
    margin-top: 3px;
  }
}
.f-bottom .f-area__list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 40px;
}
@media screen and (max-width: 599px) {
  .f-bottom .f-area__list {
    margin-top: 20px;
    gap: 10px 20px;
  }
}
.f-bottom .f-area__list a {
  color: #0070c0;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
}
.f-bottom .f-area__list a:hover {
  opacity: 0.68;
}
@media screen and (max-width: 599px) {
  .f-bottom .f-area__list a {
    font-size: 14px;
  }
}
.f-bottom .f-info {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .f-bottom .f-info {
    margin-top: 30px;
  }
}
.f-bottom .f-info__ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #FE7542;
}
@media screen and (max-width: 599px) {
  .f-bottom .f-info__ttl {
    font-size: 18px;
  }
}
.f-bottom .f-info__txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .f-bottom .f-info__txt {
    font-size: 13px;
  }
}

.f-copy {
  background: #FE7542;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .f-copy {
    font-size: 12px;
    padding: 12px;
  }
}

.f-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: #fdf8e6;
  border-top: 1px solid #dcdcdc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
  -webkit-transform: translateY(100%) translateZ(0);
          transform: translateY(100%) translateZ(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .f-sticky {
    background: #fff;
    border-top: none;
  }
}
.f-sticky.is-show {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transform: translateY(0) translateZ(0) !important;
          transform: translateY(0) translateZ(0) !important;
  pointer-events: auto;
}
.f-sticky__pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  height: 90px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .f-sticky__pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .f-sticky__pc {
    height: 70px;
    padding: 0;
  }
}
.f-sticky__pc .f-sticky__lead {
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
  color: #e60012;
  white-space: nowrap;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .f-sticky__pc .f-sticky__lead {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .f-sticky__pc .f-sticky__lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .f-sticky__pc .f-sticky__lead {
    font-size: 15px;
  }
}
.f-sticky__pc .f-sticky__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .f-sticky__pc .f-sticky__group {
    gap: 8px;
  }
}
.f-sticky__pc .f-sticky__tag-white {
  background: #fff;
  border: 1px solid #189d3e;
  color: #189d3e;
  padding: 8px 16px 6px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .f-sticky__pc .f-sticky__tag-white {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .f-sticky__pc .f-sticky__tag-white {
    font-size: 16px;
    padding: 7px 8px 6px;
  }
}
.f-sticky__pc .f-sticky__tag-green {
  background: #189d3e;
  color: #fff;
  padding: 6px 14px 6px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .f-sticky__pc .f-sticky__tag-green {
    padding: 5px 4px 4px;
  }
}
.f-sticky__pc .f-sticky__tag-green span {
  display: block;
}
.f-sticky__pc .f-sticky__tag-green span:first-child {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .f-sticky__pc .f-sticky__tag-green span:first-child {
    font-size: 14px;
  }
}
.f-sticky__pc .f-sticky__tag-green span:last-child {
  font-size: 10px;
}
.f-sticky__pc .f-sticky__tel {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .f-sticky__pc .f-sticky__tel {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .f-sticky__pc .f-sticky__tel {
    font-size: 26px;
  }
}
.f-sticky__sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .f-sticky__sp {
    display: block !important;
    padding: 8px 0 15px;
    background: #fff;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }
}
.f-sticky__sp .f-sticky__note {
  font-size: 11px;
  text-align: center;
  font-weight: 700;
}
.f-sticky__sp .f-sticky__btn {
  display: block;
  margin-top: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#b30000));
  background: linear-gradient(to bottom, #ff0000, #b30000);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 6px 10px 3px;
  text-align: center;
  -webkit-box-shadow: 0 3px 0 #800000;
          box-shadow: 0 3px 0 #800000;
}
.f-sticky__sp .f-sticky__btn-sub {
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
.f-sticky__sp .f-sticky__btn-num {
  margin-top: 3px;
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #fff200;
}

.sidebar {
  width: 282px;
}
@media screen and (max-width: 1024px) {
  .sidebar {
    width: 28%;
  }
}
@media screen and (max-width: 599px) {
  .sidebar {
    width: 100%;
    margin-top: 70px;
  }
}
.sidebar > *:first-child {
  margin-top: 0;
}

.s-area {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .s-area {
    margin-top: 30px;
  }
}
.s-area__link {
  display: block;
}
.s-area__link:hover {
  opacity: 0.68;
}
.s-area__link img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.s-column {
  margin-top: 40px;
  border: 1px solid #f7d34a;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .s-column {
    margin-top: 30px;
  }
}
.s-column__hd {
  background: #f7d34a;
}
.s-column__hd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
  text-decoration: none;
}
.s-column__hd a:hover {
  opacity: 0.68;
}
@media screen and (max-width: 599px) {
  .s-column__hd a {
    padding: 20px 10px;
  }
}
.s-column__ttl {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .s-column__ttl {
    font-size: 18px;
  }
}
.s-column__btn {
  display: inline-block;
  margin-top: 15px;
  background: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .s-column__btn {
    padding: 6px 20px;
    margin-top: 12px;
  }
}
.s-column__item {
  border-top: 1px solid #f7d34a;
}
.s-column__item:first-child {
  border-top: none;
}
.s-column__item a {
  display: block;
  padding: 15px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  text-decoration: none;
}
.s-column__item a:hover {
  opacity: 0.68;
}
.s-column__item a:hover {
  background: #fffcf0;
}
@media screen and (max-width: 599px) {
  .s-column__item a {
    font-size: 14px;
  }
}

.s-service {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .s-service {
    margin-top: 30px;
  }
}
.s-service__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #101010;
}
@media screen and (max-width: 599px) {
  .s-service__ttl {
    font-size: 18px;
  }
}
.s-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .s-service__list {
    gap: 15px;
    margin-top: 15px;
  }
}
.s-service__item a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  line-height: 0;
}
.s-service__item a:hover {
  opacity: 0.68;
}

.s-flow {
  position: relative;
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #FE7542;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .s-flow {
    padding: 30px 20px;
  }
}
.s-flow__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FE7542;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 0.25vw + 0.938rem, 1.125rem);
  padding: 15px 0 12px;
  border-radius: 100px;
  line-height: 1;
}
.s-flow__ttl {
  font-size: clamp(1.062rem, 0.375vw + 0.969rem, 1.25rem);
  line-height: 1.8;
  font-weight: 700;
  margin-top: 10px;
}
.s-flow__list {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .s-flow__list {
    padding: 0 20px;
  }
}
.s-flow__item {
  margin-top: 20px;
}
.s-flow__item:first-child {
  margin-top: 0;
}
.s-flow__item:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 20px auto 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #FFC8B4;
}
.s-flow__img {
  line-height: 0;
}
.s-flow__img img {
  width: 100%;
  height: auto;
}
.s-flow__step-ttl {
  margin-top: 15px;
  color: #FE7542;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .s-flow__step-ttl {
    font-size: 16px;
  }
}
.s-flow__desc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .s-flow__desc {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */