@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
}

/*------------------------------
common
------------------------------*/
body {
  color: #0a0205;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
}

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

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* コンテンツ幅
------------------------------*/
.inner {
  width: 1012px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.u-with-1160 {
  width: 1192px;
}

.u-with-880 {
  width: 912px;
}

/* リード文
------------------------------*/
.c-lead {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .c-lead {
    display: block;
  }
}

.c-lead-content {
  margin-left: 6.6%;
}
.c-lead-content p {
  font-size: min(2rem, 2.0408163265vw);
  font-weight: 700;
  line-height: 2.05;
  letter-spacing: 1.2px;
  margin-top: 0.75em;
  padding-right: 2em;
}
@media (max-width: 767px) {
  .c-lead-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .c-lead-content p {
    font-size: 1.4rem;
    margin-top: 10px;
    padding-right: 0;
  }
}

.c-lead-heading {
  font-size: min(4.1rem, 4.1836734694vw);
  font-weight: 700;
  line-height: 1.5609756098;
  letter-spacing: 0.82px;
  color: #000;
}
@media (max-width: 767px) {
  .c-lead-heading {
    font-size: 2rem;
  }
}

/* タイトル
------------------------------*/
.c-section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(4.5rem, 4.5918367347vw);
  font-weight: 700;
  line-height: 1.3111111111;
  letter-spacing: 2.73px;
  writing-mode: vertical-rl;
  border-right: 4px solid #000;
  padding-right: 0.1em;
  margin: min(9.1vw, 89px) auto 0;
}
@media (min-width: 768px) {
  .c-section-title {
    transform: translateX(31%);
  }
}
@media (max-width: 767px) {
  .c-section-title {
    writing-mode: unset;
    font-size: 3rem;
    border-right: 0;
    border-bottom: 4px solid #000;
    padding-right: 0;
    padding-bottom: 5px;
  }
}

/* ボタン
------------------------------*/
.c-button {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  font-size: min(2.5rem, 2.5510204082vw);
  font-weight: 700;
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  padding: 0.4em 0;
  transition: all 0.3s;
}
.c-button:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-button {
    font-size: 1.6rem;
  }
}

/* スライダ―共通
------------------------------*/
.swiper-slide {
  aspect-ratio: 620/449;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
  aspect-ratio: 1/1;
  height: auto;
  bottom: unset;
  left: unset;
  right: unset;
  top: 50%;
  width: 5%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
@media (max-width: 767px) {
  .swiper-button-next,
.swiper-button-prev {
    width: 50px;
  }
}

.swiper-button-prev {
  background: url(../images/icon_arrow.png) no-repeat center center/contain;
  left: 13.5%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 5%;
  }
}

.swiper-button-next {
  background: url(../images/icon_arrow.png) no-repeat center center/contain;
  transform: translateY(-50%) rotate(180deg);
  right: 13.5%;
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 5%;
  }
}

/* アンカー
------------------------------*/
.anc {
  scroll-margin-top: 117px;
}
@media (max-width: 767px) {
  .anc {
    scroll-margin-top: 50px;
  }
}

/* アニメーション
------------------------------*/
.fade {
  opacity: 0;
}

/* 打ち消し
------------------------------*/
html {
  margin-top: 0 !important;
}

/*------------------------------
header
------------------------------*/
header {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  z-index: 300;
  height: 117px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header {
    height: 50px;
  }
}

.header__inner {
  width: 1200px;
  padding-left: 26px;
  padding-right: 16px;
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: min(260px, 22.4137931034vw);
}
@media (max-width: 767px) {
  .header__logo {
    width: 130px;
  }
}

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

.header__menu {
  display: flex;
}
.header__menu li {
  text-align: center;
  font-size: min(1.7rem, 1.7346938776vw);
  font-weight: 600;
  letter-spacing: 1px;
}
.header__menu li:not(:last-child) {
  border-right: 1px solid #000;
}
.header__menu li:last-child a {
  padding-right: 0;
}
.header__menu li a {
  display: inline-block;
  padding: 0 1.2em;
  color: #000;
}
.header__menu li span {
  display: block;
  font-size: min(1.4rem, 1.4285714286vw);
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.87px;
  margin-top: 7px;
}

.drawer-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon__bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
  transition: transform 0.3s;
}

.drawer-content {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  padding: 50px 20px;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-menu li:nth-child(n+2) {
  margin-top: 25px;
}
.drawer-menu li a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
}
.drawer-menu li a span {
  display: block;
  font-size: 1.4rem;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/*------------------------------
footer
------------------------------*/
.footer__map iframe {
  width: 100%;
  aspect-ratio: 1400/396;
}
@media (max-width: 767px) {
  .footer__map iframe {
    aspect-ratio: 1400/900;
  }
}

.footer__container {
  padding: 28px 0;
}
@media (max-width: 767px) {
  .footer__container {
    padding: 20px 0;
  }
}

.footer__content {
  display: flex;
}
@media (max-width: 767px) {
  .footer__content {
    display: block;
  }
}

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

.footer__logo {
  width: 72%;
  margin-left: 3%;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 250px;
    max-width: 100%;
  }
}

