@charset "UTF-8";
#mainContent {
  overflow-x: hidden;
}

body * {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  font-size: clamp(15px, 1.11vw, 16px);
  letter-spacing: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en {
  font-family: "Libre Franklin", sans-serif;
}

.jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  overflow-x: hidden;
}

.footerWidth {
  margin: 0 auto;
}

.commonWidth {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}

.innerWidth {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.largeWidth {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

header {
  position: relative;
}

.secHeader {
  transition: all 0.3s;
  opacity: 1;
}

.secHeader {
  width: 100%;
  position: fixed;
  z-index: 1210;
  top: 0;
  left: 0;
  width: 100%;
}
.secHeader.is-hidden {
  transform: translateY(-100%);
}
.secHeader .secHeaderIn {
  margin: 0 auto;
  position: relative;
  right: 0px;
  top: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
}
.secHeader .secHeaderIn * {
  color: #EB6D1E;
}
.secHeader .secHeaderIn .leftArea {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 1;
  position: relative;
  top: -10px;
  flex: 1;
}
.secHeader .secHeaderIn .btnWrap {
  flex: 1;
  display: flex;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: right;
}
.secHeader .secHeaderIn .btnWrap .comBtn {
  background: #fff;
  border: 1px solid #EB6D1E;
}
.secHeader .secHeaderIn .btnWrap .comBtn:hover {
  background-color: #EB6D1E;
  color: #fff;
}
.secHeader .secHeaderIn .leftArea {
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
}
.secHeader .secHeaderIn .logoArea .topLogo {
  display: none;
}
.secHeader .secHeaderIn .logoArea img {
  width: 160px;
  height: auto;
}

.secHeader.front .secHeaderIn * {
  color: #fff;
}
.secHeader.front .secHeaderIn .btnWrap .comBtn {
  background: initial;
  border: 1px solid #fff;
}
.secHeader.front .secHeaderIn .btnWrap .comBtn:hover {
  color: #EB6D1E;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .secHeader .secHeaderIn {
    top: 20px;
    height: 44px;
    padding: 0px 16px;
    width: 100%;
    border-radius: 0;
  }
  .secHeader .secHeaderIn .logoArea img {
    width: 154px;
    height: auto;
  }
  .secHeader .secHeaderIn .btnWrap {
    padding-right: 54px;
    justify-content: right;
  }
  .secHeader .secHeaderIn .btnWrap .comBtn {
    height: 44px;
    font-size: 15px;
    padding: 0 14px;
  }
}
.global-nav {
  position: fixed;
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  height: 100dvh;
  transition: all 0.6s;
  z-index: 1220;
  overflow-y: auto;
  visibility: hidden;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.global-nav .global-nav-inner {
  transition: 0.6s;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  margin-left: auto;
  position: relative;
  width: 370px;
  height: 100%;
}
.global-nav .global-nav-inner .global-nav-inner-list {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.global-nav .global-nav-inner .global-nav-inner-list li:last-of-type {
  margin: 45px 0;
}
.global-nav .global-nav-inner .smt-nav-link {
  margin-left: auto;
  background: #F2F2F2;
  padding: 90px 50px 60px;
  opacity: 0;
  transition: all 0.6s;
  height: 100%;
  width: 0;
  position: relative;
}
.global-nav .global-nav-inner .smt-nav-link nav {
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.global-nav .global-nav-inner .smt-nav-link nav a {
  font-size: clamp(18px, 1.39vw, 20px);
  font-weight: 500;
  text-align: left;
  color: #EB6D1E;
}
.global-nav .global-nav-inner .smt-nav-link .cTx {
  font-size: 12px;
  color: #EB6D1E;
  text-align: left;
}

@media screen and (max-width: 500px) {
  .global-nav .global-nav-inner {
    width: 100%;
  }
  .global-nav .global-nav-inner .smt-nav-link {
    padding: 90px 30px 60px;
  }
}
.hamburgerWrap {
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  text-align: center;
  position: fixed;
  z-index: 1300;
  top: 0px;
  transition: all 0.3s;
}
.hamburgerWrap.is-hidden {
  transform: translateY(-100%);
}

@media screen and (min-width: 768px) {
  .hamburgerWrap {
    top: 46px;
    right: 2.5%;
    opacity: 0;
    visibility: hidden;
  }
  .hamburgerWrap .hamburger {
    opacity: 0;
    visibility: hidden;
    transition: 0;
    border: none;
    border: 1px solid #EB6D1E !important;
    color: #EB6D1E;
  }
  .hamburgerWrap .hamburger::after {
    content: "Close";
    font-size: 15px;
    font-weight: bold;
  }
  .hamburgerWrap .hamburger .hamburger__line {
    display: none;
    opacity: 0;
  }
  .onMenu .hamburgerWrap {
    opacity: 1;
    visibility: visible;
  }
  .onMenu .hamburgerWrap .hamburger {
    opacity: 1;
    visibility: visible;
  }
  .onMenu .hamburgerWrap .comBtn:hover {
    background: #EB6D1E;
    color: #fff;
  }
  .onMenu .hamburgerhamburger {
    opacity: 1;
    visibility: visible;
  }
  .onMenu .hamburgerhamburger .hamburger__line--1,
  .onMenu .hamburgerhamburger .hamburger__line--3 {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .hamburgerWrap .hamburger.comBtn {
    background: initial;
    padding: initial;
    min-width: initial;
    transition: all 0.6s;
    border-radius: 50%;
    border: 1px solid rgba(235, 109, 30, 0);
  }
  .hamburgerWrap .hamburger {
    background: #fff;
    border: 1px solid #EB6D1E;
    border-radius: 50%;
    cursor: pointer;
    width: 44px;
    height: 44px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    top: 20px;
    right: 16px;
  }
  .hamburgerWrap .hamburger .hamburger__line {
    position: absolute;
    width: 20px;
    height: 1px;
    transition: all 0.6s;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #EB6D1E;
  }
  .hamburgerWrap .hamburger .hamburger__line--1 {
    top: 14px;
  }
  .hamburgerWrap .hamburger .hamburger__line--2 {
    top: 20px;
  }
  .hamburgerWrap .hamburger .hamburger__line--3 {
    top: 26px;
  }
  .onMenu .hamburgerWrap .hamburger.comBtn {
    border: 1px solid #EB6D1E;
  }
}
/* 表示された時用のCSS */
.onMenu {
  height: 100%;
  overflow-y: hidden !important;
}
.onMenu .global-nav {
  background: rgba(235, 109, 30, 0.45);
  visibility: visible;
  opacity: 1;
  justify-content: center;
}
.onMenu .global-nav-inner {
  opacity: 1;
}
.onMenu .global-nav-inner .smt-nav-link {
  opacity: 1;
  width: 100%;
}
.onMenu .hamburger__line {
  background: #EB6D1E !important;
}
.onMenu .hamburger__line--1 {
  top: 20px !important;
  transform: translateX(-50%) rotate(35deg) !important;
  -webkit-transform: translateX(-50%) rotate(35deg) !important;
  -ms-transform: translateX(-50%) rotate(35deg) !important;
}
.onMenu .hamburger__line--2 {
  opacity: 0;
}
.onMenu .hamburger__line--3 {
  top: 20px !important;
  transform: translateX(-50%) rotate(-35deg) !important;
  -webkit-transform: translateX(-50%) rotate(-35deg) !important;
  -ms-transform: translateX(-50%) rotate(-35deg) !important;
}

.headerIcon {
  position: fixed;
  left: 2.5%;
  top: 40px;
  display: block;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1300;
  transition: all 0.3s;
  opacity: 1;
}
.headerIcon svg path {
  transition: all 0.3s;
  fill: #EB6D1E;
}
.headerIcon.is-hidden {
  transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
  .headerIcon {
    top: 28px;
    left: 16px;
  }
}
@media screen and (max-width: 500px) {
  .onMenu .headerIcon svg path {
    fill: #EB6D1E !important;
  }
}
.footer {
  position: relative;
  z-index: 2;
  background-color: #E3E3E3;
  background-image: linear-gradient(to right, rgba(235, 109, 30, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(235, 109, 30, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  overflow: hidden;
  border-bottom: 10px solid #EB6D1E;
  color: #EB6D1E;
}
.footer .commonWidth {
  max-width: initial;
  width: 90%;
}
.footer .footerIn {
  position: relative;
  padding: 65px 0;
}
.footer .footerLogo {
  margin-bottom: 40px;
  max-width: 154px;
}
.footer .footerBody {
  display: flex;
  flex-wrap: wrap;
  gap: 43px;
  justify-content: left;
  align-items: flex-end;
}
.footer .footerBody .footerNav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer .footerBody .footerNav li a {
  color: #EB6D1E;
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(15px, 1.11vw, 16px);
  display: inline;
  background: linear-gradient(currentcolor, currentcolor) 100% 100%/0 1px no-repeat;
  transition: background-size 1s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  will-change: background-size;
}
.footer .footerBody .footerNav li a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.footer .footerBottomRow {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer .footerBottomRow .contactLink {
  color: #EB6D1E;
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(15px, 1.11vw, 16px);
}
.footer .footerBottomRow .copyright {
  font-size: 13px;
  opacity: 0.8;
}
.footer .btnPageTop {
  position: absolute;
  right: 0;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #EB6D1E;
  text-decoration: none;
}
.footer .btnPageTop .iconArrow svg {
  width: 14px;
  height: auto;
  fill: currentColor;
}
.footer .btnPageTop .pageTopTxt {
  writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
}
.footer .btnPageTop .iconChar {
  margin-top: 4px;
  position: relative;
  transition: all 0.3s;
}
.footer .btnPageTop .pageTopTxt,
.footer .btnPageTop .iconArrow {
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .footer {
    border-bottom: 6px solid #EB6D1E;
  }
  .footer .footerBody {
    gap: 0px;
  }
  .footer .footerIn {
    padding: 60px 0 45px;
  }
  .footer .footerLogo {
    max-width: initial;
    width: 180px;
    margin-bottom: 100px;
  }
  .footer .footerLogo img {
    width: 100%;
    max-width: initial;
  }
  .footer .footerNav {
    gap: 2px;
    margin-bottom: 0px;
  }
  .footer .footerNav li a {
    font-size: 14px;
  }
  .footer .footerBottomRow {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer .footerBottomRow .contactLink {
    font-size: 14px;
  }
  .footer .footerBottomRow .copyright {
    font-size: 11px;
  }
  .footer .btnPageTop {
    bottom: 50px;
    gap: 8px;
  }
  .footer .btnPageTop .iconArrow svg {
    width: 12px;
  }
  .footer .btnPageTop .pageTopTxt {
    font-size: 11px;
  }
  .footer .btnPageTop .iconChar {
    width: 24px;
    height: 24px;
  }
}
.comBtn {
  border-radius: 23px;
  height: 34px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  font-family: "Libre Franklin", sans-serif;
  color: #fff;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  transition: top 1s, opacity 1s, background-color 0.3s, color 0.3s, border 0.3s !important;
  cursor: pointer;
}
.comBtn.w90 {
  min-width: 90px;
}
.comBtn svg path {
  transition: all 0.3s;
}
.comBtn:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #EB6D1E;
}
.comBtn:hover svg path {
  fill: #EB6D1E;
}
.comBtn.wh {
  border: 1px solid #fff;
  background-color: #fff;
  color: #EB6D1E;
}
.comBtn.wh:hover {
  border: 1px solid #EB6D1E;
  background-color: #EB6D1E;
  color: #fff;
}
.comBtn.center {
  margin: 0 auto;
}

.navArea {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.navArea .wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.navArea .wrap .navWrap {
  justify-content: right;
  display: flex;
  gap: 8px;
  align-items: center;
}
.navArea .wrap .navWrap * {
  color: #868686;
}
.navArea .wrap .navWrap .pnkzList {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.navArea .wrap .navWrap .pnkzList:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
  color: #A8A8A8;
}
.navArea .wrap .navWrap .pnkzArrow {
  position: relative;
}
.navArea .wrap .navWrap .pnkzArrow:before {
  content: "";
  width: 10px;
  height: 1px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .navArea .navWrap {
    justify-content: left;
  }
  .navArea .navWrap .pnkzList:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.commonTopTitleArea {
  border-bottom: 1px solid #E3E3E3;
  position: relative;
}
.commonTopTitleArea:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  background: linear-gradient(to left, #df1f2e 0%, #ee462b 31.5%, #FB9A29 100%);
}
.commonTopTitleArea .headTitleArea * {
  color: #EB6D1E;
}
.commonTopTitleArea .headTitleArea h1 .en,
.commonTopTitleArea .headTitleArea h1 .jp {
  font-weight: bold;
  text-align: center;
  display: block;
}
.commonTopTitleArea .headTitleArea h1 .en {
  letter-spacing: 0;
}
.commonTopTitleArea .headTitleArea h1 .jp {
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .commonTopTitleArea {
    padding: 240px 0 50px;
  }
  .commonTopTitleArea .headTitleArea h1 .en {
    font-size: 40px;
    padding-bottom: 0px;
  }
  .commonTopTitleArea .headTitleArea h1 .jp {
    letter-spacing: 0.06em;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .commonTopTitleArea .headTitleArea {
    padding: 170px 0 40px;
  }
  .commonTopTitleArea .headTitleArea h1 .en {
    font-size: 28px;
  }
  .commonTopTitleArea .headTitleArea h1 .jp {
    font-size: 14px;
  }
}
.comSubTtlWrap {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #EB6D1E;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #EB6D1E;
}
.comSubTtlWrap .dot {
  font-weight: bold;
  line-height: 1;
  font-size: 9px;
}
.comSubTtlWrap .title {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .comSubTtlWrap {
    gap: 6px;
  }
  .comSubTtlWrap .title {
    font-size: 16px;
  }
  .comSubTtlWrap .title .en {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .comSubTtlWrap .title {
    font-size: 16px;
  }
  .comSubTtlWrap .title .dot {
    font-weight: bold;
  }
  .comSubTtlWrap .title span {
    font-size: 18px;
  }
}
.comFaq .faqItem {
  border-bottom: 1px solid #EB6D1E;
  position: relative;
}
.comFaq .faqItem::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #FFB88D;
  content: "";
  transition: all 1.5s ease;
  z-index: 3;
}
.comFaq .faqItem:hover::before {
  width: 100%;
}
.comFaq .faqItem.isOpen .faqToggle::before {
  transform: rotate(225deg);
}
.comFaq .faqItem.isOpen .faqBody {
  display: block;
}
.comFaq .faqHeader {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  color: #e55a2b;
}
.comFaq .faqIconQ {
  font-weight: bold;
  flex-shrink: 0;
}
.comFaq .faqTitle {
  font-weight: bold;
}
.comFaq .faqToggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comFaq .faqToggle::before {
  content: "";
  display: block;
  border-right: 1px solid #e55a2b;
  border-bottom: 1px solid #e55a2b;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.comFaq .faqBody {
  display: none;
}
.comFaq .faqBodyIn {
  display: flex;
  color: #777777;
}
.comFaq .faqIconA {
  font-weight: bold;
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
  .comFaq {
    padding: 140px 0 120px;
  }
  .comFaq .faqItem {
    padding: 30px 0;
  }
  .comFaq .faqHeader {
    gap: 20px;
  }
  .comFaq .faqIconQ {
    font-size: clamp(22px, 1.67vw, 24px);
  }
  .comFaq .faqTitle {
    font-size: clamp(16px, 1.25vw, 18px);
    padding-right: 40px;
  }
  .comFaq .faqToggle {
    width: 16px;
    height: 16px;
  }
  .comFaq .faqToggle::before {
    width: 10px;
    height: 10px;
  }
  .comFaq .faqBody {
    padding-top: 25px;
  }
  .comFaq .faqBodyIn {
    gap: 20px;
  }
  .comFaq .faqIconA {
    font-size: clamp(22px, 1.67vw, 24px);
  }
  .comFaq .faqDesc {
    font-size: clamp(15px, 1.11vw, 16px);
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .comFaq {
    padding: 100px 0 80px;
  }
  .comFaq .faqItem {
    padding: 20px 0;
  }
  .comFaq .faqHeader {
    gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .comFaq .faqIconQ {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .comFaq .faqTitle {
    font-size: clamp(14px, 3.85vw, 15px);
    padding-right: 30px;
  }
  .comFaq .faqToggle {
    width: 14px;
    height: 14px;
  }
  .comFaq .faqToggle::before {
    width: 8px;
    height: 8px;
  }
  .comFaq .faqBody {
    padding-top: 15px;
  }
  .comFaq .faqBodyIn {
    gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .comFaq .faqIconA {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .comFaq .faqDesc {
    font-size: 14px;
    line-height: 1.6;
  }
}
.comContact {
  padding: 0 0 180px;
}
.comContact .contactBanner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #EB6D1E;
  border-radius: 20px;
  padding: 30px 40px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  border: 1px solid #EB6D1E;
}
.comContact .contactBanner * {
  transition: all 0.3s;
  color: #fff;
}
.comContact .contactBanner .contactText {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.comContact .contactBanner .contactEn {
  font-family: "Libre Franklin", sans-serif;
  font-weight: bold;
  font-size: clamp(30px, 2.22vw, 32px);
}
.comContact .contactBanner .contactJp {
  font-weight: bold;
  font-size: 14px;
}
.comContact .contactBanner .contactIcon {
  width: 104px;
  height: 104px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.comContact .contactBanner .contactIcon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.comContact .contactBanner .contactIcon svg {
  position: relative;
  z-index: 1;
  width: 18px;
  height: auto;
}
.comContact .contactBanner .contactIcon svg path {
  fill: #EB6D1E;
  transition: all 0.3s;
}
.comContact .contactBanner:hover {
  background-color: #ffffff;
  border: 1px solid #EB6D1E;
}
.comContact .contactBanner:hover * {
  color: #EB6D1E;
}
.comContact .contactBanner:hover .contactIcon {
  background-color: rgba(235, 109, 30, 0.3);
}
.comContact .contactBanner:hover .contactIcon::after {
  background-color: #EB6D1E;
}
.comContact .contactBanner:hover .contactIcon svg path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .comContact {
    padding: 0 0 140px;
  }
  .comContact .contactBanner {
    padding: 24px 20px;
    border-radius: 20px;
  }
  .comContact .contactBanner .contactText {
    flex-direction: column;
    gap: 0px;
  }
  .comContact .contactBanner .contactEn {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .comContact .contactBanner .contactJp {
    font-size: 12px;
  }
  .comContact .contactBanner .contactIcon {
    width: 62px;
    height: 62px;
  }
  .comContact .contactBanner .contactIcon::after {
    width: 50px;
    height: 50px;
  }
  .comContact .contactBanner .contactIcon svg {
    width: 14px;
  }
}/*# sourceMappingURL=common.css.map */