@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

header, section, footer, aside, nav, article, figure, picture {
  display: block;
  position: relative; }

html {
  height: 100%;
  -webkit-print-color-adjust: exact; }

html, body {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-indent: 0;
  line-height: 1;
  color: #212b33;
  font-family: "biz-udgothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-display: swap; }

.home #catch, h1, h2, h3, h4, h5 {
  font-family: "m-plus-rounded-2p", sans-serif !important;
  font-weight: 800; }

html, body, small, h1, h2, h3, h4, h5 {
  font-size: 1.0625em; }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 1em; } }
  @media only screen and (max-width: 600px) {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 1rem; } }
  @media only print {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 10pt; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 1rem !important; } }

div, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none; }
  @media only screen and (max-width: 600px) {
    div, object, iframe,
    h1, h2, h3, h4, h5, h6, p, 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,
    article, aside, canvas, details, figcaption, figure, picture,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
      font-weight: 300; } }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none; }
  @media only screen and (max-width: 600px) {
    table, caption, tbody, tfoot, thead, tr, th, td {
      font-weight: 100; } }

iframe {
  display: block;
  width: 100%;
  height: auto;
  border: none; }

img, figure, picture {
  display: block;
  width: 100%;
  height: auto; }
  @media only print {
    .low #contents img, .low #contents figure, .low #contents picture {
      width: 50% !important; } }

.fixImg {
  width: auto;
  height: auto; }

nav ul {
  list-style: none; }

header a,
#container a,
footer a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #2364aa; }
  @media print, screen and (min-width: 961px) {
    header a,
    #container a,
    footer a {
      transition: all 0.3s ease-in-out; }
      header a:hover, header a:active,
      #container a:hover,
      #container a:active,
      footer a:hover,
      footer a:active {
        color: rgba(35, 100, 170, 0.7); } }

header a,
nav a,
footer a {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

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

th {
  font-weight: normal; }

td, th {
  line-height: 1.3em; }

input,
select {
  vertical-align: middle; }

ul, ol, dl, li {
  padding: 0;
  margin: 0;
  list-style: none; }

area {
  cursor: pointer !important; }

section p,
.section p {
  margin-bottom: 1em; }
  @media only screen and (max-width: 600px) {
    section p,
    .section p {
      line-height: 1.6em; } }
  @media print, screen and (min-width: 601px) {
    section p,
    .section p {
      line-height: 1.8em; } }

#contents ul,
#contents ol,
#contents dl {
  margin-bottom: 1em;
  margin-top: 1em; }

@media only screen and (max-width: 600px) {
  #contents li,
  #contents dd {
    line-height: 1.3em; } }
@media print, screen and (min-width: 601px) {
  #contents li,
  #contents dd {
    line-height: 1.5em; } }

#contents ul li {
  margin-left: 0em;
  padding-left: normal; }

.low #contents section ol:not(.flow) li,
.low #contents .section ol:not(.flow) li {
  margin-left: 1.5em;
  list-style: decimal;
  padding-left: normal; }

/* clearfix -------------*/
.cf {
  zoom: 1; }

.cf:before,
.cf:after,
#hdUpper:after,
header:after,
header nav:after,
#container:after,
footer:after,
#contents:after,
#contents section:after,
#contents .section:after,
#sidebar section:after,
#sidebar .section:after,
#bread:after,
footer:after,
#bottomInfo:after,
.innerL:after,
.innerM:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf,
.float_block {
  overflow: hidden; }

/* Layout Document */
@media only screen and (max-width: 600px) {
  #wrapper {
    z-index: 0; }

  header,
  #footerAsk {
    z-index: 9 !important; }

  #hdImage {
    z-index: -1; } }
@media print, screen and (min-width: 601px) {
  header,
  #ptBtnPc,
  #quickNav {
    z-index: 10; }

  #hdImage {
    z-index: 0; }

  main {
    z-index: 9; } }
body {
  line-height: 1.6;
  color: #212b33; }
  body.low {
    background: #fff; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out; }
  @media only print {
    .low header {
      position: relative !important; } }
  header.fix {
    box-shadow: 0 0 4px #636363; }
    @media only print {
      header.fix {
        box-shadow: none; } }

#hdWrapper {
  position: relative; }
  @media only screen and (max-width: 600px) {
    #hdWrapper {
      display: grid;
      grid-template-columns: 65% 30%;
      grid-template-rows: auto auto;
      gap: 0px 5%;
      grid-template-areas: "logo trig" "txt trig";
      width: 94%;
      margin: 15px auto 11px auto; } }
  @media print, screen and (min-width: 601px) {
    #hdWrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-end;
      width: 94%;
      margin: 15px 3% 15px 3%;
      left: 0; } }
  @media only screen and (min-width: 560px) and (max-width: 1540px) {
    #hdWrapper {
      align-items: flex-start;
      margin: 10px 3% 10px 3%; } }
  @media only print {
    #hdWrapper {
      width: 100%;
      margin: 0 0 15px 0; } }

@media only screen and (max-width: 600px) {
  #hdLogo {
    grid-area: logo;
    justify-self: start; } }
@media print, screen and (min-width: 601px) {
  #hdLogo {
    flex-basis: 20%; } }

#hdTit {
  color: #5d768c;
  font-weight: bold; }
  @media only screen and (max-width: 600px) {
    #hdTit {
      grid-area: txt;
      justify-self: start;
      font-size: 3.7vw; } }
  @media print, screen and (min-width: 601px) {
    #hdTit {
      display: table;
      position: absolute;
      top: 10px;
      left: 21%;
      white-space: nowrap;
      font-size: 1.8rem; } }
  @media only screen and (min-width: 560px) and (max-width: 1540px) {
    #hdTit {
      font-size: 1.5vw; } }
  @media only print {
    #hdTit {
      font-size: 1.2rem; } }

@media only screen and (max-width: 600px) {
  #hdUpper {
    justify-self: end;
    align-self: start;
    grid-area: trig;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch; } }
@media print, screen and (min-width: 601px) {
  #hdUpper {
    flex-basis: 75%; } }
@media only print {
  #hdUpper {
    justify-self: end;
    align-self: start;
    grid-area: trig;
    flex-basis: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    flex-direction: column; } }

@media print, screen and (min-width: 601px) {
  #hdInfo {
    display: table;
    margin: auto 0 auto auto !important; } }

@media only screen and (max-width: 600px) {
  #hdGn {
    position: fixed;
    right: -100%;
    left: auto;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    overflow-y: scroll;
    transition: opacity 0.3s ease-in-out; }
    .menu-active #hdGn {
      right: 0;
      opacity: 1; } }
@media print, screen and (min-width: 601px) {
  #hdGn {
    border-bottom: 1px solid rgba(255, 255, 255, 0); } }
@media only print {
  #hdGn {
    position: absolute;
    left: 0;
    bottom: -75px;
    width: 100%; } }
@media print, screen and (min-width: 601px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    max-width: 960px;
    margin: 15px 0 0 auto; } }

#hdImage {
  position: fixed;
  width: 100vw;
  left: 0; }
  @media only print {
    .low #hdImage {
      position: relative !important;
      top: auto !important;
      margin-top: 55px; } }

main {
  position: relative;
  padding-bottom: 200px; }
  .low main {
    border-top: 1px solid rgba(255, 255, 255, 0); }
  @media only print {
    main {
      padding-bottom: 80px; } }

@media print, screen and (min-width: 601px) {
  .low #contents {
    width: 94%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
    .low #contents > section,
    .low #contents > .section {
      padding: 100px 0 50px 0; }
      .low #contents > section:first-child,
      .low #contents > .section:first-child {
        padding: 50px 0 50px 0; }
      .low #contents > section section,
      .low #contents > section .section,
      .low #contents > .section section,
      .low #contents > .section .section {
        margin-top: 30px;
        margin-bottom: 30px; }
  .home #contents {
    width: 100%; }
    .home #contents > section,
    .home #contents > .section {
      width: 100%;
      margin: 0;
      padding: 130px 10% 50px 10%; }
      .home #contents > section section,
      .home #contents > section .section,
      .home #contents > .section section,
      .home #contents > .section .section {
        margin-top: 30px;
        margin-bottom: 30px; } }
