@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: #000;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

html, body, small, h1, h2, h3, h4, h5 {
  font-size: 1.125em;
  font-weight: 500;
}
@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 {
    -webkit-transition: all 0.3s ease-in-out;
    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;
  }
  .menu-trigger {
    z-index: 10;
  }
  .menu-active main {
    z-index: 1;
  }
  header,
  #footerAsk {
    z-index: 9 !important;
  }
  #hdImage {
    z-index: 0;
  }
}
@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: #000;
}
body.low {
  background: #fff;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

header {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (min-width: 961px) {
  header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  header > div {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header.fix {
  -webkit-box-shadow: 0 0 4px #636363;
          box-shadow: 0 0 4px #636363;
}

@media only screen and (max-width: 600px) {
  #hdLogo {
    width: 50%;
    margin: 15px auto 15px 3%;
  }
}
@media print, screen and (min-width: 601px) {
  #hdLogo {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin: 15px auto 20px 3%;
  }
}

@media only screen and (max-width: 600px) {
  #hdUpper {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media print, screen and (min-width: 961px) {
  #hdUpper {
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    margin: 15px 3% 10px auto;
  }
}

@media only screen and (max-width: 600px) {
  #hdGn {
    position: absolute;
    right: -100%;
    left: auto;
    width: 94%;
    height: 100vh;
    opacity: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-active #hdGn {
    right: 0;
    opacity: 1;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn {
    display: table;
    margin-right: 0;
    margin-left: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1540px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#hdGn .sub {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  #hdGn .sub {
    display: block;
    position: static;
    opacity: 1;
  }
  #hdGn .acc.select .sub {
    opacity: 1;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn .sub {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    padding: 16px 0 0 0;
    background: #fff;
    text-align: left;
    opacity: 0;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 3px #c0c0c0;
            box-shadow: 1px 1px 3px #c0c0c0;
  }
  #hdGn .acc.select .sub {
    opacity: 1;
  }
}

#hdImage {
  width: 100vw;
  left: 0;
}

@media only screen and (max-width: 600px) {
  h1 {
    padding: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  h1 {
    padding: 20px;
  }
}
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  h1 {
    padding: 0;
  }
}
@media print, screen and (min-width: 961px) {
  h1 {
    padding: 20px;
  }
}

main {
  position: relative;
}
.low main {
  border-top: 1px solid rgba(255, 255, 255, 0);
}
@media print, screen and (min-width: 961px) {
  .low #contents > section,
  .low #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    width: 94%;
    max-width: 1400px !important;
    margin: 0 auto;
    padding: 50px 0 50px 80px;
  }
  .low #contents > section section,
  .low #contents > section .section,
  .low #contents > .section section,
  .low #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #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 (min-width: 601px) and (max-width: 959px) {
  .low #contents > section,
  .low #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    width: 94%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 50px 0;
  }
  .low #contents > section section,
  .low #contents > section .section,
  .low #contents > .section section,
  .low #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    padding: 50px 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, .error404 #contents {
    padding-left: 3%;
    padding-right: 3%;
  }
  .low #contents > section,
  .low #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    padding: 70px 0 35px 0;
  }
  .low #contents > section:first-child,
  .low #contents > .section:first-child, .error404 #contents > section:first-child,
  .error404 #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, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section {
    margin-top: 35px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    padding: 60px 4%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@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: 80px 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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 600px) {
  #ftUpper #ftInfo {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper #ftInfo {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper #ftMap {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
#ftUpper a {
  text-decoration: none;
  color: #000 !important;
}

#ftNav a {
  color: #000 !important;
}
#ddBtn {
  text-align: center;
  margin-bottom: 20px;
}
#ddBtn a {
  display: block;
  margin: auto;
  max-width: 250px;
  border: 1px solid #c0c0c0;
}

@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: #13a89e;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
  #ptBtnPc.on {
    bottom: 20px;
    opacity: 1;
  }
  #ptBtnPc:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  #ptBtnPc a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #ptBtnPc a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
  }
}
@media only print {
  #ptBtnPc {
    display: none;
  }
}

@media print, screen and (min-width: 601px) {
  #quickNav ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 8px 0px;
    grid-template-areas: "." ".";
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
  }
  #quickNav ul li {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
  }
  #quickNav ul li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  #quickNav ul li a {
    padding: 0.8em !important;
    line-height: 1.1 !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #quickNav ul {
    font-size: 1.2rem;
  }
  #quickNav ul a {
    padding: 0.8em !important;
  }
}
@media only print {
  #quickNav ul {
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #footerAsk li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #fff;
    background: #f9be00;
  }
  #footerAsk li:nth-of-type(1) {
    border-right: 1px solid #fff;
  }
  #footerAsk li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 1em 0 1em 1em;
    color: #000 !important;
    text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px;
    font-weight: bold;
    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;
  }
  #footerAsk li:nth-of-type(1) {
    width: 80%;
  }
  #footerAsk li:nth-of-type(1) a::before {
    top: 50%;
    left: 2em;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/common/footerAsk_mail.svg") no-repeat center center;
  }
  #footerAsk li:last-of-type {
    width: 20%;
  }
  #footerAsk li:last-of-type a::before {
    content: "";
    display: block;
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("../img/common/pageTop.svg") no-repeat center center;
    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: 1300px;
  margin: 0 auto;
}

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

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

