@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 82.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__fsiz-18 {
  font-size: max(1.125rem, 1em);
}

.__fsiz-20 {
  font-size: max(1.25rem, 1em);
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__ttlstyle01 span.__en {
  color: #54514f;
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 0.8em;
  }
}
.__ttlstyle01 span.__jp {
  display: block;
  position: relative;
  z-index: 2;
  color: #fd800a;
  font-size: max(3.25rem, 2.5em);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.645em;
  }
}
.__ttlstyle01.__medium span.__jp {
  font-size: max(3rem, 2.125em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__medium span.__jp {
    font-size: 1.5em;
  }
}
.__ttlstyle01.__small span.__en {
  font-size: 0.95em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__small span.__en {
    font-size: 0.8em;
  }
}
.__ttlstyle01.__small span.__jp {
  font-size: max(2.5rem, 2em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__small span.__jp {
    font-size: 1.5em;
  }
}
.__ttlstyle01.__white span.__en {
  color: #fff;
}
.__ttlstyle01.__white span.__jp {
  color: #fff;
}

.__ttlstyle02 {
  color: #fd800a;
  font-size: max(1.5rem, 1.25em);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: 1.125em;
  }
}

.__ttlstyle03 {
  font-weight: 500;
}
.__ttlstyle03::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 2px;
  background-color: #fd800a;
  margin-bottom: 0.3em;
  margin-right: 0.4em;
}

