@charset "UTF-8";
/*
Theme Name:  garbo architects Theme
Theme URI: http://www.www.www/
Description: This is garbo architects's theme.
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

html {
  height: 100%;
  font-size: 16px;
}

body {
  background-color: #EFF5F7;
  background-image: radial-gradient(#F9F9F9 0%, #EFF5F7 50%);
  background-attachment: fixed;
  color: #001E62;
  font-size: 1rem;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  box-sizing: border-box;
}

body * {
  box-sizing: inherit;
}

a {
  cursor: pointer;
}

a:not([class]) {
  color: #001E62;
}

a:not([class]):visited {
  color: #001E62;
}

img,
svg {
  width: 100%;
  height: auto;
}

@keyframes fadebody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::-moz-selection {
  background: rgba(255, 245, 147, 0.5);
}
::selection {
  background: rgba(255, 245, 147, 0.5);
}

input[type=text]:focus,
select:focus {
  outline: solid 2px #D05210;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
}

/*---------------------------------------------------
テンプレートパーツ
---------------------------------------------------*/
/*---------------------------------------------------
オリジナルパーツ
---------------------------------------------------*/
.l-main-grid {
  padding-bottom: 156px;
  display: grid;
  grid-template-columns: 324px auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1246px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .l-main-grid {
    margin-left: 40px;
    grid-template-columns: 270px auto;
    max-width: 1166px;
  }
}
@media screen and (max-width: 1199px) {
  .l-main-grid {
    margin-left: auto;
    grid-template-columns: initial;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .l-main-grid {
    padding-bottom: 185px;
  }
}
.l-header {
  z-index: 100;
  width: 324px;
  padding-top: 56px;
  padding-bottom: 56px;
  position: fixed;
  top: 0;
  overflow-y: auto;
}

@media screen and (max-height: 680px) and (min-width: 1200px) {
  .l-header {
    padding-top: 4.7058823529vh;
    padding-bottom: 4.7058823529vh;
  }
}
.l-footer {
  overflow: hidden;
  padding-left: 338px;
  max-width: 1306px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1366px) {
  .l-footer {
    padding-left: calc(300px + 1vw);
    max-width: calc(1246px + 4.392vw);
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .l-footer {
    max-width: 1246px;
    margin-right: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    max-width: 600px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__title {
  margin-left: -1em;
  margin-bottom: 2.27em;
}

@media screen and (max-width: 768px) {
  .l-footer__title {
    margin-left: 0;
  }
}
.l-footer__copyright {
  padding-left: 324px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  font-weight: 500;
  font-size: 0.75rem;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-right: 0;
  max-width: 1306px;
}

@media screen and (max-width: 1366px) {
  .l-footer__copyright {
    padding-right: 1.8301610542vw;
  }
}
@media screen and (max-width: 1199px) {
  .l-footer__copyright {
    max-width: 1366px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    text-align: center;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 560px;
    line-height: 1.5;
  }
}
.l-header__logo {
  width: 324px;
  margin-bottom: 50px;
}

@media screen and (max-height: 680px) and (min-width: 1200px) {
  .l-header__logo {
    margin-bottom: 4.7058823529vh;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__logo {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__logo {
    width: 280px;
  }
}
.l-nav__list {
  margin-bottom: 50px;
}

.l-nav__sublist {
  width: 100%;
}

.l-main {
  opacity: 0;
  /* グローバルメニューの幅を考慮して右側に配置 */
  grid-column-start: 2;
  grid-column-end: 3;
  width: 946px;
}

@media screen and (max-width: 1199px) {
  .l-main {
    grid-column-start: initial;
    grid-column-end: initial;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .l-main {
    width: 866px;
  }
}
@media screen and (max-width: 960px) {
  .l-main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-footer__inner {
  padding-left: 60px;
  padding-right: 60px;
  width: 946px;
}

@media screen and (max-width: 1199px) {
  .l-footer__inner {
    width: 706px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 100%;
  }
}
.l-footer__contents {
  margin-bottom: 212px;
  line-height: 1.68;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .l-footer__contents {
    margin-bottom: 18px;
    display: block;
  }
}
.l-footer__contents__main {
  font-style: normal;
  width: 315px;
  padding-right: 1em;
}

.l-footer__contents__main p + p {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .l-footer__contents__main {
    margin-left: 1.2em;
    margin-bottom: 1.65em;
  }
}
.l-footer__contents__map {
  position: relative;
}

.l-footer__contents__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 43.9238653001vw;
  max-width: 600px;
  height: 296px;
}

@media screen and (max-width: 1199px) {
  .l-footer__contents__map iframe {
    width: 55vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contents__map iframe {
    max-width: 560px;
    width: 100%;
    position: relative;
  }
}
.l-kv {
  padding-bottom: 83px;
  margin-bottom: 112px;
}

@media screen and (max-width: 768px) {
  .l-kv {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
}
.l-container {
  max-width: 706px;
  margin-left: auto;
  margin-right: auto;
}

.l-container.-staff {
  max-width: 732px;
}

.l-container2 {
  padding-left: 16px;
}

@media screen and (max-width: 768px) {
  .l-container2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-container3 {
  padding-left: 16px;
}

@media screen and (max-width: 768px) {
  .l-container3 {
    padding-left: 0;
  }
}
.l-top-title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .l-top-title {
    margin-bottom: 30px;
  }
}
.l-btn {
  text-align: center;
}

.l-top-news {
  margin-bottom: 166px;
}

@media screen and (max-width: 768px) {
  .l-top-news {
    margin-bottom: 100px;
  }
}
.l-top-news-list {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .l-top-news-list {
    margin-bottom: 32px;
  }
}
.l-top-about {
  margin-bottom: 166px;
}

@media screen and (max-width: 768px) {
  .l-top-about {
    margin-bottom: 100px;
  }
}
.l-top-about-list {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .l-top-about-list {
    margin-bottom: 24px;
  }
}
.l-top-kensa {
  margin-bottom: 68px;
}

@media screen and (max-width: 768px) {
  .l-top-kensa {
    margin-bottom: 0;
  }
}
.l-header-sp {
  display: none;
}

@media screen and (max-width: 1199px) {
  .l-header-sp {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-header-sp__inner {
  margin-left: auto;
  margin-right: auto;
}

.l-common-sec {
  opacity: 0;
  padding-top: 120px;
}

@media screen and (max-width: 960px) {
  .l-common-sec {
    padding-top: 30px;
  }
}
.l-news-head-title {
  margin-bottom: 103px;
}

@media screen and (max-width: 960px) {
  .l-news-head-title {
    margin-bottom: 60px;
  }
}
.l-news-list {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .l-news-list {
    margin-bottom: 30px;
  }
}
.l-news-list-archive {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .l-news-list-archive {
    margin-bottom: 60px;
  }
}
.l-news-dt__head {
  margin-bottom: 16px;
}

.l-news-dt__head-title__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.l-news-dt__head-title {
  margin-right: 22px;
  margin-bottom: 9px;
}

.l-news-dt__head-title__wrap {
  margin-bottom: 2px;
}

.l-news-dt__main-title {
  margin-bottom: 4px;
}

@media screen and (max-width: 560px) {
  .l-news-dt__main-title {
    margin-bottom: 16px;
  }
}
.l-news-dt__date__wrap {
  text-align: right;
}

.l-news-dt__body {
  margin-bottom: 40px;
}

.l-news-dt__pager {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .l-news-dt__pager {
    margin-bottom: 50px;
  }
}
.l-news-dt__pager {
  display: flex;
}

.l-iryo-head-title,
.l-hoken-head-title,
.l-staff-head-title {
  margin-bottom: 57px;
}

@media screen and (max-width: 960px) {
  .l-iryo-head-title,
  .l-hoken-head-title,
  .l-staff-head-title {
    margin-bottom: 60px;
  }
}
.l-iryo-description,
.l-hoken-description {
  position: relative;
  margin-bottom: 112px;
}

.l-staff-description {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .l-staff-description {
    margin-bottom: 40px;
  }
}
.l-jihi-description {
  text-align: justify;
  position: relative;
  margin-bottom: 112px;
  width: 556px;
}

@media screen and (max-width: 768px) {
  .l-jihi-description {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .l-iryo-description {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-hoken-description {
    margin-bottom: 30px;
  }
}
.l-hoken-sec__intro {
  margin-bottom: 24px;
}

.l-hoken-sec__note {
  text-align: justify;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .l-hoken-sec__note {
    margin-top: 20px;
  }
}
.l-iryo-news {
  margin-bottom: 110px;
}

@media screen and (max-width: 960px) {
  .l-iryo-news {
    margin-bottom: 100px;
  }
}
.l-iryo-rinsyo__title {
  margin-bottom: 35px;
}

@media screen and (max-width: 960px) {
  .l-iryo-rinsyo__title {
    margin-bottom: 20px;
  }
}
.l-iryo-rinsyo__description {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .l-iryo-rinsyo__description {
    margin-bottom: 15px;
  }
}
.l-rinsyo-description {
  text-align: justify;
  line-height: 1.675;
  margin-bottom: 4px;
}

.l-about-head-title {
  margin-bottom: 122px;
}

.l-about-main {
  padding-top: 64px;
}

.l-about-main__title,
.l-hoken-sec__title {
  margin-bottom: 28px;
}

.l-about-main__description {
  max-width: 462px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-about-main__description {
    max-width: inherit;
  }
}
.l-about-main__description + .l-about-main__title {
  margin-top: 96px;
}

@media screen and (max-width: 768px) {
  .l-about-main__description + .l-about-main__title {
    margin-top: 60px;
  }
}
.l-about-main__description__note {
  margin-top: 1.2em;
}

.l-about-main__photo {
  position: relative;
  width: 100%;
  height: 328px;
  margin-top: 100px;
  margin-bottom: 135px;
}

@media screen and (max-width: 768px) {
  .l-about-main__photo {
    height: auto;
    margin-top: 95px;
    margin-bottom: 133px;
  }
}
.l-hoken-sec__description + .l-hoken-sec__description {
  margin-top: 30px;
}

.l-hoken-sec__hiyo {
  margin-top: 44px;
  margin-bottom: 44px;
}

.l-hoken-sec {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .l-hoken-sec.-last {
    margin-bottom: 0;
  }
}
.l-hoken-sec__note + .l-hoken-sec__description {
  margin-top: 30px;
}

.l-doctor-sec__title {
  margin-bottom: 36px;
}

.l-doctor-sec {
  margin-bottom: 40px;
}

.l-staff-sec {
  margin-bottom: 70px;
}

.l-staff-sec.-sec03 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .l-staff-sec {
    margin-bottom: 56px;
  }
  .l-staff-sec.-sec03 {
    margin-bottom: 0;
  }
}
.l-staff-sec__title {
  margin-bottom: 30px;
}

.l-doctor-sec__modal__description__title {
  margin-bottom: 16px;
}

.l-doctor-sec__modal__description__txt {
  margin-left: 8px;
  margin-bottom: 40px;
}

.c-top-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.625em 1.6em;
  position: relative;
  display: inline-block;
}

.c-top-title::before, .c-top-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.625em;
  height: 100%;
  top: 0;
  border: solid 1px #001E62;
}

.c-top-title::before {
  left: 0;
  border-right: none;
}

.c-top-title::after {
  right: 0;
  border-left: none;
}

.c-icon-pdf {
  display: inline-block;
  width: 0.96em;
  height: 1.125em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.429 18" preserveAspectRatio="none"><path fill="%23fff" d="M17.316,6.02a2.337,2.337,0,0,1,.482.763,2.318,2.318,0,0,1,.2.884V19.239a.96.96,0,0,1-.964.964H3.535a.96.96,0,0,1-.964-.964V3.168A.96.96,0,0,1,3.535,2.2h9a2.319,2.319,0,0,1,.884.2,2.337,2.337,0,0,1,.763.482ZM12.856,3.57V7.346h3.777a1.1,1.1,0,0,0-.221-.412L13.268,3.791a1.1,1.1,0,0,0-.412-.221Zm3.857,15.348V8.632H12.535a.96.96,0,0,1-.964-.964V3.489H3.856V18.918H16.714Zm-5.163-5.956a7.643,7.643,0,0,0,.844.562,9.968,9.968,0,0,1,1.175-.07q1.477,0,1.778.492a.485.485,0,0,1,.02.522.029.029,0,0,1-.01.02l-.02.02v.01q-.06.382-.713.382a4.144,4.144,0,0,1-1.155-.2,7.324,7.324,0,0,1-1.306-.532A18.087,18.087,0,0,0,8.226,15Q6.689,17.632,5.8,17.632a.584.584,0,0,1-.281-.07l-.241-.121q-.01-.01-.06-.05a.415.415,0,0,1-.06-.362,2.181,2.181,0,0,1,.562-.919,4.854,4.854,0,0,1,1.326-.969.147.147,0,0,1,.231.06.058.058,0,0,1,.02.04q.522-.854,1.075-1.979a15.331,15.331,0,0,0,1.045-2.632,8.12,8.12,0,0,1-.306-1.6A3.906,3.906,0,0,1,9.17,7.748q.11-.4.422-.4h.221a.424.424,0,0,1,.352.151.8.8,0,0,1,.09.683.218.218,0,0,1-.04.08.261.261,0,0,1,.01.08v.3a13.154,13.154,0,0,1-.141,1.929,5.082,5.082,0,0,0,1.467,2.391ZM5.765,17.09A4.435,4.435,0,0,0,7.141,15.5a5.726,5.726,0,0,0-.879.844A3.339,3.339,0,0,0,5.765,17.09Zm4-9.241a2.987,2.987,0,0,0-.02,1.326q.01-.07.07-.442,0-.03.07-.432a.226.226,0,0,1,.04-.08.029.029,0,0,1-.01-.02.02.02,0,0,0-.005-.015A.02.02,0,0,1,9.9,8.17a.578.578,0,0,0-.131-.362.029.029,0,0,1-.01.02v.02Zm-1.246,6.64a14.733,14.733,0,0,1,2.853-.814,1.515,1.515,0,0,1-.131-.1,1.8,1.8,0,0,1-.161-.136A5.321,5.321,0,0,1,9.8,11.676a13.423,13.423,0,0,1-.834,1.979q-.3.563-.452.834Zm6.489-.161a2.4,2.4,0,0,0-1.406-.241,3.8,3.8,0,0,0,1.246.281.974.974,0,0,0,.181-.01q0-.01-.02-.03Z" transform="translate(-2.571 -2.203)" /></svg>');
  background-size: 100% auto;
  transform: translate(0, 0.12em);
}

.c-icon-pin {
  display: inline-block;
  width: 0.71em;
  height: 0.95em;
  background-image: url(../img/icon_metro-pin.svg);
  background-size: 100% auto;
  transform: translate(0, 0.12em);
}

.c-top-title-child {
  display: inline-block;
  margin-right: -0.15em;
  margin-left: -0.15em;
}

.c-top-title-child ＋ .c-top-title-child {
  margin-left: 0;
}

.c-btn {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 10px;
  border: solid 0.125em #001E62;
  background-color: #001E62;
  line-height: 1;
  padding: 0.935em 2.375em;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, transform 0.1s ease-out;
}

.c-btn:hover {
  background-color: #032f8e;
  border-color: #032f8e;
  transform: scale(1.02);
}

.c-btn.-iryo {
  border: solid 2px #55B5C1;
  background-color: #55B5C1;
}

.c-btn.-iryo:hover {
  background-color: #60C6D3;
  border-color: #60C6D3;
}

.c-btn.-point {
  border: solid 2px #D05210;
  background-color: #D05210;
}

.c-btn.-point:hover {
  background-color: #ea590b;
  border-color: #ea590b;
}

.c-btn.-pdf {
  display: inline-flex;
  margin-top: 2em;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .c-btn.-pdf {
    margin-top: 1em;
  }
}
.c-btn.-hoken {
  margin-bottom: 2em;
  margin-top: 1em;
}

.c-btn p {
  line-height: 1.4;
}

.c-title {
  width: 455px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #001E62;
  line-height: 1;
  padding-top: 1.22em;
  padding-left: 16px;
  padding-bottom: 0.727em;
  position: relative;
}

.c-title.-white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-title {
    width: calc(100% + 0.45em);
    padding-top: 0.45em;
    padding-bottom: 0.63em;
    padding-left: 16px;
  }
}
.c-title .c-title__line-yoko {
  width: 100%;
  height: 1px;
  position: absolute;
  left: -1.2em;
  bottom: 0;
  display: block;
  background-color: #001E62;
}

@media screen and (max-width: 768px) {
  .c-title .c-title__line-yoko {
    left: -11px;
  }
}
.c-title.-white .c-title__line-yoko {
  background-color: #fff;
}

.c-title .c-title__line-tate {
  width: 1px;
  height: 4.2em;
  content: "";
  display: block;
  background-color: #001E62;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .c-title .c-title__line-tate {
    height: calc(100% + 11px);
  }
}
.c-title.-white .c-title__line-tate {
  background-color: #fff;
}

ol + .c-title.-gyouseki,
p + .c-title.-gyouseki {
  margin-top: 3.25em;
}

.c-toggle {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-toggle.-ismenu .c-toggle__bar.-bar01 {
  transform: translate(-50%, 0) rotate(-45deg);
}

.c-toggle.-ismenu .c-toggle__bar.-bar02 {
  opacity: 0;
  transform: translate(-50%, 0) rotate(-45deg);
}

.c-toggle.-ismenu .c-toggle__bar.-bar03 {
  transform: translate(-50%, 0) rotate(45deg);
}

.c-toggle__bar {
  height: 1px;
  width: 20px;
  background-color: #fff;
  transition: transform 0.3s cubtic-bezier(0.32, 0.1, 0, 1), opacity 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-toggle__bar.-bar01 {
  transform: translate(-50%, -6px);
}

.c-toggle__bar.-bar02 {
  transform: translate(-50%, 0);
}

.c-toggle__bar.-bar03 {
  transform: translate(-50%, 6px);
}

.c-btn-pagetop {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #001E62;
  border-radius: 50%;
  position: absolute;
  right: 50%;
  transform: translate(650px, 0);
  top: -68px;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, transform 0.1s ease-out;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.545 13.687" preserveAspectRatio="none"><path fill="%23fff" d="M1467.629,2062.733l-1.414-1.414,10.858-10.858-10.858-10.858,1.414-1.414,12.272,12.272Z" transform="translate(-2038.188 1479.901) rotate(-90)" /></svg>');
  background-size: 24px 11px;
  background-position: center 45%;
  background-repeat: no-repeat;
}

.c-btn-pagetop:hover {
  background-color: #032f8e;
  border-color: #032f8e;
  transform: translate(650px, 0) scale(1.06);
}

@media screen and (max-width: 1366px) {
  .c-btn-pagetop:hover {
    transform: translate(0, 0) scale(1.06);
  }
}
@media screen and (max-width: 1366px) {
  .c-btn-pagetop {
    right: 24px;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .c-btn-pagetop {
    right: 20px;
  }
}
.c-head-title__wrap {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .c-head-title__wrap {
    display: block;
  }
}
.c-head-title,
.c-square-title {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .c-head-title,
  .c-square-title {
    justify-content: center;
  }
}
.c-head-title.-center,
.c-square-title.-center {
  justify-content: center;
}

.c-head-title + .c-head-title {
  margin-left: 2px;
}

@media screen and (max-width: 768px) {
  .c-head-title + .c-head-title {
    margin-left: 0;
    margin-top: 2px;
  }
}
.c-head-title__number {
  position: relative;
  font-family: "ナウ-GM", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #55B5C1;
  padding-left: 50px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .c-head-title__number {
    font-size: 1.875rem;
  }
}
.c-head-title__number::before {
  display: block;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #55B5C1;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, 0);
}

.c-head-title__char,
.c-square-title__char {
  font-family: "ナウ-GM", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  overflow: hidden;
  width: 50px;
  height: 50px;
  font-size: 2.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-head-title__char,
  .c-square-title__char {
    width: 38px;
    height: 38px;
    font-size: 1.875rem;
  }
}
.c-head-title__char.-small,
.c-square-title__char.-small {
  width: 20px;
  height: 20px;
  font-size: 1rem;
}

.c-square-title__char {
  width: 27px;
  height: 27px;
  font-size: 1.375rem;
}

.c-head-title__char + .c-head-title__char,
.c-square-title__char + .c-square-title__char {
  margin-left: 2px;
}

.c-head-title__char.-navy,
.c-square-title__char.-navy {
  border: solid 1px #001E62;
  color: #fff;
  background-color: #001E62;
}

.c-head-title__char.-point,
.c-square-title__char.-point {
  border: solid 1px #D05210;
  color: #fff;
  background-color: #D05210;
}

.c-head-title__char.-iryo,
.c-square-title__char.-iryo {
  border: solid 1px #55B5C1;
  color: #fff;
  background-color: #55B5C1;
}

.c-head-title__char.-navy-frame,
.c-square-title__char.-navy-frame {
  color: #001E62;
  background-color: #EFF5F7;
  border: solid 1px #001E62;
}

.c-head-title__char.-point-frame,
.c-square-title__char.-point-frame {
  color: #D05210;
  background-color: #EFF5F7;
  border: solid 1px #D05210;
}

.c-head-title__char.-iryo-frame,
.c-square-title__char.-iryo-frame {
  color: #55B5C1;
  background-color: #EFF5F7;
  border: solid 1px #55B5C1;
}

.c-square-title__char.-navy-frame {
  background-color: transparent;
}

.c-square-title__char.-point-frame {
  background-color: transparent;
}

.c-square-title__char.-iryo-frame {
  background-color: transparent;
}

.c-news-tag {
  font-size: 0.75rem;
}

.c-news-tag__item {
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, transform 0.1s ease-out;
  display: inline-block;
  text-align: center;
  border-radius: 999px;
  padding: 0.25em 1.08em 0.25em;
  line-height: 1.1;
  margin-right: 0.1em;
  margin-bottom: 0.2em;
}

.c-news-tag__item.-yellow {
  background: #F1C400;
}

.c-news-tag__item.-iryo {
  background: #55B5C1;
  color: #fff;
}

.c-txtbox {
  text-align: justify;
  background-color: #fff;
  padding: 21px 21px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .c-txtbox {
    padding: 19px 15px;
  }
}
.c-description__note {
  text-align: justify;
  font-size: 0.875rem;
  color: #666666;
  position: relative;
  list-style: none;
}

.c-description__note.-kome {
  padding-left: 1.1em;
}

.c-description__note.-kome::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-hiyo-title {
  background-color: #D05210;
  color: #fff;
  width: 7em;
  padding-left: 0.5em;
  font-weight: 500;
  margin-right: 1em;
}

.c-kekka-title {
  background-color: #001E62;
  color: #fff;
  width: 11em;
  padding-left: 0.5em;
  font-weight: 500;
  margin-right: 1em;
}

.c-list__item {
  list-style: none;
  padding-left: 1em;
  position: relative;
  margin-bottom: 0.6em;
}

.c-list__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0.13em;
  top: 0.52em;
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  background-color: #001E62;
}

.c-contents.-gyouseki {
  word-break: break-word;
  margin-bottom: 2.8em;
}

.c-contents.-gyouseki p,
.c-contents.-gyouseki li {
  margin-bottom: 1.25em;
}

.p-header {
  opacity: 0;
  transform: translate(-20px, 0);
  text-align: -webkit-center;
}

@media screen and (max-width: 1279px) {
  .p-header {
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  .p-header {
    padding-top: 120px;
    transition: transform 0.6s cubic-bezier(0.32, 0.1, 0, 1), opacity 0.4s;
    right: 0;
    transform: translate(120%, 0);
    opacity: 0;
    width: 400px;
    height: 100%;
    background-color: #001E62;
    visibility: hidden;
  }
}
@media screen and (max-width: 560px) {
  .p-header {
    padding-top: 100px;
    width: 100%;
    visibility: hidden;
  }
}
.p-header.-ismenu {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1199px) {
  .p-nav {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) and (max-height: 770px) {
  .p-nav {
    overflow: auto;
    height: 79vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
@media screen and (min-width: 1200px) and (max-height: 770px) {
  .p-nav::-webkit-scrollbar {
    display: none;
  }
}
.p-nav__bg {
  transition: opacity 0.4s;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
}

.p-nav__bg.-open {
  opacity: 0.8;
}

.p-header__logo {
  padding: 1px;
}

.p-header__logo__link {
  display: block;
  width: 100%;
}

.p-header__logo__img {
  width: 100%;
}

.p-nav {
  width: 290px;
  font-family: "ナウ-GM", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-nav__list__item {
  width: 262px;
  border-radius: 10px;
  font-size: 1rem;
  background-color: #fff;
  transition: transform 0.25s;
  position: relative;
}

.p-nav__list__item.-line {
  overflow: hidden;
}

.p-nav__list__item.-line::before {
  transition: transform 0.15s, background-color 0.15s;
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  background-color: #2C4680;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-20px, 0);
}

.p-nav__list__item.-line.-point::before {
  background-color: #D05210;
}

.p-nav__list__item.-line.-iryo::before {
  background-color: #55B5C1;
}

.p-nav__list__item:hover {
  transform: translateX(10px);
}

@media screen and (max-width: 1199px) {
  .p-nav__list__item:hover.-balloon {
    transform: translateX(-10px);
  }
}
.p-nav__list__item:hover.-line::before {
  transform: translate(0, 0);
}

.p-nav__list__item .p-nav__list__item__horn {
  transition: transform 0.12s ease-out;
  position: absolute;
  right: -12px;
  top: calc(50% - 6px);
  transform: translateX(-100%);
  transform-origin: 0 50%;
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (max-width: 1199px) {
  .p-nav__list__item .p-nav__list__item__horn {
    opacity: 0;
  }
}
.p-nav__list__item.-is-active {
  transform: translate(10px, 0);
}

.p-nav__list__item.-is-active.-line::before {
  transform: translate(0, 0);
}

.p-nav__list__item.-is-active.-line.-point::before {
  background-color: #D05210;
}

.p-nav__list__item + .p-nav__list__item {
  margin-top: 10px;
}

@media screen and (max-height: 680px) and (min-width: 1200px) {
  .p-nav__list__item + .p-nav__list__item {
    margin-top: 1.4705882353vh;
  }
}
.p-nav__list__item:hover .p-nav__list__item__horn {
  transform: translateX(0) !important;
}

@media screen and (max-width: 1199px) {
  .p-nav__list__item:hover .p-nav__list__item__horn {
    transform: translateX(-12px) !important;
  }
}
.p-nav__list__item__link {
  position: relative;
  color: #001E62;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  line-height: 1;
  padding-right: 0.625em;
  padding-left: 1em;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  margin: 0.25em;
}

@media screen and (max-height: 680px) and (min-width: 1200px) {
  .p-nav__list__item__link {
    padding-top: 1.4705882353vh;
    padding-bottom: 1.4705882353vh;
  }
}
.p-nav__list__item__link.-horn {
  padding-right: 0.875em;
  padding-left: 1.25em;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
}

.p-nav__list__item__link__txt {
  white-space: nowrap;
}

.p-nav__list__item__link__day {
  display: flex;
  align-items: center;
  padding-left: 2em;
  position: relative;
}

.p-nav__list__item__link__day::before {
  position: absolute;
  content: "";
  display: block;
  left: 6px;
  width: 20px;
  height: 1px;
  background-color: #CCCCCC;
}

.p-nav__list__item__link__day__week {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 0.6875rem;
  width: 1.8em;
  height: 1.8em;
}

.p-nav__list__item__link__day__week.-tue {
  background-color: #F8E9D4;
}

.p-nav__list__item__link__day__week.-thu {
  background-color: #DCF7C1;
}

.p-nav__list__item__link__day__week.-wed {
  background-color: #E7F3F7;
}

.p-nav__list__item__link__day__week__wrap {
  display: flex;
}

.p-nav__list__item__link__day__week + .p-nav__list__item__link__day__week {
  margin-left: 2px;
}

.p-nav__list__item__link__day__time {
  font-size: 0.6875rem;
  font-weight: 500;
  margin-left: 3px;
}

.p-nav__sublist__item {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.p-nav__sublist__item + .p-nav__sublist__item {
  margin-top: 10px;
}

.p-nav__sublist__item__link {
  border-radius: 999px;
  background-color: #55B5C1;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 1.07em;
  padding-bottom: 1.07em;
  text-align: center;
  position: relative;
  transition: transform 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
}

.p-nav__sublist__item__link::after {
  transition: transform 0.12s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out;
  content: "";
  position: absolute;
  right: -12px;
  top: calc(50% - 6px);
  transform: translateX(-100%);
  transform-origin: 0 50%;
  width: 0;
  height: 0;
  border-left: 14px solid #55B5C1;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media screen and (max-width: 1199px) {
  .p-nav__sublist__item__link::after {
    transform: translateX(0);
    right: initial;
    left: 0;
    border-left: none;
    border-right: 14px solid #55B5C1;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.p-nav__sublist__item__link:hover {
  transform: translateX(10px);
  background-color: #60C6D3;
  border-color: #60C6D3;
}

.p-nav__sublist__item__link:hover::after {
  border-left: 14px solid #60C6D3;
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .p-nav__sublist__item__link:hover::after {
    border-left: none;
    border-right: 14px solid #60C6D3;
  }
}
@media screen and (max-width: 1199px) {
  .p-nav__sublist__item__link:hover {
    transform: translateX(-10px);
  }
  .p-nav__sublist__item__link:hover::after {
    transform: translateX(-87%);
  }
}
.p-nav__sublist__item__link.-is-active {
  transform: translateX(10px);
}

.p-nav__sublist__item__link.-is-active::after {
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .p-nav__sublist__item__link.-is-active {
    transform: translateX(-10px);
  }
  .p-nav__sublist__item__link.-is-active::after {
    transform: translateX(-87%);
  }
}
.p-main {
  line-height: 1.675;
}

.p-kv__inner {
  display: flex;
  justify-content: flex-end;
  padding-top: 76px;
}

@media screen and (max-height: 680px) and (min-width: 1200px) {
  .p-kv__inner {
    padding-top: 6.7647058824vh;
  }
}
@media screen and (max-width: 1279px) {
  .p-kv__inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .p-kv__inner {
    padding-left: 0;
    justify-content: center;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-kv__inner {
    display: block;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
    width: 100%;
  }
}
.p-kv__inner__main {
  position: relative;
  display: flex;
}

@media screen and (max-width: 960px) {
  .p-kv__inner__main {
    display: block;
    margin-right: 92px;
  }
}
@media screen and (max-width: 768px) {
  .p-kv__inner__main {
    margin-left: auto;
    margin-right: auto;
    width: 335px;
  }
}
.p-kv__inner__photo {
  padding-top: 34px;
  width: 312px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .p-kv__inner__photo {
    padding-top: 2.65625vw;
    width: 24.375vw;
  }
}
@media screen and (max-width: 1199px) {
  .p-kv__inner__photo {
    padding-top: 34px;
    width: 312px;
  }
}
@media screen and (max-width: 960px) {
  .p-kv__inner__photo {
    padding-top: 24px;
    width: 265px;
  }
}
.p-kv__inner__photo__sub {
  width: 236px;
  margin-top: -84px;
}

@media screen and (max-width: 1279px) {
  .p-kv__inner__photo__sub {
    width: 18.4375vw;
    margin-top: -6.5625vw;
  }
}
@media screen and (max-width: 1199px) {
  .p-kv__inner__photo__sub {
    width: 236px;
    margin-top: -84px;
  }
}
@media screen and (max-width: 960px) {
  .p-kv__inner__photo__sub {
    width: 196px;
    margin-top: -69px;
  }
}
.p-kv__inner__title {
  width: 224px;
  padding-left: 50px;
  padding-right: 40px;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1279px) {
  .p-kv__inner__title {
    width: 17.5vw;
    padding-left: 3.90625vw;
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 1199px) {
  .p-kv__inner__title {
    width: 224px;
    padding-left: 50px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-kv__inner__title {
    position: absolute;
    top: 0;
    right: -4.5em;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-kv__inner__title {
    right: 0;
  }
}
.p-kv__inner__description {
  width: 367px;
}

@media screen and (max-width: 768px) {
  .p-kv__inner__description {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-kv__inner__title__char {
  font-family: "ナウ-GM", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
  width: 66px;
  height: 66px;
  display: block;
  font-size: 3.375rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1279px) {
  .p-kv__inner__title__char {
    width: 5.15625vw;
    height: 5.15625vw;
    font-size: 4.21875vw;
  }
}
@media screen and (max-width: 1199px) {
  .p-kv__inner__title__char {
    width: 66px;
    height: 66px;
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 960px) {
  .p-kv__inner__title__char {
    font-size: 2.25rem;
    width: 45px;
    height: 45px;
  }
}
.p-kv__inner__title__char.-navy {
  border: solid 1px #001E62;
  color: #fff;
  background-color: #001E62;
}

.p-kv__inner__title__char.-white {
  color: #001E62;
  background-color: #EFF5F7;
  border: solid 1px #001E62;
}

@media screen and (max-width: 960px) {
  .p-kv__inner__title__char.-white {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.p-kv__inner__title__char + .p-kv__inner__title__char {
  margin-top: 2px;
}

.p-kv__inner__title__line1 {
  margin-left: 2px;
}

.p-kv__inner__title__line2 {
  padding-top: 68px;
}

@media screen and (max-width: 960px) {
  .p-kv__inner__title__line2 {
    padding-top: 47px;
  }
}
.p-kv__inner__description__txt {
  font-family: "ナウ-GM", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  margin-top: 44px;
  line-height: 1.77;
  text-align: justify;
}

@media screen and (max-width: 1279px) {
  .p-kv__inner__description__txt {
    font-size: 1.40625vw;
    margin-top: 3.4375vw;
  }
}
@media screen and (max-width: 1199px) {
  .p-kv__inner__description__txt {
    font-size: 1.125rem;
    margin-top: 44px;
  }
}
@media screen and (max-width: 960px) {
  .p-kv__inner__description__txt {
    margin-top: 24px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-kv__inner__description__txt {
    margin-top: 32px;
    padding-right: 0.5em;
  }
}
.p-kv__inner__description__illust__wrap {
  position: relative;
}

.p-kv__inner__description__illust__light {
  mix-blend-mode: multiply;
  position: absolute;
  display: block;
  left: 130px;
  top: 123px;
  transform: translate(-50%, -50%) scale(1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.55;
  background: radial-gradient(#F4F1AD, transparent);
  animation-name: light-anime;
  animation-duration: 3.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 1279px) {
  .p-kv__inner__description__illust__light {
    left: 10.15625vw;
    top: 9.609375vw;
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media screen and (max-width: 1199px) {
  .p-kv__inner__description__illust__light {
    left: 130px;
    top: 123px;
    width: 40px;
    height: 40px;
  }
}
@keyframes light-anime {
  0% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.78;
    transform: translate(-50%, -50%) scale(1.65);
  }
  100% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes light-out {
  0% {
    opacity: 0.55;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.33;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
}
.p-cursor {
  transition: 0.3s opacity;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0.55;
  background: radial-gradient(#FFF593, rgba(255, 255, 255, 0) 60%);
  animation-name: light-out;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .p-cursor {
    display: none;
  }
}
.p-news-list {
  list-style: none;
}

.p-news-list__item + .p-news-list__item {
  margin-top: 20px;
}

.p-news-list__item__link {
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  color: #001E62;
  display: block;
  padding: 0.9em 1.56em 1.25em 1.875em;
  width: 100%;
  transition: 0.2s color, 0.2s transform;
}

@media screen and (max-width: 768px) {
  .p-news-list__item__link {
    padding: 20px 15px;
  }
}
.p-news-list__item__link:visited {
  color: #001E62;
}

.p-news-list__item__link:hover {
  transform: scale(1.02);
}

.p-news-list__item__link:hover .c-news-tag__item.-yellow {
  background-color: #fcce00;
  border-color: #fcce00;
}

.p-news-list__item__link:hover .c-news-tag__item.-iryo {
  background-color: #60C6D3;
  border-color: #60C6D3;
}

.p-news-list__item__link.-notag {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .p-news-list__item__link.-notag {
    display: block;
  }
}
.p-news-list__item__link.-notag .p-news-list__item__header {
  margin-bottom: 0;
}

.p-news-list__item__link.-notag .p-news-list__item__main__title {
  padding-left: 0;
}

.p-news-list__item__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 768px) {
  .p-news-list__item__inner {
    display: block;
    position: relative;
  }
}
.p-news-list__item__time {
  line-height: 1.75;
  width: 9em;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p-news-list__item__time {
    width: auto;
    margin-right: 0.4em;
    margin-bottom: 0.1em;
  }
}
.p-news-list__item__main__title {
  padding-left: 9em;
  font-weight: 400;
  line-height: 1.75;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-news-list__item__main__title {
    padding-left: 0;
  }
}
.p-info-list {
  text-align: justify;
  list-style: none;
}

.p-info-list__item + .p-info-list__item {
  margin-top: 10px;
}

.p-info-list__item__link {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  transition: 0.2s transform;
}

@media screen and (max-width: 768px) {
  .p-info-list__item__link {
    padding: 30px 15px;
  }
}
.p-info-list__item__link:hover {
  transform: scale(1.02);
}

.p-info-list__item__link:hover .p-info-list__item__title {
  opacity: 0.75;
}

.p-footer {
  padding-top: 86px;
  background-color: #001E62;
  color: #fff;
  position: relative;
}

.p-footer__contents__tel__link {
  text-decoration: none;
  color: #fff;
}

.p-header-sp {
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .p-header-sp {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-header-sp {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.p-header-sp__logo__link {
  display: block;
}

@media screen and (max-width: 1199px) {
  .p-header-sp__logo__link {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .p-header-sp__logo__link {
    width: 265px;
  }
}
@media screen and (max-width: 1199px) {
  .p-header-sp__logo__img {
    width: 100%;
    height: auto;
  }
}
.p-header-sp__btn {
  z-index: 100;
  background-color: #001E62;
  border-radius: 10px;
  width: 44px;
  height: 44px;
  position: fixed;
  right: 32px;
  top: 32px;
  transition: background-color 0.1s ease-out, border-color 0.1s ease-out, transform 0.1s ease-out;
}

@media screen and (max-width: 768px) {
  .p-header-sp__btn {
    right: 20px;
    top: 25px;
  }
}
.p-header-sp__btn:hover {
  background-color: #032f8e;
  border-color: #032f8e;
  transform: scale(1.05);
}

.p-news-dt__tag__item {
  margin-bottom: 6px;
}

.p-news-dt__main-title {
  font-size: 2.25rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-news-dt__main-title {
    font-size: 1.5rem;
  }
}
.p-news-dt__body {
  text-align: justify;
  border-radius: 10px;
  background-color: #fff;
  padding: 45px 38px 66px;
}

@media screen and (max-width: 768px) {
  .p-news-dt__body {
    padding: 24px 14px 40px;
  }
}
.p-news-dt__body p {
  line-height: 1.6875;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 768px) {
  .p-news-dt__body p {
    margin-bottom: 1.2em;
  }
}
.p-news-dt__body img {
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 768px) {
  .p-news-dt__body img {
    margin-top: 0.2em;
    margin-bottom: 0.6em;
  }
}
.p-news-dt__body h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 768px) {
  .p-news-dt__body h2 {
    font-size: 1.25rem;
  }
}
.p-news-dt__body strong {
  color: #D05210;
  font-weight: 500;
}

.p-news-dt__body hr {
  border: 1px solid #001E62;
  margin: 1.5em 0;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.p-news-dt__body ul {
  margin-bottom: 1.5em;
}

.p-news-dt__body li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  line-height: 1.6875;
}

.p-news-dt__body li::before {
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  background-color: #001E62;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-news-dt__body .wp-block-table table {
  width: 100%;
  white-space: nowrap;
}

.p-news-dt__body table td:first-child {
  white-space: normal;
}

.p-news-dt__body table td:last-child {
  white-space: normal;
}

.p-news-dt__body .wp-block-table table tr td:nth-of-type(1) {
  min-width: 7em;
}

@media screen and (max-width: 768px) {
  .p-news-dt__body .wp-block-table table tr td:nth-of-type(1) {
    min-width: 5.5em;
  }
}
.p-news-dt__body .wp-block-table {
  overflow: auto;
  margin-right: -14px;
  padding-right: 14px;
  padding-bottom: 1em;
}

.p-news-dt__body .wp-block-table::-webkit-scrollbar {
  height: 5px;
}

.p-news-dt__body .wp-block-table::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.p-news-dt__body .wp-block-table::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.p-news-dt__body th {
  background-color: #EFF5F7;
  text-align: left;
  font-weight: 500;
}

.p-news-dt__pager {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 560px) {
  .p-news-dt__pager {
    flex-direction: column;
  }
}
.p-news-dt__pager__link__wrap {
  display: block;
  position: relative;
  width: 50%;
  max-width: 50%;
  transition: 0.15s transform;
}

.p-news-dt__pager__link__wrap:hover {
  transform: scale(1.02);
}

@media screen and (max-width: 560px) {
  .p-news-dt__pager__link__wrap {
    width: 100%;
    max-width: 100%;
  }
}
.p-news-dt__pager__link__wrap.-next {
  flex: 1;
  margin-right: auto;
}

@media screen and (max-width: 560px) {
  .p-news-dt__pager__link__wrap.-next {
    margin-bottom: 20px;
  }
}
.p-news-dt__pager__link__wrap.-prev {
  flex: 1;
  text-align: right;
  margin-left: auto;
}

.p-news-dt__pager__link {
  padding-top: 1.2em;
  padding-bottom: 1.1em;
  position: relative;
  display: block;
  width: 88%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  color: #001E62;
}

.p-news-dt__pager__link::before {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 14px;
  height: 25px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.687 24.545" preserveAspectRatio="none"><path fill="%23001E62" d="M1467.629,2062.733l-1.414-1.414,10.858-10.858-10.858-10.858,1.414-1.414,12.272,12.272Z" transform="translate(-1466.215 -2038.188)" /></svg>');
  background-size: 14px 25px;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-news-dt__pager__link.-next {
  padding-left: 3em;
  padding-right: 1.75em;
}

.p-news-dt__pager__link.-prev {
  padding-left: 1.75em;
  padding-right: 3em;
  margin-left: auto;
}

.p-news-dt__pager__link.-next::before {
  left: 1em;
  transform: translate(0, -50%) rotate(-180deg);
}

.p-news-dt__pager__link.-prev::before {
  right: 1em;
  transform: translate(0, -50%);
}

.p-news-dt__pager__date {
  display: block;
  font-size: 0.8125rem;
}

.p-news-dt__pager__title {
  line-height: 1.5;
  text-decoration: underline;
}

.p-news-dt__pager__date__wrap {
  margin-bottom: 0.3em;
}

.p-info-list__item__date {
  color: #D05210;
  text-align: right;
  font-size: 0.875rem;
  margin-bottom: 1.5em;
}

.p-info-list__item__txt {
  font-size: 0.875rem;
  color: #666666;
}

.p-info-list__item__btn i {
  margin-right: 0.8em;
  transform: translate(0, 15%);
}

.p-info-list__item__btn__wrap {
  margin-top: 25px;
  text-align: right;
}

.p-about-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

.p-about-list__item:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.p-about-list__item:nth-child(2n) {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .p-about-list__item:nth-child(2n+1) {
    flex-direction: column;
  }
  .p-about-list__item:nth-child(2n) {
    flex-direction: column;
  }
}
.p-about-list__item__info {
  text-align: justify;
  background-color: #fff;
  padding: 1.12em;
  border-radius: 10px;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .p-about-list__item__info {
    width: 100%;
    padding: 1.12em 15px;
  }
}
.p-about-list__item__illust {
  position: relative;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .p-about-list__item__illust {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
  }
}
.p-about-list__item__illust__img.-img01 {
  width: 79%;
  margin-left: 6.9%;
}

@media screen and (max-width: 768px) {
  .p-about-list__item__illust__img.-img01 {
    max-width: 206px;
    width: 75%;
    margin-left: 0;
  }
}
.p-about-list__item__illust__img.-img02 {
  width: 80%;
  margin-left: 9.4%;
}

@media screen and (max-width: 768px) {
  .p-about-list__item__illust__img.-img02 {
    max-width: 207px;
    width: 61.4%;
    margin-left: 0;
  }
}
.p-about-list__item + .p-about-list__item {
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .p-about-list__item + .p-about-list__item {
    margin-top: 27px;
  }
}
.p-about-main__description + .p-about-main__description {
  margin-top: 1.4em;
}

.p-about-main__description__note {
  font-size: 0.8125rem;
}

.p-kensa-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 560px) {
  .p-kensa-list {
    flex-direction: column;
  }
}
.p-kensa-list__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  background-color: #fff;
  padding: 1.12em;
  border-radius: 10px;
  padding: 39px 27px 29px;
  list-style: none;
  width: 47%;
}

@media screen and (max-width: 560px) {
  .p-kensa-list__item {
    padding: 39px 15px 35px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .p-kensa-list__item + .p-kensa-list__item {
    margin-top: 20px;
  }
}
.p-kensa-list__item__title {
  margin-bottom: 11px;
}

.p-kensa-list__item__illust {
  text-align: center;
}

.p-kensa-list__item__illust__img.-img01 {
  width: 41.4%;
}

.p-kensa-list__item__illust__img.-img02 {
  width: 58.3%;
}

@media screen and (max-width: 560px) {
  .p-kensa-list__item__illust__img.-img01 {
    max-width: 126px;
  }
  .p-kensa-list__item__illust__img.-img02 {
    max-width: 178px;
  }
}
.p-kensa-list__item__info {
  text-align: justify;
  margin-bottom: 16px;
}

.p-kensa-list__item__info > * {
  flex-shrink: 0;
}

.p-kensa-list__item__btn {
  margin-top: auto;
}

.p-about-main__description.-desc01 {
  text-align: right;
}

.p-about-main__description.-desc02 {
  text-align: center;
}

.p-about-main__description.-desc03 {
  text-align: right;
}

.p-about-main__description.-desc04 {
  text-align: center;
}

.p-about-main__description__link {
  color: #D05210;
}

.p-about-main__description__link:visited {
  color: #D05210;
}

.p-about-main__description__img {
  height: auto;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .p-about-main__description__img {
    position: relative;
  }
}
.p-about-main__description__img.-img01 {
  width: 252px;
  right: -201px;
  top: -142px;
}

@media screen and (max-width: 768px) {
  .p-about-main__description__img.-img01 {
    right: inherit;
    top: inherit;
    margin-top: -22px;
  }
}
.p-about-main__description__img.-img02 {
  width: 214px;
  right: -248px;
  top: -102px;
}

@media screen and (max-width: 960px) {
  .p-about-main__description__img.-img02 {
    right: -187px;
    top: -102px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-main__description__img.-img02 {
    right: inherit;
    top: inherit;
    margin-top: -20px;
  }
}
.p-about-main__description__img.-img03 {
  width: 205px;
  right: -169px;
  top: -57px;
}

@media screen and (max-width: 768px) {
  .p-about-main__description__img.-img03 {
    right: inherit;
    top: inherit;
    margin-top: -28px;
    margin-right: 2px;
  }
}
.p-about-main__description__img.-img04 {
  width: 236px;
  right: -257px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-about-main__description__img.-img04 {
    width: 220px;
    right: inherit;
    top: inherit;
    margin-top: -16px;
  }
}
.p-about-main__photo__img {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .p-about-main__photo__img {
    position: relative;
  }
}
.p-about-main__photo__img.-img01 {
  width: 347px;
  height: auto;
  right: -50px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-about-main__photo__img.-img01 {
    display: block;
    margin-right: auto;
    right: inherit;
    top: inherit;
    margin-bottom: 22px;
    width: 280px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 560px) {
  .p-about-main__photo__img.-img01 {
    width: 250px;
    margin-left: 0;
  }
}
.p-about-main__photo__img.-img02 {
  width: 256px;
  height: auto;
  left: 50px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-about-main__photo__img.-img02 {
    display: block;
    margin-left: auto;
    left: inherit;
    bottom: inherit;
    width: 224px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 560px) {
  .p-about-main__photo__img.-img02 {
    width: 200px;
    margin-right: 0;
  }
}
.p-hoken-sec__description__title {
  font-size: 1.125rem;
  margin-bottom: 0.9em;
}

.p-hoken-sec__description__subtitle {
  font-size: 1.0625rem;
  margin-bottom: 0.4em;
}

.p-hoken-sec__description__title__hoken,
.p-hoken-sec__description__title__jihi {
  text-decoration: underline;
  margin-bottom: 1em;
}

.p-hoken-sec__description__title__jihi {
  margin-top: 2em;
}

.p-hoken-sec__hiyo {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .p-hoken-sec__hiyo {
    display: block;
  }
}
.p-hoken-sec__hiyo__txt__top {
  margin-top: -0.5em;
}

.p-hoken-sec__hiyo__txt__top {
  font-size: 1.125rem;
  margin-bottom: 0.4em;
}

.p-jihi-sec__description__hiyo,
.p-jihi-sec__description__kekka {
  margin-top: 0.8em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .p-jihi-sec__description__hiyo,
  .p-jihi-sec__description__kekka {
    display: block;
  }
}
.p-jihi-sec__description__hiyo {
  margin-top: 0.8em;
}

.p-jihi-sec__description__kekka {
  margin-top: 0.2em;
}

.p-jihi-sec__description__hiyo__txt,
.p-jihi-sec__description__kekka__txt {
  margin-top: -0.5em;
}

@media screen and (max-width: 768px) {
  .p-hoken-sec__hiyo__title {
    margin-bottom: 0.6em;
  }
}
.p-hoken-sec__description__hiyo__txt__top__price {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.p-hoken-sec__hiyo__txt__top__price {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

@media screen and (max-width: 768px) {
  .p-jihi-sec__description__hiyo__title,
  .p-jihi-sec__description__kekka__title {
    margin-bottom: 0.3em;
  }
}
.p-jihi-sec__description__hiyo__num,
.p-jihi-sec__description__kekka__num {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.p-jihi-sec__description__hiyo__note {
  font-size: 0.8125rem;
  margin-left: 0.8em;
}

.p-jihi-sec__description__hiyo__note.-last {
  margin-left: 0;
}

.p-jihi-sec__description__hiyo__price {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 0.2em;
}

.p-hoken-sec__description__sinryojikan {
  margin-top: 1.5em;
}

.p-hoken-sec__hiyo__txt__list {
  list-style: none;
  color: #D05210;
  margin-bottom: 0.7em;
}

.p-hoken-sec__hiyo__txt__note {
  margin-top: 0.5em;
}

.p-hoken-sec__hiyo__txt__note-list {
  text-align: justify;
}

.p-hoken-sec__description__note {
  margin-top: 0.5em;
}

.p-hoken-sec__taisyo__list {
  text-align: justify;
  margin-bottom: 0.8em;
}

.p-hoken-sec__description__sinryojikan {
  color: #666666;
  font-size: 0.875rem;
}

.p-hoken-sec__description__sinryojikan__title {
  font-weight: 500;
}

.p-hoken-sec__description__sinryojikan__list__item {
  list-style: none;
  position: relative;
  padding-left: 1em;
}

.p-hoken-sec__description__sinryojikan__list__item::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-hoken-sec__description {
  position: relative;
}

.p-hoken-sec__description.-desc03-01 {
  width: 498px;
}

@media screen and (max-width: 768px) {
  .p-hoken-sec__description.-desc03-01 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-hoken-sec__description.-desc03-02 {
    padding-bottom: 184px;
  }
}
.p-hoken-sec__description.-desc03-04 {
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .p-hoken-sec__description.-desc03-04 {
    padding-bottom: 184px;
  }
}
.p-hoken-sec__description__txt + .p-hoken-sec__description__txt {
  margin-top: 1em;
}

.p-hoken-sec__description__img.-img01 {
  position: absolute;
  width: 190px;
  height: auto;
  top: 14px;
  right: -110px;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .p-hoken-sec__description__img.-img01 {
    top: 47px;
    right: -48px;
  }
}
@media screen and (max-width: 768px) {
  .p-hoken-sec__description__img.-img01 {
    position: relative;
    top: inherit;
    right: inherit;
    display: block;
    margin-left: auto;
    margin-right: 16px;
    width: 154px;
  }
}
.p-jihi-sec__description__img.-img01 {
  position: absolute;
  width: 285px;
  height: auto;
  top: -5px;
  right: -269px;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .p-jihi-sec__description__img.-img01 {
    right: -193px;
  }
}
@media screen and (max-width: 768px) {
  .p-jihi-sec__description__img.-img01 {
    position: relative;
    top: inherit;
    right: inherit;
    display: block;
    margin-left: auto;
    margin-right: 16px;
    width: 227px;
  }
}
.p-hoken-sec__description__img.-img02 {
  position: absolute;
  width: 200px;
  height: auto;
  right: -33px;
  top: -140px;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .p-hoken-sec__description__img.-img02 {
    right: -18px;
  }
}
@media screen and (max-width: 768px) {
  .p-hoken-sec__description__img.-img02 {
    top: inherit;
    bottom: 0;
    right: 0;
  }
}
.p-hoken-sec__description__img.-img03 {
  position: absolute;
  width: 200px;
  height: auto;
  right: 25px;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-hoken-sec__description__img.-img03 {
    top: inherit;
    bottom: 0;
    right: 0;
  }
}
.p-hoken-sec__description__note.-desc04 {
  width: 425px;
}

@media screen and (max-width: 768px) {
  .p-hoken-sec__description__note.-desc04 {
    width: 100%;
  }
}
.p-hoken-sec__tel {
  text-decoration: none;
  color: #001E62;
}

.p-hoken-sec__tel.-point {
  color: #D05210;
}

.p-hoken-sec__link {
  color: #001E62;
  text-decoration: underline;
}

.l-hoken-sec.-sec02 .p-hoken-sec__intro__txt {
  padding-left: 1.1em;
}

.l-hoken-sec.-sec02 .p-hoken-sec__intro__txt::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-hoken-sec__intro__txt {
  position: relative;
  text-align: justify;
}

.p-hoken-sec__intro__btn {
  padding: 0.7em 2em;
}

.p-hoken-sec__intro__btn i {
  margin-right: 0.5em;
  transform: translate(0, 15%);
}

.p-hoken-sec__intro__btn span {
  font-size: 0.875rem;
}

.p-info-list__item__link {
  color: #001E62;
}

.p-info-list__item__title {
  transition: 0.2s opacity;
  padding-left: 40px;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-info-list__item__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 26px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.429 18" preserveAspectRatio="none"><path fill="%23333" d="M17.316,6.02a2.337,2.337,0,0,1,.482.763,2.318,2.318,0,0,1,.2.884V19.239a.96.96,0,0,1-.964.964H3.535a.96.96,0,0,1-.964-.964V3.168A.96.96,0,0,1,3.535,2.2h9a2.319,2.319,0,0,1,.884.2,2.337,2.337,0,0,1,.763.482ZM12.856,3.57V7.346h3.777a1.1,1.1,0,0,0-.221-.412L13.268,3.791a1.1,1.1,0,0,0-.412-.221Zm3.857,15.348V8.632H12.535a.96.96,0,0,1-.964-.964V3.489H3.856V18.918H16.714Zm-5.163-5.956a7.643,7.643,0,0,0,.844.562,9.968,9.968,0,0,1,1.175-.07q1.477,0,1.778.492a.485.485,0,0,1,.02.522.029.029,0,0,1-.01.02l-.02.02v.01q-.06.382-.713.382a4.144,4.144,0,0,1-1.155-.2,7.324,7.324,0,0,1-1.306-.532A18.087,18.087,0,0,0,8.226,15Q6.689,17.632,5.8,17.632a.584.584,0,0,1-.281-.07l-.241-.121q-.01-.01-.06-.05a.415.415,0,0,1-.06-.362,2.181,2.181,0,0,1,.562-.919,4.854,4.854,0,0,1,1.326-.969.147.147,0,0,1,.231.06.058.058,0,0,1,.02.04q.522-.854,1.075-1.979a15.331,15.331,0,0,0,1.045-2.632,8.12,8.12,0,0,1-.306-1.6A3.906,3.906,0,0,1,9.17,7.748q.11-.4.422-.4h.221a.424.424,0,0,1,.352.151.8.8,0,0,1,.09.683.218.218,0,0,1-.04.08.261.261,0,0,1,.01.08v.3a13.154,13.154,0,0,1-.141,1.929,5.082,5.082,0,0,0,1.467,2.391ZM5.765,17.09A4.435,4.435,0,0,0,7.141,15.5a5.726,5.726,0,0,0-.879.844A3.339,3.339,0,0,0,5.765,17.09Zm4-9.241a2.987,2.987,0,0,0-.02,1.326q.01-.07.07-.442,0-.03.07-.432a.226.226,0,0,1,.04-.08.029.029,0,0,1-.01-.02.02.02,0,0,0-.005-.015A.02.02,0,0,1,9.9,8.17a.578.578,0,0,0-.131-.362.029.029,0,0,1-.01.02v.02Zm-1.246,6.64a14.733,14.733,0,0,1,2.853-.814,1.515,1.515,0,0,1-.131-.1,1.8,1.8,0,0,1-.161-.136A5.321,5.321,0,0,1,9.8,11.676a13.423,13.423,0,0,1-.834,1.979q-.3.563-.452.834Zm6.489-.161a2.4,2.4,0,0,0-1.406-.241,3.8,3.8,0,0,0,1.246.281.974.974,0,0,0,.181-.01q0-.01-.02-.03Z" transform="translate(-2.571 -2.203)" /></svg>');
  background-size: 100% auto;
  transform: translate(0, 0);
}

.p-rinsyo-description__img {
  width: 236px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-top: 6px;
  margin-right: 16px;
}

.p-doctor-sec__list {
  text-align: justify;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__list {
    flex-direction: column;
  }
}
.p-doctor-sec__list__item {
  width: calc(33.3333% - 14px);
  list-style: none;
  margin-left: 20px;
  margin-bottom: 30px;
}

.p-doctor-sec__list__item:nth-child(3n+1) {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__list__item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.p-doctor-sec__list__item__link {
  transition: 0.25s transform;
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: #001E62;
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 22px 25px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__list__item__link {
    display: flex;
    padding: 15px;
  }
}
.p-doctor-sec__list__item__link:hover {
  transform: scale(1.02);
}

.p-doctor-sec__list__item__link:hover .p-doctor-sec__list__item__img {
  opacity: 0.84;
}

.p-doctor-sec__list__item__img {
  transition: 0.25s opacity;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__list__item__img {
    width: 100px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-doctor-sec__list__item__info {
    padding-left: 15px;
  }
}
.p-doctor-sec__list__item__info__position {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 0.3em;
}

.p-doctor-sec__list__item__info__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.p-doctor-sec__list__item__info__kana {
  font-size: 14px;
  color: #BBB;
  line-height: 1.4;
  margin-bottom: 0.7em;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__list__item__info__kana {
    margin-bottom: 0.3em;
  }
}
.p-doctor-sec__list__item__info__field {
  line-height: 1.5;
  color: #D05210;
  list-style: none;
  font-size: 14px;
}

.p-doctor-sec__list__item__info__field__item {
  display: inline-block;
}

.p-doctor-sec__list__item__info__field__item::after {
  content: "、";
}

.p-doctor-sec__list__item__info__field__item:last-child::after {
  content: "";
}

.p-staff-sec__list {
  text-align: justify;
  background: #fff;
  border-radius: 10px;
  padding: 45px 58px 14px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .p-staff-sec__list {
    flex-direction: column;
    margin-left: 0;
    padding: 32px 30px 20px;
  }
}
.p-staff-sec__list__item {
  list-style: none;
  margin-bottom: 36px;
  width: 50%;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  .p-staff-sec__list__item {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.p-staff-sec__list__item__info__position {
  font-size: 14px;
  line-height: 1.5;
}

.p-staff-sec__list__item__info__name {
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
  margin-right: 0.4em;
  line-height: 1.3;
}

.p-staff-sec__list__item__info__kana {
  line-height: 1.3;
  font-size: 14px;
  color: #BBB;
  display: inline-block;
}

.p-doctor-sec__modal {
  padding: 83px 80px 23px 85px;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__modal {
    padding: 80px 10px 40px;
  }
}
.p-doctor-sec__modal__carousel__nav {
  box-sizing: border-box;
  position: absolute;
  height: 22px;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  top: 165px;
  justify-content: space-between;
  display: none;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__modal__carousel__nav {
    display: flex;
  }
}
.p-doctor-sec__modal__carousel__nav__button {
  width: 11px;
  height: 22px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.121 23.414" preserveAspectRatio="none"><path fill="%23001E62" d="M1467.629,2061.6l-1.414-1.414,10.293-10.293-10.293-10.293,1.414-1.414,11.707,11.707Z" transform="translate(-1466.214 -2038.188)" /></svg>');
  background-position: center center;
  cursor: pointer;
}

.p-doctor-sec__modal__carousel__nav__button.-prev {
  transform: rotate(-180deg);
}

.p-doctor-sec__modal__profile__img {
  width: 180px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  margin: 0 auto 12px;
}

.p-doctor-sec__modal__profile__info__name__wrap {
  margin-bottom: 0.3em;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__modal__profile__info__name__wrap {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-doctor-sec__modal__profile__info__name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0.3em;
}

.p-doctor-sec__modal__profile__info__position {
  font-size: 14px;
  line-height: 1.5;
}

.p-doctor-sec__modal__profile__info__field {
  font-size: 14px;
}

.p-doctor-sec__modal__profile__info__kana {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__modal__profile__info__kana {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-doctor-sec__modal__profile__info__field__title {
  background: #D05210;
  color: #fff;
  display: inline-block;
  padding-right: 4em;
  font-size: 13px;
  padding: 0.2em 2.8em 0.2em 0.2em;
  font-weight: 500;
  margin-bottom: 0.4em;
}

.p-doctor-sec__modal__profile__info__field__item {
  list-style: none;
  font-size: 14px;
  display: inline-block;
  color: #D05210;
  display: inline;
  line-height: 1.5;
}

.p-doctor-sec__modal__profile__info__field__item::after {
  content: "、";
}

.p-doctor-sec__modal__profile__info__field__item:last-child::after {
  content: "";
}

.p-doctor-sec__modal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__modal {
    flex-direction: column;
  }
}
.p-doctor-sec__modal__profile {
  width: 180px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__modal__profile {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.p-doctor-sec__modal__description {
  width: calc(100% - 220px);
}

@media screen and (max-width: 768px) {
  .p-doctor-sec__modal__description {
    width: 90%;
    margin: 0 auto;
  }
}
.p-doctor-sec__modal__description__title {
  width: 170px;
  font-size: 1rem;
  font-weight: 700;
  color: #001E62;
  line-height: 1;
  padding-top: 0.43em;
  padding-left: 10px;
  padding-bottom: 0.6875em;
  position: relative;
}

.p-doctor-sec__modal__description__title::before {
  width: 1px;
  height: 2.75em;
  content: "";
  display: block;
  background-color: #001E62;
  position: absolute;
  left: 0;
  top: 0;
}

.p-doctor-sec__modal__description__title::after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: -0.625em;
  bottom: 0;
  content: "";
  display: block;
  background-color: #001E62;
}

.p-doctor-sec__modal__description__txt {
  line-height: 1.6875;
  word-break: break-all;
}

.p-doctor-sec__modal__description__txt p {
  line-height: 1.5;
}

.p-doctor-sec__modal__description__txt p + p {
  margin-top: 0.5em;
}

.p-doctor-sec__modal__description__biography,
.p-doctor-sec__modal__description__license {
  list-style: none;
}

.p-404__contents {
  text-align: center;
  padding-top: 260px;
  padding-bottom: 244px;
}

@media screen and (max-width: 768px) {
  .p-404__contents {
    padding-top: 22vh;
    padding-bottom: 27vh;
  }
}
.p-404__ttl {
  font-family: "ナウ-GM", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-404__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-gyouseki__list {
    margin-left: 1.6em;
    margin-right: 1em;
  }
}
.c-title.-gyouseki + .p-gyouseki__list {
  padding: 2.8em 0 0;
}

.p-gyouseki__list__item .p-gyouseki__list {
  margin: 0.5em 0 0 0;
}

.p-gyouseki__list__item li.p-gyouseki__list__item {
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 2em;
  list-style-type: none;
  counter-increment: cnt;
}

.p-gyouseki__list__item li.p-gyouseki__list__item::before {
  position: absolute;
  left: 0;
  content: "(" counter(cnt) ") ";
}

.p-gyouseki__btn__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-gyouseki__btn__list {
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: calc((100vw - 100%) / 2 * -1);
    margin-left: calc((100vw - 100%) / 2 * -1);
    padding-left: calc((100vw - 560px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .p-gyouseki__btn__list {
    padding-left: 20px;
  }
}
.p-gyouseki__btn__list::-webkit-scrollbar {
  display: none;
}

.p-gyouseki__btn__list__item {
  display: flex;
}

.p-gyouseki__btn__link {
  font-family: "ナウ-GM", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-size: 14px;
  padding: 1em 1.7em;
  margin: 0 5px 5px 0;
  color: #fff;
  background-color: #55B5C1;
  border-radius: 50px;
  text-decoration: none;
  width: 6.5em;
  text-align: center;
}

.p-gyouseki__btn__link.-active {
  background-color: #fff;
  color: #55B5C1;
  border: 1px solid #55B5C1;
  pointer-events: none;
}

.page-numbers {
  position: relative;
  list-style: none;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.page-numbers.current {
  color: #001E62;
  background-color: #F1C400;
}

a.page-numbers {
  transition: 0.1s transform, 0.1s background-color, 0.1s border-color;
}

a.page-numbers:hover {
  background-color: #032f8e;
  border-color: #032f8e;
  transform: scale(1.06);
}

a.page-numbers,
span.page-numbers {
  width: 44px;
  height: 44px;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  background-color: #001E62;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 0.25em;
  margin-left: 0.25em;
  margin-bottom: 0.5em;
}

.c-pagination-icon {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 14px 25px;
  background-repeat: no-repeat;
}

.c-pagination-icon.-next {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.687 24.545" preserveAspectRatio="none"><path fill="%23fff" d="M1467.629,2062.733l-1.414-1.414,10.858-10.858-10.858-10.858,1.414-1.414,12.272,12.272Z" transform="translate(-1466.215 -2038.188)" /></svg>');
  background-position: 55% center;
}

.c-pagination-icon.-prev {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13.687 24.545" preserveAspectRatio="none"><path fill="%23fff" d="M1467.629,2062.733l-1.414-1.414,10.858-10.858-10.858-10.858,1.414-1.414,12.272,12.272Z" transform="translate(-1466.215 -2038.188)" /></svg>');
  transform: rotate(-180deg);
  background-position: 55% center;
}

.c-pagination-icon.-last {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.273 24.544" preserveAspectRatio="none"><path fill="%23fff" d="M3898-1410.869l10.858-10.858L3898-1432.586l1.415-1.414,10.858,10.858v-10.087h2v23h-2v-10.087l-10.858,10.858Z" transform="translate(-3898 1434)" /></svg>');
  background-position: 55% center;
}

.c-pagination-icon.-first {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.273 24.544" preserveAspectRatio="none"><path fill="%23fff" d="M3898-1410.869l10.858-10.858L3898-1432.586l1.415-1.414,10.858,10.858v-10.087h2v23h-2v-10.087l-10.858,10.858Z" transform="translate(-3898 1434)" /></svg>');
  transform: rotate(-180deg);
  background-position: 55% center;
}

.modal {
  display: none;
  color: #001E62;
}

@media screen and (max-width: 768px) {
  .fancybox__nav {
    display: none;
  }
}
.fancybox__slide {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .fancybox__slide {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.fancybox__thumb {
  width: 80px;
  height: 80px;
}

.fancybox__thumbs .carousel__slide {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .fancybox__thumbs .carousel__slide {
    display: none;
  }
}
.carousel__button {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .carousel__button {
    color: #000;
  }
}
.carousel__button svg {
  filter: none;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 768px) {
  .carousel__button svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .carousel__button.is-next {
    top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .carousel__button.is-prev {
    top: 200px;
  }
}
.fancybox__content > .carousel__button.is-close {
  transition: 0.15s transform;
  top: 25px;
  right: 23px;
  color: #001E62;
}

.fancybox__content > .carousel__button.is-close:hover {
  transform: scale(1.08);
}

.fancybox__content > .carousel__button.is-close svg {
  display: none;
  filter: none;
}

.fancybox__content > .carousel__button.is-close::before {
  content: "";
  width: 33px;
  height: 38px;
  display: block;
  background-image: url(../img/close_modal.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.fancybox__thumbs {
  padding-top: 6px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #F1C400;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.mt12 {
  margin-top: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mb32 {
  margin-bottom: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt48 {
  margin-top: 48px;
}

.mb48 {
  margin-bottom: 48px;
}

.mt64 {
  margin-top: 64px;
}

.mb64 {
  margin-bottom: 64px;
}

.mt88 {
  margin-top: 88px;
}

.mb88 {
  margin-bottom: 88px;
}

.mt100 {
  margin-top: 100px;
}

.mt100vh {
  margin-top: 100vh;
}

.mb100vh {
  margin-bottom: 100vh;
}

.pt16 {
  padding-top: 16px;
}

.pb16 {
  padding-bottom: 16px;
}

.pt24 {
  padding-top: 24px;
}

.pb24 {
  padding-bottom: 24px;
}

.pt32 {
  padding-top: 32px;
}

.pb32 {
  padding-bottom: 32px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt48 {
  padding-top: 48px;
}

.pb48 {
  padding-bottom: 48px;
}

.pt64 {
  padding-top: 64px;
}

.pb64 {
  padding-bottom: 64px;
}

.pt88 {
  padding-top: 88px;
}

.pb88 {
  padding-bottom: 88px;
}

.u-bg {
  background-color: #EFF5F7;
}

.u-object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.u-pc_br {
  display: none;
}

@media screen and (max-width: 1199px) {
  .u-pc_br {
    display: inline;
  }
}
.u-sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp_br {
    display: inline;
  }
}
.u-tel-number a {
  color: #001E62;
  text-decoration: underline;
}

.u-fax-number a {
  color: #001E62;
  text-decoration: none;
}

.u-mail-address {
  color: #001E62;
  text-decoration: underline;
}

.u-under-line {
  text-decoration: underline;
}

.u-txt-point {
  color: #D05210;
}

.u-txt-iryo {
  color: #55B5C1;
}

.u-external-link {
  position: relative;
  padding-right: 1.5em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 14.222" preserveAspectRatio="none"><path fill="%23D05210" d="M16,.667V4.222a.667.667,0,0,1-1.138.471L13.87,3.7,7.106,10.466a.667.667,0,0,1-.943,0l-.629-.629a.667.667,0,0,1,0-.943L12.3,2.13l-.992-.992A.667.667,0,0,1,11.778,0h3.555A.667.667,0,0,1,16,.667ZM11.306,7.522l-.444.444a.667.667,0,0,0-.2.471v4.007H1.778V3.556H9.111a.667.667,0,0,0,.471-.2l.444-.444a.667.667,0,0,0-.471-1.138H1.333A1.333,1.333,0,0,0,0,3.111v9.778a1.333,1.333,0,0,0,1.333,1.333h9.778a1.333,1.333,0,0,0,1.333-1.333v-4.9A.667.667,0,0,0,11.306,7.522Z" /></svg>');
  background-size: 1em 1em;
  background-position: right 0.2em top 40%;
  background-repeat: no-repeat;
}

.u-external-link.-hoken {
  font-size: 0.9375rem;
}

.u-external-link br {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-external-link br {
    display: block;
  }
}
.g-transparent {
  opacity: 0;
}

.is-opacity0 {
  opacity: 0;
}

.is-opacity1 {
  opacity: 1;
}

.is-display-block {
  display: block;
}

.is-display-inline-block {
  display: inline-block;
}

.is-flex {
  display: flex;
}

.is-display-none {
  display: none;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.is-fixed {
  position: fixed;
}

.is-zidx-30 {
  z-index: -30;
}

.is-zidx-20 {
  z-index: -20;
}

.is-zidx-10 {
  z-index: -10;
}

.is-zidx10 {
  z-index: 10;
}

.is-zidx20 {
  z-index: 20;
}

.is-zidx30 {
  z-index: 30;
}

.is-zidx50 {
  z-index: 50;
}

.slide-fade-enter-active, .slide-fade-leave-active {
  transition: all 2s ease;
}

.fade3-enter-active, .fade3-leave-active {
  transition: all 3s ease;
}

.fade05-enter-active, .fade05-leave-active {
  transition: all 0.5s ease;
}

.fade05-enter, .fade05-leave-to, .fade3-enter, .fade3-leave-to {
  opacity: 0;
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translate(0, 10px);
  opacity: 0;
}

.fadein-box__outer {
  min-height: 95px;
  height: 100%;
}

.fadein-box__inner {
  height: 100%;
}

.fadein-enter-active, .fadein-leave-active {
  transition: all 0.5s ease;
}

.fadein-enter, .fadein-leave-to {
  opacity: 0;
}

.fade02-enter-active, .fade02-leave-active {
  transition: opacity 0.2s;
}

.fade02-enter, .fade02-leave-to {
  opacity: 0;
}

.loadin-enter-active, .loadin-leave-active {
  transition: opacity 0.2s;
}

.loadin-enter, .loadin-leave-to {
  opacity: 0;
}