header {
  background: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgbs(#ffffff, 0);
}
header.fixTp1 {
  background: white;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
header.fixTp1.fix {
  background: #ffffff;
}
@media only screen and (max-width: 600px) {
  .menu-active header {
    background: rgb(229.5, 229.5, 229.5);
    border-color: rgba(229.5, 229.5, 229.5, 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: 15px 3% 20px auto;
    background: #fff;
  }
  .menu-trigger::after {
    content: "MENU";
    display: block;
    width: 100%;
    height: 1em;
    position: absolute;
    bottom: -1em;
    left: 0;
    right: 0;
    font-size: 11px;
    text-align: center;
  }
  .menu-active .menu-trigger::after {
    content: "CLOSE";
  }
  .menu-trigger::before {
    content: "";
    display: block;
    width: 76%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #13a89e;
    -webkit-transition: all 0.3s ease-in-out;
    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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    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: #13a89e;
    -webkit-transition: all 0.3s ease-in-out;
    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 {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: 50%;
    right: 0;
  }
  .menu-active .menu-trigger span::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .menu-active .menu-trigger span::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media only print {
  .menu-trigger {
    display: none;
  }
}

#hdLogo img {
  width: 100%;
}
@media print, screen and (min-width: 601px) {
  #hdLogo img {
    max-width: 300px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #hdLogo img {
    max-width: auto;
  }
}
@media only print {
  #hdLogo img {
    width: 6cm;
  }
}

@media print, screen and (min-width: 601px) {
  #hdInfo .add {
    font-size: 0.8rem;
    text-align: right;
    white-space: nowrap;
  }
  #hdInfo .tel {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    white-space: nowrap;
  }
  #hdInfo .tel::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: -1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/common/telIcon.svg") no-repeat center center;
    background-size: contain;
  }
}

@media only screen and (max-width: 600px) {
  #hdGn {
    background: #fff;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1540px) {
  #hdGn > ul {
    margin-top: 20px;
  }
}
#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: #000;
    font-size: 4.3vw;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn a, #hdGn span {
    display: table;
    cursor: pointer;
    color: #000 !important;
    white-space: nowrap;
  }
  #hdGn a:hover, #hdGn span:hover {
    color: #34C0C6;
  }
}
@media print, screen and (min-width: 961px) {
  #hdGn a, #hdGn span {
    font-size: 1rem;
  }
}
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  #hdGn a, #hdGn span {
    font-size: 1vw !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn a, #hdGn span {
    font-size: 1.5vw !important;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #hdGn a, #hdGn span {
    padding: 12px 4em;
  }
}
@media only screen and (max-width: 600px) {
  #hdGn a::after {
    background: url("../img/common/angleRight.svg") no-repeat center center;
    background-size: contain;
  }
  #hdGn span::after {
    background: url("../img/common/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: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn > ul > li {
    padding: 0 1%;
    background: #fff;
  }
  #hdGn > ul > li:not(:first-of-type)::before {
    content: "";
    display: block;
    width: 1px;
    height: 1.6em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: 2px dashed rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 600px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 20px 30px 20px 20px;
    border-top: 1px solid #636363;
  }
  #hdGn > ul > li:last-of-type > a,
  #hdGn > ul > li:last-of-type > span {
    border-bottom: 1px solid #636363;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 14px 1em;
    margin: auto;
  }
}
#hdGn .sub {
  opacity: 0;
}
#hdGn .acc.select .sub {
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  #hdGn .sub {
    display: block;
    position: static;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn .sub {
    position: absolute;
    left: 0;
    right: 0;
    width: 19em;
    padding: 14px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn .sub {
    width: 500px;
  }
}
#hdGn .sub.show {
  opacity: 1;
}
#hdGn .sub li {
  text-align: left;
}
#hdGn .sub li a {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #636363;
  text-decoration: none;
}
#hdGn .sub li a:last-child {
  border-bottom: none;
}
#hdGn .sub li a:hover {
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  #hdGn .sub li a {
    padding: 14px 10px 14px 3em;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn .sub li a {
    padding: 8px 0.5em 8px 0.5em;
    color: #000 !important;
    font-size: 0.9em;
  }
  #hdGn .sub li a:hover {
    background-color: #13a89e;
    color: #fff !important;
  }
}
@media only screen and (max-width: 600px) {
  #hdGn .sub li.select li a {
    color: #fff !important;
  }
}
@media only screen and (max-width: 600px) {
  .trInd #hdGn .acc li:nth-of-type(1) a {
    background: rgba(19, 168, 158, 0.2) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trInd #hdGn .acc li:nth-of-type(1) a {
    border-left: 4px solid #13a89e;
  }
}