@media only screen and (max-width: 600px) {
  .low #contents {
    padding-left: 5%;
    padding-right: 5%; }
    .low #contents > section,
    .low #contents > .section {
      padding: 70px 0 35px 0; }
      .low #contents > section:first-child,
      .low #contents > .section:first-child {
        padding: 40px 0 35px 0; }
      .low #contents > section section,
      .low #contents > section .section,
      .low #contents > .section section,
      .low #contents > .section .section {
        margin-top: 35px; }
  .home #contents {
    width: 100%; }
    .home #contents > section,
    .home #contents > .section {
      width: 100%;
      margin: 0;
      padding: 100px 4%; }
      .home #contents > section:last-child,
      .home #contents > .section:last-child {
        padding: 100px 4% 0 4%; }
      .home #contents > section section,
      .home #contents > section .section,
      .home #contents > .section section,
      .home #contents > .section .section {
        margin-top: 25px;
        margin-bottom: 25px; } }
@media print, screen and (min-width: 601px) {
  .low #contents > section,
  .low #contents > .section {
    padding: 50px 0 30px 0; }
    .low #contents > section:first-child,
    .low #contents > .section:first-child {
      padding: 50px 0 30px 0; }
    .low #contents > section section,
    .low #contents > section .section,
    .low #contents > .section section,
    .low #contents > .section .section {
      margin-top: 30px;
      margin-bottom: 30px; } }
@media only screen and (max-width: 600px) {
  #contents h2 {
    margin-bottom: 50px; } }
@media print, screen and (min-width: 601px) {
  #contents h2 {
    margin-bottom: 40px; } }
@media only screen and (max-width: 600px) {
  #contents h3 {
    margin-bottom: 30px; } }
@media print, screen and (min-width: 601px) {
  #contents h3 {
    margin-bottom: 23px; } }

.home #bread {
  display: none; }
@media only screen and (max-width: 600px) {
  #bread {
    margin: 0; } }
@media print, screen and (min-width: 601px) {
  #bread {
    width: 94%;
    max-width: 1400px;
    margin: 20px auto 20px auto; } }
@media only print {
  #bread {
    margin: 0 auto 1em auto !important; } }

@media only screen and (max-width: 600px) {
  #ftUpper {
    width: 94%;
    margin: 70px auto; } }
@media print, screen and (min-width: 601px) {
  #ftUpper {
    width: 92%;
    max-width: 1700px;
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; } }
@media only print {
  #ftUpper {
    margin: 40px auto; } }
@media only screen and (max-width: 600px) {
  #ftUpper #ftInfo {
    margin-bottom: 40px; } }
@media print, screen and (min-width: 601px) {
  #ftUpper #ftInfo {
    flex-basis: 47%; } }
@media print, screen and (min-width: 601px) {
  #ftUpper #ftMap {
    flex-basis: 47%; } }
@media only print {
  #ftUpper #ftMap iframe {
    height: 250px !important; } }
#ftUpper a {
  text-decoration: none;
  color: #212b33 !important; }

#ftNav a {
  color: #212b33 !important; }

#ddBtn {
  text-align: center;
  margin-bottom: 20px; }
  #ddBtn a {
    display: block;
    margin: auto;
    max-width: 250px;
    border: 1px solid #c0c0c0; }
    @media only print {
      #ddBtn a {
        max-width: 130px; } }

@media only screen and (max-width: 600px) {
  #ptBtnPc {
    display: none; } }
@media print, screen and (min-width: 601px) {
  #ptBtnPc {
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #5d768c;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0; }
    #ptBtnPc.on {
      bottom: 20px;
      opacity: 1; }
    #ptBtnPc:hover {
      transform: translateY(-5px); }
    #ptBtnPc a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      #ptBtnPc a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 80%; } }
@media only print {
  #ptBtnPc {
    display: none; } }

@media only screen and (max-width: 600px) {
  #footerAsk {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    #footerAsk li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      border: 1px solid #8d714e; }
      #footerAsk li:nth-of-type(1) {
        width: 20%;
        background: #fff; }
        #footerAsk li:nth-of-type(1) a::before {
          width: 7vw;
          height: 7vw;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: url("../img/footerAsk_home.svg") no-repeat center center;
          aria-hidden: true; }
      #footerAsk li:nth-of-type(2) {
        width: 58%;
        background: #5d768c; }
        #footerAsk li:nth-of-type(2) a {
          font-size: 3.8vw;
          letter-spacing: 2px; }
        #footerAsk li:nth-of-type(2) a::before {
          width: 1.8em;
          height: 1.8em;
          top: 50%;
          left: 1em;
          transform: translateY(-50%);
          background: url("../img/footerAsk_tel.svg") no-repeat center center; }
      #footerAsk li:last-of-type {
        width: 20%;
        background: #8d714e; }
        #footerAsk li:last-of-type a::before {
          width: 9vw;
          height: 9vw;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: url("../img/pageTop.svg") no-repeat center center;
          aria-hidden: true; }
      #footerAsk li a {
        position: relative;
        display: block;
        width: 100%;
        padding: 1em 0 1em 1em;
        color: #fff;
        text-decoration: none;
        font-size: 3.6vw;
        text-align: center;
        line-height: 1.2; }
        #footerAsk li a::before {
          position: absolute;
          content: "";
          display: block;
          background-size: contain; } }
@media print, screen and (min-width: 601px) {
  #footerAsk {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #footerAsk li a {
    font-size: 0.9rem; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #footerAsk {
    display: none !important; } }
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #footerAsk li a {
    padding: 0.4em 0 0.6em 1em;
    font-size: 2.2vw !important; } }

.innerL {
  max-width: 1800px;
  margin: 0 auto; }

.innerM {
  max-width: 1100px;
  margin: 0 auto; }

/* common Scss */
/*############################################################################################33*/
/* 共通css */
/*############################################################################################*/
body {
  line-height: 1.6;
  color: #212b33;
  background: #ffffff; }

@media only screen and (max-width: 600px) {
  #wrapper {
    position: relative; } }

header {
  background: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0); }
  header.fixTp1 {
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.3s ease-in-out; }
    header.fixTp1.fix {
      background: #ffffff; }
  @media only screen and (max-width: 600px) {
    header {
      padding-bottom: 7px; }
      .menu-active header {
        background: #e6e6e6;
        border-color: rgba(230, 230, 230, 0); } }

@media print, screen and (min-width: 601px) {
  .menu-trigger {
    display: none; } }
@media only screen and (max-width: 600px) {
  .menu-trigger {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 0 10px auto;
    background: #fff;
    border-radius: 4px; }
    .menu-trigger::before {
      content: "";
      display: block;
      width: 76%;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #5d768c;
      transition: all 0.3s ease-in-out; }
    .menu-active .menu-trigger::before {
      width: 0px;
      height: 0px; }
    .menu-trigger span {
      display: block;
      width: 76%;
      height: 58%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease-in-out; }
      .menu-trigger span::before, .menu-trigger span::after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 2px;
        background: #5d768c;
        transition: all 0.3s ease-in-out; }
      .menu-trigger span::before {
        top: 0px; }
      .menu-trigger span::after {
        bottom: 0px; }
      .menu-active .menu-trigger span::before, .menu-active .menu-trigger span::after {
        transform-origin: 50% 50%;
        top: 50%;
        right: 0; }
      .menu-active .menu-trigger span::before {
        transform: rotate(-135deg); }
      .menu-active .menu-trigger span::after {
        transform: rotate(135deg); } }
@media only print {
  .menu-trigger {
    display: none; } }

@media print, screen and (min-width: 601px) {
  #hdLogo a {
    max-width: 280px; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #hdLogo a {
    max-width: auto; } }
