@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl, dd,
hr,
figure,
blockquote {
  margin: 0;
}

ul, ol, button {
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

hr {
  border: none;
}

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

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
button {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  html {
    font-size: 0.9195402299vw;
  }
}
@media screen and (min-width: 1740px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 374) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  background-color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 300;
  color: #707070;
}

html,
body {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html.is-fixed,
body.is-fixed {
  overflow: hidden;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1740px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.l-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-nav {
  display: block;
}

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-nav__item {
    padding-right: 0.632183908vw;
    padding-left: 0.632183908vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-nav__item {
    padding-right: 11px;
    padding-left: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-nav__item:not(:first-child) {
    margin-left: 2.7586206897vw;
  }
}

@media screen and (min-width: 1740px) {
  .c-nav__item--concept {
    margin-left: 0;
  }
}

@media screen and (min-width: 1740px) {
  .c-nav__item--service {
    margin-left: 68px;
  }
}

@media screen and (min-width: 1740px) {
  .c-nav__item--production {
    margin-left: 52px;
  }
}

@media screen and (min-width: 1740px) {
  .c-nav__item--online-shop {
    margin-left: 70px;
  }
}

@media screen and (min-width: 1740px) {
  .c-nav__item--company {
    margin-left: 52px;
  }
}

@media screen and (min-width: 1740px) {
  .c-nav__item--contact {
    margin-left: 54px;
  }
}

.c-nav__link {
  display: block;
  color: #393737;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-nav__link {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1740px) {
  .c-nav__link {
    font-size: 25px;
  }
}

.c-nav--with-underline .c-nav__link {
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-nav--with-underline .c-nav__link {
    padding-bottom: 2.2988505747vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-nav--with-underline .c-nav__link {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-nav--with-underline .c-nav__link:hover {
    opacity: 1;
    border-bottom: 1px solid #707070;
  }
}

.c-burger-btn {
  padding-top: 30px;
  padding-right: 20px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
}

.c-burger-btn__bars {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-burger-btn__bars::before, .c-burger-btn__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.c-burger-btn__bars::before {
  top: -8px;
}
.c-burger-btn__bars::after {
  top: 8px;
}

.c-burger-btn.is-open .c-burger-btn__bars {
  background-color: transparent;
}
.c-burger-btn.is-open .c-burger-btn__bars::before, .c-burger-btn.is-open .c-burger-btn__bars::after {
  top: 0;
  background-color: #000000;
}
.c-burger-btn.is-open .c-burger-btn__bars::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-burger-btn.is-open .c-burger-btn__bars::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-header {
    position: fixed;
    z-index: 100;
    top: -20px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-header {
    height: 11.2643678161vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-header {
    height: 196px;
  }
}

@media screen and (min-width: 1740px) {
  .c-header__inner {
    margin-right: -11px;
    margin-left: -105px;
  }
}

.c-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-header__row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.c-header__logo {
  width: 218px;
  height: 98px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-header__logo {
    width: 25.0574712644vw;
    height: 11.2643678161vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-header__logo {
    width: 436px;
    height: 196px;
  }
}

.c-drawer {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-drawer.is-open {
  left: 0;
}

.c-drawer__nav {
  width: inherit;
  height: inherit;
  display: grid;
  place-items: center;
}

.c-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.c-drawer__item {
  font-size: 20px;
  color: #393737;
}

.c-section-title {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 16px 33px 11px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-section-title {
    padding: 1.8390804598vw 3.7931034483vw 1.2643678161vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-section-title {
    padding: 32px 66px 22px;
  }
}
.c-section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 33px;
  background: url("../images/lines_top_left.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-section-title::before {
    width: 4.8850574713vw;
    height: 3.8505747126vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-section-title::before {
    width: 85px;
    height: 67px;
  }
}
.c-section-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 24px;
  background: url("../images/lines_bottom_right.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-section-title::after {
    width: 3.4482758621vw;
    height: 2.7586206897vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-section-title::after {
    width: 60px;
    height: 48px;
  }
}

.c-section-title__en {
  width: auto;
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-section-title__en {
    height: 4.7126436782vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-section-title__en {
    height: 82px;
  }
}

.c-section-title__ja {
  display: block;
  font-family: "游教科書体", "YuKyokasho", "游明朝体", "YuMincho", serif;
  font-weight: 500;
  font-size: 13px;
  color: #393737;
}
@media screen and (min-width: 768px) {
  .c-section-title__ja {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-section-title__ja {
    margin-top: 0.125rem;
  }
}
@media screen and (min-width: 1740px) {
  .c-section-title__ja {
    margin-top: 2px;
  }
}

.c-production-card {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-production-card {
    width: calc((100vw - 80px - 40px) / 2);
    max-width: calc((100vw - 80px - 40px) / 2);
  }
}
@media screen and (min-width: 1740px) {
  .c-production-card {
    width: 800px;
    max-width: 800px;
  }
}

.c-production-card__link {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-production-card__link:hover {
    top: -3px;
    left: -3px;
    opacity: 1;
    -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
            box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
  }
}

.c-production-card__img {
  width: 100%;
  aspect-ratio: 800/600;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.c-production-card__text-area {
  padding: 10px 10px 20px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-production-card__text-area {
    padding: 1.1494252874vw 2.2988505747vw 2.2988505747vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-production-card__text-area {
    padding: 20px 40px 40px;
  }
}

.c-production-card__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .c-production-card__title {
    font-size: 2.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-production-card__title {
    height: 13.7931034483vw;
    min-height: 13.7931034483vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-production-card__title {
    height: 240px;
    min-height: 240px;
  }
}

.c-production-card__industry {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-production-card__industry {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-production-card__industry {
    margin-top: 1.1494252874vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-production-card__industry {
    margin-top: 20px;
  }
}

.c-production-card__client {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-production-card__client {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-production-card__client {
    margin-top: 1.724137931vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-production-card__client {
    margin-top: 30px;
  }
}

.c-news-index {
  border-bottom: 2px solid #707070;
  padding: 25px 11px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-news-index {
    padding: 3.6206896552vw 1.2643678161vw 2.9310344828vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-news-index {
    padding: 63px 22px 51px;
  }
}

@media screen and (min-width: 768px) {
  .c-news-index__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-news-index__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-news-index__meta {
    width: 34.0229885057vw;
    min-width: 34.0229885057vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-news-index__meta {
    width: 592px;
    min-width: 592px;
  }
}

.c-news-index__date {
  width: 108px;
  min-width: 108px;
  font-family: "游教科書体", "YuKyokasho", "游明朝体", "YuMincho", serif;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-news-index__date {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-news-index__date {
    width: 13.6206896552vw;
    min-width: 13.6206896552vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-news-index__date {
    width: 237px;
    min-width: 237px;
  }
}

.c-news-index__category {
  display: inline-block;
  border: 1px solid #707070;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .c-news-index__category {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-news-index__category {
    padding: 1.5517241379vw 3.1609195402vw 1.4942528736vw 3.3333333333vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-news-index__category {
    padding: 27px 55px 26px 58px;
  }
}

.c-news-index__title {
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-news-index__title {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-news-index__title {
    font-size: 2rem;
  }
}

.c-footer {
  background-color: #F5EEE7;
  padding-top: 8px;
  padding-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-footer {
    padding-top: 0.9195402299vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-footer {
    padding-top: 16px;
    padding-bottom: 145px;
  }
}

.c-footer__logo {
  width: 242px;
  height: 106px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-footer__logo {
    width: 27.8735632184vw;
    height: 12.183908046vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-footer__logo {
    width: 485px;
    height: 212px;
  }
}

.c-footer__btn {
  margin-top: 23px;
  background-color: #0A0909;
  padding: 21px 56px;
  font-weight: 400;
  font-size: 17px;
  color: #EDEAEA;
}
.c-footer__btn small {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .c-footer__btn {
    font-size: 2.1875rem;
  }
  .c-footer__btn small {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-footer__btn {
    margin-top: 2.7011494253vw;
    padding: 2.4712643678vw 6.4367816092vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-footer__btn {
    margin-top: 47px;
    padding: 43px 112px;
  }
}

.c-footer__tel {
  margin-top: 23px;
  font-family: "Toppan Bunkyu Mincho", "凸版文久明朝", "游明朝体", "YuMincho", serif;
  font-weight: 400;
  font-size: 27px;
  color: #0F0E0E;
}
@media screen and (min-width: 768px) {
  .c-footer__tel {
    font-size: 3.4375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-footer__tel {
    margin-top: 2.6436781609vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-footer__tel {
    margin-top: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1739px) {
  .c-footer__nav {
    margin-top: 7.1264367816vw;
  }
}
@media screen and (min-width: 1740px) {
  .c-footer__nav {
    margin-top: 124px;
  }
}

.p-top-main-visual {
  background-image: url("../images/main_visual.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-main-visual {
    margin-top: 120px;
    margin-right: -60px;
    height: 69.9680511182vw;
    background-size: 100vw auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-main-visual {
    margin-right: -8.6206896552vw;
    height: 62.9310344828vw;
    background-size: 89.9425287356vw 62.9310344828vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-main-visual {
    margin-right: -150px;
    height: 1095px;
    background-size: 1565px 1095px;
  }
}

.p-top-main-visual__title {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.7;
  color: #312F2F;
}
@media screen and (max-width: 767px) {
  .p-top-main-visual__title {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__title {
    font-size: 5.1875rem;
    line-height: 1.7108433735;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-main-visual__title {
    padding-top: 13.3333333333vw;
    padding-left: 16.4367816092vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-main-visual__title {
    padding-top: 232px;
    padding-left: 286px;
  }
}

.p-top-concept {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top-concept__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top-concept__row--first {
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-concept__row--first {
    margin-top: 10.1149425287vw;
    padding-right: 2.5287356322vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-concept__row--first {
    margin-top: 176px;
    padding-right: 44px;
  }
}

.p-top-concept__row--second {
  margin-top: 100px;
  margin-right: -80px;
  height: 69.4838709677vw;
  background-image: url("../images/concept.jpg");
  background-position: top right;
  background-size: 100vw 69.4838709677vw;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-concept__row--second {
    margin-top: 16.8965517241vw;
    margin-right: -2.2988505747vw;
    height: 61.8965517241vw;
    background-size: 89.0804597701vw 61.8965517241vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-concept__row--second {
    margin-top: 294px;
    margin-right: -130px;
    height: 1077px;
    background-size: 1550px 1077px;
  }
}

.p-top-concept__title {
  font-weight: 600;
  font-size: 24px;
  color: #312F2F;
}
@media screen and (max-width: 767px) {
  .p-top-concept__title {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-concept__title {
    padding-left: 5.8620689655vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-concept__title {
    padding-left: 102px;
  }
}

.p-top-concept__row--first .p-top-concept__title {
  line-height: 1.7118644068;
}
@media screen and (min-width: 768px) {
  .p-top-concept__row--first .p-top-concept__title {
    font-size: 3.6875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-concept__row--first .p-top-concept__title {
    padding-top: 12.1264367816vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-concept__row--first .p-top-concept__title {
    padding-top: 211px;
  }
}

.p-top-concept__row--second .p-top-concept__title {
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .p-top-concept__row--second .p-top-concept__title {
    font-size: 3.9375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-concept__row--second .p-top-concept__title {
    padding-top: 1.6091954023vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-concept__row--second .p-top-concept__title {
    padding-top: 28px;
  }
}

.p-top-concept__text {
  position: relative;
  font-size: 2.1875rem;
  line-height: 2.9142857143;
  color: #393737;
}
@media screen and (max-width: 767px) {
  .p-top-concept__text {
    margin-top: 40px;
    width: 100%;
    padding: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-concept__text {
    width: 42.0114942529vw;
    padding: 7.3563218391vw 2.8735632184vw 6.3218390805vw 2.8735632184vw;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-concept__text {
    width: 731px;
    padding: 128px 20px 110px 81px;
  }
}
.p-top-concept__text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/bg_dots.jpg") repeat-y center top/731px 731px;
  opacity: 0.3;
}

.p-top-service-item {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item {
    margin-left: 32.816091954vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item {
    margin-left: 571px;
  }
}

.p-top-service-item--01 {
  margin-top: 0;
}

.p-top-service-item--02 {
  margin-top: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--02 {
    margin-top: 7.5287356322vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--02 {
    margin-top: 131px;
  }
}

.p-top-service-item--03 {
  margin-top: 181px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--03 {
    margin-top: 10.4022988506vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--03 {
    margin-top: 181px;
  }
}

.p-top-service-item__title-area {
  position: absolute;
  border: 1px solid #707070;
  background-color: #F5EEE7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-service-item__title-area {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item__title-area {
    left: -24.8850574713vw;
    width: 74.6551724138vw;
    height: 44.4252873563vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item__title-area {
    left: -433px;
    width: 1299px;
    height: 773px;
  }
}

.p-top-service-item--01 .p-top-service-item__title-area {
  top: -85px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--01 .p-top-service-item__title-area {
    top: -4.8850574713vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--01 .p-top-service-item__title-area {
    top: -85px;
  }
}

.p-top-service-item--02 .p-top-service-item__title-area {
  top: -80px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--02 .p-top-service-item__title-area {
    top: -4.5977011494vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--02 .p-top-service-item__title-area {
    top: -80px;
  }
}

.p-top-service-item--03 .p-top-service-item__title-area {
  top: -80px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--03 .p-top-service-item__title-area {
    top: -4.5977011494vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--03 .p-top-service-item__title-area {
    top: -80px;
  }
}

.p-top-service-item__number {
  font-family: "游教科書体 横用", "YuKyokasho Yoko", "游明朝体", "YuMincho", serif;
  font-weight: 500;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .p-top-service-item__number {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service-item__number {
    font-size: 4.8125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--01 .p-top-service-item__number {
    margin-top: 18.0459770115vw;
    margin-left: 3.0459770115vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--01 .p-top-service-item__number {
    margin-top: 314px;
    margin-left: 53px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--02 .p-top-service-item__number {
    margin-top: 17.3563218391vw;
    margin-left: 3.0459770115vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--02 .p-top-service-item__number {
    margin-top: 302px;
    margin-left: 53px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--03 .p-top-service-item__number {
    margin-top: 19.8275862069vw;
    margin-left: 3.7356321839vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--03 .p-top-service-item__number {
    margin-top: 345px;
    margin-left: 65px;
  }
}

.p-top-service-item__title {
  position: relative;
  font-weight: 400;
  font-size: 22px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-top-service-item__title span {
  white-space: nowrap;
}
.p-top-service-item__title::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 21px;
  height: 18px;
  background: url("../images/star.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item__title::before {
    top: -4.7126436782vw;
    width: 2.4137931034vw;
    height: 2.1264367816vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item__title::before {
    top: -82px;
    width: 42px;
    height: 37px;
  }
}

.p-top-service-item--01 .p-top-service-item__title {
  letter-spacing: 0.24em;
}
@media screen and (max-width: 767px) {
  .p-top-service-item--01 .p-top-service-item__title {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-service-item--01 .p-top-service-item__title {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--01 .p-top-service-item__title {
    margin-top: 11.7816091954vw;
    margin-left: 6.6666666667vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--01 .p-top-service-item__title {
    margin-top: 205px;
    margin-left: 116px;
  }
}

.p-top-service-item--02 .p-top-service-item__title {
  letter-spacing: 0.06em;
  line-height: 1.48;
}
@media screen and (min-width: 768px) {
  .p-top-service-item--02 .p-top-service-item__title {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--02 .p-top-service-item__title {
    margin-top: 11.4367816092vw;
    margin-left: 3.8505747126vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--02 .p-top-service-item__title {
    margin-top: 199px;
    margin-left: 67px;
  }
}

.p-top-service-item--03 .p-top-service-item__title {
  letter-spacing: 0.16em;
  line-height: 1.43;
}
@media screen and (min-width: 768px) {
  .p-top-service-item--03 .p-top-service-item__title {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--03 .p-top-service-item__title {
    margin-top: 8.6206896552vw;
    margin-left: 2.5862068966vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--03 .p-top-service-item__title {
    margin-top: 150px;
    margin-left: 45px;
  }
}

.p-top-service-item__img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-top-service-item__img {
    margin-right: -20px;
    margin-left: auto;
    width: calc(100vw - 20px - 100px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item__img {
    width: 57.0114942529vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item__img {
    width: 992px;
  }
}

.p-top-service-item__text {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-top-service-item__text {
    text-align: justify;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item__text {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item__text {
    font-size: 1.875rem;
  }
}

.p-top-service-item--01 .p-top-service-item__text {
  margin-top: 53px;
  line-height: 2.3333333333;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--01 .p-top-service-item__text {
    margin-top: 3.0459770115vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--01 .p-top-service-item__text {
    margin-top: 53px;
  }
}

.p-top-service-item--02 .p-top-service-item__text {
  margin-top: 75px;
  line-height: 2.6666666667;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--02 .p-top-service-item__text {
    margin-top: 2.8735632184vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--02 .p-top-service-item__text {
    margin-top: 50px;
  }
}

.p-top-service-item--03 .p-top-service-item__text {
  margin-top: 132px;
  line-height: 2.6666666667;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .p-top-service-item--03 .p-top-service-item__text {
    margin-top: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service-item--03 .p-top-service-item__text {
    margin-top: 3.7931034483vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service-item--03 .p-top-service-item__text {
    margin-top: 66px;
  }
}

.p-top-service {
  display: block;
}

.p-top-service__items {
  margin-top: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-service__items {
    margin-top: 8.1609195402vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-service__items {
    margin-top: 142px;
  }
}

.p-top-production {
  display: block;
}

.p-top-production__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-production__cards {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-production__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-production__cards {
    margin-top: 6.6666666667vw;
    gap: 80px 40px;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-production__cards {
    margin-top: 116px;
    gap: 120px 60px;
  }
}

.p-top-news {
  display: block;
}

.p-top-news__indexes {
  margin-top: 51px;
  margin-right: auto;
  margin-left: auto;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-news__indexes {
    margin-top: 5.9195402299vw;
    width: 65.9770114943vw;
    max-width: 65.9770114943vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-news__indexes {
    margin-top: 103px;
    width: 1148px;
    max-width: 1148px;
  }
}

.p-top-company {
  display: block;
}

.p-top-company__address {
  margin-top: 47px;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 2.6666666667;
}
@media screen and (min-width: 768px) {
  .p-top-company__address {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-company__address {
    margin-top: 5.4597701149vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-company__address {
    margin-top: 95px;
  }
}

.p-top-company__more-area {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-company__more-area {
    margin-top: 6.3218390805vw;
    margin-right: 25.1724137931vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-company__more-area {
    margin-top: 110px;
    margin-right: 438px;
  }
}

.p-top-company__more-link {
  display: inline-block;
}

.p-top-company__more-img {
  width: 87px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top-company__more-img {
    width: 10vw;
    height: 3.7356321839vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top-company__more-img {
    width: 174px;
    height: 65px;
  }
}

.p-top {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top__header {
    margin-top: 0;
  }
}
@media screen and (min-width: 1740px) {
  .p-top__header {
    margin-top: 42px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top__main-visual {
    margin-top: 2.2988505747vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top__main-visual {
    margin-top: 40px;
  }
}

.p-top__concept {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top__concept {
    margin-top: 17.8735632184vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top__concept {
    margin-top: 311px;
  }
}

.p-top__service {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top__service {
    margin-top: 6.2643678161vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top__service {
    margin-top: 109px;
  }
}

.p-top__production {
  margin-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top__production {
    margin-top: 15.7471264368vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top__production {
    margin-top: 274px;
  }
}

.p-top__news {
  margin-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top__news {
    margin-top: 27.816091954vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top__news {
    margin-top: 484px;
  }
}

.p-top__company {
  margin-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top__company {
    margin-top: 37.6436781609vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top__company {
    margin-top: 655px;
  }
}

.p-top__footer {
  margin-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1739px) {
  .p-top__footer {
    margin-top: 6.7816091954vw;
  }
}
@media screen and (min-width: 1740px) {
  .p-top__footer {
    margin-top: 118px;
  }
}

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

@media screen and (max-width: 767px) {
  .u-sp-hidden {
    display: none;
  }
}

@media screen and (max-width: 1739px) {
  .u-pc-only {
    display: none;
  }
}

@media screen and (min-width: 1740px) {
  .u-pc-hidden {
    display: none;
  }
}

.u-fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.u-fade-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}