/** Shopify CDN: Minification failed

Line 475:0 Unexpected "}"

**/
:root {
  --black: #000;
  --blue: #002b4b;
  --orange: #c9841c;
  --gray: #f1eff0;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

p,
h2,
h3,
img,
a {
  margin: 0;
  font-family: "Noto Serif JP", serif;
}

img {
  display: block;
  max-width: 100%;
}

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

p {
  font-weight: 400;
}

.top {
  box-sizing: border-box;
}

.mv {
  height: 650px;
  background: url(./mv-sp.jpg) center bottom/cover no-repeat;
  padding-top: 150px;
  color: #fff;
}
.mv-en {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.mv-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  gap: 1em;
  margin-top: 14px;
  color: #fff;
}
.mv-title::after,
.mv-title::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
}
.mv-text {
  font-weight: 600;
  font-size: 18px;
  margin-top: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mv {
    min-height: 850px;
    height: 100vh;
    background: url(./mv-pc.jpg) center bottom/cover no-repeat;
    padding-top: 10%;
  }
  .mv-en {
    font-size: 40px;
  }
  .mv-title {
    font-size: 24px;
    gap: 1em;
    margin-top: 16px;
  }
  .mv-title::after,
  .mv-title::before {
    width: 70px;
    margin-top: 0;
  }
  .mv-text {
    font-size: 22px;
    margin-top: 47px;
  }
}

.company {
  position: relative;
  padding-bottom: 210px;
  overflow: hidden;
}

.company-wrap {
  color: #fff;
  position: relative;
  padding: 60px 0 80px 10%;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}
.company-wrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin-right: calc(50% - 50vw);
  background: var(--blue);
  z-index: -1;
}
.company-title {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}
.company-text {
  font-size: 14px;
  line-height: 2;
  margin-top: 24px;
}

.company-btn {
  margin-top: 40px;
}
.company-img_big {
  position: absolute;
  bottom: 56px;
  width: 275px;
  height: auto;
  z-index: 2;
}
.company-img_small {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  left: 140px;
  width: 180px;
  box-shadow: 8px 8px 0px rgba(0, 43, 75, 1);
}

@media screen and (min-width: 768px) {
  .company {
    padding-bottom: 325px;
  }

  .company-wrap {
    padding: 150px 0 95px 9%;
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    max-width: 995px;
  }
  .company-title {
    font-size: 24px;
    padding-bottom: 32px;
  }
  .company-text {
    font-size: 16px;
    margin-top: 36px;
  }

  .company-btn {
    margin-top: 80px;
  }

  .company-img_big {
    width: 470px;
  }
  .company-img_small {
    width: 306px;
    bottom: 10px;
    left: 250px;
  }
}

@media screen and (min-width: 1200px) {
  .company {
    padding-bottom: 100px;
  }
  .company-wrap {
    padding: 150px 0 95px 9%;
    width: 60%;
    margin-right: 0;
    margin-left: auto;
    max-width: 995px;
  }

  .company-img_big {
    bottom: 0;
    width: 470px;
    z-index: 2;
  }
  .company-img_small {
    z-index: 3;
    bottom: 230px;
    left: auto;
    right: 75%;
    width: 306px;
    box-shadow: -16px -16px 0px rgba(0, 43, 75, 1);
  }
}

/* product */
.product {
  padding: 60px 0 40px;
}
.product-list {
  margin: 3em auto 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  max-width: 400px;
}
.product-item {
  width: 100%;
  margin-top: 0 !important;
}
.product-item_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.product-item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-title {
  font-size: 14px;
  margin-top: 0.5em;
}
.product-price {
  font-size: 14px;
  margin-top: 0.2em;
  text-align: right;
}
.product-btn {
  margin: 2em auto 0;
}

@media screen and (min-width: 768px) {
  .product {
    padding: 110px 0 106px;
  }

  .product-list {
    margin: 5em auto 0;
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }

  .product-title {
    font-size: 14px;
    margin-top: 0.5em;
  }

  .product-btn {
    margin: 5em auto 0;
  }
}

/* service */
.service {
  padding: 4em 0;
  background: linear-gradient(45deg, rgba(0, 43, 75, 1) 0%, rgba(8, 65, 108, 1) 100%);
}

.service-wrap {
  margin: 2em auto 0;
  max-width: 804px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}
.service-box {
  width: 100%;
  background: var(--gray);
  padding: 1em 1.5em;
}
.service-item {
  padding: 16px 0;
}
.service-item + .service-item {
  border-top: 1px solid #d5d1d1;
}
.service-item_title {
  font-size: 15px;
}
.service-list {
  margin-top: 1em;
  list-style: inside;
}
.service-list_item {
  font-size: 14px;
}
.service-contact {
  margin-top: 2em;
}
.service-contact_text {
  color: #fff;
  font-size: 15px;
}
.service-btn {
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .service {
    padding: 5em 0;
  }

  .service-wrap {
    margin: 4em auto 0;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }
  .service-item:nth-of-type(1) {
    border-bottom: 1px solid #d5d1d1;
  }

  .service-item + .service-item {
    border-top: none;
  }
  .service-item_title {
    font-size: 16px;
  }

  .service-contact {
    margin: 3em auto 0;
    display: flex;
    gap: 2em;
    align-items: end;
    justify-content: space-between;
    max-width: 804px;
  }
  .service-contact_text {
    color: #fff;
    font-size: 15px;
    width: calc(100% - 236px - 2em);
  }
  .service-btn {
    margin-top: 0;
  }
}


.topPrice{
  padding-bottom: 5em;
}
.topPrice-ttl{
  background: #fff;
  padding: 1em;
  margin-left: 1em;
  position: relative;
    width: fit-content;
}
.topPrice-box{
    margin-top: -2em;
    border: 2px solid #C9841C;
    padding: 2em 1.5em;
}

.topPrice-box_wrap {
    width: fit-content;
    margin: 0 auto;
}
.topPrice-box_ttl{
border-bottom: 1px solid #D0D2DC;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    padding-bottom: 8px;
    font-weight: 600;
    margin: 0;
}
.topPrice-box_ttl span{
font-size: 14px;
}
.topPrice-box_textBig{
 font-weight: 700;
  font-size: 16px;
  margin-top: 1em;
  margin-bottom:0.8em;
}
span.topPrice-box_en {
    display: block;
    text-align: right;
      margin-bottom: 0.5em;
}
.topPrice-box_en span{
  font-size: 12px;
}
.topPrice-box_textSmall{
 font-size: 12px; 
}
.topPrice-img{
  margin-top: 2em;
  display: block;
}
.topPrice-wrap {
    max-width: 745px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .topPrice{
  padding-bottom: 7em;
}
.topPrice-ttl{
     font-size: 32px;
}
.topPrice-box{
    margin-top: -3em;
    padding: 3em 1.5em;
}
}

.topPrice-box_ttl{
    font-size: 20px;
    padding-bottom: 10px;
}
.topPrice-box_textBig{
  font-size: 18px;
      margin-bottom: 8px;
}
p.topPrice-box_text {
    display: flex;
    justify-content: space-between;
}
span.topPrice-box_en {
    display: inline;
}
.topPrice-box_en span{
  font-size: 12px;
}
.topPrice-box_textSmall{
    font-size: 14px;
    margin-top: 1em;
}
.topPrice-img{
  margin-top: 4em;

}
.topPrice-wrap {
    max-width: 745px;
    margin: 0 auto;
}
}