@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  opacity: 1;
  cursor: pointer;
  display: block;
}

a:hover {
  opacity: 0.6;
}

p {
  line-height: 2;
  font-size: 1.6rem;
}

h1, h2, h3, h4 {
  text-wrap: initial;
}

body {
  font-family: "Noto Sans JP", sans-serif, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

@media (min-width: 599px) {
  body .forPC {
    display: block;
  }
  body .forSP {
    display: none;
  }
}
@media (max-width: 599px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}
#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 12px 10%;
}

#header .header-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}

header .header-inner .header-logo a {
  max-width: 130px;
  display: block;
  margin-right: 32px;
}

/*nav*/
.btn_menu {
  position: fixed;
  top: 20px;
  right: 28px;
  width: 40px;
  height: 36px;
  margin: auto;
  z-index: 10;
}

.toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

.toggle span {
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #B19652;
}

.toggle span:nth-of-type(1) {
  top: 0;
}

.toggle span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}

.toggle span:nth-of-type(3) {
  bottom: 0;
}

.toggle.active span:nth-of-type(1) {
  transform: translateY(18px) rotate(135deg);
}

.toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.toggle.active span:nth-of-type(3) {
  top: 3px;
  transform: translateY(0px) rotate(-135deg);
}

body.fixed {
  overflow: hidden;
}

body.fixed .nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg_nav.png);
  z-index: 5;
  overflow: hidden;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  display: none !important;
  width: 100%;
  max-width: 500px;
  height: 100vh;
  padding: 95px 36px 90px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 5;
}

.nav.on {
  display: block !important;
}

.nav li a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
}

.nav li.nav_logo {
  text-align: center;
}
.nav li.nav_logo img {
  margin: 0 auto 24px;
}

.nav li.icon_arrow a {
  position: relative;
  padding-left: 1.5em;
  font-size: 2rem;
}

.nav li.icon_arrow a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(../img/common/icob_arrow_right.png) no-repeat center center;
  background-size: cover;
}

.nav li > ul {
  padding: 1.5em 0 1.5em 3em;
}

.nav li > ul > li:first-child {
  margin-bottom: 0.5em;
  font-size: 2rem;
}

.nav li > ul > li.icon_arrow a {
  font-size: 1.8rem;
}

.nav > ul.flex {
  margin-top: 30px;
}

.edge .nav > ul.flex {
  margin-bottom: 30px;
}

.nav > ul.flex li {
  margin-right: 5%;
}

.nav > ul.flex li a {
  display: block;
}

.header-logo {
  position: absolute;
  top: 20px;
  width: 213px;
  height: auto;
}

@media (max-width: 599px) {
  #header {
    padding: 16px;
  }
  #header .header-inner {
    height: 32px;
  }
  .btn_menu {
    height: 24px;
  }
  .toggle.active span:nth-of-type(1) {
    top: -5px;
  }
  .header-logo {
    top: 2px;
  }
  header .header-inner .header-logo a {
    max-width: 100px;
  }
  .nav > ul.flex li {
    margin-right: 0;
  }
  header .header-menu-inner ul li {
    padding: 0;
  }
  .nav li.icon_arrow a {
    font-size: 1.4rem;
    padding: 0;
    text-align: center;
  }
}
#mv {
  width: 100%;
  max-width: 1920px;
  height: auto;
  position: relative;
  top: 0;
  margin-top: 80px;
  opacity: 1;
  position: relative;
}

#mv {
  position: relative;
  z-index: 0;
}

