@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.is-frozen {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: static !important;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.container {
  overflow: hidden;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.is-blue {
  color: #3071b9;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.16rem;
  }

  .container {
    min-width: 1260px;
  }
  .container.is-sub-page {
    background: url(../img/common/keyvisual_bg_common.png) no-repeat top/1260px 490px;
  }

  .wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
    min-height: 100vh;
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
  }
  .container.is-sub-page {
    background: url(../img/common/keyvisual_bg_common.png) no-repeat top/auto 7rem;
  }

  .wrapper {
    max-width: 6.5rem;
    margin: 0 auto;
  }

  .md {
    display: none !important;
  }
}
.header-site .header-top {
  position: relative;
}
.header-site .header-banner {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #005594 0%, #3071b9 100%);
  color: #fff;
  letter-spacing: 0.08em;
  z-index: 1;
  text-decoration: none;
}
.header-site .header-banner::before {
  content: "";
  position: absolute;
  background: url(../img/common/header_icn.svg) no-repeat center/100% auto;
  top: 0;
}
.header-site .header-banner:hover p {
  opacity: 0.8;
}
.header-site .text-big,
.header-site .text-small {
  opacity: 0;
  position: relative;
  transition: opacity 0.25s;
}
.wf-active .header-site .text-big, .wf-active
.header-site .text-small {
  opacity: 1;
}
.header-site .text-big {
  font-weight: bold;
}
.header-site .text-small {
  margin-bottom: 0;
}
.header-site .contact-list {
  padding-left: 0;
}
.header-site .contact-list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  list-style-type: none;
  border: 1px solid #c1c1c1;
  color: #323232;
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .header-site .contact-list > li {
  opacity: 1;
}
.header-site .contact-list .contact-text {
  margin-bottom: 0;
}
.header-site .phone-call {
  opacity: 0;
  transition: opacity 0.26s;
}
.header-site .phone-call a {
  position: relative;
  text-decoration: none;
  color: #3071b9;
  pointer-events: none;
}
.wf-active .header-site .phone-call {
  opacity: 1;
}
.header-site .text-primary,
.header-site .text-secondary {
  font-weight: 500;
  line-height: 1;
}
.header-site .header-slider {
  position: relative;
}
.header-site .header-slider:not(.slick-initialized) .slider-wrapper:not(:first-child) {
  display: none;
}
.header-site .slider-text,
.header-site .slider-icon {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .header-site .slider-text, .wf-active
.header-site .slider-icon {
  opacity: 1;
}
.header-site .slider-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.header-site .slider-icon {
  display: inline-block;
}
.header-site .slider-icon:hover::before {
  transition: background 0.25s, opacity 0.26s;
}
.wf-active .header-site .slider-icon:hover::before {
  opacity: 1;
}
.header-site .slider-icon:hover::after {
  opacity: 1;
}
.header-site .slider-icon::before, .header-site .slider-icon::after {
  content: "";
  position: absolute;
  background: no-repeat center;
}
.header-site .slider-icon::after {
  opacity: 0;
  z-index: 11;
  transition: opacity 0.25s;
}
.header-site .slick-arrow,
.header-site .slick-dots {
  display: none !important;
}
.header-site .navigation-list > li {
  position: relative;
  list-style-type: none;
}
.header-site .navigation-list .link-navigation {
  opacity: 0;
  transition: opacity 0.26s;
  position: relative;
  font-weight: 500;
}
.wf-active .header-site .navigation-list .link-navigation {
  opacity: 1;
}
.header-site .content-sub-menu {
  background-color: #3071b9;
}
.header-site .sub-menu {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .header-site .wrapper-header {
    max-width: 1260px;
    margin: 0 auto;
  }
  .header-site .header-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 90px;
    margin-bottom: 18px;
  }
  .header-site .header-banner {
    width: 345px;
    height: 238px;
    padding: 28px 30px 20px 47px;
  }
  .header-site .header-banner::before {
    width: 172px;
    height: 172px;
    right: 18px;
  }
  .header-site .text-big {
    margin-bottom: 9px;
    font-size: 0.32rem;
    line-height: calc(42 / 32);
  }
  .header-site .text-small {
    font-size: 0.18rem;
    line-height: calc(28 / 18);
  }
  .header-site .header-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 12px 0 0 auto;
  }
  .header-site .contact-list {
    margin: 7px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .header-site .contact-list > li {
    min-height: 33px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 0.18rem;
    line-height: calc(32 / 18);
    background-color: #fff;
  }
  .header-site .contact-list > li:not(:last-child) {
    margin-right: 9px;
  }
  .header-site .phone-call {
    margin-left: 45px;
  }
  .header-site .phone-call a {
    font-size: 0.34rem;
    line-height: calc(41 / 34);
  }
  .header-site .phone-call a::before {
    content: "";
    position: absolute;
    background: url(../img/common/phone_icn.svg) no-repeat center/100% auto;
    width: 16px;
    height: 30px;
    left: -22px;
    top: 50%;
    margin-top: -14px;
  }
  .header-site .text-primary {
    margin-left: 2px;
    font-size: 0.24rem;
  }
  .header-site .text-secondary {
    font-size: 0.2rem;
  }
  .header-site .wrapper-slider {
    max-width: 1200px;
    margin: 0 auto 24px;
  }
  .header-site .slider-text {
    left: 71px;
    bottom: -23px;
    font-size: 0.6rem;
    line-height: calc(90 / 60);
  }
  .header-site .slider-icon {
    right: 269px;
    bottom: 221px;
  }
  .header-site .slider-icon::before, .header-site .slider-icon::after {
    background-image: url(../img/top/slider_icn.png);
    width: 210px;
    height: 180px;
  }
  .header-site .slider-icon::after {
    background-image: url(../img/top/slider_icn_hover.png);
  }
  .header-site .navigation-list {
    display: -ms-flexbox;
    display: flex;
    max-width: 1026px;
    margin: 0 auto;
    padding: 0 6px;
    counter-reset: my-sec-counter;
  }
  .header-site .navigation-list > li:first-child a {
    padding-left: 0;
    padding-right: 41px;
  }
  .header-site .navigation-list > li:last-child a {
    padding-left: 41px;
    padding-right: 0;
  }
  .header-site .navigation-list > li:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 117px;
    background-color: #c1c1c1;
    right: -2px;
    top: 6px;
  }
  .header-site .navigation-list > li:hover .content-sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 5;
  }
  .header-site .navigation-list .link-navigation {
    padding: 0 30px 39px;
    display: block;
    font-size: 0.18rem;
    line-height: calc(28 / 18);
    color: #323232;
  }
  .header-site .navigation-list .link-navigation::before {
    display: block;
    margin-bottom: -3px;
    font-family: "Oswald", sans-serif;
    font-size: 0.3rem;
    font-weight: 450;
    color: #3071b9;
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter) "";
  }
  .header-site .content-sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
  }
  .header-site .sub-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 38px;
    -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: transparent transparent #3071b9;
  }
  .header-site .sub-menu > li {
    list-style-type: none;
  }
  .header-site .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .header-site .sub-menu a {
    display: block;
    padding: 10px 25px 11px;
    font-size: 0.18rem;
    line-height: calc(28 / 18);
    color: #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site .header-banner {
    width: 4.1rem;
    padding: 0.4rem 0.25rem 0.43rem 0.57rem;
  }
  .header-site .header-banner::before {
    width: 2.06rem;
    height: 2.06rem;
    right: 0.17rem;
  }
  .header-site .text-big {
    margin-bottom: 0.1rem;
    font-size: 0.38rem;
    line-height: calc(50 / 38);
  }
  .header-site .text-small {
    font-size: 0.22rem;
    line-height: calc(33 / 22);
  }
  .header-site .header-contact {
    position: absolute;
    top: 8.22rem;
    right: 0.51rem;
    z-index: 1;
  }
  .header-site .contact-list {
    margin-bottom: 0;
  }
  .header-site .contact-list > li {
    padding: 1px 0.16rem;
    background-color: #fff;
    font-size: 0.22rem;
    line-height: calc(39 / 22);
    border-radius: 0.1rem;
    letter-spacing: -0.07em;
  }
  .header-site .contact-list > li:not(:last-child) {
    margin-bottom: 0.06rem;
  }
  .header-site .text-primary {
    margin-left: 0.02rem;
    font-size: 0.3rem;
  }
  .header-site .text-secondary {
    font-size: 0.22rem;
  }
  .header-site .slider-image {
    padding-left: 0.4rem;
    margin-bottom: 0.76rem;
    height: 9.6rem;
  }
  .header-site .slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header-site .slider-text {
    font-size: 0.6rem;
    line-height: calc(90 / 60);
    z-index: 1;
    bottom: 50%;
    margin-bottom: -1.03rem;
    left: 50%;
    margin-left: -2.76rem;
  }
  .header-site .slider-icon::before {
    background-image: url(../img/top/sp/slider_icn.png);
    background-size: 100% auto;
    width: 2.52rem;
    height: 2.16rem;
    bottom: 0;
    left: 0.2rem;
    z-index: 1;
  }
  .header-site .slider-icon:hover::before {
    background-image: url(../img/top/sp/slider_icn_hover.png);
  }
  .header-site .header-last {
    position: absolute;
    z-index: 999;
    right: 0;
  }
  .header-site .button-hamburger {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    transition: opacity 0.25s;
    cursor: pointer;
  }
  .header-site .button-hamburger > span {
    position: absolute;
    display: block;
    width: 0.43rem;
    height: 2px;
    background-color: #3071b9;
    transition: ease 0.26s;
  }
  .header-site .button-hamburger > span:nth-child(1) {
    top: 0.32rem;
  }
  .header-site .button-hamburger > span:nth-child(2) {
    top: 0.48rem;
  }
  .header-site .button-hamburger > span:nth-child(3) {
    top: 0.62rem;
  }
  .header-site .button-hamburger.is-active {
    background-color: #00558a;
  }
  .header-site .button-hamburger.is-active > span {
    background-color: #fff;
  }
  .header-site .button-hamburger.is-active > span:nth-child(1) {
    -ms-transform: translateY(0.17rem) rotate(-45deg);
        transform: translateY(0.17rem) rotate(-45deg);
    top: 0.375rem;
  }
  .header-site .button-hamburger.is-active > span:nth-child(2) {
    opacity: 0;
  }
  .header-site .button-hamburger.is-active > span:nth-child(3) {
    -ms-transform: translateY(-0.08rem) rotate(45deg);
        transform: translateY(-0.08rem) rotate(45deg);
  }
  .header-site .navigation-list {
    padding: 1.17rem 0 0.83rem;
    margin-bottom: 0;
  }
  .header-site .navigation-list > li {
    padding: 0.24rem 0.84rem 0.2rem;
    border-bottom: 1px solid #5a8dc7;
  }
  .header-site .navigation-list .link-navigation {
    display: inline-block;
    font-size: 0.32rem;
    color: #fff;
    line-height: 1.76;
  }
  .header-site .navigation-list .is-arrow {
    display: block;
  }
  .header-site .navigation-list .is-item-sub {
    text-decoration: none;
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0;
    background-color: #004b85;
  }
  .header-site .is-sub-menu::after {
    content: "";
    position: absolute;
    background: url(../img/common/sp/menu_icn.svg) no-repeat center/100% auto;
    width: 0.4rem;
    height: 0.2rem;
    right: -0.28rem;
    top: 50%;
    margin-top: -0.05rem;
    transition: transform 0.45s;
  }
  .header-site .active-arrow .is-arrow::after {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
  .header-site .header-navigation {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    top: 0;
    left: 0;
    background-color: #00558a;
    z-index: 15;
  }
  .header-site .sub-menu {
    display: none;
    padding: 0.38rem 0.85rem;
    border-top: 1px solid #5a8dc7;
    background-color: #004b85;
  }
  .header-site .sub-menu > li {
    list-style-type: none;
  }
  .header-site .sub-menu a {
    font-size: 0.28rem;
    line-height: calc(64 / 28);
    color: #fff;
  }
  .header-site .content-sub-menu {
    margin: 0.3rem -0.85rem 0;
  }
}
@media print, (min-width: 768px) {
  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 1260px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.45s, opacity 0.45s, visibility 0.45s;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    z-index: 99999;
  }
  .wf-active .header-fixed {
    opacity: 1;
  }
  .header-fixed::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    min-height: 130px;
    left: 0;
    top: 0;
  }
  .header-fixed.is-fixed {
    -ms-transform: translateY(0);
        transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header-fixed .navigation-list {
    max-width: none;
    margin: 0;
    padding: 17px 0 0;
  }
  .header-fixed .navigation-list > li:first-child a {
    padding-left: 0;
    padding-right: 17px;
  }
  .header-fixed .navigation-list > li:last-child a {
    padding-left: 17px;
    padding-right: 0;
  }
  .header-fixed .navigation-list > li::before {
    height: 85px !important;
    right: -4px !important;
    top: 7px !important;
  }
  .header-fixed .navigation-list .link-navigation {
    padding: 0 17px 37px;
    font-size: 0.16rem;
    line-height: calc(28 / 16);
  }
  .header-fixed .navigation-list .link-navigation::before {
    font-size: 0.24rem;
  }
  .header-fixed .fixed-inner {
    display: -ms-flexbox;
    display: flex;
    max-width: 1026px;
    margin: 0 auto;
  }
  .header-fixed .fixed-contact {
    position: relative;
    top: -10px;
    -ms-flex: 1;
        flex: 1;
    margin: auto 0;
    text-align: right;
  }
  .header-fixed .button-fixed {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 166px;
    min-height: 46px;
    margin-left: auto;
    padding: 6px 16px 6px 36px;
    color: #fff;
    background-color: #f90;
    font-size: 0.18rem;
    line-height: calc(30 / 18);
    font-weight: 500;
    border-radius: 40px;
  }
  .header-fixed .button-fixed::before {
    content: "";
    position: absolute;
    background: url(../img/common/check_icn.svg) no-repeat center/100% auto;
    width: 19px;
    height: 19px;
    left: 14px;
    top: 50%;
    margin-top: -10px;
  }
  .header-fixed .phone-fixed {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #3071b9;
    font-size: 0.27rem;
    line-height: calc(33 / 27);
    pointer-events: none;
  }
  .header-fixed .phone-fixed::before {
    content: "";
    position: absolute;
    background: url(../img/common/phone_icn.svg) no-repeat center/100% auto;
    width: 13px;
    height: 24px;
    left: -18px;
    top: 50%;
    margin-top: -12px;
  }
  .header-fixed .content-sub-menu .sub-menu a {
    padding: 10px 22px 9px;
    font-size: 0.16rem;
    line-height: calc(25 / 16);
  }
  .header-fixed .content-sub-menu .sub-menu::before {
    left: 33px;
    border-width: 0 6px 6px;
  }
}
.contact-text > li,
.list-map > li,
.right-navigation > li,
.head-list > li,
.last-list > li {
  list-style-type: none;
}

