@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}
*:where(:not(progress, meter)),
*::before:where(:not(progress, meter)),
*::after:where(:not(progress, meter)) {
  background-repeat: no-repeat;
  background-position: center;
  background-origin: border-box;
  border-style: solid;
  border-width: 0;
}

:where(body) {
  block-size: 100dvb;
}

:where(html) {
  font-family: sans-serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
}

:where(address) {
  font-style: normal;
}

:where(code, kbd, samp, pre) {
  font-family: monospace;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

:where(small, sub, sup) {
  font-size: 75%;
}

:where(sub, sup) {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.25em;
}

:where(ul, ol) {
  padding-left: 1.75em;
}

:where(table) {
  word-break: break-all;
  border-collapse: collapse;
}

:where(th, td) {
  padding: 0;
  border: solid 1px currentcolor;
}

:where(pre) {
  max-block-size: 100%;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

:where(details > summary:first-of-type),
:where(details[open] > summary:first-of-type) {
  list-style-type: none;
}

:where(hr) {
  overflow: visible;
  color: inherit;
  border: none;
  border-block-start: 1px solid;
  block-size: 0;
}

:where(img, picture, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: bottom;
}

:where(iframe, embed, object) {
  inline-size: 100%;
}

:where(fieldset) {
  padding: 0;
  border: solid 1px currentcolor;
}

::file-selector-button,
:where(input:not([type=color], [type=range]), button, textarea, select) {
  max-inline-size: 100%;
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: initial;
}

::file-selector-button,
:where(input:not([type=file], [type=radio], [type=checkbox], [type=color], [type=range]), button, textarea, select) {
  border: solid 1px currentcolor;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:where(input, select) {
  accent-color: currentcolor;
}

:where(textarea, select) {
  vertical-align: top;
}

:where(textarea) {
  resize: vertical;
  inline-size: 100%;
}

:where(input[type=file], select) {
  inline-size: 100%;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
}

:where(input:not([type=text], [type=password], [type=url], [type=email], [type=tel], [type=search], [type=number]), area, button, label, select, summary, a[href], [role=button], [role=option]) {
  touch-action: manipulation;
  cursor: pointer;
}

:where(:disabled, label:has(> input:disabled), label:has(+ input:disabled), input:disabled + label) {
  cursor: not-allowed;
  opacity: 0.5;
}

::-moz-placeholder {
  color: inherit;
  opacity: 0.25;
}

::placeholder {
  color: inherit;
  opacity: 0.25;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 780px;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
}
@media screen and (min-width: 780px) {
  body {
    font-size: clamp(1.376rem, 0rem + 1.77vw, 1.8rem);
  }
}

:where(a:link, a:visited, a:hover) {
  color: #01216c;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

:where(code, var, kbd, samp, pre) {
  font-family: "Courier New", courier, "Osaka－等幅", "Osaka-等幅", osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;
  font-feature-settings: "zero";
}

:where(ul[class], ol[class]),
:where(nav > ul, nav > ol) {
  padding-left: 0;
  list-style-type: none;
}

:where(i, dfn, em) {
  font-style: normal;
}

:where(hr) {
  margin: 0.25em auto;
}

:where(mark) {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255, 255, 0);
  text-underline-offset: -0.2em;
  color: inherit;
  background: none;
}

:where(:focus, :focus-visible) {
  outline-offset: 4px;
}

sup {
  font-size: 100%;
}

.nw {
  display: inline-block;
}

.sp {
  display: block;
}
.sp.-flex {
  display: flex;
}
.sp.-inline {
  display: inline;
}
.sp.-inlineblock {
  display: inline-block;
}
.sp.-inlineflex {
  display: inline-flex;
}
@media screen and (min-width: 780px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 780px) {
  .pc {
    display: block;
  }
  .pc.-flex {
    display: flex;
  }
  .pc.-inline {
    display: inline;
  }
  .pc.-inlineblock {
    display: inline-block;
  }
  .pc.-inlineflex {
    display: inline-flex;
  }
}

.is-invisible {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.ut-cleafix::after {
  display: block;
  clear: both;
  content: "";
}

.is-inline {
  display: inline;
  vertical-align: -0.125em;
}
.is-inline img {
  display: inline;
  vertical-align: -0.125em;
}

.sparse {
  font-feature-settings: normal;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
}

.dense {
  font-feature-settings: "palt";
  letter-spacing: -0.025em;
}

.ellipsis {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.mark {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255, 255, 0);
  text-underline-offset: -0.2em;
}

.layout {
  background-color: #800;
}

.wrapper-block {
  margin-top: 80px;
  background-image: url(../img/bg_light_sp.webp);
  background-repeat: repeat-y;
  background-size: 100%;
}
@media screen and (min-width: 780px) {
  .wrapper-block {
    margin-top: 0;
    background-image: url(../img/bg_light.webp);
  }
}

.main-container {
  padding-top: clamp(73.73px, -0.22px + 20.54vw, 160px);
}
@media screen and (min-width: 780px) {
  .main-container {
    padding-top: clamp(57.97px, -49.43px + 13.77vw, 80px);
  }
}

.sect-block {
  padding: 0 clamp(9.22px, -0.02px + 2.57vw, 20px);
}
.sect-block.-n1 > .inner {
  padding: 2em 0;
}
.sect-block.-wt {
  background-color: #fff;
}
@media screen and (min-width: 780px) {
  .sect-block {
    padding: 0 clamp(28.99px, -6.79px + 4.59vw, 40px);
  }
  .sect-block > .inner {
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
  }
}

.component1 {
  padding: clamp(18.43px, -0.06px + 5.14vw, 40px);
}
@media screen and (min-width: 780px) {
  .component1 {
    padding: clamp(28.99px, -6.79px + 4.59vw, 40px);
  }
}

.component2 {
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
}
@media screen and (min-width: 780px) {
  .component2 {
    font-size: clamp(1.376rem, 0rem + 1.77vw, 1.8rem);
  }
}

.role-banner {
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 0 clamp(28.99px, -6.79px + 4.59vw, 40px);
  background-color: #fff;
  border-top: 4px solid #01216c;
}
.role-banner > .inner {
  display: block;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.role-banner > .inner > .menu {
  padding: 1em 0;
}
@media screen and (max-width: 779.98px) {
  .role-banner {
    position: fixed;
    padding: 0 clamp(9.22px, -0.02px + 2.57vw, 20px);
  }
  .role-banner > .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 75px;
  }
  .role-banner > .inner > .menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .role-banner > .inner .btn {
    display: flex;
    align-items: center;
  }
}

.branding-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.branding-block > .logo a {
  display: block;
}
.branding-block > .logo img {
  width: 283px;
  padding: 10px 0;
  padding-right: 10px;
}

.tel-line > .inner {
  display: flex;
  align-items: center;
}
.tel-line.-head > .inner > .line {
  padding: 10px;
}
.tel-line.-head > .inner > .line img {
  max-width: 55px;
}
.tel-line.-foot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.tel-line.-foot > .inner > .tel,
.tel-line.-foot > .inner > .line {
  flex: 0 0 50%;
  padding: clamp(4.61px, -0.01px + 1.28vw, 10px);
}
.tel-line.-foot > .inner > .tel img,
.tel-line.-foot > .inner > .line img {
  max-width: clamp(46.08px, -0.14px + 12.84vw, 100px);
  margin: auto;
}
.tel-line.-foot > .inner > .line {
  background-color: #06c755;
}
.tel-line.-foot > .inner > .tel {
  background-color: #01216c;
}

.headmenu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  font-size: clamp(1.071rem, 0rem + 1.37vw, 1.4rem);
}
.headmenu-list > .item a {
  display: block;
  padding: 0 1em;
  color: #333;
}
.headmenu-list > .item + .item {
  border-left: 1px solid #d9d9d9;
}
@media screen and (max-width: 779.98px) {
  .headmenu-list {
    font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
    display: none;
    width: 100%;
    padding: clamp(9.22px, -0.02px + 2.57vw, 20px) 0;
  }
  .headmenu-list > .item {
    margin: clamp(9.22px, -0.02px + 2.57vw, 20px);
    font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
  }
  .headmenu-list > .item + .item {
    margin-top: 2em;
    border-left: none;
  }
}

.headnav-btn {
  top: 0;
  right: 0;
  border: none;
  border-radius: 0.25rem;
  font-size: clamp(1.846rem, 0rem + 5.13vw, 4rem);
  position: relative;
  width: 1.5em;
  height: 1.5em;
  background: transparent;
}
.headnav-btn span {
  position: absolute;
  left: 0.125em;
  display: inline-block;
  width: 1.25em;
  height: 0.175em;
  background: #01216c;
  transform-origin: center left;
}
.headnav-btn span:nth-of-type(1) {
  top: 0.125em;
}
.headnav-btn span:nth-of-type(2) {
  top: 0.6625em;
  transform-origin: center center;
}
.headnav-btn span:nth-of-type(3) {
  top: 1.2em;
}
.headnav-btn.is-active span:nth-of-type(1) {
  transform: translateY(0.0954915134em) translateX(0.1829915134em) rotate(45deg);
}
.headnav-btn.is-active span:nth-of-type(2) {
  opacity: 0;
  transform: rotate(45deg);
}
.headnav-btn.is-active span:nth-of-type(3) {
  transform: translateY(-0.0954915134em) translateX(0.1829915134em) rotate(-45deg);
}
.headnav-btn span {
  border-radius: 100px;
  transition: transform 0.25s, opacity 0.5s;
}
@media screen and (min-width: 780px) {
  .headnav-btn {
    display: none;
  }
}

.path-block {
  padding: 0 clamp(9.22px, -0.02px + 2.57vw, 20px);
  background-color: #ebebeb;
}
.path-block > .breadcrumbs {
  font-size: clamp(1.108rem, 0rem + 3.08vw, 2.4rem);
  padding: 1em 0;
}
.path-block > .breadcrumbs a {
  color: #000;
}
@media screen and (min-width: 780px) {
  .path-block {
    padding: 0 clamp(28.99px, -6.79px + 4.59vw, 40px);
  }
  .path-block > .breadcrumbs {
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.071rem, 0rem + 1.37vw, 1.4rem);
  }
}

.page-header {
  padding: 0 clamp(9.22px, -0.02px + 2.57vw, 20px);
}
.page-header > .inner {
  font-size: clamp(1.108rem, 0rem + 3.08vw, 2.4rem);
  padding: 4em 0 1em;
}
@media screen and (min-width: 780px) {
  .page-header {
    padding: 0 clamp(28.99px, -6.79px + 4.59vw, 40px);
  }
  .page-header > .inner {
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.071rem, 0rem + 1.37vw, 1.4rem);
  }
}

.cta-block {
  padding: 0 clamp(9.22px, -0.02px + 2.57vw, 20px);
}
.cta-block > .inner {
  padding: 2em 0 3em;
  border-top: 1px solid #d9d9d9;
}
.cta-block > .inner > .content > .txt1 {
  font-weight: bold;
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
}
.cta-block > .inner > .content > .tel {
  font-weight: bold;
  color: #3765d6;
  font-size: clamp(2.954rem, 0rem + 8.2vw, 6.4rem);
}
.cta-block > .inner > .content > .txt2 {
  font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
}
.cta-block > .inner > .btn {
  margin-top: 2em;
  text-align: center;
}
.cta-block > .inner > .btn > .btn-unit {
  max-width: 100%;
  background-color: #aa0002;
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
}
.cta-block > .inner > .btn > .btn-unit::before {
  position: absolute;
  left: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  font-size: 60%;
  content: "";
  background-image: url(../img/icon_mail.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.cta-block > .inner > .btn > .btn-unit > span {
  padding-left: 3em;
}
.cta-block > .inner > .btn > span {
  color: #888;
  font-size: clamp(1.108rem, 0rem + 3.08vw, 2.4rem);
}
.cta-block > .inner.-b {
  padding-bottom: 0;
  margin-top: 3em;
}
.cta-block > .inner.-c {
  justify-content: center;
  padding-top: 0;
  border-top: none;
}
.cta-block > .inner.-c > .btn {
  margin-top: 0;
}
@media screen and (min-width: 780px) {
  .cta-block {
    padding: 0 clamp(28.99px, -6.79px + 4.59vw, 40px);
  }
  .cta-block > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
  }
  .cta-block > .inner > .content > .txt1 {
    font-size: clamp(1.376rem, 0rem + 1.77vw, 1.8rem);
  }
  .cta-block > .inner > .content > .tel {
    font-size: clamp(2.6rem, 0rem + 3.33vw, 3.4rem);
  }
  .cta-block > .inner > .content > .txt2 {
    font-size: clamp(1.224rem, 0rem + 1.57vw, 1.6rem);
  }
  .cta-block > .inner > .btn > .btn-unit {
    font-size: clamp(2.141rem, 0rem + 2.75vw, 2.8rem);
  }
  .cta-block > .inner > .btn > span {
    font-size: clamp(1.224rem, 0rem + 1.57vw, 1.6rem);
  }
}

.paging-block {
  margin: 4em 0;
}

.paginate-nav {
  display: flex;
  gap: 0.5em;
  justify-content: center;
}
.paginate-nav > .item > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 0.125em;
}
.paginate-nav > .item > *:not(.dots) {
  border: solid 1px #01216c;
}
.paginate-nav > .item > *.-current {
  color: #fff;
  background-color: #01216c;
}

.role-contentinfo {
  padding: 2em clamp(9.22px, -0.02px + 2.57vw, 20px) 1em;
  color: #595959;
  background-color: #f5f5f5;
  border-top: 4px solid #01216c;
  font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
}
.role-contentinfo > .inner > .main > .img {
  max-width: 50vw;
  padding: 0 0 1em;
}
.role-contentinfo > .inner > .main > .office {
  margin-bottom: 1em;
}
.role-contentinfo > .colophone {
  padding-top: 2em;
  padding-bottom: calc(1em + clamp(55.3px, -0.16px + 15.4vw, 120px));
  text-align: center;
}
@media screen and (min-width: 780px) {
  .role-contentinfo {
    padding: 2em clamp(28.99px, -6.79px + 4.59vw, 40px) 1em;
    font-size: clamp(0.918rem, 0rem + 1.18vw, 1.2rem);
  }
  .role-contentinfo > .inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
  }
  .role-contentinfo > .inner > .main {
    flex: 0 0 20%;
  }
  .role-contentinfo > .inner > .menu {
    flex: 0 0 70%;
  }
  .role-contentinfo > .colophone {
    padding-bottom: 1em;
    margin-top: 1em;
    border-top: 1px solid #d9d9d9;
  }
}

.footmenu-list {
  border-top: 1px solid #d9d9d9;
}
.footmenu-list > .item {
  padding: 0.5em 0;
  border-bottom: 1px solid #d9d9d9;
}
.footmenu-list > .item a {
  display: flex;
  align-items: center;
  color: #595959;
}
.footmenu-list > .item a::before {
  display: block;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5em;
  content: "";
  background-image: url(../img/icon_arrr1.webp);
  background-position: center center;
  background-size: 100%;
}
@media screen and (min-width: 780px) {
  .footmenu-list {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
  }
  .footmenu-list > .item {
    flex: 0 0 25%;
    padding: 0 0 1em;
    border-bottom: none;
  }
}

.sect-block.-related {
  padding-top: 4em;
  padding-bottom: 4em;
  background: linear-gradient(to bottom right, #fff 0%, #d7d7d7 27%, #fff 100%);
}
.sect-block.-related > .inner > .content > .btn {
  margin-top: 2em;
}

.role-article > .img {
  margin-bottom: 2em;
}

.wp-theContent > * {
  line-height: 1.75;
  text-align: justify;
}
.wp-theContent > * + * {
  margin-top: 2em;
}
.wp-theContent h2 {
  padding: 0.5em;
  color: #01216c;
  background-color: #eef3ff;
  border-top: 2px solid #01216c;
  font-size: clamp(2.492rem, 0rem + 6.92vw, 5.4rem);
}
.wp-theContent h3 {
  font-size: clamp(2.492rem, 0rem + 6.92vw, 5.4rem);
  border-bottom: solid 2px #d1dfff;
}
.wp-theContent h4 {
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
}
.wp-theContent h4:last-of-type {
  color: #01216c;
  border-bottom: dotted 1px currentcolor;
}
.wp-theContent h4:last-of-type + p {
  margin-top: 1em;
}
.wp-theContent h4:last-of-type + p > img {
  width: clamp(92.17px, -0.26px + 25.67vw, 200px);
}
@media screen and (min-width: 780px) {
  .wp-theContent h2 {
    font-size: clamp(1.835rem, 0rem + 2.35vw, 2.4rem);
  }
  .wp-theContent h3 {
    font-size: clamp(1.529rem, 0rem + 1.96vw, 2rem);
  }
  .wp-theContent h4 {
    font-size: clamp(1.376rem, 0rem + 1.77vw, 1.8rem);
  }
  .wp-theContent h4:last-of-type + p > img {
    width: clamp(86.96px, -20.42px + 13.77vw, 120px);
  }
}

div#ez-toc-container {
  width: 100%;
  background-color: #f5f8ff;
  border: none;
}