@media only print {
  #hdLogo a {
    width: 8cm;
    max-width: 8cm; } }
@media print, screen and (min-width: 601px) {
  #hdLogo picture {
    background: #5d768c; } }

@media print, screen and (min-width: 601px) {
  #hdInfo .add {
    margin-bottom: 5px;
    font-size: 1rem;
    color: #5d768c;
    line-height: 1.4;
    font-weight: bold; }
  #hdInfo .tel {
    position: relative;
    display: block;
    padding: 12px 0.7em 12px 2.3em !important;
    background: #8d714e;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1;
    text-align: center; }
    #hdInfo .tel::before {
      content: "";
      display: block;
      width: 1.1em;
      height: 1em;
      position: absolute;
      left: 1em;
      top: 50%;
      transform: translateY(-50%);
      background: url("../img/telIcon.svg") no-repeat center center/contain; } }
@media only screen and (min-width: 560px) and (max-width: 1540px) {
  #hdInfo .add {
    font-size: 1.0vw !important; }
  #hdInfo .tel {
    font-size: 1.2vw !important; } }

@media only screen and (max-width: 600px) {
  #hdGn {
    background: #fff; } }
@media only screen and (max-width: 600px) {
  #hdGn > ul {
    position: relative; } }
#hdGn a, #hdGn span {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif; }
  @media only screen and (max-width: 600px) {
    #hdGn a, #hdGn span {
      display: block;
      color: #212b33;
      font-size: 4.3vw; } }
  @media print, screen and (min-width: 601px) {
    #hdGn a, #hdGn span {
      display: table;
      cursor: pointer;
      color: #212b33 !important;
      white-space: nowrap;
      font-size: 1rem; }
      #hdGn a:hover, #hdGn span:hover {
        color: #8d714e; } }
  @media only screen and (min-width: 560px) and (max-width: 1540px) {
    #hdGn a, #hdGn span {
      font-size: 1.0vw !important; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #hdGn a, #hdGn span {
      padding: 12px 4em; } }
  @media only print {
    #hdGn a, #hdGn span {
      font-size: 8px !important; } }
@media only screen and (max-width: 600px) {
  #hdGn a::after {
    background: url("../img/angleRight.svg") no-repeat center center;
    background-size: contain; }
  #hdGn span::after {
    background: url("../img/angleDown.svg") no-repeat center center;
    background-size: contain; }
  #hdGn a::after,
  #hdGn span::after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); } }
@media print, screen and (min-width: 601px) {
  #hdGn > ul > li {
    padding: 0 0.4%;
    background: #fff;
    z-index: 30; } }
@media only screen and (max-width: 600px) {
  #hdGn > ul > li:nth-of-type(-n+5) > a,
  #hdGn > ul > li:nth-of-type(-n+5) > span {
    padding: 20px 30px 20px 20px;
    border-bottom: 1px solid #8d714e;
    color: #5d768c; }
    #hdGn > ul > li.ori em {
      font-style: normal; }
    #hdGn > ul > li.ori > a,
    #hdGn > ul > li.ori > span {
      border-top: 1px solid #8d714e; }
  #hdGn > ul > li:nth-of-type(5) {
    margin-bottom: 4.5em; }
  #hdGn > ul > li:nth-of-type(6) > a {
    padding: 30px 30px 30px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: #5d768c; }
    #hdGn > ul > li:nth-of-type(6) > a em {
      font-style: normal; }
    #hdGn > ul > li:nth-of-type(6) > a::after {
      background: url("../img/angleRightWhite.svg") no-repeat center center/contain; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #hdGn > ul > li > a em {
    display: none; } }
@media print, screen and (min-width: 601px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 14px 1.5em;
    margin: auto;
    transition: all 0.3s ease-in-out; }
    #hdGn > ul > li > a:hover,
    #hdGn > ul > li > span:hover {
      color: #8d714e !important; } }
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .home #hdGn > ul > li:nth-child(1) > a, .home #hdGn > ul > li:nth-child(1) > span {
    background: #8d714e;
    color: #fff; }
  .ortho #hdGn > ul > li:nth-child(2) > a, .ortho #hdGn > ul > li:nth-child(2) > span {
    background: #8d714e;
    color: #fff; }
  .aropine #hdGn > ul > li:nth-child(3) > a, .aropine #hdGn > ul > li:nth-child(3) > span {
    background: #8d714e;
    color: #fff; }
  .multi #hdGn > ul > li:nth-child(4) > a, .multi #hdGn > ul > li:nth-child(4) > span {
    background: #8d714e;
    color: #fff; }
  .redlight #hdGn > ul > li:nth-child(5) > a, .redlight #hdGn > ul > li:nth-child(5) > span {
    background: #8d714e;
    color: #fff; } }

@media print, screen and (min-width: 601px) {
  .home #hdGn > ul > li:nth-of-type(1) > a,
  .home #hdGn > ul > li:nth-of-type(1) > span {
    position: relative; }
    .home #hdGn > ul > li:nth-of-type(1) > a::before,
    .home #hdGn > ul > li:nth-of-type(1) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #5d768c;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .ortho #hdGn > ul > li:nth-of-type(2) > a,
  .ortho #hdGn > ul > li:nth-of-type(2) > span {
    position: relative; }
    .ortho #hdGn > ul > li:nth-of-type(2) > a::before,
    .ortho #hdGn > ul > li:nth-of-type(2) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #5d768c;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .aropine #hdGn > ul > li:nth-of-type(3) > a,
  .aropine #hdGn > ul > li:nth-of-type(3) > span {
    position: relative; }
    .aropine #hdGn > ul > li:nth-of-type(3) > a::before,
    .aropine #hdGn > ul > li:nth-of-type(3) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #5d768c;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .multi #hdGn > ul > li:nth-of-type(4) > a,
  .multi #hdGn > ul > li:nth-of-type(4) > span {
    position: relative; }
    .multi #hdGn > ul > li:nth-of-type(4) > a::before,
    .multi #hdGn > ul > li:nth-of-type(4) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #5d768c;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .redlight #hdGn > ul > li:nth-of-type(5) > a,
  .redlight #hdGn > ul > li:nth-of-type(5) > span {
    position: relative; }
    .redlight #hdGn > ul > li:nth-of-type(5) > a::before,
    .redlight #hdGn > ul > li:nth-of-type(5) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #5d768c;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } } }

.low main {
  background: #ffffff; }
.home main {
  background: #f3f3f3; }
main::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/mainBottom.svg") no-repeat top center;
  background-size: 100%; }
  @media only screen and (max-width: 600px) {
    main::after {
      height: 80px; } }
  @media print, screen and (min-width: 601px) {
    main::after {
      height: 150px; } }
  @media only print {
    main::after {
      height: 50px; } }
@media only print {
  .low main {
    margin-top: 0px !important; } }

@media only screen and (max-width: 600px) {
  .menu-active main::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    animation-name: fadeOp;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out; }

  @keyframes fadeOp {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } } }
#bread {
  position: relative;
  line-height: 1.4; }
  #bread li {
    position: relative;
    display: inline-block;
    padding: 0; }
    #bread li:not(:last-of-type)::after {
      display: inline-block;
      margin: 0 0.5em 0 0;
      font-size: 0.9em; }
    #bread li a {
      text-decoration: none;
      color: #212b33; }
  @media only screen and (max-width: 600px) {
    #bread {
      padding: 6px 0.3em 6px 5%;
      font-size: 3.2vw;
      background: rgba(99, 99, 99, 0.3); }
      #bread li:not(:last-of-type)::after {
        content: "/";
        margin-left: 1em; } }
  @media print, screen and (min-width: 601px) {
    #bread {
      font-size: 0.875rem; }
      #bread li {
        line-height: 1; }
        #bread li:not(:last-of-type)::after {
          content: ">";
          margin-left: 1em; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #bread {
      font-size: 0.8rem; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #bread {
      padding: 4px 0.3em 4px 4%;
      font-size: 2vw; } }
  @media only print {
    #bread {
      display: none; } }