.footer-text,
.footer-contact,
.footer-detail {
  z-index: 1;
}

.footer-site {
  position: relative;
  color: #fff;
  background-color: #00558a;
}
.footer-site .footer-top {
  background-color: #00558a;
}
.footer-site .footer-top .wrapper {
  position: relative;
}
.footer-site .footer-top .wrapper::before {
  content: "";
  position: absolute;
  background: url(../img/common/footer_icn.svg) no-repeat center/auto 100%;
  z-index: 0;
}
.footer-site .footer-text {
  letter-spacing: 0.08em;
}
.footer-site .text-bottom {
  font-weight: bold;
  color: #fff;
}
.footer-site .footer-phone {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.footer-site .footer-phone::before {
  content: "";
  position: absolute;
  background: url(../img/common/phone_icn_white.svg) no-repeat center/100% auto;
  top: 50%;
}
.footer-site .contact-text {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-site .contact-text > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #fff;
  color: #323232;
}
.footer-site .contact-text .text-big,
.footer-site .contact-text .text-small {
  display: contents;
  line-height: 1;
  font-weight: 500;
}
.footer-site .detail-heading {
  font-weight: 500;
}
.footer-site .footer-time,
.footer-site .detail-heading,
.footer-site .right-navigation {
  margin-bottom: 0;
}
.footer-site .footer-bottom {
  background-color: #004b85;
}
.footer-site .list-map,
.footer-site .right-navigation,
.footer-site .head-list,
.footer-site .last-list {
  padding-left: 0;
}
.footer-site .list-map a,
.footer-site .right-navigation a {
  color: #fff;
}
.footer-site .navigation-head {
  font-weight: 500;
}
.footer-site .head-list a {
  display: inline-block;
  text-decoration: none;
}
.footer-site .last-list a {
  display: block;
  background-color: #0a5c8e;
  text-align: center;
}
.footer-site .last-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-site .last-text {
  color: #fff;
  font-weight: 500;
}
.footer-site .footer-copyright {
  text-align: center;
}
.footer-site .footer-copyright a {
  position: relative;
  display: inline-block;
}

@media print, (min-width: 768px) {
  .footer-site .footer-top .wrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0 40px;
  }
  .footer-site .footer-top .wrapper::before {
    width: 230px;
    height: 222px;
    right: -2px;
    bottom: -16px;
  }
  .footer-site .footer-text {
    margin: 26px 52px 0 0;
  }
  .footer-site .text-top {
    margin-bottom: 7px;
    font-size: 0.18rem;
    line-height: calc(28 / 18);
  }
  .footer-site .text-bottom {
    font-size: 0.32rem;
    line-height: calc(42 / 32);
  }
  .footer-site .footer-contact {
    width: 277px;
    margin: 8px 38px 0 0;
  }
  .footer-site .footer-phone {
    display: block;
    margin-bottom: 20px;
    font-size: 0.37rem;
    line-height: calc(44 / 37);
    pointer-events: none;
  }
  .footer-site .footer-phone::before {
    width: 16px;
    height: 30px;
    left: 19px;
    margin-top: -13px;
  }
  .footer-site .contact-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer-site .contact-text > li {
    min-height: 33px;
    padding: 1px 5px;
    border-radius: 10px;
    font-size: 0.18rem;
    line-height: calc(32 / 18);
    letter-spacing: -0.07em;
  }
  .footer-site .contact-text > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer-site .contact-text .text-big {
    display: block;
    font-size: 0.24rem;
    margin-left: 3px;
  }
  .footer-site .contact-text .text-small {
    font-size: 0.2rem;
    letter-spacing: -0.07em;
  }
  .footer-site .footer-detail {
    margin-top: 3px;
    font-size: 0.16rem;
    line-height: calc(30 / 16);
  }
  .footer-site .detail-heading {
    font-size: 0.18rem;
    line-height: calc(32 / 18);
  }
  .footer-site .footer-bottom {
    padding: 44px 0 15px;
  }
  .footer-site .bottom-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 14px;
  }
  .footer-site .bottom-heading {
    margin-bottom: 11px;
    font-size: 0.3rem;
    line-height: calc(53 / 30);
  }
  .footer-site .bottom-left {
    width: 362px;
    margin-right: 63px;
  }
  .footer-site .bottom-right {
    padding-top: 14px;
    -ms-flex: 1;
        flex: 1;
  }
  .footer-site .list-map a {
    margin-right: -5px;
    font-size: 0.16rem;
    line-height: calc(36 / 16);
  }
  .footer-site .right-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .footer-site .right-navigation > li {
    width: 264px;
  }
  .footer-site .navigation-head {
    padding-bottom: 10px;
    margin-bottom: 8px;
    font-size: 0.22rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-site .head-list a {
    font-size: 0.16rem;
    line-height: calc(36 / 16);
  }
  .footer-site .last-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
  }
  .footer-site .last-list > li {
    width: calc((100% / 3) - 14px);
    margin: 0 7px;
  }
  .footer-site .last-list a {
    padding: 29px 20px 14px;
  }
  .footer-site .last-list-image {
    width: 270px;
    margin: 0 auto;
  }
  .footer-site .last-text {
    margin: 10px 0 0;
    font-size: 0.18rem;
    line-height: calc(32 / 18);
  }
  .footer-site .bottom-last {
    margin-bottom: 62px;
  }
  .footer-site .footer-copyright small {
    font-size: 0.14rem;
  }
  .footer-site .footer-copyright a {
    top: -2px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site .footer-top .wrapper {
    padding: 1.31rem 0 1.35rem;
  }
  .footer-site .footer-top .wrapper::before {
    width: 4.19rem;
    height: 3.87rem;
    right: -0.55rem;
    bottom: -0.25rem;
  }
  .footer-site .footer-text {
    letter-spacing: 0;
    margin-bottom: 0.35rem;
  }
  .footer-site .text-top {
    margin-bottom: -0.05rem;
    font-size: 0.32rem;
    line-height: calc(56 / 32);
  }
  .footer-site .text-bottom {
    margin-bottom: 0;
    font-size: 0.6rem;
    line-height: calc(104 / 60);
  }
  .footer-site .footer-contact {
    margin: 0.08rem 0.38rem 0 0;
  }
  .footer-site .footer-phone {
    display: inline-block;
    margin-bottom: 0.26rem;
    margin-left: 0.46rem;
    font-size: 0.65rem;
    line-height: calc(78 / 65);
  }
  .footer-site .footer-phone::before {
    width: 0.28rem;
    height: 0.53rem;
    left: -0.4rem;
    margin-top: -0.22rem;
  }
  .footer-site .contact-text {
    max-width: 3.2rem;
  }
  .footer-site .contact-text > li {
    min-height: 0.42rem;
    padding: 0.01rem 0.05rem;
    border-radius: 0.1rem;
    font-size: 0.22rem;
    line-height: calc(39 / 22);
    letter-spacing: -0.07em;
  }
  .footer-site .contact-text > li:not(:last-child) {
    margin-bottom: 0.08rem;
  }
  .footer-site .contact-text .text-big {
    font-size: 0.3rem;
  }
  .footer-site .footer-detail {
    position: relative;
    margin-top: 0.58rem;
    line-height: calc(52 / 28);
  }
  .footer-site .detail-heading {
    font-size: 0.32rem;
    line-height: calc(56 / 32);
  }
  .footer-site .footer-bottom {
    padding: 1.38rem 0 1.35rem;
  }
  .footer-site .bottom-left {
    margin-bottom: 0.72rem;
  }
  .footer-site .bottom-top {
    margin-bottom: 0.77rem;
  }
  .footer-site .bottom-heading {
    margin-bottom: 0.2rem;
    font-size: 0.52rem;
    line-height: calc(91 / 52);
  }
  .footer-site .list-map {
    margin-bottom: 0;
  }
  .footer-site .list-map a {
    margin-right: -0.05rem;
    font-size: 0.28rem;
    line-height: calc(63 / 28);
  }
  .footer-site .right-navigation > li {
    width: 4.55rem;
  }
  .footer-site .right-navigation > li:not(:last-child) {
    margin-bottom: 0.73rem;
  }
  .footer-site .navigation-head {
    padding-bottom: 0.12rem;
    margin-right: -0.07rem;
    margin-bottom: 0.14rem;
    font-size: 0.38rem;
    line-height: calc(67 / 38);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  .footer-site .head-list {
    margin-bottom: 0;
  }
  .footer-site .head-list a {
    line-height: calc(63 / 28);
  }
  .footer-site .last-list > li:not(:last-child) {
    margin-bottom: 0.29rem;
  }
  .footer-site .last-list a {
    padding: 0.51rem 0.4rem 0.24rem;
  }
  .footer-site .last-list-image {
    width: 4.86rem;
    margin: 0 auto;
  }
  .footer-site .last-text {
    margin: 0.21rem -0.06rem 0;
    font-size: 0.32rem;
    line-height: calc(56 / 32);
  }
  .footer-site .bottom-last {
    margin-bottom: 0.87rem;
    padding: 0 0.28rem;
  }
  .footer-site .footer-copyright small {
    font-size: 0.245rem;
  }
  .footer-site .footer-copyright a {
    width: 2.1rem;
    top: -0.03rem;
    margin-left: 0.18rem;
  }
}
.button-to-top {
  position: fixed;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.button-to-top span {
  display: block;
  background: right center/cover no-repeat;
}
.button-to-top .list-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.button-to-top .list-content > li {
  list-style-type: none;
}

@media print, (min-width: 768px) {
  .button-to-top {
    right: 50%;
    margin-right: -512px;
    bottom: 18px;
  }
  .button-to-top span {
    width: 46px;
    height: 36px;
    background-image: url(../img/common/btn_top.jpg);
  }
  .button-to-top.is-sticky {
    position: absolute;
    bottom: auto;
    top: -36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-to-top {
    right: 0;
    bottom: -0.1rem;
  }
  .button-to-top .button-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  .button-to-top .list-content > li {
    width: 50%;
  }
  .button-to-top .list-content a {
    position: relative;
    display: block;
  }
  .button-to-top span {
    width: 1.1rem;
    height: 1.1rem;
    background-image: url(../img/common/sp/btn_top.jpg);
  }
}
.keyvisual-common {
  position: relative;
  text-align: center;
  color: #323232;
}
.keyvisual-common .keyvisual-title {
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .keyvisual-common .keyvisual-title {
  opacity: 1;
}
.keyvisual-common .title-english {
  line-height: calc(100 / 60);
  letter-spacing: 0.05em;
  font-weight: 500;
}
.keyvisual-common .title-japanese {
  line-height: calc(43 / 26);
  display: block;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .keyvisual-common {
    padding: 127px 0 30px;
    height: 420px;
  }
  .keyvisual-common .title-japanese {
    font-size: 0.26rem;
  }
  .keyvisual-common .title-english {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .keyvisual-common {
    padding: 3.6rem 0.2rem 0.3rem;
    height: 7rem;
  }
  .keyvisual-common .title-japanese {
    font-size: 0.35rem;
  }
  .keyvisual-common .title-english {
    font-size: 0.9rem;
  }
}
.breadcrumb-list li {
  display: inline;
}
.breadcrumb-list li ~ li:before {
  display: inline-block;
  content: "＞";
}
.breadcrumb-list a, .breadcrumb-list li {
  color: #6f6f6f;
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .breadcrumb-list a, .wf-active .breadcrumb-list li {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    max-width: 1260px;
    margin: 0 auto;
  }

  .breadcrumb-list {
    padding: 13px 118px 15px;
    margin-bottom: 0;
  }
  .breadcrumb-list li ~ li:before {
    font-size: 0.16rem;
    margin: 0 4px;
  }
  .breadcrumb-list a, .breadcrumb-list li {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb {
    padding: 0.19rem 0.45rem;
  }

  .breadcrumb-list {
    padding-left: 0;
    margin-bottom: 0;
  }
  .breadcrumb-list li ~ li:before {
    font-size: 0.27rem;
    margin: 0 0.04rem;
  }
  .breadcrumb-list a, .breadcrumb-list li {
    font-size: 0.27rem;
    letter-spacing: 0.025em;
  }
}
.common-title {
  position: relative;
  display: inline-block;
  line-height: calc(50 / 30);
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.26s;
}
.common-title::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #004680;
}
.wf-active .common-title {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .common-title {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    margin-bottom: 60px;
    font-size: 0.3rem;
  }
  .common-title::before {
    left: 63px;
    right: 66px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-title {
    margin-bottom: 0.6rem;
    font-size: 0.43rem;
  }
  .common-title::before {
    left: 0;
    right: 0.66rem;
    bottom: -0.3rem;
  }
}
.section-canal-top .common-title::before {
  background-color: #323232;
}
.section-canal-top .treatment-text {
  opacity: 0;
  transition: opacity 0.26s;
}
.section-canal-top .treatment-text:last-child {
  margin-bottom: 0;
}
.wf-active .section-canal-top .treatment-text {
  opacity: 1;
}
.section-canal-top .treatment-subtitle,
.section-canal-top .text-top span {
  font-weight: bold;
}
.section-canal-top .text-top {
  font-weight: 500;
}
.section-canal-top .text-top span {
  text-decoration: underline;
  text-underline-position: under;
}
.section-canal-top .treatment-subtitle,
.section-canal-top .treatment-list,
.section-canal-top .treatment-list > li {
  position: relative;
}
.section-canal-top .treatment-subtitle::before,
.section-canal-top .treatment-list li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.section-canal-top .treatment-subtitle {
  background-color: #3071b9;
  color: #fff;
}
.section-canal-top .treatment-subtitle::before {
  right: 0;
  top: 0;
}
.section-canal-top .treatment-list {
  padding-left: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
}
.section-canal-top .treatment-list::before {
  content: "";
  position: absolute;
  background: url(../img/root_canal/line_list.svg) no-repeat center/auto 100%;
  bottom: 0;
}
.section-canal-top .treatment-list > li {
  list-style-type: none;
}
.section-canal-top .treatment-list > li::before {
  top: 50%;
}
.section-canal-top .text-below {
  position: absolute;
  display: block;
}

@media print, (min-width: 768px) {
  .section-canal-top {
    padding: 84px 0;
  }
  .section-canal-top .common-title {
    margin-bottom: 72px;
  }
  .section-canal-top .block-treatment {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .section-canal-top .treatment-content {
    margin-top: -14px;
    padding-right: 50px;
    -ms-flex: 1;
        flex: 1;
    line-height: calc(30 / 16);
  }
  .section-canal-top .treatment-text {
    margin-bottom: 14px;
  }
  .section-canal-top .text-top {
    font-size: 0.22rem;
    line-height: calc(40 / 22);
  }
  .section-canal-top .treatment-image {
    width: 400px;
  }
  .section-canal-top .treatment-subtitle {
    min-height: 40px;
    margin-bottom: 35px;
    padding: 3px 50px 3px 18px;
    font-size: 0.22rem;
    line-height: calc(30 / 22);
  }
  .section-canal-top .treatment-subtitle::before {
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #fff;
  }
  .section-canal-top .treatment-list {
    margin: 0 -28px;
    padding: 0 28px 27px;
  }
  .section-canal-top .treatment-list::before {
    width: 455px;
    height: 14px;
    right: 58px;
  }
  .section-canal-top .treatment-list > li {
    width: calc(25% - 56px);
    margin: 0 28px;
  }
  .section-canal-top .treatment-list > li:not(:last-child)::before {
    right: -36px;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #d6d6d6;
    border-bottom: 15px solid transparent;
  }
  .section-canal-top .text-below {
    bottom: -61px;
    left: -83px;
    line-height: calc(30 / 16);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-canal-top {
    padding: 0.8rem 0 1.2rem;
  }
  .section-canal-top .common-title {
    margin-bottom: 0.7rem;
  }
  .section-canal-top .block-treatment {
    margin-bottom: 0.3rem;
  }
  .section-canal-top .treatment-content {
    margin-bottom: 0.3rem;
    line-height: calc(30 / 16);
  }
  .section-canal-top .treatment-text {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
  }
  .section-canal-top .text-top {
    line-height: calc(40 / 22);
  }
  .section-canal-top .treatment-image {
    margin: 0 -0.5rem;
  }
  .section-canal-top .treatment-subtitle {
    min-height: 0.6rem;
    margin: 0 -0.25rem 0.3rem;
    padding: 0.1rem 0.5rem 0.1rem 0.18rem;
    font-size: 0.3rem;
    line-height: calc(30 / 22);
  }
  .section-canal-top .treatment-subtitle::before {
    border-left: 0.3rem solid transparent;
    border-right: 0 solid transparent;
    border-top: 0.6rem solid #fff;
  }
  .section-canal-top .treatment-list {
    margin: 0 -0.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-canal-top .treatment-list::before {
    width: 5.64rem;
    height: 0.2rem;
    right: 0.7rem;
  }
  .section-canal-top .treatment-list > li {
    width: calc(50% - .5rem);
    margin: 0 0.25rem 0.2rem;
  }
  .section-canal-top .treatment-list > li:nth-child(2n+1)::before {
    right: -0.36rem;
    margin-top: -0.15rem;
    border-top: 0.2rem solid transparent;
    border-left: 0.2rem solid #d6d6d6;
    border-bottom: 0.2rem solid transparent;
  }
  .section-canal-top .text-below {
    bottom: -0.78rem;
    left: -1.15rem;
    line-height: calc(30 / 16);
  }
}
.section-canal-middle .common-title,
.section-canal-middle .method-content {
  color: #fff;
}
.section-canal-middle .common-title::before,
.section-canal-middle .visual-block {
  background-color: #fff;
}
.section-canal-middle .method-info:last-child,
.section-canal-middle .visual-content p {
  margin-bottom: 0;
}
.section-canal-middle .visual-block {
  display: -ms-flexbox;
  display: flex;
}
.section-canal-middle .visual-content {
  -ms-flex: 1;
      flex: 1;
}
.section-canal-middle .visual-content {
  font-weight: 500;
}
.section-canal-middle .visual-title {
  text-align: center;
  line-height: 1.3;
  border: 1px solid #3071b9;
  color: #3071b9;
}

.section-canal-examination {
  background-color: #d6e3f1;
}
.section-canal-examination .common-title {
  color: #323232;
  -ms-transform: translateX(0);
      transform: translateX(0);
  left: 0;
}
.section-canal-examination .common-title::before {
  left: 0;
  background-color: #323232;
}
.section-canal-examination .examination-list,
.section-canal-examination .examination-content p {
  margin-bottom: 0;
}
.section-canal-examination .examination-list > li {
  background-color: #fff;
  list-style-type: none;
}
.section-canal-examination .examination-content {
  -ms-flex: 1;
      flex: 1;
  text-align: justify;
}

@media print, (min-width: 768px) {
  .section-canal-middle {
    padding: 87px 0 100px;
    background: linear-gradient(0deg, #005586 0%, rgba(0, 85, 134, 0.9) 21.3578%, rgba(0, 128, 171, 0.9) 100%), url(../img/root_canal/canal_bg.jpg) no-repeat center/cover;
  }
  .section-canal-middle .common-title {
    margin-bottom: 70px;
  }
  .section-canal-middle .common-title::before {
    left: 318px;
    right: 321px;
  }
  .section-canal-middle .block-method {
    display: -ms-flexbox;
    display: flex;
  }
  .section-canal-middle .method-content {
    -ms-flex: 1;
        flex: 1;
    padding-right: 65px;
    margin-top: -8px;
  }
  .section-canal-middle .method-info {
    margin-bottom: 30px;
    line-height: calc(30 / 16);
  }
  .section-canal-middle .method-visual {
    width: 430px;
  }
  .section-canal-middle .visual-block {
    padding: 24px 24px 26px;
  }
  .section-canal-middle .method-image {
    margin-bottom: 24px;
  }
  .section-canal-middle .visual-content {
    padding-right: 20px;
    line-height: calc(30 / 16);
  }
  .section-canal-middle .visual-title {
    width: 150px;
    min-height: 24px;
    margin-bottom: 7px;
    padding: 1px 5px;
    font-size: 0.16rem;
  }
  .section-canal-middle .visual-image {
    width: 192px;
  }

  .section-canal-examination {
    padding: 80px 0 150px;
  }
  .section-canal-examination .common-title {
    margin-bottom: 43px;
  }
  .section-canal-examination .common-title::before {
    right: 50px;
    bottom: -19px;
  }
  .section-canal-examination .examination-list {
    padding: 0 25px;
  }
  .section-canal-examination .examination-list > li {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 23px;
  }
  .section-canal-examination .examination-list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .section-canal-examination .examination-image {
    width: 300px;
  }
  .section-canal-examination .examination-content {
    padding: 15px 40px 15px 53px;
    line-height: calc(30 / 16);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-canal-middle {
    padding: 0.7rem 0;
    background: linear-gradient(0deg, #005586 0%, rgba(0, 85, 134, 0.9) 21.3578%, rgba(0, 128, 171, 0.9) 100%), url(../img/root_canal/sp/canal_bg.jpg) no-repeat center/cover;
  }
  .section-canal-middle .common-title {
    margin-bottom: 0.7rem;
  }
  .section-canal-middle .common-title::before {
    right: 1rem;
  }
  .section-canal-middle .method-content {
    margin-bottom: 0.5rem;
  }
  .section-canal-middle .method-info {
    margin-bottom: 0.3rem;
    line-height: calc(30 / 16);
  }
  .section-canal-middle .visual-block {
    padding: 0.3rem;
  }
  .section-canal-middle .method-image {
    margin-bottom: 0.3rem;
  }
  .section-canal-middle .visual-content {
    padding-right: 0.3rem;
    font-size: 0.26rem;
    line-height: calc(30 / 16);
  }
  .section-canal-middle .visual-title {
    font-size: 0.27rem;
    margin-bottom: 0.1rem;
    padding: 0.03rem 0.05rem;
  }
  .section-canal-middle .visual-image {
    width: 1.92rem;
  }

  .section-canal-examination {
    padding: 0.8rem 0 1.5rem;
  }
  .section-canal-examination .common-title {
    margin-bottom: 0.4rem;
  }
  .section-canal-examination .common-title::before {
    right: 0.5rem;
    bottom: -0.19rem;
  }
  .section-canal-examination .examination-list {
    padding-left: 0;
  }
  .section-canal-examination .examination-list > li {
    padding: 0.25rem;
  }
  .section-canal-examination .examination-list > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .section-canal-examination .examination-image {
    width: 5rem;
    margin: 0 auto 0.3rem;
  }
  .section-canal-examination .examination-content {
    line-height: calc(30 / 16);
  }
}

/*# sourceMappingURL=root_canal.css.map */