* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #000000;
}

@media (max-width: 767px) {
  body {
    scroll-padding-top: 50px;
  }
}

main {
  overflow: hidden;
}

@media (max-width: 767px) {
  main {
    margin-top: 4.7rem;
  }
}

li {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
}

@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.content-width {
  max-width: 120rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.en-title {
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.3rem;
}

@media (max-width: 767px) {
  .en-title {
    margin-bottom: 0;
    gap: 1rem;
  }
}

.en-title .en {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .en-title .en {
    font-size: 2rem;
  }
}

.en-title .line {
  background: #000000;
  height: 2.3rem;
  width: 100%;
  display: inline-block;
}

@media (max-width: 767px) {
  .en-title .line {
    height: 23px;
  }
}

.section-title {
  color: #000000;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

/*=================================================
    item
===================================================*/
.item {
  background: #F1F1F1;
  padding: 12.5rem 0 0;
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
}

.shopify-buy-frame{
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .item {
    padding-top: 5.9rem;
    display: block;
    width: 100%;
  }
}

/*=================================================
    header
===================================================*/
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 3;
  background: #232323;
  padding: 0 2rem;
}

@media (max-width: 767px) {
  .header {
    position: fixed;
    height: 5rem;
    padding: 0 0 0 1.75rem;
  }
}

.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
}

@media (max-width: 767px) {
  .header .header__inner {
    height: 5rem;
  }
}

.header .header__inner__right {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 87.1rem;
  justify-content: flex-end;
  margin-left: 4.68%;
  gap: 2.96875vw;
}

@media (min-width:1920px) {
  .header .header__inner__right {
    gap: 5.7rem;
  }
}

@media (max-width: 767px) {
  .header .header__inner__right .tel-button {
    display: none;
  }
}

.header .header__logo {
  position: relative;
  max-width: 28.2rem;
  width: 100%;
}

@media (min-width:768px) and (max-width: 1100px) {
  .header .header__logo {
    max-width: 14rem;
  }
}

@media (max-width: 767px) {
  .header .header__logo img {
    max-width: 17.85rem;
    width: 100%;
  }
}

.header .header__logo a {
  display: flex;
  align-items: center;
}

.header .header__menu {
  display: flex;
  align-items: center;
  gap: 2.5vw;
}

@media (min-width:1920px) {
  .header .header__menu {
    gap: 4.8rem;
  }
}

@media (max-width: 767px) {
  .header .header__menu {
    display: none;
  }
}

.header .header__menu li a {
  color: #FCFCFC;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (min-width:768px) and (max-width: 1100px) {
  .header .header__menu li a {
    font-size: 1.4rem;
  }
}

.header .tel-button {
  background: #386A99;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 9.2px 30px 9.6px 31px;
  text-align: center;
  line-height: 1;
}

@media (min-width:768px) and (max-width: 1100px) {
  .header .tel-button {
    padding: 0.4791666667vw 1.5625vw 0.5vw 1.6145833333vw;
  }
}

@media (max-width: 767px) {
  .header .tel-button {
    display: table;
    margin: 6.6rem auto 0;
    border-radius: 2px;
    padding: 12.5px 20.5px 12px 18px;
  }
}

.header .tel-button .number {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0.05em;
}

@media (min-width:768px) and (max-width: 1100px) {
  .header .tel-button .number {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .header .tel-button .number {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}

.header .tel-button .time {
  font-weight: 400;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
}

@media (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

.hamburger-btn {
  position: absolute;
  top: 0;
  right: 1.5rem;
  width: 3rem;
  height: 5rem;
  z-index: 100;
  cursor: pointer;
}

@media (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
}

.hamburger-btn .hamburger-btn__line {
  width: 3rem;
  height: 5rem;
  position: relative;
  right: 0;
}

.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  width: 3rem;
  height: 1px;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
  background: #fff;
}

.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 1.45rem;
}

.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 2.5rem;
}

.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  top: 3.55rem;
}

.hamburger-btn.active .line:nth-child(1),
.hamburger-btn.active .line:nth-child(2),
.hamburger-btn.active .line:nth-child(3) {
  top: 2.5rem;
  right: 1.3rem;
  width: 2.5rem;
}

.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
}

.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-btn.active .line:nth-child(3) {
  transform: rotate(45deg);
}

@media (min-width: 768px) {

  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}

@media (max-width: 767px) {

  .hamburger-btn,
  .hamburger-menu {
    display: block;
  }
}

#hamburger-menu {
  width: 100%;
  height: 100%;
  background: #232323;
  position: fixed;
  top: 5rem;
  right: 0;
  z-index: 99;
  visibility: hidden;
}

#hamburger-menu .hamburger-menu__list {
  margin-top: 6rem;
  padding-left: 24%;
}

@media (max-width: 767px) {
  #hamburger-menu .hamburger-menu__list {
    margin: 5.55rem auto 0;
    padding-left: 3rem;
  }
}

#hamburger-menu .hamburger-menu__list li {
  margin-bottom: 3.85rem;
}

#hamburger-menu .hamburger-menu__list li:last-child {
  margin-bottom: 0;
}

#hamburger-menu .hamburger-menu__list li a {
  display: flex;
  align-items: center;
}

#hamburger-menu .hamburger-menu__list li a .ja {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

#hamburger-menu .hamburger-menu__list li a .line {
  background: #386A99;
  width: 18px;
  height: 2px;
  display: inline-block;
  margin-right: 1.6rem;
}

#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  transition: all 0.5s;
  right: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
}

/*=================================================
    mv
===================================================*/
.mv {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 79%);
}

@media (max-width: 767px) {
  .mv {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
  }
}

.mv .mv-img {
  width: 100%;
}

@media (max-width: 767px) {
  .mv .mv-img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.mv .mv__catch {
  color: #fff;
  font-size: 6.3541666667vw;
  font-weight: 700;
  position: absolute;
  left: 18.2291666667vw;
  bottom: 10.2604166667vw;
  z-index: 1;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .mv .mv__catch {
    font-size: 14.1333333333vw;
    left: 4vw;
    bottom: 14.2666666667vw;
    line-height: 1.3;
    white-space: nowrap;
  }
}

/*=================================================
    about
===================================================*/
.about {
  background: #fff;
  padding: 4rem 2rem 6.8rem;
  position: relative;
}

@media (max-width: 767px) {
  .about {
    padding: 3.4rem 0 0;
  }
}

.about .en-title .line {
  max-width: 77.4rem;
}

@media (max-width: 767px) {
  .about .en-title .line {
    width: 7.5px;
  }
}

.about .flex {
  justify-content: space-between;
  margin-top: 2.1rem;
  gap: 4.0625vw;
}

@media (min-width:1920px) {
  .about .flex {
    gap: 7.8rem;
  }
}

@media (max-width: 767px) {
  .about .flex {
    margin-top: 1.1rem;
  }
}

@media (max-width: 767px) {

  .about .section-title,
  .about .en-title {
    padding: 0 1.2rem;
  }
}

.about .section-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 240%;
  margin-top: 6.9rem;
}

@media (max-width: 767px) {
  .about .section-text {
    margin-top: 2rem;
    padding: 0 1.5rem;
  }
}

.about .about__text {
  width: 100%;
  max-width: 44.7rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .about .about__text {
    max-width: 100%;
  }
}

.about .about__img {
  max-width: 67.5rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 1.71875vw;
}

@media (min-width: 768px) {
  .about .about__img {
    padding-top: 7.3rem;
  }
}

@media (min-width:1920px) {
  .about .about__img {
    gap: 3.3rem;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .about .about__img {
    margin-top: 1.7rem;
    max-width: 100%;
    gap: 1.8rem;
  }
}

.about .about__img .about-img {
  max-width: 32.1rem;
  width: 100%;
}

@media (max-width: 767px) {
  .about .about__img .about-img {
    max-width: 47.4666666667vw;
  }
}

.about .about__img .about-img:nth-of-type(2) {
  margin-top: 7rem;
}

@media (max-width: 767px) {
  .about .about__img .about-img:nth-of-type(2) {
    margin-top: 3.85rem;
  }
}

.diagonal {
  position: relative;
  height: 175px;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .diagonal {
    height: 63px;
  }
}

.diagonal::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 87.5px solid transparent;
  border-right: 50vw solid transparent;
  border-left: 50vw solid #F1F1F1;
  border-bottom: 87.5px solid #F1F1F1;
}

@media (max-width: 767px) {
  .diagonal::after {
    border-top: 31.5px solid transparent;
    border-bottom: 31.5px solid #F1F1F1;
  }
}

/*=================================================
    reason
===================================================*/
.reason {
  padding: 3rem 2rem 7.5rem;
}

@media (max-width: 767px) {
  .reason {
    padding: 5.2rem 0 5.95rem;
  }
}

.reason .en-title .line {
  max-width: 105.4rem;
}

@media (max-width: 767px) {
  .reason .section-title {
    margin-top: 1.8rem;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {

  .reason .section-title,
  .reason .en-title {
    padding: 0 1.5rem;
  }
}

.reason .reason__list {
  margin-top: 10.9rem;
}

@media (max-width: 767px) {
  .reason .reason__list {
    margin-top: 2.4rem;
  }
}

.reason .reason__list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 9.9rem;
  gap: 2.03125vw;
}

@media (min-width:1920px) {
  .reason .reason__list li {
    gap: 3.9rem;
  }
}

@media (max-width: 767px) {
  .reason .reason__list li {
    flex-direction: column;
    gap: 2.1rem;
    margin-bottom: 6.2rem;
  }
}

.reason .reason__list li .reason__list__text {
  max-width: 44.7rem;
}

@media (max-width: 767px) {
  .reason .reason__list li .reason__list__text {
    padding: 0 1.5rem;
  }
}

.reason .reason__list li .reason__list__text .num-title .num {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 6.9rem;
  margin-right: 1rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .reason .reason__list li .reason__list__text .num-title .num {
    margin-right: 1.4rem;
  }
}

.reason .reason__list li .reason__list__text .num-title .line {
  background: #000000;
  height: 1.5rem;
  max-width: 10.7rem;
  width: 100%;
  display: inline-block;
}

.reason .reason__list li .reason__list__text .list-title {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1.8rem;
}

@media (max-width: 767px) {
  .reason .reason__list li .reason__list__text .list-title {
    margin-top: 2.1rem;
  }
}

.reason .reason__list li .reason__list__text .list-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 240%;
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .reason .reason__list li .reason__list__text .list-text {
    margin-top: 1.4rem;
  }
}

.reason .reason__list li .reason__list__img {
  max-width: 71.4rem;
  width: 100%;
}

@media (min-width: 768px) {
  .reason .reason__list li:nth-child(2) {
    margin-bottom: 15rem;
  }
}

@media (min-width: 768px) {
  .reason .reason__list li:nth-child(2) .reason__list__text {
    padding-top: 2rem;
  }
}

.reason .reason__list li:last-child {
  margin-bottom: 0;
}

.reason .reason__list li:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .reason .reason__list li:nth-child(2n) {
    flex-direction: column;
  }
}

/*=================================================
    service
===================================================*/
.service {
  padding: 11rem 2rem 13.2rem;
  background: #F1F1F1;
  position: relative;
}

@media (max-width: 767px) {
  .service {
    padding: 4rem 1.5rem 5.9rem;
  }
}

.service .en-title .line {
  max-width: 105.4rem;
}

@media (max-width: 767px) {
  .service .section-title {
    margin-top: 2.1rem;
  }
}

.service .service__list {
  margin-top: 8.5rem;
  justify-content: space-between;
  gap: 2.7083333333vw;
}

@media (min-width:1920px) {
  .service .service__list {
    gap: 5.2rem;
  }
}

@media (max-width: 767px) {
  .service .service__list {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .service .service__list li {
    margin-bottom: 4.2rem;
  }
}

@media (max-width: 767px) {
  .service .service__list li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .service .service__list li .service__list__text {
    max-width: 100%;
  }
}

.service .service__list li .service__list__text .list-title {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .service .service__list li .service__list__text .list-title {
    margin-top: 1rem;
  }
}

.service .service__list li .service__list__text .list-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 240%;
  margin-top: 2.7rem;
}

@media (max-width: 767px) {
  .service .service__list li .service__list__text .list-text {
    margin-top: 1rem;
  }
}

.service .service__list li .service__list__img {
  max-width: 57.4rem;
  width: 100%;
}

/*=================================================
    company
===================================================*/
.company {
  background: #fff;
  padding: 13.7rem 2rem 0;
}

@media (max-width: 767px) {
  .company {
    padding: 5.8rem 0 0;
  }
}

@media (max-width: 767px) {
  .company .section-title {
    margin-top: 1.5rem;
    padding: 0 1.5rem;
  }
}

@media (max-width: 767px) {
  .company .en-title {
    padding: 0 1.5rem;
  }
}

.company .en-title .line {
  max-width: 105.2rem;
}

.company .company__map {
  max-width: 34.2rem;
  width: 100%;
}

@media (max-width: 767px) {
  .company .company__map {
    max-width: 100%;
  }
}

.company .company__map img {
  width: 100%;
}

.company .flex {
  margin-top: 4rem;
  align-items: center;
  gap: 3rem;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .company .flex {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .company .flex {
    gap: 3.25rem;
    margin-top: 3.5rem;
    padding: 0 1.5rem;
  }
}

.company .company__table {
  max-width: 82.8rem;
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .company .company__table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.1rem;
  }
}

@media (max-width: 767px) {
  .company .company__table tr:last-of-type {
    margin-bottom: 0;
  }
}

.company .company__table tr th,
.company .company__table tr td {
  border-bottom: solid 1px #000000;
}

.company .company__table tr th {
  width: 14%;
  position: relative;
  padding-left: 0.7rem;
}

@media (max-width: 767px) {
  .company .company__table tr th {
    width: 100%;
    border-bottom: none;
  }
}

.company .company__table tr th .table-title {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 3.4rem;
}

@media (max-width: 767px) {
  .company .company__table tr th .table-title {
    padding-right: 0;
  }
}

.company .company__table tr td {
  padding: 2.2rem 0 2.1rem 0;
  width: 75.33%;
}

.company .company__table tr td .table-text {
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .company .company__table tr td {
    width: 100%;
    padding: 0.5rem 0 2.5rem 0.7rem;
  }
}

.company .googlemap {
  margin-top: 5.1rem;
}

.company .googlemap iframe {
  width: 100%;
  height: 30rem;
}

@media (max-width: 767px) {
  .company .googlemap {
    margin-top: 4.4rem;
  }
}

/*=================================================
    contact
===================================================*/
.contact {
  background: #fff;
  padding: 7.1rem 2rem 9.3rem;
}

@media (max-width: 767px) {
  .contact {
    padding: 11.3rem 1.5rem 5.7rem;
  }
}

@media (min-width: 768px) {
  .contact .en-title {
    margin-bottom: 0.8rem;
  }
}

.contact .en-title .line {
  max-width: 106rem;
}

@media (max-width: 767px) {
  .contact .en-title .en {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .contact .section-title {
    margin-top: 1rem;
  }
}

.contact .section-text {
  text-align: center;
  margin: 4rem auto 0;
  color: #111111;
  font-size: 1.8rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .contact .section-text {
    text-align: center;
    margin: 3rem auto 0;
    font-size: 1.4rem;
  }
}

.contact .contact-button {
  max-width: 40.7rem;
  width: 100%;
  height: 8.6rem;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto 0;
  background: rgb(68, 210, 222);
  background: linear-gradient(45deg, rgb(68, 210, 222) 0%, rgb(15, 194, 253) 100%);
}

@media (max-width: 767px) {
  .contact .contact-button {
    font-size: 1.4rem;
    height: 6.6rem;
    margin: 3rem auto 0;
  }
}

@media (max-width: 767px) {
  .contact .contact-button .icon {
    width: 17px;
  }
}

.contact .contact-button .arrow {
  width: 13px;
}

.contact .contact-button .ja {
  margin: 0 1.7rem 0 1.2rem;
}

@media (max-width: 767px) {
  .contact .contact-button .ja {
    margin: 0 0.5rem 0 0.7rem;
  }
}

/*=================================================
    footer
===================================================*/
.footer {
  background: #D9D9D9;
  padding: 2.3rem 2rem 2.3rem;
}

@media (max-width: 767px) {
  .footer {
    padding: 2.3rem 2rem;
  }
}

.footer .copyright {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #171717;
}

@media (max-width: 767px) {
  .footer .copyright {
    font-size: 1.4rem;
  }
}