@media only screen and (max-width: 600px) {
  .trTou #hdGn .acc li:nth-of-type(2) a {
    background: rgba(19, 168, 158, 0.2) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trTou #hdGn .acc li:nth-of-type(2) a {
    border-left: 4px solid #13a89e;
  }
}

@media only screen and (max-width: 600px) {
  .trCanPer #hdGn .acc li:nth-of-type(3) a {
    background: rgba(19, 168, 158, 0.2) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trCanPer #hdGn .acc li:nth-of-type(3) a {
    border-left: 4px solid #13a89e;
  }
}

@media only screen and (max-width: 600px) {
  .trPho #hdGn .acc li:nth-of-type(4) a {
    background: rgba(19, 168, 158, 0.2) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trPho #hdGn .acc li:nth-of-type(4) a {
    border-left: 4px solid #13a89e;
  }
}

h1 {
  background: #13a89e;
  color: #fff;
  width: 100%;
}
h1 span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  h1 {
    font-size: 1.3rem;
  }
}
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 961px) {
  h1 {
    font-size: 1.6rem;
  }
}

.low main {
  background: #ffffff;
}
.home main {
  background: #ffffff;
}

@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);
    -webkit-animation-name: fadeOp;
            animation-name: fadeOp;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  @-webkit-keyframes fadeOp {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @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: #000;
}
@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 screen and (max-width: 600px) {
  #contents h2 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h2 {
    font-size: 2rem;
  }
}
@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.8rem;
  }
}
@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.5rem;
  }
}
@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.3rem;
  }
}

footer {
  border-top: 1px solid #2aa1c2;
  background: #2aa1c2;
}
@media only screen and (max-width: 600px) {
  footer {
    padding: 40px 4% 70px !important;
  }
}
@media print, screen and (min-width: 601px) {
  footer {
    padding: 80px 20px 100px !important;
  }
}

@media print, screen and (min-width: 601px) {
  #ftUpper {
    font-size: 0.9rem;
  }
}
#ftUpper .block2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  #ftUpper .block2 dl {
    font-size: 0.9em;
    margin-bottom: 1em;
  }
  #ftUpper .block2 dl dt {
    margin-right: 0;
    -ms-flex-preferred-size: 7em;
        flex-basis: 7em;
  }
  #ftUpper .block2 dl dt::before {
    content: "【";
    display: inline-block;
  }
  #ftUpper .block2 dl dt::after {
    content: "】";
    display: inline-block;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper .block2 dl dt {
    margin-right: 1em;
    -ms-flex-preferred-size: 4em;
        flex-basis: 4em;
  }
}

#ddBtn img {
  background: #fff;
}

#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: #fff !important;
}

@media print, screen and (min-width: 601px) {
  #quickNav li a {
    border: 1px solid #fff;
    color: #000;
    background: #f9be00;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: #fff 1px 0px, #fff -1px 0px, #fff 0px -1px, #fff 0px 1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px, #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px;
  }
  #quickNav li a:hover {
    background: #13a89e;
  }
}
@media only print {
  #quickNav {
    display: none;
  }
}

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

.tbNormal {
  border: 1px solid #636363;
  background: #fff;
}
.tbNormal th, .tbNormal td {
  text-align: center;
  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;
}
.tbNormal thead th {
  text-align: center;
}
.tbNormal tbody th {
  font-weight: 600;
}
.uke main .tbNormal td:last-of-type {
  text-align: right;
}

.accordion dl {
  border-bottom: 1px solid #636363;
}
.accordion dt {
  position: relative;
  padding: 1em 2em 1em 4%;
  -webkit-transition: all 0.3s ease-in-out;
  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%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/angleDown.svg") no-repeat center center;
  background-size: contain;
}
@media print, screen and (min-width: 961px) {
  .accordion dt:hover {
    background: rgba(19, 168, 158, 0.2);
  }
}
.accordion dt.on {
  background: #13a89e;
  color: #fff;
}
.accordion dt.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center 25%;
          transform-origin: center 25%;
}
.accordion dt.on + dd {
  background: rgba(19, 168, 158, 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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .accordion dd.withImg > span {
    width: 70%;
  }
  .accordion dd.withImg > picture {
    width: 25%;
  }
}

strong {
  font-weight: bold;
}

.red {
  color: #e95513;
  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) -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #34C0C6)) repeat scroll 0 0;
  background: rgba(255, 255, 255, 0) linear-gradient(transparent 65%, #34C0C6 0%) repeat scroll 0 0;
  color: #000;
}

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

.icon {
  display: inline-block;
  max-width: 32px !important;
}

.w150 img {
  max-width: 150px;
}

.w200 img {
  max-width: 200px;
}

.w300 img {
  max-width: 300px;
}

.w400 img {
  max-width: 400px;
}

.w510 img {
  max-width: 510px;
}

.w530 img {
  max-width: 530px;
}

.w550 img {
  max-width: 550px;
}

.w650 img {
  max-width: 650px;
}

.w700 img {
  max-width: 700px;
}

.w800 img {
  max-width: 800px;
}

.box01 {
  padding: 1em;
  border: 1px solid #636363;
}
.box01 li {
  margin: 1em 0;
}

.block {
  display: block;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.posR {
  float: right;
}

.posL {
  float: left;
}

.posC {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.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: #13a89e;
  text-align: center;
  text-decoration: none !important;
  color: #000;
  border-radius: 6px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  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 1.2em;
  }
}
.btn a::after {
  content: "";
  display: block;
  width: 0.35em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/angleRight.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: 6px;
  }
}
.btn a:hover {
  color: #000;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.check li {
  margin-bottom: 0.5em;
  line-height: 1.2em;
  padding-left: 30px;
  font-weight: bold;
}
.check li:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/common/check.svg") no-repeat center center/contain;
}

.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: #13a89e;
  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: #13a89e;
  font-size: 0.5em;
}

.dlBlock {
  margin-top: 60px;
}
.dlBlock dt {
  padding: 0 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #34C0C6;
  color: #000;
  border-left: 4px solid #13a89e;
}
.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;
  }
  picture, figure img {
    width: 100% !important;
  }
  .home #homeIntro .block p {
    width: 100% !important;
  }
}
/* index Scss */
@media print, screen and (min-width: 961px) {
  .home #hdImage {
    padding: 120px 50px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #hdImage {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 600px) {
  .home #hdImage {
    padding: 100px 0;
  }
}
@media only print {
  .home #hdImage {
    position: relative;
    width: 100% !important;
    height: 10cm;
    background: url("../img/home/hdImage_pc.webp") no-repeat center center;
    background-size: cover;
  }
}
.home #hdImage #catch {
  width: 90%;
  margin-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .home #hdImage #catch {
    top: 30%;
  }
}
@media print, screen and (min-width: 961px) {
  .home #hdImage #catch {
    top: 30%;
  }
}
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  .home #hdImage #catch {
    top: 50%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #hdImage #catch {
    top: 30%;
  }
}
@media only screen and (max-width: 959px) {
  .home #hdImage #catch {
    display: block;
  }
}
.home #hdImage #catch picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.home #hdImage #catch picture img {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #hdImage #catch picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .home #hdImage #catch picture img {
    max-width: 500px;
  }
}
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  .home #hdImage #catch picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .home #hdImage #catch picture img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #hdImage #catch picture img {
    max-width: 300px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .home #hdImage #catch picture img {
    max-width: 300px;
    margin: 0 auto 20px 0;
  }
}
.home #hdImage #catch > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #hdImage #catch > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}
.home #hdImage #catch > div > div {
  display: block; /* デフォルトでOK */
  margin-left: auto;
  margin-right: 0;
  /* 幅を指定したい場合 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* または例: 400px; */
  background: rgba(19, 168, 158, 0.65);
  color: #fff;
  padding: 40px 60px;
}
@media only screen and (max-width: 600px) {
  .home #hdImage #catch > div > div {
    padding: 20px;
    margin-right: auto;
  }
}
.home #hdImage #catch > div p span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .home #hdImage #catch > div p {
    font-size: 3.5vw;
  }
}
.home #hdImage #catch > div p.sizeL {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.1em;
}
@media only screen and (max-width: 600px) {
  .home #hdImage #catch > div p.sizeL {
    font-size: 4.7vw;
  }
}
.home .splide {
  z-index: 0;
}
@media only print {
  .home .splide {
    display: none;
  }
}
.home .splide-wrapper {
  position: relative;
}
.home .slide-media {
  position: relative;
  overflow: hidden;
}
.home .slide-media img,
.home .slide-media picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .mv01 .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .splide__pagination {
    bottom: 60px;
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home .mv01 .splide__pagination {
    display: block;
  }
}
@media print, screen and (min-width: 961px) {
  .home .mv01 .splide__pagination {
    bottom: 5vh;
  }
}
.home .mv01 .splide__pagination > li {
  margin: 0 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .mv01 .splide__pagination__page {
  border: 1px solid #fff !important;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px #636363;
          box-shadow: 1px 1px 4px #636363;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .splide__pagination__page {
    height: 1rem;
    margin: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .home .mv01 .splide__pagination__page {
    width: 3px;
    height: 18px;
  }
}
.home .mv01 .splide__pagination__page:hover {
  cursor: pointer;
}
.home .mv01 .splide__pagination__page.is-active {
  background-color: #636363;
}
.home .mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.home .mv01 .slide-title {
  position: absolute;
  display: block;
  height: 1em;
  color: #000;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
  opacity: 0;
  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;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .slide-title {
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    font-size: 5.2vw;
  }
}
@media print, screen and (min-width: 961px) {
  .home .mv01 .slide-title {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 3.5rem;
  }
}
.home .mv01 .slide-title .btnSplide {
  display: table;
  margin: auto auto;
  text-align: center;
}
.home .mv01 .slide-title .btnSplide a {
  display: block;
  padding: 0.7em 1.2em;
  text-decoration: none;
  background-color: #13a89e !important;
  color: #fff !important;
  text-shadow: none;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .slide-title .btnSplide a {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  .home .mv01 .slide-title .btnSplide a {
    font-size: 1.8rem;
  }
  .home .mv01 .slide-title .btnSplide a:hover {
    background-color: rgb(8.6363636364, 76.3636363636, 71.8181818182) !important;
  }
}
.home .mv01 .splide__slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home .mv01 .splide__slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0s cubic-bezier(0.2, 1, 0.2, 1) both;
          animation: mv01-fadeIn 2s 0s cubic-bezier(0.2, 1, 0.2, 1) both;
}
@-webkit-keyframes mv01-fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes mv01-fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.home #hdImage {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .home #hdImage {
    background: url("../img/home/hdImage_sp.webp") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #hdImage {
    background: url("../img/home/hdImage_tab.webp") no-repeat center center;
    background-size: cover;
  }
}
@media print, screen and (min-width: 961px) {
  .home #hdImage {
    background: url("../img/home/hdImage_pc.webp") no-repeat center center;
    background-size: cover;
  }
}
.home #contents h2 {
  text-align: center;
  border-bottom: 5px solid #34C0C6;
}
.home #contents h2 span {
  display: inline-block;
}
.home #contents h3 {
  text-align: center;
  color: #34C0C6;
  font-weight: bold;
}
.home #contents h3 span {
  display: inline-block;
}
.home #contents #low01, .home #contents #low02, .home #contents #low03, .home #contents #low04, .home #contents #case, .home #contents #low05, .home #contents #partner, .home #contents #movie {
  max-width: 1800px;
  margin: 0 auto;
}
.home #contents #low01 > .section, .home #contents #low01 > div, .home #contents #low01 > p, .home #contents #low02 > .section, .home #contents #low02 > div, .home #contents #low02 > p, .home #contents #case > .section, .home #contents #case > div, .home #contents #case > p, .home #contents #low05 > .section, .home #contents #low05 > div, .home #contents #low05 > p, .home #contents #partner > .section, .home #contents #partner > div, .home #contents #partner > p {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 959px) {
  .home #contents #low01 > .section, .home #contents #low01 > div, .home #contents #low01 > p, .home #contents #low02 > .section, .home #contents #low02 > div, .home #contents #low02 > p, .home #contents #case > .section, .home #contents #case > div, .home #contents #case > p, .home #contents #low05 > .section, .home #contents #low05 > div, .home #contents #low05 > p, .home #contents #partner > .section, .home #contents #partner > div, .home #contents #partner > p {
    width: 98%;
  }
}
@media only screen and (max-width: 600px) {
  .home #contents #low01 > .section, .home #contents #low01 > div, .home #contents #low01 > p, .home #contents #low02 > .section, .home #contents #low02 > div, .home #contents #low02 > p, .home #contents #case > .section, .home #contents #case > div, .home #contents #case > p, .home #contents #low05 > .section, .home #contents #low05 > div, .home #contents #low05 > p, .home #contents #partner > .section, .home #contents #partner > div, .home #contents #partner > p {
    margin-bottom: 40px !important;
  }
}
.home #contents #low03 > .section {
  width: 98%;
  margin: 0 auto;
  padding: 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 959px) {
  .home #contents #low03 > .section {
    width: 98%;
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home #contents #low03 > .section {
    margin-bottom: 40px !important;
  }
}
.home #contents .flow img {
  margin: 0 auto;
}
.home #contents .arrow img {
  margin: 0 auto;
}
.home #contents #low02 .worries > div {
  max-width: 600px !important;
  margin: 0 auto;
  background: #f2ffff;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home #contents #low02 .worries ul li {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.1em;
}
.home #contents #low02 .worries img {
  margin: 0 auto;
}
.home #contents #low02 .solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home #contents #low02 .solution section {
  border: 1px solid #ccc;
  padding: 40px 10px 10px 10px;
  border-radius: 10px;
  margin-bottom: 60px;
  position: relative;
}
.home #contents #low02 .solution p span {
  display: block;
  color: #f99e00;
  font-size: 0.9em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.home #contents #low02 .solution h4 {
  font-family: corporate-logo-ver2, sans-serif;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50vh;
  background: #fabc00;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home #contents #low02 .solution dl {
  margin-left: 1em;
}
.home #contents #low02 .solution dl dt {
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 3px dotted #34C0C6;
  font-size: 1.1em;
  padding-left: 45px;
}
.home #contents #low02 .solution dl dt:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/home/goodIcon.svg") no-repeat center center;
  background-size: contain;
}
.home #contents #low02 .solution dl dd {
  margin-bottom: 1em;
}
.home #contents #low02 #reduction {
  background: #f4ffff;
  padding: 40px 40px 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.home #contents #low02 #reduction h3 {
  color: #fff;
  background: #13a89e;
  padding: 3px 10px;
  border-radius: 50vh;
  font-size: 1.4rem;
}
.home #contents #low02 #reduction h3 span {
  display: inline-block;
}
.home #contents #low02 #reduction p {
  max-width: 1040px;
  margin: 0 auto;
}
.home #contents #low03 h4 {
  color: #13a89e;
  margin-bottom: 1em;
  padding: 0 20px;
  border-radius: 50vh;
  border: 2px solid #13a89e;
  text-align: center;
  margin-top: 30px !important;
}
.home #contents #low03 .flow2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: flow-step;
}
@media only screen and (max-width: 600px) {
  .home #contents #low03 .flow2 ul {
    display: block;
  }
}
.home #contents #low03 .flow2 ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(19, 168, 158, 0.2);
  border-radius: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home #contents #low03 .flow2 ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #contents #low03 .flow2 ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