@media only screen and (max-width: 600px) {
  .low h1 {
    margin: auto;
    padding: 30px 4%;
    background: #F8F0E5;
    font-size: 6.0vw; } }
@media print, screen and (min-width: 601px) {
  .low h1 {
    margin: 0 auto;
    background: #F8F0E5;
    font-size: 2rem; }
    .low h1 span {
      display: block;
      width: 94%;
      max-width: 1400px;
      margin: 0 auto;
      padding: 50px 0;
      color: #8d714e;
      font-weight: bold; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .low h1 span {
    font-weight: 500 !important; } }
@media only print {
  .low h1 {
    font-size: 1.8rem; }
    .low h1 span {
      padding: 30px 0; } }

#contents h2 {
  color: #5d768c; }
  @media only screen and (max-width: 600px) {
    #contents h2 {
      font-size: 1.5rem; } }
  @media print, screen and (min-width: 601px) {
    #contents h2 {
      font-size: 1.8rem; } }
@media only screen and (max-width: 600px) {
  #contents h3 {
    font-size: 1.2rem; } }
@media print, screen and (min-width: 601px) {
  #contents h3 {
    font-size: 1.5rem; } }
@media only screen and (max-width: 600px) {
  #contents h4 {
    font-size: 1.2rem; } }
@media print, screen and (min-width: 601px) {
  #contents h4 {
    font-size: 1.2rem; } }
@media only screen and (max-width: 600px) {
  #contents h5 {
    font-size: 1.2rem; } }
@media print, screen and (min-width: 601px) {
  #contents h5 {
    font-size: 1.2rem; } }
#contents .hAno {
  display: inline-block;
  padding-left: 1em;
  font-weight: normal;
  font-size: 0.6em;
  color: #212b33; }

footer {
  border-top: 1px solid #5d768c;
  background: #5d768c; }
  @media only print {
    .low footer {
      display: none; } }

#ftLogo {
  margin: 0 auto auto auto; }
  @media only screen and (max-width: 600px) {
    #ftLogo {
      width: 65%;
      max-width: 250px; } }
  @media print, screen and (min-width: 601px) {
    #ftLogo {
      width: 80%;
      max-width: 300px; } }
  @media only print {
    #ftLogo {
      width: 60%;
      max-width: 200px; } }

#ftUpper {
  padding: 30px 5%;
  background: #ebeef1;
  border-radius: 20px; }
  @media only screen and (max-width: 600px) {
    #ftUpper {
      font-size: 0.9rem; } }
  #ftUpper #ftMap p {
    margin-bottom: 1em; }
  #ftUpper #ftMap iframe {
    border: 1px solid #a7b9c7; }

#ddBtn img {
  background: #f3f3f3; }