.footer__address {
  font-size: min(2rem, 2.0408163265vw);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.2px;
  margin-top: 0.4em;
}
@media (max-width: 767px) {
  .footer__address {
    font-size: 1.4rem;
  }
}

.footer__nav {
  width: 50%;
  display: flex;
}
@media (max-width: 767px) {
  .footer__nav {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}

.footer__block:nth-child(2) {
  margin-left: 7%;
}
@media (max-width: 767px) {
  .footer__block:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.footer__item {
  font-size: min(2.1rem, 2.1428571429vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.footer__item a {
  display: inline-block;
  color: #000;
}
@media (max-width: 767px) {
  .footer__item {
    font-size: 1.8rem;
  }
}

.footer__submenu a {
  display: inline-block;
  font-size: min(1.8rem, 1.8367346939vw);
  font-weight: 400;
  line-height: 1.7222222222;
}
@media (max-width: 767px) {
  .footer__submenu a {
    font-size: 1.4rem;
  }
}

.footer__copyright {
  font-size: min(2.2rem, 2.2448979592vw);
  font-weight: 700;
  line-height: 1.8636363636;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 12px 0;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

/*------------------------------
fv
------------------------------*/
.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1440/630;
}
.fv img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .fv {
    width: 100%;
    aspect-ratio: 375/270;
  }
  .fv img {
    width: 100%;
    height: 100%;
  }
}

.mv-slider img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideBtn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.slideBtn span {
  aspect-ratio: 1/1;
  background: gray;
  width: 10px;
  margin: 0 10px;
  border-radius: 50%;
  cursor: pointer;
}
.slideBtn span.active {
  background: #b3d6ff;
}

/*------------------------------
greeting
------------------------------*/
.greeting {
  padding: 60px 0 min(275px, 19.6428571429vw);
  position: relative;
}
.greeting::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  aspect-ratio: 2800/768;
  transform: translateY(21%);
  background: url(../images/bg_01.webp) no-repeat bottom center/100%;
}
.greeting .inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .greeting {
    padding: 30px 0 100px;
  }
}

.greeting__content {
  position: relative;
  z-index: 10;
}

/*------------------------------
brand
------------------------------*/
.brand {
  background: #b3d6ff;
  padding: 2% 0 148px;
}
@media (max-width: 767px) {
  .brand {
    padding: 50px 0;
  }
}

.brand__content {
  margin-top: 48px;
}

.brand__list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.brand__list li:nth-child(n+2) {
  margin-top: 41px;
}
.brand__list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.brand__list li img {
  width: 50%;
}
@media (max-width: 767px) {
  .brand__list li {
    display: block;
  }
  .brand__list li img {
    width: 100%;
  }
}

.brand__item-content {
  width: 48%;
  align-self: stretch;
  position: relative;
}
.brand__item-content h3 {
  font-size: min(2.5rem, 2.5510204082vw);
  font-weight: 700;
  line-height: 1.6;
}
.brand__item-content p {
  font-size: min(1.8rem, 1.8367346939vw);
  font-weight: 700;
  line-height: 1.8333333333;
  margin-top: 1.1em;
}
@media (max-width: 767px) {
  .brand__item-content {
    width: 100%;
    margin-top: 20px;
  }
  .brand__item-content h3 {
    font-size: 1.8rem;
  }
  .brand__item-content p {
    font-size: 1.4rem;
  }
}

.brand__item-button {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}
.brand__item-button a {
  width: 81%;
}
@media (max-width: 767px) {
  .brand__item-button {
    position: relative;
    transform: unset;
    bottom: unset;
    left: unset;
  }
}

/*------------------------------
work
------------------------------*/
.work {
  background: #fffed5;
  padding: 95px 0;
}
@media (max-width: 767px) {
  .work {
    padding: 50px 0;
  }
}

.work__content {
  margin-top: 46px;
}

.work__list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.work__list li {
  width: 29.5666666667%;
  max-width: 254px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.work__list li:not(:nth-child(3n)) {
  margin-right: 5.6%;
}
.work__list li:not(:nth-child(3n))::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.8%;
  transform: translate(100%, -50%);
  background: url(../images/icon_batu.png) no-repeat center center/contain;
  aspect-ratio: 64/64;
  width: min(32px, 3.2653061224vw);
}
.work__list li:nth-child(n+4) {
  margin-top: 29px;
}
.work__list li:nth-child(2) img {
  width: 60%;
}
.work__list li:nth-child(5) img {
  width: 60%;
}
.work__list li:nth-child(6) img {
  width: 30%;
}
.work__list li img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 18%;
}
.work__list li p {
  font-size: min(1.8rem, 2.0833333333vw);
  font-weight: 700;
  line-height: 2.7777777778;
  text-align: center;
  letter-spacing: 1.1px;
  margin-top: 1.1em;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}
@media (max-width: 767px) {
  .work__list li img {
    width: 35%;
  }
}

/*------------------------------
topic
------------------------------*/
.topic {
  padding: 63px 0 93px;
}

