@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* Enable the whole range */
  font-style: normal;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../fonts/BarlowSemiCondensed-Regular.ttf") format("truetype");
  font-weight: 400; /* Enable the whole range */
  font-style: normal;
}
@keyframes grain {
  0%, 100% {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0% 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 62.5%;
  scroll-behavior: smooth;
  color: #000000;
  background-color: #c0bab2;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background-image: url("../img/noise.png");
  opacity: 1;
  pointer-events: none;
}

html {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h1 {
  font-size: 2.9rem;
}

h2 {
  font-size: 2.3rem;
}

h3 {
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 2px;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 0.3rem;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.8rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  color: #131723;
}

a:active,
a:focus {
  outline: 0;
  border: none;
}

.responsive-sp {
  display: block;
}
@media (min-width: 1024px) {
  .responsive-sp {
    display: none;
  }
}

.responsive-pc {
  display: none;
}
@media (min-width: 1024px) {
  .responsive-pc {
    display: block;
  }
}

@media (max-width: 570px) {
  .pc {
    display: none;
  }
}
@media (min-width: 570px) {
  .sp {
    display: none;
  }
}
br._sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  br._sp {
    display: block;
  }
}

br._pc {
  display: block;
}
@media screen and (max-width: 1200px) {
  br._pc {
    display: none;
  }
}

#wrapper {
  overflow: hidden;
}