#copy {
  text-align: center; }
  @media only screen and (max-width: 600px) {
    #copy {
      font-size: 2.6vw; } }
  @media print, screen and (min-width: 601px) {
    #copy {
      font-size: 0.7rem; } }
  #copy a {
    color: #ffffff !important; }
    @media only print {
      #copy a {
        color: #fff !important; } }

.fade {
  transition: opacity 1.3s cubic-bezier(0.19, 1, 0.22, 1), transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform: translateY(180px); }
  .fade.on {
    opacity: 1 !important;
    transform: translateY(0px); }
  @media only print {
    .fade {
      opacity: 1;
      transform: translateY(0px); } }
  .fade .fade {
    transition: opacity 1.0s;
    opacity: 0; }
    .fade .fade .on {
      opacity: 1 !important; }
    @media only print {
      .fade .fade {
        opacity: 1;
        transform: none; } }

.tbNormal {
  border: 1px solid #636363;
  background: #fff; }
  .tbNormal th, .tbNormal td {
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #636363;
    border-right: 1px dotted #636363; }
    @media only screen and (max-width: 600px) {
      .tbNormal th, .tbNormal td {
        padding: 0.8em 1vw;
        font-size: 3.2vw; } }
    @media print, screen and (min-width: 601px) {
      .tbNormal th, .tbNormal td {
        padding: 12px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .tbNormal th, .tbNormal td {
        font-size: 1rem; } }
  .tbNormal th {
    text-align: left;
    white-space: nowrap;
    font-weight: 600; }
  .tbNormal thead th {
    text-align: center;
    background: #F8F0E5; }
  .tbNormal tbody th {
    background: #F8F0E5; }
  .uke main .tbNormal td:last-of-type {
    text-align: right; }

.timeTable {
  width: 100%; }
  @media print, screen and (min-width: 601px) {
    .timeTable {
      max-width: 1300px; } }
  footer .timeTable {
    margin: auto auto 30px 0 !important; }
  main .timeTable {
    margin-bottom: 30px !important; }
  .timeTable table {
    display: table;
    width: 100%;
    margin-bottom: 1em !important;
    border: 1px solid #5d768c;
    background: #fff; }
    .timeTable table tr {
      border-bottom: 1px solid #5d768c; }
    .timeTable table th, .timeTable table td {
      text-align: center;
      vertical-align: middle; }
      @media only screen and (max-width: 600px) {
        .timeTable table th, .timeTable table td {
          padding: 0.8em 1vw;
          font-size: 3vw; } }
      @media print, screen and (min-width: 601px) {
        .timeTable table th, .timeTable table td {
          padding-top: 14px;
          padding-bottom: 14px; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .timeTable table th, .timeTable table td {
          font-size: 1rem !important; } }
    .timeTable table th {
      white-space: nowrap; }
      @media print, screen and (min-width: 961px) {
        .timeTable table th {
          font-weight: bold; } }
    .timeTable table thead th {
      background: #5d768c;
      color: #fff; }
      .timeTable table thead th:not(:last-of-type) {
        border-right: 1px solid #fff; }
    .timeTable table tbody th {
      border-right: 1px solid #5d768c;
      color: #5d768c; }
      @media only screen and (max-width: 600px) {
        .timeTable table tbody th {
          padding: 0.8em 1vw;
          font-weight: bold; }
          .timeTable table tbody th span {
            display: block; } }
      @media print, screen and (min-width: 601px) {
        .timeTable table tbody th span {
          display: block; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .timeTable table tbody th {
          padding: 0.8em 1vw !important; } }
    .timeTable table td {
      width: 10% !important;
      font-weight: bold;
      border-right: 1px solid #5d768c;
      color: #5d768c; }
      .timeTable table td.gry {
        color: #5d768c; }
      .timeTable table td span {
        display: inline-block; }
  .timeTable li {
    margin-bottom: 0.4em; }

.tbPrice {
  border: 1px solid #636363;
  background: #fff; }
  .tbPrice th, .tbPrice td {
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #636363;
    border-right: 1px dotted #636363; }
    @media only screen and (max-width: 600px) {
      .tbPrice th, .tbPrice td {
        padding: 0.8em 1vw;
        font-size: 3.2vw; } }
    @media print, screen and (min-width: 601px) {
      .tbPrice th, .tbPrice td {
        padding: 12px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .tbPrice th, .tbPrice td {
        font-size: 1rem; } }
  .tbPrice th {
    text-align: left;
    white-space: nowrap;
    font-weight: 600; }
  .tbPrice thead th {
    text-align: center;
    background: #F8F0E5; }
  .tbPrice tbody th {
    background: #F8F0E5; }
  .tbPrice td:last-of-type {
    text-align: right; }

.accordion dl {
  border-bottom: 1px solid #636363; }
.accordion dt {
  position: relative;
  padding: 1em 2em 1em 4%;
  transition: all 0.3s ease-in-out;
  background: none; }
  .accordion dt:not(:first-of-type) {
    border-top: 1px solid #636363; }
  .accordion dt::after {
    content: " ";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 4%;
    top: 50%;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    background: url("../img/angleDown.svg") no-repeat center center;
    background-size: contain; }
  @media print, screen and (min-width: 961px) {
    .accordion dt:hover {
      background: rgba(93, 118, 140, 0.2); } }
  .accordion dt.on {
    background: #5d768c;
    color: #fff; }
    .accordion dt.on::after {
      transform: rotate(180deg);
      transform-origin: center 25%; }
    .accordion dt.on + dd {
      background: rgba(93, 118, 140, 0.1); }
  .accordion dt:hover {
    cursor: pointer; }
.accordion dd {
  display: none; }
  @media only screen and (max-width: 600px) {
    .accordion dd {
      padding: 25px 4%; } }
  @media print, screen and (min-width: 961px) {
    .accordion dd {
      padding: 28px 0 28px 6%; } }
  @media only screen and (max-width: 600px) {
    .accordion dd.withImg > span {
      display: block;
      margin-bottom: 1.5em; }
    .accordion dd.withImg > picture {
      width: 80% !important;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 961px) {
    .accordion dd.withImg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      .accordion dd.withImg > span {
        width: 70%; }
      .accordion dd.withImg > picture {
        width: 25%; } }

p.anno {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.5em; }
  p.anno::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0; }

.spotBlock {
  display: table;
  padding: 1em;
  border: 1px dotted #636363;
  border-radius: 20px; }

@media only screen and (max-width: 600px) {
  .lowLead .eyecatch {
    width: 50%;
    margin: auto auto 30px auto; } }
@media print, screen and (min-width: 601px) {
  .lowLead .eyecatch {
    float: right;
    width: 25%;
    margin-left: 30px; } }
.lowLead .eyecatch img {
  border-radius: 20px; }

@media print, screen and (min-width: 601px) {
  .pcCenter {
    text-align: center !important; } }

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

@media only screen and (max-width: 600px) {
  .merit h2 {
    text-align: center; } }
@media print, screen and (min-width: 601px) {
  .merit .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch; } }
.merit dl {
  border: 2px solid #5d768c;
  border-radius: 20px; }
  @media only screen and (max-width: 600px) {
    .merit dl {
      display: grid;
      grid-auto-rows: 1fr auto;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      gap: 0 30px;
      grid-template-areas: "." ".";
      padding: 1em; }
      .merit dl:not(:last-of-type) {
        margin-bottom: 40px !important; } }
  @media print, screen and (min-width: 601px) {
    .merit dl {
      flex-basis: 30%;
      padding: 25px !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .merit dl {
      flex-basis: 32%;
      padding: 1em !important; } }
  @media only print {
    .merit dl {
      flex-basis: 32%;
      padding: 10px !important; } }
  .merit dl dt {
    color: #5d768c; }
    @media only screen and (max-width: 600px) {
      .merit dl dt {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 3fr;
        gap: 0px 1em;
        grid-template-areas: "." ".";
        align-self: stretch;
        justify-items: center; }
        .merit dl dt span {
          justify-items: center;
          justify-self: start;
          margin: auto;
          font-size: 4.6vw;
          font-weight: bold; }
        .merit dl dt picture {
          justify-self: center;
          align-self: start;
          width: 40%; } }
    @media print, screen and (min-width: 601px) {
      .merit dl dt {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 0 30px;
        grid-template-areas: "." ".";
        align-self: center;
        margin-bottom: 20px; }
        .merit dl dt span {
          justify-self: center;
          font-size: 1.4rem;
          font-weight: bold; }
        .merit dl dt picture {
          justify-self: center; }
          .merit dl dt picture img {
            max-width: 200px;
            margin: auto; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .merit dl dt span {
        font-size: 2vw !important; }
      .merit dl dt picture img {
        width: 60%; } }
    @media only print {
      .merit dl dt span {
        font-size: 1.2rem;
        line-height: 1.3; }
      .merit dl dt picture {
        width: 100%;
        max-width: 100%; }
        .merit dl dt picture img {
          width: 70%;
          margin: 5px auto; } }

.osusume {
  border-radius: 20px; }
  @media only screen and (max-width: 600px) {
    .osusume {
      background: #F8F0E5; } }
  @media print, screen and (min-width: 601px) {
    .osusume {
      background: #F8F0E5; } }
  .osusume h2 {
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .osusume h2 {
        font-size: 5.4vw !important; } }
  @media only screen and (max-width: 600px) {
    .osusume .check {
      width: 92%;
      margin: auto; } }
  .osusume .check li {
    padding: 1em 1em 1em 3.5em;
    border: 2px solid #5d768c;
    border-radius: 2em;
    font-weight: bold;
    color: #5d768c;
    background: #fff; }
    .osusume .check li::before {
      left: 1em; }
  @media only screen and (max-width: 600px) {
    .osusume .check li {
      margin-bottom: 1em; } }
  @media print, screen and (min-width: 601px) {
    .osusume .check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: stretch; }
      .osusume .check li {
        margin-bottom: 2em;
        white-space: nowrap; } }
  @media only screen and (max-width: 600px) {
    .osusume p {
      width: 92%;
      margin: auto; } }
  @media print, screen and (min-width: 601px) {
    .osusume p {
      text-align: center; } }

@media only screen and (max-width: 600px) {
  .note h2 {
    font-size: 1.2rem !important; } }
@media print, screen and (min-width: 601px) {
  .note h2 {
    font-size: 1.4rem !important;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px; } }
.note .flex {
  border: 2px dotted #8d714e; }
  @media only screen and (max-width: 600px) {
    .note .flex {
      padding: 1em;
      background: url("../img/note_bg.jpg") no-repeat left -40px/32% auto; }
      .note .flex h2 {
        display: table;
        margin: 40px auto auto 35%; } }
  @media print, screen and (min-width: 601px) {
    .note .flex {
      max-width: 880px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      background: url("../img/note_bg.jpg") no-repeat left bottom/38% auto; }
      .note .flex h2 {
        margin: 0 1em 0 1em !important;
        padding: 0 !important;
        flex-basis: 38%; }
      .note .flex ul {
        flex-basis: 62%; }
        .note .flex ul li {
          padding-right: 1em; }
          .note .flex ul li:last-of-type {
            margin-bottom: 0; } }

@media print, screen and (min-width: 601px) {
  .flowBlock ul.pare {
    display: table; } }
.flowBlock ul.pare > li {
  position: relative;
  border: 1px solid #8d714e;
  background: #F8F0E5; }
  .flowBlock ul.pare > li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 3em;
    height: 1em;
    position: absolute;
    bottom: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/flowArrowDown.svg") no-repeat center center/contain; }
  @media only screen and (max-width: 600px) {
    .flowBlock ul.pare > li {
      margin: 0 auto 2em auto !important;
      padding: 0.6em 1em; } }
  @media print, screen and (min-width: 601px) {
    .flowBlock ul.pare > li {
      margin-bottom: 2em !important;
      padding: 0.6em 1em;
      text-align: center; } }

.spotBlock {
  background: #f7e5ea;
  border-radius: 30px;
  line-height: 1.8; }
  @media only screen and (max-width: 600px) {
    .spotBlock {
      margin-bottom: 50px;
      padding: 1.5em 2em; } }
  @media print, screen and (min-width: 601px) {
    .spotBlock {
      margin-bottom: 50px !important;
      padding: 2em 1em; } }

strong {
  font-weight: bold; }

.red {
  color: #cd533b;
  font-weight: 600; }

.blue {
  color: #2364aa;
  font-weight: 600; }

.bold {
  font-weight: bold; }

.point1 {
  position: relative;
  font-weight: bold;
  background: rgba(255, 255, 255, 0) linear-gradient(transparent 65%, #82bff4 0%) repeat scroll 0 0;
  color: #212b33; }

.under {
  text-decoration: underline; }

.size-l {
  font-size: 1.2em; }

.size-ll {
  font-size: 1.2em; }

.size-s {
  font-size: 0.85em; }

.size-ss {
  font-size: 0.6em; }

.block {
  display: block; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.imgR {
  float: right;
  margin: 0 0 15px 5%; }

.imgL {
  float: left;
  margin: 0 5% 15px 0; }

.imgC,
.imgC img {
  display: block;
  margin: 50px auto;
  text-align: center; }

.posR img,
.imgR img {
  margin-right: 0;
  margin-left: auto; }

.inline span {
  display: inline-block; }

.btn {
  display: table; }
  .btn a {
    display: block;
    position: relative;
    background: #8d714e;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    border-radius: 20px;
    font-weight: normal;
    transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 600px) {
      .btn a {
        padding: 0.3em 1.6em 0.3em 1.2em; } }
    @media print, screen and (min-width: 601px) {
      .btn a {
        padding: 0.6em 2.2em 0.6em 1.2em; } }
    .btn a::after {
      content: "";
      display: block;
      width: 0.35em;
      height: 0.7em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: url("../img/triangle.svg") no-repeat center center/contain; }
      @media only screen and (max-width: 600px) {
        .btn a::after {
          right: 8px; } }
      @media print, screen and (min-width: 601px) {
        .btn a::after {
          right: 1.2em; } }
    .btn a:hover {
      color: #000;
      transform: translateX(4px); }

.check li {
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.2em; }
  @media only screen and (max-width: 600px) {
    .check li {
      padding-left: 2.1em; } }
  @media print, screen and (min-width: 601px) {
    .check li {
      padding-left: 2.5em; } }
  .check li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/check.svg") no-repeat center center/contain; }
    @media only screen and (max-width: 600px) {
      .check li::before {
        width: 1.2em;
        height: 1.2em; } }
    @media print, screen and (min-width: 601px) {
      .check li::before {
        width: 1.6em;
        height: 1.6em; } }

.list li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.3em;
  line-height: 1.3 !important; }
  .list li::before {
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "●";
    color: #5d768c;
    font-size: 0.5em; }

.list2 li {
  position: relative;
  margin-bottom: auto;
  padding-left: 1.3em;
  line-height: 1.3 !important; }
  .list2 li::before {
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "●";
    color: #5d768c;
    font-size: 0.5em; }

.dlBlock {
  margin-top: 60px; }
  .dlBlock dt {
    padding: 0 17px;
    width: fit-content;
    background: #8d714e;
    color: #000;
    border-left: 4px solid #5d768c; }
  .dlBlock dd {
    padding-left: 21px;
    margin: 0.5em 0 1.8em auto; }

.profReki {
  margin-bottom: 40px !important; }
  .profReki dd {
    margin: -1.5em 0 1em 0;
    padding-left: 5em; }

@media only screen and (max-width: 600px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important; } }
/* PC向けの指定  ------------*/
@media print, screen and (min-width: 961px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important; } }
/* タブレット向けの指定  ------------*/
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .hideTab {
    display: none !important; } }
/* 印刷向けの指定  ------------*/
@media only print {
  @page {
    size: A4; }
  header,
  .fix,
  .fixed {
    position: relative !important;
    top: 0 !important; }

  #hdGn > ul li a,
  #hdGn > span {
    padding: 20px 30px; }

  .home #homeIntro .block p {
    width: 100% !important; } }
/* index Scss */
.home #hdImage {
  width: 100%; }
  @media only screen and (max-width: 600px) {
    .home #hdImage {
      background: url("../img/hdImage_sp.webp") no-repeat center center;
      background-size: cover; } }
  @media print, screen and (min-width: 601px) {
    .home #hdImage {
      background: url("../img/hdImage_pc.webp") no-repeat center center;
      background-size: cover; } }
  @media only print {
    .home #hdImage {
      position: relative;
      height: 16cm !important; } }
.home #catch {
  color: #fff;
  font-weight: bold; }
  @media only screen and (max-width: 600px) {
    .home #catch {
      position: absolute;
      left: 50%;
      top: 20vh;
      transform: translateX(-50%);
      text-align: center;
      white-space: nowrap;
      font-size: 6.5vw; } }
  @media print, screen and (min-width: 601px) {
    .home #catch {
      position: absolute;
      right: 20%;
      top: 40vh;
      text-align: left;
      font-size: 3rem; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .home #catch {
      left: auto;
      right: 13%;
      top: 40vh;
      font-size: 2.4rem; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .home #catch {
      top: 46vh;
      text-align: center; } }
  @media only print {
    .home #catch {
      right: 5%;
      top: 4cm; } }
@media only print {
  .home main {
    margin-top: 0 !important; } }
@media only screen and (max-width: 600px) {
  .home #home01, .home #home02, .home #home03, .home #greet {
    padding-bottom: 150px !important; } }
@media print, screen and (min-width: 601px) {
  .home #home01, .home #home02, .home #home03, .home #greet {
    padding-bottom: 200px !important; } }
.home #home01, .home #home02, .home #home03, .home #greet, .home #home04 {
  padding-top: 0 !important; }
  .home #home01::before, .home #home02::before, .home #home03::before, .home #greet::before, .home #home04::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0; }
    @media only screen and (max-width: 600px) {
      .home #home01::before, .home #home02::before, .home #home03::before, .home #greet::before, .home #home04::before {
        top: -80px;
        height: 80px; } }
    @media print, screen and (min-width: 601px) {
      .home #home01::before, .home #home02::before, .home #home03::before, .home #greet::before, .home #home04::before {
        top: -150px;
        height: 150px; } }
.home #home01 h1,
.home #home02 h2,
.home #home03 h2,
.home #greet h2,
.home #home04 h2 {
  text-align: center;
  font-weight: bold; }
  .home #home01 h1::before,
  .home #home02 h2::before,
  .home #home03 h2::before,
  .home #greet h2::before,
  .home #home04 h2::before {
    content: "";
    display: block;
    width: 3em;
    height: 1.2em;
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%); }
.home #home01 {
  background: #f3f3f3; }
  .home #home01::before {
    background: url("../img/clSub4.svg") no-repeat top center/100%; }
  .home #home01 h1 {
    color: #5d768c; }
    @media only screen and (max-width: 600px) {
      .home #home01 h1 {
        margin-bottom: 50px;
        font-size: 1.5rem; } }
    @media print, screen and (min-width: 601px) {
      .home #home01 h1 {
        margin-bottom: 40px;
        font-size: 1.8rem; } }
    .home #home01 h1::before {
      background: url("../img/h2_no1.svg") no-repeat bottom center/contain; }
.home #home02 {
  background: #F8F0E5; }
  .home #home02::before {
    background: url("../img/clSub3.svg") no-repeat top center/100%; }
  .home #home02 h2::before {
    background: url("../img/h2_no2.svg") no-repeat bottom center/contain; }
.home #home03 {
  background: #ffffff; }
  .home #home03::before {
    background: url("../img/clFff.svg") no-repeat top center/100%; }
  .home #home03 h2::before {
    background: url("../img/h2_no3.svg") no-repeat bottom center/contain; }
.home #greet,
.home #home04 {
  background: #f3f3f3; }
  .home #greet::before,
  .home #home04::before {
    background: url("../img/clSub4.svg") no-repeat top center/100%; }
  .home #greet h2::before,
  .home #home04 h2::before {
    background: url("../img/h2_no1.svg") no-repeat bottom center/contain; }
@media only screen and (max-width: 600px) {
  .home #home04 h2 {
    font-size: 5.1vw !important; } }
@media only screen and (max-width: 600px) {
  .home #home01 .flex {
    display: flex;
    flex-direction: column; }
    .home #home01 .flex picture {
      width: 70%;
      margin: 25px auto auto auto; } }
