@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  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: 120px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 65px 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;
}
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.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: 50px;
  display: block;
  text-align: center;
  line-height: 0.45;
  position: relative;
  font-size: clamp(3rem, 1.75rem + 4vw, 4rem);
  font-weight: 500;
}
.maintitle .mf {
  white-space: nowrap;
  position: relative;
  letter-spacing: 0.08em;
  font-family: "altesse-std-24pt", sans-serif;
  font-weight: 400;
  display: inline-block;
  color: #948f8f;
}
.maintitle .mf span:first-of-type {
  text-transform: capitalize;
}
.maintitle .sf {
  font-size: 29%;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 30px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 37px;
  }
  .txtmgb {
    margin-bottom: 25px !important;
  }
}
/*02*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.15rem, 0.775rem + 1.2vw, 1.45rem);
  line-height: 1.65;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 1px;
  background: #948f8f;
}
.stitle .en {
  font-family: "altesse-std-24pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #948f8f;
  font-size: 110%;
  margin-right: 10px;
}
@media (max-width: 550px) {
  .stitle .en {
    display: block;
    margin-right: 0;
  }
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 26px 0;
  display: inline-block;
  width: fit-content;
  min-width: 265px;
  text-align: center;
  border: 1px solid #948f8f;
  color: #948f8f;
  background: #fff;
  z-index: 1;
  overflow: hidden;
}
.mainbtn a:hover {
  color: #fff;
  background: #948f8f;
}
.tbtn {
  margin-top: 37px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 4px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    min-width: 220px;
    padding: 18px;
  }
  .tbtn {
    margin-top: 30px;
  }
}
/* 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: 35px;
  }
}
/* 幅 */
.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%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto.w48, .mauto.w43 {
    width: 100%;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7;
  z-index: -100;
}
/* アニメーション =================*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* img */
.imgup {
  position: relative;
  overflow: hidden;
}
.imgup {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 0.9s;
  transition-delay: 0.3s;
}
.imgup.inview {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/* delay */
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/* 見出しアニメーション ============*/
.txtanim span {
  display: inline-block;
  opacity: 0;
  transform: scale(1.2) translate(-50%, -50%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.txtanim.inview span {
  animation: textfadein 2.8s ease forwards;
}
.txtanim.inview span:nth-child(1) {
  animation-delay: 0.1s;
}
.txtanim.inview span:nth-child(2) {
  animation-delay: 0.25s;
}
.txtanim.inview span:nth-child(3) {
  animation-delay: 0.4s;
}
.txtanim.inview span:nth-child(4) {
  animation-delay: 0.55s;
}
.txtanim.inview span:nth-child(5) {
  animation-delay: 0.7s;
}
.txtanim.inview span:nth-child(6) {
  animation-delay: 0.85s;
}
.txtanim.inview span:nth-child(7) {
  animation-delay: 0.9s;
}
.txtanim.inview span:nth-child(8) {
  animation-delay: 1.05s;
}
.txtanim.inview span:nth-child(9) {
  animation-delay: 1.3s;
}
.txtanim.inview span:nth-child(10) {
  animation-delay: 1.45s;
}
.txtanim.inview span:nth-child(11) {
  animation-delay: 1.6s;
}
.txtanim.inview span:nth-child(12) {
  animation-delay: 1.75s;
}
.txtanim.inview span:nth-child(13) {
  animation-delay: 1.9s;
}
.txtanim.inview span:nth-child(14) {
  animation-delay: 2.05s;
}
.txtanim.inview span:nth-child(15) {
  animation-delay: 2.3s;
}
@keyframes textfadein {
  0% {
    opacity: 0;
    transform: scale(1.2) translate(-50%, -50%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 5px 0 0;
}
.header_inner {
  position: relative;
  width: 96%;
  margin: 0 auto;
  max-width: calc(100% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header::after {
  content: '';
  width: 100%;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -100;
}
.header::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  bottom: -36px;
  filter: brightness(0) invert(1);
  background: url(../img/header.png);
  background-position: bottom center;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 55px;
  background-size: 3000px 55px;
  background-repeat: repeat-x;
}
.header::after, .header::before {
  opacity: 0;
  transition: all .5s;
}
.header.change::after, .header.change::before {
  opacity: 0.95;
}
/* logo */
.header h1 {
  line-height: 1;
}
.header_title a:hover {
  opacity: 0.6;
}
.header_title {
  width: 200px;
}
.header_title a {
  filter: brightness(0) invert(1);
}
.change .header_title a {
  filter: none;
}
/**/
.header_item {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: fit-content;
  margin-bottom: 15px;
}
.header_item > div {
  margin: 0 3px;
}
.header_item .mainbtn {
  margin-left: 13px;
}
.header_item .mainbtn a {
  min-width: auto;
  width: 225px;
  line-height: 1;
  padding: 12px 0;
  font-size: 0.97rem;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.change .header_item .mainbtn a {
  border: 1px solid #948f8f;
  color: #948f8f;
}
.header_item .mainbtn a:hover {
  opacity: 0.6;
}
/*tel*/
.tel {
  padding-bottom: 5px;
  font-size: 1.45rem;
}
.tel a {
  color: #fff;
}
.change .tel a {
  color: #948f8f;
}
.tel a:hover {
  opacity: 0.6;
}
/* menu */
.header_nav {
  width: fit-content;
  margin-left: auto;
}
.header_nav ul {
  display: flex;
  text-align: center;
}
.header_nav ul li {
  padding: 2px 13px;
  position: relative;
  line-height: 1.6;
}
.header_nav ul li:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.header_nav ul li a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  line-height: 1.5;
  font-size: 0.95rem;
  color: #fff;
  white-space: nowrap;
}
.header_nav ul li a span {
  display: block;
  font-size: 190%;
  text-transform: capitalize;
  letter-spacing: 0.015em;
  font-family: "altesse-std-24pt", sans-serif;
  font-weight: 400;
}
.header_nav ul li a:hover {
  opacity: 0.6;
}
.change .header_nav ul li a {
  color: #333;
}
.change .header_nav ul li a span {
  color: #948f8f;
}
/* ドロップダウンメニュー =====*/
.menu-item-has-children {
  position: relative;
}
.sub-menu {
  position: absolute;
  top: 75px; /**/
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  z-index: 4;
  flex-direction: column;
}
.sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 15px; /**/
  top: -15px; /**/
  left: 50%;
  transform: translateX(-50%);
}
.sub-menu li {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  margin-bottom: 3px !important;
  width: 100% !important;
  position: relative;
  transition: .3s all;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  z-index: -100;
  transition: .3s all;
}
.sub-menu li:hover {
  opacity: 0.6;
}
.sub-menu a {
  display: block;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 0.95rem !important;
  padding: 14px 0 !important;
}
.change .sub-menu li::after {
  background: #948f8f;
}
/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
.menu-item-has-children ul {
  transition: .4s all;
  transform: scale(1, 0) translateX(-50%);
  transform-origin: top;
}
.menu-item-has-children:hover ul, .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}
/* 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);
  background: #fff !important;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff !important;
}
.hamburger__line {
  display: block;
  height: 1px;
  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: #fff;
}
.change .hamburger__line, .change .hamburger__line:before, .change .hamburger__line:after {
  background: #333;
}
.hamburger__line:before {
  top: -9.5px;
}
.hamburger__line:after {
  top: 9.5px;
}
/*
.hamburger__text {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  line-height: 1.4;
}
.hamburger__text::before {
  content: "menu";
  text-align: center;
  font-size: 0.9rem;
  text-transform: capitalize;
  font-family: "altesse-std-24pt", sans-serif;;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 3px;
  color: #fff;
}
.hamburger.-active .hamburger__text::before {
  content: 'close';
  position: relative;
  bottom: -9px;
  margin-left: 0;
  color: #fff !important;
}
*/
/**/
.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;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/hamburger.webp) no-repeat 100% 100%/cover;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
}
/* menu */
.global-navigation {
  margin: auto;
  height: fit-content;
  padding: 45px 0 90px;
  position: relative;
  z-index: 1;
}
.global-navigation__list {
  margin-bottom: 30px;
  text-align: center;
}
.global-navigation__list > li {
  font-size: 1.05rem;
  line-height: 1.65;
  display: block;
}
.global-navigation__list li a {
  padding: 13px 0 8px;
  display: inline-block;
  color: #fff;
}
.global-navigation__list li a:not(:first-of-type) {
  font-size: 90%;
  display: block;
  padding: 0 0 7px !important;
}
.global-navigation__list li a:not(:first-of-type)::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  font-size: 0.7rem;
  transform: translateY(-2px);
  opacity: 0.7;
}
.global-navigation__list li a span {
  display: block;
  font-size: 190%;
  transition: all .3s;
  text-transform: capitalize;
  white-space: nowrap;
  font-family: "altesse-std-24pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.global-navigation__list a:hover {
  opacity: 0.6;
}
/* btn */
.header__nav-area .mainbtn {
  margin-top: 7px;
}
.header__nav-area .mainbtn a {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
}
.header__nav-area .mainbtn a:hover {
  opacity: 0.6;
}
/* animation */
.header__nav-area {
  overflow-x: hidden;
}
.header__nav-area ul li {
  transform: translateX(200px);
  opacity: 0;
}
.header__nav-area .mainbtn {
  transform: translateX(200px);
  opacity: 0;
}
.header__nav-area.-active ul li {
  transform: translateX(0);
  transition: 1.6s ease, opacity 2.6s ease;
  opacity: 1;
}
.header__nav-area.-active .mainbtn {
  transform: translateX(0);
  transition: 1.6s ease, opacity 2.6s ease;
  opacity: 1;
}
.header__nav-area.-active ul li:nth-child(2) {
  transition-delay: 0.15s;
}
.header__nav-area.-active ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.header__nav-area.-active ul li:nth-child(4) {
  transition-delay: 0.45s;
}
.header__nav-area.-active ul li:nth-child(5) {
  transition-delay: 0.6s;
}
.header__nav-area.-active ul li:nth-child(6) {
  transition-delay: 0.75s;
}
.header__nav-area.-active .mainbtn {
  transition-delay: 0.45s;
}
@media (max-width:1050px) {
  .header_title {
    width: 175px;
  }
  .header {
    padding: 20px 13px 0;
  }
  .header_inner {
    width: 100%;
    max-width: 100%;
  }
  .header_nav, .header_item {
    display: none;
  }
  .header__inner {
    display: block;
    margin-top: -1.5%;
  }
  .header::after {
    height: 93px;
  }
  .header::before {
    bottom: -34px;
  }
}
@media (max-width: 550px) {
  .header_title {
    width: 130px;
  }
  .header {
    padding: 15px 10px 0;
  }
  .header::after {
    height: 62px;
  }
  .header::before {
    bottom: -32px;
  }
  .header__inner {
    margin-top: -10px;
  }
  .global-navigation__list > li {
    font-size: 0.95rem;
  }
  .header__nav-area.-active .mainbtn {
    font-size: 0.95rem;
  }
}
/* footer ================================================*/
.f_fixed_bg {
  position: relative;
  color: #fff;
}
.f_fixed_bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.7;
  z-index: -2;
}
.f_fixed_bg::before {
  content: '';
  background: url(../img/footer.webp);
  background-size: cover;
  background-attachment: fixed;
  background-position: 48.5% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .f_fixed_bg::before {
  background-attachment: scroll;
}
/**/
.footer_contact {
  position: relative;
  padding: 90px 0 100px;
  overflow: hidden;
}
.footer_contact .inner {
  max-width: 730px;
}
.footer_contact, .footer_contact .maintitle span {
  color: #fff;
}
.footer_contact .maintitle {
  margin-bottom: 27px;
}
.footer_contact .maintitle::before {
  content: none;
}
.ctext {
  margin-bottom: 27px;
  text-align: center;
}
/* btn */
.footer_contact .btn {
  text-align: center;
  width: 49%;
}
.footer_contact .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  color: #fff;
  padding: 26px 0;
  font-size: 1.15rem;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.footer_contact .btn a i {
  margin-right: 8px;
}
.footer_contact .btn a span {
  width: 100%;
  font-size: 67%;
}
.footer_contact .btn a:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.fax {
  pointer-events: none;
}
.ib {
  display: inline-block;
}
@media (max-width: 750px) {
  .f_fixed_bg::before {
    background-attachment: scroll;
  }
  .ctext {
    margin-bottom: 27px;
  }
  .footer_contact {
    padding: 55px 0;
  }
  .footer_contact .flexbox {
    max-width: 400px;
    margin: auto;
  }
  .footer_contact .btn {
    margin-bottom: 8px;
    width: 100%;
    height: auto;
  }
  .footer_contact .btn:last-child {
    margin-bottom: 0 !important;
  }
  .footer_contact .btn a {
    font-size: 100%;
    padding: 22px 0;
  }
}
/* address */
.f_black_bg {
  position: relative;
}
.f_black_bg::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  pointer-events: none;
  z-index: -1;
}
.f_black_bg::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.4;
  z-index: -1;
}
.footer_address .flexbox {
  max-width: 850px;
  margin: auto;
}
.footer_address {
  position: relative;
  text-align: center;
  padding: 65px 0 60px;
}
/* logo */
.flogo {
  margin: auto;
  width: 100%;
  max-width: 220px;
  margin-bottom: 12px;
}
.flogo img {
  filter: brightness(0) invert(1);
}
/**/
.footer_address p {
  line-height: 1.75;
}
.footer_address p:last-child {
  margin-bottom: 0 !important;
}
.footer_address p span {
  display: inline-block;
}
@media (max-width: 750px) {
  .footer_address p {
    font-size: 95%;
  }
}
@media (max-width: 550px) {
  .footer_address h3 {
    max-width: 170px;
  }
  .footer_address p {
    font-size: 0.77rem;
    text-align: center;
  }
  .footer_address {
    padding: 40px 0 30px;
  }
}
/* links */
.flinks {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.flinks nav {
  font-size: 95%;
  display: flex;
  justify-content: center;
}
.flinks a {
  white-space: nowrap;
  color: #fff;
}
.flinks ul {
  width: fit-content;
  margin: 0 13px 7px;
}
.flinks ul li {
  width: fit-content;
}
.flinks ul li:not(:first-of-type) {
  margin-left: auto;
  margin-right: auto;
}
.flinks ul li:first-of-type a {
  line-height: 1.4;
  font-size: 110%;
  margin-bottom: 7px;
}
.flinks ul li:not(:first-of-type) a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  font-size: 0.6rem;
  transform: translateY(-2px);
  opacity: 0.7;
}
.flinks ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 950px) {
  .flinks {
    display: none;
  }
}
/* copyright */
.copyright {
  text-align: center;
  padding: 17px 0px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 565px) {
  .copyright {
    font-size: 0.73rem;
    padding: 12px 0px 19px;
  }
}
/*ページ上に戻るボタン*/
.mixblend {
  mix-blend-mode: difference;
  z-index: 79;
  position: relative;
}
.go_top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  color: #fff;
  font-size: 1.45rem;
  text-transform: capitalize;
  font-family: "altesse-std-24pt", sans-serif;
  font-weight: 400;
  writing-mode: vertical-rl;
  padding-top: 50px;
}
.go_top::before {
  background-color: #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 48%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
}
.go_top:hover {
  opacity: 0.6;
}
@media (max-width:550px) {
  .go_top {
    right: 9px;
    font-size: 1.15rem;
    padding-top: 37px;
  }
  .go_top::before {
    height: 30px;
  }
}
/* スライド　========================================*/
.topslideWrap {
  position: relative;
}
.topslide {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.topslide::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  z-index: 1;
  opacity: 0.25;
}
.slide_items img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100vh;
  min-height: 650px;
}
/*スライドアニメーション*/
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
/**/
.catchcopy {
  width: fit-content;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  z-index: 2;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
  white-space: nowrap;
  line-height: 1.4;
  font-size: clamp(1.4rem, -0.225rem + 5.2vw, 2.7rem);
}
.catchcopy p:last-of-type {
  font-size: 80%;
}
.catchcopy p br {
  display: none;
}
/* animation */
/*text*/
.anime-up {
  overflow: hidden;
}
.anime-up.displayed span {
  display: inline-block;
}
.anime-up.displayed > span > span {
  animation: showTextFromBottom 2.1s backwards;
}
@keyframes showTextFromBottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*border*/
.catchcopy p:first-of-type {
  position: relative;
  padding-bottom: 10px;
}
.catchcopy p:first-of-type::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  animation: borderBottom 2.5s backwards;
}
@keyframes borderBottom {
  0% {
    opacity: 0;
    width: 0;
  }
  35% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .topslide, .slide_items img {
    min-height: auto;
  }
  .catchcopy {
    text-align: center;
    font-size: 5.1vw;
    font-weight: 700;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .catchcopy p br {
    display: block;
  }
}
/* バナー スライド　========================================*/
.events {
  padding: 120px 0 90px;
}
@media (max-width:550px) {
  .events {
    padding: 50px 0 40px;
  }
}
.events h2 {
  opacity: 0;
  height: 0;
  margin-bottom: 0 !important;
}
.events .inner {
  width: 100%;
}
@media (min-width: 2000px) {
  .events .inner {
    max-width: 2000px;
  }
}
@media (max-width: 1999px) {
  .events .inner {
    max-width: 100%;
    width: 100%;
  }
}
/*slider*/
.sr_slider .slick-slide {
  position: relative !important;
}
/*centerMode effect*/
.sr_slider .slick-slide {
  pointer-events: none;
  transform: scale(0.8);
  transition: all .3s;
}
.sr_slider .slick-center {
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}
/*arrow*/
.sr_slider {
  padding-bottom: 90px;
}
.sr_slider .slide_left, .sr_slider .slide_right {
  width: 70px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #948f8f;
  background: #fff;
  z-index: 1;
  cursor: pointer;
  transition: .4s;
}
.sr_slider .slide_left {
  transform: translate(-130%, 0);
}
.sr_slider .slide_left span, .sr_slider .slide_right span {
  color: #948f8f;
  display: block;
  font-size: 24px;
  line-height: 1;
  transition: .4s;
  font-weight: bold;
}
.sr_slider .slide_left:hover, .sr_slider .slide_right:hover {
  background: #948f8f;
}
.sr_slider .slide_left:hover span, .sr_slider .slide_right:hover span {
  color: #fff;
}
@media (max-width: 750px) {
  .sr_slider {
    padding-bottom: 60px;
  }
  .sr_slider .slide_left, .sr_slider .slide_right {
    width: 40px;
  }
  .sr_slider .slide_left span, .sr_slider .slide_right span {
    font-size: 18px;
  }
}
/**/
.sr_slider a:hover {
  opacity: 0.6;
}
/* ごあいさつ　========================================*/
/*illust*/
.rotation {
  position: absolute;
  z-index: -1;
  width: 65%;
  max-width: 260px;
  aspect-ratio: 1 / 1;
  opacity: 0.2;
}
.rotation div {
  position: absolute;
  height: 100%;
  width: 100%;
}
.rotation img {
  width: 100%;
  animation: rotateanim 65s linear infinite normal;
}
@keyframes rotateanim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rotation i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #948f8f;
  font-size: 8rem;
}
@media (max-width: 400px) {
  .rotation {
    opacity: 0.15;
  }
  .rotation i {
    font-size: 30vw;
  }
}
/**/
.welbox .rotation {
  bottom: -50px;
  right: 0;
}
.welcome {
  padding-top: 0;
}
/*img*/
.f_wide {
  overflow: hidden;
}
.f_wide img {
  object-fit: cover;
  width: 100%;
  height: 550px;
}
/*title*/
.weltitle {
  font-size: clamp(1.15rem, 0.65rem + 1.6vw, 1.55rem);
  font-weight: 500;
  padding-bottom: 27px;
  line-height: 1.6;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/*text*/
.welbox {
  background: #fff;
  width: 95%;
  max-width: 1162px;
  margin: auto;
  margin: -125px auto 0;
  position: relative;
  z-index: 1;
  padding: 60px 0 0;
}
@media (max-width: 1700px) {
  .f_wide img {
    height: 40vw;
    transform: scale(1.5);
  }
  .welbox {
    margin-top: -9vw;
  }
}
@media (max-width: 750px) {
  .f_wide img {
    height: 65vw;
    transform: scale(1.75);
  }
  .welbox {
    margin-top: -17vw;
  }
}
@media (max-width: 550px) {
  .welbox {
    padding: 35px 0 0;
  }
}
/* バスの紹介　========================================*/
.anshin {
  font-size: clamp(1.2rem, 0.6375rem + 1.8vw, 1.65rem);
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .anshin {
    margin-bottom: 30px;
  }
}
.p_slider ul .slick-slide {
  margin-left: 25px !important;
  transition: .3s ease;
}
.p_slider ul li {
  position: relative;
  overflow: hidden;
}
.p_slider ul li::before {
  content: '';
  display: block;
  padding-top: 70%; /*高さの比率*/
}
.p_slider ul li img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.9s ease;
}
.p_slider ul li a:hover img {
  transform: scale(1.1);
}
.p_slider ul li p {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 3;
  display: none;
}
@media (max-width: 750px) {
  .p_slider ul .slick-slide {
    margin-left: 15px !important;
  }
}
@media (max-width: 420px) {
  .p_slider ul li p {
    bottom: -35px;
    font-size: 0.77rem;
  }
}
/* CONTENTS　========================================*/
.menus .inner {
  width: 95%;
  max-width: 1300px;
  counter-reset: number 0;
}
.menulink {
  position: relative;
  width: 22.5%;
  height: 440px;
  counter-increment: number 1;
}
.menulink:nth-child(2n) {
  top: 20px;
}
.menulink a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.menulink a::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.4;
  pointer-events: none;
  transition: .3s all;
}
.menulink a:hover::after {
  opacity: 0.25;
}
.menulink a::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/more.svg);
  background-repeat: no-repeat;
  background-position: bottom 15px right 12px;
  background-size: 80px;
  z-index: 1;
  filter: brightness(0) invert(1);
  transition: .6s all;
}
.menulink a:hover::before {
  background-position: bottom 15px right 5px;
}
.menulink img {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .8s all;
  z-index: -2;
}
.menulink a:hover img {
  transform: scale(1.07, 1.07);
}
/*title*/
.menulinktitle {
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
  position: absolute;
  top: 20px;
  left: 3.5%;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
  font-size: clamp(1.15rem, 1.025rem + 0.4vw, 1.25rem);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.5;
  z-index: 2;
  white-space: nowrap;
}
.menulinktitle span {
  display: block;
  font-size: 170%;
  font-family: "altesse-std-24pt", sans-serif;
  font-weight: 400;
}
@media (max-width:1420px) {
  .menulink {
    height: 33vw;
  }
}
@media (max-width:1070px) {
  .menus .inner {
    width: 88%;
  }
  .menulink {
    width: 48.3%;
    height: 55vw;
    margin-bottom: 25px;
  }
}
@media (max-width:750px) {
  .menulink:nth-child(2n) {
    top: 0;
  }
  .menulink {
    height: 63vw;
    min-height: 202px;
    margin: 0 0 10px;
  }
  .menulink:last-child {
    margin-bottom: 0 !important;
  }
  .menulinktitle span {
    font-size: 110%;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  overflow: hidden;
  padding: 190px 0 100px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.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% 50%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.4;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 0 !important;
  z-index: 1;
  position: relative;
}
.fv h2 span {
  color: #fff !important;
}
@media(max-width:1050px) {
  .fv {
    padding: 160px 0 70px;
  }
}
@media(max-width:550px) {
  .fv_longtitle .mf {
    font-size: 2.4rem;
  }
  .fv {
    padding: 110px 0 45px;
  }
}
/* 背景写真 各ページ */
.fvsafety.fv::after {
  background: url(../img/fvsafety.webp);
  background-position: 50% 83%;
}
.fvbuses.fv::after {
  background: url(../img/fvbuses.webp);
  background-position: 50% 55%;
}
.fvfaq.fv::after {
  background: url(../img/fvfaq.webp);
  background-position: 50% 89%;
}
.fvabout.fv::after {
  background: url(../img/fvabout.webp);
  background-position: 50% 45%;
}
.fvcontact.fv::after {
  background: url(../img/fvcontact.webp);
  background-position: 50% 65%;
}
/* breadcrumb */
.binner {
  width: 94%;
  max-width: 1600px;
  font-size: 0.75rem;
  position: relative;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: absolute;
  top: 4px;
  right: 0;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #333;
}
.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;
}
@media(max-width:550px) {
  .breadcrumb {
    font-size: 0.6rem;
  }
}
/* 安全への取り組み・ご利用の流れページ ===========================================================================*/
.act {
  top: 1.5%;
  left: 2%;
}
/* 安全への取り組み */
.activities .maintitle {
  margin-bottom: 80px;
}
.actbox {
  margin-bottom: 85px;
}
.actbox:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:750px) {
  .act {
    top: -3%;
    left: -11%;
  }
  .activities .maintitle {
    margin-bottom: 40px;
  }
  .actbox {
    margin-bottom: 65px;
  }
  .actbox .spmgb {
    margin-bottom: 15px;
  }
}
/*安全方針*/
.numlist {
  counter-reset: number 0;
}
.numlist li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #948f8f;
  counter-increment: number 1;
  padding-left: 42px;
  position: relative;
}
.numlist li::before {
  content: "0"counter(number)".";
  text-transform: uppercase;
  font-family: "altesse-std-24pt", sans-serif;
  font-weight: 400;
  color: #948f8f;
  position: absolute;
  top: -0.49em;
  left: 0;
  font-size: 200%;
}
/*厳正な点呼・事故防止・健康管理の実施*/
.acflex {
  display: flex;
  flex-wrap: wrap;
}
.acflex li {
  width: 48%;
  margin: 0 0.6% 7px;
}
@media(max-width:1245px) {
  .acflex li {
    width: 100%;
    margin: 0 0 7px;
  }
}
/*check list*/
.acheck li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #ddd;
  padding-left: 21px;
  position: relative;
}
.bg_gray .acheck li {
  border-bottom: 1px dotted #948f8f;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #948f8f;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots{
	margin: 20px 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/*運輸安全マネジメントに関する取り組み*/
.actbox .cotitle {
  color: #fff;
  background: #948f8f;
  padding: 10px 10px 15px;
  border-left: 4px solid rgba(255, 255, 255, 0.3);
}
/**/
.datalist {
  margin-bottom: 10px;
  width: 32%;
}
.datalist a {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 7px;
}
.datalist a:hover {
  background: #f7f7f7;
}
.datalist a span {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.datalist a span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  font-weight: bold;
  display: inline-block;
  color: #eb441e;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media(max-width:750px) {
  .datalist {
    width: 100%;
    margin-bottom: 5px;
  }
  .datalist a {
    padding: 10px 8px;
  }
}
/* ご利用の流れ */
.flows {
  position: relative;
}
.flows::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ddd;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(100% - 88% - 20px); /*.flowbox .step*/
}
/**/
.step {
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0.015em;
  font-family: "altesse-std-24pt", sans-serif;
  font-weight: 400;
  font-size: clamp(1.35rem, 1.1625rem + 0.6vw, 1.5rem);
  width: 12%; /* step::after step::before */
  white-space: nowrap;
  color: #948f8f;
  height: fit-content;
}
.step span {
  font-size: 150%;
}
.step::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%; /* マイナス2% */
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #948f8f;
  border-radius: 50%;
}
.step::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15%; /**/
  display: inline-block;
  border-style: solid;
  border-width: 10px;
  border-color: rgba(0, 0, 0, 0) #948f8f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