.page-header {
  position: absolute;
  width: 100%;
  padding-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .page-header {
    padding-bottom: 0;
  }
}
.page-header .container {
  width: 98%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  position: relative;
  /* Hamburger style */
  /* Hamburger open state */
  /* ===============================
  Responsive Navigation Styles
  =============================== */
}
.page-header .container .logo-wrap {
  position: relative;
  z-index: 12;
}
.page-header .container .logo-wrap h1 {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.page-header .container .logo-wrap h1 img {
  width: 30%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .page-header .container .logo-wrap h1 {
    font-size: 2.9rem;
  }
  .page-header .container .logo-wrap h1 img {
    width: 30%;
  }
}
.page-header .container .overlay-navigation ul {
  padding-inline-start: 0px;
  display: inline-flex;
  justify-content: center;
  margin: 20px 0;
  /*   &:hover li {
    opacity: 0.3;
    &:hover {
      opacity: 1;
    }
  } */
}
.page-header .container .overlay-navigation ul li {
  list-style-type: none;
  text-transform: uppercase;
  margin: 0 17px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.page-header .container .overlay-navigation ul li:last-child {
  margin-right: 0;
}
.page-header .container .overlay-navigation ul li p {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.page-header .container .overlay-navigation ul li p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #f6921e;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.page-header .container .overlay-navigation ul li p:hover::after {
  transform: translateX(-50%) scaleX(1);
}
@media only screen and (max-width: 860px) {
  .page-header .container .overlay-navigation ul li p {
    color: #ffffff;
  }
  .page-header .container .overlay-navigation ul:hover li {
    opacity: 1;
  }
}
.page-header .container .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 1001;
  position: relative;
  top: 17px;
  right: 7px;
  transform: rotate(303deg);
  transition: 1s;
}
.page-header .container .hamburger span {
  height: 2px;
  background: #f69320;
  border-radius: 2px;
  transition: 0.4s;
  transition: 1s;
}
.page-header .container .hamburger span:first-child {
  background: linear-gradient(to right, transparent 50%, black 50%);
}
.page-header .container .hamburger span:nth-child(3) {
  background: linear-gradient(to right, black 50%, transparent 50%);
}
.page-header .container .hamburger.open {
  transform: rotate(0);
  position: fixed;
  opacity: 0.5;
  transition: 1s;
}
.page-header .container .hamburger.open span:nth-child(1) {
  position: relative;
  bottom: 1.5px;
  left: 4px;
  height: 2px;
  transform: rotate(45deg);
  transition: 1s;
  background: linear-gradient(to right, transparent 50%, #ffffff 50%);
}
.page-header .container .hamburger.open span:nth-child(2) {
  opacity: 1;
  background: #ffffff;
}
.page-header .container .hamburger.open span:nth-child(3) {
  position: relative;
  top: 1.5px;
  left: 4px;
  height: 2px;
  transform: rotate(134deg);
  transition: 1s;
  background: linear-gradient(to left, transparent 50%, #ffffff 50%);
}
@media (max-width: 1024px) {
  .page-header .container {
    /* === Overlay Wrapper === */
    /* === Backdrop Layer === */
    /* === Navigation Panel === */
    /* === Hide Submenu on Mobile === */
    /* === Optional: Force white text for top-level links on open === */
  }
  .page-header .container .hamburger {
    display: flex;
  }
  .page-header .container .overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999;
  }
  .page-header .container .overlay-wrapper.open {
    pointer-events: auto;
  }
  .page-header .container .overlay-wrapper.open .overlay-backdrop {
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  }
  .page-header .container .overlay-wrapper.open .overlay-navigation {
    transform: translateX(0);
    transition: transform 0.3s ease 0.2s;
  }
  .page-header .container .overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
  }
  .page-header .container .overlay-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.106);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .container .overlay-navigation nav {
    position: relative;
    margin-left: 24vw;
  }
  .page-header .container .overlay-navigation nav::before {
    content: "";
    display: block;
    width: 1px;
    height: 200vh;
    background-color: rgba(204, 204, 204, 0.31);
    margin: 0 auto;
    position: absolute;
    top: -100vw;
  }
  .page-header .container .overlay-navigation nav ul {
    width: 100%;
    padding-inline-start: 0px;
    display: inline-flex;
    margin: 20px 0;
    flex-direction: column;
    align-items: center;
  }
  .page-header .container .overlay-navigation nav ul li {
    position: relative;
    width: 100vw;
    margin: 0;
    border-bottom: solid 1px rgba(204, 204, 204, 0.3098039216);
  }
  .page-header .container .overlay-navigation nav ul li:nth-child(n+5)::after {
    display: none;
  }
  .page-header .container .overlay-navigation nav ul li span.dropdown-toggle {
    position: absolute;
    top: 25px;
    right: 18vw;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    pointer-events: auto;
    transition: transform 0.3s ease;
  }
  .page-header .container .overlay-navigation nav ul li .submenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .page-header .container .overlay-navigation nav ul li.open .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 500px;
  }
  .page-header .container .overlay-navigation nav ul li.open span.dropdown-toggle {
    transform: translateY(-50%) rotate(225deg);
  }
  .page-header .container .main-menu .submenu {
    display: none;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .page-header .container .main-menu li.open > .submenu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .page-header .container .main-menu li.open .submenu {
    position: relative;
  }
  .page-header .container .overlay-wrapper.open .main-menu > li > a p {
    color: white !important;
    font-size: 1.8rem;
  }
}