@media print, screen and (min-width: 601px) {
  .home #home01 .flex {
    max-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    .home #home01 .flex picture {
      flex-basis: 40%; }
    .home #home01 .flex .txt {
      flex-basis: 50%; } }
@media print, screen and (min-width: 601px) {
  .home #home01 .flex2 {
    margin: 80px auto auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start; } }
.home #home01 .flex2 h2 {
  font-weight: bold; }
  @media print, screen and (min-width: 601px) {
    .home #home01 .flex2 h2 {
      position: relative;
      flex-basis: 14.5em;
      margin-right: 3.5em;
      padding-right: 2.5em; }
      .home #home01 .flex2 h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 1em;
        border-bottom: 2px solid #8d714e;
        background: url("../img/arrowLine1.svg") no-repeat right bottom/contain; } }
@media print, screen and (min-width: 601px) {
  .home #home01 .flex2 ul {
    margin-top: 0; } }
.home #home01 .flex2 li {
  font-weight: bold;
  color: #5d768c; }
  @media print, screen and (min-width: 601px) {
    .home #home01 .flex2 li {
      font-size: 1.2rem; } }
@media print, screen and (min-width: 601px) {
  .home #home02 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home #home02 .flex {
    flex-wrap: nowrap; } }
.home #home02 .flex li {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 600px) {
    .home #home02 .flex li {
      margin-bottom: 20px;
      padding: 20px 4%; } }
  @media print, screen and (min-width: 601px) {
    .home #home02 .flex li {
      flex-basis: 22%;
      min-width: 300px;
      padding: 30px 3%; } }
  @media only screen and (min-width: 601px) and (max-width: 2260px) {
    .home #home02 .flex li {
      padding: 30px 2.5%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .home #home02 .flex li {
      flex-basis: 23%;
      min-width: auto;
      padding: 30px 2%; } }
