@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

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

input, select, button, textarea {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #283c50;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Inter", sans-serif;
  line-height: 1.6;
  letter-spacing: .07em;
}

@media screen and (max-width: 960px) {
  body {
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 640px) {
  body {
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}

a {
  color: #283c50;
  text-decoration: none;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

a svg {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

a[href*="tel:"] {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

.tel-link {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .tel-link {
    text-decoration: underline;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
  vertical-align: bottom;
}

img.img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

img.img-border {
  border: solid 1px #ccc;
}

.pc-none,
.lap-only,
.tb-only,
.tb-s-only,
.sp-only {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .lap-view {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .lap-only {
    display: unset !important;
  }
  .lap-none,
  .pc-only,
  .tb-only,
  .tb-s-only,
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .tb-view {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .tb-only {
    display: unset !important;
  }
  .tb-none,
  .pc-only,
  .lap-only,
  .tb-s-only,
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .tb-s-view {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .tb-s-only {
    display: unset !important;
  }
  .tb-s-none,
  .pc-only,
  .lap-only,
  .tb-only,
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  .sp-view {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: unset !important;
  }
  .sp-none,
  .pc-only,
  .tb-s-only,
  .lap-only,
  .tb-only {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .front-page,
  .lower-page {
    padding: 77px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .front-page,
  .lower-page {
    padding: 83px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .front-page,
  .lower-page {
    padding: 65px 0 0;
  }
}

.lower-page {
  margin: 0 0 160px;
}

@media screen and (max-width: 960px) {
  .lower-page {
    margin: 0 0 120px;
  }
}

@media screen and (max-width: 640px) {
  .lower-page {
    margin: 0 0 80px;
  }
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1280px) {
  .wrap {
    padding: 0 32px;
  }
}

@media screen and (max-width: 960px) {
  .wrap {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .wrap {
    padding: 0 16px;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1280px) {
  .wrap-s {
    padding: 0 32px;
  }
}

@media screen and (max-width: 960px) {
  .wrap-s {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .wrap-s {
    padding: 0 16px;
  }
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1280px) {
  .inner {
    padding: 0 32px;
  }
}

@media screen and (max-width: 960px) {
  .inner {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding: 0 16px;
  }
}

.unit1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  -webkit-transform: translateX(-16px);
  transform: translateX(-16px);
}

@media screen and (max-width: 1280px) {
  .unit1 {
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}

@media screen and (max-width: 960px) {
  .unit1 {
    width: calc(100% + 24px);
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

@media screen and (max-width: 640px) {
  .unit1 {
    width: calc(100% + 16px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.unit2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  -webkit-transform: translateX(-16px);
  transform: translateX(-16px);
}

@media screen and (max-width: 1280px) {
  .unit2 {
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}

@media screen and (max-width: 960px) {
  .unit2 {
    width: calc(100% + 24px);
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

@media screen and (max-width: 640px) {
  .unit2 {
    width: calc(100% + 16px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.unit3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  -webkit-transform: translateX(-16px);
  transform: translateX(-16px);
}

@media screen and (max-width: 1280px) {
  .unit3 {
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}

@media screen and (max-width: 960px) {
  .unit3 {
    width: calc(100% + 24px);
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

@media screen and (max-width: 640px) {
  .unit3 {
    width: calc(100% + 16px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.unit4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  -webkit-transform: translateX(-16px);
  transform: translateX(-16px);
}

@media screen and (max-width: 1280px) {
  .unit4 {
    width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}

@media screen and (max-width: 960px) {
  .unit4 {
    width: calc(100% + 24px);
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
  }
}

@media screen and (max-width: 640px) {
  .unit4 {
    width: calc(100% + 16px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

.unit1 .col {
  width: calc(100% - 32px);
  margin: 0 16px 32px;
}

@media screen and (max-width: 1280px) {
  .unit1 .col {
    width: calc(100% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .unit1 .col {
    width: calc(100% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .unit1 .col {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
  }
}

.unit2 .col {
  width: calc(50% - 32px);
  margin: 0 16px 32px;
}

@media screen and (max-width: 1280px) {
  .unit2 .col {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .unit2 .col {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .unit2 .col {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}

.unit3 .col {
  width: calc(33% - 32px);
  margin: 0 16px 32px;
}

@media screen and (max-width: 1280px) {
  .unit3 .col {
    width: calc(33% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .unit3 .col {
    width: calc(33% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .unit3 .col {
    width: calc(33% - 16px);
    margin: 0 8px 16px;
  }
}

.unit4 .col {
  width: calc(25% - 32px);
  margin: 0 16px 32px;
}

@media screen and (max-width: 1280px) {
  .unit4 .col {
    width: calc(25% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .unit4 .col {
    width: calc(25% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .unit4 .col {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 1280px) {
  .lap-unit1 .col {
    width: calc(100% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .lap-unit1 .col {
    width: calc(100% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .lap-unit1 .col {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 1280px) {
  .lap-unit2 .col {
    width: calc(50% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .lap-unit2 .col {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .lap-unit2 .col {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 1280px) {
  .lap-unit3 .col {
    width: calc(33% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .lap-unit3 .col {
    width: calc(33% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .lap-unit3 .col {
    width: calc(33% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 1280px) {
  .lap-unit4 .col {
    width: calc(25% - 32px);
    margin: 0 16px 32px;
  }
}

@media screen and (max-width: 960px) {
  .lap-unit4 .col {
    width: calc(25% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .lap-unit4 .col {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 960px) {
  .tb-unit1 .col {
    width: calc(100% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .tb-unit1 .col {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 960px) {
  .tb-unit2 .col {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .tb-unit2 .col {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 960px) {
  .tb-unit3 .col {
    width: calc(33% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .tb-unit3 .col {
    width: calc(33% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 960px) {
  .tb-unit4 .col {
    width: calc(25% - 24px);
    margin: 0 12px 24px;
  }
}

@media screen and (max-width: 640px) {
  .tb-unit4 .col {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 640px) {
  .sp-unit1 .col {
    width: calc(100% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 640px) {
  .sp-unit2 .col {
    width: calc(50% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 640px) {
  .sp-unit3 .col {
    width: calc(33% - 16px);
    margin: 0 8px 16px;
  }
}

@media screen and (max-width: 640px) {
  .sp-unit4 .col {
    width: calc(25% - 16px);
    margin: 0 8px 16px;
  }
}

.cf::after {
  content: '';
  display: block;
  clear: both;
}

.hero {
  overflow: hidden;
  width: 100%;
  margin: 0 0 16px;
  background: url("/wp-content/themes/bones/dist/img/common/hero-bg.jpg") left/cover no-repeat;
}

.hero .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
}

@media screen and (max-width: 640px) {
  .hero .wrap {
    margin: 0 0 8px;
    padding-top: 8px;
    height: 104px;
  }
}

.page-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-ttl__main {
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .page-ttl__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .page-ttl__main {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 640px) {
  .page-ttl__main {
    margin: 0 0 6px;
    font-size: 2rem;
  }
}

.page-ttl__main--long {
  padding: 0 0 2px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .page-ttl__main--long {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-ttl__main--long {
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 640px) {
  .page-ttl__main--long {
    padding: 0;
    margin: 0 0 6px;
    font-size: 2rem;
  }
}

.page-ttl__sub {
  position: relative;
  min-width: 104px;
  margin: 0 0 0 16px;
  padding: 4px 0 0 0;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  text-align: center;
  color: #0c67a8;
}

@media screen and (max-width: 960px) {
  .page-ttl__sub {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .page-ttl__sub {
    min-width: auto;
    margin: 0;
    padding: 0 0 0 6px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.page-ttl__sub::before {
  position: absolute;
  content: "";
  top: 56%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 104px;
  height: 32px;
  background: url("/wp-content/themes/bones/dist/img/common/ttl-deco-circle.png") center/contain no-repeat;
}

@media screen and (max-width: 640px) {
  .page-ttl__sub::before {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 78px;
    height: 24px;
  }
}

.breadcrumb {
  margin-bottom: 56px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

@media screen and (max-width: 960px) {
  .breadcrumb {
    margin-bottom: calc( 56px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-bottom: calc( 56px * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .breadcrumb {
    padding: 0 32px;
  }
}

@media screen and (max-width: 960px) {
  .breadcrumb {
    padding: 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    padding: 0 16px;
  }
}

.breadcrumb__item {
  display: inline;
}

@media screen and (max-width: 960px) {
  .breadcrumb__item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .breadcrumb__item {
    font-size: 1.2rem;
  }
}

.breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
  margin-right: 8px;
  padding-right: calc(1em + 4px);
}

.breadcrumb__item:not(:nth-last-of-type(1))::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-color: #0c67a8;
  border-style: solid;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  color: #0c67a8;
}

@media screen and (max-width: 640px) {
  .breadcrumb__item:not(:nth-last-of-type(1))::after {
    width: 7px;
    height: 7px;
  }
}

.breadcrumb__item a {
  text-decoration: underline;
}

.breadcrumb__item a:hover {
  text-decoration: none;
}

.ttl-l {
  margin-bottom: 32px;
  position: relative;
  padding: 8px 8px 8px 24px;
  background: #eefafa;
  border-radius: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .ttl-l {
    margin-bottom: calc( 32px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-l {
    margin-bottom: calc( 32px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .ttl-l {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .ttl-l {
    padding: 6px 6px 6px 16px;
    font-size: 1.8rem;
  }
}

.ttl-l::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c67a8), to(#29bbc1));
  background: linear-gradient(to bottom, #0c67a8, #29bbc1);
  border-radius: 4px 0 0 4px;
}

@media screen and (max-width: 640px) {
  .ttl-l::before {
    width: 6px;
  }
}

.ttl-m {
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 0 44px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .ttl-m {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .ttl-m {
    margin-bottom: 12px;
    padding: 0 0 0 32px;
    font-size: 1.6rem;
  }
}

.ttl-m::before, .ttl-m::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .ttl-m::before, .ttl-m::after {
    width: 18px;
    height: 18px;
  }
}

.ttl-m::before {
  border-color: #0c67a8;
  top: calc( 50% - 4px);
  left: 0;
}

@media screen and (max-width: 640px) {
  .ttl-m::before {
    top: 50%;
  }
}

.ttl-m::after {
  border-color: #29bbc1;
  top: calc( 50% + 6px);
  left: 10px;
}

@media screen and (max-width: 640px) {
  .ttl-m::after {
    top: calc( 50% + 2px);
    left: 8px;
  }
}

.ttl-s {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .ttl-s {
    margin-bottom: calc( 8px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .ttl-s {
    margin-bottom: calc( 8px * 0.5);
  }
}

.txt {
  text-align: justify;
}

.txt.txt--center {
  text-align: center;
}

.txt.txt--right {
  text-align: right;
}

.note-txt {
  margin-left: 1em;
  text-indent: -1em;
}

.note-txt::before {
  content: '※';
}

.note-txt--red {
  color: #d95636;
}

.note-txt--red::before {
  color: #d95636;
}

.fc-tra {
  color: transparent;
}

.fc-blu {
  color: #0c67a8;
}

.fc-d-blu {
  color: #57758B;
}

.fc-aqu {
  color: #29bbc1;
}

.fc-l-aqu {
  color: #eefafa;
}

.fc-grn {
  color: #26ba6b;
}

.fc-orn {
  color: #d98e36;
}

.fc-red {
  color: #d95636;
}

.fc-pnk {
  color: #d65587;
}

.fc-blk {
  color: #283c50;
}

.fc-wht {
  color: #fff;
}

.fc-l-gry {
  color: #f5f5f3;
}

.fc-gry {
  color: #ccc;
}

.fc-d-gry {
  color: #666;
}

.fw-bold {
  font-weight: bold;
}

.btn.btn--left a {
  margin: 0;
}

.btn a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
  border: solid 2px #0c67a8;
  border-radius: 4px;
  color: #0c67a8;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .btn a {
    height: 56px;
    line-height: 52px;
  }
}

@media screen and (max-width: 640px) {
  .btn a {
    max-width: 300px;
  }
}

.btn a:hover {
  color: #fff;
  background: #0c67a8;
}

.btn a:hover::before, .btn a:hover::after {
  border-color: #fff;
}

.btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  border: solid 2px #0c67a8;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .btn a::before {
    right: 8px;
    width: 18px;
    height: 18px;
  }
}

.btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 24px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: #0c67a8;
  border-width: 0 2px 2px 0;
}

@media screen and (max-width: 640px) {
  .btn a::after {
    right: 15px;
    width: 5px;
    height: 5px;
  }
}

.btn.btn--tra a {
  background: transparent;
}

.btn.btn--blu a {
  background: #0c67a8;
}

.btn.btn--d-blu a {
  background: #57758B;
}

.btn.btn--aqu a {
  background: #29bbc1;
}

.btn.btn--l-aqu a {
  background: #eefafa;
}

.btn.btn--grn a {
  background: #26ba6b;
}

.btn.btn--orn a {
  background: #d98e36;
}

.btn.btn--red a {
  background: #d95636;
}

.btn.btn--pnk a {
  background: #d65587;
}

.btn.btn--blk a {
  background: #283c50;
}

.btn.btn--wht a {
  background: #fff;
}

.btn.btn--l-gry a {
  background: #f5f5f3;
}

.btn.btn--gry a {
  background: #ccc;
}

.btn.btn--d-gry a {
  background: #666;
}

.pagetop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  padding: 24px 0 0;
  width: 64px;
  height: 64px;
  background: #b1b1b1;
  border-radius: 4px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 9999;
}

@media screen and (max-width: 640px) {
  .pagetop {
    bottom: 8px;
    right: 8px;
    padding: 17px 0 0;
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }
}

.pagetop::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
  top: 12px;
  width: 8px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
}

@media screen and (max-width: 640px) {
  .pagetop::before {
    top: 7px;
  }
}

.pdf .pdf-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 960px) {
  .pdf .pdf-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .pdf .pdf-list {
    display: block;
  }
}

.pdf .btn-pdf {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .pdf .btn-pdf {
    margin-inline: auto;
    max-width: 340px;
  }
}

.pdf .btn-pdf::before {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 30px;
  mask-image: url("../../img/icon/pdf-icon.svg");
  -webkit-mask-image: url("../../img/icon/pdf-icon.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #0c67a8;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 24px;
  top: 50%;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .pdf .btn-pdf::before {
    display: block;
    padding: 16px 10px;
  }
}

.pdf .btn-pdf:hover::before {
  background-color: #fff;
}

.pdf .btn-pdf a {
  word-wrap: break-word;
  text-align: left;
  padding: 0 52px;
  line-height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  padding: 20px 60px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 960px) {
  .pdf .btn-pdf a {
    padding: 20px 60px;
  }
}

@media screen and (max-width: 640px) {
  .pdf .btn-pdf a {
    display: block;
    padding: 20px 46px 20px 56px;
    max-width: 340px;
  }
}

.list__item {
  position: relative;
  padding-left: 14px;
}

@media screen and (max-width: 640px) {
  .list__item {
    padding-left: 10px;
  }
}

.list__item:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .list__item:not(:last-child) {
    margin-bottom: 4px;
  }
}

.list__item::before {
  position: absolute;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c67a8), to(#29bbc1));
  background: linear-gradient(to bottom, #0c67a8, #29bbc1);
}

@media screen and (max-width: 640px) {
  .list__item::before {
    top: 9px;
  }
}

.list__item a {
  text-decoration: underline;
}

.list__item a:hover {
  text-decoration: none;
}

.list__item.sub {
  padding-left: 32px;
}

@media screen and (max-width: 640px) {
  .list__item.sub {
    padding-left: 27px;
  }
}

.list__item.sub::before {
  top: 12px;
  left: 12px;
  border-radius: 2px;
  width: 12px;
  height: 3px;
}

@media screen and (max-width: 640px) {
  .list__item.sub::before {
    top: 8px;
    left: 10px;
  }
}

.num-list {
  counter-reset: list-num;
}

.num-list__item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 23px;
}

@media screen and (max-width: 640px) {
  .num-list__item {
    margin-bottom: 4px;
    padding-left: 16px;
  }
}

.num-list__item::before {
  position: absolute;
  counter-increment: list-num;
  content: counter(list-num) ". ";
  left: 0;
  color: #0c67a8;
  font-weight: bold;
}

.note-list__item {
  margin-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

.note-list__item::before {
  content: '※';
}

.medical-unit::after {
  content: '';
  display: block;
  clear: both;
}

.medical-unit .medical-img {
  width: 360px;
  float: right;
  margin: 0 0 8px 32px;
}

@media screen and (max-width: 960px) {
  .medical-unit .medical-img {
    width: 320px;
    margin: 0 0 8px 24px;
  }
}

@media screen and (max-width: 768px) {
  .medical-unit .medical-img {
    width: 280px;
    margin: 0 0 8px 24px;
  }
}

@media screen and (max-width: 640px) {
  .medical-unit .medical-img {
    width: 100%;
    float: none;
    margin: 0 0 16px;
  }
}

.dtl-box {
  border: solid 2px #0c67a8;
  border-radius: 4px;
}

.dtl-box__ttl {
  margin: 0 0 16px;
  text-align: center;
}

.dtl-box__ttl span {
  width: 240px;
  padding: 8px 0;
  display: inline-block;
  background: #0c67a8;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .dtl-box__ttl span {
    width: 100%;
  }
}

.dtl-box__inner {
  padding: 0 32px 32px 32px;
}

@media screen and (max-width: 960px) {
  .dtl-box__inner {
    padding: 0 24px 24px 24px;
  }
}

@media screen and (max-width: 640px) {
  .dtl-box__inner {
    padding: 0 16px 16px 16px;
  }
}

.fill-tra {
  fill: transparent;
}

.fill-blu {
  fill: #0c67a8;
}

.fill-d-blu {
  fill: #57758B;
}

.fill-aqu {
  fill: #29bbc1;
}

.fill-l-aqu {
  fill: #eefafa;
}

.fill-grn {
  fill: #26ba6b;
}

.fill-orn {
  fill: #d98e36;
}

.fill-red {
  fill: #d95636;
}

.fill-pnk {
  fill: #d65587;
}

.fill-blk {
  fill: #283c50;
}

.fill-wht {
  fill: #fff;
}

.fill-l-gry {
  fill: #f5f5f3;
}

.fill-gry {
  fill: #ccc;
}

.fill-d-gry {
  fill: #666;
}

.line-link {
  text-decoration: underline;
}

.line-link:hover {
  text-decoration: none;
}

.page-link {
  margin-top: -20px;
  padding-top: 20px;
}

@media screen and (max-width: 960px) {
  .page-link {
    margin-top: -97px;
    padding-top: 97px;
  }
}

@media screen and (max-width: 768px) {
  .page-link {
    margin-top: -103px;
    padding-top: 103px;
  }
}

@media screen and (max-width: 640px) {
  .page-link {
    margin-top: -85px;
    padding-top: 85px;
  }
}

.frame {
  padding: 16px;
  border: solid 1px #ccc;
}

.line {
  border-bottom: solid 1px #ccc;
}

.line.line--dot {
  border-style: dotted;
}

.line.line--mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ccc));
  background: linear-gradient(transparent 60%, #ccc 0%);
}

.mb-x {
  margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .mb-x {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x {
    margin-bottom: 4px;
  }
}

.mr-x {
  margin-right: 8px;
}

@media screen and (max-width: 960px) {
  .mr-x {
    margin-right: 6px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x {
    margin-right: 4px;
  }
}

.ml-x {
  margin-left: 8px;
}

@media screen and (max-width: 960px) {
  .ml-x {
    margin-left: 6px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x {
    margin-left: 4px;
  }
}

.pt-x {
  padding-top: 8px;
}

@media screen and (max-width: 960px) {
  .pt-x {
    padding-top: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x {
    padding-top: 4px;
  }
}

.pb-x {
  padding-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .pb-x {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x {
    padding-bottom: 4px;
  }
}

.pr-x {
  padding-right: 8px;
}

@media screen and (max-width: 960px) {
  .pr-x {
    padding-right: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x {
    padding-right: 4px;
  }
}

.pl-x {
  padding-left: 8px;
}

@media screen and (max-width: 960px) {
  .pl-x {
    padding-left: 6px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x {
    padding-left: 4px;
  }
}

.mb-x2 {
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .mb-x2 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x2 {
    margin-bottom: 8px;
  }
}

.mr-x2 {
  margin-right: 16px;
}

@media screen and (max-width: 960px) {
  .mr-x2 {
    margin-right: 12px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x2 {
    margin-right: 8px;
  }
}

.ml-x2 {
  margin-left: 16px;
}

@media screen and (max-width: 960px) {
  .ml-x2 {
    margin-left: 12px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x2 {
    margin-left: 8px;
  }
}

.pt-x2 {
  padding-top: 16px;
}

@media screen and (max-width: 960px) {
  .pt-x2 {
    padding-top: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x2 {
    padding-top: 8px;
  }
}

.pb-x2 {
  padding-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .pb-x2 {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x2 {
    padding-bottom: 8px;
  }
}

.pr-x2 {
  padding-right: 16px;
}

@media screen and (max-width: 960px) {
  .pr-x2 {
    padding-right: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x2 {
    padding-right: 8px;
  }
}

.pl-x2 {
  padding-left: 16px;
}

@media screen and (max-width: 960px) {
  .pl-x2 {
    padding-left: 12px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x2 {
    padding-left: 8px;
  }
}

.mb-x3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .mb-x3 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x3 {
    margin-bottom: 12px;
  }
}

.mr-x3 {
  margin-right: 24px;
}

@media screen and (max-width: 960px) {
  .mr-x3 {
    margin-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x3 {
    margin-right: 12px;
  }
}

.ml-x3 {
  margin-left: 24px;
}

@media screen and (max-width: 960px) {
  .ml-x3 {
    margin-left: 18px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x3 {
    margin-left: 12px;
  }
}

.pt-x3 {
  padding-top: 24px;
}

@media screen and (max-width: 960px) {
  .pt-x3 {
    padding-top: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x3 {
    padding-top: 12px;
  }
}

.pb-x3 {
  padding-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .pb-x3 {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x3 {
    padding-bottom: 12px;
  }
}

.pr-x3 {
  padding-right: 24px;
}

@media screen and (max-width: 960px) {
  .pr-x3 {
    padding-right: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x3 {
    padding-right: 12px;
  }
}

.pl-x3 {
  padding-left: 24px;
}

@media screen and (max-width: 960px) {
  .pl-x3 {
    padding-left: 18px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x3 {
    padding-left: 12px;
  }
}

.mb-x4 {
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .mb-x4 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x4 {
    margin-bottom: 16px;
  }
}

.mr-x4 {
  margin-right: 32px;
}

@media screen and (max-width: 960px) {
  .mr-x4 {
    margin-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x4 {
    margin-right: 16px;
  }
}

.ml-x4 {
  margin-left: 32px;
}

@media screen and (max-width: 960px) {
  .ml-x4 {
    margin-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x4 {
    margin-left: 16px;
  }
}

.pt-x4 {
  padding-top: 32px;
}

@media screen and (max-width: 960px) {
  .pt-x4 {
    padding-top: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x4 {
    padding-top: 16px;
  }
}

.pb-x4 {
  padding-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .pb-x4 {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x4 {
    padding-bottom: 16px;
  }
}

.pr-x4 {
  padding-right: 32px;
}

@media screen and (max-width: 960px) {
  .pr-x4 {
    padding-right: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x4 {
    padding-right: 16px;
  }
}

.pl-x4 {
  padding-left: 32px;
}

@media screen and (max-width: 960px) {
  .pl-x4 {
    padding-left: 24px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x4 {
    padding-left: 16px;
  }
}

.mb-x5 {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .mb-x5 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x5 {
    margin-bottom: 20px;
  }
}

.mr-x5 {
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  .mr-x5 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x5 {
    margin-right: 20px;
  }
}

.ml-x5 {
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  .ml-x5 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x5 {
    margin-left: 20px;
  }
}

.pt-x5 {
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  .pt-x5 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x5 {
    padding-top: 20px;
  }
}

.pb-x5 {
  padding-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .pb-x5 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x5 {
    padding-bottom: 20px;
  }
}

.pr-x5 {
  padding-right: 40px;
}

@media screen and (max-width: 960px) {
  .pr-x5 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x5 {
    padding-right: 20px;
  }
}

.pl-x5 {
  padding-left: 40px;
}

@media screen and (max-width: 960px) {
  .pl-x5 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x5 {
    padding-left: 20px;
  }
}

.mb-x6 {
  margin-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .mb-x6 {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x6 {
    margin-bottom: 24px;
  }
}

.mr-x6 {
  margin-right: 48px;
}

@media screen and (max-width: 960px) {
  .mr-x6 {
    margin-right: 36px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x6 {
    margin-right: 24px;
  }
}

.ml-x6 {
  margin-left: 48px;
}

@media screen and (max-width: 960px) {
  .ml-x6 {
    margin-left: 36px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x6 {
    margin-left: 24px;
  }
}

.pt-x6 {
  padding-top: 48px;
}

@media screen and (max-width: 960px) {
  .pt-x6 {
    padding-top: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x6 {
    padding-top: 24px;
  }
}

.pb-x6 {
  padding-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .pb-x6 {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x6 {
    padding-bottom: 24px;
  }
}

.pr-x6 {
  padding-right: 48px;
}

@media screen and (max-width: 960px) {
  .pr-x6 {
    padding-right: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x6 {
    padding-right: 24px;
  }
}

.pl-x6 {
  padding-left: 48px;
}

@media screen and (max-width: 960px) {
  .pl-x6 {
    padding-left: 36px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x6 {
    padding-left: 24px;
  }
}

.mb-x7 {
  margin-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .mb-x7 {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x7 {
    margin-bottom: 28px;
  }
}

.mr-x7 {
  margin-right: 56px;
}

@media screen and (max-width: 960px) {
  .mr-x7 {
    margin-right: 42px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x7 {
    margin-right: 28px;
  }
}

.ml-x7 {
  margin-left: 56px;
}

@media screen and (max-width: 960px) {
  .ml-x7 {
    margin-left: 42px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x7 {
    margin-left: 28px;
  }
}

.pt-x7 {
  padding-top: 56px;
}

@media screen and (max-width: 960px) {
  .pt-x7 {
    padding-top: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x7 {
    padding-top: 28px;
  }
}

.pb-x7 {
  padding-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .pb-x7 {
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x7 {
    padding-bottom: 28px;
  }
}

.pr-x7 {
  padding-right: 56px;
}

@media screen and (max-width: 960px) {
  .pr-x7 {
    padding-right: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x7 {
    padding-right: 28px;
  }
}

.pl-x7 {
  padding-left: 56px;
}

@media screen and (max-width: 960px) {
  .pl-x7 {
    padding-left: 42px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x7 {
    padding-left: 28px;
  }
}

.mb-x8 {
  margin-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .mb-x8 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x8 {
    margin-bottom: 32px;
  }
}

.mr-x8 {
  margin-right: 64px;
}

@media screen and (max-width: 960px) {
  .mr-x8 {
    margin-right: 48px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x8 {
    margin-right: 32px;
  }
}

.ml-x8 {
  margin-left: 64px;
}

@media screen and (max-width: 960px) {
  .ml-x8 {
    margin-left: 48px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x8 {
    margin-left: 32px;
  }
}

.pt-x8 {
  padding-top: 64px;
}

@media screen and (max-width: 960px) {
  .pt-x8 {
    padding-top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x8 {
    padding-top: 32px;
  }
}

.pb-x8 {
  padding-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .pb-x8 {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x8 {
    padding-bottom: 32px;
  }
}

.pr-x8 {
  padding-right: 64px;
}

@media screen and (max-width: 960px) {
  .pr-x8 {
    padding-right: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x8 {
    padding-right: 32px;
  }
}

.pl-x8 {
  padding-left: 64px;
}

@media screen and (max-width: 960px) {
  .pl-x8 {
    padding-left: 48px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x8 {
    padding-left: 32px;
  }
}

.mb-x9 {
  margin-bottom: 72px;
}

@media screen and (max-width: 960px) {
  .mb-x9 {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x9 {
    margin-bottom: 36px;
  }
}

.mr-x9 {
  margin-right: 72px;
}

@media screen and (max-width: 960px) {
  .mr-x9 {
    margin-right: 54px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x9 {
    margin-right: 36px;
  }
}

.ml-x9 {
  margin-left: 72px;
}

@media screen and (max-width: 960px) {
  .ml-x9 {
    margin-left: 54px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x9 {
    margin-left: 36px;
  }
}

.pt-x9 {
  padding-top: 72px;
}

@media screen and (max-width: 960px) {
  .pt-x9 {
    padding-top: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x9 {
    padding-top: 36px;
  }
}

.pb-x9 {
  padding-bottom: 72px;
}

@media screen and (max-width: 960px) {
  .pb-x9 {
    padding-bottom: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x9 {
    padding-bottom: 36px;
  }
}

.pr-x9 {
  padding-right: 72px;
}

@media screen and (max-width: 960px) {
  .pr-x9 {
    padding-right: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x9 {
    padding-right: 36px;
  }
}

.pl-x9 {
  padding-left: 72px;
}

@media screen and (max-width: 960px) {
  .pl-x9 {
    padding-left: 54px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x9 {
    padding-left: 36px;
  }
}

.mb-x10 {
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .mb-x10 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .mb-x10 {
    margin-bottom: 40px;
  }
}

.mr-x10 {
  margin-right: 80px;
}

@media screen and (max-width: 960px) {
  .mr-x10 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 640px) {
  .mr-x10 {
    margin-right: 40px;
  }
}

.ml-x10 {
  margin-left: 80px;
}

@media screen and (max-width: 960px) {
  .ml-x10 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 640px) {
  .ml-x10 {
    margin-left: 40px;
  }
}

.pt-x10 {
  padding-top: 80px;
}

@media screen and (max-width: 960px) {
  .pt-x10 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pt-x10 {
    padding-top: 40px;
  }
}

.pb-x10 {
  padding-bottom: 80px;
}

@media screen and (max-width: 960px) {
  .pb-x10 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pb-x10 {
    padding-bottom: 40px;
  }
}

.pr-x10 {
  padding-right: 80px;
}

@media screen and (max-width: 960px) {
  .pr-x10 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pr-x10 {
    padding-right: 40px;
  }
}

.pl-x10 {
  padding-left: 80px;
}

@media screen and (max-width: 960px) {
  .pl-x10 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 640px) {
  .pl-x10 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 640px) {
  .pagenavi-wrap {
    padding: 0 8px;
  }
}

.wp-pagenavi {
  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;
  padding-top: 24px;
  text-align: center;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  position: relative;
  display: inline-block;
  margin: 0 8px 16px;
  padding: 0 0 0 2px;
  height: 48px;
  border: solid 2px #0c67a8;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    height: 40px;
    margin: 0 4px 12px;
  }
}

@media screen and (max-width: 370px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    margin: 0 3px 12px;
    height: 38px;
  }
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  width: 48px;
  line-height: 46px;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    width: 40px;
    line-height: 38px;
  }
}

@media screen and (max-width: 370px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    line-height: 36px;
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  width: 120px;
  line-height: 44px;
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 72px;
    line-height: 36px;
  }
}

@media screen and (max-width: 370px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 52px;
    line-height: 34px;
  }
}

.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  color: #0c67a8;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  background: #0c67a8;
  color: #fff;
}

.wp-pagenavi .current {
  background: #0c67a8;
  color: #fff;
}

.wp-pagenavi .extend {
  color: #0c67a8;
  margin: 0 16px 16px;
}

@media screen and (max-width: 640px) {
  .wp-pagenavi .extend {
    margin: 0 8px 8px;
  }
}

.pagelink {
  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;
}

.pagelink__prev a, .pagelink__next a, .pagelink__back a {
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 46px;
  text-align: center;
  color: #0c67a8;
  border: solid 2px #0c67a8;
  border-radius: 4px;
}

.pagelink__prev a:hover, .pagelink__next a:hover, .pagelink__back a:hover {
  color: #fff;
  background-color: #0c67a8;
}

.pagelink__prev a,
.pagelink__next a {
  width: 120px;
}

@media screen and (max-width: 640px) {
  .pagelink__prev a,
  .pagelink__next a {
    width: 55px;
  }
}

.pagelink__back {
  margin: 0 16px;
}

@media screen and (max-width: 640px) {
  .pagelink__back {
    margin: 0 10px;
  }
}

.pagelink__back a {
  width: 320px;
}

@media screen and (max-width: 640px) {
  .pagelink__back a {
    width: 155px;
  }
}

.policy-list__item {
  padding-bottom: 24px;
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 960px) {
  .policy-list__item {
    padding-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .policy-list__item {
    padding-bottom: calc( 24px * 0.5);
  }
}

.policy-list__item:first-child {
  padding-top: 24px;
  border-top: solid 1px #ccc;
}

@media screen and (max-width: 960px) {
  .policy-list__item:first-child {
    padding-top: 18px;
  }
}

@media screen and (max-width: 640px) {
  .policy-list__item:first-child {
    padding-top: 12px;
  }
}

.policy-list__item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .policy-list__item:not(:last-child) {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .policy-list__item:not(:last-child) {
    margin-bottom: calc( 24px * 0.5);
  }
}

.policy-list__item dt {
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 0 44px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .policy-list__item dt {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .policy-list__item dt {
    margin-bottom: 8px;
    padding: 0 0 0 32px;
    font-size: 1.6rem;
  }
}

.policy-list__item dt::before, .policy-list__item dt::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .policy-list__item dt::before, .policy-list__item dt::after {
    width: 18px;
    height: 18px;
  }
}

.policy-list__item dt::before {
  border-color: #0c67a8;
  top: calc( 50% - 4px);
  left: 0;
}

@media screen and (max-width: 640px) {
  .policy-list__item dt::before {
    top: 50%;
  }
}

.policy-list__item dt::after {
  border-color: #29bbc1;
  top: calc( 50% + 6px);
  left: 10px;
}

@media screen and (max-width: 640px) {
  .policy-list__item dt::after {
    top: calc( 50% + 2px);
    left: 8px;
  }
}

.medical-headline {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .medical-headline {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .medical-headline {
    margin-bottom: calc( 40px * 0.5);
  }
}

.medical-headline .headline__line {
  position: relative;
  display: inline-block;
  padding: 0 0 12px;
  font-size: 3.4rem;
  font-weight: bold;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .medical-headline .headline__line {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .medical-headline .headline__line {
    padding: 0 0 8px;
    font-size: 2rem;
  }
}

.medical-headline .headline__line::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1px;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#0c67a8), to(#29bbc1));
  background: linear-gradient(to right, #0c67a8, #29bbc1);
  border-radius: 8px;
}

@media screen and (max-width: 960px) {
  .medical-headline .headline__line::before {
    bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .medical-headline .headline__line::before {
    height: 6px;
    border-radius: 6px;
  }
}

.medical-headline .headline__line .headline__dot {
  position: relative;
  padding: 0 0 14px;
}

@media screen and (max-width: 640px) {
  .medical-headline .headline__line .headline__dot {
    padding: 0 0 10px;
  }
}

.medical-headline .headline__line .headline__dot::before, .medical-headline .headline__line .headline__dot::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 40px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 640px) {
  .medical-headline .headline__line .headline__dot::before, .medical-headline .headline__line .headline__dot::after {
    width: 30px;
    height: 6px;
    border-width: 0 0 6px 0;
  }
}

.medical-headline .headline__line .headline__dot::before {
  background-image: url("/wp-content/themes/bones/dist/img/common/medical-deco-blu.svg");
  right: calc( 100% + 8px);
}

@media screen and (max-width: 640px) {
  .medical-headline .headline__line .headline__dot::before {
    right: calc( 100% + 6px);
  }
}

.medical-headline .headline__line .headline__dot::after {
  background-image: url("/wp-content/themes/bones/dist/img/common/medical-deco-aqu.svg");
  left: calc( 100% + 8px);
}

@media screen and (max-width: 640px) {
  .medical-headline .headline__line .headline__dot::after {
    right: calc( 100% + 6px);
  }
}

.medical-nav,
.department-nav {
  position: relative;
  z-index: 0;
  padding-bottom: 96px;
  overflow: hidden;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .medical-nav,
  .department-nav {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 640px) {
  .medical-nav,
  .department-nav {
    padding-bottom: 48px;
  }
}

.medical-nav::before,
.department-nav::before {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/bones/dist/img/common/subnav-bg.png") center/314px 262px repeat;
}

.medical-nav .nav,
.department-nav .nav {
  margin: 0 auto;
  padding: 40px 40px 56px;
  background: #f5f5f3;
}

@media screen and (max-width: 1280px) {
  .medical-nav .nav,
  .department-nav .nav {
    padding: 40px 32px 56px;
  }
}

@media screen and (max-width: 960px) {
  .medical-nav .nav,
  .department-nav .nav {
    padding: 30px 24px 42px;
  }
}

@media screen and (max-width: 640px) {
  .medical-nav .nav,
  .department-nav .nav {
    padding: 20px 16px 28px;
  }
}

.medical-nav .nav .nav-ttl,
.department-nav .nav .nav-ttl {
  margin-bottom: 24px;
  text-align: center;
  color: #0c67a8;
}

@media screen and (max-width: 960px) {
  .medical-nav .nav .nav-ttl,
  .department-nav .nav .nav-ttl {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .medical-nav .nav .nav-ttl,
  .department-nav .nav .nav-ttl {
    margin-bottom: calc( 24px * 0.5);
  }
}

.medical-nav .nav .nav-ttl__main,
.department-nav .nav .nav-ttl__main {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .medical-nav .nav .nav-ttl__main,
  .department-nav .nav .nav-ttl__main {
    font-size: 2rem;
  }
}

.medical-nav .nav .nav-ttl__sub,
.department-nav .nav .nav-ttl__sub {
  display: block;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

.medical-nav .medical-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.medical-nav .medical-nav-list::after {
  content: "";
  display: none;
}

@media screen and (max-width: 960px) {
  .medical-nav .medical-nav-list::after {
    display: block;
    width: calc( 33% - 10.6px);
  }
}

@media screen and (max-width: 640px) {
  .medical-nav .medical-nav-list::after {
    display: none;
  }
}

.medical-nav .medical-nav-list__item {
  width: calc( 20% - 19.2px);
}

@media screen and (max-width: 960px) {
  .medical-nav .medical-nav-list__item {
    width: calc( 33% - 10.6px);
  }
}

@media screen and (max-width: 640px) {
  .medical-nav .medical-nav-list__item {
    width: calc( 50% - 8px);
  }
}

.medical-nav .medical-nav-list__item:nth-of-type(5) .nav-ico {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .medical-nav .medical-nav-list__item:nth-of-type(-n+3) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .medical-nav .medical-nav-list__item:nth-of-type(-n+3) {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .medical-nav .medical-nav-list__item:nth-of-type(-n+3) {
    margin-bottom: calc( 24px * 0.5);
  }
}

@media screen and (max-width: 640px) {
  .medical-nav .medical-nav-list__item:nth-of-type(-n+4) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) and (max-width: 960px) {
  .medical-nav .medical-nav-list__item:nth-of-type(-n+4) {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .medical-nav .medical-nav-list__item:nth-of-type(-n+4) {
    margin-bottom: calc( 24px * 0.5);
  }
}

.medical-nav .medical-nav-list__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 28px 4px 10px;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #0c67a8;
  text-align: center;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 960px) {
  .medical-nav .medical-nav-list__item a {
    padding: 20px 4px 14px;
  }
}

@media screen and (max-width: 640px) {
  .medical-nav .medical-nav-list__item a {
    padding: 16px 4px 12px;
  }
}

.medical-nav .medical-nav-list__item a::before {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  content: "";
  display: block;
  width: calc( 100% - 64px);
  min-width: 104px;
  height: 6px;
  background: #0c67a8;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 640px) {
  .medical-nav .medical-nav-list__item a::before {
    height: 4px;
  }
}

.medical-nav .medical-nav-list__item a .nav-ico {
  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;
  margin: 0 auto 10px;
  width: 72px;
  height: 72px;
  background: rgba(12, 103, 168, 0.08);
  border-radius: 50%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.medical-nav .medical-nav-list__item a .nav-ico svg {
  width: 40px;
  height: 40px;
  fill: #0c67a8;
}

.medical-nav .medical-nav-list__item a .nav-txt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0c67a8;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 960px) {
  .medical-nav .medical-nav-list__item a .nav-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .medical-nav .medical-nav-list__item a .nav-txt {
    font-size: 1.6rem;
  }
}

.medical-nav .medical-nav-list__item a .nav-txt span {
  display: block;
  letter-spacing: 0;
  line-height: 1;
  font-size: 1.2rem;
}

.medical-nav .medical-nav-list__item a:hover {
  border: 2px solid #29bbc1;
}

.medical-nav .medical-nav-list__item a:hover::before {
  background: #29bbc1;
}

.medical-nav .medical-nav-list__item a:hover .nav-ico {
  background: rgba(41, 187, 193, 0.08);
}

.medical-nav .medical-nav-list__item a:hover .nav-ico svg {
  fill: #29bbc1;
}

.medical-nav .medical-nav-list__item a:hover .nav-txt {
  color: #29bbc1;
}

.department-nav .department-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.department-nav .department-nav-list__item {
  width: calc( 33% - 10.6px);
}

@media screen and (max-width: 960px) {
  .department-nav .department-nav-list__item {
    width: calc( 50% - 8px);
  }
}

@media screen and (max-width: 480px) {
  .department-nav .department-nav-list__item {
    width: 100%;
  }
}

.department-nav .department-nav-list__item:nth-of-type(-n+6) {
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .department-nav .department-nav-list__item:nth-of-type(-n+6) {
    margin-bottom: calc( 16px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .department-nav .department-nav-list__item:nth-of-type(-n+6) {
    margin-bottom: calc( 16px * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .department-nav .department-nav-list__item:nth-of-type(-n+8) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .department-nav .department-nav-list__item:nth-of-type(-n+8) {
    margin-bottom: calc( 24px * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .department-nav .department-nav-list__item:nth-of-type(-n+8) {
    margin-bottom: calc( 24px * 0.5);
  }
}

.department-nav .department-nav-list__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  padding: 0 16px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  line-height: 80px;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .department-nav .department-nav-list__item a {
    height: 56px;
    line-height: 56px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .department-nav .department-nav-list__item a {
    font-size: 1.4rem;
  }
}

.department-nav .department-nav-list__item a:hover {
  color: #fff;
  background: #0c67a8;
}

.department-nav .department-nav-list__item a:hover::before, .department-nav .department-nav-list__item a:hover::after {
  border-color: #fff;
}

.department-nav .department-nav-list__item a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  border: solid 2px #0c67a8;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .department-nav .department-nav-list__item a::before {
    right: 8px;
    width: 18px;
    height: 18px;
  }
}

.department-nav .department-nav-list__item a::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 24px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: #0c67a8;
  border-width: 0 2px 2px 0;
}

@media screen and (max-width: 640px) {
  .department-nav .department-nav-list__item a::after {
    right: 15px;
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 56px 0 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .header {
    padding: 0 48px 0 0;
  }
}

.header .head-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0 16px;
}

@media screen and (max-width: 640px) {
  .header .head-upper {
    padding: 4px 0 8px;
  }
}

.header .head-upper .head-logo {
  display: block;
  width: 100%;
  max-width: 322px;
}

@media screen and (max-width: 1280px) {
  .header .head-upper .head-logo {
    max-width: 300px;
  }
}

@media screen and (max-width: 960px) {
  .header .head-upper .head-logo {
    max-width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .header .head-upper .head-logo {
    max-width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .header .head-upper .head-logo {
    max-width: 88px;
  }
}

.header .head-upper .head-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0 0;
}

.header .head-upper .head-dtl .head-time {
  margin: 0 32px 0 0;
  padding: 3px 0 0;
}

@media screen and (max-width: 960px) {
  .header .head-upper .head-dtl .head-time {
    display: none;
  }
}

.header .head-upper .head-dtl .head-time__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .header .head-upper .head-dtl .head-time__item {
    font-size: 1.2rem;
    letter-spacing: .05em;
  }
}

.header .head-upper .head-dtl .head-time__item dt {
  width: 50px;
  margin: 0 12px 0 0;
  color: #0c67a8;
  text-align: right;
}

.header .head-upper .head-dtl .head-tel {
  position: relative;
  padding: 0 0 0 28px;
}

@media screen and (max-width: 640px) {
  .header .head-upper .head-dtl .head-tel {
    padding: 31px 0 0 0;
    width: 48px;
    height: 48px;
    background: #0c67a8;
    border-radius: 4px;
  }
}

.header .head-upper .head-dtl .head-tel .tel__num {
  font-family: "Inter", sans-serif;
  font-size: 3.2rem;
  color: #0c67a8;
}

@media screen and (max-width: 1280px) {
  .header .head-upper .head-dtl .head-tel .tel__num {
    font-size: 2.8rem;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 640px) {
  .header .head-upper .head-dtl .head-tel .tel__num {
    display: none;
  }
}

.header .head-upper .head-dtl .head-tel .tel__txt {
  display: none;
}

@media screen and (max-width: 640px) {
  .header .head-upper .head-dtl .head-tel .tel__txt {
    display: block;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
  }
}

.header .head-upper .head-dtl .head-tel svg {
  position: absolute;
  left: 0;
  top: 14px;
  fill: #0c67a8;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1280px) {
  .header .head-upper .head-dtl .head-tel svg {
    top: 11px;
  }
}

@media screen and (max-width: 640px) {
  .header .head-upper .head-dtl .head-tel svg {
    width: 22px;
    height: 22px;
    top: 7px;
    left: 12px;
    fill: #fff;
  }
}

.header .gnav {
  background: url("/wp-content/themes/bones/dist/img/common/gnav-bg.png") center/contain repeat-x;
}

@media screen and (max-width: 960px) {
  .header .gnav {
    display: none;
  }
}

.header .gnav .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .gnav .gnav-list__item {
  position: relative;
}

.header .gnav .gnav-list__item:nth-child(1) {
  width: 14%;
}

.header .gnav .gnav-list__item:nth-child(2) {
  width: 14%;
}

.header .gnav .gnav-list__item:nth-child(3) {
  width: 27%;
}

.header .gnav .gnav-list__item:nth-child(4) {
  width: 17%;
}

.header .gnav .gnav-list__item:nth-child(5) {
  width: 14%;
}

.header .gnav .gnav-list__item:nth-child(6) {
  width: 14%;
}

.header .gnav .gnav-list__item:first-child::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc( 100% - 32px);
  background: #fff;
}

.header .gnav .gnav-list__item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc( 100% - 32px);
  background: #fff;
}

.header .gnav .gnav-list__item a {
  display: block;
  padding: 14px 4px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .header .gnav .gnav-list__item a {
    font-size: 1.4rem;
  }
}

.header .gnav .gnav-list__item a:hover {
  background: #fff;
  color: #0c67a8;
}

.header .gnav .gnav-list__item a span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.0rem;
  line-height: 1.2;
}

.drawer {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}

@media screen and (max-width: 960px) {
  .drawer {
    display: block;
  }
}

.drawer .drawer-switch {
  display: none;
}

.drawer-hamburger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 76px;
  height: 76px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .drawer-hamburger {
    height: 84px;
  }
}

@media screen and (max-width: 640px) {
  .drawer-hamburger {
    width: 64px;
    height: 64px;
  }
}

.drawer-hamburger::before {
  position: absolute;
  content: "メニュー";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 18px;
  width: 100%;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
  color: #0c67a8;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .drawer-hamburger::before {
    bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .drawer-hamburger::before {
    bottom: 13px;
  }
}

.drawer-hamburger span {
  display: block;
  position: relative;
  top: 42%;
  width: 32px;
  height: 2px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-hamburger span::before, .drawer-hamburger span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0c67a8;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.drawer-hamburger span::before {
  top: -4px;
}

.drawer-hamburger span::after {
  top: 4px;
}

.drawer-switch:checked ~ .drawer-hamburger::before {
  bottom: 16px;
  content: "閉じる";
  color: #fff;
}

@media screen and (max-width: 640px) {
  .drawer-switch:checked ~ .drawer-hamburger::before {
    bottom: 8px;
  }
}

.drawer-switch:checked ~ .drawer-hamburger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.drawer-switch:checked ~ .drawer-hamburger span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.drawer-overlay {
  opacity: 0;
  display: none;
  position: fixed;
  z-index: 9997;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #283c50;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.drawer-switch:checked ~ .drawer-overlay {
  opacity: .64;
  display: block;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 77px;
  right: 0;
  z-index: 9999;
  width: calc( 100% - 48px);
  height: calc( 100% - 101px);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .drawer-content {
    height: calc( 100% - 107px);
    top: 83px;
  }
}

@media screen and (max-width: 640px) {
  .drawer-content {
    width: calc( 100% - 32px);
    height: calc( 100% - 80px);
    top: 64px;
  }
}

.drawer-switch:checked ~ .drawer-content {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  right: auto;
}

.drawer-content .drawer-content-wrap {
  overflow: auto;
  max-height: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 640px) {
  .drawer-content .drawer-content-wrap {
    padding: 16px;
  }
}

.drawer-content .drawer-ttl {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 14px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .drawer-content .drawer-ttl {
    margin: 0 0 8px;
    padding: 0 0 0 10px;
    font-size: 1.6rem;
  }
}

.drawer-content .drawer-ttl::before {
  position: absolute;
  content: "";
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 100%;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c67a8), to(#29bbc1));
  background: linear-gradient(to bottom, #0c67a8, #29bbc1);
}

@media screen and (max-width: 640px) {
  .drawer-content .drawer-ttl::before {
    width: 4px;
  }
}

.drawer-content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 480px) {
  .drawer-content .menu {
    margin-bottom: 16px;
  }
}

.drawer-content .menu__item {
  width: calc( 50% - 6px);
}

@media screen and (max-width: 480px) {
  .drawer-content .menu__item {
    width: 100%;
  }
}

.drawer-content .menu__item:nth-child(1) {
  border-top: solid 1px #ccc;
}

.drawer-content .menu__item:nth-child(2) {
  border-top: solid 1px #ccc;
}

@media screen and (max-width: 480px) {
  .drawer-content .menu__item:nth-child(2) {
    border-top: none;
  }
}

.drawer-content .menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 56px;
  padding: 0 8px 0 24px;
  border-bottom: solid 1px #ccc;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .drawer-content .menu__item a {
    height: 44px;
  }
}

.drawer-content .menu__item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border: solid 2px #0c67a8;
  border-radius: 50%;
}

.drawer-content .menu__item a::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0c67a8;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 480px) {
  .drawer-content .menu__item a::after {
    top: 46%;
  }
}

.drawer-content .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .drawer-content .sub-menu__item {
    width: 50%;
  }
}

.drawer-content .sub-menu__item:not(:last-child) {
  margin: 0 24px 0 10px;
}

@media screen and (max-width: 768px) {
  .drawer-content .sub-menu__item:not(:last-child) {
    margin: 0 0 10px;
  }
}

.drawer-content .sub-menu__item a {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 1.4rem;
}

.drawer-content .sub-menu__item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: solid 2px #ccc;
  border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .drawer-content .sub-menu__item a::before {
    top: 2px;
  }
}

.drawer-content .sub-menu__item a::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #ccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 480px) {
  .drawer-content .sub-menu__item a::after {
    top: 8px;
  }
}

.footer {
  background: #f5f5f3;
}

.footer .foot-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 56px;
  padding-bottom: 56px;
}

@media screen and (max-width: 960px) {
  .footer .foot-unit {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-dtl {
    width: 100%;
    margin: 0 auto 24px;
    text-align: center;
  }
}

.footer .foot-unit .foot-dtl .foot-logo {
  width: 324px;
  margin: 0 0 16px;
}

@media screen and (max-width: 1280px) {
  .footer .foot-unit .foot-dtl .foot-logo {
    width: 300px;
  }
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-dtl .foot-logo {
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 355px) {
  .footer .foot-unit .foot-dtl .foot-logo {
    width: 280px;
  }
}

.footer .foot-unit .foot-dtl .foot-time__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 4px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .footer .foot-unit .foot-dtl .foot-time__item {
    letter-spacing: .05em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-dtl .foot-time__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 355px) {
  .footer .foot-unit .foot-dtl .foot-time__item {
    font-size: 1.3rem;
  }
}

.footer .foot-unit .foot-dtl .foot-time__item dt {
  margin: 0 8px 0 0;
  color: #0c67a8;
}

.footer .foot-unit .foot-dtl .foot-tel {
  position: relative;
  padding: 0 0 0 38px;
  color: #0c67a8;
  font-family: "Inter", sans-serif;
  font-size: 3.8rem;
}

@media screen and (max-width: 1280px) {
  .footer .foot-unit .foot-dtl .foot-tel {
    padding: 0 0 0 32px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 640px) {
  .footer .foot-unit .foot-dtl .foot-tel {
    padding: 0 0 0 28px;
    font-size: 3.2rem;
  }
}

.footer .foot-unit .foot-dtl .foot-tel svg {
  position: absolute;
  left: 0;
  top: 12px;
  fill: #0c67a8;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1280px) {
  .footer .foot-unit .foot-dtl .foot-tel svg {
    top: 10px;
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 640px) {
  .footer .foot-unit .foot-dtl .foot-tel svg {
    top: 8px;
    width: 26px;
    height: 26px;
  }
}

.footer .foot-unit .foot-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-menu {
    width: 100%;
  }
}

@media screen and (max-width: 1060px) {
  .footer .foot-unit .foot-menu .foot-menu-list {
    width: 170px;
  }
}

@media screen and (max-width: 1060px) and (max-width: 960px) {
  .footer .foot-unit .foot-menu .foot-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc( 100% + 6px);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}

.footer .foot-unit .foot-menu .foot-menu-list:not(:last-child) {
  margin: 0 32px 0 0;
}

@media screen and (max-width: 1280px) {
  .footer .foot-unit .foot-menu .foot-menu-list:not(:last-child) {
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-menu .foot-menu-list:not(:last-child) {
    margin: 0;
  }
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-menu .foot-menu-list:first-child .foot-menu-list__item:nth-child(1),
  .footer .foot-unit .foot-menu .foot-menu-list:first-child .foot-menu-list__item:nth-child(2) {
    border-top: solid 1px #ccc;
  }
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-menu .foot-menu-list:first-child .foot-menu-list__item:nth-child(3) {
    border-top: solid 1px #ccc;
  }
}

@media screen and (max-width: 640px) {
  .footer .foot-unit .foot-menu .foot-menu-list:first-child .foot-menu-list__item:nth-child(3) {
    border-top: none;
  }
}

.footer .foot-unit .foot-menu .foot-menu-list__item {
  margin: 0 0 6px;
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-menu .foot-menu-list__item {
    border-bottom: solid 1px #ccc;
    width: calc( 33.33% - 6px);
    margin: 0 3px 0;
  }
}

@media screen and (max-width: 640px) {
  .footer .foot-unit .foot-menu .foot-menu-list__item {
    width: calc( 50% - 6px);
  }
}

.footer .foot-unit .foot-menu .foot-menu-list__item a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .footer .foot-unit .foot-menu .foot-menu-list__item a {
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-menu .foot-menu-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 8px 0 32px;
    height: 40px;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 640px) {
  .footer .foot-unit .foot-menu .foot-menu-list__item a {
    padding: 0px 0 0 26px;
    font-size: 1.3rem;
  }
}

.footer .foot-unit .foot-menu .foot-menu-list__item a:hover {
  text-decoration: none;
}

.footer .foot-unit .foot-menu .foot-menu-list__item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: solid 2px #0c67a8;
  border-radius: 50%;
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-menu .foot-menu-list__item a::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px;
  }
}

@media screen and (max-width: 640px) {
  .footer .foot-unit .foot-menu .foot-menu-list__item a::before {
    left: 6px;
    width: 16px;
    height: 16px;
  }
}

.footer .foot-unit .foot-menu .foot-menu-list__item a::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0c67a8;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
  .footer .foot-unit .foot-menu .foot-menu-list__item a::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    left: 13px;
  }
}

@media screen and (max-width: 640px) {
  .footer .foot-unit .foot-menu .foot-menu-list__item a::after {
    left: 11px;
  }
}

.footer .copy {
  padding: 16px 0;
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.footer .powered-by {
  display: inline-block;
  width: 45px;
  height: 10px;
  vertical-align: baseline;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-txt {
  padding-top: 32px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .recaptcha-txt {
    padding-top: 24px;
  }
}

@media screen and (max-width: 640px) {
  .recaptcha-txt {
    padding-top: 16px;
    font-size: 1.2rem;
  }
}

.recaptcha-txt a {
  text-decoration: underline;
  color: #0c67a8;
}

.recaptcha-txt a:hover {
  text-decoration: none;
}

.wp-form .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding: 24px 0;
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 640px) {
  .wp-form .form-box {
    padding: 16px 0;
  }
}

.wp-form .form-box:first-child {
  border-top: solid 1px #ccc;
}

.wp-form .form-box:not(:last-child) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-form .form-box:last-child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-form .form-box dt {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .wp-form .form-box dt {
    display: block;
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .wp-form .form-box dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 12px;
    width: 100%;
  }
}

.wp-form .form-box dd {
  width: calc(100% - 300px);
}

@media screen and (max-width: 960px) {
  .wp-form .form-box dd {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 768px) {
  .wp-form .form-box dd {
    width: 100%;
  }
}

.wp-form .form-box dd .input-age {
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  width: 220px;
}

@media screen and (max-width: 640px) {
  .wp-form .form-box dd .input-age {
    width: 200px;
  }
}

.wp-form .form-box dd .input-age::before {
  position: absolute;
  content: "歳";
  right: -32px;
  top: 16px;
}

@media screen and (max-width: 640px) {
  .wp-form .form-box dd .input-age::before {
    top: 10px;
  }
}

.must {
  width: 48px;
  height: 25px;
  margin: 0 0 0 12px;
  padding: 6px 10px;
  background: #0c67a8;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .must {
    display: block;
    margin: 4px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .must {
    width: 44px;
    height: 22px;
    margin: 0 0 0 12px;
    padding: 5px 8px;
  }
}

input,
select,
textarea {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 10px;
  background: #f5f5f3;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Inter", sans-serif;
  line-height: 56px;
  border-radius: 6px;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  input,
  select,
  textarea {
    height: 48px;
    line-height: 48px;
    font-size: 1.4rem;
  }
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #ccc;
}

select {
  background-image: url("/wp-content/themes/bones/dist/img/common/select.svg");
  background-position: 96% center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  select {
    background-size: 16px;
  }
}

textarea {
  overflow: auto;
  height: 200px;
  padding: 10px;
  line-height: 1.8;
}

.wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  display: none;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #efefe9;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: "";
  position: absolute;
  top: 6px;
  left: 8px;
  z-index: 1;
  width: 7px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  background: #283c50;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0 16px 0 0;
}

.wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  display: none;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #efefe9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #666;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

.send-btn {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 64px;
  border: solid 2px #0c67a8;
  border-radius: 4px;
  color: #0c67a8;
  text-align: center;
  line-height: 60px;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .send-btn {
    height: 56px;
    line-height: 52px;
  }
}

@media screen and (max-width: 640px) {
  .send-btn {
    max-width: 300px;
  }
}

.send-btn:hover {
  color: #fff;
  background: #0c67a8;
}

.send-btn:hover::before, .send-btn:hover::after {
  border-color: #fff;
}

.send-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  border: solid 2px #0c67a8;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .send-btn::before {
    right: 8px;
    width: 18px;
    height: 18px;
  }
}

.send-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 24px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: #0c67a8;
  border-width: 0 2px 2px 0;
}

@media screen and (max-width: 640px) {
  .send-btn::after {
    right: 15px;
    width: 5px;
    height: 5px;
  }
}

.send-btn .send {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.send-btn .send::before {
  font-size: 1.8rem;
  font-weight: bold;
}

.send-btn .send input[type="submit"] {
  display: none;
}

.send-btn.contact-btn .send::before {
  content: "送信する";
}

.send-btn.recruit-btn .send::before {
  content: "応募する";
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0 0 32px;
  padding: 30px;
  border-radius: 6px;
  background: #fbebf0;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 0 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .wpcf7 form.sent .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.spam .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 0 0 16px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #eefafa;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fbebf0;
}

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

.wpcf7-not-valid-tip {
  color: #d95636;
  font-size: 1.4rem;
}

.wpcf7 .wpcf7-not-valid {
  background: #fbebf0;
}

.ncd-img {
  display: inline;
  margin: 0 6px;
  width: 120px;
  border-radius: 0;
}

.privacy-frame {
  padding: 8px;
  border: solid 1px #ccc;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .privacy-frame {
    padding: 12px;
    border-width: 1px;
  }
}

@media screen and (max-width: 640px) {
  .privacy-frame {
    padding: 8px;
  }
}

.privacy-frame .privacy-inner {
  overflow-y: scroll;
  height: 240px;
  padding: 24px 0;
}

@media screen and (max-width: 640px) {
  .privacy-frame .privacy-inner {
    height: 200px;
    padding: 16px 0;
  }
}

.privacy-frame .privacy-inner::-webkit-scrollbar {
  width: 8px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-track {
  background: #f5f5f3;
  border-radius: 4px;
}

.privacy-frame .privacy-inner::-webkit-scrollbar-thumb {
  background: #0c67a8;
  border-radius: 4px;
}

.privacy-frame .privacy-inner .privacy-ttl {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc( 40px * 0.5);
  }
}

.privacy-frame .privacy-inner .privacy-ttl__sub {
  position: relative;
  display: block;
  font-family: "Inter", sans-serif;
  color: #0c67a8;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub {
    font-size: 1.4rem;
  }
}

.privacy-frame .privacy-inner .privacy-ttl__sub::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 104px;
  height: 32px;
  background: url("/wp-content/themes/bones/dist/img/common/ttl-deco-circle.png") center/contain no-repeat;
}

@media screen and (max-width: 640px) {
  .privacy-frame .privacy-inner .privacy-ttl__sub::before {
    width: 78px;
    height: 24px;
  }
}

.privacy-frame .privacy-inner .privacy-ttl__main {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.4rem;
  }
}

.notfound-txt {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .notfound-txt {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .notfound-txt {
    margin-bottom: calc( 40px * 0.5);
  }
}

.notfound-list {
  margin-bottom: 40px;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  background: #f5f5f3;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  .notfound-list {
    margin-bottom: calc( 40px * 0.75);
  }
}

@media screen and (max-width: 640px) {
  .notfound-list {
    margin-bottom: calc( 40px * 0.5);
  }
}

.notfound-list__item {
  margin-left: 1em;
  font-size: 1.6rem;
  text-indent: -1em;
}

@media screen and (max-width: 960px) {
  .notfound-list__item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .notfound-list__item {
    font-size: 1.2rem;
  }
}

.notfound-list__item::before {
  content: '・';
}

/*# sourceMappingURL=../../maps/common/main.css.map */
