@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 10px; }
  @media (max-width: 1280px) and (min-width: 960.5px) {
    html {
      font-size: 0.781vw; } }
  @media (max-width: 960px) and (min-width: 750.5px) {
    html {
      font-size: 1.1vw; } }
  @media (max-width: 750px) {
    html {
      font-size: 2.66667vw; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-size: 1.6rem;
  line-height: 170%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%; }

body, html {
  height: 100%; }

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

a:hover, a:visited, a:focus {
  outline: none;
  border: none; }

a, button {
  color: inherit;
  text-decoration: none;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s; }

input, textarea, button, select {
  outline: none;
  resize: none; }

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s; }

.hv-o {
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  transition: ease all 0.35s; }

.hv-o:hover {
  opacity: 0.8; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -50px;
  width: 100%;
  visibility: hidden; }

[class*="grid"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.grid-1000 {
  max-width: 103rem; }

.grid-1200 {
  max-width: 123rem; }

.grid-1300 {
  max-width: 133rem; }

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap; }

[class*="aic"] {https://developer-cc.com/10250406_kinaco/wp-admin/theme-editor.php?file=footer.php&theme=kinaco
  align-items: center; }

[class*="aie"] {
  align-items: flex-end; }

[class*="ais"] {
  align-items: flex-start; }

[class*="jcc"] {
  justify-content: center; }

[class*="jcsb"] {
  justify-content: space-between; }

[class*="jcfe"] {
  justify-content: flex-end; }

.u-sp {
  display: none !important; }

@media (max-width: 960px) {
  body {
    font-size: 1.5rem; }

  .u-sp {
    display: block !important; }

  .u-pc {
    display: none !important; } }
#page_top {
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #0c3795 url(../image/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      position: fixed; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }

.text-center {
  text-align: center; }

header {
  height: 7.2rem; }

.wp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 10; }
  .wp-header-gp {
    height: 7.2rem; }
    .wp-header-gp-logo img {
      width: 15.9rem; }

