/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Science+Gothic:wght@400;700&display=swap');
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/gsass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/style.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/rrx0scf.css);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/style.scss (2) ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ==========================================================================
   Animation
   ==========g================================================================ */
.c-loading.js-anim-start,.c-media__logo--loading.js-anim-start.hidden,.js-anim {
  opacity: 0;
}

.js-anim-wave {
  display: block;
  opacity: 0;
  overflow: hidden;
  white-space: pre;
}
.js-anim-wave .js-anim-wave-span {
  color: #fff;
  display: inline-block;
  /*min-width: 1.2rem;*/
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(12.2254758419vw);
          transform: translateY(12.2254758419vw);
  -webkit-transition: opacity .6s ease 2.3s,-webkit-transform .4s ease 2.3s;
  transition: opacity .6s ease 2.3s,-webkit-transform .4s ease 2.3s;
  transition: transform .4s ease 2.3s,opacity .6s ease 2.3s;
  transition: transform .4s ease 2.3s,opacity .6s ease 2.3s,-webkit-transform .4s ease 2.3s;
}
.js-anim-wave .js-anim-wave-start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-anim-start {
  opacity: 1;
}

.c-button__scroll-down.js-anim-start {
  -webkit-animation: first-down .5s ease 3s both;
          animation: first-down .5s ease 3s both;
}