.title-unit {
  position: relative;
  padding-top: 0.75em;
  margin-bottom: 1em;
  font-weight: 700;
  color: #01216c;
  font-size: clamp(2.954rem, 0rem + 8.2vw, 6.4rem);
}
.title-unit::before {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2em;
  font-size: 0.5em;
  font-style: italic;
  font-weight: normal;
  color: #888;
  content: attr(data-label);
  background-image: linear-gradient(currentcolor, currentcolor);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5em 1px;
}
.title-unit.-wt {
  color: #fff;
}
.title-unit.-wt::before {
  color: #fff;
}
@media screen and (min-width: 780px) {
  .title-unit {
    font-size: clamp(2.6rem, 0rem + 3.33vw, 3.4rem);
  }
}

.btn-unit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  padding: 2px;
  margin: auto;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #01216c;
  border-radius: 100px;
  font-size: clamp(1.846rem, 0rem + 5.13vw, 4rem);
}
.btn-unit::after {
  position: absolute;
  right: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5em;
  height: 0.5em;
  font-size: 60%;
  content: "▶︎";
}
.btn-unit > span {
  display: block;
  padding: 0.25em 2em;
  border: solid 2px currentcolor;
  border-radius: 100px;
}
@media screen and (min-width: 780px) {
  .btn-unit {
    font-size: clamp(1.529rem, 0rem + 1.96vw, 2rem);
  }
}

.cards-block > .item {
  overflow: hidden;
  border-radius: 0.5em;
}
.cards-block > .item.-wt {
  position: relative;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(1, 33, 108, 0.15);
}
.cards-block > .item.-wt::after {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #003b8e;
  border-style: solid;
  border-width: 0 0 1em 1em;
}
.cards-block.-v .item {
  padding: 1em;
  background-color: rgba(18, 37, 81, 0.7);
  border: solid 2px #455885;
  box-shadow: 0 8px 24px rgba(1, 33, 108, 0.3);
}
.cards-block.-v .item + .item {
  margin-top: 1em;
}
@media screen and (min-width: 780px) {
  .cards-block {
    display: flex;
    gap: 2em 1em;
  }
  .cards-block.-d3 {
    flex-wrap: wrap;
  }
  .cards-block.-d3 > .item {
    flex: 0 0 calc(33.33% - 0.6666666667em);
  }
  .cards-block.-v {
    display: block;
  }
}
@media screen and (max-width: 779.98px) {
  .cards-block.-d3 .item + .item {
    margin-top: 2em;
  }
}

.card-unit.-v > .txt {
  padding: 1em;
}
.card-unit.-v > .txt > .title {
  font-size: clamp(2.492rem, 0rem + 6.92vw, 5.4rem);
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #01216c;
}
.card-unit.-v > .txt > .content {
  line-height: 1.75;
  text-align: justify;
}
.card-unit.-v > .txt > .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
  font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
}
.card-unit.-v > .txt > .head > .time {
  color: #78909c;
}
.card-unit.-v > .txt > .head > .cat {
  padding: 0.125em 0.5em;
  font-weight: bold;
  color: #fff;
  background-color: #01216c;
  border-radius: 0.25em;
}
.card-unit.-v > .img.-b {
  background: linear-gradient(to bottom, #01216c 0%, #2d5185 100%);
}
.card-unit.-v > .img.-c img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-unit.-h > .txt > .title {
  font-size: clamp(2.492rem, 0rem + 6.92vw, 5.4rem);
  margin-bottom: 0.5em;
  font-weight: bold;
}
.card-unit.-h > .txt > .content {
  line-height: 1.75;
  text-align: justify;
}
.card-unit.-h > .img {
  margin: -1em -1em 0;
}
@media screen and (min-width: 780px) {
  .card-unit.-v > .txt > .title {
    font-size: clamp(1.529rem, 0rem + 1.96vw, 2rem);
  }
  .card-unit.-v > .txt > .content {
    font-size: clamp(1.224rem, 0rem + 1.57vw, 1.6rem);
  }
  .card-unit.-v > .txt > .head {
    font-size: clamp(1.071rem, 0rem + 1.37vw, 1.4rem);
  }
  .card-unit.-h {
    display: flex;
    gap: 1em;
    align-items: center;
  }
  .card-unit.-h > .txt > .title {
    font-size: clamp(1.529rem, 0rem + 1.96vw, 2rem);
  }
  .card-unit.-h > .txt > .content {
    font-size: clamp(1.224rem, 0rem + 1.57vw, 1.6rem);
  }
  .card-unit.-h > .img {
    flex: 0 0 27%;
    margin: 0;
  }
}
@media screen and (max-width: 779.98px) {
  .card-unit.-h > .txt {
    margin-top: 1em;
  }
}

.fee-table > .item {
  font-size: clamp(2.215rem, 0rem + 6.15vw, 4.8rem);
}
.fee-table > .item > .title {
  padding: 1em;
  font-weight: bold;
  text-align: center;
  background-color: #d1dfff;
  border-bottom: none;
}
.fee-table > .item > .content {
  padding: 1em;
  text-align: center;
}
.fee-table > .item:last-child {
  border-bottom: solid 3px #d1dfff;
}
@media screen and (min-width: 780px) {
  .fee-table > .item {
    display: flex;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 2px #d1dfff;
    font-size: clamp(1.529rem, 0rem + 1.96vw, 2rem);
  }
  .fee-table > .item > .title {
    flex: 0 0 30%;
    border-top: solid 2px #fff;
  }
  .fee-table > .item > .contet {
    flex: 0 0 70%;
    text-align: left;
  }
  .fee-table > .item:first-child {
    border-top: solid 2px #d1dfff;
  }
  .fee-table > .item:last-child {
    border-top: none;
  }
}

.faq-unit > .item > .title,
.faq-unit > .item > .content {
  display: none;
  padding: 1em;
  overflow: hidden;
  background-color: rgba(18, 37, 81, 0.7);
  border: solid 2px #455885;
  border-radius: 0.5em;
  box-shadow: 0 8px 24px rgba(1, 33, 108, 0.3);
}
.faq-unit > .item > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.25em;
  padding-left: 1em;
}
.faq-unit > .item > .title > span {
  flex: 1 1 auto;
}
.faq-unit > .item > .title::before {
  display: flex;
  flex: 0 0 1.5em;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  content: "Q";
}
.faq-unit > .item > .title::after {
  display: block;
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url(../img/icon_arrr2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.faq-unit > .item > .content {
  margin-top: 0.25em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-unit > .item + .item {
  margin-top: 1em;
}
@media screen and (min-width: 780px) {
  .faq-unit > .item > .title {
    padding-right: 1em;
    padding-left: 2em;
  }
  .faq-unit > .item > .title > span {
    flex: 1 1 auto;
  }
  .faq-unit > .item > .title::before {
    flex: 0 0 2em;
    width: 2em;
    font-size: 2em;
  }
}

.slider-block {
  display: flex;
  gap: 1em;
}
.slider-block > .item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.5em;
  box-shadow: 0 8px 24px rgba(1, 33, 108, 0.15);
}
.slider-block > .item::after {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #003b8e;
  border-style: solid;
  border-width: 0 0 1em 1em;
}

@media screen and (min-width: 1px) {
  .swiper-container {
    width: 100%;
    overflow: hidden;
  }
  .swiper-wrapper {
    display: flex;
  }
  .swiper-slide {
    flex-shrink: 0;
  }
  .swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 0.5em;
    margin: 2em auto 0;
  }
}
@media screen and (min-width: 1px) and (min-width: 780px) {
  .swiper-pagination {
    max-width: clamp(231.88px, -54.51px + 36.72vw, 320px);
  }
}
@media screen and (min-width: 1px) {
  .swiper-pagination-bullet {
    flex: 1 1 0;
    height: 4px;
    margin: 0;
    background: #c1c1c1;
    border-radius: 0;
    opacity: 1;
    transition: background-color 0.25s ease, transform 0.25s ease;
  }
  .swiper-pagination-bullet-active {
    background: #01216c;
  }
  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
}
@media screen and (max-width: 779.98px) {
  .swiper-pagination-bullet {
    height: 8px;
  }
}
.ut-red {
  color: #c00;
}

:where(body.top-page) {
  /* 省略中だけ … を出す */
}
:where(body.top-page) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 780px;
}
:where(body.top-page) .top {
  background-color: #800;
}
:where(body.top-page) .wrapper-block {
  background-image: none;
}
@media screen and (min-width: 780px) {
  :where(body.top-page) .wrapper-block {
    background-image: none;
  }
}
:where(body.top-page) .kv-block {
  position: relative;
  overflow: hidden;
}
:where(body.top-page) .kv-block > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 144/60;
  background-image: url(../img/top_kv.webp);
  background-size: cover;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