.mv-text {
  color: #fff;
  font-size: clamp(0.8rem, 1.8vw, 2.4rem);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

main {
  margin: 56px auto 120px;
  font-family: serif;
}

@media (max-width: 1280px) {
  header .header-menu-inner ul li {
    padding: 0 22px;
  }
}
@media (max-width: 1000px) {
  header .header-menu-inner ul li {
    padding: 0 16px;
  }
}
@media (max-width: 599px) {
  .mv-text {
    font-size: 16px;
    line-height: 1.6;
    position: absolute;
    bottom: 8px;
  }
  .under-mv-deco {
    width: 70%;
    max-width: 450px;
    margin: 24px auto 32px;
  }
}
@media (max-width: 599px) {
  #mv {
    margin-top: 56px;
    position: relative;
    z-index: 0;
  }
  main {
    width: 100%;
    margin: 24px auto;
  }
}
section {
  width: 96vw;
  max-width: 1050px;
  padding: 0 25px;
  margin: 0 auto;
}

@media (max-width: 599px) {
  section {
    width: 100%;
    padding: 0;
  }
  p {
    font-size: clamp(1.3rem, 3.733vw, 1.4rem);
  }
}
.cta {
  text-align: center;
}
.cta-title {
  font-size: 3.2rem;
  line-height: 1.3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.6rem;
}
.cta-title small {
  font-size: 2.4rem;
}
.cta-title::before {
  content: "";
  background: url(../img/img_waai-line.svg) no-repeat top/cover;
  width: 8.4rem;
  height: 9rem;
  position: absolute;
  right: -9rem;
  top: 0;
}
.cta-title::after {
  content: "";
  background: url(../img/img_waai-line.svg) no-repeat top/cover;
  width: 8.4rem;
  height: 9rem;
  position: absolute;
  left: -9rem;
  top: 0;
  transform: scale(-1, 1);
}
.cta .dots {
  margin: 4rem auto 5.6rem;
  display: block;
  width: 14px;
}

@media (max-width: 599px) {
  .cta {
    width: 80%;
    margin: 0 auto;
  }
  .cta-title {
    font-size: 2.4rem;
    line-height: 1.3;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.6rem;
  }
  .cta-title small {
    font-size: 2rem;
  }
  .cta-title::before {
    width: 5rem;
    height: 6rem;
    position: absolute;
    right: -4rem;
    bottom: 0;
    top: unset;
  }
  .cta-title::after {
    width: 5rem;
    height: 6rem;
    position: absolute;
    left: -4rem;
    bottom: 0;
    top: unset;
  }
  .cta .dots {
    margin: 2rem auto;
  }
}
.about {
  margin-bottom: 3.2rem;
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.about__head1 {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.about__head1 h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  margin-bottom: 4rem;
  font-weight: 500;
}
.about__head1 p {
  line-height: 1.8;
}
.about__head2 {
  text-align: center;
  padding-top: 18rem;
  max-width: 1000px;
  margin: 0 auto 2rem;
}
.about__head2 h3 {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 4rem;
}
.about__head2 p {
  font-size: 2.4rem;
  letter-spacing: 4px;
}
.about .wrap {
  background: url(../img/about_bg-pc.png) no-repeat top/cover;
  position: relative;
  padding-bottom: 10rem;
}
.about .wrap::after {
  content: "";
  background: url(../img/about_bg2-pc.png) no-repeat top/cover;
  width: 100%;
  height: 50rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about .wrap ul.famous {
  display: flex;
  flex-direction: row;
  gap: 3.2rem;
  justify-content: center;
  padding: 0 24px;
  max-width: 1000px;
  margin: 0 auto 12rem;
}
.about .wrap ul.famous li p {
  text-align: center;
  font-family: "Noto sans JP", sans-serif;
  line-height: 1.5;
}
.about .wrap ul.famous img {
  margin-bottom: 1.6rem;
}
.about .wrap__second {
  background: #fff;
  box-shadow: 8px 6px 0px 4px rgba(0, 0, 0, 0.8);
  padding: 8rem 2rem;
  max-width: 870px;
  width: 90%;
  margin: 0 auto;
}
.about .wrap__second .head {
  display: flex;
  gap: 2rem;
  margin-bottom: 8rem;
  position: relative;
}
.about .wrap__second .head .item1 img {
  position: absolute;
  top: -18rem;
  width: 30%;
  height: auto;
  aspect-ratio: 471/678;
}
.about .wrap__second .head .item2 img {
  width: 68%;
  height: auto;
  aspect-ratio: 837/224;
  margin-left: auto;
}
.about .wrap__second ul.review {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  justify-content: center;
  padding: 0 3.2rem;
  max-width: 1000px;
  margin: 0 auto 2rem;
}
.about .wrap__second .about-more {
  width: 20%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-bottom: 6.4rem;
}

@media (max-width: 599px) {
  .about__head1 h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 2.4rem;
  }
  .about__head2 {
    padding-top: 20rem;
    margin-top: -8rem;
  }
  .about__head2 h3 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .about__head2 p {
    font-size: 1.8rem;
  }
  .about .wrap ul.famous {
    flex-direction: column;
    padding: 0;
  }
  .about .wrap ul.famous li p {
    font-size: 1.6rem;
  }
  .about .wrap__second {
    padding: 10rem 2rem 0rem;
    max-width: unset;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
  }
  .about .wrap__second .head {
    display: block;
    margin-bottom: 4rem;
    position: relative;
  }
  .about .wrap__second .head .item1 img {
    position: absolute;
    top: -36rem;
    left: 50%;
    width: 68%;
    transform: translateX(-50%);
    max-width: 220px;
  }
  .about .wrap__second .head .item2 img {
    width: 100%;
    height: auto;
    aspect-ratio: 837/224;
    margin: 16rem auto 0;
  }
  .about .wrap__second ul.review {
    flex-wrap: wrap;
    padding: 0;
    gap: 2rem;
    justify-content: space-between;
  }
  .about .wrap__second ul.review li {
    width: 46%;
  }
  .about .wrap__second .about-more {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-bottom: 4.8rem;
  }
  .about .wrap {
    padding-bottom: 0;
  }
}
.worry {
  margin-top: 8rem;
}
.worry h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  margin-bottom: 4rem;
  font-weight: 500;
  text-align: center;
}
.worry p {
  line-height: 1.8;
}
.worry ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 4rem;
  margin: 0 auto 8rem;
  flex-wrap: wrap;
}
.worry ul li {
  width: 30%;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee8da;
}
.worry img {
  margin: 0 auto 8rem;
  width: 12%;
  height: auto;
}

