@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 90px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 55px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 45px;
  position: relative;
  line-height: 0.65;
  font-weight: 700;
  font-size: clamp(2.6rem, 2rem + 2.1333vw, 3.6rem);
  text-align: center;
  color: #ff8912;
}
.maintitle .mf {
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.maintitle .sf {
  font-size: 41%;
  line-height: 1.55;
}
.txtmgb {
  margin-bottom: 23px !important;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 33px;
  }
}
/*02*/
.mtitle {
  font-weight: 700;
  position: relative;
  border-radius: 5px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-size: clamp(1.35rem, 1.2rem + 0.5333vw, 1.6rem);
  line-height: 1.7;
  padding: 10px 8px 12px 10px;
  background: #ff8912;
  color: #fff;
  overflow: hidden;
  border-left: 7px solid #ffb026;
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
  padding-left: 2px;
  line-height: 1.55;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.13);
}
.stitle .en {
  text-transform: capitalize;
  display: block;
  font-size: 75%;
  color: #ff8912;
}
.stitle .en span {
  font-size: 105%;
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 95px;
  height: 3px;
  background: #ff8912;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 24px 7px;
  display: inline-block;
  width: fit-content;
  min-width: 290px;
  text-align: center;
  z-index: 1;
  color: #fff;
  background: #ff8912;
  border: 2px solid #ff8912;
  border-radius: 100px;
}
.mainbtn a:hover {
  color: #ff8912;
  background: #fff;
}
/**/
.tbtn {
  margin-top: 35px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
.btnflex a:first-of-type {
  font-size: 110%;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 0;
    min-width: auto;
    max-width: 245px;
    width: 100%;
  }
  .tbtn {
    margin-top: 27px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 40px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w62 {
  width: 62%;
}
.w51 {
  width: 51%;
}
.w48 {
  width: 47.5%;
}
.w45 {
  width: 45%;
}
.w33 {
  width: 33.7%;
}
/* background */
.bg_orange::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcf1e3;
  z-index: -100;
}
/* illust */
.bg01::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/01.svg);
  background-repeat: no-repeat;
  background-position: top 5px left;
  background-size: 30%;
  z-index: -1;
  opacity: 0.25;
}
.bg02::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/02.svg);
  background-repeat: no-repeat;
  background-position: bottom 5px left;
  background-size: 34%;
  z-index: -1;
  opacity: 0.25;
}
.bg03::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/03.svg);
  background-repeat: no-repeat;
  background-position: bottom 5px right;
  background-size: 24%;
  z-index: -1;
  opacity: 0.25;
}
.bg04::after {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/_bg/04.svg);
  background-repeat: no-repeat;
  background-position: top 5px right;
  background-size: 27%;
  z-index: -1;
  opacity: 0.25;
}
@media (max-width: 750px) {
  .bg01::after {
    background-size: 200px;
  }
  .bg02::after {
    background-size: 230px;
  }
  .bg03::after {
    background-size: 170px;
  }
  .bg04::after {
    background-size: 150px;
  }
}
/*反転*/
.bgx::before, .bgx::after {
  pointer-events: none;
  transform: scaleX(-1);
}
.bgy::before, .bgy::after {
  pointer-events: none;
  transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
  pointer-events: none;
  transform: scaleX(-1) scaleY(-1);
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.3s, transform 0.9s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* popup */
.popup {
  opacity: 0;
}
.popup.inview {
  opacity: 1;
  animation: popUp 0.9s ease 0.6s 1 normal backwards;
}
@keyframes popUp {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* img */
.imgup {
  overflow: hidden;
  transition: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
}
.imgup.rounded {
  border-radius: 15px;
}
.imgup.rounded img {
  border-radius: 0;
}
.imgup img {
  transform: scale(1.1);
  transition: opacity 1.2s, transform 2.7s;
}
.imgup.inview {
  opacity: 1;
}
.imgup.inview img {
  transform: scale(1);
}
/* 小刻みに揺れる */
.koro {
  animation: korokoro 3.3s infinite ease-in-out alternate;
}
@keyframes korokoro {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  51% {
    transform: translate(0, 0) rotate(0deg);
  }
  55% {
    transform: translate(0, 0) rotate(-3deg);
  }
  59% {
    transform: translate(0, -1px) rotate(0deg);
  }
  60% {
    transform: translate(0, -1px) rotate(3deg);
  }
  65% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  70% {
    transform: translate(0, 1px) rotate(0deg);
  }
  75% {
    transform: translate(0, 0) rotate(3deg);
  }
  79% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
/* ゆらゆら揺れる */
.yura {
  transform-origin: center bottom;
  animation: yurayura 5s linear infinite;
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-7deg);
  }
}
.yura02 {
  transform-origin: center bottom;
  animation: yurayura02 5s linear infinite;
}
@keyframes yurayura02 {
  0%, 100% {
    transform: rotate(-7deg);
  }
  50% {
    transform: rotate(7deg);
  }
}
/* illust ==============================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: fit-content !important;
}
.tl img, .tr img, .bl img, .br img {
  object-fit: contain !important;
  width: auto !important;
  height: 170px !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
}
.tl img, .bl img {
  object-position: left;
}
.tr img, .br img {
  object-position: right;
}
/*位置*/
.tl, .tr {
  top: -40px !important;
}
.tl {
  left: 10px !important;
}
.tr {
  right: 10px !important;
}
.bl, .br {
  bottom: -50px !important;
}
.bl {
  left: 10px !important;
}
.br {
  right: 10px !important;
}
@media (max-width: 1065px) {
  .tl, .tr {
    top: -4vw !important;
  }
  .tl img, .tr img, .bl img, .br img {
    height: 12vw !important;
  }
}
@media (max-width: 750px) {
  .tl img, .tr img, .bl img, .br img {
    height: 27vw !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl {
  top: -10px !important;
  left: -10px !important;
}
.psr .tr {
  top: -10px !important;
  right: -10px !important;
}
.psr .bl {
  bottom: -10px !important;
  left: -10px !important;
}
.psr .br {
  bottom: -10px !important;
  right: -10px !important;
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: .6s all;
  padding: 17px 0 19px;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.13);
  background: #fff;
}
.header_pc {
  width: 98%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
h1.logo {
  width: 347px;
  line-height: 0;
}
/* menu */
.header_menu {
  display: flex;
  align-items: center;
}
/*tel*/
.telephone {
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
}
.telephone p {
  text-align: center;
  margin-bottom: 0;
  font-size: 42%;
  white-space: nowrap;
}
.telephone a {
  color: #333;
}
.telephone a i {
  color: #ff8912;
}
.telephone a:hover {
  opacity: 0.6;
}
.header_menu .telephone {
  font-size: 1.72rem;
}
.red {
  color: #ff4112;
}
/*btn*/
.header_menu .mainbtn a {
  font-size: 0.88rem;
  min-width: auto;
  width: 210px;
  padding: 12px 0;
  white-space: nowrap;
}
.header_menu > div {
  margin-right: 15px;
}
.header_menu > div:last-of-type {
  margin-right: 0 !important;
}
/* menu */
.header_menu nav {
  margin-right: 10px;
}
.header_menu ul {
  display: flex;
  margin-right: 10px;
}
.header_menu ul li {
  margin: 0 13px;
  text-align: center;
}
.header_menu ul li a {
  display: block;
  font-size: 1.03rem;
  line-height: 1.35;
  color: #333;
  white-space: nowrap;
}
.header_menu ul li a:hover {
  opacity: 0.6;
}
.header_menu ul li a > span {
  text-transform: capitalize;
  font-size: 135%;
  color: #ff8912;
  display: block;
}
@media (max-width: 1520px) {
  h1.logo {
    width: 24vw;
  }
  h1.logo a > span span {
    font-size: 0.65vw;
  }
  .header_menu .telephone {
    font-size: 1.85vw;
  }
  .header_menu .mainbtn a {
    font-size: 0.94vw;
    width: 14vw;
  }
  .header_menu ul li {
    margin: 0 0.8vw;
  }
  .header_menu ul li a {
    font-size: 1.17vw;
  }
}
/* hamburger ================================= */
.header__inner {
  position: relative;
  height: fit-content;
  display: none;
}
.hamburger {
  display: block;
  height: 31px;
  position: relative;
  z-index: 9997;
  width: 55px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background-color: #ff8912;
  border-radius: 10px;
}
.hamburger__line:before {
  top: -10.5px;
}
.hamburger__line:after {
  top: 10.5px;
}
.hamopen .header {
  position: fixed;
}
/**/
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh; /* fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.67), rgba(255, 255, 255, 0.67)), url(../img/hamburger.webp) no-repeat 50% 50% / cover;
  overflow-y: scroll;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
/* menu */
.global-navigation {
  width: 89%;
  margin: auto;
  height: fit-content;
  position: relative;
  z-index: 1;
  padding: 70px 0 110px;
}
.global-navigation__list {
  margin-bottom: 17px;
  text-align: center;
}
.global-navigation__list li {
  margin-bottom: 5px;
}
.global-navigation__list li a {
  font-size: 1.14rem;
  padding: 9px 0;
  line-height: 1.5;
  display: block;
  color: #333;
}
.global-navigation__list li a span {
  text-transform: capitalize;
  font-size: 135%;
  color: #ff8912;
  display: block;
}
.global-navigation__list li a:hover {
  opacity: 0.6;
}
/**/
.header__nav-area .telephone {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.header__nav-area .mainbtn {
  margin-top: 7px;
}
@media (max-width:1150px) {
  h1.logo {
    width: 310px;
  }
  .header {
    padding: 22px 15px 24px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_pc {
    display: contents;
  }
  .header_menu {
    display: none;
  }
  .header__inner {
    display: block;
  }
}
@media (max-width: 550px) {
  h1.logo {
    width: 245px;
  }
  .header {
    padding: 16px 7px 18px;
  }
  .global-navigation__list li a {
    font-size: 1.01rem;
    padding: 6px 0;
  }
  .header__nav-area .telephone {
    font-size: 1.5rem;
  }
  .global-navigation .mainbtn a {
    font-size: 0.9rem;
    max-width: 210px;
  }
}
/* footer ================================================*/
/* お問い合わせ */
.footer_contact {
  position: relative;
  padding: 60px 0;
}
.footer_contact::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2;
  background-attachment: fixed;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact::before {
  background-attachment: scroll;
}
.footer_contact::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.88;
  z-index: -1;
}
/**/
.footer_contact .maintitle {
  margin-bottom: 17px;
}
.footer_contact .fitc {
  text-align: center;
}
/*btns*/
.footer_contact .btnflex {
  margin: 20px auto 10px;
}
@media (max-width: 610px) {
  .footer_contact .fitc {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .footer_contact::before {
    background-attachment: scroll;
  }
  .footer_contact {
    padding: 45px 0 40px;
  }
  .footer_contact .btnflex a {
    max-width: 265px;
  }
}
/* 情報 */
.footer_address {
  padding: 45px 0 50px;
  overflow: hidden;
}
.footer_address .inner {
  width: 92%;
}
/*logo*/
.flogo {
  display: block;
  width: 93%;
  max-width: 385px;
  margin: 0 auto 7px;
  line-height: 1;
}
.footer_address p {
  text-align: center;
  margin-bottom: 0;
}
/*links*/
.fnav {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 95%;
  margin: 30px auto 0;
}
.fnav li {
  width: fit-content;
  text-align: center;
  border-right: 1px dashed #c9c9c9;
}
.fnav li:last-of-type {
  border-right: none;
}
.fnav li a {
  padding: 3px 28px;
  display: block;
  color: #333;
  white-space: nowrap;
}
.fnav li a:hover {
  color: #ff8912;
}
/*copyright*/
.copyright {
  background: #ff8912;
  color: #fff;
  text-align: center;
  padding: 15px 0 20px;
}
@media (max-width: 850px) {
  .footer_address p {
    font-size: 95%;
  }
  .fnav {
    display: block;
    width: 90%;
    max-width: 450px;
    margin-top: 23px;
  }
  .fnav li {
    width: 100%;
    text-align: left;
    border-right: none;
    border-bottom: 1px dashed #c9c9c9;
  }
  .fnav li a {
    font-size: 100%;
    padding: 10px 0;
  }
  .fnav li a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    font-weight: 900;
    margin-right: 7px;
    color: #ff8912;
  }
  .fnav li:first-of-type a {
    padding-top: 0 !important;
  }
}
@media (max-width: 550px) {
  .footer_address {
    padding: 40px 0 45px;
  }
  .flogo {
    max-width: 310px;
  }
  .fnav li a {
    font-size: 92%;
  }
  .copyright {
    font-size: 0.87rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 75px;
  aspect-ratio: 1/1;
  background: #ff8912;
  border: 2px solid #fff;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50%;
  color: #fff;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  font-size: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 60px;
    right: 15px;
    bottom: 10px;
  }
}
/* スライド ================================================================*/
.topslide {
  overflow: hidden;
  position: relative;
  clip-path: ellipse(130% 100% at top);
}
.slide_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  max-width: 587px;
}
/*
.topslide::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/topbottom.svg);
  background-repeat: no-repeat;
  background-position: bottom -0.5px center;
  background-size: 102%;
  z-index: 1;
}
*/
/*illust*/
.topfv {
  position: relative;
}
.topfv .bg img, .slide_items div img {
  object-fit: cover;
  width: 100%;
  height: 580px;
}
/**/
.topfv .illust {
  width: 97%;
  max-width: 1115px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topfv .illust > div {
  position: absolute;
  width: 19%;
  max-width: 150px;
}
.topfv .illust > div:nth-child(1) {
  top: 11%;
  left: 8%;
  width: 21%;
  max-width: 215px;
}
.topfv .illust > div:nth-child(2) {
  top: 32%;
  left: 0;
}
.topfv .illust > div:nth-child(3) {
  bottom: 26%;
  left: 8%;
}
.topfv .illust > div:nth-child(4) {
  top: 9%;
  right: 6%;
}
.topfv .illust > div:nth-child(5) {
  bottom: 29%;
  right: 5%;
}
/*catchcopy*/
.topfv .centeritem {
  width: 76%;
  max-width: 480px;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.centeritem .center {
  width: 88%;
  margin: auto;
  margin-top: -7%;
}
.catchcopy {
  width: 100%;
}
@media(max-width:550px) {
  .topslide::before {
    background-size: 145%;
  }
  .topfv .bg img, .slide_items div img {
    height: 315px;
  }
  .topfv .centeritem {
    top: 50%;
    max-width: 280px;
  }
  .topfv .illust > div:nth-child(1) {
    top: 10px;
    left: 0;
    width: 28%;
  }
  .topfv .illust > div:nth-child(2) {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .topfv .illust > div:nth-child(4) {
    top: 5px;
    right: 0;
  }
}
/* ごあいさつ ==============================================================*/
.welcome .inner {
  max-width: 1337px;
}
.welcome::after {
  transform: scaleY(-1);
}
/*img*/
.au_imgs {
  position: relative;
  padding-bottom: 100px;
}
.au_imgs > div:nth-child(1) {
  width: 85% !important;
  margin-left: auto;
}
.au_imgs > div:nth-child(2) {
  width: 50% !important;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 750px) {
  .welcome::after {
    transform: scaleY(1);
  }
  .au_imgs {
    padding-bottom: 15%;
  }
}
/* 業務内容・取扱製品・よくある質問 ========================================*/
.contents .inner {
  width: 99%;
  max-width: 1500px;
}
.banner {
  justify-content: center;
}
.banner h2 {
  position: relative;
  width: 30.3%;
  margin: 0 1.5% 33px;
  font-size: 100%;
}
.banner h2 img {
  border-radius: 15px;
}
.banner h2 a {
  display: block;
  position: relative;
}
.banner h2 a:hover {
  transform: scale(1.03);
}
.banner h2 a .readmore {
  position: absolute;
  bottom: 16%;
  right: -12px;
  height: 50px;
  width: 150px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  z-index: 1;
  color: #fff;
  background: #ff8912;
  border-radius: 7px 0 0 7px;
  border: 2px solid #fff;
}
.banner h2 a .readmore::after {
  position: absolute;
  content: '';
  bottom: -10px;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #e37609;
}
@media (max-width: 1230px) {
  .banner h2 {
    width: 46%;
    margin: 0 2% 33px;
  }
}
@media (max-width: 750px) {
  .contents .inner {
    width: 88%;
  }
  .banner h2 {
    width: 100%;
    margin: 0 0 33px;
  }
  .banner h2:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 550px) {
  .banner h2 {
    margin-bottom: 20px;
  }
  .banner h2 a .readmore {
    height: 37px;
    width: 100px;
    font-size: 0.8rem;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 100px 0;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  clip-path: ellipse(100% 100% at top);
  text-shadow: 0 0 2px rgb(0 0 0 / 30%), 0px 2.5px 3px rgb(0 0 0 / 13%), 0px -2.5px 3px rgb(0 0 0 / 9%);
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 35% !important;
  z-index: -1;
}
.fv_products.fv::after {
  background: url(../img/fv_products.webp);
  background-position: 50% 50% !important;
}
.fv_faq.fv::after {
  background: url(../img/fv_faq.webp);
  background-position: 50% 50% !important;
}
.fv_about.fv::after {
  background: url(../img/fv_about.webp);
  background-position: 50% 60% !important;
}
.fv_contact.fv::after {
  background: url(../img/fv_contact.webp);
  background-position: 50% 55% !important;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.42;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 8px !important;
  font-size: clamp(1.9rem, 1.36rem + 1.92vw, 2.8rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 900;
}
@media(max-width:1150px) {
  .fv {
    padding: 75px 0;
  }
}
@media(max-width:750px) {
  .fv {
    padding: 55px 0;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 35px 0;
  }
}
/* breadcrumb */
.binner {
  line-height: 1.4;
  width: 97%;
  font-weight: 900;
  font-size: clamp(0.85rem, 0.73rem + 0.4267vw, 1.05rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/* 業務内容ページ ===========================================================================================================*/
/* ハーネス半導入体の製作 */
.services .inner {
  max-width: 1310px;
}
.services .flexbox {
  margin-bottom: 70px;
}
.services .flexbox:first-of-type {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.services .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.sboxes {
  counter-reset: number 0;
}
.sboxes > div {
  width: 49%;
  border-radius: 15px;
  background: #fcf1e3;
  padding: 17px 20px;
  margin-bottom: 20px;
  counter-increment: number 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sboxes > div div:not(.rounded) {
  width: 53%;
}
.sboxes > div .rounded {
  width: 43%;
}
.sboxes > div::after {
  content: "0"counter(number);
  position: absolute;
  bottom: 9px;
  right: 9px;
  line-height: 1;
  font-weight: 900;
  z-index: -1;
  opacity: 0.1;
  color: #ff8912;
  font-size: clamp(5.5rem, 4.6rem + 3.2vw, 7rem);
}
.sboxes > div h2 {
  font-size: clamp(1.25rem, 1.1rem + 0.5333vw, 1.5rem);
  font-weight: 700;
  border-bottom: 1px dashed #ff8912;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.sboxes > div h2:first-letter {
  color: #ff8912;
}
@media (max-width: 1125px) {
  .services .flexbox {
    margin-bottom: 55px;
  }
  .sboxes {
    display: block;
  }
  .sboxes > div {
    padding: 25px;
    width: 100%;
    margin-bottom: 15px;
  }
  .sboxes > div:last-of-type {
    margin-bottom: 0 !important;
  }
  .sboxes > div:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .sboxes > div:nth-child(2n)::after {
    right: auto;
    left: 9px;
  }
  .sboxes > div div:not(.rounded) {
    width: 65%;
  }
  .sboxes > div .rounded {
    width: 32%;
  }
}
@media (max-width: 750px) {
  .sboxes > div {
    display: block;
  }
  .sboxes > div:nth-child(2n)::after {
    right: 9px;
    left: auto;
  }
  .sboxes > div div:not(.rounded), .sboxes > div .rounded {
    width: 100%;
  }
  .sboxes > div .rounded {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .sboxes > div {
    padding: 15px;
  }
}
/* 工程の流れ */
.flow .inner {
  max-width: 1030px;
}
.flow .maintitle {
  margin-bottom: 45px;
}
.flows {
  position: relative;
}
.flows::before {
  content: "";
  width: 5px;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flows > div {
  margin-left: 60px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 25px;
  position: relative;
}
.flows > div::after, .flows > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.flows > div::before {
  width: 15px;
  aspect-ratio: 1/1;
  margin-top: -5px;
  background: #ff8912;
  border-radius: 50%;
  top: 57px;
  left: -65px;
}
.flows > div::after {
  width: 45px;
  border-bottom: 2px dotted #ff8912;
  position: absolute;
  top: 59px;
  left: -47px;
}
.flows > div:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width:850px) {
  .flows > div {
    padding: 25px;
  }
}
@media (max-width:750px) {
  .flows > div {
    padding: 25px;
  }
  .flows > div {
    margin-left: 30px;
    padding: 15px;
  }
  .flows > div::before {
    width: 14px;
    left: -34px;
    margin-top: -4px;
  }
  .flows > div::after {
    width: 19px;
    left: -20px;
  }
}
@media (max-width:550px) {
  .flow .maintitle {
    margin-bottom: 35px;
  }
  .flows > div {
    margin-left: 0;
    margin-bottom: 17px;
  }
  .flows::before, .flows > div::before, .flows > div::after {
    content: none;
  }
}
/* よくある質問ページ =======================================================================================================*/
.faqmain {
  overflow: visible;
}
.faq .inner {
  width: 94%;
}
/*wrapper*/
.sc_wrap {
  display: flex;
}
/*menu*/
.sticky_menu {
  width: 260px;
  position: sticky;
  top: 120px;
  left: 0;
  z-index: 5;
  height: fit-content;
  background: #fcf1e3;
  padding: 20px;
  border-radius: 15px;
}
.sticky_menu .br {
  bottom: -30px !important;
  right: -11px !important;
}
.sticky_menu .br img {
  height: 45px !important;
}
.sticky_menu ul li {
  border-bottom: 1px dashed #ff8912;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sticky_menu a {
  padding-left: 17px;
  color: #333;
  position: relative;
  display: inline-block;
  width: 100%;
}
.sticky_menu a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  color: #ff8912;
}
.sticky_menu a:hover {
  opacity: 0.6;
}
/*item*/
.sticky_contents {
  width: calc(100% - 320px);
  margin-left: auto;
  /*filter*/
  position: relative;
}
/*filter*/
.sticky_contents::before {
  content: '';
  width: 102%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.23);
}
.sticky_contents > div {
  filter: blur(3px);
}
.disabled_text {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 0 8px;
  z-index: 2;
  color: #fff;
  font-size: clamp(2rem, 1.4rem + 2.1333vw, 3rem);
  line-height: 1.6;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 15%), 0px -2.5px 3px rgb(0 0 0 / 10%);
}
/**/
.infobox .mtitle {
  font-size: clamp(1.2rem, 0.99rem + 0.7467vw, 1.55rem);
}
.infobox > div {
  margin-bottom: 45px;
}
.infobox:last-of-type > div:last-of-type {
  margin-bottom: 0 !important;
}
.infobox > div h2 {
  font-weight: 700;
  font-size: clamp(1rem, 0.88rem + 0.4267vw, 1.2rem);
  line-height: 1.6;
  border-bottom: 1px dashed #c4c4c4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.infobox > div h2, .answer {
  position: relative;
  padding-left: 32px;
}
.infobox > div h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.1rem, 1.04rem + 0.2133vw, 1.2rem);
  font-weight: 700;
}
.infobox > div h2::before {
  content: "Q.";
  top: -0.05em;
  left: 0;
  opacity: 0.6;
}
.answer::before {
  content: "A.";
  top: -0.2em;
  left: 0.5px;
  color: #ff8912;
}
@media(max-width:950px) {
  .faq .inner {
    width: 88%;
  }
  .sc_wrap {
    display: block;
  }
  .sticky_contents {
    width: 100%;
  }
  .sticky_menu {
    top: 95px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .sticky_menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sticky_menu ul li {
    width: 48%;
    margin: 0 1% 10px;
  }
}
@media(max-width:600px) {
  .sticky_menu {
    padding: 13px 10px 10px;
  }
  .sticky_menu ul li {
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .sticky_menu a {
    padding-left: 12px;
  }
}
@media(max-width:550px) {
  .sticky_menu {
    top: 80px;
  }
  .infobox > div {
    margin-bottom: 35px;
  }
  .infobox > div h2, .answer {
    padding-left: 28px;
  }
}
/* 会社概要ページ ===========================================================================================================*/
/* 会社概要 */
.overview .inner {
  max-width: 1100px;
}
.ove_imgs > div:last-of-type {
  margin-top: 20px;
}
@media (max-width: 950px) {
  .overview .flexbox {
    display: block;
  }
  .overview .flexbox .w33, .overview .flexbox .w62 {
    width: 100%;
  }
  .ove_imgs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .ove_imgs > div {
    width: 48%;
  }
  .ove_imgs > div:last-of-type {
    margin-top: 30px;
  }
}
@media (max-width: 550px) {
  .ove_imgs {
    margin-bottom: 30px;
  }
  .ove_imgs > div {
    width: 47%;
  }
  .ove_imgs > div:last-of-type {
    margin-top: 15px;
  }
  .ove_imgs .imgup.rounded {
    border-radius: 10px;
  }
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px;
}
.info_table th {
  background: #ff8912;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.info_table i {
  color: #ff8912;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100%;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #ff8912;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/* アクセス */
.map {
  margin-top: 65px;
}
.map iframe {
  border-radius: 15px;
  width: 100%;
  height: 450px;
}
@media (max-width: 550px) {
  .map iframe {
    height: 250px;
  }
}
/* お問い合わせページ =======================================================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 905px;
}
.contact_sec .mtitle {
  font-size: clamp(1.2rem, 1.08rem + 0.4267vw, 1.4rem);
}
.contact_sec .stitle {
  font-size: clamp(1.25rem, 1.04rem + 0.7467vw, 1.6rem);
}
.contact_sec .stitle .red {
  font-size: 68%;
}
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 33px;
  }
}
/* 電話・FAX */
/*box*/
.telbox {
  border-radius: 15px;
  background: #fff;
  padding: 30px 27px;
}
@media (max-width: 1055px) {
  .telbox {
    padding: 22px 25px 25px;
  }
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 15px 13px 17px;
  }
}
/* 番号 */
.telbox a {
  white-space: nowrap;
  font-size: clamp(1.65rem, 1.5rem + 0.5333vw, 1.9rem);
  color: #333;
}
.telbox a i, .telbox i {
  color: #ff8912;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #ff8912;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 1055px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width: 550px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    font-size: 90%;
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    font-size: 90%;
    margin-right: 0;
  }
}
/* メール */
#email {
  position: relative;
  top: -10px;
}
.mnote {
  max-width: 874px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    font-size: 93%;
    margin-top: 45px;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #ff8912;
  padding: 5px;
  margin-right: 3px;
  border-radius: 3px;
  font-size: 83%;
}
.mailform .row span.mailsp {
  color: #ff8912;
  background: #fff;
  border: 2px solid #ff8912;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  border-radius: 50px;
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #ff8912;
  color: #fff;
  border: 2px solid #ff8912;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #ff8912;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #ff8912;
  border-bottom: 3px solid #ff8912;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/**/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/**/
.mails {
  padding-bottom: 45px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 20px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.76rem + 0.8533vw, 1.4rem);
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 700;
  padding: 13px 11px;
  padding-left: 15px;
  background: #ff8912;
  color: #fff;
  border-radius: 5px;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -2px;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 17px;
  height: 3px;
  background: #fff;
  top: 46%;
  right: 2.3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: translateY(0.5px) rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: transparent;
  padding: 0 25px 13px;
  margin-top: 13px;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #ff8912;
}
@media (max-width: 550px) {
  .privacy {
    padding-bottom: 65px;
  }
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 14px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 93%;
  }
}