a.__txtlink {
  color: #fd800a;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

.__linkbtn01 {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn01 a, .__linkbtn01 button {
  background-color: transparent;
  display: flex;
  align-items: center;
  color: #fd800a;
  border: solid 2px #fd800a;
  border-radius: 6px;
  font-size: max(1rem, 0.95em);
  padding: 1em 1.4em;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .__linkbtn01 a, .__linkbtn01 button {
    border-radius: 5px;
    padding: 0.6em 1.2em;
  }
}
.__linkbtn01 a .__txt, .__linkbtn01 button .__txt {
  margin-right: 2em;
  line-height: 1.6em;
}
.__linkbtn01 a .__arrow, .__linkbtn01 button .__arrow {
  position: relative;
  overflow: clip;
  width: 0.8em;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
}
.__linkbtn01 a .__arrow img, .__linkbtn01 button .__arrow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transition: filter 0s, transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.__linkbtn01 a .__arrow img.__initial, .__linkbtn01 button .__arrow img.__initial {
  transform: translateY(120%);
}
.__linkbtn01 a:hover, .__linkbtn01 button:hover {
  color: #fff;
  background-color: #fb8c23;
}
.__linkbtn01 a:hover .__arrow img, .__linkbtn01 button:hover .__arrow img {
  filter: brightness(0) invert(1);
}
.__linkbtn01 a:hover .__arrow img.__initial, .__linkbtn01 button:hover .__arrow img.__initial {
  transform: translateY(0);
}
.__linkbtn01 a:hover .__arrow img.__rotated, .__linkbtn01 button:hover .__arrow img.__rotated {
  transform: translateY(-120%);
}
.__linkbtn01.__back a .__txt, .__linkbtn01.__back button .__txt {
  margin-right: 0;
  margin-left: 2em;
}
.__linkbtn01.__back a .__arrow, .__linkbtn01.__back button .__arrow {
  transform: rotate(-45deg);
}
.__linkbtn01.__white a, .__linkbtn01.__white button {
  color: #fff;
  border-color: #fff;
}
.__linkbtn01.__white a .__arrow img, .__linkbtn01.__white button .__arrow img {
  filter: brightness(0) invert(1);
}
.__linkbtn01.__corporate a:hover {
  background-color: #7274c7;
}

.__linkbtn02 a {
  color: #8c8a88;
  font-weight: 400;
  display: inline-block;
}
.__linkbtn02 a::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  aspect-ratio: 4/5;
  background-image: url(../images/icon-document.png);
  background-size: cover;
}

.__content-style01 .sec-catch, .__content-style01 .content-catch {
  margin-top: 2em;
}
.__content-style01 .sec-txt, .__content-style01 .content-txt {
  margin-top: 1.6em;
}
.__content-style01 .sec-txt p, .__content-style01 .content-txt p {
  line-height: 2em;
}
.__content-style01 .sec-txt p:not(:nth-of-type(1)), .__content-style01 .content-txt p:not(:nth-of-type(1)) {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-txt p:not(:nth-of-type(1)), .__content-style01 .content-txt p:not(:nth-of-type(1)) {
    margin-top: 1.6em;
  }
}
.__content-style01 .sec-link, .__content-style01 .content-link {
  margin-top: 2.4em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-link, .__content-style01 .content-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-link .__linkbtn01, .__content-style01 .content-link .__linkbtn01 {
    margin-left: auto;
  }
}

.__content-style02 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .__content-style02 {
    display: block;
  }
}
.__content-style02 .txt-wrap {
  width: 100%;
}
.__content-style02 .img-wrap {
  flex-shrink: 0;
  width: 37.5rem;
  aspect-ratio: 3/2;
  margin-left: max(8.75rem, 4em);
}
@media screen and (max-width: 1199px) {
  .__content-style02 .img-wrap {
    width: min(100%, 480px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .img-wrap {
    margin-top: 40px;
  }
}
.__content-style02 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__lineAnimation {
  display: block;
}
.__lineAnimation svg {
  display: block;
  width: 100%;
}
.__lineAnimation svg .draw-line {
  fill: none;
  stroke: #fd800a;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.__lineAnimation.__inview svg .draw-line {
  animation: drawLine 1.8s ease-out forwards 0.4s;
}

.__twinkleAnimation {
  opacity: 0;
  transform: scale(0);
  transition: all 1s ease 0.4s;
}
.__twinkleAnimation img {
  width: 100%;
  height: auto;
  animation: twinkle 2s ease-in-out infinite 0.4s;
}
@keyframes twinkle {
  0%, 100% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.__twinkleAnimation.__inview {
  opacity: 1;
  transform: scale(1);
}

.__slideIn {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.__slideIn.__inview {
  clip-path: inset(0 0 0 0);
}

.__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  will-change: transform;
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  width: 100%;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em max(1.875rem, 1em);
}
@media screen and (max-width: 991px) {
  header .header-inner {
    padding: 1em 16px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    align-items: flex-start;
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  header .__overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 11em;
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 10em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: 8em;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 3.5em;
    aspect-ratio: 1/1;
    background-color: #8c8a88;
    border-radius: 8px;
    cursor: pointer;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  header .nav-btn {
    width: 2.5em;
    border-radius: 4.5px;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50%;
    height: 2px;
    background-color: #fff;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  header .nav-btn span {
    width: 40%;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -5px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 991px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(40deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-40deg);
  }
}
@media screen and (max-width: 991px) {
  header .header-menu {
    background-color: #fff;
    width: max(40%, 220px);
    height: 100vh;
    padding-top: 80px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu .header-menu-inner {
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-size: max(1rem, 0.95em);
  margin: 0 1em;
  padding: 0.36em 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 991px) {
  header .header-menu nav ul li a {
    font-size: 0.95em;
    margin: 20px 0;
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  header .header-menu nav ul li a:hover {
    color: #fd800a;
  }
}
header .header-menu nav ul li.__current a {
  font-weight: 600;
  color: #fd800a;
}
header .header-menu nav ul li.__current.__corporate a {
  color: #7274c7;
}

/* sec-contact
---------------------------------------------------- */
.sec-contact .sec-inner {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner {
    display: block;
  }
}
.sec-contact .sec-inner .left-content {
  width: 100%;
  color: #fff;
  background-color: #fb8c23;
  padding: max(3.75rem, 3em) max(5rem, 3em);
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .left-content {
    padding: 30px 20px;
  }
}
.sec-contact .sec-inner .left-content .sec-txt {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .left-content .sec-txt {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .left-content .sec-txt p span.__nowrap {
    display: inline;
  }
}
.sec-contact .sec-inner .right-content {
  width: 40%;
  flex-shrink: 0;
  border-left: solid 1px #f5f5f5;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .right-content {
    width: 100%;
    border-left: none;
    border-top: solid 1px #f5f5f5;
    display: flex;
  }
}
.sec-contact .sec-inner .right-content .link-wrap {
  width: 100%;
  height: 50%;
}
.sec-contact .sec-inner .right-content .link-wrap:nth-of-type(2) {
  border-top: solid 1px #f5f5f5;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner .right-content .link-wrap:nth-of-type(2) {
    border-top: none;
    border-left: solid 1px #f5f5f5;
  }
}
.sec-contact .sec-inner .right-content .link-wrap a {
  position: relative;
  z-index: 2;
  background-color: #fb8c23;
  border: none;
  border-radius: 0;
  justify-content: center;
  height: 100%;
  font-size: max(1.25rem, 1em);
  padding: max(3.75rem, 3em) max(5rem, 3em);
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .right-content .link-wrap a {
    padding: 24px 20px;
  }
}
.sec-contact .sec-inner .right-content .link-wrap a::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fd800a;
  opacity: 0;
  transition: all 0.3s ease;
}
.sec-contact .sec-inner .right-content .link-wrap a:hover::before {
  opacity: 1;
}
.sec-contact .bottom-illust {
  padding-top: 100px;
  width: min(75%, 480px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-contact .bottom-illust {
    padding-top: 80px;
  }
}
.sec-contact .bottom-illust img {
  width: 100%;
  height: auto;
}

/* footer
---------------------------------------------------- */
footer {
  position: relative;
  z-index: 4;
  overflow-y: clip;
}
footer .footer-wrap {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap {
    padding-top: 80px;
  }
}
footer .footer-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    display: block;
    margin-top: 0;
  }
}
footer .footer-inner .footer-catch {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  margin-left: max(5rem, 3em);
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-catch {
    margin: 0 auto;
  }
}
footer .footer-inner .footer-catch .__lineAnimation {
  width: max(22.5rem, 240px);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-catch .__lineAnimation {
    width: 200px;
  }
}
footer .footer-inner .footer-catch .deco {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -1.4em;
  margin-right: -2em;
  font-size: max(1rem, 0.75em);
  width: 1.75em;
}
footer .footer-inner .footer-catch .deco img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-catch p {
  color: #fd800a;
  font-size: max(2.25rem, 1.75em);
  line-height: 1.6em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-catch p {
    font-size: 1.25em;
  }
}
footer .footer-inner .footer-left {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left {
    display: block;
    margin-top: 60px;
  }
}
footer .footer-inner .footer-left .left-content .footer-logo {
  width: 16em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .left-content .footer-logo {
    width: 14em;
    margin: 0 auto;
  }
}
footer .footer-inner .footer-left .left-content .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .left-content .footer-info {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .left-content .footer-info {
    margin-top: 40px;
  }
}
footer .footer-inner .footer-left .left-content .footer-info p {
  font-size: max(1rem, 0.95em);
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .left-content .footer-info p {
    text-align: center;
  }
}
footer .footer-inner .footer-left .left-content .footer-info p a {
  display: inline-block;
  font-size: 1em;
  margin-left: 0.3em;
}
footer .footer-inner .footer-left .left-content .footer-info p a img {
  width: 0.7em;
  height: auto;
}
footer .footer-inner .footer-left .footer-menu {
  flex-shrink: 0;
  margin-left: max(5rem, 3em);
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-menu {
    margin-left: 0;
    margin-top: 60px;
  }
}
footer .footer-inner .footer-left .footer-menu ul {
  margin-top: -1em;
}
footer .footer-inner .footer-left .footer-menu ul li a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1rem, 0.95em);
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-menu ul li a {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer-document {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  footer .footer-document {
    margin-top: 60px;
  }
}
footer .footer-document ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .footer-document ul {
    display: block;
    text-align: center;
  }
}
footer .footer-document ul .document-link {
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  footer .footer-document ul .document-link {
    margin-right: 0;
    margin-top: 1em;
  }
}
footer .footer-document ul .document-link:last-of-type {
  margin-right: 0;
}
footer .footer-document ul .document-link a {
  font-size: max(1rem, 0.9em);
}
footer .copyright {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    margin-top: 60px;
  }
}
footer .copyright p {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 16px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    margin: 10px;
  }
}
#pagetop a {
  width: 4em;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background-color: #54514f;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  #pagetop a {
    width: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 2.5em;
    border-radius: 4.5px;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(40%, 1em);
  height: auto;
}
#pagetop a:hover {
  background-color: #8c8a88;
}/*# sourceMappingURL=common.css.map */