@media (max-width: 599px) {
  .worry {
    margin-top: 0;
  }
  .worry h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    letter-spacing: 0;
  }
  .worry ul {
    flex-direction: column;
    max-width: 450px;
    margin-bottom: 4rem;
  }
  .worry ul li {
    width: 80%;
    margin: 0 auto;
    font-family: sans-serif;
    border-bottom: 1px solid #231815;
  }
  .worry img {
    margin-bottom: 4rem;
  }
}
.solution {
  margin-bottom: 12rem;
}
.solution h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  margin-bottom: 4rem;
  font-weight: 500;
  text-align: center;
}
.solution p {
  line-height: 2;
  text-align: center;
  margin-bottom: 4rem;
}
.solution ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 4rem;
  margin: 0 auto;
  flex-wrap: wrap;
}
.solution ul li {
  width: 22.5%;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee8da;
}

@media (max-width: 599px) {
  .solution {
    padding: 0 4%;
    margin-bottom: 6.4rem;
  }
  .solution h2 {
    font-size: 2.4rem;
    margin: 2.4rem;
  }
  .solution ul {
    justify-content: space-between;
    gap: 2rem;
  }
  .solution ul li {
    width: 46%;
  }
}
.strength {
  background-color: #eee8da;
  padding: 6.4rem 4% 12rem;
  max-width: 100%;
  width: 100%;
}
.strength__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.strength h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  margin: 0 auto 4rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}
.strength h2 span {
  font-size: 16rem;
  font-family: "Ephesis", cursive;
  font-weight: 400;
  position: absolute;
  top: -13rem;
  left: -24rem;
  color: rgba(255, 255, 255, 0.5647058824);
  z-index: -1;
}
.strength p {
  line-height: 2;
  text-align: center;
  margin-bottom: 4rem;
}
.strength__items {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.strength__items h3 {
  position: relative;
  z-index: 1;
}
.strength__items h3 span {
  font-size: 10rem;
  font-family: "Ephesis", cursive;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.5647058824);
  z-index: -1;
}
.strength__items li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}
.strength__items li:nth-of-type(even) {
  flex-direction: row-reverse;
}
.strength__items li .inner {
  min-width: 480px;
}
.strength__items .list-item-title {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
}
.strength__items .list-item-text {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
.strength__items .wrap-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 auto;
}
.strength__items .wrap-flex span {
  margin-top: 0.4rem;
  display: block;
  font-size: 1rem;
}
.strength .cta {
  max-width: 1000px;
  width: 80%;
  margin: 10rem auto 0;
}

@media (max-width: 1024px) {
  .strength__items li .inner {
    min-width: auto;
  }
  .strength__items li video {
    width: 45%;
    max-width: 480px;
  }
}
@media (max-width: 599px) {
  .strength {
    padding: 2rem 0;
    max-width: 100%;
    width: 100%;
  }
  .strength h2 {
    font-size: 2.4rem;
    margin: 0 auto 2.4rem;
  }
  .strength h2 span {
    font-size: 6rem;
    left: -5rem;
    top: -4rem;
  }
  .strength ul {
    justify-content: space-between;
    gap: 4rem;
  }
  .strength ul li {
    width: 100%;
  }
  .strength ul li video {
    width: 100%;
  }
  .strength__items li .inner {
    width: 100%;
    min-width: 100%;
  }
  .strength__items li,
  .strength__items li:nth-of-type(even) {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
  }
  .strength__items .wrap-flex {
    flex-direction: column;
  }
  .strength__items .list-item-title {
    font-size: 1.8rem;
    border-bottom: none;
  }
  .strength__items .wrap-flex span {
    font-size: 1.2rem;
  }
  .strength .cta {
    width: 80%;
    margin-top: 2.4rem;
  }
  .strength .cta h2 {
    margin: auto;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 2.4rem;
  }
  .strength .cta h2 small {
    font-size: 2rem;
  }
}
.flow {
  padding: 8rem 0 5.6rem;
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.flow::before {
  position: absolute;
  top: 0;
  left: -14vw;
  content: "";
  background: url(../img/flow_bg_1.png) no-repeat top/contain;
  width: 100%;
  max-width: 1380px;
  height: 100%;
  max-height: 738px;
  z-index: -1;
}
.flow .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.flow h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  margin-bottom: 4rem;
  font-weight: 500;
  text-align: center;
}
.flow p {
  line-height: 1.8;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 8rem;
}
.flow h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.flow-image img {
  width: 80% !important;
  margin-bottom: 2rem;
}
.flow .flow__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  row-gap: 4rem;
  margin: 0 auto 8rem;
  padding: 24px;
  flex-wrap: wrap;
}
.flow .flow__items .list-item {
  width: 23%;
  font-size: 1.8rem;
}
.flow .flow__items .list-item p {
  margin: 0;
  text-align: left;
}
.flow .flow__items .list-item img {
  margin-bottom: 2rem;
}
.flow img {
  margin: 0 auto 8rem;
  width: 100%;
  height: auto;
}

@media (max-width: 599px) {
  .flow h2 {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
  .flow .flow__text {
    margin-bottom: 5.6rem;
  }
  .flow .flow-image img {
    width: 92% !important;
  }
  .flow .flow__items {
    flex-direction: column;
    padding: 0 2rem;
  }
  .flow .flow__items .list-item {
    width: 100%;
  }
  .flow .flow__items .list-item img {
    width: 70%;
    margin: 0 auto 2rem;
  }
}
.voice {
  background-color: #eee8da;
  padding: 8rem 0 5.6rem;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 8rem;
}
.voice .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.voice h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  margin-bottom: 4rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}
.voice h2 span {
  font-size: clamp(10rem, 12vw, 16rem);
  font-family: "Ephesis", cursive;
  font-weight: 400;
  position: absolute;
  top: -11vw;
  left: 7rem;
  color: rgba(255, 255, 255, 0.5647058824);
  z-index: -1;
}
.voice p {
  line-height: 1.8;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 8rem;
}
.voice__items {
  padding: 0 2.4rem;
}
.voice__items .list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
}
.voice__items .list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.voice__items .list-item img {
  min-width: 200px;
}
.voice .list-item-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
.voice .list-item-title small {
  font-size: 1.4rem;
}
.voice .list-item-text {
  text-align: left;
}