/* Sub Navigation list style */
.main-menu li {
  position: relative;
}
.main-menu li .submenu {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  list-style: none;
  padding: 10px 0;
  margin: 0 !important;
  width: -moz-max-content;
  width: max-content;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  white-space: nowrap;
}
.main-menu li .submenu li {
  margin-bottom: 5px;
}
.main-menu li .submenu li::after {
  display: none;
}
.main-menu li .submenu li:last-child {
  border-bottom: transparent !important;
}
.main-menu li .submenu li p {
  display: block;
  padding: 10px 0 !important;
  margin: 0 !important;
  font-size: 1.3rem !important;
  transition: 0.5s;
}
.main-menu li .submenu li p::after {
  display: none !important;
}
.main-menu li .submenu li:hover p {
  font-weight: 500;
  transform: scale(1.05);
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .main-menu li .submenu {
    position: relative;
    padding: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border: none;
    box-shadow: none;
  }
}
.main-menu li:hover .submenu {
  max-height: 1000px;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
@media only screen and (max-width: 860px) {
  .main-menu li:hover .submenu {
    display: none;
  }
}

section#get-intouch {
  width: 98%;
  margin: auto;
  padding: 60px 0;
}
section#get-intouch .group-wrap .ttl {
  position: relative;
  margin-top: 0;
  width: 100%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section#get-intouch .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #ef3e16;
  left: 0;
  width: 27%;
  border-radius: 25px;
  transform: rotate(304deg);
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  padding-bottom: 15vw;
  align-items: flex-end;
}
section#get-intouch .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  section#get-intouch .group-wrap .ttl {
    width: 45%;
    margin-top: 100px;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 6vw;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 4vw;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .slantline {
    width: 35%;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 6vw;
  }
  section#get-intouch .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 4vw;
  }
}
section#get-intouch .content {
  width: 85%;
  position: relative;
  margin-left: auto;
  text-align: left;
  margin-top: 5%;
  border-top: 1px solid rgba(61, 60, 60, 0.2);
}
@media only screen and (max-width: 740px) {
  section#get-intouch .content {
    margin-top: 0;
  }
}
section#get-intouch .content .contact-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
}
section#get-intouch .content .contact-wrap .contact {
  padding-top: 30px;
  position: relative;
  opacity: 1;
}
section#get-intouch .content .contact-wrap .contact .btn {
  display: inline-block;
  position: relative;
  border: solid 1px #000000;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  text-decoration: none;
}
section#get-intouch .content .contact-wrap .contact .btn p {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 10px 0;
  margin-right: 50px;
  margin-left: 20px;
  text-align: center;
}
section#get-intouch .content .contact-wrap .contact .btn .arrow-wrap {
  position: absolute;
  right: 20px;
  top: 13px;
  transition: 0.5s;
}
section#get-intouch .content .contact-wrap .contact .btn .arrow-wrap .arrow {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 1px;
  background: #000;
  margin-left: 10px;
  vertical-align: middle;
  transition: 0.5s;
}
section#get-intouch .content .contact-wrap .contact .btn .arrow-wrap .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transition: 0.5s;
}
section#get-intouch .content .contact-wrap .contact .btn:hover {
  /*
  .arrow-wrap {
    right: -20px;
    transition: 0.3s;
    .arrow {
      width: 60px;
      transition: 0.3s;
      &::after {
        width: 10px;
        height: 10px;
        transition: 0.3s;
      }
    }
  }
    */
  background-color: #f6921e;
}
section#get-intouch .content .contact-wrap .contact-info {
  width: auto;
  margin-top: 25px;
}
section#get-intouch .content .contact-wrap .contact-info p {
  font-size: 1.5rem;
  color: #3c3d3d;
  transition: color 0.3s ease;
  text-align: left;
}
section#get-intouch .content .contact-wrap .contact-info p .arrow {
  font-size: 1.5rem;
  color: #3c3d3d;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-right: 0.5rem;
  display: inline-block;
  width: auto;
  flex: none;
}
section#get-intouch .content .contact-wrap .contact-info p:hover .arrow {
  transform: translate(5px, -5px);
  color: #fa541c;
}
@media (max-width: 1024px) {
  section#get-intouch .content .contact-wrap .contact-info p {
    display: flex;
    align-items: flex-start;
  }
  section#get-intouch .content .contact-wrap .contact-info p .arrow {
    flex: 0 0 2rem;
    text-align: left;
    width: 2rem;
  }
  section#get-intouch .content .contact-wrap .contact-info p span + * {
    flex: 1;
    word-break: break-word;
  }
}
@media only screen and (min-width: 1024px) {
  section#get-intouch .content {
    width: 92%;
    margin-top: 60px;
  }
  section#get-intouch .content .contact-wrap {
    flex-direction: row;
  }
  section#get-intouch .content .contact-wrap .contact-info p {
    text-align: right;
  }
}

#footer .footer {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#footer .footer .menu ul {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  margin: 15px 0;
  padding-inline-start: 0;
}
#footer .footer .menu ul li {
  list-style: none;
}
#footer .footer .menu ul li p {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 10px 15px;
  transition: 0.5s;
}
#footer .footer .menu ul li p:hover {
  color: #ef3e16;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  #footer .footer {
    display: block;
  }
  #footer .footer .menu ul {
    flex-direction: row;
  }
  #footer .footer .menu ul li {
    list-style: none;
  }
  #footer .footer .menu ul li p {
    margin: 0 15px;
  }
}
#footer .copyright {
  border-top: 1px solid #000;
}
#footer .copyright p {
  font-size: 1rem;
  margin: 0 15px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