.menu li {
  list-style: none;
  margin-left: 4.5rem; }
  .menu li:first-child {
    margin-left: 0; }
  .menu li a {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0; }
  .menu li.current-menu-item a, .menu li:hover a {
    color: #2584A0; }

@media (max-width: 960px) {
  header {
    height: 6rem; }

  .wp-header-gp {
    height: auto; }
    .wp-header-gp-logo {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 6rem; }
      .wp-header-gp-logo img {
        width: 12rem; }
    .wp-header-gp-menu {
      display: none;
      width: 100%; }

  .menu {
    display: block; }
    .menu li {
      margin-left: 0;
      border-bottom: #CCC dashed 1px; }
      .menu li:last-child {
        border-bottom: 0; }
      .menu li a {
        display: block;
        text-align: center;
        padding: 1.4rem; }

  .nav-menu {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer; }
    .nav-menu span {
      background: #000;
      display: block;
      height: 2px;
      transition: transform 0.3s;
      width: 100%;
      transform-origin: center;
      position: relative; }
    .nav-menu.active span:first-child {
      transform: rotate(45deg);
      margin-bottom: 0;
      top: .8rem; }
    .nav-menu.active span:nth-child(2) {
      display: none; }
    .nav-menu.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -0.7rem; } }
/* Row menu */
.mv-video video {
  width: 100%;
  height: 108rem;
  vertical-align: top;
  object-fit: cover; }

.title-default-01 * {
  display: block;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0; }
.title-default-01-en {
  font-size: 3.5rem;
  background: linear-gradient(180deg, #2483A0 0%, #7BD4E3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Century Gothic", sans-serif; }
.title-default-02 {
  color: #2584A0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 0;
  padding: 2.1rem 3.2rem;
  background: linear-gradient(180deg, #2483A0 0%, #7BD4E3 100%);
  margin-bottom: 2.1rem; }
  .title-default-02::before {
    content: "";
    position: absolute;
    width: calc(100% - .2rem);
    height: calc(100% - .2rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: #F6FEFF; }
  .title-default-02 .line {
    position: absolute;
    top: calc(50% - .7rem);
    left: 0;
    width: 2.1rem;
    display: block;
    height: 1.5rem;
    background: #F6FEFF; }
    .title-default-02 .line::before {
      content: "";
      position: absolute;
      width: 2.1rem;
      height: 1px;
      top: 50%;
      left: 0;
      background: #2584A0; }
.title-default-03 {
  position: relative;
  z-index: 0;
  margin-bottom: 4rem; }
  .title-default-03::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: linear-gradient(180deg, #2483A0 0%, #7BD4E3 100%);
    z-index: -1; }
  .title-default-03 .text {
    color: #2584A0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    background: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    padding-right: 1.5rem; }
.title-default-04 {
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2rem; }

.about-us {
  background: #F1F1F2;
  padding: 8.7rem 0 6.5rem; }
  .about-us__head {
    margin-bottom: 5.7rem; }
  .about-us__description {
    font-size: 1.6rem;
    line-height: 175%;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 5.2rem; }
  .about-us__contact-link {
    width: 30.5rem;
    height: 6rem;
    gap: 1.5rem;
    font-size: 1.6rem;
    padding-right: 2.7rem;
    border: 1px solid #000000;
    box-shadow: 0.2rem 0.2rem 0.2rem 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .about-us__contact-link::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      top: 50%;
      right: 5.7rem;
      transform: translateY(-50%);
      -webkit-mask: url(common/img/arrow-right.svg) center/100% no-repeat;
      mask: url(common/img/arrow-right.svg) center/100% no-repeat;
      background: #000000; }
    .about-us__contact-link:hover {
      background-color: #000000;
      color: #FFFFFF; }
      .about-us__contact-link:hover:before {
        background: #FFFFFF; }

.business {
  background: #F6FEFF;
  padding: 8.7rem 0 8rem; }
  .business__header {
    margin-bottom: 6.7rem; }
  .business__img {
    margin-bottom: 8rem; }
    .business__img img {
      width: 100%; }

.vision {
  padding-bottom: 10rem;
  background: #F6FEFF; }
  .vision__video {
    margin-bottom: 8rem; }
    .vision__video img {
      width: 100%; }

.list-default-01 {
  counter-reset: section; }
  .list-default-01 li {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: 0;
    list-style: none;
    position: relative;
    padding-left: 4.3rem;
    margin-bottom: 2.1rem; }
    .list-default-01 li:last-child {
      margin-bottom: 0; }
    .list-default-01 li::before {
      counter-increment: section;
      content: counter(section);
      position: absolute;
      left: 0;
      font-weight: 700;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 100%;
      font-family: "Noto Serif JP", serif;
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #2483A0 0%, #7BD4E3 100%); }

.our-mission {
  padding: 8rem 0 8.7rem;
  background: url(common/img/mission-bg.jpg) no-repeat center;
  background-size: cover; }
  .our-mission__head {
    margin-bottom: 5rem; }
    .our-mission__head p {
      font-size: 1.8rem; }
    .our-mission__head .title-default-01 {
      margin-bottom: 4.7rem; }
  .our-mission__wrap {
    padding: 8.7rem 0 6.2rem;
    background: #FFFFFF; }
  .our-mission-content, .our-mission-image {
    width: 50%; }
  .our-mission-content {
    padding-left: 5.8rem;
    padding-right: 3.2rem; }
    .our-mission-content .list-default-01 {
      max-width: 53rem; }
  .our-mission-image img {
    width: 100%; }

.service {
  padding: 8.6rem 0 8.2rem;
  background: #F6FEFF; }
  .service-head {
    margin-bottom: 4.6rem; }
  .service-image {
    margin-bottom: 5rem; }
    .service-image img {
      width: 100%; }
  .service-main-text {
    font-size: 1.6rem;
    margin-bottom: 3.7rem; }
  .service .list-default-01 {
    margin-bottom: 8.5rem; }
    .service .list-default-01 li {
      margin-bottom: 1.3rem; }
      .service .list-default-01 li:last-child {
        margin-bottom: 0; }

.voice {
  background: #F1F1F2;
  padding-top: 8.4rem; }
  .voice__head {
    margin-bottom: 4.7rem; }
  .voice__group {
    background: #FFFFFF;
    margin-bottom: 4.8rem; }
    .voice__group:last-child {
      margin-bottom: 0; }
    .voice__group-image, .voice__group-content {
      width: 50%; }
    .voice__group-content p {
      line-height: 175%;
      font-weight: 300;
      max-width: 60rem; }
    .voice__group-image img {
      width: 100%;
      clip-path: polygon(0 0, 100% 0, calc(100% - 14.5rem) 100%, 0% 100%); }

.recommend {
  background: #F9FEFF;
  padding-top: 8.4rem; }
  .recommend .about-us__contact-link {
    margin-left: 0; }
  .recommend__head {
    margin-bottom: 4.8rem; }
  .recommend__01-gp {
    margin-bottom: 6rem; }
  .recommend__01-image, .recommend__01-content {
    width: 50%; }
  .recommend__01-content {
    padding-left: 5rem; }
    .recommend__01-content p {
      font-weight: 300;
      line-height: 175%; }
  .recommend__02-gp {
    background: #F0F1F3; }
  .recommend__02-image, .recommend__02-content {
    width: 50%; }
  .recommend__02-content {
    max-width: 60rem; }
    .recommend__02-content-text {
      font-weight: 300;
      line-height: 175%;
      margin-bottom: 4rem; }
  .recommend__02-image img {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 12.5rem) 100%, 0% 100%); }

.news {
  padding: 8.4rem 0 6rem;
  background: #F9FEFF; }
  .news__head {
    margin-bottom: 2rem; }
  .news__list li {
    list-style: none; }
    .news__list li a {
      display: flex;
      border-bottom: #2584A0 solid 1px;
      padding: 2.9rem 0;
      transition: all 0.35s; }
      .news__list li a:hover {
        opacity: 0.8; }
  .news__list-date, .news__list-text {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0; }
  .news__list-text {
    width: calc(100% - 11rem); }
  .news__list-date {
    width: 11rem;
    color: #2584A0;
    padding-left: .6rem;
    padding-right: .6rem;
    font-weight: 500;
    display: inline-block; }

.instagram {
  padding: 8.4rem 0 7.2rem; }
  .instagram__head {
    margin-bottom: 4.5rem; }
  .instagram__main img {
    width: 100%; }

.blog {
  padding: 8.4rem 0 5.5rem;
  background: #F1F1F2; }
  .blog__head {
    margin-bottom: 4.8rem; }

.articles {
  margin-bottom: 2rem; }
  .articles .article {
    width: calc((100% - 6.001rem) / 3);
    margin-right: 3rem;
    margin-bottom: 3rem;
    background: #FFFFFF;
    border: #FFFFFF solid 2px; }
    .articles .article:nth-child(3n) {
      margin-right: 0; }
    .articles .article__image {
      width: 100%;
      margin-bottom: 1.6rem;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
    .articles .article__date {
      margin-right: 1.5rem; }
    .articles .article__link {
      display: block;
      padding: .55rem 3.2rem .55rem 1.2rem;
      background: #f2f2f4 url(common/img/right-arrow.png) no-repeat center right 1rem;
      background-size: 1.8rem;
      margin-bottom: 1.7rem;
      font-size: 1.35rem;
      font-weight: 700; }
    .articles .article__description {
      font-size: 1.35rem;
      line-height: 180%;
      display: block;
      display: -webkit-box;
      max-width: 100%;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

.sponsor {
  padding: 8.4rem 0 .5rem;
  background: #F9FEFF; }

@media (max-width: 960px) {
  .title-default-02 {
    padding: 2rem 1rem 2rem 3rem;
    font-size: 1.7rem; }
  .title-default-03 {
    margin-bottom: 2rem; }

  .mv-video video {
    height: 24rem; }

  .about-us {
    padding: 6rem 0; }
    .about-us__head {
      margin-bottom: 1rem; }
    .about-us__description {
      font-size: 1.5rem;
      margin-bottom: 3.2rem; }
    .about-us__contact-link {
      font-size: 1.5rem; }

  .business {
    padding: 6rem 0; }
    .business__header {
      margin-bottom: 2rem; }
    .business__img {
      margin-bottom: 4rem; }
      .business__img img {
        object-fit: cover;
        height: 20rem; }

  .list-default-01 li {
    font-size: 1.5rem;
    padding-left: 3.5rem; }

  .vision {
    padding-bottom: 6rem; }
    .vision__video {
      margin-bottom: 4rem; }

  .our-mission {
    padding: 6rem 0; }
    .our-mission__head {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin-bottom: 3rem; }
      .our-mission__head .title-default-01 {
        margin-bottom: 2rem; }
      .our-mission__head p {
        font-size: 1.6rem; }
    .our-mission__wrap {
      padding: 6rem 0; }

  .service {
    padding: 6rem 0; }
    .service-head {
      margin-bottom: 2rem; }
    .service-image {
      margin-bottom: 4rem; }
    .service-main-text {
      font-size: 1.5rem;
      margin-bottom: 2rem; }
    .service .list-default-01 {
      margin-bottom: 5rem; }

  .voice {
    padding-top: 6rem; }
    .voice__head {
      margin-bottom: 2rem; }
    .voice__group {
      align-items: flex-start;
      margin-bottom: 3rem; }
      .voice__group-content {
        padding: 1.5rem 0; }

  .recommend {
    padding-top: 6rem; }
    .recommend__head {
      margin-bottom: 2rem; }

  .news {
    padding: 6rem 0; }
    .news__head {
      margin-bottom: 0; }
    .news__list li a {
      padding: 1.5rem 0; }
    .news__list-date, .news__list-text {
      font-size: 1.5rem; }
    .news__list-date {
      width: 9rem; }
    .news__list-text {
      width: calc(100% - 9rem); }

  .instagram {
    padding: 6rem 0; }
    .instagram__head {
      margin-bottom: 2rem; }

  .blog {
    padding: 6rem 0; }
    .blog__head {
      margin-bottom: 2rem; }

  .articles {
    margin-bottom: 0; }
    .articles .article {
      width: 100%;
      margin-right: 0; }
      .articles .article__description {
        margin-bottom: 1.3rem; }

  .sponsor {
    padding: 6rem 0 3rem; } }
@media (max-width: 750px) {
  .our-mission-content, .our-mission-image {
    width: 100%; }
  .our-mission-content {
    order: 1;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .our-mission-image {
    margin-bottom: 2rem; }

  .voice__group-image, .voice__group-content {
    width: 100%; }
  .voice__group-image img {
    clip-path: polygon(0 0, 100% 0, calc(100% - 7.5rem) 100%, 0% 100%); }
  .voice__group-content {
    padding: 1.5rem; }

  .recommend__01-image, .recommend__01-content {
    width: 100%; }
  .recommend__01-content {
    padding-top: 1.5rem;
    padding-left: 0; }
  .recommend__02-gp {
    padding-bottom: 6rem; }
  .recommend__02-image, .recommend__02-content {
    width: 100%; }
  .recommend__02-image {
    margin-bottom: 1.5rem; }
    .recommend__02-image img {
      clip-path: polygon(0 0, 100% 0, calc(100% - 7.5rem) 100%, 0% 100%); }
  .recommend__02-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .recommend .about-us__contact-link {
    margin-left: auto; } }
/*
======================
=    STYLE FOOTER    =
======================
*/
.footer-info {
  display: flex;
  justify-content: space-between;
  background: url(common/img/footer-bg.jpeg) no-repeat center;
  background-size: cover;
  padding: 15rem 0 13.5rem;
  position: relative;
  z-index: 0; }
  .footer-info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7); }
  .footer-info__content {
    display: flex;
    align-items: center;
    width: 100%; }
  .footer-info__map {
    width: 50rem; }
    .footer-info__map-iframe {
      width: 100%;
      height: 30rem;
      border: 0;
      vertical-align: top; }
  .footer-info__details {
    width: calc(100% - 50rem);
    padding-left: 10rem;
    color: #fff; }
  .footer-info__address {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    font-family: "BIZ UDPGothic", sans-serif; }
  .footer-info__phone {
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    padding-left: 4.2rem;
    margin-bottom: 1.7rem; }
    .footer-info__phone::before {
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      position: absolute;
      width: 3.2rem;
      height: 3.2rem;
      background: url(common/img/icon-tel.svg) no-repeat center;
      background-size: cover; }
  .footer-info__hours, .footer-info__days {
    font-size: 1.5rem; }
  .footer-info__hours {
    margin-bottom: 3.6rem; }
  .footer-info__clock {
    margin-right: 3.7rem; }
  .footer-info__clock-button, .footer-info__days-button {
    border: #FFFFFF solid .1rem;
    border-radius: 2.8rem;
    padding: .25rem 2.35rem;
    display: inline-block;
    line-height: 140%;
    margin-right: 1rem; }
  .footer-info__social {
    display: flex;
    gap: 2.2rem; }
    .footer-info__social-icon--instagram img {
      width: 5.9rem; }
    .footer-info__social-icon--line img {
      width: 5.8rem; }
    .footer-info__social-icon:hover {
      opacity: 0.8; }

@media (max-width: 960px) {
  .footer-info {
    padding: 5.3rem 0 6rem; }
    .footer-info__content {
      flex-wrap: wrap; }
    .footer-info__map {
      width: 100%;
      order: 1; }
      .footer-info__map-iframe {
        height: 25rem; }
    .footer-info__details {
      padding-left: 0;
      width: 100%;
      margin-bottom: 3rem;
      text-align: center; }
    .footer-info__phone {
      display: inline-block; }
    .footer-info__address {
      font-size: 1.5rem; }
    .footer-info__hours {
      justify-content: center;
      margin-bottom: 1.6rem; }
    .footer-info__clock {
      margin-right: 1rem; }
    .footer-info__clock-button, .footer-info__days-button {
      padding: .25rem 1rem; }
    .footer-info__social {
      justify-content: center; } }

/*# sourceMappingURL=style.css.map */

html {
  scroll-behavior: smooth;
}

#faq {
    padding: 8.7rem 0 6.5rem;
}

.faq__head {
	margin-bottom: 5.7rem;
}

.faq-desc {
    text-align: left;
}

.icon__drop img {
    height: 65px;
    width: 65px;
    object-fit: contain;
}

.area img {
    border: 1px solid;
}

.items-center img {
  margin-bottom: 13px;
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 20px;
  object-fit: contain;
}

.faq-submenu__item {
    border-left: 1px solid #2584a0;
    padding: 15px 20px;
}

.faq-submenu__item:hover {
    border-left: 1px solid #2584a0;
}

.faq-submenu__item::after {
    content: ">";
    display: inline-block;
    transform: rotate(90deg) scale(0.7, 1.25);
    margin: 0 0 0 15px;
}

.faq-submenu__item:last-child {
    border-right: 1px solid #2584a0;
}

.faq-submenu {
    margin: 0 0 40px;
}

.faq-tab__title {
	position: relative;
	padding: 20px 0 25px;
	margin: 0 0 40px;
	font-size: 24px;
}

.faq-tab__title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #2584a0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.faq-tab__bnr {
    width: 100%;
    height: calc(25vw - 40px);
    margin: 0 0 40px;
}

.faq-tab__bnr > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-item {
	margin: 0 0 20px;
}

.faq-item_q {
    background: #f7f7f7;
    color: #2584a0;
    border: 1px solid #b8b8b8;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.faq-item_q h5 {
    font-size: 16px;
}

.faq-item_a {
    background: #f7f7f7;
    color: #2A2A2A;
    border: 1px solid #b8b8b8;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.faq-item_q::before, .faq-item_a::before {
    content: "Q";
    width: 55px;
    padding: 0 15px 10px;
    margin: 10px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.faq-item_a::before {
    content: "A";
	align-content: center;
}

.faq-item_a > p, .faq-item_q > h5 {
    border-left: 1px solid #b8b8b8;
    padding: 0 0 0 15px;
}

.faq-item_a {
    background: #ffffff;
    border-width: 0 1px 1px;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}

.faq-item_q::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_q::after {
    content: "–";
    transform: rotate(180deg);
}

.faq-item.show .faq-item_a {
    max-height: 500px;
	padding: 10px 0;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: -100px;
}

.faq-tab__container {
    margin: 70px 0;
}

@media screen and (max-width: 767px) {
	.faq-submenu {
		display: block;
	}

	.faq-submenu a {
		width: 100%;
		display: block;
		margin: 15px 0;
	}

	.faq-submenu__item, .faq-submenu__item:hover {
		border: 1px solid #2584a0;
	}

	.faq-tab__container {
		margin: 35px 0;
	}
	
	.faq-submenu__item:last-child {
		border: 1px solid #2584a0;
	}
	
	.faq-item_q > h5 {
		width: calc(100% - 100px);
	}
	
	.faq-item_q::after {
		right: 10px;
	}
	
	.faq-tab__bnr {
		height: 150px;
	}
}