.home #home02 .flex article {
  display: grid; }
  @media only screen and (max-width: 600px) {
    .home #home02 .flex article {
      grid-template-columns: 70% 25%;
      grid-template-rows: 1fr auto auto;
      gap: 5% 0px;
      grid-template-areas: "h3 img" "txt txt" "btn btn"; } }
  @media print, screen and (min-width: 601px) {
    .home #home02 .flex article {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto auto;
      gap: 0px 0px;
      grid-template-areas: "img" "h3" "txt" "btn"; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .home #home02 .flex article {
      grid-template-columns: 1fr;
      grid-template-rows: 0.5fr 0.5fr 1fr 0.5fr;
      gap: 0px 0px; } }
.home #home02 picture {
  grid-area: img;
  justify-self: center; }
  @media only screen and (max-width: 600px) {
    .home #home02 picture {
      width: 80%;
      align-self: start; } }
  @media print, screen and (min-width: 601px) {
    .home #home02 picture {
      width: 52%;
      align-self: center; } }
.home #home02 h3 {
  grid-area: h3;
  color: #5d768c;
  font-weight: bold !important; }
  .home #home02 h3 span {
    display: inline-block; }
  @media only screen and (max-width: 600px) {
    .home #home02 h3 {
      justify-self: start;
      align-self: center !important;
      font-size: 5vw;
      line-height: 1.3; } }
  @media print, screen and (min-width: 601px) {
    .home #home02 h3 {
      justify-self: center;
      align-self: start;
      text-align: center;
      min-height: 2.5em; } }
  @media only screen and (min-width: 601px) and (max-width: 2260px) {
    .home #home02 h3 {
      font-size: 1.2vw; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .home #home02 h3 {
      font-size: 2.4vw; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .home #home02 h3 {
      font-size: 1.4vw; } }
.home #home02 p:not(.btn):not(.pcCenter) {
  grid-area: txt;
  justify-self: start;
  align-self: start;
  line-height: 1.5; }
.home #home02 .btn {
  grid-area: btn;
  justify-self: center;
  align-self: center; }
  @media print, screen and (min-width: 601px) {
    .home #home02 .btn {
      margin: 20px auto auto auto; } }
.home #home02 .imgFlex {
  align-items: center; }
  @media only screen and (max-width: 600px) {
    .home #home02 .imgFlex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; } }
  @media print, screen and (min-width: 601px) {
    .home #home02 .imgFlex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch; } }
  @media only screen and (max-width: 600px) {
    .home #home02 .imgFlex figure {
      flex-basis: 48.5%;
      align-self: flex-end; } }
  @media print, screen and (min-width: 601px) {
    .home #home02 .imgFlex figure {
      flex-basis: 40%;
      max-width: 300px;
      margin: auto 5%; } }
  .home #home02 .imgFlex figure figcaption {
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .home #home02 .imgFlex figure figcaption {
        font-size: 2.2vw; } }
    @media print, screen and (min-width: 601px) {
      .home #home02 .imgFlex figure figcaption {
        font-size: 0.7rem; } }
.home #home03 > div {
  display: grid;
  background: #f3f3f3;
  border-radius: 20px; }
  @media only screen and (max-width: 600px) {
    .home #home03 > div {
      padding: 30px 5%;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto;
      gap: 0px 4%;
      grid-template-areas: "h3" "img" "txt";
      margin: auto auto 50px auto; } }
  @media print, screen and (min-width: 601px) {
    .home #home03 > div {
      max-width: 900px;
      padding: 30px 3%;
      display: grid;
      grid-template-columns: 20% 76%;
      grid-template-rows: 1fr 1fr;
      gap: 0 4%;
      grid-template-areas: "img h3" "img txt";
      margin: 0 auto 50px auto; } }
.home #home03 h3 {
  grid-area: h3;
  color: #5d768c;
  font-weight: bold; }
  @media only screen and (max-width: 600px) {
    .home #home03 h3 {
      margin: auto auto 25px auto;
      text-align: center;
      font-weight: 800; } }
.home #home03 picture {
  grid-area: img; }
  @media only screen and (max-width: 600px) {
    .home #home03 picture {
      width: 60%;
      margin: auto auto 25px auto; } }
  .home #home03 picture img {
    border-radius: 50%; }
.home #home03 p {
  grid-area: txt; }
@media print, screen and (min-width: 601px) {
  .home #greet .block {
    max-width: 1000px;
    margin: auto; } }
.home #greet figure {
  margin: 2em auto; }
  .home #greet figure figcaption {
    margin-bottom: 0.7em;
    font-size: 0.875rem;
    text-align: center; }
  .home #greet figure img {
    max-width: 610px;
    height: auto;
    margin: auto; }
.home #greet .name {
  text-align: right; }
.home #home04 > .block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 3%;
  border-radius: 20px;
  background: #fff; }
  @media only screen and (max-width: 600px) {
    .home #home04 > .block {
      margin-bottom: 20px;
      padding: 20px 4%; } }
  @media print, screen and (min-width: 601px) {
    .home #home04 > .block {
      margin-bottom: 20px;
      padding: 30px 4%; } }
.home #home04 .block2 {
  margin-bottom: 50px;
  padding: 1em;
  border: 1px solid #636363;
  border-radius: 20px; }
.home #home04 h3 {
  color: #5d768c;
  font-weight: bold; }
  @media print, screen and (min-width: 601px) {
    .home #home04 h3 {
      font-size: 1.2rem !important;
      text-align: center; } }
  @media only screen and (max-width: 600px) {
    .home #home04 h3 {
      position: relative;
      margin-bottom: 22px;
      padding-left: 1.5em;
      text-align: left !important; } }
  @media only screen and (max-width: 600px) {
    .home #home04 h3::after {
      content: "★";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      color: #8d714e;
      font-size: 1em; } }
  @media print, screen and (min-width: 601px) {
    .home #home04 h3::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -3px;
      left: 50%;
      transform: translateX(-50%);
      background: #8d714e;
      width: 5em;
      height: 3px;
      border-raius: 2px; } }
.home #home04 .tbNormal {
  margin: auto auto 30px auto; }
.home #home04 .imgFlex {
  align-items: center; }
  @media only screen and (max-width: 600px) {
    .home #home04 .imgFlex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; } }
  @media print, screen and (min-width: 601px) {
    .home #home04 .imgFlex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch; } }
  @media only screen and (max-width: 600px) {
    .home #home04 .imgFlex figure {
      flex-basis: 48.5%;
      align-self: flex-end; } }
  @media print, screen and (min-width: 601px) {
    .home #home04 .imgFlex figure {
      flex-basis: 40%;
      max-width: 300px;
      margin: auto 5%; } }
  .home #home04 .imgFlex figure figcaption {
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .home #home04 .imgFlex figure figcaption {
        font-size: 2.2vw; } }
    @media print, screen and (min-width: 601px) {
      .home #home04 .imgFlex figure figcaption {
        font-size: 0.7rem; } }
@media only screen and (max-width: 600px) {
  .home #home04 .flex {
    position: relative; } }
@media print, screen and (min-width: 601px) {
  .home #home04 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 40px; } }
.home #home04 .flex article {
  border: 1px solid #636363;
  border-radius: 20px; }
  @media only screen and (max-width: 600px) {
    .home #home04 .flex article {
      position: static;
      width: 79%;
      margin: auto 0 15px auto; }
      .home #home04 .flex article::before {
        content: "";
        position: absolute;
        top: -30px;
        display: block; }
      .home #home04 .flex article:nth-of-type(1)::before {
        left: 15%;
        width: 5%;
        height: 6em;
        background: url("../img/flowArrow_spSide01.svg") no-repeat left bottom/100% auto; }
      .home #home04 .flex article:nth-of-type(2)::before {
        left: 10%;
        width: 10%;
        height: 18em;
        background: url("../img/flowArrow_spSide02.svg") no-repeat left bottom/100% auto; }
      .home #home04 .flex article:nth-of-type(3)::before {
        left: 5%;
        width: 15%;
        height: 28em;
        background: url("../img/flowArrow_spSide03.svg") no-repeat left bottom/100% auto; } }
  @media print, screen and (min-width: 601px) {
    .home #home04 .flex article {
      position: relative;
      flex-basis: 30%; }
      .home #home04 .flex article::before {
        content: "";
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 40px;
        height: 40px;
        background: url("../img/flowArrowDown.svg") no-repeat center bottom/contain; } }
  .home #home04 .flex article > a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #212b33; }
    @media print, screen and (min-width: 601px) {
      .home #home04 .flex article > a {
        transition: all 0.3s ease-in-out; }
        .home #home04 .flex article > a:hover {
          transform: translateY(-5px); } }
@media only screen and (max-width: 600px) {
  .home #home04 .flex h3 {
    position: relative;
    margin-bottom: 18px;
    text-align: center; } }
.home #home04 .spotBlock {
  position: relative;
  padding-right: 5vw;
  text-align: left; }
  @media only screen and (max-width: 600px) {
    .home #home04 .spotBlock {
      margin: auto !important;
      border: 8px double #fff; } }
  @media print, screen and (min-width: 601px) {
    .home #home04 .spotBlock {
      margin: 100px auto 70px auto !important;
      border: none; } }
  .home #home04 .spotBlock::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    background: url("../img/spotBlock_bg.webp") no-repeat right bottom/contain; }
    @media only screen and (max-width: 600px) {
      .home #home04 .spotBlock::after {
        width: 11vw;
        height: 30vw;
        right: -19px; } }
    @media print, screen and (min-width: 601px) {
      .home #home04 .spotBlock::after {
        width: 4vw;
        height: 15vw;
        right: -10px; } }

@media only screen and (max-width: 600px) {
  .ori .flex1 figure {
    max-width: 400px;
    margin: 40px auto auto; } }
@media print, screen and (min-width: 601px) {
  .ori .flex1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .ori .flex1 p {
      flex-basis: 50%;
      margin-right: 5%; }
    .ori .flex1 figure {
      flex-basis: 45%;
      max-width: 480px; } }
@media only screen and (max-width: 600px) {
  .ori .flex figure {
    max-width: 400px;
    margin: 40px auto auto; } }
@media print, screen and (min-width: 601px) {
  .ori .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .ori .flex p {
      flex-basis: 50%;
      margin-right: 5%; }
    .ori .flex figure {
      flex-basis: 45%;
      max-width: 480px; } }
.ori .flex figcaption {
  font-size: 0.8em !important;
  text-align: center !important; }

.ortho #low01 figure {
  width: 80%;
  max-width: 860px;
  margin-top: 50px; }
  @media only screen and (max-width: 600px) {
    .ortho #low01 figure {
      margin: 50px auto auto auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .ortho #low01 figure {
      margin: 50px auto auto auto; } }
.ortho #low06 dl {
  display: grid;
  grid-template-columns: max-content auto;
  grid-template-rows: auto auto;
  gap: 0px 1em;
  grid-template-areas: ". ." ". .";
  margin-bottom: 30px; }
.ortho #low06 dd span {
  display: inline-block;
  margin-right: 1em; }
.ortho #low06 table {
  margin-bottom: 30px; }
@media only screen and (max-width: 600px) {
  .ortho #low06 .flex .block:nth-of-type(1) {
    margin-bottom: 30px; } }
@media print, screen and (min-width: 961px) {
  .ortho #low06 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch; }
    .ortho #low06 .flex .block:nth-of-type(1) {
      flex-basis: 45%;
      margin-right: 5%; }
    .ortho #low06 .flex .block:nth-of-type(2) {
      flex-basis: 50%; } }
.ortho #low06 .flex h3 {
  position: relative; }
  .ortho #low06 .flex h3 span {
    position: relative;
    display: inline-block;
    padding-right: 0.5em;
    background: #fff;
    z-index: 1; }
  .ortho #low06 .flex h3::after {
    content: "" !important;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #5d768c;
    z-index: 0; }
@media print, screen and (min-width: 601px) {
  .ortho #low07 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch; }
    .ortho #low07 dl dt {
      flex-basis: 9em;
      margin-right: 2em; }
    .ortho #low07 dl dd {
      text-align: left; }
      .ortho #low07 dl dd ul {
        margin: 0; } }
.ortho #low07 dl li {
  position: relative;
  margin-bottom: auto;
  padding-left: 1.3em;
  line-height: 1.3 !important; }
  .ortho #low07 dl li::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    position: absolute;
    left: 0;
    top: 0.4em;
    background-color: #5d768c;
    border-radius: 50%; }
.ortho #low07 dl dt {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left; }

.aropine #low01 figure {
  width: 80%;
  max-width: 580px;
  margin-top: 50px; }
  @media only screen and (max-width: 600px) {
    .aropine #low01 figure {
      margin: 50px auto auto auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .aropine #low01 figure {
      margin: 50px auto auto auto; } }
.aropine #low06_2 .imgFlex {
  align-items: center; }
  @media only screen and (max-width: 600px) {
    .aropine #low06_2 .imgFlex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch; } }
  @media print, screen and (min-width: 601px) {
    .aropine #low06_2 .imgFlex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: stretch; } }
  @media only screen and (max-width: 600px) {
    .aropine #low06_2 .imgFlex figure {
      flex-basis: 48.5%;
      align-self: flex-end; } }
  @media print, screen and (min-width: 601px) {
    .aropine #low06_2 .imgFlex figure {
      flex-basis: 40%;
      max-width: 300px;
      margin: auto 5%; } }
  .aropine #low06_2 .imgFlex figure figcaption {
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .aropine #low06_2 .imgFlex figure figcaption {
        font-size: 2.2vw; } }
    @media print, screen and (min-width: 601px) {
      .aropine #low06_2 .imgFlex figure figcaption {
        font-size: 0.7rem; } }

@media print, screen and (min-width: 601px) {
  .multi #low06 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch; } }
@media print, screen and (min-width: 601px) {
  .multi #low06 .flex article {
    flex-basis: 30%; } }
.multi #low06 .flex h3 {
  text-align: center; }
.multi #low06 figure {
  width: 80%;
  max-width: 860px;
  margin-top: 50px; }

.redlight #low01 figure {
  width: 80%;
  max-width: 580px;
  margin-top: 50px; }
  @media only screen and (max-width: 600px) {
    .redlight #low01 figure {
      margin: 50px auto auto auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .redlight #low01 figure {
      margin: 50px auto auto auto; } }
