@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";
@media screen and (max-width: 767px) {
  .pc-only {
    display: none
  }
}
@media print, screen and (min-width: 768px) {
  .mb-only {
    display: none
  }
}
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes $animation-name {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif
}
.align_auto {
  clear: both
}
p {
  line-height: 1.8
}
.bg-primary {
  background-color: #36cad6
}
.bg-secondary {
  background-color: #f2f0e7
}
.text-primary {
  color: #36cad6
}
.text-justify {
  text-align: justify
}
.overlay-primary .text-white {
  letter-spacing: 3.28px;
  text-shadow: 0px 7px 6px rgba(0, 0, 0, .1607843137);
  opacity: 1
}
.overlay-primary:before {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(var(--unnamed-color-36cad6)), to(#34C5CE)) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, var(--unnamed-color-36cad6) 0%, #34C5CE 100%) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, var(--unnamed-color-36cad6) 0%, #34C5CE 100%) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#36CAD6), to(#34C5CE)) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #36CAD6 0%, #34C5CE 100%) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #36CAD6 0%, #34C5CE 100%) 0% 0% no-repeat padding-box;
  mix-blend-mode: hard-light;
  opacity: .82
}
a {
  color: #36cad6;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0)
}
a:hover {
  color: #36cad6;
  text-decoration: underline
}
nav a[href^=http] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none
  }
}
.wrap-btn {
  padding: 60px 0 0 0
}
#nayami h3 {
  margin: 30px 0
}
#nayami .item img {
  width: 120px;
  margin-right: 10px
}
@media print, screen and (min-width: 768px) {
  #nayami .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  #nayami .item img {
    width: 240px
  }
}
body {
  font-family: "Noto Sans Japanese", sans-serif;
  color: #000;
  -webkit-font-feature-settings: "normal";
  font-feature-settings: "normal"
}
.text-primary {
  color: #36cad6 !important
}
.text-secondary {
  color: #f2f893 !important
}
span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F2F893));
  background: -webkit-linear-gradient(transparent 60%, #F2F893 60%);
  background: linear-gradient(transparent 60%, #F2F893 60%)
}
.text-bold {
  font-weight: bold !important
}
strong.strong {
  color: #00b49f
}
.layout-staggered, .unit-layout-staggered {
  overflow: hidden
}
.layout-staggered-row {
  padding: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.layout-staggered-row h2 {
  font-size: 38px
}
@media screen and (max-width: 767px) {
  .layout-staggered-row {
    display: block
  }
  .layout-staggered-row h2 {
    font-size: 26px
  }
}
.layout-staggered-row:nth-child(odd) .text-box {
  width: calc(100% + 100px);
  margin-left: -100px;
  margin-right: 0
}
@media screen and (max-width: 767px) {
  .layout-staggered-row:nth-child(odd) .text-box {
    width: 90%;
    margin: -10px auto 0
  }
}
.layout-staggered-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.layout-staggered-row:nth-child(even) .text-box {
  width: calc(100% + 100px);
  margin-left: 0;
  margin-right: -100px
}
@media screen and (max-width: 767px) {
  .layout-staggered-row:nth-child(even) .text-box {
    width: 90%;
    margin: -10px auto 0
  }
}
.layout-staggered figure, .unit-layout-staggered figure {
  display: block;
  background: no-repeat center/100%;
  height: 400px;
  width: 100%;
  margin: 0
}
.layout-staggered .text-box, .unit-layout-staggered .text-box {
  background: #fff;
  border-bottom: 16px #f2f893 solid;
  padding: 2rem
}
.layout-staggered .text-box p, .unit-layout-staggered .text-box p {
  margin: 0
}
.box-white {
  padding: 3rem;
  background-color: #fff
}
@media screen and (max-width: 767px) {
  .box-white {
    padding: 1rem
  }
}
.box-white.border-yellow {
  border-top: 8px #f2f893 solid
}
.box-white h3 {
  line-height: 1.66em;
  margin-bottom: 2rem
}
.wide-bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}
.wide-bg-image .box-white {
  margin-bottom: -200px;
  z-index: 10;
  position: relative
}
.shift-up {
  margin-top: 2rem
}
.shift-up .box-white {
  width: 90%;
  margin-top: -100px;
  position: relative;
  margin-left: auto;
  margin-right: auto
}
.site-logo-text {
  width: 234px;
  height: auto !important
}
@media screen and (max-width: 767px) {
  .site-logo-text {
    display: none
  }
}
@media(max-width: 991px) {
  .navbar-nav {
    padding-left: 25px;
    padding-top: 25px !important;
    background-color: #fff;
    border-right: 25px #36cad6 solid;
    border-bottom: 25px #36cad6 solid;
    text-align: left
  }
  .navbar-nav ul, .navbar-nav ul ul {
    border-width: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0 !important
  }
}
.navbar-nav li {
  position: relative;
  text-align: left
}
@media(min-width: 992px) {
  .navbar-nav li {
    text-align: center
  }
}
.navbar-nav li .nav-link {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  font-weight: bold
}
@media(min-width: 992px) {
  .navbar-nav li .nav-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }
}
.navbar-nav li .nav-link:link, .navbar-nav li .nav-link:visited {
  color: inherit
}
.navbar-nav li .nav-link:hover, .navbar-nav li .nav-link:active {
  color: #36cad6 !important
}
.navbar-nav li .nav-link+ul {
  font-size: 13px
}
@media(min-width: 992px) {
  .navbar-nav li .nav-link+ul {
    position: absolute;
    margin: 0 !important;
    padding: 0;
    min-width: 230px;
    font-size: 16px;
    display: table-column
  }
  .navbar-nav li .nav-link+ul li {
    text-align: left;
    background-color: rgba(255, 255, 255, .9);
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
  }
  .navbar-nav li .nav-link+ul .nav-link {
    padding: 1rem;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start
  }
  .navbar-nav li:hover .nav-link+ul li {
    height: 4rem;
    overflow: visible;
    border-bottom: 1px #f2f0e7 solid
  }
}
@media(max-width: 991px) {
  .navbar-nav .navbar-nav {
    padding-top: 0 !important
  }
}
.acms-topicpath {
  margin-left: 10px !important;
  margin-right: 10px !important
}
.acms-topicpath li {
  line-height: 1.7
}
.sub-gnav .col:first-child {
  padding-right: 0 !important
}
.sub-gnav .col:last-child {
  padding-left: 0 !important
}
@media(max-width: 991px) {
  .navbar {
    height: 68px
  }
}
@media screen and (max-width: 767px) {
  .navbar .container-fluid {
    padding: 0 !important
  }
}
@media(min-width: 1450px) {
  .navbar .container-fluid .btn-tel {
    display: none
  }
  .navbar .container-fluid .sub-gnav {
    display: none
  }
}
@media screen and (max-width: 767px) {
  .navbar-marketing {
    padding: .5rem 1rem;
    margin-top: 0;
    z-index: 10000
  }
}
@media screen and (max-width: 767px) {
  .navbar-marketing .navbar-brand {
    font-size: 1rem
  }
}
.navbar-marketing .navbar-brand img {
  height: 44px
}
.navbar-marketing .navbar-nav {
  padding-top: 1rem;
  padding-bottom: 1rem
}
@media(max-width: 1449px) {
  .navbar-marketing .navbar-nav li a {
    padding: 1rem
  }
}
.navbar-marketing .navbar-nav a:link, .navbar-marketing .navbar-nav a:visited {
  color: #000
}
.navbar-marketing .navbar-nav a:active, .navbar-marketing .navbar-nav a:hover {
  color: #36cad6
}
@media(max-width: 991px) {
  .navbar-collapse {
    margin: 15px calc(50% - 50vw) 0;
    width: 90vw
  }
  .navbar-collapse .nav-item {
    border-bottom: 1px #dee1e3 solid
  }
  .navbar-collapse .nav-item .nav-link {
    padding: .7rem 0
  }
  .navbar-collapse .nav-item .nav-link:hover, .navbar-collapse .nav-item .nav-link:focus {
    color: #36cad6;
    background-color: #f9f9fa
  }
}
.navbar-toggler {
  width: 50px;
  padding: 1rem !important;
  color: #36cad6 !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.navbar-toggler, .navbar-toggler span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.navbar-toggler {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}
.navbar-toggler span {
  position: absolute;
  left: 5px;
  width: 80%;
  height: 4px;
  background-color: #006fb7;
  border-radius: 4px
}
.navbar-toggler span:nth-of-type(1) {
  top: 10px
}
.navbar-toggler span:nth-of-type(2) {
  top: 20px
}
.navbar-toggler span:nth-of-type(3) {
  bottom: 8px
}
.navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg)
}
.navbar-toggler.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0
  }
}
.navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg)
}
.nav-item.c_1 .navbar-nav {
  display: none;
  position: absolute;
  left: 0;
  min-width: 200px li;
  min-width-display: block
}
.nav-item:hover ul {
  display: block
}
@media(min-width: 1450px) {
  .navbar-expand-custom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-custom .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-custom .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important
  }
  .navbar-expand-custom .navbar-toggler {
    display: none
  }
}
.navbar-marketing.fixed-top, .page-header-ui.navbar-fixed .navbar-marketing.navbar {
  overflow: visible
}
.arw-link {
  margin: .5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.arw-link::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../assets/img/common/arw-right.svg");
  background-repeat: no-repeat;
  background-position: center center
}
.unit-box-white p>a {
  margin: .5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.unit-box-white p>a::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../assets/img/common/arw-right.svg");
  background-repeat: no-repeat;
  background-position: center center
}
.text-box p {
  font-size: 17px;
  letter-spacing: .68px;
}
#oshirase {
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px)
}
#oshirase p {
  margin-bottom: 0
}
#oshirase a {
  color: #000
}
#catchcopy {
  font-size: clamp(16px, 1rem + (1vw - 7.68px)*.6944, 24px);
  min-height: 0vw
}
#catchcopy .marker {
  color: #36cad6
}
#catchcopy .marker strong {
  font-size: 3rem;
  margin-bottom: -2px
}
#ticker {
  padding-top: 6rem
}
#ticker a {
  color: #fff
}
@media(min-width: 768px) {
  #nayami-title {
    padding-bottom: 8rem
  }
}
@media(max-width: 767px) {
  #nayami-title .section-title {
    margin-top: 80px
  }
}
@media(max-width: 767px) {
  #nayami .mt-n15 {
    margin-top: 20px !important
  }
  #nayami h3 span {
    display: block
  }
  #nayami p {
    margin-top: 1rem
  }
}
#skill .box-white~.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
#skill .box-white~.link:link, #skill .box-white~.link:visited, #skill .box-white~.link:active, #skill .box-white~.link:hover {
  color: #fff;
  font-size: 21px
}
#skill .box-white~.link::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/img/common/ico-md-arrow-forward.svg");
  width: 24px;
  height: 24px;
  margin-right: 19px
}
#my-business figure {
  width: 120px;
  height: 148px;
  padding: 1rem;
  margin-bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media(max-width: 767px) {
  #my-business figure {
    width: 100%
  }
  #my-business figure img {
    width: auto !important
  }
}
@media(max-width: 767px) {
  #my-business h4 {
    text-align: center;
    margin: 30px 0 !important
  }
}
.page-header-text {
  font-weight: 900;
  font-size: 1.3rem !important;
  color: #fff !important;
  text-shadow: 2 2 6 rgba(0, 0, 0, .8)
}
@media screen and (max-width: 767px) {
  .page-header-text {
    font-size: 1rem !important
  }
}
.blog-summary .item a {
  max-width: 600px;
  max-height: 600px
}
@media screen and (max-width: 767px) {
  .section-title span, .section-title-top span {
    display: block
  }
}
.overlay-primary h2 {
  font-size: clamp(25px, 1.5625rem + (1vw - 7.68px)*2.6756, 41px);
  min-height: 0vw
}
.button-wrap {
  margin-top: 60px
}
.button-wrap .btn {
  padding-left: 50px;
  padding-right: 50px
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px
}
.column-table-, .entry-content ol, .entry-content ul, .entry-content p, .entry-content img {
  margin-bottom: 3rem
}
@media(max-width: 991px) {
  .column-table-, .entry-content ol, .entry-content ul, .entry-content p, .entry-content img {
    margin-bottom: 2rem
  }
}
.column-table-:last-child, .entry-content ol:last-child, .entry-content ul:last-child, .entry-content p:last-child, .entry-content img:last-child {
  margin-bottom: 0
}
.entry-content ol, .entry-content ul, .entry-content p:not(.acms-admin-media-unit-droparea-text), .entry-content h4, .entry-content .h4, .entry-content h3, .entry-content .h3, .entry-content h2, .entry-content .h2, body.blog .entry-content h1.entry-title, .entry-content h1.entry-title, body.blog .entry-content h2 {
  margin-left: 10px;
  margin-right: 10px
}
.entry-content h4, .entry-content .h4, .entry-content h3, .entry-content .h3, .entry-content h2, .entry-content .h2, body.blog .entry-content h1.entry-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: .1em
}
.entry-content p:not(.acms-admin-media-unit-droparea-text) {
  font-size: clamp(15px, .9375rem + (1vw - 7.68px)*.3344, 17px);
  min-height: 0vw;
  letter-spacing: .04em
}
header#header-entry {
  background-color: #f2efd2
}
.list-entry .label {
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: .3rem 1rem
}
.list-entry a {
  position: relative;
  color: #fff
}
.entry-content h1.entry-title, body.blog .entry-content h2 {
  background-color: #f2f0e7;
  color: #000;
  border-left: 8px #36cad6 solid;
  padding: 1rem;
  font-size: clamp(18px, 1.125rem + (1vw - 7.68px)*.5017, 21px);
  min-height: 0vw
}
.entry-content h1.entry-title a:link, body.blog .entry-content h2 a:link, .entry-content h1.entry-title a:visited, body.blog .entry-content h2 a:visited, .entry-content h1.entry-title a:active, body.blog .entry-content h2 a:active, .entry-content h1.entry-title a:hover, body.blog .entry-content h2 a:hover {
  color: #000
}
.entry-content h2, .entry-content .h2, body.blog .entry-content h1.entry-title {
  font-size: clamp(29px, 1.8125rem + (1vw - 7.68px)*2.0067, 41px);
  min-height: 0vw;
  line-height: 1.75;
  color: #000;
  background: none;
  border: none
}
.entry-content h3, .entry-content .h3 {
  font-size: clamp(25px, 1.5625rem + (1vw - 7.68px)*.1672, 26px);
  min-height: 0vw;
  display: inline-block;
  color: #36cad6;
  font-weight: bold
}
body.blog .entry-content h1.entry-title {
  font-weight: bold;
  font-size: clamp(22px, 1.375rem + (1vw - 7.68px)*.3344, 24px);
  margin: 1rem 0 2rem;
  padding: 0
}
body.blog .entry-content h2 {
  font-size: clamp(20px, 1.25rem + (1vw - 7.68px)*.3344, 22px)
}
body.blog .entry-content h3 {
  font-size: clamp(18px, 1.125rem + (1vw - 7.68px)*.3344, 20px);
  margin-top: 2.5rem
}
.entry-content h4, .entry-content .h4 {
  font-size: 21px;
  font-weight: bold
}
.entry-content .lead {
  font-size: clamp(23px, 1.4375rem + (1vw - 7.68px)*1.0033, 29px);
  min-height: 0vw;
}
.entry-content .entry-meta .label {
  background-color: #374147;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 0
}
.entry-content .entry-meta .label a {
  color: #fff
}
.entry-content .entry {
  margin-bottom: 2rem
}
.entry-content .entry .acms-col-sm-12, .entry-content .entry .entry-container {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0
}
.entry-content ul {
  text-align: left;
  list-style-type: none;
  padding-left: 0
}
.entry-content ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 0.5rem
}
.entry-content ul li:before {
  content: "●";
  padding-right: 1em;
  font-weight: bold;
  color: #36cad6
}
.entry-content ol {
  text-align: left;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0
}
.entry-content ol li {
  margin-bottom: 1rem
}
.entry-content ol ol {
  padding-left: 1em
}
.entry-content ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 1rem
}
.entry-content ol li:before {
  counter-increment: item;
  content: counter(item) "";
  padding-right: 1em;
  font-weight: bold;
  color: #36cad6
}
.entry-content ol li:after {
  background-color: #f2f0e7;
  width: 38px;
  height: 38px;
  border-radius: 50%
}
.bg-light {
  background-color: #fff !important
}
.bg-primary {
  background-color: #36cad6 !important;
  color: #fff
}
#gototop {
  display: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #36cad6;
  border-radius: 4px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  width: 80px;
  height: 80px;
  -webkit-transition: background-color .3s ease-in;
  transition: background-color .3s ease-in
}
@media screen and (max-width: 767px) {
  #gototop {
    bottom: 10px
  }
}
#gototop:hover {
  background-color: #2eb0b9
}
@media(max-width: 767px) {
  .footer-nav li {
    display: block !important;
    margin: .5rem 0 !important
  }
}
footer {
  padding: 72px 40px
}
footer h3 {
  color: inherit;
  margin-bottom: 2rem
}
footer a:link, footer a:visited, footer a:active, footer a:hover {
  text-decoration: underline
}
footer .nav {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 70px
}
@media screen and (max-width: 767px) {
  footer .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
footer .nav a:link, footer .nav a:visited, footer .nav a:active, footer .nav a:hover {
  text-decoration: none
}
@media screen and (max-width: 767px) {
  footer .nav li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
  }
}
@media screen and (max-width: 767px) {
  footer .nav-link {
    padding: 1rem
  }
}
footer p {
  letter-spacing: .68px
}
footer .copyright {
  margin-top: 80px
}
@media screen and (max-width: 767px) {
  footer .address span {
    display: inline-block
  }
}
#adminBox {
  margin-top: 110px
}
#mainvisual {
  background-position: center bottom
}
#mainvisual h1>img {
  -webkit-filter: drop-shadow(6px 6px 6px rgba(55, 65, 71, 0.6));
  filter: drop-shadow(6px 6px 6px rgba(55, 65, 71, 0.6))
}
@media print, screen and (min-width: 768px) {
  #mainvisual {
    margin-top: 110px
  }
}
.no-webp #mainvisual {
  background-image: url("../assets/img/frontpage/bg-mainvisual@2x.png")
}
.webp #mainvisual {
  background-image: url("../assets/img/frontpage/bg-mainvisual@2x.png.webp")
}
.breadcrumb {
  padding: 1.2rem 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  background-color: rgba(0, 0, 0, 0)
}
.breadcrumb li::before {
  content: none !important
}
.breadcrumb li::after {
  content: "/";
  margin: 0 .5rem
}
.breadcrumb li:last-child:after {
  content: none !important
}
.bubble {
  position: relative;
  width: auto;
  height: auto;
  color: #36cad6;
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px
}
.bubble::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid
}
.bubble-right::after {
  border-width: 15px 0 15px 15px;
  top: 50%;
  right: -15px;
  margin-top: -15px;
  border-color: rgba(0, 0, 0, 0) #fff
}
.bubble-left::after {
  border-width: 15px 15px 15px 0 !important;
  top: 50% !important;
  left: -15px !important;
  margin-top: -15px !important;
  border-color: rgba(0, 0, 0, 0) #fff
}
.bubble-bottom::after {
  content: "";
  border-width: 15px 15px 0;
  border-color: #fff rgba(0, 0, 0, 0);
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%)
}
blockquote {
  background: #fff;
  border: 1px solid #d8d2ce;
  margin: 1.5em 10px;
  padding: .5em 10px
}
blockquote::before {
  color: #ccc;
  content: url("../assets/img/common/ico-quote.svg");
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: .4em
}
blockquote::before p {
  display: inline
}
.pager {
  width: 100%;
  display: block
}
.pager .page-nav {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (max-width: 767px) {
  .pager .page-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.pager .page-nav li {
  margin: 0 2px
}
@media screen and (max-width: 767px) {
  .pager .page-nav li {
    margin: 20px 0
  }
}
.pager .page-nav li.cur span {
  background-color: #36cad6;
  padding: 1rem;
  color: #fff
}
.pager .page-nav li:first-child a {
  border-radius: 40px 0px 0px 40px
}
.pager .page-nav li:last-child a {
  border-radius: 0px 40px 40px 0px
}
.pager .page-nav li.gotolist a {
  background-color: #36cad6;
  color: #fff
}
.pager .page-nav li::before {
  content: none !important
}
.pager .page-nav li a {
  background-color: #fff;
  padding: 1rem;
  color: #36cad6
}
br.big {
  height: 30px
}
br.middle {
  height: 15px
}
br.small {
  height: 5px
}
ul.li-line {
  list-style-type: none;
  padding: 0
}
ul.li-line li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  line-height: 1.5em;
  margin-bottom: .8rem;
  font-size: .65rem
}
ul.li-line li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 5px;
  background-color: #707070
}
.mail-step {
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  counter-reset: number 0
}
@media(max-width: 479px) {
  .mail-step {
    padding: 1rem 0
  }
}
.mail-step .mail-step-item {
  list-style: none;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media(max-width: 479px) {
  .mail-step .mail-step-item {
    font-size: 70%
  }
}
.mail-step .mail-step-item::before {
  font-size: inherit !important;
  display: table;
  counter-increment: number 1;
  content: counter(number) " ";
  background-color: #38c7b6;
  color: #fff;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 30px;
  padding-top: 2px
}
@media(max-width: 479px) {
  .mail-step .mail-step-item::before {
    margin: 0;
    padding: 6px 0
  }
}
.mail-step .mail-step-item::marker {
  display: inline-block;
  background-color: #38c7b6
}
.mail-step .mail-step-item-current {
  font-weight: bold
}
.mail-step .mail-step-item-current::before {
  background-color: #fff;
  border: 2px #38c7b6 solid;
  color: #38c7b6
}
.unit-layout-staggered .layout-staggered-row {
  padding: 2rem 0
}
.unit-list-check li {
  border-bottom: 1px #ccc solid;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-indent: 0 !important;
  padding-left: 0 !important;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start
}
.unit-list-check li span {
  -webkit-box-flex: 3;
  -webkit-flex: 3 1 1000px;
  -ms-flex: 3 1 1000px;
  flex: 3 1 1000px
}
.unit-list-check li::before {
  content: "" !important;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 45px;
  background-size: 40px 40px;
  background-image: url("../assets/img/common/ico-check.svg");
  background-repeat: no-repeat
}
.unit-box-white p {
  margin-bottom: .2rem
}
.unit-box-white strong {
  color: #6bd5c9
}
.unit-box-white ul {
  padding-left: 0;
  margin-left: 0
}
.unit-box-white ul li {
  display: inline;
  text-indent: 0;
  padding: 0 1.3rem 0 0
}
.unit-box-white ul li::before {
  padding-right: .5rem
}
.unit-remark {
  text-align: left;
  background-color: #f2f893;
  padding: 1.5rem;
  border-radius: 10px
}
.unit-remark p {
  margin-bottom: 0
}
.unit-faq dl {
  margin-bottom: 0
}
.unit-faq dt {
  background-color: #f2f0e7;
  margin-bottom: 2rem
}
@media screen and (max-width: 767px) {
  .unit-faq dt {
    margin-bottom: 0
  }
}
.unit-faq dt h3 {
  color: #36cad6;
  font-size: clamp(16px, 1rem + (1vw - 7.68px)*.8361, 21px);
  min-height: 0vw;
  font-weight: bold;
  margin-left: 20px
}
.unit-faq dt h3::before {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  content: "Q";
  color: #36cad6;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.unit-faq dd {
  padding-left: 6rem;
  padding-bottom: 4rem;
  position: relative
}
@media screen and (max-width: 767px) {
  .unit-faq dd {
    padding: 1rem 1rem 1rem 3rem
  }
}
.unit-faq dd::before {
  content: "A";
  font-size: 20px;
  color: #36cad6;
  position: absolute;
  left: 80px;
  top: 2px
}
@media screen and (max-width: 767px) {
  .unit-faq dd::before {
    left: 15px
  }
}
.unit-steptitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f0e7;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem
}
.unit-steptitle+div {
  line-height: 1.8;
  padding-left: 6rem;
  padding-bottom: 4rem
}
@media screen and (max-width: 767px) {
  .unit-steptitle+div {
    padding-left: 1rem
  }
}
.unit-steptitle .step {
  font-weight: bold;
  width: 80px;
  height: 80px;
  background-color: #36cad6;
  color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}
.unit-steptitle .step span {
  display: block
}
.unit-steptitle .step span:last-child {
  font-size: 25px
}
.unit-steptitle h3 {
  color: #36cad6;
  font-size: clamp(16px, 1rem + (1vw - 7.68px)*.8361, 21px);
  min-height: 0vw;
  padding-left: 6rem;
  font-weight: bold
}
br.lg {
  height: 50px;
  display: block
}
br.md {
  height: 20px;
  display: block
}
br.sm {
  height: 10px;
  display: block
}
.js-unit_group-align.box-white {
  background-color: #fff;
  padding: 1rem 2rem;
  margin: 1.5rem 0
}
@media screen and (max-width: 767px) {
  .js-unit_group-align.box-white {
    padding: .5rem 1rem;
    margin: 1.2rem 0
  }
}
.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 7rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0
}
.pager li {
  margin: 0 .3rem .5rem .3rem
}
.pager li.cur span {
  background-color: #20777d
}
.pager li>a, .pager li>span {
  background-color: #31c3d0;
  padding: 1rem;
  border: none;
  color: #fff !important;
  display: block
}
.pager li>span>a {
  color: #fff !important
}
.pager li a:hover {
  text-decoration: none
}
.pager li:first-child a {
  border-radius: 4px 0px 0px 4px !important
}
.pager li:last-child a {
  border-radius: 0px 4px 4px 0px !important
}
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #36cad6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999
}
.spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%)
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}
.loaded {
  opacity: 0;
  visibility: hidden
}
.page-header {
  margin-top: 100px;
  padding: 4rem 0;
  background-position: center -300px;
  background-size: 100%;
  background-repeat: no-repeat
}
@media(max-width: 991px) {
  .page-header:not(.page-header-top) {
    background-color: #36cad6
  }
}
@media(max-width: 991px) {
  .page-header {
    margin-top: 68px;
    padding: 0
  }
  .page-header .page-title {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 100%
  }
}
.page-header-top .box-white h2 {
  font-size: clamp(18px, 1.125rem + (1vw - 7.68px)*1.8395, 29px) !important;
  min-height: 0vw;
  line-height: 1.7
}
.page-header .box-white h2 {
  font-size: clamp(18px, 1.125rem + (1vw - 7.68px)*.5017, 21px);
  min-height: 0vw;
  text-align: justify
}
.page-header-top {
  margin-top: 0;
  background-position: center 50px;
  min-height: 650px
}
@media(max-width: 767px) {
  .page-header-top {
    min-height: 480px;
    background-size: 250%;
    background-position: center 70px
  }
  .page-header-top .box-white {
    margin-top: 30px
  }
}
.page-header .page-title {
  background-color: #36cad6;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .13em;
  padding: 2.5rem 10rem 2.5rem 1rem;
  margin-bottom: 0;
  text-align: left;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
  border-radius: 4px
}
.section-title {
  margin: 130px 0 80px 0
}
.section-title-bgline {
  padding: 0 0 80px 0;
  margin-bottom: 0
}
.section-title-bgline h4 {
  font-size: clamp(18px, 1.125rem + (1vw - 7.68px)*3.8462, 41px);
  min-height: 0vw;
  font-weight: bold;
  color: inherit;
  position: relative
}
.section-title-bgline h4::after {
  position: absolute;
  left: 50%;
  top: 73px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 112px;
  height: 8px;
  content: "";
  display: block;
  background-color: #f2f893
}
h2, .h2 {
  font-size: clamp(29px, 1.8125rem + (1vw - 7.68px)*3.8462, 52px);
  min-height: 0vw;
  font-weight: bold;
  letter-spacing: 4.16px
}
h3, .h3 {
  font-size: clamp(25px, 1.5625rem + (1vw - 7.68px)*.1672, 26px);
  min-height: 0vw;
  color: #36cad6;
  letter-spacing: .1em
}
.list-categories h2 {
  background-color: #36cad6;
  text-align: center;
  color: #fff;
  font-size: 17px;
  padding: 1rem;
  margin-bottom: 0
}
.list-categories ul {
  background-color: #f8f7f3;
  margin-top: 0
}
#nav-categories {
  margin: 2rem 0
}
#nav-categories a {
  padding: .5rem 2.5rem;
  font-weight: bold
}
#nav-categories a:first-child {
  padding-left: 0
}
#nav-categories a:link, #nav-categories a:visited {
  color: #36cad6
}
#nav-categories a:active, #nav-categories a:hover {
  color: #1c828a
}
.list-blog>div {
  margin-bottom: 2.5rem !important
}
.list-blog .entry-meta {
  color: #5b7072;
  font-size: 13px
}
.list-blog .label {
  display: block;
  margin-top: 1.5em;
  color: #36cad6;
  font-size: 13px;
  font-weight: bold
}
.list-blog .label a {
  color: #36cad6
}
.list-blog h3 {
  font-size: clamp(16px, 1rem + (1vw - 7.68px)*.3344, 18px);
  min-height: 0vw;
  font-weight: bold;
  margin-top: .5em;
  line-height: 1.5
}
.list-blog h3 a:link, .list-blog h3 a:visited, .list-blog h3 a:active, .list-blog h3 a:hover {
  color: #000
}
.list-blog p {
  font-size: 15px
}
.btn-primary {
  color: #fff;
  background-color: #36cad6;
  border-color: #36cad6;
  border-radius: 4px
}
.btn-primary:hover {
  color: #fff;
  background-color: rgba(54, 202, 214, .8);
  border-color: rgba(54, 202, 214, .8)
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #25a9b4;
  border-color: #20969f;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #36cad6;
  border-color: #36cad6
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #20969f;
  border-color: #0047b2
}
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #20969f;
  border-color: #0047b2
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5)
}
.show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5)
}
.btn-secondary {
  color: #fff;
  background-color: #738e90;
  border-color: #738e90;
  border-radius: 4px
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgba(115, 142, 144, .8);
  border-color: rgba(115, 142, 144, .8)
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5c7274;
  border-color: #516466;
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #738e90;
  border-color: #738e90
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #516466;
  border-color: #0047b2
}
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #516466;
  border-color: #0047b2
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5)
}
.show>.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5);
  box-shadow: 0 0 0 .2rem rgba(38, 121, 244, .5)
}
@media print, screen and (min-width: 768px) {
  .btn-wide {
    max-width: 60%
  }
}
.box {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2.5rem
}
.box p {
  font-size: 15px;
  margin: 0
}
.box-primary {
  background-color: #36cad6
}
.box-light {
  background-color: #f2f0e7
}
.box-yellow {
  border-color: #f2f893
}
.box-emerald {
  border-color: #36cad6
}
.box-bg-yellow {
  border-color: #f2f893;
  background-color: #f2f893
}
.box-bg-light-yellow {
  background-color: #f2efd2;
  border-color: #f2efd2
}
.box.hover-effect {
  -webkit-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out
}
.box.hover-effect:hover {
  background-color: rgba(255, 255, 255, .8)
}
.box~.link {
  background-color: #36cad6;
  display: block;
  width: 100%;
  padding: 1rem
}
table .table-small td, table .table-small th {
  padding: .5rem !important
}
table .table-big td, table .table-big th, .column-table- table td, .column-table- table th {
  padding: 1rem
}
.column-table- table {
  width: 100%;
  border-color: rgba(0, 0, 0, 0);
  border-collapse: collapse
}
.column-table- table th {
  border: 1px solid #d9d5bd;
  background: #f8f7f3;
  vertical-align: top;
  color: #000
}
.column-table- table td {
  background-color: #fff;
  text-align: left;
  border: 1px solid #d9d5bd;
  vertical-align: top;
  color: #000
}
@media only screen and (max-width: 479px) {
  table.is-table-sp-block {
    border: none
  }
  table.is-table-sp-block tbody {
    border-top: 1px solid #d9d5bd
  }
  table.is-table-sp-block th {
    border-bottom: none !important
  }
  table.is-table-sp-block th, table.is-table-sp-block td {
    width: auto;
    display: block;
    border-top: none !important;
    padding: 1rem
  }
}
@media only screen and (max-width: 479px) {
  table.is-table-scrollable {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
  }
}
table .table-small {
  width: 100%;
  border: 1px solid #adb4b8;
  border-collapse: collapse
}
table .table-small th {
  border: 1px solid #d9d5bd;
  background: #f8f7f3
}
table .table-small td {
  background-color: #fff;
  text-align: left;
  border: 1px solid #d9d5bd
}
table .table-big {
  width: 100%;
  border: 1px solid #adb4b8;
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid #d9d5bd
}
table .table-big tr {
  border-top: 1px solid #d9d5bd
}
table .table-big th {
  background-color: #f8f7f3;
  border-top: none
}
table .table-big td {
  background-color: #fff;
  border-top: none
}
.contact textarea, .contact select, .contact input[type=text], .contact input[type=tel], .contact input[type=email] {
  background-color: #f8f7f3 !important;
  border: none !important
}
select[name=address-level1] {
  padding: 0 1rem
}
.item-form {
  border-bottom: 1px #d9d5bd solid;
  padding: 1rem 0;
  margin-bottom: 0
}
.item-form:last-child {
  border-bottom: 0
}
.contact-box table td {
  text-align: left
}
.form-group {
  margin: .5rem 0
}
.error-text, .message {
  color: #dd635a;
  text-align: left
}
.badge-danger {
  background-color: #dd635a;
  border-radius: 0
}
input:valid, input:invalid, textarea:invalid {
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 16px
}
input:invalid, textarea:invalid {
  border-color: #dd635a;
  background-color: #fbefee;
  background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-128.000000, -59.000000%29' fill='%23D46774'%3E%3Cpolygon points='157.848404 61.9920213 145.980053 73.8603723 157.848404 85.7287234 154.856383 88.7207447 142.988032 76.8523936 131.119681 88.7207447 128.12766 85.7287234 139.996011 73.8603723 128.12766 61.9920213 131.119681 59 142.988032 70.8683511 154.856383 59'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}
.svg-inline--fa {
  color: #36cad6
}
#panel-btn-icon {
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #36cad6;
  -webkit-transition: .2s;
  transition: .2s
}
#panel-btn-icon::before, #panel-btn-icon::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  background: #36cad6;
  -webkit-transition: .3s;
  transition: .3s
}
#panel-btn-icon::before {
  margin-top: -6px
}
#panel-btn-icon::before {
  margin-top: -6px
}
#panel-btn .close {
  background: rgba(0, 0, 0, 0)
}
#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0
}
#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}
#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg)
}
#cta h2 {
  font-size: calc(1.5625rem + (1vw - 7.68px)*2.3438)
}
#cta h2 span {
  display: inline-block
}
#cta p {
  letter-spacing: 1.2px
}
#cta .tel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
#cta .tel-number {
  color: #36cad6;
  font-weight: bold;
  letter-spacing: 4.16px;
  font-size: clamp(31px, 1.9375rem + (1vw - 7.68px)*3.5117, 52px);
  min-height: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold
}
#cta .tel-number img {
  width: 60px
}
@media(max-width: 767px) {
  #cta .tel-number img {
    width: 36px
  }
}
#cta .tel-number~p {
  font-size: calc(.6875rem + (1vw - 7.68px)*.3472);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold
}
#cta .box-white {
  height: 132px
}
#bottomMenu {
  width: 70vw;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9998
}
#bottomMenu .tel-link a {
  color: #ffea4d
}
@media(max-width: 1479px) {
  #bottomMenu {
    width: 100vw;
    margin: 0 !important;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}
.acms-admin-media-unit-droparea-text {
  margin-bottom: 0 !important
}