@media (max-width: 599px) {
  .voice {
    padding-top: 3.2rem;
  }
  .voice p {
    margin-bottom: 0;
  }
  .voice h2 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .voice h2 span {
    font-size: 6rem;
    left: 1rem;
    top: -3rem;
    line-height: 1;
  }
  .voice__items {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .voice__items .list-item img {
    min-width: 64px;
    width: 88px;
  }
  .voice__items .list-item {
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .voice__items .list-item div {
    display: contents;
  }
  .voice .list-item-title {
    max-width: calc(100% - 108px);
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.cta-05 {
  width: 70%;
  margin: 0 auto 8rem;
}

.faq {
  margin-bottom: 12rem;
}
.faq h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  margin: 0 auto 5.6rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 2px solid #eee8da;
}

@media (max-width: 599px) {
  .cta-05 {
    width: 80%;
    margin-bottom: 5.6rem;
  }
  .faq {
    width: 100%;
    padding: 0 4%;
  }
  .faq h2 {
    margin-bottom: 2.4rem;
  }
}
/* 必須 */
.accordion-content {
  display: none;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.accordion .wrap {
  display: flex;
  flex-direction: column;
}

/* 装飾用 */
.accordion-header {
  background-color: #eee8da;
  border: 2px solid rgba(94, 79, 54, 0.5019607843);
  padding: 20px 45px 20px 64px;
  margin: 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  font-size: 1.4rem;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #fff;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.6;
  border-bottom: 2px solid rgba(94, 79, 54, 0.5019607843);
  border-left: 2px solid rgba(94, 79, 54, 0.5019607843);
  border-right: 2px solid rgba(94, 79, 54, 0.5019607843);
}

.accordion-content.active {
  display: block;
}

.accordion-header span,
.accordion-content span {
  position: relative;
}

.accordion-header span::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -48px;
  width: 40px;
  height: 40px;
  background: url(../img/icon_q.png) no-repeat top/cover;
}

.access {
  margin-bottom: 12rem;
}
.access .wrap-flex {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
  margin-bottom: 2rem;
}
.access .wrap-flex img {
  min-width: 300px;
}
.access .wrap-flex-inner h3 {
  font-size: 2.4rem;
  font-weight: 400;
  border-bottom: 2px solid #eee8da;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.access .wrap-flex-inner p {
  text-align: center;
  margin-bottom: 1em;
}
.access .wrap-flex-inner p small {
  display: block;
  margin-top: -4px;
}
.access .wrap-flex-inner h4 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.access .map {
  display: block;
  margin-top: 3.2rem;
}

@media (max-width: 599px) {
  .access .wrap-flex {
    flex-direction: column;
  }
  .access .wrap-flex-inner {
    padding: 0 4%;
  }
}
footer {
  padding: 24px 0;
  text-align: center;
}
footer ul {
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-top: 12px;
}
footer li {
  padding: 0 16px;
  letter-spacing: 1px;
}
footer li:not(:last-child) {
  border-right: 1px solid #000;
}

@media (max-width: 599px) {
  footer ul {
    flex-direction: column;
    width: 84%;
    margin: 0 auto;
  }
  footer li:not(:last-child) {
    padding-bottom: 4px;
    margin-bottom: 8px;
    border-bottom: 1px solid #000;
    border-right: none;
  }
}/*# sourceMappingURL=style.css.map */