@charset "utf-8";
/* Reset
----------------------------------------------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0
}
ul[role='list'], ol[role='list'] {
  list-style: none
}
body {
  min-height: 100vh;
  line-height: 1.5
}
h1, h2, h3, h4, button, input, label {
  line-height: 1.1
}
h1, h2, h3, h4 {
  text-wrap: balance
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor
}
img, picture {
  max-width: 100%;
  display: block
}
input, button, textarea, select {
  font: inherit
}
textarea:not([rows]) {
  min-height: 10em
}
:target {
  scroll-margin-block: 5ex
}
/* Break Point
----------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*16px * 62.5% = 10px*/
}
body {
  font-size: 1.6rem;
  /*10px * 1.6 = 16px*/
}
.vpc1367_in {
  display: inline !important;
}
.vsp1367 {
  display: none !important;
}
.vsp1367_in {
  display: none !important;
}
@media screen and (max-width: 1367px) {
  .vsp1367 {
    display: block !important;
  }
  .vsp1367_in {
    display: inline !important;
  }
  .vpc1367, .vpc1367_in {
    display: none !important;
  }
}
.vpc1023_in {
  display: inline !important;
}
.vsp1023 {
  display: none !important;
}
.vsp1023_in {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .vsp1023 {
    display: block !important;
  }
  .vsp1023_in {
    display: inline !important;
  }
  .vpc1023, .vpc1023_in {
    display: none !important;
  }
}
.vpc767_in {
  display: inline !important;
}
.vsp767 {
  display: none !important;
}
.vsp767_in {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .vsp767 {
    display: block !important;
  }
  .vsp767_in {
    display: inline !important;
  }
  .vpc767, .vpc767_in {
    display: none !important;
  }
}
/* Common
----------------------------------------------------------------------------------------------------*/
body {
  background-color: #FFF;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: inherit; /* 必要に応じて色も調整 */
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-height: 100%;
    position: relative;
  }
  body {
    margin: 0;
    padding: 0;
  }
}
/* リンクカラー */
a {
  color: #000000; /* default #0a0a0a */
}
/* Anker Link */
.jump_point {
  display: block;
  padding-top: 6rem;
  margin-top: -6rem;
}
/* Text Marker */
.marker {
  text-decoration: underline;
  text-decoration-thickness: 1.5rem;
  text-decoration-color: rgba(255, 255, 0, 0.8);
  text-underline-offset: -0.8rem;
  text-decoration-skip-ink: none;
}
/* Header
----------------------------------------------------------------------------------------------------*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: auto;
  padding: 5rem;
}
.header.top {
  display: none;
}
@media screen and (max-width: 1367px) {
  .header {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    position: fixed;
    z-index: 100;
    flex-direction: row;
    width: 100%;
    height: 13.5rem;
    padding: 0 2rem;
  }
  .header.top {
    display: flex;
  }
}
/*　上に上がる動き　*/
.header.UpMove {
  animation: UpAnime 1s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    transform: translateY(-250px);
  }
}
/*　下に下がる動き　*/
.header.DownMove {
  animation: DownAnime 1s;
}
@keyframes DownAnime {
  from {
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Header Logo
----------------------------------------------------------------------------------------------------*/
.header__logo {
  z-index: 500;
  width: 18.9rem;
}
.header__logo img {
  width: 100%;
  min-width: 14.9rem;
}
@media screen and (max-width: 1367px) {
  .header__logo {
    z-index: 500;
    width: 18.9rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .header__logo {
    width: 14.9rem;
    margin: 0;
  }
}
/* Header Navigation
----------------------------------------------------------------------------------------------------*/
.header-inner__nav {
  display: block;
}
.header-inner__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-inner__nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.57rem;
  width: 17.5rem;
  /*height: 7.71rem;
  width: 11.64rem;*/
  color: #000000;
  text-decoration: none;
}
.header-inner__nav li a:hover {
  color: #FFFFFF;
}
.header-inner__nav li a svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 11.57rem;
  width: 17.5rem;
}
.header-inner__nav li a span {
  z-index: 10;
  font-size: 2.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.header-inner__nav li a path {
  fill: #FFFFFF;
  transition: 0.5s;
}
.header-inner__nav li a:hover.color-logo path {
  fill: #ff2b00;
}
.header-inner__nav li a:hover.color-works path {
  fill: #00bec8;
}
.header-inner__nav li a:hover.color-price path {
  fill: #ff9300;
}
.header-inner__nav li a:hover.color-company path {
  fill: #2da600;
}
.header-inner__nav li a:hover.color-contact path {
  fill: #7b63ff;
}
.header-inner__nav-logo {
  display: none;
  ;
  width: 100%;
}
.header-inner__nav-logo a {
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 900;
}
.header-inner__nav-logo img {
  width: 19rem;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 1367px) {
  .header-inner__nav ul {
    gap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .header-inner {
    gap: 0;
    width: 6.9rem;
  }
  .header-inner__nav {
    position: fixed;
    top: -200rem;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100dvh;
    padding-top: 15rem;
    background: #e6e6e6;
  }
  .header-inner__nav.panelactive {
    top: 0;
    opacity: 1;
  }
  .header-inner__nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin: 0 0 4.5rem;
    padding: 0;
    list-style: none;
  }
  .header-inner__nav li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7.71rem;
    width: 11.64rem;
    color: #FFFFFF;
    text-decoration: none;
  }
  .header-inner__nav li a svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 7.71rem;
    width: 11.64rem;
  }
  .header-inner__nav li a span {
    z-index: 10;
    font-size: 1.6rem;
    font-weight: 700;
    white-space: nowrap;
  }
  .header-inner__nav li a.color-logo path {
    fill: #ff2b00;
    transition: 0.5s;
  }
  .header-inner__nav li a.color-works path {
    fill: #00bec8;
    transition: 0.5s;
  }
  .header-inner__nav li a.color-price path {
    fill: #ff9300;
    transition: 0.5s;
  }
  .header-inner__nav li a.color-company path {
    fill: #2da600;
    transition: 0.5s;
  }
  .header-inner__nav li a.color-contact path {
    fill: #7b63ff;
    transition: 0.5s;
  }
  .header-inner__nav-logo {
    display: block;
    width: 100%;
  }
}
/* Header Menu
----------------------------------------------------------------------------------------------------*/
.header-inner__openbtn {
  position: inherit;
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-inner__openbtn {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 8rem;
    width: 7rem;
    font-size: 1.2rem;
    cursor: pointer;
    color: #FF820C;
  }
  .header-inner__openbtn span {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 6.6rem;
    height: 1.6rem;
    background: #000000;
    transition: all .4s;
  }
  .header-inner__openbtn span:nth-of-type(1) {
    top: 0;
  }
  .header-inner__openbtn span:nth-of-type(2) {
    top: 2.4rem;
  }
  .header-inner__openbtn span:nth-of-type(3) {
    top: 4.8rem;
  }
  .header-inner__openbtn.active span:nth-of-type(1) {
    top: 2.2rem;
    left: 0;
    width: 7rem;
    transform: translateY(0.01rem) rotate(-45deg);
  }
  .header-inner__openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header-inner__openbtn.active span:nth-of-type(3) {
    top: 2.2rem;
    left: 0;
    width: 7rem;
    transform: translateY(-0.01rem) rotate(45deg);
  }
}
/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 4.5rem;
  background-color: #e6e6e6;
}
/* Footer Corporate Info
----------------------------------------------------------------------------------------------------*/
.footer-corpo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 37rem;
  margin-right: 11rem;
}
.footer-corpo__add {
  text-align: left;
}
.footer-corpo__add h1 {
  font-size: 2.4rem;
  font-weight: 900;
}
.footer-corpo__add a img {
  width: 19rem;
  margin-bottom: 1.5rem;
}
.footer-corpo__add address {
  font-style: normal;
}
.footer-corpo__add .add__zip {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.footer-corpo__add .add__tel {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.footer-corpo__add .add__time {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}
.footer-corpo__add .add__company {
  margin-bottom: 2rem;
}
.footer-corpo__btn {
  text-align: left;
}
.footer-corpo__btn a {
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #000000;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
}
@media screen and (max-width: 1367px) {
  .footer-corpo {
    max-width: 130rem;
    padding: 0 3rem 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .footer-corpo {
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    margin: 0 auto;
    padding: 4rem 3rem 5rem;
  }
  .footer-corpo__add a img {
    margin: 0 auto 1.5rem;
  }
  .footer-corpo__add .add__zip {
    margin-bottom: 1rem;
  }
  .footer-corpo__add .add__time {
    margin-bottom: 1rem;
  }
  .footer-corpo__add .add__company {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .footer-corpo__add .add__company small {
    font-size: 1rem;
  }
}
/* Footer Navigation
----------------------------------------------------------------------------------------------------*/
.footer-inner {
  width: 40rem;
  margin-left: 5rem;
}
.footer-inner__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-inner__nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.71rem;
  width: 11.64rem;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-inner__nav a svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.footer-inner__nav a span {
  z-index: 10;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
}
.footer-inner__nav a.color-logo path {
  fill: #ff2b00;
  transition: 0.5s;
}
.footer-inner__nav a.color-works path {
  fill: #00bec8;
  transition: 0.5s;
}
.footer-inner__nav a.color-price path {
  fill: #ff9300;
  transition: 0.5s;
}
.footer-inner__nav a.color-company path {
  fill: #2da600;
  transition: 0.5s;
}
.footer-inner__nav a.color-contact path {
  fill: #7b63ff;
  transition: 0.5s;
}
.footer-inner__nav a.color-top path {
  fill: #000000;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .footer-inner {
    width: 25.8rem;
    margin: 0 auto;
  }
  .footer-inner__nav ul {
    gap: 2rem;
  }
}
/* Footer Banner
----------------------------------------------------------------------------------------------------*/
.footer-banner__xon {
  width: 100%;
  max-width: 70.4rem;
  margin: 0 auto 4rem;
}
.footer-banner__xon a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  height: 14rem;
  padding: 3rem;
  border: 1px solid #c8c9ca;
  border-radius: 1rem;
  font-size: 1.8rem;
  text-decoration: none;
}
.footer-banner__xon a:hover {
  opacity: 0.7;
}
.footer-banner__group {
  width: 100%;
  max-width: 144.6rem;
  margin: 0 auto;
  padding-bottom: 4.5rem;
}
.footer-banner__group ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-banner__group li {
  width: calc(33 / 144.6 * 100%);
  margin-bottom: 1.5rem;
}
.footer-banner__group li img {
  width: 100%;
}
.footer-banner__group li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1367px) {
  .footer-banner__xon {
    max-width: min(93%, 90rem);
  }
  .footer-banner__group {
    max-width: min(93%, 154.2rem);
  }
}
@media screen and (max-width: 767px) {
  .footer-banner__xon {
    max-width: 100%;
    padding: 0 3rem;
    margin-bottom: 1.5rem;
  }
  .footer-banner__xon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    height: 9.5rem;
    font-size: 1.4rem;
  }
  .footer-banner__group {
    max-width: 100%;
    padding: 0 3rem 2.5rem;
  }
  .footer-banner__group ul {
    flex-direction: column;
  }
  .footer-banner__group li {
    width: 100%;
  }
}
/* Footer Copy
----------------------------------------------------------------------------------------------------*/
.footer-copy {
  width: 100%;
  padding: 3.5rem;
  margin-top: 5rem;
  background-color: #3c3c3c;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    padding: 0.8rem;
  }
}
/* Section - contact
----------------------------------------------------------------------------------------------------*/
.sec-contact {
  width: 67.1rem;
  height: 43.1rem;
  margin: 13rem auto 0;
}
.sec-contact__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-contact__head a {
  text-decoration: none;
}
.sec-contact .sub-title {
  width: 37.9rem;
}
.sec-contact .sub-title__jp h2 {
  margin-bottom: 3rem;
  color: #7b63ff;
  font-size: 4rem;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
}
.sec-contact .sub-title__en {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  font-family: "Braah One", sans-serif;
  font-size: 8.5rem;
  line-height: 0.6;
}
.sec-contact .sub-title__en small {
  font-size: 5.8rem;
}
.sec-contact .sub-image {
  position: relative;
  width: 29.2rem;
}
.sec-contact .sub-image a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19.35rem;
  width: 29.2rem;
  color: #FFFFFF;
  text-decoration: none;
}
.sec-contact .sub-image a svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec-contact .sub-image a span {
  z-index: 10;
  font-size: 2.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.sec-contact .sub-image a path {
  fill: #7b63ff;
  transition: 0.5s;
}
.sec-contact .sub-image a:hover path {
  fill: #000000;
}
.sec-contact .sub-text {
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  text-align: justify;
}
.badge-free {
  position: absolute;
  top: -4rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 10.2rem;
  height: 10.2rem;
  border-radius: 50%;
  background: #ff2b00;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .sec-contact {
    width: 34rem;
    height: auto;
    margin: 5rem auto;
  }
  .sec-contact__head {
    flex-direction: column-reverse;
  }
  .sec-contact .sub-title {
    width: 100%;
  }
  .sec-contact .sub-title__jp h2 {
    margin-bottom: 2rem;
  }
  .sec-contact .sub-title__en {
    margin-bottom: 1rem;
    text-align: left;
    font-size: 5.2rem;
    line-height: 0.9;
  }
  .sec-contact .sub-title__en small {
    font-size: 5.2rem;
  }
  .sec-contact .sub-image {
    position: relative;
    width: 29.2rem;
    margin-left: 4.8rem;
  }
  .sec-contact .sub-image a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19.35rem;
    width: 29.2rem;
    color: #FFFFFF;
    text-decoration: none;
  }
  .sec-contact .sub-image a svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sec-contact .sub-image a span {
    z-index: 10;
    font-size: 2.4rem;
    font-weight: 700;
    white-space: nowrap;
  }
  .sec-contact .sub-image a path {
    fill: #7b63ff;
    transition: 0.5s;
  }
  .sec-contact .sub-image a:hover path {
    fill: #000000;
  }
  .sec-contact .sub-text {
    font-size: 1.8rem;
  }
}
/* Animation
----------------------------------------------------------------------------------------------------*/
/* Fade In */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Fade Up */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger, .fadeUpTrigger {
  opacity: 0;
}
/* Breadcrumbs
----------------------------------------------------------------------------------------------------*/
.breadcrumbs {
  width: 100%;
  padding: 0 2.5rem;
}
.breadcrumbs ul {
  display: flex;
  list-style: none;
  padding: 1rem 2rem;
  margin: 0;
  font-size: 2rem;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  color: #000000;
}
.breadcrumbs li + li::before {
  content: "＞";
  margin: 0 0.8rem;
  font-weight: 700;
}
.breadcrumbs a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs ul {
    padding: 2rem 0;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    font-size: 1.4rem;
  }
}
/* Page Contents
----------------------------------------------------------------------------------------------------*/
.container {
  width: 100%;
}
.contents {
  width: min(90%, 151rem);
  margin: 0 auto;
  text-align: left;
  font-feature-settings: "palt"1;
  -webkit-text-size-adjust: 100%;
}
/* Telephone Link
----------------------------------------------------------------------------------------------------*/
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width:767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: none;
  }
}
/* Page Top
----------------------------------------------------------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 10rem;
  right: 1.5rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 5rem;
  }
}



/*---------------------------
改修
---------------------------*/

.footer-inner__nav a {
  transition: 0.2s;
}
.footer-inner__nav a:hover {
  transform: scale(1.2);
}
.footer-inner__nav a.color-top path {
  fill: #3c3c3c;
}






