@media only screen and (min-width: 1024px) {
  #footer .copyright {
    border-top: none;
    font-size: 1.3rem;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-family: FontAwesome;
  font-size: 1.6rem;
  color: #404964;
  padding: 15px;
}
.wp-pagenavi a.page.smaller,
.wp-pagenavi span.current,
.wp-pagenavi a.page.larger {
  font-size: 1.3rem;
  margin: 0 5px;
  border: 1px solid;
  border-radius: 50px;
  padding: 1px 7px;
  color: #404964;
  transition: 0.3;
}
.wp-pagenavi span.current {
  background: #404964;
  color: #fff;
  border: 1px solid #404964;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #000000;
  opacity: 1;
}

.grecaptcha-logo {
  display: none;
}

.grecaptcha-badge {
  box-shadow: none !important;
}

.scroll-left,
.scroll-right {
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  opacity: 0;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* Enable the whole range */
  font-style: normal;
}
@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("../../fonts/BarlowSemiCondensed-Regular.ttf") format("truetype");
  font-weight: 400; /* Enable the whole range */
  font-style: normal;
}
#careers {
  position: relative;
  height: 40vh;
  min-height: 500px;
  width: 98%;
  margin: auto;
}
#careers .group-wrap {
  position: absolute;
  bottom: 10rem;
}
@media only screen and (max-width: 740px) {
  #careers .group-wrap {
    bottom: 2rem;
  }
}
#careers .group-wrap .ttl {
  position: relative;
  margin-top: 100px;
  width: 100%;
  max-height: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#careers .group-wrap .ttl .ttl-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
#careers .group-wrap .ttl .ttl-wrap .line {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 150px;
  position: relative;
}
#careers .group-wrap .ttl .ttl-wrap .line .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 15vw;
}
#careers .group-wrap .ttl .ttl-wrap .line .right h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
  transform: translateX(-100%);
  animation: slideInRight 2s ease-out forwards;
  opacity: 0;
}
@keyframes slideInRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#careers .group-wrap .ttl .ttl-wrap .line .slantline {
  position: absolute;
  border: solid 2px #f6921e;
  left: 16%;
  width: 35%;
  border-radius: 25px;
  transform: rotate(304deg);
}
#careers .group-wrap .ttl .ttl-wrap .line .left {
  display: flex;
  position: relative;
  align-items: flex-end;
  padding-bottom: 15vw;
}
#careers .group-wrap .ttl .ttl-wrap .line .left h2 {
  font-size: 7vw;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  left: 0;
  transform: translateX(100%);
  animation: slideInLeft 2s ease-out forwards;
  opacity: 0;
}
@keyframes slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  #careers {
    height: 70vh;
  }
  #careers .group-wrap {
    bottom: 15rem;
  }
  #careers .group-wrap .ttl .ttl-wrap .line .right {
    padding-top: 8vw;
  }
  #careers .group-wrap .ttl .ttl-wrap .line .right h2 {
    font-size: 5vw;
  }
  #careers .group-wrap .ttl .ttl-wrap .line .left {
    padding-bottom: 8vw;
  }
  #careers .group-wrap .ttl .ttl-wrap .line .left h2 {
    font-size: 5vw;
  }
}