:where(body.top-page) .kv-block > .inner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  content: "";
  background-image: inherit;
  filter: blur(8px);
  background-position: center center;
  background-size: cover;
  transform: translate(-8px, -8px);
}
:where(body.top-page) .kv-block > .inner > .content {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding: 1em clamp(28.99px, -6.79px + 4.59vw, 40px) 3em;
}
:where(body.top-page) .kv-block > .inner > .content > .txt1 {
  padding: 0 0 0.5em;
  font-size: clamp(1.835rem, 0rem + 2.35vw, 2.4rem);
}
:where(body.top-page) .kv-block > .inner > .content > .txt1 > b {
  display: inline-block;
  padding: 0.125em 0.5em;
  color: #01216c;
  background-color: #fff;
  border-radius: 0.25em;
}
:where(body.top-page) .kv-block > .inner > .content > .txt1 > b + b {
  margin-left: 0.5em;
}
:where(body.top-page) .kv-block > .inner > .content > .main {
  font-weight: bold;
  color: #fff;
  font-size: clamp(4.894rem, 0rem + 6.28vw, 6.4rem);
}
:where(body.top-page) .kv-block > .inner > .content > .main > small {
  font-size: clamp(3.365rem, 0rem + 4.31vw, 4.4rem);
}
:where(body.top-page) .kv-block > .inner > .content > .sub {
  margin: 1em 0 2em;
  color: #fff;
  font-size: clamp(1.835rem, 0rem + 2.35vw, 2.4rem);
}
:where(body.top-page) .kv-block > .inner > .content > .txt2 {
  display: flex;
  gap: 0.5em;
}
:where(body.top-page) .kv-block > .inner > .content > .txt2 > .item {
  width: clamp(152.17px, -35.78px + 24.1vw, 210px);
  padding: 0.5em;
  line-height: 1;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}
:where(body.top-page) .kv-block > .inner > .content > .txt2 > .item > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.125em 0.5em;
  font-weight: bold;
  color: #01216c;
  background-color: #fff;
  font-size: clamp(2.141rem, 0rem + 2.75vw, 2.8rem);
}
:where(body.top-page) .kv-block > .inner > .content > .txt2 > .item > .inner small {
  font-size: clamp(1.376rem, 0rem + 1.77vw, 1.8rem);
}
:where(body.top-page) .kv-block > .inner > .content > .txt2 > .item > .inner b {
  font-weight: 900;
  font-size: clamp(2.294rem, 0rem + 2.94vw, 3rem);
}
@media screen and (max-width: 779.98px) {
  :where(body.top-page) .kv-block > .inner {
    display: block;
    aspect-ratio: 78/126;
    background-image: url(../img/top_kv_sp.webp);
  }
  :where(body.top-page) .kv-block > .inner > .content {
    padding: 0 clamp(9.22px, -0.02px + 2.57vw, 20px);
  }
  :where(body.top-page) .kv-block > .inner > .content > .txt1 {
    padding: 2em 0 0.5em;
    font-size: clamp(1.754rem, 0rem + 4.87vw, 3.8rem);
  }
  :where(body.top-page) .kv-block > .inner > .content > .main {
    font-feature-settings: "palt";
    letter-spacing: 0.0125em;
    padding-left: 0.0125em;
    font-size: clamp(4.154rem, 0rem + 11.54vw, 9rem);
  }
  :where(body.top-page) .kv-block > .inner > .content > .main > small {
    font-size: clamp(3.231rem, 0rem + 8.97vw, 7rem);
  }
  :where(body.top-page) .kv-block > .inner > .content > .sub {
    margin: 1em 0;
    font-size: clamp(1.846rem, 0rem + 5.13vw, 4rem);
  }
  :where(body.top-page) .kv-block > .inner > .content > .txt2 {
    display: block;
  }
  :where(body.top-page) .kv-block > .inner > .content > .txt2 > .item {
    width: clamp(161.29px, -0.46px + 44.93vw, 350px);
  }
  :where(body.top-page) .kv-block > .inner > .content > .txt2 > .item > .inner {
    height: 2.5em;
    font-size: clamp(2.031rem, 0rem + 5.64vw, 4.4rem);
  }
  :where(body.top-page) .kv-block > .inner > .content > .txt2 > .item > .inner small {
    font-size: clamp(1.292rem, 0rem + 3.59vw, 2.8rem);
  }
  :where(body.top-page) .kv-block > .inner > .content > .txt2 > .item > .inner b {
    font-size: clamp(2.308rem, 0rem + 6.41vw, 5rem);
  }
  :where(body.top-page) .kv-block > .inner > .content > .txt2 > .item + .item {
    margin-top: 0.5em;
  }
}
:where(body.top-page) .sect-block {
  padding-top: 4em;
  padding-bottom: 4em;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}
:where(body.top-page) .sect-block > .inner > .content > .txt > p {
  margin: 1em 0;
  line-height: 1.75;
  text-align: justify;
}
:where(body.top-page) .sect-block.-s1 {
  background-image: url(../img/bg_light.webp);
}
:where(body.top-page) .sect-block.-s1 > .inner > .content > p {
  margin-bottom: 2em;
  line-height: 1.75;
  text-align: justify;
}
:where(body.top-page) .sect-block.-s1 > .inner > .content > .cards-block {
  margin-bottom: 2em;
}
:where(body.top-page) .sect-block.-s1 > .inner > .content > .btn {
  margin-bottom: 2em;
}
:where(body.top-page) .sect-block.-s2 {
  color: #fff;
  background-image: url(../img/bg_dark.webp);
}
:where(body.top-page) .sect-block.-s3 {
  background-image: url(../img/bg_light.webp);
}
:where(body.top-page) .sect-block.-s3 .card-unit > .img {
  padding: 0.5em 0;
}
:where(body.top-page) .sect-block.-s3 .card-unit > .img img {
  width: 60%;
  margin: 1em auto;
}
:where(body.top-page) .sect-block.-s3 .card-unit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  text-align: center;
}
:where(body.top-page) .sect-block.-s3 .card-unit > .txt > .title {
  margin-bottom: 0;
  color: #000;
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
}
:where(body.top-page) .sect-block.-s3 .slider-block {
  gap: 0;
}
:where(body.top-page) .sect-block.-s4 {
  background: linear-gradient(to bottom right, #fff 0%, #eaeaea 47%, #b8b8b8 100%);
}
:where(body.top-page) .sect-block.-s4 .card-unit > .img {
  padding: 0.5em 0;
}
:where(body.top-page) .sect-block.-s4 .card-unit > .img img {
  width: 60%;
  margin: 1em auto;
}
:where(body.top-page) .sect-block.-s4 .card-unit > .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  text-align: center;
}
:where(body.top-page) .sect-block.-s4 .card-unit > .txt > .title {
  margin-bottom: 0;
  color: #000;
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
}
:where(body.top-page) .sect-block.-s4 .slider-block {
  gap: 0;
}
:where(body.top-page) .sect-block.-s5 {
  background-image: url(../img/bg_dark.webp);
}
:where(body.top-page) .sect-block.-s5 .cards-block > .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% + 2em);
  padding: 1em;
  padding-right: 0;
  margin: -1em;
  color: #fff;
}
:where(body.top-page) .sect-block.-s5 .cards-block > .item a::after {
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  content: "";
  background-image: url(../img/icon_arrr2.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
:where(body.top-page) .sect-block.-s5 .cards-block > .item a > div {
  flex: 0 1 auto;
}
:where(body.top-page) .sect-block.-s5 .card-unit > .txt {
  margin-top: 0;
  line-height: 1.75;
}
:where(body.top-page) .sect-block.-s5 .card-unit > .txt > .time {
  font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
}
:where(body.top-page) .sect-block.-s5 .card-unit > .txt > .title {
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
  margin-bottom: 0;
}
:where(body.top-page) .sect-block.-s6 {
  background-image: url(../img/bg_light.webp);
}
:where(body.top-page) .sect-block.-s6 > .inner + .inner {
  margin-top: 4em;
}
:where(body.top-page) .sect-block.-s6 > .inner + .inner > .content > p {
  margin: 2em auto;
}
:where(body.top-page) .sect-block.-s6 .cards-block > .item::after {
  content: none;
}
:where(body.top-page) .sect-block.-s6 .card-unit > .img {
  padding-bottom: 0.5em;
}
:where(body.top-page) .sect-block.-s6 .card-unit > .img > .title {
  font-size: clamp(2.492rem, 0rem + 6.92vw, 5.4rem);
  padding-top: 0.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
:where(body.top-page) .sect-block.-s6 .card-unit > .img img {
  width: 60%;
  margin: 1em auto;
}
:where(body.top-page) .sect-block.-s6 .card-unit > .txt > .strong {
  padding: 0.5em;
  margin-top: 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #01216c;
  font-size: clamp(2.492rem, 0rem + 6.92vw, 5.4rem);
}
:where(body.top-page) .sect-block.-s6 .card-unit > .txt > .strong > b {
  font-size: clamp(2.954rem, 0rem + 8.2vw, 6.4rem);
}
:where(body.top-page) .sect-block.-s7 {
  color: #fff;
  background-image: url(../img/bg_dark.webp);
}
:where(body.top-page) .sect-block.-s7 .cards-block > .item {
  width: 100%;
}
:where(body.top-page) .sect-block.-s8 {
  background: linear-gradient(to bottom right, #fff 0%, #d7d7d7 27%, #fff 100%);
}
:where(body.top-page) .sect-block.-s8 > .inner > .content > .btn {
  margin-top: 2em;
}
@media screen and (min-width: 780px) {
  :where(body.top-page) .sect-block.-s3 .card-unit > .txt > .title, :where(body.top-page) .sect-block.-s4 .card-unit > .txt > .title {
    font-size: clamp(1.529rem, 0rem + 1.96vw, 2rem);
  }
  :where(body.top-page) .sect-block.-s5 .cards-block > .item a {
    padding-right: 1em;
    padding-left: 2em;
  }
  :where(body.top-page) .sect-block.-s5 .card-unit > .txt {
    display: flex;
    gap: 2em;
    align-items: center;
  }
  :where(body.top-page) .sect-block.-s5 .card-unit > .txt > .time {
    font-size: clamp(1.224rem, 0rem + 1.57vw, 1.6rem);
  }
  :where(body.top-page) .sect-block.-s5 .card-unit > .txt > .title {
    font-size: clamp(1.376rem, 0rem + 1.77vw, 1.8rem);
  }
  :where(body.top-page) .sect-block.-s6 .card-unit > .img > .title {
    font-size: clamp(1.529rem, 0rem + 1.96vw, 2rem);
  }
  :where(body.top-page) .sect-block.-s6 .card-unit > .txt > .strong {
    font-size: clamp(1.529rem, 0rem + 1.96vw, 2rem);
  }
  :where(body.top-page) .sect-block.-s6 .card-unit > .txt > .strong > b {
    font-size: clamp(1.835rem, 0rem + 2.35vw, 2.4rem);
  }
}
:where(body.top-page) .message-unit {
  overflow: hidden;
  color: #fff;
  background-image: url(../img/bg_dark_sp.webp);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
  border-radius: 0.5em;
}
:where(body.top-page) .message-unit > .txt {
  padding: 1em;
  line-height: 1.75;
  text-align: justify;
}
:where(body.top-page) .message-unit > .txt > p + p {
  margin-top: 1.5em;
}
:where(body.top-page) .message-unit > .img {
  width: 60vw;
  margin: auto;
}
@media screen and (min-width: 780px) {
  :where(body.top-page) .message-unit {
    display: flex;
    align-items: center;
    background-image: url(../img/bg_dark.webp);
  }
  :where(body.top-page) .message-unit > .txt {
    flex: 0 0 63%;
    font-size: clamp(1.224rem, 0rem + 1.57vw, 1.6rem);
  }
  :where(body.top-page) .message-unit > .img {
    width: unset;
    margin: unset;
  }
}
:where(body.top-page) .fee-table {
  margin-top: 2em;
}
:where(body.top-page) .notes-block {
  padding-left: 1em;
  margin-top: 1em;
  text-indent: -1em;
  font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
}
@media screen and (min-width: 780px) {
  :where(body.top-page) .notes-block {
    font-size: clamp(1.071rem, 0rem + 1.37vw, 1.4rem);
  }
}
:where(body.top-page) .js-readmore {
  overflow: hidden;
  transition: max-height 0.25s ease;
}
:where(body.top-page) .readmore-link.js-readmore-toggle {
  display: inline-block;
  margin-top: 0.75em;
  text-decoration: underline;
}
:where(body.top-page) .js-readmore.is-collapsed::after {
  display: block;
  text-align: right;
  content: "…";
}

:where(body.archive-category) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 780px;
}
:where(body.archive-category) .archivecategory {
  background-color: #800;
}

:where(body.post-single) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 780px;
}
:where(body.post-single) .single {
  background-color: #800;
}
:where(body.post-single) .sect-block.-content {
  padding-top: 3em;
  padding-bottom: 6em;
  background-color: #fff;
}
@media screen and (min-width: 780px) {
  :where(body.post-single) .sect-block.-content > .inner {
    max-width: 660px;
  }
}
:where(body.post-single) .article-info {
  padding-bottom: 3em;
  margin-top: -2em;
  color: #666;
  font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
}
:where(body.post-single) .article-info div {
  display: flex;
  padding-left: 0.5em;
  margin-left: 0.5em;
  border-left: 1px solid #666;
}
:where(body.post-single) .article-info div dt::after {
  content: "：";
}
@media screen and (min-width: 780px) {
  :where(body.post-single) .article-info {
    display: flex;
    font-size: clamp(1.224rem, 0rem + 1.57vw, 1.6rem);
  }
  :where(body.post-single) .article-info div.-postdate {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

:where(body.page) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 780px;
}
:where(body.page) .wp-theContent {
  padding-bottom: 4em;
}
:where(body.page) .wp-theContent .voice > * + * {
  margin-top: 2em;
}
:where(body.page) .wp-theContent table {
  width: 100%;
}
:where(body.page) .wp-theContent table th,
:where(body.page) .wp-theContent table td {
  padding: 0.25em 0.5em;
  border-color: #cad5ee;
  border-right: none;
  border-left: none;
}
:where(body.page) .wp-theContent table th {
  background-color: #eef3ff;
  border-color: #fff;
}

:where(body.page-lawyer) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 780px;
}
:where(body.page-lawyer) .lawyer {
  background-color: #800;
}
:where(body.page-lawyer) h2#top {
  display: none;
}
:where(body.page-lawyer) .lawyers-items,
:where(body.page-overtime-pay-claims-by-doctors) .lawyers-items {
  display: block;
  margin-bottom: 4em;
}
:where(body.page-lawyer) .lawyers-items tbody,
:where(body.page-lawyer) .lawyers-items tr,
:where(body.page-overtime-pay-claims-by-doctors) .lawyers-items tbody,
:where(body.page-overtime-pay-claims-by-doctors) .lawyers-items tr{
  display: contents;
}
:where(body.page-lawyer) .lawyers-items td,
:where(body.page-overtime-pay-claims-by-doctors) .lawyers-items td{
  display: block;
  padding: 1em;
  margin-bottom: 1em;
  background-color: #fff;
  border: none;
  border-radius: 0.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
:where(body.page-lawyer) .lawyers-items td .aligncenter,
:where(body.page-overtime-pay-claims-by-doctors) .lawyers-items td .aligncenter{
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 0 1em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -1em;
     object-position: 0 -1em;
}
:where(body.page-lawyer) .lawyers-items td h3,
:where(body.page-overtime-pay-claims-by-doctors) .lawyers-items td h3{
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
  line-height: 1.25;
}
:where(body.page-lawyer) .lawyers-items td h3 > .belong,
:where(body.page-overtime-pay-claims-by-doctors) .lawyers-items td h3 > .belong {
  display: block;
  margin-top: 0.5em;
}
:where(body.page-lawyer) .lawyers-items td p,
:where(body.page-overtime-pay-claims-by-doctors) .lawyers-items td p {
  margin-top: 1em;
  font-size: clamp(1.477rem, 0rem + 4.1vw, 3.2rem);
}
@media screen and (min-width: 780px) {
  :where(body.page-lawyer) .lawyers-items,
  :where(body.page-overtime-pay-claims-by-doctors) .lawyers-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2em 1em;
  }
  :where(body.page-lawyer) .lawyers-items td,
  :where(body.page-overtime-pay-claims-by-doctors) .lawyers-items td{
    flex: 0 0 calc(33.33% - 0.6666666667em);
    margin-bottom: 0;
  }
  :where(body.page-lawyer) .lawyers-items td h3,
  :where(body.page-overtime-pay-claims-by-doctors) .lawyers-items td h3 {
    font-size: clamp(1.376rem, 0rem + 1.77vw, 1.8rem);
  }
  :where(body.page-lawyer) .lawyers-items td p,
  :where(body.page-overtime-pay-claims-by-doctors) .lawyers-items td p {
    font-size: clamp(1.224rem, 0rem + 1.57vw, 1.6rem);
  }
}

:where(body.page-office) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 780px;
}
:where(body.page-office) .page-header {
  background-color: #fff;
}
:where(body.page-office) .ir img {
  width: 100%;
  aspect-ratio: 94/35;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 2em auto;
}
:where(body.page-office) #lawyer > ul::before {
  content: none;
}
:where(body.page-office) #lawyer > ul > li + li {
  margin-top: 0.5em;
}
:where(body.page-office) #lawyer > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #01216c;
  border-radius: 0.5em;
}
:where(body.page-office) #lawyer > ul > li > a::after {
  display: block;
  margin: auto;
  font-size: 75%;
  line-height: 1;
  content: "▼";
}
@media screen and (min-width: 780px) {
  :where(body.page-office) #lawyer > ul {
    display: flex;
    gap: 1em;
  }
  :where(body.page-office) #lawyer > ul > li {
    flex: 0 0 calc(33.33% - 0.6666666667em);
  }
  :where(body.page-office) #lawyer > ul > li + li {
    margin-top: 0;
  }
}
:where(body.page-office) .wp-theContent h3 {
  color: #01216c;
  border-color: currentcolor;
  font-size: clamp(2.954rem, 0rem + 8.2vw, 6.4rem);
}
:where(body.page-office) .wp-theContent h4 {
  border-bottom: dotted 1px #01216c;
  font-size: clamp(2.954rem, 0rem + 8.2vw, 6.4rem);
}
:where(body.page-office) .wp-theContent iframe {
  aspect-ratio: 2/3;
}
@media screen and (min-width: 780px) {
  :where(body.page-office) .wp-theContent h3 {
    font-size: clamp(2.6rem, 0rem + 3.33vw, 3.4rem);
  }
  :where(body.page-office) .wp-theContent h4 {
    font-size: clamp(1.835rem, 0rem + 2.35vw, 2.4rem);
  }
  :where(body.page-office) .wp-theContent iframe {
    aspect-ratio: 94/35;
  }
}

:where(body.page-contact) :root,
:where(body.page-check) :root,
:where(body.page-error) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 780px;
}
:where(body.page-contact) .single,
:where(body.page-check) .single,
:where(body.page-error) .single {
  background-color: #800;
}
:where(body.page-contact) .sect-block,
:where(body.page-check) .sect-block,
:where(body.page-error) .sect-block {
  padding-top: 3em;
  padding-bottom: 6em;
  background-color: #fff;
}
@media screen and (min-width: 780px) {
  :where(body.page-contact) .sect-block > .inner,
  :where(body.page-check) .sect-block > .inner,
  :where(body.page-error) .sect-block > .inner {
    max-width: 660px;
  }
}
:where(body.page-contact) form,
:where(body.page-check) form,
:where(body.page-error) form {
  padding: 0 1em 1em;
  background-color: #eef3ff;
  border-radius: 0.5em;
}
:where(body.page-contact) form input[type=submit],
:where(body.page-check) form input[type=submit],
:where(body.page-error) form input[type=submit] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  padding: 2px;
  margin: auto;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #01216c;
  border-radius: 100px;
  font-size: clamp(2.308rem, 0rem + 6.41vw, 5rem);
}
:where(body.page-contact) form input[type=submit]::after,
:where(body.page-check) form input[type=submit]::after,
:where(body.page-error) form input[type=submit]::after {
  position: absolute;
  right: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5em;
  height: 0.5em;
  font-size: 60%;
  content: "▶︎";
}
:where(body.page-contact) form input[type=submit] > span,
:where(body.page-check) form input[type=submit] > span,
:where(body.page-error) form input[type=submit] > span {
  display: block;
  padding: 0.25em 2em;
  border: solid 2px currentcolor;
  border-radius: 100px;
}
:where(body.page-contact) form input[type=submit] + input[type=submit],
:where(body.page-check) form input[type=submit] + input[type=submit],
:where(body.page-error) form input[type=submit] + input[type=submit] {
  margin-top: 1em;
}
@media screen and (min-width: 780px) {
  :where(body.page-contact) form,
  :where(body.page-check) form,
  :where(body.page-error) form {
    padding: 0 2em 2em;
  }
  :where(body.page-contact) form input[type=submit],
  :where(body.page-check) form input[type=submit],
  :where(body.page-error) form input[type=submit] {
    font-size: clamp(1.529rem, 0rem + 1.96vw, 2rem);
  }
}
:where(body.page-contact) .form,
:where(body.page-check) .form,
:where(body.page-error) .form {
  display: block;
  padding: 1em 0;
}
:where(body.page-contact) .form tbody,
:where(body.page-contact) .form tr,
:where(body.page-check) .form tbody,
:where(body.page-check) .form tr,
:where(body.page-error) .form tbody,
:where(body.page-error) .form tr {
  display: contents;
}
:where(body.page-contact) .form th,
:where(body.page-contact) .form td,
:where(body.page-check) .form th,
:where(body.page-check) .form td,
:where(body.page-error) .form th,
:where(body.page-error) .form td {
  display: block;
  border: none;
  font-size: clamp(1.662rem, 0rem + 4.61vw, 3.6rem);
}
:where(body.page-contact) .form th,
:where(body.page-check) .form th,
:where(body.page-error) .form th {
  color: #01216c;
}
:where(body.page-contact) .form td,
:where(body.page-check) .form td,
:where(body.page-error) .form td {
  margin-bottom: 1em;
}
:where(body.page-contact) .form input:not([type=submit]),
:where(body.page-contact) .form textarea,
:where(body.page-contact) .form select,
:where(body.page-check) .form input:not([type=submit]),
:where(body.page-check) .form textarea,
:where(body.page-check) .form select,
:where(body.page-error) .form input:not([type=submit]),
:where(body.page-error) .form textarea,
:where(body.page-error) .form select {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 0.5em;
  background-color: #fff;
  border-radius: 0.25em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
:where(body.page-contact) .form + p,
:where(body.page-check) .form + p,
:where(body.page-error) .form + p {
  text-align: center;
}
@media screen and (min-width: 780px) {
  :where(body.page-contact) .form,
  :where(body.page-check) .form,
  :where(body.page-error) .form {
    padding: 2em 0;
  }
  :where(body.page-contact) .form th,
  :where(body.page-contact) .form td,
  :where(body.page-check) .form th,
  :where(body.page-check) .form td,
  :where(body.page-error) .form th,
  :where(body.page-error) .form td {
    font-size: clamp(1.376rem, 0rem + 1.77vw, 1.8rem);
  }
}

:where(body.-under) :root {
  --wfvw: 1vw;
  --wfpd: 1vw;
  --wfof: hidden;
  --bp: 780px;
}
:where(body.-under) .under {
  background-color: #800;
}/*# sourceMappingURL=style.css.map */

/* ------------------------------------------------------------------
1024px〜
------------------------------------------------------------------*/
@media screen and (min-width:1024px) {
	#sp_menu {
		display: none;
	}
}