/**/
.flowbox .stitle {
  margin-bottom: 13px;
}
.flowbox .stitle::after {
  content: none;
}
.flowbox {
  background: #f7f7f7;
  width: calc(100% - 12% - 20px); /*.flows .step*/
  padding: 20px;
  margin-left: 1em;
  border-left: solid 8px #948f8f;
  position: relative;
  margin-bottom: 30px;
}
.flowbox:last-child {
  margin-bottom: 0 !important;
}
/*btn*/
.flowbox .tbtn {
  margin-top: 17px;
}
/*img*/
.flowbox .flexbox .w32 {
  display: flex;
}
.flowbox .flexbox .w32 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width:1255px) {
  .flows::before {
    left: calc(100% - 85% - 20px);
  }
  .step {
    width: 15%;
  }
  .step::after {
    right: 9%;
  }
  .step::before {
    right: -14%;
  }
  .flowbox {
    width: calc(100% - 15% - 20px);
  }
}
@media (max-width:1095px) {
  .flowsec .maintitle {
    margin-bottom: 20px !important;
  }
  .flowbox {
    width: 96% !important;
  }
  .flows {
    padding-left: 10px;
  }
  .flows::before {
    height: 98%;
    left: 0;
  }
  .step {
    padding-left: 15px;
  }
  .step::after, .step::before {
    content: none;
  }
  .flowbox {
    padding: 15px 13px 13px;
    margin-bottom: 30px;
  }
  .flowbox::after {
    top: 1.65em;
    left: -38px;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    background: #948f8f;
    border-radius: 50%;
  }
  .flowbox::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: -30px;
    display: inline-block;
    border-style: solid;
    border-width: 15px;
    border-color: rgba(0, 0, 0, 0) #948f8f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
}
@media (max-width:750px) {
  .flowbox .flexbox .w32 {
    margin-bottom: 13px;
  }
}
@media (max-width:550px) {
  .step {
    padding-top: 0;
  }
  .step p {
    margin-bottom: 0;
  }
}
/* バス紹介ページ ==============================================================================================*/
.bus_info {
  margin-bottom: 65px;
}
.bus_info:last-of-type {
  margin-bottom: 0 !important;
}
/*title*/
.toilet {
  font-size: clamp(1.3rem, 0.675rem + 2vw, 1.8rem) !important;
}
@media (max-width:750px) {
  .toilet {
    margin-bottom: 0 !important;
  }
}
.bmini {
  font-size: 80%;
  display: block;
}
.mtitle {
  font-size: clamp(1.55rem, 1.2375rem + 1vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 25px;
}
/**/
.bus_info .stitle {
  margin-bottom: 12px;
  font-size: clamp(1.1rem, 0.7875rem + 1vw, 1.35rem);
}
.bus_info .stitle span:not(.ib), .bus_info .stitle::after {
  display: inline-block;
  width: 110px;
}
/* slide */
.c_slider .slick-slide {
  position: relative;
}
.c_slider .slick-slide::before {
  content: '';
  display: block;
  padding-top: 57%; /*高さの比率*/
}
.c_slider .slick-slide img {
  margin: auto;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.c_slider {
  margin-bottom: 2%;
}
.c_slider .slick-slide img {
  object-fit: contain !important;
}
/*thumbnail slide*/
.thumbnail .slick-slide {
  position: relative;
}
.thumbnail .slick-slide::before {
  content: '';
  display: block;
  padding-top: 57%; /*高さの比率*/
}
.thumbnail .slick-slide img {
  margin: auto;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
.thumbnail .slick-slide {
  margin: 0 0.2%;
}
.thumbnail .slick-prev:before, .thumbnail .slick-next:before {
  color: #948f8f;
  opacity: 1;
}
/**/
.bus_info .slick-dots {
  white-space: nowrap !important;
}
.bus_info .slick-dots li {
  margin: 0 !important;
}
/*座席表*/
.seating_chart {
  width: 100%;
  max-width: 800px;
  margin: 45px auto 0;
}
.seating_chart img {
  width: 100%;
}
@media(max-width:750px) {
  .bus_info {
    display: flex;
    flex-direction: column;
  }
  .bus_info .flexbox, .SP_dc {
    display: contents;
  }
  .bus_info .mtitle {
    order: -1;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .bus_info .spmgb {
    margin-bottom: 20px;
  }
  .seating_chart {
    margin-top: 33px;
  }
  .thumbnail .slick-prev:before, .thumbnail .slick-next:before {
    font-size: 0.95rem;
  }
}
@media(max-width:750px) {
  .bus_info .stitle span:not(.ib), .bus_info .stitle::after {
    width: 80px;
  }
}
/* よくある質問・お客様の声ページ =================================================================================*/
/* よくある質問 */
.faqbox {
  padding: 23px;
  background: #fff;
  margin-bottom: 20px;
}
.faqbox:last-of-type {
  margin-bottom: 0 !important;
}
.faqbox:nth-child(2n) .flexbox {
  flex-direction: row-reverse;
}
/*text*/
.qt::before, .at::before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 1.4rem;
}
.qt {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
  padding-left: 38px;
  font-size: clamp(1rem, 0.6875rem + 1vw, 1.25rem);
}
.qt::before {
  content: "Q.";
  top: -0.2em;
  color: #948f8f;
}
.at {
  position: relative;
  padding-left: 38px;
}
.at::before {
  content: "A.";
  top: -0.35em;
  left: 0.05em;
  color: #9e6a6a;
}
@media(max-width:1120px) {
  .faq .flexbox {
    display: block;
  }
  .faqbox {
    width: 100%;
  }
}
@media(max-width: 550px) {
  .faqbox {
    padding: 20px 15px;
    margin-bottom: 17px;
  }
}
/* お客様の声 */
.reviews .inner {
  max-width: 1050px;
}
.review {
  flex-wrap: nowrap;
  border: 3px solid #f7f7f7;
  padding: 20px;
  margin-bottom: 35px;
}
.review:last-of-type {
  margin-bottom: 0 !important;
}
.review h3 {
  margin-bottom: 15px;
  font-size: clamp(1.1rem, 0.6625rem + 1.4vw, 1.45rem);
  font-weight: 500;
}
/*illust*/
.vimg {
  margin-right: 30px;
  text-align: center;
}
.vimg p {
  margin-bottom: 0;
  margin-top: 5px;
}
.vimg div {
  padding: 1%;
  width: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: #f7f7f7;
  overflow: hidden;
  margin: auto;
}
.vimg img {
  margin-bottom: -25px;
}
@media(max-width:750px) {
  .review {
    margin-bottom: 20px;
  }
  .vimg {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .vimg div {
    width: 55%;
    max-width: 150px;
  }
  .review h3 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
/* 会社概要ページ ==============================================================================================*/
/* 理念 */
.vision {
  font-size: clamp(1.35rem, 0.2875rem + 3.4vw, 2.2rem);
}
/* 代表あいさつ */
.greeting .inner {
  max-width: 1000px;
}
.greeting p, .greeting .maintitle span {
  color: #fff !important;
}
.glast {
  text-align: right;
  margin-top: 25px;
  line-height: 1.6;
}
.glast span {
  display: block;
  font-family: "Yuji Mai", serif;
  font-weight: 400;
  font-size: 140%;
}
@media (max-width: 750px) {
  .glast span {
    font-size: 120%;
  }
}
.greeting {
  position: relative;
  z-index: 1;
  background: url(../img/greeting.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .greeting {
  background-attachment: scroll;
}
.greeting::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  opacity: 0.65;
  z-index: -2;
}
@media(max-width:550px) {
  .greeting {
    background-attachment: scroll;
  }
}
/* 会社概要 */
.abt {
  top: 5%;
  right: 5%;
}
@media(max-width:750px) {
  .abt {
    top: 10%;
  }
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px solid #ddd;
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
.info_table a {
  color: #333;
  border-bottom: 1px solid #ededed;
}
.info_table a:hover {
  opacity: 0.6;
}
@media(max-width: 550px) {
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
    font-size: 107%;
  }
}
/* map */
.map iframe {
  width: 100%;
  height: 450px;
  border: 1px solid #ddd !important;
}
@media(max-width: 550px) {
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせページ ===========================================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 970px;
}
.contact_sec.deco {
  background-position: top right !important;
}
.contact_sec.inview.deco::before {
  background-position: top right !important;
}
/*本ホームページに関する質問につきましては*/
.contop {
  text-align: center;
  max-width: 950px;
  margin-bottom: 50px;
}
@media(max-width:900px) {
  .contop {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 40px;
  }
}
/* 電話・FAX */
/*title*/
.cotitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: clamp(1.07rem, 0.7825rem + 0.92vw, 1.3rem);
  line-height: 1.55;
  border-left: 4px solid #948f8f;
  padding-left: 12px;
}
.cotitle span {
  font-size: 70%;
  display: inline-block;
  margin-left: 3px;
}
@media (max-width: 550px) {
  .cotitle {
    margin-bottom: 17px;
  }
}
/*box*/
.telbox {
  background: #f7f7f7;
  padding: 20px 30px;
}
.telbox h3 {
  font-size: 100%;
  padding-left: 39px;
  font-weight: 500;
  position: relative;
  margin-bottom: 3px;
}
.telbox h3::before {
  background-color: #333;
  position: absolute;
  content: "";
  top: 0.95em;
  left: 0;
  width: 30px;
  height: 1px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
  .telbox h3 {
    font-size: 90%;
  }
}
/* 番号 */
.telbox a {
  white-space: nowrap;
  font-size: 1.6rem;
  color: #333;
}
.telbox a i {
  color: #948f8f;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (max-width:550px) {
  .telbox a {
    font-size: 1.43rem;
  }
}
/*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: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #948f8f;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 1045px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 90%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 900px;
  margin: auto;
  margin-top: 55px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 45px;
    font-size: 90%;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.formsel p:last-child {
  margin-bottom: 0;
}
.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%;
  font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #948f8f;
  padding: 5px;
  margin-right: 5px;
  font-size: 11px;
}
.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 {
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  color: #948f8f;
  border: 1px solid #948f8f;
  background: transparent;
  transition: .4s;
  position: relative;
  overflow: hidden;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #fff;
  background: #948f8f;
}
/*チェックボックス*/
.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: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #948f8f;
  border-bottom: 3px solid #948f8f;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/*select*/
.business select {
  margin-right: 0.5em;
  cursor: pointer;
  border: 1px solid #c2c2c2;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.business {
  position: relative;
}
.business::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  display: block;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 40%;
  right: 7px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  color: #333;
}
@media(max-width:550px) {
  .business select {
    font-size: 0.83rem;
  }
  .mailform .box, .mailform textarea {
    font-size: 0.83rem;
  }
}
/**/
.mails {
  padding-bottom: 60px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 15px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .formsel label {
    font-size: 0.95rem;
  }
  .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-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.5rem + 1.6vw, 1.4rem);
  padding: 15px 5px 15px;
  transition: all .5s ease;
  line-height: 1.65;
  font-weight: 500;
}
.accordionwrap {
  border-bottom: 1px solid #ddd;
}
.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;
  color: #948f8f;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #948f8f;
  top: 49%;
  right: 1%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: 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;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 0.7rem;
  margin-right: 0.35em;
  transform: translateY(-2px);
  color: #948f8f;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 0 5px 13px;
    font-size: 90%;
  }
}










/* 251106更新分 TOPスライド部分 事故件数について ===================================*/
.accidents {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  z-index: 1;
  padding: 30px;
  background: rgba(0, 0, 0, 0.33);
  font-size: 1.3rem;
}
.accidents::before, .accidents::after {
  content: '';
  position: absolute;
  border: solid #fff;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  opacity: 0.75;
}
.accidents::before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
.accidents::after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.accidents p {
  margin-bottom: 0;
  line-height: 0.7;
}
.accidents p:last-of-type {
  font-size: 120%;
}
.accidents p:last-of-type span {
  font-size: 190%;
  margin-left: 2px;
}
@media (max-width: 1135px) {
  .accidents {
    bottom: 150px;
    left: auto;
    right: 20px;
    padding: 20px;
    font-size: 1.1rem;
  }
}
@media (max-width: 750px) {
  .accidents {
    bottom: 20px;
  }
}
@media (max-width: 550px) {
  .accidents {
    padding: 15px;
    font-size: 0.8rem;
  }
  .accidents::before, .accidents::after {
    width: 15px;
    height: 15px;
  }
}