section#contents {
  position: relative;
  border-top: solid 1px #a4a4a4;
  padding: 0 0 100px;
}
@media only screen and (max-width: 740px) {
  section#contents {
    padding: 0;
  }
}
section#contents .reminder {
  width: 95%;
  margin: auto;
  padding: 0;
}
section#contents .reminder p {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #3c3d3d;
}
section#contents .content-wrap {
  display: flex;
  flex-direction: column;
  width: 98%;
  margin: auto;
}
section#contents .content-wrap p.no-post {
  font-size: 1.3rem;
  color: #ef3f15;
  text-align: center;
}
section#contents .content-wrap .accordion {
  transition: background-color 0.3s ease;
}
section#contents .content-wrap .accordion h3 {
  margin: 30px 0;
  border-bottom: 1px solid #a4a4a4;
  padding: 15px 0;
  padding-left: 2%;
  font-size: 2rem !important;
  margin: 0;
  cursor: pointer;
  transition: color 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  font-weight: 600;
  position: relative;
}
section#contents .content-wrap .accordion h3 span {
  position: relative;
  bottom: -21px;
}
section#contents .content-wrap .accordion h3 .toggle-icon {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  margin-right: 1%;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  margin-top: auto;
  margin-left: auto;
  top: 0;
  bottom: 0;
  right: 0;
}
section#contents .content-wrap .accordion h3 .toggle-icon .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3c3d3d;
  transition: transform 0.3s ease;
  transform-origin: center;
}
section#contents .content-wrap .accordion h3 .toggle-icon .horizontal {
  transform: translate(-50%, -50%) rotate(0deg);
}
section#contents .content-wrap .accordion h3 .toggle-icon .vertical {
  transform: translate(-50%, -50%) rotate(90deg);
}
section#contents .content-wrap .accordion.active h3 .toggle-icon .horizontal {
  transform: translate(-50%, -50%) rotate(45deg);
}
section#contents .content-wrap .accordion.active h3 .toggle-icon .vertical {
  transform: translate(-50%, -50%) rotate(-45deg);
}
section#contents .content-wrap .accordion .info {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  padding: 0 0;
  width: 85%;
  margin-left: auto;
  text-align: left;
}
section#contents .content-wrap .accordion .info p {
  font-size: 1.5rem;
  line-height: 3rem;
  padding: 0 0;
  color: #3c3d3d;
}
section#contents .content-wrap .accordion .info .contact {
  padding-top: 30px;
  position: relative;
  opacity: 1;
}
section#contents .content-wrap .accordion .info .contact .btn {
  display: inline-block;
  position: relative;
  border: solid 1px #000000;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.4588235294);
  text-decoration: none;
}
section#contents .content-wrap .accordion .info .contact .btn p {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 3px 0;
  margin-right: 50px;
  margin-left: 20px;
  text-align: center;
}
section#contents .content-wrap .accordion .info .contact .btn .arrow-wrap {
  position: absolute;
  right: 20px;
  top: 13px;
  transition: 0.5s;
}
section#contents .content-wrap .accordion .info .contact .btn .arrow-wrap .arrow {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 1px;
  background: #000;
  margin-left: 10px;
  vertical-align: middle;
  transition: 0.5s;
}
section#contents .content-wrap .accordion .info .contact .btn .arrow-wrap .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transition: 0.5s;
}
section#contents .content-wrap .accordion .info .contact .btn:hover {
  /*
  .arrow-wrap {
    right: -20px;
    transition: 0.3s;
    .arrow {
      width: 60px;
      transition: 0.3s;
      &::after {
        width: 10px;
        height: 10px;
        transition: 0.3s;
      }
    }
  }
    */
  background-color: #f6921e;
}
@media only screen and (min-width: 1024px) {
  section#contents {
    padding: 0;
  }
  section#contents .reminder {
    width: 78%;
    padding: 30px 0;
  }
  section#contents .reminder p {
    font-size: 2rem;
  }
  section#contents .content-wrap p.no-post {
    font-size: 2rem;
  }
  section#contents .content-wrap .accordion h3 {
    padding: 15px 0;
    padding-left: 10%;
    font-size: 4rem !important;
    font-weight: 400;
  }
  section#contents .content-wrap .accordion h3 span {
    bottom: -27px;
  }
  section#contents .content-wrap .accordion h3 .toggle-icon {
    width: 2rem;
    height: 2rem;
  }
  section#contents .content-wrap .accordion h3 .toggle-icon .line {
    height: 2px;
  }
  section#contents .content-wrap .accordion .info {
    width: 80%;
  }
  section#contents .content-wrap .accordion .info p {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=style.css.map */