.topic__container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .topic__container {
    display: block;
  }
}

.topic__title {
  width: 8%;
}
.topic__title h2 {
  margin-top: 0.2em;
}
@media (max-width: 767px) {
  .topic__title {
    width: 100%;
  }
}

.topic__list {
  margin-left: 8%;
  width: 84%;
}
.topic__list article {
  font-size: min(2.4rem, 2.0833333333vw);
  font-weight: 700;
  line-height: 2.2083333333;
  letter-spacing: 1.4px;
}
.topic__list article:nth-child(n+2) {
  margin-top: 0.1em;
}
.topic__list article a {
  display: flex;
  align-items: flex-start;
}
.topic__list article h3 {
  width: calc(100% - 6.7em);
}
@media (max-width: 767px) {
  .topic__list {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .topic__list article {
    font-size: 1.6rem;
  }
  .topic__list article a {
    display: block;
  }
  .topic__list article h3 {
    width: 100%;
  }
}

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

/*------------------------------
logo
------------------------------*/
.logo {
  background: #e9e9e9;
  padding: 40px 0;
}

.logo__list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo__list li {
  width: 22%;
}
.logo__list li img {
  width: 80%;
}
.logo__list li:nth-child(1) img {
  width: 100%;
}
.logo__list li:nth-child(2) img {
  width: 50%;
}

/*------------------------------
company
------------------------------*/
.company {
  padding: 70px 0 38px;
}
@media (max-width: 767px) {
  .company {
    padding: 50px 0;
  }
}

.company__container {
  display: flex;
}
@media (max-width: 767px) {
  .company__container {
    display: block;
  }
}

.company__title {
  margin-top: 30px;
  width: 8%;
}
.company__title h2 {
  margin-top: 0.2em;
}
@media (max-width: 767px) {
  .company__title {
    width: 100%;
    margin-top: 0;
  }
}

.company__info {
  display: flex;
  flex-wrap: wrap;
  margin-left: 8%;
  width: 84%;
}
.company__info dt, .company__info dd {
  font-size: min(2.4rem, 2.4489795918vw);
  font-weight: 700;
  line-height: 1.6666666667;
}
.company__info dt {
  width: 100px;
}
.company__info dd {
  width: calc(100% - 100px);
}
.company__info dd:last-of-type {
  width: 100%;
  font-size: min(1.8rem, 1.8367346939vw);
}
.company__info dd:last-of-type em {
  font-size: min(2rem, 2.0408163265vw);
}
@media (max-width: 767px) {
  .company__info {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .company__info dt, .company__info dd {
    font-size: 1.6rem;
    width: 100%;
  }
  .company__info dt:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .company__info dd:last-of-type {
    font-size: 1.2rem;
  }
  .company__info dd:last-of-type em {
    font-size: 1.4rem;
  }
}

/*------------------------------
ブランドページ
------------------------------*/
.concept {
  padding: 50px 0 100px;
}
.concept p {
  font-size: min(2.4rem, 2.4489795918vw);
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  margin-top: 1.2em;
}
@media (max-width: 767px) {
  .concept {
    padding: 25px 0 50px;
  }
  .concept p {
    font-size: 1.4rem;
  }
}

.concept__brand-name {
  font-size: min(4.1rem, 4.1836734694vw);
  font-weight: 700;
  line-height: 1.5609756098;
  text-align: center;
}
@media (max-width: 767px) {
  .concept__brand-name {
    font-size: 3rem;
  }
}

.concept__heading {
  font-size: min(3.6rem, 3.6734693878vw);
  font-weight: 700;
  line-height: 1.5555555556;
  text-align: center;
  margin-top: 0.4em;
}
@media (max-width: 767px) {
  .concept__heading {
    font-size: min(2.2rem, 5.8666666667vw);
  }
}

.media-links {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .media-links {
    padding: 40px 0;
  }
}

.media-links__list {
  display: flex;
  justify-content: center;
}
.media-links__list li {
  width: 30%;
}
@media (min-width: 768px) {
  .media-links__list li:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .media-links__list {
    display: block;
    text-align: center;
  }
  .media-links__list li {
    width: 100%;
  }
  .media-links__list li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/*------------------------------
記事ページ
------------------------------*/
.post__container {
  padding: 120px 0;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 767px) {
  .post__container {
    padding: 50px 0;
    font-size: 1.3rem;
  }
}

.post__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .post__title {
    font-size: 2rem;
  }
}

.post__content {
  margin-top: 20px;
}
.post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6 {
  font-weight: 700;
  margin: 20px 0;
}
.post__content h1 {
  font-size: 2.6rem;
}
.post__content h2 {
  font-size: 2.4rem;
}
.post__content h3 {
  font-size: 2rem;
}
.post__content ol, .post__content ul {
  list-style: unset;
  margin-top: 20px;
}
.post__content li {
  list-style-type: unset;
  margin-left: 1em;
}
.post__content p:nth-of-type(n + 2) {
  margin-top: 15px;
}
.post__content table {
  margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */