@charset "UTF-8";
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: 1.5;
  position: relative;
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.8;
}
@media (hover: hover) {
  a:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}

p {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

.all-ctt {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 0 140px;
}
@media screen and (max-width: 1200px) {
  .all-ctt {
    -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;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .all-ctt {
    margin: 30px auto 0;
    padding: 0 0 80px;
  }
}

.main-ctt {
  max-width: 888px;
  width: 100%;
}

.side-nav {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .side-nav {
    max-width: 345px;
  }
}
.side-nav > .service-flow {
  padding-block: 20px 30px;
  background-color: #F8FFFE;
  border: 2px solid #B0E0F5;
}
@media screen and (max-width: 768px) {
  .side-nav > .service-flow {
    padding-top: 25px;
  }
}
.side-nav > .service-flow > .wrap {
  max-width: 275px;
  width: calc(100% - 40px);
  margin: auto;
}
.side-nav > .service-flow > .wrap > .top .service {
  position: relative;
  margin-top: -10px;
  padding: 10px 20px;
  background-color: #2359BE;
  border: solid 1px #fff;
  border-radius: 25px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .side-nav > .service-flow > .wrap > .top .service {
    font-size: 18px;
  }
}
.side-nav > .service-flow > .wrap > .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  background: linear-gradient(to top, #94E5FD 0 5px, transparent 5px 100%);
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .side-nav > .service-flow > .wrap > .ttl {
    font-size: 24px;
  }
}
.side-nav > .service-flow > .wrap > .list {
  margin-top: 30px;
}
.side-nav > .service-flow > .wrap > .list .item + .item {
  position: relative;
  margin-top: 20px;
  padding-top: 38px;
}
@media screen and (max-width: 768px) {
  .side-nav > .service-flow > .wrap > .list .item + .item {
    padding-top: 34px;
  }
}
.side-nav > .service-flow > .wrap > .list .item + .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 18px;
  background-color: #2359BE;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .side-nav > .service-flow > .wrap > .list .item + .item::before {
    width: 30px;
    height: 14px;
  }
}
.side-nav > .service-flow > .wrap > .list .item .ttl {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  .side-nav > .service-flow > .wrap > .list .item .ttl {
    margin-top: 10px;
    font-size: 16px;
  }
}
.side-nav > .service-flow > .wrap > .list .item .txt {
  margin-top: 7px;
}
.side-nav > .knowledge {
  margin-top: 40px;
  padding-bottom: 40px;
  border: 2px solid #B0E0F5;
}
.side-nav > .knowledge > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  padding: 15px 15px 0;
  background-color: #E3F7FF;
}
.side-nav > .knowledge > .top .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.side-nav > .knowledge > .top .top-ttl {
  max-width: 140px;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .side-nav > .knowledge > .top .top-ttl {
    max-width: 192px;
  }
}
.side-nav > .knowledge > .top .top-ttl .txt-1 {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .side-nav > .knowledge > .top .top-ttl .txt-1 {
    font-size: 20px;
  }
}
.side-nav > .knowledge > .top .top-ttl .txt-1 .sm {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .side-nav > .knowledge > .top .top-ttl .txt-1 .sm {
    font-size: 16px;
  }
}
.side-nav > .knowledge > .top .top-ttl .txt-2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-inline: 7px;
  font-size: 30px;
  color: #2359BE;
  background: linear-gradient(to top, transparent 0 8px, #FFC9FB 8px 14px, transparent 14px 100%);
}
.side-nav > .knowledge > .top .top-ttl .link {
  display: block;
  margin-top: 13px;
  padding: 5px;
  background-color: #2359BE;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .side-nav > .knowledge > .top .top-ttl .link {
    font-size: 16px;
  }
}
.side-nav > .knowledge > .wrap {
  max-width: 275px;
  width: calc(100% - 40px);
  margin: 30px auto 0;
}
.side-nav > .knowledge > .wrap > .list .item + .item {
  margin-top: 30px;
}
.side-nav > .knowledge > .wrap > .list .item .link:hover .item-ttl {
  color: #2359BE;
}
.side-nav > .knowledge > .wrap > .list .item .link .img {
  width: 100%;
  aspect-ratio: 236/180;
}
.side-nav > .knowledge > .wrap > .list .item .link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.side-nav > .knowledge > .wrap > .list .item .link .item-ttl {
  margin-top: 15px;
  font-weight: 700;
}
.side-nav > .knowledge > .wrap > .to-post-list {
  display: block;
  max-width: 234px;
  width: 100%;
  margin: 40px auto 0;
  padding: 15px 20px;
  background-color: #55BCEA;
  border-radius: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .side-nav > .knowledge > .wrap > .to-post-list {
    font-size: 15px;
  }
}

.container {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.sec-ttl {
  position: relative;
}
.sec-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #55BCEA;
}
.sec-ttl > .ttlc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 60px;
  background-color: #fff;
  border-left: 10px solid #55BCEA;
  border-right: 10px solid #55BCEA;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-ttl > .ttlc {
    padding: 0 30px;
    border-left: 6px solid #55BCEA;
    border-right: 6px solid #55BCEA;
  }
}
.sec-ttl > .ttlc > .ja {
  font-size: 32px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  .sec-ttl > .ttlc > .ja {
    font-size: 22px;
  }
}
.sec-ttl > .ttlc > .en {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .sec-ttl > .ttlc > .en {
    margin-top: 2px;
  }
}

.part-ttl {
  max-width: 582px;
  width: 100%;
  margin: auto;
  padding: 6px 10px 7px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #2359BE;
  font-size: 32px;
  font-weight: 700;
  -webkit-box-shadow: 5px 5px 0 #2359BE;
          box-shadow: 5px 5px 0 #2359BE;
}
@media screen and (max-width: 768px) {
  .part-ttl {
    max-width: 285px;
    padding: 11px 10px 10px;
    font-size: 20px;
  }
}
.part-ttl > .city {
  color: #2359BE;
}

.page-ttl {
  padding-block: 34px;
  background: 16px/16px url("../images/common/page-ttl-bg.webp") repeat #B0E0F5;
  background-position: 0% 0%;
}
@media screen and (max-width: 768px) {
  .page-ttl {
    padding-block: 20px;
  }
}
.page-ttl > .wrap {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.page-ttl > .wrap > .txt {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  .page-ttl > .wrap > .txt {
    font-size: 22px;
  }
}

.font-roboto {
  font-family: "Roboto", "din-2014", sans-serif;
}

@media screen and (max-width: 1024px) {
  .none-max-l {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .none-max-t {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .none-max-ml {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .none-min-l {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .none-min-t {
    display: none;
  }
}
@media screen and (min-width: 426px) {
  .none-min-ml {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .none-min-500 {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  }
}
.header * {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header > .top {
  padding: 15px 0 10px;
}
@media screen and (max-width: 1024px) {
  .header > .top {
    padding: 19px 0;
  }
}
.header > .top > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1024px) {
  .header > .top > .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header > .top > .container > .logo {
  width: 285px;
}
@media screen and (max-width: 1024px) {
  .header > .top > .container > .logo {
    width: 204px;
  }
}
.header > .top > .container > .ctt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .header > .top > .container > .ctt {
    display: none;
  }
}
.header > .top > .container > .ctt > .card {
  border: 1px solid #55BCEA;
}
.header > .top > .container > .ctt > .card > .txt {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 2px 0 4px;
  background-color: #55BCEA;
}
.header > .top > .container > .ctt > .card > .img {
  max-width: 235px;
  width: 100%;
  margin: auto;
  padding: 10px;
}
.header > .top > .container > .ctt > .tel > .numc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header > .top > .container > .ctt > .tel > .numc > .icon {
  width: 55px;
}
.header > .top > .container > .ctt > .tel > .numc > .num {
  font-weight: 700;
}
.header > .top > .container > .ctt > .tel > .txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 24px 5px;
  border: 1px solid #000000;
  border-radius: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
.header > .top > .container > .ctt > .tel > .numc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header > .top > .container > .ctt > .tel > .numc > .num {
  font-size: 38px;
  line-height: 1.3157894737;
  color: #DB2E2E;
}
.header > .top > .container > .ham {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header > .top > .container > .ham {
    position: relative;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background-color: #2359BE;
    border-radius: 4px;
  }
}
.header > .top > .container > .ham > span {
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 28px;
}
.header > .top > .container > .ham > span:nth-of-type(1) {
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header > .top > .container > .ham > span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header > .top > .container > .ham > span:nth-of-type(3) {
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header > .top > .container > .ham.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header > .top > .container > .ham.active span:nth-of-type(2) {
  opacity: 0;
}
.header > .top > .container > .ham.active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header > .bottom {
  padding: 16px 0 15px;
  background-color: #55BCEA;
}
@media screen and (max-width: 1024px) {
  .header > .bottom {
    padding: initial;
  }
}
@media screen and (max-width: 1024px) {
  .header > .bottom > .container > .navc {
    position: fixed;
    z-index: 9999;
    max-width: 375px;
    width: 100%;
    right: -120%;
    height: 100vh;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    background-color: rgba(35, 89, 190, 0.8);
  }
}
.header > .bottom > .container > .navc.panelactive {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .header > .bottom > .container > .navc > .nav {
    position: absolute;
    right: 0;
    width: 100%;
    height: 90vh;
    overflow-y: scroll;
  }
}
.header > .bottom > .container > .navc > .nav > .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
  .header > .bottom > .container > .navc > .nav > .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: initial;
    padding-top: 25px;
    width: 80%;
    margin-left: auto;
  }
}
.header > .bottom > .container > .navc > .nav > .links > .link {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 clamp(0.9375rem, -5.3523rem + 9.8182vw, 2.625rem);
  border-right: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
  .header > .bottom > .container > .navc > .nav > .links > .link {
    font-size: 16px;
    border-right: initial;
    padding: 15px 50px 15px 10px;
    text-align: left;
    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;
  }
}
@media screen and (max-width: 1024px) {
  .header > .bottom > .container > .navc > .nav > .links > .link:not(:first-of-type) {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .header > .bottom > .container > .navc > .nav > .links > .link.internal::after {
    content: "";
    min-width: 9px;
    max-width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (max-width: 1024px) {
  .header > .bottom > .container > .navc > .nav > .links > .link.external::after {
    content: "";
    width: 14px;
    height: 15px;
    background: url(../images/common/link-wh.webp) no-repeat center/contain;
    margin-left: 10px;
  }
}
.header > .bottom > .container > .navc > .nav > .tel {
  max-width: 295px;
  width: 100%;
  margin: 35px auto 120px;
  padding: 15px 0 13px;
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: #F3A92E;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.header > .bottom > .container > .navc > .nav > .tel * {
  display: inline-block;
}
.header > .bottom > .container > .navc > .nav > .tel > .free {
  padding: 4px 20px;
  border-radius: 20px;
  background-color: #76A535;
  font-size: 18px;
}
.header > .bottom > .container > .navc > .nav > .tel > .txt-l {
  font-size: 28px;
  line-height: 1.4285714286;
  margin: 1px 0;
}
.header > .bottom > .container > .navc > .nav > .tel > .txt-s {
  font-size: 14px;
}

.footer > .top {
  background-color: #55BCEA;
}
.footer > .top > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 17px 0 25px;
}
@media screen and (max-width: 768px) {
  .footer > .top > .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px;
  }
}
.footer > .top > .container > .logo {
  display: block;
  max-width: 285px;
  width: 100%;
}
@media screen and (max-width: 425px) {
  .footer > .top > .container > .logo {
    max-width: 188px;
  }
}
.footer > .top > .container > .tel {
  max-width: 308px;
  width: 100%;
}
.footer > .top > .container > .tel > .numc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.footer > .top > .container > .tel > .numc > .icon {
  width: 55px;
}
.footer > .top > .container > .tel > .numc > .num {
  font-weight: 700;
}
.footer > .top > .container > .tel > .numc > .num {
  font-size: 38px;
  font-weight: 700;
  color: #FDF442;
  line-height: 1.3157894737;
}
.footer > .top > .container > .tel > .txt {
  padding: 0 0 1px;
  border-radius: 20px;
  background-color: #FDF442;
  text-align: center;
  color: #008400;
}
.footer > .container > .nav {
  padding: 50px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .footer > .container > .nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer > .container > .nav {
    display: block;
    padding: 30px 0 40px;
  }
}
.footer > .container > .nav > .main-menu,
.footer > .container > .nav > .area-menu,
.footer > .container > .nav > .trivia-menu {
  display: grid;
  gap: 14px;
}
.footer > .container > .nav > .main-menu > .link,
.footer > .container > .nav > .area-menu > .link,
.footer > .container > .nav > .trivia-menu > .link {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer > .container > .nav > .main-menu > .link::before,
.footer > .container > .nav > .area-menu > .link::before,
.footer > .container > .nav > .trivia-menu > .link::before {
  content: "";
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  background-color: #2359BE;
  border-radius: 50%;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  .footer > .container > .nav > .main-menu > .link::before,
  .footer > .container > .nav > .area-menu > .link::before,
  .footer > .container > .nav > .trivia-menu > .link::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .footer > .container > .nav > .main-menu > .link:after,
  .footer > .container > .nav > .area-menu > .link:after,
  .footer > .container > .nav > .trivia-menu > .link:after {
    content: "";
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    background: url(../images/common/arrow.webp) no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  .footer > .container > .nav > .area-menu,
  .footer > .container > .nav > .trivia-menu {
    display: none;
  }
}
.footer > .container > .nav > .area-menu > .link,
.footer > .container > .nav > .trivia-menu > .link {
  text-decoration: none;
}
.footer > .container > .nav > .area-menu .links .link,
.footer > .container > .nav > .trivia-menu .links .link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.footer > .container > .nav > .area-menu .links .link::before,
.footer > .container > .nav > .trivia-menu .links .link::before {
  content: "";
  min-width: 7px;
  max-width: 7px;
  height: 7px;
  border-top: 1px solid #2359BE;
  border-right: 1px solid #2359BE;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 8px;
  margin-right: 7px;
}
.footer > .container > .nav > .main-menu {
  width: 22%;
}
@media screen and (max-width: 1024px) {
  .footer > .container > .nav > .main-menu {
    width: 100%;
  }
}
.footer > .container > .nav > .area-menu {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .footer > .container > .nav > .area-menu {
    width: 100%;
  }
}
.footer > .container > .nav > .trivia-menu {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .footer > .container > .nav > .trivia-menu {
    width: 100%;
  }
}
.footer > .container > .nav .linkc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer > .container > .nav .linkc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 40px;
  }
}
.footer > .container > .nav .links {
  padding-left: 15px;
  display: grid;
  gap: 14px;
}
.footer > .container > .nav .link {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #2359BE;
  text-decoration: underline;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer > .container > .nav .link:hover {
  opacity: 0.8;
}
@media (hover: hover) {
  .footer > .container > .nav .link:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 768px) {
  .footer > .container > .nav .link {
    font-size: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #2359BE;
    text-decoration: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer > .container > .nav .link.external::after {
  content: "";
  width: 14px;
  height: 15px;
  background: url(../images/common/link.webp) no-repeat center/contain;
  margin-left: 10px;
}
.footer > .container > .content {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer > .container > .content {
    margin-bottom: 66px;
  }
}
.footer > .container > .content > .list > .item:last-of-type > .txt {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer > .container > .content > .list > .item:last-of-type > .txt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer > .container > .content > .list > .item.toggle-item {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.footer > .container > .content > .list > .item.toggle-item.is-open {
  visibility: visible;
  opacity: 1;
}
.footer > .container > .content > .list > .item > .txt {
  font-size: 14px;
  line-height: 1.8571428571;
}
.footer > .container > .content > .more-btn {
  margin-top: 20px;
  display: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer > .container > .content > .more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer > .container > .content > .more-btn::after {
  content: "";
  width: 16px;
  height: 10px;
  background-color: #A8A8A8;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer > .container > .content > .more-btn.is-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.footer > .container > .content > .more-btn.is-open > .txt::before {
  content: "閉じる";
}
.footer > .container > .content > .more-btn > .txt {
  font-size: 14px;
  color: #A8A8A8;
  text-decoration: underline;
}
.footer > .container > .content > .more-btn > .txt::before {
  content: "もっと見る";
}
.footer > .copyright {
  background-color: #55BCEA;
  padding: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer > .copyright {
    padding: 12px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .fixed-sp {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 999;
    width: 100%;
  }
}
.fixed-sp > .card {
  padding: 6px;
  background-color: #FFFACE;
  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: 20px;
}
.fixed-sp > .card > .txt {
  font-size: 15px;
  font-weight: 700;
  color: #1F2F54;
}
.fixed-sp > .card > .img {
  max-width: 173px;
  width: 100%;
}
.fixed-sp > .tel {
  padding: 3px;
  background-color: #2359BE;
}
.fixed-sp > .tel > .numc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.fixed-sp > .tel > .numc > .icon {
  width: 55px;
}
.fixed-sp > .tel > .numc > .num {
  font-weight: 700;
}
.fixed-sp > .tel > .txt {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.fixed-sp > .tel > .numc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-sp > .tel > .numc > .icon {
  width: 51px;
}
.fixed-sp > .tel > .numc > .num {
  font-size: 40px;
  color: #F1DF47;
  line-height: 1.325;
  margin-top: -5px;
}

.breadcrumb {
  background-color: #FDF2DA;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.breadcrumb > .container > .list * {
  font-size: 14px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .breadcrumb > .container > .list * {
    font-size: 11px;
  }
}
.breadcrumb > .container > .list > .item > .link {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: underline;
  display: inline;
}
.breadcrumb > .container > .list > .item > .link:hover {
  opacity: 0.8;
}
@media (hover: hover) {
  .breadcrumb > .container > .list > .item > .link:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.breadcrumb > .container > .list > .line {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .breadcrumb > .container > .list > .line > .line-pc {
    display: none;
  }
}
.breadcrumb > .container > .list > .line > .line-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .breadcrumb > .container > .list > .line > .line-sp {
    display: block;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin-top: 40px;
  }
}
.pagination > .item {
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  border: solid 2px #2359BE;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .pagination > .item {
    width: 42px;
    border-width: 1px;
    font-size: 12px;
  }
}
.pagination > .item:hover {
  opacity: 1;
  background-color: #B0E0F5;
}
.pagination > .item.current {
  background-color: #2359BE;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pagination > .item.first, .pagination > .item.last {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .pagination > .item.prev, .pagination > .item.next {
    font-size: 14px;
  }
}

.pagination-single {
  margin: 80px 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pagination-single {
    margin: 60px 0 80px;
    gap: 25px;
  }
}
.pagination-single * {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pagination-single * {
    font-size: 12px;
  }
}
.pagination-single .link {
  width: 200px;
  padding: 13px 0;
  border: 1px solid #D1D1D1;
}
@media screen and (max-width: 768px) {
  .pagination-single .link {
    width: 106px;
  }
}
@media screen and (max-width: 768px) {
  .pagination-single .link.all {
    width: 72px;
  }
}

.common-voice {
  margin-top: 40px;
}
.common-voice > .head {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, transparent), color-stop(44%, #55BCEA));
  background: linear-gradient(transparent 44%, #55BCEA 44%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .common-voice > .head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #55BCEA;
    gap: 22px;
    padding: 0 15px 0 20px;
  }
}
.common-voice > .head > .ttlc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  color: #fff;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .common-voice > .head > .ttlc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 4px;
    margin-bottom: initial;
  }
}
.common-voice > .head > .ttlc > .ttl {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .common-voice > .head > .ttlc > .ttl {
    font-size: 18px;
    line-height: 2;
  }
}
.common-voice > .head > .ttlc > .sub-ttl {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .common-voice > .head > .ttlc > .sub-ttl {
    padding-left: initial;
  }
}
@media screen and (max-width: 500px) {
  .common-voice > .head > .ttlc > .sub-ttl {
    font-size: 13px;
    line-height: 1.4615384615;
  }
}
.common-voice > .head > .ttlc > .sub-ttl::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 4px;
  height: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .common-voice > .head > .ttlc > .sub-ttl::before {
    content: none;
  }
}
@media screen and (max-width: 500px) {
  .common-voice > .head > .img {
    max-width: 145px;
    width: 100%;
  }
}
.common-voice > .list > .item {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .common-voice > .list > .item {
    padding: 20px 0 30px;
  }
}
.common-voice > .list > .item:not(:first-of-type) {
  padding: 50px 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-voice > .list > .item:not(:first-of-type) {
    padding: 36px 0 30px;
  }
}
.common-voice > .list > .item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 10px;
  background-color: #55BCEA;
}
@media screen and (max-width: 768px) {
  .common-voice > .list > .item:not(:first-of-type)::before {
    width: 75px;
    height: 6px;
  }
}
.common-voice > .list > .item img {
  width: 166px;
  float: right;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .common-voice > .list > .item img {
    width: 108px;
    margin-left: 12px;
  }
}
.common-voice > .list > .item img::after {
  content: "";
  display: block;
  clear: both;
}
.common-voice > .list > .item > .ttl {
  width: 75%;
  font-size: 24px;
  font-weight: 700;
  color: #2359BE;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: repeating-linear-gradient(90deg, #2359BE, #2359BE 5px, transparent 5px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 1024px) {
  .common-voice > .list > .item > .ttl {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .common-voice > .list > .item > .ttl {
    width: 80%;
    font-size: 16px;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 600px) {
  .common-voice > .list > .item > .ttl {
    width: 75%;
  }
}
@media screen and (max-width: 500px) {
  .common-voice > .list > .item > .ttl {
    width: 65%;
  }
}
.common-voice > .list > .item > .ctt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .common-voice > .list > .item > .ctt {
    margin-top: 13px;
  }
}
.common-voice > .more-btn {
  max-width: 366px;
  width: 100%;
  margin: 10px auto 0;
  padding: 19px;
  background-color: #55BCEA;
  border-radius: 45px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6363636364;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-voice > .more-btn {
    max-width: 255px;
    padding: 16px;
    font-size: 15px;
  }
}

.main.front .no-post {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #B0E0F5;
  text-align: center;
}
.main.front > .mv {
  background-color: #e0f8ff;
}
.main.front > .mv .wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.main.front > .all-ctt > .main-ctt > .catchphrase {
  display: grid;
  grid-template-columns: minmax(auto, 260px) 1fr;
  grid-template-areas: "img copy" "tel tel";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase {
    grid-template-columns: minmax(25%, 92px) 1fr;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase > .img {
  grid-area: img;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .copy {
  grid-area: copy;
  text-align: center;
  font-weight: 700;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .copy-top {
  font-size: clamp(16px, 1.4833rem + 0.5348vw, 34px);
}
@media screen and (max-width: 425px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .copy-top {
    font-size: 16px;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .copy-top .red {
  font-size: 50px;
  color: #DB2E2E;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .copy-top .red {
    font-size: 40px;
  }
}
@media screen and (max-width: 425px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .copy-top .red {
    font-size: 22px;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .copy-main {
  margin-top: 20px;
  font-size: clamp(36px, 1.9833rem + 0.5348vw, 42px);
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .copy-main {
    margin-top: 10px;
  }
}
@media screen and (max-width: 425px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .copy-main {
    font-size: 22px;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .copy-main .underline {
  background: linear-gradient(to top, #ffcbf1 0 12px, transparent 12px 100%);
}
.main.front > .all-ctt > .main-ctt > .catchphrase .copy-main .blue {
  color: #2359BE;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact {
  grid-area: tel;
  overflow: hidden;
  border: solid #55BCEA;
  border-radius: 20px;
  font-weight: 700;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-pc {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-pc {
    display: none;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-pc .tap-here {
  max-width: 264px;
  width: 100%;
  padding-block: 16px;
  background-color: #2359BE;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-pc .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-pc .tel-free-label {
  font-size: 14px;
  color: #00a73b;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-pc .tel-free img {
  width: 62px;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-pc .tel-num {
  font-size: clamp(53px, 2.4499rem + 1.6043vw, 70px);
  color: #DB2E2E;
  line-height: 1.3142857143;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-sp {
  display: block;
  padding: 30px;
}
@media screen and (min-width: 769px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-sp {
    display: none;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-sp .tel-link {
  display: block;
  padding: 15px 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#55bcea), to(#1e9bd3));
  background: linear-gradient(#55bcea, #1e9bd3);
  border: solid 2px #fff;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-sp .tel-link-here {
  font-size: 20px;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-sp .tel-link-time {
  max-width: 189px;
  width: 100%;
  margin: 5px auto 0;
  padding: 3px 10px;
  border: solid 1px #fff;
  border-radius: 2px;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body {
  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;
  padding: 20px;
  background-color: #55BCEA;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body {
    gap: 10px 7px;
    padding: 15px;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body > * {
  min-height: 134px;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body > * {
    min-height: 84px;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-1, .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-2, .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-3 {
  display: grid;
  place-content: center;
  padding: 10px 25px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e0e0e0), color-stop(50%, #fff));
  background: linear-gradient(to top, #e0e0e0 0, #fff 50% 100%);
  border: solid 2px #b7b7b7;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-1, .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-2, .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-3 {
    width: calc((100% - 7px) / 2);
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-ttl {
  font-size: 22px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-ttl {
    font-size: 14px;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-txt {
  font-size: 50px;
  color: #DB2E2E;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-txt {
    font-size: 40px;
    line-height: 1;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-txt .sm {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-txt .sm {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-3 {
    width: 100%;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-3 .point-ttl {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-3 .point-ttl {
    font-size: 14px;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .point-3 .img {
  width: 100%;
  margin-top: 8px;
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .free-contact {
  min-width: 218px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  place-content: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#55bcea), to(#2359be));
  background: linear-gradient(#55bcea, #2359be);
  border: solid 2px #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .free-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    min-width: 0;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .free-contact-img {
  width: 35px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .free-contact-img {
    width: 23px;
    height: 19px;
    margin: 0;
  }
}
.main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .free-contact-txt {
  margin-top: 10px;
  white-space: nowrap;
  font-size: 34px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .catchphrase .tel-contact-body .free-contact-txt {
    margin: 0;
    font-size: 20px;
  }
}
.main.front > .all-ctt > .main-ctt > .front-trouble {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .front-trouble {
    margin-top: 40px;
  }
}
.main.front > .all-ctt > .main-ctt > .front-trouble .heading {
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding: 12px;
  background-color: #2359BE;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .front-trouble .heading {
    max-width: 285px;
  }
}
.main.front > .all-ctt > .main-ctt > .front-trouble .heading-txt {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .front-trouble .heading-txt {
    font-size: 18px;
  }
}
.main.front > .all-ctt > .main-ctt > .front-trouble .frame {
  padding: 40px;
  background-color: #ffffef;
  border: solid 2px #2359BE;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .front-trouble .frame {
    padding: 25px 20px 30px;
  }
}
.main.front > .all-ctt > .main-ctt > .front-trouble .frame-lead {
  max-width: 576px;
  width: 100%;
  margin: auto;
  padding: 3px 20px;
  background-color: #fff;
  border: solid 2px #55BCEA;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .front-trouble .frame-lead {
    max-width: 305px;
    border-radius: 35px;
    font-size: 15px;
    padding: 10px;
  }
}
.main.front > .all-ctt > .main-ctt > .front-trouble .frame-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  gap: 10px 36px;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .front-trouble .frame-main {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main.front > .all-ctt > .main-ctt > .front-trouble .frame-main .img {
  max-width: 288px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main.front > .all-ctt > .main-ctt > .front-trouble .frame-main .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 23px;
  max-width: 480px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .front-trouble .frame-main .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(auto-fill, min(305px, 100%));
    max-width: 100%;
    width: 100%;
  }
}
.main.front > .all-ctt > .main-ctt > .front-trouble .frame-main .list .item {
  display: grid;
  place-items: center;
  padding: 20px 10px;
  background-color: #d0f0ff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .front-trouble .frame-main .list .item {
    padding: 15px 10px;
  }
}
.main.front > .all-ctt > .main-ctt > .front-trouble .frame-main .list .item .txt {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .front-trouble .frame-main .list .item .txt {
    font-size: 15px;
  }
}
.main.front > .all-ctt > .main-ctt > .front-trouble .frame-main .list .item .blue {
  font-weight: 700;
  color: #2359BE;
}
.main.front > .all-ctt > .main-ctt > .front-trouble .frame-txt {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .main.front > .all-ctt > .main-ctt > .front-trouble .frame-txt {
    margin-top: 20px;
  }
}

main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-frame {
  padding: 45px 40px;
  border: solid 6px #2359BE;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-frame {
    margin: auto;
    padding: 27px 17px;
    border-width: 3px;
    border-radius: 5px;
  }
}
main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-ttl {
  max-width: 370px;
  width: 100%;
  margin: auto;
  padding: 10px 20px;
  border: solid 1px #2359BE;
  border-radius: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #2359BE;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-ttl {
    max-width: 285px;
    font-size: 16px;
  }
}
main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 5.6962025316%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-main-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-main-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
}
main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-main-list .item:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: dashed 1px #d3d2d6;
}
main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-main-map {
  width: 49.3670886076%;
}
@media screen and (max-width: 768px) {
  main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-main-map {
    max-width: 400px;
    width: 100%;
  }
}
main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-main-map .note {
  margin-top: 50px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  main.area-list.arc > .all-ctt > .main-ctt > .service-area .sa-main-map .note {
    margin-top: 20px;
    font-size: 11px;
  }
}
main.area-list.arc > .all-ctt > .main-ctt .each-area {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main.area-list.arc > .all-ctt > .main-ctt .each-area {
    margin-top: 40px;
  }
}
main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list {
    margin-top: 30px;
  }
}
main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list .item {
  padding: 40px 20px;
  border-top: dashed 1px #2359BE;
}
@media screen and (max-width: 768px) {
  main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list .item {
    padding: 25px 15px;
  }
}
main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list .item:first-child {
  padding-top: 0;
  border-top: none;
}
main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list .item:nth-child(even) {
  background-color: #e6f5fd;
}
main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list .item-ttl {
  font-size: 26px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list .item-ttl {
    font-size: 16px;
  }
}
main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list .item-local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 2em;
  margin-top: 25px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list .item-local {
    gap: 8px 1.5em;
    margin-top: 12px;
    font-size: 14px;
  }
}
main.area-list.arc > .all-ctt > .main-ctt .each-area .ea-list .item-local .link {
  text-decoration: underline;
}

main.area-list.single > .mv {
  background-color: #E0F8FF;
}
main.area-list.single > .mv > .img {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}
main.area-list.single > .mv > .img > .ttlc {
  position: absolute;
  left: 0;
  top: 20px;
  width: calc(100% - 30px);
}
@media screen and (max-width: 1100px) {
  main.area-list.single > .mv > .img > .ttlc {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  main.area-list.single > .mv > .img > .ttlc {
    top: 15px;
  }
}
@media screen and (max-width: 500px) {
  main.area-list.single > .mv > .img > .ttlc {
    top: 7px;
  }
}
main.area-list.single > .mv > .img > .ttlc > .ttl {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #2359BE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 60px 3px;
  margin: auto;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}
@media screen and (max-width: 1100px) {
  main.area-list.single > .mv > .img > .ttlc > .ttl {
    font-size: min(max(3.6363636364vw, 26px), 40px);
  }
}
@media screen and (max-width: 768px) {
  main.area-list.single > .mv > .img > .ttlc > .ttl {
    padding: 2px 40px 2px 20px;
    clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
    margin: initial;
    margin-right: auto;
    font-size: min(max(4.6875vw, 17px), 36px);
  }
}
@media screen and (max-width: 500px) {
  main.area-list.single > .mv > .img > .ttlc > .ttl {
    padding: 2px 20px 2px 15px;
  }
}
main.area-list.single > .mv > .img > .ttlc > .ttl > .city {
  color: #F4D922;
}
main.area-list.single > .mv > .img > .ttlc > .ttl > .small {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  main.area-list.single > .mv > .img > .ttlc > .ttl > .small {
    font-size: min(max(2.9090909091vw, 32px), 20px);
  }
}
@media screen and (max-width: 768px) {
  main.area-list.single > .mv > .img > .ttlc > .ttl > .small {
    font-size: min(max(3.125vw, 14px), 24px);
  }
}
main.area-list.single > .all-ctt > .main-ctt > .consider {
  border: 4px solid #2359BE;
  padding: 0 min(max(2.6666666667vw, 30px), 40px) 40px;
  background: url(../images/common/consider-bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .consider {
    border: 3px solid #2359BE;
    padding: 20px 17px 17px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .consider > .lead {
  margin-top: 10px;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .consider > .lead {
    margin-top: 25px;
    font-size: 14px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-case {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-case {
    margin-top: 40px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .ttl {
  position: relative;
  padding-bottom: 28px;
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .ttl .frame {
  padding-block: 24px;
  padding-inline: 40px 130px;
  background-color: #2359BE;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-case > .ttl .frame {
    padding-block: 8px;
    padding-inline: 40px 110px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .ttl .frame .txt {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-case > .ttl .frame .txt {
    font-size: 18px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .ttl img {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 87px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-case > .ttl img {
    width: 19.4202898551%;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content {
    margin-top: 20px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li + li {
  padding-top: 30px;
  clear: both;
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li > dt {
  padding-block: 20px;
  padding-inline: 36px 30px;
  border-left: solid 6px #55BCEA;
  background-color: #D5EEF8;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li > dt {
    padding-block: 12px;
    padding-inline: 21px 15px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li > dt h3 {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li > dt h3 {
    font-size: 16px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li dd {
  margin-top: 20px;
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li dd + dd {
  clear: both;
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li dd h4 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 1px #2359BE;
  font-size: 18px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li dd h4 {
    font-size: 15px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li dd img {
  float: left;
  width: 32.6576576577%;
  margin-right: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li dd img {
    float: unset;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-case > .area-case-content > ul > li dd p {
  line-height: 1.875;
}
main.area-list.single > .all-ctt > .main-ctt > .area-info {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-info {
    margin-top: 40px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-info > .ttl {
  position: relative;
  padding: 20px;
  padding-bottom: 35px;
  background: linear-gradient(to top, transparent 0 15px, #2359BE 15px 100%);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-info > .ttl {
    font-size: 18px;
    padding: 12px;
    padding-bottom: 21px;
    background: linear-gradient(to top, transparent 0 9px, #2359BE 9px 100%);
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-info > .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 15px;
  background-color: #092558;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-info > .ttl::before {
    width: 30px;
    height: 9px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-info > ul {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-info > ul {
    margin-top: 20px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-info > ul > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-info > ul > li + li {
    margin-top: 20px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-info > ul > li > h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #2359BE;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-info > ul > li > h3 {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-info > ul > li > h3::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #2359BE;
  right: 0;
  bottom: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-info > ul > li > h3::after {
    bottom: -5px;
    width: 9px;
    height: 9px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-info > ul > li .blue {
  margin-bottom: 15px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-info > ul > li .blue {
    margin-bottom: 8px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-point {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-point {
    margin-top: 40px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet {
  padding: 50px 40px;
  background-color: #EBF9FF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet {
    padding: 30px 20px;
    border-radius: 10px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet > .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px 8px;
  margin: auto;
  border-bottom: solid 5px #55BCEA;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet > .ttl {
    padding: 0 10px 6px;
    border-bottom-width: 3px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet > .ttl .txt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet > .ttl .txt {
    font-size: 20px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet > ul {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet > ul {
    margin-top: 25px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet > ul > li + li {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet > ul > li + li {
    margin-top: 30px;
  }
}
main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet > ul > li > h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #2359BE;
  font-size: 18px;
  font-weight: 700;
  color: #1F2F54;
}
@media screen and (max-width: 768px) {
  main.area-list.single > .all-ctt > .main-ctt > .area-point > .area-point-contnet > ul > li > h4 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 15px;
  }
}

main.knowledge-list.arc > .all-ctt > .main-ctt > .knowledge > .post-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, min(430px, 100%));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 22px;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.arc > .all-ctt > .main-ctt > .knowledge > .post-list {
    gap: 42px;
  }
}
main.knowledge-list.arc > .all-ctt > .main-ctt > .knowledge > .post-list .item .link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 4px;
}
main.knowledge-list.arc > .all-ctt > .main-ctt > .knowledge > .post-list .item .link .img {
  width: 100%;
  aspect-ratio: 430/323;
}
main.knowledge-list.arc > .all-ctt > .main-ctt > .knowledge > .post-list .item .link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.knowledge-list.arc > .all-ctt > .main-ctt > .knowledge > .post-list .item .link .post-ttl {
  padding: 30px;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5833333333;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.arc > .all-ctt > .main-ctt > .knowledge > .post-list .item .link .post-ttl {
    padding: 25px 20px;
    font-size: 15px;
  }
}
main.knowledge-list.arc > .all-ctt > .main-ctt > .knowledge > .post-list .item .link:hover {
  opacity: 1;
}
main.knowledge-list.arc > .all-ctt > .main-ctt > .knowledge > .post-list .item .link:hover .img {
  opacity: 0.8;
}
main.knowledge-list.arc > .all-ctt > .main-ctt > .knowledge > .post-list .item .link:hover .post-ttl {
  color: #2359BE;
}

main.knowledge-list.single > .all-ctt > .main-ctt > .mv > .img {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
main.knowledge-list.single > .all-ctt > .main-ctt > .mv > .ttl {
  font-size: 38px;
  font-weight: 700;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .mv > .ttl {
    font-size: 18px;
    margin-top: 30px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content {
  margin-top: 50px;
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .toc {
  background-color: #FFFFE3;
  padding: 30px;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .toc {
    margin-top: 40px;
    padding: 10px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap {
  padding: 60px 40px 40px;
  border: 1px solid #2359BE;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap {
    padding: 56px 20px 20px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 12px 11px 11px;
  width: 223px;
  text-align: center;
  background-color: #2359BE;
  border-radius: 0 0 10px 10px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .head {
    padding: 10px;
    width: 116px;
    font-size: 18px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .links {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .links {
    gap: 15px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .links .link {
  font-size: 18px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .links .link {
    font-size: 15px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content ul {
  margin-top: 40px;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content ul {
    margin-top: 30px;
    gap: 10px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content ul li {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content ul li {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content table {
    margin-top: 30px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content table th, main.knowledge-list.single > .all-ctt > .main-ctt > .post-content table td {
  border: 1px solid #7E7E7E;
  padding: 12px 19px;
  line-height: 1.6875;
  min-width: 260px;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content table th, main.knowledge-list.single > .all-ctt > .main-ctt > .post-content table td {
    padding: 12px 14px;
    min-width: 116px;
    font-size: 12px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content table th {
  background-color: #E6F5FD;
  font-weight: 400;
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .border {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #7E7E7E;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .border {
    margin-top: 30px;
    padding: 20px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .border ul, main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .border p {
  margin-top: initial;
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .col-red {
  color: #DB2E2E;
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .uline {
  text-decoration: underline;
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .bold_uline {
  font-weight: 700;
  text-decoration: underline;
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .bold {
  font-weight: 700;
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h2 {
  margin-top: 50px;
  padding: 20px 30px;
  background-color: #2359BE;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h2 {
    margin-top: 40px;
    padding: 10px 15px;
    font-size: 18px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 50px;
  height: 15px;
  background-color: #092558;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h2::before {
    bottom: -12px;
    width: 40px;
    height: 12px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h2 + p {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h2 + p {
    margin-top: 32px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h2 + img {
  margin: 55px auto 50px;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h2 + img {
    margin: 32px auto 40px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h3 {
  margin-top: 50px;
  padding: 20px 30px;
  border-left: 6px solid #55BCEA;
  background-color: #D5EEF8;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h3 {
    margin-top: 40px;
    padding: 12px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h3 + p {
    margin-top: 20px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h4 {
  margin-top: 50px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2359BE;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content h4 {
    margin-top: 40px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content p {
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content p {
    line-height: 1.7857142857;
    margin-top: 30px;
  }
}
main.knowledge-list.single > .all-ctt > .main-ctt > .post-content img {
  display: block;
  max-width: 600px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content img {
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  main.knowledge-list.single > .all-ctt > .main-ctt > .post-content .pagination-single {
    margin: 86px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .lead {
    position: relative;
    padding-bottom: 68px;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .lead > .frame {
  padding: 12px 20px;
  background-color: #FFFBD0;
  border: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .lead > .frame {
    padding: 20px 20px 60px;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .lead > .frame > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  padding: 20px 8px;
  background: 21px/7px url("../images/common/arc-voice-lead-bg.webp") repeat;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .lead > .frame > .wrap {
    padding: 0;
    background: none;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .lead > .frame > .wrap .img {
  max-width: 148px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .lead > .frame > .wrap .img {
    position: absolute;
    left: 35px;
    bottom: 0;
    height: 112px;
  }
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .lead > .frame > .wrap .img img {
    width: auto;
    height: 100%;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .voice {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .voice {
    margin-top: 20px;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item {
  padding: 40px 40px 30px;
  border: solid 4px #CEF0FF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item {
    padding: 20px 18px 25px;
    border-width: 2px;
    border-radius: 10px;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item + .item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item + .item {
    margin-top: 30px;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .detail {
  display: grid;
  grid-template-columns: 166px 1fr;
  grid-template-rows: auto;
  grid-template-areas: "img post-ttl" "img prof" "img content";
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .detail {
    grid-template-columns: min(102px, 34%) 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "img post-ttl" "img prof" "content content";
    gap: 0 20px;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .img {
  grid-area: img;
}
main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .post-ttl {
  grid-area: post-ttl;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .post-ttl {
    font-size: 15px;
    line-height: 1.6;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .prof {
  grid-area: prof;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 20px;
  background-color: #D6F3FF;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .prof {
    margin-top: 10px;
    padding: 2px 15px;
    font-size: 12px;
    line-height: 1.3;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .content {
  grid-area: content;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .content {
    margin-top: 20px;
  }
}
main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .more {
  display: block;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
  color: #2359BE;
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main.voice-list.arc > .all-ctt > .main-ctt > .voice > .post-list .item .more {
    margin-top: 16px;
    font-size: 12px;
  }
}

main.voice-list.single > .all-ctt > .main-ctt > .heading {
  display: grid;
  grid-template-columns: 170px 1fr;
  grid-template-rows: 1fr auto;
  grid-template-areas: "img ttl" "img prof";
  gap: 30px 60px;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .heading {
    display: block;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .heading .img {
  grid-area: img;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .heading .img {
    max-width: 166px;
    width: 100%;
    margin: auto;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .heading .ttl {
  grid-area: ttl;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .heading .ttl {
    margin-top: 30px;
    font-size: 18px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .heading .prof {
  grid-area: prof;
  font-size: 18px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .heading .prof {
    margin-top: 20px;
    font-size: 16px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content {
  margin-top: 60px;
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .toc {
  background-color: #FFFFE3;
  padding: 30px;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content .toc {
    margin-top: 40px;
    padding: 10px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap {
  padding: 60px 40px 40px;
  border: 1px solid #2359BE;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap {
    padding: 56px 20px 20px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 12px 11px 11px;
  width: 223px;
  text-align: center;
  background-color: #2359BE;
  border-radius: 0 0 10px 10px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .head {
    padding: 10px;
    width: 116px;
    font-size: 18px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .links {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .links {
    gap: 15px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .links .link {
  font-size: 18px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content .toc .wrap .links .link {
    font-size: 15px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content ul {
  margin-top: 40px;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content ul {
    margin-top: 30px;
    gap: 10px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content ul li {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content ul li {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content table {
    margin-top: 30px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content table th, main.voice-list.single > .all-ctt > .main-ctt > .post-content table td {
  border: 1px solid #7E7E7E;
  padding: 12px 19px;
  line-height: 1.6875;
  min-width: 260px;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content table th, main.voice-list.single > .all-ctt > .main-ctt > .post-content table td {
    padding: 12px 14px;
    min-width: 116px;
    font-size: 12px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content table th {
  background-color: #E6F5FD;
  font-weight: 400;
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .border {
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #7E7E7E;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content .border {
    margin-top: 30px;
    padding: 20px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .border ul, main.voice-list.single > .all-ctt > .main-ctt > .post-content .border p {
  margin-top: initial;
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .col-red {
  color: #DB2E2E;
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .uline {
  text-decoration: underline;
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .bold_uline {
  font-weight: 700;
  text-decoration: underline;
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content .bold {
  font-weight: 700;
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content h2 {
  margin-top: 50px;
  padding: 20px 30px;
  background-color: #2359BE;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content h2 {
    margin-top: 40px;
    padding: 10px 15px;
    font-size: 18px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 50px;
  height: 15px;
  background-color: #092558;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content h2::before {
    bottom: -12px;
    width: 40px;
    height: 12px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content h2 + p {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content h2 + p {
    margin-top: 32px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content h2 + img {
  margin: 55px auto 50px;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content h2 + img {
    margin: 32px auto 40px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content h3 {
  margin-top: 50px;
  padding: 20px 30px;
  border-left: 6px solid #55BCEA;
  background-color: #D5EEF8;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content h3 {
    margin-top: 40px;
    padding: 12px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content h3 + p {
    margin-top: 20px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content h4 {
  margin-top: 50px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2359BE;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content h4 {
    margin-top: 40px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content p {
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content p {
    line-height: 1.7857142857;
    margin-top: 30px;
  }
}
main.voice-list.single > .all-ctt > .main-ctt > .post-content img {
  display: block;
  max-width: 600px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content img {
    margin: 40px auto;
  }
}
@media screen and (max-width: 768px) {
  main.voice-list.single > .all-ctt > .main-ctt > .post-content {
    margin-top: 30px;
  }
}

.part-roof {
  margin-top: 60px;
  padding: 40px 40px 50px;
  background-color: #E3F7FF;
  border-image-repeat: 4px;
}
@media screen and (max-width: 768px) {
  .part-roof {
    margin-top: 40px;
    padding: 20px 20px 30px;
  }
}
.part-roof > .part-ttl {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .part-roof > .part-ttl {
    margin: 30px auto 0;
  }
}
.part-roof > .lead {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-roof > .lead {
    margin-top: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .part-roof > .lead {
    text-align: left;
  }
}
.part-roof > .txt {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .part-roof > .txt {
    margin-top: 20px;
  }
}
.part-roof > .list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .part-roof > .list {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.part-roof > .list > .item > .type {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-roof > .list > .item > .type {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.part-roof > .bottom {
  max-width: 530px;
  width: 100%;
  margin: 50px auto 0;
  padding: 20px 0;
  border-top: 2px solid #2359BE;
  border-bottom: 2px solid #2359BE;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-roof > .bottom {
    margin: 30px auto 0;
    padding: 15px 0;
  }
}
.part-roof > .bottom > .head {
  font-size: 24px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  .part-roof > .bottom > .head {
    font-size: 16px;
  }
}
.part-roof > .bottom > .txt {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .part-roof > .bottom > .txt {
    margin-top: 13px;
    font-size: 14px;
  }
}

.part-reason {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .part-reason {
    margin-top: 40px;
  }
}
.part-reason > .list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 28px;
}
@media screen and (max-width: 768px) {
  .part-reason > .list {
    margin-top: 30px;
    grid-template-columns: initial;
    gap: 25px;
  }
}
.part-reason > .list > .item {
  border: 2px solid #2359BE;
  border-radius: 20px;
}
.part-reason > .list > .item > .headc {
  padding: 20px;
  background-color: #2359BE;
  border-radius: 16px 16px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-reason > .list > .item > .headc {
    padding: 15px 10px;
  }
}
.part-reason > .list > .item > .headc > .head {
  display: block;
  width: 257px;
  margin: auto;
  padding: 7px;
  border-radius: 20px;
  background-color: #F4D922;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #1F2F54;
}
@media screen and (max-width: 768px) {
  .part-reason > .list > .item > .headc > .head {
    width: 179px;
    padding: 3px;
    font-size: 16px;
  }
}
.part-reason > .list > .item > .headc > .ttl {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #F4D922;
}
@media screen and (max-width: 768px) {
  .part-reason > .list > .item > .headc > .ttl {
    margin-top: 10px;
    font-size: 18px;
  }
}
.part-reason > .list > .item > .txt {
  padding: 30px 28px;
}
@media screen and (max-width: 768px) {
  .part-reason > .list > .item > .txt {
    padding: 20px 18px 23px;
  }
}

.part-price {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .part-price {
    margin-top: 40px;
  }
}
.part-price > .lead {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .part-price > .lead {
    margin-top: 30px;
  }
}
.part-price > .basic {
  margin-top: 70px;
  border: 2px solid #2359BE;
  background-color: #FFFDEF;
  padding: 55px 10px 33px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .part-price > .basic {
    margin-top: 50px;
    padding: 46px 10px 28px;
    -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;
  }
}
.part-price > .basic + .txt {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-price > .basic + .txt {
    margin-top: 15px;
    font-size: 14px;
  }
}
.part-price > .basic > .ttl {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 332px;
  padding: 13px 0 15px;
  background-color: #2359BE;
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-price > .basic > .ttl {
    top: -25px;
    width: 260px;
    padding: 10px;
    font-size: 18px;
  }
}
.part-price > .basic > .pricec {
  text-align: center;
  font-weight: 700;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .part-price > .basic > .pricec {
    width: 100%;
  }
}
.part-price > .basic > .pricec:last-of-type {
  position: relative;
}
@media screen and (max-width: 768px) {
  .part-price > .basic > .pricec:last-of-type {
    margin-top: 18px;
    padding-top: 20px;
  }
}
.part-price > .basic > .pricec:last-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 95%;
  background-color: #2359BE;
}
@media screen and (max-width: 768px) {
  .part-price > .basic > .pricec:last-of-type::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: initial;
    top: 0;
    width: 205px;
    height: 1px;
  }
}
.part-price > .basic > .pricec > .label {
  font-size: 24px;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  .part-price > .basic > .pricec > .label {
    font-size: 18px;
  }
}
.part-price > .basic > .pricec > .price {
  color: #DB2E2E;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 7px auto 0;
}
@media screen and (max-width: 768px) {
  .part-price > .basic > .pricec > .price {
    margin: auto;
  }
}
.part-price > .basic > .pricec > .price > .num {
  font-size: 68px;
  line-height: 1.3142857143;
}
@media screen and (max-width: 768px) {
  .part-price > .basic > .pricec > .price > .num {
    font-size: 50px;
  }
}
.part-price > .basic > .pricec > .price > .yen {
  font-size: 38px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .part-price > .basic > .pricec > .price > .yen {
    font-size: 26px;
  }
}
.part-price > .basic > .pricec > .price > .tax {
  font-size: 18px;
  position: absolute;
  right: -8px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .part-price > .basic > .pricec > .price > .tax {
    right: -5px;
    top: 3px;
    font-size: 12px;
  }
}
.part-price > .list + .txt {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-price > .list + .txt {
    margin-top: 15px;
    font-size: 14px;
  }
}
.part-price > .list > .item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .part-price > .list > .item {
    margin-top: 30px;
  }
}
.part-price > .list > .item > .ttl {
  padding-left: 20px;
  border-left: 4px solid #55BCEA;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .part-price > .list > .item > .ttl {
    padding-left: 15px;
    font-size: 18px;
  }
}
.part-price > .list > .item > .table {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .part-price > .list > .item > .table {
    margin-top: 20px;
  }
}
.part-price > .list > .item > .table tr th,
.part-price > .list > .item > .table tr td {
  padding: 20px 25px;
  border: 1px solid #707070;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .part-price > .list > .item > .table tr th,
  .part-price > .list > .item > .table tr td {
    padding: 10px;
    font-size: 14px;
  }
}
.part-price > .list > .item > .table tr th {
  background-color: #E3F7FF;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .part-price > .list > .item > .table tr th {
    min-width: 183px;
  }
}
.part-price > .list > .item > .table tr td {
  width: 55%;
}
.part-price > .point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  font-size: 28px;
  font-weight: 700;
  color: #2359BE;
  padding-bottom: 22px;
  border-bottom: 2px solid #2359BE;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .part-price > .point {
    margin: 40px auto 0;
    font-size: 18px;
    padding-bottom: 15px;
  }
}
.part-price > .point::before, .part-price > .point::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.part-price > .point::before {
  bottom: -20px;
  width: 35px;
  height: 20px;
  background-color: #2359BE;
}
@media screen and (max-width: 768px) {
  .part-price > .point::before {
    width: 25px;
  }
}
.part-price > .point::after {
  bottom: -16px;
  width: 33px;
  height: 18px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .part-price > .point::after {
    width: 23px;
  }
}
.part-price > .txt {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-price > .txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .part-price > .txt {
    text-align: left;
  }
}

.part-guide {
  margin-top: 60px;
  padding: 30px 7px 25px;
  background-color: #FFFBD0;
  border: 10px solid #2359BE;
  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: 5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .part-guide {
    margin-top: 40px;
    padding: 24px 14px 26px;
    border: 6px solid #2359BE;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.part-guide > .line {
  position: absolute;
  background-color: #FFFBD0;
}
.part-guide > .line.line-top, .part-guide > .line.line-bottom {
  width: 76%;
  height: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .part-guide > .line.line-top, .part-guide > .line.line-bottom {
    width: 66%;
    height: 6px;
  }
}
.part-guide > .line.line-top {
  top: -10px;
}
@media screen and (max-width: 768px) {
  .part-guide > .line.line-top {
    top: -6px;
  }
}
.part-guide > .line.line-bottom {
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .part-guide > .line.line-bottom {
    bottom: -6px;
  }
}
.part-guide > .line.line-left, .part-guide > .line.line-right {
  width: 10px;
  height: 80%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .part-guide > .line.line-left, .part-guide > .line.line-right {
    width: 6px;
    height: 92%;
  }
}
.part-guide > .line.line-left {
  left: -10px;
}
@media screen and (max-width: 768px) {
  .part-guide > .line.line-left {
    left: -6px;
  }
}
.part-guide > .line.line-right {
  right: -10px;
}
@media screen and (max-width: 768px) {
  .part-guide > .line.line-right {
    right: -6px;
  }
}
.part-guide .ttl {
  font-size: min(max(2.4vw, 24px), 36px);
  font-weight: 700;
  color: #2359BE;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-guide > .imgc {
    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: 26px;
  }
}
@media screen and (max-width: 768px) {
  .part-guide > .imgc > .img {
    max-width: 63px;
    width: 100%;
  }
}
.part-guide > .ctt {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .part-guide > .ctt {
    width: 100%;
  }
}
.part-guide > .ctt > .txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .part-guide > .ctt > .txt {
    margin-top: 15px;
  }
}
.part-guide > .ctt > .txt > .col-red {
  color: #DB2E2E;
  font-weight: 700;
  text-decoration: underline;
}
.part-guide > .ctt > .reception {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
  padding: 8px 35px;
  background-color: #fff;
  border: 2px solid #2359BE;
  color: #2359BE;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7777777778;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .part-guide > .ctt > .reception {
    font-size: 15px;
    line-height: 1.5625;
  }
}
@media screen and (max-width: 500px) {
  .part-guide > .ctt > .reception {
    max-width: 305px;
    width: 100%;
    margin: 20px auto 0;
    padding: 8px;
    border-radius: 35px;
  }
}
.part-guide > .ctt > .tel-pc > .numc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.part-guide > .ctt > .tel-pc > .numc > .icon {
  width: 55px;
}
.part-guide > .ctt > .tel-pc > .numc > .num {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .part-guide > .ctt > .tel-pc {
    display: none;
  }
}
.part-guide > .ctt > .tel-pc > .numc {
  margin-top: 5px;
}
.part-guide > .ctt > .tel-pc > .numc > .icon {
  width: 62px;
}
.part-guide > .ctt > .tel-pc > .numc > .num {
  font-size: min(max(4.6666666667vw, 58px), 70px);
  line-height: 1.3142857143;
  color: #DB2E2E;
}
.part-guide > .ctt > .tel-sp {
  max-width: 305px;
  width: 100%;
  margin: 30px auto 0;
  padding: 20px 0;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #FF9D02;
  font-weight: 700;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.part-guide > .ctt > .tel-sp * {
  display: inline-block;
}
.part-guide > .ctt > .tel-sp > .txt-m {
  font-size: 18px;
}
.part-guide > .ctt > .tel-sp > .txt-l {
  font-size: 40px;
}
.part-guide > .ctt > .link {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #2359BE;
  text-decoration: underline;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .part-guide > .ctt > .link {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .part-guide > .ctt > .link {
    margin-top: 30px;
  }
}

.part-payment {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .part-payment {
    margin-top: 40px;
  }
}
.part-payment > .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 34px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  .part-payment > .ttl {
    font-size: 22px;
  }
}
.part-payment > .ttl > .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F4D922));
  background: linear-gradient(transparent 70%, #F4D922 70%);
}
.part-payment > .list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .part-payment > .list {
    margin-top: 40px;
    display: grid;
    grid-template-areas: "cash credit" "other other";
    gap: 24px 10px;
    place-content: center;
  }
}
.part-payment > .list > .item {
  border: 3px solid #2359BE;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .part-payment > .list > .item {
    border: 2px solid #2359BE;
  }
}
.part-payment > .list > .item > .head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: -20px;
  padding: 6px 35px 8px;
  background-color: #2359BE;
  color: #fff;
  font-size: min(max(1.2vw, 14px), 18px);
  line-height: 1.4444444444;
  font-weight: 700;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .part-payment > .list > .item > .head {
    margin-top: -14px;
    padding: 4px 18px;
  }
}
.part-payment > .list > .item.cash {
  grid-area: cash;
  padding: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  .part-payment > .list > .item.cash {
    padding: 0 10px 13px;
  }
}
.part-payment > .list > .item.cash > .img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .part-payment > .list > .item.cash > .img {
    margin-top: 10px;
  }
}
.part-payment > .list > .item.credit {
  grid-area: credit;
  padding: 0 25px 30px;
}
@media screen and (max-width: 768px) {
  .part-payment > .list > .item.credit {
    padding: 0 13px 18px;
  }
}
.part-payment > .list > .item.credit > .img {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .part-payment > .list > .item.credit > .img {
    margin-top: 18px;
  }
}
.part-payment > .list > .item.other {
  grid-area: other;
  padding: 0 35px 10px;
}
@media screen and (max-width: 768px) {
  .part-payment > .list > .item.other {
    padding: 0 35px 10px;
  }
}
.part-payment > .list > .item.other > .img {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .part-payment > .list > .item.other > .img {
    margin-top: 20px;
  }
}
.part-payment > .list > .item > .img {
  width: 100%;
  margin: auto;
}
.part-payment > .note {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .part-payment > .note {
    margin-top: 15px;
    font-size: 11px;
  }
}

.part-faq {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .part-faq {
    margin-top: 40px;
  }
}
.part-faq > .ttlc {
  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: 4%;
  background-color: #2359BE;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .part-faq > .ttlc {
    gap: 17px;
    padding: 4px 0 0;
    border-radius: 10px 10px 0 0;
  }
}
.part-faq > .ttlc > .img {
  max-width: 166px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .part-faq > .ttlc > .img {
    max-width: 122px;
  }
}
.part-faq > .ttlc > .ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .part-faq > .ttlc > .ttl {
    font-size: 20px;
    line-height: 1.6;
  }
}
.part-faq > .list {
  padding: 30px 26px 26px;
  border-left: 4px solid #2359BE;
  border-right: 4px solid #2359BE;
  border-bottom: 4px solid #2359BE;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .part-faq > .list {
    padding: 20px 18px 18px;
    border-left: 2px solid #2359BE;
    border-right: 2px solid #2359BE;
    border-bottom: 2px solid #2359BE;
    border-radius: 0 0 10px 10px;
  }
}
.part-faq > .list > .item {
  padding: 25px;
  border: 1px solid #707070;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .part-faq > .list > .item {
    padding: 15px;
  }
}
.part-faq > .list > .item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: repeating-linear-gradient(90deg, #fff, #fff 4px, transparent 4px, transparent 25px), repeating-linear-gradient(180deg, #fff, #fff 4px, transparent 4px, transparent 25px), repeating-linear-gradient(90deg, #fff, #fff 4px, transparent 4px, transparent 25px), repeating-linear-gradient(180deg, #fff, #fff 4px, transparent 4px, transparent 25px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
  background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
}
.part-faq > .list > .item:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .part-faq > .list > .item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.part-faq > .list > .item > .question,
.part-faq > .list > .item > .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .part-faq > .list > .item > .question,
  .part-faq > .list > .item > .answer {
    gap: 10px;
  }
}
.part-faq > .list > .item > .question > .head,
.part-faq > .list > .item > .answer > .head {
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .part-faq > .list > .item > .question > .head,
  .part-faq > .list > .item > .answer > .head {
    max-width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 2;
  }
}
.part-faq > .list > .item > .question > .head {
  background-color: #2359BE;
  color: #fff;
}
.part-faq > .list > .item > .question > .txt {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .part-faq > .list > .item > .question > .txt {
    font-size: 14px;
  }
}
.part-faq > .list > .item > .answer {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .part-faq > .list > .item > .answer {
    margin-top: 10px;
  }
}
.part-faq > .list > .item > .answer > .head {
  background-color: #F4D922;
  color: #2359BE;
}
.part-faq > .list > .item > .answer > .txt > .col-red {
  color: #DB2E2E;
  font-weight: 700;
}

.part-nbhd {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media screen and (max-width: 768px) {
  .part-nbhd {
    margin-top: 15px;
  }
}
.part-nbhd li:not(:last-of-type) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.part-nbhd li:not(:last-of-type)::after {
  content: "｜";
}
.part-nbhd li a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .part-nbhd li a {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}

.part-map {
  margin-top: 60px;
  padding: 9px;
  background: url(../images/common/map-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .part-map {
    margin-top: 40px;
    padding: 15px;
  }
}
.part-map > .wrap {
  background-color: #fff;
  padding: 29px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .part-map > .wrap {
    padding: 20px 18px 30px;
    -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;
    gap: 5px;
  }
}
.part-map > .wrap > .img {
  max-width: 391px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .part-map > .wrap > .img {
    max-width: 279px;
    width: 100%;
  }
}
.part-map > .wrap > .ctt > .ttl-l,
.part-map > .wrap > .ctt > .ttl-s {
  width: 220px;
  border-bottom: 2px solid #2359BE;
  font-weight: 700;
  color: #2359BE;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-map > .wrap > .ctt > .ttl-l,
  .part-map > .wrap > .ctt > .ttl-s {
    width: 155px;
    border-bottom: 1px solid #2359BE;
  }
}
.part-map > .wrap > .ctt > .ttl-l {
  padding: 0 0 10px;
  font-size: 50px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .part-map > .wrap > .ctt > .ttl-l {
    font-size: 30px;
  }
}
.part-map > .wrap > .ctt > .ttl-s {
  padding: 0 0 8px;
  font-size: 36px;
  margin: 8px auto 0;
}
@media screen and (max-width: 768px) {
  .part-map > .wrap > .ctt > .ttl-s {
    padding: 0 0 5px;
    font-size: 24px;
    margin: 5px auto 0;
  }
}
.part-map > .wrap > .ctt > .txt {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .part-map > .wrap > .ctt > .txt {
    margin-top: 20px;
    font-size: 12px;
  }
}
.part-map > .wrap > .ctt > .btn {
  max-width: 390px;
  width: 100%;
  margin: 35px auto 0;
  border-radius: 10px;
  background-color: #FF9D02;
  padding: 19px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .part-map > .wrap > .ctt > .btn {
    margin: 26px auto 0;
    padding: 17px;
    font-size: 16px;
  }
}

.part-service-flow {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .part-service-flow {
    margin-top: 40px;
  }
}
.part-service-flow > .copy {
  margin-top: 54px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .copy {
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
  }
}
.part-service-flow > .lead {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .lead {
    margin-top: 20px;
  }
}
.part-service-flow > .list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .list {
    margin-top: 30px;
  }
}
.part-service-flow > .list .item:not(:first-child) {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .list .item:not(:first-child) {
    margin-top: 56px;
  }
}
.part-service-flow > .list .item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 23px;
  background-color: #55BCEA;
  clip-path: polygon(1.5px 0, 50% calc(100% - 3px), calc(100% - 1.5px) 0, 100% 1.5px, 50% 100%, 0 1.5px);
}
@media screen and (max-width: 768px) {
  .part-service-flow > .list .item:not(:first-child)::before {
    top: -35px;
    width: 35px;
    height: 15px;
  }
}
.part-service-flow > .list .item-frame {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 226px;
  background-color: #fff;
  border: 2px solid #55BCEA;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 3px 3px 6px;
}
@media screen and (max-width: 500px) {
  .part-service-flow > .list .item-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.part-service-flow > .list .item-frame .heading {
  position: relative;
  max-width: 300px;
  width: 40%;
}
@media screen and (max-width: 500px) {
  .part-service-flow > .list .item-frame .heading {
    max-width: 100%;
    width: 100%;
  }
}
.part-service-flow > .list .item-frame .heading-label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 9px 12px;
  background-color: #55BCEA;
  border-radius: 0 10px 10px 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.part-service-flow > .list .item-frame .heading-label .no {
  font-size: 22px;
}
.part-service-flow > .list .item-frame .heading-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.part-service-flow > .list .item-frame .heading-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.part-service-flow > .list .item-frame .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 40px 30px 34px;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .list .item-frame .detail {
    padding: 20px;
  }
}
.part-service-flow > .list .item-frame .detail-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .list .item-frame .detail-ttl {
    font-size: 18px;
  }
}
.part-service-flow > .list .item-frame .detail-txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .list .item-frame .detail-txt {
    margin-top: 15px;
  }
}
.part-service-flow > .message {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .message {
    margin-top: 20px;
  }
}
.part-service-flow > .message-red {
  margin-top: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #DB2E2E;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .message-red {
    margin-top: 30px;
    font-size: 18px;
  }
}
.part-service-flow > .tel {
  margin-top: 30px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .tel {
    pointer-events: initial;
    display: block;
    margin-top: 25px;
    padding: 20px 10px;
    background-color: #2359BE;
    border: solid 1px #fff;
    border-radius: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px;
            box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px;
    text-align: center;
    font-weight: 700;
    color: #fff;
  }
}
.part-service-flow > .tel:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .tel:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .part-service-flow > .tel .tel-now {
    display: none;
  }
}
.part-service-flow > .tel .tel-num {
  max-width: 708px;
  width: 100%;
  margin: auto;
  border: solid 2px #2359BE;
  border-radius: 50px;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  color: #2359BE;
  line-height: 1.4285714286;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .tel .tel-num {
    border: none;
    font-size: 40px;
    color: #fff;
  }
}
.part-service-flow > .tel .tel-free {
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .part-service-flow > .tel .tel-free {
    display: none;
  }
}
.part-service-flow > .free-call {
  margin-top: 26px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #2359BE;
}
@media screen and (max-width: 768px) {
  .part-service-flow > .free-call {
    font-size: 15px;
  }
}

.part-consider > .detail {
  display: grid;
  grid-template-areas: "img head" "img pricec";
  place-items: start;
}
@media screen and (max-width: 768px) {
  .part-consider > .detail {
    grid-template-areas: "head head" "img pricec";
    place-items: center;
    place-content: center;
    gap: 8px 10px;
  }
}
@media screen and (max-width: 450px) {
  .part-consider > .detail {
    place-content: space-between;
  }
}
.part-consider > .detail > .img {
  grid-area: img;
  max-width: 315px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .part-consider > .detail > .img {
    max-width: min(max(26.0416666667vw, 138px), 200px);
  }
}
.part-consider > .detail > .head {
  grid-area: head;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.48;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .part-consider > .detail > .head {
    font-size: 24px;
    line-height: 1.4;
    margin-top: initial;
    text-align: center;
  }
}
.part-consider > .detail > .head > .city {
  color: #2359BE;
}
.part-consider > .detail > .pricec {
  grid-area: pricec;
  padding: 19px clamp(0.8125rem, -9.4038rem + 43.5897vw, 1.875rem) 14px;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #DB2E2E;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .part-consider > .detail > .pricec {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .part-consider > .detail > .pricec {
    margin-top: initial;
  }
}
.part-consider > .detail > .pricec > .txt {
  font-size: min(max(3vw, 13px), 18px);
  line-height: 1.6666666667;
}
.part-consider > .detail > .pricec > .price {
  font-size: min(max(7.7142857143vw, 30px), 54px);
  line-height: 1.2;
  margin-top: -4px;
}
.part-consider > .detail > .pricec > .price > .font-roboto {
  font-style: italic;
}
.part-consider > .detail > .pricec > .price > .small {
  font-size: min(max(5vw, 20px), 30px);
}
.part-consider > .sales {
  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: -5px;
}
@media screen and (max-width: 900px) {
  .part-consider > .sales {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .part-consider > .sales {
    display: none;
  }
}
.part-consider > .sales > .time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 21px 5px;
  border-radius: 4px;
  background-color: #B0E0F5;
  font-size: 18px;
  font-weight: 700;
  color: #2359BE;
  text-align: center;
  margin-top: 20px;
}
.part-consider > .sales > .tel > .numc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.part-consider > .sales > .tel > .numc > .icon {
  width: 55px;
}
.part-consider > .sales > .tel > .numc > .num {
  font-weight: 700;
}
.part-consider > .sales > .tel > .numc > .icon {
  width: 62px;
}
.part-consider > .sales > .tel > .numc > .num {
  font-size: min(max(6.8359375vw, 50px), 70px);
  color: #DB2E2E;
  line-height: 1.3142857143;
}
.part-consider > .tel {
  width: 100%;
  margin: 18px auto 0;
  padding: 14px 0 13px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#366cd1), to(#254c96));
  background-image: linear-gradient(180deg, #366cd1, #254c96);
  text-align: center;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .part-consider > .tel {
    display: grid;
    gap: 5px;
  }
}
.part-consider > .tel * {
  color: #fff;
  font-weight: 700;
}
.part-consider > .tel > .free > .col-yellow {
  color: #F4D922;
}
.part-consider > .tel > .txt-l {
  font-size: 24px;
}
.part-consider > .tel > .txt-s {
  font-size: 14px;
}

.part-consultation {
  margin-top: 60px;
  padding: 15px;
  background-color: #FFFFE3;
}
@media screen and (max-width: 768px) {
  .part-consultation {
    margin-top: 40px;
    padding: 10px;
  }
}
.part-consultation > .border {
  border: 2px solid #55BCEA;
  padding: 33px;
}
@media screen and (max-width: 768px) {
  .part-consultation > .border {
    border: 1px solid #55BCEA;
    padding: 17px;
  }
}
.part-consultation > .border .txt {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-consultation > .border .txt {
    font-size: 16px;
    line-height: 1.6875;
    margin-top: 25px;
  }
}
@media screen and (max-width: 500px) {
  .part-consultation > .border .txt {
    text-align: left;
  }
}
.part-consultation > .border .img {
  max-width: 166px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .part-consultation > .border .img {
    max-width: 81px;
  }
}
.part-consultation > .border > .ctt {
  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;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .part-consultation > .border > .ctt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
}
.part-consultation > .border > .ctt > .list {
  display: grid;
  gap: 20px;
  width: 71%;
}
@media screen and (max-width: 768px) {
  .part-consultation > .border > .ctt > .list {
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .part-consultation > .border > .ctt > .list {
    width: 100%;
  }
}
.part-consultation > .border > .ctt > .list > .item {
  border-radius: 20px;
  background-color: #FFD0D0;
  padding: 16px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .part-consultation > .border > .ctt > .list > .item {
    border-radius: 10px;
    padding: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .part-consultation > .border > .ctt-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .part-consultation > .border > .ctt-sp > .txt {
    margin-top: initial;
    text-align: left;
    width: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .part-consultation > .border > .ctt-sp > .txt {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */