@charset "UTF-8";
/*
Theme Name: kazaguruma.com
Theme URI: https://kagaguruma.com
Author: moritoneko
Author URI: https://moritoneko.com
Description:Located in a quiet residential area in Midori Ward, Nagoya, Kazaguruma Group Home is a warm home that provides support for daily life so that people with disabilities can live safely in the community.
Requires at least: 0.0
Tested up to: 0.0
Requires PHP: 0.0
Version: 0.5
License: Owned by Space Wide studio and moritoneko.com.
License URI: https://moritoneko.com
Text Domain: kagaguruma.com

kazaguruma WordPress Theme, (C) 2026 Space Wide studio and moritoneko.com.
kazaguruma is owned by kazaguruma and moritoneko.com.
*/
/*** 1.0.0 common ***/
/*** 1.1.0 contact ***/
/*** 2.0.0 header ***/
/*** 3.0.0 footer ***/
/*** 4.0.0 index page ***/
/*** 5.0.0 under page ***/
/*** 7.0.0 blog page ***/
/*** 9.0.0 responsive ***/
/*** 9.1.0 responsive 991.98px ***/
/*** 9.2.0 responsive 575.98px ***/
/*** 1.0.0 common ***/
@import url("default.css");
@import url("layout.css");
@import url("components.css");
/* slider */
#my-slider {
  max-width: 1200px;
  margin: 0 auto;
}
#my-slider .sp-slide {
  aspect-ratio: 16/9;
}
#my-slider .sp-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* header */
.site-header {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .site-header {
    position: fixed;
  }
}

.header_wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1140px;
}
.header_wrap nav {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  transform: translateY(-50%);
  margin: 0;
  float: none;
}
.header_wrap nav > ul {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
  padding: 0;
}
.header_wrap nav > ul > li {
  list-style: none;
  position: relative;
  font-weight: 600;
}
.header_wrap nav > ul > li strong i {
  color: #0068b6;
}
.header_wrap nav > ul > li:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #0068b6;
  width: 0;
  height: 1px;
  transition: 0.3s;
}
.header_wrap nav > ul > li:hover:before {
  width: 100%;
}
.header_wrap nav > ul > li > a {
  padding: 14px 1.5em;
  text-decoration: none;
  color: #000;
}
.header_wrap nav > ul > li > a strong {
  font-size: 16px;
}

.facility--intro {
  position: relative;
}
.facility--intro .triangle {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #0068b6;
  height: 10.3923048454px;
  width: 15px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.facility--intro ul {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  padding: 0;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.facility--intro ul li {
  list-style: none;
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  width: 210px;
  background-color: #0068b6;
  text-align: center;
}
.facility--intro ul li:nth-child(1) {
  border-radius: 8px 8px 0 0;
}
.facility--intro ul li:nth-child(2) {
  border-radius: 0 0 8px 8px;
}
.facility--intro ul li a {
  padding: 14px 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
  display: block;
}
.facility--intro ul li:hover {
  transition: 0.2s;
  filter: brightness(1.1) saturate(2);
}
.facility--intro:hover .triangle,
.facility--intro:hover ul {
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
}

.logo_wrap {
  padding-top: 1.1rem;
  margin-bottom: 1rem;
}
.logo_wrap img {
  width: 215px;
}

/* hamburger menu */
.side--menu {
  display: none;
}
.side--menu.active nav {
  right: 0;
}
.side--menu nav {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: calc(100vh - 62px);
  background: #fff;
  transition: 0.2s;
  z-index: 10000;
}
.side--menu nav ul {
  list-style: none;
  padding: 0;
}
.side--menu nav ul li {
  line-height: 1.65;
  font-size: 18px;
}
.side--menu nav ul li a {
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  display: block;
  padding: 10px;
  color: #0068b6;
}
.side--menu nav > ul {
  border-top: 1px solid #ccc;
  margin: 65px 15px 0 !important;
}
@media (max-width: 991.98px) {
  .side--menu {
    display: block;
  }
}
.side--menu .facility--intro--sp ul {
  margin-left: 27px;
}

.menu-cta2 {
  margin: 28px 16px calc(28px + env(safe-area-inset-bottom));
}
.menu-cta2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  padding: 26px 28px;
  background: #0068b6;
  color: #fff;
  text-decoration: none;
  border-radius: 48px;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.1);
  font-weight: 800;
  text-align: center;
}
.menu-cta2 .icon {
  line-height: 0;
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}
.menu-cta2 .icon svg {
  width: 100%;
  height: 100%;
}
.menu-cta2 .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.08;
}
.menu-cta2 .label p {
  text-align: left;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

/* 極小画面で少しだけ縮小 */
@media (max-width: 360px) {
  .menu-cta2 a {
    padding: 22px 22px;
  }
  .menu-cta2 .icon {
    width: 40px;
    height: 40px;
  }
  .label .title,
  .label .sub {
    font-size: 22px;
  }
}
/* contact form 7 */
.contact-wrap {
  margin: 0 auto;
  max-width: 450px;
  padding-bottom: 120px;
}
.contact-wrap label {
  display: block;
  margin-bottom: 20px;
}
.contact-wrap :focus-visible {
  outline: #0068b6 auto 1px;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
  display: none;
}

.wpcf7-form-control-wrap {
  position: relative;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0.3em 1em;
  margin: 0 0 0.5rem;
  width: 100%;
  color: #333;
  background-color: #fff;
}

input[type=submit] {
  font-size: 1rem;
  border: none;
  background-color: #0068b6;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 5px;
}

input[type=button],
input[type=submit] {
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

input:where(:not([type=checkbox], [type=radio])),
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

/* .btn-trigger */
.btn-trigger {
  width: 40px;
  height: 29px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0068b6;
  border-radius: 3px;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 13px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn04--wrap {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 40px;
  height: 29px;
  z-index: 10001;
}

#btn04 span:nth-of-type(3),
#btn04.active span:nth-of-type(3) {
  transition: none;
}

#btn04.active {
  transform: rotateX(720deg);
}
#btn04.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}
#btn04.active span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
#btn04.active span:nth-of-type(3) {
  opacity: 0;
}

/* fix_header */
.site-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  transform: translateY(-100%);
  visibility: hidden;
  pointer-events: none;
}
.site-header--sticky.is-show {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  transition: 0.3s;
}
.site-header--sticky.is-show .logo_wrap {
  display: none;
}
.site-header--sticky.is-show .header_wrap {
  justify-content: center;
}
.site-header--sticky.is-show .header_wrap nav {
  position: static;
  transform: none;
}
.site-header--sticky.is-show > ul {
  margin: 10px;
  justify-content: center;
}

/* fix_footer 991.98px */
.mobile-fix-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.mobile-fix-nav .mobile-fix-nav-menu {
  margin: 0 auto;
  box-sizing: border-box;
  height: 62px;
  padding: 12px 0 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  opacity: 0.9;
}
.mobile-fix-nav .mobile-fix-nav-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  list-style-type: none;
  font-size: 10px;
  line-height: 1.3;
}
.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn,
.mobile-fix-nav .mobile-fix-nav-menu li a {
  border: none;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #0068b6;
}
.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn .link-icon,
.mobile-fix-nav .mobile-fix-nav-menu li a .link-icon {
  display: block;
  margin-bottom: 4px;
}
.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn i,
.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn svg,
.mobile-fix-nav .mobile-fix-nav-menu li a i,
.mobile-fix-nav .mobile-fix-nav-menu li a svg {
  font-size: 22px;
  font-style: normal;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .mobile-fix-nav {
    display: block;
  }
}

/* common_parts */
.hl--h2 {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0px auto 55px;
}
.hl--h2 h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 28px;
}
.hl--h2 h2:after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background-color: #0068b6;
  margin: 25px auto 0;
}
.hl--h2:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
}
.hl--h2 .h2--en {
  color: #0068b6;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 15px;
}
.hl--h2 .read {
  font-size: 16px;
  text-align: center;
}
.hl--h2 .contact--read {
  margin-bottom: 25px;
}
.hl--h2 .tel {
  color: #0068b6;
  font-size: 32px;
  font-weight: 600;
}
.hl--h2 .tel i {
  font-size: 30px;
  color: #0068b6;
  margin-right: -10px;
}
.hl--h2 .tel i:before {
  content: "\f095";
  color: #0068b6;
}
.hl--h2 .guide--time {
  color: #0068b6;
  font-weight: 600;
}

.main {
  position: relative;
}

section {
  max-width: 1110px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto 60px;
}

/*** 3.0.0 footer ***/
.footer--contact--section {
  padding: 60px 30px;
  background-color: #e4f1fb;
  max-width: initial;
  width: 100%;
  margin: 0 auto !important;
}
.footer--contact--section .button--wrap {
  display: flex;
  justify-content: center;
}
.footer--contact--section .button--wrap .button {
  text-align: center;
  width: 280px;
}
.footer--contact--section .button--wrap .button:nth-child(1) {
  margin-right: 40px;
}
.footer--contact--section .button--wrap .button a {
  text-decoration: none;
  transition: 0.3s;
  border-radius: 45px;
  background-color: #0068b6;
  padding: 16px 34px;
  display: block;
}
.footer--contact--section .button--wrap .button a span {
  font-size: 22px;
  color: #fff;
}
.footer--contact--section .button--wrap .button a:hover {
  filter: brightness(1.1) saturate(2);
}

.footer--map {
  border: 0;
  margin-bottom: -9px;
}
.footer--map .i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

.copyright {
  color: #fff;
  background-color: #0068b6;
  letter-spacing: 0.2em;
  padding: 5px 0;
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .copyright {
    display: block;
    height: 98px;
  }
}

.recruit--side--btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  z-index: 9999;
}

/* return_button */
.header--return--button--wrap .header--return--button {
  transition: 0.3s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 22px;
  background-color: #0068b6;
}
.header--return--button--wrap .header--return--button:before {
  position: absolute;
  content: "";
  left: 15px;
  bottom: 11px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  rotate: 135deg;
}
.header--return--button--wrap:hover .header--return--button {
  background-color: #68bdff;
}

/*** 4.0.0 index page ***/
.top--section01 {
  margin: 60px auto;
}
.top--section01 h3 {
  font-size: 24px;
  margin: 0 0 25px;
}
.top--section01 p {
  margin: 0 0 30px;
}
.top--section01 .top--section01--inr1 {
  display: flex;
  width: 100%;
  margin: 0 0 40px;
}
.top--section01 .top--section01--inr1 .left {
  width: 45%;
  margin: 0 5% 0 0;
}
.top--section01 .top--section01--inr1 .right {
  width: 50%;
}
.top--section01 .top--section01--inr2 {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}
.top--section01 .top--section01--inr2 .left {
  width: 50%;
  margin: 0 5% 0 0;
}
.top--section01 .top--section01--inr2 .right {
  width: 45%;
}
.top--section01 .button {
  box-sizing: border-box;
  margin-top: 0;
  text-align: center;
}
.top--section01 .button a {
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border: 1px solid #0068b6;
  color: #0068b6;
  font-size: 16px;
  padding: 0.6em 1.5rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  width: 100%;
  border-radius: 25px;
}
.top--section01 .button a:hover {
  opacity: 0.8;
  box-shadow: 0 0 0 0.2rem rgba(171, 184, 195, 0.25);
}
.top--section01 .button a span {
  box-sizing: border-box;
  font-weight: 600;
}
.top--section01 .button a i {
  font-family: "Font Awesome 5 Free";
}

.flow--section .flow--section--inr1 {
  display: flex;
  flex-wrap: wrap;
}
.flow--section .flow--section--inr1 div {
  width: 32%;
  margin: 0 2% 25px 0;
}
.flow--section .flow--section--inr1 div:nth-child(3n) {
  margin-right: 0;
}
.flow--section .flow--section--inr1 img {
  margin: 0 0 15px 0;
}
.flow--section .flow--section--inr1 h3 {
  color: #0068b6;
  margin: 0 0 6px 0;
}

.voice--section {
  padding: 60px 30px;
  max-width: initial;
  background-color: #f3f4f5;
  margin-bottom: 0;
}
.voice--section .voice--section--inr {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}
.voice--section .voice--section--inr div {
  width: 31%;
  margin: 0 3.5% 0 0;
}
.voice--section .voice--section--inr div:nth-child(3n) {
  margin-right: 0;
}
.voice--section figure {
  width: 60%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 20px;
}
.voice--section figure:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.voice--section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.voice--section .name {
  text-align: center;
  margin: 0 0 30px;
}
.voice--section h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.6em;
}
.voice--section .voice {
  text-align: justify;
}

/*** 5.0.0 under page ***/
/* pankuzu */
.breadcrumb {
  border-top: 1px solid var(--vk-color-border-hr);
  border-bottom: 1px solid var(--vk-color-border-hr);
  font-size: 12px;
}
.breadcrumb .container {
  max-width: 1140px;
}

.breadcrumb-list {
  margin: 0;
  padding: 5px 0 3px;
  box-sizing: border-box;
}
.breadcrumb-list li {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.breadcrumb-list li:after {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.breadcrumb-list li:last-child:after {
  content: "";
  margin-left: 0;
  margin-right: 0;
}
.breadcrumb-list li a {
  text-decoration: none;
}

/* under page common */
.under--section1 {
  margin: 0 auto;
  background-color: #e4f1fb;
  max-width: none;
  padding: 60px 30px;
}
.under--section1 .company--read {
  text-align: justify;
  max-width: 740px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
}
.under--section1 .company--text {
  text-align: justify;
  max-width: 740px;
  margin: 0 auto 30px;
}
.under--section1 .signature {
  text-align: right;
  max-width: 740px;
  margin: 0 auto;
}

.mini--header {
  background-color: #00a6db;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  border-radius: 25px;
  margin: 0 auto 20px;
  max-width: 300px;
  width: calc(100% - 60px);
}

/* Info */
.info--wrap {
  max-width: 1090px;
  margin: 0 auto;
}
.info--wrap .info--tag {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.info--wrap .info--tag li {
  list-style: none;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  padding: 10px 15px 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
  transition: 0.3s;
}
.info--wrap .info--tag li.active {
  background-color: #0068b6;
  color: #fff;
}
.info--wrap .info--tag li.inactive {
  background-color: #ccc;
  color: #333;
}
.info--wrap .info--tag li.inactive:hover {
  background-color: #0068b6;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.info--bodys {
  border-top: 3px solid #0068b6;
  background: #fff;
  padding: 30px 30px;
  max-width: 1090px;
}
.info--bodys .active {
  display: block;
}
.info--bodys .inactive {
  display: none;
}

.exterior--img {
  margin-bottom: 60px;
}

.info--table {
  margin-bottom: 60px;
}
.info--table table {
  width: 100%;
  border-collapse: collapse;
}
.info--table table tr {
  border-bottom: 1px solid #ccc !important;
}
.info--table table tr:nth-child(1) {
  border-top: 1px solid #ccc;
}
.info--table table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.info--table table tr td {
  padding: 5px 15px;
}
.info--table table tr td:nth-child(1) {
  width: 150px;
}
.info--table table tr td ul {
  margin-left: 15px;
  padding-left: 0;
}
.price--table {
  margin-bottom: 60px;
}
.price--table table {
  width: 100%;
  border-collapse: collapse;
}
.price--table table tr {
  border-bottom: 1px solid #ccc !important;
}
.price--table table tr:nth-child(1) {
  border-top: 1px solid #ccc;
}
.price--table table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.price--table table tr th {
  background-color: #0068b6;
  color: #fff;
  padding: 10px 15px;
  text-align: left;
  font-size: 20px;
  line-height: 1.2em;
}
.price--table table tr th:nth-child(1) {
  width: 200px;
}
.price--table table tr td {
  padding: 5px 15px;
}
.price--table table tr td ul {
  margin-left: 15px;
  padding-left: 0;
}
/* Company */
.company--profile {
  border-radius: 20px;
  border: none;
  border-collapse: separate;
  border-spacing: 30px 10px;
  margin: 0 auto;
  background: #fff;
  font-size: 14px;
  padding: 20px 0;
}
.company--profile tbody tr td.tel {
  font-size: 16px;
  font-weight: 600;
}
.company--profile tbody tr td:nth-child(1) {
  width: 150px;
  text-align: center;
}
.company--profile tbody tr td:nth-child(1) strong {
  width: 100%;
}

/* FAQ */
.qa--read {
  text-align: justify !important;
}

.accordion {
  margin-bottom: 60px;
}
.accordion h4 {
  background-color: #fff;
  padding: 18px 45px 16px 20px;
  margin: 10px 0 0;
  transition: background 0.1s ease;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  color: #484848;
}
.accordion h4::before, .accordion h4::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #0068b6;
}
.accordion h4::after {
  transform: rotate(-90deg);
  transition: transform 0.1s;
}
.accordion h4.active::after {
  transform: rotate(0deg);
}
.accordion h4 span::before {
  position: absolute;
  content: "Q";
  top: -6px;
  left: 0;
  color: #0068b6;
  font-size: 17px;
  font-weight: 600;
}
.accordion h4:hover {
  background-color: #f2f2f2;
}
.accordion h4 span {
  position: relative;
  padding-left: 25px;
}
.accordion p {
  display: none;
  background-color: #fff;
  padding: 12px 20px 10px;
  border-top: 1px solid #eee;
  font-size: 14px;
}
.accordion p span {
  position: relative;
}

.qa--wrap .accordion:last-child {
  margin-bottom: 0;
}

/* How to spend */
.houwto--wrap {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
}
.houwto--wrap .step--item:last-child .step--item--content::before {
  display: none;
}

.step--item {
  position: relative;
}

.step--item--content {
  overflow-wrap: break-word;
  word-break: break-word;
  padding-left: 72px;
}
.step--item--content h4 {
  padding-top: 0.5rem;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding-top: 0.5rem;
  margin: 0 0 25px;
  font-size: 20px;
}
.step--item--content p {
  margin-bottom: var(--vk-margin-md);
  margin: 0 0 30px;
}
.step--item--content:after {
  border: 1px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  clear: both;
}
.step--item--content::before {
  content: "";
  width: 2px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 50px;
  left: 24px;
  bottom: 0;
}

.step--item--dot {
  position: absolute;
  background: #0068b6;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 9px 0;
  text-align: center;
  color: #fff;
}
.step--item--dot .cap {
  font-size: 0.5rem;
  line-height: 0.875rem;
}
.step--item--dot .num {
  line-height: 1em;
  font-weight: 600;
}

/*** 9.0.0 responsive ***/
/*** 9.1.0 responsive 991.98px ***/
@media (max-width: 991.98px) {
  .slider-pro {
    padding-top: 60px;
  }
  .header_wrap {
    display: block;
    height: 64px;
    margin: 0 auto;
    padding: 0;
    width: auto;
    max-width: initial;
  }
  .header_wrap .logo_wrap {
    padding-top: 10px;
    margin: 0 auto;
    width: 170px;
    position: relative;
    z-index: 10001;
  }
  .header_wrap nav {
    display: none;
  }
  .header--return--button--wrap .header--return--button {
    bottom: 103px;
    right: 11px;
  }
  .footer--contact--section .button--wrap {
    display: block;
  }
  .footer--contact--section .button--wrap .button {
    margin: 0 auto;
  }
  .footer--contact--section .button--wrap .button:nth-child(1) {
    margin: 0 auto 30px;
  }
  .copyright {
    font-size: 12px;
    height: 92px;
  }
  .breadcrumb {
    padding-top: 65px;
  }
}
/*** 9.2.0 responsive 575.98px ***/
@media (max-width: 575.98px) {
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
  .recruit--side--btn {
    display: none;
  }
  .hl--h2 {
    margin-bottom: 30px;
  }
  .hl--h2 h2 {
    font-size: 26px;
  }
  .hl--h2 .h2--en {
    font-size: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .hl--h2 .read {
    font-size: 14px;
  }
  .hl--h2 .read br {
    display: none;
  }
  .top--section01 {
    margin-top: 30px;
  }
  .top--section01 .left,
  .top--section01 .right {
    width: 100% !important;
  }
  .top--section01 .top--section01--inr1,
  .top--section01 .top--section01--inr2 {
    display: block;
  }
  .top--section01 h3 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 20px;
  }
  .top--section01 p {
    margin-bottom: 20px;
    text-align: justify;
  }
  .top--section01 .top--section01--inr1 .left {
    margin: 0 0 20px;
    text-align: justify;
    font-size: 12px;
  }
  .top--section01 .top--section01--inr1 .right {
    margin: 0 0 60px;
  }
  .top--section01 .top--section01--inr2 .left {
    margin: 0 0 60px;
  }
  .top--section01 .top--section01--inr2 .right {
    margin: 0 0 20px;
  }
  .flow--section .flow--section--inr1 div {
    width: 100%;
    margin: 0 0 40px;
  }
  .flow--section .flow--section--inr1 div:nth-last-child(1) {
    margin-bottom: 0;
  }
  .voice--section .voice--section--inr {
    display: block;
  }
  .voice--section .voice--section--inr div {
    width: 100%;
    margin: 0 0 25px;
  }
  .voice--section .voice--section--inr div:nth-last-child(1) {
    margin: 0;
  }
  .voice--section .name {
    margin-bottom: 20px;
  }
  .voice--section h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .company--profile {
    border-spacing: 19px 5px;
  }
  .company--profile tbody tr td {
    font-size: 12px;
  }
  .company--profile tbody tr td:nth-child(1) {
    width: 80px;
  }
  .company--profile a {
    color: #0068b6;
    text-decoration: none;
  }
  .mini--header {
    font-size: 16px;
  }
  /* info */
  .info--bodys {
    padding: 30px 0 0;
  }
  .info--wrap .info--tag li {
    border-radius: 8px 8px 0 0;
    padding: 5px 10px 5px;
    font-size: 14px;
    margin-right: 2px;
  }
  .info--table td,
  .price--table td {
    font-size: 12px;
  }
  .info--table td ul,
  .price--table td ul {
    margin: 0 0 0 15px;
  }
  .price--table:last-child {
    margin-bottom: 0;
  }
  .price--table table tr th {
    font-size: 16px;
  }
  .info--table table tr td:nth-child(1),
  .price--table table tr th:nth-child(1) {
    width: 100px;
  }
}/*# sourceMappingURL=style.css.map */