.home #contents #low03 .flow2 ul figure {
  margin: 8px auto 12px;
}
.home #contents #low03 .flow2 ul figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-top: 10px;
  border-radius: 10px;
}
.home #contents #low03 .flow2 ul figure figcaption {
  margin-top: 0;
  padding-left: 35px;
  font-weight: 700;
}
.home #contents #low03 .flow2 ul figure figcaption:before {
  content: counter(flow-step);
  counter-increment: flow-step;
  background: #13a89e;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 90%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.home #contents #low03 .flow2 ul p {
  margin: 0 0 4px;
  font-size: 0.8em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home #contents #low03 .flow2 ul p span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.home #contents #low03 .flow2 ul span.staff {
  color: #13a89e;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.home #contents #low03 .flow2 ul span.patient {
  color: #f99e00;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.home #contents #movie > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home #contents #movie > div > div {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 800px;
  margin: 0 auto;
}
.home #contents #movie > div > div iframe {
  width: 100%;
  height: 100%;
}
.home #contents #case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .home #contents #case ul {
    display: block;
  }
}
.home #contents #case ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.home #contents #case ul li figure {
  margin-bottom: 20px;
}
.home #contents #case ul li img {
  max-width: 800px;
  margin: 0 auto;
}
.home #contents #case ul li h3 {
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 10px !important;
}
.home #contents #case ul li p {
  font-size: 0.9rem;
}
.home #contents #case ul li p.button {
  width: 100%;
  max-width: 300px;
  text-align: center;
}
.home #contents #case ul li p.button a {
  display: block;
  background: #13a89e;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}
.home #contents #case ul li p.button a:hover {
  background: rgb(24.1818181818, 213.8181818182, 201.0909090909);
}
.home #contents #low04 #specification {
  width: 96%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 959px) {
  .home #contents #low04 #specification {
    width: 98%;
  }
}
.home #contents #low04 #specification .scroll {
  display: none;
}
@media only screen and (min-width: 600px) and (max-width: 1080px) {
  .home #contents #low04 #specification .scroll {
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  .home #contents #low04 #specification .scroll {
    display: block;
  }
}
.home #contents #low04 #specification div {
  overflow-x: scroll !important;
  background: linear-gradient(to left, hsla(0, 0%, 100%, 0), white 15px) 0 0/50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, hsla(0, 0%, 100%, 0), white 15px) right/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: local, scroll, local, scroll;
  margin-bottom: 2em;
}
.home #contents #low04 #specification table {
  width: 100%;
  border: 1px solid #b6b7b7;
}
.home #contents #low04 #specification table th {
  vertical-align: middle;
  font-size: 0.9rem;
  border: 1px solid #b6b7b7;
  font-weight: bold;
  padding: 5px;
}
.home #contents #low04 #specification table th span {
  display: inline-block;
}
.home #contents #low04 #specification table td {
  vertical-align: middle;
  font-size: 0.8rem;
  border: 1px solid #b6b7b7;
  padding: 5px;
  text-align: center;
}
.home #contents #low04 #specification table td span {
  display: inline-block;
}
.home #contents #low04 #specification table thead th {
  background: #e5e4e7;
}
.home #contents #low04 #specification table thead th:first-child {
  background: #d4d4d6;
}
.home #contents #low04 #specification table tbody th {
  white-space: nowrap;
}
.home #contents #low04 #specification table tbody tr:nth-child(odd) th {
  background: #eff2f1;
}
.home #contents #low04 #specification table tbody tr:nth-child(odd) td {
  background: #f7f7f7;
}
.home #contents #low04 #specification table tbody tr:nth-child(even) th {
  background: #d4d4d6;
}
.home #contents #low04 #specification table tbody tr:nth-child(even) td {
  background: #e7e6e9;
}
.home #contents #low04 #specification table img {
  width: 90%;
  max-width: 200px;
  margin: 0 auto;
}
.home #contents #low04 #specification p {
  font-size: 0.9rem;
}
.home #contents #low05 dl dt {
  padding: 5px 20px 10px 3.5em;
  background: #f1f1f1;
  line-height: 1.5;
}
.home #contents #low05 dl dt:before {
  content: "Q. ";
  margin-left: -1.3em;
  font-size: 2em;
  color: #878787;
}
@media only screen and (max-width: 600px) {
  .home #contents #low05 dl dt {
    line-height: 1.4;
    padding: 3px 20px 10px 3em;
  }
  .home #contents #low05 dl dt:before {
    font-size: 1.5em;
  }
}
.home #contents #low05 dl dd {
  margin-bottom: 3em;
  padding: 20px 20px 20px 3.5em;
  background: #e6feff;
  line-height: 1.5;
}
.home #contents #low05 dl dd p {
  display: inline;
}
.home #contents #low05 dl dd:before {
  content: "A. ";
  margin-left: -1.3em;
  font-size: 2em;
  color: #34C0C6;
}
@media only screen and (max-width: 600px) {
  .home #contents #low05 dl dd {
    line-height: 1.4;
    padding: 10px 20px 20px 3em;
  }
  .home #contents #low05 dl dd:before {
    font-size: 1.5em;
  }
}
.home #contents #partner .banner a {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 20px auto 40px;
}
.home #contents #partner .banner a:hover {
  opacity: 0.8;
}
.home #contents #low06 {
  background: #f5f5f5;
  /* 有効になったとき（disabledが外れたとき） */
  /* 無効時の見た目 */
  /* ホバー時（有効なときだけ） */
  /* 確認画面のボタン共通 */
  /* フォーカス時のアウトラインも消したい場合 */
}
.home #contents #low06 > div {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.home #contents #low06 h2 {
  border: 3px double #34C0C6;
  padding: 10px;
  background: #fff;
  margin: 0 auto 40px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 600px) {
  .home #contents #low06 h2 {
    padding: 8px;
    font-size: 1.4rem;
  }
}
.home #contents #low06 p {
  margin-bottom: 40px !important;
  line-height: 1.5 !important;
}
.home #contents #low06 p span {
  line-height: 1.5;
  font-weight: bold;
}
.home #contents #low06 p .req {
  line-height: 1 !important;
}
.home #contents #low06 p#lead1 {
  margin-bottom: 0px !important;
}
.home #contents #low06 p#lead2 {
  font-size: 0.85em !important;
}
.home #contents #low06 form .inputM,
.home #contents #low06 form .tel,
.home #contents #low06 form .inputL {
  border: none;
  padding: 10px;
  border-radius: 3px;
  font-size: 1.2rem;
}
.home #contents #low06 form ::-webkit-input-placeholder {
  color: #e5e4e7;
}
.home #contents #low06 form ::-moz-placeholder {
  color: #e5e4e7;
}
.home #contents #low06 form :-ms-input-placeholder {
  color: #e5e4e7;
}
.home #contents #low06 form ::-ms-input-placeholder {
  color: #e5e4e7;
}
.home #contents #low06 form ::placeholder {
  color: #e5e4e7;
}
@media only screen and (max-width: 600px) {
  .home #contents #low06 form ::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: 3.2vw;
  }
  .home #contents #low06 form ::-moz-placeholder {
    color: #b5b5b5;
    font-size: 3.2vw;
  }
  .home #contents #low06 form :-ms-input-placeholder {
    color: #b5b5b5;
    font-size: 3.2vw;
  }
  .home #contents #low06 form ::-ms-input-placeholder {
    color: #b5b5b5;
    font-size: 3.2vw;
  }
  .home #contents #low06 form ::placeholder {
    color: #b5b5b5;
    font-size: 3.2vw;
  }
}
.home #contents #low06 form dl {
  margin-bottom: 40px;
}
.home #contents #low06 form dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.home #contents #low06 form dl dd {
  margin-left: 40px;
}
@media only screen and (max-width: 600px) {
  .home #contents #low06 form dl dd {
    margin-left: 20px !important;
  }
}
.home #contents #low06 form .inputS {
  width: 100%;
  max-width: 300px;
  border: none;
  padding: 3px;
  border-radius: 3px;
  font-size: 1rem;
}
.home #contents #low06 form .inputM {
  width: 100%;
  max-width: 600px;
}
.home #contents #low06 form .inputL {
  width: 100%;
  max-width: 600px;
}
.home #contents #low06 form .tel {
  width: 100%;
  max-width: 600px;
}
.home #contents #low06 form .how label {
  display: inline-block;
  margin-right: 1.2em;
}
.home #contents #low06 form .reason label {
  display: inline-block;
  margin-right: 1.2em;
}
.home #contents #low06 form select {
  width: 100%;
  max-width: 300px;
  padding: 10px 40px 10px 12px; /* 内側の余白、右はアイコン分ちょっと空ける */
  border: none;
  border-radius: 3px;
  font-size: 16px;
  background-color: #fff;
  appearance: none; /* デフォルトの矢印非表示（Chrome） */
  -webkit-appearance: none; /* Safariなど */
  -moz-appearance: none; /* Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5H7z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home #contents #low06 form textarea {
  border: none;
  width: 100%;
  height: 400px;
  padding: 10px;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.5;
}
.home #contents #low06 .req {
  line-height: 1;
}
.home #contents #low06 .req::before {
  display: inline-block;
  content: "必須";
  width: 3em;
  padding: 5px 2px;
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 0.5em;
  color: #fff;
  background: #e95513;
  vertical-align: middle;
}
.home #contents #low06 .any {
  line-height: 1;
}
.home #contents #low06 .any::before {
  display: inline-block;
  content: "任意";
  width: 3em;
  padding: 5px 2px;
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 0.5em;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  vertical-align: middle;
}
.home #contents #low06 #submitCheck {
  text-align: center;
}
.home #contents #low06 .inputBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home #contents #low06 .inputBtn.off input#submit[type=submit] {
  background: rgba(52, 192, 198, 0.5);
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 20px;
}
.home #contents #low06 .inputBtn input#submit[type=submit] {
  background: #34C0C6;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home #contents #low06 .inputBtn input#submit[type=submit]:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.home #contents #low06 input.defHid {
  display: none;
}
.home #contents #low06 .ermes {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.8em;
  color: red;
}
@media only screen and (max-width: 600px) {
  .home #contents #low06 input[type=text],
  .home #contents #low06 input[type=tel],
  .home #contents #low06 input[type=number],
  .home #contents #low06 input[type=email],
  .home #contents #low06 textarea {
    display: block;
    margin: auto auto auto 0 !important;
    font-size: 16px !important;
  }
}
.home #contents #low06 #submit-confirm {
  display: inline-block;
  font-size: 16px; /* 文字サイズ */
  padding: 12px 32px; /* 上下・左右の余白 */
  border-radius: 4px; /* 角丸 */
  border: none;
  cursor: pointer;
  background-color: #cccccc; /* 無効時の背景色（薄いグレー） */
  color: #ffffff; /* 文字色 */
  -webkit-transition: background-color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, opacity 0.2s;
}
.home #contents #low06 #submit-confirm:not(:disabled) {
  background-color: #13a89e; /* 有効時の背景色（お好みで） */
  opacity: 1;
}
.home #contents #low06 #submit-confirm:disabled {
  background-color: #cccccc;
  opacity: 0.6;
  cursor: not-allowed;
}
.home #contents #low06 #submit-confirm:not(:disabled):hover {
  background-color: #34C0C6;
}
.home #contents #low06 .button button {
  border: none;
  background: transparent; /* 背景も消す場合 */
  padding: 0; /* 画像の余白だけにしたい場合 */
  cursor: pointer;
}
.home #contents #low06 .button button:focus {
  outline: none;
}

.coMai header, .coMai #quickNav, .coMai #hdImage, .coMai #bread, .coMai #footerAsk, .coMai footer {
  display: none;
}
.coMai main {
  margin-top: 0 !important;
}
.coMai #notes p {
  margin-bottom: 35px;
  line-height: 1.3;
}
@media print, screen and (min-width: 601px) {
  .coMai #notes p {
    display: table;
    text-align: center;
  }
}
.coMai #contents {
  background: #f5f5f5;
}
.coMai #contents form {
  display: table;
  max-width: 1000px;
  margin: 0 auto 80px auto;
  padding: 50px 0;
}
.coMai #contents form h2 {
  margin: 0 auto 40px;
  padding: 10px;
  border: 3px double #34C0C6;
  background: #fff;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 600px) {
  .coMai #contents form h2 {
    padding: 8px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 600px) {
  .coMai #contents form .dlTable {
    width: 90%;
    margin: auto;
  }
}
.coMai #contents form dl {
  margin-bottom: 40px;
}
.coMai #contents form dl dt {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px dotted #34C0C6;
}
.coMai #contents form .button {
  margin: 60px auto 100px auto;
  text-align: center;
}
.coMai #contents form .button button {
  all: unset; /* ← すべてのブラウザデフォルトスタイルをリセット。最も強力 */
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
}
@media only screen and (max-width: 600px) {
  .coMai #contents form .button button {
    margin: auto 2%;
    width: 44%;
  }
}
@media print, screen and (min-width: 961px) {
  .coMai #contents form .button button {
    margin: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .coMai #contents form .button button:hover {
    cursor: pointer;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.coMai #contents form .pointer label:hover {
  cursor: pointer;
}
.coMai #contents form .ime {
  ime-mode: disabled;
}
.coMai #contents form .ermes {
  display: inline-block;
  padding: 0.5em 0.5em;
  border-radius: 10px;
  line-height: 1;
  font-size: 0.8em;
  color: #fff;
  background: #e95513;
}
.coMai #contents form .catSel select {
  display: block;
  margin-bottom: 12px;
}

@media only screen and (max-width: 600px) {
  .coTha #formThanks {
    min-height: 45vh;
  }
}
@media print, screen and (min-width: 601px) {
  .coTha #formThanks {
    display: table;
    margin: auto;
    text-align: center;
    min-height: 60vh;
  }
}
.coTha #contents .inputBtn {
  margin-top: 40px;
}
.coTha #contents .inputBtn a {
  display: table;
  margin: auto;
}
.coTha #contents .inputBtn img {
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .coTha #contents .inputBtn img {
    width: 45%;
  }
}
@media print, screen and (min-width: 601px) {
  .coTha #contents .inputBtn img {
    max-width: 290px;
  }
}/*# sourceMappingURL=style.css.map */