/* 202506追加 */
/* ------------------------------------------------------------------
〜767px
------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.flyer .sp {
		display: block;
	}
	.flyer .pc {
		display: none;
	}
	.flyer .lead {
		width: 96%;
		position: relative;
		color: #232323;
		text-align: center;
		padding: 2%;
		font-size: 1.3rem;
		font-weight: bold;
		letter-spacing: 1.5px;
		line-height: 1.4;
		border-bottom: solid 1px #232323;
	}
	.flyer .lead::after {
		width: 0;
		height: 0;
		position: absolute;
		top: 100%;
		left: 50%;
		margin: 0 0 0 -30px;
		border: 30px solid transparent;
		border-top-color: #232323;
		content: '';
	}
	.flyer .lead_bottom {
		border: none;
		background: none;
		padding: 0;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 1.3px;
		margin: 30px 0 0 0;
	}
	.flyer .lead_bottom .st {
		font-size: 1.5rem;
	}
	.flyer .lead_bottom .min {
		font-size: 1.1rem;
	}
	.flyer .lead_bottom .r_st {
		color: #c64339;
	}
	.flyer .lead_bottom .r_bg {
		color: #c64339;
		font-size: 1.8rem;
	}
	.flyer .min {
		color: #545454;
		font-size: 0.9rem;
		font-weight: bold;
		text-align: center;
		margin: 8px 0 0 0;
		letter-spacing: 1px;
	}
	.flyer .block .ttl {
		border: none;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 1.4;
		margin: 8% 0 0 0;
		padding: 0;
		position: relative;
		padding: 1.5rem 2rem;
		border: 3px solid #d8d8d8;
		border-radius: 10px;
		background: #f9f9f9;
	}
	.fliyer .block .ttl:after {
		border: none;
	}
	.flyer .message {
		margin-top: 5%;
		padding: 0 2%;
	}
	.flyer .block1 ul {
		margin: 0;
	}
	.flyer .block1 ul li {
		color: #c74339;
		list-style: none;
		font-size: 1.1rem;
		font-weight: bold;
		margin: 3% 0 0 0;
		letter-spacing: 1px;
		line-height: 1.4;
	}
	.flyer .notes {
		color: #232323;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: 1px;
		margin-top: 12%;
		position: relative;
		padding: 1rem 2rem;
		border: 5px solid #c74339;
		text-align: left;
	}
	.flyer .notes:before {
		font-size: 1rem;
		position: absolute;
		top: -24px;
		left: -5px;
		height: 24px;
		padding: 0 1em;
		content: 'CHECK';
		color: #fff;
		background: #c74339;
	}
	.flyer .contact_banner {
		margin-bottom: 0;
	}
	.flyer .contact_banner .contact_banner_tel_r a:link {
		color: #fff;
		text-decoration: none;
	}
	.flyer .contact_banner .contact_banner_tel_r a:visited {
		color: #fff;
		text-decoration: none;
	}
	#content .flyer .block_title {
		font-size: 1.6rem;
		margin: 12% 0 0 0;
		padding: 0;
	}
	.flyer .case {
		background: repeating-linear-gradient(-45deg, #ffd036, #ffd036 8px, #3f3f3f 5px, #3f3f3f 16px);
		border-radius: 10px;
		margin-top: 12%;
		padding: 4%;
	}
	.case_in {
		background-color: white;
		padding: 6%;
	}
	.flyer .block2 ul {
		margin: 0 auto;
	}
	.flyer .block2 ul li {
		color: #232323;
		list-style: none;
		font-size: 1.1rem;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 5% 0 0 0;
	}
	.flyer .block2 ul li:first-child {
		margin-top: 0;
	}
	.flyer .block2 ul li .fa-check-square {
		color: #119513;
		margin-right: 5px;
	}
	.flyer .triangle {
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 55px solid transparent;
		border-left: 55px solid transparent;
		border-top: 40px solid #3f3f3f;
		border-bottom: 0;
		margin: 3% auto 0;
	}
	.flyer .comment {
		color: #232323;
		margin: 2% 0 0;
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 1.4;
	}
	.flyer .merit {
		border: solid 5px #c74339;
		margin-top: 12%;
		padding: 6%;
	}
	.flyer .block3 ul {
		margin: 0 auto;
	}
	.flyer .block3 ul li {
		color: #232323;
		list-style: none;
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 5% 0 0 0;
	}
	.flyer .block3 ul li span {
		font-weight: bold;
	}
	.flyer .block3 ul li:first-child {
		margin-top: 0;
	}
	.flyer .block3 ul li .fa-check-square {
		color: #119513;
		margin-right: 5px;
	}
	.flyer .merit_txt {
		color: #232323;
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 1.6;
		margin: 5% 0 0 0;
		padding: 0 4%;
	}
	.flyer .merit_txt span {
		background: linear-gradient(transparent 70%, #ffd4d4 70%);
		font-weight: bold;
	}
	.flyer .block4_img {
		margin-top: 12%;
	}
	.flyer .line_up {
		margin-top: 5%;
	}
	.flyer .line_up_l {
		margin: 0;
	}
	.flyer .line_up .num1 {
		left: 3%;
	}
	.flyer .line_up .num2 {
		left: 3%;
	}
	.flyer .line_up .num3 {
		left: 3%;
	}
	.flyer .line_up_box2 {
		margin-top: 5%;
	}
	.flyer .line_up_box3 {
		margin-top: 5%;
	}
	.flyer .line_up dt {
		font-weight: bold;
		letter-spacing: 1px;
	}
	.flyer .line_up dd {
		color: #232323;
		font-size: 1rem;
		letter-spacing: 1px;
		line-height: 1.5;
	}
	.flyer .block4 .txt {
		color: #232323;
		font-size: 1.1rem;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 5% 0 0 0;
		padding: 0 4%;
	}
	#content .block4 .em {
		font-size: 1.1rem;
		color: #109514;
	}
	#content .block4 .st {
		color: #c74339;
		font-weight: bold;
	}
	.flyer .block4 .wrap {
		scroll-snap-type: x mandatory;
		white-space: nowrap;
		overflow-x: auto;
		margin: 0 auto;
		padding: 20px 0;
		width: 950px;
	}
	.flyer .block4 .item {
		scroll-snap-align: center;
		display: inline-block;
		margin: 0 10px;
		width: 31%;
		white-space: normal;
		background-color: #f4f4f4;
		border-radius: 5px;
		overflow: hidden;
	}
	#content .block4 .ttl_ex {
		border-bottom: dashed 1px #ccc;
		color: #232323;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 8% 0 0;
		padding-bottom: 3%;
	}
	#content .block4 .ttl_ex .min {
		font-size: 0.8rem;
		display: inline-block;
		margin-left: 10px;
	}
	.flyer .block4 .wrap {
		width: 100%;
	}
	.flyer .block4 .item {
		width: 78%;
		vertical-align: top;
	}
	.flyer .block4 .collect {
		background: #c74339;
		color: #fff;
		font-size: 1.1rem;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 0;
		padding: 4%;
		text-align: center;
	}
	.flyer .block4 .personality {
		color: #232323;
		font-size: 1rem;
		letter-spacing: 1px;
		border-bottom: dashed 1px #ccc;
		margin: 0;
		padding: 4% 4% 2%;
	}
	.flyer .block4 .item_txt {
		border-bottom: dashed 1px #ccc;
		color: #232323;
		font-size: 1rem;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 0;
		padding: 8% 4%;
	}
	.flyer .block4 .region {
		font-size: 0.9rem;
		text-align: right;
		color: #666;
		margin: 0;
		padding: 4%;
	}
	.block5 .flow {
		margin-top: 12%;
	}
	.block5 .speechBubble {
		position: relative;
		display: inline-block;
		width: 94%;
		margin-bottom: 30px;
		padding: 4% 3%;
		border-radius: 8px;
		background-color: #c74339;
		text-align: center;
		font-size: 1.1rem;;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0.05em;
		color: #ffffff;
	}
	.block5 .speechBubble::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #c74339 transparent transparent;
		translate: -50% 100%;
	}
	.block5 .flow .bubble2 {
		background: #f37e7e;
	}
	.block5 .flow .bubble_end::after {
		content: none;
	}
	.block5 .flow .bubble_end {
		margin-bottom: 0;
	}
	.block5 .flow .txt {
		color: #232323;
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 1.5;
		margin-top: 5%;
	}
	.block5 .flow .txt span {
		font-weight: bold;
	}
	.block6 .qa_area {
		margin-top: 10%;
	}
	.block6 .ac-container {
		margin: 2px auto 0;
	}
	.block6 .ac-container label {
		border-bottom: dashed 1px #ff9b9b;
	}
	.block6 .ac-container input:checked ~ div.ac-small {
		color: #232323;
		font-size: 1rem;
		letter-spacing: 1px;
		line-height: 1.6;
		padding: 4%;
	}
	.block7 .heading {
		color: #232323;
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 1.5;
		margin-top: 12%;
	}
	.flyer .check {
		border: solid 5px #c74339;
		margin-top: 5%;
		padding: 6%;
	}
	.flyer .block7 ul {
		margin: 0 auto;
	}
	.flyer .block7 ul li {
		color: #232323;
		list-style: none;
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 5% 0 0 0;
	}
	.flyer .block7 ul li span {
		font-weight: bold;
	}
	.flyer .block7 ul li:first-child {
		margin-top: 0;
	}
	.flyer .block7 ul li .fa-check-square {
		color: #119513;
		margin-right: 5px;
	}
	.flyer .block7 .sub_heading {
		color: #232323;
		font-size: 1.1rem;
		letter-spacing: 1px;
		font-weight: bold;
		margin-top: 6%;
	}
	.flyer .block7 .contact_banner {
		margin-top: 6%;
	}

}

/* ------------------------------------------------------------------
768px〜
------------------------------------------------------------------*/
@media screen and (min-width:768px) {
	.flyer .sp {
		display: none;
	}
	.flyer .pc {
		display: block;
	}
	.flyer .lead {
		width: 96%;
		position: relative;
		color: #232323;
		text-align: center;
		padding: 2% 1%;
		font-size: 2.3rem;
		font-weight: bold;
		letter-spacing: 1.5px;
		line-height: 1.4;
		border-bottom: solid 2px #232323;
	}
	.flyer .lead::after {
		width: 0;
		height: 0;
		position: absolute;
		top: 100%;
		left: 50%;
		margin: 0 0 0 -30px;
		border: 30px solid transparent;
		border-top-color: #232323;
		content: '';
	}
	.flyer .lead_bottom {
		border: none;
		background: none;
		padding: 0;
		text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 3.2rem;
		font-weight: bold;
		letter-spacing: 1.4px;
		margin: 30px 0 0 0;
	}
	.flyer .lead_bottom .st {
		font-size: 4.2rem;
	}
	.flyer .lead_bottom .min {
		font-size: 2.8rem;
	}
	.flyer .lead_bottom .r_st {
		color: #c64339;
	}
	.flyer .lead_bottom .r_bg {
		color: #c64339;
		font-size: 5.2rem;
	}
	.flyer .min {
		color: #545454;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		margin: 5px 0 0 0;
		letter-spacing: 1px;
	}
	.flyer .block .ttl {
		border: none;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 1.2rem;
		letter-spacing: 1px;
		line-height: 1.4;
		margin: 5% 0 0 0;
		padding: 0;
		position: relative;
		padding: 1rem 2rem;
		border: 3px solid #d8d8d8;
		background: #f9f9f9;
	}
	.fliyer .block .ttl:after {
		border: none;
	}
	.flyer .message {
		background: url(https://katsuura-law.com/zangyo-dai/wp-content/uploads/bg_block1.png) no-repeat center center;
		background-size: cover;
		height: 350px;
		margin-top: 5%;
		position: relative;
	}
	.flyer .block1 ul {
		margin: 0;
		position: absolute;
		top: 48%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 630px;
	}
	.flyer .block1 ul li {
		color: #232323;
		list-style: none;
		font-size: 1.3rem;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 3% 0 0 0;
		text-align: center;
	}
	.flyer .notes {
		color: #232323;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.4;
		letter-spacing: 1px;
		margin-top: 5%;
		position: relative;
		padding: 1rem 2rem;
		border: 10px solid #c74339;
		text-align: left;
	}
	.flyer .notes:before {
		font-size: 12px;
		font-size: 1.1rem;
		position: absolute;
		top: -33px;
		left: -10px;
		height: 24px;
		padding: 0 1em;
		content: 'CHECK';
		color: #fff;
		background: #c74339;
	}
	.flyer .contact_banner {
		margin: 5% 0 0;
	}
	#content .flyer .block_title {
		font-size: 2rem;
		margin: 8% 0 0 0;
		padding: 0;
	}
	.flyer .case {
		background: repeating-linear-gradient(-45deg, #ffd036, #ffd036 8px, #3f3f3f 5px, #3f3f3f 16px);
		border-radius: 10px;
		margin-top: 5%;
		padding: 2%;
	}
	.case_in {
		background-color: white;
		padding: 2%;
	}
	.flyer .block2 ul {
		margin: 0 auto;
	}
	.flyer .block2 ul li {
		color: #232323;
		list-style: none;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 1% 0 0 0;
	}
	.flyer .block2 ul li:first-child {
		margin-top: 0;
	}
	.flyer .block2 ul li .fa-check-square {
		color: #119513;
		margin-right: 5px;
	}
	.flyer .triangle {
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 55px solid transparent;
		border-left: 55px solid transparent;
		border-top: 40px solid #3f3f3f;
		border-bottom: 0;
		margin: 2% auto 0;
	}
	.flyer .comment {
		color: #232323;
		margin: 2% 0 0;
		font-size: 1.2rem;
		letter-spacing: 1px;
		line-height: 1.5;
	}
	.flyer .merit {
		border: solid 10px #c74339;
		margin-top: 5%;
		padding: 2%;
	}
	.flyer .block3 ul {
		margin: 0 auto;
	}
	.flyer .block3 ul li {
		color: #232323;
		list-style: none;
		font-size: 1.4rem;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 1% 0 0 0;
	}
	.flyer .block3 ul li span {
		font-weight: bold;
	}
	.flyer .block3 ul li:first-child {
		margin-top: 0;
	}
	.flyer .block3 ul li .fa-check-square {
		color: #119513;
		margin-right: 5px;
	}
	.flyer .merit_txt {
		color: #232323;
		font-size: 1.2rem;
		letter-spacing: 1px;
		line-height: 1.6;
		margin: 3% 0 0 0;
		padding: 0;
	}
	.flyer .merit_txt span {
		background: linear-gradient(transparent 70%, #ffd4d4 70%);
		font-weight: bold;
	}
	.flyer .block4_img {
		margin-top: 5%;
	}
	.flyer .line_up_l {
		width: 286px;
	}
	.flyer .line_up {
		overflow: hidden;
		margin-top: 3%;
		padding-top: 10px;
	}
	.flyer .line_up dt {
		font-weight: bold;
		height: 50px;
		line-height: 25px;
		padding: 2% 4%;
	}
	.flyer .line_up dd {
		color: #232323;
		font-size: 1rem;
		letter-spacing: 1px;
		line-height: 1.6;
		height: 205px;
	}
	.flyer .block4 .txt {
		color: #232323;
		font-size: 1.2rem;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 2% 0 0 0;
		padding: 0;
	}
	#content .block4 .em {
		font-size: 1.2rem;
		color: #109514;
	}
	#content .block4 .st {
		color: #c74339;
		font-weight: bold;
	}
	#content .block4 .ttl_ex {
		border-bottom: dashed 1px #ccc;
		color: #232323;
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 5% 0 0;
		padding-bottom: 1%;
	}
	#content .block4 .ttl_ex .min {
		font-size: 0.8rem;
		display: inline-block;
		margin-left: 10px;
	}
	.flyer .block4 .wrap {
		scroll-snap-type: x mandatory;
		white-space: nowrap;
		overflow-x: auto;
		margin: 0 auto;
		padding: 20px 0;
		width: 920px;
	}
	.flyer .block4 .item {
		scroll-snap-align: center;
		display: inline-block;
		margin: 0 10px;
		width: 28%;
		white-space: normal;
		background-color: #f4f4f4;
		border-radius: 5px;
		overflow: hidden;
		vertical-align: top;
	}
	.flyer .block4 .collect {
		background: #c74339;
		color: #fff;
		font-size: 1.1rem;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 0;
		padding: 4%;
		text-align: center;
	}
	.flyer .block4 .personality {
		color: #232323;
		font-size: 1rem;
		letter-spacing: 1px;
		border-bottom: dashed 1px #ccc;
		margin: 0;
		padding: 4% 4% 2%;
	}
	.flyer .block4 .item_txt {
		border-bottom: dashed 1px #ccc;
		color: #232323;
		font-size: 1rem;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 0;
		padding: 8% 4%;
	}
	.flyer .block4 .region {
		font-size: 0.9rem;
		text-align: right;
		color: #666;
		margin: 0;
		padding: 4%;
	}
	.block5 .flow {
		margin: 5% auto 0;
		width: 740px;
	}
	.block5 .speechBubble {
		position: relative;
		display: inline-block;
		width: 94%;
		margin: 0 0 30px;
		padding: 3% 3%;
		border-radius: 50px;
		background-color: #c74339;
		text-align: center;
		font-size: 1.4rem;;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0.05em;
		color: #ffffff;
	}
	.block5 .speechBubble::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #c74339 transparent transparent;
		translate: -50% 100%;
	}
	.block5 .flow .bubble2 {
		background: #f37e7e;
	}
	.block5 .flow .bubble_end {
		margin-bottom: 0;
	}
	.block5 .flow .bubble_end::after {
		content: none;
	}
	.block5 .flow .txt {
		color: #232323;
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 1.5;
		margin-top: 2%;
		text-align: center;
	}
	.block5 .flow .txt span {
		font-weight: bold;
	}
	.block6 .qa_area {
		margin-top: 4%;
	}
	.block6 .ac-container {
		margin: 2px auto 0;
	}
	.block6 .ac-container input:checked ~ div.ac-small {
		color: #232323;
		font-size: 1rem;
		height: auto;
		letter-spacing: 1px;
		line-height: 1.6;
		padding: 2%;
	}
	.block6 .ac-container label {
		border-bottom: dashed 1px #ff9b9b;
		padding: 20px
	}
	.block7 .heading {
		color: #232323;
		font-size: 1.2rem;
		letter-spacing: 1px;
		line-height: 1.5;
		margin-top: 5%;
		text-align: center;
	}
	.flyer .check {
		border: solid 10px #c74339;
		margin-top: 3%;
		padding: 2%;
	}
	.flyer .block7 ul {
		margin: 0 auto;
	}
	.flyer .block7 ul li {
		color: #232323;
		list-style: none;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 1.5;
		margin: 1% 0 0 0;
	}
	.flyer .block7 ul li span {
		font-weight: bold;
	}
	.flyer .block7 ul li:first-child {
		margin-top: 0;
	}
	.flyer .block7 ul li .fa-check-square {
		color: #119513;
		margin-right: 5px;
	}
	.flyer .block7 .sub_heading {
		color: #232323;
		font-size: 1.4rem;
		letter-spacing: 1px;
		font-weight: bold;
		margin-top: 2%;
		text-align: center;
	}
	.flyer .block7 .contact_banner {
		margin-top: 2%;
	}
}


.content h3:after {
	border: none;
}