.js-anim-up {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .3s ease,-webkit-transform .6s ease;
  transition: opacity .3s ease,-webkit-transform .6s ease;
  transition: transform .6s ease,opacity .3s ease;
  transition: transform .6s ease,opacity .3s ease,-webkit-transform .6s ease;
}
.js-anim-up.js-anim-start {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes first-down {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes first-down {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
/* Box sizing rules */
*,:after,:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class] {
  padding: 0;
}

/* Remove default margin */
body,h1,h2,h3,h4,p,ul[class] {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  background: #fafafa;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  min-height: 100vh;
  letter-spacing: 0.04rem;
  font-feature-settings : "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,picture {
  display: block;
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
button,input,textarea {
  cursor: pointer;
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
* {
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
  font-family: 'Science Gothic', Noto Sans JP,sans-serif;
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
}
.c-media__logo.hidden,::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

body,html {
  max-width: 100vw;
  overflow-x: hidden;
}

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

h1,h2,h3,h4,p,span {
  color: #111;
}

input[type=submit] {
  background: none;
  border: none;
  color: #111111;
  font-weight: 700;
}

input[type=submit]:hover {
  background: none;
  border: none;
  color: #ffffff;
  font-weight: 700;
}

.pc { display: block !important; } 
.sp { display: none !important; } 
@media only screen and (max-width: 750px) { 
.pc { display: none !important; } 
.sp { display: block !important; }
}


/* ==========================================================================
   Layout
   ========================================================================== */
.l-header {
  -webkit-box-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  height: 112px;
  padding-left: 40px;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 100;
}
.l-header--active {
  -webkit-animation: header .3s both;
          animation: header .3s both;
  background: #fff;
  border-bottom: 1px solid rgba(16,34,52,.1);
  position: fixed;
}
.l-header--open {
  background: #ffffff;
}
@-webkit-keyframes header {
  0% {
    top: -120px;
  }
  to {
    top: 0;
  }
}
@keyframes header {
  0% {
    top: -120px;
  }
  to {
    top: 0;
  }
}

.l-footer {
  background: #111111;
  padding: 53px 0;
}
.l-footer__box {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
          align-items: center;
  border-bottom: 1px solid hsla(0,0%,100%,.1);
  display: -webkit-box;
  display: flex;
          justify-content: space-between;
  padding-bottom: 40px;
}
.l-footer__bottom {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: flex;
          justify-content: space-between;
  margin-top: 27px;
  opacity: .5;
}

.l-main__row {
  margin: 0 auto;
  max-width: 81.2591508053vw;
}
.l-main__row--min {
  margin: 0 auto;
  max-width: 58.5651537335vw;
}

.c-mv__title {
  font-size: 5.6vw;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 3.2vw;
  padding:1.6rem 0;
}
  .c-mv__title span:nth-child(14) {
    display: block;
  }
.c-mv__title--medium {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 2.2693997072vw;
}

.c-about__content__body,.c-button__scroll-down__text,.c-flow__content__body,.
,.c-service__body {
  font-size: 1rem;
  line-height: 2rem;
}
.c-faq__content__body,.c-nav__copy,.c-nav__link__anker--min,.c-news__content__body span,.c-news__content__date {
  font-size: 0.8rem;
  line-height: 1.8rem;
}
.c-about__body,.c-button__more,.c-company__body,.c-company__info__body,.c-company__info__title,.c-contact--page__title,.c-contact__body,.c-contact__form__input,.c-contact__form__title,.c-faq__content__medium,.c-faq__content__title,.c-faq__medium,.c-flow__slick__num,.c-flow__title__medium,.c-nav__link__anker--footer,.c-news__content__body,.c-news__content__title,.c-news__more,.c-service__title--medium,.l-page__body {
  font-size: 1rem;
  line-height: 2rem;
}
.c-about__title,.c-company__title,.c-flow__content__num,.c-flow__content__title {
  font-size: 1.756954612vw;
  line-height: 2.2693997072vw;
}
.c-about__content__title {
  font-size: 2.8vw;
  line-height: 4vw;
}
.c-about__title--medium,.c-company__medium,.c-terms__title {
  font-size: 2.8vw;
  line-height: 4.2vw;
}
.c-faq__content__num {
  font-size: 2.9282576867vw;
  line-height: 3.7335285505vw;
}
.c-contact__title,.c-faq__title,.c-flow__title,.c-news__title,.c-service__title {
  font-size: 4.39238653vw;
  line-height: 5.6368960469vw;
}
.c-about__title,.c-flow__title,.c-news__title {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}

.c-about__content__title:before,.c-terms__title:before {
  background: #111111;
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 2.2693997072vw;
  width: 40px;
}
.l-page {
  height: 29.2825768668vw;
  margin-top: 112px;
  padding: 8.4187408492vw 0 0 9.1508052709vw;
  position: relative;
}
.l-page--terms {
  margin-top: 112px;
  padding-bottom: 8.78477306vw;
  padding-top: 7.6134699854vw;
}
.l-page--none {
  height: auto;
  padding: 4.0995607613vw 0 5.0512445095vw 9.1508052709vw;
}
.l-page__title {
  color: #111111;
  font-size: 5.7349926794vw;
  font-weight: 500;
  line-height: 8.6383601757vw;
}
.l-page__body {
  color: #111111;
  font-weight: 700;
  margin: -.0732064422vw 0 0 .2196193265vw;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/* Nav ナビゲーションについてのスタイル
   ----------------------------------------------------------------- */
.c-nav__box {
  -webkit-box-align: center;
          align-items: center;
  display: grid;
  gap: 3.2vw;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
}
.c-nav__box--footer {
  -webkit-box-align: center;
          align-items: center;
  display: grid;
  gap: 56px;
  gap: 32px;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
}
.c-nav__box--footer--min {
  -webkit-box-align: center;
          align-items: center;
  display: grid;
  gap: 56px;
  gap: 24px;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
}
.c-button__more:hover, .c-contact__layout__text,.c-nav__link--contact:hover {
  background: #111111;
}
.c-contact__more:hover {
  opacity:0.9;
}
.c-nav__link{
  color: #fff;
}
.c-nav__link__anker {
  font-size: 16px;
  font-weight: 500;
  color:#ffffff;
  line-height: 21px;
  -webkit-transition: color .3s,background .3s;
  transition: color .3s,background .3s;
}
.c-nav__link__anker:hover {
  color: #FFF100;
}
.c-nav__link--contact {
  color: #111111;
}
.c-flow__slick__num,.c-nav__link__anker--active.c-nav__link--contact,.c-nav__link__anker:hover.c-nav__link--contact {
  color: #fff;
}
.c-nav__link__anker--active {
  color: #111;
}
.c-nav__link__anker--footer {
  font-size: 15px;
  font-weight: 500;
  line-height: 31.5px;
}
.c-nav__link__anker--min {
  font-size: 13px;
  font-weight: 400;
  line-height: 24.5px;
}
.c-nav__copy {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 31.5px;
}

/* Media 画像全般のスタイル
   ----------------------------------------------------------------- */
.c-media__logo {
  display: block;
  width: 200px;
  padding-right:12px;
}
.c-media__button__scroll-down {
  height: 2.9282576867vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 2.9282576867vw;
}
.c-media__about__content {
  aspect-ratio: 317/220;
  height: auto;
  max-height: unset;
  max-width: unset;
  width: 100%;
}
.c-media__contact {
  height: auto;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  width: 40.6295754026vw;
}
.c-media__page {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 48vw;
}
.c-media__service__num {
  height: 4.39238653vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}

/* MV メインビジュアルセクションについてのスタイル
   ----------------------------------------------------------------- */
.c-mv {
  background-image: url(../../assets/images/mv-content.jpg);
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  padding-top: 19.1800878477vw;
  position: relative;
  -webkit-transition: height .4s ease;
  transition: height .4s ease;
  width: 100vw;
}
.c-mv__title {
  color: #fff;
  left: -.9516837482vw;
  margin-bottom: 1.0980966325vw;
  position: relative;
  text-align: center;
}
.c-mv__title--medium {
  color: #fff;
  left: -1.0980966325vw;
  position: relative;
  text-align: center;
}
.c-mv__title__box {
  left: 50%;
  margin-top: -1.0980966325vw;
  position: absolute;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* Button ボタンについてのスタイル 
   ----------------------------------------------------------------- */
.c-button {
  background: none;
  border: none;
  padding: 0;
}
.c-button__scroll-down {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
          flex-flow: column;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  position: absolute;
  top: 83.3vh;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  -webkit-transition: padding .3s;
  transition: padding .3s;
}
.c-button__scroll-down:hover {
  padding: 5px 0 0;
}
.c-button__scroll-down__text {
  color: #fff;
  font-weight: 400;
  margin-bottom: 13px;
  text-align: center;
}
.c-button__more {
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  background: #FFF100;
  border: none;
  border-radius: 8.196193265vw;
  color: #111111;
  display: -webkit-box;
  display: flex;
  height: 4.89238653vw;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background .3s;
  transition: background .3s;
  width: 28.5695461201vw;
}
.c-button__more:hover {
  color: #FFFFFF;
}
.c-button__more:after {
  background: #111111;
  content: "";
  display: block;
  height: .8052708638vw;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAWCAYAAAAb+hYkAAAABHNCSVQICAgIfAhkiAAAAMdJREFUOE+V04ERgjAMBVAzgY7gCI6gG7iBOIHnJm6AbMIIOoGOwAb1BylXYpJG7npQ6KNJm9JqulJKOzwORPTO76w78QeAG24XRmhXwLsHCWCLAS8x6OxBRhsADmkdhTm8BqBVQlJnHNGUVxjO6B+4QFH4gyJQRRV4MJED+xriyjiJrei88DTwxA/21kLYgGjQltwFHKrc3CpYIBRuCMyoOE/lQn2TRg6ykK3zZIJxJuU8uaAM74gOH/kHWqOFVIboVoTMJfc/Xg9wuh26dc0AAAAASUVORK5CYII=);
          mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAWCAYAAAAb+hYkAAAABHNCSVQICAgIfAhkiAAAAMdJREFUOE+V04ERgjAMBVAzgY7gCI6gG7iBOIHnJm6AbMIIOoGOwAb1BylXYpJG7npQ6KNJm9JqulJKOzwORPTO76w78QeAG24XRmhXwLsHCWCLAS8x6OxBRhsADmkdhTm8BqBVQlJnHNGUVxjO6B+4QFH4gyJQRRV4MJED+xriyjiJrei88DTwxA/21kLYgGjQltwFHKrc3CpYIBRuCMyoOE/lQn2TRg6ykK3zZIJxJuU8uaAM74gOH/kHWqOFVIboVoTMJfc/Xg9wuh26dc0AAAAASUVORK5CYII=);
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  right: 1.756954612vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right .3s;
  transition: right .3s;
  width: .439238653vw;
}
.c-button__more:hover:after {
  right: 1.4641288433vw;
  background: #FFFFFF;
}
.c-button__more--contact {
  margin-top: 1.0248901903vw;
}
.c-button__circle {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 3.513909224vw;
  overflow: hidden;
  position: relative;
  width: 3.513909224vw;
  z-index: 1;
}
.c-button__circle:before {
  background: #fff100;
  content: "";
  display: block;
  height: .8052708638vw;
  left: 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background .3s;
  transition: background .3s;
  width: .439238653vw;
  z-index: 20;
}
.c-button__circle:after {
  background: #fff100;
  content: "";
  display: block;
  height: 3.513909224vw;
  position: absolute;
  top: -1px;
  -webkit-transform: rotate(45deg) translate(-100%);
          transform: rotate(45deg) translate(-100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  width: 3.513909224vw;
  z-index: 10;
}
.c-button__circle--min {
  background: #fff100;
  border: 1px solid #fff100;
  height: 2.9282576867vw;
  width: 2.9282576867vw;
}
.c-button__circle--min:before {
  background: #111111;
}
.c-button__circle--min:after {
  background: #fff;
  height: 2.9282576867vw;
  width: 2.9282576867vw;
}
.c-button__circle--prev:before {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAWCAYAAAAb+hYkAAAABHNCSVQICAgIfAhkiAAAAAFzUkdCAK7OHOkAAAAEZ0FNQQAAsY8L/GEFAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAlUlEQVQ4T+2TSw2AMBBEGxTUAUhAAhKQgCQkIAEJSEACDsBBmWWXpJvucuNAwksmfOZNbw2vkFKKyIxsSC+/fWSwIjcHEqUuoRLJBzeNKBoU3mAURYPCG0yiaFB8fkBQyY7CH4AKqflVscjTBqd2fHjBIIoNCewV/EMS2FM83ycCgjW071MOJBrul+7dJwvIDdLyVwgniajZnULh0TwAAAAASUVORK5CYII=);
          mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAWCAYAAAAb+hYkAAAABHNCSVQICAgIfAhkiAAAAAFzUkdCAK7OHOkAAAAEZ0FNQQAAsY8L/GEFAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAlUlEQVQ4T+2TSw2AMBBEGxTUAUhAAhKQgCQkIAEJSEACDsBBmWWXpJvucuNAwksmfOZNbw2vkFKKyIxsSC+/fWSwIjcHEqUuoRLJBzeNKBoU3mAURYPCG0yiaFB8fkBQyY7CH4AKqflVscjTBqd2fHjBIIoNCewV/EMS2FM83ycCgjW071MOJBrul+7dJwvIDdLyVwgniajZnULh0TwAAAAASUVORK5CYII=);
}
.c-button__circle--next:before {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAWCAYAAAAb+hYkAAAABHNCSVQICAgIfAhkiAAAAMdJREFUOE+V04ERgjAMBVAzgY7gCI6gG7iBOIHnJm6AbMIIOoGOwAb1BylXYpJG7npQ6KNJm9JqulJKOzwORPTO76w78QeAG24XRmhXwLsHCWCLAS8x6OxBRhsADmkdhTm8BqBVQlJnHNGUVxjO6B+4QFH4gyJQRRV4MJED+xriyjiJrei88DTwxA/21kLYgGjQltwFHKrc3CpYIBRuCMyoOE/lQn2TRg6ykK3zZIJxJuU8uaAM74gOH/kHWqOFVIboVoTMJfc/Xg9wuh26dc0AAAAASUVORK5CYII=);
          mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAWCAYAAAAb+hYkAAAABHNCSVQICAgIfAhkiAAAAMdJREFUOE+V04ERgjAMBVAzgY7gCI6gG7iBOIHnJm6AbMIIOoGOwAb1BylXYpJG7npQ6KNJm9JqulJKOzwORPTO76w78QeAG24XRmhXwLsHCWCLAS8x6OxBRhsADmkdhTm8BqBVQlJnHNGUVxjO6B+4QFH4gyJQRRV4MJED+xriyjiJrei88DTwxA/21kLYgGjQltwFHKrc3CpYIBRuCMyoOE/lQn2TRg6ykK3zZIJxJuU8uaAM74gOH/kHWqOFVIboVoTMJfc/Xg9wuh26dc0AAAAASUVORK5CYII=);
}
.c-button__menu {
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff100;
  border: none !important;
  color: #111111;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 72px;
          justify-content: center;
  line-height: 18px;
  width: 72px;
}

/* 自動文字スライド */
.slide-bg {
  overflow: hidden;
  white-space: nowrap;
  background: #f4f4f4;
}
.slide-inner {
  display: inline-flex;
  animation: slideLoop 40s linear infinite;
}
.slide-inner span {
  display: inline-block;
  font-size: 140px;
  line-height:1;
  font-weight: 700;
  padding-right: 4rem;
  color: rgba(0,0,0,0.05);
}
@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* About アバウトセクション、ページのスタイル
   ----------------------------------------------------------------- */

.c-about {
  margin-top:-48px;
  padding: 0vw 0 8vw;
  background: #f4f4f4;
}
.c-about__title {
  font-weight: 500;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.c-about__title--medium,.c-company__info__title,.c-company__medium {
  font-weight: 600;
}
.c-about__body,.c-company__body,.c-company__info__body,.c-faq__content__medium,.c-news__content__title {
  font-weight: 400;
}
.c-about__layout {
  display: grid;
  grid-template-columns: 1fr 50.2049780381vw;
  margin-bottom: 8.4919472914vw;
}
.c-about__layout__right {
  display: grid;
  gap: 2.3426061493vw;
  padding: .2928257687vw 0 0;
}
.c-about__layout__content {
  display: grid;
  gap: 7.6134699854vw;
  left: 50%;
  margin-bottom: 5.8565153734vw;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
.c-about__num {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.c-about__num--01 {
  height: 12.2489019034vw;
  width: 11.6398243045vw;
}
.c-about__num--02,.c-about__num--04 {
  height: 12.4685212299vw;
  width: 14.494875549vw;
}
.c-about__num--03 {
  height: 12.8828696925vw;
  width: 14.2020497804vw;
}
.c-about__content {
  display: grid;
  gap: 6.4vw;
  grid-template-columns: 46.4128843338vw 36.9677891654vw;
}
.c-about__content:nth-child(2n) {
  grid-template-columns: 33.9677891654vw 46.4128843338vw;
  margin-left: auto;
}
.c-about__content:nth-child(2n) .c-about__content__box {
  -webkit-box-ordinal-group: 0;
          order: -1;
}
.c-about__content__box {
  padding: 4.6852122987vw 0 0;
  position: relative;
}
.c-about__content__title {
  color: #111111;
  left: -.2196193265vw;
  margin-bottom: 2.7086383602vw;
  position: relative;
}

/* Flow フローセクション、ページのスタイル
   ----------------------------------------------------------------- */
.c-flow {
  background: #111111;
  padding: 6.5666178624vw 0 4.78477306vw;
  position: relative;
}
.c-flow__layout {
  display: grid;
  gap: 8.7115666179vw;
  grid-template-columns: 26.7935578331vw 1fr;
}
.c-flow__layout__title {
  padding: 0 0 0 9.2972181552vw;
}
.c-flow__layout__content {
  display: grid;
  gap: 4.39238653vw;
  grid-template-columns: repeat(5, 33.9677891654vw);
  overflow: scroll;
  pointer-events: none;
}
.c-flow__layout__content__box {
  display: grid;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}
.c-flow__layout__slick {
  display: grid;
  gap: 2.3426061493vw;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  margin-left: 38.2869692533vw;
  margin-top: 5.4538799414vw;
}
.c-flow__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
          align-items: flex-start;
  color: #fff;
          flex-flow: column;
  left: -.1464128843vw;
  position: relative;
}
.c-flow__title__medium {
  color: #fff;
  font-weight: 400;
  margin-top: 1.6837481698vw;
  position: relative;
}
.c-flow__content {
  padding-top: .0732064422vw;
  width: 100%;
}
.c-flow__content__num {
  color: #fff;
  display: grid;
  font-weight: 400;
  gap: 1.756954612vw;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  margin-bottom: 1.9033674963vw;
  opacity: .4;
}
.c-flow__content__title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.6105417277vw;
}
.c-flow__content__body {
  color: #fff;
  font-weight: 400;
}
.c-flow__slick__bar {
  background: #fff;
  height: 1px;
  opacity: .5;
  width: 1.1713030747vw;
}
.c-flow__slick__button {
  display: grid;
  gap: 1.756954612vw;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
}
.c-flow__slick__num__box {
  -webkit-box-align: center;
          align-items: center;
  display: grid;
  gap: .878477306vw;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
}

/* News ニュースセクション、ページのスタイル
   ----------------------------------------------------------------- */
.c-news {
  padding: 8vw 0 0;
}
.c-news__layout {
  display: grid;
  grid-template-columns: 32.5768667643vw 1fr;
}
.c-news__layout__title {
  padding: 0 0 0 9.3704245974vw;
}
.c-news__layout__content {
  border-bottom: 1px solid hsla(0,0%,7%,.1);
  margin-right: 9.3704245974vw;
}
.c-news__layout__content--page {
  margin-right: 0;
  padding-bottom: 8.78477306vw;
}
.c-news__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
  color: #111111;
          flex-flow: column;
  font-weight: 500;
  left: -.2928257687vw;
  position: relative;
}
.c-news__content {
  -webkit-box-align: center;
          align-items: center;
  border-top: 1px solid hsla(0,0%,7%,.1);
  display: grid;
  gap: 3.6603221083vw;
  grid-template-columns: 5.1244509517vw 1fr;
  padding: 2.7086383602vw 0 2.2327964861vw;
}
.c-news__content--page {
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 2.7086383602vw 0 2.3792093704vw;
}
.c-news__content--page:last-child {
  border-bottom: 1px solid hsla(0,0%,7%,.1);
}
.c-news__content__date {
  color: #111111;
  font-weight: 500;
  opacity: .5;
}
.c-news__content__body {
  font-weight: 400;
  margin-top: .3660322108vw;
}
.c-news__content__body span {
  display: block;
  line-height: 1.7935578331vw;
  margin-bottom: .2928257687vw;
  margin-top: -.3660322108vw;
  opacity: .5;
}
.c-news__more {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  gap: 1.756954612vw;
  margin: 4.39238653vw 9.3704245974vw 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-news__more:hover {
  color: #fff100;
}
.c-news__more:hover .c-button__circle--min:after {
  -webkit-transform: rotate(45deg) translate(0);
          transform: rotate(45deg) translate(0);
}

/* Contact コンタクトセクション、ページのスタイル
   ----------------------------------------------------------------- */
.c-contact {
  padding: 5.8565153734vw 0;
}
.c-contact--page {
  margin-bottom: 8.78477306vw;
  margin-top: -.6588579795vw;
}
.c-contact--page__title {
  text-align: center;
}
.c-contact__form {
  display: grid;
  gap: 2.8550512445vw;
  margin-top: 5.5636896047vw;
}
.c-contact__form__title {
  font-weight: 600;
  margin-bottom: .8052708638vw;
}
.c-contact__form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid hsla(0,0%,44%,.31);
  border-radius: 5px;
  font-weight: 400;
  padding: max(7.5px, 1.3909224012vw) 2.3426061493vw max(6px, 1.1713030747vw);
  -webkit-transition: outline .3s,border .3s;
  transition: outline .3s,border .3s;
  width: 100%;
}
.c-contact__form__input::-webkit-input-placeholder {
  color: hsla(0,0%,7%,.2);
}
.c-contact__form__input::-moz-placeholder {
  color: hsla(0,0%,7%,.2);
}
.c-contact__form__input::placeholder {
  color: hsla(0,0%,7%,.2);
}
.c-contact__form__input:focus {
  border: 1px solid #111111;
  outline: 1px solid #111111;
}
.c-contact__form__input--textarea {
  height: 20.4978038067vw;
  resize: vertical;
}
.c-contact__layout__text {
  position: absolute;
}
.c-contact__more {
  display: block;
  position: relative;
}
.c-contact__title {
  color: #111111;
  font-weight: 500;
}
.c-contact__body {
  color: #111111;
  font-weight: 400;
  margin: 1.6837481698vw 0 0 .1464128843vw;
}
/* Service サービスセクション、ページのスタイル
   ----------------------------------------------------------------- */
.c-company,.c-service {
  padding: 0;
}
.c-service__num {
  display: grid;
  gap: 1.6105417277vw;
  grid-template-columns: 6.2957540264vw 1fr;
}
.c-service__num:after {
  background: #111111;
  content: "";
  display: block;
  height: 1px;
  margin-top: 2.2693997072vw;
  opacity: .2;
  width: 100%;
}
.c-faq__content__num,.c-service__title {
  color: #111111;
  font-weight: 500;
}
.c-service__title--medium {
  color: #111111;
  font-weight: 400;
  margin-top: 0.635431918vw;
}
.c-service__body {
  margin-top: .9516837482vw;
}
.c-service__more {
  margin: 4.1727672035vw 0 -1.756954612vw auto;
}
.c-service__layout {
  display: grid;
  gap: 4.467057101vw;
  padding-bottom: 11.2737920937vw;
}
.c-service__layout__content {
  display: grid;
  gap: 3.6vw;
  grid-template-columns: 36.1595900439vw 1fr;
  margin-top: 3.513909224vw;
}

/* Faq faqセクション、ページのスタイル
   ----------------------------------------------------------------- */
.c-faq__title {
  color: #111111;
  font-weight: 500;
  text-align: center;
}
.c-faq__medium {
  color: #111111;
  font-weight: 400;
  margin-top: 1.6837481698vw;
  text-align: center;
}
.c-faq__layout {
  padding: 5.5636896047vw 0 8.78477306vw;
}
.c-faq__content {
  border-top: 1px solid rgba(0,44,119,.2);
  display: grid;
  gap: 1.756954612vw;
  grid-template-columns: 3.953147877vw 1fr;
  padding: 2.9282576867vw 0 2.7086383602vw;
}
.c-faq__content:last-child {
  border-bottom: 1px solid rgba(0,44,119,.2);
}
.c-faq__content__title {
  font-weight: 600;
  margin: .7320644217vw 0 1.9033674963vw;
}
.c-faq__content__body {
  font-weight: 400;
  line-height: 1.8301610542vw;
  margin-top: 1.9765739385vw;
  opacity: .5;
  padding-bottom: 1.317715959vw;
}

/* Company 会社概要セクション、ページのスタイル
   ----------------------------------------------------------------- */
.c-company__layout {
  display: grid;
  gap: 5.6368960469vw;
  grid-template-columns: 32.7964860908vw 1fr;
}
.c-company__layout__info {
  margin-bottom: 8.7115666179vw;
  padding: 5.4172767204vw 0 0;
}
.c-company__layout__info__content {
  margin-top: 2.3426061493vw;
}
.c-company__title {
  color: #111111;
  font-weight: 500;
  margin-bottom: 3.074670571vw;
}
.c-company__info {
  border-bottom: 1px solid rgba(0,44,119,.2);
  display: grid;
  gap: 1.4641288433vw;
  grid-template-columns: 1fr 47.4377745242vw;
  padding: 2vw 0;
}

/* Terms その他セクション、ページのスタイル
   ----------------------------------------------------------------- */
.c-terms__title {
  color: #111111;
  font-weight: 600;
  left: -.2196193265vw;
  margin-bottom: 4.9048316252vw;
  position: relative;
}
.c-terms__title:before {
  margin-bottom: 1.9033674963vw;
}
.c-terms__title--margin {
  margin-bottom: 6.3689604685vw;
}

/* Loading
   ----------------------------------------------------------------- */
.c-loading {
  background: #fff;
  height: 100vh;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .3s ease 2.3s;
  transition: opacity .3s ease 2.3s;
  width: 100vw;
  z-index: 10000;
}

.c-media__logo--loading {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.9);
          transform: translate(-50%, -50%) scale(.9);
  -webkit-transition: opacity .2s,-webkit-transform .4s;
  transition: opacity .2s,-webkit-transform .4s;
  transition: opacity .2s,transform .4s;
  transition: opacity .2s,transform .4s,-webkit-transform .4s;
}
.c-media__logo--loading.js-anim-start {
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* Project 
   ----------------------------------------------------------------- */
/* Utility 
   ----------------------------------------------------------------- */
@media (min-width:769px){
  .c-button__menu,.l-footer__bottom--sp {
    display: none !important;
  }
  .c-nav__link--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
            align-items: center;
    aspect-ratio: 1/1;
    background: #fff100;
    display: -webkit-box;
    display: flex;
            flex-flow: column;
    gap: 8px;
            justify-content: center;
    -webkit-transition: background .3s;
    transition: background .3s;
    width: 112px;
  }
  .c-button__circle:hover:before {
    background: #fff;
  }
  .c-button__circle:hover:after {
    -webkit-transform: rotate(45deg) translate(0);
            transform: rotate(45deg) translate(0);
  }
  .c-button__circle--min:hover:before,.c-news__more:hover .c-button__circle--min:before {
    background: #fff100 !important;
  }
  .c-about__title {
    left: 5px;
    -webkit-transform: rotate(90deg) translate(-10px, -11px);
            transform: rotate(90deg) translate(-10px, -11px);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .c-flow:before {
    background: #fff100;
    -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 31.1859443631vw;
  }
  .c-contact__layout__text {
    background: #fff100;
    -webkit-clip-path: polygon(6.5% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(6.5% 0, 100% 0, 100% 100%, 0 100%);
    height: 23.4260614934vw;
    padding: 4.5976573939vw 1.78477306vw 0 8.5651537335vw;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 43.9238653001vw;
  }
  .c-contact__more {
    overflow: hidden;
  }
  .c-contact__more:hover .c-media__contact {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }}
@media (max-width:768px){
  .js-anim-wave .js-anim-wave-span {
    min-width: .25rem;
    -webkit-transform: translateY(26.6666666667vw);
            transform: translateY(26.6666666667vw);
  }
  .js-anim-wave .js-anim-wave-start {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .l-header {
    height: 72px;
    padding-left: 25px;
  }
  .l-footer {
    padding: 40px 0;
    color#fff;
  }
  .l-footer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 35px;
    padding-bottom: 35px;
  }
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    gap: 18px;
  }
  .l-footer__bottom--sp {
    border-top: 1px solid hsla(0,0%,100%,.1);
    margin: 0;
    padding-top: 24px;
  }
  .l-main__row,.l-main__row--min {
    max-width: 86.6666666667vw;
  }
  .c-about__body,.c-about__content__body,.c-button__more,.c-button__scroll-down__text,.c-company__body,.c-company__info__body,.c-company__info__title,.c-contact--page__title,.c-contact__body,.c-contact__form__input,.c-contact__form__title,.c-faq__content__medium,.c-faq__content__title,.c-faq__medium,.c-flow__content__body,.c-flow__slick__num,.c-flow__title__medium,.c-nav__link__anker,.c-nav__link__anker--footer,.c-news__content__body,.c-news__content__title,.c-news__more,.c-service__body,.c-service__title--medium,.l-page__body {
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
  }
  .c-faq__content__body,.c-nav__copy,.c-nav__link__anker--min,.c-news__content__body span,.c-news__content__date {
    font-size: 3.2vw;
    line-height: 8.5333333333vw;
  }
  .c-about__content__title,.c-about__title,.c-company__title,.c-flow__content__num,.c-flow__content__title {
    font-size: 5.3333333333vw;
    line-height: 8.4vw;
  }
  .c-about__title--medium,.c-company__medium,.c-terms__title {
    font-size: 5.3333333333vw;
    line-height: 9.3333333333vw;
  }
  .c-about__title--medium,.c-company__medium,.c-faq__content__num,.c-terms__title {
    font-size: 7.2vw;
    line-height: 9.2vw;
  }
  .c-contact__title,.c-faq__title,.c-flow__title,.c-news__title,.c-service__title {
    font-size: 10vw;
    line-height: 16vw;
  }
  .c-about__title:before,.c-flow__title:before,.c-news__title:before {
    height: 2.1333333333vw;
    margin-right: 4.5333333333vw;
    width: 2.1333333333vw;
  }
  .c-about__content__title,.c-about__content__title:before,.c-terms__title:before {
    margin-bottom: 4vw;
  }
  .l-page {
    margin-top: 88px;
    padding: 11.7333333333vw 0 109.8666666667vw 5.8666666667vw;
  }
  .l-page--terms {
    margin-top: 88px;
    padding-bottom: 16vw;
    padding-top: 16vw;
  }
  .l-page--none {
    padding: 11.7333333333vw 0 18.4vw 5.8666666667vw;
  }
  .l-page__title {
    font-size: 10vw;
    line-height: 12vw;
  }
  .c-nav__box {
    color:#111;
    background: #ffffff;
    gap: 20px;
    grid-auto-flow: row;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-template-columns: 100%;
    height: 110vh;
    left: 0;
    padding: 48px 20px !important;
    position: fixed;
    top: 70px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    width: 100vw;
  }
  .c-nav__box--open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align:center;
  }
  .c-nav__box--footer {
    gap: 12px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-nav__box--footer--min {
    gap: 8px;
    grid-auto-flow: row;
  }
  .c-nav__link--contact {
    width: 88px;
  }
  .c-nav__link__anker {
    font-size: 24px;
    line-height: 46px;
    color:#111;
  }
  .c-nav__link__anker--active {
    color: #111;
  }
  .c-nav__link__anker--footer {
    font-size: 14px;
    line-height: 31.5px;
    color: #fff;
  }
  .c-nav__link__anker--min {
    display: block;
    font-size: 12px;
    line-height: 24.5px;
    text-align: center;
  }
  .c-nav__copy {
    font-size: 12px;
  }
  .c-media__logo {
    height: 40px;
  }
  .c-media__button__scroll-down {
    height: 8.5333333333vw;
    width: 8.5333333333vw;
  }
  .c-media__about__content {
    width: 86.8vw;
    margin: 0 auto;
  }
  .c-media__contact {
    width: 100%;
  }
  .c-media__page {
    bottom: 0;
    top: 46vw;
    width: 100vw;
  }
  .c-media__service__num {
    height: 8vw;
  }
  .c-mv {
    background-image: url(../../assets/images/mv-content-sp.jpg);
    height:90vh;
  }
  .c-mv__title {
    font-size: 9vw;
    line-height: 5vw;
    margin-bottom: 0;
    padding-bottom: 4vw;
  }
  .c-mv__title span:nth-child(14) {
    display: block;
  }
  .c-mv__title--medium span:nth-child(0) {
    display: block;
  }
  .c-mv__title--medium {
    font-size: 3vw;
    line-height: 5.6vw;
  }
  .c-mv__title__box {
    margin-bottom: 4vw;
    top: 52%;
  }
  .c-button__scroll-down {
    margin-left: 0;
    top: 86.7%;
  }
  .c-button__scroll-down__text {
    margin-bottom: 11px;
  }
  .c-button__more:after {
    height: 2.9333333333vw;
    right: 6.4vw;
    width: 1.6vw;
  }
  .c-button__more {
    border-radius: 6.2666666667vw;
    height: 12.8vw;
    width: 64vw;
  }
  .c-button__more--contact {
    margin-top: 3.4666666667vw;
  }
  .c-button__circle:before {
    height: 2.9333333333vw;
    width: 1.6vw;
  }
  .c-button__circle,.c-button__circle--min,.c-button__circle--min:after {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
  /* 自動スライド */
  .slide-inner span {
  font-size: 80px;
  line-height:1;
  }
  .c-about {
    padding: 2vw 0 16vw;
  }
  .c-about__layout {
    gap: 5.8666666667vw;
    grid-template-columns: 100%;
    margin-bottom: 12vw;
  }
  .c-about__layout__right {
    gap: 6vw;
  }
  .c-about__layout__content {
    gap: 12vw;
    margin-bottom: 14.9333333333vw;
  }
  .c-about__num {
    right: -6.4vw;
    top: -16vw;
  }
  .c-about__num--01 {
    height:42.3333333333vw;
    width: 42.4vw;
  }
  .c-about__num--02,.c-about__num--04 {
    height: 42.1333333333vw;
    width: 52.8vw;
  }
  .c-about__num--03 {
    height: 42vw;
    width: 51.7333333333vw;
  }
  .c-about__content {
    gap: 6vw;
    grid-template-columns: 100%;
  }
  .c-about__content:nth-child(2n) {
    grid-template-columns: 100%;
    justify-items: right;
    margin-left: 0;
  }
  .c-about__content:nth-child(2n) .c-about__content__box {
    -webkit-box-ordinal-group: unset;
            order: unset;
  }
  .c-about__content__box {
    margin: 0 auto;
    padding: 0;
    width: 86.6666666667vw;
  }
  .c-contact,.c-flow {
    padding: 16vw 0 16vw;
  }
  .c-flow__layout {
    gap: 9.6vw;
    grid-template-columns: 100%;
  }
  .c-flow__layout__title,.c-news__layout__title {
    padding: 0 0 0 6.6666666667vw;
  }
  .c-flow__layout__content {
    gap: 8.5333333333vw;
    grid-template-columns: repeat(5, 78.1333333333vw);
    left: 6.6666666667vw;
    position: relative;
  }
  .c-flow__layout__slick {
    gap: 6.4vw;
    margin-left: auto;
    margin-right: 6.6666666667vw;
    margin-top: 34.4vw;
  }
  .c-flow__title__medium {
    margin-top: .8vw;
  }
  .c-flow__content {
    position: relative;
    /*
    &:nth-child(1) {
      padding-left: vw(25, 375);
    }
    &:nth-last-child(1) {
      padding-right: vw(25, 375);
    }
    */
  }
  .c-flow__content__num {
    font-size: 5.3333333333vw;
    font-weight: 500;
    gap: 4vw;
    line-height: 6vw;
    margin-bottom: 4.5333333333vw;
  }
  .c-flow__content__num:after {
    margin-top: 3.2vw;
  }
  .c-flow__content__title {
    margin-bottom: 5.6vw;
  }
  .c-flow__slick__bar {
    width: 2.1333333333vw;
  }
  .c-flow__slick__button {
    gap: 4.2666666667vw;
  }
  .c-flow__slick__num {
    font-weight: 500;
  }
  .c-flow__slick__num__box {
    gap: 2.1333333333vw;
  }
  .c-news {
    padding: 16vw 0 0;
  }
  .c-news__layout {
    gap: 4vw;
    grid-template-columns: 100%;
  }
  .c-news__layout__content {
    margin: 0 auto;
    width: 86.6666666667vw;
  }
  .c-news__layout__content--page {
    padding-bottom: 16vw;
  }
  .c-news__content {
    gap: 0;
    grid-template-columns: 100%;
    padding: 2.1333333333vw 0 7.4666666667vw;
  }
  .c-news__content--page {
    gap: 0;
    padding: 6.1333333333vw 0 7.4666666667vw;
  }
  .c-news__content__body {
    margin-top: -1.6vw;
  }
  .c-news__content__body span {
    line-height: 5.6vw;
    margin-top: -2.6666666667vw;
  }
  .c-news__more {
    gap: 6.4vw;
    margin: 10.4vw 6.6666666667vw 0 auto;
  }
  .c-contact--page {
    margin-bottom: 16vw;
  }
  .c-contact--page__title {
    text-align: left;
  }
  .c-contact__form {
    gap: 5.8666666667vw;
    margin-top: 9.0666666667vw;
  }
  .c-contact__form__title {
    margin-bottom: 3.4666666667vw;
  }
  .c-contact__form__input--textarea {
    height: 53.3333333333vw;
  }
  .c-contact__layout__text {
    background: none;
    bottom: 6.6666666667vw;
    left: 8vw;
    max-width: 69.6vw;
    width: 100%;
  }
  .c-service {
    padding: 0;
  }
  .c-service__num {
    gap: 2.4vw;
    grid-template-columns: 11.4666666667vw 1fr;
  }
  .c-service__num:after {
    margin-top: 4vw;
  }
  .c-service__title--medium {
    margin-top: 1.6vw;
  }
  .c-service__body {
    margin-top: 0;
  }
  .c-service__more {
    margin: 2.3426061493vw 0 0 auto;
  }
  .c-service__layout {
    gap: 14.9333333333vw;
    padding-bottom: 18.1333333333vw;
  }
  .c-service__layout__content {
    gap: 8.2666666667vw;
    grid-template-columns: 100%;
  }
  .c-faq__layout {
    padding: 9.0666666667vw 0 16vw;
  }
  .c-faq__content {
    gap: 6vw;
    grid-template-columns: 6.4vw 1fr;
    padding: 8vw 0 7.2vw;
  }
  .c-faq__content__num {
    font-size: 6.4vw;
    line-height: 8.2666666667vw;
  }
  .c-faq__content__title {
    line-height: 6.5333333333vw;
    margin: 1.6vw 0 5.0666666667vw;
  }
  .c-faq__content__medium {
    line-height: 6.6666666667vw;
  }
  .c-faq__content__body {
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin-top: 3.2vw;
    padding-bottom: 0;
  }
  .c-company {
    margin-top: 12px;
    padding: 0;
  }
  .c-company__layout {
    gap: 6vw;
    grid-template-columns: 100%;
  }
  .c-company__layout__info {
    margin-bottom: 16vw;
    padding: 14.9333333333vw 0 0;
  }
  .c-company__layout__info img {
    height: 42.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .c-company__layout__info__content {
    margin-top: 8.2666666667vw;
  }
  .c-company__title,.c-terms__title:before {
    margin-bottom: 6.4vw;
  }
  .c-company__body {
    line-height: 6.5333333333vw;
  }
  .c-company__info {
    grid-template-columns: 1fr 65.3333333333vw;
    padding: 4vw 0;
  }
  .c-terms__title {
    margin-bottom: 11.7333333333vw;
  }}
@media (prefers-reduced-motion:reduce){
  * {
    -webkit-animation-duration: .01ms !important;
            animation-duration: .01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: .01ms !important;
            transition-duration: .01ms !important;
  }}


/* ==========================================================================
   Project
   ------------------------------------------------------------------ */
/* Garage List (記事一覧ページ用スタイル)
   ----------------------------------------------------------------- */
.c-garage-list {
  padding: 2.78477306vw 0 8.78477306vw;
}

.c-garage-list__layout__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.513909224vw;
  margin: 0 auto;
  max-width: 81.2591508053vw;
}

.c-garage-content {
  display: block;
  text-decoration: none;
}
.c-garage-content:hover {
  opacity:0.7;
  transition: opacity 0.2s linear;
}

.c-media__garage__content {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  margin-bottom: 1.4641288433vw;
}

.c-garage-content__date {
  color: #111;
  font-size: 0.8rem;
  line-height: 1.8rem;
  font-weight: 500;
  opacity: .5;
}

.c-garage-content__title {
  color: #111;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: .439238653vw;
}

/* Garage Article Detail (ガレージ記事詳細ページ用スタイル) */
.c-garage-article {
  padding: 0;
  position: relative;
  min-height: 100vh;
}

/* PC: 左カラム固定・右カラムスクロールのためのレイアウト設定 */
.c-garage-article__layout {
  display: flex;
  gap: 0;
  max-width: 81.2591508053vw;
  margin: 0 auto;
}

/* 左カラム (固定する要素) */
.c-garage-article__header-fixed {
  width: 34.7964860908vw;
  padding: 5.4172767204vw 5.6368960469vw 5.4172767204vw 0;
  position: fixed;
  top: 9vw;
  height: calc(100vh - 112px);
  overflow-y: hidden;
}

/* h1タグとしてスタイルを再定義 */
.c-garage-article__h1 {
  font-size: 2.8vw;
  line-height: 4.2vw;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2rem;
}

.c-garage-article__title {
  color: #111111;
  font-size: 1.756954612vw;
  line-height: 2.2693997072vw;
  font-weight: 500;
  margin-bottom: 32.074670571vw;
}

/* 右カラム (スクロールさせる要素) */
.c-garage-article__scroll-area {
  width: calc(100% - 28.7964860908vw - 5.6368960469vw);
  margin-left: calc(28.7964860908vw + 5.6368960469vw);
  padding: 12.4172767204vw 0 8.7115666179vw 0;
  -webkit-overflow-scrolling: touch;
}

.c-garage-article__body {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
}

/* 物件情報リストの表形式グリッド */
.c-garage-info {
  border-bottom: 1px solid rgba(0,44,119,.2);
  display: grid;
  align-items: center;
  gap: 1.4641288433vw;
  grid-template-columns: 1fr 28.4377745242vw;
  padding: 2vw 0;
}
.c-garage-info__title {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 600;
  writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
}
.c-garage-info__body {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
}
.c-garage-article__main-content h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 2.4rem 0 0;
}
.c-garage-article__main-content h3 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.c-garage-article__main-content img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.c-garage-info-list {
  padding: 2.4vw 0;
}

/* Media Query (SP対応) */
@media (max-width:768px){
  /* ガレージ一覧 (縦並び) */
  .c-garage-list {
    padding: 4vw 0 12vw;
  }
  .c-garage-list__layout__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12vw;
    padding: 0;
    max-width: 86.6666666667vw;
  }
  .c-garage-content {
    flex: unset;
    scroll-snap-align: unset;
  }
  .c-media__garage__content {
    margin-bottom: 3.2vw;
  }
  .c-garage-content__date {
    font-size: 3.2vw;
    line-height: 8.5333333333vw;
  }
  .c-garage-content__title {
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
    margin-top: 1.6vw;
  }

  /* ガレージ詳細 (固定解除) */
  .c-garage-article {
    margin-top: 48px;
  }
  .c-garage-article__layout {
    display: block;
    max-width: 86.6666666667vw;
    margin-bottom: 16vw;
  }
  .c-garage-article__header-fixed {
    position: static;
    width: 100%;
    height: auto;
    padding: 9.9333333333vw 0 3.6vw;
    overflow-y: visible;
  }
  .c-garage-article__scroll-area {
    width: 100%;
    margin-left: 0;
    padding: 0;
    overflow-y: visible;
  }

  /* h1タグとしてスタイルを再定義 (SP) */
  .c-garage-article__h1 {
    font-size: 7.2vw;
    line-height: 9.2vw;
    margin-top: 0;
    margin-bottom: 4vw;
  }

  .c-garage-info {
    grid-template-columns: 1fr 65.3333333333vw;
    padding: 4vw 0;
    display:block;
  }
  .c-garage-info__title, .c-garage-info__body {
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
  }
  
  .c-garage-info-list {
    padding: 0 0 4.8vw;
  }
  .c-garage-article__main-content h3 {
    padding: 0;
    font-size: 3.7333333333vw;
  }
  .c-garage-article__main-content h2 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 2rem 0 0.4rem;
  }
  .c-garage-article__main-content img {
    padding: 0;
  }
  .c-garage-article__body {
    padding: 0;
    line-height: 6.5333333333vw;
  }
}

/* ==========================================================================
   Project
   ------------------------------------------------------------------ */
/* Special セクション（新しいブログ誘導）
   ----------------------------------------------------------------- */
.c-special {
  background: #111111;
  padding: 8.78477306vw 0;
}

.c-special__layout__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.513909224vw;
}

.c-special__title {
  color: #fff;
  font-size: 4.39238653vw;
  line-height: 5.6368960469vw;
  font-weight: 500;
  position: relative;
}

.c-special__title::before {
  display: none !important;
}

.c-special__more {
  color: #fff;
  font-weight: 500;
  opacity: .5;
  transition: opacity .3s;
}

.c-special__more:hover {
  opacity: 1;
}

.c-special__layout__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.513909224vw;
}

.c-special__content {
  display: block;
  text-decoration: none;
}
.c-special__content:hover {
  opacity:0.7;
  transition: opacity 0.2s linear;
}

.c-media__special__content {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  margin-bottom: 1.4641288433vw;
}

.c-special__content__date {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.8rem;
  font-weight: 500;
  opacity: .5;
}

.c-special__content__title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: .439238653vw;
}

/* ==========================================================================
   Media Query (SP対応)
   ========================================================================== */
@media (max-width: 768px) {
  .c-special {
    padding: 16vw 0;
  }

  .c-special__layout__title {
    margin-bottom: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .c-special__title {
    font-size: 10vw;
    line-height: 20.5333333333vw;
    left: 0;
  }

  .c-special__layout__content {
    display: flex;
    gap: 6.4vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    margin-right: -6.6666666667vw;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .c-special__content {
    flex: 0 0 70vw;
    scroll-snap-align: start;
  }

  .c-media__special__content {
    margin-bottom: 3.2vw;
  }

  .c-special__content__date {
    font-size: 3.2vw;
    line-height: 8.5333333333vw;
  }

  .c-special__content__title {
    font-size: 3.7333333333vw;
    line-height: 6.5333333333vw;
    margin-top: 1.6vw;
  }

  .c-special__more {
    font-size: 3.7333333333vw;
    margin-bottom:5.6vw;
  }
}
